* src/fns.c (Fsecure_hash): Doc fix.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
6c1e4b46
CY
12012-02-10 Chong Yidong <cyd@gnu.org>
2
3 * loading.texi (Loading): Don't emphasize "library" terminology.
4 (Library Search): load-path is not a user option. Mention role of
5 -L option and packages. Improve examples.
6 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
7 obsolete.
8 (Autoload): Minor clarifications.
9
72ca698c
GM
102012-02-10 Glenn Morris <rgm@gnu.org>
11
b011fbfe
GM
12 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
13
72ca698c
GM
14 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
15
14a1f380
GM
162012-02-08 Glenn Morris <rgm@gnu.org>
17
18 * loading.texi (Named Features): Update the require example.
19
60d47423
GM
202012-02-07 Glenn Morris <rgm@gnu.org>
21
22 * modes.texi (Defining Minor Modes):
23 Expand on args of defined minor modes.
24
0992bd9c
CY
252012-02-07 Chong Yidong <cyd@gnu.org>
26
27 * variables.texi (Creating Buffer-Local): Minor clarification
28 to buffer-local-variables doc (Bug#10715).
29
af008560
GM
302012-02-07 Glenn Morris <rgm@gnu.org>
31
e80e1825 32 * display.texi (ImageMagick Images): General update.
af008560
GM
33 Move most details of imagemagick-render-type to the variable's doc.
34
866c1d22
GM
352012-02-06 Glenn Morris <rgm@gnu.org>
36
f7c9199f 37 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
38 (Inheritance and Keymaps):
39 Mention make-composed-keymap and multiple inheritance.
f7c9199f 40
e7bc51d0
GM
41 * modes.texi (Running Hooks): Mention run-hook-wrapped.
42
866c1d22
GM
43 * control.texi (Handling Errors):
44 Mention condition-case-no-debug and with-demoted-errors.
45
03988c98
CY
462012-02-05 Chong Yidong <cyd@gnu.org>
47
48 * customize.texi (Common Keywords): Minor clarifications.
49 Document custom-unlispify-remove-prefixes.
50 (Variable Definitions): Backquotes in defcustom seem to work fine
51 now. Various other copyedits.
e1161b06
CY
52 (Simple Types): Copyedits. Document color selector.
53 (Composite Types): Copyedits.
54 (Splicing into Lists): Clarifications.
03988c98
CY
55
56 * eval.texi (Backquote): Move from macros.texi.
57
58 * macros.texi (Expansion): Minor clarification.
59 (Backquote): Move node to eval.texi.
60 (Defining Macros): Move an example from Backquote node.
61 (Argument Evaluation): No need to mention Pascal.
62 (Indenting Macros): Add xref to Defining Macros.
63
649f602c
GM
642012-02-05 Glenn Morris <rgm@gnu.org>
65
66 * debugging.texi (Error Debugging): Mention debug-on-event default.
67
34c99998
GM
682012-02-04 Glenn Morris <rgm@gnu.org>
69
8f05da42
GM
70 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
71
7aa5aad8
GM
72 * debugging.texi (Error Debugging): Mention debug-on-event.
73 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
74
c7291ad9
GM
75 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
76
34c99998
GM
77 * text.texi (Buffer Contents):
78 Update filter-buffer-substring description.
79
735cc5ca
CY
802012-02-04 Chong Yidong <cyd@gnu.org>
81
82 * functions.texi (What Is a Function): Add closures. Mention
83 "return value" terminology. Add xref for command-execute. Remove
84 unused "keystroke command" terminology.
85 (Lambda Expressions): Give a different example than in the
86 following subsection. Add xref to Anonymous Functions.
87 (Function Documentation): Remove gratuitous markup.
88 (Function Names): Move introductory text to `What Is a Function'.
89 (Defining Functions): Fix defun argument spec.
90 (Anonymous Functions): Document lambda macro explicitly. Mention
91 effects on lexical binding.
92 (Function Cells): Downplay direct usage of fset.
93 (Closures): New node.
94 (Inline Functions): Remove "open-code" terminology.
95 (Declaring Functions): Minor tweak; .m is not C code.
96
97 * variables.texi (Variables): Don't refer to "global value".
98 (Local Variables, Void Variables): Copyedits.
99 (Lexical Binding): Minor clarification of example.
100 (File Local Variables): Mention :safe and :risky defcustom args.
101 (Lexical Binding): Add xref to Closures node.
102
94bc7984
GM
1032012-02-04 Glenn Morris <rgm@gnu.org>
104
105 * minibuf.texi (High-Level Completion): Updates for read-color.
106
4f5a10ef
GM
1072012-02-03 Glenn Morris <rgm@gnu.org>
108
eea14f31
GM
109 * display.texi (GIF Images): Mention animation.
110 Remove commented-out old example of animation.
111 (Animated Images): New subsection.
112 * elisp.texi (Top):
113 * vol1.texi (Top):
114 * vol2.texi (Top): Add Animated Images menu entry.
115
4f5a10ef
GM
116 * display.texi (Image Formats): Remove oddly specific information
117 on versions of image libraries.
204e728d 118 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 119
12f381b7
GM
1202012-02-02 Glenn Morris <rgm@gnu.org>
121
1b9f60cc
GM
122 * processes.texi (Synchronous Processes):
123 Mention call-process's :file gets overwritten.
124
7e2734bc
GM
125 * commands.texi (Reading One Event):
126 * help.texi (Help Functions): Document read-char-choice.
127
f58b9822
GM
128 * hooks.texi (Standard Hooks):
129 * modes.texi (Keymaps and Minor Modes):
130 * text.texi (Commands for Insertion): Document post-self-insert-hook.
131
132 * hooks.texi (Standard Hooks): Add prog-mode-hook.
133
12f381b7
GM
134 * hooks.texi (Standard Hooks):
135 * modes.texi (Major Mode Conventions, Mode Hooks):
136 Document change-major-mode-after-body-hook.
137
7a9a2fc6
GM
1382012-02-01 Glenn Morris <rgm@gnu.org>
139
140 * modes.texi (Defining Minor Modes):
141 Mention disabling global minor modes on a per-major-mode basis.
142
a037c171
CY
1432012-01-31 Chong Yidong <cyd@gnu.org>
144
145 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
146 (Parser State): Remove unnecessary statement (Bug#10661).
147
148 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
149
56afad3a
GM
1502012-01-31 Glenn Morris <rgm@gnu.org>
151
152 * modes.texi (Defining Minor Modes):
153 Document define-minor-mode's new :variable keyword.
154
0f29fa41
CY
1552012-01-29 Chong Yidong <cyd@gnu.org>
156
837a390a
CY
157 * syntax.texi (Syntax Class Table): Tweak description of newline
158 char syntax (Bug#9619).
159
0f29fa41
CY
160 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
161 description (Bug#10189).
162
182148ee
GM
1632012-01-29 Glenn Morris <rgm@gnu.org>
164
a49ca6b9
GM
165 * files.texi (Changing Files): Document SELinux support.
166
182148ee
GM
167 * windows.texi (Window Sizes): Fix typo.
168
9962192e
CY
1692012-01-28 Chong Yidong <cyd@gnu.org>
170
8c6e1920
CY
171 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
172 doc (Bug#8568).
173
9583ec59
CY
174 * frames.texi (Input Focus): Add NORECORD arg to
175 select-frame-set-input-focus. Clarify its role in select-frame.
176
10256988
CY
177 * text.texi (Transposition): We don't use transpose-region as an
178 internal subroutine (Bug#3249).
179
9962192e
CY
180 * modes.texi (Example Major Modes): Update Lisp example code to
181 current sources. Delete the old non-derived-major-mode example,
182 which has diverged badly from current sources.
183
2aa43abb
GM
1842012-01-27 Glenn Morris <rgm@gnu.org>
185
186 * makefile.w32-in (texinputdir): Fix (presumed) typo.
187 (VERSION, manual): Remove, unused.
188
9f40220d
CY
1892012-01-27 Chong Yidong <cyd@gnu.org>
190
191 * commands.texi (Command Overview): Minor clarification (Bug#10384).
192
acc28cb9
CY
1932012-01-26 Chong Yidong <cyd@gnu.org>
194
195 * searching.texi (String Search): Document negative repeat count
196 (Bug#10507).
197
48da7392
GM
1982012-01-26 Glenn Morris <rgm@gnu.org>
199
200 * variables.texi (Using Lexical Binding):
201 Mention that lexical-binding should be set in the first line.
202
69b0acb9
LI
2032012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
204
205 * macros.texi (Defining Macros): Don't claim that `declare' only
206 affects Edebug and indentation.
207
543757a8
LI
2082012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
209
210 * macros.texi (Defining Macros): Slight `declare' fixup.
211
450e3cae
GM
2122012-01-25 Glenn Morris <rgm@gnu.org>
213
24189ce0 214 * makefile.w32-in (texinputdir):
450e3cae
GM
215 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
216
1021c761
CY
2172012-01-24 Chong Yidong <cyd@gnu.org>
218
219 * variables.texi (Variables, Local Variables, Void Variables):
220 Edit to make the descriptions less specific to dynamic binding.
221 (Local Variables): Default max-specpdl-size is now 1300.
222 (Defining Variables): Edits for lexical scoping. Delete
223 information about starting docstrings with *. De-document
224 user-variable-p.
225 (Tips for Defining): Remove an unimportant discussion of quitting
226 in the middle of a load.
227 (Accessing Variables, Setting Variables): Discuss lexical binding.
228 (Variable Scoping): Rewrite.
229 (Scope, Extent, Impl of Scope): Nodes deleted.
230 (Dynamic Binding): New node, with material from Scope, Extent, and
231 Impl of Scope nodes.
232 (Dynamic Binding Tips): Rename from Using Scoping.
233 (Lexical Binding): Rewrite.
234 (Using Lexical Binding): Rename from Converting to Lexical
235 Binding. Convert to subsection.
236
237 * customize.texi (Variable Definitions): Add custom-variable-p.
238 Move user-variable-p documentation here.
239
31cbea1d
CY
2402012-01-23 Chong Yidong <cyd@gnu.org>
241
242 * strings.texi (Text Comparison): Minor qualification.
243
244 * lists.texi (Cons Cells): Copyedits.
245 (List Elements): Mention push.
246 (List Variables): Mention pop.
247 (Rings): Move to sequences.texi.
248
249 * sequences.texi (Sequence Functions): Don't repeat the
250 introduction already given in the parent.
251 (Vectors): Copyedits.
252 (Rings): Move from lists.texi. Note that this is specific to the
253 ring package.
254
255 * symbols.texi (Definitions, Symbol Components): Mention variable
256 scoping issues.
257 (Plists and Alists): Copyedits.
258
259 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
260 correctness with lexical scoping.
261 (Eval): Copyedits.
262
fead402d
CY
2632012-01-21 Chong Yidong <cyd@gnu.org>
264
265 * intro.texi (A Sample Function Description): Special notation
266 used for macros too.
267
268 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
269 (Symbol Type): Add xref for keyword symbols.
270 (Sequence Type): Clarify differences between sequence types.
271 (Cons Cell Type): Add "linked list" index entry.
272 (Non-ASCII in Strings): Copyedits.
273 (Equality Predicates): Symbols with same name need not be eq.
274
275 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
276 ldexp. Move float-e and float-pi to Math Functions node.
277
61086eb6
GM
2782012-01-21 Glenn Morris <rgm@gnu.org>
279
280 * modes.texi (Auto Major Mode):
281 * variables.texi (File Local Variables):
282 Mention inhibit-local-variables-regexps.
283
34a02f46
MR
2842012-01-19 Martin Rudalics <rudalics@gmx.at>
285
286 * windows.texi (Window Configurations): Rewrite references to
287 persistent window parameters.
288 (Window Parameters): Fix description of persistent window
289 parameters.
290
f5064cae
JB
2912012-01-16 Juanma Barranquero <lekktu@gmail.com>
292
293 * windows.texi (Window Parameters): Use @pxref.
294
6a6ee00d
MR
2952012-01-16 Martin Rudalics <rudalics@gmx.at>
296
297 * windows.texi (Window Configurations, Window Parameters):
298 Describe persistent window parameters.
299
9ca4c014
SM
3002011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * variables.texi (Creating Buffer-Local): Warn against misuses of
303 make-variable-buffer-local (bug#10258).
304
d027f83d
LMI
3052012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
306
307 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
308
89bd9ccd
CY
3092012-01-06 Chong Yidong <cyd@gnu.org>
310
311 * variables.texi (Directory Local Variables): Document
312 hack-dir-local-variables-non-file-buffer.
313
c869783d
GM
3142012-01-06 Glenn Morris <rgm@gnu.org>
315
316 * maps.texi (Standard Keymaps): Refer to Info-edit by name
317 rather than by keybinding.
318
2cae5ba4
JB
3192011-12-29 Juanma Barranquero <lekktu@gmail.com>
320
321 * frames.texi (Font and Color Parameters): Add @pxref.
322
43da4d08
DC
3232011-12-29 Daniel Colascione <dan.colascione@gmail.com>
324
325 * frames.texi (Font and Color Parameters):
326 Document w32 font backends (bug#10399).
327
8d80ef01
PE
3282011-12-28 Paul Eggert <eggert@cs.ucla.edu>
329
330 * files.texi (File Attributes, Changing Files):
331 Use a more-natural notation for octal numbers.
332
9022ae07
JB
3332011-12-23 Juanma Barranquero <lekktu@gmail.com>
334
335 * variables.texi (Variables with Restricted Values):
336 Change reference to variable (bug#10354).
337
454592a6
MR
3382011-12-13 Martin Rudalics <rudalics@gmx.at>
339
340 * windows.texi (Splitting Windows): Use t instead of non-nil
341 when describing window-combination-resize.
342
a7cdbfce
SM
3432011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * text.texi (Special Properties): Warn against `intangible' properties
346 (bug#10222).
347
a3dcc84e
EZ
3482011-11-26 Eli Zaretskii <eliz@gnu.org>
349
579ebf8f
EZ
350 * display.texi (Truncation):
351 * text.texi (Special Properties): Describe what a stretch-glyph is
352 instead of using that term without explanation. Make the
353 cross-references more accurate.
354
a3dcc84e
EZ
355 * display.texi (Usual Display): Update the description,
356 cross-references, and indexing related to display of control
357 characters and raw bytes.
358
94af99a4
MR
3592011-11-25 Martin Rudalics <rudalics@gmx.at>
360
361 * windows.texi (Splitting Windows): Fix description of
362 window-combination-limit. Suggested by Eli Zaretskii.
363
1c3d7a13
CY
3642011-11-23 Chong Yidong <cyd@gnu.org>
365
366 * windows.texi (Window Sizes): Move window-top-line,
367 window-left-column, and window-*-pixel-edges to Coordinates and
368 Windows node.
369 (Coordinates and Windows): Restore window-edges doc.
370
90151a1e
MR
3712011-11-21 Martin Rudalics <rudalics@gmx.at>
372
a7cdbfce
SM
373 * windows.texi (Windows and Frames, Splitting Windows):
374 Fix typos.
90151a1e 375
a9b9b7f5
CY
3762011-11-21 Chong Yidong <cyd@gnu.org>
377
378 * windows.texi (Splitting Windows): Fix error in documentation of
379 window-combination-limit.
380 (Cyclic Window Ordering): Minor fixes to next-window,
381 one-window-p, and get-lru-window docs. Don't document
382 window-list-1.
383 (Buffers and Windows): Copyedits.
384 (Choosing Window): Document special handling of special-display-*.
385 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
386 Don't document even-window-heights, which is going away.
387 Clarify which options are obeyed by which action functions.
a9b9b7f5 388
f4e90db0
SM
3892011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
392
d2999b1a
MR
3932011-11-20 Martin Rudalics <rudalics@gmx.at>
394
f4e90db0
SM
395 * windows.texi (Resizing Windows, Splitting Windows):
396 Remove term "status" when talking about combination limits.
d2999b1a 397
cd1181db
JB
3982011-11-20 Juanma Barranquero <lekktu@gmail.com>
399
400 * compile.texi (Compiler Errors):
401 * help.texi (Help Functions): Fix typos.
402
7bf54975
CY
4032011-11-19 Chong Yidong <cyd@gnu.org>
404
405 * windows.texi (Splitting Windows): Clarify role of window
406 parameters in split-window. Shorten the example.
f4e90db0
SM
407 (Deleting Windows): Rewrite intro to handle internal windows.
408 Fix delete-windows-on doc.
7bf54975
CY
409 (Selecting Windows): Copyedits.
410
a0c2d0ae
MR
4112011-11-17 Martin Rudalics <rudalics@gmx.at>
412
413 * windows.texi (Resizing Windows, Splitting Windows)
414 (Deleting Windows): Use term window-combination-resize instead
415 of window-splits.
416
b6f67890
MR
4172011-11-16 Martin Rudalics <rudalics@gmx.at>
418
f4e90db0
SM
419 * windows.texi (Resizing Windows, Splitting Windows):
420 Rename occurrences of window-nest to window-combination-limit.
b6f67890 421
0b381c7e
JB
4222011-11-14 Juanma Barranquero <lekktu@gmail.com>
423
424 * intro.texi (Lisp History): Fix typo.
425
89d61221
MR
4262011-11-12 Martin Rudalics <rudalics@gmx.at>
427
f4e90db0
SM
428 * windows.texi (Splitting Windows, Deleting Windows):
429 Remove references to splits status of windows.
89d61221 430
b2621720
GM
4312011-11-10 Glenn Morris <rgm@gnu.org>
432
433 * buffers.texi (Read Only Buffers): Expand a bit on why
434 toggle-read-only should only be used interactively. (Bug#7292)
435
d2ad7ee1
CY
4362011-11-09 Chong Yidong <cyd@gnu.org>
437
438 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 439 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
440 window-inside-absolute-pixel-edges.
441 (Resizing Windows): shrink-window-if-larger-than-buffer works on
442 non-full-width windows.
443
2cffd681
MR
4442011-11-09 Martin Rudalics <rudalics@gmx.at>
445
446 * windows.texi (Resizing Windows): Rewrite documentation of
447 window-resizable.
448
f6f6d7e7
CY
4492011-11-09 Chong Yidong <cyd@gnu.org>
450
451 * windows.texi (Splitting Windows): Simplify example.
452
a79db6e0
CY
4532011-11-08 Chong Yidong <cyd@gnu.org>
454
455 * windows.texi (Window Sizes): Copyedits. Document
456 window-text-height. Remove window-min-height and window-min-width
457 discussion, referring instead to Emacs manual.
458 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
459 (Resizing Windows): Simplify introduction. Don't document
460 enlarge-window, shrink-window, enlarge-window-horizontally, and
461 shrink-window-horizontally; they are no longer preferred for
462 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 463
441950c7
GM
4642011-11-07 Glenn Morris <rgm@gnu.org>
465
466 * windows.texi (Choosing Window): Fix keybinding typo.
467
be7f5545
MR
4682011-11-07 Martin Rudalics <rudalics@gmx.at>
469
470 * windows.texi (Resizing Windows, Splitting Windows)
471 (Window Configurations): Use "child window" instead of
472 "subwindow".
473
291d142b
CY
4742011-11-06 Chong Yidong <cyd@gnu.org>
475
476 * windows.texi (Basic Windows): Clarify various definitions.
477 Treat window-normalize-* as internal; don't document them.
478 (Windows and Frames): Various clarifications, e.g. non-live
479 windows also belong to frames. Fix window-list description.
480 Simplify window nesting example.
f4e90db0
SM
481 (Splitting Windows, Window Configurations):
482 Use split-window-below.
291d142b 483
89bd5ee1
EZ
4842011-11-04 Eli Zaretskii <eliz@gnu.org>
485
486 * windows.texi (Window Sizes): Mention in the doc string that the
487 return values of `window-body-height' and `window-body-width' are
488 in frame's canonical units. (Bug#9949)
489
3d8daefe
MR
4902011-10-30 Martin Rudalics <rudalics@gmx.at>
491
492 * windows.texi (Windows and Frames): Remove "iso-" infix from
493 documentation of window-iso-combined-p.
494
60754666
CY
4952011-10-26 Chong Yidong <cyd@gnu.org>
496
497 * modes.texi (Running Hooks): Document with-wrapper-hook.
498
d366bd53
CY
4992011-10-18 Chong Yidong <cyd@gnu.org>
500
501 * display.texi (Glyphless Chars): New node.
502
50b063c3
CY
5032011-10-13 Chong Yidong <cyd@stupidchicken.com>
504
505 * text.texi (Yanking): Document yank-excluded-properties.
506
507 * package.texi (Packaging Basics): The commentary should say how
508 to begin using the package.
509
c72063fa
MR
5102011-10-11 Martin Rudalics <rudalics@gmx.at>
511
512 * windows.texi (Deleting Windows): Mention which window gets
513 selected when deleting the selected window.
514
d83dc65b
MR
5152011-10-09 Martin Rudalics <rudalics@gmx.at>
516
517 * buffers.texi (The Buffer List): Describe how bury-buffer deals
518 with the selected window.
519 * windows.texi (Buffers and Windows): Reformulate text on how
520 replace-buffer-in-windows deals with a window.
521 (Quitting Windows): Describe how quit-window deals with a
522 standalone frame. Describe new option frame-auto-hide-function.
523
c599682c
GM
5242011-10-08 Glenn Morris <rgm@gnu.org>
525
48bca619
GM
526 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
527
c599682c
GM
528 * positions.texi (Excursions): Update warning message.
529
969aa734
CY
5302011-10-05 Chong Yidong <cyd@stupidchicken.com>
531
f4e90db0
SM
532 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
533 Fix Emacs manual xref (Bug#9675).
969aa734 534
550f41cd
CY
5352011-10-01 Chong Yidong <cyd@stupidchicken.com>
536
537 * windows.texi (Textual Scrolling): Document scroll-up-command,
538 scroll-down-command, scroll-error-top-bottom, and the
539 scroll-command symbol property.
717a1362
CY
540 (Display Action Functions): Fix description of
541 display-buffer-pop-up-window.
550f41cd 542
a239d4e9
JB
5432011-09-28 Juanma Barranquero <lekktu@gmail.com>
544
545 * windows.texi (Splitting Windows): Fix typos.
546
590c056d
MR
5472011-09-25 Martin Rudalics <rudalics@gmx.at>
548
549 * windows.texi (Windows and Frames, Display Action Functions)
550 (Switching Buffers): Fix some typos.
551 (Buffers and Windows): Remove reference to window-auto-delete.
552 Reword description of replace-buffer-in-windows.
553 (Window History): Fix some typos and refer to frame local buffer
554 list.
c419f5cb
MR
555 (Quitting Windows): New node.
556 (Window Configurations): Add descriptions of window-state-get
557 and window-state-put.
558 (Window Parameters): Describe variable ignore-window-parameters.
559 Sketch some window parameters currently in use.
560 * elisp.texi (Top): Update node listing.
590c056d 561
9ec20d36
CY
5622011-09-25 Chong Yidong <cyd@stupidchicken.com>
563
564 * windows.texi (Display Action Functions)
565 (Choosing Window Options): New nodes.
566
0e406a72
CY
5672011-09-24 Chong Yidong <cyd@stupidchicken.com>
568
569 * windows.texi (Window History): New node. Move text here from
570 Buffers and Windows.
571 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
572 don't document display-buffer here; callers changed.
573 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
574 switch-to-buffer-other-frame. Delete duplicate
575 replace-buffer-in-windows doc.
576 (Choosing Window): Document display actions.
577
6bf7006f
EZ
5782011-09-24 Eli Zaretskii <eliz@gnu.org>
579
580 * display.texi (Forcing Redisplay): Update the description of
581 redisplay-dont-pause due to change in the default value.
582
b33b68a3
MR
5832011-09-23 Martin Rudalics <rudalics@gmx.at>
584
585 * frames.texi (Frames and Windows): Move section and rename to
586 Windows and Frames in windows.texi.
587 * windows.texi (Windows): Restructure.
588 (Basic Windows): Rewrite. Explain live and internal windows and
589 normalization functions.
590 (Windows and Frames): Move section here from frames.texi.
591 Describe subwindows, window combinations, window tree, and
592 corresponding functions including window-list here.
593 (Window Sizes): Rename section from Size of Window and move it
594 up in chapter. Describe total and body sizes and the
595 corresponding functions. Explain new semantics of
596 window-min-height/-width.
597 (Resizing Windows): Move section up in chapter. Describe new
598 resize functions.
599 (Splitting Windows): Describe new behavior of split-window,
600 split-window-above-each-other and split-window-side-by-side.
601 Provide examples. Describe window-nest and window-splits
602 options.
603 (Deleting Windows): Minor rewrite.
f4e90db0
SM
604 (Selecting Windows): Minor rewrite.
605 Describe frame-selected-window and set-frame-selected-window here.
606 (Cyclic Window Ordering): Minor rewrite.
607 Describe window-list-1.
b33b68a3
MR
608 (Buffers and Windows): Rewrite. Explain a window's previous and
609 next buffers and the corresponding functions.
c4682d18 610 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
611 * elisp.texi (Top): Update node listings for frames and windows
612 sections.
613
4d3786ac
SM
6142011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
617
713df35b
LMI
6182011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
619
620 * errors.texi (Standard Errors): Remove apparent placeholder text
621 (bug#9491).
622
33ed493b
CY
6232011-09-18 Chong Yidong <cyd@stupidchicken.com>
624
625 * frames.texi (Management Parameters): Fix description of
626 icon-type parameter.
627
b8f0a954
CY
6282011-09-17 Chong Yidong <cyd@stupidchicken.com>
629
630 * tips.texi (Key Binding Conventions): Don't bind a key sequence
631 ending in C-g. Suggested by Edward O'Connor.
632
eddf142c
EZ
6332011-09-17 Eli Zaretskii <eliz@gnu.org>
634
635 * numbers.texi (Integer Basics): Add indexing for
636 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
637
bf1af6c7
DM
6382011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
639
640 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
641
cec2eab8
JB
6422011-09-11 Juanma Barranquero <lekktu@gmail.com>
643
644 * processes.texi (Network Servers): Clarify what the process
645 buffer is used for (bug#9233).
646
51751aa2 6472011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
648
649 * lists.texi (Building Lists): Fix typo.
650
35137ed3
CY
6512011-08-30 Chong Yidong <cyd@stupidchicken.com>
652
653 * display.texi (Basic Faces): New node. Document new faces.
654
655 * modes.texi (Major Mode Conventions): Move some text there.
656 (Mode Help): Remove major-mode var, duplicated in Major Modes.
657
3fd50d5c
CY
6582011-08-29 Chong Yidong <cyd@stupidchicken.com>
659
660 * modes.texi (Basic Major Modes): New node. Callers updated.
661 (Major Modes): Document fundamental-mode and major-mode.
662 (Major Mode Basics): Node deleted; text moved to Major Modes.
663 (Derived Modes): Document derived-mode-p.
664
ddb54206
CY
6652011-08-28 Chong Yidong <cyd@stupidchicken.com>
666
a6326082
CY
667 * files.texi (Changing Files, Create/Delete Dirs): Document new
668 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
669 (Visiting Functions): Remove view-file; it is documented in the
670 Emacs manual.
04e2ce72 671
ddb54206
CY
672 * frames.texi (Layout Parameters): The defaults for the
673 menu-bar-lines and tool-bar-lines parameters depend on the mode.
674
675 * display.texi (Progress): Document spinner functionality.
676
677 * os.texi (Killing Emacs): Note that kill-emacs can be called by
678 operating system signals. Refer to save-buffers-kill-terminal
679 instead of save-buffers-kill-emacs.
680
681 * objects.texi (Symbol Type): Document ## print representation.
682
0c95fcf7
EZ
6832011-08-25 Eli Zaretskii <eliz@gnu.org>
684
685 * display.texi (Specified Space): Mention that `space' specs
686 influence bidi reordering.
687 (Bidirectional Display): Explain how to use `(space . PROPS)' for
688 separating fields with bidirectional content.
689
5980d4c6
EZ
6902011-08-24 Eli Zaretskii <eliz@gnu.org>
691
692 * display.texi (Bidirectional Display): Document return value in
693 buffers that are not bidi-reordered for display, and in unibyte
694 buffers.
695
bca633fb
EZ
6962011-08-23 Eli Zaretskii <eliz@gnu.org>
697
698 * nonascii.texi (Character Properties): Document the values for
699 unassigned codepoints.
700
c094bb0c
EZ
7012011-08-18 Eli Zaretskii <eliz@gnu.org>
702
703 * nonascii.texi (Character Properties): Document use of
704 `bidi-class' and `mirroring' properties as part of reordering.
705 Provide cross-references to "Bidirectional Display".
706
707 * display.texi (Bidirectional Display): Document the pitfalls of
708 concatenating strings with bidirectional content, with possible
f4e90db0
SM
709 solutions. Document bidi-string-mark-left-to-right.
710 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
711 Document use of `bidi-class' and `mirroring' properties as part of
712 reordering.
c094bb0c 713
1ea897d5
EZ
7142011-08-16 Eli Zaretskii <eliz@gnu.org>
715
9adfcd0b
EZ
716 * modes.texi (Major Mode Conventions): Improve the documentation
717 of `mode-class' `special' modes.
718
10862873
EZ
719 * nonascii.texi (Character Properties): Document the `mirroring'
720 property. Add index entries.
721
1ea897d5
EZ
722 * syntax.texi (Categories): Add an example of defining a new
723 category and category table.
724
725 * searching.texi (Regexp Backslash): Document how to display
726 existing categories. Mention the possibility of adding
727 categories, and add an xref to where this is described. Add an
728 index entry.
729
ebb552ed
CY
7302011-08-09 Chong Yidong <cyd@stupidchicken.com>
731
732 * text.texi (Special Properties):
733 * display.texi (Overlay Properties): Note that mouse-face cannot
734 change the text size (Bug#8530).
735
51a714e1
CY
7362011-08-08 Chong Yidong <cyd@stupidchicken.com>
737
738 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
739 using setenv instead.
740
4cc60b9b
EZ
7412011-07-28 Eli Zaretskii <eliz@gnu.org>
742
743 * display.texi (Bidirectional Display): Document the fact that
744 bidi-display-reordering is t by default.
745
5deb92fd
EZ
7462011-07-23 Eli Zaretskii <eliz@gnu.org>
747
748 * display.texi (Bidirectional Display): New section.
749
011b0ad6 7502011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
751 Tim Cross <theophilusx@gmail.com> (tiny change)
752 Glenn Morris <rgm@gnu.org>
011b0ad6 753
67f9b9f8 754 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 755
4baf28e6
AS
7562011-07-15 Andreas Schwab <schwab@linux-m68k.org>
757
758 * help.texi (Keys in Documentation): Revert last change.
759
66249842
LMI
7602011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
761
f863868c
LMI
762 * help.texi (Keys in Documentation): Clarify that \= only quotes
763 the next character, and doesn't affect longer sequences in
764 particular (bug#8935).
765
f4e90db0
SM
766 * debugging.texi (Using Debugger):
767 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 768
0bb23927 7692011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
770
771 * display.texi (Other Display Specs): Document that `left-fringe'
772 and `right-fringe' display specifications are of the "replacing"
773 kind.
774
f2027cdf
LMI
7752011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
776
777 * help.texi (Documentation Basics): Add a link to the Function
778 Documentation node (bug#6580).
779
f987fde4
LMI
7802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
781
0bc59b25
LMI
782 * keymaps.texi (Menu Bar): Mention :visible and :enable
783 (bug#6344). Text by Drew Adams.
784
63d55f1f
LMI
785 * modes.texi (Running Hooks): Mention buffer-local hook variables
786 (bug#6218).
787
f987fde4
LMI
788 * objects.texi (General Escape Syntax): "a with grave accent" is
789 ?xe0, not ?x8e0 (bug#5259).
790
b7527639
CY
7912011-07-12 Chong Yidong <cyd@stupidchicken.com>
792
793 * display.texi (Face Attributes, Font Selection): Add references
794 to the Fonts node in the Emacs manual (Bug#4178).
795
c830e5ae
CY
7962011-07-12 Chong Yidong <cyd@stupidchicken.com>
797
798 * display.texi (Window Systems): `window-system' is
799 terminal-local.
800
801 * frames.texi (Frame Parameters, Parameter Access): Don't mention
802 frame-local variables.
803
804 * variables.texi (Buffer-Local Variables): Don't mention obsolete
805 frame-local variables.
806 (Frame-Local Variables): Node deleted.
807
808 * elisp.texi (Top): Update node listing.
809
91223e54
LMI
8102011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
811
812 * elisp.texi: Change "inferiors" to "subnodes" in three places
813 (bug#3523).
814
963578d3
CY
8152011-07-11 Chong Yidong <cyd@stupidchicken.com>
816
817 * frames.texi (Window System Selections): Discussion of
818 x-select-enable-clipboard moved to Emacs manual.
819
07151e49
DD
8202011-07-11 Deniz Dogan <deniz@dogan.se>
821
822 * commands.texi (Prefix Command Arguments): Remove excessive
823 apostrophe.
824
7261e1cf
LMI
8252011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
826
ad21a12a
LMI
827 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
828 description is a string (bug#3313).
829
7261e1cf
LMI
830 * frames.texi (Display Feature Testing): Try to explain what all
831 the visual classes mean (bug#3042).
832
568f7b79
LMI
8332011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
834
18d59e29
LMI
835 * modes.texi (Mode Line Variables): Document `mode-line-remote'
836 and `mode-line-client' (bug#2974).
837
568f7b79
LMI
838 * text.texi (Insertion): Clarify marker movements (bug#1651).
839 Text from Drew Adams.
840
54e10184
LMI
8412011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
842
d94d85e9
LMI
843 * text.texi (Special Properties): Clarify the format of `face'
844 (bug#1375).
845
54e10184
LMI
846 * commands.texi (Interactive Call): Add a `call-interactively'
847 example (bug#1010).
848
413c488d
LMI
8492011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
850
851 * functions.texi (Calling Functions): Link to the "Interactive
852 Call" node (bug#1001).
853
322b7dab 8542011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 855
3deead93
CY
856 * customize.texi (Composite Types): Move alist and plist to here
857 from Simple Types (Bug#7545).
858
859 * elisp.texi (Top): Update menu description.
860
b00d8c1a
CY
861 * display.texi (Face Attributes): Document negative line widths
862 (Bug#6113).
863
d2a6c43b
TR
8642011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
865
866 * searching.texi (Match Data): Note that match data can be
867 overwritten by most functions (bug#2499).
868
c7844a27
LMI
8692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
870
a9ab721e
LMI
871 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
872 flags mean (bug#6659).
873
c7844a27
LMI
874 * functions.texi (What Is a Function): Document the autoload
875 object (bug#6496).
876
f68d76d0
LMI
8772011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
878
8a20ca4c
LMI
879 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
880 is only used in the Customize user interface (bug#6089).
881
f68d76d0 882 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 883 images (bug#7836).
f68d76d0 884
7018dbe7
EZ
8852011-07-02 Eli Zaretskii <eliz@gnu.org>
886
887 * variables.texi (Defining Variables, Void Variables)
888 (Constant Variables): Fix incorrect usage of @kindex.
889
36cb87a1
LMI
8902011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
891
28ee97c7
LMI
892 * variables.texi (Defining Variables): Add an index entry for
893 `set-variable' (bug#7262).
8d4294e9 894 (Defining Variables): Use @findex for functions.
28ee97c7 895
8862ffd5
LMI
896 * frames.texi (Basic Parameters): Document the `explicit-name'
897 parameter (bug#6951).
898
0ec389b9
LMI
899 * customize.texi (Type Keywords): Clarify that :value provides a
900 default value for all types (bug#7386).
901
36cb87a1
LMI
902 * streams.texi (Output Functions): Document `pp'.
903
11fdef7d 9042011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
905
906 * keymaps.texi (Searching Keymaps):
907 * display.texi (Overlay Properties): Fix errors in 2011-05-29
908 change. Suggested by Johan Bockgård.
909
eeafcea7
CY
9102011-06-15 Chong Yidong <cyd@stupidchicken.com>
911
912 * text.texi (Special Properties): Clarify role of font-lock-face.
913
b96e6cde
LMI
9142011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
915
f4e90db0 916 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
917 to `process-live-p' for consistency with other `-live-p' functions.
918
be14b9ab
PE
9192011-06-03 Paul Eggert <eggert@cs.ucla.edu>
920
921 Document wide integers better.
922 * files.texi (File Attributes): Document ino_t values better.
2d365993 923 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
924 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
925 (Bitwise Operations):
001903b5
PE
926 * objects.texi (Integer Type): Use a binary notation that is a bit easier
927 to read, and that will port better if 62-bits becomes the default.
928 Fix or remove incorrect examples.
be14b9ab
PE
929 * os.texi (Time Conversion): Document time_t values better.
930
bcd54f83
LMI
9312011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
f4e90db0
SM
933 * processes.texi (Process Information):
934 Document `process-alive-p'.
bcd54f83 935
049bcbcb
CY
9362011-05-29 Chong Yidong <cyd@stupidchicken.com>
937
938 * help.texi (Accessing Documentation):
939 * display.texi (Pixel Specification):
940 * processes.texi (Serial Ports, Serial Ports):
941 * nonascii.texi (Character Properties, Default Coding Systems):
942 * text.texi (Changing Properties, Special Properties):
943 * windows.texi (Window Start and End):
944 * modes.texi (SMIE Indentation Example, SMIE Tricks):
945 * keymaps.texi (Searching Keymaps, Tool Bar):
946 * minibuf.texi (Basic Completion):
947 * compile.texi (Eval During Compile):
948 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
949 7x9 paper in printed manual.
950
951 * lists.texi (Sets And Lists): Fix misplaced text.
952
58539c63
CY
9532011-05-29 Chong Yidong <cyd@stupidchicken.com>
954
955 * keymaps.texi (Remapping Commands): Emphasize that the keymap
956 needs to be active (Bug#8350).
957
6b5681bf
CY
9582011-05-28 Chong Yidong <cyd@stupidchicken.com>
959
b4d52acc
CY
960 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
961
6b5681bf
CY
962 * tips.texi (Coding Conventions): Remove antediluvian filename
963 limit recommendation (Bug#8538).
964
e145f188
GM
9652011-05-27 Glenn Morris <rgm@gnu.org>
966
967 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
968
eafed945
GM
9692011-05-26 Glenn Morris <rgm@gnu.org>
970
971 * variables.texi (File Local Variables):
972 Update hack-local-variables `mode-only' return value.
2d3ba9e7 973 Add some more details on what this function does in the other case.
eafed945 974
bc8410af
GM
9752011-05-19 Glenn Morris <rgm@gnu.org>
976
977 * lists.texi (Sets And Lists): Mention cl provides union etc.
978
35a30759
N
9792011-05-19 Nix <nix@esperi.org.uk>
980
981 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
982
983 * text.texi (Parsing HTML): Update for function name changes.
984
985 * syntax.texi (Syntax Flags): Small fix.
986
987 * keymaps.texi (Active Keymaps): Typo fix.
988 (Changing Key Bindings): Grammar fix.
989
990 * frames.texi (Minibuffers and Frames): Grammar fix.
991 (Window System Selections): x-select-enable-clipboard now defaults to t.
992
993 * customize.texi (Common Keywords):
994 * display.texi (Abstract Display):
995 * modes.texi (Auto-Indentation):
996 * nonascii.texi (Converting Representations): Typo fixes.
997
998 * control.texi (Examples of Catch): Call it "goto" not "go to".
999
e3934a8a
EZ
10002011-05-14 Eli Zaretskii <eliz@gnu.org>
1001
bc039a3b
EZ
1002 * nonascii.texi (Character Properties): Fix inconsistencies with
1003 implementation.
1004
e3934a8a
EZ
1005 * text.texi (Special Properties): Move @defvar's out of the
1006 @table. (Bug#8652)
1007
e2c94218
GM
10082011-05-12 Glenn Morris <rgm@gnu.org>
1009
1010 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1011
d2fc7e3d 10122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1013
1014 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1015 (Multiline Font Lock):
1016 * vol2.texi (Top):
1017 * vol1.texi (Top):
1018 * elisp.texi (Top): Update menu accordingly.
1019
d2fc7e3d 10202011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1021
1022 * modes.texi (Region to Fontify): Fix typo.
1023
79b70037
GM
10242011-05-10 Jim Meyering <meyering@redhat.com>
1025
1026 * minibuf.texi: Fix typo "in in -> in".
1027
b08a63cc 10282011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1029
1030 * numbers.texi (Integer Basics): Large integers are treated as floats.
1031
1ef14cb4
LMI
10322011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1033
1034 * processes.texi (Synchronous Processes): Document the (:file
1035 "/file-name") syntax for `call-process'.
1036
4ffd0d6b 10372011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1038
1039 * windows.texi (Choosing Window): Fix typo.
1040
4ffd0d6b 10412011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1042
1043 * frames.texi (Layout Parameters): Note the difference between
1044 querying and setting parameters for left-fringe and right-fringe
1045 (Bug#6930).
1046
fd5a8ae8
SM
10472011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * minibuf.texi (Basic Completion): Be a bit more precise about the
1050 valid kinds of completion tables.
1051 (Programmed Completion): Remove obsolete text about lambda expressions
1052 not being valid completion tables.
1053
c1bcd0d5
CY
10542011-03-19 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * positions.texi (Excursions): Explain the "save-excursion
1057 defeated by set-buffer" warning.
1058
1059 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1060 save-excursion. Suggested by Uday S Reddy.
1061
03408648 10622011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1063
03408648
SM
1064 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1065 (Lexical Binding): New sub-section.
ba83908c 1066
03408648
SM
1067 * eval.texi (Eval): Discourage the use of `eval'.
1068 Document its new `lexical' argument.
6c075cd7 1069
f6d62986
SM
10702011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1071
03408648 1072 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1073 nil any more.
1074
84ea5558 10752011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1076
1077 * strings.texi (String Conversion): Don't mention
1078 string-make-(uni|multi)byte (bug#8262).
1079 * nonascii.texi (Converting Representations): Fix up range.
1080 * keymaps.texi (Key Binding Commands): Update code point, avoid
1081 "unibyte character" and remove mention of unibyte bindings.
1082
62d94509
EZ
10832011-03-10 Eli Zaretskii <eliz@gnu.org>
1084
1085 * modes.texi (Operator Precedence Grammars): Don't use characters
1086 outside ISO-8859-1.
1087
63a329f8
EZ
10882011-03-09 Eli Zaretskii <eliz@gnu.org>
1089
1090 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1091
1092 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1093
6446548e
GM
10942011-03-08 Glenn Morris <rgm@gnu.org>
1095
1096 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1097 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1098 * elisp.texi: Set documentencoding.
6446548e 1099
33383987
JB
11002011-03-07 Chong Yidong <cyd@stupidchicken.com>
1101
1102 * Version 23.3 released.
1103
0b3ceceb
CY
11042011-03-06 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * package.texi: Update index keywords.
1107 (Package Archives): New node contents. Document package-x.el.
1108
78f5433f
JB
11092011-03-06 Juanma Barranquero <lekktu@gmail.com>
1110
1111 * makefile.w32-in (srcs): Add package.texi.
1112
555e9b5c
CY
11132011-03-06 Chong Yidong <cyd@stupidchicken.com>
1114
120d9389
CY
1115 * package.texi (Packaging, Packaging Basics, Simple Packages)
1116 (Multi-file Packages): Expand and clarify.
1117 (Package Archives): Temporary placeholder node.
1118
1119 * elisp.texi (Top): Update node listing.
1120
555e9b5c
CY
1121 * Makefile.in (srcs): Add package.texi.
1122
b59a4335
CY
11232011-03-05 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * processes.texi (Synchronous Processes): Minor clarification
1126 (Bug#8149).
1127
06083aa1
GM
11282011-03-03 Glenn Morris <rgm@gnu.org>
1129
1130 * files.texi (Truenames): Minor clarification. (Bug#2341)
1131
6640b281
GM
11322011-03-01 Glenn Morris <rgm@gnu.org>
1133
1134 * variables.texi (Directory Local Variables):
1135 Mention `(subdirs . nil)' alist element.
1136
2b0c7330 11372011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1138
1139 * variables.texi (Directory Local Variables): Mention the optional
1140 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1141
b923f7a9
CY
11422011-02-27 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * minibuf.texi (Minibuffer History): Clarify discussion of
1145 minibuffer history lists (Bug#8085).
1146
67ab0163 11472011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1148
e979a521
EZ
1149 * elisp.texi: Sync @dircategory with ../../info/dir.
1150
e03b2fd4
EZ
1151 * files.texi (Visiting Functions): Document find-file-literally,
1152 both the command and the variable.
1153
86ec878a
EZ
1154 * variables.texi (Creating Buffer-Local): Explain the meaning of
1155 permanent local variables.
1156
67ab0163
GM
1157 * files.texi (Visiting Functions): Document find-file-literally,
1158 both the command and the variable.
1159
1160 * variables.texi (Creating Buffer-Local): Explain the meaning of
1161 permanent local variables.
1162
11632011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1164
1165 * keymaps.texi (Remapping Commands): Mention how to undo it.
1166
bfcb151a
RT
11672011-02-09 Reuben Thomas <rrt@sc3d.org>
1168
1169 * loading.texi (Hooks for Loading): Remove unnecessary advice
1170 about eval-after-load (Bug#7986).
1171
a41c8660
CY
11722011-02-05 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * commands.texi (Accessing Mouse): Note that a header line is not
1175 included in the row of posn-col-row.
1176
e0dd6837
CY
11772011-02-02 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * modes.texi (Major Mode Conventions): Add face guidelines.
1180 (Faces for Font Lock): List faces in order of prominence.
1181
a4180391
PE
11822011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1183
1184 format-time-string now supports subsecond time stamp resolution
1185 * os.texi (Time Parsing): Document %N.
1186
7427eb97
CY
11872011-01-28 Chong Yidong <cyd@stupidchicken.com>
1188
61db307f
CY
1189 * vol1.texi (Top):
1190 * vol2.texi (Top):
1191 * elisp.texi (Top):
1192 * display.texi (Display Property): Shorten the menu description of
1193 the "Other Display Specs" node (Bug#7816).
1194
7427eb97
CY
1195 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1196 menu item" concept index entries (Bug#7805).
1197
bf3dae7e
EZ
11982011-01-29 Eli Zaretskii <eliz@gnu.org>
1199
1200 * makefile.w32-in (texinfodir): New variable.
1201 (usermanualdir): Remove as redundant with $(emacsdir).
1202 (MAKEINFO): Remove options, leave only program name.
1203 (MAKEINFO_OPTS): New variable.
1204 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1205
06d8ace5 12062011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1207 Richard Kim <emacs18@gmail.com>
1208
1209 * loading.texi (Library Search): Document list-load-path-shadows
1210 (Bug#7757).
1211
06d8ace5 12122011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1213
1214 * searching.texi (Regexp Special): Remove outdated discussion of
1215 character sets (Bug#7780).
1216
28a88153
CY
1217 * frames.texi (Pop-Up Menus): Document where menu title comes
1218 from (Bug#7684).
1219
06d8ace5 12202011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1221
1222 * display.texi (Making Buttons): Mention limitation of text buttons.
1223
a8e1e9ee
WL
12242011-01-23 Werner Lemberg <wl@gnu.org>
1225
1226 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1227 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1228 (ENVADD): New variable to control texi2dvi and texi2pdf.
1229
362b9d48
GM
12302011-01-15 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1233 Emacs manual.
1234
12352011-01-15 Eli Zaretskii <eliz@gnu.org>
1236
1237 * files.texi (Directory Names): Explain why FROM in
1238 directory-abbrev-alist should begin with \`. (Bug#7777)
1239
3fa173b4
SM
12402011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1243
7c420169 12442011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1245
1246 * modes.texi (Emulating Mode Line): Fix last change.
1247
7c420169 12482011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1249
1250 * modes.texi (Emulating Mode Line): Update documentation of
1251 format-mode-line according to changes that fixed bug #7587.
1252
80b33766
SM
12532010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 * modes.texi (Derived Modes): Mention prog-mode.
1256
1257 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1258 of the key-binding-data cache since we don't use it any more.
1259
f49d1f52 12602010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1261
4bb49a92
EZ
1262 * processes.texi (Shell Arguments):
1263 * strings.texi (Creating Strings): Don't mention "shell commands";
1264 make it explicit that `split-string-and-unquote' and
1265 `combine-and-quote-strings' are mainly for working with arguments
1266 to call-process and start-process.
1267
3c73e30e
EZ
1268 * processes.texi (Shell Arguments): Fix documentation of
1269 `split-string-and-unquote'. Add indexing. (Bug#7563)
1270
f49d1f52 12712010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1272
1273 * modes.texi (Auto-Indentation): New section to document SMIE.
1274 (Major Mode Conventions):
1275 * text.texi (Mode-Specific Indent): Refer to it.
1276
f49d1f52 12772010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1278
1279 * display.texi (Other Display Specs): Document left-fringe and
1280 right-fringe display specs.
1281
f49d1f52 12822010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1283
1284 * backups.texi (Making Backups):
1285 * modes.texi (Example Major Modes): Use recommended coding style.
1286 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1287 define-derived-mode. Mention completion-at-point-functions.
1288
f49d1f52 12892010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1290
5dcb4c4e
SM
1291 * nonascii.texi (Converting Representations):
1292 Document byte-to-string.
e1115396 1293
ec1b9b17
GM
12942010-12-08 Glenn Morris <rgm@gnu.org>
1295
1296 * buffers.texi (Modification Time):
1297 verify-visited-file-modtime now defaults to the current buffer.
1298
07976ae3 12992010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1300
ec1b9b17 1301 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1302
1303 * strings.texi (Creating Strings): Don't mention semi-obsolete
1304 function char-to-string.
1305 (String Conversion): Shorten discussion of semi-obsolete function
1306 string-to-char. Link to Converting Representations.
1307
1308 * objects.texi (Symbol Type):
1309 * text.texi (Near Point):
1310 * help.texi (Help Functions):
1311 * functions.texi (Mapping Functions): Use string instead of
1312 char-to-string in examples.
1313
07976ae3 13142010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1315
1316 * text.texi (Kill Functions, Kill Functions)
1317 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1318 YANK-HANDLER args.
1319
1320 * symbols.texi (Creating Symbols): Using unintern without an
1321 obarray arg is now obsolete.
1322
1323 * numbers.texi (Float Basics): Document float-e and float-pi.
1324
1325 * variables.texi (Defining Variables): Change "pi" example to
1326 "float-pi".
1327
8547874a
EZ
13282010-11-26 Eli Zaretskii <eliz@gnu.org>
1329
1330 * commands.texi (Click Events): Document the values of X, Y and
1331 COL, ROW in the event's position, when the click is on the header
1332 or mode line, on the fringes, or in the margins.
1333
4a47c275 13342010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1335
5b05d75b
EZ
1336 * customize.texi (Composite Types): Lower-case index entry.
1337
5dcb4c4e
SM
1338 * loading.texi (How Programs Do Loading):
1339 Document load-file-name. (Bug#7346)
c7926fe2 1340
4a47c275 13412010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1342
1343 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1344
0eb025fb
EZ
13452010-11-13 Eli Zaretskii <eliz@gnu.org>
1346
1347 * display.texi (Usual Display): Characters with no fonts are not
1348 necessarily displayed as empty boxes.
1349
2699a554 13502010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1351
1352 * maps.texi (Standard Keymaps): Update File menu description.
1353
8289f37b
GM
13542010-10-28 Glenn Morris <rgm@gnu.org>
1355
1356 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1357
5793a7bc 13582010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1359
1360 * display.texi (Window Systems): Deprecate use of window-system as
1361 a predicate.
1362
17284e30
GM
13632010-10-23 Glenn Morris <rgm@gnu.org>
1364
1365 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1366 sorted-doc.
1367
00f113eb
JB
13682010-10-15 Eli Zaretskii <eliz@gnu.org>
1369
1370 * os.texi (Dynamic Libraries): New node, with slightly modified
1371 text deleted from "Image Formats".
1372 (System Interface): Add @menu entry for "Dynamic Libraries".
1373
1374 * display.texi (Image Formats): Remove description of
1375 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1376
07277eb8
GM
13772010-10-12 Glenn Morris <rgm@gnu.org>
1378
1379 * book-spine.texinfo: Rename to book-spine.texi.
1380
c12e4a81
GM
13812010-10-11 Glenn Morris <rgm@gnu.org>
1382
df187c62
GM
1383 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1384
c12e4a81 1385 * Makefile.in (DVIPS): New variable.
234db610
GM
1386 (.PHONY): Add html, ps.
1387 (html, elisp.html, ps, elisp.ps): New targets.
1388 (clean): Delete html, ps files.
1389 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1390
6513b232
EZ
13912010-10-09 Eli Zaretskii <eliz@gnu.org>
1392
1393 * makefile.w32-in (emacsdir): New variable.
1394 (srcs): Add emacsver.texi.
1395 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1396
abd40fb4
GM
13972010-10-09 Glenn Morris <rgm@gnu.org>
1398
c1dc72b3
GM
1399 * Makefile.in (VPATH): Remove.
1400 (infodir): Make it absolute.
1401 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1402
4393405b
GM
1403 * Makefile.in (dist): Anchor regexps.
1404
eef3ab94
GM
1405 * Makefile.in (srcs): Put elisp.texi first.
1406 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1407
aa9db089
GM
1408 * Makefile.in (infoclean): Remove harmless, long-standing error.
1409
abd40fb4
GM
1410 * Makefile.in ($(infodir)): Delete rule.
1411 (mkinfodir): New.
1412 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1413
68db69ed 1414 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1415 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1416
ea274122
GM
14172010-10-09 Glenn Morris <rgm@gnu.org>
1418
f7a31f11
GM
1419 * Makefile.in (emacsdir): New variable.
1420 (MAKEINFO): Add -I $emacsdir.
1421 (dist): Copy emacsver.texi.
b13254e7
GM
1422 (srcs): Add emacsver.texi.
1423
f7a31f11
GM
1424 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1425 Set EMACSVER by including emacsver.texi.
1426
ea274122
GM
1427 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1428
17ca7950
GM
14292010-10-07 Glenn Morris <rgm@gnu.org>
1430
1431 * Makefile.in (version): New, set by configure.
1432 (clean): Delete dist tar file.
1433 (dist): Use version in tar name.
1434
4c83f6e1
GM
14352010-10-06 Glenn Morris <rgm@gnu.org>
1436
1437 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1438 (INSTALL_INFO): Remove unused variable.
1439 (mostlyclean, infoclean, dist): New rules.
1440 (clean): Delete dvi and pdf files.
1441 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1442 ($(infodir)): Add parallel build workaround.
4c83f6e1 1443
0264072d
GM
14442010-10-04 Glenn Morris <rgm@gnu.org>
1445
1446 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1447 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1448 Fix -I typo.
0264072d
GM
1449 (clean): No 'make.out' or 'core' files.
1450 (.PHONY): Declare clean rules.
1451 (maintainer-clean): Delete pdf file. Guard against cd failures.
1452
77f38949
GM
14532010-10-03 Glenn Morris <rgm@gnu.org>
1454
1455 * files.texi (File Name Components): Remove ignored section about
1456 deleted variable directory-sep-char.
1457
178fdd41
MA
14582010-10-03 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * files.texi (Magic File Names): New defopt
1461 remote-file-name-inhibit-cache.
1462
9c524fcb
GM
14632010-10-02 Glenn Morris <rgm@gnu.org>
1464
1465 * os.texi (Killing Emacs): Hook now runs in batch mode.
1466
f816790b
SM
14672010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * text.texi (Special Properties): Clarify when modification-hooks run.
1470
7cf78aac
SM
14712010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * syntax.texi (Syntax Flags): Document new `c' flag.
1474
ca0d44e4
GM
14752010-09-09 Glenn Morris <rgm@gnu.org>
1476
1477 * display.texi (ImageMagick Images): General cleanup.
1478
10999305 14792010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1480
1481 * files.texi (Directory Names): Use \` rather than ^.
1482
45240125
JD
14832010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1484
1485 * text.texi (Low-Level Kill Ring):
1486 * frames.texi (Window System Selections): Remove cut buffer
1487 documentation.
1488
4abe5bf6
EZ
14892010-08-28 Eli Zaretskii <eliz@gnu.org>
1490
1491 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1492 Parameters", where the default fringe width is described.
1493
1494 * frames.texi (Window Frame Parameters, Basic Parameters)
1495 (Position Parameters, Layout Parameters, Management Parameters)
1496 (Cursor Parameters, Font and Color Parameters): Add indexing for
1497 frame parameters. (Bug#6929)
1498
fdc76236
TT
14992010-08-25 Tom Tromey <tromey@redhat.com>
1500
1501 * vol2.texi (Top): Update.
1502 * vol1.texi (Top): Update.
1503 * tips.texi (Library Headers): Mention Package-Version and
1504 Package-Requires.
1505 * package.texi: New file.
1506 * os.texi (System Interface): Update pointers.
1507 * elisp.texi (Top): Link to new nodes. Include package.texi.
1508 * anti.texi (Antinews): Update pointers.
1509
1e5c1c80
EZ
15102010-08-25 Eli Zaretskii <eliz@gnu.org>
1511
1512 * processes.texi (Filter Functions): Fix last change.
1513
78e33835
CY
15142010-08-24 Markus Triska <triska@gmx.at>
1515
1516 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1517 of `buffer-name' in the main text as well as in the example
1518 (Bug#3098).
1519
198a7a97
CY
15202010-08-22 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * nonascii.texi (Text Representations):
1523 * loading.texi (Loading Non-ASCII):
1524 * compile.texi (Byte Compilation): Don't mention obsolete
1525 --unibyte command-line argument.
1526
bc7d7ea6
CY
15272010-08-22 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1530
b0126eac 15312010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1532
1533 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1534
e8a6cc19
EZ
15352010-08-20 Eli Zaretskii <eliz@gnu.org>
1536
1537 * commands.texi (Misc Events): Add cross-references to where
1538 POSITION of a mouse event is described in detail.
1539
c4e7c63a 15402010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1541
c4e7c63a 1542 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1543
7815fe19 15442010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1545
1546 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1547 Suggested by Štěpán Němec <stepnem@gmail.com>.
1548
7815fe19 15492010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1550
1551 * minibuf.texi (High-Level Completion): Document args of
1552 `read-buffer-function' (bug#5625).
1553
8b2dd508
JD
15542010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1555
1556 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1557
bace45fe
MA
15582010-07-29 Michael Albinus <michael.albinus@gmx.de>
1559
1560 * processes.texi (Process Information): Explain process property
1561 `remote-tty'.
1562
4ce5a4cc
JB
15632010-07-27 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1566 instead of "\C-\^?" (bug#6334).
1567
1c84bc7a
JB
1568 * text.texi (Special Properties): Fix typo.
1569
b88746ba
EZ
15702010-07-09 Eli Zaretskii <eliz@gnu.org>
1571
1572 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1573 calling sequences, which are now the standard.
1574
51422d6d
CY
15752010-06-24 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1578
1579 * commands.texi (Command Overview): Mention undo-boundary call.
1580
d24880de
GM
15812010-06-23 Glenn Morris <rgm@gnu.org>
1582
1583 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1584 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1585 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1586 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1587 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1588 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1589 Untabify Texinfo files.
1590
0fc76035
CY
15912010-06-20 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1594
5338dc0b
CY
15952010-06-19 Chong Yidong <cyd@stupidchicken.com>
1596
a628ad9d 1597 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1598
2c3a3c1d
CY
15992010-06-02 Chong Yidong <cyd@stupidchicken.com>
1600
ba3bf1d9
CY
1601 * searching.texi (Regexp Special): Remove obsolete information
1602 about matching non-ASCII characters, and suggest using char
1603 classes (Bug#6283).
2c3a3c1d 1604
7f4b4249
JB
16052010-05-30 Juanma Barranquero <lekktu@gmail.com>
1606
1607 * minibuf.texi (Basic Completion): Add missing "@end defun".
1608
637821cd
SM
16092010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * minibuf.texi (Basic Completion): Document completion-boundaries.
1612 (Programmed Completion): Document the new fourth method for boundaries.
1613
e13051c3
CY
16142010-05-22 Chong Yidong <cyd@stupidchicken.com>
1615
a628ad9d 1616 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1617
0235128c 16182010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1619
1620 * windows.texi (Textual Scrolling):
1621 * tips.texi (Coding Conventions):
1622 * minibuf.texi (Minibuffer History):
1623 * maps.texi (Standard Keymaps):
1624 * loading.texi (Where Defined):
1625 * edebug.texi (Instrumenting): Fix typos.
1626
0235128c 16272010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1628
c7c32279
CY
1629 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1630
0235128c
SM
1631 * functions.texi (Obsolete Functions):
1632 Document set-advertised-calling-convention.
eb5ed549
CY
1633
1634 * minibuf.texi (Basic Completion): Document completion-in-region.
1635 (Programmed Completion): Document completion-annotate-function.
1636
1637 * commands.texi (Reading One Event): Document read-key.
1638 (Distinguish Interactive): Document KIND arg to
1639 called-interactively-p. Delete obsolete interactive-p.
1640
1641 * elisp.texi (Top): Update node description.
1642
f8848423
EZ
16432010-05-08 Eli Zaretskii <eliz@gnu.org>
1644
0235128c
SM
1645 * nonascii.texi (Character Properties):
1646 Document unicode-category-table. Add an index entry for Unicode
1647 general category.
1648
16492010-05-07 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * Version 23.2 released.
f8848423 1652
938efb77
JB
16532010-04-20 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * locals.texi (Standard Buffer-Local Variables):
1656 Remove @ignore'd reference to `direction-reversed'.
1657
5854c267
JL
16582010-04-14 Juri Linkov <juri@jurta.org>
1659
1660 Fix @deffn without category.
1661
1662 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1663 for `abbrev-insert'.
1664
1665 * buffers.texi (Indirect Buffers): Add category `Command'
1666 to @deffn of `clone-indirect-buffer'.
1667
1668 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1669 for `next-window' and `previous-window'. Add category `Command'
1670 to @deffn of `pop-to-buffer'.
1671
8a14dec7
CY
16722010-04-01 Chong Yidong <cyd@stupidchicken.com>
1673
1674 * nonascii.texi (Text Representations): Don't mark
1675 enable-multibyte-characters as a user option.
1676
7a1831cf
EZ
16772010-03-31 Eli Zaretskii <eliz@gnu.org>
1678
1679 * control.texi (Handling Errors): How to re-throw a signal caught
1680 by condition-case.
1681
c3863713
CY
16822010-03-26 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * loading.texi (Hooks for Loading): Document after-load-functions.
1685 Copyedits.
1686
c333f279
AM
16872010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1688
1689 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1690
e867cb5d 16912010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1692
1693 * processes.texi (Network Processes): Document seqpacket type.
1694
605f35cd
DN
16952010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1696
1697 * os.texi (System Environment): Do not mention lynxos.
1698
288f9fc0
CY
16992010-03-10 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * Branch for 23.2.
1702
eed5c93a
CY
17032010-03-06 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * objects.texi (Integer Type): Take note of the read syntax
1706 exception for numbers that cannot fit in the integer type.
1707
1ddd6622
GM
17082010-03-03 Glenn Morris <rgm@gnu.org>
1709
1710 * numbers.texi (Integer Basics, Bitwise Operations):
1711 * objects.texi (Integer Type): Update for integers now being 30-bit.
1712
a908c79a
CY
17132010-02-27 Chong Yidong <cyd@stupidchicken.com>
1714
1715 * display.texi (Low-Level Font): Document :otf font-spec property.
1716
cd61af01
SM
17172010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * display.texi (Line Height): Avoid obsolete special default variables
1720 like default-major-mode.
1721
c02f8fe2
AM
17222010-01-28 Alan Mackenzie <acm@muc.de>
1723
1724 * display.texi (Auto Faces): Say fontification-functions is called
1725 whether or not Font Lock is enabled. Tidy up the wording a bit.
1726
d738d18b
CY
17272010-01-17 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * elisp.texi: Remove duplicate edition information (Bug#5407).
1730
4963739e
JB
17312010-01-17 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * two.el (volume-header-toc-markup): Fix typos in docstring.
1734
c57008f6
SM
17352010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 Avoid dubious uses of save-excursions.
1738 * positions.texi (Excursions): Recommend the use of
1739 save-current-buffer if applicable.
1740 * text.texi (Clickable Text): Fix the example code which used
1741 save-excursion in a naive way which sometimes preserves point and
1742 sometimes not.
1743 * variables.texi (Creating Buffer-Local):
1744 * os.texi (Session Management):
1745 * display.texi (GIF Images):
1746 * control.texi (Cleanups): Use (save|with)-current-buffer.
1747
2f3725cd
EZ
17482010-01-02 Eli Zaretskii <eliz@gnu.org>
1749
1750 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1751
85eeac93
CY
17522010-01-02 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * nonascii.texi (Text Representations, Character Codes)
1755 (Converting Representations, Explicit Encoding)
1756 (Translation of Characters): Use hex notation consistently.
1757 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1758
4801c5fa
CY
17592010-01-01 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * loading.texi (Where Defined): Make it clearer that these are
1762 loaded files (Bug#5068).
1763
26e533e2
CY
17642009-12-29 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * minibuf.texi (Completion Styles): Document `initials' style.
1767
16d1ff5f
CY
17682009-12-25 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * frames.texi (Resources): Describe inhibit-x-resources.
1771 (Size Parameters): Copyedit.
1772
1773 * hash.texi (Creating Hash):
1774 * objects.texi (Hash Table Type): Document the new hash table
1775 printed representation.
1776
1777 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1778 obsolete.
1779
5dcb4c4e
SM
1780 * processes.texi (Process Buffers):
1781 Document process-kill-buffer-query-function.
16d1ff5f 1782
9a5de3d9
GM
17832009-12-05 Glenn Morris <rgm@gnu.org>
1784
1785 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1786 diary-display-function, and no longer recommended to be a hook.
1787 Update for changes in the names of calendar and diary hooks.
1788 diary-print-entries-hook has changed section.
1789
b640eb52
EZ
17902009-11-28 Eli Zaretskii <eliz@gnu.org>
1791
1792 * text.texi (Special Properties): More accurate description of
1793 what the `cursor' property does.
1794
be1674ab
KR
17952009-11-26 Kevin Ryde <user42@zip.com.au>
1796
1797 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1798 mouse-wheel-down-event, the closest thing to a definition for them.
1799 * os.texi (Startup Summary): vindex inhibit-startup-message and
1800 inhibit-splash-screen.
1801 (Command-Line Arguments): vindex argv.
1802 (Suspending Emacs): vindex suspend-tty-functions and
1803 resume-tty-functions. Don't want to index every hook, but having
1804 the programming ones is helpful.
1805
603f5979
CY
18062009-11-14 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * commands.texi (Motion Events): Fix typo (Bug#4907).
1809
4359a806
CY
18102009-11-08 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1813 are affected by case-fold-search (Bug#4483).
1814
0f063651
CY
18152009-11-02 Chong Yidong <cyd@stupidchicken.com>
1816
1817 * minibuf.texi (Reading File Names): Note that read-file-name may
1818 use a graphical file dialog.
1819
9bd79893
GM
18202009-10-31 Glenn Morris <rgm@gnu.org>
1821
1822 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1823
ebe479ec
KR
18242009-10-16 Kevin Ryde <user42@zip.com.au>
1825
1826 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1827 in particular so `info-lookup-symbol' can find its docs.
1828
2640fa86
CY
18292009-10-16 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * variables.texi (Constant Variables): Distinguish from defconst
1832 variables.
1833 (Defining Variables): Add cindex.
1834
edd6a733
CY
18352009-10-15 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * os.texi (Time of Day): Clarify that the microsecond part is
1838 ignored (Bug#4637).
1839
5feb0b73
GM
18402009-10-11 Glenn Morris <rgm@gnu.org>
1841
1842 * frames.texi (Size and Position): Clarify what is included in the frame
1843 height. (Bug#4535)
1844
0c5413c8
GM
18452009-10-10 Glenn Morris <rgm@gnu.org>
1846
1847 * windows.texi (Size of Window): The relationship between window and
1848 frame heights is not so simple. (Bug#4535)
1849 Mention window-full-height-p.
1850
7f8b600a
SM
18512009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1854 used from Lisp.
1855
6185de1c
EZ
18562009-10-07 Eli Zaretskii <eliz@gnu.org>
1857
7f8b600a
SM
1858 * files.texi (Directory Names) <abbreviate-file-name>:
1859 Document that root home directories are not replaced with "~".
6185de1c 1860
9972911f
EZ
18612009-10-06 Eli Zaretskii <eliz@gnu.org>
1862
1863 * text.texi (Special Properties): Document the meaning of the
1864 `cursor' text property whose value is an integer.
1865
2a3f19ef
MA
18662009-10-05 Michael Albinus <michael.albinus@gmx.de>
1867
1868 * files.texi (Magic File Names): Add `copy-directory'.
1869
804543b5
EZ
18702009-10-05 Eli Zaretskii <eliz@gnu.org>
1871
1872 * files.texi (File Attributes): Fix description of file
1873 attributes. (Bug#4638) Update attributes of files.texi example to
1874 be more representative.
1875
461bf92b
MA
18762009-10-05 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * files.texi (Create/Delete Dirs): New command copy-directory.
1879
a86cd395
JB
18802009-10-04 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * anti.texi (Antinews):
1883 * macros.texi (Indenting Macros):
1884 * strings.texi (Creating Strings, Case Conversion):
1885 Remove duplicate words.
1886
d3080264
MA
18872009-10-01 Michael Albinus <michael.albinus@gmx.de>
1888
1889 * files.texi (Create/Delete Dirs): delete-directory has an
1890 optional parameter RECURSIVE.
1891
85d14563
SM
18922009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * buffers.texi (Swapping Text): Minor clarification.
1895
3d9842c6
GM
18962009-10-01 Glenn Morris <rgm@gnu.org>
1897
1898 * functions.texi (Declaring Functions): Mention that we also search for
1899 ".m" files in the src/ directory.
1900
78427304
CY
19012009-09-25 David Engster <deng@randomsample.de>
1902
3d9842c6 1903 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1904
b578c9cc
GM
19052009-09-22 Glenn Morris <rgm@gnu.org>
1906
1907 * internals.texi (Building Emacs): Mention preloaded-file-list.
1908
beee5da7
AM
19092009-09-14 Alan Mackenzie <acm@muc.de>
1910
1911 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1912
5d6ab672
CY
19132009-09-13 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * functions.texi (Anonymous Functions): Rearrange discussion,
1916 giving usage of unquoted lambda forms first. Mention that
1917 `function' and `#'' are no longer required (Bug#4290).
1918
59375eeb
AM
19192009-09-11 Alan Mackenzie <acm@muc.de>
1920
a86cd395 1921 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1922 batch mode.
1923
e7e2f529
GM
19242009-09-01 Glenn Morris <rgm@gnu.org>
1925
1926 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1927
eae47088
GM
19282009-08-26 Ulrich Mueller <ulm@gentoo.org>
1929
1930 * nonascii.texi (Character Codes): Fix typos.
1931
3691a0a6
MA
19322009-08-25 Michael Albinus <michael.albinus@gmx.de>
1933
1934 * processes.texi (Synchronous Processes): New defvar
1935 process-file-side-effects.
1936
664d56b8
GM
19372009-08-25 Glenn Morris <rgm@gnu.org>
1938
1939 * display.texi (Fontsets): Fix typo.
1940
0706c025
GM
1941 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1942
03a74b84
SM
19432009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * processes.texi (Asynchronous Processes): Adjust arglist of
1946 start-process-shell-command and start-file-process-shell-command.
1947
f6de8a37
CY
19482009-08-15 Chong Yidong <cyd@stupidchicken.com>
1949
4b1ed1bb
CY
1950 * advice.texi (Argument Access in Advice): Note that argument
1951 positions are zero-based (Bug#3932).
1952
89a9e058
CY
1953 * commands.texi (Distinguish Interactive): Minor copyedit.
1954
23696fd7
CY
1955 * display.texi (Face Attributes): Add xref to Displaying Faces for
1956 explanation of "underlying face".
1957
f6de8a37
CY
1958 * customize.texi (Common Keywords): Add xref to Loading.
1959
1960 * loading.texi (How Programs Do Loading): Add xref to Lisp
1961 Libraries node in the Emacs manual.
1962
417f77e6
CY
19632009-08-13 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1966
0999039c
CY
19672009-07-18 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * processes.texi (Shell Arguments): Copyedits.
1970
9af167bc
GM
19712009-07-18 Glenn Morris <rgm@gnu.org>
1972
1973 * loading.texi (Repeated Loading): Fix typo.
1974
137987ab
RS
19752009-07-16 Richard Stallman <rms@gnu.org>
1976
1977 * buffers.texi (Swapping Text): Recommend setting
1978 write-region-annotate-functions and buffer-saved-size.
1979
1980 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1981
622fa380
GM
19822009-07-15 Glenn Morris <rgm@gnu.org>
1983
1984 * edebug.texi: Minor re-phrasings throughout.
1985 (Edebug Execution Modes): Sit-for affects continue mode too.
1986 (Jumping): Use `forward-sexp' rather than its keybinding.
1987 (Edebug Misc): Fix Q binding.
1988 (Edebug Eval): Remove cl version.
1989 (Printing in Edebug): Clarify print-length etc.
1990 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1991 (Specification List): Remove edebug-unwrap findex entry.
1992 (Specification Examples): defmacro is actually not the same as defun.
1993 Escape "`" in example.
1994
6bbd4600
CY
19952009-07-15 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * markers.texi (The Mark): Document optional arg to
1998 deactivate-mark.
1999
e538d479
GM
20002009-07-11 Kevin Ryde <user42@zip.com.au>
2001
2002 * hooks.texi (Standard Hooks): Fix cross-references.
2003
4c98b9ed
GM
2004 * loading.texi (Named Features): Refer to eval-after-load.
2005
5300838c
GM
20062009-07-11 Glenn Morris <rgm@gnu.org>
2007
64fbeb16
GM
2008 * Makefile.in (TEXI2PDF): New.
2009 (elisp.pdf): New target.
2010
4c98b9ed
GM
2011 * searching.texi (Regexp Backslash): Fix typo.
2012
2013 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2014
51d9979c
GM
20152009-07-10 Glenn Morris <rgm@gnu.org>
2016
561c0216
GM
2017 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2018
5b594a58
GM
2019 * customize.texi (Customization Types):
2020 * display.texi (Abstract Display):
0cc8c85a 2021 * objects.texi (Character Type, String Type):
5b594a58 2022 Merge in some menu descriptions from elisp.texi.
51d9979c 2023
c3cbbb40
GM
2024 * hash.texi (Hash Tables):
2025 * modes.texi (Multiline Font Lock):
2026 End menu description with period.
fe42c16a 2027
28528402
GM
20282009-07-09 Glenn Morris <rgm@gnu.org>
2029
2030 * back.texi: Don't hard-code texinfo location.
2031
2032 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2033 (tex): Add texinfodir to TEXINPUTS.
2034 (elisp1med-init, elisp2med-init): Use texinfodir.
2035
2036 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2037 (clean): Add two-volume.make intermediate files.
2038
2039 * elisp.texi, vol1.texi, vol2.texi:
2040 Use a DATE variable with the publication date, and update it.
2041 Fix antinews menu description.
2042
2043 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2044 Update the detailed node listing to match elisp.texi.
2045
2046 * README: Update edition to match elisp.texi.
2047
2048 * objects.texi (General Escape Syntax):
2049 * nonascii.texi (Character Sets):
2050 Use consistent case for "Unicode Standard".
2051
2052 * anti.texi (Antinews):
2053 * customize.texi (Variable Definitions):
2054 * functions.texi (Declaring Functions):
2055 * nonascii.texi (Character Properties):
2056 * processes.texi (Serial Ports):
2057 * text.texi (Special Properties):
2058 * tips.texi (Coding Conventions):
2059 Minor rearrangements to improve TeX line-filling.
2060
2061 * commands.texi (Using Interactive): Fix cross-reference.
2062
17db8e10
JD
20632009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2064
2065 * frames.texi (Management Parameters): Mention sticky.
2066
77c7e2e1
AS
20672009-07-01 Andreas Schwab <aschwab@redhat.com>
2068
2069 * help.texi (Help Functions): Fix description of help-buffer and
2070 help-setup-xref to use @defun instead of @deffn.
2071
3f1c6666
JD
20722009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2073
2074 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2075
ca27c21b
CY
20762009-06-24 Chong Yidong <cyd@stupidchicken.com>
2077
2078 * display.texi (Window Systems): Add ns to the list.
2079
70243478
CY
20802009-06-21 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * Branch for 23.1.
2083
df006536
MR
20842009-06-17 Martin Rudalics <rudalics@gmx.at>
2085
2086 * windows.texi (Dedicated Windows): Fix typo.
2087 (Resizing Windows): Replace @defun by @deffn.
2088
d259fc4b
GM
20892009-06-17 Glenn Morris <rgm@gnu.org>
2090
2091 * variables.texi (Directory Local Variables):
2092 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2093
30781db6
KH
20942009-06-09 Kenichi Handa <handa@m17n.org>
2095
2096 * nonascii.texi (Character Sets): State clearly that FROM and TO
2097 are codepoints of CHARSET.
2098
62e8099c
CY
20992009-06-07 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * minibuf.texi (Reading File Names): Fix introductory text.
2102 Suggested by stan@derbycityprints.com.
2103 (High-Level Completion): Fix typo.
2104
ee1b1917
CY
21052009-05-28 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * frames.texi (Text Terminal Colors): Multi-tty is already
2108 implemented, but tty-local colors are not.
2109
5df647e8
CY
21102009-05-27 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * hooks.texi (Standard Hooks): Remove mention of obsolete
2113 redisplay-end-trigger-functions.
2114
2115 * internals.texi (Window Internals): Remove mention of obsolete
2116 redisplay-end-trigger-functions.
2117
01f17ae2
MR
21182009-05-21 Martin Rudalics <rudalics@gmx.at>
2119
2120 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2121
2122 * backups.texi (Making Backups): backup-directory-alist and
2123 make-backup-file-name-function are options.
2124 (Auto-Saving): auto-save-list-file-prefix is an option.
2125
2126 * buffers.texi (Killing Buffers): buffer-offer-save is an
2127 option.
2128
2129 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2130 option.
2131 (Echo Area Customization): echo-keystrokes is an option.
2132 (Selective Display): selective-display-ellipses is an option.
2133 (Temporary Displays): temp-buffer-show-function is an option.
2134 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2135 are options.
2136 (Font Selection): face-font-family-alternatives,
2137 face-font-selection-order, face-font-registry-alternatives, and
2138 scalable-fonts-allowed are options.
2139 (Fringe Indicators): indicate-buffer-boundaries is an option.
2140 (Fringe Cursors): overflow-newline-into-fringe is an option.
2141 (Scroll Bars): scroll-bar-mode is an option.
2142
2143 * eval.texi (Eval): max-lisp-eval-depth is an option.
2144
2145 * files.texi (Visiting Functions): find-file-hook is an option.
2146 (Directory Names): directory-abbrev-alist is an option.
2147 (Unique File Names): temporary-file-directory and
2148 small-temporary-file-directory are options.
2149
2150 * frames.texi (Initial Parameters): initial-frame-alist,
2151 minibuffer-frame-alist and default-frame-alist are options.
2152 (Cursor Parameters): blink-cursor-alist and
2153 cursor-in-non-selected-windows ar options.
2154 (Window System Selections): selection-coding-system is an
2155 option.
2156 (Display Feature Testing): display-mm-dimensions-alist is an
2157 option.
2158
2159 * help.texi (Help Functions): help-char and help-event-list are
2160 options.
2161
2162 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2163 an option.
2164
2165 * minibuf.texi (Minibuffer History): history-length and
2166 history-delete-duplicates are options.
2167 (High-Level Completion): read-buffer-function and
2168 read-buffer-completion-ignore-case are options.
2169 (Reading File Names): read-file-name-completion-ignore-case is
2170 an option.
2171
2172 * modes.texi (Mode Line Top): mode-line-format is an option.
2173 (Mode Line Variables): mode-line-position and mode-line-modes
2174 are options.
2175
2176 * nonascii.texi (Text Representations):
2177 enable-multibyte-characters is an option.
2178 (Default Coding Systems): auto-coding-regexp-alist,
2179 file-coding-system-alist, auto-coding-alist and
2180 auto-coding-functions are options.
2181 (Specifying Coding Systems): inhibit-eol-conversion is an
2182 option.
2183
2184 * os.texi (Init File): site-run-file is an option.
2185 (System Environment): mail-host-address is an option.
2186 (User Identification): user-mail-address is an option.
2187 (Terminal Output): baud-rate is an option.
2188
2189 * positions.texi (Word Motion): words-include-escapes is an
2190 option.
2191
2192 * searching.texi (Standard Regexps): page-delimiter,
2193 paragraph-separate, paragraph-separate and sentence-end are
2194 options.
2195
2196 * text.texi (Margins): left-margin and fill-nobreak-predicate
2197 are options.
2198
2199 * variables.texi (Local Variables): max-specpdl-size is an
2200 option.
2201
2202 * windows.texi (Choosing Window):
2203 split-window-preferred-function, special-display-function and
2204 display-buffer-function are options.
2205
106e6894
CY
22062009-05-20 Chong Yidong <cyd@stupidchicken.com>
2207
4a83454d
CY
2208 Fix errors spotted by Martin Rudalics.
2209
106e6894
CY
2210 * syntax.texi (Position Parse): Document rationale for ignored
2211 arguments to syntax-ppss-flush-cache.
2212
2213 * processes.texi (Input to Processes): Mark PROCESS arg to
2214 process-running-child-p as optional.
2215 (Network Options): Document NO-ERROR arg to
2216 set-network-process-option.
2217
2218 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2219 command.
2220
2221 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2222 posix-search-backward as commands.
2223
2224 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2225 (Suspending Emacs): Mark suspend-emacs as a command.
2226 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2227 commands.
5dcb4c4e
SM
2228 (Terminal Output): Remove obsolete function baud-rate.
2229 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2230
2231 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2232 terminal-coding-system and set-terminal-coding-system.
2233 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2234 as optional.
2235 (Character Sets): Document RESTRICTION arg of char-charset.
2236 (Character Codes): Mark POS argument to get-byte as optional.
2237
2238 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2239 minibuffer-message.
2240
2241 * files.texi (Create/Delete Dirs): Mark make-directory and
2242 delete-directory as commands.
2243
2244 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2245
2246 * text.texi (Base 64): Mark base64-decode-string and
2247 base64-encode-string as commands.
2248 (Columns): Mark move-to-column as a command.
2249 (Mode-Specific Indent): Document RIGID arg to
2250 indent-for-tab-command.
2251 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2252 Mark indent-code-rigidly as a command.
2253 (Substitution): Mark translate-region as a command.
2254
2255 * frames.texi (Size and Position): Remove obsolete functions
2256 screen-height and screen-width.
2257
04173931
CY
22582009-05-19 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2261 (Displaying Buffers, Resizing Windows): Correct mistakes;
2262 next-window, previous-window, and pop-to-buffer are not commands,
2263 and fit-window-to-buffer" is a command. (Pointed out by Martin
2264 Rudalics.)
2265
eae7d8f8
RS
22662009-05-17 Richard M Stallman <rms@gnu.org>
2267
2268 * modes.texi (Precalculated Fontification): Clarify text.
2269
b8766179
MR
22702009-05-17 Martin Rudalics <rudalics@gmx.at>
2271
2272 * windows.texi (Selecting Windows): Clarify descriptions of
2273 with-selected-window and get-lru-window.
2274 (Cyclic Window Ordering): Refer to particular frame when talking
2275 about how splitting affects the ordering.
2276 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2277 switch-to-buffer-other-window. Explain how setting of
2278 display-buffer-reuse-frames affects pop-to-buffer.
2279 (Choosing Window): Clarify some details in descriptions of
2280 display-buffer-reuse-frames, pop-up-frames, and
2281 pop-up-frame-function.
2282 (Dedicated Windows): Clarify some details.
2283 (Textual Scrolling): Replace term vscroll by term vertical
2284 scroll position.
2285 (Vertical Scrolling): Fix typo.
2286 (Window Hooks): Relate text on jit-lock-register to window
2287 scrolling and size changes.
2288
734b5e3b
CY
22892009-05-14 Chong Yidong <cyd@stupidchicken.com>
2290
0a65633e
CY
2291 * frames.texi (Initial Parameters): Clarify what the initial
2292 minibuffer frame is.
05be46d7
CY
2293 (Buffer Parameters): Note that the minibuffer parameter can not be
2294 altered.
0a65633e 2295
734b5e3b
CY
2296 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2297 Document display-buffer changes.
2298
925672cd
CY
22992009-05-13 Chong Yidong <cyd@stupidchicken.com>
2300
17ecd7af
CY
2301 * anti.texi (Antinews): Rewrite for Emacs 22.
2302
925672cd
CY
2303 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2304 obarrays are first mentioned. Define "system abbrev" more
2305 prominently, and add it to the index.
2306 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2307 Copyedits.
2308 (Abbrev Expansion): Document abbrev-insert.
2309
80be4dd7
CY
23102009-05-12 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * frames.texi (Font and Color Parameters): Rename from Color
2313 Parameters. Document font-backend parameter.
2314
2315 * vol2.texi (Top): Update node listing.
2316 * vol1.texi (Top): Update node listing.
2317 * elisp.texi (Top): Update node listing.
2318
372a93ac
MR
23192009-05-11 Martin Rudalics <rudalics@gmx.at>
2320
2321 * windows.texi (Choosing Window): Don't explicitly refer to
2322 split-window-sensibly's window argument in descriptions of
2323 split-height-threshold and split-width-threshold.
2324
714c3541
MR
23252009-05-10 Martin Rudalics <rudalics@gmx.at>
2326
2327 * windows.texi (Choosing Window): Fix rewrite of window
2328 splitting section.
2329
0e90e7be
EZ
23302009-05-09 Eli Zaretskii <eliz@gnu.org>
2331
f4e90db0
SM
2332 * nonascii.texi (Default Coding Systems):
2333 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2334 Add indexing.
0e90e7be
EZ
2335 (Lisp and Coding Systems): Add index entries.
2336
d3c0c321
MR
23372009-05-09 Martin Rudalics <rudalics@gmx.at>
2338
2339 * windows.texi (Choosing Window): Describe split-window-sensibly
2340 and rewrite section on window splitting accordingly.
2341 (Textual Scrolling): Replace `...' by @code{...}.
2342
c773345a
CY
23432009-05-04 Chong Yidong <cyd@stupidchicken.com>
2344
ee2d5b5e
CY
2345 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2346 Remove obsoleted pre-abbrev-expand-hook.
2347
2348 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2349 entries.
2350
c773345a
CY
2351 * internals.texi (Object Internals): Don't assume 32-bit machines
2352 are the norm.
2353 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2354 (Window Internals): Synch field names to window.h.
2355 (Process Internals): Synch field names to process.h.
c773345a 2356
dd449674
CY
23572009-04-29 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * variables.texi (File Local Variables): Note that read-circle is
2360 bound to nil when reading file-local variables.
2361
2362 * streams.texi (Input Functions): Document read-circle.
2363 (Output Variables): Add xref to Circular Objects.
2364
4f1e25e2
CY
23652009-04-25 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2368 Features and Coding System Basics. Node that "p" stands for
2369 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2370 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2371 mouse-appearance-menu.
2372 (Programming Tips): Add xref to Progress.
2373
dca019f8
CY
23742009-04-22 Chong Yidong <cyd@stupidchicken.com>
2375
5dcb4c4e
SM
2376 * os.texi (Command-Line Arguments):
2377 Document command-line-args-left.
dca019f8
CY
2378 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2379 terminal objects for tty arguments.
2380 (Startup Summary): Add xref to Session Management.
2381 (Session Management): Mention emacs-session-restore. Copyedits.
2382
02a89103
CY
23832009-04-20 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * os.texi (Startup Summary): Copyedits. The init file is not
2386 necessarily named .emacs now. Document initial-buffer-choice and
2387 initial-scratch-message. Note where Emacs exits in batch mode.
2388 Document inhibit-splash-screen as an alias.
2389 (Init File): Be neutral about which init file name to use.
2390
23912009-04-16 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * os.texi (System Interface): Fix Texinfo usage.
2394
0c1cfe01
CY
23952009-04-15 Chong Yidong <cyd@stupidchicken.com>
2396
80d7cdca
CY
2397 * searching.texi (Regexp Backslash): Also refer to shy groups as
2398 non-capturing or unnumbered groups.
2399 (Regexp Functions): Add cross-reference to Regexp Backslash.
2400
0c1cfe01
CY
2401 * display.texi (Truncation): Overlays can use line-prefix and
2402 wrap-prefix too.
2403 (Overlay Properties): Document wrap-prefix and line-prefix.
2404 (Face Attributes): Document underline-minimum-offset.
2405 (Face Remapping): Copyedits.
2406 (Low-Level Font): Copyedits.
2407 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2408 (Line Height): Emphasize that line-spacing only takes effect on
2409 graphical terminals.
0c1cfe01 2410
c4adeee0
CY
24112009-04-13 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * display.texi (Refresh Screen): Note that a passage about screen
2414 refreshing is text terminal only.
2415 (Forcing Redisplay): Delete misleading comment---sit-for calls
2416 redisplay, not the other way around.
2417 (Truncation): Note new values of truncate-partial-width-windows.
2418 Copyedits.
2419 (Invisible Text): Document invisible-p.
2420
b20ecfa1
EZ
24212009-04-11 Eli Zaretskii <eliz@gnu.org>
2422
2423 * display.texi (Overlays): Overlays don't scale well. See
2424 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2425
97d8273f
CY
24262009-04-10 Chong Yidong <cyd@stupidchicken.com>
2427
f147ff75
CY
2428 * syntax.texi (Syntax Table Functions): Document cons cell
2429 argument for modify-syntax-entry.
2430 (Categories): Document cons cell argument for
2431 modify-category-entry.
2432
fca4ec76
CY
2433 * searching.texi (String Search): Document word-search-forward-lax
2434 and word-search-backward-lax.
2435 (Searching and Case): Describe isearch behavior more precisely.
2436
9c283d5b
CY
2437 * keymaps.texi (Tool Bar): Mention that some platforms do not
2438 support multi-line toolbars. Suggested by Stephen Eglen.
2439
2440 * frames.texi (Layout Parameters): Mention that Nextstep also
2441 allows only one tool-bar line. Suggested by Stephen Eglen.
2442
97d8273f
CY
2443 * nonascii.texi (Text Representations): Copyedits.
2444 (Coding System Basics): Also mention utf-8-emacs.
2445 (Converting Representations, Selecting a Representation)
2446 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2447 Copyedits.
2448 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2449
2bad3299
CY
24502009-04-09 Chong Yidong <cyd@stupidchicken.com>
2451
2452 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2453 (Filling): Clarify REGION argument of fill-paragraph.
2454 Document fill-forward-paragraph-function.
2bad3299
CY
2455 (Special Properties): Remove "new in Emacs 22" declaration.
2456 (Clickable Text): Merge with Links and Mouse-1 node.
2457
5dcb4c4e
SM
2458 * display.texi (Button Properties, Button Buffer Commands):
2459 Change xref to Clickable Text.
2bad3299
CY
2460
2461 * tips.texi (Key Binding Conventions): Change xref to Clickable
2462 Text.
2463
2464 * elisp.texi (Top): Update node listing.
2465
ea30ce4f
CY
24662009-04-05 Chong Yidong <cyd@stupidchicken.com>
2467
47af2f4b
CY
2468 * markers.texi (The Mark): Copyedits. Improve description of
2469 handle-shift-selection.
2470 (The Region): Move use-region-p here from The Mark.
2471
ea30ce4f
CY
2472 * positions.texi (Screen Lines): Document (cols . lines) argument
2473 for vertical-motion.
2474
2aa8ea6e
CY
24752009-04-04 Chong Yidong <cyd@stupidchicken.com>
2476
3ec61d4e
CY
2477 * frames.texi (Frames): Clean up introduction. Document `ns'
2478 return value for framep.
2479 (Creating Frames): Note how the terminal is chosen.
2480 (Multiple Terminals, Multiple Displays): Merge into a single node.
2481 (Color Parameters): Fix typo.
2482
2483 * variables.texi (Local Variables, Buffer-Local Variables)
2484 (Creating Buffer-Local): Change link to Multiple Terminals.
2485
2486 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2487
2488 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2489 Terminals.
2490
2491 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2492 to Multiple Terminals.
2493
2494 * elisp.texi (Top): Update node listing.
2495 * vol2.texi (Top): Update node listing.
2496 * vol1.texi (Top): Update node listing.
2497
9257072f
CY
2498 * buffers.texi (Current Buffer): Note that the append-to-buffer
2499 example is no longer in synch with the latest code. Tie the two
2500 examples together.
2501
2aa8ea6e
CY
2502 * files.texi (File Attributes): Move note about MS-DOS from
2503 Changing Files to File Attributes.
2504 (Create/Delete Dirs): Note that mkdir is an alias for this.
2505
22e74b17
CY
25062009-04-01 Markus Triska <triska@gmx.at>
2507
2508 * processes.texi (Filter Functions): Suggest how to handle output
2509 batches.
2510
4bbe48ec
CY
25112009-03-30 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * help.texi (Accessing Documentation): Update example to use
2514 help-setup-xref and with-help-window.
2515 (Help Functions): Remove print-help-return-message, which is
2516 semi-obsolete due to with-help-window. Document help-buffer and
2517 help-setup-xref.
2518
b9723f39
CY
25192009-03-29 Chong Yidong <cyd@stupidchicken.com>
2520
5dcb4c4e
SM
2521 * help.texi (Accessing Documentation, Help Functions):
2522 Remove information about long-obsolete Emacs versions.
9eb52e90 2523
b9723f39
CY
2524 * modes.texi (Mode Line Variables): The default values of the mode
2525 line variables are now more complicated.
2526
b0cc32db
CY
25272009-03-28 Chong Yidong <cyd@stupidchicken.com>
2528
3c25a5a9
CY
2529 * modes.texi (Major Mode Conventions): Note that specialness is
2530 inherited.
31c9eebb
CY
2531 (Derived Modes): Note that define-derive-mode sets the mode-class
2532 property.
3c25a5a9 2533
b0cc32db
CY
2534 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2535 goto-map. Add search-map to the list.
2536
c5e0006d
EZ
25372009-03-27 Eli Zaretskii <eliz@gnu.org>
2538
1213465a
EZ
2539 * os.texi (System Environment): Update the list of system-type
2540 values.
2541
c5e0006d
EZ
2542 * markers.texi (The Mark) <handle-shift-selection>: Update for
2543 removal of the optional argument DEACTIVATE.
2544
48bab3d6
CY
25452009-03-25 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * commands.texi (Focus Events): Most X window managers don't use
2548 focus-follows-mouse nowadays.
2549
6e4ff1b6
CY
25502009-03-24 Chong Yidong <cyd@stupidchicken.com>
2551
2552 * commands.texi (Defining Commands): Clarify introduction.
2553 (Using Interactive): Not that interactive can be put in a symbol
2554 property.
2555 (Interactive Call): Note that a symbol with a non-nil
2556 interactive-form property satisfies commandp.
2557
11625308
JB
25582009-03-23 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * minibuf.texi (Intro to Minibuffers): Fix typos.
2561
7b34420d
CY
25622009-03-23 Chong Yidong <cyd@stupidchicken.com>
2563
2564 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2565 about minibuffers in old Emacs versions. Copyedits.
2566 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2567 (Text from Minibuffer): Simplify introduction.
2568
f9257eed
AM
25692009-03-22 Alan Mackenzie <acm@muc.de>
2570
2571 * commands.texi (Using Interactive): Clarify string argument to
2572 `interactive' - even promptless elements need \n separators.
2573
f639ba70
CY
25742009-03-18 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * minibuf.texi (Completion Styles): New node.
2577
2578 * elisp.texi (Top): Update node listing.
2579
d897e8ee
CY
25802009-03-17 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * minibuf.texi (Basic Completion): Note that
2583 read-file-name-completion-ignore-case and
2584 read-buffer-completion-ignore-case can override
2585 completion-ignore-case.
2586 (Minibuffer Completion): Document completing-read changes.
2587 (Completion Commands): Avoid mentioning partial completion mode.
2588 Document minibuffer-completion-confirm changes, and
2589 minibuffer-confirm-exit-commands.
2590 (High-Level Completion): Document new require-match behavior for
2591 read-buffer. Document read-buffer-completion-ignore-case.
2592 (Reading File Names): Document new require-match behavior for
2593 read-file-name.
2594
b1f23349
CY
25952009-03-14 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * debugging.texi (Error Debugging): Don't mislead the reader into
2598 thinking that debug-on-error enters debugger for C-f at EOB.
2599 (Error Debugging): Setting debug-on-init within the init file
2600 works, and has for some time.
2601
d6eb4e25
KH
26022009-03-13 Kenichi Handa <handa@m17n.org>
2603
2604 * display.texi (Fontsets): Update the description.
2605
1cf53dc5
CY
26062009-03-13 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * advice.texi (Advising Primitives): Link to What Is a Function.
2609
81f919fc
CY
26102009-03-12 Chong Yidong <cyd@stupidchicken.com>
2611
cf4229eb
CY
2612 * compile.texi (Speed of Byte-Code): Update example.
2613 (Disassembly): Update examples.
2614
81f919fc 2615 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2616
2617 * customize.texi (Common Keywords): It's not necessary to use :tag
2618 to remove hyphens, as custom-unlispify-tag-name does it
2619 automatically.
5dcb4c4e
SM
2620 (Variable Definitions): Link to File Local Variables.
2621 Document customized-value symbol property.
f2bbc08c
CY
2622 (Customization Types): Move menu to end of node.
2623
955964d7
CY
26242009-03-10 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * macros.texi (Compiling Macros): Omit misleading sentence, which
2627 implied that macros can only be used in the same file they are
2628 defined.
2629 (Backquote): Remove obsolete information about Emacs 19.
2630
d25ed7db
GM
26312009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2632
2633 * display.texi (Display Margins): Fix paren typo.
2634
d55f6ca5
CY
26352009-02-27 Chong Yidong <cyd@stupidchicken.com>
2636
f0e57ed8
CY
2637 * elisp.texi (Top): Update node listing.
2638
2639 * variables.texi (Variables): Clarify introduction.
2640 (Global Variables): Mention that setq is a special form.
2641 (Local Variables): Use active voice.
2642 (Tips for Defining): Mention marking variables as safe.
2643 (Buffer-Local Variables): Mention terminal-local and frame-local
2644 variables together.
2645 (File Local Variables): Copyedits.
2646 (Frame-Local Variables): Note that they are not really useful.
2647 (Future Local Variables): Node deleted.
2648
d55f6ca5 2649 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2650 Unicode escape syntax.
d55f6ca5 2651
ca8f09a8
CY
26522009-02-23 Chong Yidong <cyd@stupidchicken.com>
2653
2654 * control.texi (Control Structures): Add cindex entry for "textual
2655 order".
2656
2657 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2658 instead of "expression" throughout.
2659 (Function Indirection): Copyedits. Use active voice.
2660 (Eval): The default value of max-lisp-eval-depth is now 400.
2661
a20878b6
MB
26622009-02-23 Miles Bader <miles@gnu.org>
2663
2664 * processes.texi (System Processes): Rename `system-process-attributes'
2665 to `process-attributes'.
2666
61f66044
CY
26672009-02-22 Chong Yidong <cyd@stupidchicken.com>
2668
1b80d1f3
CY
2669 * symbols.texi (Property Lists): Emphasize that property lists are
2670 not restricted to symbol cells.
2671 (Other Plists): Copyedit.
2672
61f66044
CY
2673 * sequences.texi (Sequences Arrays Vectors): Make introduction
2674 more concise.
2675 (Arrays): Mention char-tables and bool-vectors too.
2676 (Vectors): Don't repeat information given in Arrays node. Link to
2677 nodes that explain the vector usage examples.
2678 (Char-Tables): Note that char-table elements can have arbitrary
2679 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2680 Link to Property Lists node.
61f66044 2681
9403944b
CY
26822009-02-22 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2685 `append'.
4068c7b4 2686 (List Elements): Copyedits.
9403944b
CY
2687
2688 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2689 of `vconcat'.
2690
2691 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2692 Emacs 20 usage of `concat'.
2693 (Case Conversion): Copyedits.
2694
b87a185f
CY
26952009-02-21 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2698 Minor edits.
2699 (Frame Configuration Type): Emphasize that it is not primitive.
2700 (Font Type): New node.
2701 (Type Predicates): Add fontp; type-of now recognizes font object
2702 types.
2703
2704 * intro.texi (Version Info): Update version numbers in examples.
2705 (Acknowledgements): List more contributors.
2706
2707 * elisp.texi: Bump version number to 3.0.
2708 (Top): Link to Font Type node.
2709
867d4bb3
JB
27102009-02-20 Juanma Barranquero <lekktu@gmail.com>
2711
2712 * modes.texi (Major Mode Conventions): Remove duplicate words.
2713 (Customizing Keywords): Fix typo.
2714
77730170
EZ
27152009-02-14 Eli Zaretskii <eliz@gnu.org>
2716
2717 * nonascii.texi (User-Chosen Coding Systems): Document that
2718 select-safe-coding-system suggests raw-text if there are raw bytes
2719 in the region.
2720 (Explicit Encoding): Warn not to use `undecided' when encoding.
2721
c8736212
GM
27222009-02-11 Glenn Morris <rgm@gnu.org>
2723
2724 * frames.texi (Visibility of Frames): Mention the effect multiple
2725 workspaces/desktops can have on visibility.
2726
ab992d66
EZ
27272009-02-07 Eli Zaretskii <eliz@gnu.org>
2728
c8736212
GM
2729 * text.texi (Commands for Insertion):
2730 * commands.texi (Event Mod):
2731 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2732 * nonascii.texi (Translation of Characters):
2733 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2734 (Explicit Encoding): Document the `charset' text property produced
2735 by decode-coding-region and decode-coding-string.
ab992d66 2736
e651a255
AM
27372009-01-27 Alan Mackenzie <acm@muc.de>
2738
2739 * modes.texi (Search-based Fontification): Correct a typo.
2740
bc5cde4b
JB
27412009-01-25 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2744 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2745
3533155b
EZ
27462009-01-24 Eli Zaretskii <eliz@gnu.org>
2747
f721deda
EZ
2748 * display.texi (Window Systems): Document the value of
2749 `initial-window-system' under --daemon.
2750
3533155b
EZ
2751 * os.texi (System Environment): Remove description of the
2752 `environment' function which has been deleted.
2753
f79b43b2
DN
27542009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2755
2756 * frames.texi (Multiple Displays): Remove documentation for
2757 removed function make-frame-on-tty.
2758
e3aa6669
CY
27592009-01-22 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2762 write-region-annotate-functions.
2763 Document write-region-post-annotation-function.
e3aa6669 2764
fb13a416
CY
27652009-01-19 Chong Yidong <cyd@stupidchicken.com>
2766
2767 * display.texi (Font Lookup): Document WIDTH argument of
2768 x-list-fonts.
2769
02eccf6b
EZ
27702009-01-17 Eli Zaretskii <eliz@gnu.org>
2771
ead3f58d
EZ
2772 * maps.texi (Standard Keymaps): Rename function-key-map to
2773 local-function-key-map.
2774
2775 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2776 local-function-key-map.
2777
2778 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2779 and `set-keyboard-coding-system' now accept an optional terminal
2780 argument.
2781
2782 * commands.texi (Event Mod): `keyboard-translate-table' is now
2783 terminal-local.
2784 (Function Keys): Rename function-key-map to
2785 local-function-key-map.
2786
df05a163
EZ
2787 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2788 frames.texi.
2789
0ed8034e 2790 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2791 `delete-terminal-functions', `suspend-tty-functions' and
2792 `resume-tty-functions'.
0ed8034e
EZ
2793
2794 * frames.texi (Frames): Document `frame-terminal' and
2795 `terminal-live-p'.
2796 (Multiple Displays): Document `make-frame-on-tty'.
2797 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2798 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2799 (Terminal Parameters): Document `terminal-parameters',
2800 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2801
2802 * os.texi (System Environment): Document `environment' and
2803 `initial-environment'.
490f1197
EZ
2804 (Suspending Emacs): Update for multi-tty; document
2805 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2806
02eccf6b
EZ
2807 * nonascii.texi (Coding System Basics): More accurate description
2808 of `raw-text'.
2809
f19fea97
JB
28102009-01-12 Juanma Barranquero <lekktu@gmail.com>
2811
2812 * display.texi (Low-Level Font): Fix typo.
2813
16fa292f
CY
28142009-01-10 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * elisp.texi (Top): Update node listing.
2817
2818 * display.texi (PostScript Images): Node deleted.
2819
0b4faef3
EZ
28202009-01-10 Eli Zaretskii <eliz@gnu.org>
2821
3355f04d
EZ
2822 * processes.texi (Decoding Output): Document that null bytes force
2823 no-conversion for reading process output.
2824
2825 * files.texi (Reading from Files): Document that null bytes force
2826 no-conversion when visiting files.
2827
11625308 2828 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2829
5dcb4c4e
SM
2830 * nonascii.texi (Lisp and Coding Systems):
2831 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2832 (Character Properties): Improve wording.
0b4faef3 2833
ce9cf065
CY
28342009-01-09 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * display.texi (Font Lookup): Remove obsolete function
2837 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2838 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2839 (Font Selection): Reorder order of variable descriptions.
2840 Minor clarifications.
ce9cf065
CY
2841
2842 * elisp.texi (Top): Update node listing.
2843
ab756fb3
GM
28442009-01-09 Glenn Morris <rgm@gnu.org>
2845
2846 * commands.texi (Command Loop Info): Say that last-command-char and
2847 last-input-char are obsolete aliases.
2848
2849 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2850 last-input-char and last-command-char, since they are just aliases for
2851 last-input-event and last-command-event.
2852
2853 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2854 last-command-char.
2855
6b2b8ab1
CY
28562009-01-08 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * elisp.texi: Update node listing.
2859
2860 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2861 (Face Attributes): Don't link to Font Lookup.
2862 Document font-family-list.
6b2b8ab1
CY
2863 (Fonts): New node.
2864
3568e767
JR
28652009-01-08 Jason Rumney <jasonr@gnu.org>
2866
2867 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2868 changing the standard pointer shapes. (Bug#1485)
3568e767 2869
6221c8db
CY
28702009-01-08 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * display.texi (Attribute Functions): Note that a function value
2873 :height is relative, and that compatibility functions work by
2874 calling set-face-attribute.
2875 (Displaying Faces): Reorder list in order of increasing priority.
2876 (Face Remapping): New node. Content moved here from Displaying
2877 Faces.
2878 (Glyphs): Link to Face Functions.
2879
e3d3799a
CY
28802009-01-08 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * display.texi (Faces): Don't discuss face id here. facep does
2883 not return t.
2884 (Defining Faces): Minor clarification.
2885 (Face Attributes): Rearrange items to match docstring of
2886 set-face-attribute. Add :foundry attribute. Document new role of
2887 :font attribute. Texinfo usage fix.
2888 (Attribute Functions): Copyedits.
2889 (Face Functions): Note that face number is seldom used.
2890
638a2457
RS
28912009-01-05 Richard M Stallman <rms@gnu.org>
2892
2893 * strings.texi (Predicates for Strings): Minor clarification.
2894
2895 * functions.texi (Function Safety): Texinfo usage fix.
2896
49ea0074
JB
28972009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2898
2899 * objects.texi (General Escape Syntax): Fix typo.
2900
9f822178
MR
29012009-01-03 Martin Rudalics <rudalics@gmx.at>
2902
2903 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2904 works via the default value of pop-up-frame-function.
2905
af34ad36
EZ
29062009-01-02 Eli Zaretskii <eliz@gnu.org>
2907
2908 * processes.texi (System Processes): Document the `time' and
2909 `ctime' attributes of `system-process-attributes'.
2910
d31f6679
CY
29112009-01-01 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * display.texi (Face Attributes): Clarify :height attribute.
2914
174dc00c
MR
29152008-12-31 Martin Rudalics <rudalics@gmx.at>
2916
2917 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2918 the front of the buffer list. Add entries for `last-buffer' and
2919 `unbury-buffer'.
2920
b8afe7e4
EZ
29212008-12-27 Eli Zaretskii <eliz@gnu.org>
2922
d14030f5
EZ
2923 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2924 and its subsections.
2925
2926 * frames.texi (Multiple Terminals, Low-level Terminal)
2927 (Terminal Parameters, Frames on Other TTY devices): New sections.
2928 (Frames): Add an xref to "Multiple Terminals".
2929
765980a4
EZ
2930 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2931
2932 * objects.texi (Terminal Type): New node.
2933 (Editing Types): Add it to the menu.
2934
47bd5577
EZ
2935 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2936 Variables".
2937
eb22b78c 2938 * variables.texi (Directory Local Variables): New node.
47bd5577 2939 (Variables): Add a menu item for it.
eb22b78c 2940
b8afe7e4
EZ
2941 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2942 `generated-autoload-file'.
2943
77bb0476
EZ
29442008-12-20 Eli Zaretskii <eliz@gnu.org>
2945
028e2c19
EZ
2946 * os.texi (Startup Summary): Add xref to documentation of
2947 `initial-window-system'.
2948
77bb0476
EZ
2949 * display.texi (Window Systems): Document `window-system' the
2950 function. The variable `window-system' is now frame-local.
028e2c19 2951 Document `initial-window-system'.
77bb0476 2952
dda87836
MR
29532008-12-19 Martin Rudalics <rudalics@gmx.at>
2954
2955 * windows.texi (Windows): Rewrite description of
2956 fit-window-to-buffer.
2957
caef3ed2
GM
29582008-12-13 Glenn Morris <rgm@gnu.org>
2959
2960 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2961 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2962
21c58e4d
GM
29632008-12-12 Glenn Morris <rgm@gnu.org>
2964
2965 * debugging.texi (Error Debugging): Refer forwards to
2966 eval-expression-debug-on-error.
2967
af38459f
EZ
29682008-12-05 Eli Zaretskii <eliz@gnu.org>
2969
5dedd9b5
EZ
2970 * strings.texi (String Basics): Only unibyte strings that
2971 represent key sequences hold 8-bit raw bytes.
2972
af38459f
EZ
2973 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2974 paragraph to speak about `undecided'.
2975 (Character Properties): Don't explain the meaning of each
2976 property; instead, identify their Unicode Standard names.
b3f1f4a5 2977 (Character Sets): Document `map-charset-chars'.
af38459f 2978
fa047ae7
GM
29792008-12-02 Glenn Morris <rgm@gnu.org>
2980
2981 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2982 section yet again.
2983
47dbc044
EZ
29842008-11-29 Eli Zaretskii <eliz@gnu.org>
2985
98d05998
EZ
2986 * nonascii.texi (Character Properties): New Section.
2987 (Specifying Coding Systems): Document
2988 `coding-system-priority-list', `set-coding-system-priority', and
2989 `with-coding-priority'.
2990 (Lisp and Coding Systems): Document `check-coding-systems-region'
2991 and `coding-system-charset-list'.
2992 (Coding System Basics): Document `coding-system-aliases'.
2993
2994 * elisp.texi (Top): Add a @detailmenu entry for "Character
2995 Properties".
2996
47dbc044
EZ
2997 * objects.texi (Character Type): Correct the range of Emacs
2998 characters. Add an @xref to "Character Codes".
2999
3000 * strings.texi (String Basics): Add an @xref to "Character Codes".
3001
3002 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3003
3004 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3005 (Character Codes): Document `max-char'.
3006
8b80cdf5
EZ
30072008-11-28 Eli Zaretskii <eliz@gnu.org>
3008
3009 * nonascii.texi (Text Representations, Converting Representations)
3010 (Character Sets, Scanning Charsets, Translation of Characters):
3011 Make text more accurate.
3012
a99dceba
GM
30132008-11-28 Glenn Morris <rgm@gnu.org>
3014
3015 * files.texi (Format Conversion Round-Trip): Improve previous change.
3016
f6dc3bed
CY
30172008-11-26 Chong Yidong <cyd@stupidchicken.com>
3018
3019 * modes.texi (Auto Major Mode): Fix example.
3020
5da9413d
GM
30212008-11-25 Glenn Morris <rgm@gnu.org>
3022
3023 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3024
3025 * files.texi (Format Conversion Round-Trip):
3026 Use active voice for previous change.
3027
fcca848c
CY
30282008-11-25 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * os.texi (Processor Run Time):
3031 * processes.texi (Transaction Queues):
3032 * markers.texi (The Mark):
3033 * windows.texi (Choosing Window, Selecting Windows):
3034 * files.texi (Changing Files, Magic File Names):
3035 * commands.texi (Key Sequence Input):
3036 * functions.texi (Declaring Functions):
3037 * strings.texi (Predicates for Strings):
3038 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3039
36c8dc54
CY
30402008-11-24 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * help.texi (Accessing Documentation): Update example.
3043
3044 * variables.texi (Defining Variables): Note that `*' is not
3045 necessary if defcustom is used.
3046
2a79b242
EZ
30472008-11-22 Eli Zaretskii <eliz@gnu.org>
3048
3049 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3050 Characters" from @detailmenu.
3051
3052 * nonascii.texi (Character Codes, Character Sets)
3053 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3054 (Chars and Bytes, Splitting Characters): Sections removed.
3055
392f0d26
LK
30562008-11-22 Lute Kamstra <lute@gnu.org>
3057
3058 * positions.texi (Text Lines): Update goto-line documentation.
3059
af1a5cd5
MR
30602008-11-21 Martin Rudalics <rudalics@gmx.at>
3061
6a4cfb0c
MR
3062 * frames.texi (Frames): Fix typo, add cross references, reword.
3063 (Initial Parameters): Reword special-display-frame-alist text.
3064 (Frames and Windows): Reword. Describe argument norecord for
3065 set-frame-selected-window.
3066 (Input Focus): Describe argument norecord for select-frame.
3067 Remove comment on MS-Windows behavior for focus-follows-mouse.
3068 (Raising and Lowering): Mention windows-frames dichotomy in
3069 metaphor.
3070
af1a5cd5
MR
3071 * windows.texi (Displaying Buffers, Vertical Scrolling)
3072 (Horizontal Scrolling): Fix indenting and rewording issues
3073 introduced with 2008-11-07 change.
3074
c249fa9c
GM
30752008-11-20 Glenn Morris <rgm@gnu.org>
3076
3077 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3078 element of `format-alist'.
3079
204d4665
GM
30802008-11-19 Glenn Morris <rgm@gnu.org>
3081
3082 * doclicense.texi: Update to FDL 1.3.
3083 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3084
cc0910af
CY
30852008-11-18 Chong Yidong <cyd@stupidchicken.com>
3086
efe6e7c4
CY
3087 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3088 vars, which are obsolete. Mention jit-lock-register.
3089
5dcb4c4e
SM
3090 * modes.texi (Other Font Lock Variables):
3091 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3092
cc0910af
CY
3093 * frames.texi (Color Parameters): Document alpha parameter.
3094
aeeedf76
MR
30952008-11-16 Martin Rudalics <rudalics@gmx.at>
3096
3097 * windows.texi (Splitting Windows, Deleting Windows)
3098 (Selecting Windows, Cyclic Window Ordering)
3099 (Buffers and Windows, Displaying Buffers, Choosing Window)
3100 (Dedicated Windows, Window Point, Window Start and End)
3101 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3102 (Size of Window, Resizing Windows, Window Configurations)
3103 (Window Parameters): Avoid @var at beginning of sentences and
3104 reword accordingly.
3105
4c565c5c
LK
31062008-11-11 Lute Kamstra <lute@gnu.org>
3107
3108 * files.texi (File Name Components): Fix file-name-extension
3109 documentation.
3110
25f494c9
JB
31112008-11-11 Juanma Barranquero <lekktu@gmail.com>
3112
3113 * frames.texi (Basic Parameters): Remove display-environment-variable
3114 and term-environment-variable.
3115
a1401ab1
EZ
31162008-11-08 Eli Zaretskii <eliz@gnu.org>
3117
3118 * windows.texi (Basic Windows, Splitting Windows)
3119 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3120 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3121 (Resizing Windows, Window Configurations, Window Parameters):
3122 Fix wording and markup.
a1401ab1 3123
efafc282
MR
31242008-11-07 Martin Rudalics <rudalics@gmx.at>
3125
3126 * windows.texi (Windows): Update entries.
3127 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3128 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3129 (Selecting Windows, Cyclic Window Ordering): Reword with special
3130 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3131 (Buffers and Windows, Choosing Window): Reword with special
3132 emphasis on dedicated windows.
3133 (Displaying Buffers): Reword. For switch-to-buffer mention that
3134 it may fall back on pop-to-buffer. For other-window try to
3135 explain how it treats the cyclic ordering of windows.
efafc282
MR
3136 (Dedicated Windows): New node and section discussing dedicated
3137 windows and associated functions.
86ab855a 3138 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3139 (Window Start and End): Rename node and section title. Reword.
3140 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3141 Minor rewording.
3142 (Size of Window): Reword, in particular text on window-width.
3143 (Resizing Windows): Reword. Add text on balancing windows.
3144 (Window Configurations): Reword. Mention window parameters.
3145 (Window Parameters): New node and section on window parameters.
3146 (Window Hooks): Reword. Mention that
3147 window-configuration-change-hook is run "buffer-locally".
3148 * elisp.texi (Top): Update Windows entries in @detailmenu
3149 section.
3150
d60a8ab2
JB
31512008-11-04 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * searching.texi (Regexp Search): Fix typo.
3154
01777627
CY
31552008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3156
3157 * searching.texi (Regexp Search): Document GREEDY arg.
3158 (Simple Match Data): Fix return value.
3159
c4526e93
EZ
31602008-11-01 Eli Zaretskii <eliz@gnu.org>
3161
3162 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3163 with Emacs 23 internal representation of characters.
3164 Document `unibyte-string'.
c4526e93 3165
fe2ae8b5
CY
31662008-10-28 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * processes.texi (Process Information): Note that process-status
3169 does not accept buffer names.
3170
cc5a21e3
CY
31712008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3172
3173 * positions.texi (Skipping Characters): Correct return value of
3174 skip-chars-forward.
3175
09460d9a
MR
31762008-10-25 Martin Rudalics <rudalics@gmx.at>
3177
520b29e7
MR
3178 * windows.texi (Deleting Windows): Update documentation of
3179 delete-windows-on.
3180 (Buffers and Windows): Update documentations of
3181 get-buffer-window and get-buffer-window-list.
3182 (Displaying Buffers): Update documentation of
3183 replace-buffer-in-windows.
3184
09460d9a
MR
3185 * buffers.texi (Current Buffer): Reword set-buffer and
3186 with-current-buffer documentations.
3187 (Creating Buffers): Reword documentation of get-buffer-create.
3188
4d48fcdc
MR
31892008-10-23 Martin Rudalics <rudalics@gmx.at>
3190
3191 * buffers.texi (Current Buffer): Reword documentation of
3192 set-buffer.
3193 (Buffer Names): Reword documentation of buffer-name.
3194 (The Buffer List): For bury-buffer explain what happens with the
3195 buffer's window.
3196 (Creating Buffers): Say that get-buffer-create's arg is called
3197 buffer-or-name.
3198
f0143c43
CY
31992008-10-22 Chong Yidong <cyd@stupidchicken.com>
3200
3e5dbbd3
CY
3201 * advice.texi (Computed Advice): Explain what DEFINITION is.
3202
f0143c43
CY
3203 * nonascii.texi (Character Codes): Remove obsolete function
3204 char-valid-p, and document characterp instead.
3205
52a94b85
MR
32062008-10-22 Martin Rudalics <rudalics@gmx.at>
3207
3208 * windows.texi (Displaying Buffers): Reword documentation of
3209 pop-to-buffer.
3210 (Choosing Window): Rewrite documentation of display-buffer and
3211 its options.
3212
f76f8246
MR
3213 * buffers.texi (Killing Buffers): Update documentation of
3214 kill-buffer.
3215
acc8b598
EZ
32162008-10-21 Eli Zaretskii <eliz@gnu.org>
3217
80e6b6df
EZ
3218 * processes.texi (Serial Ports): Fix wording and improve markup.
3219
3645358a
EZ
3220 * searching.texi (Regexp Search): Document `string-match-p' and
3221 `looking-at-p'.
3222 (POSIX Regexps): Add an xref for "non-greedy".
3223 (Regexp Special): Add @cindex entry for "non-greedy".
3224
b3d50cff 3225 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3226 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3227
73b7530a
EZ
3228 * frames.texi (Color Names): Add an xref to `read-color'.
3229
3230 * minibuf.texi (High-Level Completion): Document `read-color'.
3231
acc8b598
EZ
3232 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3233
3234 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3235
3236 * buffers.texi (Swapping Text): New section, documents
3237 `buffer-swap-text'.
3238
10e187e8
MR
32392008-10-21 Martin Rudalics <rudalics@gmx.at>
3240
3241 * windows.texi (Resizing Windows): Minor wording fix.
3242
fd6f900c
EZ
32432008-10-20 Eli Zaretskii <eliz@gnu.org>
3244
3245 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3246 and `combine-and-quote-strings'.
3247
3248 * strings.texi (Creating Strings): Add xrefs for them.
3249
e4372165
EZ
32502008-10-19 Eli Zaretskii <eliz@gnu.org>
3251
d6328fba
EZ
3252 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3253 match the corresponding menu in minibuf.texi.
3254
e4372165
EZ
3255 * minibuf.texi (Reading File Names): Document `read-shell-command'
3256 and `minibuffer-local-shell-command-map'.
3257
5d8dda33
MR
32582008-10-19 Martin Rudalics <rudalics@gmx.at>
3259
3260 * windows.texi (Resizing Windows): Remove var{} around "window" in
3261 documentation of enlarge-window.
3262 Rewrite documentation of window-min-height and window-min-width.
3263
437706cd
EZ
32642008-10-19 Eli Zaretskii <eliz@gnu.org>
3265
80f85d7c
EZ
3266 * functions.texi (Calling Functions): Document `apply-partially'.
3267
291703b5
EZ
3268 * hooks.texi (Standard Hooks): Mention
3269 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3270
3271 * variables.texi (File Local Variables): Document
3272 `file-local-variables-alist', `before-hack-local-variables-hook'
3273 and `hack-local-variables-hook'.
3274
583d8b3c
EZ
3275 * processes.texi (Synchronous Processes): Document `process-lines'.
3276
5dcb4c4e
SM
3277 * customize.texi (Variable Definitions):
3278 Document `custom-reevaluate-setting'.
437706cd 3279
7e51d89b
MR
32802008-10-18 Martin Rudalics <rudalics@gmx.at>
3281
3282 * windows.texi (Choosing Window, Deleting Windows)
3283 (Displaying Buffers): Expand documentation of dedicated windows.
3284
43c59a3d
EZ
32852008-10-18 Eli Zaretskii <eliz@gnu.org>
3286
018a960d
EZ
3287 * files.texi (Changing Files): Document symbolic input of file
3288 modes to `set-file-modes'. Document `read-file-modes' and
3289 `file-modes-symbolic-to-number'.
3290
2c0b8144
EZ
3291 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3292 and `search-map'.
3293
5dcb4c4e
SM
3294 * searching.texi (Search and Replace):
3295 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3296 Document `multi-query-replace-map'.
80120f13 3297
6d4913f0 3298 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3299 (Completion Commands, Reading File Names):
3300 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3301 `minibuffer-local-filename-must-match-map'.
3302 (Minibuffer Completion): The `require-match' argument to
3303 `completing-read' can now have the value `confirm-only'.
3304
43c59a3d
EZ
3305 * windows.texi (Displaying Buffers): Minor wording fix.
3306 (Choosing Window): `split-height-threshold' can now be nil.
3307 Document `split-width-threshold'. `pop-up-frames' can have the
3308 value `graphic-only'.
3309
f36acfd9
EZ
33102008-10-17 Eli Zaretskii <eliz@gnu.org>
3311
3312 * os.texi (Startup Summary): Document `before-init-time' and
3313 `after-init-time'. Document `initial-window-system' and
3314 `window-system-initialization-alist'. Document reading the
3315 abbrevs file. Document the call to `server-start' under --daemon.
3316 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3317 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3318 (Time Parsing): Document `format-seconds'.
f36acfd9 3319
96995b89
MR
33202008-10-17 Martin Rudalics <rudalics@gmx.at>
3321
3322 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3323 and reword.
3324
2de17c73
EZ
33252008-10-16 Eli Zaretskii <eliz@gnu.org>
3326
3327 * markers.texi (The Mark): Document use-region-p.
3328
9cf52b11
EZ
33292008-10-15 Eli Zaretskii <eliz@gnu.org>
3330
c3aaf1d7
EZ
3331 * internals.texi (Writing Emacs Primitives): The interactive spec
3332 of a primitive can be a Lisp form.
3333
841a1743
EZ
3334 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3335 values of transient-mark-mode. Document handle-shift-selection.
3336
3337 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3338 (Interactive Examples): Show an example of `^'.
3339 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3340 (Defining Commands, Using Interactive): The interactive-form of a
3341 function can be added via its symbol's property.
841a1743 3342
52441368
EZ
3343 * positions.texi (List Motion): beginning-of-defun-function can
3344 now accept an argument.
3345
8e8c1a72
EZ
3346 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3347 now return a list of strings.
3348
a33a1f2a
EZ
3349 * control.texi (Handling Errors): Document ignore-errors.
3350
4fb04348
EZ
3351 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3352 (Parameter Access): Document set-frame-parameter.
3353
ee666f84
EZ
3354 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3355 Hooks" for the effect of kill-all-local-variables on local hook
3356 functions.
3357
9cf52b11
EZ
3358 * modes.texi (Major Mode Conventions, Mode Line Variables):
3359 `mode-name' need not be a string. xref to "Mode Line Data" for
3360 details, and to "Emulating Mode Line" for computing a string
3361 value.
3362
22526bc4
EZ
33632008-10-14 Eli Zaretskii <eliz@gnu.org>
3364
a65f6a85
EZ
3365 * processes.texi (System Processes): New section.
3366 (Processes, Signals to Processes): Add xrefs to it.
3367
3368 * objects.texi (Editing Types): A `process' is a subprocess of
3369 Emacs, not just any process running on the OS.
3370
3371 * elisp.texi (Top): Adjust the @detailmenu for the above two
3372 changes.
3373
2724b26a
EZ
3374 * sequences.texi (Char-Tables): Remove documentation of
3375 set-char-table-default, which has no effect since Emacs 23.
3376 <char-table-range, set-char-table-range>: Don't mention generic
3377 characters and charsets. Add a cons cell as a possible argument.
3378
3379 * nonascii.texi (Splitting Characters)
3380 (Translation of Characters): Don't mention generic characters.
3381
3382 * display.texi (Fontsets): Don't mention generic characters.
3383
22526bc4 3384 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3385 argument FUNCTION with a cons cell as KEY.
22526bc4 3386
eaf4b689
EZ
33872008-10-13 Eli Zaretskii <eliz@gnu.org>
3388
45e46036
EZ
3389 * objects.texi (Primitive Function Type): Move "@cindex special
3390 forms" from here...
3391
3392 * eval.texi (Special Forms): ...to here.
3393
3394 * functions.texi (What Is a Function): `functionp' returns nil for
3395 special forms. Add an xref.
3396
eaf4b689
EZ
3397 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3398 Variables".
3399
3400 * variables.texi (Frame-Local Variables): New section.
3401 (Buffer-Local Variables): Add an xref to it.
3402 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3403 have both frame-local and buffer-local binding.
3404
3405 * frames.texi (Frames): Mention multiple tty frames.
3406 (Frame Parameters, Parameter Access): Mention frame-local variable
3407 bindings.
3408
15688fce
GM
34092008-09-20 Glenn Morris <rgm@gnu.org>
3410
3411 * display.texi (Defining Faces): Recommend against face variables.
3412
35539065
JB
34132008-09-16 Juanma Barranquero <lekktu@gmail.com>
3414
3415 * display.texi (Echo Area Customization): Fix typo.
3416
6a57054b
JB
34172008-09-09 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * loading.texi (Where Defined): Add `defface' item.
3420
d632fb82
MR
34212008-09-06 Martin Rudalics <rudalics@gmx.at>
3422
3423 * loading.texi (Where Defined): Fix description of symbol-file.
3424
905a9adb
JR
34252008-08-26 Jason Rumney <jasonr@gnu.org>
3426
3427 * display.texi (TIFF Images): New section describing :index property.
3428
852e91b7
CY
34292008-08-23 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * display.texi (Temporary Displays): Remove unnecessary comment
3432 about usage of temp-buffer-show-hook.
3433
6be001ee
CY
34342008-08-05 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * symbols.texi (Other Plists): Fix incorrect example.
3437 Suggested by Florian Beck.
3438
58e3d8e8
JB
34392008-07-31 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * os.texi: Fix previous change.
3442
7c2fb837
DN
34432008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3444
3445 * os.texi:
3446 * intro.texi:
3447 * files.texi: Remove VMS support.
3448
9e2a2647
DN
34492008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * os.texi:
3452 * frames.texi:
3453 * display.texi: Remove mentions of Mac Carbon.
3454
c4f4682b
MB
34552008-07-01 Miles Bader <miles@gnu.org>
3456
3457 * text.texi (Special Properties):
3458 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3459
3696411e
JB
34602008-06-28 Johan Bockgård <bojohan@gnu.org>
3461
3462 * display.texi (Other Image Types): Fix copy/paste error; say
3463 "PBM", not "XBM".
3464
f2a77c3a
DN
34652008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3466
3467 * os.texi: Remove references to obsolete systems.
3468
6d52677d
EZ
34692008-06-20 Eli Zaretskii <eliz@gnu.org>
3470
3471 * makefile.w32-in (distclean): Remove makefile.
3472
1a87da4c
GM
34732008-06-17 Glenn Morris <rgm@gnu.org>
3474
3475 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3476 (elisp, dist): Remove rules and variables that are obsolete now
3477 the lisp manual is no longer distributed separately.
3478
fdda1c5d
GM
34792008-06-16 Glenn Morris <rgm@gnu.org>
3480
646692e9
GM
3481 * configure, configure.in, mkinstalldirs: Remove unused files.
3482
3483 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3484 * vol1.texi (EMACSVER):
6a57054b 3485 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3486
3487 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3488 as per maintain.info.
3489
611bee81
GM
34902008-06-15 Glenn Morris <rgm@gnu.org>
3491
a7bed3a0
GM
3492 * makefile.w32-in (manual): Use "23" rather than "21".
3493
3494 * Makefile.in (emacsver): New, set by configure.
3495 (manual): Use emacsver.
3496
d794edf2
GM
3497 * intro.texi: Report bugs using M-x report-emacs-bug.
3498
611bee81
GM
3499 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3500
c73e02fa
GM
35012008-06-13 Daniel Engeler <engeler@gmail.com>
3502
3503 * elisp.texi, internals.texi, processes.texi: Add documentation
3504 about serial port access.
3505
e40a85cd
MB
35062008-06-05 Miles Bader <miles@gnu.org>
3507
3508 * display.texi (Displaying Faces): Update to reflect function
3509 renamings in face-remap.el.
3510
7b753744
JB
35112008-06-05 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * display.texi (Fontsets): Fix typos.
3514
9d3d42fb
MB
35152008-06-03 Miles Bader <miles@gnu.org>
3516
7b753744
JB
3517 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3518 remove-relative-face-remapping, set-base-face-remapping,
3519 and set-default-base-face-remapping.
9d3d42fb 3520
f2cec7a9
MB
35212008-06-01 Miles Bader <miles@gnu.org>
3522
3523 * display.texi (Displaying Faces): Add face-remapping-alist.
3524
8f39c96d
SM
35252008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3528 variable names.
3529
1ef5eecc
ER
35302008-05-03 Eric S. Raymond <esr@golux>
3531
352c8b4a 3532 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3533 (current-global-map) return references, not copies.
3534
63b4387f
JL
35352008-05-02 Juri Linkov <juri@jurta.org>
3536
3537 * minibuf.texi (Text from Minibuffer): Document a list of
3538 default values for `read-from-minibuffer'.
3539
38a8b703
JB
35402008-04-24 Juanma Barranquero <lekktu@gmail.com>
3541
3542 * nonascii.texi (Translation of Characters): Fix previous change.
3543
7c42e639
CY
35442008-04-20 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * display.texi (Overlay Properties): Clarify role of underlying
3547 textprop and overlay keymaps for display strings.
3548
3549 * keymaps.texi (Active Keymaps): Ditto.
3550
25c0d999
SM
35512008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * minibuf.texi (Programmed Completion):
3554 Replace dynamic-completion-table with the new completion-table-dynamic.
3555
e3af5968
CY
35562008-04-07 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * intro.texi (Some Terms): Change "fonts in this manual" index
3559 entry to "typographic conventions".
3560
6bfc8698
EZ
35612008-04-05 Eli Zaretskii <eliz@gnu.org>
3562
3563 * objects.texi (Text Props and Strings): Add indexing for read
3564 syntax of text properties.
3565
4972c361
SM
35662008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * processes.texi (Decoding Output): Remove process-filter-multibyte
3569 functions.
3570
c70a68db
MR
35712008-03-15 Martin Rudalics <rudalics@gmx.at>
3572
3573 * display.texi (Finding Overlays): Say that empty overlays at
3574 the end of the buffer are reported too.
3575
1291fd36
GM
35762008-03-13 Glenn Morris <rgm@gnu.org>
3577
3578 * elisp.texi (EMACSVER): Set to 23.0.60.
3579
c6b0dfd5
CY
35802008-02-26 Chong Yidong <cyd@stupidchicken.com>
3581
38a8b703 3582 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3583
875fc30c
GM
35842008-02-22 Glenn Morris <rgm@gnu.org>
3585
3586 * frames.texi (Position Parameters): Clarify the description of
3587 `left' and `top', using information from "Geometry".
3588 (Geometry): Give a pointer to "Position Parameters", rather than
3589 repeating information.
3590
d8c8e45a
GM
35912008-02-11 Glenn Morris <rgm@gnu.org>
3592
3593 * objects.texi (Equality Predicates): No longer talk about "two"
3594 functions.
3595
38a8b703 35962008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3597
3598 * objects.texi (Equality Predicates): Add defun for
3599 equal-including-properties.
3600
bfffe0b1
GM
36012008-02-10 Glenn Morris <rgm@gnu.org>
3602
3603 * objects.texi (Equality Predicates):
3604 Mention equal-including-properties.
3605
431b78c9
RS
36062008-02-07 Richard Stallman <rms@gnu.org>
3607
3608 * windows.texi (Window Start): Mention the feature of moving
3609 window-start to start of line.
3610
c8763fb6 36112008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3612
3613 * keymaps.texi (Tool Bar): Document rtl property.
3614
1a256502
TTN
36152008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3616
3617 * display.texi (Button Types):
3618 For define-button-type, clarify type of NAME.
3619
569382c2
MR
36202008-01-19 Martin Rudalics <rudalics@gmx.at>
3621
3622 * buffers.texi (Buffer Modification): Fix typo.
3623
f3041af1
DN
36242008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3625
3626 * os.texi (System Environment): Remove references to OSes that are
3627 not supported anymore.
3628
d35e1cd7
DN
36292008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * os.texi (System Environment): Remove mention for Masscomp.
3632
23af7580
RS
36332008-01-04 Richard Stallman <rms@gnu.org>
3634
3635 * display.texi (Faces): Don't talk about internal face vector as arg
3636 to facep.
3637
3638 * customize.texi (Type Keywords): Fix previous change.
3639
3640 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3641 * elisp.texi (Top): Fix menu for commands.texi change.
3642
ec7d5b1e
RS
36432007-12-30 Richard Stallman <rms@gnu.org>
3644
5dcb4c4e 3645 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3646 (Accessing Scroll): New node broken out of Accessing Mouse.
3647
101a6cea
RS
36482007-12-28 Richard Stallman <rms@gnu.org>
3649
3650 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3651 (Basic Parameters): For `title', refer to title bar.
041817a4 3652 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3653
72b7e664
RS
36542007-12-23 Richard Stallman <rms@gnu.org>
3655
3656 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3657 Improve some of the commented-out keywords' text too.
3658
27a4f445
MR
36592007-12-14 Martin Rudalics <rudalics@gmx.at>
3660
e2e3f1d7
MR
3661 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3662 "visit the current buffer".
3663
27a4f445
MR
3664 * os.texi (System Interface): Fix typo.
3665
a2afc99d
RS
36662007-12-04 Richard Stallman <rms@gnu.org>
3667
3668 * objects.texi (Symbol Type): Fix typo.
3669
b694135c
RS
36702007-12-03 Richard Stallman <rms@gnu.org>
3671
3672 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3673
f99a19da
GM
36742007-12-01 Glenn Morris <rgm@gnu.org>
3675
3676 * functions.texi (Declaring Functions): Improve previous change.
3677
8f4b37d8
GM
36782007-11-30 Glenn Morris <rgm@gnu.org>
3679
3680 * functions.texi (Declaring Functions): Add optional fourth
3681 argument of declare-function, and setting third argument to `t'.
3682
61a2fe01
RS
36832007-11-29 Richard Stallman <rms@gnu.org>
3684
3685 * customize.texi (Composite Types): Document `group' type.
3686
cbfc5193
GM
36872007-11-29 Glenn Morris <rgm@gnu.org>
3688
5dcb4c4e
SM
3689 * functions.texi (Declaring Functions): Add findex.
3690 Mention `external' files.
cbfc5193 3691
8386283a
JB
36922007-11-26 Juanma Barranquero <lekktu@gmail.com>
3693
3694 * functions.texi (Declaring Functions): Fix directive.
3695
a07c9a8b
RS
36962007-11-25 Richard Stallman <rms@gnu.org>
3697
3698 * help.texi (Help Functions): Clean up last change.
3699
3700 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3701
3702 * loading.texi (Named Features): Minor cleanup.
3703
3704 * macros.texi (Eval During Expansion): Minor cleanup.
3705
3706 * variables.texi (Variable Aliases): Minor cleanup.
3707
a0925923
RS
37082007-11-24 Richard Stallman <rms@gnu.org>
3709
3710 * functions.texi (Declaring Functions): Clarify previous change.
3711
3712 * compile.texi (Compiler Errors): Clarify previous change.
3713
20c63e44
RS
37142007-11-24 Richard Stallman <rms@gnu.org>
3715
e5e76c04 3716 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3717 Clarify the text and move items around.
3718
5bb0cda3
GM
37192007-11-24 Glenn Morris <rgm@gnu.org>
3720
3721 * functions.texi (Declaring Functions): New section.
3722 * compile.texi (Compiler Errors): Mention declaring functions,
3723 defvar with no initvalue, and byte-compile-warnings.
3724
af13c86a
MR
37252007-11-15 Martin Rudalics <rudalics@gmx.at>
3726
3727 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3728 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3729
a5373305
MR
37302007-11-13 Martin Rudalics <rudalics@gmx.at>
3731
3732 * help.texi (Help Functions): Document new macro `with-help-window'.
3733
fe284805
JL
37342007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3735
3736 * searching.texi (Replacing Match): Describe new
3737 `match-substitute-replacement'.
3738
2c3a09b1
RS
37392007-10-31 Richard Stallman <rms@gnu.org>
3740
3741 * strings.texi (Creating Strings): Null strings from concat not unique.
3742
f2b480f4
RS
37432007-10-26 Richard Stallman <rms@gnu.org>
3744
3745 * objects.texi (Equality Predicates): Null strings are uniquified.
3746
3747 * minibuf.texi: Minor clarifications in previous change.
3748
db21122c
GM
37492007-10-25 Glenn Morris <rgm@gnu.org>
3750
3751 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3752
2328cbb3
RS
37532007-10-24 Richard Stallman <rms@gnu.org>
3754
3755 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3756
3757 * variables.texi (Frame-Local Variables): Node deleted.
3758 (Variables): Delete Frame-Local Variables from menu.
3759 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3760 (Default Value): Don't mention frame-local vars.
3761
3762 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3763
3764 * loading.texi (Unloading): Document FEATURE-unload-function
3765 instead of FEATURE-unload-hook.
3766
2328cbb3
RS
3767 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3768
c066bafa
JL
37692007-10-22 Juri Linkov <juri@jurta.org>
3770
3771 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3772 (High-Level Completion): Document a list of default value strings
3773 in the DEFAULT argument, for which minibuffer functions return the
3774 first element.
3775
65ced25f
JL
37762007-10-17 Juri Linkov <juri@jurta.org>
3777
3778 * text.texi (Filling): Update arguments of fill-paragraph.
3779 fill-paragraph operates on the active region in Transient Mark mode.
3780 Remove fill-paragraph-or-region.
3781
ee46ec8e
KB
37822007-10-13 Karl Berry <karl@gnu.org>
3783
3784 * elisp.texi (@dircategory): Move to after @copying,
3785 since we want @copying as close as possible to the beginning of
3786 the output.
3787
61bbdbc6
RS
37882007-10-12 Richard Stallman <rms@gnu.org>
3789
3790 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3791
3792 * commands.texi (Distinguish Interactive): New node,
3793 broken out from Interactive Call and rewritten.
3794 (Command Loop): Put Distinguish Interactive in menu.
3795
af23e1e8
RS
37962007-10-09 Richard Stallman <rms@gnu.org>
3797
3798 * text.texi (Examining Properties): Mention overlay priority.
3799
3800 * display.texi (Display Margins): Correct the description
3801 of margin display specifications.
3802 (Replacing Specs): New subnode broken out of Display Property.
3803
e1965a69
JL
38042007-10-06 Juri Linkov <juri@jurta.org>
3805
3806 * text.texi (Filling): Document fill-paragraph-or-region.
3807
4638454b
JB
38082007-10-05 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * display.texi (Auto Faces): Fix typo.
3811
7ed54cc5
RS
38122007-10-02 Richard Stallman <rms@gnu.org>
3813
3814 * display.texi (Display Property): Explain some display specs
3815 don't let you move point in.
3816
5dcb4c4e
SM
3817 * frames.texi (Cursor Parameters):
3818 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3819
3820 * windows.texi (Basic Windows): Don't describe
3821 cursor-in-non-selected-windows here.
3822
305a7ef2
EZ
38232007-10-01 Eli Zaretskii <eliz@gnu.org>
3824
3825 * processes.texi (Misc Network): Note that these functions are
3826 supported only on some systems.
3827
f7a7f4eb
RS
38282007-10-01 Richard Stallman <rms@gnu.org>
3829
3830 * display.texi (Overlay Properties): Explain nil as priority.
3831 Explain that conflicts are unpredictable if not resolved by
3832 priorities.
3833
780d7bb9
RS
38342007-09-23 Richard Stallman <rms@gnu.org>
3835
3836 * macros.texi (Backquote): Minor clarification.
3837
14b4fdfb
RS
38382007-09-19 Richard Stallman <rms@gnu.org>
3839
3840 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3841 Clarify when they work in parallel and when one overrides.
3842 Fix error in example.
14b4fdfb 3843
b8d4c8d0
GM
38442007-09-06 Glenn Morris <rgm@gnu.org>
3845
b3e755a9 3846 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3847 commands to use ../../info.
3848 * Makefile.in (infodir): Go up one more level.
4638454b 3849 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3850 (miscmanualdir): New.
3851 (dist): Use new variable miscmanualdir.
3852 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3853 (usermanualdir): Change from ../man to ../emacs.
3854
1bb1f7d3
MR
38552007-08-30 Martin Rudalics <rudalics@gmx.at>
3856
3857 * commands.texi (Command Loop Info): Advise against changing
3858 most variables described here. Explain new variable
3859 last-repeatable-command.
3860
b8d4c8d0
GM
38612007-08-29 Glenn Morris <rgm@gnu.org>
3862
3863 * elisp.texi (EMACSVER): Increase to 23.0.50.
3864
38652007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3866
3867 * frames.texi (Basic Parameters): Add display-environment-variable
3868 and term-environment-variable.
3869
38702007-08-28 Juri Linkov <juri@jurta.org>
3871
3872 * display.texi (Image Formats, Other Image Types): Add SVG.
3873
38742007-08-28 Juri Linkov <juri@jurta.org>
3875
3876 * display.texi (Images): Move formats-related text to new node
3877 "Image Formats".
3878 (Image Formats): New node.
3879
619fb9ee
RS
38802007-08-27 Richard Stallman <rms@gnu.org>
3881
3882 * windows.texi (Window Configurations): Clarify what
3883 a window configuration saves.
3884
b8d4c8d0
GM
38852007-08-25 Richard Stallman <rms@gnu.org>
3886
3887 * display.texi (Images): Delete redundant @findex.
3888
39f9da30
GM
38892007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * text.texi (Change Hooks): (after|before)-change-functions are no
3892 longer bound to nil while running; rather inhibit-modification-hooks
3893 is t.
3894
b8d4c8d0
GM
38952007-08-16 Richard Stallman <rms@gnu.org>
3896
5dcb4c4e
SM
3897 * processes.texi (Asynchronous Processes):
3898 Clarify doc of start-file-process.
b8d4c8d0
GM
3899
39002007-08-08 Martin Rudalics <rudalics@gmx.at>
3901
3902 * modes.texi (Example Major Modes): Fix typo.
3903
39042007-08-08 Glenn Morris <rgm@gnu.org>
3905
3906 * intro.texi (nil and t): Do not use `iff' in documentation.
3907
3908 * tips.texi (Documentation Tips): Recommend against `iff'.
3909
39102007-08-07 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * display.texi (Image Cache): Document image-refresh.
3913
39142007-08-06 Martin Rudalics <rudalics@gmx.at>
3915
3916 * windows.texi (Size of Window): Document window-full-width-p.
3917
39182007-07-25 Glenn Morris <rgm@gnu.org>
3919
3920 * gpl.texi (GPL): Replace license with GPLv3.
3921
3922 * Relicense all FSF files to GPLv3 or later.
3923
39242007-07-24 Michael Albinus <michael.albinus@gmx.de>
3925
4638454b
JB
3926 * processes.texi (Synchronous Processes):
3927 Add `process-file-shell-command'.
b8d4c8d0
GM
3928 (Asynchronous Processes): Mention restricted use of
3929 `process-filter' and `process-sentinel' in
3930 `start-file-process'. Add `start-file-process-shell-command'.
3931
39322007-07-17 Michael Albinus <michael.albinus@gmx.de>
3933
3934 * files.texi (Magic File Names): Introduce optional parameter
3935 IDENTIFICATION for `file-remote-p'.
3936
39372007-07-16 Richard Stallman <rms@gnu.org>
3938
3939 * display.texi (Defining Faces): Fix previous change.
3940
39412007-07-14 Richard Stallman <rms@gnu.org>
3942
3943 * control.texi (Handling Errors): Document `debug' in handler list.
3944
39452007-07-10 Richard Stallman <rms@gnu.org>
3946
3947 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3948
39492007-07-09 Richard Stallman <rms@gnu.org>
3950
3951 * files.texi (Magic File Names): Rewrite previous change.
3952
39532007-07-08 Michael Albinus <michael.albinus@gmx.de>
3954
3955 * files.texi (Magic File Names): Introduce optional parameter
3956 CONNECTED for `file-remote-p'.
3957
39582007-07-07 Michael Albinus <michael.albinus@gmx.de>
3959
3960 * processes.texi (Asynchronous Processes):
3961 * files.texi (Magic File Names): Add `start-file-process'.
3962
39632007-06-27 Richard Stallman <rms@gnu.org>
3964
5dcb4c4e
SM
3965 * files.texi (Format Conversion Piecemeal):
3966 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3967
39682007-06-27 Michael Albinus <michael.albinus@gmx.de>
3969
4638454b
JB
3970 * files.texi (Magic File Names): Remove `dired-call-process'.
3971 Add `process-file'.
b8d4c8d0
GM
3972
39732007-06-27 Kenichi Handa <handa@m17n.org>
3974
3975 * text.texi (Special Properties): Fix description about
4638454b 3976 `composition' property.
b8d4c8d0
GM
3977
39782007-06-26 Kenichi Handa <handa@m17n.org>
3979
3980 * nonascii.texi (Default Coding Systems): Document about the
3981 return value `undecided'.
3982
39832007-06-25 David Kastrup <dak@gnu.org>
3984
3985 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3986 `current-active-maps'.
3987
39882007-06-24 Karl Berry <karl@gnu.org>
3989
4638454b 3990 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3991
39922007-06-15 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * display.texi (Overlay Arrow): Doc fix.
3995
39962007-06-14 Karl Berry <karl@tug.org>
3997
3998 * anti.texi (Antinews): Typo.
3999
40002007-06-14 Chong Yidong <cyd@stupidchicken.com>
4001
4002 * display.texi (Image Cache): Document image-refresh.
4003
40042007-06-12 Karl Berry <karl@gnu.org>
4005
4006 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4007 * two-volume.make: New file.
4008 * .cvsignore: Ignore two-volume files.
4009
40102007-06-12 Tom Tromey <tromey@redhat.com>
4011
4012 * os.texi (Init File): Document user-emacs-directory.
4013
40142007-06-03 Nick Roberts <nickrob@snap.net.nz>
4015
4016 * commands.texi (Click Events): Describe width and height when
4017 object is nil.
4018
40192007-05-30 Nick Roberts <nickrob@snap.net.nz>
4020
5dcb4c4e
SM
4021 * commands.texi (Click Events): Layout more logically.
4022 Describe width and height.
b8d4c8d0
GM
4023 (Drag Events, Motion Events): Update to new format for position.
4024
40252007-06-02 Richard Stallman <rms@gnu.org>
4026
4027 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4028
40292007-06-02 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * Version 22.1 released.
4032
40332007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * text.texi (Special Properties): Correct meaning of fontified face.
4036
40372007-05-30 Richard Stallman <rms@gnu.org>
4038
4039 * text.texi (Special Properties): Add link to Adjusting Point.
4040
40412007-05-12 Richard Stallman <rms@gnu.org>
4042
4043 * text.texi (Margins): indent-to-left-margin is not the default.
4044 (Mode-Specific Indent): For indent-line-function, the default
4045 is indent-relative.
4046
4047 * modes.texi (Example Major Modes): Explain last line of text-mode
4048 is redundant.
4049
40502007-05-10 Richard Stallman <rms@gnu.org>
4051
4052 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4053
4054 * help.texi (Keys in Documentation): Add reference to
4055 Documentation Tips.
4056
4057 * files.texi (Format Conversion): TO-FN gets three arguments.
4058
4059 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4060
40612007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4062
4063 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4064 * files.texi (Format Conversion): Expand intro; add menu.
4065 (Format Conversion Overview, Format Conversion Round-Trip)
4066 (Format Conversion Piecemeal): New nodes/subsections.
4067 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4068 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4069 (Saving Properties): Delete node/subsection.
4070
40712007-05-07 Karl Berry <karl@gnu.org>
4072
4073 * elisp.texi (EMACSVER): Back to 22.
4074
40752007-05-06 Richard Stallman <rms@gnu.org>
4076
4077 * processes.texi (Accepting Output): Revert most of previous change.
4078
40792007-05-05 Richard Stallman <rms@gnu.org>
4080
4081 * processes.texi (Accepting Output): accept-process-output
4082 uses microseconds, not milliseconds. But that arg is obsolete.
4083
40842007-05-04 Karl Berry <karl@tug.org>
4085
4086 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4087
40882007-05-04 Eli Zaretskii <eliz@gnu.org>
4089
4090 * tips.texi (Documentation Tips): Rearrange items to place the
4091 more important ones first. Add an index entry for hyperlinks.
4092
40932007-05-03 Karl Berry <karl@gnu.org>
4094
4095 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4096 (EMACSVER) [smallbook]: 22 for printed version.
4097
4098 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4099 so restore anchor to normal position after defun. Found by Kevin Ryde.
4100
41012007-04-26 Glenn Morris <rgm@gnu.org>
4102
4103 * elisp.texi (EMACSVER): Increase to 22.1.50.
4104
41052007-04-28 Karl Berry <karl@gnu.org>
4106
4107 * elisp.texi: Improve line breaks on copyright page,
4108 similar layout to emacs manual, 8.5x11 by default.
4109
41102007-04-24 Richard Stallman <rms@gnu.org>
4111
4112 * text.texi (Special Properties): Add xref to Overlay Properties.
4113
4114 * display.texi (Overlay Properties): Add xref to Special Properties.
4115
41162007-04-22 Richard Stallman <rms@gnu.org>
4117
4118 * keymaps.texi (Extended Menu Items): Move the info about
4119 format with cached keyboard binding.
4120
41212007-04-21 Richard Stallman <rms@gnu.org>
4122
4123 * text.texi (Special Properties): Clarify previous change.
4124
4125 * files.texi (File Name Expansion): Clarify previous change.
4126
4127 * display.texi (Attribute Functions): Fix example for
4128 face-attribute-relative-p.
4129
41302007-04-19 Kenichi Handa <handa@m17n.org>
4131
4132 * text.texi (Special Properties): Document composition property.
4133
41342007-04-19 Glenn Morris <rgm@gnu.org>
4135
4136 * files.texi (File Name Expansion): Mention "superroot".
4137
41382007-04-15 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4141 setups.
4142 (Display Feature Testing): Note that display refers to all
4143 physical monitors for multi-monitor setups.
4144
41452007-04-14 Richard Stallman <rms@gnu.org>
4146
4147 * lists.texi (Sets And Lists): Clarify `delete' examples.
4148 Remove spurious xref to same node.
4149 Clarify xref for add-to-list.
4150
41512007-04-12 Nick Roberts <nickrob@snap.net.nz>
4152
4153 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4154 value of lisp-mode-map.
4155
41562007-04-11 Karl Berry <karl@gnu.org>
4157
4158 * anti.texi (Antinews):
4159 * display.texi (Overlay Properties, Defining Images):
4160 * processes.texi (Synchronous Processes, Sentinels):
4161 * syntax.texi (Syntax Table Internals):
4162 * searching.texi (Regexp Special):
4163 * nonascii.texi (Default Coding Systems):
4164 * text.texi (Special Properties):
4165 * minibuf.texi (Basic Completion): Wording to improve breaks in
4166 8.5x11 format.
4167 * elisp.texi (smallbook): New @set to more easily switch between
4168 smallbook and 8.5x11.
4169
41702007-04-11 Richard Stallman <rms@gnu.org>
4171
4172 * text.texi (Lazy Properties): Minor fix.
4173
41742007-04-08 Karl Berry <karl@gnu.org>
4175
4176 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4177 * macros.texi (Backquote): Downcase Backquote in index entries for
4178 consistency.
4179
41802007-04-08 Richard Stallman <rms@gnu.org>
4181
4182 * text.texi (Adaptive Fill): Just describe default,
4183 don't show it (since it contains non-ASCII chars).
4184
41852007-04-07 Karl Berry <karl@gnu.org>
4186
4187 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4188 adaptive-fill-regexp's value, since they are not in the standard
4189 TeX fonts.
4190
41912007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4192
4193 * display.texi (Defining Faces): Fix example.
4194
41952007-04-07 Karl Berry <karl@gnu.org>
4196
4197 * display.texi (Button Buffer Commands): Improve page break.
4198
41992007-04-07 Richard Stallman <rms@gnu.org>
4200
4201 * advice.texi (Activation of Advice): Remove redundant index entry.
4202
4203 * backups.texi: Improve index entries. Remove redundant ones.
4204
4205 * compile.texi (Byte Compilation): Improve index entry.
4206
4207 * hash.texi (Creating Hash): Improve index entry.
4208
4209 * symbols.texi (Definitions): Improve index entry.
4210
4211 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4212
4213 * maps.texi (Standard Keymaps): Remove useless index entry.
4214
4215 * help.texi (Documentation Basics): Remove redundant index entries.
4216
4217 * customize.texi: Improve index entries.
4218 Remove redundant/useless ones.
4219
4220 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4221
4222 * streams.texi (Output Variables): Improve index entry.
4223
4224 * abbrevs.texi (Abbrevs): Remove useless index entry.
4225
4226 * macros.texi (Expansion): Remove useless index entry.
4227
4228 * text.texi: Improve index entries. Remove redundant/useless ones.
4229 (Text Properties, Examining Properties)
4230 (Special Properties): Use "property category" instead of "category"
4231 to refer to the `category' property.
4232
4233 * positions.texi: Improve index entries. Remove useless one.
4234
4235 * lists.texi: Improve index entries. Remove redundant/useless ones.
4236
4237 * os.texi: Improve index entries.
4238 (Timers): Fix previous change.
4239
4240 * buffers.texi: Improve index entries.
4241 (Modification Time): Get rid of term "obsolete buffer".
4242
4243 * debugging.texi: Improve index entries.
4244 (Test Coverage): Add xref to other test coverage ftr.
4245
4246 * eval.texi: Improve index entry. Remove redundant ones.
4247
4248 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4249
4250 * files.texi: Improve index entries. Remove redundant/useless ones.
4251
4252 * objects.texi: Improve index entries.
4253
4254 * processes.texi: Improve index entries.
4255
4256 * modes.texi: Improve index entry. Remove redundant one.
4257
4258 * nonascii.texi: Improve index entries.
4259
4260 * internals.texi: Improve index entries.
4261
4262 * syntax.texi: Improve index entries.
4263
4264 * keymaps.texi (Active Keymaps): Improve index entries.
4265
4266 * commands.texi: Improve index entries. Remove redundant/useless ones.
4267
4268 * frames.texi: Improve index entries. Remove redundant/useless ones.
4269
4270 * markers.texi: Improve index entries. Remove redundant ones.
4271
4272 * tips.texi: Improve index entries.
4273
4274 * loading.texi (Unloading): Improve index entry.
4275
4276 * variables.texi: Improve index entries. Remove redundant one.
4277
4278 * sequences.texi: Improve index entry.
4279
4280 * display.texi: Improve index entries. Remove redundant ones.
4281
4282 * windows.texi: Improve index entries.
4283
4284 * searching.texi: Improve index entries. Remove redundant one.
4285
4286 * strings.texi (Case Tables): Improve last change.
4287
42882007-04-04 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * strings.texi (Case Tables): Document with-case-table and
4291 ascii-case-table.
4292
42932007-04-03 Karl Berry <karl@gnu.org>
4294
4295 * processes.texi (Network): Reword to improve page break.
4296
42972007-04-03 Eli Zaretskii <eliz@gnu.org>
4298
4299 * functions.texi (Inline Functions): Describe more disadvantages
4300 of defsubst, and make advice against it stronger.
4301
43022007-04-02 Karl Berry <karl@gnu.org>
4303
4304 * backups.texi (Backup Names): Avoid widow words.
4305 * modes.texi (Example Major Modes): Align last comment.
4306
43072007-04-01 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * keymaps.texi (Remapping Commands): Document new arg to
4310 command-remapping.
4311
43122007-04-01 Karl Berry <karl@gnu.org>
4313
4314 * processes.texi (Low-Level Network): Typo.
4315 * loading.texi (Hooks for Loading): Avoid double "the".
4316 * keymaps.texi (Key Sequences): No double "and".
4317 (Changing Key Bindings): Shorten to improve line break.
4318
43192007-03-31 Glenn Morris <rgm@gnu.org>
4320
4321 * os.texi (Timers): Fix description of run-at-time TIME formats.
4322
43232007-03-31 Richard Stallman <rms@gnu.org>
4324
4325 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4326 regarding ellipsis.
4327
43282007-03-31 Eli Zaretskii <eliz@gnu.org>
4329
4330 * intro.texi (nil and t):
4331 * symbols.texi (Plists and Alists):
4332 * variables.texi (Variable Aliases, Constant Variables):
4333 * functions.texi (Defining Functions):
4334 * advice.texi (Advising Primitives):
4335 * debugging.texi (Syntax Errors, Compilation Errors):
4336 * minibuf.texi (Minibuffer Windows):
4337 * commands.texi (Adjusting Point):
4338 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4339 (Auto Major Mode, Major Mode Conventions):
4340 * help.texi (Describing Characters):
4341 * files.texi (Create/Delete Dirs, Information about Files)
4342 (File Locks, Writing to Files, Reading from Files)
4343 (Saving Buffers):
4344 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4345 * frames.texi (Finding All Frames):
4346 * positions.texi (Buffer End, Motion):
4347 * markers.texi (The Region):
4348 * text.texi (Deletion, Near Point):
4349 * display.texi (Displaying Messages, Truncation):
4350 * os.texi (Processor Run Time):
4351 * tips.texi (Key Binding Conventions, Programming Tips)
4352 (Warning Tips, Documentation Tips, Comment Tips):
4353 * internals.texi (Memory Usage): Improve indexing.
4354
4355 * variables.texi (Frame-Local Variables):
4356 * functions.texi (Argument List):
4357 * loading.texi (Library Search):
4358 * streams.texi (Output Variables):
4359 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4360 * searching.texi (Replacing Match, Search and Replace):
4361 * processes.texi (Byte Packing, Decoding Output)
4362 (Accepting Output, Network Servers, Shell Arguments):
4363 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4364 * windows.texi (Window Point, Window Start):
4365 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4366 * commands.texi (Reading Input, Keyboard Events):
4367 * minibuf.texi (Reading File Names, Minibuffer Completion)
4368 (Recursive Mini):
4369 * positions.texi (List Motion):
4370 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4371 * numbers.texi (Arithmetic Operations, Math Functions)
4372 (Predicates on Numbers, Comparison of Numbers):
4373 (Numeric Conversions):
4374 * locals.texi (Standard Buffer-Local Variables):
4375 * maps.texi (Standard Keymaps):
4376 * os.texi (User Identification, System Environment, Recording Input)
4377 (X11 Keysyms):
4378 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4379 * backups.texi (Backups and Auto-Saving):
4380 * customize.texi (Customization, Group Definitions)
4381 (Variable Definitions):
4382 * compile.texi (Byte Compilation): Improve index entries.
4383
43842007-03-31 Karl Berry <karl@gnu.org>
4385
4386 * macros.texi (Defining Macros): Avoid widow syllable.
4387
43882007-03-31 Eli Zaretskii <eliz@gnu.org>
4389
4390 * elisp.texi (Top): Postscript -> PostScript.
4391
4392 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4393
43942007-03-31 Markus Triska <markus.triska@gmx.at>
4395
4396 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4397
43982007-03-30 Karl Berry <karl@gnu.org>
4399
4400 * lists.texi (List-related Predicates): Remove spurious @need.
4401 (Setcdr): Use @smallexample to improve page break.
4402 (Association Lists) <assoc>: Reword to improve page break.
4403
4404 * strings.texi (String Conversion): Insert blank line to improve
4405 page break.
4406
4407 * numbers.texi (Random Numbers): Use @minus{}.
4408 (Math Functions): Use @minus{}.
4409
4410 * intro.texi (Acknowledgements): Avoid line breaks before middle
4411 initials.
4412
44132007-03-24 Eli Zaretskii <eliz@gnu.org>
4414
4415 * errors.texi (Standard Errors): Add an index entry.
4416
44172007-03-19 Richard Stallman <rms@gnu.org>
4418
4419 * os.texi (Recording Input): recent-keys now gives 300 keys.
4420
44212007-03-12 Glenn Morris <rgm@gnu.org>
4422
4423 * os.texi: Replace "daylight savings" with "daylight saving"
4424 throughout.
4425
44262007-03-05 Richard Stallman <rms@gnu.org>
4427
5dcb4c4e
SM
4428 * variables.texi (File Local Variables):
4429 Update enable-local-variables values.
b8d4c8d0
GM
4430
44312007-03-04 Richard Stallman <rms@gnu.org>
4432
4433 * syntax.texi (Control Parsing): Minor clarification.
4434
4435 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4436
4437 * sequences.texi (Sequence Functions): Move string-bytes away,
4438 add xref.
4439
4440 * nonascii.texi (Text Representations): Move string-bytes here.
4441
4442 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4443
4444 * minibuf.texi (Basic Completion): Minor clarification.
4445
4446 * markers.texi (The Mark): Clarify existence vs activation of mark.
4447 Other cleanup.
4448
4449 * display.texi (Finding Overlays): Write better example.
4450
4451 * compile.texi (Eval During Compile): Clarify putting macros
4452 in eval-when-compile.
4453
c5602427 44542007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4455
4456 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4457 load-read-function definition doc.
b8d4c8d0
GM
4458
44592007-02-21 Kim F. Storm <storm@cua.dk>
4460
4461 * strings.texi (Text Comparison): Mention that assoc-string
4462 converts symbols to strings before testing.
4463
44642007-02-17 Kim F. Storm <storm@cua.dk>
4465
4466 * processes.texi (Bindat Spec): Vector types can have optional
4467 element type.
4468 (Bindat Examples): Fix example. Add vector with element type.
4469
44702007-02-16 Andreas Schwab <schwab@suse.de>
4471
4472 * strings.texi (Formatting Strings): Document '+' flag.
4473
44742007-02-15 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * strings.texi (Modifying Strings): Clarify that `clear-string'
4477 always converts the string to unibyte.
4478
44792007-02-14 Kim F. Storm <storm@cua.dk>
4480
4481 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4482 Rewrite glyph code description to refer to these functions.
4483 Remove details of encoding face number and char into integer code.
4484
44852007-02-03 Alan Mackenzie <acm@muc.de>
4486
4487 * loading.texi (Hooks for Loading): Make the description of
4488 `eval-after-load' more detailed, and amend the description of
4489 after-load-alist, in accordance with changes from 2006-05.
4490
44912007-02-03 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * modes.texi (Defining Minor Modes): Document that a :require
4494 keyword or similar may be required to make saved customization
4495 variables work.
4496
44972007-02-03 Eli Zaretskii <eliz@gnu.org>
4498
4499 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4500 Texinfo guidelines and with what texnfo-upd.el expects.
4501 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4502 parts needed by `texinfo-multiple-files-update'.
4503
45042007-02-02 Eli Zaretskii <eliz@gnu.org>
4505
4506 * elisp.texi (Top): Update the top-level menus.
4507
4508 * syntax.texi (Categories): Add index entries.
4509
45102007-02-01 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * display.texi (Attribute Functions): Fix name and description of
4513 the UNDERLINE arg of `set-face-underline-p'.
4514
45152007-01-29 Eli Zaretskii <eliz@gnu.org>
4516
4517 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4518 Variables", and "Standard Keymaps" to the detailed menu.
4519
4520 * variables.texi (Future Local Variables): Add index entry.
4521
45222007-01-28 Richard Stallman <rms@gnu.org>
4523
4524 * tips.texi (Coding Conventions): Clarify the tip about macros
4525 that define a function or a variable.
4526
4527 * files.texi (File Attributes): UID and GID can be floats.
4528 (Magic File Names): Explain why deferring all operations to
4529 the standard handler does not work.
4530
45312007-01-23 Martin Rudalics <rudalics@gmx.at>
4532
4533 * backups.texi (Reverting): Use "buffer" instead of "file"
4534 when talking about major and minor modes.
4535
45362007-01-21 Richard Stallman <rms@gnu.org>
4537
4538 * help.texi (Documentation): Add xref to Documentation Tips.
4539
45402007-01-14 Juanma Barranquero <lekktu@gmail.com>
4541
4542 * tips.texi (Coding Conventions): Fix typos.
4543
45442007-01-05 Richard Stallman <rms@gnu.org>
4545
4546 * modes.texi (Defining Minor Modes): Fix previous change.
4547
45482007-01-03 Richard Stallman <rms@gnu.org>
4549
4550 * customize.texi (Variable Definitions, Customization Types):
4551 Don't use * in doc string for defcustom.
4552
45532007-01-02 Richard Stallman <rms@gnu.org>
4554
4555 * variables.texi (Variable Aliases): Clarify that aliases vars
4556 always have the same value.
4557
4558 * processes.texi (Bindat Spec): Fix Texinfo usage.
4559
4560 * modes.texi (Defining Minor Modes): Explain effect of command
4561 defined with define-global-minor-mode on new buffers.
4562
45632006-12-30 Kim F. Storm <storm@cua.dk>
4564
4565 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4566 `auto-resize-tool-bars'.
4567
45682006-12-30 Richard Stallman <rms@gnu.org>
4569
4570 * keymaps.texi (Active Keymaps): Fix previous change.
4571
45722006-12-30 Nick Roberts <nickrob@snap.net.nz>
4573
4574 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4575
45762006-12-30 Kim F. Storm <storm@cua.dk>
4577
4578 * processes.texi (Bindat Spec): Clarify using field names in
4579 length specifications.
4580
45812006-12-29 Kim F. Storm <storm@cua.dk>
4582
4583 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4584 Add count and index variables for eval forms in repeat blocks.
4585
45862006-12-24 Richard Stallman <rms@gnu.org>
4587
5dcb4c4e
SM
4588 * customize.texi (Variable Definitions):
4589 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4590
45912006-12-19 Kim F. Storm <storm@cua.dk>
4592
4593 * commands.texi (Misc Events): User signals now result in sigusr1
4594 and sigusr2 events which are handled through special-event-map.
4595 (Special Events): User signals and drag-n-drop are special.
4596
45972006-12-17 Richard Stallman <rms@gnu.org>
4598
4599 * loading.texi (Named Features): Explain subfeatures better.
4600
4601 * customize.texi: Use "option" only for user options.
4602 For the keyword values inside defcustom etc, say "keywords".
4603 For :options value's elements, say "elements".
4604 :group should not be omitted.
4605
4606 * syntax.texi (Parsing Expressions): Split up node.
4607 (Motion via Parsing, Position Parse, Parser State)
4608 (Low-Level Parsing, Control Parsing): New subnodes.
4609 (Parser State): Document syntax-ppss-toplevel-pos.
4610
4611 * positions.texi (List Motion): Punctuation fix.
4612
4613 * files.texi (File Name Completion): Document PREDICATE arg
4614 to file-name-completion.
4615
46162006-12-16 Eli Zaretskii <eliz@gnu.org>
4617
4618 * internals.texi (Building Emacs, Writing Emacs Primitives):
4619 Add index entries.
4620
46212006-12-11 Richard Stallman <rms@gnu.org>
4622
4623 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4624 affects face menu. Explain how to make it non-nil without enabling
4625 any fontification.
4626
46272006-12-10 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * modes.texi (Font Lock Basics): Document nil value of
4630 font-lock-defaults.
4631
46322006-12-10 Glenn Morris <rgm@gnu.org>
4633
4634 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4635 value for system-flag argument. Abbrev tables may not be empty
4636 when major modes are loaded.
4637
46382006-12-08 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * makefile.w32-in (maintainer-clean): Partially revert last
4641 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4642 to protect elisp-covers.texi.
4643
46442006-12-07 Juanma Barranquero <lekktu@gmail.com>
4645
4646 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4647 Don't remove elisp* info files; they are already deleted by the
4648 `clean' and `distclean' targets, and they are in the $(infodir)
4649 directory, not the current one.
4650
46512006-12-04 Kim F. Storm <storm@cua.dk>
4652
4653 * commands.texi (Misc Events): Update signal events.
4654 (Event Examples): Add signal example.
4655
46562006-11-29 Richard Stallman <rms@gnu.org>
4657
4658 * frames.texi (Visibility of Frames): Explain visible windows
4659 can be covered by others. Add xref for raise-frame.
4660
46612006-11-28 Richard Stallman <rms@gnu.org>
4662
4663 * searching.texi (Regexp Special): Update when ^ is special.
4664
46652006-11-27 Eli Zaretskii <eliz@gnu.org>
4666
4667 * customize.texi (Customization, Common Keywords)
4668 (Group Definitions, Variable Definitions, Composite Types)
4669 (Type Keywords, Customization Types): Add index entries for
4670 various customization keywords.
4671
46722006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4675
c8763fb6 46762006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4677
4678 * frames.texi (Window System Selections): Remove clipboard from
4679 description of selection-coding-system.
4680
46812006-11-06 Richard Stallman <rms@gnu.org>
4682
4683 * lists.texi (List Variables): Document COMPARE-FN.
4684
4685 * keymaps.texi: Avoid use of "binding" to mean a relation;
4686 use it only to refer to the meaning associated with a key.
4687 (Keymaps): Change menu node description.
4688
4689 * elisp.texi (Top): Change menu node description.
4690
4691 * display.texi (Managing Overlays): Document overlay-recenter.
4692
46932006-10-29 Chong Yidong <cyd@stupidchicken.com>
4694
4695 * Makefile.in: Use relative paths to avoid advertising filesystem
4696 contents during compilation.
4697
46982006-10-23 Kim F. Storm <storm@cua.dk>
4699
4700 * commands.texi (Event Input Misc): Update unread-command-events.
4701
47022006-10-23 Nick Roberts <nickrob@snap.net.nz>
4703
4704 * lists.texi (Sets And Lists): Fix typos.
4705
47062006-10-18 Juanma Barranquero <lekktu@gmail.com>
4707
4708 * control.texi (Processing of Errors): Use @var for an argument,
4709 not @code.
4710
47112006-10-16 Richard Stallman <rms@gnu.org>
4712
4713 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4714
4715 * keymaps.texi (Format of Keymaps): Show all the keymap element
4716 patterns that result from menu items.
4717 (Key Lookup): Minor cleanups.
4718
4719 * modes.texi (Precalculated Fontification): Don't say that
4720 not setting font-lock-defaults avoids loading font-lock.
4721
4722 * help.texi (Documentation): Move xref to Emacs Manual here.
4723 (Documentation Basics): From here.
4724 Also doc emacs-lisp-docstring-fill-column.
4725
4726 * elisp.texi: Update version and ISBN.
4727
4728 * commands.texi (Interactive Call): Clarify KEYS arg to
4729 call-interactively is a vector.
4730 (Command Loop Info): Delete anchor in this-command-keys.
4731 Add anchor in this-command-keys-vector.
4732 (Recursive Editing): Document how recursive-edit
4733 handles the current buffer.
4734
47352006-10-13 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * frames.texi (Frame Titles): %c and %l are ignored in
4738 frame-title-format.
4739
47402006-10-11 Richard Stallman <rms@gnu.org>
4741
4742 * keymaps.texi (Key Sequences): Clarify use of kbd.
4743
47442006-10-10 Kim F. Storm <storm@cua.dk>
4745
4746 * lists.texi (Sets And Lists): Add memql.
4747
47482006-10-03 Richard Stallman <rms@gnu.org>
4749
4750 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4751 Clarify :ascii: and :nonascii:.
4752
47532006-09-29 Juri Linkov <juri@jurta.org>
4754
4755 * modes.texi (%-Constructs): Reorder coding systems in the
4756 documentation of %z to the real order displayed in the modeline.
4757
47582006-09-25 Richard Stallman <rms@gnu.org>
4759
4760 * os.texi (Timers): Describe timer-max-repeats.
4761
47622006-09-25 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * os.texi (Timers): Mention with-local-quit.
4765
47662006-09-24 Richard Stallman <rms@gnu.org>
4767
4768 * searching.texi (Searching and Matching): Mention property search.
4769
4770 * commands.texi (Command Loop Info): Explain how read-event affects
4771 this-command-keys.
4772
47732006-09-20 Richard Stallman <rms@gnu.org>
4774
4775 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4776
4777 * windows.texi (Window Start): Minor cleanups.
4778
47792006-09-20 Kim F. Storm <storm@cua.dk>
4780
4781 * windows.texi (Window Start): pos-visible-in-window-p allows
4782 specifying t for position to mean "end of window".
4783 Add window-line-height.
4784
4785 * anti.texi (Antinews): Mention window-line-height.
4786
47872006-09-19 David Kastrup <dak@gnu.org>
4788
4789 * keymaps.texi (Searching Keymaps): Small clarification.
4790
47912006-09-18 Richard Stallman <rms@gnu.org>
4792
4793 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4794 cause keyboard menus.
4795 (Menu Keymaps): Likewise.
4796 (Defining Menus, Keyboard Menus): Clarify.
4797
4798 * text.texi (Fields): Clarify explanation of constrain-to-field.
4799
48002006-09-16 Eli Zaretskii <eliz@gnu.org>
4801
4802 * variables.texi (Tips for Defining): Fix a typo.
4803
48042006-09-15 Richard Stallman <rms@gnu.org>
4805
4806 * keymaps.texi (Remapping Commands, Searching Keymaps)
4807 (Active Keymaps): Clean up previous change.
4808
48092006-09-15 Jay Belanger <belanger@truman.edu>
4810
4811 * gpl.texi: Replace "Library Public License" by "Lesser Public
4812 License" throughout.
4813
48142006-09-15 David Kastrup <dak@gnu.org>
4815
4816 * keymaps.texi (Active Keymaps): Adapt description to use
4817 `get-char-property' instead `get-text-property'. Explain how
4818 mouse events change this. Explain the new optional argument of
4819 `key-binding' and its mouse-dependent lookup.
4820 (Searching Keymaps): Adapt description similarly.
4821 (Remapping Commands): Explain the new optional argument of
4822 `command-remapping'.
4823
48242006-09-14 Richard Stallman <rms@gnu.org>
4825
4826 * keymaps.texi (Searching Keymaps): Clarification.
4827 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4828
48292006-09-13 Richard Stallman <rms@gnu.org>
4830
4831 * objects.texi (Character Type): Node split.
4832 Add xref to Describing Characters.
4833 (Basic Char Syntax, General Escape Syntax)
4834 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4835
48362006-09-11 Richard Stallman <rms@gnu.org>
4837
4838 * display.texi (Display Table Format): Wording clarification.
4839 (Glyphs): Clarifications.
4840
48412006-09-10 Chong Yidong <cyd@stupidchicken.com>
4842
4843 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4844 local maps.
4845
48462006-09-10 Kim F. Storm <storm@cua.dk>
4847
4848 * display.texi (Forcing Redisplay): Document return value of
4849 function redisplay.
4850
48512006-09-09 Richard Stallman <rms@gnu.org>
4852
4853 * windows.texi (Window Hooks): Explain limits of
4854 window-scroll-functions.
4855
4856 * display.texi (Fringe Indicators): Update for last change in
4857 indicate-buffer-boundaries.
4858
48592006-09-08 Richard Stallman <rms@gnu.org>
4860
4861 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4862
48632006-09-06 Kim F. Storm <storm@cua.dk>
4864
4865 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4866
4867 * windows.texi (Window Start): Update pos-visible-in-window-p.
4868
48692006-09-04 Richard Stallman <rms@gnu.org>
4870
4871 * processes.texi (Accepting Output): Explain SECONDS=0 for
4872 accept-process-output.
4873
4874 * os.texi (Idle Timers): Explain why timer functions should not
4875 loop until (input-pending-p).
4876
48772006-09-02 Eli Zaretskii <eliz@gnu.org>
4878
4879 * makefile.w32-in (usermanualdir): New variable.
4880 (elisp.dvi): Use it.
4881
48822006-09-01 Eli Zaretskii <eliz@gnu.org>
4883
4884 * buffers.texi (Buffer Modification): Fix last change.
4885
48862006-09-01 Chong Yidong <cyd@stupidchicken.com>
4887
5dcb4c4e
SM
4888 * buffers.texi (Buffer Modification):
4889 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4890
48912006-08-31 Richard Stallman <rms@gnu.org>
4892
4893 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4894
48952006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4896
4897 * modes.texi (Syntactic Font Lock):
4898 Mention font-lock-syntactic-face-function
4899 instead of specific faces.
4900
49012006-08-29 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * display.texi (Images): Add xrref to display-images-p.
4904
49052006-08-28 Kenichi Handa <handa@m17n.org>
4906
4907 * nonascii.texi (Lisp and Coding Systems): Fix description of
4908 detect-coding-region.
4909
49102006-08-27 Michael Olson <mwolson@gnu.org>
4911
4912 * processes.texi (Transaction Queues): Remove stray quote
4913 character.
4914
49152006-08-25 Richard Stallman <rms@gnu.org>
4916
4917 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4918 Add xref.
4919
49202006-08-24 Chong Yidong <cyd@stupidchicken.com>
4921
4922 * os.texi (Timers): Avoid waiting inside timers.
4923
49242006-08-21 Lute Kamstra <lute@gnu.org>
4925
4926 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4927
49282006-08-20 Richard Stallman <rms@gnu.org>
4929
4930 * os.texi (Idle Timers): New node, split out from Timers.
4931 Document current-idle-time.
4932 * commands.texi (Reading One Event): Update xref.
4933 * elisp.texi (Top): Update subnode menu.
4934
49352006-08-16 Richard Stallman <rms@gnu.org>
4936
4937 * keymaps.texi (Extended Menu Items): Show format of cached
4938 bindings in extended menu items.
4939
4940 * customize.texi (Variable Definitions): Explain when the
4941 standard value expression is evaluated.
4942
49432006-08-15 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * commands.texi (Reading One Event): Explain idleness in
4946 `read-event'.
4947
49482006-08-12 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4951 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4952 relevant for Lisp programming.
4953 (Yank Commands): Rewrite introduction.
4954 (Undo): Clarify.
4955 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4956 (Filling): Remove redundant comment. Clarify return value of
4957 current-justification.
4958 (Margins): Minor clarifications.
4959 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4960 (Sorting): Update definition of sort-lines.
4961 (Columns): Clarify behavior of sort-columns.
4962 (Indent Tabs): Link to Tab Stops in Emacs manual.
4963 (Special Properties): Clarify.
4964 (Clickable Text): Mention Buttons package.
4965
49662006-08-12 Kevin Ryde <user42@zip.com.au>
4967
4968 * os.texi (Time Parsing): Add %z to description of
4969 format-time-string, as per docstring. Add cross reference to
4970 glibc manual for strftime.
4971
49722006-08-08 Richard Stallman <rms@gnu.org>
4973
4974 * modes.texi: Clean up wording in previous change.
4975
49762006-08-07 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * modes.texi (Hooks): Clarify.
4979 (Major Mode Basics): Mention define-derived-mode explicitly.
4980 (Major Mode Conventions): Rebinding RET is OK for some modes.
4981 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4982 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4983 (Mode Line Basics): Clarify.
4984 (Mode Line Data): Mention help-echo and local-map in strings.
4985 Explain reason for treatment of non-risky variables.
4986 (Properties in Mode): Clarify.
4987 (Faces for Font Lock): Add font-lock-negation-char-face.
4988
49892006-08-04 Eli Zaretskii <eliz@gnu.org>
4990
4991 * strings.texi (Formatting Strings): Warn against arbitrary
4992 strings as first arg to `format'.
4993
49942006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4995
4996 * text.texi (Clickable Text): Mention `help-echo' text property.
4997 Update intro, examples and associated explanations.
4998
49992006-07-31 Richard Stallman <rms@gnu.org>
5000
5001 * commands.texi: Update xrefs.
5002 (Event Mod): New node, cut out from old Translating Input.
5003
5004 * maps.texi: Update xrefs.
5005
5006 * keymaps.texi (Translation Keymaps): New node.
5007 Update xrefs from Translating Input to Translation Keymaps.
5008
5009 * elisp.texi (Top): Update subnode menu.
5010
5011 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5012
5013 * os.texi (System Interface): Fix menu descriptions of some nodes.
5014 (Translating Input): Node deleted.
5015
50162006-07-31 Nick Roberts <nickrob@snap.net.nz>
5017
5018 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5019
5020 * lists.texi (Sets And Lists): Likewise.
5021
50222006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5023
5024 * text.texi (Fields): Mention POS
5025 requirement when narrowing is in effect.
5026
50272006-07-28 Richard Stallman <rms@gnu.org>
5028
5029 * display.texi (Face Attributes): Simplify wording.
5030 (Attribute Functions): Clarify meaning of new-frame default
5031 attribute settings.
5032
5033 * customize.texi (Common Keywords): Document how to use
5034 :package-version in a package not in Emacs.
5035
50362006-07-28 Kim F. Storm <storm@cua.dk>
5037
5038 * commands.texi (Reading One Event): Fix last change.
5039
50402006-07-26 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * commands.texi (Reading One Event): Document SECONDS argument for
5043 read-event, read-char, and read-char-exclusive.
5044
50452006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5048 to ensure correct identification.
5049
50502006-07-24 Richard Stallman <rms@gnu.org>
5051
5052 * text.texi (Clickable Text): Clarify.
5053
5054 * sequences.texi (Vector Functions): Delete duplicate xref.
5055
5056 * objects.texi (Function Type): Clarify.
5057
5058 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5059 modes.
5060
5061 * lists.texi (List Variables): New node.
5062 Material moved from other nodes.
5063
5064 * variables.texi (Setting Variables): add-to-list and
5065 add-to-ordered-list moved to List Variables node.
5066
50672006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5068
5069 * text.texi (Links and Mouse-1):
5070 For mouse-on-link-p, expand on arg POS.
5071
50722006-07-21 Kim F. Storm <storm@cua.dk>
5073
5074 * display.texi (Forcing Redisplay): Don't mention systems which
5075 don't support sub-second timers for redisplay-preemption-period.
5076
5077 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5078
50792006-07-21 Eli Zaretskii <eliz@gnu.org>
5080
5081 * frames.texi (Input Focus): Document that focus-follows-mouse has
5082 no effect on MS-Windows.
5083
50842006-07-18 Richard Stallman <rms@gnu.org>
5085
5086 * display.texi (Forcing Redisplay): Cleanups in previous change.
5087
5088 * processes.texi (Low-Level Network): Make menu more convenient.
5089
50902006-07-18 Kim F. Storm <storm@cua.dk>
5091
5092 * display.texi (Forcing Redisplay): redisplay-preemption-period
5093 only used on window systems. Add xref to Terminal Output.
5094
5095 * os.texi (Terminal Output): baud-rate only controls preemption on
5096 non-window systems. Add xref to Forcing Redisplay.
5097
5098 * processes.texi (Low-Level Network): Rename node "Make Network"
5099 to "Network Processes".
5100
51012006-07-18 Karl Berry <karl@gnu.org>
5102
5103 * variables.texi, functions.texi, customize.texi, loading.texi:
5104 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5105
51062006-07-17 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5109
51102006-07-17 Richard Stallman <rms@gnu.org>
5111
5112 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5113 Put period and comma inside quotes.
5114
5115 * loading.texi, markers.texi: Use real doublequote inside menus.
5116
5117 * windows.texi: Put point and comma inside quotes.
5118 (Textual Scrolling): Use @samp for error message.
5119
5120 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5121 * strings.texi, streams.texi, processes.texi, os.texi:
5122 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5123 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5124 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5125 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5126 Put point and comma inside quotes.
5127
5128 * control.texi (Processing of Errors): Add command-error-function.
5129
5130 * variables.texi (File Local Variables): Clarify that
5131 file local variables make buffer-local bindings.
5132
5133 * modes.texi (Syntactic Font Lock): Give default for
5134 font-lock-syntax-table.
5135
51362006-07-17 Nick Roberts <nickrob@snap.net.nz>
5137
5138 * text.texi (Special Properties): Clean up previous change.
5139
51402006-07-16 Karl Berry <karl@gnu.org>
5141
5142 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5143 * control.texi: Fix bad page breaks through chapter 10 (control).
5144
5145 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5146 underfull hbox.
5147
51482006-07-15 Nick Roberts <nickrob@snap.net.nz>
5149
5150 * text.texi (Special Properties): Describe fontified text property
5151 in relation to a character (not text).
5152
51532006-07-15 Kim F. Storm <storm@cua.dk>
5154
5155 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5156 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5157 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5158
5159 * anti.texi (Antinews): Mention redisplay function.
5160 The kbd macro existed, but was not documented, before 22.x.
5161 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5162
51632006-07-14 Nick Roberts <nickrob@snap.net.nz>
5164
5165 * display.texi (Displaying Messages): Add anchor.
5166
5167 * frames.texi (Dialog Boxes): Use it.
5168
51692006-07-12 Richard Stallman <rms@gnu.org>
5170
5171 * objects.texi (Frame Type): Explain nature of frames better.
5172
5173 * frames.texi (Frames): Explain nature of frames better.
5174
51752006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5176
5177 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5178
51792006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5180
5181 * frames.texi (Window System Selections): Mention scrap support for Mac.
5182 Default value of x-select-enable-clipboard is t on Mac.
5183
5184 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5185
51862006-07-11 Kim F. Storm <storm@cua.dk>
5187
5188 * display.texi (Forcing Redisplay): Add `redisplay' function.
5189 Don't mention (sit-for -1) -- use (redisplay t) instead.
5190
5191 * commands.texi (Waiting): (sit-for -1) is no longer special.
5192 (sit-for 0) is equivalent to (redisplay).
5193 Iconifying/deiconifying no longer makes sit-for return.
5194
51952006-07-10 Nick Roberts <nickrob@snap.net.nz>
5196
5197 * display.texi (Buttons): Fix typo.
5198
5199 * index.texi, elisp.texi (New Symbols): Comment node out.
5200
52012006-07-09 Richard Stallman <rms@gnu.org>
5202
5203 * display.texi (Truncation): Clean up previous change.
5204
52052006-07-08 Richard Stallman <rms@gnu.org>
5206
5207 * commands.texi (Interactive Call): Use 3 as prefix in example
5208 for execute-extended-command.
5209
5210 * display.texi (Attribute Functions): Move paragraph about
5211 compatibility with Emacs < 21.
5212
52132006-07-09 Kim F. Storm <storm@cua.dk>
5214
5215 * display.texi (Refresh Screen): Clarify force-window-update.
5216 (Truncation): "Normally" indicated by fringe arrows.
5217
52182006-07-08 Eli Zaretskii <eliz@gnu.org>
5219
5220 * windows.texi (Textual Scrolling, Resizing Windows):
5221 * variables.texi (Constant Variables):
5222 * text.texi (Buffer Contents, Deletion, Changing Properties)
5223 (Property Search, Special Properties, Sticky Properties)
5224 (Links and Mouse-1, Fields, Change Hooks):
5225 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5226 (Categories):
5227 * symbols.texi (Other Plists):
5228 * streams.texi (Output Variables):
5229 * processes.texi (Input to Processes, Query Before Exit):
5230 * positions.texi (Word Motion, Text Lines, List Motion):
5231 * os.texi (Init File, System Environment, Sound Output)
5232 (Session Management):
5233 * nonascii.texi (Text Representations, Character Sets)
5234 (Chars and Bytes, Locales):
5235 * modes.texi (Defining Minor Modes, Header Lines):
5236 * minibuf.texi (Minibuffer Contents):
5237 * markers.texi (Information from Markers):
5238 * lists.texi (List Elements, Building Lists, Association Lists):
5239 * keymaps.texi (Tool Bar):
5240 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5241 * functions.texi (What Is a Function, Mapping Functions):
5242 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5243 (Color Names, Text Terminal Colors, Display Feature Testing):
5244 * files.texi (Visiting Functions, File Name Components)
5245 (Unique File Names, Contents of Directories):
5246 * display.texi (Forcing Redisplay, Displaying Messages)
5247 (Temporary Displays, Font Selection, Auto Faces)
5248 (Font Lookup, Fringe Indicators, Display Margins)
5249 (Image Descriptors, Showing Images, Image Cache, Button Types)
5250 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5251 (Display Table Format, Glyphs):
5252 * control.texi (Iteration):
5253 * commands.texi (Command Loop Info, Adjusting Point):
5254 * backups.texi (Making Backups, Auto-Saving):
5255 Remove @tindex entries.
5256
52572006-07-07 Kim F. Storm <storm@cua.dk>
5258
5259 * display.texi (Fringe Cursors): Fix typo.
5260 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5261 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5262
52632006-07-05 Richard Stallman <rms@gnu.org>
5264
5265 * text.texi (Buffer Contents): Add example of text props
5266 in result of buffer-substring.
5267 (Text Properties): Explain better about use of specific property names.
5268 (Property Search): Some cleanups; reorder some functions.
5269
5270 * keymaps.texi (Changing Key Bindings): Cleanup.
5271 Add xref to Key Binding Conventions.
5272
5273 * display.texi (Attribute Functions): Add examples for
5274 face-attribute-relative-p.
5275
5276 * tips.texi (Coding Conventions): Cleanup last change.
5277
52782006-07-05 Karl Berry <karl@gnu.org>
5279
5280 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5281 Remove @setchapternewpage odd.
5282 Result is 1013 pages, down from 1100.
5283
5284 * anti.texi, customize.texi, display.texi, internals.texi:
5285 * minibuf.texi, modes.texi, tips.texi:
5286 Fix overfull/underfull boxes.
5287
52882006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5289
5290 * edebug.texi (Instrumenting):
5291 Add Edebug-specific findex for eval-buffer.
5292 * loading.texi (Loading):
5293 Replace eval-current-buffer with eval-buffer.
5294
52952006-06-30 Nick Roberts <nickrob@snap.net.nz>
5296
5297 * locals.texi (Standard Buffer-Local Variables): Update the list
5298 of variables.
5299
53002006-06-26 Nick Roberts <nickrob@snap.net.nz>
5301
5302 * files.texi (File Name Completion): Point user to the node
5303 "Reading File Names".
5304
53052006-06-24 Eli Zaretskii <eliz@gnu.org>
5306
5307 * files.texi (Contents of Directories): Document case-insensitive
5308 behavior on respective filesystems.
5309
5310 * objects.texi (Character Type): Document that Emacs signals an
5311 error for unsupported Unicode characters specified as \uNNNN.
5312
53132006-06-19 Richard Stallman <rms@gnu.org>
5314
5315 * processes.texi (Bindat Spec): Clarify previous change.
5316
53172006-06-16 Richard Stallman <rms@gnu.org>
5318
5319 * tips.texi (Coding Conventions): Better explain conventions
5320 for definition constructs.
5321
5322 * text.texi (Special Properties): String value of `read-only'
5323 serves as the error message.
5324
5325 * objects.texi (Character Type): Clarify prev. change.
5326 (Non-ASCII in Strings): Mention \u and \U.
5327
5328 * commands.texi (Using Interactive): Explain problem of
5329 markers, etc., in command-history.
5330
53312006-06-14 Kim F. Storm <storm@cua.dk>
5332
5333 * commands.texi (Waiting): Negative arg to sit-for forces
5334 redisplay even if input is pending.
5335
5336 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5337 redisplay. Remove incorrect example of binding redisplay-dont-pause
5338 around (sit-for 0).
5339
53402006-06-13 Richard Stallman <rms@gnu.org>
5341
5342 * display.texi (Forcing Redisplay): Clarify previous change.
5343
53442006-06-13 Romain Francoise <romain@orebokech.com>
5345
5346 * display.texi (Forcing Redisplay): Fix typo.
5347
53482006-06-13 Kim F. Storm <storm@cua.dk>
5349
5350 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5351
53522006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5353
5354 * tips.texi (Coding Conventions): Add `@end itemize'.
5355
53562006-06-10 Richard Stallman <rms@gnu.org>
5357
5358 * tips.texi (Coding Conventions): Explain use of coding systems
5359 to ensure one decoding for strings.
5360
53612006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5362
5363 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5364 syntax.
5365
53662006-06-07 Eli Zaretskii <eliz@gnu.org>
5367
5368 * display.texi (Font Selection): Remove description of
5369 clear-face-cache.
5370
5371 * compile.texi (Eval During Compile): Fix a typo. Add index
5372 entries for possible uses of eval-when-compile.
5373
53742006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5375
5376 * display.texi (Abstract Display): Fix typo.
5377
53782006-06-03 Eli Zaretskii <eliz@gnu.org>
5379
5380 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5381 Reword variable's description.
5382
53832006-06-01 Richard Stallman <rms@gnu.org>
5384
5385 * windows.texi (Splitting Windows): Clarify splitting nonselected
5386 window.
5387
53882006-05-31 Juri Linkov <juri@jurta.org>
5389
5390 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5391
53922006-05-30 Richard Stallman <rms@gnu.org>
5393
5394 * display.texi (Line Height): Fix errors in description of
10d1d0af 5395 default line height and line-height property.
b8d4c8d0
GM
5396
5397 * nonascii.texi (Default Coding Systems): Further clarification.
5398
53992006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5400
5401 * internals.texi (Pure Storage): Mention that an overflow in pure
5402 space causes a memory leak.
5403 (Garbage Collection): If there was an overflow in pure space,
5404 `garbage-collect' returns nil.
5405
54062006-05-30 Eli Zaretskii <eliz@gnu.org>
5407
5408 * nonascii.texi (Default Coding Systems): Fix it some more.
5409
54102006-05-29 Eli Zaretskii <eliz@gnu.org>
5411
5412 * nonascii.texi (Default Coding Systems): Fix last change.
5413
54142006-05-29 Kenichi Handa <handa@m17n.org>
5415
5416 * nonascii.texi (find-operation-coding-system): Describe the new
5417 argument format (FILENAME . BUFFER).
5418
54192006-05-28 Richard Stallman <rms@gnu.org>
5420
5421 * tips.texi (Coding Conventions): Better explain reasons not to
5422 advise other packages or use `eval-after-load'.
5423
54242006-05-29 Kim F. Storm <storm@cua.dk>
5425
5426 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5427 `bindat-idx' and `bindat-raw' for clarity.
5428
54292006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5430
5431 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5432
5433 * display.texi (Display): Add "Abstract Display" to menu.
5434 (Abstract Display, Abstract Display Functions)
5435 (Abstract Display Example): New nodes.
5436 * elisp.texi (Top): Add "Abstract Display" to menu.
5437
54382006-05-27 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * keymaps.texi (Key Sequences): Link to input events definition.
5441 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5442
5443 * files.texi (Changing Files): Document updated argument list for
5444 copy-file.
5445
54462006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5447
5448 * processes.texi (Bindat Functions): Explain term "total length".
5449 Use it in bindat-length and bindat-pack descriptions.
5450
54512006-05-26 Eli Zaretskii <eliz@gnu.org>
5452
5453 * tips.texi (Coding Conventions): Advise against using
5454 eval-after-load in packages. Add an index entry.
5455
54562006-05-25 Juri Linkov <juri@jurta.org>
5457
5458 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5459
5460 * modes.texi (%-Constructs): Add %e, %z, %Z.
5461
54622006-05-25 Richard Stallman <rms@gnu.org>
5463
5464 * elisp.texi (Top): Update subnode menu.
5465
5466 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5467 (Keymaps): Update menu.
5468
54692006-05-25 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * keymaps.texi (Key Sequences): Some clarifications.
5472
54732006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5474
5475 * processes.texi (Bindat Functions): Say "unibyte string"
5476 explicitly for bindat-unpack and bindat-pack descriptions.
5477 (Bindat Examples): Don't call `string-make-unibyte' in example.
5478
54792006-05-25 Chong Yidong <cyd@stupidchicken.com>
5480
5dcb4c4e 5481 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5482 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5483
5484 * keymaps.texi (Changing Key Bindings):
dd7b651b 5485 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5486 * help.texi (Describing Characters): Refer to it.
5487
54882006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5489
5490 * frames.texi (Pointer Shape): @end table -> @end defvar.
5491
54922006-05-22 Richard Stallman <rms@gnu.org>
5493
5494 * elisp.texi (Top): Update subnode menus.
5495
5496 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5497 Contents rewritten; material from old Pointer Shape node moved here.
5498
5499 * display.texi (Pointer Shape): Node deleted.
5500 (Image Descriptors): Minor cleanup.
5501
55022006-05-21 Richard Stallman <rms@gnu.org>
5503
5504 * syntax.texi (Parsing Expressions): Update info on which STATE
5505 elements are ignored.
5506
55072006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5508
5509 * hooks.texi (Standard Hooks): Correct typo.
5510
5511 * gpl.texi (GPL): ifinfo -> ifnottex.
5512
55132006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5514
5515 * searching.texi (Simple Match Data): Warn about match data being
5516 set anew by every search.
5517
55182006-05-17 Richard Stallman <rms@gnu.org>
5519
5520 * minibuf.texi (Minibuffer History): Clarify.
5521
5522 * searching.texi (Regexp Special): Clarify nested regexp warning.
5523
55242006-05-16 Kim F. Storm <storm@cua.dk>
5525
5526 * minibuf.texi (Minibuffer History): Update add-to-history.
5527
55282006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5529
5dcb4c4e
SM
5530 * nonascii.texi (Explicit Encoding):
5531 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5532
55332006-05-14 Richard Stallman <rms@gnu.org>
5534
5535 * buffers.texi (Creating Buffers): Cleanup.
5536
5537 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5538
55392006-05-13 Eli Zaretskii <eliz@gnu.org>
5540
5541 * buffers.texi (Current Buffer): Document that with-temp-buffer
5542 disables undo.
5543
5544 * os.texi (Terminal-Specific): More accurate description of how
5545 Emacs searches for the terminal-specific libraries.
5546
55472006-05-12 Eli Zaretskii <eliz@gnu.org>
5548
5549 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5550 emacs-xtra to @inforef's.
5551
5552 * text.texi (Undo): Document that undo is turned off in buffers
5553 whose names begin with a space.
5554
5555 * buffers.texi (Buffer Names): Add index entries for buffers whose
5556 names begin with a space.
5557 (Creating Buffers): Document that undo is turned off in buffers
5558 whose names begin with a space.
5559
5560 * files.texi (Visiting Functions, Reading from Files)
5561 (Saving Buffers): Mention code and EOL conversions by file I/O
5562 primitives and subroutines.
5563
f4e90db0
SM
5564 * nonascii.texi (Lisp and Coding Systems):
5565 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5566
5567 * display.texi (Defining Faces): Mention `mac', and add an xref to
5568 where window-system is described.
5569
55702006-05-10 Richard Stallman <rms@gnu.org>
5571
5572 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5573
55742006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5575
5576 * variables.texi (File Local Variables): Recommend to quote lambda
5577 expressions in safe-local-variable property.
5578
55792006-05-09 Richard Stallman <rms@gnu.org>
5580
5dcb4c4e
SM
5581 * variables.texi (File Local Variables):
5582 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5583
55842006-05-07 Kim F. Storm <storm@cua.dk>
5585
5586 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5587 from add-to-history.
5588
55892006-05-07 Romain Francoise <romain@orebokech.com>
5590
5591 * commands.texi (Event Input Misc):
5592 * compile.texi (Eval During Compile):
5593 * internals.texi (Buffer Internals):
5594 * minibuf.texi (Initial Input):
5595 * nonascii.texi (Scanning Charsets):
5596 * numbers.texi (Comparison of Numbers):
5597 * windows.texi (Textual Scrolling, Vertical Scrolling):
5598 Fix various typos.
5599
56002006-05-06 Eli Zaretskii <eliz@gnu.org>
5601
5602 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5603 conditional xref's to either emacs or emacs-xtra, depending on
5604 @iftex/@ifnottex.
5605
5606 * minibuf.texi (Minibuffer History): Document add-to-history.
5607
56082006-05-05 Eli Zaretskii <eliz@gnu.org>
5609
5610 * internals.texi (Pure Storage): Mention the pure overflow message
5611 at startup.
5612
c8763fb6 56132006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5614
5615 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5616 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5617 search.
5618
56192006-05-01 Richard Stallman <rms@gnu.org>
5620
5621 * intro.texi (nil and t): Clarify.
5622
5623 * variables.texi (File Local Variables): Suggest using booleanp.
5624
56252006-05-01 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * objects.texi (Type Predicates): Fix typos.
5628
56292006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * intro.texi (nil and t): Add booleanp.
5632
5633 * objects.texi (Type Predicates): Add links for booleanp and
5634 string-or-null-p.
5635
56362006-04-29 Richard Stallman <rms@gnu.org>
5637
5638 * modes.texi (Multiline Font Lock): Rename from
5639 Multi line Font Lock Elements. Much clarification.
5640 (Font Lock Multiline, Region to Fontify): Much clarification.
5641
56422006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * variables.texi (File Local Variables): Remove the special case t for
5645 safe-local-variable.
5646
56472006-04-26 Richard Stallman <rms@gnu.org>
5648
5649 * syntax.texi (Parsing Expressions): Minor cleanup.
5650
56512006-04-18 Richard Stallman <rms@gnu.org>
5652
5653 * tips.texi (Coding Conventions): Explain when the package's
5654 prefix should appear later on (not at the start of the name).
5655
5656 * searching.texi (String Search): Clarify effect of NOERROR.
5657
5658 * modes.texi (Imenu): Clarify what special items do.
5659
5660 * hooks.texi (Standard Hooks): Delete text about old hook names.
5661
56622006-04-17 Romain Francoise <romain@orebokech.com>
5663
5664 * variables.texi (Local Variables): Update the default value of
5665 `max-specpdl-size'.
5666
56672006-04-15 Michael Olson <mwolson@gnu.org>
5668
5669 * processes.texi (Transaction Queues): Mention the new optional
5670 `delay-question' argument for `tq-enqueue'.
5671
56722006-04-13 Bill Wohler <wohler@newt.com>
5673
5674 * customize.texi (Common Keywords): Use dotted notation for
5675 :package-version value. Specify its values. Improve documentation
5676 for customize-package-emacs-version-alist.
5677
56782006-04-12 Bill Wohler <wohler@newt.com>
5679
5680 * customize.texi (Common Keywords): Move description of
5681 customize-package-emacs-version-alist to @defvar.
5682
56832006-04-10 Bill Wohler <wohler@newt.com>
5684
5685 * customize.texi (Common Keywords): Add :package-version.
5686
56872006-04-10 Kim F. Storm <storm@cua.dk>
5688
5689 * text.texi (Buffer Contents): Add NOPROPS arg to
5690 filter-buffer-substring.
5691
56922006-04-08 Kevin Ryde <user42@zip.com.au>
5693
5694 * os.texi (Command-Line Arguments): Update xref to emacs manual
5695 "Command Arguments" -> "Emacs Invocation", per change there.
5696
56972006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5698
5699 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5700 be on one line to help makeinfo not render two spaces after the dot.
5701
57022006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5703
5704 * strings.texi (Predicates for Strings): Add string-or-null-p.
5705
57062006-03-28 Kim F. Storm <storm@cua.dk>
5707
5708 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5709 remarks about systems that don't support fractional seconds.
5710
57112006-03-25 Karl Berry <karl@gnu.org>
5712
5713 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5714 the year list.
5715
57162006-03-21 Nick Roberts <nickrob@snap.net.nz>
5717
5718 * display.texi (Fringe Indicators): Fix typos.
5719
57202006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5721
5722 * tips.texi (Documentation Tips): One can now also write `program'
5723 in front of a quoted symbol in a docstring to prevent making a
5724 hyperlink.
5725
57262006-03-19 Alan Mackenzie <acm@muc.de>
5727
5728 * text.texi (Special Properties): Clarify `fontified' property.
5729
57302006-03-16 Richard Stallman <rms@gnu.org>
5731
5732 * display.texi (Defining Images): Minor cleanup.
5733
57342006-03-16 Bill Wohler <wohler@newt.com>
5735
5736 * display.texi (Defining Images): In image-load-path-for-library,
5737 prefer user's images.
5738
57392006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5742
57432006-03-15 Bill Wohler <wohler@newt.com>
5744
5745 * display.texi (Defining Images): Fix example in
5746 image-load-path-for-library by not recommending that one binds
5747 image-load-path. Just defvar it to placate compiler and only use
5748 it if previously defined.
5749
57502006-03-14 Bill Wohler <wohler@newt.com>
5751
5752 * display.texi (Defining Images): In image-load-path-for-library,
5753 always return list of directories. Update example.
5754
57552006-03-14 Alan Mackenzie <acm@muc.de>
5756
5757 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5758 This describes font-lock-extend-region-function.
5759 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5760 the new node "Region to Fontify".
5761
57622006-03-13 Richard Stallman <rms@gnu.org>
5763
5764 * display.texi (Invisible Text): The impossible position is
5765 now before the invisible text, not after.
5766 (Defining Images): Clean up last change.
5767
57682006-03-11 Bill Wohler <wohler@newt.com>
5769
5770 * display.texi (Defining Images): Add image-load-path-for-library.
5771
57722006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5773
5774 * text.texi (Adaptive Fill): Fix Texinfo usage.
5775
5776 * strings.texi (Creating Strings): Fix Texinfo usage.
5777
5778 * searching.texi (Regexp Special): Use @samp for regular
5779 expressions that are not in Lisp syntax.
5780
57812006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5782
5783 * searching.texi (Regexp Special): Put remark between parentheses
5784 to avoid misreading.
5785
57862006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5787
5788 * searching.texi (Syntax of Regexps): More accurately describe
5789 which characters are special in which situations.
5790 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5791 are not special. Describe in detail when `[' and `]' are special.
5792 (Regexp Backslash): Plenty of regexps with unbalanced square
5793 brackets are valid, so reword that statement.
5794
57952006-03-02 Kim F. Storm <storm@cua.dk>
5796
5797 * keymaps.texi (Tool Bar): Add tool-bar-border.
5798
57992006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5800
5801 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5802
58032006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5806
5807 * files.texi (Locating Files): Suggest additional values for the
5808 SUFFIXES arg of `locate-file'. Update pxref.
5809
5810 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5811 (How Programs Do Loading): Discuss the effects of Auto Compression
5812 mode on `load'.
5813 (Load Suffixes): New node.
5814 (Library Search): Delete description of `load-suffixes'; it was
5815 moved to "Load Suffixes".
5816 (Autoload, Named Features): Mention `load-suffixes'.
5817
58182006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5819
5820 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5821
5822 * windows.texi (Window Tree): Fix typo.
5823
58242006-02-20 Kim F. Storm <storm@cua.dk>
5825
5826 * display.texi (Fringe Indicators): New section.
5827 Move indicate-empty-lines, indicate-buffer-boundaries, and
5828 default-indicate-buffer-boundaries here.
5829 Add fringe-indicator-alist and default-fringes-indicator-alist.
5830 Add list of logical fringe indicator symbols.
5831 Update list of standard bitmap names.
5832 (Fringe Cursors): New section.
5833 Move overflow-newline-into-fringe here.
5834 Add fringe-cursor-alist and default-fringes-cursor-alist.
5835 Add list of fringe cursor symbols.
5836
58372006-02-20 Juanma Barranquero <lekktu@gmail.com>
5838
5839 * commands.texi (Using Interactive): Fix reference to node
5840 "Minibuffers".
5841
58422006-02-19 Richard M. Stallman <rms@gnu.org>
5843
5844 * minibuf.texi (High-Level Completion):
5845 Add xref to read-input-method-name.
5846
5847 * files.texi (Relative File Names): Move file-relative-name here.
5848 (File Name Expansion): From here. Minor clarifications.
5849
5850 * commands.texi (Using Interactive): Add xrefs about reading input.
5851 Clarify remarks about that moving point and mark.
5852 Put string case before list case.
5853
c8763fb6 58542006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5855
5856 * display.texi (Other Display Specs, Image Descriptors):
5857 Revert erroneous changes. The previous description of
5858 image-descriptors as `(image . PROPS)' was correct.
5859
58602006-02-14 Richard M. Stallman <rms@gnu.org>
5861
5862 * variables.texi (File Local Variables): Clarifications.
5863
58642006-02-14 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * variables.texi (File Local Variables): Use @code for a cons
5867 cell, not @var.
5868
58692006-02-13 Chong Yidong <cyd@stupidchicken.com>
5870
5871 * variables.texi (File Local Variables): Document new file local
5872 variable behavior.
5873
58742006-02-10 Kim F. Storm <storm@cua.dk>
5875
5876 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5877
58782006-02-08 Juanma Barranquero <lekktu@gmail.com>
5879
5880 * modes.texi (%-Constructs): Remove obsolete info about
5881 `global-mode-string'.
5882
58832006-02-07 Richard M. Stallman <rms@gnu.org>
5884
5885 * commands.texi (Prefix Command Arguments): Minor cleanup.
5886
5887 * display.texi: "Graphical display", not window system.
5888
5889 * functions.texi (What Is a Function): Fix xref.
5890
5891 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5892 (Changing Key Bindings): Clarify when remapping is better than
5893 substitute-key-definition.
5894
58952006-02-02 Richard M. Stallman <rms@gnu.org>
5896
5897 * minibuf.texi (Basic Completion): Completion alists are risky.
5898
5899 * keymaps.texi (Active Keymaps): Clarifications.
5900 (Searching Keymaps): New node.
5901 (Keymaps): Update menu.
5902
5903 * frames.texi (Layout Parameters): Minor clarification.
5904 (Drag and Drop): New node.
5905 (Frames): Update menu.
5906
59072006-01-29 Chong Yidong <cyd@stupidchicken.com>
5908
5909 * display.texi (Other Display Specs, Image Descriptors):
5910 Image description is a list, not a cons cell.
5911
59122006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5913
5914 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5915 list is not necessarily a list).
5916
59172006-01-27 Eli Zaretskii <eliz@gnu.org>
5918
5919 * frames.texi (Layout Parameters): border-width and
5920 internal-border-width belong to the frame, not the window.
5921
59222006-01-19 Richard M. Stallman <rms@gnu.org>
5923
5924 * nonascii.texi (Translation of Characters): Search cmds use
5925 translation-table-for-input. Automatically made local.
5926
5927 * markers.texi (Overview of Markers): Count insertion type
5928 as one of a marker's attributes.
5929
5930 * keymaps.texi (Controlling Active Maps): New node, split out of
5931 Active Keymaps.
5932 (Keymaps): Menu updated.
5933 (Active Keymaps): Give pseudocode to explain how the active
5934 maps are searched. current-active-maps and key-binding moved here.
5935 (Functions for Key Lookup): current-active-maps and key-binding moved.
5936 Clarifications.
5937 (Searching the Keymaps): New subnode.
5938
5939 * elisp.texi (Top): Menu clarification.
5940
5941 * display.texi (Other Display Specs): Delete duplicate entry for
5942 just a string as display spec. Move text about recursive display
5943 specs on such a string.
5944
5945 * commands.texi (Key Sequence Input): Clarify.
5946 Move num-nonmacro-input-events out.
5947 (Reading One Event): num-nonmacro-input-events moved here.
5948
59492006-01-14 Nick Roberts <nickrob@snap.net.nz>
5950
5951 * advice.texi (Simple Advice): Update example to fit argument
5952 change in previous-line.
5953
59542006-01-05 Richard M. Stallman <rms@gnu.org>
5955
5956 * markers.texi (The Mark): Fix in `mark'.
5957
59582006-01-04 Richard M. Stallman <rms@gnu.org>
5959
5960 * processes.texi (Misc Network, Make Network): Minor cleanups.
5961
59622006-01-04 Kim F. Storm <storm@cua.dk>
5963
5964 * processes.texi (Make Network): Add IPv6 addresses and handling.
5965 (Network Feature Testing): Mention (:family ipv6).
5966 (Misc Network): Add IPv6 formats to format-network-address.
5967
59682005-12-30 Richard M. Stallman <rms@gnu.org>
5969
5970 * text.texi (Changing Properties):
5971 Don't use return value of set-text-properties.
5972
59732005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5974
5975 * modes.texi (Mode Line Format): Correct typo in menu.
5976
59772005-12-29 Richard M. Stallman <rms@gnu.org>
5978
5979 * modes.texi (Mode Line Top): New node.
5980 (Mode Line Data): Some text moved to new node.
5981 Explain the data structure more concretely.
5982 (Mode Line Basics): Clarifications.
5983 (Mode Line Variables): Clarify intro paragraph.
5984 (%-Constructs): Clarify intro paragraph.
5985 (Mode Line Format): Update menu.
5986
59872005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5988
5989 * minibuf.texi (Basic Completion): Update lazy-completion-table
5990 examples for removal of ARGS argument.
5991
59922005-12-23 Richard M. Stallman <rms@gnu.org>
5993
5994 * text.texi (Undo): Restore some explanation from the version
5995 that was deleted.
5996
59972005-12-23 Eli Zaretskii <eliz@gnu.org>
5998
5999 * text.texi (Undo): Remove duplicate descriptions of `apply
6000 funname' and `apply delta' elements of the undo list.
6001
60022005-12-20 Richard M. Stallman <rms@gnu.org>
6003
6004 * help.texi (Help Functions): Update documentation of `apropos'.
6005
60062005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6007
6008 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6009 because it is confusing. If the :help-echo keyword is a function,
6010 it is not directly used as the :help-echo overlay property, as the
6011 xref seems to suggest (it does not take the appropriate args).
6012
60132005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6014
6015 * customize.texi (Common Keywords): Fix Texinfo usage.
6016 (Group Definitions, Variable Definitions): Update for new
6017 conventions for using `*' in docstrings.
6018
6019 * tips.texi (Documentation Tips): Update for new conventions for
6020 using `*' in docstrings.
6021
60222005-12-16 Richard M. Stallman <rms@gnu.org>
6023
6024 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6025
60262005-12-16 Juri Linkov <juri@jurta.org>
6027
6028 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6029
60302005-12-14 Romain Francoise <romain@orebokech.com>
6031
6032 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6033 Fix typo.
6034
60352005-12-11 Juri Linkov <juri@jurta.org>
6036
6037 * minibuf.texi (Completion Commands): Add mention of read-file-name
6038 for filename completion keymaps.
6039 (Reading File Names): Add mention of filename completion keymaps
6040 for read-file-name and xref to `Completion Commands'.
6041
60422005-12-10 Richard M. Stallman <rms@gnu.org>
6043
6044 * customize.texi (Common Keywords): State caveats for use of :tag.
6045
60462005-12-08 Richard M. Stallman <rms@gnu.org>
6047
6048 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6049 with xrefs and better explanation.
6050 (Completion Commands): Add the filename completion maps.
6051
6052 * objects.texi (Character Type): Clarify that \s is not space
6053 if a dash follows.
6054
60552005-12-05 Richard M. Stallman <rms@gnu.org>
6056
6057 * windows.texi (Resizing Windows): Delete preserve-before args.
6058
60592005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6060
6061 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6062 in full keymaps, since the quirk has been fixed.
6063
60642005-12-03 Eli Zaretskii <eliz@gnu.org>
6065
5dcb4c4e
SM
6066 * hooks.texi (Standard Hooks): Add index entries.
6067 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6068
60692005-11-27 Richard M. Stallman <rms@gnu.org>
6070
6071 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6072
60732005-11-21 Juri Linkov <juri@jurta.org>
6074
6075 * customize.texi (Common Keywords): Update links types
6076 custom-manual and url-link. Add link types emacs-library-link,
6077 file-link, function-link, variable-link, custom-group-link.
6078
60792005-11-20 Chong Yidong <cyd@stupidchicken.com>
6080
6081 * display.texi: Revert 2005-11-20 change.
6082
60832005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6084
6085 * processes.texi (Bindat Functions):
6086 Say "third" to refer to zero-based index "2".
6087
60882005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6089
6090 * loading.texi (Library Search): Update the default value of
6091 `load-suffixes'.
6092
60932005-11-17 Chong Yidong <cyd@stupidchicken.com>
6094
6095 * display.texi (Attribute Functions): Mention :ignore-defface.
6096
60972005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6100 (Minor Mode Conventions): Mention the use of a hook.
6101
61022005-11-06 Richard M. Stallman <rms@gnu.org>
6103
6104 * files.texi (Magic File Names): find-file-name-handler checks the
6105 `operations' property of the handler.
6106
61072005-11-03 Richard M. Stallman <rms@gnu.org>
6108
6109 * variables.texi (Frame-Local Variables): Small clarification.
6110
61112005-10-29 Chong Yidong <cyd@stupidchicken.com>
6112
6113 * os.texi (Init File): Document ~/.emacs.d/init.el.
6114
61152005-10-29 Richard M. Stallman <rms@gnu.org>
6116
6117 * internals.texi (Garbage Collection): Document memory-full.
6118
61192005-10-28 Bill Wohler <wohler@newt.com>
6120
6121 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6122 for URLs.
6123
61242005-10-28 Richard M. Stallman <rms@gnu.org>
6125
6126 * minibuf.texi (Completion Commands): Clean up prev change.
6127
61282005-10-26 Kevin Ryde <user42@zip.com.au>
6129
6130 * compile.texi (Eval During Compile): Explain recommended uses
6131 of eval-when-compile and eval-and-compile.
6132
61332005-10-27 Masatake YAMATO <jet@gyve.org>
6134
6135 * minibuf.texi (Completion Commands):
6136 Write about new optional argument for `display-completion-list'.
6137
61382005-10-23 Richard M. Stallman <rms@gnu.org>
6139
6140 * display.texi (Overlay Arrow): Clarify about local bindings of
6141 overlay-arrow-position.
6142
61432005-10-22 Eli Zaretskii <eliz@gnu.org>
6144
6145 * internals.texi (Building Emacs): Fix last change.
6146
61472005-10-22 Richard M. Stallman <rms@gnu.org>
6148
6149 * internals.texi (Building Emacs): Document eval-at-startup.
6150
61512005-10-21 Richard M. Stallman <rms@gnu.org>
6152
6153 * loading.texi (Where Defined): load-history contains abs file names.
6154 symbol-file returns abs file names.
6155
61562005-10-19 Kim F. Storm <storm@cua.dk>
6157
6158 * display.texi (Showing Images): Add max-image-size integer value.
6159
61602005-10-18 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * display.texi (Showing Images): Document max-image-size.
6163
61642005-10-17 Richard M. Stallman <rms@gnu.org>
6165
6166 * commands.texi (Quitting): Minor clarification.
6167
6168 * processes.texi (Sentinels): Clarify about output and quitting.
6169 (Filter Functions): Mention with-local-quit.
6170
61712005-10-17 Juri Linkov <juri@jurta.org>
6172
6173 * buffers.texi (Current Buffer):
6174 * commands.texi (Event Input Misc):
6175 * compile.texi (Eval During Compile, Compiler Errors):
6176 * customize.texi (Group Definitions):
6177 * display.texi (Progress, Defining Faces):
6178 * files.texi (Writing to Files):
6179 * modes.texi (Mode Hooks, Defining Minor Modes):
6180 * streams.texi (Output Functions):
6181 * syntax.texi (Syntax Table Functions):
6182 * text.texi (Change Hooks):
6183 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6184
6185 * commands.texi (Quitting): Replace arg `forms' with `body' in
6186 `with-local-quit'.
6187
6188 * positions.texi (Excursions): Replace arg `forms' with `body' in
6189 `save-excursion'.
6190
61912005-10-08 Kim F. Storm <storm@cua.dk>
6192
6193 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6194 Rename manual section accordingly.
6195
61962005-10-04 Kim F. Storm <storm@cua.dk>
6197
6198 * windows.texi (Window Split Tree): New section describing
6199 new function window-split-tree function.
6200
62012005-10-03 Nick Roberts <nickrob@snap.net.nz>
6202
6203 * display.texi (Fringe Size/Pos): Simplify and add detail.
6204
62052005-09-30 Romain Francoise <romain@orebokech.com>
6206
6207 * minibuf.texi (High-Level Completion): Explain that the prompt
6208 given to `read-buffer' should end with a colon and a space.
6209 Update usage examples.
6210
62112005-09-29 Juri Linkov <juri@jurta.org>
6212
6213 * display.texi (Displaying Messages): Rename argument name
6214 `string' to `format-string' in functions `message', `message-box',
6215 `message-or-box'.
6216
62172005-09-26 Chong Yidong <cyd@stupidchicken.com>
6218
6219 * errors.texi (Standard Errors): Correct xrefs.
6220
62212005-09-18 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * display.texi (Defining Images): Update documentation for
6224 `image-load-path'.
6225
62262005-09-17 Richard M. Stallman <rms@gnu.org>
6227
6228 * display.texi (Defining Images): Clean up previous change.
6229
62302005-09-16 Romain Francoise <romain@orebokech.com>
6231
6232 * elisp.texi: Specify GFDL version 1.2.
6233
6234 * doclicense.texi (GNU Free Documentation License): Update to
6235 version 1.2.
6236
62372005-09-15 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * display.texi (Defining Images): Document `image-load-path'.
6240
62412005-09-15 Richard M. Stallman <rms@gnu.org>
6242
6243 * objects.texi (Printed Representation): Minor cleanup.
6244 (Box Diagrams): Minor fix.
6245 (Cons Cell Type): Move (...) index item here.
6246 (Box Diagrams): From here.
6247 (Array Type): Minor fix.
6248 (Type Predicates): Delete index "predicates".
6249 (Hash Table Type): Clarify xref.
6250 (Dotted Pair Notation): Minor fix.
6251
62522005-09-10 Chong Yidong <cyd@stupidchicken.com>
6253
6254 * files.texi (Saving Buffers): Fix typo.
6255
62562005-09-08 Richard M. Stallman <rms@gnu.org>
6257
6258 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6259
62602005-09-08 Chong Yidong <cyd@stupidchicken.com>
6261
6262 * locals.texi (Standard Buffer-Local Variables): Don't include
6263 mode variables for minor modes.
6264 Fix xrefs for buffer-display-count, buffer-display-table,
6265 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6266 enable-multibyte-characters, fill-column, header-line-format,
6267 left-fringe-width, left-margin, and right-fringe-width.
6268
6269 * hooks.texi (Standard Hooks): All hooks should conform to the
6270 standard naming convention now.
6271 Fix xref for `echo-area-clear-hook'.
6272
6273 * display.texi (Usual Display): Note that indicate-empty-lines and
6274 tab-width are buffer-local.
6275
6276 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6277
6278 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6279
6280 * nonascii.texi (Encoding and I/O): Note that
6281 buffer-file-coding-system is buffer-local.
6282
6283 * positions.texi (List Motion): Note that defun-prompt-regexp is
6284 buffer-local.
6285
6286 * text.texi (Auto Filling): Note that auto-fill-function is
6287 buffer-local.
6288 (Undo): Note that buffer-undo-list is buffer-local.
6289
5dcb4c4e
SM
6290 * windows.texi (Buffers and Windows):
6291 Document buffer-display-count.
b8d4c8d0
GM
6292
62932005-09-06 Richard M. Stallman <rms@gnu.org>
6294
6295 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6296 package prefix elsewhere than at the start of the name.
6297
62982005-09-03 Richard M. Stallman <rms@gnu.org>
6299
6300 * tips.texi (Programming Tips): Add conventions for minibuffer
6301 questions and prompts.
6302
63032005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6304
6305 * intro.texi (nil and t): Minor cleanup.
6306 Delete spurious mention of keyword symbols.
6307 (Evaluation Notation): Add index entry.
6308 (A Sample Function Description): Minor cleanup.
6309 (A Sample Variable Description): Not all vars can be set.
6310
63112005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6312
6313 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6314
6315 (Insertion): Document precise type of `insert-char' arg COUNT.
6316
63172005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * modes.texi (Other Font Lock Variables): Sync the default of
6320 font-lock-lines-before.
6321
63222005-08-31 Michael Albinus <michael.albinus@gmx.de>
6323
6324 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6325
63262005-08-29 Richard M. Stallman <rms@gnu.org>
6327
6328 * elisp.texi (Top): Update subnode menu.
6329
6330 * searching.texi (Searching and Matching): Move node.
6331 Rearrange contents and add overall explanation.
6332 (Searching and Case): Move node.
6333 (Searching and Matching): Update menu.
6334
63352005-08-27 Eli Zaretskii <eliz@gnu.org>
6336
6337 * os.texi (Startup Summary): Fix the description of the initial
6338 startup message display.
6339
63402005-08-25 Richard M. Stallman <rms@gnu.org>
6341
6342 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6343
63442005-08-25 Emilio C. Lopes <eclig@gmx.net>
6345
6346 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6347 `next-overlay-change' example.
6348
63492005-08-22 Juri Linkov <juri@jurta.org>
6350
6351 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6352 Fix invert-face. Fix args of face-background.
6353
6354 * display.texi (Standard Faces): Delete node.
6355 (Faces): Add xref to `(emacs)Standard Faces'.
6356 (Displaying Faces): Fix xref to `Standard Faces'.
6357
6358 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6359
63602005-08-20 Alan Mackenzie <acm@muc.de>
6361
6362 * buffers.texi (The Buffer List): Clarify the manipulation of the
6363 buffer list.
6364
63652005-08-14 Richard M. Stallman <rms@gnu.org>
6366
6367 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6368 a regexp.
6369
63702005-08-11 Richard M. Stallman <rms@gnu.org>
6371
6372 * elisp.texi (Top): Update subnode lists.
6373
6374 * display.texi (Inverse Video): Node deleted.
6375
6376 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6377 New nodes split out of Coding Conventions.
6378
6379 * searching.texi (Regular Expressions): Document re-builder.
6380
6381 * os.texi (Time Parsing): New node split out of Time Conversion.
6382
6383 * processes.texi (Misc Network, Network Feature Testing)
6384 (Network Options, Make Network): New nodes split out of
6385 Low-Level Network.
6386
63872005-08-09 Richard M. Stallman <rms@gnu.org>
6388
6389 * frames.texi (Geometry): New node, split from Size and Position.
6390 (Frame Parameters): Refer to Geometry.
6391
6392 * buffers.texi (The Buffer List): Fix xrefs.
6393
6394 * windows.texi (Splitting Windows): Fix xref.
6395
6396 * frames.texi (Layout Parameters): Add xref.
6397
6398 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6399
6400 * keymaps.texi (Menu Bar): Fix xref.
6401
6402 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6403
6404 * modes.texi (%-Constructs): Fix xref.
6405
6406 * frames.texi (Window Frame Parameters): Node split up.
6407 (Basic Parameters, Position Parameters, Size Parameters)
6408 (Layout Parameters, Buffer Parameters, Management Parameters)
6409 (Cursor Parameters, Color Parameters): New subnodes.
6410
64112005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6412
6413 * positions.texi (Screen Lines): Update xref for previous change
6414 in minibuf.texi.
6415
6416 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6417 change in minibuf.texi.
6418
64192005-08-09 Richard M. Stallman <rms@gnu.org>
6420
6421 * tips.texi (Coding Conventions): Minor cleanup.
6422
6423 * modes.texi (Defining Minor Modes): Explain when init-value
6424 can be non-nil.
6425
6426 * elisp.texi (Top): Update submenu for Minibuffer.
6427
6428 * minibuf.texi (Minibuffer Misc): Node split up.
6429 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6430 (Recursive Mini): New nodes split out from Minibuffer Misc.
6431 (Minibuffer Misc): Document max-mini-window-height.
6432
6433 * hash.texi (Defining Hash): Delete stray paren in example.
6434
6435 * display.texi (Echo Area Customization): Don't define
6436 max-mini-window-height here; xref instead.
6437
6438 * commands.texi (Event Input Misc): Update while-no-input.
6439
6440 * advice.texi (Advising Functions): Explain when to use advice
6441 and when to use a hook.
6442
64432005-07-30 Eli Zaretskii <eliz@gnu.org>
6444
6445 * makefile.w32-in (info): Don't run install-info.
6446 ($(infodir)/dir): New target, produced by running install-info.
6447
64482005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * modes.texi (Defining Minor Modes): The keyword for the initial
6451 value is :init-value, not :initial-value.
6452
64532005-07-23 Eli Zaretskii <eliz@gnu.org>
6454
6455 * loading.texi (Autoload): Make the `doctor' example be consistent
6456 with what's in current loaddefs.el. Describe the "fn" magic in
6457 the usage portion of the doc string.
6458
64592005-07-22 Richard M. Stallman <rms@gnu.org>
6460
6461 * internals.texi (Garbage Collection): Clarify previous change.
6462
64632005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6466
64672005-07-18 Juri Linkov <juri@jurta.org>
6468
6469 * commands.texi (Accessing Events):
6470 * frames.texi (Text Terminal Colors, Resources):
6471 * markers.texi (The Mark):
6472 * modes.texi (Defining Minor Modes):
6473 Delete duplicate duplicate words.
6474
64752005-07-16 Richard M. Stallman <rms@gnu.org>
6476
6477 * display.texi (Managing Overlays): Clarify make-overlay
6478 args for insertion types.
6479
64802005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6481
6482 * customize.texi (Variable Definitions):
6483 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6484 `standard-value' is a list too.
6485 (Defining New Types): Use @key{RET} instead of @key{ret}.
6486
64872005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6488
6489 * os.texi (Translating Input): Fix typo.
6490
64912005-07-08 Richard M. Stallman <rms@gnu.org>
6492
6493 * README: Update edition number and size estimate.
6494
6495 * elisp.texi (VERSION): Set to 2.9.
6496
64972005-07-07 Richard M. Stallman <rms@gnu.org>
6498
6499 * book-spine.texinfo: Update Emacs version.
6500
6501 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6502
65032005-07-06 Richard M. Stallman <rms@gnu.org>
6504
6505 * searching.texi (Regexp Search): Clarify what re-search-forward
6506 does when the search fails.
6507
65082005-07-05 Lute Kamstra <lute@gnu.org>
6509
6510 * Update FSF's address in GPL notices.
6511
6512 * doclicense.texi (GNU Free Documentation License):
6513 * gpl.texi (GPL):
6514 * tips.texi (Coding Conventions, Library Headers):
6515 * vol1.texi:
6516 * vol2.texi: Update FSF's address.
6517
65182005-07-04 Richard M. Stallman <rms@gnu.org>
6519
6520 * hooks.texi (Standard Hooks): Add occur-hook.
6521
65222005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * display.texi (The Echo Area): Correct menu.
6525
65262005-07-03 Richard M. Stallman <rms@gnu.org>
6527
6528 * elisp.texi (Top): Update subnode menu for Display.
6529
6530 * display.texi (Displaying Messages): New node, with most
6531 of what was in The Echo Area.
5dcb4c4e 6532 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6533 (Logging Messages): New node with new text.
6534 (Echo Area Customization): New node, the rest of what was
6535 in The Echo Area. Document message-truncate-lines with @defvar.
6536 (Display): Update menu.
6537
6538 * windows.texi (Textual Scrolling): Doc 3 values for
6539 scroll-preserve-screen-position.
6540
6541 * text.texi (Special Properties): Change hook functions
6542 should bind inhibit-modification-hooks around altering buffer text.
6543
6544 * keymaps.texi (Key Binding Commands): Call binding BINDING
6545 rather than DEFINITION.
6546
65472005-06-29 Juanma Barranquero <lekktu@gmail.com>
6548
6549 * variables.texi (Defining Variables): `user-variable-p' returns t
6550 for aliases of user options, nil for alias loops.
6551
65522005-06-28 Richard M. Stallman <rms@gnu.org>
6553
6554 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6555 make-keymap.
6556
65572005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * variables.texi (Setting Variables): Correct and clarify
6560 description of `add-to-ordered-list'.
6561
65622005-06-26 Richard M. Stallman <rms@gnu.org>
6563
6564 * display.texi (Faces): Minor cleanup.
6565
65662005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6567
6568 * display.texi (Faces): `facep' returns t for strings that are
6569 face names.
6570
65712005-06-25 Richard M. Stallman <rms@gnu.org>
6572
6573 * objects.texi (Equality Predicates): Clarify meaning of equal.
6574
6575 * windows.texi (Selecting Windows): save-selected-window
6576 and with-selected-window save and restore the current buffer.
6577
65782005-06-24 Richard M. Stallman <rms@gnu.org>
6579
6580 * numbers.texi (Float Basics): Explain how to test for NaN,
6581 and printing the sign of NaNs.
6582
65832005-06-24 Eli Zaretskii <eliz@gnu.org>
6584
6585 * makefile.w32-in (MAKEINFO): Use --force.
6586
65872005-06-23 Richard M. Stallman <rms@gnu.org>
6588
6589 * display.texi (Face Functions): Correct Texinfo usage.
6590
65912005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6592
6593 * lists.texi (Rings): `ring-elements' now returns the elements of
6594 RING in order.
6595
65962005-06-23 Juanma Barranquero <lekktu@gmail.com>
6597
6598 * markers.texi (The Mark): Texinfo usage fix.
6599
66002005-06-23 Kim F. Storm <storm@cua.dk>
6601
6602 * searching.texi (Entire Match Data): Remove evaporate option for
6603 match-data. Do not mention evaporate option for set-match-data.
6604
66052005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6606
6607 * display.texi (Face Functions): Mention face aliases.
6608
66092005-06-21 Richard M. Stallman <rms@gnu.org>
6610
6611 * anti.texi (Antinews): Texinfo usage fix.
6612
66132005-06-21 Karl Berry <karl@gnu.org>
6614
6615 * elisp.texi: Use @copying.
6616
6617 * elisp.texi: Put @summarycontents and @contents before the Top
6618 node, instead of the end of the file, so that the contents appear
6619 in the right place in the dvi/pdf output.
6620
66212005-06-21 Juri Linkov <juri@jurta.org>
6622
6623 * display.texi (Defining Faces): Add `customized-face'.
6624
66252005-06-20 Kim F. Storm <storm@cua.dk>
6626
6627 * variables.texi (Setting Variables): Any type of element can be
6628 given order in add-to-ordered-list. Compare elements with eq.
6629
6630 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6631
66322005-06-20 Karl Berry <karl@gnu.org>
6633
6634 * syntax.texi (Syntax Flags): Make last column very slightly wider
6635 to avoid "generic comment" breaking on two lines and causing an
6636 underfull box.
6637
66382005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6639
6640 * lists.texi (Rings): Various minor clarifications and corrections.
6641
66422005-06-18 Richard M. Stallman <rms@gnu.org>
6643
6644 * functions.texi (Obsolete Functions): Simplify.
6645
6646 * variables.texi (Variable Aliases): Simplify.
6647
6648 * anti.texi, backups.texi, compile.texi, customization.texi:
6649 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6650 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6651 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6652 * variables.texi: Fix formatting ugliness.
6653
6654 * elisp.texi: Add links to Rings and Byte Packing.
6655 Update version and copyright years.
6656
6657 * minibuf.texi: Fix formatting ugliness.
6658 (Completion Commands): Move keymap vars to the end
6659 and vars completing-read binds to the top.
6660
66612005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6662
6663 * processes.texi: Fix typos.
6664 (Bindat Spec): Correct Texinfo error.
6665 (Byte Packing): Fix ungrammatical sentence.
6666
66672005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6668
6669 * lists.texi (Rings): New node.
6670 (Lists): Add it to menu.
6671
6672 * processes.texi (Byte Packing): New node.
6673 (Processes): Add it to menu.
6674
66752005-06-17 Richard M. Stallman <rms@gnu.org>
6676
6677 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6678
6679 * help.texi (Documentation Basics): Explain the xref to
6680 Documentation Tips.
6681
6682 * debugging.texi (Debugger Commands): Minor fix.
6683
66842005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6685
6686 * edebug.texi (Instrumenting): Eliminate duplicate link.
6687 (Specification List): Replace references to "below", referring to
6688 a later node, with one @ref to that node.
6689
6690 * os.texi (Timers): Timers should save and restore the match data
6691 if they change it.
6692
6693 * debugging.texi (Debugger Commands): Mention that the Lisp
6694 debugger can not step through primitive functions.
6695
66962005-06-16 Juanma Barranquero <lekktu@gmail.com>
6697
6698 * functions.texi (Obsolete Functions): Update argument names of
6699 `make-obsolete' and `define-obsolete-function-alias'.
6700
6701 * variables.texi (Variable Aliases): Update argument names of
6702 `defvaralias', `make-obsolete-variable' and
6703 `define-obsolete-variable-alias'.
6704
67052005-06-15 Kim F. Storm <storm@cua.dk>
6706
6707 * searching.texi (Entire Match Data): Rephrase warnings about
6708 evaporate arg to match-data and set-match-data.
6709
67102005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * elisp.texi (Top): Update detailed menu.
6713
6714 * edebug.texi (Edebug): Update menu.
6715 (Instrumenting): Update xrefs.
6716 (Edebug Execution Modes): Correct xref.
6717 (Jumping): Clarify description of `h' command.
6718 Eliminate redundant @ref.
6719 (Breaks): New node.
6720 (Breakpoints): Is now a subsubsection.
6721 (Global Break Condition): Mention `C-x X X'.
6722 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6723 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6724 (Edebug Display Update): Correct pxref.
6725 (Edebug and Macros): New node.
6726 (Instrumenting Macro Calls): Is now a subsubsection.
6727 Neither arg of `def-edebug-spec' is evaluated.
6728 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6729 (Specification Examples): Fix typo.
6730
67312005-06-14 Lute Kamstra <lute@gnu.org>
6732
6733 * debugging.texi (Function Debugging): Primitives can break on
6734 entry too.
6735
67362005-06-14 Kim F. Storm <storm@cua.dk>
6737
6738 * variables.texi (Setting Variables): Add add-to-ordered-list.
6739
67402005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6741
6742 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6743 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6744
67452005-06-13 Lute Kamstra <lute@gnu.org>
6746
6747 * text.texi (Special Properties): Fix cross reference.
6748
67492005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6750
6751 * debugging.texi (Function Debugging): Delete mention of empty
6752 string argument to `cancel-debug-on-entry'. Delete inaccurate
6753 description of the return value of that command.
6754
67552005-06-11 Alan Mackenzie <acm@muc.de>
6756
6757 * text.texi (Adaptive Fill): Amplify the description of
6758 fill-context-prefix.
6759
67602005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6761
6762 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6763
67642005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6767
67682005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * debugging.texi (Error Debugging): Minor rewording.
6771 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6772 is optional.
6773
67742005-06-10 Lute Kamstra <lute@gnu.org>
6775
6776 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6777 (Top): Give it a title. Correct version number. Give the
6778 detailed node listing a more prominent header.
6779 * intro.texi: Don't set VERSION here a second time.
6780 Mention Emacs's version too.
6781 * anti.texi (Antinews): Use EMACSVER to refer to the current
6782 version of Emacs.
6783
67842005-06-09 Kim F. Storm <storm@cua.dk>
6785
6786 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6787 match-data and set-match-data.
6788
67892005-06-08 Richard M. Stallman <rms@gnu.org>
6790
6791 * searching.texi (Entire Match Data): Clarify when match-data
6792 returns markers and when integers.
6793
6794 * display.texi (Defining Faces): Explain that face name should not
6795 end in `-face'.
6796
6797 * modes.texi (Mode Line Data): Minor cleanup.
6798 (Customizing Keywords): Node split out of Search-based Fontification.
6799 Add example of using font-lock-add-keywords from a hook.
6800 Clarify when MODE should be non-nil, and when nil.
6801
68022005-06-06 Richard M. Stallman <rms@gnu.org>
6803
6804 * modes.texi (Mode Line Data): Explain what happens when the car
6805 of a list is a void symbol.
6806 (Search-based Fontification): Explain MODE arg to
6807 font-lock-add-keywords and warn about calls from major modes.
6808
68092005-06-08 Juri Linkov <juri@jurta.org>
6810
6811 * display.texi (Standard Faces): Add `shadow' face.
6812
68132005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6814
6815 * modes.texi (Major Mode Conventions): A derived mode only needs
6816 to put the call to the parent mode inside `delay-mode-hooks'.
6817
68182005-05-29 Richard M. Stallman <rms@gnu.org>
6819
6820 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6821 new, and what that implies. Clarify.
6822
6823 * files.texi (Locating Files): Clean up the text.
6824
6825 * frames.texi (Window Frame Parameters): Document user-size.
6826 Shorten entry for top by referring to left.
6827
68282005-05-26 Richard M. Stallman <rms@gnu.org>
6829
6830 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6831 is new, and what the implications are. Other clarifications.
6832
68332005-05-24 Richard M. Stallman <rms@gnu.org>
6834
6835 * frames.texi (Dialog Boxes): Minor fixes.
6836
68372005-05-25 Masatake YAMATO <jet@gyve.org>
6838
6839 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6840
68412005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6842
6843 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6844 is optional.
6845
68462005-05-24 Nick Roberts <nickrob@snap.net.nz>
6847
10d1d0af 6848 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6849
68502005-05-23 Lute Kamstra <lute@gnu.org>
6851
6852 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6853 syntax-begin-function over font-lock-beginning-of-syntax-function.
6854
68552005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6856
6857 * minibuf.texi (Reading File Names): Update description of
6858 `read-directory-name'.
6859
6860 * modes.texi (Derived Modes): Clarify :group keyword.
6861
68622005-05-21 Eli Zaretskii <eliz@gnu.org>
6863
6864 * files.texi (Locating Files): New subsection.
6865 Describe locate-file and executable-find.
6866
68672005-05-21 Kevin Ryde <user42@zip.com.au>
6868
6869 * frames.texi (Initial Parameters): Update cross reference to
6870 "Emacs Invocation".
6871
68722005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6873
6874 * keymaps.texi (Active Keymaps): Add anchor.
6875
6876 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6877 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6878 appropriate place.
6879 (Derived Modes): Small clarifications.
6880 (Minor Mode Conventions, Keymaps and Minor Modes):
6881 Replace references to nodes with references to anchors.
6882 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6883 Clarify description of lists whose first element is an integer.
6884 (Mode Line Variables): Add anchor.
6885 (%-Constructs): Clarify description of integer after %.
6886 (Emulating Mode Line): Describe nil value for FACE.
6887
68882005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6889
6890 * modes.texi (Derived Modes): Correct references to non-existing
6891 variable standard-syntax-table.
6892
68932005-05-17 Lute Kamstra <lute@gnu.org>
6894
6895 * modes.texi (Defining Minor Modes): Mention the mode hook.
6896
68972005-05-15 Kim F. Storm <storm@cua.dk>
6898
6899 * processes.texi (Network): Remove open-network-stream-nowait.
6900 (Network Servers): Remove open-network-stream-server.
6901
69022005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6903
6904 * elisp.texi (Top): Update detailed menu.
6905
6906 * variables.texi: Reorder nodes.
6907 (Variables): Update menu.
6908 (File Local Variables): Do not refer to the `-*-' line as
6909 a "local variables list". Add pxref.
6910
69112005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6912
6913 * elisp.texi (Top): Update detailed menu for node changes.
6914
6915 * modes.texi (Modes): Update Menu.
6916 (Hooks): Move to beginning of chapter.
6917 Most minor modes run mode hooks too.
6918 `add-hook' can handle void hooks or hooks whose value is a single
6919 function.
6920 (Major Modes): Update Menu.
6921 (Major Mode Basics): New node, split off from `Major Modes'.
6922 (Major Mode Conventions): Correct xref. Explain how to handle
6923 auto-mode-alist if the major mode command has an autoload cookie.
6924 (Auto Major Mode): Major update. Add magic-mode-alist.
6925 (Derived Modes): Major update.
6926 (Mode Line Format): Update Menu.
6927 (Mode Line Basics): New node, split off from `Mode Line Format'.
6928
6929 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6930 for `magic autoload comment'. Add index entries and anchor.
6931
69322005-05-14 Richard M. Stallman <rms@gnu.org>
6933
6934 * tips.texi (Coding Conventions): Explain how important it is
6935 that just loading certain files not change Emacs behavior.
6936
6937 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6938
69392005-05-12 Lute Kamstra <lute@gnu.org>
6940
6941 * modes.texi (Generic Modes): Update.
6942 (Major Modes): Refer to node "Generic Modes".
6943
6944 * elisp.texi (Top): Update to the current structure of the manual.
6945 * processes.texi (Processes): Add menu description.
6946 * customize.texi (Customization): Add menu descriptions.
6947
69482005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6949
6950 * processes.texi (Signals to Processes)
6951 (Low-Level Network): Fix typos.
6952
69532005-05-11 Lute Kamstra <lute@gnu.org>
6954
6955 * elisp.texi (Top): Add some nodes from the chapter "Major and
6956 Minor Modes" to the detailed node listing.
6957
69582005-05-10 Richard M. Stallman <rms@gnu.org>
6959
6960 * keymaps.texi (Extended Menu Items): Menu item filter functions
6961 can be called at any time.
6962
69632005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6964
6965 * variables.texi (File Local Variables): `(hack-local-variables t)'
6966 now also checks whether a mode is specified in the local variables
6967 list.
6968
69692005-05-05 Kevin Ryde <user42@zip.com.au>
6970
6971 * display.texi (The Echo Area): Correct format function cross
6972 reference.
6973
69742005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6975
6976 * variables.texi (Variable Aliases): Change description of
6977 `define-obsolete-variable-alias'.
6978
6979 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6980 (Defining Functions): Add xref.
6981 (Obsolete Functions): New node.
6982 (Function Safety): Standardize capitalization of section title.
6983
6984 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6985 (Dialog Boxes): Complete description of `x-popup-dialog'.
6986
69872005-05-04 Richard M. Stallman <rms@gnu.org>
6988
6989 * commands.texi (Interactive Codes): Fix Texinfo usage.
6990 Document U more clearly.
6991
69922005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6993
6994 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6995 function and not a macro.
6996
6997 * frames.texi (Pop-Up Menus): Correct and clarify description of
6998 `x-popup-menu'.
6999 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7000
70012005-05-01 Richard M. Stallman <rms@gnu.org>
7002
7003 * edebug.texi (Checking Whether to Stop): Fix previous change.
7004
70052005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * display.texi: Fix typos and Texinfo usage.
7008
7009 * edebug.texi (Checking Whether to Stop): executing-macro ->
7010 executing-kbd-macro.
7011
70122005-05-01 Richard M. Stallman <rms@gnu.org>
7013
7014 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7015
70162005-04-30 Richard M. Stallman <rms@gnu.org>
7017
7018 * files.texi (Magic File Names): Document `operations' property.
7019
70202005-04-29 Lute Kamstra <lute@gnu.org>
7021
7022 * modes.texi (Generic Modes): New node.
7023 (Major Modes): Add it to the menu.
7024 (Derived Modes): Add "derived mode" to concept index.
7025
70262005-04-28 Lute Kamstra <lute@gnu.org>
7027
7028 * modes.texi (Defining Minor Modes): Fix previous change.
7029 (Font Lock Mode): Simplify.
7030 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7031 when set and that some parts are optional. Add cross references.
7032 (Search-based Fontification): Say how to specify font-lock-keywords.
7033 Add cross references. Add font-lock-multiline to index.
7034 Move font-lock-keywords-case-fold-search here from node "Other Font
7035 Lock Variables". Document font-lock-add-keywords and
7036 font-lock-remove-keywords.
7037 (Other Font Lock Variables): Move font-lock-keywords-only,
7038 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7039 and font-lock-syntactic-face-function to node "Syntactic Font
7040 Lock". Move font-lock-keywords-case-fold-search to node
7041 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7042 and font-lock-{,un}fontify-{buffer,region}-function.
7043 (Precalculated Fontification): Remove reference to deleted variable
7044 font-lock-core-only.
7045 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7046 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7047 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7048 and font-lock-syntactic-face-function here from node "Other Font
7049 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7050 Syntax Properties". Add cross references.
7051 (Setting Syntax Properties): New node.
7052 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7053 * syntax.texi (Syntax Properties): Add cross reference.
7054 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7055
70562005-04-26 Richard M. Stallman <rms@gnu.org>
7057
7058 * display.texi (Defining Faces):
7059 Document `default' elements of defface spec.
7060
7061 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7062
7063 * variables.texi (Variable Aliases): Clarify text.
7064
70652005-04-25 Chong Yidong <cyd@stupidchicken.com>
7066
7067 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7068
70692005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7070
7071 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7072
70732005-04-24 Eli Zaretskii <eliz@gnu.org>
7074
7075 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7076 syntax-after and syntax-class.
7077
7078 * files.texi (Changing Files): Fix last change's cross-reference.
7079 (Unique File Names): Don't mention "numbers" in the documentation
7080 of make-temp-file and make-temp-name.
7081
70822005-04-23 Richard M. Stallman <rms@gnu.org>
7083
7084 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7085
70862005-04-22 Nick Roberts <nickrob@snap.net.nz>
7087
7088 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7089
70902005-04-22 Nick Roberts <nickrob@snap.net.nz>
7091
7092 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7093 and define-obsolete-variable-alias.
7094
70952005-04-22 Kim F. Storm <storm@cua.dk>
7096
7097 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7098 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7099
71002005-04-21 Lute Kamstra <lute@gnu.org>
7101
7102 * lists.texi (Association Lists): Document rassq-delete-all.
7103
71042005-04-19 Richard M. Stallman <rms@gnu.org>
7105
7106 * modes.texi (Search-based Fontification): Explain that
7107 facespec is an expression to be evaluated.
7108
71092005-04-19 Kevin Ryde <user42@zip.com.au>
7110
7111 * streams.texi (Output Functions): Fix xref.
7112 * strings.texi (String Conversion): Fix xref.
7113
71142005-04-19 Kim F. Storm <storm@cua.dk>
7115
7116 * symbols.texi (Symbol Plists): Add safe-get.
7117 Mention that `get' may signal an error.
7118
71192005-04-18 Nick Roberts <nickrob@snap.net.nz>
7120
7121 * customize.texi (Variable Definitions): Replace tooltip-mode
7122 example with save-place.
7123
71242005-04-17 Richard M. Stallman <rms@gnu.org>
7125
7126 * buffers.texi (Indirect Buffers): Clarify.
7127
7128 * positions.texi (Positions): Clarify converting marker to integer.
7129
7130 * strings.texi (String Basics): Mention string-match; clarify.
7131
71322005-04-08 Lute Kamstra <lute@gnu.org>
7133
7134 * modes.texi (Search-based Fontification): Fix cross references.
7135 Use consistent terminology. Document anchored highlighting.
7136
71372005-04-05 Lute Kamstra <lute@gnu.org>
7138
7139 * modes.texi (Defining Minor Modes): Document :group keyword
7140 argument and its default value.
7141
71422005-04-03 Lute Kamstra <lute@gnu.org>
7143
7144 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7145 references and/or descriptions. Delete major mode hooks; mention
7146 them as a category instead. Rename or delete obsolete hooks.
7147
71482005-04-02 Richard M. Stallman <rms@gnu.org>
7149
7150 * nonascii.texi (Coding System Basics): Another wording cleanup.
7151
71522005-04-01 Richard M. Stallman <rms@gnu.org>
7153
7154 * nonascii.texi (Coding System Basics): Clarify previous change.
7155
71562005-04-01 Kenichi Handa <handa@m17n.org>
7157
10d1d0af 7158 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7159 identity of coding systems.
7160
71612005-03-29 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * text.texi (Buffer Contents): Add filter-buffer-substring and
7164 buffer-substring-filters.
7165
71662005-03-26 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * anti.texi (Antinews): Mention `G' interactive code.
7169
7170 * tips.texi (Compilation Tips): Mention benchmark.el.
7171
71722005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7173
7174 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7175 is now bound to M-o M-o.
7176
7177 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7178
71792005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7180
7181 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7182 in the Emacs Manual).
7183 * Makefile.in (srcs): Remove calendar.texi.
7184 * makefile.w32-in (srcs): Remove calendar.texi.
7185 * display.texi (Display): Change name of next node.
7186 * os.texi (System In): Change name of previous node.
7187 * elisp.texi (Top): Remove Calendar references.
7188 * vol1.texi (Top): Remove Calendar references.
7189 * vol2.texi (Top): Remove Calendar references.
7190
71912005-03-25 Richard M. Stallman <rms@gnu.org>
7192
7193 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7194 Cleanup previous change.
7195
71962005-03-25 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * display.texi (Face Attributes): Faces earlier in an :inherit
7199 list take precedence.
7200 (Scroll Bars): Fix description of vertical-scroll-bars.
7201 Document frame-current-scroll-bars and window-current-scroll-bars.
7202
7203 * markers.texi (The Mark): Document temporary Transient Mark mode.
7204
7205 * minibuf.texi (Reading File Names):
7206 Document read-file-name-completion-ignore-case.
7207
7208 * positions.texi (Screen Lines): Document nil for width argument
7209 to compute-motion.
7210
72112005-03-23 Kim F. Storm <storm@cua.dk>
7212
7213 * display.texi (Standard Faces): Other faces used in the fringe
7214 implicitly inherits from the fringe face.
7215 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7216 properties implicitly inherits from fringe face.
7217 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7218
72192005-03-20 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * display.texi (Invisible Text): State default value of
7222 line-move-ignore-invisible.
7223 (Managing Overlays): Document remove-overlays.
7224 (Standard Faces): Document escape-glyph face.
7225
7226 * minibuf.texi (Reading File Names): Document read-file-name-function.
7227
7228 * modes.texi (Other Font Lock Variables):
7229 Document font-lock-lines-before.
7230
7231 * positions.texi (Skipping Characters): skip-chars-forward allows
7232 character classes.
7233
72342005-03-18 Lute Kamstra <lute@gnu.org>
7235
7236 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7237
72382005-03-17 Richard M. Stallman <rms@gnu.org>
7239
7240 * text.texi (Undo): Document extensible undo entries.
7241
dd7b651b 7242 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7243
7244 * nonascii.texi (Character Codes): Minor fix.
7245
7246 * display.texi (Display Property): Explain the significance
7247 of having text properties that are eq.
7248 (Other Display Specs): Explain string as display spec.
7249
7250 * commands.texi (Interactive Codes): Document G option.
7251
72522005-03-17 Chong Yidong <cyd@stupidchicken.com>
7253
7254 * text.texi (Filling): Add sentence-end-without-period and
7255 sentence-end-without-space.
7256 (Changing Properties): Minor fix.
7257
7258 * anti.texi: Total rewrite.
7259
72602005-03-15 Lute Kamstra <lute@gnu.org>
7261
7262 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7263
72642005-03-08 Kim F. Storm <storm@cua.dk>
7265
7266 * display.texi (Specified Space): Property :width is support on
7267 non-graphic terminals, :height is not.
7268
72692005-03-07 Richard M. Stallman <rms@gnu.org>
7270
7271 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7272 Now subnodes of Fringes.
7273 (Overlay Arrow): Document overlay-arrow-variable-list.
7274 (Fringe Size/Pos): New node, broken out of Fringes.
7275 (Display): Explain clearing vs redisplay better.
7276 (Truncation): Clarify use of bitmaps.
7277 (The Echo Area): Clarify the uses of the echo area.
7278 Add max-mini-window-height.
7279 (Progress): Clarify.
7280 (Invisible Text): Explain that main loop moves point out.
7281 (Selective Display): Say "hidden", not "invisible".
7282 (Managing Overlays): Move up. Describe relation to Undo here.
7283 (Overlay Properties): Clarify intro.
7284 (Finding Overlays): Explain return values when nothing found.
7285 (Width): truncate-string-to-width has added arg.
7286 (Displaying Faces): Clarify and update mode line face handling.
7287 (Face Functions): Minor cleanup.
7288 (Conditional Display): Merge into Other Display Specs.
7289 (Pixel Specification, Other Display Specs): Minor cleanups.
7290 (Images, Image Descriptors): Minor cleanups.
7291 (GIF Images): Patents have expired.
7292 (Showing Images): Explain default text for insert-image.
7293 (Manipulating Button Types): Merge into Manipulating Buttons.
7294 (Making Buttons): Explain return values.
7295 (Button Buffer Commands): Add xref.
7296 (Inverse Video): Update mode-line-inverse-video.
7297 (Display Table Format): Clarify.
7298 (Active Display Table): Give defaults for window-display-table.
7299
7300 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7301 and calendar-today-marker are strings, not chars.
7302 (Holiday Customizing): Minor fix.
7303
7304 * internals.texi (Writing Emacs Primitives): Update `or' example.
7305 Update limit on # args of subr.
7306
7307 * edebug.texi (Using Edebug): Arrow is in fringe.
7308 (Instrumenting): Arg to eval-defun works without loading edebug.
7309 (Edebug Execution Modes): Add xref.
7310
7311 * customize.texi (Common Keywords): Clarify :require.
7312 Mention :version here.
7313 (Variable Definitions, Group Definitions): Not here.
7314 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7315
73162005-03-07 Chong Yidong <cyd@stupidchicken.com>
7317 * nonascii.texi (Text Representations): Clarify position-bytes.
7318 (Character Sets): Add list-charset-chars.
7319 (Scanning Charsets): Add charset-after.
7320 (Encoding and I/O): Minor fix.
7321
73222005-03-06 Richard M. Stallman <rms@gnu.org>
7323
7324 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7325 (Resizing Windows): Likewise.
7326
7327 * text.texi (Change Hooks): Get rid of "Emacs 21".
7328
7329 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7330
7331 * streams.texi (Output Variables): Get rid of "Emacs 21".
7332
7333 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7334
7335 * os.texi (Translating Input): Replace flow-control example
7336 with a less obsolete example that uses `keyboard-translate'.
7337
7338 * objects.texi (Hash Table Type, Circular Objects):
7339 Get rid of "Emacs 21".
7340
7341 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7342 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7343
7344 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7345
7346 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7347
7348 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7349 (Menu Bar): Fix when menu-bar-update-hook is called.
7350
7351 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7352
7353 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7354 and make it read better.
7355
7356 * files.texi (Writing to Files): Get rid of "Emacs 21".
7357 (Unique File Names): Likewise.
7358
7359 * elisp.texi: Update Emacs version to 22.
7360
7361 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7362 (Overlay Properties, Face Attributes): Likewise.
7363 (Managing Overlays): Fix punctuation.
7364 (Attribute Functions): Clarify set-face-font; get rid of
7365 info about old Emacs versions.
7366 (Auto Faces, Font Lookup, Display Property, Images):
7367 Get rid of "Emacs 21".
7368
7369 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7370
73712005-03-05 Richard M. Stallman <rms@gnu.org>
7372
7373 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7374
73752005-03-04 Lute Kamstra <lute@gnu.org>
7376
7377 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7378
73792005-03-03 Lute Kamstra <lute@gnu.org>
7380
7381 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7382
73832005-03-01 Lute Kamstra <lute@gnu.org>
7384
7385 * debugging.texi (Debugger Commands): Update `j'.
7386
73872005-02-28 Lute Kamstra <lute@gnu.org>
7388
7389 * debugging.texi (Debugging): Fix typo.
7390 (Error Debugging): Document eval-expression-debug-on-error.
7391 (Function Debugging): Update example.
7392 (Using Debugger): Mention starred stack frames.
7393 (Debugger Commands): Document `j' and `l'.
7394 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7395 Update the messages that the debugger displays.
7396 (Internals of Debugger): Add cross reference. Update example.
7397 (Excess Open): Minor improvement.
7398 (Excess Close): Minor improvement.
7399
74002005-02-26 Richard M. Stallman <rms@gnu.org>
7401
7402 * tips.texi (Coding Conventions): Clarify.
7403 Put all the major mode key reservations together.
7404 Mention the Mouse-1 => Mouse-2 conventions.
7405
7406 * syntax.texi (Syntax Class Table): Clarify.
7407 (Syntax Table Functions): syntax-after moved from here.
7408 (Syntax Table Internals): syntax-after moved to here.
7409 (Parsing Expressions): Update info on number of values
7410 and what's meaningful in the STATE argument.
7411 (Categories): Fix typo.
7412
7413 * sequences.texi (Arrays): Cleanup.
7414 (Char-Tables): Clarify.
7415
7416 * processes.texi (Deleting Processes): Cleanups, add xref.
7417 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7418 (Process Information): set-process-coding-system, some args optional.
7419 (Input to Processes): Explain various types for PROCESS args.
7420 Rename them from PROCESS-NAME to PROCESS.
7421 (Signals to Processes): Likewise.
7422 (Decoding Output): Cleanup.
7423 (Query Before Exit): Clarify.
7424
7425 * os.texi (Startup Summary): Correct the options; add missing ones.
7426 (Terminal Output, Batch Mode): Clarify.
7427 (Flow Control): Node deleted.
7428
7429 * markers.texi (The Mark): Clarify.
7430
7431 * macros.texi (Expansion): Cleanup.
7432 (Indenting Macros): indent-spec allows ints, not floats.
7433
7434 * keymaps.texi (Keymaps): Clarify.
7435 (Format of Keymaps): Update lisp-mode-map example.
7436 (Active Keymaps, Key Lookup): Clarify.
7437 (Changing Key Bindings): Add xref to `kbd'.
7438 (Key Binding Commands, Simple Menu Items): Clarify.
7439 (Mouse Menus, Menu Bar): Clarify.
7440 (Menu Example): Replace print example with menu-bar-replace-menu.
7441
7442 * help.texi (Documentation Basics): Add function-documentation prop.
7443
7444 * elisp.texi (Top): Don't refer to Flow Control node.
7445
7446 * commands.texi (Command Overview): Improve xrefs.
7447 (Adjusting Point): Adjusting point applies to intangible and invis.
7448 (Key Sequence Input): Doc extra read-key-sequence args.
7449 Likewise for read-key-sequence-vector.
7450
7451 * backups.texi (Rename or Copy): Minor fix.
7452 (Numbered Backups): For version-control, say the default.
7453 (Auto-Saving): make-auto-save-file-name example is simplified.
7454
7455 * advice.texi (Advising Functions): Don't imply one part of Emacs
7456 should advise another part. Markup changes.
7457 (Defining Advice): Move transitional para.
7458 (Activation of Advice): Cleanup.
7459 Explain if COMPILE is nil or negative.
7460
7461 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7462
74632005-02-24 Lute Kamstra <lute@gnu.org>
7464
7465 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7466 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7467
74682005-02-23 Lute Kamstra <lute@gnu.org>
7469
7470 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7471 to define global minor modes as well.
7472
7473 * display.texi (Managing Overlays): overlay-buffer returns nil for
7474 deleted overlays.
7475
74762005-02-22 Kim F. Storm <storm@cua.dk>
7477
7478 * minibuf.texi (Basic Completion): Allow symbols in addition to
7479 strings in try-completion and all-completions.
7480
74812005-02-14 Lute Kamstra <lute@gnu.org>
7482
7483 * elisp.texi (Top): Remove reference to deleted node.
7484
7485 * lists.texi (Lists): Remove reference to deleted node.
7486 (Cons Cells): Fix typo.
7487
7488 * loading.texi (Where Defined): Fix typo.
7489
74902005-02-14 Richard M. Stallman <rms@gnu.org>
7491
7492 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7493 is useful for discarding some minor modes.
7494
7495 * symbols.texi (Symbol Components): Reorder examples.
7496
7497 * streams.texi (Input Functions): State standard-input default.
7498 (Output Variables): State standard-output default.
7499
7500 * objects.texi (Printed Representation): Clarify read syntax vs print.
7501 (Floating Point Type): Explain meaning better.
7502 (Symbol Type): Explain uniqueness better.
7503 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7504 List examples sooner.
7505 (Box Diagrams): New subnode broken out.
7506 Some examples moved from old Lists as Boxes node.
7507 (Dotted Pair Notation): Clarify intro.
7508 (Array Type): Clarify.
7509 (Type Predicates): Add hash-table-p.
7510
7511 * numbers.texi (Integer Basics): Clarify radix explanation.
7512 (Predicates on Numbers): Minor clarification.
7513 (Comparison of Numbers): Minor clarification. Clarify eql.
7514 Typos in min, max.
7515 (Math Functions): Clarify overflow in expt.
7516
7517 * minibuf.texi (Text from Minibuffer): Minor clarification.
7518 Mention arrow keys.
7519
7520 * loading.texi (Autoload): defun's doc string overrides autoload's
7521 doc string.
7522 (Repeated Loading): Modernize "add to list" examples.
7523 (Where Defined): Finish updating table of load-history elts.
7524
7525 * lists.texi (List-related Predicates): Minor wording improvement.
7526 (Lists as Boxes): Node deleted.
7527 (Building Lists): Explain trivial cases of number-sequence.
7528
7529 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7530 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7531 (Hash Access): Any object can be a key.
7532 State value of maphash.
7533
7534 * functions.texi (What Is a Function): Wording cleanup.
7535 (Function Documentation): Minor cleanup.
7536 Explain purpose of calling convention at end of doc string.
7537 (Function Names): Wording cleanup.
7538 (Calling Functions): Wording cleanup.
7539 Explain better how funcall calls the function.
7540 (Function Cells): Delete example of saving and redefining function.
7541
7542 * control.texi (Combining Conditions): Wording cleanup.
7543 (Iteration): dolist and dotimes bind VAR locally.
7544 (Cleanups): Xref to Atomic Changes.
7545
7546 * compile.texi (Byte Compilation): Delete 19.29 info.
7547 (Compilation Functions): Macros' difficulties don't affect defsubst.
7548 (Docs and Compilation): Delete 19.29 info.
7549
75502005-02-10 Richard M. Stallman <rms@gnu.org>
7551
7552 * objects.texi (Symbol Type): Minor correction.
7553
75542005-02-06 Lute Kamstra <lute@gnu.org>
7555
7556 * modes.texi (Example Major Modes): Fix typos.
7557
75582005-02-06 Richard M. Stallman <rms@gnu.org>
7559
7560 * text.texi (Margins): fill-nobreak-predicate can be one function.
7561
7562 * strings.texi (Modifying Strings): clear-string can make unibyte.
7563 (Formatting Strings): format gives error if values missing.
7564
7565 * positions.texi (Character Motion): Mention default arg
7566 for forward-char. backward-char refers to forward-char.
7567 (Word Motion): Mention default arg for forward-word.
7568 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7569 Simplify end-of-buffer.
7570 (Text Lines): Mention default arg for forward-line.
7571 (List Motion): Mention default arg for beginning/end-of-defun.
7572 (Skipping Characters): Minor fixes in explaining character-set.
7573
7574 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7575 Mode inheritance applies only when default-major-mode is nil.
7576 Clarifications.
7577 (Example Major Modes): Update Text mode and Lisp mode examples.
7578 (Minor Mode Conventions): Mention define-minor-mode at top.
7579 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7580 (Mode Line Format): Update mode line face display info.
7581 (Properties in Mode): Mention effect of risky vars.
7582 (Imenu): Define imenu-add-to-menubar.
7583 (Font Lock Mode): Add descriptions to menu lines.
7584 (Faces for Font Lock): Add font-lock-doc-face.
7585
75862005-02-05 Lute Kamstra <lute@gnu.org>
7587
7588 * text.texi (Maintaining Undo): Remove obsolete function.
7589
75902005-02-05 Eli Zaretskii <eliz@gnu.org>
7591
7592 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7593 color specifications. Improve indexing.
b8d4c8d0
GM
7594 (Text Terminal Colors): Replace the description of RGB values by
7595 an xref to "Color Names".
7596
75972005-02-03 Richard M. Stallman <rms@gnu.org>
7598
7599 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7600 Clarify.
7601 (Selecting Windows): Clarify save-selected-window.
7602 (Cyclic Window Ordering): Clarify walk-windows.
7603 (Window Point): Clarify.
7604 (Window Start): Add comment to example.
7605 (Resizing Windows): Add `interactive' specs in examples.
7606 Document fit-window-to-buffer.
7607
7608 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7609 (Undo, Maintaining Undo): Clarify last change.
7610 (Sorting): In sort-numeric-fields, explain about octal and hex.
7611 Mention sort-numeric-base.
7612 (Format Properties): Add xref for hard newlines.
7613
7614 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7615 (Pop-Up Menus): Fix typo.
7616 (Color Names): Explain all types of color names.
7617 Explain color-values on B&W terminal.
7618 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7619
7620 * files.texi (File Locks): Not supported on MS systems.
7621 (Testing Accessibility): Clarify.
7622
7623 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7624 (Coverage Testing): Fix typo.
7625
7626 * commands.texi (Misc Events): Remove stray space.
7627
7628 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7629 (Modification Time): Clarify when visited-file-modtime returns 0.
7630 (The Buffer List): Clarify bury-buffer.
7631 (Killing Buffers): Clarify.
7632 (Indirect Buffers): Add clone-indirect-buffer.
7633
76342005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7635
7636 * edebug.texi (Printing in Edebug): Fix default value of
7637 edebug-print-circle.
7638 (Coverage Testing): Fix displayed frequency count data.
7639
76402005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7641
7642 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7643
76442005-02-02 Kim F. Storm <storm@cua.dk>
7645
7646 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7647
76482005-01-29 Eli Zaretskii <eliz@gnu.org>
7649
7650 * commands.texi (Misc Events): Describe the help-echo event.
7651
7652 * text.texi (Special Properties) <help-echo>: Use `pos'
7653 consistently in description of the help-echo property.
7654 Use @code{nil} instead of @var{nil}.
7655
7656 * display.texi (Overlay Properties): Fix the index entry for
7657 help-echo overlay property.
7658
7659 * customize.texi (Type Keywords): Uncomment the xref to the
7660 help-echo property documentation.
7661
76622005-01-23 Kim F. Storm <storm@cua.dk>
7663
7664 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7665 return value. Third element FULLY replaced by PARTIAL which
7666 specifies number of invisible pixels if row is only partially visible.
7667 (Textual Scrolling): Mention auto-window-vscroll.
7668 (Vertical Scrolling): New defvar auto-window-vscroll.
7669
76702005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7673 command remapping.
7674
76752005-01-15 Richard M. Stallman <rms@gnu.org>
7676
7677 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7678
76792005-01-14 Kim F. Storm <storm@cua.dk>
7680
7681 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7682
7683 * text.texi (Links and Mouse-1): Fix string and vector item.
7684
76852005-01-13 Richard M. Stallman <rms@gnu.org>
7686
7687 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7688 descriptions of overriding-local-map and overriding-terminal-local-map.
7689
7690 * text.texi (Links and Mouse-1): Clarify text.
7691
76922005-01-13 Kim F. Storm <storm@cua.dk>
7693
7694 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7695
76962005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7697
7698 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7699
77002005-01-12 Kim F. Storm <storm@cua.dk>
7701
7702 * text.texi (Links and Mouse-1): Rename section from Enabling
7703 Mouse-1 to Following Links. Change xrefs.
7704 Add examples for define-button-type and define-widget.
7705
7706 * display.texi (Button Properties, Button Buffer Commands):
7707 Clarify mouse-1 and follow-link functionality.
7708
77092005-01-12 Richard M. Stallman <rms@gnu.org>
7710
7711 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7712
7713 * display.texi (Beeping): Fix Texinfo usage.
7714
7715 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7716
77172005-01-11 Kim F. Storm <storm@cua.dk>
7718
7719 * display.texi (Button Properties, Button Buffer Commands):
7720 Mention mouse-1 binding. Add follow-link keyword.
7721
7722 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7723 (Enabling Mouse-1 to Follow Links): New subsection.
7724
77252005-01-06 Richard M. Stallman <rms@gnu.org>
7726
7727 * text.texi (Special Properties): Minor change.
7728
7729 * os.texi (Timers): Clarify previous change.
7730
7731 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7732
77332005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * display.texi (Face Attributes): Correct xref to renamed node.
7736
77372005-01-01 Richard M. Stallman <rms@gnu.org>
7738
7739 * display.texi (Face Attributes): Describe hex color specs.
7740
77412004-12-31 Richard M. Stallman <rms@gnu.org>
7742
7743 * os.texi (Timers): Update previous change.
7744
77452004-12-30 Kim F. Storm <storm@cua.dk>
7746
7747 * display.texi (Line Height): Total line-height is now specified
7748 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7749 in cons cells. (nil . RATIO) is relative to actual line height.
7750 Use line-height `t' instead of `0' to get minimum height.
7751
77522004-12-29 Richard M. Stallman <rms@gnu.org>
7753
7754 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7755
77562004-12-28 Richard M. Stallman <rms@gnu.org>
7757
7758 * commands.texi (Quitting): Clarify value of with-local-quit.
7759
7760 * elisp.texi (Top): Fix previous change.
7761
7762 * loading.texi (Loading): Fix previous change.
7763
77642004-12-27 Richard M. Stallman <rms@gnu.org>
7765
7766 * Makefile.in (MAKEINFO): Specify --force.
7767
7768 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7769
7770 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7771
7772 * display.texi (Line Height): Further clarify.
7773
7774 * elisp.texi (Top): Update Loading submenu.
7775
7776 * loading.texi (Where Defined): New node.
7777 (Unloading): load-history moved to Where Defined.
7778
77792004-12-21 Richard M. Stallman <rms@gnu.org>
7780
7781 * commands.texi (Event Input Misc): Add while-no-input.
7782
77832004-12-11 Richard M. Stallman <rms@gnu.org>
7784
7785 * display.texi (Line Height): Rewrite text for clarity.
7786
77872004-12-11 Kim F. Storm <storm@cua.dk>
7788
7789 * display.texi (Display): Add node "Line Height" to menu.
7790 (Line Height): New node. Move full description of line-spacing
7791 and line-height text properties here from text.texi.
7792 (Scroll Bars): Add vertical-scroll-bar variable.
7793
7794 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7795
7796 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7797 line-spacing and vertical-scroll-bar.
7798
7799 * text.texi (Special Properties): Just mention line-spacing and
7800 line-height here, add xref to new "Line Height" node.
7801
78022004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7803
7804 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7805
7806 * locals.texi (Standard Buffer-Local Variables):
7807 Add @xref for `line-spacing'.
7808
78092004-12-05 Richard M. Stallman <rms@gnu.org>
7810
7811 * Makefile.in (maintainer-clean): Remove the info files
7812 in $(infodir) where they are created.
7813
78142004-12-03 Richard M. Stallman <rms@gnu.org>
7815
7816 * windows.texi (Selecting Windows): get-lru-window and
7817 get-largest-window don't consider dedicated windows.
7818
7819 * text.texi (Undo): Document undo-in-progress.
7820
78212004-11-26 Richard M. Stallman <rms@gnu.org>
7822
7823 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7824 Remove a few vars that are not always buffer-local.
7825
78262004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7827
7828 * locals.texi (Standard Buffer-Local Variables): Comment out
7829 xref's to non-existent node `Yet to be written'.
7830
78312004-11-24 Richard M. Stallman <rms@gnu.org>
7832
7833 * processes.texi (Synchronous Processes): Grammar fix.
7834
7835 * numbers.texi (Comparison of Numbers): Add eql.
7836
7837 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7838
7839 * intro.texi (Printing Notation): Fix previous change.
7840
7841 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7842 and default-indicate-buffer-boundaries from here.
7843 (Usual Display): To here.
7844 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7845 (Usual Display): Move tab-width up.
7846
5dcb4c4e
SM
7847 * customize.texi (Variable Definitions):
7848 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7849 (Simple Types, Composite Types, Defining New Types):
7850 Minor cleanups.
7851
78522004-11-21 Jesper Harder <harder@ifa.au.dk>
7853
7854 * processes.texi (Synchronous Processes, Output from Processes):
7855 Markup fix.
7856
78572004-11-20 Richard M. Stallman <rms@gnu.org>
7858
7859 * positions.texi (Skipping Characters): skip-chars-forward
7860 now handles char classes.
7861
7862 * intro.texi (Printing Notation): Avoid confusion of `print'
7863 when explaining @print.
7864
7865 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7866
7867 * display.texi (Display Table Format): Minor fix.
7868
7869 * streams.texi (Output Functions): Fix print example.
7870
7871 * Makefile.in (elisp): New target.
7872 (dist): Depend on $(infodir)/elisp, not elisp.
7873 Copy the info files from $(infodir).
7874
7875 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7876 read-from-minibuffer.
7877
7878 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7879
78802004-11-19 Richard M. Stallman <rms@gnu.org>
7881
7882 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7883
78842004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7885
7886 * tips.texi (Coding Conventions): Fix typo.
7887
78882004-11-16 Richard M. Stallman <rms@gnu.org>
7889
7890 * tips.texi (Coding Conventions): Separate defvar and require
7891 methods to avoid warnings. Use require only when there are many
7892 functions and variables from that package.
7893
7894 * minibuf.texi (Minibuffer Completion): When ignoring case,
7895 predicate must not be case-sensitive.
7896
7897 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7898 (Test Coverage): Don't talk about "splotches". Clarified.
7899
79002004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7901
7902 * frames.texi (Window Frame Parameters): Fix typo.
7903
79042004-11-15 Kim F. Storm <storm@cua.dk>
7905
7906 * symbols.texi (Other Plists): Note that plist-get may signal error.
7907 Add safe-plist-get.
7908
79092004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7910
7911 * modes.texi (Font Lock Basics): Fix typo.
7912
79132004-11-08 Richard M. Stallman <rms@gnu.org>
7914
7915 * syntax.texi (Syntax Table Functions): Add syntax-after.
7916
79172004-11-06 Lars Brinkhoff <lars@nocrew.org>
7918
7919 * os.texi (Processor Run Time): New section documenting
7920 get-internal-run-time.
7921
79222004-11-06 Eli Zaretskii <eliz@gnu.org>
7923
7924 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7925 it nukes elisp-cover.texi.
7926 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7927 elisp-0 etc.
7928
79292004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7930
7931 * commands.texi (Keyboard Macros): Document `append' return value
7932 of `defining-kbd-macro'.
7933
79342004-11-01 Richard M. Stallman <rms@gnu.org>
7935
7936 * commands.texi (Interactive Call): Add called-interactively-p.
7937
79382004-10-29 Simon Josefsson <jas@extundo.com>
7939
7940 * minibuf.texi (Reading a Password): Revert.
7941
79422004-10-28 Richard M. Stallman <rms@gnu.org>
7943
7944 * frames.texi (Display Feature Testing): Explain about "vendor".
7945
79462004-10-27 Richard M. Stallman <rms@gnu.org>
7947
7948 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7949 not raw. Clarify `n'.
7950 (Interactive Call): Rewrite interactive-p, focusing on when
7951 and how to use it.
7952 (Misc Events): Clarify previous change.
7953
7954 * advice.texi (Simple Advice): Clarify what job the example does.
7955 (Around-Advice): Clarify ad-do-it.
7956 (Activation of Advice): An option of ad-default-compilation-action
7957 is `never', not `nil'.
7958
79592004-10-26 Kim F. Storm <storm@cua.dk>
7960
7961 * commands.texi (Interactive Codes): Add U code letter.
7962
79632004-10-25 Simon Josefsson <jas@extundo.com>
7964
7965 * minibuf.texi (Reading a Password): Add.
7966
79672004-10-24 Jason Rumney <jasonr@gnu.org>
7968
7969 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7970 and wheel-down.
7971
79722004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7973
7974 * processes.texi (Synchronous Processes): Document process-file.
7975
79762004-10-22 Kenichi Handa <handa@m17n.org>
7977
7978 * text.texi (translate-region): Document that it accepts also a
7979 char-table.
7980
79812004-10-22 David Ponce <david@dponce.com>
7982
7983 * windows.texi (Resizing Windows): Document the `preserve-before'
7984 argument of the functions `enlarge-window' and `shrink-window'.
7985
79862004-10-19 Jason Rumney <jasonr@gnu.org>
7987
7988 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7989
79902004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7991
7992 * text.texi (Filling): Add anchor for definition of
7993 `sentence-end-double-space'.
7994
7995 * searching.texi (Regexp Example): Update description of how
7996 Emacs currently recognizes the end of a sentence.
7997 (Standard Regexps): Update definition of the variable
7998 `sentence-end'. Add definition of the function `sentence-end'.
7999
80002004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8001
8002 * display.texi (Progress): New node.
8003
80042004-10-05 Kim F. Storm <storm@cua.dk>
8005
8006 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8007
80082004-09-29 Kim F. Storm <storm@cua.dk>
8009
8010 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8011 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8012 fringe bitmap symbols, as they now have their own namespace.
8013 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8014 vs. pixels. Signal error if no free bitmap slots.
8015 (Pixel Specification): Change IMAGE to @var{image}.
8016
80172004-09-28 Richard M. Stallman <rms@gnu.org>
8018
8019 * text.texi (Special Properties): Clarify line-spacing and line-height.
8020
8021 * searching.texi (Regexp Search): Add looking-back.
8022
80232004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8024
8025 * display.texi: Correct typos.
8026 (Image Descriptors): Correct xref's.
8027
80282004-09-25 Richard M. Stallman <rms@gnu.org>
8029
8030 * text.texi (Special Properties): Cleanups in `cursor'.
8031 Rewrites in `line-height' and `line-spacing'; exchange them.
8032
8033 * display.texi (Fringes): Rewrite previous change.
8034 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8035 (Display Fringe Bitmaps): Node deleted, text moved.
8036 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8037 (Scroll Bars): Clarify set-window-scroll-bars.
8038 (Pointer Shape): Rewrite.
8039 (Specified Space): Clarify :align-to, etc.
8040 (Pixel Specification): Use @var. Clarify new text.
8041 (Other Display Specs): Clarify `slice'.
8042 (Image Descriptors): Cleanups.
8043 (Showing Images): Cleanups.
8044
80452004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8046
8047 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8048
8049 * modes.texi: Various minor changes in addition to:
8050 (Major Mode Conventions): Final call to `run-mode-hooks' should
8051 not be inside the `delay-mode-hooks' form.
8052 (Mode Hooks): New node.
8053 (Hooks): Delete obsolete example.
8054 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8055 node "Mode Hooks".
8056
80572004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * display.texi: Correct various typos.
8060 (Display): Rename node "Pointer Shapes" to "Pointer
8061 Shape". (There is already a node called "Pointer Shapes" in
8062 frames.texi.)
8063 (Images): Remove non-existent node "Image Slices" from menu.
8064
80652004-09-23 Kim F. Storm <storm@cua.dk>
8066
8067 * text.texi (Special Properties): Add `cursor', `pointer',
8068 `line-height', and `line-spacing' properties.
8069
8070 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8071 Shapes' to menu.
8072 (Standard Faces): Doc fix for fringe face.
8073 (Fringes): Add `overflow-newline-into-fringe' and
8074 'indicate-buffer-boundaries'.
8075 (Fringe Bitmaps, Pointer Shapes): New nodes.
8076 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8077 Bitmaps' to menu.
8078 (Specified Space): Describe pixel width and height.
8079 (Pixel Specification): New node.
8080 (Other Display Specs): Add `slice' property.
8081 (Display Fringe Bitmaps): New node.
8082 (Images): Add 'Image Slices' to menu.
8083 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8084 (Showing Images): Add slice arg to `insert-image'.
8085 Add 'insert-sliced-image'.
b8d4c8d0
GM
8086
80872004-09-20 Richard M. Stallman <rms@gnu.org>
8088
8089 * commands.texi (Key Sequence Input):
8090 Clarify downcasing in read-key-sequence.
8091
80922004-09-08 Juri Linkov <juri@jurta.org>
8093
8094 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8095
80962004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8097
5dcb4c4e
SM
8098 * locals.texi (Standard Buffer-Local Variables):
8099 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8100 * internals.texi (Buffer Internals): Describe new
8101 auto_save_file_format field of the buffer structure.
8102 * files.texi (Format Conversion): `auto-save-file-format' has been
8103 renamed `buffer-auto-save-file-format'.
8104
81052004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8106
8107 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8108 an integer or a marker.
8109 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8110
81112004-08-22 Richard M. Stallman <rms@gnu.org>
8112
8113 * modes.texi (Major Mode Conventions): Discuss rebinding of
8114 standard key bindings.
8115
81162004-08-18 Kim F. Storm <storm@cua.dk>
8117
8118 * processes.texi (Accepting Output): Add `just-this-one' arg to
8119 `accept-process-output'.
8120 (Output from Processes): New var `process-adaptive-read-buffering'.
8121
81222004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8123
8124 * keymaps.texi: Various changes in addition to:
8125 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8126 Give more varied examples for `kbd'.
8127 (Creating Keymaps): Char tables have slots for all characters
8128 without modifiers.
8129 (Active Keymaps): `overriding-local-map' and
8130 `overriding-terminal-local-map' also override text property and
8131 overlay keymaps.
8132 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8133 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8134 to denote a prefix of no events.
8135 `map-keymap' includes parent's bindings _recursively_.
8136 Clarify and correct description of `where-is-internal'.
8137 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8138 (Menu Example): For menus intended for use with the keyboard, the
8139 menu items should be bound to characters or real function keys.
8140
81412004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * objects.texi (Character Type): Reposition `@anchor' to prevent
8144 double space inside sentence in Info.
8145
8146 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8147 renamed to `disabled-command-function'.
8148 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8149 (Command Loop Info): Replace reference to it.
8150 (Disabling Commands): `disabled-command-hook' has been renamed to
8151 `disabled-command-function'.
8152
81532004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8154
8155 * os.texi (Translating Input): Only non-prefix bindings in
8156 `key-translation-map' override actual key bindings. Warn about
8157 possible indirect effect of actual key bindings on non-prefix
8158 bindings in `key-translation-map'.
8159
81602004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8161
8162 * minibuf.texi (High-Level Completion): Add anchor for definition
8163 of `read-variable'.
8164
8165 * commands.texi: Various changes in addition to:
8166 (Using Interactive): Clarify description of `interactive-form'.
8167 (Interactive Call): Mention default for KEYS argument to
8168 `call-interactively'.
8169 (Command Loop Info): Clarify description of `this-command-keys'.
8170 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8171 Value of `last-event-frame' can be `macro'.
8172 (Repeat Events): `double-click-fuzz' is also used to distinguish
8173 clicks and drags.
8174 (Classifying Events): Clarify descriptions of `event-modifiers'
8175 `event-basic-type' and `event-convert-list'.
8176 (Accessing Events): `posn-timestamp' takes POSITION argument.
8177 (Quoted Character Input): Clarify description of
8178 `read-quoted-char' and fix example.
8179 (Quitting): Add `with-local-quit'.
8180 (Disabling Commands): Correct and clarify descriptions of
8181 `enable-command' and `disable-command'.
8182 Mention what happens if `disabled-command-hook' is nil.
8183 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8184 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8185
81862004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8187
8188 * frames.texi: Various changes in addition to:
8189 (Creating Frames): Expand and clarify description of `make-frame'.
8190 (Window Frame Parameters): Either none or both of the `icon-left'
8191 and `icon-top' parameters must be specified. Put descriptions of
8192 `menu-bar-lines' and `toolbar-lines' closer together and change
8193 them accordingly.
8194 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8195 except while processing `frame-title-format' or `icon-title-format'.
8196 (Deleting Frames): Correct description of `delete-frame'.
8197 Non-nil return values of `frame-live-p' are like those of `framep'.
8198 (Frames and Windows): Mention return value of
8199 `set-frame-selected-window'.
8200 (Visibility of Frames): Mention `force' argument to
8201 `make-frame-invisible'. `frame-visible-p' returns t for all
8202 frames on text-only terminals.
8203 (Frame Configurations): Restoring a frame configuration does not
8204 restore deleted frames.
8205 (Window System Selections): `x-set-selection' returns DATA.
8206 (Resources): Add example.
8207 (Display Feature Testing): Clarify descriptions of
8208 `display-pixel-height', `display-pixel-width', `x-server-version'
8209 and `x-server-vendor'.
8210
8211 * windows.texi (Choosing Window): Add anchor.
8212 * minibuf.texi (Minibuffer Misc): Add anchor.
8213
82142004-07-23 John Paul Wallington <jpw@gnu.org>
8215
8216 * macros.texi (Defining Macros): Declaration keyword for setting
8217 Edebug spec is `debug' not `edebug'.
8218
82192004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8220
8221 * windows.texi: Various small changes in addition to:
8222 (Window Point): Mention return value of `set-window-point'.
8223 (Window Start): `pos-visible-in-window-p' disregards horizontal
8224 scrolling. Explain return value if PARTIALLY is non-nil.
8225 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8226 and `set-window-vscroll'.
8227 (Size of Window): The argument WINDOW to `window-inside-edges',
8228 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8229 (Resizing Windows): Explain return value of
8230 `shrink-window-if-larger-than-buffer'.
8231 `window-size-fixed' automatically becomes buffer local when set.
8232 (Window Configurations): Explain return value of
8233 `set-window-configuration'.
8234
8235 * minibuf.texi (Minibuffer Misc): Add anchor for
8236 `minibuffer-scroll-window'.
8237
8238 * positions.texi (Text Lines): Add anchor for `count-lines'.
8239
82402004-07-17 Richard M. Stallman <rms@gnu.org>
8241
8242 * display.texi (Overlay Properties): Adding `evaporate' prop
8243 deletes empty overlay immediately.
8244
8245 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8246 fix example.
8247
82482004-07-16 Jim Blandy <jimb@redhat.com>
8249
8250 * searching.texi (Regexp Backslash): Document new \_< and \_>
8251 operators.
8252
82532004-07-16 Juanma Barranquero <lektu@terra.es>
8254
8255 * display.texi (Images): Fix Texinfo usage.
8256
82572004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8258
8259 * buffers.texi (Modification Time): `visited-file-modtime' now
8260 returns a list of two integers, instead of a cons.
8261
82622004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8263
8264 * windows.texi: Various changes in addition to:
8265 (Splitting Windows): Add `split-window-keep-point'.
8266
82672004-07-09 Richard M. Stallman <rms@gnu.org>
8268
8269 * frames.texi (Input Focus): Minor fix.
8270
82712004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8272
8273 * frames.texi (Input Focus): Clarify descriptions of
8274 `select-frame-set-input-focus' and `select-frame'.
8275
82762004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8277
8278 * os.texi: Various small changes in addition to:
8279 (Killing Emacs): Expand and clarify description of
8280 `kill-emacs-query-functions' and `kill-emacs-hook'.
8281 (System Environment): Expand and clarify description of `getenv'
8282 and `setenv'.
8283 (Timers): Clarify description of `run-at-time'.
8284 (Translating Input): Correct description of
8285 `extra-keyboard-modifiers'.
8286 (Flow Control): Correct description of `enable-flow-control'.
8287
82882004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8289
8290 * os.texi: Update copyright.
8291 (Session Management): Grammar fix.
8292 Clarify which Emacs does the restarting.
8293 Use @samp for *scratch* buffer.
8294
82952004-07-04 Alan Mackenzie <acm@muc.de>
8296
8297 * frames.texi (Input Focus): Add documentation for
8298 `select-frame-set-input-focus'. Replace refs to non-existent
8299 `switch-frame' with `select-frame'. Minor corrections and tidying
8300 up of text-only terminal stuff.
8301
83022004-07-02 Richard M. Stallman <rms@gnu.org>
8303
8304 * files.texi (Saving Buffers): Cleanup write-contents-function.
8305 (Magic File Names): Cleanup file-remote-p.
8306
b344d29d 83072004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8308
8309 * files.texi (Magic File Names): `file-remote-p' returns an
8310 identifier of the remote system, not just t.
8311
83122004-07-02 David Kastrup <dak@gnu.org>
8313
8314 * searching.texi (Entire Match Data): Add explanation about new
8315 match-data behavior when @var{integers} is non-nil.
8316
83172004-06-24 Richard M. Stallman <rms@gnu.org>
8318
8319 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8320
8321 * customize.texi (Variable Definitions): Note about doc strings
8322 and :set.
8323
8324 * keymaps.texi (Keymap Terminology): Document `kbd'.
8325 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8326
8327 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8328 makes it buffer-local.
8329
8330 * files.texi (Saving Buffers): Correct previous change.
8331
8332 * commands.texi (Accessing Events):
8333 Clarify posn-col-row and posn-actual-col-row.
8334
83352004-06-24 David Ponce <david.ponce@wanadoo.fr>
8336
8337 * commands.texi (Accessing Events): New functions
8338 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8339
83402004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8341
8342 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8343 * frames.texi, buffers.texi, backups.texi, variables.texi:
8344 * loading.texi, eval.texi, functions.texi, control.texi:
8345 * symbols.texi, minibuf.texi: Reposition @anchor's.
8346
8347 * help.texi: Various small changes in addition to the following.
8348 (Describing Characters): Describe PREFIX argument to
8349 `key-description'. Correct and clarify definition of
8350 `text-char-description'. Describe NEED-VECTOR argument to
8351 `read-kbd-macro'.
8352 (Help Functions): Clarify definition of `apropos'.
8353
83542004-06-23 Lars Hansen <larsh@math.ku.dk>
8355
8356 * files.texi (Saving Buffers): Correct description of
8357 `write-contents-functions'.
8358
83592004-06-21 Juanma Barranquero <lektu@terra.es>
8360
8361 * display.texi (Images): Remove redundant @vindex directives.
8362 Rewrite `image-library-alist' doc in active voice.
8363
83642004-06-14 Juanma Barranquero <lektu@terra.es>
8365
8366 * display.texi (Images): Document new delayed library loading,
8367 variable `image-library-alist' and (existing but undocumented)
8368 function `image-type-available-p'.
8369
83702004-06-05 Richard M. Stallman <rms@gnu.org>
8371
8372 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8373 refer the user to the Initial Input node.
8374 (Text from Minibuffer): Likewise.
8375 (Initial Input): New node. Document this feature
8376 and say it is mostly deprecated.
8377
83782004-05-30 Richard M. Stallman <rms@gnu.org>
8379
8380 * loading.texi (Named Features): Clarify return value
8381 and meaning of NOERROR.
8382
8383 * variables.texi (File Local Variables): Minor cleanup.
8384
83852004-05-30 Michael Albinus <michael.albinus@gmx.de>
8386
8387 * files.texi (Magic File Names): Add `file-remote-p' as operation
8388 of file name handlers.
8389
83902004-05-29 Richard M. Stallman <rms@gnu.org>
8391
8392 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8393 as arg to a minor mode command.
8394
83952004-05-22 Richard M. Stallman <rms@gnu.org>
8396
8397 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8398
8399 * streams.texi (Output Variables): Doc float-output-format.
8400
8401 * searching.texi (Regexp Special): Nested repetition can be infloop.
8402
8403 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8404 real stack overflow.
8405
8406 * compile.texi: Minor cleanups.
8407
84082004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8409
8410 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8411 circular lists.
8412 (List Elements): Explain handling of circular and dotted lists.
8413
84142004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8415
8416 * modes.texi (Search-based Fontification): Fix typo.
8417
84182004-05-10 Juanma Barranquero <lektu@terra.es>
8419
8420 * modes.texi (Mode Line Variables): Fix description of
8421 global-mode-string, which is now after which-func-mode, not the
8422 buffer name.
8423
84242004-05-07 Lars Hansen <larsh@math.ku.dk>
8425
8426 * modes.texi (Desktop Save Mode): Add.
8427 (Modes): Add menu entry Desktop Save Mode.
8428
8429 * hooks.texi: Add desktop-after-read-hook,
8430 desktop-no-desktop-file-hook and desktop-save-hook.
8431
8432 * locals.texi: Add desktop-save-buffer.
8433
84342004-04-30 Jesper Harder <harder@ifa.au.dk>
8435
8436 * display.texi: emacs -> Emacs.
8437
84382004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8439
8440 * files.texi (Changing Files): Document set-file-times.
8441
84422004-04-23 Juanma Barranquero <lektu@terra.es>
8443
8444 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8445
84462004-04-18 Jesper Harder <harder@ifa.au.dk>
8447
8448 * tips.texi (Coding Conventions): defopt -> defcustom.
8449
84502004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8451
8452 * sequences.texi: Various clarifications.
8453
84542004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8455
8456 * buffers.texi (Read Only Buffers): Mention optional ARG to
8457 `toggle-read-only'.
8458
84592004-04-14 Nick Roberts <nick@nick.uklinux.net>
8460
8461 * windows.texi (Selecting Windows): Note that get-lru-window
8462 returns a full-width window if possible.
8463
84642004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8465
8466 * buffers.texi: Various changes in addition to:
8467 (Buffer File Name): Add `find-buffer-visiting'.
8468 (Buffer Modification): Mention optional ARG to `not-modified'.
8469 (Indirect Buffers): Mention optional CLONE argument to
8470 `make-indirect-buffer'.
8471
8472 * files.texi: Various changes in addition to:
8473 (Visiting Functions): `find-file-hook' is now a normal hook.
8474 (File Name Expansion): Explain difference between the way that
8475 `expand-file-name' and `file-truename' treat `..'.
8476 (Contents of Directories): Mention optional ID-FORMAT argument to
8477 `directory-files-and-attributes'.
8478 (Format Conversion): Mention new optional CONFIRM argument to
8479 `format-write-file'.
8480
84812004-04-12 Miles Bader <miles@gnu.org>
8482
8483 * macros.texi (Expansion): Add description of `macroexpand-all'.
8484
84852004-04-05 Jesper Harder <harder@ifa.au.dk>
8486
5dcb4c4e
SM
8487 * variables.texi (Variable Aliases):
8488 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8489
8490 * errors.texi (Standard Errors): Ditto.
8491
84922004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8493
8494 * backups.texi: Various small changes in addition to:
8495 (Making Backups): Mention return value of `backup-buffer'.
8496 (Auto-Saving): Mention optional FORCE argument to
8497 `delete-auto-save-file-if-necessary'.
8498 (Reverting): Mention optional PRESERVE-MODES argument to
8499 `revert-buffer'. Correct description of `revert-buffer-function'.
8500
85012004-03-22 Juri Linkov <juri@jurta.org>
8502
8503 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8504 with `Vector Functions'.
8505
8506 * text.texi (Sorting): Add missing quote.
8507
85082004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * intro.texi (Lisp History): Replace xref to `cl' manual with
8511 inforef.
8512
85132004-03-12 Richard M. Stallman <rms@gnu.org>
8514
8515 * intro.texi (Version Info): Add arg to emacs-version.
8516 (Lisp History): Change xref to CL manual.
8517
85182004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8519
8520 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8521 for Partial Completion mode.
8522
85232004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8524
8525 * customize.texi: Fix typo. Remove eol whitespace.
8526
85272004-03-04 Richard M. Stallman <rms@gnu.org>
8528
8529 * processes.texi: Fix typos.
8530
8531 * lists.texi (Building Lists): Minor clarification.
8532
8533 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8534 in make-hash-table.
8535
85362004-02-29 Juanma Barranquero <lektu@terra.es>
8537
8538 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8539 rm, and ignore exit code.
8540
85412004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8542
8543 * display.texi (Defining Faces): Add description for min-colors.
8544 Update example.
8545
85462004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8547
8548 * abbrevs.texi: Various corrections and clarifications in addition
8549 to the following:
8550 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8551
85522004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8553
8554 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8555
85562004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8557
8558 * text.texi: Various small changes in addition to the following:
8559 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8560 to delete-horizontal-space.
8561 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8562 description of yank-handler text property at various places.
8563
8564 * frames.texi (Window System Selections): Add anchor.
8565
8566 * syntax.texi (Syntax Table Functions): Clarify and correct
8567 descriptions of make-syntax-table and copy-syntax-table.
8568 (Motion and Syntax): Clarify SYNTAXES argument to
8569 skip-syntax-forward.
8570 (Parsing Expressions): Mention that the return value of
8571 parse-partial-sexp is currently a list of ten rather than nine
8572 elements.
8573 (Categories): Various corrections and clarifications.
8574
85752004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * markers.texi (Marker Insertion Types): Minor change.
8578
8579 * locals.texi (Standard Buffer-Local Variables):
8580 * commands.texi (Interactive Codes, Using Interactive):
8581 * functions.texi (Related Topics): Fix xrefs.
8582
85832004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8584
8585 * lists.texi (Sets And Lists): Update description of delete-dups.
8586
85872004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8588
8589 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8590
c8763fb6 85912004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8592
8593 * frames.texi (Parameter Access): frame-parameters arg is optional.
8594 modify-frame-parameters handles nil for FRAME.
8595 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8596 are all-or-nothing for certain toolkits.
8597 Mention parameter wait-for-wm.
8598 (Frames and Windows): In frame-first-window and frame-selected-window
8599 the arg is optional.
8600 (Input Focus): In redirect-frame-focus the second arg is optional.
8601 (Window System Selections): Mention selection type CLIPBOARD.
8602 Mention data-type UTF8_STRING.
8603 Mention numbering of cut buffers.
8604 (Resources): Describe x-resource-name.
8605
86062004-02-16 Richard M. Stallman <rms@gnu.org>
8607
8608 * windows.texi (Buffers and Windows): Delete false table
8609 about all-frames.
8610
8611 * syntax.texi (Parsing Expressions): Delete old caveat
8612 about parse-sexp-ignore-comments.
8613
8614 * streams.texi (Output Variables): Add print-quoted.
8615
8616 * lists.texi (Building Lists): Minor cleanup.
8617
8618 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8619
8620 * display.texi (Overlays): Explain overlays use markers.
8621 (Managing Overlays): Explain front-advance and rear-advance
8622 in more detail.
8623
8624 * loading.texi (Unloading): Document unload-feature-special-hooks.
8625 Get rid of fns-NNN.el file.
8626
86272004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8628
8629 * help.texi (Describing Characters): Fix text-char-description
8630 example output.
8631
8632 * edebug.texi (Using Edebug): Fix example.
8633
8634 * debugging.texi (Internals of Debugger): Fix return value.
8635
8636 * files.texi (Changing Files): Fix argname.
8637
8638 * calendar.texi: Fix parens, and default values.
8639
8640 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8641 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8642 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8643
8644 * positions.texi (Text Lines): Don't add -1 in current-line.
8645
86462004-02-16 Richard M. Stallman <rms@gnu.org>
8647
8648 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8649
86502004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8651
8652 * processes.texi (Low-Level Network): Fix a typo.
8653
86542004-02-12 Kim F. Storm <storm@cua.dk>
8655
8656 * display.texi (Fringes): Use consistent wording.
8657 Note that window-fringe's window arg is optional.
8658 (Scroll Bars): Use consistent wording.
8659
86602004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8661
8662 * tips.texi (Comment Tips): Document the new conventions for
8663 commenting out code.
8664
c8763fb6 86652004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8666
5dcb4c4e 8667 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8668
86692004-02-07 Kim F. Storm <storm@cua.dk>
8670
8671 * positions.texi (Text Lines): Add line-number-at-pos.
8672
86732004-02-06 John Paul Wallington <jpw@gnu.org>
8674
8675 * display.texi (Button Properties, Button Buffer Commands):
8676 mouse-2 invokes button, not down-mouse-1.
8677
86782004-02-04 Jason Rumney <jasonr@gnu.org>
8679
8680 * makefile.w32-in: Sync with Makefile.in changes.
8681
86822004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8683
8684 * minibuf.texi (Text from Minibuffer): Various corrections and
8685 clarifications.
8686 (Object from Minibuffer): Correct Lisp description of
8687 read-minibuffer.
8688 (Minibuffer History): Clarify description of cons values for
8689 HISTORY arguments.
5dcb4c4e
SM
8690 (Basic Completion): Various corrections and clarifications.
8691 Add completion-regexp-list.
b8d4c8d0
GM
8692 (Minibuffer Completion): Correct and clarify description of
8693 completing-read.
5dcb4c4e
SM
8694 (Completion Commands): Mention Partial Completion mode.
8695 Various other minor changes.
b8d4c8d0
GM
8696 (High-Level Completion): Various corrections and clarifications.
8697 (Reading File Names): Ditto.
8698 (Minibuffer Misc): Ditto.
8699
87002004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8701
8702 * strings.texi (Text Comparison): assoc-string also matches
8703 elements of alists that are strings instead of conses.
8704 (Formatting Strings): Standardize Texinfo usage. Update index
8705 entries.
8706
87072004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8708
8709 * lists.texi (Sets And Lists): Add delete-dups.
8710
87112004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8712
8713 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8714 special form.
8715 * macros.texi (Defining Macros): Update description of `declare',
8716 which now is a macro.
8717 (Wrong Time): Fix typos.
8718
87192004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8720
8721 * compile.texi (Compilation Functions): Expand descriptions of
8722 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8723 and `batch-byte-compile'. In particular, mention and describe
8724 all optional arguments.
8725 (Disassembly): Correct and clarify the description of `disassemble'.
8726
87272004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8728
8729 * searching.texi: Various small changes in addition to the
8730 following.
8731 (Regexp Example): Adapt to new value of `sentence-end'.
8732 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8733 `words'.
8734 (Search and Replace): Add usage note for `perform-replace'.
8735 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8736 `match-data'.
8737 (Standard Regexps): Update for new values of `paragraph-start'
8738 and `sentence-end'.
8739
87402004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8741
8742 * files.texi (Saving Buffers): Clarify descriptions of
8743 `write-contents-functions' and `before-save-hook'.
8744 Make the defvar's for `before-save-hook' and `after-save-hook'
8745 into defopt's.
8746
87472004-01-07 Kim F. Storm <storm@cua.dk>
8748
8749 * commands.texi (Click Events): Describe new image and
8750 width/height elements of click events.
8751 (Accessing Events): Add posn-string, posn-image, and
8752 posn-object-width-height. Change posn-object to return either
8753 image or string object.
8754
87552004-01-01 Simon Josefsson <jas@extundo.com>
8756
8757 * hooks.texi (Standard Hooks): Add before-save-hook.
8758 * files.texi (Saving Buffers): Likewise.
8759
87602004-01-03 Richard M. Stallman <rms@gnu.org>
8761
8762 * frames.texi (Frames and Windows): Delete frame-root-window.
8763
87642004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8765
8766 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8767
8768 * functions.texi: Various small changes in addition to the
8769 following.
5dcb4c4e
SM
8770 (What Is a Function): `functionp' returns nil for macros.
8771 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8772 (Function Documentation): Add `\' in front of (fn @var{arglist})
8773 and explain why.
8774 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8775 Add anchor.
8776 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8777
87782004-01-01 Miles Bader <miles@gnu.org>
8779
8780 * display.texi (Buttons): New section.
8781
87822003-12-31 Andreas Schwab <schwab@suse.de>
8783
8784 * numbers.texi (Math Functions): sqrt reports a domain-error
8785 error.
8786 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8787
87882003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * tips.texi (Documentation Tips): Update item on hyperlinks in
8791 documentation strings.
8792
8793 * errors.texi (Standard Errors): Various small corrections and
8794 additions.
8795
8796 * control.texi: Various small changes in addition to the
8797 following.
8798 (Signaling Errors): Provide some more details on how `signal'
8799 constructs the error message. Add anchor to the definition of
8800 `signal'.
8801 (Error Symbols): Describe special treatment of `quit'.
8802 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8803 to emphasize that it has to be a single form.
8804
8805 * buffers.texi: Add anchor.
8806
88072003-12-29 Richard M. Stallman <rms@gnu.org>
8808
8809 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8810 (Window Configurations): Add window-configuration-frame.
8811
8812 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8813
8814 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8815 Change arg name in get-char-property.
8816 (Special Properties): Update handling of keymap property.
8817
8818 * strings.texi (Modifying Strings): Add clear-string.
8819 (Text Comparison): Add assoc-string and remove
8820 assoc-ignore-case, assoc-ignore-representation.
8821
8822 * os.texi (Time of Day): Add set-time-zone-rule.
8823
8824 * numbers.texi (Math Functions): asin, acos, log, log10
8825 report domain-error errors.
8826
8827 * nonascii.texi (Converting Representations):
8828 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8829 (Encoding and I/O): Add file-name-coding-system.
8830
8831 * modes.texi (Search-based Fontification): Explain that
8832 face specs are symbols with face names as values.
8833
8834 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8835
8836 * lists.texi (Building Lists): remq moved elsewhere.
8837 (Sets And Lists): remq moved here.
8838 (Association Lists): Refer to assoc-string.
8839
8840 * internals.texi (Garbage Collection): Add memory-use-counts.
8841
8842 * frames.texi (Frames and Windows): Add set-frame-selected-window
8843 and frame-root-window.
8844
8845 * files.texi (Contents of Directories):
8846 Add directory-files-and-attributes.
8847
8848 * display.texi (Refresh Screen): Add force-window-update.
8849 (Invisible Text): Explain about moving point out of invis text.
8850 (Overlay Properties): Add overlay-properties.
8851 (Managing Overlays): Add overlayp.
8852 (GIF Images): Invalid image number displays a hollow box.
8853
8854 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8855 (Killing Buffers): Add buffer-live-p.
8856
88572003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8858
8859 * display.texi (Fringes): Fix typo "set-buffer-window".
8860
88612003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8862
8863 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8864 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8865 Add or change various xrefs and anchors.
8866
8867 * commands.texi: Replace all occurrences of @acronym{CAR} with
8868 @sc{car}, for consistency with the rest of the Elisp manual.
8869 `car' and `cdr' are historically acronyms, but are no longer
8870 widely thought of as such.
8871
8872 * internals.texi (Pure Storage): Mention that `purecopy' does not
8873 copy text properties.
8874 (Object Internals): Now 29 bits are used (in most implementations)
8875 to address Lisp objects.
8876
8877 * variables.texi (Variables with Restricted Values): New node.
8878
8879 * objects.texi (Lisp Data Types): Mention that certain variables
8880 can only take on a restricted set of values and add an xref to
8881 the new node "Variables with Restricted Values".
8882
8883 * eval.texi (Function Indirection): Describe the errors that
8884 `indirect-function' can signal.
8885 (Eval): Clarify the descriptions of `eval-region' and `values'.
8886 Describe `eval-buffer' instead of `eval-current-buffer' and
8887 mention `eval-current-buffer' as an alias for `current-buffer'.
8888 Correct the description and mention all optional arguments.
8889
8890 * nonascii.texi: Various small changes in addition to the
8891 following.
8892 (Converting Representations): Clarify behavior of
8893 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8894 ASCII arguments.
8895 (Character Sets): Document the variable `charset-list' and adapt
8896 the definition of the function `charset-list' accordingly.
8897 (Translation of Characters): Clarify use of generic characters in
8898 `make-translation-table'. Clarify and correct the description of
8899 the use of translation tables in encoding and decoding.
8900 (User-Chosen Coding Systems): Correct and clarify the description
8901 of `select-safe-coding-system'.
8902 (Default Coding Systems): Clarify description of
8903 `file-coding-system-alist'.
8904
89052003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8906
8907 * strings.texi (Text Comparison): Correctly describe when two
8908 strings are `equal'. Combine and clarify descriptions of
8909 `assoc-ignore-case' and `assoc-ignore-representation'.
8910
8911 * objects.texi (Non-ASCII in Strings): Clarify description of
8912 when a string is unibyte or multibyte.
8913 (Bool-Vector Type): Update examples.
8914 (Equality Predicates): Correctly describe when two strings are
8915 `equal'.
8916
89172003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * lists.texi (Building Lists): `append' no longer accepts integer
8920 arguments. Update the description of `number-sequence' to reflect
8921 recent changes.
8922 (Sets And Lists): Describe `member-ignore-case' after `member'.
8923
89242003-11-27 Kim F. Storm <storm@cua.dk>
8925
8926 * commands.texi (Click Events): Click object may be an images.
8927 Describe (dx . dy) element of click positions.
8928 (Accessing Events): Remove duplicate posn-timestamp.
8929 New functions posn-object and posn-object-x-y.
8930
89312003-11-23 Kim F. Storm <storm@cua.dk>
8932
8933 * commands.texi (Click Events): Describe enhancements to event
8934 position lists, including new text-pos and (col . row) items.
8935 Mention left-fringe and right-fringe area events.
8936 (Accessing Events): New functions posn-area and
8937 posn-actual-col-row. Mention posn-timestamp. Mention that
8938 posn-point in non-text area still returns buffer position.
8939 Clarify posn-col-row.
8940
89412003-11-21 Lars Hansen <larsh@math.ku.dk>
8942
8943 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8944 * anti.texi (File Attributes): Describe removed parameter
8945 ID-FORMAT.
8946
89472003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8948
8949 * positions.texi (Positions): Mention that, if a marker is used as
8950 a position, its buffer is ignored.
8951
8952 * markers.texi (Overview of Markers): Mention it here too.
8953
89542003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * numbers.texi (Numeric Conversions): Not just `floor', but also
8957 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8958
89592003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8960
8961 * markers.texi (Creating Markers): Specify insertion type of
8962 created markers. Add xref to `Marker Insertion Types'.
8963 Second argument to `copy-marker' is optional.
8964 (Marker Insertion Types): Mention that most markers are created
8965 with insertion type nil.
8966 (The Mark): Correctly describe when `mark' signals an error.
8967 (The Region): Correctly describe when `region-beginning' and
8968 `region-end' signal an error.
8969
89702003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8971
8972 * hash.texi (Creating Hash): Clarify description of `eql'.
8973 `makehash' is obsolete.
8974 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8975
8976 * positions.texi (Point): Change description of `buffer-end', so
8977 that it is also correct for floating point arguments.
8978 (List Motion): Correct argument lists of `beginning-of-defun' and
8979 `end-of-defun'.
8980 (Excursions): Add xref to `Marker Insertion Types'.
8981 (Narrowing): Argument to `narrow-to-page' is optional.
8982
89832003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8984
8985 * streams.texi (Output Streams): Clarify behavior of point for
8986 marker output streams.
8987
89882003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8989
8990 * variables.texi (Defining Variables): Second argument to
8991 `defconst' is not optional.
8992 (Setting Variables): Mention optional argument APPEND to
8993 `add-to-list'.
8994 (Creating Buffer-Local): Expand description of
8995 `make-variable-buffer-local'.
8996 (Frame-Local Variables): Expand description of
8997 `make-variable-frame-local'.
8998 (Variable Aliases): Correct description of optional argument
8999 DOCSTRING to `defvaralias'. Mention return value of
9000 `defvaralias'.
9001 (File Local Variables): Add xref to `File variables' in Emacs
9002 Manual. Correct description of `hack-local-variables'. Mention
9003 `safe-local-variable' property. Mention optional second argument
9004 to `risky-local-variable-p'.
9005
90062003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9007
9008 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9009
90102003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9011
9012 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9013 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9014 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9015 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9016 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9017 lispref/processes.texi, lispref/searching.texi,
9018 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9019 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9020 @acronym{FOO}.
9021
90222003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9023
9024 * strings.texi (Creating Strings): Argument START to `substring'
9025 can not be `nil'. Expand description of
9026 `substring-no-properties'. Correct description of `split-string',
9027 especially with respect to empty matches. Prevent very bad line
9028 break in definition of `split-string-default-separators'.
9029 (Text Comparison): `string=' and `string<' also accept symbols as
9030 arguments.
9031 (String Conversion): More completely describe argument BASE in
9032 `string-to-number'.
9033 (Formatting Strings): `%s' and `%S' in `format' do require
9034 corresponding object. Clarify behavior of numeric prefix after
9035 `%' in `format'.
9036 (Case Conversion): The argument to `upcase-initials' can be a
9037 character.
9038
90392003-10-27 Kenichi Handa <handa@m17n.org>
9040
9041 * display.texi (Fontsets): Fix texinfo usage.
9042
90432003-10-25 Kenichi Handa <handa@m17n.org>
9044
9045 * display.texi (Fontsets): Add description of the function
9046 set-fontset-font.
9047
90482003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9049
9050 * display.texi (Temporary Displays): Add xref to `Documentation
9051 Tips'.
9052
9053 * functions.texi (Function Safety): Use inforef instead of pxref
9054 for SES.
9055
90562003-10-23 Andreas Schwab <schwab@suse.de>
9057
9058 * Makefile.in (TEX, texinputdir): Don't define.
9059 (TEXI2DVI): Define.
9060 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9061 add $(srcdir)/index.texi.
9062 ($(infodir)/elisp): Remove index.texi dependency.
9063 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9064 (index.texi): Remove target.
9065 (dist): Don't link $(srcdir)/permute-index.
9066 (clean): Don't remove index.texi.
9067
9068 * permute-index, index.perm: Remove.
9069 * index.texi: Rename from index.unperm.
9070
90712003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9072
9073 * tips.texi (Documentation Tips): Document new behavior for face
9074 and variable hyperlinks in Help mode.
9075
90762003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9077
9078 * objects.texi (Integer Type): Update for extra bit of integer range.
9079 (Character Type): Ditto.
9080
90812003-10-16 Eli Zaretskii <eliz@gnu.org>
9082
9083 * numbers.texi (Integer Basics): Add index entries for reading
9084 numbers in hex, octal, and binary.
9085
90862003-10-16 Lute Kamstra <lute@gnu.org>
9087
9088 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9089 argument.
9090
90912003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9092
9093 * windows.texi (Choosing Window): Fix typo.
9094 * edebug.texi (Edebug Execution Modes): Fix typo.
9095
90962003-10-13 Richard M. Stallman <rms@gnu.org>
9097
9098 * windows.texi (Basic Windows): A window has fringe settings,
9099 display margins and scroll-bar settings.
9100 (Splitting Windows): Doc split-window return value.
9101 Clean up one-window-p.
9102 (Selecting Windows): Fix typo.
9103 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9104 (Buffers and Windows): In set-window-buffer, explain effect
9105 on fringe settings and scroll bar settings.
9106 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9107 (Choosing Window): Use defopt for pop-up-frame-function.
9108 For special-display-buffer-names, explain same-window and same-frame.
9109 Clarify window-dedicated-p return value.
9110 (Textual Scrolling): scroll-up and scroll-down can get an error.
9111 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9112 Clarify set-window-hscroll.
9113 (Size of Window): Don't mention tool bar in window-height.
9114 (Coordinates and Windows): Explain what coordinates-in-window-p
9115 returns for fringes and display margins.
9116 (Window Configurations): Explain saving fringes, etc.
9117
9118 * tips.texi (Library Headers): Clean up Documentation.
9119
9120 * syntax.texi (Parsing Expressions): Clean up forward-comment
9121 and parse-sexp-lookup-properties.
9122
9123 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9124
9125 * os.texi (System Environment): Clean up text for load-average errors.
9126
9127 * modes.texi (Hooks): Don't explain local hook details at front.
9128 Clarify run-hooks and run-hook-with-args a little.
9129 Clean up add-hook and remove-hook.
9130
9131 * edebug.texi (Edebug Execution Modes): Clarify t.
9132 Document edebug-sit-for-seconds.
9133 (Coverage Testing): Document C-x X = and =.
9134 (Instrumenting Macro Calls): Fix typo.
9135 (Specification List): Don't index the specification keywords.
9136
91372003-10-10 Kim F. Storm <storm@cua.dk>
9138
9139 * processes.texi (Network): Introduce make-network-process.
9140
91412003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9142
9143 * tips.texi (Library Headers): Fix typo.
9144
91452003-10-07 Juri Linkov <juri@jurta.org>
9146
9147 * modes.texi (Imenu): Mention imenu-create-index-function's
9148 default value. Explain submenus better.
9149
91502003-10-07 Lute Kamstra <lute@gnu.org>
9151
9152 * modes.texi (Faces for Font Lock): Fix typo.
9153 (Hooks): Explain how buffer-local hook variables can refer to
9154 global hook variables.
9155 Various minor clarifications.
9156
91572003-10-06 Lute Kamstra <lute@gnu.org>
9158
9159 * tips.texi (Coding Conventions): Mention naming conventions for
9160 hooks.
9161
91622003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9163
9164 * loading.texi (Library Search): Correct default value of
9165 load-suffixes.
9166 (Named Features): Fix typo.
9167
91682003-10-05 Richard M. Stallman <rms@gnu.org>
9169
9170 * loading.texi (Named Features): In `provide',
9171 say how to test for subfeatures.
9172 (Unloading): In unload-feature, use new var name
9173 unload-feature-special-hooks.
9174
91752003-10-03 Lute Kamstra <lute@gnu.org>
9176
9177 * modes.texi (Major Mode Conventions): Mention third way to set up
9178 Imenu.
9179 (Imenu): A number of small fixes.
9180 Delete documentation of internal variable imenu--index-alist.
9181 Document the return value format of imenu-create-index-function
9182 functions.
9183
91842003-09-30 Richard M. Stallman <rms@gnu.org>
9185
9186 * processes.texi (Network): Say what stopped datagram connections do.
9187
9188 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9189
9190 * display.texi (Overlay Properties): Clarify `evaporate' property.
9191
91922003-09-29 Lute Kamstra <lute@gnu.org>
9193
9194 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9195 constructs should be marked as risky.
9196 Change cons cell into proper list.
9197 (Mode Line Variables): Change cons cell into proper list.
9198
91992003-09-26 Lute Kamstra <lute@gnu.org>
9200
9201 * modes.texi (Mode Line Data): Document the :propertize construct.
9202 (Mode Line Variables): Reorder the descriptions of the variables
9203 to match their order in the default mode-line-format.
9204 Describe the new variables mode-line-position and mode-line-modes.
9205 Update the default values of mode-line-frame-identification,
9206 minor-mode-alist, and default-mode-line-format.
9207 (Properties in Mode): Mention the :propertize construct.
9208
92092003-09-26 Richard M. Stallman <rms@gnu.org>
9210
9211 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9212 * loading.texi, minibuf.texi, text.texi, variables.texi:
9213 Avoid @strong{Note:}.
9214
92152003-09-26 Richard M. Stallman <rms@gnu.org>
9216
9217 * keymaps.texi (Remapping Commands): Fix typo.
9218
92192003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9220
9221 * processes.texi (Low-Level Network): Fix typo.
9222
92232003-09-23 Kim F. Storm <storm@cua.dk>
9224
9225 * processes.texi (Network, Network Servers): Fix typos.
9226 (Low-Level Network): Add timeout value for :server keyword.
9227 Add new option keywords to make-network-process.
9228 Add set-network-process-options.
9229 Explain how to test availability of network options.
9230
92312003-09-19 Richard M. Stallman <rms@gnu.org>
9232
9233 * text.texi (Motion by Indent): Arg to
9234 backward-to-indentation and forward-to-indentation is optional.
9235
9236 * strings.texi (Creating Strings): Add substring-no-properties.
9237
9238 * processes.texi
9239 (Process Information): Add list-processes arg QUERY-ONLY.
9240 Delete process-contact from here.
9241 Add new status values for process-status.
9242 Add process-get, process-put, process-plist, set-process-plist.
9243 (Synchronous Processes): Add call-process-shell-command.
9244 (Signals to Processes): signal-process allows process objects.
9245 (Network): Complete rewrite.
9246 (Network Servers, Datagrams, Low-Level Network): New nodes.
9247
9248 * positions.texi (Word Motion): forward-word, backward-word
9249 arg is optional. Reword.
9250
9251 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9252
9253 * variables.texi (Creating Buffer-Local):
9254 Delete duplicate definition of buffer-local-value.
9255 (File Local Variables): Explain about discarding text props.
9256
92572003-09-11 Richard M. Stallman <rms@gnu.org>
9258
9259 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9260 changes variables that record input events.
9261 (Minibuffer Misc): Add minibuffer-selected-window.
9262
9263 * lists.texi (Building Lists): Add copy-tree.
9264
9265 * display.texi (Fontsets): Add char-displayable-p.
9266 (Scroll Bars): New node.
9267
92682003-09-08 Lute Kamstra <lute@gnu.org>
9269
9270 * modes.texi (%-Constructs): Document new `%i' and `%I'
9271 constructs.
9272
92732003-09-03 Peter Runestig <peter@runestig.com>
9274
9275 * makefile.w32-in: New file.
9276
92772003-08-29 Richard M. Stallman <rms@gnu.org>
9278
9279 * display.texi (Overlay Properties): Clarify how priorities
9280 affect use of the properties.
9281
92822003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9283
9284 * customize.texi (Type Keywords): Correct the description of
9285 `:help-echo' in the case where `motion-doc' is a function.
9286
92872003-08-14 John Paul Wallington <jpw@gnu.org>
9288
9289 * modes.texi (Emulating Mode Line): Subsection, not section.
9290
92912003-08-13 Richard M. Stallman <rms@gnu.org>
9292
9293 * elisp.texi (Top): Update subnode lists in menu.
9294
9295 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9296 (Kill Functions): kill-region has new arg yank-handler.
9297 (Yanking): New node.
9298 (Yank Commands): Add yank-undo-function.
9299 (Low-Level Kill Ring):
9300 kill-new and kill-append have new arg yank-handler.
9301 (Changing Properties): Add remove-list-of-text-properties.
9302 (Atomic Changes): New node.
9303
9304 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9305
9306 * streams.texi (Output Variables): Add eval-expression-print-length
9307 and eval-expression-print-level.
9308
9309 * os.texi (Time Conversion): For encode-time, explain limits on year.
9310
9311 * objects.texi (Character Type): Define anchor "modifier bits".
9312
9313 * modes.texi (Emulating Mode Line): New node.
9314 (Search-based Fontification): Font Lock uses font-lock-face property.
9315 (Other Font Lock Variables): Likewise.
9316
9317 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9318 not vectors.
9319 (Active Keymaps): Add emulation-mode-map-alists.
9320 (Functions for Key Lookup): key-binding has new arg no-remap.
9321 (Remapping Commands): New node.
9322 (Scanning Keymaps): where-is-internal has new arg no-remap.
9323 (Tool Bar): Add tool-bar-local-item-from-menu.
9324 Clarify when to use tool-bar-add-item-from-menu.
9325
9326 * commands.texi (Interactive Call): commandp has new arg.
9327 (Command Loop Info): Add this-original-command.
9328
93292003-08-06 John Paul Wallington <jpw@gnu.org>
9330
9331 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9332
9333 * display.texi (Warning Basics): Fix typo.
9334 (Fringes): Add closing curly bracket and fix typo.
9335
9336 * elisp.texi (Top): Fix typo.
9337
93382003-08-05 Richard M. Stallman <rms@gnu.org>
9339
9340 * elisp.texi: Update lists of subnodes.
9341
9342 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9343
9344 * variables.texi (Local Variables): Use lc for example variable names.
9345
9346 * tips.texi (Library Headers): Explain where to put -*-.
9347
9348 * strings.texi (Creating Strings): Fix xref for vconcat.
9349
9350 * sequences.texi (Vector Functions):
9351 vconcat no longer allows integer args.
9352
9353 * minibuf.texi (Reading File Names): read-file-name has new
9354 arg PREDICATE. New function read-directory-name.
9355
c4cc8b9a 9356 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9357 (Indenting Macros): New node.
9358
9359 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9360 (Window Frame Parameters): Make separate table of parameters
9361 that are coupled with specific face attributes.
9362 (Deleting Frames): delete-frame-hooks renamed to
9363 delete-frame-functions.
9364
9365 * files.texi (Magic File Names): Add file-remote-p.
9366 Clarify file-local-copy.
9367
9368 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9369 here; instead xref Defining Macros.
9370
9371 * display.texi (Warnings): New node, and subnodes.
9372 (Fringes): New node.
9373
9374 * debugging.texi (Test Coverage): New node.
9375
9376 * compile.texi (Compiler Errors): Explain with-no-warnings
9377 and other ways to suppress warnings.
9378
9379 * commands.texi (Interactive Call): Minor clarification.
9380
9381 * buffers.texi (Buffer File Name): set-visited-file-name
9382 renames the buffer too.
9383
9384 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9385
93862003-07-24 Markus Rost <rost@math.ohio-state.edu>
9387
9388 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9389
93902003-07-22 Markus Rost <rost@math.ohio-state.edu>
9391
9392 * internals.texi (Garbage Collection): Fix previous change.
9393
93942003-07-22 Richard M. Stallman <rms@gnu.org>
9395
9396 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9397
9398 * display.texi (Width): Use \s syntax in example.
9399 (Font Selection): Add face-font-rescale-alist.
9400
9401 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9402 Remove spurious indent in example.
9403
9404 * lists.texi (Building Lists): Add number-sequence.
9405
9406 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9407
9408 * functions.texi (Function Documentation): Explain how to
9409 show calling convention explicitly in the doc string.
9410
9411 * windows.texi (Selecting Windows): save-selected-window saves
9412 selected window of each frame.
9413 (Window Configurations): Minor change.
9414
9415 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9416
9417 * streams.texi (Output Variables): Add print-continuous-numbering
9418 and print-number-table.
9419
9420 * processes.texi (Decoding Output): New node.
9421
9422 * os.texi (Time Conversion): decode-time arg is optional.
9423
9424 * objects.texi (Character Type): Don't use space as example for \.
9425 Make list of char names and \-sequences correspond.
9426 Explain that \s is not used in strings. `\ ' needs space after.
9427
9428 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9429 (Translation of Characters): Add translation-table-for-input.
9430 (Default Coding Systems): Add auto-coding-functions.
9431 (Explicit Encoding): Add decode-coding-inserted-region.
9432 (Locales): Add locale-info.
9433
9434 * minibuf.texi (Basic Completion): Describe test-completion.
9435 Collections can be lists of strings.
9436 Clean up lazy-completion-table.
9437 (Programmed Completion): Mention test-completion.
9438 Clarify why lambda expressions are not accepted.
9439 (Minibuffer Misc): Describe minibufferp.
9440
94412003-07-14 Richard M. Stallman <rms@gnu.org>
9442
9443 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9444
9445 * windows.texi (Selecting Windows): New arg to select-window.
9446 (Selecting Windows): Add with-selected-window.
9447 (Size of Window): Add window-inside-edges, etc.
9448
9449 * internals.texi (Garbage Collection): Add post-gc-hook.
9450
9451 * processes.texi (Subprocess Creation): Add exec-suffixes.
9452
9453 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9454 (Scanning Keymaps): Add map-keymaps.
9455 (Defining Menus): Add keymap-prompt.
9456
9457 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9458 most-negative-fixnum.
9459
c4cc8b9a 9460 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9461 (Compiler Errors): New node.
9462
9463 * os.texi (User Identification): user-uid, user-real-uid
9464 can return float.
9465
9466 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9467 and about derived modes.
9468 (Minor Modes): Add minor-mode-list.
9469 (Defining Minor Modes): Keyword args for define-minor-mode.
9470 (Search-based Fontification): Explain managing other properties.
9471 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9472 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9473 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9474
9475 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9476 (Variable Aliases): Clarify defvaralias.
9477
9478 * loading.texi (Library Search): Add load-suffixes.
9479
9480 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9481 (Programmed Completion): Add dynamic-completion-table.
9482
9483 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9484 (Magic File Names): Specify precedence order of handlers.
9485
9486 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9487 and post-command-hook.
9488 (Waiting): New calling convention for sit-for.
9489
9490 * text.texi (Special Properties): local-map and keymap properties
9491 apply based on their stickiness.
9492
94932003-07-07 Richard M. Stallman <rms@gnu.org>
9494
9495 * modes.texi (Minor Mode Conventions): Specify only some kinds
9496 of list values as args to minor modes.
9497
9498 * files.texi (File Name Expansion): Warn about iterative use
9499 of substitute-in-file-name.
9500
9501 * advice.texi (Activation of Advice): Clean up previous change.
9502
95032003-07-06 Markus Rost <rost@math.ohio-state.edu>
9504
9505 * advice.texi (Activation of Advice): Note that ad-start-advice is
9506 turned on by default.
9507
95082003-06-30 Richard M. Stallman <rms@gnu.org>
9509
9510 * text.texi (Buffer Contents): Document current-word.
9511 (Change Hooks): Not called for *Messages*.
9512
9513 * functions.texi (Defining Functions): Explain about redefining
9514 primitives.
f4e90db0 9515 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9516 Comment out the detailed criteria for what is safe.
9517
95182003-06-22 Andreas Schwab <schwab@suse.de>
9519
9520 * objects.texi (Symbol Type): Fix description of examples.
9521
95222003-06-16 Andreas Schwab <schwab@suse.de>
9523
9524 * hash.texi (Creating Hash): Fix description of :weakness.
9525
c8763fb6 95262003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9527
9528 * files.texi (Changing Files): copy-file copies file modes, too.
9529
95302003-05-28 Richard M. Stallman <rms@gnu.org>
9531
9532 * strings.texi (Creating Strings): Clarify split-string.
9533
95342003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9535
9536 * strings.texi (Creating Strings): Update split-string specification
9537 and examples.
9538
95392003-05-19 Richard M. Stallman <rms@gnu.org>
9540
9541 * elisp.texi: Correct invariant section names.
9542
95432003-04-20 Richard M. Stallman <rms@gnu.org>
9544
9545 * os.texi (Timers): Explain about timers and quitting.
9546
95472003-04-19 Richard M. Stallman <rms@gnu.org>
9548
9549 * internals.texi (Writing Emacs Primitives): Strings are
9550 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9551 Explain GCPRO convention for varargs function args.
9552
95532003-04-16 Richard M. Stallman <rms@gnu.org>
9554
9555 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9556
95572003-04-08 Richard M. Stallman <rms@gnu.org>
9558
9559 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9560
95612003-02-13 Kim F. Storm <storm@cua.dk>
9562
9563 * objects.texi (Character Type): New \s escape for space.
9564
95652003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9566
5dcb4c4e 9567 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9568
95692003-01-25 Richard M. Stallman <rms@gnu.org>
9570
9571 * keymaps.texi: Document that a symbol can act as a keymap.
9572
95732003-01-13 Richard M. Stallman <rms@gnu.org>
9574
9575 * text.texi (Changing Properties): Say string indices are origin-0.
9576
9577 * positions.texi (Screen Lines) <compute-motion>:
9578 Correct order of elts in return value.
9579
9580 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9581 how to define a default binding.
9582
95832002-12-07 Markus Rost <rost@math.ohio-state.edu>
9584
9585 * loading.texi (Unloading): Fix recent change for load-history.
9586
9587 * customize.texi (Simple Types): Clarify description of custom
9588 type 'number. Describe new custom type 'float.
9589
95902002-12-04 Markus Rost <rost@math.ohio-state.edu>
9591
9592 * variables.texi (File Local Variables): Fix typo.
9593
c8763fb6 95942002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9595
9596 From Michael Albinus <Michael.Albinus@alcatel.de>.
9597
9598 * README: Target for Info file is `make info'.
9599
5dcb4c4e 9600 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9601 `file-name-sans-extension'.
9602 (Magic File Names): Complete list of operations for magic file
9603 name handlers.
9604
96052002-09-16 Jonathan Yavner <jyavner@engineer.com>
9606
9607 * variables.texi (File Local Variables): New function
9608 risky-local-variable-p.
9609
96102002-09-15 Jonathan Yavner <jyavner@engineer.com>
9611
9612 * functions.texi (Function safety): New node about unsafep.
9613
96142002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9615
5dcb4c4e 9616 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9617 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9618
96192002-06-17 Juanma Barranquero <lektu@terra.es>
9620
9621 * frames.texi (Display Feature Testing): Fix typo.
9622
96232002-06-12 Andreas Schwab <schwab@suse.de>
9624
9625 * frames.texi (Initial Parameters, Resources): Fix references to
9626 the Emacs manual.
9627
96282002-05-13 Kim F. Storm <storm@cua.dk>
9629
9630 * variables.texi (Intro to Buffer-Local): Updated warning and
9631 example relating to changing buffer inside let.
9632
c8763fb6 96332002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9634
9635 * os.texi (Session Management): New node about X Session management.
9636
96372002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9638
9639 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9640 to which the manual corresponds, and the copyright years.
9641
9642 * Makefile.in (VERSION): Set to 2.9.
9643
96442001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9645
9646 * elisp.texi: Change the category in @dircategory to "Emacs", to
9647 make it consistent with info/dir.
9648
96492001-11-25 Miles Bader <miles@gnu.org>
9650
9651 * text.texi (Fields): Describe new `limit' arg in
9652 field-beginning/field-end.
9653
96542001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9655
5dcb4c4e
SM
9656 * permute-index: Don't depend on csh-specific features.
9657 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9658
9659 * two-volume-cross-refs.txt: New file.
9660 * two.el: New file.
9661 * spellfile: New file.
9662
96632001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9664
9665 * permute-index: New file.
9666
9667 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9668 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9669 8+3 restricted namespace.
9670
9671 * Makefile.in (infodir): Define relative to $(srcdir).
9672 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9673 include directories list via -I switch to makeinfo.
9674 (index.texi): Use cp if both hard and symbolic links fail.
9675
96762001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9677
9678 * Makefile.in (distclean): Add.
9679
9680 The following changes make ELisp manual part of the Emacs
9681 distribution:
9682
9683 * Makefile.in: Add Copyright notice.
9684 (prefix): Remove.
9685 (infodir): Change value to "../info".
9686 (VPATH): New variable.
9687 (MAKE): Don't define.
9688 (texmacrodir): Don't define.
9689 (texinputdir): Append the existing value of TEXINPUTS.
9690 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9691 command to be compatible with man/Makefile.in, and to put the
9692 output into ../info.
9693 (info): Add target.
9694 (installall): Target removed.
9695
c8763fb6 96962001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9697
9698 * tips.texi (Coding Conventions): Fix typo.
9699
97002001-10-23 Gerd Moellmann <gerd@gnu.org>
9701
9702 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9703
97042001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9705
9706 * files.texi (File Name Components): Update the description of
9707 file-name-sans-extension and file-name-extension, as they now
9708 ignore leading dots.
9709
97102001-10-20 Gerd Moellmann <gerd@gnu.org>
9711
9712 * (Version 21.1 released.)
9713
97142001-10-19 Miles Bader <miles@gnu.org>
9715
9716 * positions.texi (Text Lines): Describe behavior of
9717 `beginning-of-line'/`end-of-line' in the presence of field properties.
9718
97192001-10-17 Gerd Moellmann <gerd@gnu.org>
9720
9721 * Makefile.in (VERSION): Set to 2.8.
9722 (manual): Use `manual-21'.
9723
9724 * elisp.texi (VERSION): Add and use it where the version
9725 number was used. Set it to 2.8.
9726
9727 * intro.texi: Likewise.
9728
97292001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9730
9731 * files.texi (File Name Completion): Document the significance of
9732 a trailing slash in elements of completion-ignored-extensions.
9733
97342001-10-06 Miles Bader <miles@gnu.org>
9735
9736 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9737
97382001-10-04 Gerd Moellmann <gerd@gnu.org>
9739
9740 * variables.texi (Variable Aliases): New node.
9741
97422001-10-04 Gerd Moellmann <gerd@gnu.org>
9743
9744 * Branch for 21.1.
9745
97462001-10-02 Miles Bader <miles@gnu.org>
9747
9748 * minibuf.texi (Minibuffer Misc): Add entries for
9749 `minibuffer-contents', `minibuffer-contents-no-properties', and
9750 `delete-minibuffer-contents'.
9751 Correct description for `minibuffer-prompt-end'.
9752
9753 * text.texi (Property Search): Correct descriptions of
9754 `next-char-property-change' and `previous-char-property-change'.
9755 Add entries for `next-single-char-property-change' and
9756 `previous-single-char-property-change'.
9757 Make operand names a bit more consistent.
9758
97592001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9760
9761 * frames.texi (Finding All Frames): Document that next-frame and
9762 previous-frame are local to current terminal.
9763
97642001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9765
9766 * keymaps.texi (Creating Keymaps): Fix the description of the
9767 result of make-keymap.
9768
97692001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9770
9771 * display.texi (Font Lookup, Attribute Functions)
9772 (Image Descriptors): Add cross-references to the definition of
9773 selected frame.
9774
9775 * buffers.texi (The Buffer List): Add cross-references to the
9776 definition of selected frame.
9777
9778 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9779 frame at any given time.
9780 (Multiple Displays, Size and Position): Add a cross-reference to
9781 the definition of the selected frame.
9782
97832001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9784
9785 * strings.texi (String Conversion) <string-to-number>: Document
9786 that a float is returned for integers that are too large.
9787
9788 * frames.texi (Mouse Position): Document mouse-position-function.
9789 (Display Feature Testing): Document display-images-p.
9790 (Window Frame Parameters): Document the cursor-type variable.
9791
9792 * numbers.texi (Integer Basics): Document CL style read syntax for
9793 integers in bases other than 10.
9794
5dcb4c4e
SM
9795 * positions.texi (List Motion):
9796 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9797
9798 * lists.texi (Sets And Lists): Document member-ignore-case.
9799
9800 * internals.texi (Garbage Collection): Document the used and free
9801 strings report.
9802 (Memory Usage): Document strings-consed.
9803
9804 * os.texi (Time of Day): Document float-time.
9805 (Recording Input): Document that clear-this-command-keys clears
9806 the vector to be returned by recent-keys.
9807
9808 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9809 argument keymap can be a list.
9810
9811 * nonascii.texi (User-Chosen Coding Systems)
9812 <select-safe-coding-system>: Document the new argument
9813 accept-default-p and the variable
9814 select-safe-coding-system-accept-default-p. Tell what happens if
9815 buffer-file-coding-system is undecided.
9816 (Default Coding Systems): Document auto-coding-regexp-alist.
9817
9818 * display.texi (The Echo Area) <message>: Document
9819 message-truncate-lines.
9820 (Glyphs): Document that the glyph table is unused on windowed
9821 displays.
9822
9823 * help.texi (Describing Characters) <single-key-description>:
9824 Document the new argument no-angles.
9825 (Accessing Documentation) <documentation-property>: Document that
9826 a non-string property is evaluated.
9827 <documentation>: Document that the function-documentation property
9828 is looked for.
9829
9830 * windows.texi (Selecting Windows): Document some-window.
9831
9832 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9833
9834 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9835 apropos-mode-hook.
9836
9837 * commands.texi (Using Interactive): Document interactive-form.
9838 (Keyboard Macros): Document kbd-macro-termination-hook.
9839 (Command Loop Info): Document that clear-this-command-keys clears
9840 the vector to be returned by recent-keys.
9841
98422001-09-04 Werner LEMBERG <wl@gnu.org>
9843
9844 * Makefile.in (srcdir, texinputdir): New variables.
9845 (srcs, index.texi, install): Use $(srcdir).
9846 (.PHONY): Remove elisp.dvi.
9847 (elisp): Use -I switch for makeinfo.
9848 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9849 (installall, dist): Use $(srcdir).
9850 Fix path to texinfo.tex.
9851 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9852
98532001-08-30 Gerd Moellmann <gerd@gnu.org>
9854
9855 * display.texi (Conditional Display): Adjust to API change.
9856
9857 * configure: New file.
9858
98592001-07-30 Gerd Moellmann <gerd@gnu.org>
9860
9861 * commands.texi (Repeat Events): Add description of
9862 double-click-fuzz.
9863
98642001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9865
9866 * syntax.texi (Syntax Class Table): Add the missing designator for
9867 comment and string fences.
9868 (Syntax Properties): Add a xref to syntax table internals.
9869 (Syntax Table Internals): Document string-to-syntax.
9870
98712001-05-07 Gerd Moellmann <gerd@gnu.org>
9872
9873 * Makefile.in (install): Use install-info command line options
9874 like in Emacs' Makefile.in.
9875
98762000-12-09 Miles Bader <miles@gnu.org>
9877
9878 * windows.texi (Window Start): Update documentation for
9879 `pos-visible-in-window-p'.
9880
98812000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9882
9883 * lists.texi (Building Lists): Add footnote to explain how to add
9884 to the end of a list.
9885
98862000-10-25 Gerd Moellmann <gerd@gnu.org>
9887
9888 * files.texi (Visiting Functions): Typos.
9889
98902000-10-25 Kenichi Handa <handa@etl.go.jp>
9891
9892 * files.texi (Visiting Functions): Return value of
9893 find-file-noselect may be a list of buffers if wildcards are used.
9894
98952000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9896
9897 * display.texi (Defining Faces): Document `graphic' display type
9898 in face specs.
9899
b344d29d 99002000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9901
9902 * hooks.texi (Standard Hooks): Replace obsolete
9903 `after-make-frame-hook' with `after-make-frame-functions'.
9904
9905 * frames.texi (Creating Frames): Ditto.
9906
9907 * variables.texi (Future Local Variables): Ditto.
9908
99092000-10-16 Gerd Moellmann <gerd@gnu.org>
9910
9911 * display.texi (Other Image Types): Add description of :foreground
9912 and :background properties of mono PBM images.
9913
99142000-08-17 Werner LEMBERG <wl@gnu.org>
9915
9916 * .cvsignore: New file.
9917
99182000-01-05 Gerd Moellmann <gerd@gnu.org>
9919
9920 * tindex.pl: New script.
9921
99221999-12-03 Dave Love <fx@gnu.org>
9923
9924 * Makefile.in (MAKEINFO): New parameter.
9925
99261999-09-17 Richard Stallman <rms@gnu.org>
9927
9928 * Makefile.in (srcs): Add hash.texi.
9929 (VERSION): Update to 20.6.
9930
99311999-09-13 Richard Stallman <rms@gnu.org>
9932
9933 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9934
99351998-08-29 Karl Heuer <kwzh@gnu.org>
9936
9937 * configure.in: New file.
9938 * Makefile.in: Renamed from Makefile.
9939 (prefix, infodir): Use value obtained from configure.
9940 (emacslibdir): Obsolete variable deleted.
9941 (dist): Distribute configure.in, configure, Makefile.in.
9942
99431998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9944
9945 * Makefile (INSTALL_INFO): New variable.
9946 (install): Run install-info.
9947
99481998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9949
9950 * Makefile (elisp.dvi): Add missing backslash.
9951
99521998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9953
9954 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9955 Run texindex without `./'. Always run texindex on elisp.tp.
9956 (elisp.tps): Target deleted.
9957
99581998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9959
9960 * Makefile (srcs): Add nonascii.texi and customize.texi.
9961 (dist): Start by deleting `temp'.
9962
99631998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9964
9965 * Makefile (makeinfo, texindex): Targets deleted.
9966 (makeinfo.o, texindex.o): Targets deleted.
9967 (clean, dist): Don't do anything with them or with getopt*.
9968
99691998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9970
9971 * Makefile (SHELL): Defined.
9972
99731998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9974
9975 * Makefile (elisp.tps): New target.
9976 (elisp.dvi): Depend on elisp.tps.
9977
c5602427 99781996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9979
9980 * README: Update phone number.
9981
9982 * Makefile (elisp): Make this be the default target.
9983 Depend on makeinfo.c instead of makeinfo.
9984 (install): Don't depend on elisp.dvi, since we don't install that.
9985 Use mkinstalldirs.
9986 (dist): Add mkinstalldirs.
9987
c5602427 99881995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9989
9990 * Makefile (VERSION): Update version number.
5dcb4c4e 9991 (maintainer-clean): Rename from realclean.
b8d4c8d0 9992
c5602427 99931995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9994
9995 * Makefile (realclean): New target.
9996 (elisp): Remove any old elisp-* files first.
9997
c5602427 99981993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9999
10000 * Makefile (VERSION): New variable.
10001 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10002 Compressed file suffix should be `.gz', not `.z'.
10003
ce058493 100041993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10005
10006 * Makefile (elisp): Depend on makeinfo.
10007
c5602427 100081993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10009
10010 * Makefile (srcs): Add anti.texi.
10011
c5602427 100121993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10013
10014 * Makefile (infodir, prefix): New vars.
10015 (install): Use infodir.
f4e90db0 10016 (emacsinfodir): Delete.
b8d4c8d0 10017
c5602427 100181993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10019
10020 * Makefile (srcs): Add calendar.texi.
10021
10022 * Makefile (dist): Copy texindex.c and makeinfo.c.
10023 Limit elisp-* files to those with one or two digits.
10024
c5602427 100251993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10026
f4e90db0 10027 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10028
c5602427 100291993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10030
10031 * loading.texi (Unloading): define-function changed back to
10032 defalias. It may not stay this way, but at least it's
10033 consistent with the known-good version of the code patch.
10034
c5602427 100351993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10036
10037 * modes.texi (Hooks): Document new optional arg of add-hook.
10038
c5602427 100391993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10040
10041 * variables.texi: Document nil initial value of buffer-local variables.
10042
10043 * tips.texi: Add new section on standard library headers.
10044
c5602427 100451993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10046
10047 * Makefile (srcs): Add frame.texi to the list of sources.
10048
c5602427 100491993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10050
10051 * Makefile (dist): Don't bother excluding autosave files; they'll
10052 never make it into the temp directory anyway, and the hash marks
10053 in the name are problematic for make and the Bourne shell.
10054 (srcs):
10055
c5602427 100561993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10057
10058 * Makefile (dist): Don't include backup files or autosave files in
10059 the distribution tar file.
10060
c5602427 100611991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10062
5dcb4c4e 10063 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10064 (elisp.dvi): Remove erroneous shell comment.
10065 Expect output of permute-index in permuted.fns.
10066 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10067 (clean): Add index.texi to be deleted.
b8d4c8d0 10068
c5602427 100691990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10070
10071 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10072
c5602427 100731990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10074
10075 * files.texi: Noted that completion-ignored-extensions is ignored
10076 when making *Completions*.
10077
3e868ee3 100781990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10079
10080 * Makefile make dist now depends on elisp.dvi, since it tries
10081 to include it in the dist file.
10082
c5602427 100831990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10084
c5602427 10085 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10086
c5602427 100871989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10088
10089 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10090 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10091
c5602427 100921989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10093
10094 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10095 and @error{} are the terms now being used. The files in the
10096 directory have been changed to reflect this.
10097
10098 * All instances of @indentedresultt{} have been changed to
333f9019 10099 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10100
c5602427 101011989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10102
10103 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10104 experimental @indentedresult{}, @indentedexpandsto{} are part of
10105 the texinfo.tex in this directory. These TeX macros are not
10106 stable yet.
10107
c5602427 101081989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10109
10110 * texinfo.tex: Temporarily added
10111 \let\result=\dblarrow
10112 \def\error{{\it ERROR} \longdblarrow}
10113 We need to do this better soon.
10114
c5602427 101151989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10116
10117 * Applied Karl Berry's patches to *.texinfo files, but not to
10118 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10119 new title page format is also not applied, since it requires
10120 texinfo.tex changes.)
10121
10122 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10123 for the Project GNU development environment.
10124
10125;; Local Variables:
c8763fb6 10126;; coding: utf-8
b8d4c8d0
GM
10127;; End:
10128
acaf905b 10129 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10130
10131 This file is part of GNU Emacs.
10132
352c8b4a 10133 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10134 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10135 the Free Software Foundation, either version 3 of the License, or
10136 (at your option) any later version.
b8d4c8d0
GM
10137
10138 GNU Emacs is distributed in the hope that it will be useful,
10139 but WITHOUT ANY WARRANTY; without even the implied warranty of
10140 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10141 GNU General Public License for more details.
10142
10143 You should have received a copy of the GNU General Public License
352c8b4a 10144 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.