Fix pdb path handling.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
182148ee
GM
12012-01-29 Glenn Morris <rgm@gnu.org>
2
a49ca6b9
GM
3 * files.texi (Changing Files): Document SELinux support.
4
182148ee
GM
5 * windows.texi (Window Sizes): Fix typo.
6
9962192e
CY
72012-01-28 Chong Yidong <cyd@gnu.org>
8
8c6e1920
CY
9 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
10 doc (Bug#8568).
11
9583ec59
CY
12 * frames.texi (Input Focus): Add NORECORD arg to
13 select-frame-set-input-focus. Clarify its role in select-frame.
14
10256988
CY
15 * text.texi (Transposition): We don't use transpose-region as an
16 internal subroutine (Bug#3249).
17
9962192e
CY
18 * modes.texi (Example Major Modes): Update Lisp example code to
19 current sources. Delete the old non-derived-major-mode example,
20 which has diverged badly from current sources.
21
2aa43abb
GM
222012-01-27 Glenn Morris <rgm@gnu.org>
23
24 * makefile.w32-in (texinputdir): Fix (presumed) typo.
25 (VERSION, manual): Remove, unused.
26
9f40220d
CY
272012-01-27 Chong Yidong <cyd@gnu.org>
28
29 * commands.texi (Command Overview): Minor clarification (Bug#10384).
30
acc28cb9
CY
312012-01-26 Chong Yidong <cyd@gnu.org>
32
33 * searching.texi (String Search): Document negative repeat count
34 (Bug#10507).
35
48da7392
GM
362012-01-26 Glenn Morris <rgm@gnu.org>
37
38 * variables.texi (Using Lexical Binding):
39 Mention that lexical-binding should be set in the first line.
40
69b0acb9
LI
412012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
42
43 * macros.texi (Defining Macros): Don't claim that `declare' only
44 affects Edebug and indentation.
45
543757a8
LI
462012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
47
48 * macros.texi (Defining Macros): Slight `declare' fixup.
49
450e3cae
GM
502012-01-25 Glenn Morris <rgm@gnu.org>
51
24189ce0 52 * makefile.w32-in (texinputdir):
450e3cae
GM
53 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
54
1021c761
CY
552012-01-24 Chong Yidong <cyd@gnu.org>
56
57 * variables.texi (Variables, Local Variables, Void Variables):
58 Edit to make the descriptions less specific to dynamic binding.
59 (Local Variables): Default max-specpdl-size is now 1300.
60 (Defining Variables): Edits for lexical scoping. Delete
61 information about starting docstrings with *. De-document
62 user-variable-p.
63 (Tips for Defining): Remove an unimportant discussion of quitting
64 in the middle of a load.
65 (Accessing Variables, Setting Variables): Discuss lexical binding.
66 (Variable Scoping): Rewrite.
67 (Scope, Extent, Impl of Scope): Nodes deleted.
68 (Dynamic Binding): New node, with material from Scope, Extent, and
69 Impl of Scope nodes.
70 (Dynamic Binding Tips): Rename from Using Scoping.
71 (Lexical Binding): Rewrite.
72 (Using Lexical Binding): Rename from Converting to Lexical
73 Binding. Convert to subsection.
74
75 * customize.texi (Variable Definitions): Add custom-variable-p.
76 Move user-variable-p documentation here.
77
31cbea1d
CY
782012-01-23 Chong Yidong <cyd@gnu.org>
79
80 * strings.texi (Text Comparison): Minor qualification.
81
82 * lists.texi (Cons Cells): Copyedits.
83 (List Elements): Mention push.
84 (List Variables): Mention pop.
85 (Rings): Move to sequences.texi.
86
87 * sequences.texi (Sequence Functions): Don't repeat the
88 introduction already given in the parent.
89 (Vectors): Copyedits.
90 (Rings): Move from lists.texi. Note that this is specific to the
91 ring package.
92
93 * symbols.texi (Definitions, Symbol Components): Mention variable
94 scoping issues.
95 (Plists and Alists): Copyedits.
96
97 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
98 correctness with lexical scoping.
99 (Eval): Copyedits.
100
fead402d
CY
1012012-01-21 Chong Yidong <cyd@gnu.org>
102
103 * intro.texi (A Sample Function Description): Special notation
104 used for macros too.
105
106 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
107 (Symbol Type): Add xref for keyword symbols.
108 (Sequence Type): Clarify differences between sequence types.
109 (Cons Cell Type): Add "linked list" index entry.
110 (Non-ASCII in Strings): Copyedits.
111 (Equality Predicates): Symbols with same name need not be eq.
112
113 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
114 ldexp. Move float-e and float-pi to Math Functions node.
115
61086eb6
GM
1162012-01-21 Glenn Morris <rgm@gnu.org>
117
118 * modes.texi (Auto Major Mode):
119 * variables.texi (File Local Variables):
120 Mention inhibit-local-variables-regexps.
121
34a02f46
MR
1222012-01-19 Martin Rudalics <rudalics@gmx.at>
123
124 * windows.texi (Window Configurations): Rewrite references to
125 persistent window parameters.
126 (Window Parameters): Fix description of persistent window
127 parameters.
128
f5064cae
JB
1292012-01-16 Juanma Barranquero <lekktu@gmail.com>
130
131 * windows.texi (Window Parameters): Use @pxref.
132
6a6ee00d
MR
1332012-01-16 Martin Rudalics <rudalics@gmx.at>
134
135 * windows.texi (Window Configurations, Window Parameters):
136 Describe persistent window parameters.
137
9ca4c014
SM
1382011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * variables.texi (Creating Buffer-Local): Warn against misuses of
141 make-variable-buffer-local (bug#10258).
142
d027f83d
LMI
1432012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
144
145 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
146
89bd9ccd
CY
1472012-01-06 Chong Yidong <cyd@gnu.org>
148
149 * variables.texi (Directory Local Variables): Document
150 hack-dir-local-variables-non-file-buffer.
151
c869783d
GM
1522012-01-06 Glenn Morris <rgm@gnu.org>
153
154 * maps.texi (Standard Keymaps): Refer to Info-edit by name
155 rather than by keybinding.
156
2cae5ba4
JB
1572011-12-29 Juanma Barranquero <lekktu@gmail.com>
158
159 * frames.texi (Font and Color Parameters): Add @pxref.
160
43da4d08
DC
1612011-12-29 Daniel Colascione <dan.colascione@gmail.com>
162
163 * frames.texi (Font and Color Parameters):
164 Document w32 font backends (bug#10399).
165
8d80ef01
PE
1662011-12-28 Paul Eggert <eggert@cs.ucla.edu>
167
168 * files.texi (File Attributes, Changing Files):
169 Use a more-natural notation for octal numbers.
170
9022ae07
JB
1712011-12-23 Juanma Barranquero <lekktu@gmail.com>
172
173 * variables.texi (Variables with Restricted Values):
174 Change reference to variable (bug#10354).
175
454592a6
MR
1762011-12-13 Martin Rudalics <rudalics@gmx.at>
177
178 * windows.texi (Splitting Windows): Use t instead of non-nil
179 when describing window-combination-resize.
180
a7cdbfce
SM
1812011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * text.texi (Special Properties): Warn against `intangible' properties
184 (bug#10222).
185
a3dcc84e
EZ
1862011-11-26 Eli Zaretskii <eliz@gnu.org>
187
579ebf8f
EZ
188 * display.texi (Truncation):
189 * text.texi (Special Properties): Describe what a stretch-glyph is
190 instead of using that term without explanation. Make the
191 cross-references more accurate.
192
a3dcc84e
EZ
193 * display.texi (Usual Display): Update the description,
194 cross-references, and indexing related to display of control
195 characters and raw bytes.
196
94af99a4
MR
1972011-11-25 Martin Rudalics <rudalics@gmx.at>
198
199 * windows.texi (Splitting Windows): Fix description of
200 window-combination-limit. Suggested by Eli Zaretskii.
201
1c3d7a13
CY
2022011-11-23 Chong Yidong <cyd@gnu.org>
203
204 * windows.texi (Window Sizes): Move window-top-line,
205 window-left-column, and window-*-pixel-edges to Coordinates and
206 Windows node.
207 (Coordinates and Windows): Restore window-edges doc.
208
90151a1e
MR
2092011-11-21 Martin Rudalics <rudalics@gmx.at>
210
a7cdbfce
SM
211 * windows.texi (Windows and Frames, Splitting Windows):
212 Fix typos.
90151a1e 213
a9b9b7f5
CY
2142011-11-21 Chong Yidong <cyd@gnu.org>
215
216 * windows.texi (Splitting Windows): Fix error in documentation of
217 window-combination-limit.
218 (Cyclic Window Ordering): Minor fixes to next-window,
219 one-window-p, and get-lru-window docs. Don't document
220 window-list-1.
221 (Buffers and Windows): Copyedits.
222 (Choosing Window): Document special handling of special-display-*.
223 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
224 Don't document even-window-heights, which is going away.
225 Clarify which options are obeyed by which action functions.
a9b9b7f5 226
f4e90db0
SM
2272011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
230
d2999b1a
MR
2312011-11-20 Martin Rudalics <rudalics@gmx.at>
232
f4e90db0
SM
233 * windows.texi (Resizing Windows, Splitting Windows):
234 Remove term "status" when talking about combination limits.
d2999b1a 235
cd1181db
JB
2362011-11-20 Juanma Barranquero <lekktu@gmail.com>
237
238 * compile.texi (Compiler Errors):
239 * help.texi (Help Functions): Fix typos.
240
7bf54975
CY
2412011-11-19 Chong Yidong <cyd@gnu.org>
242
243 * windows.texi (Splitting Windows): Clarify role of window
244 parameters in split-window. Shorten the example.
f4e90db0
SM
245 (Deleting Windows): Rewrite intro to handle internal windows.
246 Fix delete-windows-on doc.
7bf54975
CY
247 (Selecting Windows): Copyedits.
248
a0c2d0ae
MR
2492011-11-17 Martin Rudalics <rudalics@gmx.at>
250
251 * windows.texi (Resizing Windows, Splitting Windows)
252 (Deleting Windows): Use term window-combination-resize instead
253 of window-splits.
254
b6f67890
MR
2552011-11-16 Martin Rudalics <rudalics@gmx.at>
256
f4e90db0
SM
257 * windows.texi (Resizing Windows, Splitting Windows):
258 Rename occurrences of window-nest to window-combination-limit.
b6f67890 259
0b381c7e
JB
2602011-11-14 Juanma Barranquero <lekktu@gmail.com>
261
262 * intro.texi (Lisp History): Fix typo.
263
89d61221
MR
2642011-11-12 Martin Rudalics <rudalics@gmx.at>
265
f4e90db0
SM
266 * windows.texi (Splitting Windows, Deleting Windows):
267 Remove references to splits status of windows.
89d61221 268
b2621720
GM
2692011-11-10 Glenn Morris <rgm@gnu.org>
270
271 * buffers.texi (Read Only Buffers): Expand a bit on why
272 toggle-read-only should only be used interactively. (Bug#7292)
273
d2ad7ee1
CY
2742011-11-09 Chong Yidong <cyd@gnu.org>
275
276 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 277 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
278 window-inside-absolute-pixel-edges.
279 (Resizing Windows): shrink-window-if-larger-than-buffer works on
280 non-full-width windows.
281
2cffd681
MR
2822011-11-09 Martin Rudalics <rudalics@gmx.at>
283
284 * windows.texi (Resizing Windows): Rewrite documentation of
285 window-resizable.
286
f6f6d7e7
CY
2872011-11-09 Chong Yidong <cyd@gnu.org>
288
289 * windows.texi (Splitting Windows): Simplify example.
290
a79db6e0
CY
2912011-11-08 Chong Yidong <cyd@gnu.org>
292
293 * windows.texi (Window Sizes): Copyedits. Document
294 window-text-height. Remove window-min-height and window-min-width
295 discussion, referring instead to Emacs manual.
296 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
297 (Resizing Windows): Simplify introduction. Don't document
298 enlarge-window, shrink-window, enlarge-window-horizontally, and
299 shrink-window-horizontally; they are no longer preferred for
300 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 301
441950c7
GM
3022011-11-07 Glenn Morris <rgm@gnu.org>
303
304 * windows.texi (Choosing Window): Fix keybinding typo.
305
be7f5545
MR
3062011-11-07 Martin Rudalics <rudalics@gmx.at>
307
308 * windows.texi (Resizing Windows, Splitting Windows)
309 (Window Configurations): Use "child window" instead of
310 "subwindow".
311
291d142b
CY
3122011-11-06 Chong Yidong <cyd@gnu.org>
313
314 * windows.texi (Basic Windows): Clarify various definitions.
315 Treat window-normalize-* as internal; don't document them.
316 (Windows and Frames): Various clarifications, e.g. non-live
317 windows also belong to frames. Fix window-list description.
318 Simplify window nesting example.
f4e90db0
SM
319 (Splitting Windows, Window Configurations):
320 Use split-window-below.
291d142b 321
89bd5ee1
EZ
3222011-11-04 Eli Zaretskii <eliz@gnu.org>
323
324 * windows.texi (Window Sizes): Mention in the doc string that the
325 return values of `window-body-height' and `window-body-width' are
326 in frame's canonical units. (Bug#9949)
327
3d8daefe
MR
3282011-10-30 Martin Rudalics <rudalics@gmx.at>
329
330 * windows.texi (Windows and Frames): Remove "iso-" infix from
331 documentation of window-iso-combined-p.
332
60754666
CY
3332011-10-26 Chong Yidong <cyd@gnu.org>
334
335 * modes.texi (Running Hooks): Document with-wrapper-hook.
336
d366bd53
CY
3372011-10-18 Chong Yidong <cyd@gnu.org>
338
339 * display.texi (Glyphless Chars): New node.
340
50b063c3
CY
3412011-10-13 Chong Yidong <cyd@stupidchicken.com>
342
343 * text.texi (Yanking): Document yank-excluded-properties.
344
345 * package.texi (Packaging Basics): The commentary should say how
346 to begin using the package.
347
c72063fa
MR
3482011-10-11 Martin Rudalics <rudalics@gmx.at>
349
350 * windows.texi (Deleting Windows): Mention which window gets
351 selected when deleting the selected window.
352
d83dc65b
MR
3532011-10-09 Martin Rudalics <rudalics@gmx.at>
354
355 * buffers.texi (The Buffer List): Describe how bury-buffer deals
356 with the selected window.
357 * windows.texi (Buffers and Windows): Reformulate text on how
358 replace-buffer-in-windows deals with a window.
359 (Quitting Windows): Describe how quit-window deals with a
360 standalone frame. Describe new option frame-auto-hide-function.
361
c599682c
GM
3622011-10-08 Glenn Morris <rgm@gnu.org>
363
48bca619
GM
364 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
365
c599682c
GM
366 * positions.texi (Excursions): Update warning message.
367
969aa734
CY
3682011-10-05 Chong Yidong <cyd@stupidchicken.com>
369
f4e90db0
SM
370 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
371 Fix Emacs manual xref (Bug#9675).
969aa734 372
550f41cd
CY
3732011-10-01 Chong Yidong <cyd@stupidchicken.com>
374
375 * windows.texi (Textual Scrolling): Document scroll-up-command,
376 scroll-down-command, scroll-error-top-bottom, and the
377 scroll-command symbol property.
717a1362
CY
378 (Display Action Functions): Fix description of
379 display-buffer-pop-up-window.
550f41cd 380
a239d4e9
JB
3812011-09-28 Juanma Barranquero <lekktu@gmail.com>
382
383 * windows.texi (Splitting Windows): Fix typos.
384
590c056d
MR
3852011-09-25 Martin Rudalics <rudalics@gmx.at>
386
387 * windows.texi (Windows and Frames, Display Action Functions)
388 (Switching Buffers): Fix some typos.
389 (Buffers and Windows): Remove reference to window-auto-delete.
390 Reword description of replace-buffer-in-windows.
391 (Window History): Fix some typos and refer to frame local buffer
392 list.
c419f5cb
MR
393 (Quitting Windows): New node.
394 (Window Configurations): Add descriptions of window-state-get
395 and window-state-put.
396 (Window Parameters): Describe variable ignore-window-parameters.
397 Sketch some window parameters currently in use.
398 * elisp.texi (Top): Update node listing.
590c056d 399
9ec20d36
CY
4002011-09-25 Chong Yidong <cyd@stupidchicken.com>
401
402 * windows.texi (Display Action Functions)
403 (Choosing Window Options): New nodes.
404
0e406a72
CY
4052011-09-24 Chong Yidong <cyd@stupidchicken.com>
406
407 * windows.texi (Window History): New node. Move text here from
408 Buffers and Windows.
409 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
410 don't document display-buffer here; callers changed.
411 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
412 switch-to-buffer-other-frame. Delete duplicate
413 replace-buffer-in-windows doc.
414 (Choosing Window): Document display actions.
415
6bf7006f
EZ
4162011-09-24 Eli Zaretskii <eliz@gnu.org>
417
418 * display.texi (Forcing Redisplay): Update the description of
419 redisplay-dont-pause due to change in the default value.
420
b33b68a3
MR
4212011-09-23 Martin Rudalics <rudalics@gmx.at>
422
423 * frames.texi (Frames and Windows): Move section and rename to
424 Windows and Frames in windows.texi.
425 * windows.texi (Windows): Restructure.
426 (Basic Windows): Rewrite. Explain live and internal windows and
427 normalization functions.
428 (Windows and Frames): Move section here from frames.texi.
429 Describe subwindows, window combinations, window tree, and
430 corresponding functions including window-list here.
431 (Window Sizes): Rename section from Size of Window and move it
432 up in chapter. Describe total and body sizes and the
433 corresponding functions. Explain new semantics of
434 window-min-height/-width.
435 (Resizing Windows): Move section up in chapter. Describe new
436 resize functions.
437 (Splitting Windows): Describe new behavior of split-window,
438 split-window-above-each-other and split-window-side-by-side.
439 Provide examples. Describe window-nest and window-splits
440 options.
441 (Deleting Windows): Minor rewrite.
f4e90db0
SM
442 (Selecting Windows): Minor rewrite.
443 Describe frame-selected-window and set-frame-selected-window here.
444 (Cyclic Window Ordering): Minor rewrite.
445 Describe window-list-1.
b33b68a3
MR
446 (Buffers and Windows): Rewrite. Explain a window's previous and
447 next buffers and the corresponding functions.
c4682d18 448 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
449 * elisp.texi (Top): Update node listings for frames and windows
450 sections.
451
4d3786ac
SM
4522011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
455
713df35b
LMI
4562011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
457
458 * errors.texi (Standard Errors): Remove apparent placeholder text
459 (bug#9491).
460
33ed493b
CY
4612011-09-18 Chong Yidong <cyd@stupidchicken.com>
462
463 * frames.texi (Management Parameters): Fix description of
464 icon-type parameter.
465
b8f0a954
CY
4662011-09-17 Chong Yidong <cyd@stupidchicken.com>
467
468 * tips.texi (Key Binding Conventions): Don't bind a key sequence
469 ending in C-g. Suggested by Edward O'Connor.
470
eddf142c
EZ
4712011-09-17 Eli Zaretskii <eliz@gnu.org>
472
473 * numbers.texi (Integer Basics): Add indexing for
474 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
475
bf1af6c7
DM
4762011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
477
478 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
479
cec2eab8
JB
4802011-09-11 Juanma Barranquero <lekktu@gmail.com>
481
482 * processes.texi (Network Servers): Clarify what the process
483 buffer is used for (bug#9233).
484
51751aa2 4852011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
486
487 * lists.texi (Building Lists): Fix typo.
488
35137ed3
CY
4892011-08-30 Chong Yidong <cyd@stupidchicken.com>
490
491 * display.texi (Basic Faces): New node. Document new faces.
492
493 * modes.texi (Major Mode Conventions): Move some text there.
494 (Mode Help): Remove major-mode var, duplicated in Major Modes.
495
3fd50d5c
CY
4962011-08-29 Chong Yidong <cyd@stupidchicken.com>
497
498 * modes.texi (Basic Major Modes): New node. Callers updated.
499 (Major Modes): Document fundamental-mode and major-mode.
500 (Major Mode Basics): Node deleted; text moved to Major Modes.
501 (Derived Modes): Document derived-mode-p.
502
ddb54206
CY
5032011-08-28 Chong Yidong <cyd@stupidchicken.com>
504
a6326082
CY
505 * files.texi (Changing Files, Create/Delete Dirs): Document new
506 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
507 (Visiting Functions): Remove view-file; it is documented in the
508 Emacs manual.
04e2ce72 509
ddb54206
CY
510 * frames.texi (Layout Parameters): The defaults for the
511 menu-bar-lines and tool-bar-lines parameters depend on the mode.
512
513 * display.texi (Progress): Document spinner functionality.
514
515 * os.texi (Killing Emacs): Note that kill-emacs can be called by
516 operating system signals. Refer to save-buffers-kill-terminal
517 instead of save-buffers-kill-emacs.
518
519 * objects.texi (Symbol Type): Document ## print representation.
520
0c95fcf7
EZ
5212011-08-25 Eli Zaretskii <eliz@gnu.org>
522
523 * display.texi (Specified Space): Mention that `space' specs
524 influence bidi reordering.
525 (Bidirectional Display): Explain how to use `(space . PROPS)' for
526 separating fields with bidirectional content.
527
5980d4c6
EZ
5282011-08-24 Eli Zaretskii <eliz@gnu.org>
529
530 * display.texi (Bidirectional Display): Document return value in
531 buffers that are not bidi-reordered for display, and in unibyte
532 buffers.
533
bca633fb
EZ
5342011-08-23 Eli Zaretskii <eliz@gnu.org>
535
536 * nonascii.texi (Character Properties): Document the values for
537 unassigned codepoints.
538
c094bb0c
EZ
5392011-08-18 Eli Zaretskii <eliz@gnu.org>
540
541 * nonascii.texi (Character Properties): Document use of
542 `bidi-class' and `mirroring' properties as part of reordering.
543 Provide cross-references to "Bidirectional Display".
544
545 * display.texi (Bidirectional Display): Document the pitfalls of
546 concatenating strings with bidirectional content, with possible
f4e90db0
SM
547 solutions. Document bidi-string-mark-left-to-right.
548 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
549 Document use of `bidi-class' and `mirroring' properties as part of
550 reordering.
c094bb0c 551
1ea897d5
EZ
5522011-08-16 Eli Zaretskii <eliz@gnu.org>
553
9adfcd0b
EZ
554 * modes.texi (Major Mode Conventions): Improve the documentation
555 of `mode-class' `special' modes.
556
10862873
EZ
557 * nonascii.texi (Character Properties): Document the `mirroring'
558 property. Add index entries.
559
1ea897d5
EZ
560 * syntax.texi (Categories): Add an example of defining a new
561 category and category table.
562
563 * searching.texi (Regexp Backslash): Document how to display
564 existing categories. Mention the possibility of adding
565 categories, and add an xref to where this is described. Add an
566 index entry.
567
ebb552ed
CY
5682011-08-09 Chong Yidong <cyd@stupidchicken.com>
569
570 * text.texi (Special Properties):
571 * display.texi (Overlay Properties): Note that mouse-face cannot
572 change the text size (Bug#8530).
573
51a714e1
CY
5742011-08-08 Chong Yidong <cyd@stupidchicken.com>
575
576 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
577 using setenv instead.
578
4cc60b9b
EZ
5792011-07-28 Eli Zaretskii <eliz@gnu.org>
580
581 * display.texi (Bidirectional Display): Document the fact that
582 bidi-display-reordering is t by default.
583
5deb92fd
EZ
5842011-07-23 Eli Zaretskii <eliz@gnu.org>
585
586 * display.texi (Bidirectional Display): New section.
587
011b0ad6 5882011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
589 Tim Cross <theophilusx@gmail.com> (tiny change)
590 Glenn Morris <rgm@gnu.org>
011b0ad6 591
67f9b9f8 592 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 593
4baf28e6
AS
5942011-07-15 Andreas Schwab <schwab@linux-m68k.org>
595
596 * help.texi (Keys in Documentation): Revert last change.
597
66249842
LMI
5982011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
599
f863868c
LMI
600 * help.texi (Keys in Documentation): Clarify that \= only quotes
601 the next character, and doesn't affect longer sequences in
602 particular (bug#8935).
603
f4e90db0
SM
604 * debugging.texi (Using Debugger):
605 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 606
0bb23927 6072011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
608
609 * display.texi (Other Display Specs): Document that `left-fringe'
610 and `right-fringe' display specifications are of the "replacing"
611 kind.
612
f2027cdf
LMI
6132011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
614
615 * help.texi (Documentation Basics): Add a link to the Function
616 Documentation node (bug#6580).
617
f987fde4
LMI
6182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
619
0bc59b25
LMI
620 * keymaps.texi (Menu Bar): Mention :visible and :enable
621 (bug#6344). Text by Drew Adams.
622
63d55f1f
LMI
623 * modes.texi (Running Hooks): Mention buffer-local hook variables
624 (bug#6218).
625
f987fde4
LMI
626 * objects.texi (General Escape Syntax): "a with grave accent" is
627 ?xe0, not ?x8e0 (bug#5259).
628
b7527639
CY
6292011-07-12 Chong Yidong <cyd@stupidchicken.com>
630
631 * display.texi (Face Attributes, Font Selection): Add references
632 to the Fonts node in the Emacs manual (Bug#4178).
633
c830e5ae
CY
6342011-07-12 Chong Yidong <cyd@stupidchicken.com>
635
636 * display.texi (Window Systems): `window-system' is
637 terminal-local.
638
639 * frames.texi (Frame Parameters, Parameter Access): Don't mention
640 frame-local variables.
641
642 * variables.texi (Buffer-Local Variables): Don't mention obsolete
643 frame-local variables.
644 (Frame-Local Variables): Node deleted.
645
646 * elisp.texi (Top): Update node listing.
647
91223e54
LMI
6482011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
649
650 * elisp.texi: Change "inferiors" to "subnodes" in three places
651 (bug#3523).
652
963578d3
CY
6532011-07-11 Chong Yidong <cyd@stupidchicken.com>
654
655 * frames.texi (Window System Selections): Discussion of
656 x-select-enable-clipboard moved to Emacs manual.
657
07151e49
DD
6582011-07-11 Deniz Dogan <deniz@dogan.se>
659
660 * commands.texi (Prefix Command Arguments): Remove excessive
661 apostrophe.
662
7261e1cf
LMI
6632011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
664
ad21a12a
LMI
665 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
666 description is a string (bug#3313).
667
7261e1cf
LMI
668 * frames.texi (Display Feature Testing): Try to explain what all
669 the visual classes mean (bug#3042).
670
568f7b79
LMI
6712011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
672
18d59e29
LMI
673 * modes.texi (Mode Line Variables): Document `mode-line-remote'
674 and `mode-line-client' (bug#2974).
675
568f7b79
LMI
676 * text.texi (Insertion): Clarify marker movements (bug#1651).
677 Text from Drew Adams.
678
54e10184
LMI
6792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
680
d94d85e9
LMI
681 * text.texi (Special Properties): Clarify the format of `face'
682 (bug#1375).
683
54e10184
LMI
684 * commands.texi (Interactive Call): Add a `call-interactively'
685 example (bug#1010).
686
413c488d
LMI
6872011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
688
689 * functions.texi (Calling Functions): Link to the "Interactive
690 Call" node (bug#1001).
691
322b7dab 6922011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 693
3deead93
CY
694 * customize.texi (Composite Types): Move alist and plist to here
695 from Simple Types (Bug#7545).
696
697 * elisp.texi (Top): Update menu description.
698
b00d8c1a
CY
699 * display.texi (Face Attributes): Document negative line widths
700 (Bug#6113).
701
d2a6c43b
TR
7022011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
703
704 * searching.texi (Match Data): Note that match data can be
705 overwritten by most functions (bug#2499).
706
c7844a27
LMI
7072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
708
a9ab721e
LMI
709 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
710 flags mean (bug#6659).
711
c7844a27
LMI
712 * functions.texi (What Is a Function): Document the autoload
713 object (bug#6496).
714
f68d76d0
LMI
7152011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
716
8a20ca4c
LMI
717 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
718 is only used in the Customize user interface (bug#6089).
719
f68d76d0 720 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 721 images (bug#7836).
f68d76d0 722
7018dbe7
EZ
7232011-07-02 Eli Zaretskii <eliz@gnu.org>
724
725 * variables.texi (Defining Variables, Void Variables)
726 (Constant Variables): Fix incorrect usage of @kindex.
727
36cb87a1
LMI
7282011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
729
28ee97c7
LMI
730 * variables.texi (Defining Variables): Add an index entry for
731 `set-variable' (bug#7262).
8d4294e9 732 (Defining Variables): Use @findex for functions.
28ee97c7 733
8862ffd5
LMI
734 * frames.texi (Basic Parameters): Document the `explicit-name'
735 parameter (bug#6951).
736
0ec389b9
LMI
737 * customize.texi (Type Keywords): Clarify that :value provides a
738 default value for all types (bug#7386).
739
36cb87a1
LMI
740 * streams.texi (Output Functions): Document `pp'.
741
11fdef7d 7422011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
743
744 * keymaps.texi (Searching Keymaps):
745 * display.texi (Overlay Properties): Fix errors in 2011-05-29
746 change. Suggested by Johan Bockgård.
747
eeafcea7
CY
7482011-06-15 Chong Yidong <cyd@stupidchicken.com>
749
750 * text.texi (Special Properties): Clarify role of font-lock-face.
751
b96e6cde
LMI
7522011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
753
f4e90db0 754 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
755 to `process-live-p' for consistency with other `-live-p' functions.
756
be14b9ab
PE
7572011-06-03 Paul Eggert <eggert@cs.ucla.edu>
758
759 Document wide integers better.
760 * files.texi (File Attributes): Document ino_t values better.
2d365993 761 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
762 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
763 (Bitwise Operations):
001903b5
PE
764 * objects.texi (Integer Type): Use a binary notation that is a bit easier
765 to read, and that will port better if 62-bits becomes the default.
766 Fix or remove incorrect examples.
be14b9ab
PE
767 * os.texi (Time Conversion): Document time_t values better.
768
bcd54f83
LMI
7692011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
770
f4e90db0
SM
771 * processes.texi (Process Information):
772 Document `process-alive-p'.
bcd54f83 773
049bcbcb
CY
7742011-05-29 Chong Yidong <cyd@stupidchicken.com>
775
776 * help.texi (Accessing Documentation):
777 * display.texi (Pixel Specification):
778 * processes.texi (Serial Ports, Serial Ports):
779 * nonascii.texi (Character Properties, Default Coding Systems):
780 * text.texi (Changing Properties, Special Properties):
781 * windows.texi (Window Start and End):
782 * modes.texi (SMIE Indentation Example, SMIE Tricks):
783 * keymaps.texi (Searching Keymaps, Tool Bar):
784 * minibuf.texi (Basic Completion):
785 * compile.texi (Eval During Compile):
786 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
787 7x9 paper in printed manual.
788
789 * lists.texi (Sets And Lists): Fix misplaced text.
790
58539c63
CY
7912011-05-29 Chong Yidong <cyd@stupidchicken.com>
792
793 * keymaps.texi (Remapping Commands): Emphasize that the keymap
794 needs to be active (Bug#8350).
795
6b5681bf
CY
7962011-05-28 Chong Yidong <cyd@stupidchicken.com>
797
b4d52acc
CY
798 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
799
6b5681bf
CY
800 * tips.texi (Coding Conventions): Remove antediluvian filename
801 limit recommendation (Bug#8538).
802
e145f188
GM
8032011-05-27 Glenn Morris <rgm@gnu.org>
804
805 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
806
eafed945
GM
8072011-05-26 Glenn Morris <rgm@gnu.org>
808
809 * variables.texi (File Local Variables):
810 Update hack-local-variables `mode-only' return value.
2d3ba9e7 811 Add some more details on what this function does in the other case.
eafed945 812
bc8410af
GM
8132011-05-19 Glenn Morris <rgm@gnu.org>
814
815 * lists.texi (Sets And Lists): Mention cl provides union etc.
816
35a30759
N
8172011-05-19 Nix <nix@esperi.org.uk>
818
819 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
820
821 * text.texi (Parsing HTML): Update for function name changes.
822
823 * syntax.texi (Syntax Flags): Small fix.
824
825 * keymaps.texi (Active Keymaps): Typo fix.
826 (Changing Key Bindings): Grammar fix.
827
828 * frames.texi (Minibuffers and Frames): Grammar fix.
829 (Window System Selections): x-select-enable-clipboard now defaults to t.
830
831 * customize.texi (Common Keywords):
832 * display.texi (Abstract Display):
833 * modes.texi (Auto-Indentation):
834 * nonascii.texi (Converting Representations): Typo fixes.
835
836 * control.texi (Examples of Catch): Call it "goto" not "go to".
837
e3934a8a
EZ
8382011-05-14 Eli Zaretskii <eliz@gnu.org>
839
bc039a3b
EZ
840 * nonascii.texi (Character Properties): Fix inconsistencies with
841 implementation.
842
e3934a8a
EZ
843 * text.texi (Special Properties): Move @defvar's out of the
844 @table. (Bug#8652)
845
e2c94218
GM
8462011-05-12 Glenn Morris <rgm@gnu.org>
847
848 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
849
d2fc7e3d 8502011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
851
852 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
853 (Multiline Font Lock):
854 * vol2.texi (Top):
855 * vol1.texi (Top):
856 * elisp.texi (Top): Update menu accordingly.
857
d2fc7e3d 8582011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
859
860 * modes.texi (Region to Fontify): Fix typo.
861
79b70037
GM
8622011-05-10 Jim Meyering <meyering@redhat.com>
863
864 * minibuf.texi: Fix typo "in in -> in".
865
b08a63cc 8662011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
867
868 * numbers.texi (Integer Basics): Large integers are treated as floats.
869
1ef14cb4
LMI
8702011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
871
872 * processes.texi (Synchronous Processes): Document the (:file
873 "/file-name") syntax for `call-process'.
874
4ffd0d6b 8752011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
876
877 * windows.texi (Choosing Window): Fix typo.
878
4ffd0d6b 8792011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
880
881 * frames.texi (Layout Parameters): Note the difference between
882 querying and setting parameters for left-fringe and right-fringe
883 (Bug#6930).
884
fd5a8ae8
SM
8852011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * minibuf.texi (Basic Completion): Be a bit more precise about the
888 valid kinds of completion tables.
889 (Programmed Completion): Remove obsolete text about lambda expressions
890 not being valid completion tables.
891
c1bcd0d5
CY
8922011-03-19 Chong Yidong <cyd@stupidchicken.com>
893
894 * positions.texi (Excursions): Explain the "save-excursion
895 defeated by set-buffer" warning.
896
897 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
898 save-excursion. Suggested by Uday S Reddy.
899
03408648 9002011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 901
03408648
SM
902 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
903 (Lexical Binding): New sub-section.
ba83908c 904
03408648
SM
905 * eval.texi (Eval): Discourage the use of `eval'.
906 Document its new `lexical' argument.
6c075cd7 907
f6d62986
SM
9082011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
909
03408648 910 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
911 nil any more.
912
84ea5558 9132011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
914
915 * strings.texi (String Conversion): Don't mention
916 string-make-(uni|multi)byte (bug#8262).
917 * nonascii.texi (Converting Representations): Fix up range.
918 * keymaps.texi (Key Binding Commands): Update code point, avoid
919 "unibyte character" and remove mention of unibyte bindings.
920
62d94509
EZ
9212011-03-10 Eli Zaretskii <eliz@gnu.org>
922
923 * modes.texi (Operator Precedence Grammars): Don't use characters
924 outside ISO-8859-1.
925
63a329f8
EZ
9262011-03-09 Eli Zaretskii <eliz@gnu.org>
927
928 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
929
930 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
931
6446548e
GM
9322011-03-08 Glenn Morris <rgm@gnu.org>
933
934 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
935 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 936 * elisp.texi: Set documentencoding.
6446548e 937
33383987
JB
9382011-03-07 Chong Yidong <cyd@stupidchicken.com>
939
940 * Version 23.3 released.
941
0b3ceceb
CY
9422011-03-06 Chong Yidong <cyd@stupidchicken.com>
943
944 * package.texi: Update index keywords.
945 (Package Archives): New node contents. Document package-x.el.
946
78f5433f
JB
9472011-03-06 Juanma Barranquero <lekktu@gmail.com>
948
949 * makefile.w32-in (srcs): Add package.texi.
950
555e9b5c
CY
9512011-03-06 Chong Yidong <cyd@stupidchicken.com>
952
120d9389
CY
953 * package.texi (Packaging, Packaging Basics, Simple Packages)
954 (Multi-file Packages): Expand and clarify.
955 (Package Archives): Temporary placeholder node.
956
957 * elisp.texi (Top): Update node listing.
958
555e9b5c
CY
959 * Makefile.in (srcs): Add package.texi.
960
b59a4335
CY
9612011-03-05 Chong Yidong <cyd@stupidchicken.com>
962
963 * processes.texi (Synchronous Processes): Minor clarification
964 (Bug#8149).
965
06083aa1
GM
9662011-03-03 Glenn Morris <rgm@gnu.org>
967
968 * files.texi (Truenames): Minor clarification. (Bug#2341)
969
6640b281
GM
9702011-03-01 Glenn Morris <rgm@gnu.org>
971
972 * variables.texi (Directory Local Variables):
973 Mention `(subdirs . nil)' alist element.
974
2b0c7330 9752011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
976
977 * variables.texi (Directory Local Variables): Mention the optional
978 mtime argument of dir-locals-set-directory-class. (Bug#3577)
979
b923f7a9
CY
9802011-02-27 Chong Yidong <cyd@stupidchicken.com>
981
982 * minibuf.texi (Minibuffer History): Clarify discussion of
983 minibuffer history lists (Bug#8085).
984
67ab0163 9852011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 986
e979a521
EZ
987 * elisp.texi: Sync @dircategory with ../../info/dir.
988
e03b2fd4
EZ
989 * files.texi (Visiting Functions): Document find-file-literally,
990 both the command and the variable.
991
86ec878a
EZ
992 * variables.texi (Creating Buffer-Local): Explain the meaning of
993 permanent local variables.
994
67ab0163
GM
995 * files.texi (Visiting Functions): Document find-file-literally,
996 both the command and the variable.
997
998 * variables.texi (Creating Buffer-Local): Explain the meaning of
999 permanent local variables.
1000
10012011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1002
1003 * keymaps.texi (Remapping Commands): Mention how to undo it.
1004
bfcb151a
RT
10052011-02-09 Reuben Thomas <rrt@sc3d.org>
1006
1007 * loading.texi (Hooks for Loading): Remove unnecessary advice
1008 about eval-after-load (Bug#7986).
1009
a41c8660
CY
10102011-02-05 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * commands.texi (Accessing Mouse): Note that a header line is not
1013 included in the row of posn-col-row.
1014
e0dd6837
CY
10152011-02-02 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * modes.texi (Major Mode Conventions): Add face guidelines.
1018 (Faces for Font Lock): List faces in order of prominence.
1019
a4180391
PE
10202011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1021
1022 format-time-string now supports subsecond time stamp resolution
1023 * os.texi (Time Parsing): Document %N.
1024
7427eb97
CY
10252011-01-28 Chong Yidong <cyd@stupidchicken.com>
1026
61db307f
CY
1027 * vol1.texi (Top):
1028 * vol2.texi (Top):
1029 * elisp.texi (Top):
1030 * display.texi (Display Property): Shorten the menu description of
1031 the "Other Display Specs" node (Bug#7816).
1032
7427eb97
CY
1033 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1034 menu item" concept index entries (Bug#7805).
1035
bf3dae7e
EZ
10362011-01-29 Eli Zaretskii <eliz@gnu.org>
1037
1038 * makefile.w32-in (texinfodir): New variable.
1039 (usermanualdir): Remove as redundant with $(emacsdir).
1040 (MAKEINFO): Remove options, leave only program name.
1041 (MAKEINFO_OPTS): New variable.
1042 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1043
06d8ace5 10442011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1045 Richard Kim <emacs18@gmail.com>
1046
1047 * loading.texi (Library Search): Document list-load-path-shadows
1048 (Bug#7757).
1049
06d8ace5 10502011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1051
1052 * searching.texi (Regexp Special): Remove outdated discussion of
1053 character sets (Bug#7780).
1054
28a88153
CY
1055 * frames.texi (Pop-Up Menus): Document where menu title comes
1056 from (Bug#7684).
1057
06d8ace5 10582011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1059
1060 * display.texi (Making Buttons): Mention limitation of text buttons.
1061
a8e1e9ee
WL
10622011-01-23 Werner Lemberg <wl@gnu.org>
1063
1064 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1065 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1066 (ENVADD): New variable to control texi2dvi and texi2pdf.
1067
362b9d48
GM
10682011-01-15 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1071 Emacs manual.
1072
10732011-01-15 Eli Zaretskii <eliz@gnu.org>
1074
1075 * files.texi (Directory Names): Explain why FROM in
1076 directory-abbrev-alist should begin with \`. (Bug#7777)
1077
3fa173b4
SM
10782011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1081
7c420169 10822011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1083
1084 * modes.texi (Emulating Mode Line): Fix last change.
1085
7c420169 10862011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1087
1088 * modes.texi (Emulating Mode Line): Update documentation of
1089 format-mode-line according to changes that fixed bug #7587.
1090
80b33766
SM
10912010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * modes.texi (Derived Modes): Mention prog-mode.
1094
1095 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1096 of the key-binding-data cache since we don't use it any more.
1097
f49d1f52 10982010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1099
4bb49a92
EZ
1100 * processes.texi (Shell Arguments):
1101 * strings.texi (Creating Strings): Don't mention "shell commands";
1102 make it explicit that `split-string-and-unquote' and
1103 `combine-and-quote-strings' are mainly for working with arguments
1104 to call-process and start-process.
1105
3c73e30e
EZ
1106 * processes.texi (Shell Arguments): Fix documentation of
1107 `split-string-and-unquote'. Add indexing. (Bug#7563)
1108
f49d1f52 11092010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1110
1111 * modes.texi (Auto-Indentation): New section to document SMIE.
1112 (Major Mode Conventions):
1113 * text.texi (Mode-Specific Indent): Refer to it.
1114
f49d1f52 11152010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1116
1117 * display.texi (Other Display Specs): Document left-fringe and
1118 right-fringe display specs.
1119
f49d1f52 11202010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1121
1122 * backups.texi (Making Backups):
1123 * modes.texi (Example Major Modes): Use recommended coding style.
1124 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1125 define-derived-mode. Mention completion-at-point-functions.
1126
f49d1f52 11272010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1128
5dcb4c4e
SM
1129 * nonascii.texi (Converting Representations):
1130 Document byte-to-string.
e1115396 1131
ec1b9b17
GM
11322010-12-08 Glenn Morris <rgm@gnu.org>
1133
1134 * buffers.texi (Modification Time):
1135 verify-visited-file-modtime now defaults to the current buffer.
1136
07976ae3 11372010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1138
ec1b9b17 1139 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1140
1141 * strings.texi (Creating Strings): Don't mention semi-obsolete
1142 function char-to-string.
1143 (String Conversion): Shorten discussion of semi-obsolete function
1144 string-to-char. Link to Converting Representations.
1145
1146 * objects.texi (Symbol Type):
1147 * text.texi (Near Point):
1148 * help.texi (Help Functions):
1149 * functions.texi (Mapping Functions): Use string instead of
1150 char-to-string in examples.
1151
07976ae3 11522010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1153
1154 * text.texi (Kill Functions, Kill Functions)
1155 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1156 YANK-HANDLER args.
1157
1158 * symbols.texi (Creating Symbols): Using unintern without an
1159 obarray arg is now obsolete.
1160
1161 * numbers.texi (Float Basics): Document float-e and float-pi.
1162
1163 * variables.texi (Defining Variables): Change "pi" example to
1164 "float-pi".
1165
8547874a
EZ
11662010-11-26 Eli Zaretskii <eliz@gnu.org>
1167
1168 * commands.texi (Click Events): Document the values of X, Y and
1169 COL, ROW in the event's position, when the click is on the header
1170 or mode line, on the fringes, or in the margins.
1171
4a47c275 11722010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1173
5b05d75b
EZ
1174 * customize.texi (Composite Types): Lower-case index entry.
1175
5dcb4c4e
SM
1176 * loading.texi (How Programs Do Loading):
1177 Document load-file-name. (Bug#7346)
c7926fe2 1178
4a47c275 11792010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1180
1181 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1182
0eb025fb
EZ
11832010-11-13 Eli Zaretskii <eliz@gnu.org>
1184
1185 * display.texi (Usual Display): Characters with no fonts are not
1186 necessarily displayed as empty boxes.
1187
2699a554 11882010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1189
1190 * maps.texi (Standard Keymaps): Update File menu description.
1191
8289f37b
GM
11922010-10-28 Glenn Morris <rgm@gnu.org>
1193
1194 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1195
5793a7bc 11962010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1197
1198 * display.texi (Window Systems): Deprecate use of window-system as
1199 a predicate.
1200
17284e30
GM
12012010-10-23 Glenn Morris <rgm@gnu.org>
1202
1203 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1204 sorted-doc.
1205
00f113eb
JB
12062010-10-15 Eli Zaretskii <eliz@gnu.org>
1207
1208 * os.texi (Dynamic Libraries): New node, with slightly modified
1209 text deleted from "Image Formats".
1210 (System Interface): Add @menu entry for "Dynamic Libraries".
1211
1212 * display.texi (Image Formats): Remove description of
1213 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1214
07277eb8
GM
12152010-10-12 Glenn Morris <rgm@gnu.org>
1216
1217 * book-spine.texinfo: Rename to book-spine.texi.
1218
c12e4a81
GM
12192010-10-11 Glenn Morris <rgm@gnu.org>
1220
df187c62
GM
1221 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1222
c12e4a81 1223 * Makefile.in (DVIPS): New variable.
234db610
GM
1224 (.PHONY): Add html, ps.
1225 (html, elisp.html, ps, elisp.ps): New targets.
1226 (clean): Delete html, ps files.
1227 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1228
6513b232
EZ
12292010-10-09 Eli Zaretskii <eliz@gnu.org>
1230
1231 * makefile.w32-in (emacsdir): New variable.
1232 (srcs): Add emacsver.texi.
1233 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1234
abd40fb4
GM
12352010-10-09 Glenn Morris <rgm@gnu.org>
1236
c1dc72b3
GM
1237 * Makefile.in (VPATH): Remove.
1238 (infodir): Make it absolute.
1239 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1240
4393405b
GM
1241 * Makefile.in (dist): Anchor regexps.
1242
eef3ab94
GM
1243 * Makefile.in (srcs): Put elisp.texi first.
1244 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1245
aa9db089
GM
1246 * Makefile.in (infoclean): Remove harmless, long-standing error.
1247
abd40fb4
GM
1248 * Makefile.in ($(infodir)): Delete rule.
1249 (mkinfodir): New.
1250 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1251
68db69ed 1252 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1253 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1254
ea274122
GM
12552010-10-09 Glenn Morris <rgm@gnu.org>
1256
f7a31f11
GM
1257 * Makefile.in (emacsdir): New variable.
1258 (MAKEINFO): Add -I $emacsdir.
1259 (dist): Copy emacsver.texi.
b13254e7
GM
1260 (srcs): Add emacsver.texi.
1261
f7a31f11
GM
1262 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1263 Set EMACSVER by including emacsver.texi.
1264
ea274122
GM
1265 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1266
17ca7950
GM
12672010-10-07 Glenn Morris <rgm@gnu.org>
1268
1269 * Makefile.in (version): New, set by configure.
1270 (clean): Delete dist tar file.
1271 (dist): Use version in tar name.
1272
4c83f6e1
GM
12732010-10-06 Glenn Morris <rgm@gnu.org>
1274
1275 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1276 (INSTALL_INFO): Remove unused variable.
1277 (mostlyclean, infoclean, dist): New rules.
1278 (clean): Delete dvi and pdf files.
1279 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1280 ($(infodir)): Add parallel build workaround.
4c83f6e1 1281
0264072d
GM
12822010-10-04 Glenn Morris <rgm@gnu.org>
1283
1284 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1285 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1286 Fix -I typo.
0264072d
GM
1287 (clean): No 'make.out' or 'core' files.
1288 (.PHONY): Declare clean rules.
1289 (maintainer-clean): Delete pdf file. Guard against cd failures.
1290
77f38949
GM
12912010-10-03 Glenn Morris <rgm@gnu.org>
1292
1293 * files.texi (File Name Components): Remove ignored section about
1294 deleted variable directory-sep-char.
1295
178fdd41
MA
12962010-10-03 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * files.texi (Magic File Names): New defopt
1299 remote-file-name-inhibit-cache.
1300
9c524fcb
GM
13012010-10-02 Glenn Morris <rgm@gnu.org>
1302
1303 * os.texi (Killing Emacs): Hook now runs in batch mode.
1304
f816790b
SM
13052010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * text.texi (Special Properties): Clarify when modification-hooks run.
1308
7cf78aac
SM
13092010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * syntax.texi (Syntax Flags): Document new `c' flag.
1312
ca0d44e4
GM
13132010-09-09 Glenn Morris <rgm@gnu.org>
1314
1315 * display.texi (ImageMagick Images): General cleanup.
1316
10999305 13172010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1318
1319 * files.texi (Directory Names): Use \` rather than ^.
1320
45240125
JD
13212010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1322
1323 * text.texi (Low-Level Kill Ring):
1324 * frames.texi (Window System Selections): Remove cut buffer
1325 documentation.
1326
4abe5bf6
EZ
13272010-08-28 Eli Zaretskii <eliz@gnu.org>
1328
1329 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1330 Parameters", where the default fringe width is described.
1331
1332 * frames.texi (Window Frame Parameters, Basic Parameters)
1333 (Position Parameters, Layout Parameters, Management Parameters)
1334 (Cursor Parameters, Font and Color Parameters): Add indexing for
1335 frame parameters. (Bug#6929)
1336
fdc76236
TT
13372010-08-25 Tom Tromey <tromey@redhat.com>
1338
1339 * vol2.texi (Top): Update.
1340 * vol1.texi (Top): Update.
1341 * tips.texi (Library Headers): Mention Package-Version and
1342 Package-Requires.
1343 * package.texi: New file.
1344 * os.texi (System Interface): Update pointers.
1345 * elisp.texi (Top): Link to new nodes. Include package.texi.
1346 * anti.texi (Antinews): Update pointers.
1347
1e5c1c80
EZ
13482010-08-25 Eli Zaretskii <eliz@gnu.org>
1349
1350 * processes.texi (Filter Functions): Fix last change.
1351
78e33835
CY
13522010-08-24 Markus Triska <triska@gmx.at>
1353
1354 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1355 of `buffer-name' in the main text as well as in the example
1356 (Bug#3098).
1357
198a7a97
CY
13582010-08-22 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * nonascii.texi (Text Representations):
1361 * loading.texi (Loading Non-ASCII):
1362 * compile.texi (Byte Compilation): Don't mention obsolete
1363 --unibyte command-line argument.
1364
bc7d7ea6
CY
13652010-08-22 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1368
b0126eac 13692010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1370
1371 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1372
e8a6cc19
EZ
13732010-08-20 Eli Zaretskii <eliz@gnu.org>
1374
1375 * commands.texi (Misc Events): Add cross-references to where
1376 POSITION of a mouse event is described in detail.
1377
c4e7c63a 13782010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1379
c4e7c63a 1380 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1381
7815fe19 13822010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1383
1384 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1385 Suggested by Štěpán Němec <stepnem@gmail.com>.
1386
7815fe19 13872010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1388
1389 * minibuf.texi (High-Level Completion): Document args of
1390 `read-buffer-function' (bug#5625).
1391
8b2dd508
JD
13922010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1393
1394 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1395
bace45fe
MA
13962010-07-29 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * processes.texi (Process Information): Explain process property
1399 `remote-tty'.
1400
4ce5a4cc
JB
14012010-07-27 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1404 instead of "\C-\^?" (bug#6334).
1405
1c84bc7a
JB
1406 * text.texi (Special Properties): Fix typo.
1407
b88746ba
EZ
14082010-07-09 Eli Zaretskii <eliz@gnu.org>
1409
1410 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1411 calling sequences, which are now the standard.
1412
51422d6d
CY
14132010-06-24 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1416
1417 * commands.texi (Command Overview): Mention undo-boundary call.
1418
d24880de
GM
14192010-06-23 Glenn Morris <rgm@gnu.org>
1420
1421 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1422 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1423 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1424 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1425 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1426 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1427 Untabify Texinfo files.
1428
0fc76035
CY
14292010-06-20 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1432
5338dc0b
CY
14332010-06-19 Chong Yidong <cyd@stupidchicken.com>
1434
a628ad9d 1435 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1436
2c3a3c1d
CY
14372010-06-02 Chong Yidong <cyd@stupidchicken.com>
1438
ba3bf1d9
CY
1439 * searching.texi (Regexp Special): Remove obsolete information
1440 about matching non-ASCII characters, and suggest using char
1441 classes (Bug#6283).
2c3a3c1d 1442
7f4b4249
JB
14432010-05-30 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * minibuf.texi (Basic Completion): Add missing "@end defun".
1446
637821cd
SM
14472010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * minibuf.texi (Basic Completion): Document completion-boundaries.
1450 (Programmed Completion): Document the new fourth method for boundaries.
1451
e13051c3
CY
14522010-05-22 Chong Yidong <cyd@stupidchicken.com>
1453
a628ad9d 1454 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1455
0235128c 14562010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1457
1458 * windows.texi (Textual Scrolling):
1459 * tips.texi (Coding Conventions):
1460 * minibuf.texi (Minibuffer History):
1461 * maps.texi (Standard Keymaps):
1462 * loading.texi (Where Defined):
1463 * edebug.texi (Instrumenting): Fix typos.
1464
0235128c 14652010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1466
c7c32279
CY
1467 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1468
0235128c
SM
1469 * functions.texi (Obsolete Functions):
1470 Document set-advertised-calling-convention.
eb5ed549
CY
1471
1472 * minibuf.texi (Basic Completion): Document completion-in-region.
1473 (Programmed Completion): Document completion-annotate-function.
1474
1475 * commands.texi (Reading One Event): Document read-key.
1476 (Distinguish Interactive): Document KIND arg to
1477 called-interactively-p. Delete obsolete interactive-p.
1478
1479 * elisp.texi (Top): Update node description.
1480
f8848423
EZ
14812010-05-08 Eli Zaretskii <eliz@gnu.org>
1482
0235128c
SM
1483 * nonascii.texi (Character Properties):
1484 Document unicode-category-table. Add an index entry for Unicode
1485 general category.
1486
14872010-05-07 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * Version 23.2 released.
f8848423 1490
938efb77
JB
14912010-04-20 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * locals.texi (Standard Buffer-Local Variables):
1494 Remove @ignore'd reference to `direction-reversed'.
1495
5854c267
JL
14962010-04-14 Juri Linkov <juri@jurta.org>
1497
1498 Fix @deffn without category.
1499
1500 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1501 for `abbrev-insert'.
1502
1503 * buffers.texi (Indirect Buffers): Add category `Command'
1504 to @deffn of `clone-indirect-buffer'.
1505
1506 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1507 for `next-window' and `previous-window'. Add category `Command'
1508 to @deffn of `pop-to-buffer'.
1509
8a14dec7
CY
15102010-04-01 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * nonascii.texi (Text Representations): Don't mark
1513 enable-multibyte-characters as a user option.
1514
7a1831cf
EZ
15152010-03-31 Eli Zaretskii <eliz@gnu.org>
1516
1517 * control.texi (Handling Errors): How to re-throw a signal caught
1518 by condition-case.
1519
c3863713
CY
15202010-03-26 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * loading.texi (Hooks for Loading): Document after-load-functions.
1523 Copyedits.
1524
c333f279
AM
15252010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1526
1527 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1528
e867cb5d 15292010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1530
1531 * processes.texi (Network Processes): Document seqpacket type.
1532
605f35cd
DN
15332010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1534
1535 * os.texi (System Environment): Do not mention lynxos.
1536
288f9fc0
CY
15372010-03-10 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * Branch for 23.2.
1540
eed5c93a
CY
15412010-03-06 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * objects.texi (Integer Type): Take note of the read syntax
1544 exception for numbers that cannot fit in the integer type.
1545
1ddd6622
GM
15462010-03-03 Glenn Morris <rgm@gnu.org>
1547
1548 * numbers.texi (Integer Basics, Bitwise Operations):
1549 * objects.texi (Integer Type): Update for integers now being 30-bit.
1550
a908c79a
CY
15512010-02-27 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * display.texi (Low-Level Font): Document :otf font-spec property.
1554
cd61af01
SM
15552010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * display.texi (Line Height): Avoid obsolete special default variables
1558 like default-major-mode.
1559
c02f8fe2
AM
15602010-01-28 Alan Mackenzie <acm@muc.de>
1561
1562 * display.texi (Auto Faces): Say fontification-functions is called
1563 whether or not Font Lock is enabled. Tidy up the wording a bit.
1564
d738d18b
CY
15652010-01-17 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * elisp.texi: Remove duplicate edition information (Bug#5407).
1568
4963739e
JB
15692010-01-17 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * two.el (volume-header-toc-markup): Fix typos in docstring.
1572
c57008f6
SM
15732010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 Avoid dubious uses of save-excursions.
1576 * positions.texi (Excursions): Recommend the use of
1577 save-current-buffer if applicable.
1578 * text.texi (Clickable Text): Fix the example code which used
1579 save-excursion in a naive way which sometimes preserves point and
1580 sometimes not.
1581 * variables.texi (Creating Buffer-Local):
1582 * os.texi (Session Management):
1583 * display.texi (GIF Images):
1584 * control.texi (Cleanups): Use (save|with)-current-buffer.
1585
2f3725cd
EZ
15862010-01-02 Eli Zaretskii <eliz@gnu.org>
1587
1588 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1589
85eeac93
CY
15902010-01-02 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * nonascii.texi (Text Representations, Character Codes)
1593 (Converting Representations, Explicit Encoding)
1594 (Translation of Characters): Use hex notation consistently.
1595 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1596
4801c5fa
CY
15972010-01-01 Chong Yidong <cyd@stupidchicken.com>
1598
1599 * loading.texi (Where Defined): Make it clearer that these are
1600 loaded files (Bug#5068).
1601
26e533e2
CY
16022009-12-29 Chong Yidong <cyd@stupidchicken.com>
1603
1604 * minibuf.texi (Completion Styles): Document `initials' style.
1605
16d1ff5f
CY
16062009-12-25 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * frames.texi (Resources): Describe inhibit-x-resources.
1609 (Size Parameters): Copyedit.
1610
1611 * hash.texi (Creating Hash):
1612 * objects.texi (Hash Table Type): Document the new hash table
1613 printed representation.
1614
1615 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1616 obsolete.
1617
5dcb4c4e
SM
1618 * processes.texi (Process Buffers):
1619 Document process-kill-buffer-query-function.
16d1ff5f 1620
9a5de3d9
GM
16212009-12-05 Glenn Morris <rgm@gnu.org>
1622
1623 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1624 diary-display-function, and no longer recommended to be a hook.
1625 Update for changes in the names of calendar and diary hooks.
1626 diary-print-entries-hook has changed section.
1627
b640eb52
EZ
16282009-11-28 Eli Zaretskii <eliz@gnu.org>
1629
1630 * text.texi (Special Properties): More accurate description of
1631 what the `cursor' property does.
1632
be1674ab
KR
16332009-11-26 Kevin Ryde <user42@zip.com.au>
1634
1635 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1636 mouse-wheel-down-event, the closest thing to a definition for them.
1637 * os.texi (Startup Summary): vindex inhibit-startup-message and
1638 inhibit-splash-screen.
1639 (Command-Line Arguments): vindex argv.
1640 (Suspending Emacs): vindex suspend-tty-functions and
1641 resume-tty-functions. Don't want to index every hook, but having
1642 the programming ones is helpful.
1643
603f5979
CY
16442009-11-14 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * commands.texi (Motion Events): Fix typo (Bug#4907).
1647
4359a806
CY
16482009-11-08 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1651 are affected by case-fold-search (Bug#4483).
1652
0f063651
CY
16532009-11-02 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * minibuf.texi (Reading File Names): Note that read-file-name may
1656 use a graphical file dialog.
1657
9bd79893
GM
16582009-10-31 Glenn Morris <rgm@gnu.org>
1659
1660 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1661
ebe479ec
KR
16622009-10-16 Kevin Ryde <user42@zip.com.au>
1663
1664 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1665 in particular so `info-lookup-symbol' can find its docs.
1666
2640fa86
CY
16672009-10-16 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * variables.texi (Constant Variables): Distinguish from defconst
1670 variables.
1671 (Defining Variables): Add cindex.
1672
edd6a733
CY
16732009-10-15 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * os.texi (Time of Day): Clarify that the microsecond part is
1676 ignored (Bug#4637).
1677
5feb0b73
GM
16782009-10-11 Glenn Morris <rgm@gnu.org>
1679
1680 * frames.texi (Size and Position): Clarify what is included in the frame
1681 height. (Bug#4535)
1682
0c5413c8
GM
16832009-10-10 Glenn Morris <rgm@gnu.org>
1684
1685 * windows.texi (Size of Window): The relationship between window and
1686 frame heights is not so simple. (Bug#4535)
1687 Mention window-full-height-p.
1688
7f8b600a
SM
16892009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1692 used from Lisp.
1693
6185de1c
EZ
16942009-10-07 Eli Zaretskii <eliz@gnu.org>
1695
7f8b600a
SM
1696 * files.texi (Directory Names) <abbreviate-file-name>:
1697 Document that root home directories are not replaced with "~".
6185de1c 1698
9972911f
EZ
16992009-10-06 Eli Zaretskii <eliz@gnu.org>
1700
1701 * text.texi (Special Properties): Document the meaning of the
1702 `cursor' text property whose value is an integer.
1703
2a3f19ef
MA
17042009-10-05 Michael Albinus <michael.albinus@gmx.de>
1705
1706 * files.texi (Magic File Names): Add `copy-directory'.
1707
804543b5
EZ
17082009-10-05 Eli Zaretskii <eliz@gnu.org>
1709
1710 * files.texi (File Attributes): Fix description of file
1711 attributes. (Bug#4638) Update attributes of files.texi example to
1712 be more representative.
1713
461bf92b
MA
17142009-10-05 Michael Albinus <michael.albinus@gmx.de>
1715
1716 * files.texi (Create/Delete Dirs): New command copy-directory.
1717
a86cd395
JB
17182009-10-04 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * anti.texi (Antinews):
1721 * macros.texi (Indenting Macros):
1722 * strings.texi (Creating Strings, Case Conversion):
1723 Remove duplicate words.
1724
d3080264
MA
17252009-10-01 Michael Albinus <michael.albinus@gmx.de>
1726
1727 * files.texi (Create/Delete Dirs): delete-directory has an
1728 optional parameter RECURSIVE.
1729
85d14563
SM
17302009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * buffers.texi (Swapping Text): Minor clarification.
1733
3d9842c6
GM
17342009-10-01 Glenn Morris <rgm@gnu.org>
1735
1736 * functions.texi (Declaring Functions): Mention that we also search for
1737 ".m" files in the src/ directory.
1738
78427304
CY
17392009-09-25 David Engster <deng@randomsample.de>
1740
3d9842c6 1741 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1742
b578c9cc
GM
17432009-09-22 Glenn Morris <rgm@gnu.org>
1744
1745 * internals.texi (Building Emacs): Mention preloaded-file-list.
1746
beee5da7
AM
17472009-09-14 Alan Mackenzie <acm@muc.de>
1748
1749 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1750
5d6ab672
CY
17512009-09-13 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * functions.texi (Anonymous Functions): Rearrange discussion,
1754 giving usage of unquoted lambda forms first. Mention that
1755 `function' and `#'' are no longer required (Bug#4290).
1756
59375eeb
AM
17572009-09-11 Alan Mackenzie <acm@muc.de>
1758
a86cd395 1759 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1760 batch mode.
1761
e7e2f529
GM
17622009-09-01 Glenn Morris <rgm@gnu.org>
1763
1764 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1765
eae47088
GM
17662009-08-26 Ulrich Mueller <ulm@gentoo.org>
1767
1768 * nonascii.texi (Character Codes): Fix typos.
1769
3691a0a6
MA
17702009-08-25 Michael Albinus <michael.albinus@gmx.de>
1771
1772 * processes.texi (Synchronous Processes): New defvar
1773 process-file-side-effects.
1774
664d56b8
GM
17752009-08-25 Glenn Morris <rgm@gnu.org>
1776
1777 * display.texi (Fontsets): Fix typo.
1778
0706c025
GM
1779 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1780
03a74b84
SM
17812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * processes.texi (Asynchronous Processes): Adjust arglist of
1784 start-process-shell-command and start-file-process-shell-command.
1785
f6de8a37
CY
17862009-08-15 Chong Yidong <cyd@stupidchicken.com>
1787
4b1ed1bb
CY
1788 * advice.texi (Argument Access in Advice): Note that argument
1789 positions are zero-based (Bug#3932).
1790
89a9e058
CY
1791 * commands.texi (Distinguish Interactive): Minor copyedit.
1792
23696fd7
CY
1793 * display.texi (Face Attributes): Add xref to Displaying Faces for
1794 explanation of "underlying face".
1795
f6de8a37
CY
1796 * customize.texi (Common Keywords): Add xref to Loading.
1797
1798 * loading.texi (How Programs Do Loading): Add xref to Lisp
1799 Libraries node in the Emacs manual.
1800
417f77e6
CY
18012009-08-13 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1804
0999039c
CY
18052009-07-18 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * processes.texi (Shell Arguments): Copyedits.
1808
9af167bc
GM
18092009-07-18 Glenn Morris <rgm@gnu.org>
1810
1811 * loading.texi (Repeated Loading): Fix typo.
1812
137987ab
RS
18132009-07-16 Richard Stallman <rms@gnu.org>
1814
1815 * buffers.texi (Swapping Text): Recommend setting
1816 write-region-annotate-functions and buffer-saved-size.
1817
1818 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1819
622fa380
GM
18202009-07-15 Glenn Morris <rgm@gnu.org>
1821
1822 * edebug.texi: Minor re-phrasings throughout.
1823 (Edebug Execution Modes): Sit-for affects continue mode too.
1824 (Jumping): Use `forward-sexp' rather than its keybinding.
1825 (Edebug Misc): Fix Q binding.
1826 (Edebug Eval): Remove cl version.
1827 (Printing in Edebug): Clarify print-length etc.
1828 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1829 (Specification List): Remove edebug-unwrap findex entry.
1830 (Specification Examples): defmacro is actually not the same as defun.
1831 Escape "`" in example.
1832
6bbd4600
CY
18332009-07-15 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * markers.texi (The Mark): Document optional arg to
1836 deactivate-mark.
1837
e538d479
GM
18382009-07-11 Kevin Ryde <user42@zip.com.au>
1839
1840 * hooks.texi (Standard Hooks): Fix cross-references.
1841
4c98b9ed
GM
1842 * loading.texi (Named Features): Refer to eval-after-load.
1843
5300838c
GM
18442009-07-11 Glenn Morris <rgm@gnu.org>
1845
64fbeb16
GM
1846 * Makefile.in (TEXI2PDF): New.
1847 (elisp.pdf): New target.
1848
4c98b9ed
GM
1849 * searching.texi (Regexp Backslash): Fix typo.
1850
1851 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1852
51d9979c
GM
18532009-07-10 Glenn Morris <rgm@gnu.org>
1854
561c0216
GM
1855 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1856
5b594a58
GM
1857 * customize.texi (Customization Types):
1858 * display.texi (Abstract Display):
0cc8c85a 1859 * objects.texi (Character Type, String Type):
5b594a58 1860 Merge in some menu descriptions from elisp.texi.
51d9979c 1861
c3cbbb40
GM
1862 * hash.texi (Hash Tables):
1863 * modes.texi (Multiline Font Lock):
1864 End menu description with period.
fe42c16a 1865
28528402
GM
18662009-07-09 Glenn Morris <rgm@gnu.org>
1867
1868 * back.texi: Don't hard-code texinfo location.
1869
1870 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1871 (tex): Add texinfodir to TEXINPUTS.
1872 (elisp1med-init, elisp2med-init): Use texinfodir.
1873
1874 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1875 (clean): Add two-volume.make intermediate files.
1876
1877 * elisp.texi, vol1.texi, vol2.texi:
1878 Use a DATE variable with the publication date, and update it.
1879 Fix antinews menu description.
1880
1881 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1882 Update the detailed node listing to match elisp.texi.
1883
1884 * README: Update edition to match elisp.texi.
1885
1886 * objects.texi (General Escape Syntax):
1887 * nonascii.texi (Character Sets):
1888 Use consistent case for "Unicode Standard".
1889
1890 * anti.texi (Antinews):
1891 * customize.texi (Variable Definitions):
1892 * functions.texi (Declaring Functions):
1893 * nonascii.texi (Character Properties):
1894 * processes.texi (Serial Ports):
1895 * text.texi (Special Properties):
1896 * tips.texi (Coding Conventions):
1897 Minor rearrangements to improve TeX line-filling.
1898
1899 * commands.texi (Using Interactive): Fix cross-reference.
1900
17db8e10
JD
19012009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1902
1903 * frames.texi (Management Parameters): Mention sticky.
1904
77c7e2e1
AS
19052009-07-01 Andreas Schwab <aschwab@redhat.com>
1906
1907 * help.texi (Help Functions): Fix description of help-buffer and
1908 help-setup-xref to use @defun instead of @deffn.
1909
3f1c6666
JD
19102009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1911
1912 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1913
ca27c21b
CY
19142009-06-24 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * display.texi (Window Systems): Add ns to the list.
1917
70243478
CY
19182009-06-21 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * Branch for 23.1.
1921
df006536
MR
19222009-06-17 Martin Rudalics <rudalics@gmx.at>
1923
1924 * windows.texi (Dedicated Windows): Fix typo.
1925 (Resizing Windows): Replace @defun by @deffn.
1926
d259fc4b
GM
19272009-06-17 Glenn Morris <rgm@gnu.org>
1928
1929 * variables.texi (Directory Local Variables):
1930 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1931
30781db6
KH
19322009-06-09 Kenichi Handa <handa@m17n.org>
1933
1934 * nonascii.texi (Character Sets): State clearly that FROM and TO
1935 are codepoints of CHARSET.
1936
62e8099c
CY
19372009-06-07 Chong Yidong <cyd@stupidchicken.com>
1938
1939 * minibuf.texi (Reading File Names): Fix introductory text.
1940 Suggested by stan@derbycityprints.com.
1941 (High-Level Completion): Fix typo.
1942
ee1b1917
CY
19432009-05-28 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * frames.texi (Text Terminal Colors): Multi-tty is already
1946 implemented, but tty-local colors are not.
1947
5df647e8
CY
19482009-05-27 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * hooks.texi (Standard Hooks): Remove mention of obsolete
1951 redisplay-end-trigger-functions.
1952
1953 * internals.texi (Window Internals): Remove mention of obsolete
1954 redisplay-end-trigger-functions.
1955
01f17ae2
MR
19562009-05-21 Martin Rudalics <rudalics@gmx.at>
1957
1958 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1959
1960 * backups.texi (Making Backups): backup-directory-alist and
1961 make-backup-file-name-function are options.
1962 (Auto-Saving): auto-save-list-file-prefix is an option.
1963
1964 * buffers.texi (Killing Buffers): buffer-offer-save is an
1965 option.
1966
1967 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1968 option.
1969 (Echo Area Customization): echo-keystrokes is an option.
1970 (Selective Display): selective-display-ellipses is an option.
1971 (Temporary Displays): temp-buffer-show-function is an option.
1972 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1973 are options.
1974 (Font Selection): face-font-family-alternatives,
1975 face-font-selection-order, face-font-registry-alternatives, and
1976 scalable-fonts-allowed are options.
1977 (Fringe Indicators): indicate-buffer-boundaries is an option.
1978 (Fringe Cursors): overflow-newline-into-fringe is an option.
1979 (Scroll Bars): scroll-bar-mode is an option.
1980
1981 * eval.texi (Eval): max-lisp-eval-depth is an option.
1982
1983 * files.texi (Visiting Functions): find-file-hook is an option.
1984 (Directory Names): directory-abbrev-alist is an option.
1985 (Unique File Names): temporary-file-directory and
1986 small-temporary-file-directory are options.
1987
1988 * frames.texi (Initial Parameters): initial-frame-alist,
1989 minibuffer-frame-alist and default-frame-alist are options.
1990 (Cursor Parameters): blink-cursor-alist and
1991 cursor-in-non-selected-windows ar options.
1992 (Window System Selections): selection-coding-system is an
1993 option.
1994 (Display Feature Testing): display-mm-dimensions-alist is an
1995 option.
1996
1997 * help.texi (Help Functions): help-char and help-event-list are
1998 options.
1999
2000 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2001 an option.
2002
2003 * minibuf.texi (Minibuffer History): history-length and
2004 history-delete-duplicates are options.
2005 (High-Level Completion): read-buffer-function and
2006 read-buffer-completion-ignore-case are options.
2007 (Reading File Names): read-file-name-completion-ignore-case is
2008 an option.
2009
2010 * modes.texi (Mode Line Top): mode-line-format is an option.
2011 (Mode Line Variables): mode-line-position and mode-line-modes
2012 are options.
2013
2014 * nonascii.texi (Text Representations):
2015 enable-multibyte-characters is an option.
2016 (Default Coding Systems): auto-coding-regexp-alist,
2017 file-coding-system-alist, auto-coding-alist and
2018 auto-coding-functions are options.
2019 (Specifying Coding Systems): inhibit-eol-conversion is an
2020 option.
2021
2022 * os.texi (Init File): site-run-file is an option.
2023 (System Environment): mail-host-address is an option.
2024 (User Identification): user-mail-address is an option.
2025 (Terminal Output): baud-rate is an option.
2026
2027 * positions.texi (Word Motion): words-include-escapes is an
2028 option.
2029
2030 * searching.texi (Standard Regexps): page-delimiter,
2031 paragraph-separate, paragraph-separate and sentence-end are
2032 options.
2033
2034 * text.texi (Margins): left-margin and fill-nobreak-predicate
2035 are options.
2036
2037 * variables.texi (Local Variables): max-specpdl-size is an
2038 option.
2039
2040 * windows.texi (Choosing Window):
2041 split-window-preferred-function, special-display-function and
2042 display-buffer-function are options.
2043
106e6894
CY
20442009-05-20 Chong Yidong <cyd@stupidchicken.com>
2045
4a83454d
CY
2046 Fix errors spotted by Martin Rudalics.
2047
106e6894
CY
2048 * syntax.texi (Position Parse): Document rationale for ignored
2049 arguments to syntax-ppss-flush-cache.
2050
2051 * processes.texi (Input to Processes): Mark PROCESS arg to
2052 process-running-child-p as optional.
2053 (Network Options): Document NO-ERROR arg to
2054 set-network-process-option.
2055
2056 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2057 command.
2058
2059 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2060 posix-search-backward as commands.
2061
2062 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2063 (Suspending Emacs): Mark suspend-emacs as a command.
2064 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2065 commands.
5dcb4c4e
SM
2066 (Terminal Output): Remove obsolete function baud-rate.
2067 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2068
2069 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2070 terminal-coding-system and set-terminal-coding-system.
2071 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2072 as optional.
2073 (Character Sets): Document RESTRICTION arg of char-charset.
2074 (Character Codes): Mark POS argument to get-byte as optional.
2075
2076 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2077 minibuffer-message.
2078
2079 * files.texi (Create/Delete Dirs): Mark make-directory and
2080 delete-directory as commands.
2081
2082 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2083
2084 * text.texi (Base 64): Mark base64-decode-string and
2085 base64-encode-string as commands.
2086 (Columns): Mark move-to-column as a command.
2087 (Mode-Specific Indent): Document RIGID arg to
2088 indent-for-tab-command.
2089 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2090 Mark indent-code-rigidly as a command.
2091 (Substitution): Mark translate-region as a command.
2092
2093 * frames.texi (Size and Position): Remove obsolete functions
2094 screen-height and screen-width.
2095
04173931
CY
20962009-05-19 Chong Yidong <cyd@stupidchicken.com>
2097
2098 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2099 (Displaying Buffers, Resizing Windows): Correct mistakes;
2100 next-window, previous-window, and pop-to-buffer are not commands,
2101 and fit-window-to-buffer" is a command. (Pointed out by Martin
2102 Rudalics.)
2103
eae7d8f8
RS
21042009-05-17 Richard M Stallman <rms@gnu.org>
2105
2106 * modes.texi (Precalculated Fontification): Clarify text.
2107
b8766179
MR
21082009-05-17 Martin Rudalics <rudalics@gmx.at>
2109
2110 * windows.texi (Selecting Windows): Clarify descriptions of
2111 with-selected-window and get-lru-window.
2112 (Cyclic Window Ordering): Refer to particular frame when talking
2113 about how splitting affects the ordering.
2114 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2115 switch-to-buffer-other-window. Explain how setting of
2116 display-buffer-reuse-frames affects pop-to-buffer.
2117 (Choosing Window): Clarify some details in descriptions of
2118 display-buffer-reuse-frames, pop-up-frames, and
2119 pop-up-frame-function.
2120 (Dedicated Windows): Clarify some details.
2121 (Textual Scrolling): Replace term vscroll by term vertical
2122 scroll position.
2123 (Vertical Scrolling): Fix typo.
2124 (Window Hooks): Relate text on jit-lock-register to window
2125 scrolling and size changes.
2126
734b5e3b
CY
21272009-05-14 Chong Yidong <cyd@stupidchicken.com>
2128
0a65633e
CY
2129 * frames.texi (Initial Parameters): Clarify what the initial
2130 minibuffer frame is.
05be46d7
CY
2131 (Buffer Parameters): Note that the minibuffer parameter can not be
2132 altered.
0a65633e 2133
734b5e3b
CY
2134 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2135 Document display-buffer changes.
2136
925672cd
CY
21372009-05-13 Chong Yidong <cyd@stupidchicken.com>
2138
17ecd7af
CY
2139 * anti.texi (Antinews): Rewrite for Emacs 22.
2140
925672cd
CY
2141 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2142 obarrays are first mentioned. Define "system abbrev" more
2143 prominently, and add it to the index.
2144 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2145 Copyedits.
2146 (Abbrev Expansion): Document abbrev-insert.
2147
80be4dd7
CY
21482009-05-12 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * frames.texi (Font and Color Parameters): Rename from Color
2151 Parameters. Document font-backend parameter.
2152
2153 * vol2.texi (Top): Update node listing.
2154 * vol1.texi (Top): Update node listing.
2155 * elisp.texi (Top): Update node listing.
2156
372a93ac
MR
21572009-05-11 Martin Rudalics <rudalics@gmx.at>
2158
2159 * windows.texi (Choosing Window): Don't explicitly refer to
2160 split-window-sensibly's window argument in descriptions of
2161 split-height-threshold and split-width-threshold.
2162
714c3541
MR
21632009-05-10 Martin Rudalics <rudalics@gmx.at>
2164
2165 * windows.texi (Choosing Window): Fix rewrite of window
2166 splitting section.
2167
0e90e7be
EZ
21682009-05-09 Eli Zaretskii <eliz@gnu.org>
2169
f4e90db0
SM
2170 * nonascii.texi (Default Coding Systems):
2171 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2172 Add indexing.
0e90e7be
EZ
2173 (Lisp and Coding Systems): Add index entries.
2174
d3c0c321
MR
21752009-05-09 Martin Rudalics <rudalics@gmx.at>
2176
2177 * windows.texi (Choosing Window): Describe split-window-sensibly
2178 and rewrite section on window splitting accordingly.
2179 (Textual Scrolling): Replace `...' by @code{...}.
2180
c773345a
CY
21812009-05-04 Chong Yidong <cyd@stupidchicken.com>
2182
ee2d5b5e
CY
2183 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2184 Remove obsoleted pre-abbrev-expand-hook.
2185
2186 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2187 entries.
2188
c773345a
CY
2189 * internals.texi (Object Internals): Don't assume 32-bit machines
2190 are the norm.
2191 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2192 (Window Internals): Synch field names to window.h.
2193 (Process Internals): Synch field names to process.h.
c773345a 2194
dd449674
CY
21952009-04-29 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * variables.texi (File Local Variables): Note that read-circle is
2198 bound to nil when reading file-local variables.
2199
2200 * streams.texi (Input Functions): Document read-circle.
2201 (Output Variables): Add xref to Circular Objects.
2202
4f1e25e2
CY
22032009-04-25 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2206 Features and Coding System Basics. Node that "p" stands for
2207 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2208 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2209 mouse-appearance-menu.
2210 (Programming Tips): Add xref to Progress.
2211
dca019f8
CY
22122009-04-22 Chong Yidong <cyd@stupidchicken.com>
2213
5dcb4c4e
SM
2214 * os.texi (Command-Line Arguments):
2215 Document command-line-args-left.
dca019f8
CY
2216 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2217 terminal objects for tty arguments.
2218 (Startup Summary): Add xref to Session Management.
2219 (Session Management): Mention emacs-session-restore. Copyedits.
2220
02a89103
CY
22212009-04-20 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * os.texi (Startup Summary): Copyedits. The init file is not
2224 necessarily named .emacs now. Document initial-buffer-choice and
2225 initial-scratch-message. Note where Emacs exits in batch mode.
2226 Document inhibit-splash-screen as an alias.
2227 (Init File): Be neutral about which init file name to use.
2228
22292009-04-16 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * os.texi (System Interface): Fix Texinfo usage.
2232
0c1cfe01
CY
22332009-04-15 Chong Yidong <cyd@stupidchicken.com>
2234
80d7cdca
CY
2235 * searching.texi (Regexp Backslash): Also refer to shy groups as
2236 non-capturing or unnumbered groups.
2237 (Regexp Functions): Add cross-reference to Regexp Backslash.
2238
0c1cfe01
CY
2239 * display.texi (Truncation): Overlays can use line-prefix and
2240 wrap-prefix too.
2241 (Overlay Properties): Document wrap-prefix and line-prefix.
2242 (Face Attributes): Document underline-minimum-offset.
2243 (Face Remapping): Copyedits.
2244 (Low-Level Font): Copyedits.
2245 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2246 (Line Height): Emphasize that line-spacing only takes effect on
2247 graphical terminals.
0c1cfe01 2248
c4adeee0
CY
22492009-04-13 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * display.texi (Refresh Screen): Note that a passage about screen
2252 refreshing is text terminal only.
2253 (Forcing Redisplay): Delete misleading comment---sit-for calls
2254 redisplay, not the other way around.
2255 (Truncation): Note new values of truncate-partial-width-windows.
2256 Copyedits.
2257 (Invisible Text): Document invisible-p.
2258
b20ecfa1
EZ
22592009-04-11 Eli Zaretskii <eliz@gnu.org>
2260
2261 * display.texi (Overlays): Overlays don't scale well. See
2262 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2263
97d8273f
CY
22642009-04-10 Chong Yidong <cyd@stupidchicken.com>
2265
f147ff75
CY
2266 * syntax.texi (Syntax Table Functions): Document cons cell
2267 argument for modify-syntax-entry.
2268 (Categories): Document cons cell argument for
2269 modify-category-entry.
2270
fca4ec76
CY
2271 * searching.texi (String Search): Document word-search-forward-lax
2272 and word-search-backward-lax.
2273 (Searching and Case): Describe isearch behavior more precisely.
2274
9c283d5b
CY
2275 * keymaps.texi (Tool Bar): Mention that some platforms do not
2276 support multi-line toolbars. Suggested by Stephen Eglen.
2277
2278 * frames.texi (Layout Parameters): Mention that Nextstep also
2279 allows only one tool-bar line. Suggested by Stephen Eglen.
2280
97d8273f
CY
2281 * nonascii.texi (Text Representations): Copyedits.
2282 (Coding System Basics): Also mention utf-8-emacs.
2283 (Converting Representations, Selecting a Representation)
2284 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2285 Copyedits.
2286 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2287
2bad3299
CY
22882009-04-09 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2291 (Filling): Clarify REGION argument of fill-paragraph.
2292 Document fill-forward-paragraph-function.
2bad3299
CY
2293 (Special Properties): Remove "new in Emacs 22" declaration.
2294 (Clickable Text): Merge with Links and Mouse-1 node.
2295
5dcb4c4e
SM
2296 * display.texi (Button Properties, Button Buffer Commands):
2297 Change xref to Clickable Text.
2bad3299
CY
2298
2299 * tips.texi (Key Binding Conventions): Change xref to Clickable
2300 Text.
2301
2302 * elisp.texi (Top): Update node listing.
2303
ea30ce4f
CY
23042009-04-05 Chong Yidong <cyd@stupidchicken.com>
2305
47af2f4b
CY
2306 * markers.texi (The Mark): Copyedits. Improve description of
2307 handle-shift-selection.
2308 (The Region): Move use-region-p here from The Mark.
2309
ea30ce4f
CY
2310 * positions.texi (Screen Lines): Document (cols . lines) argument
2311 for vertical-motion.
2312
2aa8ea6e
CY
23132009-04-04 Chong Yidong <cyd@stupidchicken.com>
2314
3ec61d4e
CY
2315 * frames.texi (Frames): Clean up introduction. Document `ns'
2316 return value for framep.
2317 (Creating Frames): Note how the terminal is chosen.
2318 (Multiple Terminals, Multiple Displays): Merge into a single node.
2319 (Color Parameters): Fix typo.
2320
2321 * variables.texi (Local Variables, Buffer-Local Variables)
2322 (Creating Buffer-Local): Change link to Multiple Terminals.
2323
2324 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2325
2326 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2327 Terminals.
2328
2329 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2330 to Multiple Terminals.
2331
2332 * elisp.texi (Top): Update node listing.
2333 * vol2.texi (Top): Update node listing.
2334 * vol1.texi (Top): Update node listing.
2335
9257072f
CY
2336 * buffers.texi (Current Buffer): Note that the append-to-buffer
2337 example is no longer in synch with the latest code. Tie the two
2338 examples together.
2339
2aa8ea6e
CY
2340 * files.texi (File Attributes): Move note about MS-DOS from
2341 Changing Files to File Attributes.
2342 (Create/Delete Dirs): Note that mkdir is an alias for this.
2343
22e74b17
CY
23442009-04-01 Markus Triska <triska@gmx.at>
2345
2346 * processes.texi (Filter Functions): Suggest how to handle output
2347 batches.
2348
4bbe48ec
CY
23492009-03-30 Chong Yidong <cyd@stupidchicken.com>
2350
2351 * help.texi (Accessing Documentation): Update example to use
2352 help-setup-xref and with-help-window.
2353 (Help Functions): Remove print-help-return-message, which is
2354 semi-obsolete due to with-help-window. Document help-buffer and
2355 help-setup-xref.
2356
b9723f39
CY
23572009-03-29 Chong Yidong <cyd@stupidchicken.com>
2358
5dcb4c4e
SM
2359 * help.texi (Accessing Documentation, Help Functions):
2360 Remove information about long-obsolete Emacs versions.
9eb52e90 2361
b9723f39
CY
2362 * modes.texi (Mode Line Variables): The default values of the mode
2363 line variables are now more complicated.
2364
b0cc32db
CY
23652009-03-28 Chong Yidong <cyd@stupidchicken.com>
2366
3c25a5a9
CY
2367 * modes.texi (Major Mode Conventions): Note that specialness is
2368 inherited.
31c9eebb
CY
2369 (Derived Modes): Note that define-derive-mode sets the mode-class
2370 property.
3c25a5a9 2371
b0cc32db
CY
2372 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2373 goto-map. Add search-map to the list.
2374
c5e0006d
EZ
23752009-03-27 Eli Zaretskii <eliz@gnu.org>
2376
1213465a
EZ
2377 * os.texi (System Environment): Update the list of system-type
2378 values.
2379
c5e0006d
EZ
2380 * markers.texi (The Mark) <handle-shift-selection>: Update for
2381 removal of the optional argument DEACTIVATE.
2382
48bab3d6
CY
23832009-03-25 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * commands.texi (Focus Events): Most X window managers don't use
2386 focus-follows-mouse nowadays.
2387
6e4ff1b6
CY
23882009-03-24 Chong Yidong <cyd@stupidchicken.com>
2389
2390 * commands.texi (Defining Commands): Clarify introduction.
2391 (Using Interactive): Not that interactive can be put in a symbol
2392 property.
2393 (Interactive Call): Note that a symbol with a non-nil
2394 interactive-form property satisfies commandp.
2395
11625308
JB
23962009-03-23 Juanma Barranquero <lekktu@gmail.com>
2397
2398 * minibuf.texi (Intro to Minibuffers): Fix typos.
2399
7b34420d
CY
24002009-03-23 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2403 about minibuffers in old Emacs versions. Copyedits.
2404 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2405 (Text from Minibuffer): Simplify introduction.
2406
f9257eed
AM
24072009-03-22 Alan Mackenzie <acm@muc.de>
2408
2409 * commands.texi (Using Interactive): Clarify string argument to
2410 `interactive' - even promptless elements need \n separators.
2411
f639ba70
CY
24122009-03-18 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * minibuf.texi (Completion Styles): New node.
2415
2416 * elisp.texi (Top): Update node listing.
2417
d897e8ee
CY
24182009-03-17 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * minibuf.texi (Basic Completion): Note that
2421 read-file-name-completion-ignore-case and
2422 read-buffer-completion-ignore-case can override
2423 completion-ignore-case.
2424 (Minibuffer Completion): Document completing-read changes.
2425 (Completion Commands): Avoid mentioning partial completion mode.
2426 Document minibuffer-completion-confirm changes, and
2427 minibuffer-confirm-exit-commands.
2428 (High-Level Completion): Document new require-match behavior for
2429 read-buffer. Document read-buffer-completion-ignore-case.
2430 (Reading File Names): Document new require-match behavior for
2431 read-file-name.
2432
b1f23349
CY
24332009-03-14 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * debugging.texi (Error Debugging): Don't mislead the reader into
2436 thinking that debug-on-error enters debugger for C-f at EOB.
2437 (Error Debugging): Setting debug-on-init within the init file
2438 works, and has for some time.
2439
d6eb4e25
KH
24402009-03-13 Kenichi Handa <handa@m17n.org>
2441
2442 * display.texi (Fontsets): Update the description.
2443
1cf53dc5
CY
24442009-03-13 Chong Yidong <cyd@stupidchicken.com>
2445
2446 * advice.texi (Advising Primitives): Link to What Is a Function.
2447
81f919fc
CY
24482009-03-12 Chong Yidong <cyd@stupidchicken.com>
2449
cf4229eb
CY
2450 * compile.texi (Speed of Byte-Code): Update example.
2451 (Disassembly): Update examples.
2452
81f919fc 2453 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2454
2455 * customize.texi (Common Keywords): It's not necessary to use :tag
2456 to remove hyphens, as custom-unlispify-tag-name does it
2457 automatically.
5dcb4c4e
SM
2458 (Variable Definitions): Link to File Local Variables.
2459 Document customized-value symbol property.
f2bbc08c
CY
2460 (Customization Types): Move menu to end of node.
2461
955964d7
CY
24622009-03-10 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * macros.texi (Compiling Macros): Omit misleading sentence, which
2465 implied that macros can only be used in the same file they are
2466 defined.
2467 (Backquote): Remove obsolete information about Emacs 19.
2468
d25ed7db
GM
24692009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2470
2471 * display.texi (Display Margins): Fix paren typo.
2472
d55f6ca5
CY
24732009-02-27 Chong Yidong <cyd@stupidchicken.com>
2474
f0e57ed8
CY
2475 * elisp.texi (Top): Update node listing.
2476
2477 * variables.texi (Variables): Clarify introduction.
2478 (Global Variables): Mention that setq is a special form.
2479 (Local Variables): Use active voice.
2480 (Tips for Defining): Mention marking variables as safe.
2481 (Buffer-Local Variables): Mention terminal-local and frame-local
2482 variables together.
2483 (File Local Variables): Copyedits.
2484 (Frame-Local Variables): Note that they are not really useful.
2485 (Future Local Variables): Node deleted.
2486
d55f6ca5 2487 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2488 Unicode escape syntax.
d55f6ca5 2489
ca8f09a8
CY
24902009-02-23 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * control.texi (Control Structures): Add cindex entry for "textual
2493 order".
2494
2495 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2496 instead of "expression" throughout.
2497 (Function Indirection): Copyedits. Use active voice.
2498 (Eval): The default value of max-lisp-eval-depth is now 400.
2499
a20878b6
MB
25002009-02-23 Miles Bader <miles@gnu.org>
2501
2502 * processes.texi (System Processes): Rename `system-process-attributes'
2503 to `process-attributes'.
2504
61f66044
CY
25052009-02-22 Chong Yidong <cyd@stupidchicken.com>
2506
1b80d1f3
CY
2507 * symbols.texi (Property Lists): Emphasize that property lists are
2508 not restricted to symbol cells.
2509 (Other Plists): Copyedit.
2510
61f66044
CY
2511 * sequences.texi (Sequences Arrays Vectors): Make introduction
2512 more concise.
2513 (Arrays): Mention char-tables and bool-vectors too.
2514 (Vectors): Don't repeat information given in Arrays node. Link to
2515 nodes that explain the vector usage examples.
2516 (Char-Tables): Note that char-table elements can have arbitrary
2517 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2518 Link to Property Lists node.
61f66044 2519
9403944b
CY
25202009-02-22 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2523 `append'.
4068c7b4 2524 (List Elements): Copyedits.
9403944b
CY
2525
2526 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2527 of `vconcat'.
2528
2529 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2530 Emacs 20 usage of `concat'.
2531 (Case Conversion): Copyedits.
2532
b87a185f
CY
25332009-02-21 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2536 Minor edits.
2537 (Frame Configuration Type): Emphasize that it is not primitive.
2538 (Font Type): New node.
2539 (Type Predicates): Add fontp; type-of now recognizes font object
2540 types.
2541
2542 * intro.texi (Version Info): Update version numbers in examples.
2543 (Acknowledgements): List more contributors.
2544
2545 * elisp.texi: Bump version number to 3.0.
2546 (Top): Link to Font Type node.
2547
867d4bb3
JB
25482009-02-20 Juanma Barranquero <lekktu@gmail.com>
2549
2550 * modes.texi (Major Mode Conventions): Remove duplicate words.
2551 (Customizing Keywords): Fix typo.
2552
77730170
EZ
25532009-02-14 Eli Zaretskii <eliz@gnu.org>
2554
2555 * nonascii.texi (User-Chosen Coding Systems): Document that
2556 select-safe-coding-system suggests raw-text if there are raw bytes
2557 in the region.
2558 (Explicit Encoding): Warn not to use `undecided' when encoding.
2559
c8736212
GM
25602009-02-11 Glenn Morris <rgm@gnu.org>
2561
2562 * frames.texi (Visibility of Frames): Mention the effect multiple
2563 workspaces/desktops can have on visibility.
2564
ab992d66
EZ
25652009-02-07 Eli Zaretskii <eliz@gnu.org>
2566
c8736212
GM
2567 * text.texi (Commands for Insertion):
2568 * commands.texi (Event Mod):
2569 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2570 * nonascii.texi (Translation of Characters):
2571 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2572 (Explicit Encoding): Document the `charset' text property produced
2573 by decode-coding-region and decode-coding-string.
ab992d66 2574
e651a255
AM
25752009-01-27 Alan Mackenzie <acm@muc.de>
2576
2577 * modes.texi (Search-based Fontification): Correct a typo.
2578
bc5cde4b
JB
25792009-01-25 Juanma Barranquero <lekktu@gmail.com>
2580
2581 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2582 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2583
3533155b
EZ
25842009-01-24 Eli Zaretskii <eliz@gnu.org>
2585
f721deda
EZ
2586 * display.texi (Window Systems): Document the value of
2587 `initial-window-system' under --daemon.
2588
3533155b
EZ
2589 * os.texi (System Environment): Remove description of the
2590 `environment' function which has been deleted.
2591
f79b43b2
DN
25922009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2593
2594 * frames.texi (Multiple Displays): Remove documentation for
2595 removed function make-frame-on-tty.
2596
e3aa6669
CY
25972009-01-22 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2600 write-region-annotate-functions.
2601 Document write-region-post-annotation-function.
e3aa6669 2602
fb13a416
CY
26032009-01-19 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * display.texi (Font Lookup): Document WIDTH argument of
2606 x-list-fonts.
2607
02eccf6b
EZ
26082009-01-17 Eli Zaretskii <eliz@gnu.org>
2609
ead3f58d
EZ
2610 * maps.texi (Standard Keymaps): Rename function-key-map to
2611 local-function-key-map.
2612
2613 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2614 local-function-key-map.
2615
2616 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2617 and `set-keyboard-coding-system' now accept an optional terminal
2618 argument.
2619
2620 * commands.texi (Event Mod): `keyboard-translate-table' is now
2621 terminal-local.
2622 (Function Keys): Rename function-key-map to
2623 local-function-key-map.
2624
df05a163
EZ
2625 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2626 frames.texi.
2627
0ed8034e 2628 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2629 `delete-terminal-functions', `suspend-tty-functions' and
2630 `resume-tty-functions'.
0ed8034e
EZ
2631
2632 * frames.texi (Frames): Document `frame-terminal' and
2633 `terminal-live-p'.
2634 (Multiple Displays): Document `make-frame-on-tty'.
2635 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2636 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2637 (Terminal Parameters): Document `terminal-parameters',
2638 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2639
2640 * os.texi (System Environment): Document `environment' and
2641 `initial-environment'.
490f1197
EZ
2642 (Suspending Emacs): Update for multi-tty; document
2643 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2644
02eccf6b
EZ
2645 * nonascii.texi (Coding System Basics): More accurate description
2646 of `raw-text'.
2647
f19fea97
JB
26482009-01-12 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * display.texi (Low-Level Font): Fix typo.
2651
16fa292f
CY
26522009-01-10 Chong Yidong <cyd@stupidchicken.com>
2653
2654 * elisp.texi (Top): Update node listing.
2655
2656 * display.texi (PostScript Images): Node deleted.
2657
0b4faef3
EZ
26582009-01-10 Eli Zaretskii <eliz@gnu.org>
2659
3355f04d
EZ
2660 * processes.texi (Decoding Output): Document that null bytes force
2661 no-conversion for reading process output.
2662
2663 * files.texi (Reading from Files): Document that null bytes force
2664 no-conversion when visiting files.
2665
11625308 2666 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2667
5dcb4c4e
SM
2668 * nonascii.texi (Lisp and Coding Systems):
2669 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2670 (Character Properties): Improve wording.
0b4faef3 2671
ce9cf065
CY
26722009-01-09 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * display.texi (Font Lookup): Remove obsolete function
2675 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2676 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2677 (Font Selection): Reorder order of variable descriptions.
2678 Minor clarifications.
ce9cf065
CY
2679
2680 * elisp.texi (Top): Update node listing.
2681
ab756fb3
GM
26822009-01-09 Glenn Morris <rgm@gnu.org>
2683
2684 * commands.texi (Command Loop Info): Say that last-command-char and
2685 last-input-char are obsolete aliases.
2686
2687 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2688 last-input-char and last-command-char, since they are just aliases for
2689 last-input-event and last-command-event.
2690
2691 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2692 last-command-char.
2693
6b2b8ab1
CY
26942009-01-08 Chong Yidong <cyd@stupidchicken.com>
2695
2696 * elisp.texi: Update node listing.
2697
2698 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2699 (Face Attributes): Don't link to Font Lookup.
2700 Document font-family-list.
6b2b8ab1
CY
2701 (Fonts): New node.
2702
3568e767
JR
27032009-01-08 Jason Rumney <jasonr@gnu.org>
2704
2705 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2706 changing the standard pointer shapes. (Bug#1485)
3568e767 2707
6221c8db
CY
27082009-01-08 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * display.texi (Attribute Functions): Note that a function value
2711 :height is relative, and that compatibility functions work by
2712 calling set-face-attribute.
2713 (Displaying Faces): Reorder list in order of increasing priority.
2714 (Face Remapping): New node. Content moved here from Displaying
2715 Faces.
2716 (Glyphs): Link to Face Functions.
2717
e3d3799a
CY
27182009-01-08 Chong Yidong <cyd@stupidchicken.com>
2719
2720 * display.texi (Faces): Don't discuss face id here. facep does
2721 not return t.
2722 (Defining Faces): Minor clarification.
2723 (Face Attributes): Rearrange items to match docstring of
2724 set-face-attribute. Add :foundry attribute. Document new role of
2725 :font attribute. Texinfo usage fix.
2726 (Attribute Functions): Copyedits.
2727 (Face Functions): Note that face number is seldom used.
2728
638a2457
RS
27292009-01-05 Richard M Stallman <rms@gnu.org>
2730
2731 * strings.texi (Predicates for Strings): Minor clarification.
2732
2733 * functions.texi (Function Safety): Texinfo usage fix.
2734
49ea0074
JB
27352009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2736
2737 * objects.texi (General Escape Syntax): Fix typo.
2738
9f822178
MR
27392009-01-03 Martin Rudalics <rudalics@gmx.at>
2740
2741 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2742 works via the default value of pop-up-frame-function.
2743
af34ad36
EZ
27442009-01-02 Eli Zaretskii <eliz@gnu.org>
2745
2746 * processes.texi (System Processes): Document the `time' and
2747 `ctime' attributes of `system-process-attributes'.
2748
d31f6679
CY
27492009-01-01 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * display.texi (Face Attributes): Clarify :height attribute.
2752
174dc00c
MR
27532008-12-31 Martin Rudalics <rudalics@gmx.at>
2754
2755 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2756 the front of the buffer list. Add entries for `last-buffer' and
2757 `unbury-buffer'.
2758
b8afe7e4
EZ
27592008-12-27 Eli Zaretskii <eliz@gnu.org>
2760
d14030f5
EZ
2761 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2762 and its subsections.
2763
2764 * frames.texi (Multiple Terminals, Low-level Terminal)
2765 (Terminal Parameters, Frames on Other TTY devices): New sections.
2766 (Frames): Add an xref to "Multiple Terminals".
2767
765980a4
EZ
2768 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2769
2770 * objects.texi (Terminal Type): New node.
2771 (Editing Types): Add it to the menu.
2772
47bd5577
EZ
2773 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2774 Variables".
2775
eb22b78c 2776 * variables.texi (Directory Local Variables): New node.
47bd5577 2777 (Variables): Add a menu item for it.
eb22b78c 2778
b8afe7e4
EZ
2779 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2780 `generated-autoload-file'.
2781
77bb0476
EZ
27822008-12-20 Eli Zaretskii <eliz@gnu.org>
2783
028e2c19
EZ
2784 * os.texi (Startup Summary): Add xref to documentation of
2785 `initial-window-system'.
2786
77bb0476
EZ
2787 * display.texi (Window Systems): Document `window-system' the
2788 function. The variable `window-system' is now frame-local.
028e2c19 2789 Document `initial-window-system'.
77bb0476 2790
dda87836
MR
27912008-12-19 Martin Rudalics <rudalics@gmx.at>
2792
2793 * windows.texi (Windows): Rewrite description of
2794 fit-window-to-buffer.
2795
caef3ed2
GM
27962008-12-13 Glenn Morris <rgm@gnu.org>
2797
2798 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2799 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2800
21c58e4d
GM
28012008-12-12 Glenn Morris <rgm@gnu.org>
2802
2803 * debugging.texi (Error Debugging): Refer forwards to
2804 eval-expression-debug-on-error.
2805
af38459f
EZ
28062008-12-05 Eli Zaretskii <eliz@gnu.org>
2807
5dedd9b5
EZ
2808 * strings.texi (String Basics): Only unibyte strings that
2809 represent key sequences hold 8-bit raw bytes.
2810
af38459f
EZ
2811 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2812 paragraph to speak about `undecided'.
2813 (Character Properties): Don't explain the meaning of each
2814 property; instead, identify their Unicode Standard names.
b3f1f4a5 2815 (Character Sets): Document `map-charset-chars'.
af38459f 2816
fa047ae7
GM
28172008-12-02 Glenn Morris <rgm@gnu.org>
2818
2819 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2820 section yet again.
2821
47dbc044
EZ
28222008-11-29 Eli Zaretskii <eliz@gnu.org>
2823
98d05998
EZ
2824 * nonascii.texi (Character Properties): New Section.
2825 (Specifying Coding Systems): Document
2826 `coding-system-priority-list', `set-coding-system-priority', and
2827 `with-coding-priority'.
2828 (Lisp and Coding Systems): Document `check-coding-systems-region'
2829 and `coding-system-charset-list'.
2830 (Coding System Basics): Document `coding-system-aliases'.
2831
2832 * elisp.texi (Top): Add a @detailmenu entry for "Character
2833 Properties".
2834
47dbc044
EZ
2835 * objects.texi (Character Type): Correct the range of Emacs
2836 characters. Add an @xref to "Character Codes".
2837
2838 * strings.texi (String Basics): Add an @xref to "Character Codes".
2839
2840 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2841
2842 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2843 (Character Codes): Document `max-char'.
2844
8b80cdf5
EZ
28452008-11-28 Eli Zaretskii <eliz@gnu.org>
2846
2847 * nonascii.texi (Text Representations, Converting Representations)
2848 (Character Sets, Scanning Charsets, Translation of Characters):
2849 Make text more accurate.
2850
a99dceba
GM
28512008-11-28 Glenn Morris <rgm@gnu.org>
2852
2853 * files.texi (Format Conversion Round-Trip): Improve previous change.
2854
f6dc3bed
CY
28552008-11-26 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * modes.texi (Auto Major Mode): Fix example.
2858
5da9413d
GM
28592008-11-25 Glenn Morris <rgm@gnu.org>
2860
2861 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2862
2863 * files.texi (Format Conversion Round-Trip):
2864 Use active voice for previous change.
2865
fcca848c
CY
28662008-11-25 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * os.texi (Processor Run Time):
2869 * processes.texi (Transaction Queues):
2870 * markers.texi (The Mark):
2871 * windows.texi (Choosing Window, Selecting Windows):
2872 * files.texi (Changing Files, Magic File Names):
2873 * commands.texi (Key Sequence Input):
2874 * functions.texi (Declaring Functions):
2875 * strings.texi (Predicates for Strings):
2876 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2877
36c8dc54
CY
28782008-11-24 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * help.texi (Accessing Documentation): Update example.
2881
2882 * variables.texi (Defining Variables): Note that `*' is not
2883 necessary if defcustom is used.
2884
2a79b242
EZ
28852008-11-22 Eli Zaretskii <eliz@gnu.org>
2886
2887 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2888 Characters" from @detailmenu.
2889
2890 * nonascii.texi (Character Codes, Character Sets)
2891 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2892 (Chars and Bytes, Splitting Characters): Sections removed.
2893
392f0d26
LK
28942008-11-22 Lute Kamstra <lute@gnu.org>
2895
2896 * positions.texi (Text Lines): Update goto-line documentation.
2897
af1a5cd5
MR
28982008-11-21 Martin Rudalics <rudalics@gmx.at>
2899
6a4cfb0c
MR
2900 * frames.texi (Frames): Fix typo, add cross references, reword.
2901 (Initial Parameters): Reword special-display-frame-alist text.
2902 (Frames and Windows): Reword. Describe argument norecord for
2903 set-frame-selected-window.
2904 (Input Focus): Describe argument norecord for select-frame.
2905 Remove comment on MS-Windows behavior for focus-follows-mouse.
2906 (Raising and Lowering): Mention windows-frames dichotomy in
2907 metaphor.
2908
af1a5cd5
MR
2909 * windows.texi (Displaying Buffers, Vertical Scrolling)
2910 (Horizontal Scrolling): Fix indenting and rewording issues
2911 introduced with 2008-11-07 change.
2912
c249fa9c
GM
29132008-11-20 Glenn Morris <rgm@gnu.org>
2914
2915 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2916 element of `format-alist'.
2917
204d4665
GM
29182008-11-19 Glenn Morris <rgm@gnu.org>
2919
2920 * doclicense.texi: Update to FDL 1.3.
2921 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2922
cc0910af
CY
29232008-11-18 Chong Yidong <cyd@stupidchicken.com>
2924
efe6e7c4
CY
2925 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2926 vars, which are obsolete. Mention jit-lock-register.
2927
5dcb4c4e
SM
2928 * modes.texi (Other Font Lock Variables):
2929 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2930
cc0910af
CY
2931 * frames.texi (Color Parameters): Document alpha parameter.
2932
aeeedf76
MR
29332008-11-16 Martin Rudalics <rudalics@gmx.at>
2934
2935 * windows.texi (Splitting Windows, Deleting Windows)
2936 (Selecting Windows, Cyclic Window Ordering)
2937 (Buffers and Windows, Displaying Buffers, Choosing Window)
2938 (Dedicated Windows, Window Point, Window Start and End)
2939 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2940 (Size of Window, Resizing Windows, Window Configurations)
2941 (Window Parameters): Avoid @var at beginning of sentences and
2942 reword accordingly.
2943
4c565c5c
LK
29442008-11-11 Lute Kamstra <lute@gnu.org>
2945
2946 * files.texi (File Name Components): Fix file-name-extension
2947 documentation.
2948
25f494c9
JB
29492008-11-11 Juanma Barranquero <lekktu@gmail.com>
2950
2951 * frames.texi (Basic Parameters): Remove display-environment-variable
2952 and term-environment-variable.
2953
a1401ab1
EZ
29542008-11-08 Eli Zaretskii <eliz@gnu.org>
2955
2956 * windows.texi (Basic Windows, Splitting Windows)
2957 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2958 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2959 (Resizing Windows, Window Configurations, Window Parameters):
2960 Fix wording and markup.
a1401ab1 2961
efafc282
MR
29622008-11-07 Martin Rudalics <rudalics@gmx.at>
2963
2964 * windows.texi (Windows): Update entries.
2965 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2966 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2967 (Selecting Windows, Cyclic Window Ordering): Reword with special
2968 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2969 (Buffers and Windows, Choosing Window): Reword with special
2970 emphasis on dedicated windows.
2971 (Displaying Buffers): Reword. For switch-to-buffer mention that
2972 it may fall back on pop-to-buffer. For other-window try to
2973 explain how it treats the cyclic ordering of windows.
efafc282
MR
2974 (Dedicated Windows): New node and section discussing dedicated
2975 windows and associated functions.
86ab855a 2976 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2977 (Window Start and End): Rename node and section title. Reword.
2978 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2979 Minor rewording.
2980 (Size of Window): Reword, in particular text on window-width.
2981 (Resizing Windows): Reword. Add text on balancing windows.
2982 (Window Configurations): Reword. Mention window parameters.
2983 (Window Parameters): New node and section on window parameters.
2984 (Window Hooks): Reword. Mention that
2985 window-configuration-change-hook is run "buffer-locally".
2986 * elisp.texi (Top): Update Windows entries in @detailmenu
2987 section.
2988
d60a8ab2
JB
29892008-11-04 Juanma Barranquero <lekktu@gmail.com>
2990
2991 * searching.texi (Regexp Search): Fix typo.
2992
01777627
CY
29932008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2994
2995 * searching.texi (Regexp Search): Document GREEDY arg.
2996 (Simple Match Data): Fix return value.
2997
c4526e93
EZ
29982008-11-01 Eli Zaretskii <eliz@gnu.org>
2999
3000 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3001 with Emacs 23 internal representation of characters.
3002 Document `unibyte-string'.
c4526e93 3003
fe2ae8b5
CY
30042008-10-28 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * processes.texi (Process Information): Note that process-status
3007 does not accept buffer names.
3008
cc5a21e3
CY
30092008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3010
3011 * positions.texi (Skipping Characters): Correct return value of
3012 skip-chars-forward.
3013
09460d9a
MR
30142008-10-25 Martin Rudalics <rudalics@gmx.at>
3015
520b29e7
MR
3016 * windows.texi (Deleting Windows): Update documentation of
3017 delete-windows-on.
3018 (Buffers and Windows): Update documentations of
3019 get-buffer-window and get-buffer-window-list.
3020 (Displaying Buffers): Update documentation of
3021 replace-buffer-in-windows.
3022
09460d9a
MR
3023 * buffers.texi (Current Buffer): Reword set-buffer and
3024 with-current-buffer documentations.
3025 (Creating Buffers): Reword documentation of get-buffer-create.
3026
4d48fcdc
MR
30272008-10-23 Martin Rudalics <rudalics@gmx.at>
3028
3029 * buffers.texi (Current Buffer): Reword documentation of
3030 set-buffer.
3031 (Buffer Names): Reword documentation of buffer-name.
3032 (The Buffer List): For bury-buffer explain what happens with the
3033 buffer's window.
3034 (Creating Buffers): Say that get-buffer-create's arg is called
3035 buffer-or-name.
3036
f0143c43
CY
30372008-10-22 Chong Yidong <cyd@stupidchicken.com>
3038
3e5dbbd3
CY
3039 * advice.texi (Computed Advice): Explain what DEFINITION is.
3040
f0143c43
CY
3041 * nonascii.texi (Character Codes): Remove obsolete function
3042 char-valid-p, and document characterp instead.
3043
52a94b85
MR
30442008-10-22 Martin Rudalics <rudalics@gmx.at>
3045
3046 * windows.texi (Displaying Buffers): Reword documentation of
3047 pop-to-buffer.
3048 (Choosing Window): Rewrite documentation of display-buffer and
3049 its options.
3050
f76f8246
MR
3051 * buffers.texi (Killing Buffers): Update documentation of
3052 kill-buffer.
3053
acc8b598
EZ
30542008-10-21 Eli Zaretskii <eliz@gnu.org>
3055
80e6b6df
EZ
3056 * processes.texi (Serial Ports): Fix wording and improve markup.
3057
3645358a
EZ
3058 * searching.texi (Regexp Search): Document `string-match-p' and
3059 `looking-at-p'.
3060 (POSIX Regexps): Add an xref for "non-greedy".
3061 (Regexp Special): Add @cindex entry for "non-greedy".
3062
b3d50cff 3063 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3064 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3065
73b7530a
EZ
3066 * frames.texi (Color Names): Add an xref to `read-color'.
3067
3068 * minibuf.texi (High-Level Completion): Document `read-color'.
3069
acc8b598
EZ
3070 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3071
3072 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3073
3074 * buffers.texi (Swapping Text): New section, documents
3075 `buffer-swap-text'.
3076
10e187e8
MR
30772008-10-21 Martin Rudalics <rudalics@gmx.at>
3078
3079 * windows.texi (Resizing Windows): Minor wording fix.
3080
fd6f900c
EZ
30812008-10-20 Eli Zaretskii <eliz@gnu.org>
3082
3083 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3084 and `combine-and-quote-strings'.
3085
3086 * strings.texi (Creating Strings): Add xrefs for them.
3087
e4372165
EZ
30882008-10-19 Eli Zaretskii <eliz@gnu.org>
3089
d6328fba
EZ
3090 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3091 match the corresponding menu in minibuf.texi.
3092
e4372165
EZ
3093 * minibuf.texi (Reading File Names): Document `read-shell-command'
3094 and `minibuffer-local-shell-command-map'.
3095
5d8dda33
MR
30962008-10-19 Martin Rudalics <rudalics@gmx.at>
3097
3098 * windows.texi (Resizing Windows): Remove var{} around "window" in
3099 documentation of enlarge-window.
3100 Rewrite documentation of window-min-height and window-min-width.
3101
437706cd
EZ
31022008-10-19 Eli Zaretskii <eliz@gnu.org>
3103
80f85d7c
EZ
3104 * functions.texi (Calling Functions): Document `apply-partially'.
3105
291703b5
EZ
3106 * hooks.texi (Standard Hooks): Mention
3107 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3108
3109 * variables.texi (File Local Variables): Document
3110 `file-local-variables-alist', `before-hack-local-variables-hook'
3111 and `hack-local-variables-hook'.
3112
583d8b3c
EZ
3113 * processes.texi (Synchronous Processes): Document `process-lines'.
3114
5dcb4c4e
SM
3115 * customize.texi (Variable Definitions):
3116 Document `custom-reevaluate-setting'.
437706cd 3117
7e51d89b
MR
31182008-10-18 Martin Rudalics <rudalics@gmx.at>
3119
3120 * windows.texi (Choosing Window, Deleting Windows)
3121 (Displaying Buffers): Expand documentation of dedicated windows.
3122
43c59a3d
EZ
31232008-10-18 Eli Zaretskii <eliz@gnu.org>
3124
018a960d
EZ
3125 * files.texi (Changing Files): Document symbolic input of file
3126 modes to `set-file-modes'. Document `read-file-modes' and
3127 `file-modes-symbolic-to-number'.
3128
2c0b8144
EZ
3129 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3130 and `search-map'.
3131
5dcb4c4e
SM
3132 * searching.texi (Search and Replace):
3133 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3134 Document `multi-query-replace-map'.
80120f13 3135
6d4913f0 3136 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3137 (Completion Commands, Reading File Names):
3138 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3139 `minibuffer-local-filename-must-match-map'.
3140 (Minibuffer Completion): The `require-match' argument to
3141 `completing-read' can now have the value `confirm-only'.
3142
43c59a3d
EZ
3143 * windows.texi (Displaying Buffers): Minor wording fix.
3144 (Choosing Window): `split-height-threshold' can now be nil.
3145 Document `split-width-threshold'. `pop-up-frames' can have the
3146 value `graphic-only'.
3147
f36acfd9
EZ
31482008-10-17 Eli Zaretskii <eliz@gnu.org>
3149
3150 * os.texi (Startup Summary): Document `before-init-time' and
3151 `after-init-time'. Document `initial-window-system' and
3152 `window-system-initialization-alist'. Document reading the
3153 abbrevs file. Document the call to `server-start' under --daemon.
3154 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3155 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3156 (Time Parsing): Document `format-seconds'.
f36acfd9 3157
96995b89
MR
31582008-10-17 Martin Rudalics <rudalics@gmx.at>
3159
3160 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3161 and reword.
3162
2de17c73
EZ
31632008-10-16 Eli Zaretskii <eliz@gnu.org>
3164
3165 * markers.texi (The Mark): Document use-region-p.
3166
9cf52b11
EZ
31672008-10-15 Eli Zaretskii <eliz@gnu.org>
3168
c3aaf1d7
EZ
3169 * internals.texi (Writing Emacs Primitives): The interactive spec
3170 of a primitive can be a Lisp form.
3171
841a1743
EZ
3172 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3173 values of transient-mark-mode. Document handle-shift-selection.
3174
3175 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3176 (Interactive Examples): Show an example of `^'.
3177 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3178 (Defining Commands, Using Interactive): The interactive-form of a
3179 function can be added via its symbol's property.
841a1743 3180
52441368
EZ
3181 * positions.texi (List Motion): beginning-of-defun-function can
3182 now accept an argument.
3183
8e8c1a72
EZ
3184 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3185 now return a list of strings.
3186
a33a1f2a
EZ
3187 * control.texi (Handling Errors): Document ignore-errors.
3188
4fb04348
EZ
3189 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3190 (Parameter Access): Document set-frame-parameter.
3191
ee666f84
EZ
3192 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3193 Hooks" for the effect of kill-all-local-variables on local hook
3194 functions.
3195
9cf52b11
EZ
3196 * modes.texi (Major Mode Conventions, Mode Line Variables):
3197 `mode-name' need not be a string. xref to "Mode Line Data" for
3198 details, and to "Emulating Mode Line" for computing a string
3199 value.
3200
22526bc4
EZ
32012008-10-14 Eli Zaretskii <eliz@gnu.org>
3202
a65f6a85
EZ
3203 * processes.texi (System Processes): New section.
3204 (Processes, Signals to Processes): Add xrefs to it.
3205
3206 * objects.texi (Editing Types): A `process' is a subprocess of
3207 Emacs, not just any process running on the OS.
3208
3209 * elisp.texi (Top): Adjust the @detailmenu for the above two
3210 changes.
3211
2724b26a
EZ
3212 * sequences.texi (Char-Tables): Remove documentation of
3213 set-char-table-default, which has no effect since Emacs 23.
3214 <char-table-range, set-char-table-range>: Don't mention generic
3215 characters and charsets. Add a cons cell as a possible argument.
3216
3217 * nonascii.texi (Splitting Characters)
3218 (Translation of Characters): Don't mention generic characters.
3219
3220 * display.texi (Fontsets): Don't mention generic characters.
3221
22526bc4 3222 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3223 argument FUNCTION with a cons cell as KEY.
22526bc4 3224
eaf4b689
EZ
32252008-10-13 Eli Zaretskii <eliz@gnu.org>
3226
45e46036
EZ
3227 * objects.texi (Primitive Function Type): Move "@cindex special
3228 forms" from here...
3229
3230 * eval.texi (Special Forms): ...to here.
3231
3232 * functions.texi (What Is a Function): `functionp' returns nil for
3233 special forms. Add an xref.
3234
eaf4b689
EZ
3235 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3236 Variables".
3237
3238 * variables.texi (Frame-Local Variables): New section.
3239 (Buffer-Local Variables): Add an xref to it.
3240 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3241 have both frame-local and buffer-local binding.
3242
3243 * frames.texi (Frames): Mention multiple tty frames.
3244 (Frame Parameters, Parameter Access): Mention frame-local variable
3245 bindings.
3246
15688fce
GM
32472008-09-20 Glenn Morris <rgm@gnu.org>
3248
3249 * display.texi (Defining Faces): Recommend against face variables.
3250
35539065
JB
32512008-09-16 Juanma Barranquero <lekktu@gmail.com>
3252
3253 * display.texi (Echo Area Customization): Fix typo.
3254
6a57054b
JB
32552008-09-09 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * loading.texi (Where Defined): Add `defface' item.
3258
d632fb82
MR
32592008-09-06 Martin Rudalics <rudalics@gmx.at>
3260
3261 * loading.texi (Where Defined): Fix description of symbol-file.
3262
905a9adb
JR
32632008-08-26 Jason Rumney <jasonr@gnu.org>
3264
3265 * display.texi (TIFF Images): New section describing :index property.
3266
852e91b7
CY
32672008-08-23 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * display.texi (Temporary Displays): Remove unnecessary comment
3270 about usage of temp-buffer-show-hook.
3271
6be001ee
CY
32722008-08-05 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * symbols.texi (Other Plists): Fix incorrect example.
3275 Suggested by Florian Beck.
3276
58e3d8e8
JB
32772008-07-31 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * os.texi: Fix previous change.
3280
7c2fb837
DN
32812008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3282
3283 * os.texi:
3284 * intro.texi:
3285 * files.texi: Remove VMS support.
3286
9e2a2647
DN
32872008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3288
3289 * os.texi:
3290 * frames.texi:
3291 * display.texi: Remove mentions of Mac Carbon.
3292
c4f4682b
MB
32932008-07-01 Miles Bader <miles@gnu.org>
3294
3295 * text.texi (Special Properties):
3296 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3297
3696411e
JB
32982008-06-28 Johan Bockgård <bojohan@gnu.org>
3299
3300 * display.texi (Other Image Types): Fix copy/paste error; say
3301 "PBM", not "XBM".
3302
f2a77c3a
DN
33032008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3304
3305 * os.texi: Remove references to obsolete systems.
3306
6d52677d
EZ
33072008-06-20 Eli Zaretskii <eliz@gnu.org>
3308
3309 * makefile.w32-in (distclean): Remove makefile.
3310
1a87da4c
GM
33112008-06-17 Glenn Morris <rgm@gnu.org>
3312
3313 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3314 (elisp, dist): Remove rules and variables that are obsolete now
3315 the lisp manual is no longer distributed separately.
3316
fdda1c5d
GM
33172008-06-16 Glenn Morris <rgm@gnu.org>
3318
646692e9
GM
3319 * configure, configure.in, mkinstalldirs: Remove unused files.
3320
3321 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3322 * vol1.texi (EMACSVER):
6a57054b 3323 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3324
3325 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3326 as per maintain.info.
3327
611bee81
GM
33282008-06-15 Glenn Morris <rgm@gnu.org>
3329
a7bed3a0
GM
3330 * makefile.w32-in (manual): Use "23" rather than "21".
3331
3332 * Makefile.in (emacsver): New, set by configure.
3333 (manual): Use emacsver.
3334
d794edf2
GM
3335 * intro.texi: Report bugs using M-x report-emacs-bug.
3336
611bee81
GM
3337 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3338
c73e02fa
GM
33392008-06-13 Daniel Engeler <engeler@gmail.com>
3340
3341 * elisp.texi, internals.texi, processes.texi: Add documentation
3342 about serial port access.
3343
e40a85cd
MB
33442008-06-05 Miles Bader <miles@gnu.org>
3345
3346 * display.texi (Displaying Faces): Update to reflect function
3347 renamings in face-remap.el.
3348
7b753744
JB
33492008-06-05 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * display.texi (Fontsets): Fix typos.
3352
9d3d42fb
MB
33532008-06-03 Miles Bader <miles@gnu.org>
3354
7b753744
JB
3355 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3356 remove-relative-face-remapping, set-base-face-remapping,
3357 and set-default-base-face-remapping.
9d3d42fb 3358
f2cec7a9
MB
33592008-06-01 Miles Bader <miles@gnu.org>
3360
3361 * display.texi (Displaying Faces): Add face-remapping-alist.
3362
8f39c96d
SM
33632008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3366 variable names.
3367
1ef5eecc
ER
33682008-05-03 Eric S. Raymond <esr@golux>
3369
352c8b4a 3370 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3371 (current-global-map) return references, not copies.
3372
63b4387f
JL
33732008-05-02 Juri Linkov <juri@jurta.org>
3374
3375 * minibuf.texi (Text from Minibuffer): Document a list of
3376 default values for `read-from-minibuffer'.
3377
38a8b703
JB
33782008-04-24 Juanma Barranquero <lekktu@gmail.com>
3379
3380 * nonascii.texi (Translation of Characters): Fix previous change.
3381
7c42e639
CY
33822008-04-20 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * display.texi (Overlay Properties): Clarify role of underlying
3385 textprop and overlay keymaps for display strings.
3386
3387 * keymaps.texi (Active Keymaps): Ditto.
3388
25c0d999
SM
33892008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * minibuf.texi (Programmed Completion):
3392 Replace dynamic-completion-table with the new completion-table-dynamic.
3393
e3af5968
CY
33942008-04-07 Chong Yidong <cyd@stupidchicken.com>
3395
3396 * intro.texi (Some Terms): Change "fonts in this manual" index
3397 entry to "typographic conventions".
3398
6bfc8698
EZ
33992008-04-05 Eli Zaretskii <eliz@gnu.org>
3400
3401 * objects.texi (Text Props and Strings): Add indexing for read
3402 syntax of text properties.
3403
4972c361
SM
34042008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * processes.texi (Decoding Output): Remove process-filter-multibyte
3407 functions.
3408
c70a68db
MR
34092008-03-15 Martin Rudalics <rudalics@gmx.at>
3410
3411 * display.texi (Finding Overlays): Say that empty overlays at
3412 the end of the buffer are reported too.
3413
1291fd36
GM
34142008-03-13 Glenn Morris <rgm@gnu.org>
3415
3416 * elisp.texi (EMACSVER): Set to 23.0.60.
3417
c6b0dfd5
CY
34182008-02-26 Chong Yidong <cyd@stupidchicken.com>
3419
38a8b703 3420 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3421
875fc30c
GM
34222008-02-22 Glenn Morris <rgm@gnu.org>
3423
3424 * frames.texi (Position Parameters): Clarify the description of
3425 `left' and `top', using information from "Geometry".
3426 (Geometry): Give a pointer to "Position Parameters", rather than
3427 repeating information.
3428
d8c8e45a
GM
34292008-02-11 Glenn Morris <rgm@gnu.org>
3430
3431 * objects.texi (Equality Predicates): No longer talk about "two"
3432 functions.
3433
38a8b703 34342008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3435
3436 * objects.texi (Equality Predicates): Add defun for
3437 equal-including-properties.
3438
bfffe0b1
GM
34392008-02-10 Glenn Morris <rgm@gnu.org>
3440
3441 * objects.texi (Equality Predicates):
3442 Mention equal-including-properties.
3443
431b78c9
RS
34442008-02-07 Richard Stallman <rms@gnu.org>
3445
3446 * windows.texi (Window Start): Mention the feature of moving
3447 window-start to start of line.
3448
c8763fb6 34492008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3450
3451 * keymaps.texi (Tool Bar): Document rtl property.
3452
1a256502
TTN
34532008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3454
3455 * display.texi (Button Types):
3456 For define-button-type, clarify type of NAME.
3457
569382c2
MR
34582008-01-19 Martin Rudalics <rudalics@gmx.at>
3459
3460 * buffers.texi (Buffer Modification): Fix typo.
3461
f3041af1
DN
34622008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3463
3464 * os.texi (System Environment): Remove references to OSes that are
3465 not supported anymore.
3466
d35e1cd7
DN
34672008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3468
3469 * os.texi (System Environment): Remove mention for Masscomp.
3470
23af7580
RS
34712008-01-04 Richard Stallman <rms@gnu.org>
3472
3473 * display.texi (Faces): Don't talk about internal face vector as arg
3474 to facep.
3475
3476 * customize.texi (Type Keywords): Fix previous change.
3477
3478 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3479 * elisp.texi (Top): Fix menu for commands.texi change.
3480
ec7d5b1e
RS
34812007-12-30 Richard Stallman <rms@gnu.org>
3482
5dcb4c4e 3483 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3484 (Accessing Scroll): New node broken out of Accessing Mouse.
3485
101a6cea
RS
34862007-12-28 Richard Stallman <rms@gnu.org>
3487
3488 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3489 (Basic Parameters): For `title', refer to title bar.
041817a4 3490 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3491
72b7e664
RS
34922007-12-23 Richard Stallman <rms@gnu.org>
3493
3494 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3495 Improve some of the commented-out keywords' text too.
3496
27a4f445
MR
34972007-12-14 Martin Rudalics <rudalics@gmx.at>
3498
e2e3f1d7
MR
3499 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3500 "visit the current buffer".
3501
27a4f445
MR
3502 * os.texi (System Interface): Fix typo.
3503
a2afc99d
RS
35042007-12-04 Richard Stallman <rms@gnu.org>
3505
3506 * objects.texi (Symbol Type): Fix typo.
3507
b694135c
RS
35082007-12-03 Richard Stallman <rms@gnu.org>
3509
3510 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3511
f99a19da
GM
35122007-12-01 Glenn Morris <rgm@gnu.org>
3513
3514 * functions.texi (Declaring Functions): Improve previous change.
3515
8f4b37d8
GM
35162007-11-30 Glenn Morris <rgm@gnu.org>
3517
3518 * functions.texi (Declaring Functions): Add optional fourth
3519 argument of declare-function, and setting third argument to `t'.
3520
61a2fe01
RS
35212007-11-29 Richard Stallman <rms@gnu.org>
3522
3523 * customize.texi (Composite Types): Document `group' type.
3524
cbfc5193
GM
35252007-11-29 Glenn Morris <rgm@gnu.org>
3526
5dcb4c4e
SM
3527 * functions.texi (Declaring Functions): Add findex.
3528 Mention `external' files.
cbfc5193 3529
8386283a
JB
35302007-11-26 Juanma Barranquero <lekktu@gmail.com>
3531
3532 * functions.texi (Declaring Functions): Fix directive.
3533
a07c9a8b
RS
35342007-11-25 Richard Stallman <rms@gnu.org>
3535
3536 * help.texi (Help Functions): Clean up last change.
3537
3538 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3539
3540 * loading.texi (Named Features): Minor cleanup.
3541
3542 * macros.texi (Eval During Expansion): Minor cleanup.
3543
3544 * variables.texi (Variable Aliases): Minor cleanup.
3545
a0925923
RS
35462007-11-24 Richard Stallman <rms@gnu.org>
3547
3548 * functions.texi (Declaring Functions): Clarify previous change.
3549
3550 * compile.texi (Compiler Errors): Clarify previous change.
3551
20c63e44
RS
35522007-11-24 Richard Stallman <rms@gnu.org>
3553
e5e76c04 3554 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3555 Clarify the text and move items around.
3556
5bb0cda3
GM
35572007-11-24 Glenn Morris <rgm@gnu.org>
3558
3559 * functions.texi (Declaring Functions): New section.
3560 * compile.texi (Compiler Errors): Mention declaring functions,
3561 defvar with no initvalue, and byte-compile-warnings.
3562
af13c86a
MR
35632007-11-15 Martin Rudalics <rudalics@gmx.at>
3564
3565 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3566 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3567
a5373305
MR
35682007-11-13 Martin Rudalics <rudalics@gmx.at>
3569
3570 * help.texi (Help Functions): Document new macro `with-help-window'.
3571
fe284805
JL
35722007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3573
3574 * searching.texi (Replacing Match): Describe new
3575 `match-substitute-replacement'.
3576
2c3a09b1
RS
35772007-10-31 Richard Stallman <rms@gnu.org>
3578
3579 * strings.texi (Creating Strings): Null strings from concat not unique.
3580
f2b480f4
RS
35812007-10-26 Richard Stallman <rms@gnu.org>
3582
3583 * objects.texi (Equality Predicates): Null strings are uniquified.
3584
3585 * minibuf.texi: Minor clarifications in previous change.
3586
db21122c
GM
35872007-10-25 Glenn Morris <rgm@gnu.org>
3588
3589 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3590
2328cbb3
RS
35912007-10-24 Richard Stallman <rms@gnu.org>
3592
3593 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3594
3595 * variables.texi (Frame-Local Variables): Node deleted.
3596 (Variables): Delete Frame-Local Variables from menu.
3597 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3598 (Default Value): Don't mention frame-local vars.
3599
3600 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3601
3602 * loading.texi (Unloading): Document FEATURE-unload-function
3603 instead of FEATURE-unload-hook.
3604
2328cbb3
RS
3605 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3606
c066bafa
JL
36072007-10-22 Juri Linkov <juri@jurta.org>
3608
3609 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3610 (High-Level Completion): Document a list of default value strings
3611 in the DEFAULT argument, for which minibuffer functions return the
3612 first element.
3613
65ced25f
JL
36142007-10-17 Juri Linkov <juri@jurta.org>
3615
3616 * text.texi (Filling): Update arguments of fill-paragraph.
3617 fill-paragraph operates on the active region in Transient Mark mode.
3618 Remove fill-paragraph-or-region.
3619
ee46ec8e
KB
36202007-10-13 Karl Berry <karl@gnu.org>
3621
3622 * elisp.texi (@dircategory): Move to after @copying,
3623 since we want @copying as close as possible to the beginning of
3624 the output.
3625
61bbdbc6
RS
36262007-10-12 Richard Stallman <rms@gnu.org>
3627
3628 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3629
3630 * commands.texi (Distinguish Interactive): New node,
3631 broken out from Interactive Call and rewritten.
3632 (Command Loop): Put Distinguish Interactive in menu.
3633
af23e1e8
RS
36342007-10-09 Richard Stallman <rms@gnu.org>
3635
3636 * text.texi (Examining Properties): Mention overlay priority.
3637
3638 * display.texi (Display Margins): Correct the description
3639 of margin display specifications.
3640 (Replacing Specs): New subnode broken out of Display Property.
3641
e1965a69
JL
36422007-10-06 Juri Linkov <juri@jurta.org>
3643
3644 * text.texi (Filling): Document fill-paragraph-or-region.
3645
4638454b
JB
36462007-10-05 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * display.texi (Auto Faces): Fix typo.
3649
7ed54cc5
RS
36502007-10-02 Richard Stallman <rms@gnu.org>
3651
3652 * display.texi (Display Property): Explain some display specs
3653 don't let you move point in.
3654
5dcb4c4e
SM
3655 * frames.texi (Cursor Parameters):
3656 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3657
3658 * windows.texi (Basic Windows): Don't describe
3659 cursor-in-non-selected-windows here.
3660
305a7ef2
EZ
36612007-10-01 Eli Zaretskii <eliz@gnu.org>
3662
3663 * processes.texi (Misc Network): Note that these functions are
3664 supported only on some systems.
3665
f7a7f4eb
RS
36662007-10-01 Richard Stallman <rms@gnu.org>
3667
3668 * display.texi (Overlay Properties): Explain nil as priority.
3669 Explain that conflicts are unpredictable if not resolved by
3670 priorities.
3671
780d7bb9
RS
36722007-09-23 Richard Stallman <rms@gnu.org>
3673
3674 * macros.texi (Backquote): Minor clarification.
3675
14b4fdfb
RS
36762007-09-19 Richard Stallman <rms@gnu.org>
3677
3678 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3679 Clarify when they work in parallel and when one overrides.
3680 Fix error in example.
14b4fdfb 3681
b8d4c8d0
GM
36822007-09-06 Glenn Morris <rgm@gnu.org>
3683
b3e755a9 3684 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3685 commands to use ../../info.
3686 * Makefile.in (infodir): Go up one more level.
4638454b 3687 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3688 (miscmanualdir): New.
3689 (dist): Use new variable miscmanualdir.
3690 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3691 (usermanualdir): Change from ../man to ../emacs.
3692
1bb1f7d3
MR
36932007-08-30 Martin Rudalics <rudalics@gmx.at>
3694
3695 * commands.texi (Command Loop Info): Advise against changing
3696 most variables described here. Explain new variable
3697 last-repeatable-command.
3698
b8d4c8d0
GM
36992007-08-29 Glenn Morris <rgm@gnu.org>
3700
3701 * elisp.texi (EMACSVER): Increase to 23.0.50.
3702
37032007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * frames.texi (Basic Parameters): Add display-environment-variable
3706 and term-environment-variable.
3707
37082007-08-28 Juri Linkov <juri@jurta.org>
3709
3710 * display.texi (Image Formats, Other Image Types): Add SVG.
3711
37122007-08-28 Juri Linkov <juri@jurta.org>
3713
3714 * display.texi (Images): Move formats-related text to new node
3715 "Image Formats".
3716 (Image Formats): New node.
3717
619fb9ee
RS
37182007-08-27 Richard Stallman <rms@gnu.org>
3719
3720 * windows.texi (Window Configurations): Clarify what
3721 a window configuration saves.
3722
b8d4c8d0
GM
37232007-08-25 Richard Stallman <rms@gnu.org>
3724
3725 * display.texi (Images): Delete redundant @findex.
3726
39f9da30
GM
37272007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * text.texi (Change Hooks): (after|before)-change-functions are no
3730 longer bound to nil while running; rather inhibit-modification-hooks
3731 is t.
3732
b8d4c8d0
GM
37332007-08-16 Richard Stallman <rms@gnu.org>
3734
5dcb4c4e
SM
3735 * processes.texi (Asynchronous Processes):
3736 Clarify doc of start-file-process.
b8d4c8d0
GM
3737
37382007-08-08 Martin Rudalics <rudalics@gmx.at>
3739
3740 * modes.texi (Example Major Modes): Fix typo.
3741
37422007-08-08 Glenn Morris <rgm@gnu.org>
3743
3744 * intro.texi (nil and t): Do not use `iff' in documentation.
3745
3746 * tips.texi (Documentation Tips): Recommend against `iff'.
3747
37482007-08-07 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * display.texi (Image Cache): Document image-refresh.
3751
37522007-08-06 Martin Rudalics <rudalics@gmx.at>
3753
3754 * windows.texi (Size of Window): Document window-full-width-p.
3755
37562007-07-25 Glenn Morris <rgm@gnu.org>
3757
3758 * gpl.texi (GPL): Replace license with GPLv3.
3759
3760 * Relicense all FSF files to GPLv3 or later.
3761
37622007-07-24 Michael Albinus <michael.albinus@gmx.de>
3763
4638454b
JB
3764 * processes.texi (Synchronous Processes):
3765 Add `process-file-shell-command'.
b8d4c8d0
GM
3766 (Asynchronous Processes): Mention restricted use of
3767 `process-filter' and `process-sentinel' in
3768 `start-file-process'. Add `start-file-process-shell-command'.
3769
37702007-07-17 Michael Albinus <michael.albinus@gmx.de>
3771
3772 * files.texi (Magic File Names): Introduce optional parameter
3773 IDENTIFICATION for `file-remote-p'.
3774
37752007-07-16 Richard Stallman <rms@gnu.org>
3776
3777 * display.texi (Defining Faces): Fix previous change.
3778
37792007-07-14 Richard Stallman <rms@gnu.org>
3780
3781 * control.texi (Handling Errors): Document `debug' in handler list.
3782
37832007-07-10 Richard Stallman <rms@gnu.org>
3784
3785 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3786
37872007-07-09 Richard Stallman <rms@gnu.org>
3788
3789 * files.texi (Magic File Names): Rewrite previous change.
3790
37912007-07-08 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * files.texi (Magic File Names): Introduce optional parameter
3794 CONNECTED for `file-remote-p'.
3795
37962007-07-07 Michael Albinus <michael.albinus@gmx.de>
3797
3798 * processes.texi (Asynchronous Processes):
3799 * files.texi (Magic File Names): Add `start-file-process'.
3800
38012007-06-27 Richard Stallman <rms@gnu.org>
3802
5dcb4c4e
SM
3803 * files.texi (Format Conversion Piecemeal):
3804 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3805
38062007-06-27 Michael Albinus <michael.albinus@gmx.de>
3807
4638454b
JB
3808 * files.texi (Magic File Names): Remove `dired-call-process'.
3809 Add `process-file'.
b8d4c8d0
GM
3810
38112007-06-27 Kenichi Handa <handa@m17n.org>
3812
3813 * text.texi (Special Properties): Fix description about
4638454b 3814 `composition' property.
b8d4c8d0
GM
3815
38162007-06-26 Kenichi Handa <handa@m17n.org>
3817
3818 * nonascii.texi (Default Coding Systems): Document about the
3819 return value `undecided'.
3820
38212007-06-25 David Kastrup <dak@gnu.org>
3822
3823 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3824 `current-active-maps'.
3825
38262007-06-24 Karl Berry <karl@gnu.org>
3827
4638454b 3828 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3829
38302007-06-15 Juanma Barranquero <lekktu@gmail.com>
3831
3832 * display.texi (Overlay Arrow): Doc fix.
3833
38342007-06-14 Karl Berry <karl@tug.org>
3835
3836 * anti.texi (Antinews): Typo.
3837
38382007-06-14 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * display.texi (Image Cache): Document image-refresh.
3841
38422007-06-12 Karl Berry <karl@gnu.org>
3843
3844 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3845 * two-volume.make: New file.
3846 * .cvsignore: Ignore two-volume files.
3847
38482007-06-12 Tom Tromey <tromey@redhat.com>
3849
3850 * os.texi (Init File): Document user-emacs-directory.
3851
38522007-06-03 Nick Roberts <nickrob@snap.net.nz>
3853
3854 * commands.texi (Click Events): Describe width and height when
3855 object is nil.
3856
38572007-05-30 Nick Roberts <nickrob@snap.net.nz>
3858
5dcb4c4e
SM
3859 * commands.texi (Click Events): Layout more logically.
3860 Describe width and height.
b8d4c8d0
GM
3861 (Drag Events, Motion Events): Update to new format for position.
3862
38632007-06-02 Richard Stallman <rms@gnu.org>
3864
3865 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3866
38672007-06-02 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * Version 22.1 released.
3870
38712007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * text.texi (Special Properties): Correct meaning of fontified face.
3874
38752007-05-30 Richard Stallman <rms@gnu.org>
3876
3877 * text.texi (Special Properties): Add link to Adjusting Point.
3878
38792007-05-12 Richard Stallman <rms@gnu.org>
3880
3881 * text.texi (Margins): indent-to-left-margin is not the default.
3882 (Mode-Specific Indent): For indent-line-function, the default
3883 is indent-relative.
3884
3885 * modes.texi (Example Major Modes): Explain last line of text-mode
3886 is redundant.
3887
38882007-05-10 Richard Stallman <rms@gnu.org>
3889
3890 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3891
3892 * help.texi (Keys in Documentation): Add reference to
3893 Documentation Tips.
3894
3895 * files.texi (Format Conversion): TO-FN gets three arguments.
3896
3897 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3898
38992007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3900
3901 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3902 * files.texi (Format Conversion): Expand intro; add menu.
3903 (Format Conversion Overview, Format Conversion Round-Trip)
3904 (Format Conversion Piecemeal): New nodes/subsections.
3905 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3906 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3907 (Saving Properties): Delete node/subsection.
3908
39092007-05-07 Karl Berry <karl@gnu.org>
3910
3911 * elisp.texi (EMACSVER): Back to 22.
3912
39132007-05-06 Richard Stallman <rms@gnu.org>
3914
3915 * processes.texi (Accepting Output): Revert most of previous change.
3916
39172007-05-05 Richard Stallman <rms@gnu.org>
3918
3919 * processes.texi (Accepting Output): accept-process-output
3920 uses microseconds, not milliseconds. But that arg is obsolete.
3921
39222007-05-04 Karl Berry <karl@tug.org>
3923
3924 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3925
39262007-05-04 Eli Zaretskii <eliz@gnu.org>
3927
3928 * tips.texi (Documentation Tips): Rearrange items to place the
3929 more important ones first. Add an index entry for hyperlinks.
3930
39312007-05-03 Karl Berry <karl@gnu.org>
3932
3933 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3934 (EMACSVER) [smallbook]: 22 for printed version.
3935
3936 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3937 so restore anchor to normal position after defun. Found by Kevin Ryde.
3938
39392007-04-26 Glenn Morris <rgm@gnu.org>
3940
3941 * elisp.texi (EMACSVER): Increase to 22.1.50.
3942
39432007-04-28 Karl Berry <karl@gnu.org>
3944
3945 * elisp.texi: Improve line breaks on copyright page,
3946 similar layout to emacs manual, 8.5x11 by default.
3947
39482007-04-24 Richard Stallman <rms@gnu.org>
3949
3950 * text.texi (Special Properties): Add xref to Overlay Properties.
3951
3952 * display.texi (Overlay Properties): Add xref to Special Properties.
3953
39542007-04-22 Richard Stallman <rms@gnu.org>
3955
3956 * keymaps.texi (Extended Menu Items): Move the info about
3957 format with cached keyboard binding.
3958
39592007-04-21 Richard Stallman <rms@gnu.org>
3960
3961 * text.texi (Special Properties): Clarify previous change.
3962
3963 * files.texi (File Name Expansion): Clarify previous change.
3964
3965 * display.texi (Attribute Functions): Fix example for
3966 face-attribute-relative-p.
3967
39682007-04-19 Kenichi Handa <handa@m17n.org>
3969
3970 * text.texi (Special Properties): Document composition property.
3971
39722007-04-19 Glenn Morris <rgm@gnu.org>
3973
3974 * files.texi (File Name Expansion): Mention "superroot".
3975
39762007-04-15 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3979 setups.
3980 (Display Feature Testing): Note that display refers to all
3981 physical monitors for multi-monitor setups.
3982
39832007-04-14 Richard Stallman <rms@gnu.org>
3984
3985 * lists.texi (Sets And Lists): Clarify `delete' examples.
3986 Remove spurious xref to same node.
3987 Clarify xref for add-to-list.
3988
39892007-04-12 Nick Roberts <nickrob@snap.net.nz>
3990
3991 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3992 value of lisp-mode-map.
3993
39942007-04-11 Karl Berry <karl@gnu.org>
3995
3996 * anti.texi (Antinews):
3997 * display.texi (Overlay Properties, Defining Images):
3998 * processes.texi (Synchronous Processes, Sentinels):
3999 * syntax.texi (Syntax Table Internals):
4000 * searching.texi (Regexp Special):
4001 * nonascii.texi (Default Coding Systems):
4002 * text.texi (Special Properties):
4003 * minibuf.texi (Basic Completion): Wording to improve breaks in
4004 8.5x11 format.
4005 * elisp.texi (smallbook): New @set to more easily switch between
4006 smallbook and 8.5x11.
4007
40082007-04-11 Richard Stallman <rms@gnu.org>
4009
4010 * text.texi (Lazy Properties): Minor fix.
4011
40122007-04-08 Karl Berry <karl@gnu.org>
4013
4014 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4015 * macros.texi (Backquote): Downcase Backquote in index entries for
4016 consistency.
4017
40182007-04-08 Richard Stallman <rms@gnu.org>
4019
4020 * text.texi (Adaptive Fill): Just describe default,
4021 don't show it (since it contains non-ASCII chars).
4022
40232007-04-07 Karl Berry <karl@gnu.org>
4024
4025 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4026 adaptive-fill-regexp's value, since they are not in the standard
4027 TeX fonts.
4028
40292007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4030
4031 * display.texi (Defining Faces): Fix example.
4032
40332007-04-07 Karl Berry <karl@gnu.org>
4034
4035 * display.texi (Button Buffer Commands): Improve page break.
4036
40372007-04-07 Richard Stallman <rms@gnu.org>
4038
4039 * advice.texi (Activation of Advice): Remove redundant index entry.
4040
4041 * backups.texi: Improve index entries. Remove redundant ones.
4042
4043 * compile.texi (Byte Compilation): Improve index entry.
4044
4045 * hash.texi (Creating Hash): Improve index entry.
4046
4047 * symbols.texi (Definitions): Improve index entry.
4048
4049 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4050
4051 * maps.texi (Standard Keymaps): Remove useless index entry.
4052
4053 * help.texi (Documentation Basics): Remove redundant index entries.
4054
4055 * customize.texi: Improve index entries.
4056 Remove redundant/useless ones.
4057
4058 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4059
4060 * streams.texi (Output Variables): Improve index entry.
4061
4062 * abbrevs.texi (Abbrevs): Remove useless index entry.
4063
4064 * macros.texi (Expansion): Remove useless index entry.
4065
4066 * text.texi: Improve index entries. Remove redundant/useless ones.
4067 (Text Properties, Examining Properties)
4068 (Special Properties): Use "property category" instead of "category"
4069 to refer to the `category' property.
4070
4071 * positions.texi: Improve index entries. Remove useless one.
4072
4073 * lists.texi: Improve index entries. Remove redundant/useless ones.
4074
4075 * os.texi: Improve index entries.
4076 (Timers): Fix previous change.
4077
4078 * buffers.texi: Improve index entries.
4079 (Modification Time): Get rid of term "obsolete buffer".
4080
4081 * debugging.texi: Improve index entries.
4082 (Test Coverage): Add xref to other test coverage ftr.
4083
4084 * eval.texi: Improve index entry. Remove redundant ones.
4085
4086 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4087
4088 * files.texi: Improve index entries. Remove redundant/useless ones.
4089
4090 * objects.texi: Improve index entries.
4091
4092 * processes.texi: Improve index entries.
4093
4094 * modes.texi: Improve index entry. Remove redundant one.
4095
4096 * nonascii.texi: Improve index entries.
4097
4098 * internals.texi: Improve index entries.
4099
4100 * syntax.texi: Improve index entries.
4101
4102 * keymaps.texi (Active Keymaps): Improve index entries.
4103
4104 * commands.texi: Improve index entries. Remove redundant/useless ones.
4105
4106 * frames.texi: Improve index entries. Remove redundant/useless ones.
4107
4108 * markers.texi: Improve index entries. Remove redundant ones.
4109
4110 * tips.texi: Improve index entries.
4111
4112 * loading.texi (Unloading): Improve index entry.
4113
4114 * variables.texi: Improve index entries. Remove redundant one.
4115
4116 * sequences.texi: Improve index entry.
4117
4118 * display.texi: Improve index entries. Remove redundant ones.
4119
4120 * windows.texi: Improve index entries.
4121
4122 * searching.texi: Improve index entries. Remove redundant one.
4123
4124 * strings.texi (Case Tables): Improve last change.
4125
41262007-04-04 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * strings.texi (Case Tables): Document with-case-table and
4129 ascii-case-table.
4130
41312007-04-03 Karl Berry <karl@gnu.org>
4132
4133 * processes.texi (Network): Reword to improve page break.
4134
41352007-04-03 Eli Zaretskii <eliz@gnu.org>
4136
4137 * functions.texi (Inline Functions): Describe more disadvantages
4138 of defsubst, and make advice against it stronger.
4139
41402007-04-02 Karl Berry <karl@gnu.org>
4141
4142 * backups.texi (Backup Names): Avoid widow words.
4143 * modes.texi (Example Major Modes): Align last comment.
4144
41452007-04-01 Chong Yidong <cyd@stupidchicken.com>
4146
4147 * keymaps.texi (Remapping Commands): Document new arg to
4148 command-remapping.
4149
41502007-04-01 Karl Berry <karl@gnu.org>
4151
4152 * processes.texi (Low-Level Network): Typo.
4153 * loading.texi (Hooks for Loading): Avoid double "the".
4154 * keymaps.texi (Key Sequences): No double "and".
4155 (Changing Key Bindings): Shorten to improve line break.
4156
41572007-03-31 Glenn Morris <rgm@gnu.org>
4158
4159 * os.texi (Timers): Fix description of run-at-time TIME formats.
4160
41612007-03-31 Richard Stallman <rms@gnu.org>
4162
4163 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4164 regarding ellipsis.
4165
41662007-03-31 Eli Zaretskii <eliz@gnu.org>
4167
4168 * intro.texi (nil and t):
4169 * symbols.texi (Plists and Alists):
4170 * variables.texi (Variable Aliases, Constant Variables):
4171 * functions.texi (Defining Functions):
4172 * advice.texi (Advising Primitives):
4173 * debugging.texi (Syntax Errors, Compilation Errors):
4174 * minibuf.texi (Minibuffer Windows):
4175 * commands.texi (Adjusting Point):
4176 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4177 (Auto Major Mode, Major Mode Conventions):
4178 * help.texi (Describing Characters):
4179 * files.texi (Create/Delete Dirs, Information about Files)
4180 (File Locks, Writing to Files, Reading from Files)
4181 (Saving Buffers):
4182 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4183 * frames.texi (Finding All Frames):
4184 * positions.texi (Buffer End, Motion):
4185 * markers.texi (The Region):
4186 * text.texi (Deletion, Near Point):
4187 * display.texi (Displaying Messages, Truncation):
4188 * os.texi (Processor Run Time):
4189 * tips.texi (Key Binding Conventions, Programming Tips)
4190 (Warning Tips, Documentation Tips, Comment Tips):
4191 * internals.texi (Memory Usage): Improve indexing.
4192
4193 * variables.texi (Frame-Local Variables):
4194 * functions.texi (Argument List):
4195 * loading.texi (Library Search):
4196 * streams.texi (Output Variables):
4197 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4198 * searching.texi (Replacing Match, Search and Replace):
4199 * processes.texi (Byte Packing, Decoding Output)
4200 (Accepting Output, Network Servers, Shell Arguments):
4201 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4202 * windows.texi (Window Point, Window Start):
4203 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4204 * commands.texi (Reading Input, Keyboard Events):
4205 * minibuf.texi (Reading File Names, Minibuffer Completion)
4206 (Recursive Mini):
4207 * positions.texi (List Motion):
4208 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4209 * numbers.texi (Arithmetic Operations, Math Functions)
4210 (Predicates on Numbers, Comparison of Numbers):
4211 (Numeric Conversions):
4212 * locals.texi (Standard Buffer-Local Variables):
4213 * maps.texi (Standard Keymaps):
4214 * os.texi (User Identification, System Environment, Recording Input)
4215 (X11 Keysyms):
4216 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4217 * backups.texi (Backups and Auto-Saving):
4218 * customize.texi (Customization, Group Definitions)
4219 (Variable Definitions):
4220 * compile.texi (Byte Compilation): Improve index entries.
4221
42222007-03-31 Karl Berry <karl@gnu.org>
4223
4224 * macros.texi (Defining Macros): Avoid widow syllable.
4225
42262007-03-31 Eli Zaretskii <eliz@gnu.org>
4227
4228 * elisp.texi (Top): Postscript -> PostScript.
4229
4230 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4231
42322007-03-31 Markus Triska <markus.triska@gmx.at>
4233
4234 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4235
42362007-03-30 Karl Berry <karl@gnu.org>
4237
4238 * lists.texi (List-related Predicates): Remove spurious @need.
4239 (Setcdr): Use @smallexample to improve page break.
4240 (Association Lists) <assoc>: Reword to improve page break.
4241
4242 * strings.texi (String Conversion): Insert blank line to improve
4243 page break.
4244
4245 * numbers.texi (Random Numbers): Use @minus{}.
4246 (Math Functions): Use @minus{}.
4247
4248 * intro.texi (Acknowledgements): Avoid line breaks before middle
4249 initials.
4250
42512007-03-24 Eli Zaretskii <eliz@gnu.org>
4252
4253 * errors.texi (Standard Errors): Add an index entry.
4254
42552007-03-19 Richard Stallman <rms@gnu.org>
4256
4257 * os.texi (Recording Input): recent-keys now gives 300 keys.
4258
42592007-03-12 Glenn Morris <rgm@gnu.org>
4260
4261 * os.texi: Replace "daylight savings" with "daylight saving"
4262 throughout.
4263
42642007-03-05 Richard Stallman <rms@gnu.org>
4265
5dcb4c4e
SM
4266 * variables.texi (File Local Variables):
4267 Update enable-local-variables values.
b8d4c8d0
GM
4268
42692007-03-04 Richard Stallman <rms@gnu.org>
4270
4271 * syntax.texi (Control Parsing): Minor clarification.
4272
4273 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4274
4275 * sequences.texi (Sequence Functions): Move string-bytes away,
4276 add xref.
4277
4278 * nonascii.texi (Text Representations): Move string-bytes here.
4279
4280 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4281
4282 * minibuf.texi (Basic Completion): Minor clarification.
4283
4284 * markers.texi (The Mark): Clarify existence vs activation of mark.
4285 Other cleanup.
4286
4287 * display.texi (Finding Overlays): Write better example.
4288
4289 * compile.texi (Eval During Compile): Clarify putting macros
4290 in eval-when-compile.
4291
c5602427 42922007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4293
4294 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4295 load-read-function definition doc.
b8d4c8d0
GM
4296
42972007-02-21 Kim F. Storm <storm@cua.dk>
4298
4299 * strings.texi (Text Comparison): Mention that assoc-string
4300 converts symbols to strings before testing.
4301
43022007-02-17 Kim F. Storm <storm@cua.dk>
4303
4304 * processes.texi (Bindat Spec): Vector types can have optional
4305 element type.
4306 (Bindat Examples): Fix example. Add vector with element type.
4307
43082007-02-16 Andreas Schwab <schwab@suse.de>
4309
4310 * strings.texi (Formatting Strings): Document '+' flag.
4311
43122007-02-15 Juanma Barranquero <lekktu@gmail.com>
4313
4314 * strings.texi (Modifying Strings): Clarify that `clear-string'
4315 always converts the string to unibyte.
4316
43172007-02-14 Kim F. Storm <storm@cua.dk>
4318
4319 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4320 Rewrite glyph code description to refer to these functions.
4321 Remove details of encoding face number and char into integer code.
4322
43232007-02-03 Alan Mackenzie <acm@muc.de>
4324
4325 * loading.texi (Hooks for Loading): Make the description of
4326 `eval-after-load' more detailed, and amend the description of
4327 after-load-alist, in accordance with changes from 2006-05.
4328
43292007-02-03 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * modes.texi (Defining Minor Modes): Document that a :require
4332 keyword or similar may be required to make saved customization
4333 variables work.
4334
43352007-02-03 Eli Zaretskii <eliz@gnu.org>
4336
4337 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4338 Texinfo guidelines and with what texnfo-upd.el expects.
4339 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4340 parts needed by `texinfo-multiple-files-update'.
4341
43422007-02-02 Eli Zaretskii <eliz@gnu.org>
4343
4344 * elisp.texi (Top): Update the top-level menus.
4345
4346 * syntax.texi (Categories): Add index entries.
4347
43482007-02-01 Juanma Barranquero <lekktu@gmail.com>
4349
4350 * display.texi (Attribute Functions): Fix name and description of
4351 the UNDERLINE arg of `set-face-underline-p'.
4352
43532007-01-29 Eli Zaretskii <eliz@gnu.org>
4354
4355 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4356 Variables", and "Standard Keymaps" to the detailed menu.
4357
4358 * variables.texi (Future Local Variables): Add index entry.
4359
43602007-01-28 Richard Stallman <rms@gnu.org>
4361
4362 * tips.texi (Coding Conventions): Clarify the tip about macros
4363 that define a function or a variable.
4364
4365 * files.texi (File Attributes): UID and GID can be floats.
4366 (Magic File Names): Explain why deferring all operations to
4367 the standard handler does not work.
4368
43692007-01-23 Martin Rudalics <rudalics@gmx.at>
4370
4371 * backups.texi (Reverting): Use "buffer" instead of "file"
4372 when talking about major and minor modes.
4373
43742007-01-21 Richard Stallman <rms@gnu.org>
4375
4376 * help.texi (Documentation): Add xref to Documentation Tips.
4377
43782007-01-14 Juanma Barranquero <lekktu@gmail.com>
4379
4380 * tips.texi (Coding Conventions): Fix typos.
4381
43822007-01-05 Richard Stallman <rms@gnu.org>
4383
4384 * modes.texi (Defining Minor Modes): Fix previous change.
4385
43862007-01-03 Richard Stallman <rms@gnu.org>
4387
4388 * customize.texi (Variable Definitions, Customization Types):
4389 Don't use * in doc string for defcustom.
4390
43912007-01-02 Richard Stallman <rms@gnu.org>
4392
4393 * variables.texi (Variable Aliases): Clarify that aliases vars
4394 always have the same value.
4395
4396 * processes.texi (Bindat Spec): Fix Texinfo usage.
4397
4398 * modes.texi (Defining Minor Modes): Explain effect of command
4399 defined with define-global-minor-mode on new buffers.
4400
44012006-12-30 Kim F. Storm <storm@cua.dk>
4402
4403 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4404 `auto-resize-tool-bars'.
4405
44062006-12-30 Richard Stallman <rms@gnu.org>
4407
4408 * keymaps.texi (Active Keymaps): Fix previous change.
4409
44102006-12-30 Nick Roberts <nickrob@snap.net.nz>
4411
4412 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4413
44142006-12-30 Kim F. Storm <storm@cua.dk>
4415
4416 * processes.texi (Bindat Spec): Clarify using field names in
4417 length specifications.
4418
44192006-12-29 Kim F. Storm <storm@cua.dk>
4420
4421 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4422 Add count and index variables for eval forms in repeat blocks.
4423
44242006-12-24 Richard Stallman <rms@gnu.org>
4425
5dcb4c4e
SM
4426 * customize.texi (Variable Definitions):
4427 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4428
44292006-12-19 Kim F. Storm <storm@cua.dk>
4430
4431 * commands.texi (Misc Events): User signals now result in sigusr1
4432 and sigusr2 events which are handled through special-event-map.
4433 (Special Events): User signals and drag-n-drop are special.
4434
44352006-12-17 Richard Stallman <rms@gnu.org>
4436
4437 * loading.texi (Named Features): Explain subfeatures better.
4438
4439 * customize.texi: Use "option" only for user options.
4440 For the keyword values inside defcustom etc, say "keywords".
4441 For :options value's elements, say "elements".
4442 :group should not be omitted.
4443
4444 * syntax.texi (Parsing Expressions): Split up node.
4445 (Motion via Parsing, Position Parse, Parser State)
4446 (Low-Level Parsing, Control Parsing): New subnodes.
4447 (Parser State): Document syntax-ppss-toplevel-pos.
4448
4449 * positions.texi (List Motion): Punctuation fix.
4450
4451 * files.texi (File Name Completion): Document PREDICATE arg
4452 to file-name-completion.
4453
44542006-12-16 Eli Zaretskii <eliz@gnu.org>
4455
4456 * internals.texi (Building Emacs, Writing Emacs Primitives):
4457 Add index entries.
4458
44592006-12-11 Richard Stallman <rms@gnu.org>
4460
4461 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4462 affects face menu. Explain how to make it non-nil without enabling
4463 any fontification.
4464
44652006-12-10 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * modes.texi (Font Lock Basics): Document nil value of
4468 font-lock-defaults.
4469
44702006-12-10 Glenn Morris <rgm@gnu.org>
4471
4472 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4473 value for system-flag argument. Abbrev tables may not be empty
4474 when major modes are loaded.
4475
44762006-12-08 Juanma Barranquero <lekktu@gmail.com>
4477
4478 * makefile.w32-in (maintainer-clean): Partially revert last
4479 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4480 to protect elisp-covers.texi.
4481
44822006-12-07 Juanma Barranquero <lekktu@gmail.com>
4483
4484 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4485 Don't remove elisp* info files; they are already deleted by the
4486 `clean' and `distclean' targets, and they are in the $(infodir)
4487 directory, not the current one.
4488
44892006-12-04 Kim F. Storm <storm@cua.dk>
4490
4491 * commands.texi (Misc Events): Update signal events.
4492 (Event Examples): Add signal example.
4493
44942006-11-29 Richard Stallman <rms@gnu.org>
4495
4496 * frames.texi (Visibility of Frames): Explain visible windows
4497 can be covered by others. Add xref for raise-frame.
4498
44992006-11-28 Richard Stallman <rms@gnu.org>
4500
4501 * searching.texi (Regexp Special): Update when ^ is special.
4502
45032006-11-27 Eli Zaretskii <eliz@gnu.org>
4504
4505 * customize.texi (Customization, Common Keywords)
4506 (Group Definitions, Variable Definitions, Composite Types)
4507 (Type Keywords, Customization Types): Add index entries for
4508 various customization keywords.
4509
45102006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4513
c8763fb6 45142006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4515
4516 * frames.texi (Window System Selections): Remove clipboard from
4517 description of selection-coding-system.
4518
45192006-11-06 Richard Stallman <rms@gnu.org>
4520
4521 * lists.texi (List Variables): Document COMPARE-FN.
4522
4523 * keymaps.texi: Avoid use of "binding" to mean a relation;
4524 use it only to refer to the meaning associated with a key.
4525 (Keymaps): Change menu node description.
4526
4527 * elisp.texi (Top): Change menu node description.
4528
4529 * display.texi (Managing Overlays): Document overlay-recenter.
4530
45312006-10-29 Chong Yidong <cyd@stupidchicken.com>
4532
4533 * Makefile.in: Use relative paths to avoid advertising filesystem
4534 contents during compilation.
4535
45362006-10-23 Kim F. Storm <storm@cua.dk>
4537
4538 * commands.texi (Event Input Misc): Update unread-command-events.
4539
45402006-10-23 Nick Roberts <nickrob@snap.net.nz>
4541
4542 * lists.texi (Sets And Lists): Fix typos.
4543
45442006-10-18 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * control.texi (Processing of Errors): Use @var for an argument,
4547 not @code.
4548
45492006-10-16 Richard Stallman <rms@gnu.org>
4550
4551 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4552
4553 * keymaps.texi (Format of Keymaps): Show all the keymap element
4554 patterns that result from menu items.
4555 (Key Lookup): Minor cleanups.
4556
4557 * modes.texi (Precalculated Fontification): Don't say that
4558 not setting font-lock-defaults avoids loading font-lock.
4559
4560 * help.texi (Documentation): Move xref to Emacs Manual here.
4561 (Documentation Basics): From here.
4562 Also doc emacs-lisp-docstring-fill-column.
4563
4564 * elisp.texi: Update version and ISBN.
4565
4566 * commands.texi (Interactive Call): Clarify KEYS arg to
4567 call-interactively is a vector.
4568 (Command Loop Info): Delete anchor in this-command-keys.
4569 Add anchor in this-command-keys-vector.
4570 (Recursive Editing): Document how recursive-edit
4571 handles the current buffer.
4572
45732006-10-13 Chong Yidong <cyd@stupidchicken.com>
4574
4575 * frames.texi (Frame Titles): %c and %l are ignored in
4576 frame-title-format.
4577
45782006-10-11 Richard Stallman <rms@gnu.org>
4579
4580 * keymaps.texi (Key Sequences): Clarify use of kbd.
4581
45822006-10-10 Kim F. Storm <storm@cua.dk>
4583
4584 * lists.texi (Sets And Lists): Add memql.
4585
45862006-10-03 Richard Stallman <rms@gnu.org>
4587
4588 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4589 Clarify :ascii: and :nonascii:.
4590
45912006-09-29 Juri Linkov <juri@jurta.org>
4592
4593 * modes.texi (%-Constructs): Reorder coding systems in the
4594 documentation of %z to the real order displayed in the modeline.
4595
45962006-09-25 Richard Stallman <rms@gnu.org>
4597
4598 * os.texi (Timers): Describe timer-max-repeats.
4599
46002006-09-25 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * os.texi (Timers): Mention with-local-quit.
4603
46042006-09-24 Richard Stallman <rms@gnu.org>
4605
4606 * searching.texi (Searching and Matching): Mention property search.
4607
4608 * commands.texi (Command Loop Info): Explain how read-event affects
4609 this-command-keys.
4610
46112006-09-20 Richard Stallman <rms@gnu.org>
4612
4613 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4614
4615 * windows.texi (Window Start): Minor cleanups.
4616
46172006-09-20 Kim F. Storm <storm@cua.dk>
4618
4619 * windows.texi (Window Start): pos-visible-in-window-p allows
4620 specifying t for position to mean "end of window".
4621 Add window-line-height.
4622
4623 * anti.texi (Antinews): Mention window-line-height.
4624
46252006-09-19 David Kastrup <dak@gnu.org>
4626
4627 * keymaps.texi (Searching Keymaps): Small clarification.
4628
46292006-09-18 Richard Stallman <rms@gnu.org>
4630
4631 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4632 cause keyboard menus.
4633 (Menu Keymaps): Likewise.
4634 (Defining Menus, Keyboard Menus): Clarify.
4635
4636 * text.texi (Fields): Clarify explanation of constrain-to-field.
4637
46382006-09-16 Eli Zaretskii <eliz@gnu.org>
4639
4640 * variables.texi (Tips for Defining): Fix a typo.
4641
46422006-09-15 Richard Stallman <rms@gnu.org>
4643
4644 * keymaps.texi (Remapping Commands, Searching Keymaps)
4645 (Active Keymaps): Clean up previous change.
4646
46472006-09-15 Jay Belanger <belanger@truman.edu>
4648
4649 * gpl.texi: Replace "Library Public License" by "Lesser Public
4650 License" throughout.
4651
46522006-09-15 David Kastrup <dak@gnu.org>
4653
4654 * keymaps.texi (Active Keymaps): Adapt description to use
4655 `get-char-property' instead `get-text-property'. Explain how
4656 mouse events change this. Explain the new optional argument of
4657 `key-binding' and its mouse-dependent lookup.
4658 (Searching Keymaps): Adapt description similarly.
4659 (Remapping Commands): Explain the new optional argument of
4660 `command-remapping'.
4661
46622006-09-14 Richard Stallman <rms@gnu.org>
4663
4664 * keymaps.texi (Searching Keymaps): Clarification.
4665 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4666
46672006-09-13 Richard Stallman <rms@gnu.org>
4668
4669 * objects.texi (Character Type): Node split.
4670 Add xref to Describing Characters.
4671 (Basic Char Syntax, General Escape Syntax)
4672 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4673
46742006-09-11 Richard Stallman <rms@gnu.org>
4675
4676 * display.texi (Display Table Format): Wording clarification.
4677 (Glyphs): Clarifications.
4678
46792006-09-10 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4682 local maps.
4683
46842006-09-10 Kim F. Storm <storm@cua.dk>
4685
4686 * display.texi (Forcing Redisplay): Document return value of
4687 function redisplay.
4688
46892006-09-09 Richard Stallman <rms@gnu.org>
4690
4691 * windows.texi (Window Hooks): Explain limits of
4692 window-scroll-functions.
4693
4694 * display.texi (Fringe Indicators): Update for last change in
4695 indicate-buffer-boundaries.
4696
46972006-09-08 Richard Stallman <rms@gnu.org>
4698
4699 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4700
47012006-09-06 Kim F. Storm <storm@cua.dk>
4702
4703 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4704
4705 * windows.texi (Window Start): Update pos-visible-in-window-p.
4706
47072006-09-04 Richard Stallman <rms@gnu.org>
4708
4709 * processes.texi (Accepting Output): Explain SECONDS=0 for
4710 accept-process-output.
4711
4712 * os.texi (Idle Timers): Explain why timer functions should not
4713 loop until (input-pending-p).
4714
47152006-09-02 Eli Zaretskii <eliz@gnu.org>
4716
4717 * makefile.w32-in (usermanualdir): New variable.
4718 (elisp.dvi): Use it.
4719
47202006-09-01 Eli Zaretskii <eliz@gnu.org>
4721
4722 * buffers.texi (Buffer Modification): Fix last change.
4723
47242006-09-01 Chong Yidong <cyd@stupidchicken.com>
4725
5dcb4c4e
SM
4726 * buffers.texi (Buffer Modification):
4727 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4728
47292006-08-31 Richard Stallman <rms@gnu.org>
4730
4731 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4732
47332006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4734
4735 * modes.texi (Syntactic Font Lock):
4736 Mention font-lock-syntactic-face-function
4737 instead of specific faces.
4738
47392006-08-29 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * display.texi (Images): Add xrref to display-images-p.
4742
47432006-08-28 Kenichi Handa <handa@m17n.org>
4744
4745 * nonascii.texi (Lisp and Coding Systems): Fix description of
4746 detect-coding-region.
4747
47482006-08-27 Michael Olson <mwolson@gnu.org>
4749
4750 * processes.texi (Transaction Queues): Remove stray quote
4751 character.
4752
47532006-08-25 Richard Stallman <rms@gnu.org>
4754
4755 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4756 Add xref.
4757
47582006-08-24 Chong Yidong <cyd@stupidchicken.com>
4759
4760 * os.texi (Timers): Avoid waiting inside timers.
4761
47622006-08-21 Lute Kamstra <lute@gnu.org>
4763
4764 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4765
47662006-08-20 Richard Stallman <rms@gnu.org>
4767
4768 * os.texi (Idle Timers): New node, split out from Timers.
4769 Document current-idle-time.
4770 * commands.texi (Reading One Event): Update xref.
4771 * elisp.texi (Top): Update subnode menu.
4772
47732006-08-16 Richard Stallman <rms@gnu.org>
4774
4775 * keymaps.texi (Extended Menu Items): Show format of cached
4776 bindings in extended menu items.
4777
4778 * customize.texi (Variable Definitions): Explain when the
4779 standard value expression is evaluated.
4780
47812006-08-15 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * commands.texi (Reading One Event): Explain idleness in
4784 `read-event'.
4785
47862006-08-12 Chong Yidong <cyd@stupidchicken.com>
4787
4788 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4789 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4790 relevant for Lisp programming.
4791 (Yank Commands): Rewrite introduction.
4792 (Undo): Clarify.
4793 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4794 (Filling): Remove redundant comment. Clarify return value of
4795 current-justification.
4796 (Margins): Minor clarifications.
4797 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4798 (Sorting): Update definition of sort-lines.
4799 (Columns): Clarify behavior of sort-columns.
4800 (Indent Tabs): Link to Tab Stops in Emacs manual.
4801 (Special Properties): Clarify.
4802 (Clickable Text): Mention Buttons package.
4803
48042006-08-12 Kevin Ryde <user42@zip.com.au>
4805
4806 * os.texi (Time Parsing): Add %z to description of
4807 format-time-string, as per docstring. Add cross reference to
4808 glibc manual for strftime.
4809
48102006-08-08 Richard Stallman <rms@gnu.org>
4811
4812 * modes.texi: Clean up wording in previous change.
4813
48142006-08-07 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * modes.texi (Hooks): Clarify.
4817 (Major Mode Basics): Mention define-derived-mode explicitly.
4818 (Major Mode Conventions): Rebinding RET is OK for some modes.
4819 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4820 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4821 (Mode Line Basics): Clarify.
4822 (Mode Line Data): Mention help-echo and local-map in strings.
4823 Explain reason for treatment of non-risky variables.
4824 (Properties in Mode): Clarify.
4825 (Faces for Font Lock): Add font-lock-negation-char-face.
4826
48272006-08-04 Eli Zaretskii <eliz@gnu.org>
4828
4829 * strings.texi (Formatting Strings): Warn against arbitrary
4830 strings as first arg to `format'.
4831
48322006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4833
4834 * text.texi (Clickable Text): Mention `help-echo' text property.
4835 Update intro, examples and associated explanations.
4836
48372006-07-31 Richard Stallman <rms@gnu.org>
4838
4839 * commands.texi: Update xrefs.
4840 (Event Mod): New node, cut out from old Translating Input.
4841
4842 * maps.texi: Update xrefs.
4843
4844 * keymaps.texi (Translation Keymaps): New node.
4845 Update xrefs from Translating Input to Translation Keymaps.
4846
4847 * elisp.texi (Top): Update subnode menu.
4848
4849 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4850
4851 * os.texi (System Interface): Fix menu descriptions of some nodes.
4852 (Translating Input): Node deleted.
4853
48542006-07-31 Nick Roberts <nickrob@snap.net.nz>
4855
4856 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4857
4858 * lists.texi (Sets And Lists): Likewise.
4859
48602006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4861
4862 * text.texi (Fields): Mention POS
4863 requirement when narrowing is in effect.
4864
48652006-07-28 Richard Stallman <rms@gnu.org>
4866
4867 * display.texi (Face Attributes): Simplify wording.
4868 (Attribute Functions): Clarify meaning of new-frame default
4869 attribute settings.
4870
4871 * customize.texi (Common Keywords): Document how to use
4872 :package-version in a package not in Emacs.
4873
48742006-07-28 Kim F. Storm <storm@cua.dk>
4875
4876 * commands.texi (Reading One Event): Fix last change.
4877
48782006-07-26 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * commands.texi (Reading One Event): Document SECONDS argument for
4881 read-event, read-char, and read-char-exclusive.
4882
48832006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4886 to ensure correct identification.
4887
48882006-07-24 Richard Stallman <rms@gnu.org>
4889
4890 * text.texi (Clickable Text): Clarify.
4891
4892 * sequences.texi (Vector Functions): Delete duplicate xref.
4893
4894 * objects.texi (Function Type): Clarify.
4895
4896 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4897 modes.
4898
4899 * lists.texi (List Variables): New node.
4900 Material moved from other nodes.
4901
4902 * variables.texi (Setting Variables): add-to-list and
4903 add-to-ordered-list moved to List Variables node.
4904
49052006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4906
4907 * text.texi (Links and Mouse-1):
4908 For mouse-on-link-p, expand on arg POS.
4909
49102006-07-21 Kim F. Storm <storm@cua.dk>
4911
4912 * display.texi (Forcing Redisplay): Don't mention systems which
4913 don't support sub-second timers for redisplay-preemption-period.
4914
4915 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4916
49172006-07-21 Eli Zaretskii <eliz@gnu.org>
4918
4919 * frames.texi (Input Focus): Document that focus-follows-mouse has
4920 no effect on MS-Windows.
4921
49222006-07-18 Richard Stallman <rms@gnu.org>
4923
4924 * display.texi (Forcing Redisplay): Cleanups in previous change.
4925
4926 * processes.texi (Low-Level Network): Make menu more convenient.
4927
49282006-07-18 Kim F. Storm <storm@cua.dk>
4929
4930 * display.texi (Forcing Redisplay): redisplay-preemption-period
4931 only used on window systems. Add xref to Terminal Output.
4932
4933 * os.texi (Terminal Output): baud-rate only controls preemption on
4934 non-window systems. Add xref to Forcing Redisplay.
4935
4936 * processes.texi (Low-Level Network): Rename node "Make Network"
4937 to "Network Processes".
4938
49392006-07-18 Karl Berry <karl@gnu.org>
4940
4941 * variables.texi, functions.texi, customize.texi, loading.texi:
4942 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4943
49442006-07-17 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4947
49482006-07-17 Richard Stallman <rms@gnu.org>
4949
4950 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4951 Put period and comma inside quotes.
4952
4953 * loading.texi, markers.texi: Use real doublequote inside menus.
4954
4955 * windows.texi: Put point and comma inside quotes.
4956 (Textual Scrolling): Use @samp for error message.
4957
4958 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4959 * strings.texi, streams.texi, processes.texi, os.texi:
4960 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4961 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4962 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4963 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4964 Put point and comma inside quotes.
4965
4966 * control.texi (Processing of Errors): Add command-error-function.
4967
4968 * variables.texi (File Local Variables): Clarify that
4969 file local variables make buffer-local bindings.
4970
4971 * modes.texi (Syntactic Font Lock): Give default for
4972 font-lock-syntax-table.
4973
49742006-07-17 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * text.texi (Special Properties): Clean up previous change.
4977
49782006-07-16 Karl Berry <karl@gnu.org>
4979
4980 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4981 * control.texi: Fix bad page breaks through chapter 10 (control).
4982
4983 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4984 underfull hbox.
4985
49862006-07-15 Nick Roberts <nickrob@snap.net.nz>
4987
4988 * text.texi (Special Properties): Describe fontified text property
4989 in relation to a character (not text).
4990
49912006-07-15 Kim F. Storm <storm@cua.dk>
4992
4993 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4994 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4995 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4996
4997 * anti.texi (Antinews): Mention redisplay function.
4998 The kbd macro existed, but was not documented, before 22.x.
4999 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5000
50012006-07-14 Nick Roberts <nickrob@snap.net.nz>
5002
5003 * display.texi (Displaying Messages): Add anchor.
5004
5005 * frames.texi (Dialog Boxes): Use it.
5006
50072006-07-12 Richard Stallman <rms@gnu.org>
5008
5009 * objects.texi (Frame Type): Explain nature of frames better.
5010
5011 * frames.texi (Frames): Explain nature of frames better.
5012
50132006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5014
5015 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5016
50172006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5018
5019 * frames.texi (Window System Selections): Mention scrap support for Mac.
5020 Default value of x-select-enable-clipboard is t on Mac.
5021
5022 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5023
50242006-07-11 Kim F. Storm <storm@cua.dk>
5025
5026 * display.texi (Forcing Redisplay): Add `redisplay' function.
5027 Don't mention (sit-for -1) -- use (redisplay t) instead.
5028
5029 * commands.texi (Waiting): (sit-for -1) is no longer special.
5030 (sit-for 0) is equivalent to (redisplay).
5031 Iconifying/deiconifying no longer makes sit-for return.
5032
50332006-07-10 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * display.texi (Buttons): Fix typo.
5036
5037 * index.texi, elisp.texi (New Symbols): Comment node out.
5038
50392006-07-09 Richard Stallman <rms@gnu.org>
5040
5041 * display.texi (Truncation): Clean up previous change.
5042
50432006-07-08 Richard Stallman <rms@gnu.org>
5044
5045 * commands.texi (Interactive Call): Use 3 as prefix in example
5046 for execute-extended-command.
5047
5048 * display.texi (Attribute Functions): Move paragraph about
5049 compatibility with Emacs < 21.
5050
50512006-07-09 Kim F. Storm <storm@cua.dk>
5052
5053 * display.texi (Refresh Screen): Clarify force-window-update.
5054 (Truncation): "Normally" indicated by fringe arrows.
5055
50562006-07-08 Eli Zaretskii <eliz@gnu.org>
5057
5058 * windows.texi (Textual Scrolling, Resizing Windows):
5059 * variables.texi (Constant Variables):
5060 * text.texi (Buffer Contents, Deletion, Changing Properties)
5061 (Property Search, Special Properties, Sticky Properties)
5062 (Links and Mouse-1, Fields, Change Hooks):
5063 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5064 (Categories):
5065 * symbols.texi (Other Plists):
5066 * streams.texi (Output Variables):
5067 * processes.texi (Input to Processes, Query Before Exit):
5068 * positions.texi (Word Motion, Text Lines, List Motion):
5069 * os.texi (Init File, System Environment, Sound Output)
5070 (Session Management):
5071 * nonascii.texi (Text Representations, Character Sets)
5072 (Chars and Bytes, Locales):
5073 * modes.texi (Defining Minor Modes, Header Lines):
5074 * minibuf.texi (Minibuffer Contents):
5075 * markers.texi (Information from Markers):
5076 * lists.texi (List Elements, Building Lists, Association Lists):
5077 * keymaps.texi (Tool Bar):
5078 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5079 * functions.texi (What Is a Function, Mapping Functions):
5080 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5081 (Color Names, Text Terminal Colors, Display Feature Testing):
5082 * files.texi (Visiting Functions, File Name Components)
5083 (Unique File Names, Contents of Directories):
5084 * display.texi (Forcing Redisplay, Displaying Messages)
5085 (Temporary Displays, Font Selection, Auto Faces)
5086 (Font Lookup, Fringe Indicators, Display Margins)
5087 (Image Descriptors, Showing Images, Image Cache, Button Types)
5088 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5089 (Display Table Format, Glyphs):
5090 * control.texi (Iteration):
5091 * commands.texi (Command Loop Info, Adjusting Point):
5092 * backups.texi (Making Backups, Auto-Saving):
5093 Remove @tindex entries.
5094
50952006-07-07 Kim F. Storm <storm@cua.dk>
5096
5097 * display.texi (Fringe Cursors): Fix typo.
5098 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5099 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5100
51012006-07-05 Richard Stallman <rms@gnu.org>
5102
5103 * text.texi (Buffer Contents): Add example of text props
5104 in result of buffer-substring.
5105 (Text Properties): Explain better about use of specific property names.
5106 (Property Search): Some cleanups; reorder some functions.
5107
5108 * keymaps.texi (Changing Key Bindings): Cleanup.
5109 Add xref to Key Binding Conventions.
5110
5111 * display.texi (Attribute Functions): Add examples for
5112 face-attribute-relative-p.
5113
5114 * tips.texi (Coding Conventions): Cleanup last change.
5115
51162006-07-05 Karl Berry <karl@gnu.org>
5117
5118 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5119 Remove @setchapternewpage odd.
5120 Result is 1013 pages, down from 1100.
5121
5122 * anti.texi, customize.texi, display.texi, internals.texi:
5123 * minibuf.texi, modes.texi, tips.texi:
5124 Fix overfull/underfull boxes.
5125
51262006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5127
5128 * edebug.texi (Instrumenting):
5129 Add Edebug-specific findex for eval-buffer.
5130 * loading.texi (Loading):
5131 Replace eval-current-buffer with eval-buffer.
5132
51332006-06-30 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * locals.texi (Standard Buffer-Local Variables): Update the list
5136 of variables.
5137
51382006-06-26 Nick Roberts <nickrob@snap.net.nz>
5139
5140 * files.texi (File Name Completion): Point user to the node
5141 "Reading File Names".
5142
51432006-06-24 Eli Zaretskii <eliz@gnu.org>
5144
5145 * files.texi (Contents of Directories): Document case-insensitive
5146 behavior on respective filesystems.
5147
5148 * objects.texi (Character Type): Document that Emacs signals an
5149 error for unsupported Unicode characters specified as \uNNNN.
5150
51512006-06-19 Richard Stallman <rms@gnu.org>
5152
5153 * processes.texi (Bindat Spec): Clarify previous change.
5154
51552006-06-16 Richard Stallman <rms@gnu.org>
5156
5157 * tips.texi (Coding Conventions): Better explain conventions
5158 for definition constructs.
5159
5160 * text.texi (Special Properties): String value of `read-only'
5161 serves as the error message.
5162
5163 * objects.texi (Character Type): Clarify prev. change.
5164 (Non-ASCII in Strings): Mention \u and \U.
5165
5166 * commands.texi (Using Interactive): Explain problem of
5167 markers, etc., in command-history.
5168
51692006-06-14 Kim F. Storm <storm@cua.dk>
5170
5171 * commands.texi (Waiting): Negative arg to sit-for forces
5172 redisplay even if input is pending.
5173
5174 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5175 redisplay. Remove incorrect example of binding redisplay-dont-pause
5176 around (sit-for 0).
5177
51782006-06-13 Richard Stallman <rms@gnu.org>
5179
5180 * display.texi (Forcing Redisplay): Clarify previous change.
5181
51822006-06-13 Romain Francoise <romain@orebokech.com>
5183
5184 * display.texi (Forcing Redisplay): Fix typo.
5185
51862006-06-13 Kim F. Storm <storm@cua.dk>
5187
5188 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5189
51902006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5191
5192 * tips.texi (Coding Conventions): Add `@end itemize'.
5193
51942006-06-10 Richard Stallman <rms@gnu.org>
5195
5196 * tips.texi (Coding Conventions): Explain use of coding systems
5197 to ensure one decoding for strings.
5198
51992006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5200
5201 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5202 syntax.
5203
52042006-06-07 Eli Zaretskii <eliz@gnu.org>
5205
5206 * display.texi (Font Selection): Remove description of
5207 clear-face-cache.
5208
5209 * compile.texi (Eval During Compile): Fix a typo. Add index
5210 entries for possible uses of eval-when-compile.
5211
52122006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5213
5214 * display.texi (Abstract Display): Fix typo.
5215
52162006-06-03 Eli Zaretskii <eliz@gnu.org>
5217
5218 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5219 Reword variable's description.
5220
52212006-06-01 Richard Stallman <rms@gnu.org>
5222
5223 * windows.texi (Splitting Windows): Clarify splitting nonselected
5224 window.
5225
52262006-05-31 Juri Linkov <juri@jurta.org>
5227
5228 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5229
52302006-05-30 Richard Stallman <rms@gnu.org>
5231
5232 * display.texi (Line Height): Fix errors in description of
10d1d0af 5233 default line height and line-height property.
b8d4c8d0
GM
5234
5235 * nonascii.texi (Default Coding Systems): Further clarification.
5236
52372006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5238
5239 * internals.texi (Pure Storage): Mention that an overflow in pure
5240 space causes a memory leak.
5241 (Garbage Collection): If there was an overflow in pure space,
5242 `garbage-collect' returns nil.
5243
52442006-05-30 Eli Zaretskii <eliz@gnu.org>
5245
5246 * nonascii.texi (Default Coding Systems): Fix it some more.
5247
52482006-05-29 Eli Zaretskii <eliz@gnu.org>
5249
5250 * nonascii.texi (Default Coding Systems): Fix last change.
5251
52522006-05-29 Kenichi Handa <handa@m17n.org>
5253
5254 * nonascii.texi (find-operation-coding-system): Describe the new
5255 argument format (FILENAME . BUFFER).
5256
52572006-05-28 Richard Stallman <rms@gnu.org>
5258
5259 * tips.texi (Coding Conventions): Better explain reasons not to
5260 advise other packages or use `eval-after-load'.
5261
52622006-05-29 Kim F. Storm <storm@cua.dk>
5263
5264 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5265 `bindat-idx' and `bindat-raw' for clarity.
5266
52672006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5268
5269 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5270
5271 * display.texi (Display): Add "Abstract Display" to menu.
5272 (Abstract Display, Abstract Display Functions)
5273 (Abstract Display Example): New nodes.
5274 * elisp.texi (Top): Add "Abstract Display" to menu.
5275
52762006-05-27 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * keymaps.texi (Key Sequences): Link to input events definition.
5279 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5280
5281 * files.texi (Changing Files): Document updated argument list for
5282 copy-file.
5283
52842006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5285
5286 * processes.texi (Bindat Functions): Explain term "total length".
5287 Use it in bindat-length and bindat-pack descriptions.
5288
52892006-05-26 Eli Zaretskii <eliz@gnu.org>
5290
5291 * tips.texi (Coding Conventions): Advise against using
5292 eval-after-load in packages. Add an index entry.
5293
52942006-05-25 Juri Linkov <juri@jurta.org>
5295
5296 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5297
5298 * modes.texi (%-Constructs): Add %e, %z, %Z.
5299
53002006-05-25 Richard Stallman <rms@gnu.org>
5301
5302 * elisp.texi (Top): Update subnode menu.
5303
5304 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5305 (Keymaps): Update menu.
5306
53072006-05-25 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * keymaps.texi (Key Sequences): Some clarifications.
5310
53112006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5312
5313 * processes.texi (Bindat Functions): Say "unibyte string"
5314 explicitly for bindat-unpack and bindat-pack descriptions.
5315 (Bindat Examples): Don't call `string-make-unibyte' in example.
5316
53172006-05-25 Chong Yidong <cyd@stupidchicken.com>
5318
5dcb4c4e 5319 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5320 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5321
5322 * keymaps.texi (Changing Key Bindings):
dd7b651b 5323 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5324 * help.texi (Describing Characters): Refer to it.
5325
53262006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5327
5328 * frames.texi (Pointer Shape): @end table -> @end defvar.
5329
53302006-05-22 Richard Stallman <rms@gnu.org>
5331
5332 * elisp.texi (Top): Update subnode menus.
5333
5334 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5335 Contents rewritten; material from old Pointer Shape node moved here.
5336
5337 * display.texi (Pointer Shape): Node deleted.
5338 (Image Descriptors): Minor cleanup.
5339
53402006-05-21 Richard Stallman <rms@gnu.org>
5341
5342 * syntax.texi (Parsing Expressions): Update info on which STATE
5343 elements are ignored.
5344
53452006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5346
5347 * hooks.texi (Standard Hooks): Correct typo.
5348
5349 * gpl.texi (GPL): ifinfo -> ifnottex.
5350
53512006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5352
5353 * searching.texi (Simple Match Data): Warn about match data being
5354 set anew by every search.
5355
53562006-05-17 Richard Stallman <rms@gnu.org>
5357
5358 * minibuf.texi (Minibuffer History): Clarify.
5359
5360 * searching.texi (Regexp Special): Clarify nested regexp warning.
5361
53622006-05-16 Kim F. Storm <storm@cua.dk>
5363
5364 * minibuf.texi (Minibuffer History): Update add-to-history.
5365
53662006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5367
5dcb4c4e
SM
5368 * nonascii.texi (Explicit Encoding):
5369 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5370
53712006-05-14 Richard Stallman <rms@gnu.org>
5372
5373 * buffers.texi (Creating Buffers): Cleanup.
5374
5375 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5376
53772006-05-13 Eli Zaretskii <eliz@gnu.org>
5378
5379 * buffers.texi (Current Buffer): Document that with-temp-buffer
5380 disables undo.
5381
5382 * os.texi (Terminal-Specific): More accurate description of how
5383 Emacs searches for the terminal-specific libraries.
5384
53852006-05-12 Eli Zaretskii <eliz@gnu.org>
5386
5387 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5388 emacs-xtra to @inforef's.
5389
5390 * text.texi (Undo): Document that undo is turned off in buffers
5391 whose names begin with a space.
5392
5393 * buffers.texi (Buffer Names): Add index entries for buffers whose
5394 names begin with a space.
5395 (Creating Buffers): Document that undo is turned off in buffers
5396 whose names begin with a space.
5397
5398 * files.texi (Visiting Functions, Reading from Files)
5399 (Saving Buffers): Mention code and EOL conversions by file I/O
5400 primitives and subroutines.
5401
f4e90db0
SM
5402 * nonascii.texi (Lisp and Coding Systems):
5403 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5404
5405 * display.texi (Defining Faces): Mention `mac', and add an xref to
5406 where window-system is described.
5407
54082006-05-10 Richard Stallman <rms@gnu.org>
5409
5410 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5411
54122006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5413
5414 * variables.texi (File Local Variables): Recommend to quote lambda
5415 expressions in safe-local-variable property.
5416
54172006-05-09 Richard Stallman <rms@gnu.org>
5418
5dcb4c4e
SM
5419 * variables.texi (File Local Variables):
5420 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5421
54222006-05-07 Kim F. Storm <storm@cua.dk>
5423
5424 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5425 from add-to-history.
5426
54272006-05-07 Romain Francoise <romain@orebokech.com>
5428
5429 * commands.texi (Event Input Misc):
5430 * compile.texi (Eval During Compile):
5431 * internals.texi (Buffer Internals):
5432 * minibuf.texi (Initial Input):
5433 * nonascii.texi (Scanning Charsets):
5434 * numbers.texi (Comparison of Numbers):
5435 * windows.texi (Textual Scrolling, Vertical Scrolling):
5436 Fix various typos.
5437
54382006-05-06 Eli Zaretskii <eliz@gnu.org>
5439
5440 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5441 conditional xref's to either emacs or emacs-xtra, depending on
5442 @iftex/@ifnottex.
5443
5444 * minibuf.texi (Minibuffer History): Document add-to-history.
5445
54462006-05-05 Eli Zaretskii <eliz@gnu.org>
5447
5448 * internals.texi (Pure Storage): Mention the pure overflow message
5449 at startup.
5450
c8763fb6 54512006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5452
5453 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5454 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5455 search.
5456
54572006-05-01 Richard Stallman <rms@gnu.org>
5458
5459 * intro.texi (nil and t): Clarify.
5460
5461 * variables.texi (File Local Variables): Suggest using booleanp.
5462
54632006-05-01 Juanma Barranquero <lekktu@gmail.com>
5464
5465 * objects.texi (Type Predicates): Fix typos.
5466
54672006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * intro.texi (nil and t): Add booleanp.
5470
5471 * objects.texi (Type Predicates): Add links for booleanp and
5472 string-or-null-p.
5473
54742006-04-29 Richard Stallman <rms@gnu.org>
5475
5476 * modes.texi (Multiline Font Lock): Rename from
5477 Multi line Font Lock Elements. Much clarification.
5478 (Font Lock Multiline, Region to Fontify): Much clarification.
5479
54802006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5481
5482 * variables.texi (File Local Variables): Remove the special case t for
5483 safe-local-variable.
5484
54852006-04-26 Richard Stallman <rms@gnu.org>
5486
5487 * syntax.texi (Parsing Expressions): Minor cleanup.
5488
54892006-04-18 Richard Stallman <rms@gnu.org>
5490
5491 * tips.texi (Coding Conventions): Explain when the package's
5492 prefix should appear later on (not at the start of the name).
5493
5494 * searching.texi (String Search): Clarify effect of NOERROR.
5495
5496 * modes.texi (Imenu): Clarify what special items do.
5497
5498 * hooks.texi (Standard Hooks): Delete text about old hook names.
5499
55002006-04-17 Romain Francoise <romain@orebokech.com>
5501
5502 * variables.texi (Local Variables): Update the default value of
5503 `max-specpdl-size'.
5504
55052006-04-15 Michael Olson <mwolson@gnu.org>
5506
5507 * processes.texi (Transaction Queues): Mention the new optional
5508 `delay-question' argument for `tq-enqueue'.
5509
55102006-04-13 Bill Wohler <wohler@newt.com>
5511
5512 * customize.texi (Common Keywords): Use dotted notation for
5513 :package-version value. Specify its values. Improve documentation
5514 for customize-package-emacs-version-alist.
5515
55162006-04-12 Bill Wohler <wohler@newt.com>
5517
5518 * customize.texi (Common Keywords): Move description of
5519 customize-package-emacs-version-alist to @defvar.
5520
55212006-04-10 Bill Wohler <wohler@newt.com>
5522
5523 * customize.texi (Common Keywords): Add :package-version.
5524
55252006-04-10 Kim F. Storm <storm@cua.dk>
5526
5527 * text.texi (Buffer Contents): Add NOPROPS arg to
5528 filter-buffer-substring.
5529
55302006-04-08 Kevin Ryde <user42@zip.com.au>
5531
5532 * os.texi (Command-Line Arguments): Update xref to emacs manual
5533 "Command Arguments" -> "Emacs Invocation", per change there.
5534
55352006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5536
5537 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5538 be on one line to help makeinfo not render two spaces after the dot.
5539
55402006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5541
5542 * strings.texi (Predicates for Strings): Add string-or-null-p.
5543
55442006-03-28 Kim F. Storm <storm@cua.dk>
5545
5546 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5547 remarks about systems that don't support fractional seconds.
5548
55492006-03-25 Karl Berry <karl@gnu.org>
5550
5551 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5552 the year list.
5553
55542006-03-21 Nick Roberts <nickrob@snap.net.nz>
5555
5556 * display.texi (Fringe Indicators): Fix typos.
5557
55582006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5559
5560 * tips.texi (Documentation Tips): One can now also write `program'
5561 in front of a quoted symbol in a docstring to prevent making a
5562 hyperlink.
5563
55642006-03-19 Alan Mackenzie <acm@muc.de>
5565
5566 * text.texi (Special Properties): Clarify `fontified' property.
5567
55682006-03-16 Richard Stallman <rms@gnu.org>
5569
5570 * display.texi (Defining Images): Minor cleanup.
5571
55722006-03-16 Bill Wohler <wohler@newt.com>
5573
5574 * display.texi (Defining Images): In image-load-path-for-library,
5575 prefer user's images.
5576
55772006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5580
55812006-03-15 Bill Wohler <wohler@newt.com>
5582
5583 * display.texi (Defining Images): Fix example in
5584 image-load-path-for-library by not recommending that one binds
5585 image-load-path. Just defvar it to placate compiler and only use
5586 it if previously defined.
5587
55882006-03-14 Bill Wohler <wohler@newt.com>
5589
5590 * display.texi (Defining Images): In image-load-path-for-library,
5591 always return list of directories. Update example.
5592
55932006-03-14 Alan Mackenzie <acm@muc.de>
5594
5595 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5596 This describes font-lock-extend-region-function.
5597 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5598 the new node "Region to Fontify".
5599
56002006-03-13 Richard Stallman <rms@gnu.org>
5601
5602 * display.texi (Invisible Text): The impossible position is
5603 now before the invisible text, not after.
5604 (Defining Images): Clean up last change.
5605
56062006-03-11 Bill Wohler <wohler@newt.com>
5607
5608 * display.texi (Defining Images): Add image-load-path-for-library.
5609
56102006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5611
5612 * text.texi (Adaptive Fill): Fix Texinfo usage.
5613
5614 * strings.texi (Creating Strings): Fix Texinfo usage.
5615
5616 * searching.texi (Regexp Special): Use @samp for regular
5617 expressions that are not in Lisp syntax.
5618
56192006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5620
5621 * searching.texi (Regexp Special): Put remark between parentheses
5622 to avoid misreading.
5623
56242006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * searching.texi (Syntax of Regexps): More accurately describe
5627 which characters are special in which situations.
5628 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5629 are not special. Describe in detail when `[' and `]' are special.
5630 (Regexp Backslash): Plenty of regexps with unbalanced square
5631 brackets are valid, so reword that statement.
5632
56332006-03-02 Kim F. Storm <storm@cua.dk>
5634
5635 * keymaps.texi (Tool Bar): Add tool-bar-border.
5636
56372006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5638
5639 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5640
56412006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5642
5643 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5644
5645 * files.texi (Locating Files): Suggest additional values for the
5646 SUFFIXES arg of `locate-file'. Update pxref.
5647
5648 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5649 (How Programs Do Loading): Discuss the effects of Auto Compression
5650 mode on `load'.
5651 (Load Suffixes): New node.
5652 (Library Search): Delete description of `load-suffixes'; it was
5653 moved to "Load Suffixes".
5654 (Autoload, Named Features): Mention `load-suffixes'.
5655
56562006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5657
5658 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5659
5660 * windows.texi (Window Tree): Fix typo.
5661
56622006-02-20 Kim F. Storm <storm@cua.dk>
5663
5664 * display.texi (Fringe Indicators): New section.
5665 Move indicate-empty-lines, indicate-buffer-boundaries, and
5666 default-indicate-buffer-boundaries here.
5667 Add fringe-indicator-alist and default-fringes-indicator-alist.
5668 Add list of logical fringe indicator symbols.
5669 Update list of standard bitmap names.
5670 (Fringe Cursors): New section.
5671 Move overflow-newline-into-fringe here.
5672 Add fringe-cursor-alist and default-fringes-cursor-alist.
5673 Add list of fringe cursor symbols.
5674
56752006-02-20 Juanma Barranquero <lekktu@gmail.com>
5676
5677 * commands.texi (Using Interactive): Fix reference to node
5678 "Minibuffers".
5679
56802006-02-19 Richard M. Stallman <rms@gnu.org>
5681
5682 * minibuf.texi (High-Level Completion):
5683 Add xref to read-input-method-name.
5684
5685 * files.texi (Relative File Names): Move file-relative-name here.
5686 (File Name Expansion): From here. Minor clarifications.
5687
5688 * commands.texi (Using Interactive): Add xrefs about reading input.
5689 Clarify remarks about that moving point and mark.
5690 Put string case before list case.
5691
c8763fb6 56922006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5693
5694 * display.texi (Other Display Specs, Image Descriptors):
5695 Revert erroneous changes. The previous description of
5696 image-descriptors as `(image . PROPS)' was correct.
5697
56982006-02-14 Richard M. Stallman <rms@gnu.org>
5699
5700 * variables.texi (File Local Variables): Clarifications.
5701
57022006-02-14 Juanma Barranquero <lekktu@gmail.com>
5703
5704 * variables.texi (File Local Variables): Use @code for a cons
5705 cell, not @var.
5706
57072006-02-13 Chong Yidong <cyd@stupidchicken.com>
5708
5709 * variables.texi (File Local Variables): Document new file local
5710 variable behavior.
5711
57122006-02-10 Kim F. Storm <storm@cua.dk>
5713
5714 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5715
57162006-02-08 Juanma Barranquero <lekktu@gmail.com>
5717
5718 * modes.texi (%-Constructs): Remove obsolete info about
5719 `global-mode-string'.
5720
57212006-02-07 Richard M. Stallman <rms@gnu.org>
5722
5723 * commands.texi (Prefix Command Arguments): Minor cleanup.
5724
5725 * display.texi: "Graphical display", not window system.
5726
5727 * functions.texi (What Is a Function): Fix xref.
5728
5729 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5730 (Changing Key Bindings): Clarify when remapping is better than
5731 substitute-key-definition.
5732
57332006-02-02 Richard M. Stallman <rms@gnu.org>
5734
5735 * minibuf.texi (Basic Completion): Completion alists are risky.
5736
5737 * keymaps.texi (Active Keymaps): Clarifications.
5738 (Searching Keymaps): New node.
5739 (Keymaps): Update menu.
5740
5741 * frames.texi (Layout Parameters): Minor clarification.
5742 (Drag and Drop): New node.
5743 (Frames): Update menu.
5744
57452006-01-29 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * display.texi (Other Display Specs, Image Descriptors):
5748 Image description is a list, not a cons cell.
5749
57502006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5751
5752 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5753 list is not necessarily a list).
5754
57552006-01-27 Eli Zaretskii <eliz@gnu.org>
5756
5757 * frames.texi (Layout Parameters): border-width and
5758 internal-border-width belong to the frame, not the window.
5759
57602006-01-19 Richard M. Stallman <rms@gnu.org>
5761
5762 * nonascii.texi (Translation of Characters): Search cmds use
5763 translation-table-for-input. Automatically made local.
5764
5765 * markers.texi (Overview of Markers): Count insertion type
5766 as one of a marker's attributes.
5767
5768 * keymaps.texi (Controlling Active Maps): New node, split out of
5769 Active Keymaps.
5770 (Keymaps): Menu updated.
5771 (Active Keymaps): Give pseudocode to explain how the active
5772 maps are searched. current-active-maps and key-binding moved here.
5773 (Functions for Key Lookup): current-active-maps and key-binding moved.
5774 Clarifications.
5775 (Searching the Keymaps): New subnode.
5776
5777 * elisp.texi (Top): Menu clarification.
5778
5779 * display.texi (Other Display Specs): Delete duplicate entry for
5780 just a string as display spec. Move text about recursive display
5781 specs on such a string.
5782
5783 * commands.texi (Key Sequence Input): Clarify.
5784 Move num-nonmacro-input-events out.
5785 (Reading One Event): num-nonmacro-input-events moved here.
5786
57872006-01-14 Nick Roberts <nickrob@snap.net.nz>
5788
5789 * advice.texi (Simple Advice): Update example to fit argument
5790 change in previous-line.
5791
57922006-01-05 Richard M. Stallman <rms@gnu.org>
5793
5794 * markers.texi (The Mark): Fix in `mark'.
5795
57962006-01-04 Richard M. Stallman <rms@gnu.org>
5797
5798 * processes.texi (Misc Network, Make Network): Minor cleanups.
5799
58002006-01-04 Kim F. Storm <storm@cua.dk>
5801
5802 * processes.texi (Make Network): Add IPv6 addresses and handling.
5803 (Network Feature Testing): Mention (:family ipv6).
5804 (Misc Network): Add IPv6 formats to format-network-address.
5805
58062005-12-30 Richard M. Stallman <rms@gnu.org>
5807
5808 * text.texi (Changing Properties):
5809 Don't use return value of set-text-properties.
5810
58112005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5812
5813 * modes.texi (Mode Line Format): Correct typo in menu.
5814
58152005-12-29 Richard M. Stallman <rms@gnu.org>
5816
5817 * modes.texi (Mode Line Top): New node.
5818 (Mode Line Data): Some text moved to new node.
5819 Explain the data structure more concretely.
5820 (Mode Line Basics): Clarifications.
5821 (Mode Line Variables): Clarify intro paragraph.
5822 (%-Constructs): Clarify intro paragraph.
5823 (Mode Line Format): Update menu.
5824
58252005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5826
5827 * minibuf.texi (Basic Completion): Update lazy-completion-table
5828 examples for removal of ARGS argument.
5829
58302005-12-23 Richard M. Stallman <rms@gnu.org>
5831
5832 * text.texi (Undo): Restore some explanation from the version
5833 that was deleted.
5834
58352005-12-23 Eli Zaretskii <eliz@gnu.org>
5836
5837 * text.texi (Undo): Remove duplicate descriptions of `apply
5838 funname' and `apply delta' elements of the undo list.
5839
58402005-12-20 Richard M. Stallman <rms@gnu.org>
5841
5842 * help.texi (Help Functions): Update documentation of `apropos'.
5843
58442005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5845
5846 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5847 because it is confusing. If the :help-echo keyword is a function,
5848 it is not directly used as the :help-echo overlay property, as the
5849 xref seems to suggest (it does not take the appropriate args).
5850
58512005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5852
5853 * customize.texi (Common Keywords): Fix Texinfo usage.
5854 (Group Definitions, Variable Definitions): Update for new
5855 conventions for using `*' in docstrings.
5856
5857 * tips.texi (Documentation Tips): Update for new conventions for
5858 using `*' in docstrings.
5859
58602005-12-16 Richard M. Stallman <rms@gnu.org>
5861
5862 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5863
58642005-12-16 Juri Linkov <juri@jurta.org>
5865
5866 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5867
58682005-12-14 Romain Francoise <romain@orebokech.com>
5869
5870 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5871 Fix typo.
5872
58732005-12-11 Juri Linkov <juri@jurta.org>
5874
5875 * minibuf.texi (Completion Commands): Add mention of read-file-name
5876 for filename completion keymaps.
5877 (Reading File Names): Add mention of filename completion keymaps
5878 for read-file-name and xref to `Completion Commands'.
5879
58802005-12-10 Richard M. Stallman <rms@gnu.org>
5881
5882 * customize.texi (Common Keywords): State caveats for use of :tag.
5883
58842005-12-08 Richard M. Stallman <rms@gnu.org>
5885
5886 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5887 with xrefs and better explanation.
5888 (Completion Commands): Add the filename completion maps.
5889
5890 * objects.texi (Character Type): Clarify that \s is not space
5891 if a dash follows.
5892
58932005-12-05 Richard M. Stallman <rms@gnu.org>
5894
5895 * windows.texi (Resizing Windows): Delete preserve-before args.
5896
58972005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5900 in full keymaps, since the quirk has been fixed.
5901
59022005-12-03 Eli Zaretskii <eliz@gnu.org>
5903
5dcb4c4e
SM
5904 * hooks.texi (Standard Hooks): Add index entries.
5905 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5906
59072005-11-27 Richard M. Stallman <rms@gnu.org>
5908
5909 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5910
59112005-11-21 Juri Linkov <juri@jurta.org>
5912
5913 * customize.texi (Common Keywords): Update links types
5914 custom-manual and url-link. Add link types emacs-library-link,
5915 file-link, function-link, variable-link, custom-group-link.
5916
59172005-11-20 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * display.texi: Revert 2005-11-20 change.
5920
59212005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5922
5923 * processes.texi (Bindat Functions):
5924 Say "third" to refer to zero-based index "2".
5925
59262005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5927
5928 * loading.texi (Library Search): Update the default value of
5929 `load-suffixes'.
5930
59312005-11-17 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * display.texi (Attribute Functions): Mention :ignore-defface.
5934
59352005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5938 (Minor Mode Conventions): Mention the use of a hook.
5939
59402005-11-06 Richard M. Stallman <rms@gnu.org>
5941
5942 * files.texi (Magic File Names): find-file-name-handler checks the
5943 `operations' property of the handler.
5944
59452005-11-03 Richard M. Stallman <rms@gnu.org>
5946
5947 * variables.texi (Frame-Local Variables): Small clarification.
5948
59492005-10-29 Chong Yidong <cyd@stupidchicken.com>
5950
5951 * os.texi (Init File): Document ~/.emacs.d/init.el.
5952
59532005-10-29 Richard M. Stallman <rms@gnu.org>
5954
5955 * internals.texi (Garbage Collection): Document memory-full.
5956
59572005-10-28 Bill Wohler <wohler@newt.com>
5958
5959 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5960 for URLs.
5961
59622005-10-28 Richard M. Stallman <rms@gnu.org>
5963
5964 * minibuf.texi (Completion Commands): Clean up prev change.
5965
59662005-10-26 Kevin Ryde <user42@zip.com.au>
5967
5968 * compile.texi (Eval During Compile): Explain recommended uses
5969 of eval-when-compile and eval-and-compile.
5970
59712005-10-27 Masatake YAMATO <jet@gyve.org>
5972
5973 * minibuf.texi (Completion Commands):
5974 Write about new optional argument for `display-completion-list'.
5975
59762005-10-23 Richard M. Stallman <rms@gnu.org>
5977
5978 * display.texi (Overlay Arrow): Clarify about local bindings of
5979 overlay-arrow-position.
5980
59812005-10-22 Eli Zaretskii <eliz@gnu.org>
5982
5983 * internals.texi (Building Emacs): Fix last change.
5984
59852005-10-22 Richard M. Stallman <rms@gnu.org>
5986
5987 * internals.texi (Building Emacs): Document eval-at-startup.
5988
59892005-10-21 Richard M. Stallman <rms@gnu.org>
5990
5991 * loading.texi (Where Defined): load-history contains abs file names.
5992 symbol-file returns abs file names.
5993
59942005-10-19 Kim F. Storm <storm@cua.dk>
5995
5996 * display.texi (Showing Images): Add max-image-size integer value.
5997
59982005-10-18 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * display.texi (Showing Images): Document max-image-size.
6001
60022005-10-17 Richard M. Stallman <rms@gnu.org>
6003
6004 * commands.texi (Quitting): Minor clarification.
6005
6006 * processes.texi (Sentinels): Clarify about output and quitting.
6007 (Filter Functions): Mention with-local-quit.
6008
60092005-10-17 Juri Linkov <juri@jurta.org>
6010
6011 * buffers.texi (Current Buffer):
6012 * commands.texi (Event Input Misc):
6013 * compile.texi (Eval During Compile, Compiler Errors):
6014 * customize.texi (Group Definitions):
6015 * display.texi (Progress, Defining Faces):
6016 * files.texi (Writing to Files):
6017 * modes.texi (Mode Hooks, Defining Minor Modes):
6018 * streams.texi (Output Functions):
6019 * syntax.texi (Syntax Table Functions):
6020 * text.texi (Change Hooks):
6021 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6022
6023 * commands.texi (Quitting): Replace arg `forms' with `body' in
6024 `with-local-quit'.
6025
6026 * positions.texi (Excursions): Replace arg `forms' with `body' in
6027 `save-excursion'.
6028
60292005-10-08 Kim F. Storm <storm@cua.dk>
6030
6031 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6032 Rename manual section accordingly.
6033
60342005-10-04 Kim F. Storm <storm@cua.dk>
6035
6036 * windows.texi (Window Split Tree): New section describing
6037 new function window-split-tree function.
6038
60392005-10-03 Nick Roberts <nickrob@snap.net.nz>
6040
6041 * display.texi (Fringe Size/Pos): Simplify and add detail.
6042
60432005-09-30 Romain Francoise <romain@orebokech.com>
6044
6045 * minibuf.texi (High-Level Completion): Explain that the prompt
6046 given to `read-buffer' should end with a colon and a space.
6047 Update usage examples.
6048
60492005-09-29 Juri Linkov <juri@jurta.org>
6050
6051 * display.texi (Displaying Messages): Rename argument name
6052 `string' to `format-string' in functions `message', `message-box',
6053 `message-or-box'.
6054
60552005-09-26 Chong Yidong <cyd@stupidchicken.com>
6056
6057 * errors.texi (Standard Errors): Correct xrefs.
6058
60592005-09-18 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * display.texi (Defining Images): Update documentation for
6062 `image-load-path'.
6063
60642005-09-17 Richard M. Stallman <rms@gnu.org>
6065
6066 * display.texi (Defining Images): Clean up previous change.
6067
60682005-09-16 Romain Francoise <romain@orebokech.com>
6069
6070 * elisp.texi: Specify GFDL version 1.2.
6071
6072 * doclicense.texi (GNU Free Documentation License): Update to
6073 version 1.2.
6074
60752005-09-15 Chong Yidong <cyd@stupidchicken.com>
6076
6077 * display.texi (Defining Images): Document `image-load-path'.
6078
60792005-09-15 Richard M. Stallman <rms@gnu.org>
6080
6081 * objects.texi (Printed Representation): Minor cleanup.
6082 (Box Diagrams): Minor fix.
6083 (Cons Cell Type): Move (...) index item here.
6084 (Box Diagrams): From here.
6085 (Array Type): Minor fix.
6086 (Type Predicates): Delete index "predicates".
6087 (Hash Table Type): Clarify xref.
6088 (Dotted Pair Notation): Minor fix.
6089
60902005-09-10 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * files.texi (Saving Buffers): Fix typo.
6093
60942005-09-08 Richard M. Stallman <rms@gnu.org>
6095
6096 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6097
60982005-09-08 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * locals.texi (Standard Buffer-Local Variables): Don't include
6101 mode variables for minor modes.
6102 Fix xrefs for buffer-display-count, buffer-display-table,
6103 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6104 enable-multibyte-characters, fill-column, header-line-format,
6105 left-fringe-width, left-margin, and right-fringe-width.
6106
6107 * hooks.texi (Standard Hooks): All hooks should conform to the
6108 standard naming convention now.
6109 Fix xref for `echo-area-clear-hook'.
6110
6111 * display.texi (Usual Display): Note that indicate-empty-lines and
6112 tab-width are buffer-local.
6113
6114 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6115
6116 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6117
6118 * nonascii.texi (Encoding and I/O): Note that
6119 buffer-file-coding-system is buffer-local.
6120
6121 * positions.texi (List Motion): Note that defun-prompt-regexp is
6122 buffer-local.
6123
6124 * text.texi (Auto Filling): Note that auto-fill-function is
6125 buffer-local.
6126 (Undo): Note that buffer-undo-list is buffer-local.
6127
5dcb4c4e
SM
6128 * windows.texi (Buffers and Windows):
6129 Document buffer-display-count.
b8d4c8d0
GM
6130
61312005-09-06 Richard M. Stallman <rms@gnu.org>
6132
6133 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6134 package prefix elsewhere than at the start of the name.
6135
61362005-09-03 Richard M. Stallman <rms@gnu.org>
6137
6138 * tips.texi (Programming Tips): Add conventions for minibuffer
6139 questions and prompts.
6140
61412005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6142
6143 * intro.texi (nil and t): Minor cleanup.
6144 Delete spurious mention of keyword symbols.
6145 (Evaluation Notation): Add index entry.
6146 (A Sample Function Description): Minor cleanup.
6147 (A Sample Variable Description): Not all vars can be set.
6148
61492005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6150
6151 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6152
6153 (Insertion): Document precise type of `insert-char' arg COUNT.
6154
61552005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6156
6157 * modes.texi (Other Font Lock Variables): Sync the default of
6158 font-lock-lines-before.
6159
61602005-08-31 Michael Albinus <michael.albinus@gmx.de>
6161
6162 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6163
61642005-08-29 Richard M. Stallman <rms@gnu.org>
6165
6166 * elisp.texi (Top): Update subnode menu.
6167
6168 * searching.texi (Searching and Matching): Move node.
6169 Rearrange contents and add overall explanation.
6170 (Searching and Case): Move node.
6171 (Searching and Matching): Update menu.
6172
61732005-08-27 Eli Zaretskii <eliz@gnu.org>
6174
6175 * os.texi (Startup Summary): Fix the description of the initial
6176 startup message display.
6177
61782005-08-25 Richard M. Stallman <rms@gnu.org>
6179
6180 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6181
61822005-08-25 Emilio C. Lopes <eclig@gmx.net>
6183
6184 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6185 `next-overlay-change' example.
6186
61872005-08-22 Juri Linkov <juri@jurta.org>
6188
6189 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6190 Fix invert-face. Fix args of face-background.
6191
6192 * display.texi (Standard Faces): Delete node.
6193 (Faces): Add xref to `(emacs)Standard Faces'.
6194 (Displaying Faces): Fix xref to `Standard Faces'.
6195
6196 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6197
61982005-08-20 Alan Mackenzie <acm@muc.de>
6199
6200 * buffers.texi (The Buffer List): Clarify the manipulation of the
6201 buffer list.
6202
62032005-08-14 Richard M. Stallman <rms@gnu.org>
6204
6205 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6206 a regexp.
6207
62082005-08-11 Richard M. Stallman <rms@gnu.org>
6209
6210 * elisp.texi (Top): Update subnode lists.
6211
6212 * display.texi (Inverse Video): Node deleted.
6213
6214 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6215 New nodes split out of Coding Conventions.
6216
6217 * searching.texi (Regular Expressions): Document re-builder.
6218
6219 * os.texi (Time Parsing): New node split out of Time Conversion.
6220
6221 * processes.texi (Misc Network, Network Feature Testing)
6222 (Network Options, Make Network): New nodes split out of
6223 Low-Level Network.
6224
62252005-08-09 Richard M. Stallman <rms@gnu.org>
6226
6227 * frames.texi (Geometry): New node, split from Size and Position.
6228 (Frame Parameters): Refer to Geometry.
6229
6230 * buffers.texi (The Buffer List): Fix xrefs.
6231
6232 * windows.texi (Splitting Windows): Fix xref.
6233
6234 * frames.texi (Layout Parameters): Add xref.
6235
6236 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6237
6238 * keymaps.texi (Menu Bar): Fix xref.
6239
6240 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6241
6242 * modes.texi (%-Constructs): Fix xref.
6243
6244 * frames.texi (Window Frame Parameters): Node split up.
6245 (Basic Parameters, Position Parameters, Size Parameters)
6246 (Layout Parameters, Buffer Parameters, Management Parameters)
6247 (Cursor Parameters, Color Parameters): New subnodes.
6248
62492005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6250
6251 * positions.texi (Screen Lines): Update xref for previous change
6252 in minibuf.texi.
6253
6254 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6255 change in minibuf.texi.
6256
62572005-08-09 Richard M. Stallman <rms@gnu.org>
6258
6259 * tips.texi (Coding Conventions): Minor cleanup.
6260
6261 * modes.texi (Defining Minor Modes): Explain when init-value
6262 can be non-nil.
6263
6264 * elisp.texi (Top): Update submenu for Minibuffer.
6265
6266 * minibuf.texi (Minibuffer Misc): Node split up.
6267 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6268 (Recursive Mini): New nodes split out from Minibuffer Misc.
6269 (Minibuffer Misc): Document max-mini-window-height.
6270
6271 * hash.texi (Defining Hash): Delete stray paren in example.
6272
6273 * display.texi (Echo Area Customization): Don't define
6274 max-mini-window-height here; xref instead.
6275
6276 * commands.texi (Event Input Misc): Update while-no-input.
6277
6278 * advice.texi (Advising Functions): Explain when to use advice
6279 and when to use a hook.
6280
62812005-07-30 Eli Zaretskii <eliz@gnu.org>
6282
6283 * makefile.w32-in (info): Don't run install-info.
6284 ($(infodir)/dir): New target, produced by running install-info.
6285
62862005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6287
6288 * modes.texi (Defining Minor Modes): The keyword for the initial
6289 value is :init-value, not :initial-value.
6290
62912005-07-23 Eli Zaretskii <eliz@gnu.org>
6292
6293 * loading.texi (Autoload): Make the `doctor' example be consistent
6294 with what's in current loaddefs.el. Describe the "fn" magic in
6295 the usage portion of the doc string.
6296
62972005-07-22 Richard M. Stallman <rms@gnu.org>
6298
6299 * internals.texi (Garbage Collection): Clarify previous change.
6300
63012005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6302
6303 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6304
63052005-07-18 Juri Linkov <juri@jurta.org>
6306
6307 * commands.texi (Accessing Events):
6308 * frames.texi (Text Terminal Colors, Resources):
6309 * markers.texi (The Mark):
6310 * modes.texi (Defining Minor Modes):
6311 Delete duplicate duplicate words.
6312
63132005-07-16 Richard M. Stallman <rms@gnu.org>
6314
6315 * display.texi (Managing Overlays): Clarify make-overlay
6316 args for insertion types.
6317
63182005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6319
6320 * customize.texi (Variable Definitions):
6321 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6322 `standard-value' is a list too.
6323 (Defining New Types): Use @key{RET} instead of @key{ret}.
6324
63252005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6326
6327 * os.texi (Translating Input): Fix typo.
6328
63292005-07-08 Richard M. Stallman <rms@gnu.org>
6330
6331 * README: Update edition number and size estimate.
6332
6333 * elisp.texi (VERSION): Set to 2.9.
6334
63352005-07-07 Richard M. Stallman <rms@gnu.org>
6336
6337 * book-spine.texinfo: Update Emacs version.
6338
6339 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6340
63412005-07-06 Richard M. Stallman <rms@gnu.org>
6342
6343 * searching.texi (Regexp Search): Clarify what re-search-forward
6344 does when the search fails.
6345
63462005-07-05 Lute Kamstra <lute@gnu.org>
6347
6348 * Update FSF's address in GPL notices.
6349
6350 * doclicense.texi (GNU Free Documentation License):
6351 * gpl.texi (GPL):
6352 * tips.texi (Coding Conventions, Library Headers):
6353 * vol1.texi:
6354 * vol2.texi: Update FSF's address.
6355
63562005-07-04 Richard M. Stallman <rms@gnu.org>
6357
6358 * hooks.texi (Standard Hooks): Add occur-hook.
6359
63602005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6361
6362 * display.texi (The Echo Area): Correct menu.
6363
63642005-07-03 Richard M. Stallman <rms@gnu.org>
6365
6366 * elisp.texi (Top): Update subnode menu for Display.
6367
6368 * display.texi (Displaying Messages): New node, with most
6369 of what was in The Echo Area.
5dcb4c4e 6370 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6371 (Logging Messages): New node with new text.
6372 (Echo Area Customization): New node, the rest of what was
6373 in The Echo Area. Document message-truncate-lines with @defvar.
6374 (Display): Update menu.
6375
6376 * windows.texi (Textual Scrolling): Doc 3 values for
6377 scroll-preserve-screen-position.
6378
6379 * text.texi (Special Properties): Change hook functions
6380 should bind inhibit-modification-hooks around altering buffer text.
6381
6382 * keymaps.texi (Key Binding Commands): Call binding BINDING
6383 rather than DEFINITION.
6384
63852005-06-29 Juanma Barranquero <lekktu@gmail.com>
6386
6387 * variables.texi (Defining Variables): `user-variable-p' returns t
6388 for aliases of user options, nil for alias loops.
6389
63902005-06-28 Richard M. Stallman <rms@gnu.org>
6391
6392 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6393 make-keymap.
6394
63952005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6396
6397 * variables.texi (Setting Variables): Correct and clarify
6398 description of `add-to-ordered-list'.
6399
64002005-06-26 Richard M. Stallman <rms@gnu.org>
6401
6402 * display.texi (Faces): Minor cleanup.
6403
64042005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6405
6406 * display.texi (Faces): `facep' returns t for strings that are
6407 face names.
6408
64092005-06-25 Richard M. Stallman <rms@gnu.org>
6410
6411 * objects.texi (Equality Predicates): Clarify meaning of equal.
6412
6413 * windows.texi (Selecting Windows): save-selected-window
6414 and with-selected-window save and restore the current buffer.
6415
64162005-06-24 Richard M. Stallman <rms@gnu.org>
6417
6418 * numbers.texi (Float Basics): Explain how to test for NaN,
6419 and printing the sign of NaNs.
6420
64212005-06-24 Eli Zaretskii <eliz@gnu.org>
6422
6423 * makefile.w32-in (MAKEINFO): Use --force.
6424
64252005-06-23 Richard M. Stallman <rms@gnu.org>
6426
6427 * display.texi (Face Functions): Correct Texinfo usage.
6428
64292005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6430
6431 * lists.texi (Rings): `ring-elements' now returns the elements of
6432 RING in order.
6433
64342005-06-23 Juanma Barranquero <lekktu@gmail.com>
6435
6436 * markers.texi (The Mark): Texinfo usage fix.
6437
64382005-06-23 Kim F. Storm <storm@cua.dk>
6439
6440 * searching.texi (Entire Match Data): Remove evaporate option for
6441 match-data. Do not mention evaporate option for set-match-data.
6442
64432005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6444
6445 * display.texi (Face Functions): Mention face aliases.
6446
64472005-06-21 Richard M. Stallman <rms@gnu.org>
6448
6449 * anti.texi (Antinews): Texinfo usage fix.
6450
64512005-06-21 Karl Berry <karl@gnu.org>
6452
6453 * elisp.texi: Use @copying.
6454
6455 * elisp.texi: Put @summarycontents and @contents before the Top
6456 node, instead of the end of the file, so that the contents appear
6457 in the right place in the dvi/pdf output.
6458
64592005-06-21 Juri Linkov <juri@jurta.org>
6460
6461 * display.texi (Defining Faces): Add `customized-face'.
6462
64632005-06-20 Kim F. Storm <storm@cua.dk>
6464
6465 * variables.texi (Setting Variables): Any type of element can be
6466 given order in add-to-ordered-list. Compare elements with eq.
6467
6468 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6469
64702005-06-20 Karl Berry <karl@gnu.org>
6471
6472 * syntax.texi (Syntax Flags): Make last column very slightly wider
6473 to avoid "generic comment" breaking on two lines and causing an
6474 underfull box.
6475
64762005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6477
6478 * lists.texi (Rings): Various minor clarifications and corrections.
6479
64802005-06-18 Richard M. Stallman <rms@gnu.org>
6481
6482 * functions.texi (Obsolete Functions): Simplify.
6483
6484 * variables.texi (Variable Aliases): Simplify.
6485
6486 * anti.texi, backups.texi, compile.texi, customization.texi:
6487 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6488 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6489 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6490 * variables.texi: Fix formatting ugliness.
6491
6492 * elisp.texi: Add links to Rings and Byte Packing.
6493 Update version and copyright years.
6494
6495 * minibuf.texi: Fix formatting ugliness.
6496 (Completion Commands): Move keymap vars to the end
6497 and vars completing-read binds to the top.
6498
64992005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6500
6501 * processes.texi: Fix typos.
6502 (Bindat Spec): Correct Texinfo error.
6503 (Byte Packing): Fix ungrammatical sentence.
6504
65052005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6506
6507 * lists.texi (Rings): New node.
6508 (Lists): Add it to menu.
6509
6510 * processes.texi (Byte Packing): New node.
6511 (Processes): Add it to menu.
6512
65132005-06-17 Richard M. Stallman <rms@gnu.org>
6514
6515 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6516
6517 * help.texi (Documentation Basics): Explain the xref to
6518 Documentation Tips.
6519
6520 * debugging.texi (Debugger Commands): Minor fix.
6521
65222005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * edebug.texi (Instrumenting): Eliminate duplicate link.
6525 (Specification List): Replace references to "below", referring to
6526 a later node, with one @ref to that node.
6527
6528 * os.texi (Timers): Timers should save and restore the match data
6529 if they change it.
6530
6531 * debugging.texi (Debugger Commands): Mention that the Lisp
6532 debugger can not step through primitive functions.
6533
65342005-06-16 Juanma Barranquero <lekktu@gmail.com>
6535
6536 * functions.texi (Obsolete Functions): Update argument names of
6537 `make-obsolete' and `define-obsolete-function-alias'.
6538
6539 * variables.texi (Variable Aliases): Update argument names of
6540 `defvaralias', `make-obsolete-variable' and
6541 `define-obsolete-variable-alias'.
6542
65432005-06-15 Kim F. Storm <storm@cua.dk>
6544
6545 * searching.texi (Entire Match Data): Rephrase warnings about
6546 evaporate arg to match-data and set-match-data.
6547
65482005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6549
6550 * elisp.texi (Top): Update detailed menu.
6551
6552 * edebug.texi (Edebug): Update menu.
6553 (Instrumenting): Update xrefs.
6554 (Edebug Execution Modes): Correct xref.
6555 (Jumping): Clarify description of `h' command.
6556 Eliminate redundant @ref.
6557 (Breaks): New node.
6558 (Breakpoints): Is now a subsubsection.
6559 (Global Break Condition): Mention `C-x X X'.
6560 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6561 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6562 (Edebug Display Update): Correct pxref.
6563 (Edebug and Macros): New node.
6564 (Instrumenting Macro Calls): Is now a subsubsection.
6565 Neither arg of `def-edebug-spec' is evaluated.
6566 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6567 (Specification Examples): Fix typo.
6568
65692005-06-14 Lute Kamstra <lute@gnu.org>
6570
6571 * debugging.texi (Function Debugging): Primitives can break on
6572 entry too.
6573
65742005-06-14 Kim F. Storm <storm@cua.dk>
6575
6576 * variables.texi (Setting Variables): Add add-to-ordered-list.
6577
65782005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6581 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6582
65832005-06-13 Lute Kamstra <lute@gnu.org>
6584
6585 * text.texi (Special Properties): Fix cross reference.
6586
65872005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6588
6589 * debugging.texi (Function Debugging): Delete mention of empty
6590 string argument to `cancel-debug-on-entry'. Delete inaccurate
6591 description of the return value of that command.
6592
65932005-06-11 Alan Mackenzie <acm@muc.de>
6594
6595 * text.texi (Adaptive Fill): Amplify the description of
6596 fill-context-prefix.
6597
65982005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6599
6600 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6601
66022005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6605
66062005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6607
6608 * debugging.texi (Error Debugging): Minor rewording.
6609 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6610 is optional.
6611
66122005-06-10 Lute Kamstra <lute@gnu.org>
6613
6614 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6615 (Top): Give it a title. Correct version number. Give the
6616 detailed node listing a more prominent header.
6617 * intro.texi: Don't set VERSION here a second time.
6618 Mention Emacs's version too.
6619 * anti.texi (Antinews): Use EMACSVER to refer to the current
6620 version of Emacs.
6621
66222005-06-09 Kim F. Storm <storm@cua.dk>
6623
6624 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6625 match-data and set-match-data.
6626
66272005-06-08 Richard M. Stallman <rms@gnu.org>
6628
6629 * searching.texi (Entire Match Data): Clarify when match-data
6630 returns markers and when integers.
6631
6632 * display.texi (Defining Faces): Explain that face name should not
6633 end in `-face'.
6634
6635 * modes.texi (Mode Line Data): Minor cleanup.
6636 (Customizing Keywords): Node split out of Search-based Fontification.
6637 Add example of using font-lock-add-keywords from a hook.
6638 Clarify when MODE should be non-nil, and when nil.
6639
66402005-06-06 Richard M. Stallman <rms@gnu.org>
6641
6642 * modes.texi (Mode Line Data): Explain what happens when the car
6643 of a list is a void symbol.
6644 (Search-based Fontification): Explain MODE arg to
6645 font-lock-add-keywords and warn about calls from major modes.
6646
66472005-06-08 Juri Linkov <juri@jurta.org>
6648
6649 * display.texi (Standard Faces): Add `shadow' face.
6650
66512005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6652
6653 * modes.texi (Major Mode Conventions): A derived mode only needs
6654 to put the call to the parent mode inside `delay-mode-hooks'.
6655
66562005-05-29 Richard M. Stallman <rms@gnu.org>
6657
6658 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6659 new, and what that implies. Clarify.
6660
6661 * files.texi (Locating Files): Clean up the text.
6662
6663 * frames.texi (Window Frame Parameters): Document user-size.
6664 Shorten entry for top by referring to left.
6665
66662005-05-26 Richard M. Stallman <rms@gnu.org>
6667
6668 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6669 is new, and what the implications are. Other clarifications.
6670
66712005-05-24 Richard M. Stallman <rms@gnu.org>
6672
6673 * frames.texi (Dialog Boxes): Minor fixes.
6674
66752005-05-25 Masatake YAMATO <jet@gyve.org>
6676
6677 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6678
66792005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6680
6681 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6682 is optional.
6683
66842005-05-24 Nick Roberts <nickrob@snap.net.nz>
6685
10d1d0af 6686 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6687
66882005-05-23 Lute Kamstra <lute@gnu.org>
6689
6690 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6691 syntax-begin-function over font-lock-beginning-of-syntax-function.
6692
66932005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6694
6695 * minibuf.texi (Reading File Names): Update description of
6696 `read-directory-name'.
6697
6698 * modes.texi (Derived Modes): Clarify :group keyword.
6699
67002005-05-21 Eli Zaretskii <eliz@gnu.org>
6701
6702 * files.texi (Locating Files): New subsection.
6703 Describe locate-file and executable-find.
6704
67052005-05-21 Kevin Ryde <user42@zip.com.au>
6706
6707 * frames.texi (Initial Parameters): Update cross reference to
6708 "Emacs Invocation".
6709
67102005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * keymaps.texi (Active Keymaps): Add anchor.
6713
6714 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6715 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6716 appropriate place.
6717 (Derived Modes): Small clarifications.
6718 (Minor Mode Conventions, Keymaps and Minor Modes):
6719 Replace references to nodes with references to anchors.
6720 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6721 Clarify description of lists whose first element is an integer.
6722 (Mode Line Variables): Add anchor.
6723 (%-Constructs): Clarify description of integer after %.
6724 (Emulating Mode Line): Describe nil value for FACE.
6725
67262005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6727
6728 * modes.texi (Derived Modes): Correct references to non-existing
6729 variable standard-syntax-table.
6730
67312005-05-17 Lute Kamstra <lute@gnu.org>
6732
6733 * modes.texi (Defining Minor Modes): Mention the mode hook.
6734
67352005-05-15 Kim F. Storm <storm@cua.dk>
6736
6737 * processes.texi (Network): Remove open-network-stream-nowait.
6738 (Network Servers): Remove open-network-stream-server.
6739
67402005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6741
6742 * elisp.texi (Top): Update detailed menu.
6743
6744 * variables.texi: Reorder nodes.
6745 (Variables): Update menu.
6746 (File Local Variables): Do not refer to the `-*-' line as
6747 a "local variables list". Add pxref.
6748
67492005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6750
6751 * elisp.texi (Top): Update detailed menu for node changes.
6752
6753 * modes.texi (Modes): Update Menu.
6754 (Hooks): Move to beginning of chapter.
6755 Most minor modes run mode hooks too.
6756 `add-hook' can handle void hooks or hooks whose value is a single
6757 function.
6758 (Major Modes): Update Menu.
6759 (Major Mode Basics): New node, split off from `Major Modes'.
6760 (Major Mode Conventions): Correct xref. Explain how to handle
6761 auto-mode-alist if the major mode command has an autoload cookie.
6762 (Auto Major Mode): Major update. Add magic-mode-alist.
6763 (Derived Modes): Major update.
6764 (Mode Line Format): Update Menu.
6765 (Mode Line Basics): New node, split off from `Mode Line Format'.
6766
6767 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6768 for `magic autoload comment'. Add index entries and anchor.
6769
67702005-05-14 Richard M. Stallman <rms@gnu.org>
6771
6772 * tips.texi (Coding Conventions): Explain how important it is
6773 that just loading certain files not change Emacs behavior.
6774
6775 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6776
67772005-05-12 Lute Kamstra <lute@gnu.org>
6778
6779 * modes.texi (Generic Modes): Update.
6780 (Major Modes): Refer to node "Generic Modes".
6781
6782 * elisp.texi (Top): Update to the current structure of the manual.
6783 * processes.texi (Processes): Add menu description.
6784 * customize.texi (Customization): Add menu descriptions.
6785
67862005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6787
6788 * processes.texi (Signals to Processes)
6789 (Low-Level Network): Fix typos.
6790
67912005-05-11 Lute Kamstra <lute@gnu.org>
6792
6793 * elisp.texi (Top): Add some nodes from the chapter "Major and
6794 Minor Modes" to the detailed node listing.
6795
67962005-05-10 Richard M. Stallman <rms@gnu.org>
6797
6798 * keymaps.texi (Extended Menu Items): Menu item filter functions
6799 can be called at any time.
6800
68012005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6802
6803 * variables.texi (File Local Variables): `(hack-local-variables t)'
6804 now also checks whether a mode is specified in the local variables
6805 list.
6806
68072005-05-05 Kevin Ryde <user42@zip.com.au>
6808
6809 * display.texi (The Echo Area): Correct format function cross
6810 reference.
6811
68122005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6813
6814 * variables.texi (Variable Aliases): Change description of
6815 `define-obsolete-variable-alias'.
6816
6817 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6818 (Defining Functions): Add xref.
6819 (Obsolete Functions): New node.
6820 (Function Safety): Standardize capitalization of section title.
6821
6822 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6823 (Dialog Boxes): Complete description of `x-popup-dialog'.
6824
68252005-05-04 Richard M. Stallman <rms@gnu.org>
6826
6827 * commands.texi (Interactive Codes): Fix Texinfo usage.
6828 Document U more clearly.
6829
68302005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6831
6832 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6833 function and not a macro.
6834
6835 * frames.texi (Pop-Up Menus): Correct and clarify description of
6836 `x-popup-menu'.
6837 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6838
68392005-05-01 Richard M. Stallman <rms@gnu.org>
6840
6841 * edebug.texi (Checking Whether to Stop): Fix previous change.
6842
68432005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6844
6845 * display.texi: Fix typos and Texinfo usage.
6846
6847 * edebug.texi (Checking Whether to Stop): executing-macro ->
6848 executing-kbd-macro.
6849
68502005-05-01 Richard M. Stallman <rms@gnu.org>
6851
6852 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6853
68542005-04-30 Richard M. Stallman <rms@gnu.org>
6855
6856 * files.texi (Magic File Names): Document `operations' property.
6857
68582005-04-29 Lute Kamstra <lute@gnu.org>
6859
6860 * modes.texi (Generic Modes): New node.
6861 (Major Modes): Add it to the menu.
6862 (Derived Modes): Add "derived mode" to concept index.
6863
68642005-04-28 Lute Kamstra <lute@gnu.org>
6865
6866 * modes.texi (Defining Minor Modes): Fix previous change.
6867 (Font Lock Mode): Simplify.
6868 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6869 when set and that some parts are optional. Add cross references.
6870 (Search-based Fontification): Say how to specify font-lock-keywords.
6871 Add cross references. Add font-lock-multiline to index.
6872 Move font-lock-keywords-case-fold-search here from node "Other Font
6873 Lock Variables". Document font-lock-add-keywords and
6874 font-lock-remove-keywords.
6875 (Other Font Lock Variables): Move font-lock-keywords-only,
6876 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6877 and font-lock-syntactic-face-function to node "Syntactic Font
6878 Lock". Move font-lock-keywords-case-fold-search to node
6879 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6880 and font-lock-{,un}fontify-{buffer,region}-function.
6881 (Precalculated Fontification): Remove reference to deleted variable
6882 font-lock-core-only.
6883 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6884 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6885 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6886 and font-lock-syntactic-face-function here from node "Other Font
6887 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6888 Syntax Properties". Add cross references.
6889 (Setting Syntax Properties): New node.
6890 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6891 * syntax.texi (Syntax Properties): Add cross reference.
6892 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6893
68942005-04-26 Richard M. Stallman <rms@gnu.org>
6895
6896 * display.texi (Defining Faces):
6897 Document `default' elements of defface spec.
6898
6899 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6900
6901 * variables.texi (Variable Aliases): Clarify text.
6902
69032005-04-25 Chong Yidong <cyd@stupidchicken.com>
6904
6905 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6906
69072005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6908
6909 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6910
69112005-04-24 Eli Zaretskii <eliz@gnu.org>
6912
6913 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6914 syntax-after and syntax-class.
6915
6916 * files.texi (Changing Files): Fix last change's cross-reference.
6917 (Unique File Names): Don't mention "numbers" in the documentation
6918 of make-temp-file and make-temp-name.
6919
69202005-04-23 Richard M. Stallman <rms@gnu.org>
6921
6922 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6923
69242005-04-22 Nick Roberts <nickrob@snap.net.nz>
6925
6926 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6927
69282005-04-22 Nick Roberts <nickrob@snap.net.nz>
6929
6930 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6931 and define-obsolete-variable-alias.
6932
69332005-04-22 Kim F. Storm <storm@cua.dk>
6934
6935 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6936 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6937
69382005-04-21 Lute Kamstra <lute@gnu.org>
6939
6940 * lists.texi (Association Lists): Document rassq-delete-all.
6941
69422005-04-19 Richard M. Stallman <rms@gnu.org>
6943
6944 * modes.texi (Search-based Fontification): Explain that
6945 facespec is an expression to be evaluated.
6946
69472005-04-19 Kevin Ryde <user42@zip.com.au>
6948
6949 * streams.texi (Output Functions): Fix xref.
6950 * strings.texi (String Conversion): Fix xref.
6951
69522005-04-19 Kim F. Storm <storm@cua.dk>
6953
6954 * symbols.texi (Symbol Plists): Add safe-get.
6955 Mention that `get' may signal an error.
6956
69572005-04-18 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * customize.texi (Variable Definitions): Replace tooltip-mode
6960 example with save-place.
6961
69622005-04-17 Richard M. Stallman <rms@gnu.org>
6963
6964 * buffers.texi (Indirect Buffers): Clarify.
6965
6966 * positions.texi (Positions): Clarify converting marker to integer.
6967
6968 * strings.texi (String Basics): Mention string-match; clarify.
6969
69702005-04-08 Lute Kamstra <lute@gnu.org>
6971
6972 * modes.texi (Search-based Fontification): Fix cross references.
6973 Use consistent terminology. Document anchored highlighting.
6974
69752005-04-05 Lute Kamstra <lute@gnu.org>
6976
6977 * modes.texi (Defining Minor Modes): Document :group keyword
6978 argument and its default value.
6979
69802005-04-03 Lute Kamstra <lute@gnu.org>
6981
6982 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6983 references and/or descriptions. Delete major mode hooks; mention
6984 them as a category instead. Rename or delete obsolete hooks.
6985
69862005-04-02 Richard M. Stallman <rms@gnu.org>
6987
6988 * nonascii.texi (Coding System Basics): Another wording cleanup.
6989
69902005-04-01 Richard M. Stallman <rms@gnu.org>
6991
6992 * nonascii.texi (Coding System Basics): Clarify previous change.
6993
69942005-04-01 Kenichi Handa <handa@m17n.org>
6995
10d1d0af 6996 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6997 identity of coding systems.
6998
69992005-03-29 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * text.texi (Buffer Contents): Add filter-buffer-substring and
7002 buffer-substring-filters.
7003
70042005-03-26 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * anti.texi (Antinews): Mention `G' interactive code.
7007
7008 * tips.texi (Compilation Tips): Mention benchmark.el.
7009
70102005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7013 is now bound to M-o M-o.
7014
7015 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7016
70172005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7018
7019 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7020 in the Emacs Manual).
7021 * Makefile.in (srcs): Remove calendar.texi.
7022 * makefile.w32-in (srcs): Remove calendar.texi.
7023 * display.texi (Display): Change name of next node.
7024 * os.texi (System In): Change name of previous node.
7025 * elisp.texi (Top): Remove Calendar references.
7026 * vol1.texi (Top): Remove Calendar references.
7027 * vol2.texi (Top): Remove Calendar references.
7028
70292005-03-25 Richard M. Stallman <rms@gnu.org>
7030
7031 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7032 Cleanup previous change.
7033
70342005-03-25 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * display.texi (Face Attributes): Faces earlier in an :inherit
7037 list take precedence.
7038 (Scroll Bars): Fix description of vertical-scroll-bars.
7039 Document frame-current-scroll-bars and window-current-scroll-bars.
7040
7041 * markers.texi (The Mark): Document temporary Transient Mark mode.
7042
7043 * minibuf.texi (Reading File Names):
7044 Document read-file-name-completion-ignore-case.
7045
7046 * positions.texi (Screen Lines): Document nil for width argument
7047 to compute-motion.
7048
70492005-03-23 Kim F. Storm <storm@cua.dk>
7050
7051 * display.texi (Standard Faces): Other faces used in the fringe
7052 implicitly inherits from the fringe face.
7053 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7054 properties implicitly inherits from fringe face.
7055 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7056
70572005-03-20 Chong Yidong <cyd@stupidchicken.com>
7058
7059 * display.texi (Invisible Text): State default value of
7060 line-move-ignore-invisible.
7061 (Managing Overlays): Document remove-overlays.
7062 (Standard Faces): Document escape-glyph face.
7063
7064 * minibuf.texi (Reading File Names): Document read-file-name-function.
7065
7066 * modes.texi (Other Font Lock Variables):
7067 Document font-lock-lines-before.
7068
7069 * positions.texi (Skipping Characters): skip-chars-forward allows
7070 character classes.
7071
70722005-03-18 Lute Kamstra <lute@gnu.org>
7073
7074 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7075
70762005-03-17 Richard M. Stallman <rms@gnu.org>
7077
7078 * text.texi (Undo): Document extensible undo entries.
7079
dd7b651b 7080 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7081
7082 * nonascii.texi (Character Codes): Minor fix.
7083
7084 * display.texi (Display Property): Explain the significance
7085 of having text properties that are eq.
7086 (Other Display Specs): Explain string as display spec.
7087
7088 * commands.texi (Interactive Codes): Document G option.
7089
70902005-03-17 Chong Yidong <cyd@stupidchicken.com>
7091
7092 * text.texi (Filling): Add sentence-end-without-period and
7093 sentence-end-without-space.
7094 (Changing Properties): Minor fix.
7095
7096 * anti.texi: Total rewrite.
7097
70982005-03-15 Lute Kamstra <lute@gnu.org>
7099
7100 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7101
71022005-03-08 Kim F. Storm <storm@cua.dk>
7103
7104 * display.texi (Specified Space): Property :width is support on
7105 non-graphic terminals, :height is not.
7106
71072005-03-07 Richard M. Stallman <rms@gnu.org>
7108
7109 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7110 Now subnodes of Fringes.
7111 (Overlay Arrow): Document overlay-arrow-variable-list.
7112 (Fringe Size/Pos): New node, broken out of Fringes.
7113 (Display): Explain clearing vs redisplay better.
7114 (Truncation): Clarify use of bitmaps.
7115 (The Echo Area): Clarify the uses of the echo area.
7116 Add max-mini-window-height.
7117 (Progress): Clarify.
7118 (Invisible Text): Explain that main loop moves point out.
7119 (Selective Display): Say "hidden", not "invisible".
7120 (Managing Overlays): Move up. Describe relation to Undo here.
7121 (Overlay Properties): Clarify intro.
7122 (Finding Overlays): Explain return values when nothing found.
7123 (Width): truncate-string-to-width has added arg.
7124 (Displaying Faces): Clarify and update mode line face handling.
7125 (Face Functions): Minor cleanup.
7126 (Conditional Display): Merge into Other Display Specs.
7127 (Pixel Specification, Other Display Specs): Minor cleanups.
7128 (Images, Image Descriptors): Minor cleanups.
7129 (GIF Images): Patents have expired.
7130 (Showing Images): Explain default text for insert-image.
7131 (Manipulating Button Types): Merge into Manipulating Buttons.
7132 (Making Buttons): Explain return values.
7133 (Button Buffer Commands): Add xref.
7134 (Inverse Video): Update mode-line-inverse-video.
7135 (Display Table Format): Clarify.
7136 (Active Display Table): Give defaults for window-display-table.
7137
7138 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7139 and calendar-today-marker are strings, not chars.
7140 (Holiday Customizing): Minor fix.
7141
7142 * internals.texi (Writing Emacs Primitives): Update `or' example.
7143 Update limit on # args of subr.
7144
7145 * edebug.texi (Using Edebug): Arrow is in fringe.
7146 (Instrumenting): Arg to eval-defun works without loading edebug.
7147 (Edebug Execution Modes): Add xref.
7148
7149 * customize.texi (Common Keywords): Clarify :require.
7150 Mention :version here.
7151 (Variable Definitions, Group Definitions): Not here.
7152 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7153
71542005-03-07 Chong Yidong <cyd@stupidchicken.com>
7155 * nonascii.texi (Text Representations): Clarify position-bytes.
7156 (Character Sets): Add list-charset-chars.
7157 (Scanning Charsets): Add charset-after.
7158 (Encoding and I/O): Minor fix.
7159
71602005-03-06 Richard M. Stallman <rms@gnu.org>
7161
7162 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7163 (Resizing Windows): Likewise.
7164
7165 * text.texi (Change Hooks): Get rid of "Emacs 21".
7166
7167 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7168
7169 * streams.texi (Output Variables): Get rid of "Emacs 21".
7170
7171 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7172
7173 * os.texi (Translating Input): Replace flow-control example
7174 with a less obsolete example that uses `keyboard-translate'.
7175
7176 * objects.texi (Hash Table Type, Circular Objects):
7177 Get rid of "Emacs 21".
7178
7179 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7180 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7181
7182 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7183
7184 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7185
7186 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7187 (Menu Bar): Fix when menu-bar-update-hook is called.
7188
7189 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7190
7191 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7192 and make it read better.
7193
7194 * files.texi (Writing to Files): Get rid of "Emacs 21".
7195 (Unique File Names): Likewise.
7196
7197 * elisp.texi: Update Emacs version to 22.
7198
7199 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7200 (Overlay Properties, Face Attributes): Likewise.
7201 (Managing Overlays): Fix punctuation.
7202 (Attribute Functions): Clarify set-face-font; get rid of
7203 info about old Emacs versions.
7204 (Auto Faces, Font Lookup, Display Property, Images):
7205 Get rid of "Emacs 21".
7206
7207 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7208
72092005-03-05 Richard M. Stallman <rms@gnu.org>
7210
7211 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7212
72132005-03-04 Lute Kamstra <lute@gnu.org>
7214
7215 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7216
72172005-03-03 Lute Kamstra <lute@gnu.org>
7218
7219 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7220
72212005-03-01 Lute Kamstra <lute@gnu.org>
7222
7223 * debugging.texi (Debugger Commands): Update `j'.
7224
72252005-02-28 Lute Kamstra <lute@gnu.org>
7226
7227 * debugging.texi (Debugging): Fix typo.
7228 (Error Debugging): Document eval-expression-debug-on-error.
7229 (Function Debugging): Update example.
7230 (Using Debugger): Mention starred stack frames.
7231 (Debugger Commands): Document `j' and `l'.
7232 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7233 Update the messages that the debugger displays.
7234 (Internals of Debugger): Add cross reference. Update example.
7235 (Excess Open): Minor improvement.
7236 (Excess Close): Minor improvement.
7237
72382005-02-26 Richard M. Stallman <rms@gnu.org>
7239
7240 * tips.texi (Coding Conventions): Clarify.
7241 Put all the major mode key reservations together.
7242 Mention the Mouse-1 => Mouse-2 conventions.
7243
7244 * syntax.texi (Syntax Class Table): Clarify.
7245 (Syntax Table Functions): syntax-after moved from here.
7246 (Syntax Table Internals): syntax-after moved to here.
7247 (Parsing Expressions): Update info on number of values
7248 and what's meaningful in the STATE argument.
7249 (Categories): Fix typo.
7250
7251 * sequences.texi (Arrays): Cleanup.
7252 (Char-Tables): Clarify.
7253
7254 * processes.texi (Deleting Processes): Cleanups, add xref.
7255 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7256 (Process Information): set-process-coding-system, some args optional.
7257 (Input to Processes): Explain various types for PROCESS args.
7258 Rename them from PROCESS-NAME to PROCESS.
7259 (Signals to Processes): Likewise.
7260 (Decoding Output): Cleanup.
7261 (Query Before Exit): Clarify.
7262
7263 * os.texi (Startup Summary): Correct the options; add missing ones.
7264 (Terminal Output, Batch Mode): Clarify.
7265 (Flow Control): Node deleted.
7266
7267 * markers.texi (The Mark): Clarify.
7268
7269 * macros.texi (Expansion): Cleanup.
7270 (Indenting Macros): indent-spec allows ints, not floats.
7271
7272 * keymaps.texi (Keymaps): Clarify.
7273 (Format of Keymaps): Update lisp-mode-map example.
7274 (Active Keymaps, Key Lookup): Clarify.
7275 (Changing Key Bindings): Add xref to `kbd'.
7276 (Key Binding Commands, Simple Menu Items): Clarify.
7277 (Mouse Menus, Menu Bar): Clarify.
7278 (Menu Example): Replace print example with menu-bar-replace-menu.
7279
7280 * help.texi (Documentation Basics): Add function-documentation prop.
7281
7282 * elisp.texi (Top): Don't refer to Flow Control node.
7283
7284 * commands.texi (Command Overview): Improve xrefs.
7285 (Adjusting Point): Adjusting point applies to intangible and invis.
7286 (Key Sequence Input): Doc extra read-key-sequence args.
7287 Likewise for read-key-sequence-vector.
7288
7289 * backups.texi (Rename or Copy): Minor fix.
7290 (Numbered Backups): For version-control, say the default.
7291 (Auto-Saving): make-auto-save-file-name example is simplified.
7292
7293 * advice.texi (Advising Functions): Don't imply one part of Emacs
7294 should advise another part. Markup changes.
7295 (Defining Advice): Move transitional para.
7296 (Activation of Advice): Cleanup.
7297 Explain if COMPILE is nil or negative.
7298
7299 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7300
73012005-02-24 Lute Kamstra <lute@gnu.org>
7302
7303 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7304 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7305
73062005-02-23 Lute Kamstra <lute@gnu.org>
7307
7308 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7309 to define global minor modes as well.
7310
7311 * display.texi (Managing Overlays): overlay-buffer returns nil for
7312 deleted overlays.
7313
73142005-02-22 Kim F. Storm <storm@cua.dk>
7315
7316 * minibuf.texi (Basic Completion): Allow symbols in addition to
7317 strings in try-completion and all-completions.
7318
73192005-02-14 Lute Kamstra <lute@gnu.org>
7320
7321 * elisp.texi (Top): Remove reference to deleted node.
7322
7323 * lists.texi (Lists): Remove reference to deleted node.
7324 (Cons Cells): Fix typo.
7325
7326 * loading.texi (Where Defined): Fix typo.
7327
73282005-02-14 Richard M. Stallman <rms@gnu.org>
7329
7330 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7331 is useful for discarding some minor modes.
7332
7333 * symbols.texi (Symbol Components): Reorder examples.
7334
7335 * streams.texi (Input Functions): State standard-input default.
7336 (Output Variables): State standard-output default.
7337
7338 * objects.texi (Printed Representation): Clarify read syntax vs print.
7339 (Floating Point Type): Explain meaning better.
7340 (Symbol Type): Explain uniqueness better.
7341 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7342 List examples sooner.
7343 (Box Diagrams): New subnode broken out.
7344 Some examples moved from old Lists as Boxes node.
7345 (Dotted Pair Notation): Clarify intro.
7346 (Array Type): Clarify.
7347 (Type Predicates): Add hash-table-p.
7348
7349 * numbers.texi (Integer Basics): Clarify radix explanation.
7350 (Predicates on Numbers): Minor clarification.
7351 (Comparison of Numbers): Minor clarification. Clarify eql.
7352 Typos in min, max.
7353 (Math Functions): Clarify overflow in expt.
7354
7355 * minibuf.texi (Text from Minibuffer): Minor clarification.
7356 Mention arrow keys.
7357
7358 * loading.texi (Autoload): defun's doc string overrides autoload's
7359 doc string.
7360 (Repeated Loading): Modernize "add to list" examples.
7361 (Where Defined): Finish updating table of load-history elts.
7362
7363 * lists.texi (List-related Predicates): Minor wording improvement.
7364 (Lists as Boxes): Node deleted.
7365 (Building Lists): Explain trivial cases of number-sequence.
7366
7367 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7368 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7369 (Hash Access): Any object can be a key.
7370 State value of maphash.
7371
7372 * functions.texi (What Is a Function): Wording cleanup.
7373 (Function Documentation): Minor cleanup.
7374 Explain purpose of calling convention at end of doc string.
7375 (Function Names): Wording cleanup.
7376 (Calling Functions): Wording cleanup.
7377 Explain better how funcall calls the function.
7378 (Function Cells): Delete example of saving and redefining function.
7379
7380 * control.texi (Combining Conditions): Wording cleanup.
7381 (Iteration): dolist and dotimes bind VAR locally.
7382 (Cleanups): Xref to Atomic Changes.
7383
7384 * compile.texi (Byte Compilation): Delete 19.29 info.
7385 (Compilation Functions): Macros' difficulties don't affect defsubst.
7386 (Docs and Compilation): Delete 19.29 info.
7387
73882005-02-10 Richard M. Stallman <rms@gnu.org>
7389
7390 * objects.texi (Symbol Type): Minor correction.
7391
73922005-02-06 Lute Kamstra <lute@gnu.org>
7393
7394 * modes.texi (Example Major Modes): Fix typos.
7395
73962005-02-06 Richard M. Stallman <rms@gnu.org>
7397
7398 * text.texi (Margins): fill-nobreak-predicate can be one function.
7399
7400 * strings.texi (Modifying Strings): clear-string can make unibyte.
7401 (Formatting Strings): format gives error if values missing.
7402
7403 * positions.texi (Character Motion): Mention default arg
7404 for forward-char. backward-char refers to forward-char.
7405 (Word Motion): Mention default arg for forward-word.
7406 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7407 Simplify end-of-buffer.
7408 (Text Lines): Mention default arg for forward-line.
7409 (List Motion): Mention default arg for beginning/end-of-defun.
7410 (Skipping Characters): Minor fixes in explaining character-set.
7411
7412 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7413 Mode inheritance applies only when default-major-mode is nil.
7414 Clarifications.
7415 (Example Major Modes): Update Text mode and Lisp mode examples.
7416 (Minor Mode Conventions): Mention define-minor-mode at top.
7417 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7418 (Mode Line Format): Update mode line face display info.
7419 (Properties in Mode): Mention effect of risky vars.
7420 (Imenu): Define imenu-add-to-menubar.
7421 (Font Lock Mode): Add descriptions to menu lines.
7422 (Faces for Font Lock): Add font-lock-doc-face.
7423
74242005-02-05 Lute Kamstra <lute@gnu.org>
7425
7426 * text.texi (Maintaining Undo): Remove obsolete function.
7427
74282005-02-05 Eli Zaretskii <eliz@gnu.org>
7429
7430 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7431 color specifications. Improve indexing.
b8d4c8d0
GM
7432 (Text Terminal Colors): Replace the description of RGB values by
7433 an xref to "Color Names".
7434
74352005-02-03 Richard M. Stallman <rms@gnu.org>
7436
7437 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7438 Clarify.
7439 (Selecting Windows): Clarify save-selected-window.
7440 (Cyclic Window Ordering): Clarify walk-windows.
7441 (Window Point): Clarify.
7442 (Window Start): Add comment to example.
7443 (Resizing Windows): Add `interactive' specs in examples.
7444 Document fit-window-to-buffer.
7445
7446 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7447 (Undo, Maintaining Undo): Clarify last change.
7448 (Sorting): In sort-numeric-fields, explain about octal and hex.
7449 Mention sort-numeric-base.
7450 (Format Properties): Add xref for hard newlines.
7451
7452 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7453 (Pop-Up Menus): Fix typo.
7454 (Color Names): Explain all types of color names.
7455 Explain color-values on B&W terminal.
7456 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7457
7458 * files.texi (File Locks): Not supported on MS systems.
7459 (Testing Accessibility): Clarify.
7460
7461 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7462 (Coverage Testing): Fix typo.
7463
7464 * commands.texi (Misc Events): Remove stray space.
7465
7466 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7467 (Modification Time): Clarify when visited-file-modtime returns 0.
7468 (The Buffer List): Clarify bury-buffer.
7469 (Killing Buffers): Clarify.
7470 (Indirect Buffers): Add clone-indirect-buffer.
7471
74722005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7473
7474 * edebug.texi (Printing in Edebug): Fix default value of
7475 edebug-print-circle.
7476 (Coverage Testing): Fix displayed frequency count data.
7477
74782005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7481
74822005-02-02 Kim F. Storm <storm@cua.dk>
7483
7484 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7485
74862005-01-29 Eli Zaretskii <eliz@gnu.org>
7487
7488 * commands.texi (Misc Events): Describe the help-echo event.
7489
7490 * text.texi (Special Properties) <help-echo>: Use `pos'
7491 consistently in description of the help-echo property.
7492 Use @code{nil} instead of @var{nil}.
7493
7494 * display.texi (Overlay Properties): Fix the index entry for
7495 help-echo overlay property.
7496
7497 * customize.texi (Type Keywords): Uncomment the xref to the
7498 help-echo property documentation.
7499
75002005-01-23 Kim F. Storm <storm@cua.dk>
7501
7502 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7503 return value. Third element FULLY replaced by PARTIAL which
7504 specifies number of invisible pixels if row is only partially visible.
7505 (Textual Scrolling): Mention auto-window-vscroll.
7506 (Vertical Scrolling): New defvar auto-window-vscroll.
7507
75082005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7509
7510 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7511 command remapping.
7512
75132005-01-15 Richard M. Stallman <rms@gnu.org>
7514
7515 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7516
75172005-01-14 Kim F. Storm <storm@cua.dk>
7518
7519 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7520
7521 * text.texi (Links and Mouse-1): Fix string and vector item.
7522
75232005-01-13 Richard M. Stallman <rms@gnu.org>
7524
7525 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7526 descriptions of overriding-local-map and overriding-terminal-local-map.
7527
7528 * text.texi (Links and Mouse-1): Clarify text.
7529
75302005-01-13 Kim F. Storm <storm@cua.dk>
7531
7532 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7533
75342005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7535
7536 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7537
75382005-01-12 Kim F. Storm <storm@cua.dk>
7539
7540 * text.texi (Links and Mouse-1): Rename section from Enabling
7541 Mouse-1 to Following Links. Change xrefs.
7542 Add examples for define-button-type and define-widget.
7543
7544 * display.texi (Button Properties, Button Buffer Commands):
7545 Clarify mouse-1 and follow-link functionality.
7546
75472005-01-12 Richard M. Stallman <rms@gnu.org>
7548
7549 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7550
7551 * display.texi (Beeping): Fix Texinfo usage.
7552
7553 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7554
75552005-01-11 Kim F. Storm <storm@cua.dk>
7556
7557 * display.texi (Button Properties, Button Buffer Commands):
7558 Mention mouse-1 binding. Add follow-link keyword.
7559
7560 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7561 (Enabling Mouse-1 to Follow Links): New subsection.
7562
75632005-01-06 Richard M. Stallman <rms@gnu.org>
7564
7565 * text.texi (Special Properties): Minor change.
7566
7567 * os.texi (Timers): Clarify previous change.
7568
7569 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7570
75712005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7572
7573 * display.texi (Face Attributes): Correct xref to renamed node.
7574
75752005-01-01 Richard M. Stallman <rms@gnu.org>
7576
7577 * display.texi (Face Attributes): Describe hex color specs.
7578
75792004-12-31 Richard M. Stallman <rms@gnu.org>
7580
7581 * os.texi (Timers): Update previous change.
7582
75832004-12-30 Kim F. Storm <storm@cua.dk>
7584
7585 * display.texi (Line Height): Total line-height is now specified
7586 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7587 in cons cells. (nil . RATIO) is relative to actual line height.
7588 Use line-height `t' instead of `0' to get minimum height.
7589
75902004-12-29 Richard M. Stallman <rms@gnu.org>
7591
7592 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7593
75942004-12-28 Richard M. Stallman <rms@gnu.org>
7595
7596 * commands.texi (Quitting): Clarify value of with-local-quit.
7597
7598 * elisp.texi (Top): Fix previous change.
7599
7600 * loading.texi (Loading): Fix previous change.
7601
76022004-12-27 Richard M. Stallman <rms@gnu.org>
7603
7604 * Makefile.in (MAKEINFO): Specify --force.
7605
7606 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7607
7608 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7609
7610 * display.texi (Line Height): Further clarify.
7611
7612 * elisp.texi (Top): Update Loading submenu.
7613
7614 * loading.texi (Where Defined): New node.
7615 (Unloading): load-history moved to Where Defined.
7616
76172004-12-21 Richard M. Stallman <rms@gnu.org>
7618
7619 * commands.texi (Event Input Misc): Add while-no-input.
7620
76212004-12-11 Richard M. Stallman <rms@gnu.org>
7622
7623 * display.texi (Line Height): Rewrite text for clarity.
7624
76252004-12-11 Kim F. Storm <storm@cua.dk>
7626
7627 * display.texi (Display): Add node "Line Height" to menu.
7628 (Line Height): New node. Move full description of line-spacing
7629 and line-height text properties here from text.texi.
7630 (Scroll Bars): Add vertical-scroll-bar variable.
7631
7632 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7633
7634 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7635 line-spacing and vertical-scroll-bar.
7636
7637 * text.texi (Special Properties): Just mention line-spacing and
7638 line-height here, add xref to new "Line Height" node.
7639
76402004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7641
7642 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7643
7644 * locals.texi (Standard Buffer-Local Variables):
7645 Add @xref for `line-spacing'.
7646
76472004-12-05 Richard M. Stallman <rms@gnu.org>
7648
7649 * Makefile.in (maintainer-clean): Remove the info files
7650 in $(infodir) where they are created.
7651
76522004-12-03 Richard M. Stallman <rms@gnu.org>
7653
7654 * windows.texi (Selecting Windows): get-lru-window and
7655 get-largest-window don't consider dedicated windows.
7656
7657 * text.texi (Undo): Document undo-in-progress.
7658
76592004-11-26 Richard M. Stallman <rms@gnu.org>
7660
7661 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7662 Remove a few vars that are not always buffer-local.
7663
76642004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7665
7666 * locals.texi (Standard Buffer-Local Variables): Comment out
7667 xref's to non-existent node `Yet to be written'.
7668
76692004-11-24 Richard M. Stallman <rms@gnu.org>
7670
7671 * processes.texi (Synchronous Processes): Grammar fix.
7672
7673 * numbers.texi (Comparison of Numbers): Add eql.
7674
7675 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7676
7677 * intro.texi (Printing Notation): Fix previous change.
7678
7679 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7680 and default-indicate-buffer-boundaries from here.
7681 (Usual Display): To here.
7682 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7683 (Usual Display): Move tab-width up.
7684
5dcb4c4e
SM
7685 * customize.texi (Variable Definitions):
7686 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7687 (Simple Types, Composite Types, Defining New Types):
7688 Minor cleanups.
7689
76902004-11-21 Jesper Harder <harder@ifa.au.dk>
7691
7692 * processes.texi (Synchronous Processes, Output from Processes):
7693 Markup fix.
7694
76952004-11-20 Richard M. Stallman <rms@gnu.org>
7696
7697 * positions.texi (Skipping Characters): skip-chars-forward
7698 now handles char classes.
7699
7700 * intro.texi (Printing Notation): Avoid confusion of `print'
7701 when explaining @print.
7702
7703 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7704
7705 * display.texi (Display Table Format): Minor fix.
7706
7707 * streams.texi (Output Functions): Fix print example.
7708
7709 * Makefile.in (elisp): New target.
7710 (dist): Depend on $(infodir)/elisp, not elisp.
7711 Copy the info files from $(infodir).
7712
7713 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7714 read-from-minibuffer.
7715
7716 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7717
77182004-11-19 Richard M. Stallman <rms@gnu.org>
7719
7720 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7721
77222004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7723
7724 * tips.texi (Coding Conventions): Fix typo.
7725
77262004-11-16 Richard M. Stallman <rms@gnu.org>
7727
7728 * tips.texi (Coding Conventions): Separate defvar and require
7729 methods to avoid warnings. Use require only when there are many
7730 functions and variables from that package.
7731
7732 * minibuf.texi (Minibuffer Completion): When ignoring case,
7733 predicate must not be case-sensitive.
7734
7735 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7736 (Test Coverage): Don't talk about "splotches". Clarified.
7737
77382004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7739
7740 * frames.texi (Window Frame Parameters): Fix typo.
7741
77422004-11-15 Kim F. Storm <storm@cua.dk>
7743
7744 * symbols.texi (Other Plists): Note that plist-get may signal error.
7745 Add safe-plist-get.
7746
77472004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7748
7749 * modes.texi (Font Lock Basics): Fix typo.
7750
77512004-11-08 Richard M. Stallman <rms@gnu.org>
7752
7753 * syntax.texi (Syntax Table Functions): Add syntax-after.
7754
77552004-11-06 Lars Brinkhoff <lars@nocrew.org>
7756
7757 * os.texi (Processor Run Time): New section documenting
7758 get-internal-run-time.
7759
77602004-11-06 Eli Zaretskii <eliz@gnu.org>
7761
7762 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7763 it nukes elisp-cover.texi.
7764 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7765 elisp-0 etc.
7766
77672004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7768
7769 * commands.texi (Keyboard Macros): Document `append' return value
7770 of `defining-kbd-macro'.
7771
77722004-11-01 Richard M. Stallman <rms@gnu.org>
7773
7774 * commands.texi (Interactive Call): Add called-interactively-p.
7775
77762004-10-29 Simon Josefsson <jas@extundo.com>
7777
7778 * minibuf.texi (Reading a Password): Revert.
7779
77802004-10-28 Richard M. Stallman <rms@gnu.org>
7781
7782 * frames.texi (Display Feature Testing): Explain about "vendor".
7783
77842004-10-27 Richard M. Stallman <rms@gnu.org>
7785
7786 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7787 not raw. Clarify `n'.
7788 (Interactive Call): Rewrite interactive-p, focusing on when
7789 and how to use it.
7790 (Misc Events): Clarify previous change.
7791
7792 * advice.texi (Simple Advice): Clarify what job the example does.
7793 (Around-Advice): Clarify ad-do-it.
7794 (Activation of Advice): An option of ad-default-compilation-action
7795 is `never', not `nil'.
7796
77972004-10-26 Kim F. Storm <storm@cua.dk>
7798
7799 * commands.texi (Interactive Codes): Add U code letter.
7800
78012004-10-25 Simon Josefsson <jas@extundo.com>
7802
7803 * minibuf.texi (Reading a Password): Add.
7804
78052004-10-24 Jason Rumney <jasonr@gnu.org>
7806
7807 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7808 and wheel-down.
7809
78102004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7811
7812 * processes.texi (Synchronous Processes): Document process-file.
7813
78142004-10-22 Kenichi Handa <handa@m17n.org>
7815
7816 * text.texi (translate-region): Document that it accepts also a
7817 char-table.
7818
78192004-10-22 David Ponce <david@dponce.com>
7820
7821 * windows.texi (Resizing Windows): Document the `preserve-before'
7822 argument of the functions `enlarge-window' and `shrink-window'.
7823
78242004-10-19 Jason Rumney <jasonr@gnu.org>
7825
7826 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7827
78282004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7829
7830 * text.texi (Filling): Add anchor for definition of
7831 `sentence-end-double-space'.
7832
7833 * searching.texi (Regexp Example): Update description of how
7834 Emacs currently recognizes the end of a sentence.
7835 (Standard Regexps): Update definition of the variable
7836 `sentence-end'. Add definition of the function `sentence-end'.
7837
78382004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7839
7840 * display.texi (Progress): New node.
7841
78422004-10-05 Kim F. Storm <storm@cua.dk>
7843
7844 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7845
78462004-09-29 Kim F. Storm <storm@cua.dk>
7847
7848 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7849 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7850 fringe bitmap symbols, as they now have their own namespace.
7851 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7852 vs. pixels. Signal error if no free bitmap slots.
7853 (Pixel Specification): Change IMAGE to @var{image}.
7854
78552004-09-28 Richard M. Stallman <rms@gnu.org>
7856
7857 * text.texi (Special Properties): Clarify line-spacing and line-height.
7858
7859 * searching.texi (Regexp Search): Add looking-back.
7860
78612004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7862
7863 * display.texi: Correct typos.
7864 (Image Descriptors): Correct xref's.
7865
78662004-09-25 Richard M. Stallman <rms@gnu.org>
7867
7868 * text.texi (Special Properties): Cleanups in `cursor'.
7869 Rewrites in `line-height' and `line-spacing'; exchange them.
7870
7871 * display.texi (Fringes): Rewrite previous change.
7872 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7873 (Display Fringe Bitmaps): Node deleted, text moved.
7874 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7875 (Scroll Bars): Clarify set-window-scroll-bars.
7876 (Pointer Shape): Rewrite.
7877 (Specified Space): Clarify :align-to, etc.
7878 (Pixel Specification): Use @var. Clarify new text.
7879 (Other Display Specs): Clarify `slice'.
7880 (Image Descriptors): Cleanups.
7881 (Showing Images): Cleanups.
7882
78832004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7884
7885 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7886
7887 * modes.texi: Various minor changes in addition to:
7888 (Major Mode Conventions): Final call to `run-mode-hooks' should
7889 not be inside the `delay-mode-hooks' form.
7890 (Mode Hooks): New node.
7891 (Hooks): Delete obsolete example.
7892 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7893 node "Mode Hooks".
7894
78952004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7896
7897 * display.texi: Correct various typos.
7898 (Display): Rename node "Pointer Shapes" to "Pointer
7899 Shape". (There is already a node called "Pointer Shapes" in
7900 frames.texi.)
7901 (Images): Remove non-existent node "Image Slices" from menu.
7902
79032004-09-23 Kim F. Storm <storm@cua.dk>
7904
7905 * text.texi (Special Properties): Add `cursor', `pointer',
7906 `line-height', and `line-spacing' properties.
7907
7908 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7909 Shapes' to menu.
7910 (Standard Faces): Doc fix for fringe face.
7911 (Fringes): Add `overflow-newline-into-fringe' and
7912 'indicate-buffer-boundaries'.
7913 (Fringe Bitmaps, Pointer Shapes): New nodes.
7914 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7915 Bitmaps' to menu.
7916 (Specified Space): Describe pixel width and height.
7917 (Pixel Specification): New node.
7918 (Other Display Specs): Add `slice' property.
7919 (Display Fringe Bitmaps): New node.
7920 (Images): Add 'Image Slices' to menu.
7921 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7922 (Showing Images): Add slice arg to `insert-image'.
7923 Add 'insert-sliced-image'.
b8d4c8d0
GM
7924
79252004-09-20 Richard M. Stallman <rms@gnu.org>
7926
7927 * commands.texi (Key Sequence Input):
7928 Clarify downcasing in read-key-sequence.
7929
79302004-09-08 Juri Linkov <juri@jurta.org>
7931
7932 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7933
79342004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7935
5dcb4c4e
SM
7936 * locals.texi (Standard Buffer-Local Variables):
7937 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7938 * internals.texi (Buffer Internals): Describe new
7939 auto_save_file_format field of the buffer structure.
7940 * files.texi (Format Conversion): `auto-save-file-format' has been
7941 renamed `buffer-auto-save-file-format'.
7942
79432004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7944
7945 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7946 an integer or a marker.
7947 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7948
79492004-08-22 Richard M. Stallman <rms@gnu.org>
7950
7951 * modes.texi (Major Mode Conventions): Discuss rebinding of
7952 standard key bindings.
7953
79542004-08-18 Kim F. Storm <storm@cua.dk>
7955
7956 * processes.texi (Accepting Output): Add `just-this-one' arg to
7957 `accept-process-output'.
7958 (Output from Processes): New var `process-adaptive-read-buffering'.
7959
79602004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7961
7962 * keymaps.texi: Various changes in addition to:
7963 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7964 Give more varied examples for `kbd'.
7965 (Creating Keymaps): Char tables have slots for all characters
7966 without modifiers.
7967 (Active Keymaps): `overriding-local-map' and
7968 `overriding-terminal-local-map' also override text property and
7969 overlay keymaps.
7970 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7971 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7972 to denote a prefix of no events.
7973 `map-keymap' includes parent's bindings _recursively_.
7974 Clarify and correct description of `where-is-internal'.
7975 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7976 (Menu Example): For menus intended for use with the keyboard, the
7977 menu items should be bound to characters or real function keys.
7978
79792004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7980
7981 * objects.texi (Character Type): Reposition `@anchor' to prevent
7982 double space inside sentence in Info.
7983
7984 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7985 renamed to `disabled-command-function'.
7986 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7987 (Command Loop Info): Replace reference to it.
7988 (Disabling Commands): `disabled-command-hook' has been renamed to
7989 `disabled-command-function'.
7990
79912004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7992
7993 * os.texi (Translating Input): Only non-prefix bindings in
7994 `key-translation-map' override actual key bindings. Warn about
7995 possible indirect effect of actual key bindings on non-prefix
7996 bindings in `key-translation-map'.
7997
79982004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7999
8000 * minibuf.texi (High-Level Completion): Add anchor for definition
8001 of `read-variable'.
8002
8003 * commands.texi: Various changes in addition to:
8004 (Using Interactive): Clarify description of `interactive-form'.
8005 (Interactive Call): Mention default for KEYS argument to
8006 `call-interactively'.
8007 (Command Loop Info): Clarify description of `this-command-keys'.
8008 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8009 Value of `last-event-frame' can be `macro'.
8010 (Repeat Events): `double-click-fuzz' is also used to distinguish
8011 clicks and drags.
8012 (Classifying Events): Clarify descriptions of `event-modifiers'
8013 `event-basic-type' and `event-convert-list'.
8014 (Accessing Events): `posn-timestamp' takes POSITION argument.
8015 (Quoted Character Input): Clarify description of
8016 `read-quoted-char' and fix example.
8017 (Quitting): Add `with-local-quit'.
8018 (Disabling Commands): Correct and clarify descriptions of
8019 `enable-command' and `disable-command'.
8020 Mention what happens if `disabled-command-hook' is nil.
8021 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8022 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8023
80242004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8025
8026 * frames.texi: Various changes in addition to:
8027 (Creating Frames): Expand and clarify description of `make-frame'.
8028 (Window Frame Parameters): Either none or both of the `icon-left'
8029 and `icon-top' parameters must be specified. Put descriptions of
8030 `menu-bar-lines' and `toolbar-lines' closer together and change
8031 them accordingly.
8032 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8033 except while processing `frame-title-format' or `icon-title-format'.
8034 (Deleting Frames): Correct description of `delete-frame'.
8035 Non-nil return values of `frame-live-p' are like those of `framep'.
8036 (Frames and Windows): Mention return value of
8037 `set-frame-selected-window'.
8038 (Visibility of Frames): Mention `force' argument to
8039 `make-frame-invisible'. `frame-visible-p' returns t for all
8040 frames on text-only terminals.
8041 (Frame Configurations): Restoring a frame configuration does not
8042 restore deleted frames.
8043 (Window System Selections): `x-set-selection' returns DATA.
8044 (Resources): Add example.
8045 (Display Feature Testing): Clarify descriptions of
8046 `display-pixel-height', `display-pixel-width', `x-server-version'
8047 and `x-server-vendor'.
8048
8049 * windows.texi (Choosing Window): Add anchor.
8050 * minibuf.texi (Minibuffer Misc): Add anchor.
8051
80522004-07-23 John Paul Wallington <jpw@gnu.org>
8053
8054 * macros.texi (Defining Macros): Declaration keyword for setting
8055 Edebug spec is `debug' not `edebug'.
8056
80572004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * windows.texi: Various small changes in addition to:
8060 (Window Point): Mention return value of `set-window-point'.
8061 (Window Start): `pos-visible-in-window-p' disregards horizontal
8062 scrolling. Explain return value if PARTIALLY is non-nil.
8063 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8064 and `set-window-vscroll'.
8065 (Size of Window): The argument WINDOW to `window-inside-edges',
8066 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8067 (Resizing Windows): Explain return value of
8068 `shrink-window-if-larger-than-buffer'.
8069 `window-size-fixed' automatically becomes buffer local when set.
8070 (Window Configurations): Explain return value of
8071 `set-window-configuration'.
8072
8073 * minibuf.texi (Minibuffer Misc): Add anchor for
8074 `minibuffer-scroll-window'.
8075
8076 * positions.texi (Text Lines): Add anchor for `count-lines'.
8077
80782004-07-17 Richard M. Stallman <rms@gnu.org>
8079
8080 * display.texi (Overlay Properties): Adding `evaporate' prop
8081 deletes empty overlay immediately.
8082
8083 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8084 fix example.
8085
80862004-07-16 Jim Blandy <jimb@redhat.com>
8087
8088 * searching.texi (Regexp Backslash): Document new \_< and \_>
8089 operators.
8090
80912004-07-16 Juanma Barranquero <lektu@terra.es>
8092
8093 * display.texi (Images): Fix Texinfo usage.
8094
80952004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8096
8097 * buffers.texi (Modification Time): `visited-file-modtime' now
8098 returns a list of two integers, instead of a cons.
8099
81002004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8101
8102 * windows.texi: Various changes in addition to:
8103 (Splitting Windows): Add `split-window-keep-point'.
8104
81052004-07-09 Richard M. Stallman <rms@gnu.org>
8106
8107 * frames.texi (Input Focus): Minor fix.
8108
81092004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8110
8111 * frames.texi (Input Focus): Clarify descriptions of
8112 `select-frame-set-input-focus' and `select-frame'.
8113
81142004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8115
8116 * os.texi: Various small changes in addition to:
8117 (Killing Emacs): Expand and clarify description of
8118 `kill-emacs-query-functions' and `kill-emacs-hook'.
8119 (System Environment): Expand and clarify description of `getenv'
8120 and `setenv'.
8121 (Timers): Clarify description of `run-at-time'.
8122 (Translating Input): Correct description of
8123 `extra-keyboard-modifiers'.
8124 (Flow Control): Correct description of `enable-flow-control'.
8125
81262004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8127
8128 * os.texi: Update copyright.
8129 (Session Management): Grammar fix.
8130 Clarify which Emacs does the restarting.
8131 Use @samp for *scratch* buffer.
8132
81332004-07-04 Alan Mackenzie <acm@muc.de>
8134
8135 * frames.texi (Input Focus): Add documentation for
8136 `select-frame-set-input-focus'. Replace refs to non-existent
8137 `switch-frame' with `select-frame'. Minor corrections and tidying
8138 up of text-only terminal stuff.
8139
81402004-07-02 Richard M. Stallman <rms@gnu.org>
8141
8142 * files.texi (Saving Buffers): Cleanup write-contents-function.
8143 (Magic File Names): Cleanup file-remote-p.
8144
b344d29d 81452004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8146
8147 * files.texi (Magic File Names): `file-remote-p' returns an
8148 identifier of the remote system, not just t.
8149
81502004-07-02 David Kastrup <dak@gnu.org>
8151
8152 * searching.texi (Entire Match Data): Add explanation about new
8153 match-data behavior when @var{integers} is non-nil.
8154
81552004-06-24 Richard M. Stallman <rms@gnu.org>
8156
8157 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8158
8159 * customize.texi (Variable Definitions): Note about doc strings
8160 and :set.
8161
8162 * keymaps.texi (Keymap Terminology): Document `kbd'.
8163 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8164
8165 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8166 makes it buffer-local.
8167
8168 * files.texi (Saving Buffers): Correct previous change.
8169
8170 * commands.texi (Accessing Events):
8171 Clarify posn-col-row and posn-actual-col-row.
8172
81732004-06-24 David Ponce <david.ponce@wanadoo.fr>
8174
8175 * commands.texi (Accessing Events): New functions
8176 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8177
81782004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8179
8180 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8181 * frames.texi, buffers.texi, backups.texi, variables.texi:
8182 * loading.texi, eval.texi, functions.texi, control.texi:
8183 * symbols.texi, minibuf.texi: Reposition @anchor's.
8184
8185 * help.texi: Various small changes in addition to the following.
8186 (Describing Characters): Describe PREFIX argument to
8187 `key-description'. Correct and clarify definition of
8188 `text-char-description'. Describe NEED-VECTOR argument to
8189 `read-kbd-macro'.
8190 (Help Functions): Clarify definition of `apropos'.
8191
81922004-06-23 Lars Hansen <larsh@math.ku.dk>
8193
8194 * files.texi (Saving Buffers): Correct description of
8195 `write-contents-functions'.
8196
81972004-06-21 Juanma Barranquero <lektu@terra.es>
8198
8199 * display.texi (Images): Remove redundant @vindex directives.
8200 Rewrite `image-library-alist' doc in active voice.
8201
82022004-06-14 Juanma Barranquero <lektu@terra.es>
8203
8204 * display.texi (Images): Document new delayed library loading,
8205 variable `image-library-alist' and (existing but undocumented)
8206 function `image-type-available-p'.
8207
82082004-06-05 Richard M. Stallman <rms@gnu.org>
8209
8210 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8211 refer the user to the Initial Input node.
8212 (Text from Minibuffer): Likewise.
8213 (Initial Input): New node. Document this feature
8214 and say it is mostly deprecated.
8215
82162004-05-30 Richard M. Stallman <rms@gnu.org>
8217
8218 * loading.texi (Named Features): Clarify return value
8219 and meaning of NOERROR.
8220
8221 * variables.texi (File Local Variables): Minor cleanup.
8222
82232004-05-30 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * files.texi (Magic File Names): Add `file-remote-p' as operation
8226 of file name handlers.
8227
82282004-05-29 Richard M. Stallman <rms@gnu.org>
8229
8230 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8231 as arg to a minor mode command.
8232
82332004-05-22 Richard M. Stallman <rms@gnu.org>
8234
8235 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8236
8237 * streams.texi (Output Variables): Doc float-output-format.
8238
8239 * searching.texi (Regexp Special): Nested repetition can be infloop.
8240
8241 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8242 real stack overflow.
8243
8244 * compile.texi: Minor cleanups.
8245
82462004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8247
8248 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8249 circular lists.
8250 (List Elements): Explain handling of circular and dotted lists.
8251
82522004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8253
8254 * modes.texi (Search-based Fontification): Fix typo.
8255
82562004-05-10 Juanma Barranquero <lektu@terra.es>
8257
8258 * modes.texi (Mode Line Variables): Fix description of
8259 global-mode-string, which is now after which-func-mode, not the
8260 buffer name.
8261
82622004-05-07 Lars Hansen <larsh@math.ku.dk>
8263
8264 * modes.texi (Desktop Save Mode): Add.
8265 (Modes): Add menu entry Desktop Save Mode.
8266
8267 * hooks.texi: Add desktop-after-read-hook,
8268 desktop-no-desktop-file-hook and desktop-save-hook.
8269
8270 * locals.texi: Add desktop-save-buffer.
8271
82722004-04-30 Jesper Harder <harder@ifa.au.dk>
8273
8274 * display.texi: emacs -> Emacs.
8275
82762004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8277
8278 * files.texi (Changing Files): Document set-file-times.
8279
82802004-04-23 Juanma Barranquero <lektu@terra.es>
8281
8282 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8283
82842004-04-18 Jesper Harder <harder@ifa.au.dk>
8285
8286 * tips.texi (Coding Conventions): defopt -> defcustom.
8287
82882004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8289
8290 * sequences.texi: Various clarifications.
8291
82922004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8293
8294 * buffers.texi (Read Only Buffers): Mention optional ARG to
8295 `toggle-read-only'.
8296
82972004-04-14 Nick Roberts <nick@nick.uklinux.net>
8298
8299 * windows.texi (Selecting Windows): Note that get-lru-window
8300 returns a full-width window if possible.
8301
83022004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8303
8304 * buffers.texi: Various changes in addition to:
8305 (Buffer File Name): Add `find-buffer-visiting'.
8306 (Buffer Modification): Mention optional ARG to `not-modified'.
8307 (Indirect Buffers): Mention optional CLONE argument to
8308 `make-indirect-buffer'.
8309
8310 * files.texi: Various changes in addition to:
8311 (Visiting Functions): `find-file-hook' is now a normal hook.
8312 (File Name Expansion): Explain difference between the way that
8313 `expand-file-name' and `file-truename' treat `..'.
8314 (Contents of Directories): Mention optional ID-FORMAT argument to
8315 `directory-files-and-attributes'.
8316 (Format Conversion): Mention new optional CONFIRM argument to
8317 `format-write-file'.
8318
83192004-04-12 Miles Bader <miles@gnu.org>
8320
8321 * macros.texi (Expansion): Add description of `macroexpand-all'.
8322
83232004-04-05 Jesper Harder <harder@ifa.au.dk>
8324
5dcb4c4e
SM
8325 * variables.texi (Variable Aliases):
8326 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8327
8328 * errors.texi (Standard Errors): Ditto.
8329
83302004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * backups.texi: Various small changes in addition to:
8333 (Making Backups): Mention return value of `backup-buffer'.
8334 (Auto-Saving): Mention optional FORCE argument to
8335 `delete-auto-save-file-if-necessary'.
8336 (Reverting): Mention optional PRESERVE-MODES argument to
8337 `revert-buffer'. Correct description of `revert-buffer-function'.
8338
83392004-03-22 Juri Linkov <juri@jurta.org>
8340
8341 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8342 with `Vector Functions'.
8343
8344 * text.texi (Sorting): Add missing quote.
8345
83462004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8347
8348 * intro.texi (Lisp History): Replace xref to `cl' manual with
8349 inforef.
8350
83512004-03-12 Richard M. Stallman <rms@gnu.org>
8352
8353 * intro.texi (Version Info): Add arg to emacs-version.
8354 (Lisp History): Change xref to CL manual.
8355
83562004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8357
8358 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8359 for Partial Completion mode.
8360
83612004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8362
8363 * customize.texi: Fix typo. Remove eol whitespace.
8364
83652004-03-04 Richard M. Stallman <rms@gnu.org>
8366
8367 * processes.texi: Fix typos.
8368
8369 * lists.texi (Building Lists): Minor clarification.
8370
8371 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8372 in make-hash-table.
8373
83742004-02-29 Juanma Barranquero <lektu@terra.es>
8375
8376 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8377 rm, and ignore exit code.
8378
83792004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8380
8381 * display.texi (Defining Faces): Add description for min-colors.
8382 Update example.
8383
83842004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8385
8386 * abbrevs.texi: Various corrections and clarifications in addition
8387 to the following:
8388 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8389
83902004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8391
8392 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8393
83942004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8395
8396 * text.texi: Various small changes in addition to the following:
8397 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8398 to delete-horizontal-space.
8399 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8400 description of yank-handler text property at various places.
8401
8402 * frames.texi (Window System Selections): Add anchor.
8403
8404 * syntax.texi (Syntax Table Functions): Clarify and correct
8405 descriptions of make-syntax-table and copy-syntax-table.
8406 (Motion and Syntax): Clarify SYNTAXES argument to
8407 skip-syntax-forward.
8408 (Parsing Expressions): Mention that the return value of
8409 parse-partial-sexp is currently a list of ten rather than nine
8410 elements.
8411 (Categories): Various corrections and clarifications.
8412
84132004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8414
8415 * markers.texi (Marker Insertion Types): Minor change.
8416
8417 * locals.texi (Standard Buffer-Local Variables):
8418 * commands.texi (Interactive Codes, Using Interactive):
8419 * functions.texi (Related Topics): Fix xrefs.
8420
84212004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8422
8423 * lists.texi (Sets And Lists): Update description of delete-dups.
8424
84252004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8426
8427 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8428
c8763fb6 84292004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8430
8431 * frames.texi (Parameter Access): frame-parameters arg is optional.
8432 modify-frame-parameters handles nil for FRAME.
8433 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8434 are all-or-nothing for certain toolkits.
8435 Mention parameter wait-for-wm.
8436 (Frames and Windows): In frame-first-window and frame-selected-window
8437 the arg is optional.
8438 (Input Focus): In redirect-frame-focus the second arg is optional.
8439 (Window System Selections): Mention selection type CLIPBOARD.
8440 Mention data-type UTF8_STRING.
8441 Mention numbering of cut buffers.
8442 (Resources): Describe x-resource-name.
8443
84442004-02-16 Richard M. Stallman <rms@gnu.org>
8445
8446 * windows.texi (Buffers and Windows): Delete false table
8447 about all-frames.
8448
8449 * syntax.texi (Parsing Expressions): Delete old caveat
8450 about parse-sexp-ignore-comments.
8451
8452 * streams.texi (Output Variables): Add print-quoted.
8453
8454 * lists.texi (Building Lists): Minor cleanup.
8455
8456 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8457
8458 * display.texi (Overlays): Explain overlays use markers.
8459 (Managing Overlays): Explain front-advance and rear-advance
8460 in more detail.
8461
8462 * loading.texi (Unloading): Document unload-feature-special-hooks.
8463 Get rid of fns-NNN.el file.
8464
84652004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8466
8467 * help.texi (Describing Characters): Fix text-char-description
8468 example output.
8469
8470 * edebug.texi (Using Edebug): Fix example.
8471
8472 * debugging.texi (Internals of Debugger): Fix return value.
8473
8474 * files.texi (Changing Files): Fix argname.
8475
8476 * calendar.texi: Fix parens, and default values.
8477
8478 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8479 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8480 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8481
8482 * positions.texi (Text Lines): Don't add -1 in current-line.
8483
84842004-02-16 Richard M. Stallman <rms@gnu.org>
8485
8486 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8487
84882004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8489
8490 * processes.texi (Low-Level Network): Fix a typo.
8491
84922004-02-12 Kim F. Storm <storm@cua.dk>
8493
8494 * display.texi (Fringes): Use consistent wording.
8495 Note that window-fringe's window arg is optional.
8496 (Scroll Bars): Use consistent wording.
8497
84982004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8499
8500 * tips.texi (Comment Tips): Document the new conventions for
8501 commenting out code.
8502
c8763fb6 85032004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8504
5dcb4c4e 8505 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8506
85072004-02-07 Kim F. Storm <storm@cua.dk>
8508
8509 * positions.texi (Text Lines): Add line-number-at-pos.
8510
85112004-02-06 John Paul Wallington <jpw@gnu.org>
8512
8513 * display.texi (Button Properties, Button Buffer Commands):
8514 mouse-2 invokes button, not down-mouse-1.
8515
85162004-02-04 Jason Rumney <jasonr@gnu.org>
8517
8518 * makefile.w32-in: Sync with Makefile.in changes.
8519
85202004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * minibuf.texi (Text from Minibuffer): Various corrections and
8523 clarifications.
8524 (Object from Minibuffer): Correct Lisp description of
8525 read-minibuffer.
8526 (Minibuffer History): Clarify description of cons values for
8527 HISTORY arguments.
5dcb4c4e
SM
8528 (Basic Completion): Various corrections and clarifications.
8529 Add completion-regexp-list.
b8d4c8d0
GM
8530 (Minibuffer Completion): Correct and clarify description of
8531 completing-read.
5dcb4c4e
SM
8532 (Completion Commands): Mention Partial Completion mode.
8533 Various other minor changes.
b8d4c8d0
GM
8534 (High-Level Completion): Various corrections and clarifications.
8535 (Reading File Names): Ditto.
8536 (Minibuffer Misc): Ditto.
8537
85382004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8539
8540 * strings.texi (Text Comparison): assoc-string also matches
8541 elements of alists that are strings instead of conses.
8542 (Formatting Strings): Standardize Texinfo usage. Update index
8543 entries.
8544
85452004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8546
8547 * lists.texi (Sets And Lists): Add delete-dups.
8548
85492004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8552 special form.
8553 * macros.texi (Defining Macros): Update description of `declare',
8554 which now is a macro.
8555 (Wrong Time): Fix typos.
8556
85572004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * compile.texi (Compilation Functions): Expand descriptions of
8560 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8561 and `batch-byte-compile'. In particular, mention and describe
8562 all optional arguments.
8563 (Disassembly): Correct and clarify the description of `disassemble'.
8564
85652004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8566
8567 * searching.texi: Various small changes in addition to the
8568 following.
8569 (Regexp Example): Adapt to new value of `sentence-end'.
8570 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8571 `words'.
8572 (Search and Replace): Add usage note for `perform-replace'.
8573 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8574 `match-data'.
8575 (Standard Regexps): Update for new values of `paragraph-start'
8576 and `sentence-end'.
8577
85782004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * files.texi (Saving Buffers): Clarify descriptions of
8581 `write-contents-functions' and `before-save-hook'.
8582 Make the defvar's for `before-save-hook' and `after-save-hook'
8583 into defopt's.
8584
85852004-01-07 Kim F. Storm <storm@cua.dk>
8586
8587 * commands.texi (Click Events): Describe new image and
8588 width/height elements of click events.
8589 (Accessing Events): Add posn-string, posn-image, and
8590 posn-object-width-height. Change posn-object to return either
8591 image or string object.
8592
85932004-01-01 Simon Josefsson <jas@extundo.com>
8594
8595 * hooks.texi (Standard Hooks): Add before-save-hook.
8596 * files.texi (Saving Buffers): Likewise.
8597
85982004-01-03 Richard M. Stallman <rms@gnu.org>
8599
8600 * frames.texi (Frames and Windows): Delete frame-root-window.
8601
86022004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8603
8604 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8605
8606 * functions.texi: Various small changes in addition to the
8607 following.
5dcb4c4e
SM
8608 (What Is a Function): `functionp' returns nil for macros.
8609 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8610 (Function Documentation): Add `\' in front of (fn @var{arglist})
8611 and explain why.
8612 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8613 Add anchor.
8614 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8615
86162004-01-01 Miles Bader <miles@gnu.org>
8617
8618 * display.texi (Buttons): New section.
8619
86202003-12-31 Andreas Schwab <schwab@suse.de>
8621
8622 * numbers.texi (Math Functions): sqrt reports a domain-error
8623 error.
8624 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8625
86262003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8627
8628 * tips.texi (Documentation Tips): Update item on hyperlinks in
8629 documentation strings.
8630
8631 * errors.texi (Standard Errors): Various small corrections and
8632 additions.
8633
8634 * control.texi: Various small changes in addition to the
8635 following.
8636 (Signaling Errors): Provide some more details on how `signal'
8637 constructs the error message. Add anchor to the definition of
8638 `signal'.
8639 (Error Symbols): Describe special treatment of `quit'.
8640 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8641 to emphasize that it has to be a single form.
8642
8643 * buffers.texi: Add anchor.
8644
86452003-12-29 Richard M. Stallman <rms@gnu.org>
8646
8647 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8648 (Window Configurations): Add window-configuration-frame.
8649
8650 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8651
8652 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8653 Change arg name in get-char-property.
8654 (Special Properties): Update handling of keymap property.
8655
8656 * strings.texi (Modifying Strings): Add clear-string.
8657 (Text Comparison): Add assoc-string and remove
8658 assoc-ignore-case, assoc-ignore-representation.
8659
8660 * os.texi (Time of Day): Add set-time-zone-rule.
8661
8662 * numbers.texi (Math Functions): asin, acos, log, log10
8663 report domain-error errors.
8664
8665 * nonascii.texi (Converting Representations):
8666 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8667 (Encoding and I/O): Add file-name-coding-system.
8668
8669 * modes.texi (Search-based Fontification): Explain that
8670 face specs are symbols with face names as values.
8671
8672 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8673
8674 * lists.texi (Building Lists): remq moved elsewhere.
8675 (Sets And Lists): remq moved here.
8676 (Association Lists): Refer to assoc-string.
8677
8678 * internals.texi (Garbage Collection): Add memory-use-counts.
8679
8680 * frames.texi (Frames and Windows): Add set-frame-selected-window
8681 and frame-root-window.
8682
8683 * files.texi (Contents of Directories):
8684 Add directory-files-and-attributes.
8685
8686 * display.texi (Refresh Screen): Add force-window-update.
8687 (Invisible Text): Explain about moving point out of invis text.
8688 (Overlay Properties): Add overlay-properties.
8689 (Managing Overlays): Add overlayp.
8690 (GIF Images): Invalid image number displays a hollow box.
8691
8692 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8693 (Killing Buffers): Add buffer-live-p.
8694
86952003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8696
8697 * display.texi (Fringes): Fix typo "set-buffer-window".
8698
86992003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8700
8701 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8702 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8703 Add or change various xrefs and anchors.
8704
8705 * commands.texi: Replace all occurrences of @acronym{CAR} with
8706 @sc{car}, for consistency with the rest of the Elisp manual.
8707 `car' and `cdr' are historically acronyms, but are no longer
8708 widely thought of as such.
8709
8710 * internals.texi (Pure Storage): Mention that `purecopy' does not
8711 copy text properties.
8712 (Object Internals): Now 29 bits are used (in most implementations)
8713 to address Lisp objects.
8714
8715 * variables.texi (Variables with Restricted Values): New node.
8716
8717 * objects.texi (Lisp Data Types): Mention that certain variables
8718 can only take on a restricted set of values and add an xref to
8719 the new node "Variables with Restricted Values".
8720
8721 * eval.texi (Function Indirection): Describe the errors that
8722 `indirect-function' can signal.
8723 (Eval): Clarify the descriptions of `eval-region' and `values'.
8724 Describe `eval-buffer' instead of `eval-current-buffer' and
8725 mention `eval-current-buffer' as an alias for `current-buffer'.
8726 Correct the description and mention all optional arguments.
8727
8728 * nonascii.texi: Various small changes in addition to the
8729 following.
8730 (Converting Representations): Clarify behavior of
8731 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8732 ASCII arguments.
8733 (Character Sets): Document the variable `charset-list' and adapt
8734 the definition of the function `charset-list' accordingly.
8735 (Translation of Characters): Clarify use of generic characters in
8736 `make-translation-table'. Clarify and correct the description of
8737 the use of translation tables in encoding and decoding.
8738 (User-Chosen Coding Systems): Correct and clarify the description
8739 of `select-safe-coding-system'.
8740 (Default Coding Systems): Clarify description of
8741 `file-coding-system-alist'.
8742
87432003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * strings.texi (Text Comparison): Correctly describe when two
8746 strings are `equal'. Combine and clarify descriptions of
8747 `assoc-ignore-case' and `assoc-ignore-representation'.
8748
8749 * objects.texi (Non-ASCII in Strings): Clarify description of
8750 when a string is unibyte or multibyte.
8751 (Bool-Vector Type): Update examples.
8752 (Equality Predicates): Correctly describe when two strings are
8753 `equal'.
8754
87552003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8756
8757 * lists.texi (Building Lists): `append' no longer accepts integer
8758 arguments. Update the description of `number-sequence' to reflect
8759 recent changes.
8760 (Sets And Lists): Describe `member-ignore-case' after `member'.
8761
87622003-11-27 Kim F. Storm <storm@cua.dk>
8763
8764 * commands.texi (Click Events): Click object may be an images.
8765 Describe (dx . dy) element of click positions.
8766 (Accessing Events): Remove duplicate posn-timestamp.
8767 New functions posn-object and posn-object-x-y.
8768
87692003-11-23 Kim F. Storm <storm@cua.dk>
8770
8771 * commands.texi (Click Events): Describe enhancements to event
8772 position lists, including new text-pos and (col . row) items.
8773 Mention left-fringe and right-fringe area events.
8774 (Accessing Events): New functions posn-area and
8775 posn-actual-col-row. Mention posn-timestamp. Mention that
8776 posn-point in non-text area still returns buffer position.
8777 Clarify posn-col-row.
8778
87792003-11-21 Lars Hansen <larsh@math.ku.dk>
8780
8781 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8782 * anti.texi (File Attributes): Describe removed parameter
8783 ID-FORMAT.
8784
87852003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8786
8787 * positions.texi (Positions): Mention that, if a marker is used as
8788 a position, its buffer is ignored.
8789
8790 * markers.texi (Overview of Markers): Mention it here too.
8791
87922003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * numbers.texi (Numeric Conversions): Not just `floor', but also
8795 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8796
87972003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8798
8799 * markers.texi (Creating Markers): Specify insertion type of
8800 created markers. Add xref to `Marker Insertion Types'.
8801 Second argument to `copy-marker' is optional.
8802 (Marker Insertion Types): Mention that most markers are created
8803 with insertion type nil.
8804 (The Mark): Correctly describe when `mark' signals an error.
8805 (The Region): Correctly describe when `region-beginning' and
8806 `region-end' signal an error.
8807
88082003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * hash.texi (Creating Hash): Clarify description of `eql'.
8811 `makehash' is obsolete.
8812 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8813
8814 * positions.texi (Point): Change description of `buffer-end', so
8815 that it is also correct for floating point arguments.
8816 (List Motion): Correct argument lists of `beginning-of-defun' and
8817 `end-of-defun'.
8818 (Excursions): Add xref to `Marker Insertion Types'.
8819 (Narrowing): Argument to `narrow-to-page' is optional.
8820
88212003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8822
8823 * streams.texi (Output Streams): Clarify behavior of point for
8824 marker output streams.
8825
88262003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8827
8828 * variables.texi (Defining Variables): Second argument to
8829 `defconst' is not optional.
8830 (Setting Variables): Mention optional argument APPEND to
8831 `add-to-list'.
8832 (Creating Buffer-Local): Expand description of
8833 `make-variable-buffer-local'.
8834 (Frame-Local Variables): Expand description of
8835 `make-variable-frame-local'.
8836 (Variable Aliases): Correct description of optional argument
8837 DOCSTRING to `defvaralias'. Mention return value of
8838 `defvaralias'.
8839 (File Local Variables): Add xref to `File variables' in Emacs
8840 Manual. Correct description of `hack-local-variables'. Mention
8841 `safe-local-variable' property. Mention optional second argument
8842 to `risky-local-variable-p'.
8843
88442003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8845
8846 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8847
88482003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8849
8850 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8851 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8852 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8853 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8854 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8855 lispref/processes.texi, lispref/searching.texi,
8856 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8857 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8858 @acronym{FOO}.
8859
88602003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * strings.texi (Creating Strings): Argument START to `substring'
8863 can not be `nil'. Expand description of
8864 `substring-no-properties'. Correct description of `split-string',
8865 especially with respect to empty matches. Prevent very bad line
8866 break in definition of `split-string-default-separators'.
8867 (Text Comparison): `string=' and `string<' also accept symbols as
8868 arguments.
8869 (String Conversion): More completely describe argument BASE in
8870 `string-to-number'.
8871 (Formatting Strings): `%s' and `%S' in `format' do require
8872 corresponding object. Clarify behavior of numeric prefix after
8873 `%' in `format'.
8874 (Case Conversion): The argument to `upcase-initials' can be a
8875 character.
8876
88772003-10-27 Kenichi Handa <handa@m17n.org>
8878
8879 * display.texi (Fontsets): Fix texinfo usage.
8880
88812003-10-25 Kenichi Handa <handa@m17n.org>
8882
8883 * display.texi (Fontsets): Add description of the function
8884 set-fontset-font.
8885
88862003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8887
8888 * display.texi (Temporary Displays): Add xref to `Documentation
8889 Tips'.
8890
8891 * functions.texi (Function Safety): Use inforef instead of pxref
8892 for SES.
8893
88942003-10-23 Andreas Schwab <schwab@suse.de>
8895
8896 * Makefile.in (TEX, texinputdir): Don't define.
8897 (TEXI2DVI): Define.
8898 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8899 add $(srcdir)/index.texi.
8900 ($(infodir)/elisp): Remove index.texi dependency.
8901 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8902 (index.texi): Remove target.
8903 (dist): Don't link $(srcdir)/permute-index.
8904 (clean): Don't remove index.texi.
8905
8906 * permute-index, index.perm: Remove.
8907 * index.texi: Rename from index.unperm.
8908
89092003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8910
8911 * tips.texi (Documentation Tips): Document new behavior for face
8912 and variable hyperlinks in Help mode.
8913
89142003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8915
8916 * objects.texi (Integer Type): Update for extra bit of integer range.
8917 (Character Type): Ditto.
8918
89192003-10-16 Eli Zaretskii <eliz@gnu.org>
8920
8921 * numbers.texi (Integer Basics): Add index entries for reading
8922 numbers in hex, octal, and binary.
8923
89242003-10-16 Lute Kamstra <lute@gnu.org>
8925
8926 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8927 argument.
8928
89292003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8930
8931 * windows.texi (Choosing Window): Fix typo.
8932 * edebug.texi (Edebug Execution Modes): Fix typo.
8933
89342003-10-13 Richard M. Stallman <rms@gnu.org>
8935
8936 * windows.texi (Basic Windows): A window has fringe settings,
8937 display margins and scroll-bar settings.
8938 (Splitting Windows): Doc split-window return value.
8939 Clean up one-window-p.
8940 (Selecting Windows): Fix typo.
8941 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8942 (Buffers and Windows): In set-window-buffer, explain effect
8943 on fringe settings and scroll bar settings.
8944 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8945 (Choosing Window): Use defopt for pop-up-frame-function.
8946 For special-display-buffer-names, explain same-window and same-frame.
8947 Clarify window-dedicated-p return value.
8948 (Textual Scrolling): scroll-up and scroll-down can get an error.
8949 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8950 Clarify set-window-hscroll.
8951 (Size of Window): Don't mention tool bar in window-height.
8952 (Coordinates and Windows): Explain what coordinates-in-window-p
8953 returns for fringes and display margins.
8954 (Window Configurations): Explain saving fringes, etc.
8955
8956 * tips.texi (Library Headers): Clean up Documentation.
8957
8958 * syntax.texi (Parsing Expressions): Clean up forward-comment
8959 and parse-sexp-lookup-properties.
8960
8961 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8962
8963 * os.texi (System Environment): Clean up text for load-average errors.
8964
8965 * modes.texi (Hooks): Don't explain local hook details at front.
8966 Clarify run-hooks and run-hook-with-args a little.
8967 Clean up add-hook and remove-hook.
8968
8969 * edebug.texi (Edebug Execution Modes): Clarify t.
8970 Document edebug-sit-for-seconds.
8971 (Coverage Testing): Document C-x X = and =.
8972 (Instrumenting Macro Calls): Fix typo.
8973 (Specification List): Don't index the specification keywords.
8974
89752003-10-10 Kim F. Storm <storm@cua.dk>
8976
8977 * processes.texi (Network): Introduce make-network-process.
8978
89792003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8980
8981 * tips.texi (Library Headers): Fix typo.
8982
89832003-10-07 Juri Linkov <juri@jurta.org>
8984
8985 * modes.texi (Imenu): Mention imenu-create-index-function's
8986 default value. Explain submenus better.
8987
89882003-10-07 Lute Kamstra <lute@gnu.org>
8989
8990 * modes.texi (Faces for Font Lock): Fix typo.
8991 (Hooks): Explain how buffer-local hook variables can refer to
8992 global hook variables.
8993 Various minor clarifications.
8994
89952003-10-06 Lute Kamstra <lute@gnu.org>
8996
8997 * tips.texi (Coding Conventions): Mention naming conventions for
8998 hooks.
8999
90002003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9001
9002 * loading.texi (Library Search): Correct default value of
9003 load-suffixes.
9004 (Named Features): Fix typo.
9005
90062003-10-05 Richard M. Stallman <rms@gnu.org>
9007
9008 * loading.texi (Named Features): In `provide',
9009 say how to test for subfeatures.
9010 (Unloading): In unload-feature, use new var name
9011 unload-feature-special-hooks.
9012
90132003-10-03 Lute Kamstra <lute@gnu.org>
9014
9015 * modes.texi (Major Mode Conventions): Mention third way to set up
9016 Imenu.
9017 (Imenu): A number of small fixes.
9018 Delete documentation of internal variable imenu--index-alist.
9019 Document the return value format of imenu-create-index-function
9020 functions.
9021
90222003-09-30 Richard M. Stallman <rms@gnu.org>
9023
9024 * processes.texi (Network): Say what stopped datagram connections do.
9025
9026 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9027
9028 * display.texi (Overlay Properties): Clarify `evaporate' property.
9029
90302003-09-29 Lute Kamstra <lute@gnu.org>
9031
9032 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9033 constructs should be marked as risky.
9034 Change cons cell into proper list.
9035 (Mode Line Variables): Change cons cell into proper list.
9036
90372003-09-26 Lute Kamstra <lute@gnu.org>
9038
9039 * modes.texi (Mode Line Data): Document the :propertize construct.
9040 (Mode Line Variables): Reorder the descriptions of the variables
9041 to match their order in the default mode-line-format.
9042 Describe the new variables mode-line-position and mode-line-modes.
9043 Update the default values of mode-line-frame-identification,
9044 minor-mode-alist, and default-mode-line-format.
9045 (Properties in Mode): Mention the :propertize construct.
9046
90472003-09-26 Richard M. Stallman <rms@gnu.org>
9048
9049 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9050 * loading.texi, minibuf.texi, text.texi, variables.texi:
9051 Avoid @strong{Note:}.
9052
90532003-09-26 Richard M. Stallman <rms@gnu.org>
9054
9055 * keymaps.texi (Remapping Commands): Fix typo.
9056
90572003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9058
9059 * processes.texi (Low-Level Network): Fix typo.
9060
90612003-09-23 Kim F. Storm <storm@cua.dk>
9062
9063 * processes.texi (Network, Network Servers): Fix typos.
9064 (Low-Level Network): Add timeout value for :server keyword.
9065 Add new option keywords to make-network-process.
9066 Add set-network-process-options.
9067 Explain how to test availability of network options.
9068
90692003-09-19 Richard M. Stallman <rms@gnu.org>
9070
9071 * text.texi (Motion by Indent): Arg to
9072 backward-to-indentation and forward-to-indentation is optional.
9073
9074 * strings.texi (Creating Strings): Add substring-no-properties.
9075
9076 * processes.texi
9077 (Process Information): Add list-processes arg QUERY-ONLY.
9078 Delete process-contact from here.
9079 Add new status values for process-status.
9080 Add process-get, process-put, process-plist, set-process-plist.
9081 (Synchronous Processes): Add call-process-shell-command.
9082 (Signals to Processes): signal-process allows process objects.
9083 (Network): Complete rewrite.
9084 (Network Servers, Datagrams, Low-Level Network): New nodes.
9085
9086 * positions.texi (Word Motion): forward-word, backward-word
9087 arg is optional. Reword.
9088
9089 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9090
9091 * variables.texi (Creating Buffer-Local):
9092 Delete duplicate definition of buffer-local-value.
9093 (File Local Variables): Explain about discarding text props.
9094
90952003-09-11 Richard M. Stallman <rms@gnu.org>
9096
9097 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9098 changes variables that record input events.
9099 (Minibuffer Misc): Add minibuffer-selected-window.
9100
9101 * lists.texi (Building Lists): Add copy-tree.
9102
9103 * display.texi (Fontsets): Add char-displayable-p.
9104 (Scroll Bars): New node.
9105
91062003-09-08 Lute Kamstra <lute@gnu.org>
9107
9108 * modes.texi (%-Constructs): Document new `%i' and `%I'
9109 constructs.
9110
91112003-09-03 Peter Runestig <peter@runestig.com>
9112
9113 * makefile.w32-in: New file.
9114
91152003-08-29 Richard M. Stallman <rms@gnu.org>
9116
9117 * display.texi (Overlay Properties): Clarify how priorities
9118 affect use of the properties.
9119
91202003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9121
9122 * customize.texi (Type Keywords): Correct the description of
9123 `:help-echo' in the case where `motion-doc' is a function.
9124
91252003-08-14 John Paul Wallington <jpw@gnu.org>
9126
9127 * modes.texi (Emulating Mode Line): Subsection, not section.
9128
91292003-08-13 Richard M. Stallman <rms@gnu.org>
9130
9131 * elisp.texi (Top): Update subnode lists in menu.
9132
9133 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9134 (Kill Functions): kill-region has new arg yank-handler.
9135 (Yanking): New node.
9136 (Yank Commands): Add yank-undo-function.
9137 (Low-Level Kill Ring):
9138 kill-new and kill-append have new arg yank-handler.
9139 (Changing Properties): Add remove-list-of-text-properties.
9140 (Atomic Changes): New node.
9141
9142 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9143
9144 * streams.texi (Output Variables): Add eval-expression-print-length
9145 and eval-expression-print-level.
9146
9147 * os.texi (Time Conversion): For encode-time, explain limits on year.
9148
9149 * objects.texi (Character Type): Define anchor "modifier bits".
9150
9151 * modes.texi (Emulating Mode Line): New node.
9152 (Search-based Fontification): Font Lock uses font-lock-face property.
9153 (Other Font Lock Variables): Likewise.
9154
9155 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9156 not vectors.
9157 (Active Keymaps): Add emulation-mode-map-alists.
9158 (Functions for Key Lookup): key-binding has new arg no-remap.
9159 (Remapping Commands): New node.
9160 (Scanning Keymaps): where-is-internal has new arg no-remap.
9161 (Tool Bar): Add tool-bar-local-item-from-menu.
9162 Clarify when to use tool-bar-add-item-from-menu.
9163
9164 * commands.texi (Interactive Call): commandp has new arg.
9165 (Command Loop Info): Add this-original-command.
9166
91672003-08-06 John Paul Wallington <jpw@gnu.org>
9168
9169 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9170
9171 * display.texi (Warning Basics): Fix typo.
9172 (Fringes): Add closing curly bracket and fix typo.
9173
9174 * elisp.texi (Top): Fix typo.
9175
91762003-08-05 Richard M. Stallman <rms@gnu.org>
9177
9178 * elisp.texi: Update lists of subnodes.
9179
9180 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9181
9182 * variables.texi (Local Variables): Use lc for example variable names.
9183
9184 * tips.texi (Library Headers): Explain where to put -*-.
9185
9186 * strings.texi (Creating Strings): Fix xref for vconcat.
9187
9188 * sequences.texi (Vector Functions):
9189 vconcat no longer allows integer args.
9190
9191 * minibuf.texi (Reading File Names): read-file-name has new
9192 arg PREDICATE. New function read-directory-name.
9193
c4cc8b9a 9194 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9195 (Indenting Macros): New node.
9196
9197 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9198 (Window Frame Parameters): Make separate table of parameters
9199 that are coupled with specific face attributes.
9200 (Deleting Frames): delete-frame-hooks renamed to
9201 delete-frame-functions.
9202
9203 * files.texi (Magic File Names): Add file-remote-p.
9204 Clarify file-local-copy.
9205
9206 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9207 here; instead xref Defining Macros.
9208
9209 * display.texi (Warnings): New node, and subnodes.
9210 (Fringes): New node.
9211
9212 * debugging.texi (Test Coverage): New node.
9213
9214 * compile.texi (Compiler Errors): Explain with-no-warnings
9215 and other ways to suppress warnings.
9216
9217 * commands.texi (Interactive Call): Minor clarification.
9218
9219 * buffers.texi (Buffer File Name): set-visited-file-name
9220 renames the buffer too.
9221
9222 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9223
92242003-07-24 Markus Rost <rost@math.ohio-state.edu>
9225
9226 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9227
92282003-07-22 Markus Rost <rost@math.ohio-state.edu>
9229
9230 * internals.texi (Garbage Collection): Fix previous change.
9231
92322003-07-22 Richard M. Stallman <rms@gnu.org>
9233
9234 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9235
9236 * display.texi (Width): Use \s syntax in example.
9237 (Font Selection): Add face-font-rescale-alist.
9238
9239 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9240 Remove spurious indent in example.
9241
9242 * lists.texi (Building Lists): Add number-sequence.
9243
9244 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9245
9246 * functions.texi (Function Documentation): Explain how to
9247 show calling convention explicitly in the doc string.
9248
9249 * windows.texi (Selecting Windows): save-selected-window saves
9250 selected window of each frame.
9251 (Window Configurations): Minor change.
9252
9253 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9254
9255 * streams.texi (Output Variables): Add print-continuous-numbering
9256 and print-number-table.
9257
9258 * processes.texi (Decoding Output): New node.
9259
9260 * os.texi (Time Conversion): decode-time arg is optional.
9261
9262 * objects.texi (Character Type): Don't use space as example for \.
9263 Make list of char names and \-sequences correspond.
9264 Explain that \s is not used in strings. `\ ' needs space after.
9265
9266 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9267 (Translation of Characters): Add translation-table-for-input.
9268 (Default Coding Systems): Add auto-coding-functions.
9269 (Explicit Encoding): Add decode-coding-inserted-region.
9270 (Locales): Add locale-info.
9271
9272 * minibuf.texi (Basic Completion): Describe test-completion.
9273 Collections can be lists of strings.
9274 Clean up lazy-completion-table.
9275 (Programmed Completion): Mention test-completion.
9276 Clarify why lambda expressions are not accepted.
9277 (Minibuffer Misc): Describe minibufferp.
9278
92792003-07-14 Richard M. Stallman <rms@gnu.org>
9280
9281 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9282
9283 * windows.texi (Selecting Windows): New arg to select-window.
9284 (Selecting Windows): Add with-selected-window.
9285 (Size of Window): Add window-inside-edges, etc.
9286
9287 * internals.texi (Garbage Collection): Add post-gc-hook.
9288
9289 * processes.texi (Subprocess Creation): Add exec-suffixes.
9290
9291 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9292 (Scanning Keymaps): Add map-keymaps.
9293 (Defining Menus): Add keymap-prompt.
9294
9295 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9296 most-negative-fixnum.
9297
c4cc8b9a 9298 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9299 (Compiler Errors): New node.
9300
9301 * os.texi (User Identification): user-uid, user-real-uid
9302 can return float.
9303
9304 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9305 and about derived modes.
9306 (Minor Modes): Add minor-mode-list.
9307 (Defining Minor Modes): Keyword args for define-minor-mode.
9308 (Search-based Fontification): Explain managing other properties.
9309 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9310 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9311 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9312
9313 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9314 (Variable Aliases): Clarify defvaralias.
9315
9316 * loading.texi (Library Search): Add load-suffixes.
9317
9318 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9319 (Programmed Completion): Add dynamic-completion-table.
9320
9321 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9322 (Magic File Names): Specify precedence order of handlers.
9323
9324 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9325 and post-command-hook.
9326 (Waiting): New calling convention for sit-for.
9327
9328 * text.texi (Special Properties): local-map and keymap properties
9329 apply based on their stickiness.
9330
93312003-07-07 Richard M. Stallman <rms@gnu.org>
9332
9333 * modes.texi (Minor Mode Conventions): Specify only some kinds
9334 of list values as args to minor modes.
9335
9336 * files.texi (File Name Expansion): Warn about iterative use
9337 of substitute-in-file-name.
9338
9339 * advice.texi (Activation of Advice): Clean up previous change.
9340
93412003-07-06 Markus Rost <rost@math.ohio-state.edu>
9342
9343 * advice.texi (Activation of Advice): Note that ad-start-advice is
9344 turned on by default.
9345
93462003-06-30 Richard M. Stallman <rms@gnu.org>
9347
9348 * text.texi (Buffer Contents): Document current-word.
9349 (Change Hooks): Not called for *Messages*.
9350
9351 * functions.texi (Defining Functions): Explain about redefining
9352 primitives.
f4e90db0 9353 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9354 Comment out the detailed criteria for what is safe.
9355
93562003-06-22 Andreas Schwab <schwab@suse.de>
9357
9358 * objects.texi (Symbol Type): Fix description of examples.
9359
93602003-06-16 Andreas Schwab <schwab@suse.de>
9361
9362 * hash.texi (Creating Hash): Fix description of :weakness.
9363
c8763fb6 93642003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9365
9366 * files.texi (Changing Files): copy-file copies file modes, too.
9367
93682003-05-28 Richard M. Stallman <rms@gnu.org>
9369
9370 * strings.texi (Creating Strings): Clarify split-string.
9371
93722003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9373
9374 * strings.texi (Creating Strings): Update split-string specification
9375 and examples.
9376
93772003-05-19 Richard M. Stallman <rms@gnu.org>
9378
9379 * elisp.texi: Correct invariant section names.
9380
93812003-04-20 Richard M. Stallman <rms@gnu.org>
9382
9383 * os.texi (Timers): Explain about timers and quitting.
9384
93852003-04-19 Richard M. Stallman <rms@gnu.org>
9386
9387 * internals.texi (Writing Emacs Primitives): Strings are
9388 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9389 Explain GCPRO convention for varargs function args.
9390
93912003-04-16 Richard M. Stallman <rms@gnu.org>
9392
9393 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9394
93952003-04-08 Richard M. Stallman <rms@gnu.org>
9396
9397 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9398
93992003-02-13 Kim F. Storm <storm@cua.dk>
9400
9401 * objects.texi (Character Type): New \s escape for space.
9402
94032003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9404
5dcb4c4e 9405 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9406
94072003-01-25 Richard M. Stallman <rms@gnu.org>
9408
9409 * keymaps.texi: Document that a symbol can act as a keymap.
9410
94112003-01-13 Richard M. Stallman <rms@gnu.org>
9412
9413 * text.texi (Changing Properties): Say string indices are origin-0.
9414
9415 * positions.texi (Screen Lines) <compute-motion>:
9416 Correct order of elts in return value.
9417
9418 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9419 how to define a default binding.
9420
94212002-12-07 Markus Rost <rost@math.ohio-state.edu>
9422
9423 * loading.texi (Unloading): Fix recent change for load-history.
9424
9425 * customize.texi (Simple Types): Clarify description of custom
9426 type 'number. Describe new custom type 'float.
9427
94282002-12-04 Markus Rost <rost@math.ohio-state.edu>
9429
9430 * variables.texi (File Local Variables): Fix typo.
9431
c8763fb6 94322002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9433
9434 From Michael Albinus <Michael.Albinus@alcatel.de>.
9435
9436 * README: Target for Info file is `make info'.
9437
5dcb4c4e 9438 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9439 `file-name-sans-extension'.
9440 (Magic File Names): Complete list of operations for magic file
9441 name handlers.
9442
94432002-09-16 Jonathan Yavner <jyavner@engineer.com>
9444
9445 * variables.texi (File Local Variables): New function
9446 risky-local-variable-p.
9447
94482002-09-15 Jonathan Yavner <jyavner@engineer.com>
9449
9450 * functions.texi (Function safety): New node about unsafep.
9451
94522002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9453
5dcb4c4e 9454 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9455 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9456
94572002-06-17 Juanma Barranquero <lektu@terra.es>
9458
9459 * frames.texi (Display Feature Testing): Fix typo.
9460
94612002-06-12 Andreas Schwab <schwab@suse.de>
9462
9463 * frames.texi (Initial Parameters, Resources): Fix references to
9464 the Emacs manual.
9465
94662002-05-13 Kim F. Storm <storm@cua.dk>
9467
9468 * variables.texi (Intro to Buffer-Local): Updated warning and
9469 example relating to changing buffer inside let.
9470
c8763fb6 94712002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9472
9473 * os.texi (Session Management): New node about X Session management.
9474
94752002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9476
9477 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9478 to which the manual corresponds, and the copyright years.
9479
9480 * Makefile.in (VERSION): Set to 2.9.
9481
94822001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9483
9484 * elisp.texi: Change the category in @dircategory to "Emacs", to
9485 make it consistent with info/dir.
9486
94872001-11-25 Miles Bader <miles@gnu.org>
9488
9489 * text.texi (Fields): Describe new `limit' arg in
9490 field-beginning/field-end.
9491
94922001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9493
5dcb4c4e
SM
9494 * permute-index: Don't depend on csh-specific features.
9495 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9496
9497 * two-volume-cross-refs.txt: New file.
9498 * two.el: New file.
9499 * spellfile: New file.
9500
95012001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9502
9503 * permute-index: New file.
9504
9505 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9506 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9507 8+3 restricted namespace.
9508
9509 * Makefile.in (infodir): Define relative to $(srcdir).
9510 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9511 include directories list via -I switch to makeinfo.
9512 (index.texi): Use cp if both hard and symbolic links fail.
9513
95142001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9515
9516 * Makefile.in (distclean): Add.
9517
9518 The following changes make ELisp manual part of the Emacs
9519 distribution:
9520
9521 * Makefile.in: Add Copyright notice.
9522 (prefix): Remove.
9523 (infodir): Change value to "../info".
9524 (VPATH): New variable.
9525 (MAKE): Don't define.
9526 (texmacrodir): Don't define.
9527 (texinputdir): Append the existing value of TEXINPUTS.
9528 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9529 command to be compatible with man/Makefile.in, and to put the
9530 output into ../info.
9531 (info): Add target.
9532 (installall): Target removed.
9533
c8763fb6 95342001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9535
9536 * tips.texi (Coding Conventions): Fix typo.
9537
95382001-10-23 Gerd Moellmann <gerd@gnu.org>
9539
9540 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9541
95422001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9543
9544 * files.texi (File Name Components): Update the description of
9545 file-name-sans-extension and file-name-extension, as they now
9546 ignore leading dots.
9547
95482001-10-20 Gerd Moellmann <gerd@gnu.org>
9549
9550 * (Version 21.1 released.)
9551
95522001-10-19 Miles Bader <miles@gnu.org>
9553
9554 * positions.texi (Text Lines): Describe behavior of
9555 `beginning-of-line'/`end-of-line' in the presence of field properties.
9556
95572001-10-17 Gerd Moellmann <gerd@gnu.org>
9558
9559 * Makefile.in (VERSION): Set to 2.8.
9560 (manual): Use `manual-21'.
9561
9562 * elisp.texi (VERSION): Add and use it where the version
9563 number was used. Set it to 2.8.
9564
9565 * intro.texi: Likewise.
9566
95672001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9568
9569 * files.texi (File Name Completion): Document the significance of
9570 a trailing slash in elements of completion-ignored-extensions.
9571
95722001-10-06 Miles Bader <miles@gnu.org>
9573
9574 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9575
95762001-10-04 Gerd Moellmann <gerd@gnu.org>
9577
9578 * variables.texi (Variable Aliases): New node.
9579
95802001-10-04 Gerd Moellmann <gerd@gnu.org>
9581
9582 * Branch for 21.1.
9583
95842001-10-02 Miles Bader <miles@gnu.org>
9585
9586 * minibuf.texi (Minibuffer Misc): Add entries for
9587 `minibuffer-contents', `minibuffer-contents-no-properties', and
9588 `delete-minibuffer-contents'.
9589 Correct description for `minibuffer-prompt-end'.
9590
9591 * text.texi (Property Search): Correct descriptions of
9592 `next-char-property-change' and `previous-char-property-change'.
9593 Add entries for `next-single-char-property-change' and
9594 `previous-single-char-property-change'.
9595 Make operand names a bit more consistent.
9596
95972001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9598
9599 * frames.texi (Finding All Frames): Document that next-frame and
9600 previous-frame are local to current terminal.
9601
96022001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9603
9604 * keymaps.texi (Creating Keymaps): Fix the description of the
9605 result of make-keymap.
9606
96072001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9608
9609 * display.texi (Font Lookup, Attribute Functions)
9610 (Image Descriptors): Add cross-references to the definition of
9611 selected frame.
9612
9613 * buffers.texi (The Buffer List): Add cross-references to the
9614 definition of selected frame.
9615
9616 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9617 frame at any given time.
9618 (Multiple Displays, Size and Position): Add a cross-reference to
9619 the definition of the selected frame.
9620
96212001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9622
9623 * strings.texi (String Conversion) <string-to-number>: Document
9624 that a float is returned for integers that are too large.
9625
9626 * frames.texi (Mouse Position): Document mouse-position-function.
9627 (Display Feature Testing): Document display-images-p.
9628 (Window Frame Parameters): Document the cursor-type variable.
9629
9630 * numbers.texi (Integer Basics): Document CL style read syntax for
9631 integers in bases other than 10.
9632
5dcb4c4e
SM
9633 * positions.texi (List Motion):
9634 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9635
9636 * lists.texi (Sets And Lists): Document member-ignore-case.
9637
9638 * internals.texi (Garbage Collection): Document the used and free
9639 strings report.
9640 (Memory Usage): Document strings-consed.
9641
9642 * os.texi (Time of Day): Document float-time.
9643 (Recording Input): Document that clear-this-command-keys clears
9644 the vector to be returned by recent-keys.
9645
9646 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9647 argument keymap can be a list.
9648
9649 * nonascii.texi (User-Chosen Coding Systems)
9650 <select-safe-coding-system>: Document the new argument
9651 accept-default-p and the variable
9652 select-safe-coding-system-accept-default-p. Tell what happens if
9653 buffer-file-coding-system is undecided.
9654 (Default Coding Systems): Document auto-coding-regexp-alist.
9655
9656 * display.texi (The Echo Area) <message>: Document
9657 message-truncate-lines.
9658 (Glyphs): Document that the glyph table is unused on windowed
9659 displays.
9660
9661 * help.texi (Describing Characters) <single-key-description>:
9662 Document the new argument no-angles.
9663 (Accessing Documentation) <documentation-property>: Document that
9664 a non-string property is evaluated.
9665 <documentation>: Document that the function-documentation property
9666 is looked for.
9667
9668 * windows.texi (Selecting Windows): Document some-window.
9669
9670 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9671
9672 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9673 apropos-mode-hook.
9674
9675 * commands.texi (Using Interactive): Document interactive-form.
9676 (Keyboard Macros): Document kbd-macro-termination-hook.
9677 (Command Loop Info): Document that clear-this-command-keys clears
9678 the vector to be returned by recent-keys.
9679
96802001-09-04 Werner LEMBERG <wl@gnu.org>
9681
9682 * Makefile.in (srcdir, texinputdir): New variables.
9683 (srcs, index.texi, install): Use $(srcdir).
9684 (.PHONY): Remove elisp.dvi.
9685 (elisp): Use -I switch for makeinfo.
9686 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9687 (installall, dist): Use $(srcdir).
9688 Fix path to texinfo.tex.
9689 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9690
96912001-08-30 Gerd Moellmann <gerd@gnu.org>
9692
9693 * display.texi (Conditional Display): Adjust to API change.
9694
9695 * configure: New file.
9696
96972001-07-30 Gerd Moellmann <gerd@gnu.org>
9698
9699 * commands.texi (Repeat Events): Add description of
9700 double-click-fuzz.
9701
97022001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9703
9704 * syntax.texi (Syntax Class Table): Add the missing designator for
9705 comment and string fences.
9706 (Syntax Properties): Add a xref to syntax table internals.
9707 (Syntax Table Internals): Document string-to-syntax.
9708
97092001-05-07 Gerd Moellmann <gerd@gnu.org>
9710
9711 * Makefile.in (install): Use install-info command line options
9712 like in Emacs' Makefile.in.
9713
97142000-12-09 Miles Bader <miles@gnu.org>
9715
9716 * windows.texi (Window Start): Update documentation for
9717 `pos-visible-in-window-p'.
9718
97192000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9720
9721 * lists.texi (Building Lists): Add footnote to explain how to add
9722 to the end of a list.
9723
97242000-10-25 Gerd Moellmann <gerd@gnu.org>
9725
9726 * files.texi (Visiting Functions): Typos.
9727
97282000-10-25 Kenichi Handa <handa@etl.go.jp>
9729
9730 * files.texi (Visiting Functions): Return value of
9731 find-file-noselect may be a list of buffers if wildcards are used.
9732
97332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9734
9735 * display.texi (Defining Faces): Document `graphic' display type
9736 in face specs.
9737
b344d29d 97382000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9739
9740 * hooks.texi (Standard Hooks): Replace obsolete
9741 `after-make-frame-hook' with `after-make-frame-functions'.
9742
9743 * frames.texi (Creating Frames): Ditto.
9744
9745 * variables.texi (Future Local Variables): Ditto.
9746
97472000-10-16 Gerd Moellmann <gerd@gnu.org>
9748
9749 * display.texi (Other Image Types): Add description of :foreground
9750 and :background properties of mono PBM images.
9751
97522000-08-17 Werner LEMBERG <wl@gnu.org>
9753
9754 * .cvsignore: New file.
9755
97562000-01-05 Gerd Moellmann <gerd@gnu.org>
9757
9758 * tindex.pl: New script.
9759
97601999-12-03 Dave Love <fx@gnu.org>
9761
9762 * Makefile.in (MAKEINFO): New parameter.
9763
97641999-09-17 Richard Stallman <rms@gnu.org>
9765
9766 * Makefile.in (srcs): Add hash.texi.
9767 (VERSION): Update to 20.6.
9768
97691999-09-13 Richard Stallman <rms@gnu.org>
9770
9771 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9772
97731998-08-29 Karl Heuer <kwzh@gnu.org>
9774
9775 * configure.in: New file.
9776 * Makefile.in: Renamed from Makefile.
9777 (prefix, infodir): Use value obtained from configure.
9778 (emacslibdir): Obsolete variable deleted.
9779 (dist): Distribute configure.in, configure, Makefile.in.
9780
97811998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9782
9783 * Makefile (INSTALL_INFO): New variable.
9784 (install): Run install-info.
9785
97861998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9787
9788 * Makefile (elisp.dvi): Add missing backslash.
9789
97901998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9791
9792 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9793 Run texindex without `./'. Always run texindex on elisp.tp.
9794 (elisp.tps): Target deleted.
9795
97961998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9797
9798 * Makefile (srcs): Add nonascii.texi and customize.texi.
9799 (dist): Start by deleting `temp'.
9800
98011998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9802
9803 * Makefile (makeinfo, texindex): Targets deleted.
9804 (makeinfo.o, texindex.o): Targets deleted.
9805 (clean, dist): Don't do anything with them or with getopt*.
9806
98071998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9808
9809 * Makefile (SHELL): Defined.
9810
98111998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9812
9813 * Makefile (elisp.tps): New target.
9814 (elisp.dvi): Depend on elisp.tps.
9815
c5602427 98161996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9817
9818 * README: Update phone number.
9819
9820 * Makefile (elisp): Make this be the default target.
9821 Depend on makeinfo.c instead of makeinfo.
9822 (install): Don't depend on elisp.dvi, since we don't install that.
9823 Use mkinstalldirs.
9824 (dist): Add mkinstalldirs.
9825
c5602427 98261995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9827
9828 * Makefile (VERSION): Update version number.
5dcb4c4e 9829 (maintainer-clean): Rename from realclean.
b8d4c8d0 9830
c5602427 98311995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9832
9833 * Makefile (realclean): New target.
9834 (elisp): Remove any old elisp-* files first.
9835
c5602427 98361993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9837
9838 * Makefile (VERSION): New variable.
9839 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9840 Compressed file suffix should be `.gz', not `.z'.
9841
ce058493 98421993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9843
9844 * Makefile (elisp): Depend on makeinfo.
9845
c5602427 98461993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9847
9848 * Makefile (srcs): Add anti.texi.
9849
c5602427 98501993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9851
9852 * Makefile (infodir, prefix): New vars.
9853 (install): Use infodir.
f4e90db0 9854 (emacsinfodir): Delete.
b8d4c8d0 9855
c5602427 98561993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9857
9858 * Makefile (srcs): Add calendar.texi.
9859
9860 * Makefile (dist): Copy texindex.c and makeinfo.c.
9861 Limit elisp-* files to those with one or two digits.
9862
c5602427 98631993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 9864
f4e90db0 9865 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 9866
c5602427 98671993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9868
9869 * loading.texi (Unloading): define-function changed back to
9870 defalias. It may not stay this way, but at least it's
9871 consistent with the known-good version of the code patch.
9872
c5602427 98731993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9874
9875 * modes.texi (Hooks): Document new optional arg of add-hook.
9876
c5602427 98771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9878
9879 * variables.texi: Document nil initial value of buffer-local variables.
9880
9881 * tips.texi: Add new section on standard library headers.
9882
c5602427 98831993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9884
9885 * Makefile (srcs): Add frame.texi to the list of sources.
9886
c5602427 98871993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9888
9889 * Makefile (dist): Don't bother excluding autosave files; they'll
9890 never make it into the temp directory anyway, and the hash marks
9891 in the name are problematic for make and the Bourne shell.
9892 (srcs):
9893
c5602427 98941993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9895
9896 * Makefile (dist): Don't include backup files or autosave files in
9897 the distribution tar file.
9898
c5602427 98991991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9900
5dcb4c4e 9901 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9902 (elisp.dvi): Remove erroneous shell comment.
9903 Expect output of permute-index in permuted.fns.
9904 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9905 (clean): Add index.texi to be deleted.
b8d4c8d0 9906
c5602427 99071990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9908
9909 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9910
c5602427 99111990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9912
9913 * files.texi: Noted that completion-ignored-extensions is ignored
9914 when making *Completions*.
9915
3e868ee3 99161990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9917
9918 * Makefile make dist now depends on elisp.dvi, since it tries
9919 to include it in the dist file.
9920
c5602427 99211990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9922
c5602427 9923 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9924
c5602427 99251989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9926
9927 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9928 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9929
c5602427 99301989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9931
9932 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9933 and @error{} are the terms now being used. The files in the
9934 directory have been changed to reflect this.
9935
9936 * All instances of @indentedresultt{} have been changed to
333f9019 9937 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 9938
c5602427 99391989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9940
9941 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9942 experimental @indentedresult{}, @indentedexpandsto{} are part of
9943 the texinfo.tex in this directory. These TeX macros are not
9944 stable yet.
9945
c5602427 99461989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9947
9948 * texinfo.tex: Temporarily added
9949 \let\result=\dblarrow
9950 \def\error{{\it ERROR} \longdblarrow}
9951 We need to do this better soon.
9952
c5602427 99531989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9954
9955 * Applied Karl Berry's patches to *.texinfo files, but not to
9956 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9957 new title page format is also not applied, since it requires
9958 texinfo.tex changes.)
9959
9960 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9961 for the Project GNU development environment.
9962
9963;; Local Variables:
c8763fb6 9964;; coding: utf-8
b8d4c8d0
GM
9965;; End:
9966
acaf905b 9967 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
9968
9969 This file is part of GNU Emacs.
9970
352c8b4a 9971 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9972 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9973 the Free Software Foundation, either version 3 of the License, or
9974 (at your option) any later version.
b8d4c8d0
GM
9975
9976 GNU Emacs is distributed in the hope that it will be useful,
9977 but WITHOUT ANY WARRANTY; without even the implied warranty of
9978 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9979 GNU General Public License for more details.
9980
9981 You should have received a copy of the GNU General Public License
352c8b4a 9982 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.