nnimap.el: Fix inloop if the server dies before the async -finish is called
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
649f602c
GM
12012-02-05 Glenn Morris <rgm@gnu.org>
2
3 * debugging.texi (Error Debugging): Mention debug-on-event default.
4
34c99998
GM
52012-02-04 Glenn Morris <rgm@gnu.org>
6
8f05da42
GM
7 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
8
7aa5aad8
GM
9 * debugging.texi (Error Debugging): Mention debug-on-event.
10 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
11
c7291ad9
GM
12 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
13
34c99998
GM
14 * text.texi (Buffer Contents):
15 Update filter-buffer-substring description.
16
735cc5ca
CY
172012-02-04 Chong Yidong <cyd@gnu.org>
18
19 * functions.texi (What Is a Function): Add closures. Mention
20 "return value" terminology. Add xref for command-execute. Remove
21 unused "keystroke command" terminology.
22 (Lambda Expressions): Give a different example than in the
23 following subsection. Add xref to Anonymous Functions.
24 (Function Documentation): Remove gratuitous markup.
25 (Function Names): Move introductory text to `What Is a Function'.
26 (Defining Functions): Fix defun argument spec.
27 (Anonymous Functions): Document lambda macro explicitly. Mention
28 effects on lexical binding.
29 (Function Cells): Downplay direct usage of fset.
30 (Closures): New node.
31 (Inline Functions): Remove "open-code" terminology.
32 (Declaring Functions): Minor tweak; .m is not C code.
33
34 * variables.texi (Variables): Don't refer to "global value".
35 (Local Variables, Void Variables): Copyedits.
36 (Lexical Binding): Minor clarification of example.
37 (File Local Variables): Mention :safe and :risky defcustom args.
38 (Lexical Binding): Add xref to Closures node.
39
94bc7984
GM
402012-02-04 Glenn Morris <rgm@gnu.org>
41
42 * minibuf.texi (High-Level Completion): Updates for read-color.
43
4f5a10ef
GM
442012-02-03 Glenn Morris <rgm@gnu.org>
45
eea14f31
GM
46 * display.texi (GIF Images): Mention animation.
47 Remove commented-out old example of animation.
48 (Animated Images): New subsection.
49 * elisp.texi (Top):
50 * vol1.texi (Top):
51 * vol2.texi (Top): Add Animated Images menu entry.
52
4f5a10ef
GM
53 * display.texi (Image Formats): Remove oddly specific information
54 on versions of image libraries.
204e728d 55 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 56
12f381b7
GM
572012-02-02 Glenn Morris <rgm@gnu.org>
58
1b9f60cc
GM
59 * processes.texi (Synchronous Processes):
60 Mention call-process's :file gets overwritten.
61
7e2734bc
GM
62 * commands.texi (Reading One Event):
63 * help.texi (Help Functions): Document read-char-choice.
64
f58b9822
GM
65 * hooks.texi (Standard Hooks):
66 * modes.texi (Keymaps and Minor Modes):
67 * text.texi (Commands for Insertion): Document post-self-insert-hook.
68
69 * hooks.texi (Standard Hooks): Add prog-mode-hook.
70
12f381b7
GM
71 * hooks.texi (Standard Hooks):
72 * modes.texi (Major Mode Conventions, Mode Hooks):
73 Document change-major-mode-after-body-hook.
74
7a9a2fc6
GM
752012-02-01 Glenn Morris <rgm@gnu.org>
76
77 * modes.texi (Defining Minor Modes):
78 Mention disabling global minor modes on a per-major-mode basis.
79
a037c171
CY
802012-01-31 Chong Yidong <cyd@gnu.org>
81
82 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
83 (Parser State): Remove unnecessary statement (Bug#10661).
84
85 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
86
56afad3a
GM
872012-01-31 Glenn Morris <rgm@gnu.org>
88
89 * modes.texi (Defining Minor Modes):
90 Document define-minor-mode's new :variable keyword.
91
0f29fa41
CY
922012-01-29 Chong Yidong <cyd@gnu.org>
93
837a390a
CY
94 * syntax.texi (Syntax Class Table): Tweak description of newline
95 char syntax (Bug#9619).
96
0f29fa41
CY
97 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
98 description (Bug#10189).
99
182148ee
GM
1002012-01-29 Glenn Morris <rgm@gnu.org>
101
a49ca6b9
GM
102 * files.texi (Changing Files): Document SELinux support.
103
182148ee
GM
104 * windows.texi (Window Sizes): Fix typo.
105
9962192e
CY
1062012-01-28 Chong Yidong <cyd@gnu.org>
107
8c6e1920
CY
108 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
109 doc (Bug#8568).
110
9583ec59
CY
111 * frames.texi (Input Focus): Add NORECORD arg to
112 select-frame-set-input-focus. Clarify its role in select-frame.
113
10256988
CY
114 * text.texi (Transposition): We don't use transpose-region as an
115 internal subroutine (Bug#3249).
116
9962192e
CY
117 * modes.texi (Example Major Modes): Update Lisp example code to
118 current sources. Delete the old non-derived-major-mode example,
119 which has diverged badly from current sources.
120
2aa43abb
GM
1212012-01-27 Glenn Morris <rgm@gnu.org>
122
123 * makefile.w32-in (texinputdir): Fix (presumed) typo.
124 (VERSION, manual): Remove, unused.
125
9f40220d
CY
1262012-01-27 Chong Yidong <cyd@gnu.org>
127
128 * commands.texi (Command Overview): Minor clarification (Bug#10384).
129
acc28cb9
CY
1302012-01-26 Chong Yidong <cyd@gnu.org>
131
132 * searching.texi (String Search): Document negative repeat count
133 (Bug#10507).
134
48da7392
GM
1352012-01-26 Glenn Morris <rgm@gnu.org>
136
137 * variables.texi (Using Lexical Binding):
138 Mention that lexical-binding should be set in the first line.
139
69b0acb9
LI
1402012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
141
142 * macros.texi (Defining Macros): Don't claim that `declare' only
143 affects Edebug and indentation.
144
543757a8
LI
1452012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
146
147 * macros.texi (Defining Macros): Slight `declare' fixup.
148
450e3cae
GM
1492012-01-25 Glenn Morris <rgm@gnu.org>
150
24189ce0 151 * makefile.w32-in (texinputdir):
450e3cae
GM
152 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
153
1021c761
CY
1542012-01-24 Chong Yidong <cyd@gnu.org>
155
156 * variables.texi (Variables, Local Variables, Void Variables):
157 Edit to make the descriptions less specific to dynamic binding.
158 (Local Variables): Default max-specpdl-size is now 1300.
159 (Defining Variables): Edits for lexical scoping. Delete
160 information about starting docstrings with *. De-document
161 user-variable-p.
162 (Tips for Defining): Remove an unimportant discussion of quitting
163 in the middle of a load.
164 (Accessing Variables, Setting Variables): Discuss lexical binding.
165 (Variable Scoping): Rewrite.
166 (Scope, Extent, Impl of Scope): Nodes deleted.
167 (Dynamic Binding): New node, with material from Scope, Extent, and
168 Impl of Scope nodes.
169 (Dynamic Binding Tips): Rename from Using Scoping.
170 (Lexical Binding): Rewrite.
171 (Using Lexical Binding): Rename from Converting to Lexical
172 Binding. Convert to subsection.
173
174 * customize.texi (Variable Definitions): Add custom-variable-p.
175 Move user-variable-p documentation here.
176
31cbea1d
CY
1772012-01-23 Chong Yidong <cyd@gnu.org>
178
179 * strings.texi (Text Comparison): Minor qualification.
180
181 * lists.texi (Cons Cells): Copyedits.
182 (List Elements): Mention push.
183 (List Variables): Mention pop.
184 (Rings): Move to sequences.texi.
185
186 * sequences.texi (Sequence Functions): Don't repeat the
187 introduction already given in the parent.
188 (Vectors): Copyedits.
189 (Rings): Move from lists.texi. Note that this is specific to the
190 ring package.
191
192 * symbols.texi (Definitions, Symbol Components): Mention variable
193 scoping issues.
194 (Plists and Alists): Copyedits.
195
196 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
197 correctness with lexical scoping.
198 (Eval): Copyedits.
199
fead402d
CY
2002012-01-21 Chong Yidong <cyd@gnu.org>
201
202 * intro.texi (A Sample Function Description): Special notation
203 used for macros too.
204
205 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
206 (Symbol Type): Add xref for keyword symbols.
207 (Sequence Type): Clarify differences between sequence types.
208 (Cons Cell Type): Add "linked list" index entry.
209 (Non-ASCII in Strings): Copyedits.
210 (Equality Predicates): Symbols with same name need not be eq.
211
212 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
213 ldexp. Move float-e and float-pi to Math Functions node.
214
61086eb6
GM
2152012-01-21 Glenn Morris <rgm@gnu.org>
216
217 * modes.texi (Auto Major Mode):
218 * variables.texi (File Local Variables):
219 Mention inhibit-local-variables-regexps.
220
34a02f46
MR
2212012-01-19 Martin Rudalics <rudalics@gmx.at>
222
223 * windows.texi (Window Configurations): Rewrite references to
224 persistent window parameters.
225 (Window Parameters): Fix description of persistent window
226 parameters.
227
f5064cae
JB
2282012-01-16 Juanma Barranquero <lekktu@gmail.com>
229
230 * windows.texi (Window Parameters): Use @pxref.
231
6a6ee00d
MR
2322012-01-16 Martin Rudalics <rudalics@gmx.at>
233
234 * windows.texi (Window Configurations, Window Parameters):
235 Describe persistent window parameters.
236
9ca4c014
SM
2372011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * variables.texi (Creating Buffer-Local): Warn against misuses of
240 make-variable-buffer-local (bug#10258).
241
d027f83d
LMI
2422012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
243
244 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
245
89bd9ccd
CY
2462012-01-06 Chong Yidong <cyd@gnu.org>
247
248 * variables.texi (Directory Local Variables): Document
249 hack-dir-local-variables-non-file-buffer.
250
c869783d
GM
2512012-01-06 Glenn Morris <rgm@gnu.org>
252
253 * maps.texi (Standard Keymaps): Refer to Info-edit by name
254 rather than by keybinding.
255
2cae5ba4
JB
2562011-12-29 Juanma Barranquero <lekktu@gmail.com>
257
258 * frames.texi (Font and Color Parameters): Add @pxref.
259
43da4d08
DC
2602011-12-29 Daniel Colascione <dan.colascione@gmail.com>
261
262 * frames.texi (Font and Color Parameters):
263 Document w32 font backends (bug#10399).
264
8d80ef01
PE
2652011-12-28 Paul Eggert <eggert@cs.ucla.edu>
266
267 * files.texi (File Attributes, Changing Files):
268 Use a more-natural notation for octal numbers.
269
9022ae07
JB
2702011-12-23 Juanma Barranquero <lekktu@gmail.com>
271
272 * variables.texi (Variables with Restricted Values):
273 Change reference to variable (bug#10354).
274
454592a6
MR
2752011-12-13 Martin Rudalics <rudalics@gmx.at>
276
277 * windows.texi (Splitting Windows): Use t instead of non-nil
278 when describing window-combination-resize.
279
a7cdbfce
SM
2802011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * text.texi (Special Properties): Warn against `intangible' properties
283 (bug#10222).
284
a3dcc84e
EZ
2852011-11-26 Eli Zaretskii <eliz@gnu.org>
286
579ebf8f
EZ
287 * display.texi (Truncation):
288 * text.texi (Special Properties): Describe what a stretch-glyph is
289 instead of using that term without explanation. Make the
290 cross-references more accurate.
291
a3dcc84e
EZ
292 * display.texi (Usual Display): Update the description,
293 cross-references, and indexing related to display of control
294 characters and raw bytes.
295
94af99a4
MR
2962011-11-25 Martin Rudalics <rudalics@gmx.at>
297
298 * windows.texi (Splitting Windows): Fix description of
299 window-combination-limit. Suggested by Eli Zaretskii.
300
1c3d7a13
CY
3012011-11-23 Chong Yidong <cyd@gnu.org>
302
303 * windows.texi (Window Sizes): Move window-top-line,
304 window-left-column, and window-*-pixel-edges to Coordinates and
305 Windows node.
306 (Coordinates and Windows): Restore window-edges doc.
307
90151a1e
MR
3082011-11-21 Martin Rudalics <rudalics@gmx.at>
309
a7cdbfce
SM
310 * windows.texi (Windows and Frames, Splitting Windows):
311 Fix typos.
90151a1e 312
a9b9b7f5
CY
3132011-11-21 Chong Yidong <cyd@gnu.org>
314
315 * windows.texi (Splitting Windows): Fix error in documentation of
316 window-combination-limit.
317 (Cyclic Window Ordering): Minor fixes to next-window,
318 one-window-p, and get-lru-window docs. Don't document
319 window-list-1.
320 (Buffers and Windows): Copyedits.
321 (Choosing Window): Document special handling of special-display-*.
322 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
323 Don't document even-window-heights, which is going away.
324 Clarify which options are obeyed by which action functions.
a9b9b7f5 325
f4e90db0
SM
3262011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
329
d2999b1a
MR
3302011-11-20 Martin Rudalics <rudalics@gmx.at>
331
f4e90db0
SM
332 * windows.texi (Resizing Windows, Splitting Windows):
333 Remove term "status" when talking about combination limits.
d2999b1a 334
cd1181db
JB
3352011-11-20 Juanma Barranquero <lekktu@gmail.com>
336
337 * compile.texi (Compiler Errors):
338 * help.texi (Help Functions): Fix typos.
339
7bf54975
CY
3402011-11-19 Chong Yidong <cyd@gnu.org>
341
342 * windows.texi (Splitting Windows): Clarify role of window
343 parameters in split-window. Shorten the example.
f4e90db0
SM
344 (Deleting Windows): Rewrite intro to handle internal windows.
345 Fix delete-windows-on doc.
7bf54975
CY
346 (Selecting Windows): Copyedits.
347
a0c2d0ae
MR
3482011-11-17 Martin Rudalics <rudalics@gmx.at>
349
350 * windows.texi (Resizing Windows, Splitting Windows)
351 (Deleting Windows): Use term window-combination-resize instead
352 of window-splits.
353
b6f67890
MR
3542011-11-16 Martin Rudalics <rudalics@gmx.at>
355
f4e90db0
SM
356 * windows.texi (Resizing Windows, Splitting Windows):
357 Rename occurrences of window-nest to window-combination-limit.
b6f67890 358
0b381c7e
JB
3592011-11-14 Juanma Barranquero <lekktu@gmail.com>
360
361 * intro.texi (Lisp History): Fix typo.
362
89d61221
MR
3632011-11-12 Martin Rudalics <rudalics@gmx.at>
364
f4e90db0
SM
365 * windows.texi (Splitting Windows, Deleting Windows):
366 Remove references to splits status of windows.
89d61221 367
b2621720
GM
3682011-11-10 Glenn Morris <rgm@gnu.org>
369
370 * buffers.texi (Read Only Buffers): Expand a bit on why
371 toggle-read-only should only be used interactively. (Bug#7292)
372
d2ad7ee1
CY
3732011-11-09 Chong Yidong <cyd@gnu.org>
374
375 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 376 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
377 window-inside-absolute-pixel-edges.
378 (Resizing Windows): shrink-window-if-larger-than-buffer works on
379 non-full-width windows.
380
2cffd681
MR
3812011-11-09 Martin Rudalics <rudalics@gmx.at>
382
383 * windows.texi (Resizing Windows): Rewrite documentation of
384 window-resizable.
385
f6f6d7e7
CY
3862011-11-09 Chong Yidong <cyd@gnu.org>
387
388 * windows.texi (Splitting Windows): Simplify example.
389
a79db6e0
CY
3902011-11-08 Chong Yidong <cyd@gnu.org>
391
392 * windows.texi (Window Sizes): Copyedits. Document
393 window-text-height. Remove window-min-height and window-min-width
394 discussion, referring instead to Emacs manual.
395 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
396 (Resizing Windows): Simplify introduction. Don't document
397 enlarge-window, shrink-window, enlarge-window-horizontally, and
398 shrink-window-horizontally; they are no longer preferred for
399 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 400
441950c7
GM
4012011-11-07 Glenn Morris <rgm@gnu.org>
402
403 * windows.texi (Choosing Window): Fix keybinding typo.
404
be7f5545
MR
4052011-11-07 Martin Rudalics <rudalics@gmx.at>
406
407 * windows.texi (Resizing Windows, Splitting Windows)
408 (Window Configurations): Use "child window" instead of
409 "subwindow".
410
291d142b
CY
4112011-11-06 Chong Yidong <cyd@gnu.org>
412
413 * windows.texi (Basic Windows): Clarify various definitions.
414 Treat window-normalize-* as internal; don't document them.
415 (Windows and Frames): Various clarifications, e.g. non-live
416 windows also belong to frames. Fix window-list description.
417 Simplify window nesting example.
f4e90db0
SM
418 (Splitting Windows, Window Configurations):
419 Use split-window-below.
291d142b 420
89bd5ee1
EZ
4212011-11-04 Eli Zaretskii <eliz@gnu.org>
422
423 * windows.texi (Window Sizes): Mention in the doc string that the
424 return values of `window-body-height' and `window-body-width' are
425 in frame's canonical units. (Bug#9949)
426
3d8daefe
MR
4272011-10-30 Martin Rudalics <rudalics@gmx.at>
428
429 * windows.texi (Windows and Frames): Remove "iso-" infix from
430 documentation of window-iso-combined-p.
431
60754666
CY
4322011-10-26 Chong Yidong <cyd@gnu.org>
433
434 * modes.texi (Running Hooks): Document with-wrapper-hook.
435
d366bd53
CY
4362011-10-18 Chong Yidong <cyd@gnu.org>
437
438 * display.texi (Glyphless Chars): New node.
439
50b063c3
CY
4402011-10-13 Chong Yidong <cyd@stupidchicken.com>
441
442 * text.texi (Yanking): Document yank-excluded-properties.
443
444 * package.texi (Packaging Basics): The commentary should say how
445 to begin using the package.
446
c72063fa
MR
4472011-10-11 Martin Rudalics <rudalics@gmx.at>
448
449 * windows.texi (Deleting Windows): Mention which window gets
450 selected when deleting the selected window.
451
d83dc65b
MR
4522011-10-09 Martin Rudalics <rudalics@gmx.at>
453
454 * buffers.texi (The Buffer List): Describe how bury-buffer deals
455 with the selected window.
456 * windows.texi (Buffers and Windows): Reformulate text on how
457 replace-buffer-in-windows deals with a window.
458 (Quitting Windows): Describe how quit-window deals with a
459 standalone frame. Describe new option frame-auto-hide-function.
460
c599682c
GM
4612011-10-08 Glenn Morris <rgm@gnu.org>
462
48bca619
GM
463 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
464
c599682c
GM
465 * positions.texi (Excursions): Update warning message.
466
969aa734
CY
4672011-10-05 Chong Yidong <cyd@stupidchicken.com>
468
f4e90db0
SM
469 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
470 Fix Emacs manual xref (Bug#9675).
969aa734 471
550f41cd
CY
4722011-10-01 Chong Yidong <cyd@stupidchicken.com>
473
474 * windows.texi (Textual Scrolling): Document scroll-up-command,
475 scroll-down-command, scroll-error-top-bottom, and the
476 scroll-command symbol property.
717a1362
CY
477 (Display Action Functions): Fix description of
478 display-buffer-pop-up-window.
550f41cd 479
a239d4e9
JB
4802011-09-28 Juanma Barranquero <lekktu@gmail.com>
481
482 * windows.texi (Splitting Windows): Fix typos.
483
590c056d
MR
4842011-09-25 Martin Rudalics <rudalics@gmx.at>
485
486 * windows.texi (Windows and Frames, Display Action Functions)
487 (Switching Buffers): Fix some typos.
488 (Buffers and Windows): Remove reference to window-auto-delete.
489 Reword description of replace-buffer-in-windows.
490 (Window History): Fix some typos and refer to frame local buffer
491 list.
c419f5cb
MR
492 (Quitting Windows): New node.
493 (Window Configurations): Add descriptions of window-state-get
494 and window-state-put.
495 (Window Parameters): Describe variable ignore-window-parameters.
496 Sketch some window parameters currently in use.
497 * elisp.texi (Top): Update node listing.
590c056d 498
9ec20d36
CY
4992011-09-25 Chong Yidong <cyd@stupidchicken.com>
500
501 * windows.texi (Display Action Functions)
502 (Choosing Window Options): New nodes.
503
0e406a72
CY
5042011-09-24 Chong Yidong <cyd@stupidchicken.com>
505
506 * windows.texi (Window History): New node. Move text here from
507 Buffers and Windows.
508 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
509 don't document display-buffer here; callers changed.
510 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
511 switch-to-buffer-other-frame. Delete duplicate
512 replace-buffer-in-windows doc.
513 (Choosing Window): Document display actions.
514
6bf7006f
EZ
5152011-09-24 Eli Zaretskii <eliz@gnu.org>
516
517 * display.texi (Forcing Redisplay): Update the description of
518 redisplay-dont-pause due to change in the default value.
519
b33b68a3
MR
5202011-09-23 Martin Rudalics <rudalics@gmx.at>
521
522 * frames.texi (Frames and Windows): Move section and rename to
523 Windows and Frames in windows.texi.
524 * windows.texi (Windows): Restructure.
525 (Basic Windows): Rewrite. Explain live and internal windows and
526 normalization functions.
527 (Windows and Frames): Move section here from frames.texi.
528 Describe subwindows, window combinations, window tree, and
529 corresponding functions including window-list here.
530 (Window Sizes): Rename section from Size of Window and move it
531 up in chapter. Describe total and body sizes and the
532 corresponding functions. Explain new semantics of
533 window-min-height/-width.
534 (Resizing Windows): Move section up in chapter. Describe new
535 resize functions.
536 (Splitting Windows): Describe new behavior of split-window,
537 split-window-above-each-other and split-window-side-by-side.
538 Provide examples. Describe window-nest and window-splits
539 options.
540 (Deleting Windows): Minor rewrite.
f4e90db0
SM
541 (Selecting Windows): Minor rewrite.
542 Describe frame-selected-window and set-frame-selected-window here.
543 (Cyclic Window Ordering): Minor rewrite.
544 Describe window-list-1.
b33b68a3
MR
545 (Buffers and Windows): Rewrite. Explain a window's previous and
546 next buffers and the corresponding functions.
c4682d18 547 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
548 * elisp.texi (Top): Update node listings for frames and windows
549 sections.
550
4d3786ac
SM
5512011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
554
713df35b
LMI
5552011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
556
557 * errors.texi (Standard Errors): Remove apparent placeholder text
558 (bug#9491).
559
33ed493b
CY
5602011-09-18 Chong Yidong <cyd@stupidchicken.com>
561
562 * frames.texi (Management Parameters): Fix description of
563 icon-type parameter.
564
b8f0a954
CY
5652011-09-17 Chong Yidong <cyd@stupidchicken.com>
566
567 * tips.texi (Key Binding Conventions): Don't bind a key sequence
568 ending in C-g. Suggested by Edward O'Connor.
569
eddf142c
EZ
5702011-09-17 Eli Zaretskii <eliz@gnu.org>
571
572 * numbers.texi (Integer Basics): Add indexing for
573 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
574
bf1af6c7
DM
5752011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
576
577 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
578
cec2eab8
JB
5792011-09-11 Juanma Barranquero <lekktu@gmail.com>
580
581 * processes.texi (Network Servers): Clarify what the process
582 buffer is used for (bug#9233).
583
51751aa2 5842011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
585
586 * lists.texi (Building Lists): Fix typo.
587
35137ed3
CY
5882011-08-30 Chong Yidong <cyd@stupidchicken.com>
589
590 * display.texi (Basic Faces): New node. Document new faces.
591
592 * modes.texi (Major Mode Conventions): Move some text there.
593 (Mode Help): Remove major-mode var, duplicated in Major Modes.
594
3fd50d5c
CY
5952011-08-29 Chong Yidong <cyd@stupidchicken.com>
596
597 * modes.texi (Basic Major Modes): New node. Callers updated.
598 (Major Modes): Document fundamental-mode and major-mode.
599 (Major Mode Basics): Node deleted; text moved to Major Modes.
600 (Derived Modes): Document derived-mode-p.
601
ddb54206
CY
6022011-08-28 Chong Yidong <cyd@stupidchicken.com>
603
a6326082
CY
604 * files.texi (Changing Files, Create/Delete Dirs): Document new
605 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
606 (Visiting Functions): Remove view-file; it is documented in the
607 Emacs manual.
04e2ce72 608
ddb54206
CY
609 * frames.texi (Layout Parameters): The defaults for the
610 menu-bar-lines and tool-bar-lines parameters depend on the mode.
611
612 * display.texi (Progress): Document spinner functionality.
613
614 * os.texi (Killing Emacs): Note that kill-emacs can be called by
615 operating system signals. Refer to save-buffers-kill-terminal
616 instead of save-buffers-kill-emacs.
617
618 * objects.texi (Symbol Type): Document ## print representation.
619
0c95fcf7
EZ
6202011-08-25 Eli Zaretskii <eliz@gnu.org>
621
622 * display.texi (Specified Space): Mention that `space' specs
623 influence bidi reordering.
624 (Bidirectional Display): Explain how to use `(space . PROPS)' for
625 separating fields with bidirectional content.
626
5980d4c6
EZ
6272011-08-24 Eli Zaretskii <eliz@gnu.org>
628
629 * display.texi (Bidirectional Display): Document return value in
630 buffers that are not bidi-reordered for display, and in unibyte
631 buffers.
632
bca633fb
EZ
6332011-08-23 Eli Zaretskii <eliz@gnu.org>
634
635 * nonascii.texi (Character Properties): Document the values for
636 unassigned codepoints.
637
c094bb0c
EZ
6382011-08-18 Eli Zaretskii <eliz@gnu.org>
639
640 * nonascii.texi (Character Properties): Document use of
641 `bidi-class' and `mirroring' properties as part of reordering.
642 Provide cross-references to "Bidirectional Display".
643
644 * display.texi (Bidirectional Display): Document the pitfalls of
645 concatenating strings with bidirectional content, with possible
f4e90db0
SM
646 solutions. Document bidi-string-mark-left-to-right.
647 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
648 Document use of `bidi-class' and `mirroring' properties as part of
649 reordering.
c094bb0c 650
1ea897d5
EZ
6512011-08-16 Eli Zaretskii <eliz@gnu.org>
652
9adfcd0b
EZ
653 * modes.texi (Major Mode Conventions): Improve the documentation
654 of `mode-class' `special' modes.
655
10862873
EZ
656 * nonascii.texi (Character Properties): Document the `mirroring'
657 property. Add index entries.
658
1ea897d5
EZ
659 * syntax.texi (Categories): Add an example of defining a new
660 category and category table.
661
662 * searching.texi (Regexp Backslash): Document how to display
663 existing categories. Mention the possibility of adding
664 categories, and add an xref to where this is described. Add an
665 index entry.
666
ebb552ed
CY
6672011-08-09 Chong Yidong <cyd@stupidchicken.com>
668
669 * text.texi (Special Properties):
670 * display.texi (Overlay Properties): Note that mouse-face cannot
671 change the text size (Bug#8530).
672
51a714e1
CY
6732011-08-08 Chong Yidong <cyd@stupidchicken.com>
674
675 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
676 using setenv instead.
677
4cc60b9b
EZ
6782011-07-28 Eli Zaretskii <eliz@gnu.org>
679
680 * display.texi (Bidirectional Display): Document the fact that
681 bidi-display-reordering is t by default.
682
5deb92fd
EZ
6832011-07-23 Eli Zaretskii <eliz@gnu.org>
684
685 * display.texi (Bidirectional Display): New section.
686
011b0ad6 6872011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
688 Tim Cross <theophilusx@gmail.com> (tiny change)
689 Glenn Morris <rgm@gnu.org>
011b0ad6 690
67f9b9f8 691 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 692
4baf28e6
AS
6932011-07-15 Andreas Schwab <schwab@linux-m68k.org>
694
695 * help.texi (Keys in Documentation): Revert last change.
696
66249842
LMI
6972011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
698
f863868c
LMI
699 * help.texi (Keys in Documentation): Clarify that \= only quotes
700 the next character, and doesn't affect longer sequences in
701 particular (bug#8935).
702
f4e90db0
SM
703 * debugging.texi (Using Debugger):
704 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 705
0bb23927 7062011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
707
708 * display.texi (Other Display Specs): Document that `left-fringe'
709 and `right-fringe' display specifications are of the "replacing"
710 kind.
711
f2027cdf
LMI
7122011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
713
714 * help.texi (Documentation Basics): Add a link to the Function
715 Documentation node (bug#6580).
716
f987fde4
LMI
7172011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
718
0bc59b25
LMI
719 * keymaps.texi (Menu Bar): Mention :visible and :enable
720 (bug#6344). Text by Drew Adams.
721
63d55f1f
LMI
722 * modes.texi (Running Hooks): Mention buffer-local hook variables
723 (bug#6218).
724
f987fde4
LMI
725 * objects.texi (General Escape Syntax): "a with grave accent" is
726 ?xe0, not ?x8e0 (bug#5259).
727
b7527639
CY
7282011-07-12 Chong Yidong <cyd@stupidchicken.com>
729
730 * display.texi (Face Attributes, Font Selection): Add references
731 to the Fonts node in the Emacs manual (Bug#4178).
732
c830e5ae
CY
7332011-07-12 Chong Yidong <cyd@stupidchicken.com>
734
735 * display.texi (Window Systems): `window-system' is
736 terminal-local.
737
738 * frames.texi (Frame Parameters, Parameter Access): Don't mention
739 frame-local variables.
740
741 * variables.texi (Buffer-Local Variables): Don't mention obsolete
742 frame-local variables.
743 (Frame-Local Variables): Node deleted.
744
745 * elisp.texi (Top): Update node listing.
746
91223e54
LMI
7472011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
748
749 * elisp.texi: Change "inferiors" to "subnodes" in three places
750 (bug#3523).
751
963578d3
CY
7522011-07-11 Chong Yidong <cyd@stupidchicken.com>
753
754 * frames.texi (Window System Selections): Discussion of
755 x-select-enable-clipboard moved to Emacs manual.
756
07151e49
DD
7572011-07-11 Deniz Dogan <deniz@dogan.se>
758
759 * commands.texi (Prefix Command Arguments): Remove excessive
760 apostrophe.
761
7261e1cf
LMI
7622011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
763
ad21a12a
LMI
764 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
765 description is a string (bug#3313).
766
7261e1cf
LMI
767 * frames.texi (Display Feature Testing): Try to explain what all
768 the visual classes mean (bug#3042).
769
568f7b79
LMI
7702011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
18d59e29
LMI
772 * modes.texi (Mode Line Variables): Document `mode-line-remote'
773 and `mode-line-client' (bug#2974).
774
568f7b79
LMI
775 * text.texi (Insertion): Clarify marker movements (bug#1651).
776 Text from Drew Adams.
777
54e10184
LMI
7782011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
779
d94d85e9
LMI
780 * text.texi (Special Properties): Clarify the format of `face'
781 (bug#1375).
782
54e10184
LMI
783 * commands.texi (Interactive Call): Add a `call-interactively'
784 example (bug#1010).
785
413c488d
LMI
7862011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
787
788 * functions.texi (Calling Functions): Link to the "Interactive
789 Call" node (bug#1001).
790
322b7dab 7912011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 792
3deead93
CY
793 * customize.texi (Composite Types): Move alist and plist to here
794 from Simple Types (Bug#7545).
795
796 * elisp.texi (Top): Update menu description.
797
b00d8c1a
CY
798 * display.texi (Face Attributes): Document negative line widths
799 (Bug#6113).
800
d2a6c43b
TR
8012011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
802
803 * searching.texi (Match Data): Note that match data can be
804 overwritten by most functions (bug#2499).
805
c7844a27
LMI
8062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
807
a9ab721e
LMI
808 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
809 flags mean (bug#6659).
810
c7844a27
LMI
811 * functions.texi (What Is a Function): Document the autoload
812 object (bug#6496).
813
f68d76d0
LMI
8142011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
815
8a20ca4c
LMI
816 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
817 is only used in the Customize user interface (bug#6089).
818
f68d76d0 819 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 820 images (bug#7836).
f68d76d0 821
7018dbe7
EZ
8222011-07-02 Eli Zaretskii <eliz@gnu.org>
823
824 * variables.texi (Defining Variables, Void Variables)
825 (Constant Variables): Fix incorrect usage of @kindex.
826
36cb87a1
LMI
8272011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
828
28ee97c7
LMI
829 * variables.texi (Defining Variables): Add an index entry for
830 `set-variable' (bug#7262).
8d4294e9 831 (Defining Variables): Use @findex for functions.
28ee97c7 832
8862ffd5
LMI
833 * frames.texi (Basic Parameters): Document the `explicit-name'
834 parameter (bug#6951).
835
0ec389b9
LMI
836 * customize.texi (Type Keywords): Clarify that :value provides a
837 default value for all types (bug#7386).
838
36cb87a1
LMI
839 * streams.texi (Output Functions): Document `pp'.
840
11fdef7d 8412011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
842
843 * keymaps.texi (Searching Keymaps):
844 * display.texi (Overlay Properties): Fix errors in 2011-05-29
845 change. Suggested by Johan Bockgård.
846
eeafcea7
CY
8472011-06-15 Chong Yidong <cyd@stupidchicken.com>
848
849 * text.texi (Special Properties): Clarify role of font-lock-face.
850
b96e6cde
LMI
8512011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
852
f4e90db0 853 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
854 to `process-live-p' for consistency with other `-live-p' functions.
855
be14b9ab
PE
8562011-06-03 Paul Eggert <eggert@cs.ucla.edu>
857
858 Document wide integers better.
859 * files.texi (File Attributes): Document ino_t values better.
2d365993 860 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
861 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
862 (Bitwise Operations):
001903b5
PE
863 * objects.texi (Integer Type): Use a binary notation that is a bit easier
864 to read, and that will port better if 62-bits becomes the default.
865 Fix or remove incorrect examples.
be14b9ab
PE
866 * os.texi (Time Conversion): Document time_t values better.
867
bcd54f83
LMI
8682011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
869
f4e90db0
SM
870 * processes.texi (Process Information):
871 Document `process-alive-p'.
bcd54f83 872
049bcbcb
CY
8732011-05-29 Chong Yidong <cyd@stupidchicken.com>
874
875 * help.texi (Accessing Documentation):
876 * display.texi (Pixel Specification):
877 * processes.texi (Serial Ports, Serial Ports):
878 * nonascii.texi (Character Properties, Default Coding Systems):
879 * text.texi (Changing Properties, Special Properties):
880 * windows.texi (Window Start and End):
881 * modes.texi (SMIE Indentation Example, SMIE Tricks):
882 * keymaps.texi (Searching Keymaps, Tool Bar):
883 * minibuf.texi (Basic Completion):
884 * compile.texi (Eval During Compile):
885 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
886 7x9 paper in printed manual.
887
888 * lists.texi (Sets And Lists): Fix misplaced text.
889
58539c63
CY
8902011-05-29 Chong Yidong <cyd@stupidchicken.com>
891
892 * keymaps.texi (Remapping Commands): Emphasize that the keymap
893 needs to be active (Bug#8350).
894
6b5681bf
CY
8952011-05-28 Chong Yidong <cyd@stupidchicken.com>
896
b4d52acc
CY
897 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
898
6b5681bf
CY
899 * tips.texi (Coding Conventions): Remove antediluvian filename
900 limit recommendation (Bug#8538).
901
e145f188
GM
9022011-05-27 Glenn Morris <rgm@gnu.org>
903
904 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
905
eafed945
GM
9062011-05-26 Glenn Morris <rgm@gnu.org>
907
908 * variables.texi (File Local Variables):
909 Update hack-local-variables `mode-only' return value.
2d3ba9e7 910 Add some more details on what this function does in the other case.
eafed945 911
bc8410af
GM
9122011-05-19 Glenn Morris <rgm@gnu.org>
913
914 * lists.texi (Sets And Lists): Mention cl provides union etc.
915
35a30759
N
9162011-05-19 Nix <nix@esperi.org.uk>
917
918 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
919
920 * text.texi (Parsing HTML): Update for function name changes.
921
922 * syntax.texi (Syntax Flags): Small fix.
923
924 * keymaps.texi (Active Keymaps): Typo fix.
925 (Changing Key Bindings): Grammar fix.
926
927 * frames.texi (Minibuffers and Frames): Grammar fix.
928 (Window System Selections): x-select-enable-clipboard now defaults to t.
929
930 * customize.texi (Common Keywords):
931 * display.texi (Abstract Display):
932 * modes.texi (Auto-Indentation):
933 * nonascii.texi (Converting Representations): Typo fixes.
934
935 * control.texi (Examples of Catch): Call it "goto" not "go to".
936
e3934a8a
EZ
9372011-05-14 Eli Zaretskii <eliz@gnu.org>
938
bc039a3b
EZ
939 * nonascii.texi (Character Properties): Fix inconsistencies with
940 implementation.
941
e3934a8a
EZ
942 * text.texi (Special Properties): Move @defvar's out of the
943 @table. (Bug#8652)
944
e2c94218
GM
9452011-05-12 Glenn Morris <rgm@gnu.org>
946
947 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
948
d2fc7e3d 9492011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
950
951 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
952 (Multiline Font Lock):
953 * vol2.texi (Top):
954 * vol1.texi (Top):
955 * elisp.texi (Top): Update menu accordingly.
956
d2fc7e3d 9572011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
958
959 * modes.texi (Region to Fontify): Fix typo.
960
79b70037
GM
9612011-05-10 Jim Meyering <meyering@redhat.com>
962
963 * minibuf.texi: Fix typo "in in -> in".
964
b08a63cc 9652011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
966
967 * numbers.texi (Integer Basics): Large integers are treated as floats.
968
1ef14cb4
LMI
9692011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
970
971 * processes.texi (Synchronous Processes): Document the (:file
972 "/file-name") syntax for `call-process'.
973
4ffd0d6b 9742011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
975
976 * windows.texi (Choosing Window): Fix typo.
977
4ffd0d6b 9782011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
979
980 * frames.texi (Layout Parameters): Note the difference between
981 querying and setting parameters for left-fringe and right-fringe
982 (Bug#6930).
983
fd5a8ae8
SM
9842011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * minibuf.texi (Basic Completion): Be a bit more precise about the
987 valid kinds of completion tables.
988 (Programmed Completion): Remove obsolete text about lambda expressions
989 not being valid completion tables.
990
c1bcd0d5
CY
9912011-03-19 Chong Yidong <cyd@stupidchicken.com>
992
993 * positions.texi (Excursions): Explain the "save-excursion
994 defeated by set-buffer" warning.
995
996 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
997 save-excursion. Suggested by Uday S Reddy.
998
03408648 9992011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1000
03408648
SM
1001 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1002 (Lexical Binding): New sub-section.
ba83908c 1003
03408648
SM
1004 * eval.texi (Eval): Discourage the use of `eval'.
1005 Document its new `lexical' argument.
6c075cd7 1006
f6d62986
SM
10072011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1008
03408648 1009 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1010 nil any more.
1011
84ea5558 10122011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1013
1014 * strings.texi (String Conversion): Don't mention
1015 string-make-(uni|multi)byte (bug#8262).
1016 * nonascii.texi (Converting Representations): Fix up range.
1017 * keymaps.texi (Key Binding Commands): Update code point, avoid
1018 "unibyte character" and remove mention of unibyte bindings.
1019
62d94509
EZ
10202011-03-10 Eli Zaretskii <eliz@gnu.org>
1021
1022 * modes.texi (Operator Precedence Grammars): Don't use characters
1023 outside ISO-8859-1.
1024
63a329f8
EZ
10252011-03-09 Eli Zaretskii <eliz@gnu.org>
1026
1027 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1028
1029 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1030
6446548e
GM
10312011-03-08 Glenn Morris <rgm@gnu.org>
1032
1033 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1034 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1035 * elisp.texi: Set documentencoding.
6446548e 1036
33383987
JB
10372011-03-07 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * Version 23.3 released.
1040
0b3ceceb
CY
10412011-03-06 Chong Yidong <cyd@stupidchicken.com>
1042
1043 * package.texi: Update index keywords.
1044 (Package Archives): New node contents. Document package-x.el.
1045
78f5433f
JB
10462011-03-06 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * makefile.w32-in (srcs): Add package.texi.
1049
555e9b5c
CY
10502011-03-06 Chong Yidong <cyd@stupidchicken.com>
1051
120d9389
CY
1052 * package.texi (Packaging, Packaging Basics, Simple Packages)
1053 (Multi-file Packages): Expand and clarify.
1054 (Package Archives): Temporary placeholder node.
1055
1056 * elisp.texi (Top): Update node listing.
1057
555e9b5c
CY
1058 * Makefile.in (srcs): Add package.texi.
1059
b59a4335
CY
10602011-03-05 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * processes.texi (Synchronous Processes): Minor clarification
1063 (Bug#8149).
1064
06083aa1
GM
10652011-03-03 Glenn Morris <rgm@gnu.org>
1066
1067 * files.texi (Truenames): Minor clarification. (Bug#2341)
1068
6640b281
GM
10692011-03-01 Glenn Morris <rgm@gnu.org>
1070
1071 * variables.texi (Directory Local Variables):
1072 Mention `(subdirs . nil)' alist element.
1073
2b0c7330 10742011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1075
1076 * variables.texi (Directory Local Variables): Mention the optional
1077 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1078
b923f7a9
CY
10792011-02-27 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * minibuf.texi (Minibuffer History): Clarify discussion of
1082 minibuffer history lists (Bug#8085).
1083
67ab0163 10842011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1085
e979a521
EZ
1086 * elisp.texi: Sync @dircategory with ../../info/dir.
1087
e03b2fd4
EZ
1088 * files.texi (Visiting Functions): Document find-file-literally,
1089 both the command and the variable.
1090
86ec878a
EZ
1091 * variables.texi (Creating Buffer-Local): Explain the meaning of
1092 permanent local variables.
1093
67ab0163
GM
1094 * files.texi (Visiting Functions): Document find-file-literally,
1095 both the command and the variable.
1096
1097 * variables.texi (Creating Buffer-Local): Explain the meaning of
1098 permanent local variables.
1099
11002011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1101
1102 * keymaps.texi (Remapping Commands): Mention how to undo it.
1103
bfcb151a
RT
11042011-02-09 Reuben Thomas <rrt@sc3d.org>
1105
1106 * loading.texi (Hooks for Loading): Remove unnecessary advice
1107 about eval-after-load (Bug#7986).
1108
a41c8660
CY
11092011-02-05 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * commands.texi (Accessing Mouse): Note that a header line is not
1112 included in the row of posn-col-row.
1113
e0dd6837
CY
11142011-02-02 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * modes.texi (Major Mode Conventions): Add face guidelines.
1117 (Faces for Font Lock): List faces in order of prominence.
1118
a4180391
PE
11192011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1120
1121 format-time-string now supports subsecond time stamp resolution
1122 * os.texi (Time Parsing): Document %N.
1123
7427eb97
CY
11242011-01-28 Chong Yidong <cyd@stupidchicken.com>
1125
61db307f
CY
1126 * vol1.texi (Top):
1127 * vol2.texi (Top):
1128 * elisp.texi (Top):
1129 * display.texi (Display Property): Shorten the menu description of
1130 the "Other Display Specs" node (Bug#7816).
1131
7427eb97
CY
1132 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1133 menu item" concept index entries (Bug#7805).
1134
bf3dae7e
EZ
11352011-01-29 Eli Zaretskii <eliz@gnu.org>
1136
1137 * makefile.w32-in (texinfodir): New variable.
1138 (usermanualdir): Remove as redundant with $(emacsdir).
1139 (MAKEINFO): Remove options, leave only program name.
1140 (MAKEINFO_OPTS): New variable.
1141 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1142
06d8ace5 11432011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1144 Richard Kim <emacs18@gmail.com>
1145
1146 * loading.texi (Library Search): Document list-load-path-shadows
1147 (Bug#7757).
1148
06d8ace5 11492011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1150
1151 * searching.texi (Regexp Special): Remove outdated discussion of
1152 character sets (Bug#7780).
1153
28a88153
CY
1154 * frames.texi (Pop-Up Menus): Document where menu title comes
1155 from (Bug#7684).
1156
06d8ace5 11572011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1158
1159 * display.texi (Making Buttons): Mention limitation of text buttons.
1160
a8e1e9ee
WL
11612011-01-23 Werner Lemberg <wl@gnu.org>
1162
1163 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1164 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1165 (ENVADD): New variable to control texi2dvi and texi2pdf.
1166
362b9d48
GM
11672011-01-15 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1170 Emacs manual.
1171
11722011-01-15 Eli Zaretskii <eliz@gnu.org>
1173
1174 * files.texi (Directory Names): Explain why FROM in
1175 directory-abbrev-alist should begin with \`. (Bug#7777)
1176
3fa173b4
SM
11772011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1180
7c420169 11812011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1182
1183 * modes.texi (Emulating Mode Line): Fix last change.
1184
7c420169 11852011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1186
1187 * modes.texi (Emulating Mode Line): Update documentation of
1188 format-mode-line according to changes that fixed bug #7587.
1189
80b33766
SM
11902010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * modes.texi (Derived Modes): Mention prog-mode.
1193
1194 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1195 of the key-binding-data cache since we don't use it any more.
1196
f49d1f52 11972010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1198
4bb49a92
EZ
1199 * processes.texi (Shell Arguments):
1200 * strings.texi (Creating Strings): Don't mention "shell commands";
1201 make it explicit that `split-string-and-unquote' and
1202 `combine-and-quote-strings' are mainly for working with arguments
1203 to call-process and start-process.
1204
3c73e30e
EZ
1205 * processes.texi (Shell Arguments): Fix documentation of
1206 `split-string-and-unquote'. Add indexing. (Bug#7563)
1207
f49d1f52 12082010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1209
1210 * modes.texi (Auto-Indentation): New section to document SMIE.
1211 (Major Mode Conventions):
1212 * text.texi (Mode-Specific Indent): Refer to it.
1213
f49d1f52 12142010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1215
1216 * display.texi (Other Display Specs): Document left-fringe and
1217 right-fringe display specs.
1218
f49d1f52 12192010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1220
1221 * backups.texi (Making Backups):
1222 * modes.texi (Example Major Modes): Use recommended coding style.
1223 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1224 define-derived-mode. Mention completion-at-point-functions.
1225
f49d1f52 12262010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1227
5dcb4c4e
SM
1228 * nonascii.texi (Converting Representations):
1229 Document byte-to-string.
e1115396 1230
ec1b9b17
GM
12312010-12-08 Glenn Morris <rgm@gnu.org>
1232
1233 * buffers.texi (Modification Time):
1234 verify-visited-file-modtime now defaults to the current buffer.
1235
07976ae3 12362010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1237
ec1b9b17 1238 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1239
1240 * strings.texi (Creating Strings): Don't mention semi-obsolete
1241 function char-to-string.
1242 (String Conversion): Shorten discussion of semi-obsolete function
1243 string-to-char. Link to Converting Representations.
1244
1245 * objects.texi (Symbol Type):
1246 * text.texi (Near Point):
1247 * help.texi (Help Functions):
1248 * functions.texi (Mapping Functions): Use string instead of
1249 char-to-string in examples.
1250
07976ae3 12512010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1252
1253 * text.texi (Kill Functions, Kill Functions)
1254 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1255 YANK-HANDLER args.
1256
1257 * symbols.texi (Creating Symbols): Using unintern without an
1258 obarray arg is now obsolete.
1259
1260 * numbers.texi (Float Basics): Document float-e and float-pi.
1261
1262 * variables.texi (Defining Variables): Change "pi" example to
1263 "float-pi".
1264
8547874a
EZ
12652010-11-26 Eli Zaretskii <eliz@gnu.org>
1266
1267 * commands.texi (Click Events): Document the values of X, Y and
1268 COL, ROW in the event's position, when the click is on the header
1269 or mode line, on the fringes, or in the margins.
1270
4a47c275 12712010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1272
5b05d75b
EZ
1273 * customize.texi (Composite Types): Lower-case index entry.
1274
5dcb4c4e
SM
1275 * loading.texi (How Programs Do Loading):
1276 Document load-file-name. (Bug#7346)
c7926fe2 1277
4a47c275 12782010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1279
1280 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1281
0eb025fb
EZ
12822010-11-13 Eli Zaretskii <eliz@gnu.org>
1283
1284 * display.texi (Usual Display): Characters with no fonts are not
1285 necessarily displayed as empty boxes.
1286
2699a554 12872010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1288
1289 * maps.texi (Standard Keymaps): Update File menu description.
1290
8289f37b
GM
12912010-10-28 Glenn Morris <rgm@gnu.org>
1292
1293 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1294
5793a7bc 12952010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1296
1297 * display.texi (Window Systems): Deprecate use of window-system as
1298 a predicate.
1299
17284e30
GM
13002010-10-23 Glenn Morris <rgm@gnu.org>
1301
1302 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1303 sorted-doc.
1304
00f113eb
JB
13052010-10-15 Eli Zaretskii <eliz@gnu.org>
1306
1307 * os.texi (Dynamic Libraries): New node, with slightly modified
1308 text deleted from "Image Formats".
1309 (System Interface): Add @menu entry for "Dynamic Libraries".
1310
1311 * display.texi (Image Formats): Remove description of
1312 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1313
07277eb8
GM
13142010-10-12 Glenn Morris <rgm@gnu.org>
1315
1316 * book-spine.texinfo: Rename to book-spine.texi.
1317
c12e4a81
GM
13182010-10-11 Glenn Morris <rgm@gnu.org>
1319
df187c62
GM
1320 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1321
c12e4a81 1322 * Makefile.in (DVIPS): New variable.
234db610
GM
1323 (.PHONY): Add html, ps.
1324 (html, elisp.html, ps, elisp.ps): New targets.
1325 (clean): Delete html, ps files.
1326 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1327
6513b232
EZ
13282010-10-09 Eli Zaretskii <eliz@gnu.org>
1329
1330 * makefile.w32-in (emacsdir): New variable.
1331 (srcs): Add emacsver.texi.
1332 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1333
abd40fb4
GM
13342010-10-09 Glenn Morris <rgm@gnu.org>
1335
c1dc72b3
GM
1336 * Makefile.in (VPATH): Remove.
1337 (infodir): Make it absolute.
1338 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1339
4393405b
GM
1340 * Makefile.in (dist): Anchor regexps.
1341
eef3ab94
GM
1342 * Makefile.in (srcs): Put elisp.texi first.
1343 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1344
aa9db089
GM
1345 * Makefile.in (infoclean): Remove harmless, long-standing error.
1346
abd40fb4
GM
1347 * Makefile.in ($(infodir)): Delete rule.
1348 (mkinfodir): New.
1349 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1350
68db69ed 1351 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1352 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1353
ea274122
GM
13542010-10-09 Glenn Morris <rgm@gnu.org>
1355
f7a31f11
GM
1356 * Makefile.in (emacsdir): New variable.
1357 (MAKEINFO): Add -I $emacsdir.
1358 (dist): Copy emacsver.texi.
b13254e7
GM
1359 (srcs): Add emacsver.texi.
1360
f7a31f11
GM
1361 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1362 Set EMACSVER by including emacsver.texi.
1363
ea274122
GM
1364 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1365
17ca7950
GM
13662010-10-07 Glenn Morris <rgm@gnu.org>
1367
1368 * Makefile.in (version): New, set by configure.
1369 (clean): Delete dist tar file.
1370 (dist): Use version in tar name.
1371
4c83f6e1
GM
13722010-10-06 Glenn Morris <rgm@gnu.org>
1373
1374 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1375 (INSTALL_INFO): Remove unused variable.
1376 (mostlyclean, infoclean, dist): New rules.
1377 (clean): Delete dvi and pdf files.
1378 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1379 ($(infodir)): Add parallel build workaround.
4c83f6e1 1380
0264072d
GM
13812010-10-04 Glenn Morris <rgm@gnu.org>
1382
1383 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1384 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1385 Fix -I typo.
0264072d
GM
1386 (clean): No 'make.out' or 'core' files.
1387 (.PHONY): Declare clean rules.
1388 (maintainer-clean): Delete pdf file. Guard against cd failures.
1389
77f38949
GM
13902010-10-03 Glenn Morris <rgm@gnu.org>
1391
1392 * files.texi (File Name Components): Remove ignored section about
1393 deleted variable directory-sep-char.
1394
178fdd41
MA
13952010-10-03 Michael Albinus <michael.albinus@gmx.de>
1396
1397 * files.texi (Magic File Names): New defopt
1398 remote-file-name-inhibit-cache.
1399
9c524fcb
GM
14002010-10-02 Glenn Morris <rgm@gnu.org>
1401
1402 * os.texi (Killing Emacs): Hook now runs in batch mode.
1403
f816790b
SM
14042010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * text.texi (Special Properties): Clarify when modification-hooks run.
1407
7cf78aac
SM
14082010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * syntax.texi (Syntax Flags): Document new `c' flag.
1411
ca0d44e4
GM
14122010-09-09 Glenn Morris <rgm@gnu.org>
1413
1414 * display.texi (ImageMagick Images): General cleanup.
1415
10999305 14162010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1417
1418 * files.texi (Directory Names): Use \` rather than ^.
1419
45240125
JD
14202010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1421
1422 * text.texi (Low-Level Kill Ring):
1423 * frames.texi (Window System Selections): Remove cut buffer
1424 documentation.
1425
4abe5bf6
EZ
14262010-08-28 Eli Zaretskii <eliz@gnu.org>
1427
1428 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1429 Parameters", where the default fringe width is described.
1430
1431 * frames.texi (Window Frame Parameters, Basic Parameters)
1432 (Position Parameters, Layout Parameters, Management Parameters)
1433 (Cursor Parameters, Font and Color Parameters): Add indexing for
1434 frame parameters. (Bug#6929)
1435
fdc76236
TT
14362010-08-25 Tom Tromey <tromey@redhat.com>
1437
1438 * vol2.texi (Top): Update.
1439 * vol1.texi (Top): Update.
1440 * tips.texi (Library Headers): Mention Package-Version and
1441 Package-Requires.
1442 * package.texi: New file.
1443 * os.texi (System Interface): Update pointers.
1444 * elisp.texi (Top): Link to new nodes. Include package.texi.
1445 * anti.texi (Antinews): Update pointers.
1446
1e5c1c80
EZ
14472010-08-25 Eli Zaretskii <eliz@gnu.org>
1448
1449 * processes.texi (Filter Functions): Fix last change.
1450
78e33835
CY
14512010-08-24 Markus Triska <triska@gmx.at>
1452
1453 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1454 of `buffer-name' in the main text as well as in the example
1455 (Bug#3098).
1456
198a7a97
CY
14572010-08-22 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * nonascii.texi (Text Representations):
1460 * loading.texi (Loading Non-ASCII):
1461 * compile.texi (Byte Compilation): Don't mention obsolete
1462 --unibyte command-line argument.
1463
bc7d7ea6
CY
14642010-08-22 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1467
b0126eac 14682010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1469
1470 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1471
e8a6cc19
EZ
14722010-08-20 Eli Zaretskii <eliz@gnu.org>
1473
1474 * commands.texi (Misc Events): Add cross-references to where
1475 POSITION of a mouse event is described in detail.
1476
c4e7c63a 14772010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1478
c4e7c63a 1479 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1480
7815fe19 14812010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1482
1483 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1484 Suggested by Štěpán Němec <stepnem@gmail.com>.
1485
7815fe19 14862010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1487
1488 * minibuf.texi (High-Level Completion): Document args of
1489 `read-buffer-function' (bug#5625).
1490
8b2dd508
JD
14912010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1492
1493 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1494
bace45fe
MA
14952010-07-29 Michael Albinus <michael.albinus@gmx.de>
1496
1497 * processes.texi (Process Information): Explain process property
1498 `remote-tty'.
1499
4ce5a4cc
JB
15002010-07-27 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1503 instead of "\C-\^?" (bug#6334).
1504
1c84bc7a
JB
1505 * text.texi (Special Properties): Fix typo.
1506
b88746ba
EZ
15072010-07-09 Eli Zaretskii <eliz@gnu.org>
1508
1509 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1510 calling sequences, which are now the standard.
1511
51422d6d
CY
15122010-06-24 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1515
1516 * commands.texi (Command Overview): Mention undo-boundary call.
1517
d24880de
GM
15182010-06-23 Glenn Morris <rgm@gnu.org>
1519
1520 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1521 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1522 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1523 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1524 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1525 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1526 Untabify Texinfo files.
1527
0fc76035
CY
15282010-06-20 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1531
5338dc0b
CY
15322010-06-19 Chong Yidong <cyd@stupidchicken.com>
1533
a628ad9d 1534 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1535
2c3a3c1d
CY
15362010-06-02 Chong Yidong <cyd@stupidchicken.com>
1537
ba3bf1d9
CY
1538 * searching.texi (Regexp Special): Remove obsolete information
1539 about matching non-ASCII characters, and suggest using char
1540 classes (Bug#6283).
2c3a3c1d 1541
7f4b4249
JB
15422010-05-30 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * minibuf.texi (Basic Completion): Add missing "@end defun".
1545
637821cd
SM
15462010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * minibuf.texi (Basic Completion): Document completion-boundaries.
1549 (Programmed Completion): Document the new fourth method for boundaries.
1550
e13051c3
CY
15512010-05-22 Chong Yidong <cyd@stupidchicken.com>
1552
a628ad9d 1553 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1554
0235128c 15552010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1556
1557 * windows.texi (Textual Scrolling):
1558 * tips.texi (Coding Conventions):
1559 * minibuf.texi (Minibuffer History):
1560 * maps.texi (Standard Keymaps):
1561 * loading.texi (Where Defined):
1562 * edebug.texi (Instrumenting): Fix typos.
1563
0235128c 15642010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1565
c7c32279
CY
1566 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1567
0235128c
SM
1568 * functions.texi (Obsolete Functions):
1569 Document set-advertised-calling-convention.
eb5ed549
CY
1570
1571 * minibuf.texi (Basic Completion): Document completion-in-region.
1572 (Programmed Completion): Document completion-annotate-function.
1573
1574 * commands.texi (Reading One Event): Document read-key.
1575 (Distinguish Interactive): Document KIND arg to
1576 called-interactively-p. Delete obsolete interactive-p.
1577
1578 * elisp.texi (Top): Update node description.
1579
f8848423
EZ
15802010-05-08 Eli Zaretskii <eliz@gnu.org>
1581
0235128c
SM
1582 * nonascii.texi (Character Properties):
1583 Document unicode-category-table. Add an index entry for Unicode
1584 general category.
1585
15862010-05-07 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * Version 23.2 released.
f8848423 1589
938efb77
JB
15902010-04-20 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * locals.texi (Standard Buffer-Local Variables):
1593 Remove @ignore'd reference to `direction-reversed'.
1594
5854c267
JL
15952010-04-14 Juri Linkov <juri@jurta.org>
1596
1597 Fix @deffn without category.
1598
1599 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1600 for `abbrev-insert'.
1601
1602 * buffers.texi (Indirect Buffers): Add category `Command'
1603 to @deffn of `clone-indirect-buffer'.
1604
1605 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1606 for `next-window' and `previous-window'. Add category `Command'
1607 to @deffn of `pop-to-buffer'.
1608
8a14dec7
CY
16092010-04-01 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * nonascii.texi (Text Representations): Don't mark
1612 enable-multibyte-characters as a user option.
1613
7a1831cf
EZ
16142010-03-31 Eli Zaretskii <eliz@gnu.org>
1615
1616 * control.texi (Handling Errors): How to re-throw a signal caught
1617 by condition-case.
1618
c3863713
CY
16192010-03-26 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * loading.texi (Hooks for Loading): Document after-load-functions.
1622 Copyedits.
1623
c333f279
AM
16242010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1625
1626 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1627
e867cb5d 16282010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1629
1630 * processes.texi (Network Processes): Document seqpacket type.
1631
605f35cd
DN
16322010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1633
1634 * os.texi (System Environment): Do not mention lynxos.
1635
288f9fc0
CY
16362010-03-10 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * Branch for 23.2.
1639
eed5c93a
CY
16402010-03-06 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * objects.texi (Integer Type): Take note of the read syntax
1643 exception for numbers that cannot fit in the integer type.
1644
1ddd6622
GM
16452010-03-03 Glenn Morris <rgm@gnu.org>
1646
1647 * numbers.texi (Integer Basics, Bitwise Operations):
1648 * objects.texi (Integer Type): Update for integers now being 30-bit.
1649
a908c79a
CY
16502010-02-27 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * display.texi (Low-Level Font): Document :otf font-spec property.
1653
cd61af01
SM
16542010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * display.texi (Line Height): Avoid obsolete special default variables
1657 like default-major-mode.
1658
c02f8fe2
AM
16592010-01-28 Alan Mackenzie <acm@muc.de>
1660
1661 * display.texi (Auto Faces): Say fontification-functions is called
1662 whether or not Font Lock is enabled. Tidy up the wording a bit.
1663
d738d18b
CY
16642010-01-17 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * elisp.texi: Remove duplicate edition information (Bug#5407).
1667
4963739e
JB
16682010-01-17 Juanma Barranquero <lekktu@gmail.com>
1669
1670 * two.el (volume-header-toc-markup): Fix typos in docstring.
1671
c57008f6
SM
16722010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 Avoid dubious uses of save-excursions.
1675 * positions.texi (Excursions): Recommend the use of
1676 save-current-buffer if applicable.
1677 * text.texi (Clickable Text): Fix the example code which used
1678 save-excursion in a naive way which sometimes preserves point and
1679 sometimes not.
1680 * variables.texi (Creating Buffer-Local):
1681 * os.texi (Session Management):
1682 * display.texi (GIF Images):
1683 * control.texi (Cleanups): Use (save|with)-current-buffer.
1684
2f3725cd
EZ
16852010-01-02 Eli Zaretskii <eliz@gnu.org>
1686
1687 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1688
85eeac93
CY
16892010-01-02 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * nonascii.texi (Text Representations, Character Codes)
1692 (Converting Representations, Explicit Encoding)
1693 (Translation of Characters): Use hex notation consistently.
1694 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1695
4801c5fa
CY
16962010-01-01 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * loading.texi (Where Defined): Make it clearer that these are
1699 loaded files (Bug#5068).
1700
26e533e2
CY
17012009-12-29 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * minibuf.texi (Completion Styles): Document `initials' style.
1704
16d1ff5f
CY
17052009-12-25 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * frames.texi (Resources): Describe inhibit-x-resources.
1708 (Size Parameters): Copyedit.
1709
1710 * hash.texi (Creating Hash):
1711 * objects.texi (Hash Table Type): Document the new hash table
1712 printed representation.
1713
1714 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1715 obsolete.
1716
5dcb4c4e
SM
1717 * processes.texi (Process Buffers):
1718 Document process-kill-buffer-query-function.
16d1ff5f 1719
9a5de3d9
GM
17202009-12-05 Glenn Morris <rgm@gnu.org>
1721
1722 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1723 diary-display-function, and no longer recommended to be a hook.
1724 Update for changes in the names of calendar and diary hooks.
1725 diary-print-entries-hook has changed section.
1726
b640eb52
EZ
17272009-11-28 Eli Zaretskii <eliz@gnu.org>
1728
1729 * text.texi (Special Properties): More accurate description of
1730 what the `cursor' property does.
1731
be1674ab
KR
17322009-11-26 Kevin Ryde <user42@zip.com.au>
1733
1734 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1735 mouse-wheel-down-event, the closest thing to a definition for them.
1736 * os.texi (Startup Summary): vindex inhibit-startup-message and
1737 inhibit-splash-screen.
1738 (Command-Line Arguments): vindex argv.
1739 (Suspending Emacs): vindex suspend-tty-functions and
1740 resume-tty-functions. Don't want to index every hook, but having
1741 the programming ones is helpful.
1742
603f5979
CY
17432009-11-14 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * commands.texi (Motion Events): Fix typo (Bug#4907).
1746
4359a806
CY
17472009-11-08 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1750 are affected by case-fold-search (Bug#4483).
1751
0f063651
CY
17522009-11-02 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * minibuf.texi (Reading File Names): Note that read-file-name may
1755 use a graphical file dialog.
1756
9bd79893
GM
17572009-10-31 Glenn Morris <rgm@gnu.org>
1758
1759 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1760
ebe479ec
KR
17612009-10-16 Kevin Ryde <user42@zip.com.au>
1762
1763 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1764 in particular so `info-lookup-symbol' can find its docs.
1765
2640fa86
CY
17662009-10-16 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * variables.texi (Constant Variables): Distinguish from defconst
1769 variables.
1770 (Defining Variables): Add cindex.
1771
edd6a733
CY
17722009-10-15 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * os.texi (Time of Day): Clarify that the microsecond part is
1775 ignored (Bug#4637).
1776
5feb0b73
GM
17772009-10-11 Glenn Morris <rgm@gnu.org>
1778
1779 * frames.texi (Size and Position): Clarify what is included in the frame
1780 height. (Bug#4535)
1781
0c5413c8
GM
17822009-10-10 Glenn Morris <rgm@gnu.org>
1783
1784 * windows.texi (Size of Window): The relationship between window and
1785 frame heights is not so simple. (Bug#4535)
1786 Mention window-full-height-p.
1787
7f8b600a
SM
17882009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1791 used from Lisp.
1792
6185de1c
EZ
17932009-10-07 Eli Zaretskii <eliz@gnu.org>
1794
7f8b600a
SM
1795 * files.texi (Directory Names) <abbreviate-file-name>:
1796 Document that root home directories are not replaced with "~".
6185de1c 1797
9972911f
EZ
17982009-10-06 Eli Zaretskii <eliz@gnu.org>
1799
1800 * text.texi (Special Properties): Document the meaning of the
1801 `cursor' text property whose value is an integer.
1802
2a3f19ef
MA
18032009-10-05 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * files.texi (Magic File Names): Add `copy-directory'.
1806
804543b5
EZ
18072009-10-05 Eli Zaretskii <eliz@gnu.org>
1808
1809 * files.texi (File Attributes): Fix description of file
1810 attributes. (Bug#4638) Update attributes of files.texi example to
1811 be more representative.
1812
461bf92b
MA
18132009-10-05 Michael Albinus <michael.albinus@gmx.de>
1814
1815 * files.texi (Create/Delete Dirs): New command copy-directory.
1816
a86cd395
JB
18172009-10-04 Juanma Barranquero <lekktu@gmail.com>
1818
1819 * anti.texi (Antinews):
1820 * macros.texi (Indenting Macros):
1821 * strings.texi (Creating Strings, Case Conversion):
1822 Remove duplicate words.
1823
d3080264
MA
18242009-10-01 Michael Albinus <michael.albinus@gmx.de>
1825
1826 * files.texi (Create/Delete Dirs): delete-directory has an
1827 optional parameter RECURSIVE.
1828
85d14563
SM
18292009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * buffers.texi (Swapping Text): Minor clarification.
1832
3d9842c6
GM
18332009-10-01 Glenn Morris <rgm@gnu.org>
1834
1835 * functions.texi (Declaring Functions): Mention that we also search for
1836 ".m" files in the src/ directory.
1837
78427304
CY
18382009-09-25 David Engster <deng@randomsample.de>
1839
3d9842c6 1840 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1841
b578c9cc
GM
18422009-09-22 Glenn Morris <rgm@gnu.org>
1843
1844 * internals.texi (Building Emacs): Mention preloaded-file-list.
1845
beee5da7
AM
18462009-09-14 Alan Mackenzie <acm@muc.de>
1847
1848 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1849
5d6ab672
CY
18502009-09-13 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * functions.texi (Anonymous Functions): Rearrange discussion,
1853 giving usage of unquoted lambda forms first. Mention that
1854 `function' and `#'' are no longer required (Bug#4290).
1855
59375eeb
AM
18562009-09-11 Alan Mackenzie <acm@muc.de>
1857
a86cd395 1858 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1859 batch mode.
1860
e7e2f529
GM
18612009-09-01 Glenn Morris <rgm@gnu.org>
1862
1863 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1864
eae47088
GM
18652009-08-26 Ulrich Mueller <ulm@gentoo.org>
1866
1867 * nonascii.texi (Character Codes): Fix typos.
1868
3691a0a6
MA
18692009-08-25 Michael Albinus <michael.albinus@gmx.de>
1870
1871 * processes.texi (Synchronous Processes): New defvar
1872 process-file-side-effects.
1873
664d56b8
GM
18742009-08-25 Glenn Morris <rgm@gnu.org>
1875
1876 * display.texi (Fontsets): Fix typo.
1877
0706c025
GM
1878 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1879
03a74b84
SM
18802009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * processes.texi (Asynchronous Processes): Adjust arglist of
1883 start-process-shell-command and start-file-process-shell-command.
1884
f6de8a37
CY
18852009-08-15 Chong Yidong <cyd@stupidchicken.com>
1886
4b1ed1bb
CY
1887 * advice.texi (Argument Access in Advice): Note that argument
1888 positions are zero-based (Bug#3932).
1889
89a9e058
CY
1890 * commands.texi (Distinguish Interactive): Minor copyedit.
1891
23696fd7
CY
1892 * display.texi (Face Attributes): Add xref to Displaying Faces for
1893 explanation of "underlying face".
1894
f6de8a37
CY
1895 * customize.texi (Common Keywords): Add xref to Loading.
1896
1897 * loading.texi (How Programs Do Loading): Add xref to Lisp
1898 Libraries node in the Emacs manual.
1899
417f77e6
CY
19002009-08-13 Chong Yidong <cyd@stupidchicken.com>
1901
1902 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1903
0999039c
CY
19042009-07-18 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * processes.texi (Shell Arguments): Copyedits.
1907
9af167bc
GM
19082009-07-18 Glenn Morris <rgm@gnu.org>
1909
1910 * loading.texi (Repeated Loading): Fix typo.
1911
137987ab
RS
19122009-07-16 Richard Stallman <rms@gnu.org>
1913
1914 * buffers.texi (Swapping Text): Recommend setting
1915 write-region-annotate-functions and buffer-saved-size.
1916
1917 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1918
622fa380
GM
19192009-07-15 Glenn Morris <rgm@gnu.org>
1920
1921 * edebug.texi: Minor re-phrasings throughout.
1922 (Edebug Execution Modes): Sit-for affects continue mode too.
1923 (Jumping): Use `forward-sexp' rather than its keybinding.
1924 (Edebug Misc): Fix Q binding.
1925 (Edebug Eval): Remove cl version.
1926 (Printing in Edebug): Clarify print-length etc.
1927 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1928 (Specification List): Remove edebug-unwrap findex entry.
1929 (Specification Examples): defmacro is actually not the same as defun.
1930 Escape "`" in example.
1931
6bbd4600
CY
19322009-07-15 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * markers.texi (The Mark): Document optional arg to
1935 deactivate-mark.
1936
e538d479
GM
19372009-07-11 Kevin Ryde <user42@zip.com.au>
1938
1939 * hooks.texi (Standard Hooks): Fix cross-references.
1940
4c98b9ed
GM
1941 * loading.texi (Named Features): Refer to eval-after-load.
1942
5300838c
GM
19432009-07-11 Glenn Morris <rgm@gnu.org>
1944
64fbeb16
GM
1945 * Makefile.in (TEXI2PDF): New.
1946 (elisp.pdf): New target.
1947
4c98b9ed
GM
1948 * searching.texi (Regexp Backslash): Fix typo.
1949
1950 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1951
51d9979c
GM
19522009-07-10 Glenn Morris <rgm@gnu.org>
1953
561c0216
GM
1954 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1955
5b594a58
GM
1956 * customize.texi (Customization Types):
1957 * display.texi (Abstract Display):
0cc8c85a 1958 * objects.texi (Character Type, String Type):
5b594a58 1959 Merge in some menu descriptions from elisp.texi.
51d9979c 1960
c3cbbb40
GM
1961 * hash.texi (Hash Tables):
1962 * modes.texi (Multiline Font Lock):
1963 End menu description with period.
fe42c16a 1964
28528402
GM
19652009-07-09 Glenn Morris <rgm@gnu.org>
1966
1967 * back.texi: Don't hard-code texinfo location.
1968
1969 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1970 (tex): Add texinfodir to TEXINPUTS.
1971 (elisp1med-init, elisp2med-init): Use texinfodir.
1972
1973 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1974 (clean): Add two-volume.make intermediate files.
1975
1976 * elisp.texi, vol1.texi, vol2.texi:
1977 Use a DATE variable with the publication date, and update it.
1978 Fix antinews menu description.
1979
1980 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1981 Update the detailed node listing to match elisp.texi.
1982
1983 * README: Update edition to match elisp.texi.
1984
1985 * objects.texi (General Escape Syntax):
1986 * nonascii.texi (Character Sets):
1987 Use consistent case for "Unicode Standard".
1988
1989 * anti.texi (Antinews):
1990 * customize.texi (Variable Definitions):
1991 * functions.texi (Declaring Functions):
1992 * nonascii.texi (Character Properties):
1993 * processes.texi (Serial Ports):
1994 * text.texi (Special Properties):
1995 * tips.texi (Coding Conventions):
1996 Minor rearrangements to improve TeX line-filling.
1997
1998 * commands.texi (Using Interactive): Fix cross-reference.
1999
17db8e10
JD
20002009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2001
2002 * frames.texi (Management Parameters): Mention sticky.
2003
77c7e2e1
AS
20042009-07-01 Andreas Schwab <aschwab@redhat.com>
2005
2006 * help.texi (Help Functions): Fix description of help-buffer and
2007 help-setup-xref to use @defun instead of @deffn.
2008
3f1c6666
JD
20092009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2010
2011 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2012
ca27c21b
CY
20132009-06-24 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * display.texi (Window Systems): Add ns to the list.
2016
70243478
CY
20172009-06-21 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * Branch for 23.1.
2020
df006536
MR
20212009-06-17 Martin Rudalics <rudalics@gmx.at>
2022
2023 * windows.texi (Dedicated Windows): Fix typo.
2024 (Resizing Windows): Replace @defun by @deffn.
2025
d259fc4b
GM
20262009-06-17 Glenn Morris <rgm@gnu.org>
2027
2028 * variables.texi (Directory Local Variables):
2029 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2030
30781db6
KH
20312009-06-09 Kenichi Handa <handa@m17n.org>
2032
2033 * nonascii.texi (Character Sets): State clearly that FROM and TO
2034 are codepoints of CHARSET.
2035
62e8099c
CY
20362009-06-07 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * minibuf.texi (Reading File Names): Fix introductory text.
2039 Suggested by stan@derbycityprints.com.
2040 (High-Level Completion): Fix typo.
2041
ee1b1917
CY
20422009-05-28 Chong Yidong <cyd@stupidchicken.com>
2043
2044 * frames.texi (Text Terminal Colors): Multi-tty is already
2045 implemented, but tty-local colors are not.
2046
5df647e8
CY
20472009-05-27 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * hooks.texi (Standard Hooks): Remove mention of obsolete
2050 redisplay-end-trigger-functions.
2051
2052 * internals.texi (Window Internals): Remove mention of obsolete
2053 redisplay-end-trigger-functions.
2054
01f17ae2
MR
20552009-05-21 Martin Rudalics <rudalics@gmx.at>
2056
2057 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2058
2059 * backups.texi (Making Backups): backup-directory-alist and
2060 make-backup-file-name-function are options.
2061 (Auto-Saving): auto-save-list-file-prefix is an option.
2062
2063 * buffers.texi (Killing Buffers): buffer-offer-save is an
2064 option.
2065
2066 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2067 option.
2068 (Echo Area Customization): echo-keystrokes is an option.
2069 (Selective Display): selective-display-ellipses is an option.
2070 (Temporary Displays): temp-buffer-show-function is an option.
2071 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2072 are options.
2073 (Font Selection): face-font-family-alternatives,
2074 face-font-selection-order, face-font-registry-alternatives, and
2075 scalable-fonts-allowed are options.
2076 (Fringe Indicators): indicate-buffer-boundaries is an option.
2077 (Fringe Cursors): overflow-newline-into-fringe is an option.
2078 (Scroll Bars): scroll-bar-mode is an option.
2079
2080 * eval.texi (Eval): max-lisp-eval-depth is an option.
2081
2082 * files.texi (Visiting Functions): find-file-hook is an option.
2083 (Directory Names): directory-abbrev-alist is an option.
2084 (Unique File Names): temporary-file-directory and
2085 small-temporary-file-directory are options.
2086
2087 * frames.texi (Initial Parameters): initial-frame-alist,
2088 minibuffer-frame-alist and default-frame-alist are options.
2089 (Cursor Parameters): blink-cursor-alist and
2090 cursor-in-non-selected-windows ar options.
2091 (Window System Selections): selection-coding-system is an
2092 option.
2093 (Display Feature Testing): display-mm-dimensions-alist is an
2094 option.
2095
2096 * help.texi (Help Functions): help-char and help-event-list are
2097 options.
2098
2099 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2100 an option.
2101
2102 * minibuf.texi (Minibuffer History): history-length and
2103 history-delete-duplicates are options.
2104 (High-Level Completion): read-buffer-function and
2105 read-buffer-completion-ignore-case are options.
2106 (Reading File Names): read-file-name-completion-ignore-case is
2107 an option.
2108
2109 * modes.texi (Mode Line Top): mode-line-format is an option.
2110 (Mode Line Variables): mode-line-position and mode-line-modes
2111 are options.
2112
2113 * nonascii.texi (Text Representations):
2114 enable-multibyte-characters is an option.
2115 (Default Coding Systems): auto-coding-regexp-alist,
2116 file-coding-system-alist, auto-coding-alist and
2117 auto-coding-functions are options.
2118 (Specifying Coding Systems): inhibit-eol-conversion is an
2119 option.
2120
2121 * os.texi (Init File): site-run-file is an option.
2122 (System Environment): mail-host-address is an option.
2123 (User Identification): user-mail-address is an option.
2124 (Terminal Output): baud-rate is an option.
2125
2126 * positions.texi (Word Motion): words-include-escapes is an
2127 option.
2128
2129 * searching.texi (Standard Regexps): page-delimiter,
2130 paragraph-separate, paragraph-separate and sentence-end are
2131 options.
2132
2133 * text.texi (Margins): left-margin and fill-nobreak-predicate
2134 are options.
2135
2136 * variables.texi (Local Variables): max-specpdl-size is an
2137 option.
2138
2139 * windows.texi (Choosing Window):
2140 split-window-preferred-function, special-display-function and
2141 display-buffer-function are options.
2142
106e6894
CY
21432009-05-20 Chong Yidong <cyd@stupidchicken.com>
2144
4a83454d
CY
2145 Fix errors spotted by Martin Rudalics.
2146
106e6894
CY
2147 * syntax.texi (Position Parse): Document rationale for ignored
2148 arguments to syntax-ppss-flush-cache.
2149
2150 * processes.texi (Input to Processes): Mark PROCESS arg to
2151 process-running-child-p as optional.
2152 (Network Options): Document NO-ERROR arg to
2153 set-network-process-option.
2154
2155 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2156 command.
2157
2158 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2159 posix-search-backward as commands.
2160
2161 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2162 (Suspending Emacs): Mark suspend-emacs as a command.
2163 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2164 commands.
5dcb4c4e
SM
2165 (Terminal Output): Remove obsolete function baud-rate.
2166 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2167
2168 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2169 terminal-coding-system and set-terminal-coding-system.
2170 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2171 as optional.
2172 (Character Sets): Document RESTRICTION arg of char-charset.
2173 (Character Codes): Mark POS argument to get-byte as optional.
2174
2175 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2176 minibuffer-message.
2177
2178 * files.texi (Create/Delete Dirs): Mark make-directory and
2179 delete-directory as commands.
2180
2181 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2182
2183 * text.texi (Base 64): Mark base64-decode-string and
2184 base64-encode-string as commands.
2185 (Columns): Mark move-to-column as a command.
2186 (Mode-Specific Indent): Document RIGID arg to
2187 indent-for-tab-command.
2188 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2189 Mark indent-code-rigidly as a command.
2190 (Substitution): Mark translate-region as a command.
2191
2192 * frames.texi (Size and Position): Remove obsolete functions
2193 screen-height and screen-width.
2194
04173931
CY
21952009-05-19 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2198 (Displaying Buffers, Resizing Windows): Correct mistakes;
2199 next-window, previous-window, and pop-to-buffer are not commands,
2200 and fit-window-to-buffer" is a command. (Pointed out by Martin
2201 Rudalics.)
2202
eae7d8f8
RS
22032009-05-17 Richard M Stallman <rms@gnu.org>
2204
2205 * modes.texi (Precalculated Fontification): Clarify text.
2206
b8766179
MR
22072009-05-17 Martin Rudalics <rudalics@gmx.at>
2208
2209 * windows.texi (Selecting Windows): Clarify descriptions of
2210 with-selected-window and get-lru-window.
2211 (Cyclic Window Ordering): Refer to particular frame when talking
2212 about how splitting affects the ordering.
2213 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2214 switch-to-buffer-other-window. Explain how setting of
2215 display-buffer-reuse-frames affects pop-to-buffer.
2216 (Choosing Window): Clarify some details in descriptions of
2217 display-buffer-reuse-frames, pop-up-frames, and
2218 pop-up-frame-function.
2219 (Dedicated Windows): Clarify some details.
2220 (Textual Scrolling): Replace term vscroll by term vertical
2221 scroll position.
2222 (Vertical Scrolling): Fix typo.
2223 (Window Hooks): Relate text on jit-lock-register to window
2224 scrolling and size changes.
2225
734b5e3b
CY
22262009-05-14 Chong Yidong <cyd@stupidchicken.com>
2227
0a65633e
CY
2228 * frames.texi (Initial Parameters): Clarify what the initial
2229 minibuffer frame is.
05be46d7
CY
2230 (Buffer Parameters): Note that the minibuffer parameter can not be
2231 altered.
0a65633e 2232
734b5e3b
CY
2233 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2234 Document display-buffer changes.
2235
925672cd
CY
22362009-05-13 Chong Yidong <cyd@stupidchicken.com>
2237
17ecd7af
CY
2238 * anti.texi (Antinews): Rewrite for Emacs 22.
2239
925672cd
CY
2240 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2241 obarrays are first mentioned. Define "system abbrev" more
2242 prominently, and add it to the index.
2243 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2244 Copyedits.
2245 (Abbrev Expansion): Document abbrev-insert.
2246
80be4dd7
CY
22472009-05-12 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * frames.texi (Font and Color Parameters): Rename from Color
2250 Parameters. Document font-backend parameter.
2251
2252 * vol2.texi (Top): Update node listing.
2253 * vol1.texi (Top): Update node listing.
2254 * elisp.texi (Top): Update node listing.
2255
372a93ac
MR
22562009-05-11 Martin Rudalics <rudalics@gmx.at>
2257
2258 * windows.texi (Choosing Window): Don't explicitly refer to
2259 split-window-sensibly's window argument in descriptions of
2260 split-height-threshold and split-width-threshold.
2261
714c3541
MR
22622009-05-10 Martin Rudalics <rudalics@gmx.at>
2263
2264 * windows.texi (Choosing Window): Fix rewrite of window
2265 splitting section.
2266
0e90e7be
EZ
22672009-05-09 Eli Zaretskii <eliz@gnu.org>
2268
f4e90db0
SM
2269 * nonascii.texi (Default Coding Systems):
2270 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2271 Add indexing.
0e90e7be
EZ
2272 (Lisp and Coding Systems): Add index entries.
2273
d3c0c321
MR
22742009-05-09 Martin Rudalics <rudalics@gmx.at>
2275
2276 * windows.texi (Choosing Window): Describe split-window-sensibly
2277 and rewrite section on window splitting accordingly.
2278 (Textual Scrolling): Replace `...' by @code{...}.
2279
c773345a
CY
22802009-05-04 Chong Yidong <cyd@stupidchicken.com>
2281
ee2d5b5e
CY
2282 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2283 Remove obsoleted pre-abbrev-expand-hook.
2284
2285 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2286 entries.
2287
c773345a
CY
2288 * internals.texi (Object Internals): Don't assume 32-bit machines
2289 are the norm.
2290 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2291 (Window Internals): Synch field names to window.h.
2292 (Process Internals): Synch field names to process.h.
c773345a 2293
dd449674
CY
22942009-04-29 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * variables.texi (File Local Variables): Note that read-circle is
2297 bound to nil when reading file-local variables.
2298
2299 * streams.texi (Input Functions): Document read-circle.
2300 (Output Variables): Add xref to Circular Objects.
2301
4f1e25e2
CY
23022009-04-25 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2305 Features and Coding System Basics. Node that "p" stands for
2306 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2307 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2308 mouse-appearance-menu.
2309 (Programming Tips): Add xref to Progress.
2310
dca019f8
CY
23112009-04-22 Chong Yidong <cyd@stupidchicken.com>
2312
5dcb4c4e
SM
2313 * os.texi (Command-Line Arguments):
2314 Document command-line-args-left.
dca019f8
CY
2315 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2316 terminal objects for tty arguments.
2317 (Startup Summary): Add xref to Session Management.
2318 (Session Management): Mention emacs-session-restore. Copyedits.
2319
02a89103
CY
23202009-04-20 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * os.texi (Startup Summary): Copyedits. The init file is not
2323 necessarily named .emacs now. Document initial-buffer-choice and
2324 initial-scratch-message. Note where Emacs exits in batch mode.
2325 Document inhibit-splash-screen as an alias.
2326 (Init File): Be neutral about which init file name to use.
2327
23282009-04-16 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * os.texi (System Interface): Fix Texinfo usage.
2331
0c1cfe01
CY
23322009-04-15 Chong Yidong <cyd@stupidchicken.com>
2333
80d7cdca
CY
2334 * searching.texi (Regexp Backslash): Also refer to shy groups as
2335 non-capturing or unnumbered groups.
2336 (Regexp Functions): Add cross-reference to Regexp Backslash.
2337
0c1cfe01
CY
2338 * display.texi (Truncation): Overlays can use line-prefix and
2339 wrap-prefix too.
2340 (Overlay Properties): Document wrap-prefix and line-prefix.
2341 (Face Attributes): Document underline-minimum-offset.
2342 (Face Remapping): Copyedits.
2343 (Low-Level Font): Copyedits.
2344 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2345 (Line Height): Emphasize that line-spacing only takes effect on
2346 graphical terminals.
0c1cfe01 2347
c4adeee0
CY
23482009-04-13 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * display.texi (Refresh Screen): Note that a passage about screen
2351 refreshing is text terminal only.
2352 (Forcing Redisplay): Delete misleading comment---sit-for calls
2353 redisplay, not the other way around.
2354 (Truncation): Note new values of truncate-partial-width-windows.
2355 Copyedits.
2356 (Invisible Text): Document invisible-p.
2357
b20ecfa1
EZ
23582009-04-11 Eli Zaretskii <eliz@gnu.org>
2359
2360 * display.texi (Overlays): Overlays don't scale well. See
2361 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2362
97d8273f
CY
23632009-04-10 Chong Yidong <cyd@stupidchicken.com>
2364
f147ff75
CY
2365 * syntax.texi (Syntax Table Functions): Document cons cell
2366 argument for modify-syntax-entry.
2367 (Categories): Document cons cell argument for
2368 modify-category-entry.
2369
fca4ec76
CY
2370 * searching.texi (String Search): Document word-search-forward-lax
2371 and word-search-backward-lax.
2372 (Searching and Case): Describe isearch behavior more precisely.
2373
9c283d5b
CY
2374 * keymaps.texi (Tool Bar): Mention that some platforms do not
2375 support multi-line toolbars. Suggested by Stephen Eglen.
2376
2377 * frames.texi (Layout Parameters): Mention that Nextstep also
2378 allows only one tool-bar line. Suggested by Stephen Eglen.
2379
97d8273f
CY
2380 * nonascii.texi (Text Representations): Copyedits.
2381 (Coding System Basics): Also mention utf-8-emacs.
2382 (Converting Representations, Selecting a Representation)
2383 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2384 Copyedits.
2385 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2386
2bad3299
CY
23872009-04-09 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2390 (Filling): Clarify REGION argument of fill-paragraph.
2391 Document fill-forward-paragraph-function.
2bad3299
CY
2392 (Special Properties): Remove "new in Emacs 22" declaration.
2393 (Clickable Text): Merge with Links and Mouse-1 node.
2394
5dcb4c4e
SM
2395 * display.texi (Button Properties, Button Buffer Commands):
2396 Change xref to Clickable Text.
2bad3299
CY
2397
2398 * tips.texi (Key Binding Conventions): Change xref to Clickable
2399 Text.
2400
2401 * elisp.texi (Top): Update node listing.
2402
ea30ce4f
CY
24032009-04-05 Chong Yidong <cyd@stupidchicken.com>
2404
47af2f4b
CY
2405 * markers.texi (The Mark): Copyedits. Improve description of
2406 handle-shift-selection.
2407 (The Region): Move use-region-p here from The Mark.
2408
ea30ce4f
CY
2409 * positions.texi (Screen Lines): Document (cols . lines) argument
2410 for vertical-motion.
2411
2aa8ea6e
CY
24122009-04-04 Chong Yidong <cyd@stupidchicken.com>
2413
3ec61d4e
CY
2414 * frames.texi (Frames): Clean up introduction. Document `ns'
2415 return value for framep.
2416 (Creating Frames): Note how the terminal is chosen.
2417 (Multiple Terminals, Multiple Displays): Merge into a single node.
2418 (Color Parameters): Fix typo.
2419
2420 * variables.texi (Local Variables, Buffer-Local Variables)
2421 (Creating Buffer-Local): Change link to Multiple Terminals.
2422
2423 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2424
2425 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2426 Terminals.
2427
2428 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2429 to Multiple Terminals.
2430
2431 * elisp.texi (Top): Update node listing.
2432 * vol2.texi (Top): Update node listing.
2433 * vol1.texi (Top): Update node listing.
2434
9257072f
CY
2435 * buffers.texi (Current Buffer): Note that the append-to-buffer
2436 example is no longer in synch with the latest code. Tie the two
2437 examples together.
2438
2aa8ea6e
CY
2439 * files.texi (File Attributes): Move note about MS-DOS from
2440 Changing Files to File Attributes.
2441 (Create/Delete Dirs): Note that mkdir is an alias for this.
2442
22e74b17
CY
24432009-04-01 Markus Triska <triska@gmx.at>
2444
2445 * processes.texi (Filter Functions): Suggest how to handle output
2446 batches.
2447
4bbe48ec
CY
24482009-03-30 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * help.texi (Accessing Documentation): Update example to use
2451 help-setup-xref and with-help-window.
2452 (Help Functions): Remove print-help-return-message, which is
2453 semi-obsolete due to with-help-window. Document help-buffer and
2454 help-setup-xref.
2455
b9723f39
CY
24562009-03-29 Chong Yidong <cyd@stupidchicken.com>
2457
5dcb4c4e
SM
2458 * help.texi (Accessing Documentation, Help Functions):
2459 Remove information about long-obsolete Emacs versions.
9eb52e90 2460
b9723f39
CY
2461 * modes.texi (Mode Line Variables): The default values of the mode
2462 line variables are now more complicated.
2463
b0cc32db
CY
24642009-03-28 Chong Yidong <cyd@stupidchicken.com>
2465
3c25a5a9
CY
2466 * modes.texi (Major Mode Conventions): Note that specialness is
2467 inherited.
31c9eebb
CY
2468 (Derived Modes): Note that define-derive-mode sets the mode-class
2469 property.
3c25a5a9 2470
b0cc32db
CY
2471 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2472 goto-map. Add search-map to the list.
2473
c5e0006d
EZ
24742009-03-27 Eli Zaretskii <eliz@gnu.org>
2475
1213465a
EZ
2476 * os.texi (System Environment): Update the list of system-type
2477 values.
2478
c5e0006d
EZ
2479 * markers.texi (The Mark) <handle-shift-selection>: Update for
2480 removal of the optional argument DEACTIVATE.
2481
48bab3d6
CY
24822009-03-25 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * commands.texi (Focus Events): Most X window managers don't use
2485 focus-follows-mouse nowadays.
2486
6e4ff1b6
CY
24872009-03-24 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * commands.texi (Defining Commands): Clarify introduction.
2490 (Using Interactive): Not that interactive can be put in a symbol
2491 property.
2492 (Interactive Call): Note that a symbol with a non-nil
2493 interactive-form property satisfies commandp.
2494
11625308
JB
24952009-03-23 Juanma Barranquero <lekktu@gmail.com>
2496
2497 * minibuf.texi (Intro to Minibuffers): Fix typos.
2498
7b34420d
CY
24992009-03-23 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2502 about minibuffers in old Emacs versions. Copyedits.
2503 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2504 (Text from Minibuffer): Simplify introduction.
2505
f9257eed
AM
25062009-03-22 Alan Mackenzie <acm@muc.de>
2507
2508 * commands.texi (Using Interactive): Clarify string argument to
2509 `interactive' - even promptless elements need \n separators.
2510
f639ba70
CY
25112009-03-18 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * minibuf.texi (Completion Styles): New node.
2514
2515 * elisp.texi (Top): Update node listing.
2516
d897e8ee
CY
25172009-03-17 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * minibuf.texi (Basic Completion): Note that
2520 read-file-name-completion-ignore-case and
2521 read-buffer-completion-ignore-case can override
2522 completion-ignore-case.
2523 (Minibuffer Completion): Document completing-read changes.
2524 (Completion Commands): Avoid mentioning partial completion mode.
2525 Document minibuffer-completion-confirm changes, and
2526 minibuffer-confirm-exit-commands.
2527 (High-Level Completion): Document new require-match behavior for
2528 read-buffer. Document read-buffer-completion-ignore-case.
2529 (Reading File Names): Document new require-match behavior for
2530 read-file-name.
2531
b1f23349
CY
25322009-03-14 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * debugging.texi (Error Debugging): Don't mislead the reader into
2535 thinking that debug-on-error enters debugger for C-f at EOB.
2536 (Error Debugging): Setting debug-on-init within the init file
2537 works, and has for some time.
2538
d6eb4e25
KH
25392009-03-13 Kenichi Handa <handa@m17n.org>
2540
2541 * display.texi (Fontsets): Update the description.
2542
1cf53dc5
CY
25432009-03-13 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * advice.texi (Advising Primitives): Link to What Is a Function.
2546
81f919fc
CY
25472009-03-12 Chong Yidong <cyd@stupidchicken.com>
2548
cf4229eb
CY
2549 * compile.texi (Speed of Byte-Code): Update example.
2550 (Disassembly): Update examples.
2551
81f919fc 2552 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2553
2554 * customize.texi (Common Keywords): It's not necessary to use :tag
2555 to remove hyphens, as custom-unlispify-tag-name does it
2556 automatically.
5dcb4c4e
SM
2557 (Variable Definitions): Link to File Local Variables.
2558 Document customized-value symbol property.
f2bbc08c
CY
2559 (Customization Types): Move menu to end of node.
2560
955964d7
CY
25612009-03-10 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * macros.texi (Compiling Macros): Omit misleading sentence, which
2564 implied that macros can only be used in the same file they are
2565 defined.
2566 (Backquote): Remove obsolete information about Emacs 19.
2567
d25ed7db
GM
25682009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2569
2570 * display.texi (Display Margins): Fix paren typo.
2571
d55f6ca5
CY
25722009-02-27 Chong Yidong <cyd@stupidchicken.com>
2573
f0e57ed8
CY
2574 * elisp.texi (Top): Update node listing.
2575
2576 * variables.texi (Variables): Clarify introduction.
2577 (Global Variables): Mention that setq is a special form.
2578 (Local Variables): Use active voice.
2579 (Tips for Defining): Mention marking variables as safe.
2580 (Buffer-Local Variables): Mention terminal-local and frame-local
2581 variables together.
2582 (File Local Variables): Copyedits.
2583 (Frame-Local Variables): Note that they are not really useful.
2584 (Future Local Variables): Node deleted.
2585
d55f6ca5 2586 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2587 Unicode escape syntax.
d55f6ca5 2588
ca8f09a8
CY
25892009-02-23 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * control.texi (Control Structures): Add cindex entry for "textual
2592 order".
2593
2594 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2595 instead of "expression" throughout.
2596 (Function Indirection): Copyedits. Use active voice.
2597 (Eval): The default value of max-lisp-eval-depth is now 400.
2598
a20878b6
MB
25992009-02-23 Miles Bader <miles@gnu.org>
2600
2601 * processes.texi (System Processes): Rename `system-process-attributes'
2602 to `process-attributes'.
2603
61f66044
CY
26042009-02-22 Chong Yidong <cyd@stupidchicken.com>
2605
1b80d1f3
CY
2606 * symbols.texi (Property Lists): Emphasize that property lists are
2607 not restricted to symbol cells.
2608 (Other Plists): Copyedit.
2609
61f66044
CY
2610 * sequences.texi (Sequences Arrays Vectors): Make introduction
2611 more concise.
2612 (Arrays): Mention char-tables and bool-vectors too.
2613 (Vectors): Don't repeat information given in Arrays node. Link to
2614 nodes that explain the vector usage examples.
2615 (Char-Tables): Note that char-table elements can have arbitrary
2616 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2617 Link to Property Lists node.
61f66044 2618
9403944b
CY
26192009-02-22 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2622 `append'.
4068c7b4 2623 (List Elements): Copyedits.
9403944b
CY
2624
2625 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2626 of `vconcat'.
2627
2628 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2629 Emacs 20 usage of `concat'.
2630 (Case Conversion): Copyedits.
2631
b87a185f
CY
26322009-02-21 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2635 Minor edits.
2636 (Frame Configuration Type): Emphasize that it is not primitive.
2637 (Font Type): New node.
2638 (Type Predicates): Add fontp; type-of now recognizes font object
2639 types.
2640
2641 * intro.texi (Version Info): Update version numbers in examples.
2642 (Acknowledgements): List more contributors.
2643
2644 * elisp.texi: Bump version number to 3.0.
2645 (Top): Link to Font Type node.
2646
867d4bb3
JB
26472009-02-20 Juanma Barranquero <lekktu@gmail.com>
2648
2649 * modes.texi (Major Mode Conventions): Remove duplicate words.
2650 (Customizing Keywords): Fix typo.
2651
77730170
EZ
26522009-02-14 Eli Zaretskii <eliz@gnu.org>
2653
2654 * nonascii.texi (User-Chosen Coding Systems): Document that
2655 select-safe-coding-system suggests raw-text if there are raw bytes
2656 in the region.
2657 (Explicit Encoding): Warn not to use `undecided' when encoding.
2658
c8736212
GM
26592009-02-11 Glenn Morris <rgm@gnu.org>
2660
2661 * frames.texi (Visibility of Frames): Mention the effect multiple
2662 workspaces/desktops can have on visibility.
2663
ab992d66
EZ
26642009-02-07 Eli Zaretskii <eliz@gnu.org>
2665
c8736212
GM
2666 * text.texi (Commands for Insertion):
2667 * commands.texi (Event Mod):
2668 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2669 * nonascii.texi (Translation of Characters):
2670 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2671 (Explicit Encoding): Document the `charset' text property produced
2672 by decode-coding-region and decode-coding-string.
ab992d66 2673
e651a255
AM
26742009-01-27 Alan Mackenzie <acm@muc.de>
2675
2676 * modes.texi (Search-based Fontification): Correct a typo.
2677
bc5cde4b
JB
26782009-01-25 Juanma Barranquero <lekktu@gmail.com>
2679
2680 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2681 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2682
3533155b
EZ
26832009-01-24 Eli Zaretskii <eliz@gnu.org>
2684
f721deda
EZ
2685 * display.texi (Window Systems): Document the value of
2686 `initial-window-system' under --daemon.
2687
3533155b
EZ
2688 * os.texi (System Environment): Remove description of the
2689 `environment' function which has been deleted.
2690
f79b43b2
DN
26912009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2692
2693 * frames.texi (Multiple Displays): Remove documentation for
2694 removed function make-frame-on-tty.
2695
e3aa6669
CY
26962009-01-22 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2699 write-region-annotate-functions.
2700 Document write-region-post-annotation-function.
e3aa6669 2701
fb13a416
CY
27022009-01-19 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * display.texi (Font Lookup): Document WIDTH argument of
2705 x-list-fonts.
2706
02eccf6b
EZ
27072009-01-17 Eli Zaretskii <eliz@gnu.org>
2708
ead3f58d
EZ
2709 * maps.texi (Standard Keymaps): Rename function-key-map to
2710 local-function-key-map.
2711
2712 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2713 local-function-key-map.
2714
2715 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2716 and `set-keyboard-coding-system' now accept an optional terminal
2717 argument.
2718
2719 * commands.texi (Event Mod): `keyboard-translate-table' is now
2720 terminal-local.
2721 (Function Keys): Rename function-key-map to
2722 local-function-key-map.
2723
df05a163
EZ
2724 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2725 frames.texi.
2726
0ed8034e 2727 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2728 `delete-terminal-functions', `suspend-tty-functions' and
2729 `resume-tty-functions'.
0ed8034e
EZ
2730
2731 * frames.texi (Frames): Document `frame-terminal' and
2732 `terminal-live-p'.
2733 (Multiple Displays): Document `make-frame-on-tty'.
2734 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2735 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2736 (Terminal Parameters): Document `terminal-parameters',
2737 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2738
2739 * os.texi (System Environment): Document `environment' and
2740 `initial-environment'.
490f1197
EZ
2741 (Suspending Emacs): Update for multi-tty; document
2742 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2743
02eccf6b
EZ
2744 * nonascii.texi (Coding System Basics): More accurate description
2745 of `raw-text'.
2746
f19fea97
JB
27472009-01-12 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * display.texi (Low-Level Font): Fix typo.
2750
16fa292f
CY
27512009-01-10 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * elisp.texi (Top): Update node listing.
2754
2755 * display.texi (PostScript Images): Node deleted.
2756
0b4faef3
EZ
27572009-01-10 Eli Zaretskii <eliz@gnu.org>
2758
3355f04d
EZ
2759 * processes.texi (Decoding Output): Document that null bytes force
2760 no-conversion for reading process output.
2761
2762 * files.texi (Reading from Files): Document that null bytes force
2763 no-conversion when visiting files.
2764
11625308 2765 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2766
5dcb4c4e
SM
2767 * nonascii.texi (Lisp and Coding Systems):
2768 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2769 (Character Properties): Improve wording.
0b4faef3 2770
ce9cf065
CY
27712009-01-09 Chong Yidong <cyd@stupidchicken.com>
2772
2773 * display.texi (Font Lookup): Remove obsolete function
2774 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2775 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2776 (Font Selection): Reorder order of variable descriptions.
2777 Minor clarifications.
ce9cf065
CY
2778
2779 * elisp.texi (Top): Update node listing.
2780
ab756fb3
GM
27812009-01-09 Glenn Morris <rgm@gnu.org>
2782
2783 * commands.texi (Command Loop Info): Say that last-command-char and
2784 last-input-char are obsolete aliases.
2785
2786 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2787 last-input-char and last-command-char, since they are just aliases for
2788 last-input-event and last-command-event.
2789
2790 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2791 last-command-char.
2792
6b2b8ab1
CY
27932009-01-08 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * elisp.texi: Update node listing.
2796
2797 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2798 (Face Attributes): Don't link to Font Lookup.
2799 Document font-family-list.
6b2b8ab1
CY
2800 (Fonts): New node.
2801
3568e767
JR
28022009-01-08 Jason Rumney <jasonr@gnu.org>
2803
2804 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2805 changing the standard pointer shapes. (Bug#1485)
3568e767 2806
6221c8db
CY
28072009-01-08 Chong Yidong <cyd@stupidchicken.com>
2808
2809 * display.texi (Attribute Functions): Note that a function value
2810 :height is relative, and that compatibility functions work by
2811 calling set-face-attribute.
2812 (Displaying Faces): Reorder list in order of increasing priority.
2813 (Face Remapping): New node. Content moved here from Displaying
2814 Faces.
2815 (Glyphs): Link to Face Functions.
2816
e3d3799a
CY
28172009-01-08 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * display.texi (Faces): Don't discuss face id here. facep does
2820 not return t.
2821 (Defining Faces): Minor clarification.
2822 (Face Attributes): Rearrange items to match docstring of
2823 set-face-attribute. Add :foundry attribute. Document new role of
2824 :font attribute. Texinfo usage fix.
2825 (Attribute Functions): Copyedits.
2826 (Face Functions): Note that face number is seldom used.
2827
638a2457
RS
28282009-01-05 Richard M Stallman <rms@gnu.org>
2829
2830 * strings.texi (Predicates for Strings): Minor clarification.
2831
2832 * functions.texi (Function Safety): Texinfo usage fix.
2833
49ea0074
JB
28342009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2835
2836 * objects.texi (General Escape Syntax): Fix typo.
2837
9f822178
MR
28382009-01-03 Martin Rudalics <rudalics@gmx.at>
2839
2840 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2841 works via the default value of pop-up-frame-function.
2842
af34ad36
EZ
28432009-01-02 Eli Zaretskii <eliz@gnu.org>
2844
2845 * processes.texi (System Processes): Document the `time' and
2846 `ctime' attributes of `system-process-attributes'.
2847
d31f6679
CY
28482009-01-01 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * display.texi (Face Attributes): Clarify :height attribute.
2851
174dc00c
MR
28522008-12-31 Martin Rudalics <rudalics@gmx.at>
2853
2854 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2855 the front of the buffer list. Add entries for `last-buffer' and
2856 `unbury-buffer'.
2857
b8afe7e4
EZ
28582008-12-27 Eli Zaretskii <eliz@gnu.org>
2859
d14030f5
EZ
2860 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2861 and its subsections.
2862
2863 * frames.texi (Multiple Terminals, Low-level Terminal)
2864 (Terminal Parameters, Frames on Other TTY devices): New sections.
2865 (Frames): Add an xref to "Multiple Terminals".
2866
765980a4
EZ
2867 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2868
2869 * objects.texi (Terminal Type): New node.
2870 (Editing Types): Add it to the menu.
2871
47bd5577
EZ
2872 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2873 Variables".
2874
eb22b78c 2875 * variables.texi (Directory Local Variables): New node.
47bd5577 2876 (Variables): Add a menu item for it.
eb22b78c 2877
b8afe7e4
EZ
2878 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2879 `generated-autoload-file'.
2880
77bb0476
EZ
28812008-12-20 Eli Zaretskii <eliz@gnu.org>
2882
028e2c19
EZ
2883 * os.texi (Startup Summary): Add xref to documentation of
2884 `initial-window-system'.
2885
77bb0476
EZ
2886 * display.texi (Window Systems): Document `window-system' the
2887 function. The variable `window-system' is now frame-local.
028e2c19 2888 Document `initial-window-system'.
77bb0476 2889
dda87836
MR
28902008-12-19 Martin Rudalics <rudalics@gmx.at>
2891
2892 * windows.texi (Windows): Rewrite description of
2893 fit-window-to-buffer.
2894
caef3ed2
GM
28952008-12-13 Glenn Morris <rgm@gnu.org>
2896
2897 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2898 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2899
21c58e4d
GM
29002008-12-12 Glenn Morris <rgm@gnu.org>
2901
2902 * debugging.texi (Error Debugging): Refer forwards to
2903 eval-expression-debug-on-error.
2904
af38459f
EZ
29052008-12-05 Eli Zaretskii <eliz@gnu.org>
2906
5dedd9b5
EZ
2907 * strings.texi (String Basics): Only unibyte strings that
2908 represent key sequences hold 8-bit raw bytes.
2909
af38459f
EZ
2910 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2911 paragraph to speak about `undecided'.
2912 (Character Properties): Don't explain the meaning of each
2913 property; instead, identify their Unicode Standard names.
b3f1f4a5 2914 (Character Sets): Document `map-charset-chars'.
af38459f 2915
fa047ae7
GM
29162008-12-02 Glenn Morris <rgm@gnu.org>
2917
2918 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2919 section yet again.
2920
47dbc044
EZ
29212008-11-29 Eli Zaretskii <eliz@gnu.org>
2922
98d05998
EZ
2923 * nonascii.texi (Character Properties): New Section.
2924 (Specifying Coding Systems): Document
2925 `coding-system-priority-list', `set-coding-system-priority', and
2926 `with-coding-priority'.
2927 (Lisp and Coding Systems): Document `check-coding-systems-region'
2928 and `coding-system-charset-list'.
2929 (Coding System Basics): Document `coding-system-aliases'.
2930
2931 * elisp.texi (Top): Add a @detailmenu entry for "Character
2932 Properties".
2933
47dbc044
EZ
2934 * objects.texi (Character Type): Correct the range of Emacs
2935 characters. Add an @xref to "Character Codes".
2936
2937 * strings.texi (String Basics): Add an @xref to "Character Codes".
2938
2939 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2940
2941 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2942 (Character Codes): Document `max-char'.
2943
8b80cdf5
EZ
29442008-11-28 Eli Zaretskii <eliz@gnu.org>
2945
2946 * nonascii.texi (Text Representations, Converting Representations)
2947 (Character Sets, Scanning Charsets, Translation of Characters):
2948 Make text more accurate.
2949
a99dceba
GM
29502008-11-28 Glenn Morris <rgm@gnu.org>
2951
2952 * files.texi (Format Conversion Round-Trip): Improve previous change.
2953
f6dc3bed
CY
29542008-11-26 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * modes.texi (Auto Major Mode): Fix example.
2957
5da9413d
GM
29582008-11-25 Glenn Morris <rgm@gnu.org>
2959
2960 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2961
2962 * files.texi (Format Conversion Round-Trip):
2963 Use active voice for previous change.
2964
fcca848c
CY
29652008-11-25 Chong Yidong <cyd@stupidchicken.com>
2966
2967 * os.texi (Processor Run Time):
2968 * processes.texi (Transaction Queues):
2969 * markers.texi (The Mark):
2970 * windows.texi (Choosing Window, Selecting Windows):
2971 * files.texi (Changing Files, Magic File Names):
2972 * commands.texi (Key Sequence Input):
2973 * functions.texi (Declaring Functions):
2974 * strings.texi (Predicates for Strings):
2975 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2976
36c8dc54
CY
29772008-11-24 Chong Yidong <cyd@stupidchicken.com>
2978
2979 * help.texi (Accessing Documentation): Update example.
2980
2981 * variables.texi (Defining Variables): Note that `*' is not
2982 necessary if defcustom is used.
2983
2a79b242
EZ
29842008-11-22 Eli Zaretskii <eliz@gnu.org>
2985
2986 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2987 Characters" from @detailmenu.
2988
2989 * nonascii.texi (Character Codes, Character Sets)
2990 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2991 (Chars and Bytes, Splitting Characters): Sections removed.
2992
392f0d26
LK
29932008-11-22 Lute Kamstra <lute@gnu.org>
2994
2995 * positions.texi (Text Lines): Update goto-line documentation.
2996
af1a5cd5
MR
29972008-11-21 Martin Rudalics <rudalics@gmx.at>
2998
6a4cfb0c
MR
2999 * frames.texi (Frames): Fix typo, add cross references, reword.
3000 (Initial Parameters): Reword special-display-frame-alist text.
3001 (Frames and Windows): Reword. Describe argument norecord for
3002 set-frame-selected-window.
3003 (Input Focus): Describe argument norecord for select-frame.
3004 Remove comment on MS-Windows behavior for focus-follows-mouse.
3005 (Raising and Lowering): Mention windows-frames dichotomy in
3006 metaphor.
3007
af1a5cd5
MR
3008 * windows.texi (Displaying Buffers, Vertical Scrolling)
3009 (Horizontal Scrolling): Fix indenting and rewording issues
3010 introduced with 2008-11-07 change.
3011
c249fa9c
GM
30122008-11-20 Glenn Morris <rgm@gnu.org>
3013
3014 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3015 element of `format-alist'.
3016
204d4665
GM
30172008-11-19 Glenn Morris <rgm@gnu.org>
3018
3019 * doclicense.texi: Update to FDL 1.3.
3020 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3021
cc0910af
CY
30222008-11-18 Chong Yidong <cyd@stupidchicken.com>
3023
efe6e7c4
CY
3024 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3025 vars, which are obsolete. Mention jit-lock-register.
3026
5dcb4c4e
SM
3027 * modes.texi (Other Font Lock Variables):
3028 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3029
cc0910af
CY
3030 * frames.texi (Color Parameters): Document alpha parameter.
3031
aeeedf76
MR
30322008-11-16 Martin Rudalics <rudalics@gmx.at>
3033
3034 * windows.texi (Splitting Windows, Deleting Windows)
3035 (Selecting Windows, Cyclic Window Ordering)
3036 (Buffers and Windows, Displaying Buffers, Choosing Window)
3037 (Dedicated Windows, Window Point, Window Start and End)
3038 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3039 (Size of Window, Resizing Windows, Window Configurations)
3040 (Window Parameters): Avoid @var at beginning of sentences and
3041 reword accordingly.
3042
4c565c5c
LK
30432008-11-11 Lute Kamstra <lute@gnu.org>
3044
3045 * files.texi (File Name Components): Fix file-name-extension
3046 documentation.
3047
25f494c9
JB
30482008-11-11 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * frames.texi (Basic Parameters): Remove display-environment-variable
3051 and term-environment-variable.
3052
a1401ab1
EZ
30532008-11-08 Eli Zaretskii <eliz@gnu.org>
3054
3055 * windows.texi (Basic Windows, Splitting Windows)
3056 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3057 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3058 (Resizing Windows, Window Configurations, Window Parameters):
3059 Fix wording and markup.
a1401ab1 3060
efafc282
MR
30612008-11-07 Martin Rudalics <rudalics@gmx.at>
3062
3063 * windows.texi (Windows): Update entries.
3064 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3065 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3066 (Selecting Windows, Cyclic Window Ordering): Reword with special
3067 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3068 (Buffers and Windows, Choosing Window): Reword with special
3069 emphasis on dedicated windows.
3070 (Displaying Buffers): Reword. For switch-to-buffer mention that
3071 it may fall back on pop-to-buffer. For other-window try to
3072 explain how it treats the cyclic ordering of windows.
efafc282
MR
3073 (Dedicated Windows): New node and section discussing dedicated
3074 windows and associated functions.
86ab855a 3075 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3076 (Window Start and End): Rename node and section title. Reword.
3077 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3078 Minor rewording.
3079 (Size of Window): Reword, in particular text on window-width.
3080 (Resizing Windows): Reword. Add text on balancing windows.
3081 (Window Configurations): Reword. Mention window parameters.
3082 (Window Parameters): New node and section on window parameters.
3083 (Window Hooks): Reword. Mention that
3084 window-configuration-change-hook is run "buffer-locally".
3085 * elisp.texi (Top): Update Windows entries in @detailmenu
3086 section.
3087
d60a8ab2
JB
30882008-11-04 Juanma Barranquero <lekktu@gmail.com>
3089
3090 * searching.texi (Regexp Search): Fix typo.
3091
01777627
CY
30922008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3093
3094 * searching.texi (Regexp Search): Document GREEDY arg.
3095 (Simple Match Data): Fix return value.
3096
c4526e93
EZ
30972008-11-01 Eli Zaretskii <eliz@gnu.org>
3098
3099 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3100 with Emacs 23 internal representation of characters.
3101 Document `unibyte-string'.
c4526e93 3102
fe2ae8b5
CY
31032008-10-28 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * processes.texi (Process Information): Note that process-status
3106 does not accept buffer names.
3107
cc5a21e3
CY
31082008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3109
3110 * positions.texi (Skipping Characters): Correct return value of
3111 skip-chars-forward.
3112
09460d9a
MR
31132008-10-25 Martin Rudalics <rudalics@gmx.at>
3114
520b29e7
MR
3115 * windows.texi (Deleting Windows): Update documentation of
3116 delete-windows-on.
3117 (Buffers and Windows): Update documentations of
3118 get-buffer-window and get-buffer-window-list.
3119 (Displaying Buffers): Update documentation of
3120 replace-buffer-in-windows.
3121
09460d9a
MR
3122 * buffers.texi (Current Buffer): Reword set-buffer and
3123 with-current-buffer documentations.
3124 (Creating Buffers): Reword documentation of get-buffer-create.
3125
4d48fcdc
MR
31262008-10-23 Martin Rudalics <rudalics@gmx.at>
3127
3128 * buffers.texi (Current Buffer): Reword documentation of
3129 set-buffer.
3130 (Buffer Names): Reword documentation of buffer-name.
3131 (The Buffer List): For bury-buffer explain what happens with the
3132 buffer's window.
3133 (Creating Buffers): Say that get-buffer-create's arg is called
3134 buffer-or-name.
3135
f0143c43
CY
31362008-10-22 Chong Yidong <cyd@stupidchicken.com>
3137
3e5dbbd3
CY
3138 * advice.texi (Computed Advice): Explain what DEFINITION is.
3139
f0143c43
CY
3140 * nonascii.texi (Character Codes): Remove obsolete function
3141 char-valid-p, and document characterp instead.
3142
52a94b85
MR
31432008-10-22 Martin Rudalics <rudalics@gmx.at>
3144
3145 * windows.texi (Displaying Buffers): Reword documentation of
3146 pop-to-buffer.
3147 (Choosing Window): Rewrite documentation of display-buffer and
3148 its options.
3149
f76f8246
MR
3150 * buffers.texi (Killing Buffers): Update documentation of
3151 kill-buffer.
3152
acc8b598
EZ
31532008-10-21 Eli Zaretskii <eliz@gnu.org>
3154
80e6b6df
EZ
3155 * processes.texi (Serial Ports): Fix wording and improve markup.
3156
3645358a
EZ
3157 * searching.texi (Regexp Search): Document `string-match-p' and
3158 `looking-at-p'.
3159 (POSIX Regexps): Add an xref for "non-greedy".
3160 (Regexp Special): Add @cindex entry for "non-greedy".
3161
b3d50cff 3162 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3163 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3164
73b7530a
EZ
3165 * frames.texi (Color Names): Add an xref to `read-color'.
3166
3167 * minibuf.texi (High-Level Completion): Document `read-color'.
3168
acc8b598
EZ
3169 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3170
3171 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3172
3173 * buffers.texi (Swapping Text): New section, documents
3174 `buffer-swap-text'.
3175
10e187e8
MR
31762008-10-21 Martin Rudalics <rudalics@gmx.at>
3177
3178 * windows.texi (Resizing Windows): Minor wording fix.
3179
fd6f900c
EZ
31802008-10-20 Eli Zaretskii <eliz@gnu.org>
3181
3182 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3183 and `combine-and-quote-strings'.
3184
3185 * strings.texi (Creating Strings): Add xrefs for them.
3186
e4372165
EZ
31872008-10-19 Eli Zaretskii <eliz@gnu.org>
3188
d6328fba
EZ
3189 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3190 match the corresponding menu in minibuf.texi.
3191
e4372165
EZ
3192 * minibuf.texi (Reading File Names): Document `read-shell-command'
3193 and `minibuffer-local-shell-command-map'.
3194
5d8dda33
MR
31952008-10-19 Martin Rudalics <rudalics@gmx.at>
3196
3197 * windows.texi (Resizing Windows): Remove var{} around "window" in
3198 documentation of enlarge-window.
3199 Rewrite documentation of window-min-height and window-min-width.
3200
437706cd
EZ
32012008-10-19 Eli Zaretskii <eliz@gnu.org>
3202
80f85d7c
EZ
3203 * functions.texi (Calling Functions): Document `apply-partially'.
3204
291703b5
EZ
3205 * hooks.texi (Standard Hooks): Mention
3206 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3207
3208 * variables.texi (File Local Variables): Document
3209 `file-local-variables-alist', `before-hack-local-variables-hook'
3210 and `hack-local-variables-hook'.
3211
583d8b3c
EZ
3212 * processes.texi (Synchronous Processes): Document `process-lines'.
3213
5dcb4c4e
SM
3214 * customize.texi (Variable Definitions):
3215 Document `custom-reevaluate-setting'.
437706cd 3216
7e51d89b
MR
32172008-10-18 Martin Rudalics <rudalics@gmx.at>
3218
3219 * windows.texi (Choosing Window, Deleting Windows)
3220 (Displaying Buffers): Expand documentation of dedicated windows.
3221
43c59a3d
EZ
32222008-10-18 Eli Zaretskii <eliz@gnu.org>
3223
018a960d
EZ
3224 * files.texi (Changing Files): Document symbolic input of file
3225 modes to `set-file-modes'. Document `read-file-modes' and
3226 `file-modes-symbolic-to-number'.
3227
2c0b8144
EZ
3228 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3229 and `search-map'.
3230
5dcb4c4e
SM
3231 * searching.texi (Search and Replace):
3232 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3233 Document `multi-query-replace-map'.
80120f13 3234
6d4913f0 3235 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3236 (Completion Commands, Reading File Names):
3237 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3238 `minibuffer-local-filename-must-match-map'.
3239 (Minibuffer Completion): The `require-match' argument to
3240 `completing-read' can now have the value `confirm-only'.
3241
43c59a3d
EZ
3242 * windows.texi (Displaying Buffers): Minor wording fix.
3243 (Choosing Window): `split-height-threshold' can now be nil.
3244 Document `split-width-threshold'. `pop-up-frames' can have the
3245 value `graphic-only'.
3246
f36acfd9
EZ
32472008-10-17 Eli Zaretskii <eliz@gnu.org>
3248
3249 * os.texi (Startup Summary): Document `before-init-time' and
3250 `after-init-time'. Document `initial-window-system' and
3251 `window-system-initialization-alist'. Document reading the
3252 abbrevs file. Document the call to `server-start' under --daemon.
3253 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3254 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3255 (Time Parsing): Document `format-seconds'.
f36acfd9 3256
96995b89
MR
32572008-10-17 Martin Rudalics <rudalics@gmx.at>
3258
3259 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3260 and reword.
3261
2de17c73
EZ
32622008-10-16 Eli Zaretskii <eliz@gnu.org>
3263
3264 * markers.texi (The Mark): Document use-region-p.
3265
9cf52b11
EZ
32662008-10-15 Eli Zaretskii <eliz@gnu.org>
3267
c3aaf1d7
EZ
3268 * internals.texi (Writing Emacs Primitives): The interactive spec
3269 of a primitive can be a Lisp form.
3270
841a1743
EZ
3271 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3272 values of transient-mark-mode. Document handle-shift-selection.
3273
3274 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3275 (Interactive Examples): Show an example of `^'.
3276 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3277 (Defining Commands, Using Interactive): The interactive-form of a
3278 function can be added via its symbol's property.
841a1743 3279
52441368
EZ
3280 * positions.texi (List Motion): beginning-of-defun-function can
3281 now accept an argument.
3282
8e8c1a72
EZ
3283 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3284 now return a list of strings.
3285
a33a1f2a
EZ
3286 * control.texi (Handling Errors): Document ignore-errors.
3287
4fb04348
EZ
3288 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3289 (Parameter Access): Document set-frame-parameter.
3290
ee666f84
EZ
3291 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3292 Hooks" for the effect of kill-all-local-variables on local hook
3293 functions.
3294
9cf52b11
EZ
3295 * modes.texi (Major Mode Conventions, Mode Line Variables):
3296 `mode-name' need not be a string. xref to "Mode Line Data" for
3297 details, and to "Emulating Mode Line" for computing a string
3298 value.
3299
22526bc4
EZ
33002008-10-14 Eli Zaretskii <eliz@gnu.org>
3301
a65f6a85
EZ
3302 * processes.texi (System Processes): New section.
3303 (Processes, Signals to Processes): Add xrefs to it.
3304
3305 * objects.texi (Editing Types): A `process' is a subprocess of
3306 Emacs, not just any process running on the OS.
3307
3308 * elisp.texi (Top): Adjust the @detailmenu for the above two
3309 changes.
3310
2724b26a
EZ
3311 * sequences.texi (Char-Tables): Remove documentation of
3312 set-char-table-default, which has no effect since Emacs 23.
3313 <char-table-range, set-char-table-range>: Don't mention generic
3314 characters and charsets. Add a cons cell as a possible argument.
3315
3316 * nonascii.texi (Splitting Characters)
3317 (Translation of Characters): Don't mention generic characters.
3318
3319 * display.texi (Fontsets): Don't mention generic characters.
3320
22526bc4 3321 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3322 argument FUNCTION with a cons cell as KEY.
22526bc4 3323
eaf4b689
EZ
33242008-10-13 Eli Zaretskii <eliz@gnu.org>
3325
45e46036
EZ
3326 * objects.texi (Primitive Function Type): Move "@cindex special
3327 forms" from here...
3328
3329 * eval.texi (Special Forms): ...to here.
3330
3331 * functions.texi (What Is a Function): `functionp' returns nil for
3332 special forms. Add an xref.
3333
eaf4b689
EZ
3334 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3335 Variables".
3336
3337 * variables.texi (Frame-Local Variables): New section.
3338 (Buffer-Local Variables): Add an xref to it.
3339 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3340 have both frame-local and buffer-local binding.
3341
3342 * frames.texi (Frames): Mention multiple tty frames.
3343 (Frame Parameters, Parameter Access): Mention frame-local variable
3344 bindings.
3345
15688fce
GM
33462008-09-20 Glenn Morris <rgm@gnu.org>
3347
3348 * display.texi (Defining Faces): Recommend against face variables.
3349
35539065
JB
33502008-09-16 Juanma Barranquero <lekktu@gmail.com>
3351
3352 * display.texi (Echo Area Customization): Fix typo.
3353
6a57054b
JB
33542008-09-09 Juanma Barranquero <lekktu@gmail.com>
3355
3356 * loading.texi (Where Defined): Add `defface' item.
3357
d632fb82
MR
33582008-09-06 Martin Rudalics <rudalics@gmx.at>
3359
3360 * loading.texi (Where Defined): Fix description of symbol-file.
3361
905a9adb
JR
33622008-08-26 Jason Rumney <jasonr@gnu.org>
3363
3364 * display.texi (TIFF Images): New section describing :index property.
3365
852e91b7
CY
33662008-08-23 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * display.texi (Temporary Displays): Remove unnecessary comment
3369 about usage of temp-buffer-show-hook.
3370
6be001ee
CY
33712008-08-05 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * symbols.texi (Other Plists): Fix incorrect example.
3374 Suggested by Florian Beck.
3375
58e3d8e8
JB
33762008-07-31 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * os.texi: Fix previous change.
3379
7c2fb837
DN
33802008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3381
3382 * os.texi:
3383 * intro.texi:
3384 * files.texi: Remove VMS support.
3385
9e2a2647
DN
33862008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 * os.texi:
3389 * frames.texi:
3390 * display.texi: Remove mentions of Mac Carbon.
3391
c4f4682b
MB
33922008-07-01 Miles Bader <miles@gnu.org>
3393
3394 * text.texi (Special Properties):
3395 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3396
3696411e
JB
33972008-06-28 Johan Bockgård <bojohan@gnu.org>
3398
3399 * display.texi (Other Image Types): Fix copy/paste error; say
3400 "PBM", not "XBM".
3401
f2a77c3a
DN
34022008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3403
3404 * os.texi: Remove references to obsolete systems.
3405
6d52677d
EZ
34062008-06-20 Eli Zaretskii <eliz@gnu.org>
3407
3408 * makefile.w32-in (distclean): Remove makefile.
3409
1a87da4c
GM
34102008-06-17 Glenn Morris <rgm@gnu.org>
3411
3412 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3413 (elisp, dist): Remove rules and variables that are obsolete now
3414 the lisp manual is no longer distributed separately.
3415
fdda1c5d
GM
34162008-06-16 Glenn Morris <rgm@gnu.org>
3417
646692e9
GM
3418 * configure, configure.in, mkinstalldirs: Remove unused files.
3419
3420 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3421 * vol1.texi (EMACSVER):
6a57054b 3422 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3423
3424 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3425 as per maintain.info.
3426
611bee81
GM
34272008-06-15 Glenn Morris <rgm@gnu.org>
3428
a7bed3a0
GM
3429 * makefile.w32-in (manual): Use "23" rather than "21".
3430
3431 * Makefile.in (emacsver): New, set by configure.
3432 (manual): Use emacsver.
3433
d794edf2
GM
3434 * intro.texi: Report bugs using M-x report-emacs-bug.
3435
611bee81
GM
3436 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3437
c73e02fa
GM
34382008-06-13 Daniel Engeler <engeler@gmail.com>
3439
3440 * elisp.texi, internals.texi, processes.texi: Add documentation
3441 about serial port access.
3442
e40a85cd
MB
34432008-06-05 Miles Bader <miles@gnu.org>
3444
3445 * display.texi (Displaying Faces): Update to reflect function
3446 renamings in face-remap.el.
3447
7b753744
JB
34482008-06-05 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * display.texi (Fontsets): Fix typos.
3451
9d3d42fb
MB
34522008-06-03 Miles Bader <miles@gnu.org>
3453
7b753744
JB
3454 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3455 remove-relative-face-remapping, set-base-face-remapping,
3456 and set-default-base-face-remapping.
9d3d42fb 3457
f2cec7a9
MB
34582008-06-01 Miles Bader <miles@gnu.org>
3459
3460 * display.texi (Displaying Faces): Add face-remapping-alist.
3461
8f39c96d
SM
34622008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3465 variable names.
3466
1ef5eecc
ER
34672008-05-03 Eric S. Raymond <esr@golux>
3468
352c8b4a 3469 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3470 (current-global-map) return references, not copies.
3471
63b4387f
JL
34722008-05-02 Juri Linkov <juri@jurta.org>
3473
3474 * minibuf.texi (Text from Minibuffer): Document a list of
3475 default values for `read-from-minibuffer'.
3476
38a8b703
JB
34772008-04-24 Juanma Barranquero <lekktu@gmail.com>
3478
3479 * nonascii.texi (Translation of Characters): Fix previous change.
3480
7c42e639
CY
34812008-04-20 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * display.texi (Overlay Properties): Clarify role of underlying
3484 textprop and overlay keymaps for display strings.
3485
3486 * keymaps.texi (Active Keymaps): Ditto.
3487
25c0d999
SM
34882008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * minibuf.texi (Programmed Completion):
3491 Replace dynamic-completion-table with the new completion-table-dynamic.
3492
e3af5968
CY
34932008-04-07 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * intro.texi (Some Terms): Change "fonts in this manual" index
3496 entry to "typographic conventions".
3497
6bfc8698
EZ
34982008-04-05 Eli Zaretskii <eliz@gnu.org>
3499
3500 * objects.texi (Text Props and Strings): Add indexing for read
3501 syntax of text properties.
3502
4972c361
SM
35032008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * processes.texi (Decoding Output): Remove process-filter-multibyte
3506 functions.
3507
c70a68db
MR
35082008-03-15 Martin Rudalics <rudalics@gmx.at>
3509
3510 * display.texi (Finding Overlays): Say that empty overlays at
3511 the end of the buffer are reported too.
3512
1291fd36
GM
35132008-03-13 Glenn Morris <rgm@gnu.org>
3514
3515 * elisp.texi (EMACSVER): Set to 23.0.60.
3516
c6b0dfd5
CY
35172008-02-26 Chong Yidong <cyd@stupidchicken.com>
3518
38a8b703 3519 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3520
875fc30c
GM
35212008-02-22 Glenn Morris <rgm@gnu.org>
3522
3523 * frames.texi (Position Parameters): Clarify the description of
3524 `left' and `top', using information from "Geometry".
3525 (Geometry): Give a pointer to "Position Parameters", rather than
3526 repeating information.
3527
d8c8e45a
GM
35282008-02-11 Glenn Morris <rgm@gnu.org>
3529
3530 * objects.texi (Equality Predicates): No longer talk about "two"
3531 functions.
3532
38a8b703 35332008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3534
3535 * objects.texi (Equality Predicates): Add defun for
3536 equal-including-properties.
3537
bfffe0b1
GM
35382008-02-10 Glenn Morris <rgm@gnu.org>
3539
3540 * objects.texi (Equality Predicates):
3541 Mention equal-including-properties.
3542
431b78c9
RS
35432008-02-07 Richard Stallman <rms@gnu.org>
3544
3545 * windows.texi (Window Start): Mention the feature of moving
3546 window-start to start of line.
3547
c8763fb6 35482008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3549
3550 * keymaps.texi (Tool Bar): Document rtl property.
3551
1a256502
TTN
35522008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3553
3554 * display.texi (Button Types):
3555 For define-button-type, clarify type of NAME.
3556
569382c2
MR
35572008-01-19 Martin Rudalics <rudalics@gmx.at>
3558
3559 * buffers.texi (Buffer Modification): Fix typo.
3560
f3041af1
DN
35612008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3562
3563 * os.texi (System Environment): Remove references to OSes that are
3564 not supported anymore.
3565
d35e1cd7
DN
35662008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 * os.texi (System Environment): Remove mention for Masscomp.
3569
23af7580
RS
35702008-01-04 Richard Stallman <rms@gnu.org>
3571
3572 * display.texi (Faces): Don't talk about internal face vector as arg
3573 to facep.
3574
3575 * customize.texi (Type Keywords): Fix previous change.
3576
3577 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3578 * elisp.texi (Top): Fix menu for commands.texi change.
3579
ec7d5b1e
RS
35802007-12-30 Richard Stallman <rms@gnu.org>
3581
5dcb4c4e 3582 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3583 (Accessing Scroll): New node broken out of Accessing Mouse.
3584
101a6cea
RS
35852007-12-28 Richard Stallman <rms@gnu.org>
3586
3587 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3588 (Basic Parameters): For `title', refer to title bar.
041817a4 3589 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3590
72b7e664
RS
35912007-12-23 Richard Stallman <rms@gnu.org>
3592
3593 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3594 Improve some of the commented-out keywords' text too.
3595
27a4f445
MR
35962007-12-14 Martin Rudalics <rudalics@gmx.at>
3597
e2e3f1d7
MR
3598 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3599 "visit the current buffer".
3600
27a4f445
MR
3601 * os.texi (System Interface): Fix typo.
3602
a2afc99d
RS
36032007-12-04 Richard Stallman <rms@gnu.org>
3604
3605 * objects.texi (Symbol Type): Fix typo.
3606
b694135c
RS
36072007-12-03 Richard Stallman <rms@gnu.org>
3608
3609 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3610
f99a19da
GM
36112007-12-01 Glenn Morris <rgm@gnu.org>
3612
3613 * functions.texi (Declaring Functions): Improve previous change.
3614
8f4b37d8
GM
36152007-11-30 Glenn Morris <rgm@gnu.org>
3616
3617 * functions.texi (Declaring Functions): Add optional fourth
3618 argument of declare-function, and setting third argument to `t'.
3619
61a2fe01
RS
36202007-11-29 Richard Stallman <rms@gnu.org>
3621
3622 * customize.texi (Composite Types): Document `group' type.
3623
cbfc5193
GM
36242007-11-29 Glenn Morris <rgm@gnu.org>
3625
5dcb4c4e
SM
3626 * functions.texi (Declaring Functions): Add findex.
3627 Mention `external' files.
cbfc5193 3628
8386283a
JB
36292007-11-26 Juanma Barranquero <lekktu@gmail.com>
3630
3631 * functions.texi (Declaring Functions): Fix directive.
3632
a07c9a8b
RS
36332007-11-25 Richard Stallman <rms@gnu.org>
3634
3635 * help.texi (Help Functions): Clean up last change.
3636
3637 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3638
3639 * loading.texi (Named Features): Minor cleanup.
3640
3641 * macros.texi (Eval During Expansion): Minor cleanup.
3642
3643 * variables.texi (Variable Aliases): Minor cleanup.
3644
a0925923
RS
36452007-11-24 Richard Stallman <rms@gnu.org>
3646
3647 * functions.texi (Declaring Functions): Clarify previous change.
3648
3649 * compile.texi (Compiler Errors): Clarify previous change.
3650
20c63e44
RS
36512007-11-24 Richard Stallman <rms@gnu.org>
3652
e5e76c04 3653 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3654 Clarify the text and move items around.
3655
5bb0cda3
GM
36562007-11-24 Glenn Morris <rgm@gnu.org>
3657
3658 * functions.texi (Declaring Functions): New section.
3659 * compile.texi (Compiler Errors): Mention declaring functions,
3660 defvar with no initvalue, and byte-compile-warnings.
3661
af13c86a
MR
36622007-11-15 Martin Rudalics <rudalics@gmx.at>
3663
3664 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3665 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3666
a5373305
MR
36672007-11-13 Martin Rudalics <rudalics@gmx.at>
3668
3669 * help.texi (Help Functions): Document new macro `with-help-window'.
3670
fe284805
JL
36712007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3672
3673 * searching.texi (Replacing Match): Describe new
3674 `match-substitute-replacement'.
3675
2c3a09b1
RS
36762007-10-31 Richard Stallman <rms@gnu.org>
3677
3678 * strings.texi (Creating Strings): Null strings from concat not unique.
3679
f2b480f4
RS
36802007-10-26 Richard Stallman <rms@gnu.org>
3681
3682 * objects.texi (Equality Predicates): Null strings are uniquified.
3683
3684 * minibuf.texi: Minor clarifications in previous change.
3685
db21122c
GM
36862007-10-25 Glenn Morris <rgm@gnu.org>
3687
3688 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3689
2328cbb3
RS
36902007-10-24 Richard Stallman <rms@gnu.org>
3691
3692 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3693
3694 * variables.texi (Frame-Local Variables): Node deleted.
3695 (Variables): Delete Frame-Local Variables from menu.
3696 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3697 (Default Value): Don't mention frame-local vars.
3698
3699 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3700
3701 * loading.texi (Unloading): Document FEATURE-unload-function
3702 instead of FEATURE-unload-hook.
3703
2328cbb3
RS
3704 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3705
c066bafa
JL
37062007-10-22 Juri Linkov <juri@jurta.org>
3707
3708 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3709 (High-Level Completion): Document a list of default value strings
3710 in the DEFAULT argument, for which minibuffer functions return the
3711 first element.
3712
65ced25f
JL
37132007-10-17 Juri Linkov <juri@jurta.org>
3714
3715 * text.texi (Filling): Update arguments of fill-paragraph.
3716 fill-paragraph operates on the active region in Transient Mark mode.
3717 Remove fill-paragraph-or-region.
3718
ee46ec8e
KB
37192007-10-13 Karl Berry <karl@gnu.org>
3720
3721 * elisp.texi (@dircategory): Move to after @copying,
3722 since we want @copying as close as possible to the beginning of
3723 the output.
3724
61bbdbc6
RS
37252007-10-12 Richard Stallman <rms@gnu.org>
3726
3727 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3728
3729 * commands.texi (Distinguish Interactive): New node,
3730 broken out from Interactive Call and rewritten.
3731 (Command Loop): Put Distinguish Interactive in menu.
3732
af23e1e8
RS
37332007-10-09 Richard Stallman <rms@gnu.org>
3734
3735 * text.texi (Examining Properties): Mention overlay priority.
3736
3737 * display.texi (Display Margins): Correct the description
3738 of margin display specifications.
3739 (Replacing Specs): New subnode broken out of Display Property.
3740
e1965a69
JL
37412007-10-06 Juri Linkov <juri@jurta.org>
3742
3743 * text.texi (Filling): Document fill-paragraph-or-region.
3744
4638454b
JB
37452007-10-05 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * display.texi (Auto Faces): Fix typo.
3748
7ed54cc5
RS
37492007-10-02 Richard Stallman <rms@gnu.org>
3750
3751 * display.texi (Display Property): Explain some display specs
3752 don't let you move point in.
3753
5dcb4c4e
SM
3754 * frames.texi (Cursor Parameters):
3755 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3756
3757 * windows.texi (Basic Windows): Don't describe
3758 cursor-in-non-selected-windows here.
3759
305a7ef2
EZ
37602007-10-01 Eli Zaretskii <eliz@gnu.org>
3761
3762 * processes.texi (Misc Network): Note that these functions are
3763 supported only on some systems.
3764
f7a7f4eb
RS
37652007-10-01 Richard Stallman <rms@gnu.org>
3766
3767 * display.texi (Overlay Properties): Explain nil as priority.
3768 Explain that conflicts are unpredictable if not resolved by
3769 priorities.
3770
780d7bb9
RS
37712007-09-23 Richard Stallman <rms@gnu.org>
3772
3773 * macros.texi (Backquote): Minor clarification.
3774
14b4fdfb
RS
37752007-09-19 Richard Stallman <rms@gnu.org>
3776
3777 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3778 Clarify when they work in parallel and when one overrides.
3779 Fix error in example.
14b4fdfb 3780
b8d4c8d0
GM
37812007-09-06 Glenn Morris <rgm@gnu.org>
3782
b3e755a9 3783 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3784 commands to use ../../info.
3785 * Makefile.in (infodir): Go up one more level.
4638454b 3786 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3787 (miscmanualdir): New.
3788 (dist): Use new variable miscmanualdir.
3789 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3790 (usermanualdir): Change from ../man to ../emacs.
3791
1bb1f7d3
MR
37922007-08-30 Martin Rudalics <rudalics@gmx.at>
3793
3794 * commands.texi (Command Loop Info): Advise against changing
3795 most variables described here. Explain new variable
3796 last-repeatable-command.
3797
b8d4c8d0
GM
37982007-08-29 Glenn Morris <rgm@gnu.org>
3799
3800 * elisp.texi (EMACSVER): Increase to 23.0.50.
3801
38022007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * frames.texi (Basic Parameters): Add display-environment-variable
3805 and term-environment-variable.
3806
38072007-08-28 Juri Linkov <juri@jurta.org>
3808
3809 * display.texi (Image Formats, Other Image Types): Add SVG.
3810
38112007-08-28 Juri Linkov <juri@jurta.org>
3812
3813 * display.texi (Images): Move formats-related text to new node
3814 "Image Formats".
3815 (Image Formats): New node.
3816
619fb9ee
RS
38172007-08-27 Richard Stallman <rms@gnu.org>
3818
3819 * windows.texi (Window Configurations): Clarify what
3820 a window configuration saves.
3821
b8d4c8d0
GM
38222007-08-25 Richard Stallman <rms@gnu.org>
3823
3824 * display.texi (Images): Delete redundant @findex.
3825
39f9da30
GM
38262007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * text.texi (Change Hooks): (after|before)-change-functions are no
3829 longer bound to nil while running; rather inhibit-modification-hooks
3830 is t.
3831
b8d4c8d0
GM
38322007-08-16 Richard Stallman <rms@gnu.org>
3833
5dcb4c4e
SM
3834 * processes.texi (Asynchronous Processes):
3835 Clarify doc of start-file-process.
b8d4c8d0
GM
3836
38372007-08-08 Martin Rudalics <rudalics@gmx.at>
3838
3839 * modes.texi (Example Major Modes): Fix typo.
3840
38412007-08-08 Glenn Morris <rgm@gnu.org>
3842
3843 * intro.texi (nil and t): Do not use `iff' in documentation.
3844
3845 * tips.texi (Documentation Tips): Recommend against `iff'.
3846
38472007-08-07 Chong Yidong <cyd@stupidchicken.com>
3848
3849 * display.texi (Image Cache): Document image-refresh.
3850
38512007-08-06 Martin Rudalics <rudalics@gmx.at>
3852
3853 * windows.texi (Size of Window): Document window-full-width-p.
3854
38552007-07-25 Glenn Morris <rgm@gnu.org>
3856
3857 * gpl.texi (GPL): Replace license with GPLv3.
3858
3859 * Relicense all FSF files to GPLv3 or later.
3860
38612007-07-24 Michael Albinus <michael.albinus@gmx.de>
3862
4638454b
JB
3863 * processes.texi (Synchronous Processes):
3864 Add `process-file-shell-command'.
b8d4c8d0
GM
3865 (Asynchronous Processes): Mention restricted use of
3866 `process-filter' and `process-sentinel' in
3867 `start-file-process'. Add `start-file-process-shell-command'.
3868
38692007-07-17 Michael Albinus <michael.albinus@gmx.de>
3870
3871 * files.texi (Magic File Names): Introduce optional parameter
3872 IDENTIFICATION for `file-remote-p'.
3873
38742007-07-16 Richard Stallman <rms@gnu.org>
3875
3876 * display.texi (Defining Faces): Fix previous change.
3877
38782007-07-14 Richard Stallman <rms@gnu.org>
3879
3880 * control.texi (Handling Errors): Document `debug' in handler list.
3881
38822007-07-10 Richard Stallman <rms@gnu.org>
3883
3884 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3885
38862007-07-09 Richard Stallman <rms@gnu.org>
3887
3888 * files.texi (Magic File Names): Rewrite previous change.
3889
38902007-07-08 Michael Albinus <michael.albinus@gmx.de>
3891
3892 * files.texi (Magic File Names): Introduce optional parameter
3893 CONNECTED for `file-remote-p'.
3894
38952007-07-07 Michael Albinus <michael.albinus@gmx.de>
3896
3897 * processes.texi (Asynchronous Processes):
3898 * files.texi (Magic File Names): Add `start-file-process'.
3899
39002007-06-27 Richard Stallman <rms@gnu.org>
3901
5dcb4c4e
SM
3902 * files.texi (Format Conversion Piecemeal):
3903 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3904
39052007-06-27 Michael Albinus <michael.albinus@gmx.de>
3906
4638454b
JB
3907 * files.texi (Magic File Names): Remove `dired-call-process'.
3908 Add `process-file'.
b8d4c8d0
GM
3909
39102007-06-27 Kenichi Handa <handa@m17n.org>
3911
3912 * text.texi (Special Properties): Fix description about
4638454b 3913 `composition' property.
b8d4c8d0
GM
3914
39152007-06-26 Kenichi Handa <handa@m17n.org>
3916
3917 * nonascii.texi (Default Coding Systems): Document about the
3918 return value `undecided'.
3919
39202007-06-25 David Kastrup <dak@gnu.org>
3921
3922 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3923 `current-active-maps'.
3924
39252007-06-24 Karl Berry <karl@gnu.org>
3926
4638454b 3927 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3928
39292007-06-15 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * display.texi (Overlay Arrow): Doc fix.
3932
39332007-06-14 Karl Berry <karl@tug.org>
3934
3935 * anti.texi (Antinews): Typo.
3936
39372007-06-14 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * display.texi (Image Cache): Document image-refresh.
3940
39412007-06-12 Karl Berry <karl@gnu.org>
3942
3943 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3944 * two-volume.make: New file.
3945 * .cvsignore: Ignore two-volume files.
3946
39472007-06-12 Tom Tromey <tromey@redhat.com>
3948
3949 * os.texi (Init File): Document user-emacs-directory.
3950
39512007-06-03 Nick Roberts <nickrob@snap.net.nz>
3952
3953 * commands.texi (Click Events): Describe width and height when
3954 object is nil.
3955
39562007-05-30 Nick Roberts <nickrob@snap.net.nz>
3957
5dcb4c4e
SM
3958 * commands.texi (Click Events): Layout more logically.
3959 Describe width and height.
b8d4c8d0
GM
3960 (Drag Events, Motion Events): Update to new format for position.
3961
39622007-06-02 Richard Stallman <rms@gnu.org>
3963
3964 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3965
39662007-06-02 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * Version 22.1 released.
3969
39702007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * text.texi (Special Properties): Correct meaning of fontified face.
3973
39742007-05-30 Richard Stallman <rms@gnu.org>
3975
3976 * text.texi (Special Properties): Add link to Adjusting Point.
3977
39782007-05-12 Richard Stallman <rms@gnu.org>
3979
3980 * text.texi (Margins): indent-to-left-margin is not the default.
3981 (Mode-Specific Indent): For indent-line-function, the default
3982 is indent-relative.
3983
3984 * modes.texi (Example Major Modes): Explain last line of text-mode
3985 is redundant.
3986
39872007-05-10 Richard Stallman <rms@gnu.org>
3988
3989 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3990
3991 * help.texi (Keys in Documentation): Add reference to
3992 Documentation Tips.
3993
3994 * files.texi (Format Conversion): TO-FN gets three arguments.
3995
3996 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3997
39982007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3999
4000 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4001 * files.texi (Format Conversion): Expand intro; add menu.
4002 (Format Conversion Overview, Format Conversion Round-Trip)
4003 (Format Conversion Piecemeal): New nodes/subsections.
4004 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4005 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4006 (Saving Properties): Delete node/subsection.
4007
40082007-05-07 Karl Berry <karl@gnu.org>
4009
4010 * elisp.texi (EMACSVER): Back to 22.
4011
40122007-05-06 Richard Stallman <rms@gnu.org>
4013
4014 * processes.texi (Accepting Output): Revert most of previous change.
4015
40162007-05-05 Richard Stallman <rms@gnu.org>
4017
4018 * processes.texi (Accepting Output): accept-process-output
4019 uses microseconds, not milliseconds. But that arg is obsolete.
4020
40212007-05-04 Karl Berry <karl@tug.org>
4022
4023 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4024
40252007-05-04 Eli Zaretskii <eliz@gnu.org>
4026
4027 * tips.texi (Documentation Tips): Rearrange items to place the
4028 more important ones first. Add an index entry for hyperlinks.
4029
40302007-05-03 Karl Berry <karl@gnu.org>
4031
4032 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4033 (EMACSVER) [smallbook]: 22 for printed version.
4034
4035 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4036 so restore anchor to normal position after defun. Found by Kevin Ryde.
4037
40382007-04-26 Glenn Morris <rgm@gnu.org>
4039
4040 * elisp.texi (EMACSVER): Increase to 22.1.50.
4041
40422007-04-28 Karl Berry <karl@gnu.org>
4043
4044 * elisp.texi: Improve line breaks on copyright page,
4045 similar layout to emacs manual, 8.5x11 by default.
4046
40472007-04-24 Richard Stallman <rms@gnu.org>
4048
4049 * text.texi (Special Properties): Add xref to Overlay Properties.
4050
4051 * display.texi (Overlay Properties): Add xref to Special Properties.
4052
40532007-04-22 Richard Stallman <rms@gnu.org>
4054
4055 * keymaps.texi (Extended Menu Items): Move the info about
4056 format with cached keyboard binding.
4057
40582007-04-21 Richard Stallman <rms@gnu.org>
4059
4060 * text.texi (Special Properties): Clarify previous change.
4061
4062 * files.texi (File Name Expansion): Clarify previous change.
4063
4064 * display.texi (Attribute Functions): Fix example for
4065 face-attribute-relative-p.
4066
40672007-04-19 Kenichi Handa <handa@m17n.org>
4068
4069 * text.texi (Special Properties): Document composition property.
4070
40712007-04-19 Glenn Morris <rgm@gnu.org>
4072
4073 * files.texi (File Name Expansion): Mention "superroot".
4074
40752007-04-15 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4078 setups.
4079 (Display Feature Testing): Note that display refers to all
4080 physical monitors for multi-monitor setups.
4081
40822007-04-14 Richard Stallman <rms@gnu.org>
4083
4084 * lists.texi (Sets And Lists): Clarify `delete' examples.
4085 Remove spurious xref to same node.
4086 Clarify xref for add-to-list.
4087
40882007-04-12 Nick Roberts <nickrob@snap.net.nz>
4089
4090 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4091 value of lisp-mode-map.
4092
40932007-04-11 Karl Berry <karl@gnu.org>
4094
4095 * anti.texi (Antinews):
4096 * display.texi (Overlay Properties, Defining Images):
4097 * processes.texi (Synchronous Processes, Sentinels):
4098 * syntax.texi (Syntax Table Internals):
4099 * searching.texi (Regexp Special):
4100 * nonascii.texi (Default Coding Systems):
4101 * text.texi (Special Properties):
4102 * minibuf.texi (Basic Completion): Wording to improve breaks in
4103 8.5x11 format.
4104 * elisp.texi (smallbook): New @set to more easily switch between
4105 smallbook and 8.5x11.
4106
41072007-04-11 Richard Stallman <rms@gnu.org>
4108
4109 * text.texi (Lazy Properties): Minor fix.
4110
41112007-04-08 Karl Berry <karl@gnu.org>
4112
4113 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4114 * macros.texi (Backquote): Downcase Backquote in index entries for
4115 consistency.
4116
41172007-04-08 Richard Stallman <rms@gnu.org>
4118
4119 * text.texi (Adaptive Fill): Just describe default,
4120 don't show it (since it contains non-ASCII chars).
4121
41222007-04-07 Karl Berry <karl@gnu.org>
4123
4124 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4125 adaptive-fill-regexp's value, since they are not in the standard
4126 TeX fonts.
4127
41282007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4129
4130 * display.texi (Defining Faces): Fix example.
4131
41322007-04-07 Karl Berry <karl@gnu.org>
4133
4134 * display.texi (Button Buffer Commands): Improve page break.
4135
41362007-04-07 Richard Stallman <rms@gnu.org>
4137
4138 * advice.texi (Activation of Advice): Remove redundant index entry.
4139
4140 * backups.texi: Improve index entries. Remove redundant ones.
4141
4142 * compile.texi (Byte Compilation): Improve index entry.
4143
4144 * hash.texi (Creating Hash): Improve index entry.
4145
4146 * symbols.texi (Definitions): Improve index entry.
4147
4148 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4149
4150 * maps.texi (Standard Keymaps): Remove useless index entry.
4151
4152 * help.texi (Documentation Basics): Remove redundant index entries.
4153
4154 * customize.texi: Improve index entries.
4155 Remove redundant/useless ones.
4156
4157 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4158
4159 * streams.texi (Output Variables): Improve index entry.
4160
4161 * abbrevs.texi (Abbrevs): Remove useless index entry.
4162
4163 * macros.texi (Expansion): Remove useless index entry.
4164
4165 * text.texi: Improve index entries. Remove redundant/useless ones.
4166 (Text Properties, Examining Properties)
4167 (Special Properties): Use "property category" instead of "category"
4168 to refer to the `category' property.
4169
4170 * positions.texi: Improve index entries. Remove useless one.
4171
4172 * lists.texi: Improve index entries. Remove redundant/useless ones.
4173
4174 * os.texi: Improve index entries.
4175 (Timers): Fix previous change.
4176
4177 * buffers.texi: Improve index entries.
4178 (Modification Time): Get rid of term "obsolete buffer".
4179
4180 * debugging.texi: Improve index entries.
4181 (Test Coverage): Add xref to other test coverage ftr.
4182
4183 * eval.texi: Improve index entry. Remove redundant ones.
4184
4185 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4186
4187 * files.texi: Improve index entries. Remove redundant/useless ones.
4188
4189 * objects.texi: Improve index entries.
4190
4191 * processes.texi: Improve index entries.
4192
4193 * modes.texi: Improve index entry. Remove redundant one.
4194
4195 * nonascii.texi: Improve index entries.
4196
4197 * internals.texi: Improve index entries.
4198
4199 * syntax.texi: Improve index entries.
4200
4201 * keymaps.texi (Active Keymaps): Improve index entries.
4202
4203 * commands.texi: Improve index entries. Remove redundant/useless ones.
4204
4205 * frames.texi: Improve index entries. Remove redundant/useless ones.
4206
4207 * markers.texi: Improve index entries. Remove redundant ones.
4208
4209 * tips.texi: Improve index entries.
4210
4211 * loading.texi (Unloading): Improve index entry.
4212
4213 * variables.texi: Improve index entries. Remove redundant one.
4214
4215 * sequences.texi: Improve index entry.
4216
4217 * display.texi: Improve index entries. Remove redundant ones.
4218
4219 * windows.texi: Improve index entries.
4220
4221 * searching.texi: Improve index entries. Remove redundant one.
4222
4223 * strings.texi (Case Tables): Improve last change.
4224
42252007-04-04 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * strings.texi (Case Tables): Document with-case-table and
4228 ascii-case-table.
4229
42302007-04-03 Karl Berry <karl@gnu.org>
4231
4232 * processes.texi (Network): Reword to improve page break.
4233
42342007-04-03 Eli Zaretskii <eliz@gnu.org>
4235
4236 * functions.texi (Inline Functions): Describe more disadvantages
4237 of defsubst, and make advice against it stronger.
4238
42392007-04-02 Karl Berry <karl@gnu.org>
4240
4241 * backups.texi (Backup Names): Avoid widow words.
4242 * modes.texi (Example Major Modes): Align last comment.
4243
42442007-04-01 Chong Yidong <cyd@stupidchicken.com>
4245
4246 * keymaps.texi (Remapping Commands): Document new arg to
4247 command-remapping.
4248
42492007-04-01 Karl Berry <karl@gnu.org>
4250
4251 * processes.texi (Low-Level Network): Typo.
4252 * loading.texi (Hooks for Loading): Avoid double "the".
4253 * keymaps.texi (Key Sequences): No double "and".
4254 (Changing Key Bindings): Shorten to improve line break.
4255
42562007-03-31 Glenn Morris <rgm@gnu.org>
4257
4258 * os.texi (Timers): Fix description of run-at-time TIME formats.
4259
42602007-03-31 Richard Stallman <rms@gnu.org>
4261
4262 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4263 regarding ellipsis.
4264
42652007-03-31 Eli Zaretskii <eliz@gnu.org>
4266
4267 * intro.texi (nil and t):
4268 * symbols.texi (Plists and Alists):
4269 * variables.texi (Variable Aliases, Constant Variables):
4270 * functions.texi (Defining Functions):
4271 * advice.texi (Advising Primitives):
4272 * debugging.texi (Syntax Errors, Compilation Errors):
4273 * minibuf.texi (Minibuffer Windows):
4274 * commands.texi (Adjusting Point):
4275 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4276 (Auto Major Mode, Major Mode Conventions):
4277 * help.texi (Describing Characters):
4278 * files.texi (Create/Delete Dirs, Information about Files)
4279 (File Locks, Writing to Files, Reading from Files)
4280 (Saving Buffers):
4281 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4282 * frames.texi (Finding All Frames):
4283 * positions.texi (Buffer End, Motion):
4284 * markers.texi (The Region):
4285 * text.texi (Deletion, Near Point):
4286 * display.texi (Displaying Messages, Truncation):
4287 * os.texi (Processor Run Time):
4288 * tips.texi (Key Binding Conventions, Programming Tips)
4289 (Warning Tips, Documentation Tips, Comment Tips):
4290 * internals.texi (Memory Usage): Improve indexing.
4291
4292 * variables.texi (Frame-Local Variables):
4293 * functions.texi (Argument List):
4294 * loading.texi (Library Search):
4295 * streams.texi (Output Variables):
4296 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4297 * searching.texi (Replacing Match, Search and Replace):
4298 * processes.texi (Byte Packing, Decoding Output)
4299 (Accepting Output, Network Servers, Shell Arguments):
4300 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4301 * windows.texi (Window Point, Window Start):
4302 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4303 * commands.texi (Reading Input, Keyboard Events):
4304 * minibuf.texi (Reading File Names, Minibuffer Completion)
4305 (Recursive Mini):
4306 * positions.texi (List Motion):
4307 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4308 * numbers.texi (Arithmetic Operations, Math Functions)
4309 (Predicates on Numbers, Comparison of Numbers):
4310 (Numeric Conversions):
4311 * locals.texi (Standard Buffer-Local Variables):
4312 * maps.texi (Standard Keymaps):
4313 * os.texi (User Identification, System Environment, Recording Input)
4314 (X11 Keysyms):
4315 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4316 * backups.texi (Backups and Auto-Saving):
4317 * customize.texi (Customization, Group Definitions)
4318 (Variable Definitions):
4319 * compile.texi (Byte Compilation): Improve index entries.
4320
43212007-03-31 Karl Berry <karl@gnu.org>
4322
4323 * macros.texi (Defining Macros): Avoid widow syllable.
4324
43252007-03-31 Eli Zaretskii <eliz@gnu.org>
4326
4327 * elisp.texi (Top): Postscript -> PostScript.
4328
4329 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4330
43312007-03-31 Markus Triska <markus.triska@gmx.at>
4332
4333 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4334
43352007-03-30 Karl Berry <karl@gnu.org>
4336
4337 * lists.texi (List-related Predicates): Remove spurious @need.
4338 (Setcdr): Use @smallexample to improve page break.
4339 (Association Lists) <assoc>: Reword to improve page break.
4340
4341 * strings.texi (String Conversion): Insert blank line to improve
4342 page break.
4343
4344 * numbers.texi (Random Numbers): Use @minus{}.
4345 (Math Functions): Use @minus{}.
4346
4347 * intro.texi (Acknowledgements): Avoid line breaks before middle
4348 initials.
4349
43502007-03-24 Eli Zaretskii <eliz@gnu.org>
4351
4352 * errors.texi (Standard Errors): Add an index entry.
4353
43542007-03-19 Richard Stallman <rms@gnu.org>
4355
4356 * os.texi (Recording Input): recent-keys now gives 300 keys.
4357
43582007-03-12 Glenn Morris <rgm@gnu.org>
4359
4360 * os.texi: Replace "daylight savings" with "daylight saving"
4361 throughout.
4362
43632007-03-05 Richard Stallman <rms@gnu.org>
4364
5dcb4c4e
SM
4365 * variables.texi (File Local Variables):
4366 Update enable-local-variables values.
b8d4c8d0
GM
4367
43682007-03-04 Richard Stallman <rms@gnu.org>
4369
4370 * syntax.texi (Control Parsing): Minor clarification.
4371
4372 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4373
4374 * sequences.texi (Sequence Functions): Move string-bytes away,
4375 add xref.
4376
4377 * nonascii.texi (Text Representations): Move string-bytes here.
4378
4379 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4380
4381 * minibuf.texi (Basic Completion): Minor clarification.
4382
4383 * markers.texi (The Mark): Clarify existence vs activation of mark.
4384 Other cleanup.
4385
4386 * display.texi (Finding Overlays): Write better example.
4387
4388 * compile.texi (Eval During Compile): Clarify putting macros
4389 in eval-when-compile.
4390
c5602427 43912007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4392
4393 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4394 load-read-function definition doc.
b8d4c8d0
GM
4395
43962007-02-21 Kim F. Storm <storm@cua.dk>
4397
4398 * strings.texi (Text Comparison): Mention that assoc-string
4399 converts symbols to strings before testing.
4400
44012007-02-17 Kim F. Storm <storm@cua.dk>
4402
4403 * processes.texi (Bindat Spec): Vector types can have optional
4404 element type.
4405 (Bindat Examples): Fix example. Add vector with element type.
4406
44072007-02-16 Andreas Schwab <schwab@suse.de>
4408
4409 * strings.texi (Formatting Strings): Document '+' flag.
4410
44112007-02-15 Juanma Barranquero <lekktu@gmail.com>
4412
4413 * strings.texi (Modifying Strings): Clarify that `clear-string'
4414 always converts the string to unibyte.
4415
44162007-02-14 Kim F. Storm <storm@cua.dk>
4417
4418 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4419 Rewrite glyph code description to refer to these functions.
4420 Remove details of encoding face number and char into integer code.
4421
44222007-02-03 Alan Mackenzie <acm@muc.de>
4423
4424 * loading.texi (Hooks for Loading): Make the description of
4425 `eval-after-load' more detailed, and amend the description of
4426 after-load-alist, in accordance with changes from 2006-05.
4427
44282007-02-03 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * modes.texi (Defining Minor Modes): Document that a :require
4431 keyword or similar may be required to make saved customization
4432 variables work.
4433
44342007-02-03 Eli Zaretskii <eliz@gnu.org>
4435
4436 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4437 Texinfo guidelines and with what texnfo-upd.el expects.
4438 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4439 parts needed by `texinfo-multiple-files-update'.
4440
44412007-02-02 Eli Zaretskii <eliz@gnu.org>
4442
4443 * elisp.texi (Top): Update the top-level menus.
4444
4445 * syntax.texi (Categories): Add index entries.
4446
44472007-02-01 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * display.texi (Attribute Functions): Fix name and description of
4450 the UNDERLINE arg of `set-face-underline-p'.
4451
44522007-01-29 Eli Zaretskii <eliz@gnu.org>
4453
4454 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4455 Variables", and "Standard Keymaps" to the detailed menu.
4456
4457 * variables.texi (Future Local Variables): Add index entry.
4458
44592007-01-28 Richard Stallman <rms@gnu.org>
4460
4461 * tips.texi (Coding Conventions): Clarify the tip about macros
4462 that define a function or a variable.
4463
4464 * files.texi (File Attributes): UID and GID can be floats.
4465 (Magic File Names): Explain why deferring all operations to
4466 the standard handler does not work.
4467
44682007-01-23 Martin Rudalics <rudalics@gmx.at>
4469
4470 * backups.texi (Reverting): Use "buffer" instead of "file"
4471 when talking about major and minor modes.
4472
44732007-01-21 Richard Stallman <rms@gnu.org>
4474
4475 * help.texi (Documentation): Add xref to Documentation Tips.
4476
44772007-01-14 Juanma Barranquero <lekktu@gmail.com>
4478
4479 * tips.texi (Coding Conventions): Fix typos.
4480
44812007-01-05 Richard Stallman <rms@gnu.org>
4482
4483 * modes.texi (Defining Minor Modes): Fix previous change.
4484
44852007-01-03 Richard Stallman <rms@gnu.org>
4486
4487 * customize.texi (Variable Definitions, Customization Types):
4488 Don't use * in doc string for defcustom.
4489
44902007-01-02 Richard Stallman <rms@gnu.org>
4491
4492 * variables.texi (Variable Aliases): Clarify that aliases vars
4493 always have the same value.
4494
4495 * processes.texi (Bindat Spec): Fix Texinfo usage.
4496
4497 * modes.texi (Defining Minor Modes): Explain effect of command
4498 defined with define-global-minor-mode on new buffers.
4499
45002006-12-30 Kim F. Storm <storm@cua.dk>
4501
4502 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4503 `auto-resize-tool-bars'.
4504
45052006-12-30 Richard Stallman <rms@gnu.org>
4506
4507 * keymaps.texi (Active Keymaps): Fix previous change.
4508
45092006-12-30 Nick Roberts <nickrob@snap.net.nz>
4510
4511 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4512
45132006-12-30 Kim F. Storm <storm@cua.dk>
4514
4515 * processes.texi (Bindat Spec): Clarify using field names in
4516 length specifications.
4517
45182006-12-29 Kim F. Storm <storm@cua.dk>
4519
4520 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4521 Add count and index variables for eval forms in repeat blocks.
4522
45232006-12-24 Richard Stallman <rms@gnu.org>
4524
5dcb4c4e
SM
4525 * customize.texi (Variable Definitions):
4526 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4527
45282006-12-19 Kim F. Storm <storm@cua.dk>
4529
4530 * commands.texi (Misc Events): User signals now result in sigusr1
4531 and sigusr2 events which are handled through special-event-map.
4532 (Special Events): User signals and drag-n-drop are special.
4533
45342006-12-17 Richard Stallman <rms@gnu.org>
4535
4536 * loading.texi (Named Features): Explain subfeatures better.
4537
4538 * customize.texi: Use "option" only for user options.
4539 For the keyword values inside defcustom etc, say "keywords".
4540 For :options value's elements, say "elements".
4541 :group should not be omitted.
4542
4543 * syntax.texi (Parsing Expressions): Split up node.
4544 (Motion via Parsing, Position Parse, Parser State)
4545 (Low-Level Parsing, Control Parsing): New subnodes.
4546 (Parser State): Document syntax-ppss-toplevel-pos.
4547
4548 * positions.texi (List Motion): Punctuation fix.
4549
4550 * files.texi (File Name Completion): Document PREDICATE arg
4551 to file-name-completion.
4552
45532006-12-16 Eli Zaretskii <eliz@gnu.org>
4554
4555 * internals.texi (Building Emacs, Writing Emacs Primitives):
4556 Add index entries.
4557
45582006-12-11 Richard Stallman <rms@gnu.org>
4559
4560 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4561 affects face menu. Explain how to make it non-nil without enabling
4562 any fontification.
4563
45642006-12-10 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * modes.texi (Font Lock Basics): Document nil value of
4567 font-lock-defaults.
4568
45692006-12-10 Glenn Morris <rgm@gnu.org>
4570
4571 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4572 value for system-flag argument. Abbrev tables may not be empty
4573 when major modes are loaded.
4574
45752006-12-08 Juanma Barranquero <lekktu@gmail.com>
4576
4577 * makefile.w32-in (maintainer-clean): Partially revert last
4578 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4579 to protect elisp-covers.texi.
4580
45812006-12-07 Juanma Barranquero <lekktu@gmail.com>
4582
4583 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4584 Don't remove elisp* info files; they are already deleted by the
4585 `clean' and `distclean' targets, and they are in the $(infodir)
4586 directory, not the current one.
4587
45882006-12-04 Kim F. Storm <storm@cua.dk>
4589
4590 * commands.texi (Misc Events): Update signal events.
4591 (Event Examples): Add signal example.
4592
45932006-11-29 Richard Stallman <rms@gnu.org>
4594
4595 * frames.texi (Visibility of Frames): Explain visible windows
4596 can be covered by others. Add xref for raise-frame.
4597
45982006-11-28 Richard Stallman <rms@gnu.org>
4599
4600 * searching.texi (Regexp Special): Update when ^ is special.
4601
46022006-11-27 Eli Zaretskii <eliz@gnu.org>
4603
4604 * customize.texi (Customization, Common Keywords)
4605 (Group Definitions, Variable Definitions, Composite Types)
4606 (Type Keywords, Customization Types): Add index entries for
4607 various customization keywords.
4608
46092006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4612
c8763fb6 46132006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4614
4615 * frames.texi (Window System Selections): Remove clipboard from
4616 description of selection-coding-system.
4617
46182006-11-06 Richard Stallman <rms@gnu.org>
4619
4620 * lists.texi (List Variables): Document COMPARE-FN.
4621
4622 * keymaps.texi: Avoid use of "binding" to mean a relation;
4623 use it only to refer to the meaning associated with a key.
4624 (Keymaps): Change menu node description.
4625
4626 * elisp.texi (Top): Change menu node description.
4627
4628 * display.texi (Managing Overlays): Document overlay-recenter.
4629
46302006-10-29 Chong Yidong <cyd@stupidchicken.com>
4631
4632 * Makefile.in: Use relative paths to avoid advertising filesystem
4633 contents during compilation.
4634
46352006-10-23 Kim F. Storm <storm@cua.dk>
4636
4637 * commands.texi (Event Input Misc): Update unread-command-events.
4638
46392006-10-23 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * lists.texi (Sets And Lists): Fix typos.
4642
46432006-10-18 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * control.texi (Processing of Errors): Use @var for an argument,
4646 not @code.
4647
46482006-10-16 Richard Stallman <rms@gnu.org>
4649
4650 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4651
4652 * keymaps.texi (Format of Keymaps): Show all the keymap element
4653 patterns that result from menu items.
4654 (Key Lookup): Minor cleanups.
4655
4656 * modes.texi (Precalculated Fontification): Don't say that
4657 not setting font-lock-defaults avoids loading font-lock.
4658
4659 * help.texi (Documentation): Move xref to Emacs Manual here.
4660 (Documentation Basics): From here.
4661 Also doc emacs-lisp-docstring-fill-column.
4662
4663 * elisp.texi: Update version and ISBN.
4664
4665 * commands.texi (Interactive Call): Clarify KEYS arg to
4666 call-interactively is a vector.
4667 (Command Loop Info): Delete anchor in this-command-keys.
4668 Add anchor in this-command-keys-vector.
4669 (Recursive Editing): Document how recursive-edit
4670 handles the current buffer.
4671
46722006-10-13 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * frames.texi (Frame Titles): %c and %l are ignored in
4675 frame-title-format.
4676
46772006-10-11 Richard Stallman <rms@gnu.org>
4678
4679 * keymaps.texi (Key Sequences): Clarify use of kbd.
4680
46812006-10-10 Kim F. Storm <storm@cua.dk>
4682
4683 * lists.texi (Sets And Lists): Add memql.
4684
46852006-10-03 Richard Stallman <rms@gnu.org>
4686
4687 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4688 Clarify :ascii: and :nonascii:.
4689
46902006-09-29 Juri Linkov <juri@jurta.org>
4691
4692 * modes.texi (%-Constructs): Reorder coding systems in the
4693 documentation of %z to the real order displayed in the modeline.
4694
46952006-09-25 Richard Stallman <rms@gnu.org>
4696
4697 * os.texi (Timers): Describe timer-max-repeats.
4698
46992006-09-25 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * os.texi (Timers): Mention with-local-quit.
4702
47032006-09-24 Richard Stallman <rms@gnu.org>
4704
4705 * searching.texi (Searching and Matching): Mention property search.
4706
4707 * commands.texi (Command Loop Info): Explain how read-event affects
4708 this-command-keys.
4709
47102006-09-20 Richard Stallman <rms@gnu.org>
4711
4712 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4713
4714 * windows.texi (Window Start): Minor cleanups.
4715
47162006-09-20 Kim F. Storm <storm@cua.dk>
4717
4718 * windows.texi (Window Start): pos-visible-in-window-p allows
4719 specifying t for position to mean "end of window".
4720 Add window-line-height.
4721
4722 * anti.texi (Antinews): Mention window-line-height.
4723
47242006-09-19 David Kastrup <dak@gnu.org>
4725
4726 * keymaps.texi (Searching Keymaps): Small clarification.
4727
47282006-09-18 Richard Stallman <rms@gnu.org>
4729
4730 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4731 cause keyboard menus.
4732 (Menu Keymaps): Likewise.
4733 (Defining Menus, Keyboard Menus): Clarify.
4734
4735 * text.texi (Fields): Clarify explanation of constrain-to-field.
4736
47372006-09-16 Eli Zaretskii <eliz@gnu.org>
4738
4739 * variables.texi (Tips for Defining): Fix a typo.
4740
47412006-09-15 Richard Stallman <rms@gnu.org>
4742
4743 * keymaps.texi (Remapping Commands, Searching Keymaps)
4744 (Active Keymaps): Clean up previous change.
4745
47462006-09-15 Jay Belanger <belanger@truman.edu>
4747
4748 * gpl.texi: Replace "Library Public License" by "Lesser Public
4749 License" throughout.
4750
47512006-09-15 David Kastrup <dak@gnu.org>
4752
4753 * keymaps.texi (Active Keymaps): Adapt description to use
4754 `get-char-property' instead `get-text-property'. Explain how
4755 mouse events change this. Explain the new optional argument of
4756 `key-binding' and its mouse-dependent lookup.
4757 (Searching Keymaps): Adapt description similarly.
4758 (Remapping Commands): Explain the new optional argument of
4759 `command-remapping'.
4760
47612006-09-14 Richard Stallman <rms@gnu.org>
4762
4763 * keymaps.texi (Searching Keymaps): Clarification.
4764 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4765
47662006-09-13 Richard Stallman <rms@gnu.org>
4767
4768 * objects.texi (Character Type): Node split.
4769 Add xref to Describing Characters.
4770 (Basic Char Syntax, General Escape Syntax)
4771 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4772
47732006-09-11 Richard Stallman <rms@gnu.org>
4774
4775 * display.texi (Display Table Format): Wording clarification.
4776 (Glyphs): Clarifications.
4777
47782006-09-10 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4781 local maps.
4782
47832006-09-10 Kim F. Storm <storm@cua.dk>
4784
4785 * display.texi (Forcing Redisplay): Document return value of
4786 function redisplay.
4787
47882006-09-09 Richard Stallman <rms@gnu.org>
4789
4790 * windows.texi (Window Hooks): Explain limits of
4791 window-scroll-functions.
4792
4793 * display.texi (Fringe Indicators): Update for last change in
4794 indicate-buffer-boundaries.
4795
47962006-09-08 Richard Stallman <rms@gnu.org>
4797
4798 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4799
48002006-09-06 Kim F. Storm <storm@cua.dk>
4801
4802 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4803
4804 * windows.texi (Window Start): Update pos-visible-in-window-p.
4805
48062006-09-04 Richard Stallman <rms@gnu.org>
4807
4808 * processes.texi (Accepting Output): Explain SECONDS=0 for
4809 accept-process-output.
4810
4811 * os.texi (Idle Timers): Explain why timer functions should not
4812 loop until (input-pending-p).
4813
48142006-09-02 Eli Zaretskii <eliz@gnu.org>
4815
4816 * makefile.w32-in (usermanualdir): New variable.
4817 (elisp.dvi): Use it.
4818
48192006-09-01 Eli Zaretskii <eliz@gnu.org>
4820
4821 * buffers.texi (Buffer Modification): Fix last change.
4822
48232006-09-01 Chong Yidong <cyd@stupidchicken.com>
4824
5dcb4c4e
SM
4825 * buffers.texi (Buffer Modification):
4826 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4827
48282006-08-31 Richard Stallman <rms@gnu.org>
4829
4830 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4831
48322006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4833
4834 * modes.texi (Syntactic Font Lock):
4835 Mention font-lock-syntactic-face-function
4836 instead of specific faces.
4837
48382006-08-29 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * display.texi (Images): Add xrref to display-images-p.
4841
48422006-08-28 Kenichi Handa <handa@m17n.org>
4843
4844 * nonascii.texi (Lisp and Coding Systems): Fix description of
4845 detect-coding-region.
4846
48472006-08-27 Michael Olson <mwolson@gnu.org>
4848
4849 * processes.texi (Transaction Queues): Remove stray quote
4850 character.
4851
48522006-08-25 Richard Stallman <rms@gnu.org>
4853
4854 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4855 Add xref.
4856
48572006-08-24 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * os.texi (Timers): Avoid waiting inside timers.
4860
48612006-08-21 Lute Kamstra <lute@gnu.org>
4862
4863 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4864
48652006-08-20 Richard Stallman <rms@gnu.org>
4866
4867 * os.texi (Idle Timers): New node, split out from Timers.
4868 Document current-idle-time.
4869 * commands.texi (Reading One Event): Update xref.
4870 * elisp.texi (Top): Update subnode menu.
4871
48722006-08-16 Richard Stallman <rms@gnu.org>
4873
4874 * keymaps.texi (Extended Menu Items): Show format of cached
4875 bindings in extended menu items.
4876
4877 * customize.texi (Variable Definitions): Explain when the
4878 standard value expression is evaluated.
4879
48802006-08-15 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * commands.texi (Reading One Event): Explain idleness in
4883 `read-event'.
4884
48852006-08-12 Chong Yidong <cyd@stupidchicken.com>
4886
4887 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4888 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4889 relevant for Lisp programming.
4890 (Yank Commands): Rewrite introduction.
4891 (Undo): Clarify.
4892 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4893 (Filling): Remove redundant comment. Clarify return value of
4894 current-justification.
4895 (Margins): Minor clarifications.
4896 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4897 (Sorting): Update definition of sort-lines.
4898 (Columns): Clarify behavior of sort-columns.
4899 (Indent Tabs): Link to Tab Stops in Emacs manual.
4900 (Special Properties): Clarify.
4901 (Clickable Text): Mention Buttons package.
4902
49032006-08-12 Kevin Ryde <user42@zip.com.au>
4904
4905 * os.texi (Time Parsing): Add %z to description of
4906 format-time-string, as per docstring. Add cross reference to
4907 glibc manual for strftime.
4908
49092006-08-08 Richard Stallman <rms@gnu.org>
4910
4911 * modes.texi: Clean up wording in previous change.
4912
49132006-08-07 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * modes.texi (Hooks): Clarify.
4916 (Major Mode Basics): Mention define-derived-mode explicitly.
4917 (Major Mode Conventions): Rebinding RET is OK for some modes.
4918 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4919 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4920 (Mode Line Basics): Clarify.
4921 (Mode Line Data): Mention help-echo and local-map in strings.
4922 Explain reason for treatment of non-risky variables.
4923 (Properties in Mode): Clarify.
4924 (Faces for Font Lock): Add font-lock-negation-char-face.
4925
49262006-08-04 Eli Zaretskii <eliz@gnu.org>
4927
4928 * strings.texi (Formatting Strings): Warn against arbitrary
4929 strings as first arg to `format'.
4930
49312006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4932
4933 * text.texi (Clickable Text): Mention `help-echo' text property.
4934 Update intro, examples and associated explanations.
4935
49362006-07-31 Richard Stallman <rms@gnu.org>
4937
4938 * commands.texi: Update xrefs.
4939 (Event Mod): New node, cut out from old Translating Input.
4940
4941 * maps.texi: Update xrefs.
4942
4943 * keymaps.texi (Translation Keymaps): New node.
4944 Update xrefs from Translating Input to Translation Keymaps.
4945
4946 * elisp.texi (Top): Update subnode menu.
4947
4948 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4949
4950 * os.texi (System Interface): Fix menu descriptions of some nodes.
4951 (Translating Input): Node deleted.
4952
49532006-07-31 Nick Roberts <nickrob@snap.net.nz>
4954
4955 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4956
4957 * lists.texi (Sets And Lists): Likewise.
4958
49592006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4960
4961 * text.texi (Fields): Mention POS
4962 requirement when narrowing is in effect.
4963
49642006-07-28 Richard Stallman <rms@gnu.org>
4965
4966 * display.texi (Face Attributes): Simplify wording.
4967 (Attribute Functions): Clarify meaning of new-frame default
4968 attribute settings.
4969
4970 * customize.texi (Common Keywords): Document how to use
4971 :package-version in a package not in Emacs.
4972
49732006-07-28 Kim F. Storm <storm@cua.dk>
4974
4975 * commands.texi (Reading One Event): Fix last change.
4976
49772006-07-26 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * commands.texi (Reading One Event): Document SECONDS argument for
4980 read-event, read-char, and read-char-exclusive.
4981
49822006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4985 to ensure correct identification.
4986
49872006-07-24 Richard Stallman <rms@gnu.org>
4988
4989 * text.texi (Clickable Text): Clarify.
4990
4991 * sequences.texi (Vector Functions): Delete duplicate xref.
4992
4993 * objects.texi (Function Type): Clarify.
4994
4995 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4996 modes.
4997
4998 * lists.texi (List Variables): New node.
4999 Material moved from other nodes.
5000
5001 * variables.texi (Setting Variables): add-to-list and
5002 add-to-ordered-list moved to List Variables node.
5003
50042006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5005
5006 * text.texi (Links and Mouse-1):
5007 For mouse-on-link-p, expand on arg POS.
5008
50092006-07-21 Kim F. Storm <storm@cua.dk>
5010
5011 * display.texi (Forcing Redisplay): Don't mention systems which
5012 don't support sub-second timers for redisplay-preemption-period.
5013
5014 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5015
50162006-07-21 Eli Zaretskii <eliz@gnu.org>
5017
5018 * frames.texi (Input Focus): Document that focus-follows-mouse has
5019 no effect on MS-Windows.
5020
50212006-07-18 Richard Stallman <rms@gnu.org>
5022
5023 * display.texi (Forcing Redisplay): Cleanups in previous change.
5024
5025 * processes.texi (Low-Level Network): Make menu more convenient.
5026
50272006-07-18 Kim F. Storm <storm@cua.dk>
5028
5029 * display.texi (Forcing Redisplay): redisplay-preemption-period
5030 only used on window systems. Add xref to Terminal Output.
5031
5032 * os.texi (Terminal Output): baud-rate only controls preemption on
5033 non-window systems. Add xref to Forcing Redisplay.
5034
5035 * processes.texi (Low-Level Network): Rename node "Make Network"
5036 to "Network Processes".
5037
50382006-07-18 Karl Berry <karl@gnu.org>
5039
5040 * variables.texi, functions.texi, customize.texi, loading.texi:
5041 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5042
50432006-07-17 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5046
50472006-07-17 Richard Stallman <rms@gnu.org>
5048
5049 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5050 Put period and comma inside quotes.
5051
5052 * loading.texi, markers.texi: Use real doublequote inside menus.
5053
5054 * windows.texi: Put point and comma inside quotes.
5055 (Textual Scrolling): Use @samp for error message.
5056
5057 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5058 * strings.texi, streams.texi, processes.texi, os.texi:
5059 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5060 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5061 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5062 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5063 Put point and comma inside quotes.
5064
5065 * control.texi (Processing of Errors): Add command-error-function.
5066
5067 * variables.texi (File Local Variables): Clarify that
5068 file local variables make buffer-local bindings.
5069
5070 * modes.texi (Syntactic Font Lock): Give default for
5071 font-lock-syntax-table.
5072
50732006-07-17 Nick Roberts <nickrob@snap.net.nz>
5074
5075 * text.texi (Special Properties): Clean up previous change.
5076
50772006-07-16 Karl Berry <karl@gnu.org>
5078
5079 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5080 * control.texi: Fix bad page breaks through chapter 10 (control).
5081
5082 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5083 underfull hbox.
5084
50852006-07-15 Nick Roberts <nickrob@snap.net.nz>
5086
5087 * text.texi (Special Properties): Describe fontified text property
5088 in relation to a character (not text).
5089
50902006-07-15 Kim F. Storm <storm@cua.dk>
5091
5092 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5093 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5094 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5095
5096 * anti.texi (Antinews): Mention redisplay function.
5097 The kbd macro existed, but was not documented, before 22.x.
5098 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5099
51002006-07-14 Nick Roberts <nickrob@snap.net.nz>
5101
5102 * display.texi (Displaying Messages): Add anchor.
5103
5104 * frames.texi (Dialog Boxes): Use it.
5105
51062006-07-12 Richard Stallman <rms@gnu.org>
5107
5108 * objects.texi (Frame Type): Explain nature of frames better.
5109
5110 * frames.texi (Frames): Explain nature of frames better.
5111
51122006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5113
5114 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5115
51162006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5117
5118 * frames.texi (Window System Selections): Mention scrap support for Mac.
5119 Default value of x-select-enable-clipboard is t on Mac.
5120
5121 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5122
51232006-07-11 Kim F. Storm <storm@cua.dk>
5124
5125 * display.texi (Forcing Redisplay): Add `redisplay' function.
5126 Don't mention (sit-for -1) -- use (redisplay t) instead.
5127
5128 * commands.texi (Waiting): (sit-for -1) is no longer special.
5129 (sit-for 0) is equivalent to (redisplay).
5130 Iconifying/deiconifying no longer makes sit-for return.
5131
51322006-07-10 Nick Roberts <nickrob@snap.net.nz>
5133
5134 * display.texi (Buttons): Fix typo.
5135
5136 * index.texi, elisp.texi (New Symbols): Comment node out.
5137
51382006-07-09 Richard Stallman <rms@gnu.org>
5139
5140 * display.texi (Truncation): Clean up previous change.
5141
51422006-07-08 Richard Stallman <rms@gnu.org>
5143
5144 * commands.texi (Interactive Call): Use 3 as prefix in example
5145 for execute-extended-command.
5146
5147 * display.texi (Attribute Functions): Move paragraph about
5148 compatibility with Emacs < 21.
5149
51502006-07-09 Kim F. Storm <storm@cua.dk>
5151
5152 * display.texi (Refresh Screen): Clarify force-window-update.
5153 (Truncation): "Normally" indicated by fringe arrows.
5154
51552006-07-08 Eli Zaretskii <eliz@gnu.org>
5156
5157 * windows.texi (Textual Scrolling, Resizing Windows):
5158 * variables.texi (Constant Variables):
5159 * text.texi (Buffer Contents, Deletion, Changing Properties)
5160 (Property Search, Special Properties, Sticky Properties)
5161 (Links and Mouse-1, Fields, Change Hooks):
5162 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5163 (Categories):
5164 * symbols.texi (Other Plists):
5165 * streams.texi (Output Variables):
5166 * processes.texi (Input to Processes, Query Before Exit):
5167 * positions.texi (Word Motion, Text Lines, List Motion):
5168 * os.texi (Init File, System Environment, Sound Output)
5169 (Session Management):
5170 * nonascii.texi (Text Representations, Character Sets)
5171 (Chars and Bytes, Locales):
5172 * modes.texi (Defining Minor Modes, Header Lines):
5173 * minibuf.texi (Minibuffer Contents):
5174 * markers.texi (Information from Markers):
5175 * lists.texi (List Elements, Building Lists, Association Lists):
5176 * keymaps.texi (Tool Bar):
5177 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5178 * functions.texi (What Is a Function, Mapping Functions):
5179 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5180 (Color Names, Text Terminal Colors, Display Feature Testing):
5181 * files.texi (Visiting Functions, File Name Components)
5182 (Unique File Names, Contents of Directories):
5183 * display.texi (Forcing Redisplay, Displaying Messages)
5184 (Temporary Displays, Font Selection, Auto Faces)
5185 (Font Lookup, Fringe Indicators, Display Margins)
5186 (Image Descriptors, Showing Images, Image Cache, Button Types)
5187 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5188 (Display Table Format, Glyphs):
5189 * control.texi (Iteration):
5190 * commands.texi (Command Loop Info, Adjusting Point):
5191 * backups.texi (Making Backups, Auto-Saving):
5192 Remove @tindex entries.
5193
51942006-07-07 Kim F. Storm <storm@cua.dk>
5195
5196 * display.texi (Fringe Cursors): Fix typo.
5197 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5198 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5199
52002006-07-05 Richard Stallman <rms@gnu.org>
5201
5202 * text.texi (Buffer Contents): Add example of text props
5203 in result of buffer-substring.
5204 (Text Properties): Explain better about use of specific property names.
5205 (Property Search): Some cleanups; reorder some functions.
5206
5207 * keymaps.texi (Changing Key Bindings): Cleanup.
5208 Add xref to Key Binding Conventions.
5209
5210 * display.texi (Attribute Functions): Add examples for
5211 face-attribute-relative-p.
5212
5213 * tips.texi (Coding Conventions): Cleanup last change.
5214
52152006-07-05 Karl Berry <karl@gnu.org>
5216
5217 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5218 Remove @setchapternewpage odd.
5219 Result is 1013 pages, down from 1100.
5220
5221 * anti.texi, customize.texi, display.texi, internals.texi:
5222 * minibuf.texi, modes.texi, tips.texi:
5223 Fix overfull/underfull boxes.
5224
52252006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5226
5227 * edebug.texi (Instrumenting):
5228 Add Edebug-specific findex for eval-buffer.
5229 * loading.texi (Loading):
5230 Replace eval-current-buffer with eval-buffer.
5231
52322006-06-30 Nick Roberts <nickrob@snap.net.nz>
5233
5234 * locals.texi (Standard Buffer-Local Variables): Update the list
5235 of variables.
5236
52372006-06-26 Nick Roberts <nickrob@snap.net.nz>
5238
5239 * files.texi (File Name Completion): Point user to the node
5240 "Reading File Names".
5241
52422006-06-24 Eli Zaretskii <eliz@gnu.org>
5243
5244 * files.texi (Contents of Directories): Document case-insensitive
5245 behavior on respective filesystems.
5246
5247 * objects.texi (Character Type): Document that Emacs signals an
5248 error for unsupported Unicode characters specified as \uNNNN.
5249
52502006-06-19 Richard Stallman <rms@gnu.org>
5251
5252 * processes.texi (Bindat Spec): Clarify previous change.
5253
52542006-06-16 Richard Stallman <rms@gnu.org>
5255
5256 * tips.texi (Coding Conventions): Better explain conventions
5257 for definition constructs.
5258
5259 * text.texi (Special Properties): String value of `read-only'
5260 serves as the error message.
5261
5262 * objects.texi (Character Type): Clarify prev. change.
5263 (Non-ASCII in Strings): Mention \u and \U.
5264
5265 * commands.texi (Using Interactive): Explain problem of
5266 markers, etc., in command-history.
5267
52682006-06-14 Kim F. Storm <storm@cua.dk>
5269
5270 * commands.texi (Waiting): Negative arg to sit-for forces
5271 redisplay even if input is pending.
5272
5273 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5274 redisplay. Remove incorrect example of binding redisplay-dont-pause
5275 around (sit-for 0).
5276
52772006-06-13 Richard Stallman <rms@gnu.org>
5278
5279 * display.texi (Forcing Redisplay): Clarify previous change.
5280
52812006-06-13 Romain Francoise <romain@orebokech.com>
5282
5283 * display.texi (Forcing Redisplay): Fix typo.
5284
52852006-06-13 Kim F. Storm <storm@cua.dk>
5286
5287 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5288
52892006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5290
5291 * tips.texi (Coding Conventions): Add `@end itemize'.
5292
52932006-06-10 Richard Stallman <rms@gnu.org>
5294
5295 * tips.texi (Coding Conventions): Explain use of coding systems
5296 to ensure one decoding for strings.
5297
52982006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5299
5300 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5301 syntax.
5302
53032006-06-07 Eli Zaretskii <eliz@gnu.org>
5304
5305 * display.texi (Font Selection): Remove description of
5306 clear-face-cache.
5307
5308 * compile.texi (Eval During Compile): Fix a typo. Add index
5309 entries for possible uses of eval-when-compile.
5310
53112006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5312
5313 * display.texi (Abstract Display): Fix typo.
5314
53152006-06-03 Eli Zaretskii <eliz@gnu.org>
5316
5317 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5318 Reword variable's description.
5319
53202006-06-01 Richard Stallman <rms@gnu.org>
5321
5322 * windows.texi (Splitting Windows): Clarify splitting nonselected
5323 window.
5324
53252006-05-31 Juri Linkov <juri@jurta.org>
5326
5327 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5328
53292006-05-30 Richard Stallman <rms@gnu.org>
5330
5331 * display.texi (Line Height): Fix errors in description of
10d1d0af 5332 default line height and line-height property.
b8d4c8d0
GM
5333
5334 * nonascii.texi (Default Coding Systems): Further clarification.
5335
53362006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5337
5338 * internals.texi (Pure Storage): Mention that an overflow in pure
5339 space causes a memory leak.
5340 (Garbage Collection): If there was an overflow in pure space,
5341 `garbage-collect' returns nil.
5342
53432006-05-30 Eli Zaretskii <eliz@gnu.org>
5344
5345 * nonascii.texi (Default Coding Systems): Fix it some more.
5346
53472006-05-29 Eli Zaretskii <eliz@gnu.org>
5348
5349 * nonascii.texi (Default Coding Systems): Fix last change.
5350
53512006-05-29 Kenichi Handa <handa@m17n.org>
5352
5353 * nonascii.texi (find-operation-coding-system): Describe the new
5354 argument format (FILENAME . BUFFER).
5355
53562006-05-28 Richard Stallman <rms@gnu.org>
5357
5358 * tips.texi (Coding Conventions): Better explain reasons not to
5359 advise other packages or use `eval-after-load'.
5360
53612006-05-29 Kim F. Storm <storm@cua.dk>
5362
5363 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5364 `bindat-idx' and `bindat-raw' for clarity.
5365
53662006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5367
5368 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5369
5370 * display.texi (Display): Add "Abstract Display" to menu.
5371 (Abstract Display, Abstract Display Functions)
5372 (Abstract Display Example): New nodes.
5373 * elisp.texi (Top): Add "Abstract Display" to menu.
5374
53752006-05-27 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * keymaps.texi (Key Sequences): Link to input events definition.
5378 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5379
5380 * files.texi (Changing Files): Document updated argument list for
5381 copy-file.
5382
53832006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5384
5385 * processes.texi (Bindat Functions): Explain term "total length".
5386 Use it in bindat-length and bindat-pack descriptions.
5387
53882006-05-26 Eli Zaretskii <eliz@gnu.org>
5389
5390 * tips.texi (Coding Conventions): Advise against using
5391 eval-after-load in packages. Add an index entry.
5392
53932006-05-25 Juri Linkov <juri@jurta.org>
5394
5395 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5396
5397 * modes.texi (%-Constructs): Add %e, %z, %Z.
5398
53992006-05-25 Richard Stallman <rms@gnu.org>
5400
5401 * elisp.texi (Top): Update subnode menu.
5402
5403 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5404 (Keymaps): Update menu.
5405
54062006-05-25 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * keymaps.texi (Key Sequences): Some clarifications.
5409
54102006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5411
5412 * processes.texi (Bindat Functions): Say "unibyte string"
5413 explicitly for bindat-unpack and bindat-pack descriptions.
5414 (Bindat Examples): Don't call `string-make-unibyte' in example.
5415
54162006-05-25 Chong Yidong <cyd@stupidchicken.com>
5417
5dcb4c4e 5418 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5419 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5420
5421 * keymaps.texi (Changing Key Bindings):
dd7b651b 5422 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5423 * help.texi (Describing Characters): Refer to it.
5424
54252006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5426
5427 * frames.texi (Pointer Shape): @end table -> @end defvar.
5428
54292006-05-22 Richard Stallman <rms@gnu.org>
5430
5431 * elisp.texi (Top): Update subnode menus.
5432
5433 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5434 Contents rewritten; material from old Pointer Shape node moved here.
5435
5436 * display.texi (Pointer Shape): Node deleted.
5437 (Image Descriptors): Minor cleanup.
5438
54392006-05-21 Richard Stallman <rms@gnu.org>
5440
5441 * syntax.texi (Parsing Expressions): Update info on which STATE
5442 elements are ignored.
5443
54442006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5445
5446 * hooks.texi (Standard Hooks): Correct typo.
5447
5448 * gpl.texi (GPL): ifinfo -> ifnottex.
5449
54502006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5451
5452 * searching.texi (Simple Match Data): Warn about match data being
5453 set anew by every search.
5454
54552006-05-17 Richard Stallman <rms@gnu.org>
5456
5457 * minibuf.texi (Minibuffer History): Clarify.
5458
5459 * searching.texi (Regexp Special): Clarify nested regexp warning.
5460
54612006-05-16 Kim F. Storm <storm@cua.dk>
5462
5463 * minibuf.texi (Minibuffer History): Update add-to-history.
5464
54652006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5466
5dcb4c4e
SM
5467 * nonascii.texi (Explicit Encoding):
5468 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5469
54702006-05-14 Richard Stallman <rms@gnu.org>
5471
5472 * buffers.texi (Creating Buffers): Cleanup.
5473
5474 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5475
54762006-05-13 Eli Zaretskii <eliz@gnu.org>
5477
5478 * buffers.texi (Current Buffer): Document that with-temp-buffer
5479 disables undo.
5480
5481 * os.texi (Terminal-Specific): More accurate description of how
5482 Emacs searches for the terminal-specific libraries.
5483
54842006-05-12 Eli Zaretskii <eliz@gnu.org>
5485
5486 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5487 emacs-xtra to @inforef's.
5488
5489 * text.texi (Undo): Document that undo is turned off in buffers
5490 whose names begin with a space.
5491
5492 * buffers.texi (Buffer Names): Add index entries for buffers whose
5493 names begin with a space.
5494 (Creating Buffers): Document that undo is turned off in buffers
5495 whose names begin with a space.
5496
5497 * files.texi (Visiting Functions, Reading from Files)
5498 (Saving Buffers): Mention code and EOL conversions by file I/O
5499 primitives and subroutines.
5500
f4e90db0
SM
5501 * nonascii.texi (Lisp and Coding Systems):
5502 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5503
5504 * display.texi (Defining Faces): Mention `mac', and add an xref to
5505 where window-system is described.
5506
55072006-05-10 Richard Stallman <rms@gnu.org>
5508
5509 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5510
55112006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5512
5513 * variables.texi (File Local Variables): Recommend to quote lambda
5514 expressions in safe-local-variable property.
5515
55162006-05-09 Richard Stallman <rms@gnu.org>
5517
5dcb4c4e
SM
5518 * variables.texi (File Local Variables):
5519 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5520
55212006-05-07 Kim F. Storm <storm@cua.dk>
5522
5523 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5524 from add-to-history.
5525
55262006-05-07 Romain Francoise <romain@orebokech.com>
5527
5528 * commands.texi (Event Input Misc):
5529 * compile.texi (Eval During Compile):
5530 * internals.texi (Buffer Internals):
5531 * minibuf.texi (Initial Input):
5532 * nonascii.texi (Scanning Charsets):
5533 * numbers.texi (Comparison of Numbers):
5534 * windows.texi (Textual Scrolling, Vertical Scrolling):
5535 Fix various typos.
5536
55372006-05-06 Eli Zaretskii <eliz@gnu.org>
5538
5539 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5540 conditional xref's to either emacs or emacs-xtra, depending on
5541 @iftex/@ifnottex.
5542
5543 * minibuf.texi (Minibuffer History): Document add-to-history.
5544
55452006-05-05 Eli Zaretskii <eliz@gnu.org>
5546
5547 * internals.texi (Pure Storage): Mention the pure overflow message
5548 at startup.
5549
c8763fb6 55502006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5551
5552 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5553 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5554 search.
5555
55562006-05-01 Richard Stallman <rms@gnu.org>
5557
5558 * intro.texi (nil and t): Clarify.
5559
5560 * variables.texi (File Local Variables): Suggest using booleanp.
5561
55622006-05-01 Juanma Barranquero <lekktu@gmail.com>
5563
5564 * objects.texi (Type Predicates): Fix typos.
5565
55662006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * intro.texi (nil and t): Add booleanp.
5569
5570 * objects.texi (Type Predicates): Add links for booleanp and
5571 string-or-null-p.
5572
55732006-04-29 Richard Stallman <rms@gnu.org>
5574
5575 * modes.texi (Multiline Font Lock): Rename from
5576 Multi line Font Lock Elements. Much clarification.
5577 (Font Lock Multiline, Region to Fontify): Much clarification.
5578
55792006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * variables.texi (File Local Variables): Remove the special case t for
5582 safe-local-variable.
5583
55842006-04-26 Richard Stallman <rms@gnu.org>
5585
5586 * syntax.texi (Parsing Expressions): Minor cleanup.
5587
55882006-04-18 Richard Stallman <rms@gnu.org>
5589
5590 * tips.texi (Coding Conventions): Explain when the package's
5591 prefix should appear later on (not at the start of the name).
5592
5593 * searching.texi (String Search): Clarify effect of NOERROR.
5594
5595 * modes.texi (Imenu): Clarify what special items do.
5596
5597 * hooks.texi (Standard Hooks): Delete text about old hook names.
5598
55992006-04-17 Romain Francoise <romain@orebokech.com>
5600
5601 * variables.texi (Local Variables): Update the default value of
5602 `max-specpdl-size'.
5603
56042006-04-15 Michael Olson <mwolson@gnu.org>
5605
5606 * processes.texi (Transaction Queues): Mention the new optional
5607 `delay-question' argument for `tq-enqueue'.
5608
56092006-04-13 Bill Wohler <wohler@newt.com>
5610
5611 * customize.texi (Common Keywords): Use dotted notation for
5612 :package-version value. Specify its values. Improve documentation
5613 for customize-package-emacs-version-alist.
5614
56152006-04-12 Bill Wohler <wohler@newt.com>
5616
5617 * customize.texi (Common Keywords): Move description of
5618 customize-package-emacs-version-alist to @defvar.
5619
56202006-04-10 Bill Wohler <wohler@newt.com>
5621
5622 * customize.texi (Common Keywords): Add :package-version.
5623
56242006-04-10 Kim F. Storm <storm@cua.dk>
5625
5626 * text.texi (Buffer Contents): Add NOPROPS arg to
5627 filter-buffer-substring.
5628
56292006-04-08 Kevin Ryde <user42@zip.com.au>
5630
5631 * os.texi (Command-Line Arguments): Update xref to emacs manual
5632 "Command Arguments" -> "Emacs Invocation", per change there.
5633
56342006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5635
5636 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5637 be on one line to help makeinfo not render two spaces after the dot.
5638
56392006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5640
5641 * strings.texi (Predicates for Strings): Add string-or-null-p.
5642
56432006-03-28 Kim F. Storm <storm@cua.dk>
5644
5645 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5646 remarks about systems that don't support fractional seconds.
5647
56482006-03-25 Karl Berry <karl@gnu.org>
5649
5650 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5651 the year list.
5652
56532006-03-21 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * display.texi (Fringe Indicators): Fix typos.
5656
56572006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5658
5659 * tips.texi (Documentation Tips): One can now also write `program'
5660 in front of a quoted symbol in a docstring to prevent making a
5661 hyperlink.
5662
56632006-03-19 Alan Mackenzie <acm@muc.de>
5664
5665 * text.texi (Special Properties): Clarify `fontified' property.
5666
56672006-03-16 Richard Stallman <rms@gnu.org>
5668
5669 * display.texi (Defining Images): Minor cleanup.
5670
56712006-03-16 Bill Wohler <wohler@newt.com>
5672
5673 * display.texi (Defining Images): In image-load-path-for-library,
5674 prefer user's images.
5675
56762006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5679
56802006-03-15 Bill Wohler <wohler@newt.com>
5681
5682 * display.texi (Defining Images): Fix example in
5683 image-load-path-for-library by not recommending that one binds
5684 image-load-path. Just defvar it to placate compiler and only use
5685 it if previously defined.
5686
56872006-03-14 Bill Wohler <wohler@newt.com>
5688
5689 * display.texi (Defining Images): In image-load-path-for-library,
5690 always return list of directories. Update example.
5691
56922006-03-14 Alan Mackenzie <acm@muc.de>
5693
5694 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5695 This describes font-lock-extend-region-function.
5696 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5697 the new node "Region to Fontify".
5698
56992006-03-13 Richard Stallman <rms@gnu.org>
5700
5701 * display.texi (Invisible Text): The impossible position is
5702 now before the invisible text, not after.
5703 (Defining Images): Clean up last change.
5704
57052006-03-11 Bill Wohler <wohler@newt.com>
5706
5707 * display.texi (Defining Images): Add image-load-path-for-library.
5708
57092006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5710
5711 * text.texi (Adaptive Fill): Fix Texinfo usage.
5712
5713 * strings.texi (Creating Strings): Fix Texinfo usage.
5714
5715 * searching.texi (Regexp Special): Use @samp for regular
5716 expressions that are not in Lisp syntax.
5717
57182006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5719
5720 * searching.texi (Regexp Special): Put remark between parentheses
5721 to avoid misreading.
5722
57232006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5724
5725 * searching.texi (Syntax of Regexps): More accurately describe
5726 which characters are special in which situations.
5727 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5728 are not special. Describe in detail when `[' and `]' are special.
5729 (Regexp Backslash): Plenty of regexps with unbalanced square
5730 brackets are valid, so reword that statement.
5731
57322006-03-02 Kim F. Storm <storm@cua.dk>
5733
5734 * keymaps.texi (Tool Bar): Add tool-bar-border.
5735
57362006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5737
5738 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5739
57402006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5741
5742 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5743
5744 * files.texi (Locating Files): Suggest additional values for the
5745 SUFFIXES arg of `locate-file'. Update pxref.
5746
5747 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5748 (How Programs Do Loading): Discuss the effects of Auto Compression
5749 mode on `load'.
5750 (Load Suffixes): New node.
5751 (Library Search): Delete description of `load-suffixes'; it was
5752 moved to "Load Suffixes".
5753 (Autoload, Named Features): Mention `load-suffixes'.
5754
57552006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5756
5757 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5758
5759 * windows.texi (Window Tree): Fix typo.
5760
57612006-02-20 Kim F. Storm <storm@cua.dk>
5762
5763 * display.texi (Fringe Indicators): New section.
5764 Move indicate-empty-lines, indicate-buffer-boundaries, and
5765 default-indicate-buffer-boundaries here.
5766 Add fringe-indicator-alist and default-fringes-indicator-alist.
5767 Add list of logical fringe indicator symbols.
5768 Update list of standard bitmap names.
5769 (Fringe Cursors): New section.
5770 Move overflow-newline-into-fringe here.
5771 Add fringe-cursor-alist and default-fringes-cursor-alist.
5772 Add list of fringe cursor symbols.
5773
57742006-02-20 Juanma Barranquero <lekktu@gmail.com>
5775
5776 * commands.texi (Using Interactive): Fix reference to node
5777 "Minibuffers".
5778
57792006-02-19 Richard M. Stallman <rms@gnu.org>
5780
5781 * minibuf.texi (High-Level Completion):
5782 Add xref to read-input-method-name.
5783
5784 * files.texi (Relative File Names): Move file-relative-name here.
5785 (File Name Expansion): From here. Minor clarifications.
5786
5787 * commands.texi (Using Interactive): Add xrefs about reading input.
5788 Clarify remarks about that moving point and mark.
5789 Put string case before list case.
5790
c8763fb6 57912006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5792
5793 * display.texi (Other Display Specs, Image Descriptors):
5794 Revert erroneous changes. The previous description of
5795 image-descriptors as `(image . PROPS)' was correct.
5796
57972006-02-14 Richard M. Stallman <rms@gnu.org>
5798
5799 * variables.texi (File Local Variables): Clarifications.
5800
58012006-02-14 Juanma Barranquero <lekktu@gmail.com>
5802
5803 * variables.texi (File Local Variables): Use @code for a cons
5804 cell, not @var.
5805
58062006-02-13 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * variables.texi (File Local Variables): Document new file local
5809 variable behavior.
5810
58112006-02-10 Kim F. Storm <storm@cua.dk>
5812
5813 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5814
58152006-02-08 Juanma Barranquero <lekktu@gmail.com>
5816
5817 * modes.texi (%-Constructs): Remove obsolete info about
5818 `global-mode-string'.
5819
58202006-02-07 Richard M. Stallman <rms@gnu.org>
5821
5822 * commands.texi (Prefix Command Arguments): Minor cleanup.
5823
5824 * display.texi: "Graphical display", not window system.
5825
5826 * functions.texi (What Is a Function): Fix xref.
5827
5828 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5829 (Changing Key Bindings): Clarify when remapping is better than
5830 substitute-key-definition.
5831
58322006-02-02 Richard M. Stallman <rms@gnu.org>
5833
5834 * minibuf.texi (Basic Completion): Completion alists are risky.
5835
5836 * keymaps.texi (Active Keymaps): Clarifications.
5837 (Searching Keymaps): New node.
5838 (Keymaps): Update menu.
5839
5840 * frames.texi (Layout Parameters): Minor clarification.
5841 (Drag and Drop): New node.
5842 (Frames): Update menu.
5843
58442006-01-29 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * display.texi (Other Display Specs, Image Descriptors):
5847 Image description is a list, not a cons cell.
5848
58492006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5850
5851 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5852 list is not necessarily a list).
5853
58542006-01-27 Eli Zaretskii <eliz@gnu.org>
5855
5856 * frames.texi (Layout Parameters): border-width and
5857 internal-border-width belong to the frame, not the window.
5858
58592006-01-19 Richard M. Stallman <rms@gnu.org>
5860
5861 * nonascii.texi (Translation of Characters): Search cmds use
5862 translation-table-for-input. Automatically made local.
5863
5864 * markers.texi (Overview of Markers): Count insertion type
5865 as one of a marker's attributes.
5866
5867 * keymaps.texi (Controlling Active Maps): New node, split out of
5868 Active Keymaps.
5869 (Keymaps): Menu updated.
5870 (Active Keymaps): Give pseudocode to explain how the active
5871 maps are searched. current-active-maps and key-binding moved here.
5872 (Functions for Key Lookup): current-active-maps and key-binding moved.
5873 Clarifications.
5874 (Searching the Keymaps): New subnode.
5875
5876 * elisp.texi (Top): Menu clarification.
5877
5878 * display.texi (Other Display Specs): Delete duplicate entry for
5879 just a string as display spec. Move text about recursive display
5880 specs on such a string.
5881
5882 * commands.texi (Key Sequence Input): Clarify.
5883 Move num-nonmacro-input-events out.
5884 (Reading One Event): num-nonmacro-input-events moved here.
5885
58862006-01-14 Nick Roberts <nickrob@snap.net.nz>
5887
5888 * advice.texi (Simple Advice): Update example to fit argument
5889 change in previous-line.
5890
58912006-01-05 Richard M. Stallman <rms@gnu.org>
5892
5893 * markers.texi (The Mark): Fix in `mark'.
5894
58952006-01-04 Richard M. Stallman <rms@gnu.org>
5896
5897 * processes.texi (Misc Network, Make Network): Minor cleanups.
5898
58992006-01-04 Kim F. Storm <storm@cua.dk>
5900
5901 * processes.texi (Make Network): Add IPv6 addresses and handling.
5902 (Network Feature Testing): Mention (:family ipv6).
5903 (Misc Network): Add IPv6 formats to format-network-address.
5904
59052005-12-30 Richard M. Stallman <rms@gnu.org>
5906
5907 * text.texi (Changing Properties):
5908 Don't use return value of set-text-properties.
5909
59102005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5911
5912 * modes.texi (Mode Line Format): Correct typo in menu.
5913
59142005-12-29 Richard M. Stallman <rms@gnu.org>
5915
5916 * modes.texi (Mode Line Top): New node.
5917 (Mode Line Data): Some text moved to new node.
5918 Explain the data structure more concretely.
5919 (Mode Line Basics): Clarifications.
5920 (Mode Line Variables): Clarify intro paragraph.
5921 (%-Constructs): Clarify intro paragraph.
5922 (Mode Line Format): Update menu.
5923
59242005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5925
5926 * minibuf.texi (Basic Completion): Update lazy-completion-table
5927 examples for removal of ARGS argument.
5928
59292005-12-23 Richard M. Stallman <rms@gnu.org>
5930
5931 * text.texi (Undo): Restore some explanation from the version
5932 that was deleted.
5933
59342005-12-23 Eli Zaretskii <eliz@gnu.org>
5935
5936 * text.texi (Undo): Remove duplicate descriptions of `apply
5937 funname' and `apply delta' elements of the undo list.
5938
59392005-12-20 Richard M. Stallman <rms@gnu.org>
5940
5941 * help.texi (Help Functions): Update documentation of `apropos'.
5942
59432005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5944
5945 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5946 because it is confusing. If the :help-echo keyword is a function,
5947 it is not directly used as the :help-echo overlay property, as the
5948 xref seems to suggest (it does not take the appropriate args).
5949
59502005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * customize.texi (Common Keywords): Fix Texinfo usage.
5953 (Group Definitions, Variable Definitions): Update for new
5954 conventions for using `*' in docstrings.
5955
5956 * tips.texi (Documentation Tips): Update for new conventions for
5957 using `*' in docstrings.
5958
59592005-12-16 Richard M. Stallman <rms@gnu.org>
5960
5961 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5962
59632005-12-16 Juri Linkov <juri@jurta.org>
5964
5965 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5966
59672005-12-14 Romain Francoise <romain@orebokech.com>
5968
5969 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5970 Fix typo.
5971
59722005-12-11 Juri Linkov <juri@jurta.org>
5973
5974 * minibuf.texi (Completion Commands): Add mention of read-file-name
5975 for filename completion keymaps.
5976 (Reading File Names): Add mention of filename completion keymaps
5977 for read-file-name and xref to `Completion Commands'.
5978
59792005-12-10 Richard M. Stallman <rms@gnu.org>
5980
5981 * customize.texi (Common Keywords): State caveats for use of :tag.
5982
59832005-12-08 Richard M. Stallman <rms@gnu.org>
5984
5985 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5986 with xrefs and better explanation.
5987 (Completion Commands): Add the filename completion maps.
5988
5989 * objects.texi (Character Type): Clarify that \s is not space
5990 if a dash follows.
5991
59922005-12-05 Richard M. Stallman <rms@gnu.org>
5993
5994 * windows.texi (Resizing Windows): Delete preserve-before args.
5995
59962005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5997
5998 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5999 in full keymaps, since the quirk has been fixed.
6000
60012005-12-03 Eli Zaretskii <eliz@gnu.org>
6002
5dcb4c4e
SM
6003 * hooks.texi (Standard Hooks): Add index entries.
6004 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6005
60062005-11-27 Richard M. Stallman <rms@gnu.org>
6007
6008 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6009
60102005-11-21 Juri Linkov <juri@jurta.org>
6011
6012 * customize.texi (Common Keywords): Update links types
6013 custom-manual and url-link. Add link types emacs-library-link,
6014 file-link, function-link, variable-link, custom-group-link.
6015
60162005-11-20 Chong Yidong <cyd@stupidchicken.com>
6017
6018 * display.texi: Revert 2005-11-20 change.
6019
60202005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6021
6022 * processes.texi (Bindat Functions):
6023 Say "third" to refer to zero-based index "2".
6024
60252005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6026
6027 * loading.texi (Library Search): Update the default value of
6028 `load-suffixes'.
6029
60302005-11-17 Chong Yidong <cyd@stupidchicken.com>
6031
6032 * display.texi (Attribute Functions): Mention :ignore-defface.
6033
60342005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6037 (Minor Mode Conventions): Mention the use of a hook.
6038
60392005-11-06 Richard M. Stallman <rms@gnu.org>
6040
6041 * files.texi (Magic File Names): find-file-name-handler checks the
6042 `operations' property of the handler.
6043
60442005-11-03 Richard M. Stallman <rms@gnu.org>
6045
6046 * variables.texi (Frame-Local Variables): Small clarification.
6047
60482005-10-29 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * os.texi (Init File): Document ~/.emacs.d/init.el.
6051
60522005-10-29 Richard M. Stallman <rms@gnu.org>
6053
6054 * internals.texi (Garbage Collection): Document memory-full.
6055
60562005-10-28 Bill Wohler <wohler@newt.com>
6057
6058 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6059 for URLs.
6060
60612005-10-28 Richard M. Stallman <rms@gnu.org>
6062
6063 * minibuf.texi (Completion Commands): Clean up prev change.
6064
60652005-10-26 Kevin Ryde <user42@zip.com.au>
6066
6067 * compile.texi (Eval During Compile): Explain recommended uses
6068 of eval-when-compile and eval-and-compile.
6069
60702005-10-27 Masatake YAMATO <jet@gyve.org>
6071
6072 * minibuf.texi (Completion Commands):
6073 Write about new optional argument for `display-completion-list'.
6074
60752005-10-23 Richard M. Stallman <rms@gnu.org>
6076
6077 * display.texi (Overlay Arrow): Clarify about local bindings of
6078 overlay-arrow-position.
6079
60802005-10-22 Eli Zaretskii <eliz@gnu.org>
6081
6082 * internals.texi (Building Emacs): Fix last change.
6083
60842005-10-22 Richard M. Stallman <rms@gnu.org>
6085
6086 * internals.texi (Building Emacs): Document eval-at-startup.
6087
60882005-10-21 Richard M. Stallman <rms@gnu.org>
6089
6090 * loading.texi (Where Defined): load-history contains abs file names.
6091 symbol-file returns abs file names.
6092
60932005-10-19 Kim F. Storm <storm@cua.dk>
6094
6095 * display.texi (Showing Images): Add max-image-size integer value.
6096
60972005-10-18 Chong Yidong <cyd@stupidchicken.com>
6098
6099 * display.texi (Showing Images): Document max-image-size.
6100
61012005-10-17 Richard M. Stallman <rms@gnu.org>
6102
6103 * commands.texi (Quitting): Minor clarification.
6104
6105 * processes.texi (Sentinels): Clarify about output and quitting.
6106 (Filter Functions): Mention with-local-quit.
6107
61082005-10-17 Juri Linkov <juri@jurta.org>
6109
6110 * buffers.texi (Current Buffer):
6111 * commands.texi (Event Input Misc):
6112 * compile.texi (Eval During Compile, Compiler Errors):
6113 * customize.texi (Group Definitions):
6114 * display.texi (Progress, Defining Faces):
6115 * files.texi (Writing to Files):
6116 * modes.texi (Mode Hooks, Defining Minor Modes):
6117 * streams.texi (Output Functions):
6118 * syntax.texi (Syntax Table Functions):
6119 * text.texi (Change Hooks):
6120 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6121
6122 * commands.texi (Quitting): Replace arg `forms' with `body' in
6123 `with-local-quit'.
6124
6125 * positions.texi (Excursions): Replace arg `forms' with `body' in
6126 `save-excursion'.
6127
61282005-10-08 Kim F. Storm <storm@cua.dk>
6129
6130 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6131 Rename manual section accordingly.
6132
61332005-10-04 Kim F. Storm <storm@cua.dk>
6134
6135 * windows.texi (Window Split Tree): New section describing
6136 new function window-split-tree function.
6137
61382005-10-03 Nick Roberts <nickrob@snap.net.nz>
6139
6140 * display.texi (Fringe Size/Pos): Simplify and add detail.
6141
61422005-09-30 Romain Francoise <romain@orebokech.com>
6143
6144 * minibuf.texi (High-Level Completion): Explain that the prompt
6145 given to `read-buffer' should end with a colon and a space.
6146 Update usage examples.
6147
61482005-09-29 Juri Linkov <juri@jurta.org>
6149
6150 * display.texi (Displaying Messages): Rename argument name
6151 `string' to `format-string' in functions `message', `message-box',
6152 `message-or-box'.
6153
61542005-09-26 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * errors.texi (Standard Errors): Correct xrefs.
6157
61582005-09-18 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * display.texi (Defining Images): Update documentation for
6161 `image-load-path'.
6162
61632005-09-17 Richard M. Stallman <rms@gnu.org>
6164
6165 * display.texi (Defining Images): Clean up previous change.
6166
61672005-09-16 Romain Francoise <romain@orebokech.com>
6168
6169 * elisp.texi: Specify GFDL version 1.2.
6170
6171 * doclicense.texi (GNU Free Documentation License): Update to
6172 version 1.2.
6173
61742005-09-15 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * display.texi (Defining Images): Document `image-load-path'.
6177
61782005-09-15 Richard M. Stallman <rms@gnu.org>
6179
6180 * objects.texi (Printed Representation): Minor cleanup.
6181 (Box Diagrams): Minor fix.
6182 (Cons Cell Type): Move (...) index item here.
6183 (Box Diagrams): From here.
6184 (Array Type): Minor fix.
6185 (Type Predicates): Delete index "predicates".
6186 (Hash Table Type): Clarify xref.
6187 (Dotted Pair Notation): Minor fix.
6188
61892005-09-10 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * files.texi (Saving Buffers): Fix typo.
6192
61932005-09-08 Richard M. Stallman <rms@gnu.org>
6194
6195 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6196
61972005-09-08 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * locals.texi (Standard Buffer-Local Variables): Don't include
6200 mode variables for minor modes.
6201 Fix xrefs for buffer-display-count, buffer-display-table,
6202 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6203 enable-multibyte-characters, fill-column, header-line-format,
6204 left-fringe-width, left-margin, and right-fringe-width.
6205
6206 * hooks.texi (Standard Hooks): All hooks should conform to the
6207 standard naming convention now.
6208 Fix xref for `echo-area-clear-hook'.
6209
6210 * display.texi (Usual Display): Note that indicate-empty-lines and
6211 tab-width are buffer-local.
6212
6213 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6214
6215 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6216
6217 * nonascii.texi (Encoding and I/O): Note that
6218 buffer-file-coding-system is buffer-local.
6219
6220 * positions.texi (List Motion): Note that defun-prompt-regexp is
6221 buffer-local.
6222
6223 * text.texi (Auto Filling): Note that auto-fill-function is
6224 buffer-local.
6225 (Undo): Note that buffer-undo-list is buffer-local.
6226
5dcb4c4e
SM
6227 * windows.texi (Buffers and Windows):
6228 Document buffer-display-count.
b8d4c8d0
GM
6229
62302005-09-06 Richard M. Stallman <rms@gnu.org>
6231
6232 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6233 package prefix elsewhere than at the start of the name.
6234
62352005-09-03 Richard M. Stallman <rms@gnu.org>
6236
6237 * tips.texi (Programming Tips): Add conventions for minibuffer
6238 questions and prompts.
6239
62402005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6241
6242 * intro.texi (nil and t): Minor cleanup.
6243 Delete spurious mention of keyword symbols.
6244 (Evaluation Notation): Add index entry.
6245 (A Sample Function Description): Minor cleanup.
6246 (A Sample Variable Description): Not all vars can be set.
6247
62482005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6249
6250 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6251
6252 (Insertion): Document precise type of `insert-char' arg COUNT.
6253
62542005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * modes.texi (Other Font Lock Variables): Sync the default of
6257 font-lock-lines-before.
6258
62592005-08-31 Michael Albinus <michael.albinus@gmx.de>
6260
6261 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6262
62632005-08-29 Richard M. Stallman <rms@gnu.org>
6264
6265 * elisp.texi (Top): Update subnode menu.
6266
6267 * searching.texi (Searching and Matching): Move node.
6268 Rearrange contents and add overall explanation.
6269 (Searching and Case): Move node.
6270 (Searching and Matching): Update menu.
6271
62722005-08-27 Eli Zaretskii <eliz@gnu.org>
6273
6274 * os.texi (Startup Summary): Fix the description of the initial
6275 startup message display.
6276
62772005-08-25 Richard M. Stallman <rms@gnu.org>
6278
6279 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6280
62812005-08-25 Emilio C. Lopes <eclig@gmx.net>
6282
6283 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6284 `next-overlay-change' example.
6285
62862005-08-22 Juri Linkov <juri@jurta.org>
6287
6288 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6289 Fix invert-face. Fix args of face-background.
6290
6291 * display.texi (Standard Faces): Delete node.
6292 (Faces): Add xref to `(emacs)Standard Faces'.
6293 (Displaying Faces): Fix xref to `Standard Faces'.
6294
6295 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6296
62972005-08-20 Alan Mackenzie <acm@muc.de>
6298
6299 * buffers.texi (The Buffer List): Clarify the manipulation of the
6300 buffer list.
6301
63022005-08-14 Richard M. Stallman <rms@gnu.org>
6303
6304 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6305 a regexp.
6306
63072005-08-11 Richard M. Stallman <rms@gnu.org>
6308
6309 * elisp.texi (Top): Update subnode lists.
6310
6311 * display.texi (Inverse Video): Node deleted.
6312
6313 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6314 New nodes split out of Coding Conventions.
6315
6316 * searching.texi (Regular Expressions): Document re-builder.
6317
6318 * os.texi (Time Parsing): New node split out of Time Conversion.
6319
6320 * processes.texi (Misc Network, Network Feature Testing)
6321 (Network Options, Make Network): New nodes split out of
6322 Low-Level Network.
6323
63242005-08-09 Richard M. Stallman <rms@gnu.org>
6325
6326 * frames.texi (Geometry): New node, split from Size and Position.
6327 (Frame Parameters): Refer to Geometry.
6328
6329 * buffers.texi (The Buffer List): Fix xrefs.
6330
6331 * windows.texi (Splitting Windows): Fix xref.
6332
6333 * frames.texi (Layout Parameters): Add xref.
6334
6335 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6336
6337 * keymaps.texi (Menu Bar): Fix xref.
6338
6339 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6340
6341 * modes.texi (%-Constructs): Fix xref.
6342
6343 * frames.texi (Window Frame Parameters): Node split up.
6344 (Basic Parameters, Position Parameters, Size Parameters)
6345 (Layout Parameters, Buffer Parameters, Management Parameters)
6346 (Cursor Parameters, Color Parameters): New subnodes.
6347
63482005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6349
6350 * positions.texi (Screen Lines): Update xref for previous change
6351 in minibuf.texi.
6352
6353 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6354 change in minibuf.texi.
6355
63562005-08-09 Richard M. Stallman <rms@gnu.org>
6357
6358 * tips.texi (Coding Conventions): Minor cleanup.
6359
6360 * modes.texi (Defining Minor Modes): Explain when init-value
6361 can be non-nil.
6362
6363 * elisp.texi (Top): Update submenu for Minibuffer.
6364
6365 * minibuf.texi (Minibuffer Misc): Node split up.
6366 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6367 (Recursive Mini): New nodes split out from Minibuffer Misc.
6368 (Minibuffer Misc): Document max-mini-window-height.
6369
6370 * hash.texi (Defining Hash): Delete stray paren in example.
6371
6372 * display.texi (Echo Area Customization): Don't define
6373 max-mini-window-height here; xref instead.
6374
6375 * commands.texi (Event Input Misc): Update while-no-input.
6376
6377 * advice.texi (Advising Functions): Explain when to use advice
6378 and when to use a hook.
6379
63802005-07-30 Eli Zaretskii <eliz@gnu.org>
6381
6382 * makefile.w32-in (info): Don't run install-info.
6383 ($(infodir)/dir): New target, produced by running install-info.
6384
63852005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6386
6387 * modes.texi (Defining Minor Modes): The keyword for the initial
6388 value is :init-value, not :initial-value.
6389
63902005-07-23 Eli Zaretskii <eliz@gnu.org>
6391
6392 * loading.texi (Autoload): Make the `doctor' example be consistent
6393 with what's in current loaddefs.el. Describe the "fn" magic in
6394 the usage portion of the doc string.
6395
63962005-07-22 Richard M. Stallman <rms@gnu.org>
6397
6398 * internals.texi (Garbage Collection): Clarify previous change.
6399
64002005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6403
64042005-07-18 Juri Linkov <juri@jurta.org>
6405
6406 * commands.texi (Accessing Events):
6407 * frames.texi (Text Terminal Colors, Resources):
6408 * markers.texi (The Mark):
6409 * modes.texi (Defining Minor Modes):
6410 Delete duplicate duplicate words.
6411
64122005-07-16 Richard M. Stallman <rms@gnu.org>
6413
6414 * display.texi (Managing Overlays): Clarify make-overlay
6415 args for insertion types.
6416
64172005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6418
6419 * customize.texi (Variable Definitions):
6420 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6421 `standard-value' is a list too.
6422 (Defining New Types): Use @key{RET} instead of @key{ret}.
6423
64242005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6425
6426 * os.texi (Translating Input): Fix typo.
6427
64282005-07-08 Richard M. Stallman <rms@gnu.org>
6429
6430 * README: Update edition number and size estimate.
6431
6432 * elisp.texi (VERSION): Set to 2.9.
6433
64342005-07-07 Richard M. Stallman <rms@gnu.org>
6435
6436 * book-spine.texinfo: Update Emacs version.
6437
6438 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6439
64402005-07-06 Richard M. Stallman <rms@gnu.org>
6441
6442 * searching.texi (Regexp Search): Clarify what re-search-forward
6443 does when the search fails.
6444
64452005-07-05 Lute Kamstra <lute@gnu.org>
6446
6447 * Update FSF's address in GPL notices.
6448
6449 * doclicense.texi (GNU Free Documentation License):
6450 * gpl.texi (GPL):
6451 * tips.texi (Coding Conventions, Library Headers):
6452 * vol1.texi:
6453 * vol2.texi: Update FSF's address.
6454
64552005-07-04 Richard M. Stallman <rms@gnu.org>
6456
6457 * hooks.texi (Standard Hooks): Add occur-hook.
6458
64592005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * display.texi (The Echo Area): Correct menu.
6462
64632005-07-03 Richard M. Stallman <rms@gnu.org>
6464
6465 * elisp.texi (Top): Update subnode menu for Display.
6466
6467 * display.texi (Displaying Messages): New node, with most
6468 of what was in The Echo Area.
5dcb4c4e 6469 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6470 (Logging Messages): New node with new text.
6471 (Echo Area Customization): New node, the rest of what was
6472 in The Echo Area. Document message-truncate-lines with @defvar.
6473 (Display): Update menu.
6474
6475 * windows.texi (Textual Scrolling): Doc 3 values for
6476 scroll-preserve-screen-position.
6477
6478 * text.texi (Special Properties): Change hook functions
6479 should bind inhibit-modification-hooks around altering buffer text.
6480
6481 * keymaps.texi (Key Binding Commands): Call binding BINDING
6482 rather than DEFINITION.
6483
64842005-06-29 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * variables.texi (Defining Variables): `user-variable-p' returns t
6487 for aliases of user options, nil for alias loops.
6488
64892005-06-28 Richard M. Stallman <rms@gnu.org>
6490
6491 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6492 make-keymap.
6493
64942005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6495
6496 * variables.texi (Setting Variables): Correct and clarify
6497 description of `add-to-ordered-list'.
6498
64992005-06-26 Richard M. Stallman <rms@gnu.org>
6500
6501 * display.texi (Faces): Minor cleanup.
6502
65032005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6504
6505 * display.texi (Faces): `facep' returns t for strings that are
6506 face names.
6507
65082005-06-25 Richard M. Stallman <rms@gnu.org>
6509
6510 * objects.texi (Equality Predicates): Clarify meaning of equal.
6511
6512 * windows.texi (Selecting Windows): save-selected-window
6513 and with-selected-window save and restore the current buffer.
6514
65152005-06-24 Richard M. Stallman <rms@gnu.org>
6516
6517 * numbers.texi (Float Basics): Explain how to test for NaN,
6518 and printing the sign of NaNs.
6519
65202005-06-24 Eli Zaretskii <eliz@gnu.org>
6521
6522 * makefile.w32-in (MAKEINFO): Use --force.
6523
65242005-06-23 Richard M. Stallman <rms@gnu.org>
6525
6526 * display.texi (Face Functions): Correct Texinfo usage.
6527
65282005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6529
6530 * lists.texi (Rings): `ring-elements' now returns the elements of
6531 RING in order.
6532
65332005-06-23 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * markers.texi (The Mark): Texinfo usage fix.
6536
65372005-06-23 Kim F. Storm <storm@cua.dk>
6538
6539 * searching.texi (Entire Match Data): Remove evaporate option for
6540 match-data. Do not mention evaporate option for set-match-data.
6541
65422005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6543
6544 * display.texi (Face Functions): Mention face aliases.
6545
65462005-06-21 Richard M. Stallman <rms@gnu.org>
6547
6548 * anti.texi (Antinews): Texinfo usage fix.
6549
65502005-06-21 Karl Berry <karl@gnu.org>
6551
6552 * elisp.texi: Use @copying.
6553
6554 * elisp.texi: Put @summarycontents and @contents before the Top
6555 node, instead of the end of the file, so that the contents appear
6556 in the right place in the dvi/pdf output.
6557
65582005-06-21 Juri Linkov <juri@jurta.org>
6559
6560 * display.texi (Defining Faces): Add `customized-face'.
6561
65622005-06-20 Kim F. Storm <storm@cua.dk>
6563
6564 * variables.texi (Setting Variables): Any type of element can be
6565 given order in add-to-ordered-list. Compare elements with eq.
6566
6567 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6568
65692005-06-20 Karl Berry <karl@gnu.org>
6570
6571 * syntax.texi (Syntax Flags): Make last column very slightly wider
6572 to avoid "generic comment" breaking on two lines and causing an
6573 underfull box.
6574
65752005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6576
6577 * lists.texi (Rings): Various minor clarifications and corrections.
6578
65792005-06-18 Richard M. Stallman <rms@gnu.org>
6580
6581 * functions.texi (Obsolete Functions): Simplify.
6582
6583 * variables.texi (Variable Aliases): Simplify.
6584
6585 * anti.texi, backups.texi, compile.texi, customization.texi:
6586 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6587 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6588 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6589 * variables.texi: Fix formatting ugliness.
6590
6591 * elisp.texi: Add links to Rings and Byte Packing.
6592 Update version and copyright years.
6593
6594 * minibuf.texi: Fix formatting ugliness.
6595 (Completion Commands): Move keymap vars to the end
6596 and vars completing-read binds to the top.
6597
65982005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6599
6600 * processes.texi: Fix typos.
6601 (Bindat Spec): Correct Texinfo error.
6602 (Byte Packing): Fix ungrammatical sentence.
6603
66042005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6605
6606 * lists.texi (Rings): New node.
6607 (Lists): Add it to menu.
6608
6609 * processes.texi (Byte Packing): New node.
6610 (Processes): Add it to menu.
6611
66122005-06-17 Richard M. Stallman <rms@gnu.org>
6613
6614 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6615
6616 * help.texi (Documentation Basics): Explain the xref to
6617 Documentation Tips.
6618
6619 * debugging.texi (Debugger Commands): Minor fix.
6620
66212005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6622
6623 * edebug.texi (Instrumenting): Eliminate duplicate link.
6624 (Specification List): Replace references to "below", referring to
6625 a later node, with one @ref to that node.
6626
6627 * os.texi (Timers): Timers should save and restore the match data
6628 if they change it.
6629
6630 * debugging.texi (Debugger Commands): Mention that the Lisp
6631 debugger can not step through primitive functions.
6632
66332005-06-16 Juanma Barranquero <lekktu@gmail.com>
6634
6635 * functions.texi (Obsolete Functions): Update argument names of
6636 `make-obsolete' and `define-obsolete-function-alias'.
6637
6638 * variables.texi (Variable Aliases): Update argument names of
6639 `defvaralias', `make-obsolete-variable' and
6640 `define-obsolete-variable-alias'.
6641
66422005-06-15 Kim F. Storm <storm@cua.dk>
6643
6644 * searching.texi (Entire Match Data): Rephrase warnings about
6645 evaporate arg to match-data and set-match-data.
6646
66472005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6648
6649 * elisp.texi (Top): Update detailed menu.
6650
6651 * edebug.texi (Edebug): Update menu.
6652 (Instrumenting): Update xrefs.
6653 (Edebug Execution Modes): Correct xref.
6654 (Jumping): Clarify description of `h' command.
6655 Eliminate redundant @ref.
6656 (Breaks): New node.
6657 (Breakpoints): Is now a subsubsection.
6658 (Global Break Condition): Mention `C-x X X'.
6659 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6660 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6661 (Edebug Display Update): Correct pxref.
6662 (Edebug and Macros): New node.
6663 (Instrumenting Macro Calls): Is now a subsubsection.
6664 Neither arg of `def-edebug-spec' is evaluated.
6665 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6666 (Specification Examples): Fix typo.
6667
66682005-06-14 Lute Kamstra <lute@gnu.org>
6669
6670 * debugging.texi (Function Debugging): Primitives can break on
6671 entry too.
6672
66732005-06-14 Kim F. Storm <storm@cua.dk>
6674
6675 * variables.texi (Setting Variables): Add add-to-ordered-list.
6676
66772005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6680 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6681
66822005-06-13 Lute Kamstra <lute@gnu.org>
6683
6684 * text.texi (Special Properties): Fix cross reference.
6685
66862005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * debugging.texi (Function Debugging): Delete mention of empty
6689 string argument to `cancel-debug-on-entry'. Delete inaccurate
6690 description of the return value of that command.
6691
66922005-06-11 Alan Mackenzie <acm@muc.de>
6693
6694 * text.texi (Adaptive Fill): Amplify the description of
6695 fill-context-prefix.
6696
66972005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6698
6699 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6700
67012005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6704
67052005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6706
6707 * debugging.texi (Error Debugging): Minor rewording.
6708 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6709 is optional.
6710
67112005-06-10 Lute Kamstra <lute@gnu.org>
6712
6713 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6714 (Top): Give it a title. Correct version number. Give the
6715 detailed node listing a more prominent header.
6716 * intro.texi: Don't set VERSION here a second time.
6717 Mention Emacs's version too.
6718 * anti.texi (Antinews): Use EMACSVER to refer to the current
6719 version of Emacs.
6720
67212005-06-09 Kim F. Storm <storm@cua.dk>
6722
6723 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6724 match-data and set-match-data.
6725
67262005-06-08 Richard M. Stallman <rms@gnu.org>
6727
6728 * searching.texi (Entire Match Data): Clarify when match-data
6729 returns markers and when integers.
6730
6731 * display.texi (Defining Faces): Explain that face name should not
6732 end in `-face'.
6733
6734 * modes.texi (Mode Line Data): Minor cleanup.
6735 (Customizing Keywords): Node split out of Search-based Fontification.
6736 Add example of using font-lock-add-keywords from a hook.
6737 Clarify when MODE should be non-nil, and when nil.
6738
67392005-06-06 Richard M. Stallman <rms@gnu.org>
6740
6741 * modes.texi (Mode Line Data): Explain what happens when the car
6742 of a list is a void symbol.
6743 (Search-based Fontification): Explain MODE arg to
6744 font-lock-add-keywords and warn about calls from major modes.
6745
67462005-06-08 Juri Linkov <juri@jurta.org>
6747
6748 * display.texi (Standard Faces): Add `shadow' face.
6749
67502005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6751
6752 * modes.texi (Major Mode Conventions): A derived mode only needs
6753 to put the call to the parent mode inside `delay-mode-hooks'.
6754
67552005-05-29 Richard M. Stallman <rms@gnu.org>
6756
6757 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6758 new, and what that implies. Clarify.
6759
6760 * files.texi (Locating Files): Clean up the text.
6761
6762 * frames.texi (Window Frame Parameters): Document user-size.
6763 Shorten entry for top by referring to left.
6764
67652005-05-26 Richard M. Stallman <rms@gnu.org>
6766
6767 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6768 is new, and what the implications are. Other clarifications.
6769
67702005-05-24 Richard M. Stallman <rms@gnu.org>
6771
6772 * frames.texi (Dialog Boxes): Minor fixes.
6773
67742005-05-25 Masatake YAMATO <jet@gyve.org>
6775
6776 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6777
67782005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6779
6780 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6781 is optional.
6782
67832005-05-24 Nick Roberts <nickrob@snap.net.nz>
6784
10d1d0af 6785 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6786
67872005-05-23 Lute Kamstra <lute@gnu.org>
6788
6789 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6790 syntax-begin-function over font-lock-beginning-of-syntax-function.
6791
67922005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6793
6794 * minibuf.texi (Reading File Names): Update description of
6795 `read-directory-name'.
6796
6797 * modes.texi (Derived Modes): Clarify :group keyword.
6798
67992005-05-21 Eli Zaretskii <eliz@gnu.org>
6800
6801 * files.texi (Locating Files): New subsection.
6802 Describe locate-file and executable-find.
6803
68042005-05-21 Kevin Ryde <user42@zip.com.au>
6805
6806 * frames.texi (Initial Parameters): Update cross reference to
6807 "Emacs Invocation".
6808
68092005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6810
6811 * keymaps.texi (Active Keymaps): Add anchor.
6812
6813 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6814 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6815 appropriate place.
6816 (Derived Modes): Small clarifications.
6817 (Minor Mode Conventions, Keymaps and Minor Modes):
6818 Replace references to nodes with references to anchors.
6819 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6820 Clarify description of lists whose first element is an integer.
6821 (Mode Line Variables): Add anchor.
6822 (%-Constructs): Clarify description of integer after %.
6823 (Emulating Mode Line): Describe nil value for FACE.
6824
68252005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6826
6827 * modes.texi (Derived Modes): Correct references to non-existing
6828 variable standard-syntax-table.
6829
68302005-05-17 Lute Kamstra <lute@gnu.org>
6831
6832 * modes.texi (Defining Minor Modes): Mention the mode hook.
6833
68342005-05-15 Kim F. Storm <storm@cua.dk>
6835
6836 * processes.texi (Network): Remove open-network-stream-nowait.
6837 (Network Servers): Remove open-network-stream-server.
6838
68392005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6840
6841 * elisp.texi (Top): Update detailed menu.
6842
6843 * variables.texi: Reorder nodes.
6844 (Variables): Update menu.
6845 (File Local Variables): Do not refer to the `-*-' line as
6846 a "local variables list". Add pxref.
6847
68482005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6849
6850 * elisp.texi (Top): Update detailed menu for node changes.
6851
6852 * modes.texi (Modes): Update Menu.
6853 (Hooks): Move to beginning of chapter.
6854 Most minor modes run mode hooks too.
6855 `add-hook' can handle void hooks or hooks whose value is a single
6856 function.
6857 (Major Modes): Update Menu.
6858 (Major Mode Basics): New node, split off from `Major Modes'.
6859 (Major Mode Conventions): Correct xref. Explain how to handle
6860 auto-mode-alist if the major mode command has an autoload cookie.
6861 (Auto Major Mode): Major update. Add magic-mode-alist.
6862 (Derived Modes): Major update.
6863 (Mode Line Format): Update Menu.
6864 (Mode Line Basics): New node, split off from `Mode Line Format'.
6865
6866 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6867 for `magic autoload comment'. Add index entries and anchor.
6868
68692005-05-14 Richard M. Stallman <rms@gnu.org>
6870
6871 * tips.texi (Coding Conventions): Explain how important it is
6872 that just loading certain files not change Emacs behavior.
6873
6874 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6875
68762005-05-12 Lute Kamstra <lute@gnu.org>
6877
6878 * modes.texi (Generic Modes): Update.
6879 (Major Modes): Refer to node "Generic Modes".
6880
6881 * elisp.texi (Top): Update to the current structure of the manual.
6882 * processes.texi (Processes): Add menu description.
6883 * customize.texi (Customization): Add menu descriptions.
6884
68852005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6886
6887 * processes.texi (Signals to Processes)
6888 (Low-Level Network): Fix typos.
6889
68902005-05-11 Lute Kamstra <lute@gnu.org>
6891
6892 * elisp.texi (Top): Add some nodes from the chapter "Major and
6893 Minor Modes" to the detailed node listing.
6894
68952005-05-10 Richard M. Stallman <rms@gnu.org>
6896
6897 * keymaps.texi (Extended Menu Items): Menu item filter functions
6898 can be called at any time.
6899
69002005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6901
6902 * variables.texi (File Local Variables): `(hack-local-variables t)'
6903 now also checks whether a mode is specified in the local variables
6904 list.
6905
69062005-05-05 Kevin Ryde <user42@zip.com.au>
6907
6908 * display.texi (The Echo Area): Correct format function cross
6909 reference.
6910
69112005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6912
6913 * variables.texi (Variable Aliases): Change description of
6914 `define-obsolete-variable-alias'.
6915
6916 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6917 (Defining Functions): Add xref.
6918 (Obsolete Functions): New node.
6919 (Function Safety): Standardize capitalization of section title.
6920
6921 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6922 (Dialog Boxes): Complete description of `x-popup-dialog'.
6923
69242005-05-04 Richard M. Stallman <rms@gnu.org>
6925
6926 * commands.texi (Interactive Codes): Fix Texinfo usage.
6927 Document U more clearly.
6928
69292005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6930
6931 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6932 function and not a macro.
6933
6934 * frames.texi (Pop-Up Menus): Correct and clarify description of
6935 `x-popup-menu'.
6936 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6937
69382005-05-01 Richard M. Stallman <rms@gnu.org>
6939
6940 * edebug.texi (Checking Whether to Stop): Fix previous change.
6941
69422005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6943
6944 * display.texi: Fix typos and Texinfo usage.
6945
6946 * edebug.texi (Checking Whether to Stop): executing-macro ->
6947 executing-kbd-macro.
6948
69492005-05-01 Richard M. Stallman <rms@gnu.org>
6950
6951 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6952
69532005-04-30 Richard M. Stallman <rms@gnu.org>
6954
6955 * files.texi (Magic File Names): Document `operations' property.
6956
69572005-04-29 Lute Kamstra <lute@gnu.org>
6958
6959 * modes.texi (Generic Modes): New node.
6960 (Major Modes): Add it to the menu.
6961 (Derived Modes): Add "derived mode" to concept index.
6962
69632005-04-28 Lute Kamstra <lute@gnu.org>
6964
6965 * modes.texi (Defining Minor Modes): Fix previous change.
6966 (Font Lock Mode): Simplify.
6967 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6968 when set and that some parts are optional. Add cross references.
6969 (Search-based Fontification): Say how to specify font-lock-keywords.
6970 Add cross references. Add font-lock-multiline to index.
6971 Move font-lock-keywords-case-fold-search here from node "Other Font
6972 Lock Variables". Document font-lock-add-keywords and
6973 font-lock-remove-keywords.
6974 (Other Font Lock Variables): Move font-lock-keywords-only,
6975 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6976 and font-lock-syntactic-face-function to node "Syntactic Font
6977 Lock". Move font-lock-keywords-case-fold-search to node
6978 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6979 and font-lock-{,un}fontify-{buffer,region}-function.
6980 (Precalculated Fontification): Remove reference to deleted variable
6981 font-lock-core-only.
6982 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6983 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6984 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6985 and font-lock-syntactic-face-function here from node "Other Font
6986 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6987 Syntax Properties". Add cross references.
6988 (Setting Syntax Properties): New node.
6989 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6990 * syntax.texi (Syntax Properties): Add cross reference.
6991 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6992
69932005-04-26 Richard M. Stallman <rms@gnu.org>
6994
6995 * display.texi (Defining Faces):
6996 Document `default' elements of defface spec.
6997
6998 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6999
7000 * variables.texi (Variable Aliases): Clarify text.
7001
70022005-04-25 Chong Yidong <cyd@stupidchicken.com>
7003
7004 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7005
70062005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7007
7008 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7009
70102005-04-24 Eli Zaretskii <eliz@gnu.org>
7011
7012 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7013 syntax-after and syntax-class.
7014
7015 * files.texi (Changing Files): Fix last change's cross-reference.
7016 (Unique File Names): Don't mention "numbers" in the documentation
7017 of make-temp-file and make-temp-name.
7018
70192005-04-23 Richard M. Stallman <rms@gnu.org>
7020
7021 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7022
70232005-04-22 Nick Roberts <nickrob@snap.net.nz>
7024
7025 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7026
70272005-04-22 Nick Roberts <nickrob@snap.net.nz>
7028
7029 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7030 and define-obsolete-variable-alias.
7031
70322005-04-22 Kim F. Storm <storm@cua.dk>
7033
7034 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7035 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7036
70372005-04-21 Lute Kamstra <lute@gnu.org>
7038
7039 * lists.texi (Association Lists): Document rassq-delete-all.
7040
70412005-04-19 Richard M. Stallman <rms@gnu.org>
7042
7043 * modes.texi (Search-based Fontification): Explain that
7044 facespec is an expression to be evaluated.
7045
70462005-04-19 Kevin Ryde <user42@zip.com.au>
7047
7048 * streams.texi (Output Functions): Fix xref.
7049 * strings.texi (String Conversion): Fix xref.
7050
70512005-04-19 Kim F. Storm <storm@cua.dk>
7052
7053 * symbols.texi (Symbol Plists): Add safe-get.
7054 Mention that `get' may signal an error.
7055
70562005-04-18 Nick Roberts <nickrob@snap.net.nz>
7057
7058 * customize.texi (Variable Definitions): Replace tooltip-mode
7059 example with save-place.
7060
70612005-04-17 Richard M. Stallman <rms@gnu.org>
7062
7063 * buffers.texi (Indirect Buffers): Clarify.
7064
7065 * positions.texi (Positions): Clarify converting marker to integer.
7066
7067 * strings.texi (String Basics): Mention string-match; clarify.
7068
70692005-04-08 Lute Kamstra <lute@gnu.org>
7070
7071 * modes.texi (Search-based Fontification): Fix cross references.
7072 Use consistent terminology. Document anchored highlighting.
7073
70742005-04-05 Lute Kamstra <lute@gnu.org>
7075
7076 * modes.texi (Defining Minor Modes): Document :group keyword
7077 argument and its default value.
7078
70792005-04-03 Lute Kamstra <lute@gnu.org>
7080
7081 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7082 references and/or descriptions. Delete major mode hooks; mention
7083 them as a category instead. Rename or delete obsolete hooks.
7084
70852005-04-02 Richard M. Stallman <rms@gnu.org>
7086
7087 * nonascii.texi (Coding System Basics): Another wording cleanup.
7088
70892005-04-01 Richard M. Stallman <rms@gnu.org>
7090
7091 * nonascii.texi (Coding System Basics): Clarify previous change.
7092
70932005-04-01 Kenichi Handa <handa@m17n.org>
7094
10d1d0af 7095 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7096 identity of coding systems.
7097
70982005-03-29 Chong Yidong <cyd@stupidchicken.com>
7099
7100 * text.texi (Buffer Contents): Add filter-buffer-substring and
7101 buffer-substring-filters.
7102
71032005-03-26 Chong Yidong <cyd@stupidchicken.com>
7104
7105 * anti.texi (Antinews): Mention `G' interactive code.
7106
7107 * tips.texi (Compilation Tips): Mention benchmark.el.
7108
71092005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7110
7111 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7112 is now bound to M-o M-o.
7113
7114 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7115
71162005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7117
7118 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7119 in the Emacs Manual).
7120 * Makefile.in (srcs): Remove calendar.texi.
7121 * makefile.w32-in (srcs): Remove calendar.texi.
7122 * display.texi (Display): Change name of next node.
7123 * os.texi (System In): Change name of previous node.
7124 * elisp.texi (Top): Remove Calendar references.
7125 * vol1.texi (Top): Remove Calendar references.
7126 * vol2.texi (Top): Remove Calendar references.
7127
71282005-03-25 Richard M. Stallman <rms@gnu.org>
7129
7130 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7131 Cleanup previous change.
7132
71332005-03-25 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * display.texi (Face Attributes): Faces earlier in an :inherit
7136 list take precedence.
7137 (Scroll Bars): Fix description of vertical-scroll-bars.
7138 Document frame-current-scroll-bars and window-current-scroll-bars.
7139
7140 * markers.texi (The Mark): Document temporary Transient Mark mode.
7141
7142 * minibuf.texi (Reading File Names):
7143 Document read-file-name-completion-ignore-case.
7144
7145 * positions.texi (Screen Lines): Document nil for width argument
7146 to compute-motion.
7147
71482005-03-23 Kim F. Storm <storm@cua.dk>
7149
7150 * display.texi (Standard Faces): Other faces used in the fringe
7151 implicitly inherits from the fringe face.
7152 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7153 properties implicitly inherits from fringe face.
7154 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7155
71562005-03-20 Chong Yidong <cyd@stupidchicken.com>
7157
7158 * display.texi (Invisible Text): State default value of
7159 line-move-ignore-invisible.
7160 (Managing Overlays): Document remove-overlays.
7161 (Standard Faces): Document escape-glyph face.
7162
7163 * minibuf.texi (Reading File Names): Document read-file-name-function.
7164
7165 * modes.texi (Other Font Lock Variables):
7166 Document font-lock-lines-before.
7167
7168 * positions.texi (Skipping Characters): skip-chars-forward allows
7169 character classes.
7170
71712005-03-18 Lute Kamstra <lute@gnu.org>
7172
7173 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7174
71752005-03-17 Richard M. Stallman <rms@gnu.org>
7176
7177 * text.texi (Undo): Document extensible undo entries.
7178
dd7b651b 7179 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7180
7181 * nonascii.texi (Character Codes): Minor fix.
7182
7183 * display.texi (Display Property): Explain the significance
7184 of having text properties that are eq.
7185 (Other Display Specs): Explain string as display spec.
7186
7187 * commands.texi (Interactive Codes): Document G option.
7188
71892005-03-17 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * text.texi (Filling): Add sentence-end-without-period and
7192 sentence-end-without-space.
7193 (Changing Properties): Minor fix.
7194
7195 * anti.texi: Total rewrite.
7196
71972005-03-15 Lute Kamstra <lute@gnu.org>
7198
7199 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7200
72012005-03-08 Kim F. Storm <storm@cua.dk>
7202
7203 * display.texi (Specified Space): Property :width is support on
7204 non-graphic terminals, :height is not.
7205
72062005-03-07 Richard M. Stallman <rms@gnu.org>
7207
7208 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7209 Now subnodes of Fringes.
7210 (Overlay Arrow): Document overlay-arrow-variable-list.
7211 (Fringe Size/Pos): New node, broken out of Fringes.
7212 (Display): Explain clearing vs redisplay better.
7213 (Truncation): Clarify use of bitmaps.
7214 (The Echo Area): Clarify the uses of the echo area.
7215 Add max-mini-window-height.
7216 (Progress): Clarify.
7217 (Invisible Text): Explain that main loop moves point out.
7218 (Selective Display): Say "hidden", not "invisible".
7219 (Managing Overlays): Move up. Describe relation to Undo here.
7220 (Overlay Properties): Clarify intro.
7221 (Finding Overlays): Explain return values when nothing found.
7222 (Width): truncate-string-to-width has added arg.
7223 (Displaying Faces): Clarify and update mode line face handling.
7224 (Face Functions): Minor cleanup.
7225 (Conditional Display): Merge into Other Display Specs.
7226 (Pixel Specification, Other Display Specs): Minor cleanups.
7227 (Images, Image Descriptors): Minor cleanups.
7228 (GIF Images): Patents have expired.
7229 (Showing Images): Explain default text for insert-image.
7230 (Manipulating Button Types): Merge into Manipulating Buttons.
7231 (Making Buttons): Explain return values.
7232 (Button Buffer Commands): Add xref.
7233 (Inverse Video): Update mode-line-inverse-video.
7234 (Display Table Format): Clarify.
7235 (Active Display Table): Give defaults for window-display-table.
7236
7237 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7238 and calendar-today-marker are strings, not chars.
7239 (Holiday Customizing): Minor fix.
7240
7241 * internals.texi (Writing Emacs Primitives): Update `or' example.
7242 Update limit on # args of subr.
7243
7244 * edebug.texi (Using Edebug): Arrow is in fringe.
7245 (Instrumenting): Arg to eval-defun works without loading edebug.
7246 (Edebug Execution Modes): Add xref.
7247
7248 * customize.texi (Common Keywords): Clarify :require.
7249 Mention :version here.
7250 (Variable Definitions, Group Definitions): Not here.
7251 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7252
72532005-03-07 Chong Yidong <cyd@stupidchicken.com>
7254 * nonascii.texi (Text Representations): Clarify position-bytes.
7255 (Character Sets): Add list-charset-chars.
7256 (Scanning Charsets): Add charset-after.
7257 (Encoding and I/O): Minor fix.
7258
72592005-03-06 Richard M. Stallman <rms@gnu.org>
7260
7261 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7262 (Resizing Windows): Likewise.
7263
7264 * text.texi (Change Hooks): Get rid of "Emacs 21".
7265
7266 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7267
7268 * streams.texi (Output Variables): Get rid of "Emacs 21".
7269
7270 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7271
7272 * os.texi (Translating Input): Replace flow-control example
7273 with a less obsolete example that uses `keyboard-translate'.
7274
7275 * objects.texi (Hash Table Type, Circular Objects):
7276 Get rid of "Emacs 21".
7277
7278 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7279 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7280
7281 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7282
7283 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7284
7285 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7286 (Menu Bar): Fix when menu-bar-update-hook is called.
7287
7288 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7289
7290 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7291 and make it read better.
7292
7293 * files.texi (Writing to Files): Get rid of "Emacs 21".
7294 (Unique File Names): Likewise.
7295
7296 * elisp.texi: Update Emacs version to 22.
7297
7298 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7299 (Overlay Properties, Face Attributes): Likewise.
7300 (Managing Overlays): Fix punctuation.
7301 (Attribute Functions): Clarify set-face-font; get rid of
7302 info about old Emacs versions.
7303 (Auto Faces, Font Lookup, Display Property, Images):
7304 Get rid of "Emacs 21".
7305
7306 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7307
73082005-03-05 Richard M. Stallman <rms@gnu.org>
7309
7310 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7311
73122005-03-04 Lute Kamstra <lute@gnu.org>
7313
7314 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7315
73162005-03-03 Lute Kamstra <lute@gnu.org>
7317
7318 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7319
73202005-03-01 Lute Kamstra <lute@gnu.org>
7321
7322 * debugging.texi (Debugger Commands): Update `j'.
7323
73242005-02-28 Lute Kamstra <lute@gnu.org>
7325
7326 * debugging.texi (Debugging): Fix typo.
7327 (Error Debugging): Document eval-expression-debug-on-error.
7328 (Function Debugging): Update example.
7329 (Using Debugger): Mention starred stack frames.
7330 (Debugger Commands): Document `j' and `l'.
7331 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7332 Update the messages that the debugger displays.
7333 (Internals of Debugger): Add cross reference. Update example.
7334 (Excess Open): Minor improvement.
7335 (Excess Close): Minor improvement.
7336
73372005-02-26 Richard M. Stallman <rms@gnu.org>
7338
7339 * tips.texi (Coding Conventions): Clarify.
7340 Put all the major mode key reservations together.
7341 Mention the Mouse-1 => Mouse-2 conventions.
7342
7343 * syntax.texi (Syntax Class Table): Clarify.
7344 (Syntax Table Functions): syntax-after moved from here.
7345 (Syntax Table Internals): syntax-after moved to here.
7346 (Parsing Expressions): Update info on number of values
7347 and what's meaningful in the STATE argument.
7348 (Categories): Fix typo.
7349
7350 * sequences.texi (Arrays): Cleanup.
7351 (Char-Tables): Clarify.
7352
7353 * processes.texi (Deleting Processes): Cleanups, add xref.
7354 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7355 (Process Information): set-process-coding-system, some args optional.
7356 (Input to Processes): Explain various types for PROCESS args.
7357 Rename them from PROCESS-NAME to PROCESS.
7358 (Signals to Processes): Likewise.
7359 (Decoding Output): Cleanup.
7360 (Query Before Exit): Clarify.
7361
7362 * os.texi (Startup Summary): Correct the options; add missing ones.
7363 (Terminal Output, Batch Mode): Clarify.
7364 (Flow Control): Node deleted.
7365
7366 * markers.texi (The Mark): Clarify.
7367
7368 * macros.texi (Expansion): Cleanup.
7369 (Indenting Macros): indent-spec allows ints, not floats.
7370
7371 * keymaps.texi (Keymaps): Clarify.
7372 (Format of Keymaps): Update lisp-mode-map example.
7373 (Active Keymaps, Key Lookup): Clarify.
7374 (Changing Key Bindings): Add xref to `kbd'.
7375 (Key Binding Commands, Simple Menu Items): Clarify.
7376 (Mouse Menus, Menu Bar): Clarify.
7377 (Menu Example): Replace print example with menu-bar-replace-menu.
7378
7379 * help.texi (Documentation Basics): Add function-documentation prop.
7380
7381 * elisp.texi (Top): Don't refer to Flow Control node.
7382
7383 * commands.texi (Command Overview): Improve xrefs.
7384 (Adjusting Point): Adjusting point applies to intangible and invis.
7385 (Key Sequence Input): Doc extra read-key-sequence args.
7386 Likewise for read-key-sequence-vector.
7387
7388 * backups.texi (Rename or Copy): Minor fix.
7389 (Numbered Backups): For version-control, say the default.
7390 (Auto-Saving): make-auto-save-file-name example is simplified.
7391
7392 * advice.texi (Advising Functions): Don't imply one part of Emacs
7393 should advise another part. Markup changes.
7394 (Defining Advice): Move transitional para.
7395 (Activation of Advice): Cleanup.
7396 Explain if COMPILE is nil or negative.
7397
7398 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7399
74002005-02-24 Lute Kamstra <lute@gnu.org>
7401
7402 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7403 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7404
74052005-02-23 Lute Kamstra <lute@gnu.org>
7406
7407 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7408 to define global minor modes as well.
7409
7410 * display.texi (Managing Overlays): overlay-buffer returns nil for
7411 deleted overlays.
7412
74132005-02-22 Kim F. Storm <storm@cua.dk>
7414
7415 * minibuf.texi (Basic Completion): Allow symbols in addition to
7416 strings in try-completion and all-completions.
7417
74182005-02-14 Lute Kamstra <lute@gnu.org>
7419
7420 * elisp.texi (Top): Remove reference to deleted node.
7421
7422 * lists.texi (Lists): Remove reference to deleted node.
7423 (Cons Cells): Fix typo.
7424
7425 * loading.texi (Where Defined): Fix typo.
7426
74272005-02-14 Richard M. Stallman <rms@gnu.org>
7428
7429 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7430 is useful for discarding some minor modes.
7431
7432 * symbols.texi (Symbol Components): Reorder examples.
7433
7434 * streams.texi (Input Functions): State standard-input default.
7435 (Output Variables): State standard-output default.
7436
7437 * objects.texi (Printed Representation): Clarify read syntax vs print.
7438 (Floating Point Type): Explain meaning better.
7439 (Symbol Type): Explain uniqueness better.
7440 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7441 List examples sooner.
7442 (Box Diagrams): New subnode broken out.
7443 Some examples moved from old Lists as Boxes node.
7444 (Dotted Pair Notation): Clarify intro.
7445 (Array Type): Clarify.
7446 (Type Predicates): Add hash-table-p.
7447
7448 * numbers.texi (Integer Basics): Clarify radix explanation.
7449 (Predicates on Numbers): Minor clarification.
7450 (Comparison of Numbers): Minor clarification. Clarify eql.
7451 Typos in min, max.
7452 (Math Functions): Clarify overflow in expt.
7453
7454 * minibuf.texi (Text from Minibuffer): Minor clarification.
7455 Mention arrow keys.
7456
7457 * loading.texi (Autoload): defun's doc string overrides autoload's
7458 doc string.
7459 (Repeated Loading): Modernize "add to list" examples.
7460 (Where Defined): Finish updating table of load-history elts.
7461
7462 * lists.texi (List-related Predicates): Minor wording improvement.
7463 (Lists as Boxes): Node deleted.
7464 (Building Lists): Explain trivial cases of number-sequence.
7465
7466 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7467 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7468 (Hash Access): Any object can be a key.
7469 State value of maphash.
7470
7471 * functions.texi (What Is a Function): Wording cleanup.
7472 (Function Documentation): Minor cleanup.
7473 Explain purpose of calling convention at end of doc string.
7474 (Function Names): Wording cleanup.
7475 (Calling Functions): Wording cleanup.
7476 Explain better how funcall calls the function.
7477 (Function Cells): Delete example of saving and redefining function.
7478
7479 * control.texi (Combining Conditions): Wording cleanup.
7480 (Iteration): dolist and dotimes bind VAR locally.
7481 (Cleanups): Xref to Atomic Changes.
7482
7483 * compile.texi (Byte Compilation): Delete 19.29 info.
7484 (Compilation Functions): Macros' difficulties don't affect defsubst.
7485 (Docs and Compilation): Delete 19.29 info.
7486
74872005-02-10 Richard M. Stallman <rms@gnu.org>
7488
7489 * objects.texi (Symbol Type): Minor correction.
7490
74912005-02-06 Lute Kamstra <lute@gnu.org>
7492
7493 * modes.texi (Example Major Modes): Fix typos.
7494
74952005-02-06 Richard M. Stallman <rms@gnu.org>
7496
7497 * text.texi (Margins): fill-nobreak-predicate can be one function.
7498
7499 * strings.texi (Modifying Strings): clear-string can make unibyte.
7500 (Formatting Strings): format gives error if values missing.
7501
7502 * positions.texi (Character Motion): Mention default arg
7503 for forward-char. backward-char refers to forward-char.
7504 (Word Motion): Mention default arg for forward-word.
7505 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7506 Simplify end-of-buffer.
7507 (Text Lines): Mention default arg for forward-line.
7508 (List Motion): Mention default arg for beginning/end-of-defun.
7509 (Skipping Characters): Minor fixes in explaining character-set.
7510
7511 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7512 Mode inheritance applies only when default-major-mode is nil.
7513 Clarifications.
7514 (Example Major Modes): Update Text mode and Lisp mode examples.
7515 (Minor Mode Conventions): Mention define-minor-mode at top.
7516 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7517 (Mode Line Format): Update mode line face display info.
7518 (Properties in Mode): Mention effect of risky vars.
7519 (Imenu): Define imenu-add-to-menubar.
7520 (Font Lock Mode): Add descriptions to menu lines.
7521 (Faces for Font Lock): Add font-lock-doc-face.
7522
75232005-02-05 Lute Kamstra <lute@gnu.org>
7524
7525 * text.texi (Maintaining Undo): Remove obsolete function.
7526
75272005-02-05 Eli Zaretskii <eliz@gnu.org>
7528
7529 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7530 color specifications. Improve indexing.
b8d4c8d0
GM
7531 (Text Terminal Colors): Replace the description of RGB values by
7532 an xref to "Color Names".
7533
75342005-02-03 Richard M. Stallman <rms@gnu.org>
7535
7536 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7537 Clarify.
7538 (Selecting Windows): Clarify save-selected-window.
7539 (Cyclic Window Ordering): Clarify walk-windows.
7540 (Window Point): Clarify.
7541 (Window Start): Add comment to example.
7542 (Resizing Windows): Add `interactive' specs in examples.
7543 Document fit-window-to-buffer.
7544
7545 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7546 (Undo, Maintaining Undo): Clarify last change.
7547 (Sorting): In sort-numeric-fields, explain about octal and hex.
7548 Mention sort-numeric-base.
7549 (Format Properties): Add xref for hard newlines.
7550
7551 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7552 (Pop-Up Menus): Fix typo.
7553 (Color Names): Explain all types of color names.
7554 Explain color-values on B&W terminal.
7555 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7556
7557 * files.texi (File Locks): Not supported on MS systems.
7558 (Testing Accessibility): Clarify.
7559
7560 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7561 (Coverage Testing): Fix typo.
7562
7563 * commands.texi (Misc Events): Remove stray space.
7564
7565 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7566 (Modification Time): Clarify when visited-file-modtime returns 0.
7567 (The Buffer List): Clarify bury-buffer.
7568 (Killing Buffers): Clarify.
7569 (Indirect Buffers): Add clone-indirect-buffer.
7570
75712005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7572
7573 * edebug.texi (Printing in Edebug): Fix default value of
7574 edebug-print-circle.
7575 (Coverage Testing): Fix displayed frequency count data.
7576
75772005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7578
7579 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7580
75812005-02-02 Kim F. Storm <storm@cua.dk>
7582
7583 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7584
75852005-01-29 Eli Zaretskii <eliz@gnu.org>
7586
7587 * commands.texi (Misc Events): Describe the help-echo event.
7588
7589 * text.texi (Special Properties) <help-echo>: Use `pos'
7590 consistently in description of the help-echo property.
7591 Use @code{nil} instead of @var{nil}.
7592
7593 * display.texi (Overlay Properties): Fix the index entry for
7594 help-echo overlay property.
7595
7596 * customize.texi (Type Keywords): Uncomment the xref to the
7597 help-echo property documentation.
7598
75992005-01-23 Kim F. Storm <storm@cua.dk>
7600
7601 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7602 return value. Third element FULLY replaced by PARTIAL which
7603 specifies number of invisible pixels if row is only partially visible.
7604 (Textual Scrolling): Mention auto-window-vscroll.
7605 (Vertical Scrolling): New defvar auto-window-vscroll.
7606
76072005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7610 command remapping.
7611
76122005-01-15 Richard M. Stallman <rms@gnu.org>
7613
7614 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7615
76162005-01-14 Kim F. Storm <storm@cua.dk>
7617
7618 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7619
7620 * text.texi (Links and Mouse-1): Fix string and vector item.
7621
76222005-01-13 Richard M. Stallman <rms@gnu.org>
7623
7624 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7625 descriptions of overriding-local-map and overriding-terminal-local-map.
7626
7627 * text.texi (Links and Mouse-1): Clarify text.
7628
76292005-01-13 Kim F. Storm <storm@cua.dk>
7630
7631 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7632
76332005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7634
7635 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7636
76372005-01-12 Kim F. Storm <storm@cua.dk>
7638
7639 * text.texi (Links and Mouse-1): Rename section from Enabling
7640 Mouse-1 to Following Links. Change xrefs.
7641 Add examples for define-button-type and define-widget.
7642
7643 * display.texi (Button Properties, Button Buffer Commands):
7644 Clarify mouse-1 and follow-link functionality.
7645
76462005-01-12 Richard M. Stallman <rms@gnu.org>
7647
7648 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7649
7650 * display.texi (Beeping): Fix Texinfo usage.
7651
7652 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7653
76542005-01-11 Kim F. Storm <storm@cua.dk>
7655
7656 * display.texi (Button Properties, Button Buffer Commands):
7657 Mention mouse-1 binding. Add follow-link keyword.
7658
7659 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7660 (Enabling Mouse-1 to Follow Links): New subsection.
7661
76622005-01-06 Richard M. Stallman <rms@gnu.org>
7663
7664 * text.texi (Special Properties): Minor change.
7665
7666 * os.texi (Timers): Clarify previous change.
7667
7668 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7669
76702005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * display.texi (Face Attributes): Correct xref to renamed node.
7673
76742005-01-01 Richard M. Stallman <rms@gnu.org>
7675
7676 * display.texi (Face Attributes): Describe hex color specs.
7677
76782004-12-31 Richard M. Stallman <rms@gnu.org>
7679
7680 * os.texi (Timers): Update previous change.
7681
76822004-12-30 Kim F. Storm <storm@cua.dk>
7683
7684 * display.texi (Line Height): Total line-height is now specified
7685 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7686 in cons cells. (nil . RATIO) is relative to actual line height.
7687 Use line-height `t' instead of `0' to get minimum height.
7688
76892004-12-29 Richard M. Stallman <rms@gnu.org>
7690
7691 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7692
76932004-12-28 Richard M. Stallman <rms@gnu.org>
7694
7695 * commands.texi (Quitting): Clarify value of with-local-quit.
7696
7697 * elisp.texi (Top): Fix previous change.
7698
7699 * loading.texi (Loading): Fix previous change.
7700
77012004-12-27 Richard M. Stallman <rms@gnu.org>
7702
7703 * Makefile.in (MAKEINFO): Specify --force.
7704
7705 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7706
7707 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7708
7709 * display.texi (Line Height): Further clarify.
7710
7711 * elisp.texi (Top): Update Loading submenu.
7712
7713 * loading.texi (Where Defined): New node.
7714 (Unloading): load-history moved to Where Defined.
7715
77162004-12-21 Richard M. Stallman <rms@gnu.org>
7717
7718 * commands.texi (Event Input Misc): Add while-no-input.
7719
77202004-12-11 Richard M. Stallman <rms@gnu.org>
7721
7722 * display.texi (Line Height): Rewrite text for clarity.
7723
77242004-12-11 Kim F. Storm <storm@cua.dk>
7725
7726 * display.texi (Display): Add node "Line Height" to menu.
7727 (Line Height): New node. Move full description of line-spacing
7728 and line-height text properties here from text.texi.
7729 (Scroll Bars): Add vertical-scroll-bar variable.
7730
7731 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7732
7733 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7734 line-spacing and vertical-scroll-bar.
7735
7736 * text.texi (Special Properties): Just mention line-spacing and
7737 line-height here, add xref to new "Line Height" node.
7738
77392004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7740
7741 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7742
7743 * locals.texi (Standard Buffer-Local Variables):
7744 Add @xref for `line-spacing'.
7745
77462004-12-05 Richard M. Stallman <rms@gnu.org>
7747
7748 * Makefile.in (maintainer-clean): Remove the info files
7749 in $(infodir) where they are created.
7750
77512004-12-03 Richard M. Stallman <rms@gnu.org>
7752
7753 * windows.texi (Selecting Windows): get-lru-window and
7754 get-largest-window don't consider dedicated windows.
7755
7756 * text.texi (Undo): Document undo-in-progress.
7757
77582004-11-26 Richard M. Stallman <rms@gnu.org>
7759
7760 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7761 Remove a few vars that are not always buffer-local.
7762
77632004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7764
7765 * locals.texi (Standard Buffer-Local Variables): Comment out
7766 xref's to non-existent node `Yet to be written'.
7767
77682004-11-24 Richard M. Stallman <rms@gnu.org>
7769
7770 * processes.texi (Synchronous Processes): Grammar fix.
7771
7772 * numbers.texi (Comparison of Numbers): Add eql.
7773
7774 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7775
7776 * intro.texi (Printing Notation): Fix previous change.
7777
7778 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7779 and default-indicate-buffer-boundaries from here.
7780 (Usual Display): To here.
7781 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7782 (Usual Display): Move tab-width up.
7783
5dcb4c4e
SM
7784 * customize.texi (Variable Definitions):
7785 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7786 (Simple Types, Composite Types, Defining New Types):
7787 Minor cleanups.
7788
77892004-11-21 Jesper Harder <harder@ifa.au.dk>
7790
7791 * processes.texi (Synchronous Processes, Output from Processes):
7792 Markup fix.
7793
77942004-11-20 Richard M. Stallman <rms@gnu.org>
7795
7796 * positions.texi (Skipping Characters): skip-chars-forward
7797 now handles char classes.
7798
7799 * intro.texi (Printing Notation): Avoid confusion of `print'
7800 when explaining @print.
7801
7802 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7803
7804 * display.texi (Display Table Format): Minor fix.
7805
7806 * streams.texi (Output Functions): Fix print example.
7807
7808 * Makefile.in (elisp): New target.
7809 (dist): Depend on $(infodir)/elisp, not elisp.
7810 Copy the info files from $(infodir).
7811
7812 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7813 read-from-minibuffer.
7814
7815 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7816
78172004-11-19 Richard M. Stallman <rms@gnu.org>
7818
7819 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7820
78212004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7822
7823 * tips.texi (Coding Conventions): Fix typo.
7824
78252004-11-16 Richard M. Stallman <rms@gnu.org>
7826
7827 * tips.texi (Coding Conventions): Separate defvar and require
7828 methods to avoid warnings. Use require only when there are many
7829 functions and variables from that package.
7830
7831 * minibuf.texi (Minibuffer Completion): When ignoring case,
7832 predicate must not be case-sensitive.
7833
7834 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7835 (Test Coverage): Don't talk about "splotches". Clarified.
7836
78372004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7838
7839 * frames.texi (Window Frame Parameters): Fix typo.
7840
78412004-11-15 Kim F. Storm <storm@cua.dk>
7842
7843 * symbols.texi (Other Plists): Note that plist-get may signal error.
7844 Add safe-plist-get.
7845
78462004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7847
7848 * modes.texi (Font Lock Basics): Fix typo.
7849
78502004-11-08 Richard M. Stallman <rms@gnu.org>
7851
7852 * syntax.texi (Syntax Table Functions): Add syntax-after.
7853
78542004-11-06 Lars Brinkhoff <lars@nocrew.org>
7855
7856 * os.texi (Processor Run Time): New section documenting
7857 get-internal-run-time.
7858
78592004-11-06 Eli Zaretskii <eliz@gnu.org>
7860
7861 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7862 it nukes elisp-cover.texi.
7863 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7864 elisp-0 etc.
7865
78662004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7867
7868 * commands.texi (Keyboard Macros): Document `append' return value
7869 of `defining-kbd-macro'.
7870
78712004-11-01 Richard M. Stallman <rms@gnu.org>
7872
7873 * commands.texi (Interactive Call): Add called-interactively-p.
7874
78752004-10-29 Simon Josefsson <jas@extundo.com>
7876
7877 * minibuf.texi (Reading a Password): Revert.
7878
78792004-10-28 Richard M. Stallman <rms@gnu.org>
7880
7881 * frames.texi (Display Feature Testing): Explain about "vendor".
7882
78832004-10-27 Richard M. Stallman <rms@gnu.org>
7884
7885 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7886 not raw. Clarify `n'.
7887 (Interactive Call): Rewrite interactive-p, focusing on when
7888 and how to use it.
7889 (Misc Events): Clarify previous change.
7890
7891 * advice.texi (Simple Advice): Clarify what job the example does.
7892 (Around-Advice): Clarify ad-do-it.
7893 (Activation of Advice): An option of ad-default-compilation-action
7894 is `never', not `nil'.
7895
78962004-10-26 Kim F. Storm <storm@cua.dk>
7897
7898 * commands.texi (Interactive Codes): Add U code letter.
7899
79002004-10-25 Simon Josefsson <jas@extundo.com>
7901
7902 * minibuf.texi (Reading a Password): Add.
7903
79042004-10-24 Jason Rumney <jasonr@gnu.org>
7905
7906 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7907 and wheel-down.
7908
79092004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7910
7911 * processes.texi (Synchronous Processes): Document process-file.
7912
79132004-10-22 Kenichi Handa <handa@m17n.org>
7914
7915 * text.texi (translate-region): Document that it accepts also a
7916 char-table.
7917
79182004-10-22 David Ponce <david@dponce.com>
7919
7920 * windows.texi (Resizing Windows): Document the `preserve-before'
7921 argument of the functions `enlarge-window' and `shrink-window'.
7922
79232004-10-19 Jason Rumney <jasonr@gnu.org>
7924
7925 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7926
79272004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7928
7929 * text.texi (Filling): Add anchor for definition of
7930 `sentence-end-double-space'.
7931
7932 * searching.texi (Regexp Example): Update description of how
7933 Emacs currently recognizes the end of a sentence.
7934 (Standard Regexps): Update definition of the variable
7935 `sentence-end'. Add definition of the function `sentence-end'.
7936
79372004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7938
7939 * display.texi (Progress): New node.
7940
79412004-10-05 Kim F. Storm <storm@cua.dk>
7942
7943 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7944
79452004-09-29 Kim F. Storm <storm@cua.dk>
7946
7947 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7948 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7949 fringe bitmap symbols, as they now have their own namespace.
7950 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7951 vs. pixels. Signal error if no free bitmap slots.
7952 (Pixel Specification): Change IMAGE to @var{image}.
7953
79542004-09-28 Richard M. Stallman <rms@gnu.org>
7955
7956 * text.texi (Special Properties): Clarify line-spacing and line-height.
7957
7958 * searching.texi (Regexp Search): Add looking-back.
7959
79602004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7961
7962 * display.texi: Correct typos.
7963 (Image Descriptors): Correct xref's.
7964
79652004-09-25 Richard M. Stallman <rms@gnu.org>
7966
7967 * text.texi (Special Properties): Cleanups in `cursor'.
7968 Rewrites in `line-height' and `line-spacing'; exchange them.
7969
7970 * display.texi (Fringes): Rewrite previous change.
7971 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7972 (Display Fringe Bitmaps): Node deleted, text moved.
7973 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7974 (Scroll Bars): Clarify set-window-scroll-bars.
7975 (Pointer Shape): Rewrite.
7976 (Specified Space): Clarify :align-to, etc.
7977 (Pixel Specification): Use @var. Clarify new text.
7978 (Other Display Specs): Clarify `slice'.
7979 (Image Descriptors): Cleanups.
7980 (Showing Images): Cleanups.
7981
79822004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7983
7984 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7985
7986 * modes.texi: Various minor changes in addition to:
7987 (Major Mode Conventions): Final call to `run-mode-hooks' should
7988 not be inside the `delay-mode-hooks' form.
7989 (Mode Hooks): New node.
7990 (Hooks): Delete obsolete example.
7991 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7992 node "Mode Hooks".
7993
79942004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7995
7996 * display.texi: Correct various typos.
7997 (Display): Rename node "Pointer Shapes" to "Pointer
7998 Shape". (There is already a node called "Pointer Shapes" in
7999 frames.texi.)
8000 (Images): Remove non-existent node "Image Slices" from menu.
8001
80022004-09-23 Kim F. Storm <storm@cua.dk>
8003
8004 * text.texi (Special Properties): Add `cursor', `pointer',
8005 `line-height', and `line-spacing' properties.
8006
8007 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8008 Shapes' to menu.
8009 (Standard Faces): Doc fix for fringe face.
8010 (Fringes): Add `overflow-newline-into-fringe' and
8011 'indicate-buffer-boundaries'.
8012 (Fringe Bitmaps, Pointer Shapes): New nodes.
8013 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8014 Bitmaps' to menu.
8015 (Specified Space): Describe pixel width and height.
8016 (Pixel Specification): New node.
8017 (Other Display Specs): Add `slice' property.
8018 (Display Fringe Bitmaps): New node.
8019 (Images): Add 'Image Slices' to menu.
8020 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8021 (Showing Images): Add slice arg to `insert-image'.
8022 Add 'insert-sliced-image'.
b8d4c8d0
GM
8023
80242004-09-20 Richard M. Stallman <rms@gnu.org>
8025
8026 * commands.texi (Key Sequence Input):
8027 Clarify downcasing in read-key-sequence.
8028
80292004-09-08 Juri Linkov <juri@jurta.org>
8030
8031 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8032
80332004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8034
5dcb4c4e
SM
8035 * locals.texi (Standard Buffer-Local Variables):
8036 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8037 * internals.texi (Buffer Internals): Describe new
8038 auto_save_file_format field of the buffer structure.
8039 * files.texi (Format Conversion): `auto-save-file-format' has been
8040 renamed `buffer-auto-save-file-format'.
8041
80422004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8043
8044 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8045 an integer or a marker.
8046 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8047
80482004-08-22 Richard M. Stallman <rms@gnu.org>
8049
8050 * modes.texi (Major Mode Conventions): Discuss rebinding of
8051 standard key bindings.
8052
80532004-08-18 Kim F. Storm <storm@cua.dk>
8054
8055 * processes.texi (Accepting Output): Add `just-this-one' arg to
8056 `accept-process-output'.
8057 (Output from Processes): New var `process-adaptive-read-buffering'.
8058
80592004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8060
8061 * keymaps.texi: Various changes in addition to:
8062 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8063 Give more varied examples for `kbd'.
8064 (Creating Keymaps): Char tables have slots for all characters
8065 without modifiers.
8066 (Active Keymaps): `overriding-local-map' and
8067 `overriding-terminal-local-map' also override text property and
8068 overlay keymaps.
8069 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8070 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8071 to denote a prefix of no events.
8072 `map-keymap' includes parent's bindings _recursively_.
8073 Clarify and correct description of `where-is-internal'.
8074 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8075 (Menu Example): For menus intended for use with the keyboard, the
8076 menu items should be bound to characters or real function keys.
8077
80782004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8079
8080 * objects.texi (Character Type): Reposition `@anchor' to prevent
8081 double space inside sentence in Info.
8082
8083 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8084 renamed to `disabled-command-function'.
8085 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8086 (Command Loop Info): Replace reference to it.
8087 (Disabling Commands): `disabled-command-hook' has been renamed to
8088 `disabled-command-function'.
8089
80902004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8091
8092 * os.texi (Translating Input): Only non-prefix bindings in
8093 `key-translation-map' override actual key bindings. Warn about
8094 possible indirect effect of actual key bindings on non-prefix
8095 bindings in `key-translation-map'.
8096
80972004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8098
8099 * minibuf.texi (High-Level Completion): Add anchor for definition
8100 of `read-variable'.
8101
8102 * commands.texi: Various changes in addition to:
8103 (Using Interactive): Clarify description of `interactive-form'.
8104 (Interactive Call): Mention default for KEYS argument to
8105 `call-interactively'.
8106 (Command Loop Info): Clarify description of `this-command-keys'.
8107 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8108 Value of `last-event-frame' can be `macro'.
8109 (Repeat Events): `double-click-fuzz' is also used to distinguish
8110 clicks and drags.
8111 (Classifying Events): Clarify descriptions of `event-modifiers'
8112 `event-basic-type' and `event-convert-list'.
8113 (Accessing Events): `posn-timestamp' takes POSITION argument.
8114 (Quoted Character Input): Clarify description of
8115 `read-quoted-char' and fix example.
8116 (Quitting): Add `with-local-quit'.
8117 (Disabling Commands): Correct and clarify descriptions of
8118 `enable-command' and `disable-command'.
8119 Mention what happens if `disabled-command-hook' is nil.
8120 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8121 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8122
81232004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8124
8125 * frames.texi: Various changes in addition to:
8126 (Creating Frames): Expand and clarify description of `make-frame'.
8127 (Window Frame Parameters): Either none or both of the `icon-left'
8128 and `icon-top' parameters must be specified. Put descriptions of
8129 `menu-bar-lines' and `toolbar-lines' closer together and change
8130 them accordingly.
8131 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8132 except while processing `frame-title-format' or `icon-title-format'.
8133 (Deleting Frames): Correct description of `delete-frame'.
8134 Non-nil return values of `frame-live-p' are like those of `framep'.
8135 (Frames and Windows): Mention return value of
8136 `set-frame-selected-window'.
8137 (Visibility of Frames): Mention `force' argument to
8138 `make-frame-invisible'. `frame-visible-p' returns t for all
8139 frames on text-only terminals.
8140 (Frame Configurations): Restoring a frame configuration does not
8141 restore deleted frames.
8142 (Window System Selections): `x-set-selection' returns DATA.
8143 (Resources): Add example.
8144 (Display Feature Testing): Clarify descriptions of
8145 `display-pixel-height', `display-pixel-width', `x-server-version'
8146 and `x-server-vendor'.
8147
8148 * windows.texi (Choosing Window): Add anchor.
8149 * minibuf.texi (Minibuffer Misc): Add anchor.
8150
81512004-07-23 John Paul Wallington <jpw@gnu.org>
8152
8153 * macros.texi (Defining Macros): Declaration keyword for setting
8154 Edebug spec is `debug' not `edebug'.
8155
81562004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8157
8158 * windows.texi: Various small changes in addition to:
8159 (Window Point): Mention return value of `set-window-point'.
8160 (Window Start): `pos-visible-in-window-p' disregards horizontal
8161 scrolling. Explain return value if PARTIALLY is non-nil.
8162 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8163 and `set-window-vscroll'.
8164 (Size of Window): The argument WINDOW to `window-inside-edges',
8165 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8166 (Resizing Windows): Explain return value of
8167 `shrink-window-if-larger-than-buffer'.
8168 `window-size-fixed' automatically becomes buffer local when set.
8169 (Window Configurations): Explain return value of
8170 `set-window-configuration'.
8171
8172 * minibuf.texi (Minibuffer Misc): Add anchor for
8173 `minibuffer-scroll-window'.
8174
8175 * positions.texi (Text Lines): Add anchor for `count-lines'.
8176
81772004-07-17 Richard M. Stallman <rms@gnu.org>
8178
8179 * display.texi (Overlay Properties): Adding `evaporate' prop
8180 deletes empty overlay immediately.
8181
8182 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8183 fix example.
8184
81852004-07-16 Jim Blandy <jimb@redhat.com>
8186
8187 * searching.texi (Regexp Backslash): Document new \_< and \_>
8188 operators.
8189
81902004-07-16 Juanma Barranquero <lektu@terra.es>
8191
8192 * display.texi (Images): Fix Texinfo usage.
8193
81942004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8195
8196 * buffers.texi (Modification Time): `visited-file-modtime' now
8197 returns a list of two integers, instead of a cons.
8198
81992004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8200
8201 * windows.texi: Various changes in addition to:
8202 (Splitting Windows): Add `split-window-keep-point'.
8203
82042004-07-09 Richard M. Stallman <rms@gnu.org>
8205
8206 * frames.texi (Input Focus): Minor fix.
8207
82082004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8209
8210 * frames.texi (Input Focus): Clarify descriptions of
8211 `select-frame-set-input-focus' and `select-frame'.
8212
82132004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8214
8215 * os.texi: Various small changes in addition to:
8216 (Killing Emacs): Expand and clarify description of
8217 `kill-emacs-query-functions' and `kill-emacs-hook'.
8218 (System Environment): Expand and clarify description of `getenv'
8219 and `setenv'.
8220 (Timers): Clarify description of `run-at-time'.
8221 (Translating Input): Correct description of
8222 `extra-keyboard-modifiers'.
8223 (Flow Control): Correct description of `enable-flow-control'.
8224
82252004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8226
8227 * os.texi: Update copyright.
8228 (Session Management): Grammar fix.
8229 Clarify which Emacs does the restarting.
8230 Use @samp for *scratch* buffer.
8231
82322004-07-04 Alan Mackenzie <acm@muc.de>
8233
8234 * frames.texi (Input Focus): Add documentation for
8235 `select-frame-set-input-focus'. Replace refs to non-existent
8236 `switch-frame' with `select-frame'. Minor corrections and tidying
8237 up of text-only terminal stuff.
8238
82392004-07-02 Richard M. Stallman <rms@gnu.org>
8240
8241 * files.texi (Saving Buffers): Cleanup write-contents-function.
8242 (Magic File Names): Cleanup file-remote-p.
8243
b344d29d 82442004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8245
8246 * files.texi (Magic File Names): `file-remote-p' returns an
8247 identifier of the remote system, not just t.
8248
82492004-07-02 David Kastrup <dak@gnu.org>
8250
8251 * searching.texi (Entire Match Data): Add explanation about new
8252 match-data behavior when @var{integers} is non-nil.
8253
82542004-06-24 Richard M. Stallman <rms@gnu.org>
8255
8256 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8257
8258 * customize.texi (Variable Definitions): Note about doc strings
8259 and :set.
8260
8261 * keymaps.texi (Keymap Terminology): Document `kbd'.
8262 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8263
8264 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8265 makes it buffer-local.
8266
8267 * files.texi (Saving Buffers): Correct previous change.
8268
8269 * commands.texi (Accessing Events):
8270 Clarify posn-col-row and posn-actual-col-row.
8271
82722004-06-24 David Ponce <david.ponce@wanadoo.fr>
8273
8274 * commands.texi (Accessing Events): New functions
8275 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8276
82772004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8278
8279 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8280 * frames.texi, buffers.texi, backups.texi, variables.texi:
8281 * loading.texi, eval.texi, functions.texi, control.texi:
8282 * symbols.texi, minibuf.texi: Reposition @anchor's.
8283
8284 * help.texi: Various small changes in addition to the following.
8285 (Describing Characters): Describe PREFIX argument to
8286 `key-description'. Correct and clarify definition of
8287 `text-char-description'. Describe NEED-VECTOR argument to
8288 `read-kbd-macro'.
8289 (Help Functions): Clarify definition of `apropos'.
8290
82912004-06-23 Lars Hansen <larsh@math.ku.dk>
8292
8293 * files.texi (Saving Buffers): Correct description of
8294 `write-contents-functions'.
8295
82962004-06-21 Juanma Barranquero <lektu@terra.es>
8297
8298 * display.texi (Images): Remove redundant @vindex directives.
8299 Rewrite `image-library-alist' doc in active voice.
8300
83012004-06-14 Juanma Barranquero <lektu@terra.es>
8302
8303 * display.texi (Images): Document new delayed library loading,
8304 variable `image-library-alist' and (existing but undocumented)
8305 function `image-type-available-p'.
8306
83072004-06-05 Richard M. Stallman <rms@gnu.org>
8308
8309 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8310 refer the user to the Initial Input node.
8311 (Text from Minibuffer): Likewise.
8312 (Initial Input): New node. Document this feature
8313 and say it is mostly deprecated.
8314
83152004-05-30 Richard M. Stallman <rms@gnu.org>
8316
8317 * loading.texi (Named Features): Clarify return value
8318 and meaning of NOERROR.
8319
8320 * variables.texi (File Local Variables): Minor cleanup.
8321
83222004-05-30 Michael Albinus <michael.albinus@gmx.de>
8323
8324 * files.texi (Magic File Names): Add `file-remote-p' as operation
8325 of file name handlers.
8326
83272004-05-29 Richard M. Stallman <rms@gnu.org>
8328
8329 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8330 as arg to a minor mode command.
8331
83322004-05-22 Richard M. Stallman <rms@gnu.org>
8333
8334 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8335
8336 * streams.texi (Output Variables): Doc float-output-format.
8337
8338 * searching.texi (Regexp Special): Nested repetition can be infloop.
8339
8340 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8341 real stack overflow.
8342
8343 * compile.texi: Minor cleanups.
8344
83452004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8346
8347 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8348 circular lists.
8349 (List Elements): Explain handling of circular and dotted lists.
8350
83512004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8352
8353 * modes.texi (Search-based Fontification): Fix typo.
8354
83552004-05-10 Juanma Barranquero <lektu@terra.es>
8356
8357 * modes.texi (Mode Line Variables): Fix description of
8358 global-mode-string, which is now after which-func-mode, not the
8359 buffer name.
8360
83612004-05-07 Lars Hansen <larsh@math.ku.dk>
8362
8363 * modes.texi (Desktop Save Mode): Add.
8364 (Modes): Add menu entry Desktop Save Mode.
8365
8366 * hooks.texi: Add desktop-after-read-hook,
8367 desktop-no-desktop-file-hook and desktop-save-hook.
8368
8369 * locals.texi: Add desktop-save-buffer.
8370
83712004-04-30 Jesper Harder <harder@ifa.au.dk>
8372
8373 * display.texi: emacs -> Emacs.
8374
83752004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8376
8377 * files.texi (Changing Files): Document set-file-times.
8378
83792004-04-23 Juanma Barranquero <lektu@terra.es>
8380
8381 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8382
83832004-04-18 Jesper Harder <harder@ifa.au.dk>
8384
8385 * tips.texi (Coding Conventions): defopt -> defcustom.
8386
83872004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8388
8389 * sequences.texi: Various clarifications.
8390
83912004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8392
8393 * buffers.texi (Read Only Buffers): Mention optional ARG to
8394 `toggle-read-only'.
8395
83962004-04-14 Nick Roberts <nick@nick.uklinux.net>
8397
8398 * windows.texi (Selecting Windows): Note that get-lru-window
8399 returns a full-width window if possible.
8400
84012004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8402
8403 * buffers.texi: Various changes in addition to:
8404 (Buffer File Name): Add `find-buffer-visiting'.
8405 (Buffer Modification): Mention optional ARG to `not-modified'.
8406 (Indirect Buffers): Mention optional CLONE argument to
8407 `make-indirect-buffer'.
8408
8409 * files.texi: Various changes in addition to:
8410 (Visiting Functions): `find-file-hook' is now a normal hook.
8411 (File Name Expansion): Explain difference between the way that
8412 `expand-file-name' and `file-truename' treat `..'.
8413 (Contents of Directories): Mention optional ID-FORMAT argument to
8414 `directory-files-and-attributes'.
8415 (Format Conversion): Mention new optional CONFIRM argument to
8416 `format-write-file'.
8417
84182004-04-12 Miles Bader <miles@gnu.org>
8419
8420 * macros.texi (Expansion): Add description of `macroexpand-all'.
8421
84222004-04-05 Jesper Harder <harder@ifa.au.dk>
8423
5dcb4c4e
SM
8424 * variables.texi (Variable Aliases):
8425 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8426
8427 * errors.texi (Standard Errors): Ditto.
8428
84292004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8430
8431 * backups.texi: Various small changes in addition to:
8432 (Making Backups): Mention return value of `backup-buffer'.
8433 (Auto-Saving): Mention optional FORCE argument to
8434 `delete-auto-save-file-if-necessary'.
8435 (Reverting): Mention optional PRESERVE-MODES argument to
8436 `revert-buffer'. Correct description of `revert-buffer-function'.
8437
84382004-03-22 Juri Linkov <juri@jurta.org>
8439
8440 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8441 with `Vector Functions'.
8442
8443 * text.texi (Sorting): Add missing quote.
8444
84452004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8446
8447 * intro.texi (Lisp History): Replace xref to `cl' manual with
8448 inforef.
8449
84502004-03-12 Richard M. Stallman <rms@gnu.org>
8451
8452 * intro.texi (Version Info): Add arg to emacs-version.
8453 (Lisp History): Change xref to CL manual.
8454
84552004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8458 for Partial Completion mode.
8459
84602004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8461
8462 * customize.texi: Fix typo. Remove eol whitespace.
8463
84642004-03-04 Richard M. Stallman <rms@gnu.org>
8465
8466 * processes.texi: Fix typos.
8467
8468 * lists.texi (Building Lists): Minor clarification.
8469
8470 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8471 in make-hash-table.
8472
84732004-02-29 Juanma Barranquero <lektu@terra.es>
8474
8475 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8476 rm, and ignore exit code.
8477
84782004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8479
8480 * display.texi (Defining Faces): Add description for min-colors.
8481 Update example.
8482
84832004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8484
8485 * abbrevs.texi: Various corrections and clarifications in addition
8486 to the following:
8487 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8488
84892004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8490
8491 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8492
84932004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8494
8495 * text.texi: Various small changes in addition to the following:
8496 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8497 to delete-horizontal-space.
8498 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8499 description of yank-handler text property at various places.
8500
8501 * frames.texi (Window System Selections): Add anchor.
8502
8503 * syntax.texi (Syntax Table Functions): Clarify and correct
8504 descriptions of make-syntax-table and copy-syntax-table.
8505 (Motion and Syntax): Clarify SYNTAXES argument to
8506 skip-syntax-forward.
8507 (Parsing Expressions): Mention that the return value of
8508 parse-partial-sexp is currently a list of ten rather than nine
8509 elements.
8510 (Categories): Various corrections and clarifications.
8511
85122004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8513
8514 * markers.texi (Marker Insertion Types): Minor change.
8515
8516 * locals.texi (Standard Buffer-Local Variables):
8517 * commands.texi (Interactive Codes, Using Interactive):
8518 * functions.texi (Related Topics): Fix xrefs.
8519
85202004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * lists.texi (Sets And Lists): Update description of delete-dups.
8523
85242004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8525
8526 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8527
c8763fb6 85282004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8529
8530 * frames.texi (Parameter Access): frame-parameters arg is optional.
8531 modify-frame-parameters handles nil for FRAME.
8532 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8533 are all-or-nothing for certain toolkits.
8534 Mention parameter wait-for-wm.
8535 (Frames and Windows): In frame-first-window and frame-selected-window
8536 the arg is optional.
8537 (Input Focus): In redirect-frame-focus the second arg is optional.
8538 (Window System Selections): Mention selection type CLIPBOARD.
8539 Mention data-type UTF8_STRING.
8540 Mention numbering of cut buffers.
8541 (Resources): Describe x-resource-name.
8542
85432004-02-16 Richard M. Stallman <rms@gnu.org>
8544
8545 * windows.texi (Buffers and Windows): Delete false table
8546 about all-frames.
8547
8548 * syntax.texi (Parsing Expressions): Delete old caveat
8549 about parse-sexp-ignore-comments.
8550
8551 * streams.texi (Output Variables): Add print-quoted.
8552
8553 * lists.texi (Building Lists): Minor cleanup.
8554
8555 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8556
8557 * display.texi (Overlays): Explain overlays use markers.
8558 (Managing Overlays): Explain front-advance and rear-advance
8559 in more detail.
8560
8561 * loading.texi (Unloading): Document unload-feature-special-hooks.
8562 Get rid of fns-NNN.el file.
8563
85642004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8565
8566 * help.texi (Describing Characters): Fix text-char-description
8567 example output.
8568
8569 * edebug.texi (Using Edebug): Fix example.
8570
8571 * debugging.texi (Internals of Debugger): Fix return value.
8572
8573 * files.texi (Changing Files): Fix argname.
8574
8575 * calendar.texi: Fix parens, and default values.
8576
8577 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8578 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8579 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8580
8581 * positions.texi (Text Lines): Don't add -1 in current-line.
8582
85832004-02-16 Richard M. Stallman <rms@gnu.org>
8584
8585 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8586
85872004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8588
8589 * processes.texi (Low-Level Network): Fix a typo.
8590
85912004-02-12 Kim F. Storm <storm@cua.dk>
8592
8593 * display.texi (Fringes): Use consistent wording.
8594 Note that window-fringe's window arg is optional.
8595 (Scroll Bars): Use consistent wording.
8596
85972004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8598
8599 * tips.texi (Comment Tips): Document the new conventions for
8600 commenting out code.
8601
c8763fb6 86022004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8603
5dcb4c4e 8604 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8605
86062004-02-07 Kim F. Storm <storm@cua.dk>
8607
8608 * positions.texi (Text Lines): Add line-number-at-pos.
8609
86102004-02-06 John Paul Wallington <jpw@gnu.org>
8611
8612 * display.texi (Button Properties, Button Buffer Commands):
8613 mouse-2 invokes button, not down-mouse-1.
8614
86152004-02-04 Jason Rumney <jasonr@gnu.org>
8616
8617 * makefile.w32-in: Sync with Makefile.in changes.
8618
86192004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * minibuf.texi (Text from Minibuffer): Various corrections and
8622 clarifications.
8623 (Object from Minibuffer): Correct Lisp description of
8624 read-minibuffer.
8625 (Minibuffer History): Clarify description of cons values for
8626 HISTORY arguments.
5dcb4c4e
SM
8627 (Basic Completion): Various corrections and clarifications.
8628 Add completion-regexp-list.
b8d4c8d0
GM
8629 (Minibuffer Completion): Correct and clarify description of
8630 completing-read.
5dcb4c4e
SM
8631 (Completion Commands): Mention Partial Completion mode.
8632 Various other minor changes.
b8d4c8d0
GM
8633 (High-Level Completion): Various corrections and clarifications.
8634 (Reading File Names): Ditto.
8635 (Minibuffer Misc): Ditto.
8636
86372004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8638
8639 * strings.texi (Text Comparison): assoc-string also matches
8640 elements of alists that are strings instead of conses.
8641 (Formatting Strings): Standardize Texinfo usage. Update index
8642 entries.
8643
86442004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8645
8646 * lists.texi (Sets And Lists): Add delete-dups.
8647
86482004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8649
8650 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8651 special form.
8652 * macros.texi (Defining Macros): Update description of `declare',
8653 which now is a macro.
8654 (Wrong Time): Fix typos.
8655
86562004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8657
8658 * compile.texi (Compilation Functions): Expand descriptions of
8659 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8660 and `batch-byte-compile'. In particular, mention and describe
8661 all optional arguments.
8662 (Disassembly): Correct and clarify the description of `disassemble'.
8663
86642004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8665
8666 * searching.texi: Various small changes in addition to the
8667 following.
8668 (Regexp Example): Adapt to new value of `sentence-end'.
8669 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8670 `words'.
8671 (Search and Replace): Add usage note for `perform-replace'.
8672 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8673 `match-data'.
8674 (Standard Regexps): Update for new values of `paragraph-start'
8675 and `sentence-end'.
8676
86772004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8678
8679 * files.texi (Saving Buffers): Clarify descriptions of
8680 `write-contents-functions' and `before-save-hook'.
8681 Make the defvar's for `before-save-hook' and `after-save-hook'
8682 into defopt's.
8683
86842004-01-07 Kim F. Storm <storm@cua.dk>
8685
8686 * commands.texi (Click Events): Describe new image and
8687 width/height elements of click events.
8688 (Accessing Events): Add posn-string, posn-image, and
8689 posn-object-width-height. Change posn-object to return either
8690 image or string object.
8691
86922004-01-01 Simon Josefsson <jas@extundo.com>
8693
8694 * hooks.texi (Standard Hooks): Add before-save-hook.
8695 * files.texi (Saving Buffers): Likewise.
8696
86972004-01-03 Richard M. Stallman <rms@gnu.org>
8698
8699 * frames.texi (Frames and Windows): Delete frame-root-window.
8700
87012004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8702
8703 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8704
8705 * functions.texi: Various small changes in addition to the
8706 following.
5dcb4c4e
SM
8707 (What Is a Function): `functionp' returns nil for macros.
8708 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8709 (Function Documentation): Add `\' in front of (fn @var{arglist})
8710 and explain why.
8711 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8712 Add anchor.
8713 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8714
87152004-01-01 Miles Bader <miles@gnu.org>
8716
8717 * display.texi (Buttons): New section.
8718
87192003-12-31 Andreas Schwab <schwab@suse.de>
8720
8721 * numbers.texi (Math Functions): sqrt reports a domain-error
8722 error.
8723 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8724
87252003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8726
8727 * tips.texi (Documentation Tips): Update item on hyperlinks in
8728 documentation strings.
8729
8730 * errors.texi (Standard Errors): Various small corrections and
8731 additions.
8732
8733 * control.texi: Various small changes in addition to the
8734 following.
8735 (Signaling Errors): Provide some more details on how `signal'
8736 constructs the error message. Add anchor to the definition of
8737 `signal'.
8738 (Error Symbols): Describe special treatment of `quit'.
8739 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8740 to emphasize that it has to be a single form.
8741
8742 * buffers.texi: Add anchor.
8743
87442003-12-29 Richard M. Stallman <rms@gnu.org>
8745
8746 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8747 (Window Configurations): Add window-configuration-frame.
8748
8749 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8750
8751 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8752 Change arg name in get-char-property.
8753 (Special Properties): Update handling of keymap property.
8754
8755 * strings.texi (Modifying Strings): Add clear-string.
8756 (Text Comparison): Add assoc-string and remove
8757 assoc-ignore-case, assoc-ignore-representation.
8758
8759 * os.texi (Time of Day): Add set-time-zone-rule.
8760
8761 * numbers.texi (Math Functions): asin, acos, log, log10
8762 report domain-error errors.
8763
8764 * nonascii.texi (Converting Representations):
8765 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8766 (Encoding and I/O): Add file-name-coding-system.
8767
8768 * modes.texi (Search-based Fontification): Explain that
8769 face specs are symbols with face names as values.
8770
8771 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8772
8773 * lists.texi (Building Lists): remq moved elsewhere.
8774 (Sets And Lists): remq moved here.
8775 (Association Lists): Refer to assoc-string.
8776
8777 * internals.texi (Garbage Collection): Add memory-use-counts.
8778
8779 * frames.texi (Frames and Windows): Add set-frame-selected-window
8780 and frame-root-window.
8781
8782 * files.texi (Contents of Directories):
8783 Add directory-files-and-attributes.
8784
8785 * display.texi (Refresh Screen): Add force-window-update.
8786 (Invisible Text): Explain about moving point out of invis text.
8787 (Overlay Properties): Add overlay-properties.
8788 (Managing Overlays): Add overlayp.
8789 (GIF Images): Invalid image number displays a hollow box.
8790
8791 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8792 (Killing Buffers): Add buffer-live-p.
8793
87942003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8795
8796 * display.texi (Fringes): Fix typo "set-buffer-window".
8797
87982003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8799
8800 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8801 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8802 Add or change various xrefs and anchors.
8803
8804 * commands.texi: Replace all occurrences of @acronym{CAR} with
8805 @sc{car}, for consistency with the rest of the Elisp manual.
8806 `car' and `cdr' are historically acronyms, but are no longer
8807 widely thought of as such.
8808
8809 * internals.texi (Pure Storage): Mention that `purecopy' does not
8810 copy text properties.
8811 (Object Internals): Now 29 bits are used (in most implementations)
8812 to address Lisp objects.
8813
8814 * variables.texi (Variables with Restricted Values): New node.
8815
8816 * objects.texi (Lisp Data Types): Mention that certain variables
8817 can only take on a restricted set of values and add an xref to
8818 the new node "Variables with Restricted Values".
8819
8820 * eval.texi (Function Indirection): Describe the errors that
8821 `indirect-function' can signal.
8822 (Eval): Clarify the descriptions of `eval-region' and `values'.
8823 Describe `eval-buffer' instead of `eval-current-buffer' and
8824 mention `eval-current-buffer' as an alias for `current-buffer'.
8825 Correct the description and mention all optional arguments.
8826
8827 * nonascii.texi: Various small changes in addition to the
8828 following.
8829 (Converting Representations): Clarify behavior of
8830 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8831 ASCII arguments.
8832 (Character Sets): Document the variable `charset-list' and adapt
8833 the definition of the function `charset-list' accordingly.
8834 (Translation of Characters): Clarify use of generic characters in
8835 `make-translation-table'. Clarify and correct the description of
8836 the use of translation tables in encoding and decoding.
8837 (User-Chosen Coding Systems): Correct and clarify the description
8838 of `select-safe-coding-system'.
8839 (Default Coding Systems): Clarify description of
8840 `file-coding-system-alist'.
8841
88422003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8843
8844 * strings.texi (Text Comparison): Correctly describe when two
8845 strings are `equal'. Combine and clarify descriptions of
8846 `assoc-ignore-case' and `assoc-ignore-representation'.
8847
8848 * objects.texi (Non-ASCII in Strings): Clarify description of
8849 when a string is unibyte or multibyte.
8850 (Bool-Vector Type): Update examples.
8851 (Equality Predicates): Correctly describe when two strings are
8852 `equal'.
8853
88542003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * lists.texi (Building Lists): `append' no longer accepts integer
8857 arguments. Update the description of `number-sequence' to reflect
8858 recent changes.
8859 (Sets And Lists): Describe `member-ignore-case' after `member'.
8860
88612003-11-27 Kim F. Storm <storm@cua.dk>
8862
8863 * commands.texi (Click Events): Click object may be an images.
8864 Describe (dx . dy) element of click positions.
8865 (Accessing Events): Remove duplicate posn-timestamp.
8866 New functions posn-object and posn-object-x-y.
8867
88682003-11-23 Kim F. Storm <storm@cua.dk>
8869
8870 * commands.texi (Click Events): Describe enhancements to event
8871 position lists, including new text-pos and (col . row) items.
8872 Mention left-fringe and right-fringe area events.
8873 (Accessing Events): New functions posn-area and
8874 posn-actual-col-row. Mention posn-timestamp. Mention that
8875 posn-point in non-text area still returns buffer position.
8876 Clarify posn-col-row.
8877
88782003-11-21 Lars Hansen <larsh@math.ku.dk>
8879
8880 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8881 * anti.texi (File Attributes): Describe removed parameter
8882 ID-FORMAT.
8883
88842003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * positions.texi (Positions): Mention that, if a marker is used as
8887 a position, its buffer is ignored.
8888
8889 * markers.texi (Overview of Markers): Mention it here too.
8890
88912003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8892
8893 * numbers.texi (Numeric Conversions): Not just `floor', but also
8894 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8895
88962003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8897
8898 * markers.texi (Creating Markers): Specify insertion type of
8899 created markers. Add xref to `Marker Insertion Types'.
8900 Second argument to `copy-marker' is optional.
8901 (Marker Insertion Types): Mention that most markers are created
8902 with insertion type nil.
8903 (The Mark): Correctly describe when `mark' signals an error.
8904 (The Region): Correctly describe when `region-beginning' and
8905 `region-end' signal an error.
8906
89072003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8908
8909 * hash.texi (Creating Hash): Clarify description of `eql'.
8910 `makehash' is obsolete.
8911 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8912
8913 * positions.texi (Point): Change description of `buffer-end', so
8914 that it is also correct for floating point arguments.
8915 (List Motion): Correct argument lists of `beginning-of-defun' and
8916 `end-of-defun'.
8917 (Excursions): Add xref to `Marker Insertion Types'.
8918 (Narrowing): Argument to `narrow-to-page' is optional.
8919
89202003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8921
8922 * streams.texi (Output Streams): Clarify behavior of point for
8923 marker output streams.
8924
89252003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8926
8927 * variables.texi (Defining Variables): Second argument to
8928 `defconst' is not optional.
8929 (Setting Variables): Mention optional argument APPEND to
8930 `add-to-list'.
8931 (Creating Buffer-Local): Expand description of
8932 `make-variable-buffer-local'.
8933 (Frame-Local Variables): Expand description of
8934 `make-variable-frame-local'.
8935 (Variable Aliases): Correct description of optional argument
8936 DOCSTRING to `defvaralias'. Mention return value of
8937 `defvaralias'.
8938 (File Local Variables): Add xref to `File variables' in Emacs
8939 Manual. Correct description of `hack-local-variables'. Mention
8940 `safe-local-variable' property. Mention optional second argument
8941 to `risky-local-variable-p'.
8942
89432003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8944
8945 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8946
89472003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8948
8949 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8950 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8951 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8952 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8953 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8954 lispref/processes.texi, lispref/searching.texi,
8955 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8956 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8957 @acronym{FOO}.
8958
89592003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8960
8961 * strings.texi (Creating Strings): Argument START to `substring'
8962 can not be `nil'. Expand description of
8963 `substring-no-properties'. Correct description of `split-string',
8964 especially with respect to empty matches. Prevent very bad line
8965 break in definition of `split-string-default-separators'.
8966 (Text Comparison): `string=' and `string<' also accept symbols as
8967 arguments.
8968 (String Conversion): More completely describe argument BASE in
8969 `string-to-number'.
8970 (Formatting Strings): `%s' and `%S' in `format' do require
8971 corresponding object. Clarify behavior of numeric prefix after
8972 `%' in `format'.
8973 (Case Conversion): The argument to `upcase-initials' can be a
8974 character.
8975
89762003-10-27 Kenichi Handa <handa@m17n.org>
8977
8978 * display.texi (Fontsets): Fix texinfo usage.
8979
89802003-10-25 Kenichi Handa <handa@m17n.org>
8981
8982 * display.texi (Fontsets): Add description of the function
8983 set-fontset-font.
8984
89852003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8986
8987 * display.texi (Temporary Displays): Add xref to `Documentation
8988 Tips'.
8989
8990 * functions.texi (Function Safety): Use inforef instead of pxref
8991 for SES.
8992
89932003-10-23 Andreas Schwab <schwab@suse.de>
8994
8995 * Makefile.in (TEX, texinputdir): Don't define.
8996 (TEXI2DVI): Define.
8997 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8998 add $(srcdir)/index.texi.
8999 ($(infodir)/elisp): Remove index.texi dependency.
9000 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9001 (index.texi): Remove target.
9002 (dist): Don't link $(srcdir)/permute-index.
9003 (clean): Don't remove index.texi.
9004
9005 * permute-index, index.perm: Remove.
9006 * index.texi: Rename from index.unperm.
9007
90082003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9009
9010 * tips.texi (Documentation Tips): Document new behavior for face
9011 and variable hyperlinks in Help mode.
9012
90132003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9014
9015 * objects.texi (Integer Type): Update for extra bit of integer range.
9016 (Character Type): Ditto.
9017
90182003-10-16 Eli Zaretskii <eliz@gnu.org>
9019
9020 * numbers.texi (Integer Basics): Add index entries for reading
9021 numbers in hex, octal, and binary.
9022
90232003-10-16 Lute Kamstra <lute@gnu.org>
9024
9025 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9026 argument.
9027
90282003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9029
9030 * windows.texi (Choosing Window): Fix typo.
9031 * edebug.texi (Edebug Execution Modes): Fix typo.
9032
90332003-10-13 Richard M. Stallman <rms@gnu.org>
9034
9035 * windows.texi (Basic Windows): A window has fringe settings,
9036 display margins and scroll-bar settings.
9037 (Splitting Windows): Doc split-window return value.
9038 Clean up one-window-p.
9039 (Selecting Windows): Fix typo.
9040 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9041 (Buffers and Windows): In set-window-buffer, explain effect
9042 on fringe settings and scroll bar settings.
9043 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9044 (Choosing Window): Use defopt for pop-up-frame-function.
9045 For special-display-buffer-names, explain same-window and same-frame.
9046 Clarify window-dedicated-p return value.
9047 (Textual Scrolling): scroll-up and scroll-down can get an error.
9048 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9049 Clarify set-window-hscroll.
9050 (Size of Window): Don't mention tool bar in window-height.
9051 (Coordinates and Windows): Explain what coordinates-in-window-p
9052 returns for fringes and display margins.
9053 (Window Configurations): Explain saving fringes, etc.
9054
9055 * tips.texi (Library Headers): Clean up Documentation.
9056
9057 * syntax.texi (Parsing Expressions): Clean up forward-comment
9058 and parse-sexp-lookup-properties.
9059
9060 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9061
9062 * os.texi (System Environment): Clean up text for load-average errors.
9063
9064 * modes.texi (Hooks): Don't explain local hook details at front.
9065 Clarify run-hooks and run-hook-with-args a little.
9066 Clean up add-hook and remove-hook.
9067
9068 * edebug.texi (Edebug Execution Modes): Clarify t.
9069 Document edebug-sit-for-seconds.
9070 (Coverage Testing): Document C-x X = and =.
9071 (Instrumenting Macro Calls): Fix typo.
9072 (Specification List): Don't index the specification keywords.
9073
90742003-10-10 Kim F. Storm <storm@cua.dk>
9075
9076 * processes.texi (Network): Introduce make-network-process.
9077
90782003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * tips.texi (Library Headers): Fix typo.
9081
90822003-10-07 Juri Linkov <juri@jurta.org>
9083
9084 * modes.texi (Imenu): Mention imenu-create-index-function's
9085 default value. Explain submenus better.
9086
90872003-10-07 Lute Kamstra <lute@gnu.org>
9088
9089 * modes.texi (Faces for Font Lock): Fix typo.
9090 (Hooks): Explain how buffer-local hook variables can refer to
9091 global hook variables.
9092 Various minor clarifications.
9093
90942003-10-06 Lute Kamstra <lute@gnu.org>
9095
9096 * tips.texi (Coding Conventions): Mention naming conventions for
9097 hooks.
9098
90992003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9100
9101 * loading.texi (Library Search): Correct default value of
9102 load-suffixes.
9103 (Named Features): Fix typo.
9104
91052003-10-05 Richard M. Stallman <rms@gnu.org>
9106
9107 * loading.texi (Named Features): In `provide',
9108 say how to test for subfeatures.
9109 (Unloading): In unload-feature, use new var name
9110 unload-feature-special-hooks.
9111
91122003-10-03 Lute Kamstra <lute@gnu.org>
9113
9114 * modes.texi (Major Mode Conventions): Mention third way to set up
9115 Imenu.
9116 (Imenu): A number of small fixes.
9117 Delete documentation of internal variable imenu--index-alist.
9118 Document the return value format of imenu-create-index-function
9119 functions.
9120
91212003-09-30 Richard M. Stallman <rms@gnu.org>
9122
9123 * processes.texi (Network): Say what stopped datagram connections do.
9124
9125 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9126
9127 * display.texi (Overlay Properties): Clarify `evaporate' property.
9128
91292003-09-29 Lute Kamstra <lute@gnu.org>
9130
9131 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9132 constructs should be marked as risky.
9133 Change cons cell into proper list.
9134 (Mode Line Variables): Change cons cell into proper list.
9135
91362003-09-26 Lute Kamstra <lute@gnu.org>
9137
9138 * modes.texi (Mode Line Data): Document the :propertize construct.
9139 (Mode Line Variables): Reorder the descriptions of the variables
9140 to match their order in the default mode-line-format.
9141 Describe the new variables mode-line-position and mode-line-modes.
9142 Update the default values of mode-line-frame-identification,
9143 minor-mode-alist, and default-mode-line-format.
9144 (Properties in Mode): Mention the :propertize construct.
9145
91462003-09-26 Richard M. Stallman <rms@gnu.org>
9147
9148 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9149 * loading.texi, minibuf.texi, text.texi, variables.texi:
9150 Avoid @strong{Note:}.
9151
91522003-09-26 Richard M. Stallman <rms@gnu.org>
9153
9154 * keymaps.texi (Remapping Commands): Fix typo.
9155
91562003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9157
9158 * processes.texi (Low-Level Network): Fix typo.
9159
91602003-09-23 Kim F. Storm <storm@cua.dk>
9161
9162 * processes.texi (Network, Network Servers): Fix typos.
9163 (Low-Level Network): Add timeout value for :server keyword.
9164 Add new option keywords to make-network-process.
9165 Add set-network-process-options.
9166 Explain how to test availability of network options.
9167
91682003-09-19 Richard M. Stallman <rms@gnu.org>
9169
9170 * text.texi (Motion by Indent): Arg to
9171 backward-to-indentation and forward-to-indentation is optional.
9172
9173 * strings.texi (Creating Strings): Add substring-no-properties.
9174
9175 * processes.texi
9176 (Process Information): Add list-processes arg QUERY-ONLY.
9177 Delete process-contact from here.
9178 Add new status values for process-status.
9179 Add process-get, process-put, process-plist, set-process-plist.
9180 (Synchronous Processes): Add call-process-shell-command.
9181 (Signals to Processes): signal-process allows process objects.
9182 (Network): Complete rewrite.
9183 (Network Servers, Datagrams, Low-Level Network): New nodes.
9184
9185 * positions.texi (Word Motion): forward-word, backward-word
9186 arg is optional. Reword.
9187
9188 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9189
9190 * variables.texi (Creating Buffer-Local):
9191 Delete duplicate definition of buffer-local-value.
9192 (File Local Variables): Explain about discarding text props.
9193
91942003-09-11 Richard M. Stallman <rms@gnu.org>
9195
9196 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9197 changes variables that record input events.
9198 (Minibuffer Misc): Add minibuffer-selected-window.
9199
9200 * lists.texi (Building Lists): Add copy-tree.
9201
9202 * display.texi (Fontsets): Add char-displayable-p.
9203 (Scroll Bars): New node.
9204
92052003-09-08 Lute Kamstra <lute@gnu.org>
9206
9207 * modes.texi (%-Constructs): Document new `%i' and `%I'
9208 constructs.
9209
92102003-09-03 Peter Runestig <peter@runestig.com>
9211
9212 * makefile.w32-in: New file.
9213
92142003-08-29 Richard M. Stallman <rms@gnu.org>
9215
9216 * display.texi (Overlay Properties): Clarify how priorities
9217 affect use of the properties.
9218
92192003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9220
9221 * customize.texi (Type Keywords): Correct the description of
9222 `:help-echo' in the case where `motion-doc' is a function.
9223
92242003-08-14 John Paul Wallington <jpw@gnu.org>
9225
9226 * modes.texi (Emulating Mode Line): Subsection, not section.
9227
92282003-08-13 Richard M. Stallman <rms@gnu.org>
9229
9230 * elisp.texi (Top): Update subnode lists in menu.
9231
9232 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9233 (Kill Functions): kill-region has new arg yank-handler.
9234 (Yanking): New node.
9235 (Yank Commands): Add yank-undo-function.
9236 (Low-Level Kill Ring):
9237 kill-new and kill-append have new arg yank-handler.
9238 (Changing Properties): Add remove-list-of-text-properties.
9239 (Atomic Changes): New node.
9240
9241 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9242
9243 * streams.texi (Output Variables): Add eval-expression-print-length
9244 and eval-expression-print-level.
9245
9246 * os.texi (Time Conversion): For encode-time, explain limits on year.
9247
9248 * objects.texi (Character Type): Define anchor "modifier bits".
9249
9250 * modes.texi (Emulating Mode Line): New node.
9251 (Search-based Fontification): Font Lock uses font-lock-face property.
9252 (Other Font Lock Variables): Likewise.
9253
9254 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9255 not vectors.
9256 (Active Keymaps): Add emulation-mode-map-alists.
9257 (Functions for Key Lookup): key-binding has new arg no-remap.
9258 (Remapping Commands): New node.
9259 (Scanning Keymaps): where-is-internal has new arg no-remap.
9260 (Tool Bar): Add tool-bar-local-item-from-menu.
9261 Clarify when to use tool-bar-add-item-from-menu.
9262
9263 * commands.texi (Interactive Call): commandp has new arg.
9264 (Command Loop Info): Add this-original-command.
9265
92662003-08-06 John Paul Wallington <jpw@gnu.org>
9267
9268 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9269
9270 * display.texi (Warning Basics): Fix typo.
9271 (Fringes): Add closing curly bracket and fix typo.
9272
9273 * elisp.texi (Top): Fix typo.
9274
92752003-08-05 Richard M. Stallman <rms@gnu.org>
9276
9277 * elisp.texi: Update lists of subnodes.
9278
9279 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9280
9281 * variables.texi (Local Variables): Use lc for example variable names.
9282
9283 * tips.texi (Library Headers): Explain where to put -*-.
9284
9285 * strings.texi (Creating Strings): Fix xref for vconcat.
9286
9287 * sequences.texi (Vector Functions):
9288 vconcat no longer allows integer args.
9289
9290 * minibuf.texi (Reading File Names): read-file-name has new
9291 arg PREDICATE. New function read-directory-name.
9292
c4cc8b9a 9293 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9294 (Indenting Macros): New node.
9295
9296 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9297 (Window Frame Parameters): Make separate table of parameters
9298 that are coupled with specific face attributes.
9299 (Deleting Frames): delete-frame-hooks renamed to
9300 delete-frame-functions.
9301
9302 * files.texi (Magic File Names): Add file-remote-p.
9303 Clarify file-local-copy.
9304
9305 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9306 here; instead xref Defining Macros.
9307
9308 * display.texi (Warnings): New node, and subnodes.
9309 (Fringes): New node.
9310
9311 * debugging.texi (Test Coverage): New node.
9312
9313 * compile.texi (Compiler Errors): Explain with-no-warnings
9314 and other ways to suppress warnings.
9315
9316 * commands.texi (Interactive Call): Minor clarification.
9317
9318 * buffers.texi (Buffer File Name): set-visited-file-name
9319 renames the buffer too.
9320
9321 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9322
93232003-07-24 Markus Rost <rost@math.ohio-state.edu>
9324
9325 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9326
93272003-07-22 Markus Rost <rost@math.ohio-state.edu>
9328
9329 * internals.texi (Garbage Collection): Fix previous change.
9330
93312003-07-22 Richard M. Stallman <rms@gnu.org>
9332
9333 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9334
9335 * display.texi (Width): Use \s syntax in example.
9336 (Font Selection): Add face-font-rescale-alist.
9337
9338 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9339 Remove spurious indent in example.
9340
9341 * lists.texi (Building Lists): Add number-sequence.
9342
9343 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9344
9345 * functions.texi (Function Documentation): Explain how to
9346 show calling convention explicitly in the doc string.
9347
9348 * windows.texi (Selecting Windows): save-selected-window saves
9349 selected window of each frame.
9350 (Window Configurations): Minor change.
9351
9352 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9353
9354 * streams.texi (Output Variables): Add print-continuous-numbering
9355 and print-number-table.
9356
9357 * processes.texi (Decoding Output): New node.
9358
9359 * os.texi (Time Conversion): decode-time arg is optional.
9360
9361 * objects.texi (Character Type): Don't use space as example for \.
9362 Make list of char names and \-sequences correspond.
9363 Explain that \s is not used in strings. `\ ' needs space after.
9364
9365 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9366 (Translation of Characters): Add translation-table-for-input.
9367 (Default Coding Systems): Add auto-coding-functions.
9368 (Explicit Encoding): Add decode-coding-inserted-region.
9369 (Locales): Add locale-info.
9370
9371 * minibuf.texi (Basic Completion): Describe test-completion.
9372 Collections can be lists of strings.
9373 Clean up lazy-completion-table.
9374 (Programmed Completion): Mention test-completion.
9375 Clarify why lambda expressions are not accepted.
9376 (Minibuffer Misc): Describe minibufferp.
9377
93782003-07-14 Richard M. Stallman <rms@gnu.org>
9379
9380 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9381
9382 * windows.texi (Selecting Windows): New arg to select-window.
9383 (Selecting Windows): Add with-selected-window.
9384 (Size of Window): Add window-inside-edges, etc.
9385
9386 * internals.texi (Garbage Collection): Add post-gc-hook.
9387
9388 * processes.texi (Subprocess Creation): Add exec-suffixes.
9389
9390 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9391 (Scanning Keymaps): Add map-keymaps.
9392 (Defining Menus): Add keymap-prompt.
9393
9394 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9395 most-negative-fixnum.
9396
c4cc8b9a 9397 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9398 (Compiler Errors): New node.
9399
9400 * os.texi (User Identification): user-uid, user-real-uid
9401 can return float.
9402
9403 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9404 and about derived modes.
9405 (Minor Modes): Add minor-mode-list.
9406 (Defining Minor Modes): Keyword args for define-minor-mode.
9407 (Search-based Fontification): Explain managing other properties.
9408 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9409 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9410 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9411
9412 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9413 (Variable Aliases): Clarify defvaralias.
9414
9415 * loading.texi (Library Search): Add load-suffixes.
9416
9417 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9418 (Programmed Completion): Add dynamic-completion-table.
9419
9420 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9421 (Magic File Names): Specify precedence order of handlers.
9422
9423 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9424 and post-command-hook.
9425 (Waiting): New calling convention for sit-for.
9426
9427 * text.texi (Special Properties): local-map and keymap properties
9428 apply based on their stickiness.
9429
94302003-07-07 Richard M. Stallman <rms@gnu.org>
9431
9432 * modes.texi (Minor Mode Conventions): Specify only some kinds
9433 of list values as args to minor modes.
9434
9435 * files.texi (File Name Expansion): Warn about iterative use
9436 of substitute-in-file-name.
9437
9438 * advice.texi (Activation of Advice): Clean up previous change.
9439
94402003-07-06 Markus Rost <rost@math.ohio-state.edu>
9441
9442 * advice.texi (Activation of Advice): Note that ad-start-advice is
9443 turned on by default.
9444
94452003-06-30 Richard M. Stallman <rms@gnu.org>
9446
9447 * text.texi (Buffer Contents): Document current-word.
9448 (Change Hooks): Not called for *Messages*.
9449
9450 * functions.texi (Defining Functions): Explain about redefining
9451 primitives.
f4e90db0 9452 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9453 Comment out the detailed criteria for what is safe.
9454
94552003-06-22 Andreas Schwab <schwab@suse.de>
9456
9457 * objects.texi (Symbol Type): Fix description of examples.
9458
94592003-06-16 Andreas Schwab <schwab@suse.de>
9460
9461 * hash.texi (Creating Hash): Fix description of :weakness.
9462
c8763fb6 94632003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9464
9465 * files.texi (Changing Files): copy-file copies file modes, too.
9466
94672003-05-28 Richard M. Stallman <rms@gnu.org>
9468
9469 * strings.texi (Creating Strings): Clarify split-string.
9470
94712003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9472
9473 * strings.texi (Creating Strings): Update split-string specification
9474 and examples.
9475
94762003-05-19 Richard M. Stallman <rms@gnu.org>
9477
9478 * elisp.texi: Correct invariant section names.
9479
94802003-04-20 Richard M. Stallman <rms@gnu.org>
9481
9482 * os.texi (Timers): Explain about timers and quitting.
9483
94842003-04-19 Richard M. Stallman <rms@gnu.org>
9485
9486 * internals.texi (Writing Emacs Primitives): Strings are
9487 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9488 Explain GCPRO convention for varargs function args.
9489
94902003-04-16 Richard M. Stallman <rms@gnu.org>
9491
9492 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9493
94942003-04-08 Richard M. Stallman <rms@gnu.org>
9495
9496 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9497
94982003-02-13 Kim F. Storm <storm@cua.dk>
9499
9500 * objects.texi (Character Type): New \s escape for space.
9501
95022003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9503
5dcb4c4e 9504 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9505
95062003-01-25 Richard M. Stallman <rms@gnu.org>
9507
9508 * keymaps.texi: Document that a symbol can act as a keymap.
9509
95102003-01-13 Richard M. Stallman <rms@gnu.org>
9511
9512 * text.texi (Changing Properties): Say string indices are origin-0.
9513
9514 * positions.texi (Screen Lines) <compute-motion>:
9515 Correct order of elts in return value.
9516
9517 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9518 how to define a default binding.
9519
95202002-12-07 Markus Rost <rost@math.ohio-state.edu>
9521
9522 * loading.texi (Unloading): Fix recent change for load-history.
9523
9524 * customize.texi (Simple Types): Clarify description of custom
9525 type 'number. Describe new custom type 'float.
9526
95272002-12-04 Markus Rost <rost@math.ohio-state.edu>
9528
9529 * variables.texi (File Local Variables): Fix typo.
9530
c8763fb6 95312002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9532
9533 From Michael Albinus <Michael.Albinus@alcatel.de>.
9534
9535 * README: Target for Info file is `make info'.
9536
5dcb4c4e 9537 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9538 `file-name-sans-extension'.
9539 (Magic File Names): Complete list of operations for magic file
9540 name handlers.
9541
95422002-09-16 Jonathan Yavner <jyavner@engineer.com>
9543
9544 * variables.texi (File Local Variables): New function
9545 risky-local-variable-p.
9546
95472002-09-15 Jonathan Yavner <jyavner@engineer.com>
9548
9549 * functions.texi (Function safety): New node about unsafep.
9550
95512002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9552
5dcb4c4e 9553 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9554 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9555
95562002-06-17 Juanma Barranquero <lektu@terra.es>
9557
9558 * frames.texi (Display Feature Testing): Fix typo.
9559
95602002-06-12 Andreas Schwab <schwab@suse.de>
9561
9562 * frames.texi (Initial Parameters, Resources): Fix references to
9563 the Emacs manual.
9564
95652002-05-13 Kim F. Storm <storm@cua.dk>
9566
9567 * variables.texi (Intro to Buffer-Local): Updated warning and
9568 example relating to changing buffer inside let.
9569
c8763fb6 95702002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9571
9572 * os.texi (Session Management): New node about X Session management.
9573
95742002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9575
9576 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9577 to which the manual corresponds, and the copyright years.
9578
9579 * Makefile.in (VERSION): Set to 2.9.
9580
95812001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9582
9583 * elisp.texi: Change the category in @dircategory to "Emacs", to
9584 make it consistent with info/dir.
9585
95862001-11-25 Miles Bader <miles@gnu.org>
9587
9588 * text.texi (Fields): Describe new `limit' arg in
9589 field-beginning/field-end.
9590
95912001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9592
5dcb4c4e
SM
9593 * permute-index: Don't depend on csh-specific features.
9594 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9595
9596 * two-volume-cross-refs.txt: New file.
9597 * two.el: New file.
9598 * spellfile: New file.
9599
96002001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9601
9602 * permute-index: New file.
9603
9604 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9605 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9606 8+3 restricted namespace.
9607
9608 * Makefile.in (infodir): Define relative to $(srcdir).
9609 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9610 include directories list via -I switch to makeinfo.
9611 (index.texi): Use cp if both hard and symbolic links fail.
9612
96132001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9614
9615 * Makefile.in (distclean): Add.
9616
9617 The following changes make ELisp manual part of the Emacs
9618 distribution:
9619
9620 * Makefile.in: Add Copyright notice.
9621 (prefix): Remove.
9622 (infodir): Change value to "../info".
9623 (VPATH): New variable.
9624 (MAKE): Don't define.
9625 (texmacrodir): Don't define.
9626 (texinputdir): Append the existing value of TEXINPUTS.
9627 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9628 command to be compatible with man/Makefile.in, and to put the
9629 output into ../info.
9630 (info): Add target.
9631 (installall): Target removed.
9632
c8763fb6 96332001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9634
9635 * tips.texi (Coding Conventions): Fix typo.
9636
96372001-10-23 Gerd Moellmann <gerd@gnu.org>
9638
9639 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9640
96412001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9642
9643 * files.texi (File Name Components): Update the description of
9644 file-name-sans-extension and file-name-extension, as they now
9645 ignore leading dots.
9646
96472001-10-20 Gerd Moellmann <gerd@gnu.org>
9648
9649 * (Version 21.1 released.)
9650
96512001-10-19 Miles Bader <miles@gnu.org>
9652
9653 * positions.texi (Text Lines): Describe behavior of
9654 `beginning-of-line'/`end-of-line' in the presence of field properties.
9655
96562001-10-17 Gerd Moellmann <gerd@gnu.org>
9657
9658 * Makefile.in (VERSION): Set to 2.8.
9659 (manual): Use `manual-21'.
9660
9661 * elisp.texi (VERSION): Add and use it where the version
9662 number was used. Set it to 2.8.
9663
9664 * intro.texi: Likewise.
9665
96662001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9667
9668 * files.texi (File Name Completion): Document the significance of
9669 a trailing slash in elements of completion-ignored-extensions.
9670
96712001-10-06 Miles Bader <miles@gnu.org>
9672
9673 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9674
96752001-10-04 Gerd Moellmann <gerd@gnu.org>
9676
9677 * variables.texi (Variable Aliases): New node.
9678
96792001-10-04 Gerd Moellmann <gerd@gnu.org>
9680
9681 * Branch for 21.1.
9682
96832001-10-02 Miles Bader <miles@gnu.org>
9684
9685 * minibuf.texi (Minibuffer Misc): Add entries for
9686 `minibuffer-contents', `minibuffer-contents-no-properties', and
9687 `delete-minibuffer-contents'.
9688 Correct description for `minibuffer-prompt-end'.
9689
9690 * text.texi (Property Search): Correct descriptions of
9691 `next-char-property-change' and `previous-char-property-change'.
9692 Add entries for `next-single-char-property-change' and
9693 `previous-single-char-property-change'.
9694 Make operand names a bit more consistent.
9695
96962001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9697
9698 * frames.texi (Finding All Frames): Document that next-frame and
9699 previous-frame are local to current terminal.
9700
97012001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9702
9703 * keymaps.texi (Creating Keymaps): Fix the description of the
9704 result of make-keymap.
9705
97062001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9707
9708 * display.texi (Font Lookup, Attribute Functions)
9709 (Image Descriptors): Add cross-references to the definition of
9710 selected frame.
9711
9712 * buffers.texi (The Buffer List): Add cross-references to the
9713 definition of selected frame.
9714
9715 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9716 frame at any given time.
9717 (Multiple Displays, Size and Position): Add a cross-reference to
9718 the definition of the selected frame.
9719
97202001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9721
9722 * strings.texi (String Conversion) <string-to-number>: Document
9723 that a float is returned for integers that are too large.
9724
9725 * frames.texi (Mouse Position): Document mouse-position-function.
9726 (Display Feature Testing): Document display-images-p.
9727 (Window Frame Parameters): Document the cursor-type variable.
9728
9729 * numbers.texi (Integer Basics): Document CL style read syntax for
9730 integers in bases other than 10.
9731
5dcb4c4e
SM
9732 * positions.texi (List Motion):
9733 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9734
9735 * lists.texi (Sets And Lists): Document member-ignore-case.
9736
9737 * internals.texi (Garbage Collection): Document the used and free
9738 strings report.
9739 (Memory Usage): Document strings-consed.
9740
9741 * os.texi (Time of Day): Document float-time.
9742 (Recording Input): Document that clear-this-command-keys clears
9743 the vector to be returned by recent-keys.
9744
9745 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9746 argument keymap can be a list.
9747
9748 * nonascii.texi (User-Chosen Coding Systems)
9749 <select-safe-coding-system>: Document the new argument
9750 accept-default-p and the variable
9751 select-safe-coding-system-accept-default-p. Tell what happens if
9752 buffer-file-coding-system is undecided.
9753 (Default Coding Systems): Document auto-coding-regexp-alist.
9754
9755 * display.texi (The Echo Area) <message>: Document
9756 message-truncate-lines.
9757 (Glyphs): Document that the glyph table is unused on windowed
9758 displays.
9759
9760 * help.texi (Describing Characters) <single-key-description>:
9761 Document the new argument no-angles.
9762 (Accessing Documentation) <documentation-property>: Document that
9763 a non-string property is evaluated.
9764 <documentation>: Document that the function-documentation property
9765 is looked for.
9766
9767 * windows.texi (Selecting Windows): Document some-window.
9768
9769 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9770
9771 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9772 apropos-mode-hook.
9773
9774 * commands.texi (Using Interactive): Document interactive-form.
9775 (Keyboard Macros): Document kbd-macro-termination-hook.
9776 (Command Loop Info): Document that clear-this-command-keys clears
9777 the vector to be returned by recent-keys.
9778
97792001-09-04 Werner LEMBERG <wl@gnu.org>
9780
9781 * Makefile.in (srcdir, texinputdir): New variables.
9782 (srcs, index.texi, install): Use $(srcdir).
9783 (.PHONY): Remove elisp.dvi.
9784 (elisp): Use -I switch for makeinfo.
9785 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9786 (installall, dist): Use $(srcdir).
9787 Fix path to texinfo.tex.
9788 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9789
97902001-08-30 Gerd Moellmann <gerd@gnu.org>
9791
9792 * display.texi (Conditional Display): Adjust to API change.
9793
9794 * configure: New file.
9795
97962001-07-30 Gerd Moellmann <gerd@gnu.org>
9797
9798 * commands.texi (Repeat Events): Add description of
9799 double-click-fuzz.
9800
98012001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9802
9803 * syntax.texi (Syntax Class Table): Add the missing designator for
9804 comment and string fences.
9805 (Syntax Properties): Add a xref to syntax table internals.
9806 (Syntax Table Internals): Document string-to-syntax.
9807
98082001-05-07 Gerd Moellmann <gerd@gnu.org>
9809
9810 * Makefile.in (install): Use install-info command line options
9811 like in Emacs' Makefile.in.
9812
98132000-12-09 Miles Bader <miles@gnu.org>
9814
9815 * windows.texi (Window Start): Update documentation for
9816 `pos-visible-in-window-p'.
9817
98182000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9819
9820 * lists.texi (Building Lists): Add footnote to explain how to add
9821 to the end of a list.
9822
98232000-10-25 Gerd Moellmann <gerd@gnu.org>
9824
9825 * files.texi (Visiting Functions): Typos.
9826
98272000-10-25 Kenichi Handa <handa@etl.go.jp>
9828
9829 * files.texi (Visiting Functions): Return value of
9830 find-file-noselect may be a list of buffers if wildcards are used.
9831
98322000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9833
9834 * display.texi (Defining Faces): Document `graphic' display type
9835 in face specs.
9836
b344d29d 98372000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9838
9839 * hooks.texi (Standard Hooks): Replace obsolete
9840 `after-make-frame-hook' with `after-make-frame-functions'.
9841
9842 * frames.texi (Creating Frames): Ditto.
9843
9844 * variables.texi (Future Local Variables): Ditto.
9845
98462000-10-16 Gerd Moellmann <gerd@gnu.org>
9847
9848 * display.texi (Other Image Types): Add description of :foreground
9849 and :background properties of mono PBM images.
9850
98512000-08-17 Werner LEMBERG <wl@gnu.org>
9852
9853 * .cvsignore: New file.
9854
98552000-01-05 Gerd Moellmann <gerd@gnu.org>
9856
9857 * tindex.pl: New script.
9858
98591999-12-03 Dave Love <fx@gnu.org>
9860
9861 * Makefile.in (MAKEINFO): New parameter.
9862
98631999-09-17 Richard Stallman <rms@gnu.org>
9864
9865 * Makefile.in (srcs): Add hash.texi.
9866 (VERSION): Update to 20.6.
9867
98681999-09-13 Richard Stallman <rms@gnu.org>
9869
9870 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9871
98721998-08-29 Karl Heuer <kwzh@gnu.org>
9873
9874 * configure.in: New file.
9875 * Makefile.in: Renamed from Makefile.
9876 (prefix, infodir): Use value obtained from configure.
9877 (emacslibdir): Obsolete variable deleted.
9878 (dist): Distribute configure.in, configure, Makefile.in.
9879
98801998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9881
9882 * Makefile (INSTALL_INFO): New variable.
9883 (install): Run install-info.
9884
98851998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9886
9887 * Makefile (elisp.dvi): Add missing backslash.
9888
98891998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9890
9891 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9892 Run texindex without `./'. Always run texindex on elisp.tp.
9893 (elisp.tps): Target deleted.
9894
98951998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9896
9897 * Makefile (srcs): Add nonascii.texi and customize.texi.
9898 (dist): Start by deleting `temp'.
9899
99001998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9901
9902 * Makefile (makeinfo, texindex): Targets deleted.
9903 (makeinfo.o, texindex.o): Targets deleted.
9904 (clean, dist): Don't do anything with them or with getopt*.
9905
99061998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9907
9908 * Makefile (SHELL): Defined.
9909
99101998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9911
9912 * Makefile (elisp.tps): New target.
9913 (elisp.dvi): Depend on elisp.tps.
9914
c5602427 99151996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9916
9917 * README: Update phone number.
9918
9919 * Makefile (elisp): Make this be the default target.
9920 Depend on makeinfo.c instead of makeinfo.
9921 (install): Don't depend on elisp.dvi, since we don't install that.
9922 Use mkinstalldirs.
9923 (dist): Add mkinstalldirs.
9924
c5602427 99251995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9926
9927 * Makefile (VERSION): Update version number.
5dcb4c4e 9928 (maintainer-clean): Rename from realclean.
b8d4c8d0 9929
c5602427 99301995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9931
9932 * Makefile (realclean): New target.
9933 (elisp): Remove any old elisp-* files first.
9934
c5602427 99351993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9936
9937 * Makefile (VERSION): New variable.
9938 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9939 Compressed file suffix should be `.gz', not `.z'.
9940
ce058493 99411993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9942
9943 * Makefile (elisp): Depend on makeinfo.
9944
c5602427 99451993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9946
9947 * Makefile (srcs): Add anti.texi.
9948
c5602427 99491993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9950
9951 * Makefile (infodir, prefix): New vars.
9952 (install): Use infodir.
f4e90db0 9953 (emacsinfodir): Delete.
b8d4c8d0 9954
c5602427 99551993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9956
9957 * Makefile (srcs): Add calendar.texi.
9958
9959 * Makefile (dist): Copy texindex.c and makeinfo.c.
9960 Limit elisp-* files to those with one or two digits.
9961
c5602427 99621993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 9963
f4e90db0 9964 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 9965
c5602427 99661993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9967
9968 * loading.texi (Unloading): define-function changed back to
9969 defalias. It may not stay this way, but at least it's
9970 consistent with the known-good version of the code patch.
9971
c5602427 99721993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9973
9974 * modes.texi (Hooks): Document new optional arg of add-hook.
9975
c5602427 99761993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9977
9978 * variables.texi: Document nil initial value of buffer-local variables.
9979
9980 * tips.texi: Add new section on standard library headers.
9981
c5602427 99821993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9983
9984 * Makefile (srcs): Add frame.texi to the list of sources.
9985
c5602427 99861993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9987
9988 * Makefile (dist): Don't bother excluding autosave files; they'll
9989 never make it into the temp directory anyway, and the hash marks
9990 in the name are problematic for make and the Bourne shell.
9991 (srcs):
9992
c5602427 99931993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9994
9995 * Makefile (dist): Don't include backup files or autosave files in
9996 the distribution tar file.
9997
c5602427 99981991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9999
5dcb4c4e 10000 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10001 (elisp.dvi): Remove erroneous shell comment.
10002 Expect output of permute-index in permuted.fns.
10003 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10004 (clean): Add index.texi to be deleted.
b8d4c8d0 10005
c5602427 100061990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10007
10008 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10009
c5602427 100101990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10011
10012 * files.texi: Noted that completion-ignored-extensions is ignored
10013 when making *Completions*.
10014
3e868ee3 100151990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10016
10017 * Makefile make dist now depends on elisp.dvi, since it tries
10018 to include it in the dist file.
10019
c5602427 100201990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10021
c5602427 10022 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10023
c5602427 100241989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10025
10026 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10027 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10028
c5602427 100291989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10030
10031 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10032 and @error{} are the terms now being used. The files in the
10033 directory have been changed to reflect this.
10034
10035 * All instances of @indentedresultt{} have been changed to
333f9019 10036 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10037
c5602427 100381989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10039
10040 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10041 experimental @indentedresult{}, @indentedexpandsto{} are part of
10042 the texinfo.tex in this directory. These TeX macros are not
10043 stable yet.
10044
c5602427 100451989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10046
10047 * texinfo.tex: Temporarily added
10048 \let\result=\dblarrow
10049 \def\error{{\it ERROR} \longdblarrow}
10050 We need to do this better soon.
10051
c5602427 100521989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10053
10054 * Applied Karl Berry's patches to *.texinfo files, but not to
10055 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10056 new title page format is also not applied, since it requires
10057 texinfo.tex changes.)
10058
10059 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10060 for the Project GNU development environment.
10061
10062;; Local Variables:
c8763fb6 10063;; coding: utf-8
b8d4c8d0
GM
10064;; End:
10065
acaf905b 10066 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10067
10068 This file is part of GNU Emacs.
10069
352c8b4a 10070 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10071 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10072 the Free Software Foundation, either version 3 of the License, or
10073 (at your option) any later version.
b8d4c8d0
GM
10074
10075 GNU Emacs is distributed in the hope that it will be useful,
10076 but WITHOUT ANY WARRANTY; without even the implied warranty of
10077 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10078 GNU General Public License for more details.
10079
10080 You should have received a copy of the GNU General Public License
352c8b4a 10081 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.