Add Bug#8794 to ChangeLog entry.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
bcd54f83
LMI
12011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * processes.texi (Process Information): Document
4 `process-alive-p'.
5
049bcbcb
CY
62011-05-29 Chong Yidong <cyd@stupidchicken.com>
7
8 * help.texi (Accessing Documentation):
9 * display.texi (Pixel Specification):
10 * processes.texi (Serial Ports, Serial Ports):
11 * nonascii.texi (Character Properties, Default Coding Systems):
12 * text.texi (Changing Properties, Special Properties):
13 * windows.texi (Window Start and End):
14 * modes.texi (SMIE Indentation Example, SMIE Tricks):
15 * keymaps.texi (Searching Keymaps, Tool Bar):
16 * minibuf.texi (Basic Completion):
17 * compile.texi (Eval During Compile):
18 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
19 7x9 paper in printed manual.
20
21 * lists.texi (Sets And Lists): Fix misplaced text.
22
58539c63
CY
232011-05-29 Chong Yidong <cyd@stupidchicken.com>
24
25 * keymaps.texi (Remapping Commands): Emphasize that the keymap
26 needs to be active (Bug#8350).
27
6b5681bf
CY
282011-05-28 Chong Yidong <cyd@stupidchicken.com>
29
b4d52acc
CY
30 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
31
6b5681bf
CY
32 * tips.texi (Coding Conventions): Remove antediluvian filename
33 limit recommendation (Bug#8538).
34
e145f188
GM
352011-05-27 Glenn Morris <rgm@gnu.org>
36
37 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
38
eafed945
GM
392011-05-26 Glenn Morris <rgm@gnu.org>
40
41 * variables.texi (File Local Variables):
42 Update hack-local-variables `mode-only' return value.
2d3ba9e7 43 Add some more details on what this function does in the other case.
eafed945 44
bc8410af
GM
452011-05-19 Glenn Morris <rgm@gnu.org>
46
47 * lists.texi (Sets And Lists): Mention cl provides union etc.
48
35a30759
N
492011-05-19 Nix <nix@esperi.org.uk>
50
51 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
52
53 * text.texi (Parsing HTML): Update for function name changes.
54
55 * syntax.texi (Syntax Flags): Small fix.
56
57 * keymaps.texi (Active Keymaps): Typo fix.
58 (Changing Key Bindings): Grammar fix.
59
60 * frames.texi (Minibuffers and Frames): Grammar fix.
61 (Window System Selections): x-select-enable-clipboard now defaults to t.
62
63 * customize.texi (Common Keywords):
64 * display.texi (Abstract Display):
65 * modes.texi (Auto-Indentation):
66 * nonascii.texi (Converting Representations): Typo fixes.
67
68 * control.texi (Examples of Catch): Call it "goto" not "go to".
69
e3934a8a
EZ
702011-05-14 Eli Zaretskii <eliz@gnu.org>
71
bc039a3b
EZ
72 * nonascii.texi (Character Properties): Fix inconsistencies with
73 implementation.
74
e3934a8a
EZ
75 * text.texi (Special Properties): Move @defvar's out of the
76 @table. (Bug#8652)
77
e2c94218
GM
782011-05-12 Glenn Morris <rgm@gnu.org>
79
80 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
81
d2fc7e3d 822011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
83
84 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
85 (Multiline Font Lock):
86 * vol2.texi (Top):
87 * vol1.texi (Top):
88 * elisp.texi (Top): Update menu accordingly.
89
d2fc7e3d 902011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
91
92 * modes.texi (Region to Fontify): Fix typo.
93
79b70037
GM
942011-05-10 Jim Meyering <meyering@redhat.com>
95
96 * minibuf.texi: Fix typo "in in -> in".
97
b08a63cc 982011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
99
100 * numbers.texi (Integer Basics): Large integers are treated as floats.
101
1ef14cb4
LMI
1022011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
103
104 * processes.texi (Synchronous Processes): Document the (:file
105 "/file-name") syntax for `call-process'.
106
4ffd0d6b 1072011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
108
109 * windows.texi (Choosing Window): Fix typo.
110
4ffd0d6b 1112011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
112
113 * frames.texi (Layout Parameters): Note the difference between
114 querying and setting parameters for left-fringe and right-fringe
115 (Bug#6930).
116
fd5a8ae8
SM
1172011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * minibuf.texi (Basic Completion): Be a bit more precise about the
120 valid kinds of completion tables.
121 (Programmed Completion): Remove obsolete text about lambda expressions
122 not being valid completion tables.
123
c1bcd0d5
CY
1242011-03-19 Chong Yidong <cyd@stupidchicken.com>
125
126 * positions.texi (Excursions): Explain the "save-excursion
127 defeated by set-buffer" warning.
128
129 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
130 save-excursion. Suggested by Uday S Reddy.
131
03408648 1322011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 133
03408648
SM
134 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
135 (Lexical Binding): New sub-section.
ba83908c 136
03408648
SM
137 * eval.texi (Eval): Discourage the use of `eval'.
138 Document its new `lexical' argument.
6c075cd7 139
f6d62986
SM
1402011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
141
03408648 142 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
143 nil any more.
144
84ea5558 1452011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
146
147 * strings.texi (String Conversion): Don't mention
148 string-make-(uni|multi)byte (bug#8262).
149 * nonascii.texi (Converting Representations): Fix up range.
150 * keymaps.texi (Key Binding Commands): Update code point, avoid
151 "unibyte character" and remove mention of unibyte bindings.
152
62d94509
EZ
1532011-03-10 Eli Zaretskii <eliz@gnu.org>
154
155 * modes.texi (Operator Precedence Grammars): Don't use characters
156 outside ISO-8859-1.
157
63a329f8
EZ
1582011-03-09 Eli Zaretskii <eliz@gnu.org>
159
160 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
161
162 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
163
6446548e
GM
1642011-03-08 Glenn Morris <rgm@gnu.org>
165
166 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
167 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 168 * elisp.texi: Set documentencoding.
6446548e 169
33383987
JB
1702011-03-07 Chong Yidong <cyd@stupidchicken.com>
171
172 * Version 23.3 released.
173
0b3ceceb
CY
1742011-03-06 Chong Yidong <cyd@stupidchicken.com>
175
176 * package.texi: Update index keywords.
177 (Package Archives): New node contents. Document package-x.el.
178
78f5433f
JB
1792011-03-06 Juanma Barranquero <lekktu@gmail.com>
180
181 * makefile.w32-in (srcs): Add package.texi.
182
555e9b5c
CY
1832011-03-06 Chong Yidong <cyd@stupidchicken.com>
184
120d9389
CY
185 * package.texi (Packaging, Packaging Basics, Simple Packages)
186 (Multi-file Packages): Expand and clarify.
187 (Package Archives): Temporary placeholder node.
188
189 * elisp.texi (Top): Update node listing.
190
555e9b5c
CY
191 * Makefile.in (srcs): Add package.texi.
192
b59a4335
CY
1932011-03-05 Chong Yidong <cyd@stupidchicken.com>
194
195 * processes.texi (Synchronous Processes): Minor clarification
196 (Bug#8149).
197
06083aa1
GM
1982011-03-03 Glenn Morris <rgm@gnu.org>
199
200 * files.texi (Truenames): Minor clarification. (Bug#2341)
201
6640b281
GM
2022011-03-01 Glenn Morris <rgm@gnu.org>
203
204 * variables.texi (Directory Local Variables):
205 Mention `(subdirs . nil)' alist element.
206
2b0c7330 2072011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
208
209 * variables.texi (Directory Local Variables): Mention the optional
210 mtime argument of dir-locals-set-directory-class. (Bug#3577)
211
b923f7a9
CY
2122011-02-27 Chong Yidong <cyd@stupidchicken.com>
213
214 * minibuf.texi (Minibuffer History): Clarify discussion of
215 minibuffer history lists (Bug#8085).
216
67ab0163 2172011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 218
e979a521
EZ
219 * elisp.texi: Sync @dircategory with ../../info/dir.
220
e03b2fd4
EZ
221 * files.texi (Visiting Functions): Document find-file-literally,
222 both the command and the variable.
223
86ec878a
EZ
224 * variables.texi (Creating Buffer-Local): Explain the meaning of
225 permanent local variables.
226
67ab0163
GM
227 * files.texi (Visiting Functions): Document find-file-literally,
228 both the command and the variable.
229
230 * variables.texi (Creating Buffer-Local): Explain the meaning of
231 permanent local variables.
232
2332011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
234
235 * keymaps.texi (Remapping Commands): Mention how to undo it.
236
bfcb151a
RT
2372011-02-09 Reuben Thomas <rrt@sc3d.org>
238
239 * loading.texi (Hooks for Loading): Remove unnecessary advice
240 about eval-after-load (Bug#7986).
241
a41c8660
CY
2422011-02-05 Chong Yidong <cyd@stupidchicken.com>
243
244 * commands.texi (Accessing Mouse): Note that a header line is not
245 included in the row of posn-col-row.
246
e0dd6837
CY
2472011-02-02 Chong Yidong <cyd@stupidchicken.com>
248
249 * modes.texi (Major Mode Conventions): Add face guidelines.
250 (Faces for Font Lock): List faces in order of prominence.
251
a4180391
PE
2522011-02-01 Paul Eggert <eggert@cs.ucla.edu>
253
254 format-time-string now supports subsecond time stamp resolution
255 * os.texi (Time Parsing): Document %N.
256
7427eb97
CY
2572011-01-28 Chong Yidong <cyd@stupidchicken.com>
258
61db307f
CY
259 * vol1.texi (Top):
260 * vol2.texi (Top):
261 * elisp.texi (Top):
262 * display.texi (Display Property): Shorten the menu description of
263 the "Other Display Specs" node (Bug#7816).
264
7427eb97
CY
265 * keymaps.texi (Defining Menus): Add "menu item" and "extended
266 menu item" concept index entries (Bug#7805).
267
bf3dae7e
EZ
2682011-01-29 Eli Zaretskii <eliz@gnu.org>
269
270 * makefile.w32-in (texinfodir): New variable.
271 (usermanualdir): Remove as redundant with $(emacsdir).
272 (MAKEINFO): Remove options, leave only program name.
273 (MAKEINFO_OPTS): New variable.
274 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
275
06d8ace5 2762011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
277 Richard Kim <emacs18@gmail.com>
278
279 * loading.texi (Library Search): Document list-load-path-shadows
280 (Bug#7757).
281
06d8ace5 2822011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
283
284 * searching.texi (Regexp Special): Remove outdated discussion of
285 character sets (Bug#7780).
286
28a88153
CY
287 * frames.texi (Pop-Up Menus): Document where menu title comes
288 from (Bug#7684).
289
06d8ace5 2902011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
291
292 * display.texi (Making Buttons): Mention limitation of text buttons.
293
a8e1e9ee
WL
2942011-01-23 Werner Lemberg <wl@gnu.org>
295
296 * Makefile.in (MAKEINFO): Now controlled by `configure'.
297 (MAKEINFO_OPTS): New variable. Use it where appropriate.
298 (ENVADD): New variable to control texi2dvi and texi2pdf.
299
362b9d48
GM
3002011-01-15 Chong Yidong <cyd@stupidchicken.com>
301
302 * files.texi (Directory Names): Move directory-abbrev-alist doc to
303 Emacs manual.
304
3052011-01-15 Eli Zaretskii <eliz@gnu.org>
306
307 * files.texi (Directory Names): Explain why FROM in
308 directory-abbrev-alist should begin with \`. (Bug#7777)
309
3fa173b4
SM
3102011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
313
7c420169 3142011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
315
316 * modes.texi (Emulating Mode Line): Fix last change.
317
7c420169 3182011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
319
320 * modes.texi (Emulating Mode Line): Update documentation of
321 format-mode-line according to changes that fixed bug #7587.
322
80b33766
SM
3232010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * modes.texi (Derived Modes): Mention prog-mode.
326
327 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
328 of the key-binding-data cache since we don't use it any more.
329
f49d1f52 3302010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 331
4bb49a92
EZ
332 * processes.texi (Shell Arguments):
333 * strings.texi (Creating Strings): Don't mention "shell commands";
334 make it explicit that `split-string-and-unquote' and
335 `combine-and-quote-strings' are mainly for working with arguments
336 to call-process and start-process.
337
3c73e30e
EZ
338 * processes.texi (Shell Arguments): Fix documentation of
339 `split-string-and-unquote'. Add indexing. (Bug#7563)
340
f49d1f52 3412010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
342
343 * modes.texi (Auto-Indentation): New section to document SMIE.
344 (Major Mode Conventions):
345 * text.texi (Mode-Specific Indent): Refer to it.
346
f49d1f52 3472010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
348
349 * display.texi (Other Display Specs): Document left-fringe and
350 right-fringe display specs.
351
f49d1f52 3522010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
353
354 * backups.texi (Making Backups):
355 * modes.texi (Example Major Modes): Use recommended coding style.
356 (Major Mode Basics, Derived Modes): Encourge more strongly use of
357 define-derived-mode. Mention completion-at-point-functions.
358
f49d1f52 3592010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 360
5dcb4c4e
SM
361 * nonascii.texi (Converting Representations):
362 Document byte-to-string.
e1115396 363
ec1b9b17
GM
3642010-12-08 Glenn Morris <rgm@gnu.org>
365
366 * buffers.texi (Modification Time):
367 verify-visited-file-modtime now defaults to the current buffer.
368
07976ae3 3692010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 370
ec1b9b17 371 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
372
373 * strings.texi (Creating Strings): Don't mention semi-obsolete
374 function char-to-string.
375 (String Conversion): Shorten discussion of semi-obsolete function
376 string-to-char. Link to Converting Representations.
377
378 * objects.texi (Symbol Type):
379 * text.texi (Near Point):
380 * help.texi (Help Functions):
381 * functions.texi (Mapping Functions): Use string instead of
382 char-to-string in examples.
383
07976ae3 3842010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
385
386 * text.texi (Kill Functions, Kill Functions)
387 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
388 YANK-HANDLER args.
389
390 * symbols.texi (Creating Symbols): Using unintern without an
391 obarray arg is now obsolete.
392
393 * numbers.texi (Float Basics): Document float-e and float-pi.
394
395 * variables.texi (Defining Variables): Change "pi" example to
396 "float-pi".
397
8547874a
EZ
3982010-11-26 Eli Zaretskii <eliz@gnu.org>
399
400 * commands.texi (Click Events): Document the values of X, Y and
401 COL, ROW in the event's position, when the click is on the header
402 or mode line, on the fringes, or in the margins.
403
4a47c275 4042010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 405
5b05d75b
EZ
406 * customize.texi (Composite Types): Lower-case index entry.
407
5dcb4c4e
SM
408 * loading.texi (How Programs Do Loading):
409 Document load-file-name. (Bug#7346)
c7926fe2 410
4a47c275 4112010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
412
413 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
414
0eb025fb
EZ
4152010-11-13 Eli Zaretskii <eliz@gnu.org>
416
417 * display.texi (Usual Display): Characters with no fonts are not
418 necessarily displayed as empty boxes.
419
2699a554 4202010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
421
422 * maps.texi (Standard Keymaps): Update File menu description.
423
8289f37b
GM
4242010-10-28 Glenn Morris <rgm@gnu.org>
425
426 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
427
5793a7bc 4282010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
429
430 * display.texi (Window Systems): Deprecate use of window-system as
431 a predicate.
432
17284e30
GM
4332010-10-23 Glenn Morris <rgm@gnu.org>
434
435 * help.texi (Documentation Basics): Remove mentions of digest-doc and
436 sorted-doc.
437
00f113eb
JB
4382010-10-15 Eli Zaretskii <eliz@gnu.org>
439
440 * os.texi (Dynamic Libraries): New node, with slightly modified
441 text deleted from "Image Formats".
442 (System Interface): Add @menu entry for "Dynamic Libraries".
443
444 * display.texi (Image Formats): Remove description of
445 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
446
07277eb8
GM
4472010-10-12 Glenn Morris <rgm@gnu.org>
448
449 * book-spine.texinfo: Rename to book-spine.texi.
450
c12e4a81
GM
4512010-10-11 Glenn Morris <rgm@gnu.org>
452
df187c62
GM
453 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
454
c12e4a81 455 * Makefile.in (DVIPS): New variable.
234db610
GM
456 (.PHONY): Add html, ps.
457 (html, elisp.html, ps, elisp.ps): New targets.
458 (clean): Delete html, ps files.
459 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 460
6513b232
EZ
4612010-10-09 Eli Zaretskii <eliz@gnu.org>
462
463 * makefile.w32-in (emacsdir): New variable.
464 (srcs): Add emacsver.texi.
465 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
466
abd40fb4
GM
4672010-10-09 Glenn Morris <rgm@gnu.org>
468
c1dc72b3
GM
469 * Makefile.in (VPATH): Remove.
470 (infodir): Make it absolute.
471 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
472
4393405b
GM
473 * Makefile.in (dist): Anchor regexps.
474
eef3ab94
GM
475 * Makefile.in (srcs): Put elisp.texi first.
476 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
477
aa9db089
GM
478 * Makefile.in (infoclean): Remove harmless, long-standing error.
479
abd40fb4
GM
480 * Makefile.in ($(infodir)): Delete rule.
481 (mkinfodir): New.
482 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
483
68db69ed 484 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 485 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 486
ea274122
GM
4872010-10-09 Glenn Morris <rgm@gnu.org>
488
f7a31f11
GM
489 * Makefile.in (emacsdir): New variable.
490 (MAKEINFO): Add -I $emacsdir.
491 (dist): Copy emacsver.texi.
b13254e7
GM
492 (srcs): Add emacsver.texi.
493
f7a31f11
GM
494 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
495 Set EMACSVER by including emacsver.texi.
496
ea274122
GM
497 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
498
17ca7950
GM
4992010-10-07 Glenn Morris <rgm@gnu.org>
500
501 * Makefile.in (version): New, set by configure.
502 (clean): Delete dist tar file.
503 (dist): Use version in tar name.
504
4c83f6e1
GM
5052010-10-06 Glenn Morris <rgm@gnu.org>
506
507 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
508 (INSTALL_INFO): Remove unused variable.
509 (mostlyclean, infoclean, dist): New rules.
510 (clean): Delete dvi and pdf files.
511 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 512 ($(infodir)): Add parallel build workaround.
4c83f6e1 513
0264072d
GM
5142010-10-04 Glenn Morris <rgm@gnu.org>
515
516 * Makefile.in (dvi, pdf, $(infodir)): New targets.
517 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 518 Fix -I typo.
0264072d
GM
519 (clean): No 'make.out' or 'core' files.
520 (.PHONY): Declare clean rules.
521 (maintainer-clean): Delete pdf file. Guard against cd failures.
522
77f38949
GM
5232010-10-03 Glenn Morris <rgm@gnu.org>
524
525 * files.texi (File Name Components): Remove ignored section about
526 deleted variable directory-sep-char.
527
178fdd41
MA
5282010-10-03 Michael Albinus <michael.albinus@gmx.de>
529
530 * files.texi (Magic File Names): New defopt
531 remote-file-name-inhibit-cache.
532
9c524fcb
GM
5332010-10-02 Glenn Morris <rgm@gnu.org>
534
535 * os.texi (Killing Emacs): Hook now runs in batch mode.
536
f816790b
SM
5372010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * text.texi (Special Properties): Clarify when modification-hooks run.
540
7cf78aac
SM
5412010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * syntax.texi (Syntax Flags): Document new `c' flag.
544
ca0d44e4
GM
5452010-09-09 Glenn Morris <rgm@gnu.org>
546
547 * display.texi (ImageMagick Images): General cleanup.
548
10999305 5492010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
550
551 * files.texi (Directory Names): Use \` rather than ^.
552
45240125
JD
5532010-09-02 Jan Djärv <jan.h.d@swipnet.se>
554
555 * text.texi (Low-Level Kill Ring):
556 * frames.texi (Window System Selections): Remove cut buffer
557 documentation.
558
4abe5bf6
EZ
5592010-08-28 Eli Zaretskii <eliz@gnu.org>
560
561 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
562 Parameters", where the default fringe width is described.
563
564 * frames.texi (Window Frame Parameters, Basic Parameters)
565 (Position Parameters, Layout Parameters, Management Parameters)
566 (Cursor Parameters, Font and Color Parameters): Add indexing for
567 frame parameters. (Bug#6929)
568
fdc76236
TT
5692010-08-25 Tom Tromey <tromey@redhat.com>
570
571 * vol2.texi (Top): Update.
572 * vol1.texi (Top): Update.
573 * tips.texi (Library Headers): Mention Package-Version and
574 Package-Requires.
575 * package.texi: New file.
576 * os.texi (System Interface): Update pointers.
577 * elisp.texi (Top): Link to new nodes. Include package.texi.
578 * anti.texi (Antinews): Update pointers.
579
1e5c1c80
EZ
5802010-08-25 Eli Zaretskii <eliz@gnu.org>
581
582 * processes.texi (Filter Functions): Fix last change.
583
78e33835
CY
5842010-08-24 Markus Triska <triska@gmx.at>
585
586 * processes.texi (Filter Functions): Use `buffer-live-p' instead
587 of `buffer-name' in the main text as well as in the example
588 (Bug#3098).
589
198a7a97
CY
5902010-08-22 Chong Yidong <cyd@stupidchicken.com>
591
592 * nonascii.texi (Text Representations):
593 * loading.texi (Loading Non-ASCII):
594 * compile.texi (Byte Compilation): Don't mention obsolete
595 --unibyte command-line argument.
596
bc7d7ea6
CY
5972010-08-22 Chong Yidong <cyd@stupidchicken.com>
598
599 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
600
b0126eac 6012010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
602
603 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
604
e8a6cc19
EZ
6052010-08-20 Eli Zaretskii <eliz@gnu.org>
606
607 * commands.texi (Misc Events): Add cross-references to where
608 POSITION of a mouse event is described in detail.
609
7815fe19 6102010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
611
612 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
613
7815fe19 6142010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
615
616 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
617 Suggested by Štěpán Němec <stepnem@gmail.com>.
618
7815fe19 6192010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
620
621 * minibuf.texi (High-Level Completion): Document args of
622 `read-buffer-function' (bug#5625).
623
8b2dd508
JD
6242010-07-29 Jan Djärv <jan.h.d@swipnet.se>
625
626 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
627
bace45fe
MA
6282010-07-29 Michael Albinus <michael.albinus@gmx.de>
629
630 * processes.texi (Process Information): Explain process property
631 `remote-tty'.
632
4ce5a4cc
JB
6332010-07-27 Juanma Barranquero <lekktu@gmail.com>
634
635 * modes.texi (Defining Minor Modes): Use C-delete in examples,
636 instead of "\C-\^?" (bug#6334).
637
1c84bc7a
JB
638 * text.texi (Special Properties): Fix typo.
639
b88746ba
EZ
6402010-07-09 Eli Zaretskii <eliz@gnu.org>
641
642 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
643 calling sequences, which are now the standard.
644
51422d6d
CY
6452010-06-24 Chong Yidong <cyd@stupidchicken.com>
646
647 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
648
649 * commands.texi (Command Overview): Mention undo-boundary call.
650
d24880de
GM
6512010-06-23 Glenn Morris <rgm@gnu.org>
652
653 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
654 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
655 * frames.texi, functions.texi, internals.texi, keymaps.texi:
656 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
657 * searching.texi, sequences.texi, strings.texi, syntax.texi:
658 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
659 Untabify Texinfo files.
660
0fc76035
CY
6612010-06-20 Chong Yidong <cyd@stupidchicken.com>
662
663 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
664
5338dc0b
CY
6652010-06-19 Chong Yidong <cyd@stupidchicken.com>
666
a628ad9d 667 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 668
2c3a3c1d
CY
6692010-06-02 Chong Yidong <cyd@stupidchicken.com>
670
ba3bf1d9
CY
671 * searching.texi (Regexp Special): Remove obsolete information
672 about matching non-ASCII characters, and suggest using char
673 classes (Bug#6283).
2c3a3c1d 674
7f4b4249
JB
6752010-05-30 Juanma Barranquero <lekktu@gmail.com>
676
677 * minibuf.texi (Basic Completion): Add missing "@end defun".
678
637821cd
SM
6792010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * minibuf.texi (Basic Completion): Document completion-boundaries.
682 (Programmed Completion): Document the new fourth method for boundaries.
683
e13051c3
CY
6842010-05-22 Chong Yidong <cyd@stupidchicken.com>
685
a628ad9d 686 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 687
0235128c 6882010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
689
690 * windows.texi (Textual Scrolling):
691 * tips.texi (Coding Conventions):
692 * minibuf.texi (Minibuffer History):
693 * maps.texi (Standard Keymaps):
694 * loading.texi (Where Defined):
695 * edebug.texi (Instrumenting): Fix typos.
696
0235128c 6972010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 698
c7c32279
CY
699 * keymaps.texi (Menu Bar): Document :advertised-binding property.
700
0235128c
SM
701 * functions.texi (Obsolete Functions):
702 Document set-advertised-calling-convention.
eb5ed549
CY
703
704 * minibuf.texi (Basic Completion): Document completion-in-region.
705 (Programmed Completion): Document completion-annotate-function.
706
707 * commands.texi (Reading One Event): Document read-key.
708 (Distinguish Interactive): Document KIND arg to
709 called-interactively-p. Delete obsolete interactive-p.
710
711 * elisp.texi (Top): Update node description.
712
f8848423
EZ
7132010-05-08 Eli Zaretskii <eliz@gnu.org>
714
0235128c
SM
715 * nonascii.texi (Character Properties):
716 Document unicode-category-table. Add an index entry for Unicode
717 general category.
718
7192010-05-07 Chong Yidong <cyd@stupidchicken.com>
720
721 * Version 23.2 released.
f8848423 722
938efb77
JB
7232010-04-20 Juanma Barranquero <lekktu@gmail.com>
724
725 * locals.texi (Standard Buffer-Local Variables):
726 Remove @ignore'd reference to `direction-reversed'.
727
5854c267
JL
7282010-04-14 Juri Linkov <juri@jurta.org>
729
730 Fix @deffn without category.
731
732 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
733 for `abbrev-insert'.
734
735 * buffers.texi (Indirect Buffers): Add category `Command'
736 to @deffn of `clone-indirect-buffer'.
737
738 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
739 for `next-window' and `previous-window'. Add category `Command'
740 to @deffn of `pop-to-buffer'.
741
8a14dec7
CY
7422010-04-01 Chong Yidong <cyd@stupidchicken.com>
743
744 * nonascii.texi (Text Representations): Don't mark
745 enable-multibyte-characters as a user option.
746
7a1831cf
EZ
7472010-03-31 Eli Zaretskii <eliz@gnu.org>
748
749 * control.texi (Handling Errors): How to re-throw a signal caught
750 by condition-case.
751
c3863713
CY
7522010-03-26 Chong Yidong <cyd@stupidchicken.com>
753
754 * loading.texi (Hooks for Loading): Document after-load-functions.
755 Copyedits.
756
c333f279
AM
7572010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
758
759 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
760
e867cb5d 7612010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
762
763 * processes.texi (Network Processes): Document seqpacket type.
764
605f35cd
DN
7652010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
766
767 * os.texi (System Environment): Do not mention lynxos.
768
288f9fc0
CY
7692010-03-10 Chong Yidong <cyd@stupidchicken.com>
770
771 * Branch for 23.2.
772
eed5c93a
CY
7732010-03-06 Chong Yidong <cyd@stupidchicken.com>
774
775 * objects.texi (Integer Type): Take note of the read syntax
776 exception for numbers that cannot fit in the integer type.
777
1ddd6622
GM
7782010-03-03 Glenn Morris <rgm@gnu.org>
779
780 * numbers.texi (Integer Basics, Bitwise Operations):
781 * objects.texi (Integer Type): Update for integers now being 30-bit.
782
a908c79a
CY
7832010-02-27 Chong Yidong <cyd@stupidchicken.com>
784
785 * display.texi (Low-Level Font): Document :otf font-spec property.
786
cd61af01
SM
7872010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * display.texi (Line Height): Avoid obsolete special default variables
790 like default-major-mode.
791
c02f8fe2
AM
7922010-01-28 Alan Mackenzie <acm@muc.de>
793
794 * display.texi (Auto Faces): Say fontification-functions is called
795 whether or not Font Lock is enabled. Tidy up the wording a bit.
796
d738d18b
CY
7972010-01-17 Chong Yidong <cyd@stupidchicken.com>
798
799 * elisp.texi: Remove duplicate edition information (Bug#5407).
800
4963739e
JB
8012010-01-17 Juanma Barranquero <lekktu@gmail.com>
802
803 * two.el (volume-header-toc-markup): Fix typos in docstring.
804
c57008f6
SM
8052010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 Avoid dubious uses of save-excursions.
808 * positions.texi (Excursions): Recommend the use of
809 save-current-buffer if applicable.
810 * text.texi (Clickable Text): Fix the example code which used
811 save-excursion in a naive way which sometimes preserves point and
812 sometimes not.
813 * variables.texi (Creating Buffer-Local):
814 * os.texi (Session Management):
815 * display.texi (GIF Images):
816 * control.texi (Cleanups): Use (save|with)-current-buffer.
817
2f3725cd
EZ
8182010-01-02 Eli Zaretskii <eliz@gnu.org>
819
820 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
821
85eeac93
CY
8222010-01-02 Chong Yidong <cyd@stupidchicken.com>
823
824 * nonascii.texi (Text Representations, Character Codes)
825 (Converting Representations, Explicit Encoding)
826 (Translation of Characters): Use hex notation consistently.
827 (Character Sets): Fix map-charset-chars doc (Bug#5197).
828
4801c5fa
CY
8292010-01-01 Chong Yidong <cyd@stupidchicken.com>
830
831 * loading.texi (Where Defined): Make it clearer that these are
832 loaded files (Bug#5068).
833
26e533e2
CY
8342009-12-29 Chong Yidong <cyd@stupidchicken.com>
835
836 * minibuf.texi (Completion Styles): Document `initials' style.
837
16d1ff5f
CY
8382009-12-25 Chong Yidong <cyd@stupidchicken.com>
839
840 * frames.texi (Resources): Describe inhibit-x-resources.
841 (Size Parameters): Copyedit.
842
843 * hash.texi (Creating Hash):
844 * objects.texi (Hash Table Type): Document the new hash table
845 printed representation.
846
847 * minibuf.texi (Basic Completion): 4th arg to all-completions is
848 obsolete.
849
5dcb4c4e
SM
850 * processes.texi (Process Buffers):
851 Document process-kill-buffer-query-function.
16d1ff5f 852
9a5de3d9
GM
8532009-12-05 Glenn Morris <rgm@gnu.org>
854
855 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
856 diary-display-function, and no longer recommended to be a hook.
857 Update for changes in the names of calendar and diary hooks.
858 diary-print-entries-hook has changed section.
859
b640eb52
EZ
8602009-11-28 Eli Zaretskii <eliz@gnu.org>
861
862 * text.texi (Special Properties): More accurate description of
863 what the `cursor' property does.
864
be1674ab
KR
8652009-11-26 Kevin Ryde <user42@zip.com.au>
866
867 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
868 mouse-wheel-down-event, the closest thing to a definition for them.
869 * os.texi (Startup Summary): vindex inhibit-startup-message and
870 inhibit-splash-screen.
871 (Command-Line Arguments): vindex argv.
872 (Suspending Emacs): vindex suspend-tty-functions and
873 resume-tty-functions. Don't want to index every hook, but having
874 the programming ones is helpful.
875
603f5979
CY
8762009-11-14 Chong Yidong <cyd@stupidchicken.com>
877
878 * commands.texi (Motion Events): Fix typo (Bug#4907).
879
4359a806
CY
8802009-11-08 Chong Yidong <cyd@stupidchicken.com>
881
882 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
883 are affected by case-fold-search (Bug#4483).
884
0f063651
CY
8852009-11-02 Chong Yidong <cyd@stupidchicken.com>
886
887 * minibuf.texi (Reading File Names): Note that read-file-name may
888 use a graphical file dialog.
889
9bd79893
GM
8902009-10-31 Glenn Morris <rgm@gnu.org>
891
892 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
893
ebe479ec
KR
8942009-10-16 Kevin Ryde <user42@zip.com.au>
895
896 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
897 in particular so `info-lookup-symbol' can find its docs.
898
2640fa86
CY
8992009-10-16 Chong Yidong <cyd@stupidchicken.com>
900
901 * variables.texi (Constant Variables): Distinguish from defconst
902 variables.
903 (Defining Variables): Add cindex.
904
edd6a733
CY
9052009-10-15 Chong Yidong <cyd@stupidchicken.com>
906
907 * os.texi (Time of Day): Clarify that the microsecond part is
908 ignored (Bug#4637).
909
5feb0b73
GM
9102009-10-11 Glenn Morris <rgm@gnu.org>
911
912 * frames.texi (Size and Position): Clarify what is included in the frame
913 height. (Bug#4535)
914
0c5413c8
GM
9152009-10-10 Glenn Morris <rgm@gnu.org>
916
917 * windows.texi (Size of Window): The relationship between window and
918 frame heights is not so simple. (Bug#4535)
919 Mention window-full-height-p.
920
7f8b600a
SM
9212009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
924 used from Lisp.
925
6185de1c
EZ
9262009-10-07 Eli Zaretskii <eliz@gnu.org>
927
7f8b600a
SM
928 * files.texi (Directory Names) <abbreviate-file-name>:
929 Document that root home directories are not replaced with "~".
6185de1c 930
9972911f
EZ
9312009-10-06 Eli Zaretskii <eliz@gnu.org>
932
933 * text.texi (Special Properties): Document the meaning of the
934 `cursor' text property whose value is an integer.
935
2a3f19ef
MA
9362009-10-05 Michael Albinus <michael.albinus@gmx.de>
937
938 * files.texi (Magic File Names): Add `copy-directory'.
939
804543b5
EZ
9402009-10-05 Eli Zaretskii <eliz@gnu.org>
941
942 * files.texi (File Attributes): Fix description of file
943 attributes. (Bug#4638) Update attributes of files.texi example to
944 be more representative.
945
461bf92b
MA
9462009-10-05 Michael Albinus <michael.albinus@gmx.de>
947
948 * files.texi (Create/Delete Dirs): New command copy-directory.
949
a86cd395
JB
9502009-10-04 Juanma Barranquero <lekktu@gmail.com>
951
952 * anti.texi (Antinews):
953 * macros.texi (Indenting Macros):
954 * strings.texi (Creating Strings, Case Conversion):
955 Remove duplicate words.
956
d3080264
MA
9572009-10-01 Michael Albinus <michael.albinus@gmx.de>
958
959 * files.texi (Create/Delete Dirs): delete-directory has an
960 optional parameter RECURSIVE.
961
85d14563
SM
9622009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * buffers.texi (Swapping Text): Minor clarification.
965
3d9842c6
GM
9662009-10-01 Glenn Morris <rgm@gnu.org>
967
968 * functions.texi (Declaring Functions): Mention that we also search for
969 ".m" files in the src/ directory.
970
78427304
CY
9712009-09-25 David Engster <deng@randomsample.de>
972
3d9842c6 973 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 974
b578c9cc
GM
9752009-09-22 Glenn Morris <rgm@gnu.org>
976
977 * internals.texi (Building Emacs): Mention preloaded-file-list.
978
beee5da7
AM
9792009-09-14 Alan Mackenzie <acm@muc.de>
980
981 * os.texi (Terminal Output): Put "@code{}" around "stdout".
982
5d6ab672
CY
9832009-09-13 Chong Yidong <cyd@stupidchicken.com>
984
985 * functions.texi (Anonymous Functions): Rearrange discussion,
986 giving usage of unquoted lambda forms first. Mention that
987 `function' and `#'' are no longer required (Bug#4290).
988
59375eeb
AM
9892009-09-11 Alan Mackenzie <acm@muc.de>
990
a86cd395 991 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
992 batch mode.
993
e7e2f529
GM
9942009-09-01 Glenn Morris <rgm@gnu.org>
995
996 * display.texi (Face Functions): Mention define-obsolete-face-alias.
997
eae47088
GM
9982009-08-26 Ulrich Mueller <ulm@gentoo.org>
999
1000 * nonascii.texi (Character Codes): Fix typos.
1001
3691a0a6
MA
10022009-08-25 Michael Albinus <michael.albinus@gmx.de>
1003
1004 * processes.texi (Synchronous Processes): New defvar
1005 process-file-side-effects.
1006
664d56b8
GM
10072009-08-25 Glenn Morris <rgm@gnu.org>
1008
1009 * display.texi (Fontsets): Fix typo.
1010
0706c025
GM
1011 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1012
03a74b84
SM
10132009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * processes.texi (Asynchronous Processes): Adjust arglist of
1016 start-process-shell-command and start-file-process-shell-command.
1017
f6de8a37
CY
10182009-08-15 Chong Yidong <cyd@stupidchicken.com>
1019
4b1ed1bb
CY
1020 * advice.texi (Argument Access in Advice): Note that argument
1021 positions are zero-based (Bug#3932).
1022
89a9e058
CY
1023 * commands.texi (Distinguish Interactive): Minor copyedit.
1024
23696fd7
CY
1025 * display.texi (Face Attributes): Add xref to Displaying Faces for
1026 explanation of "underlying face".
1027
f6de8a37
CY
1028 * customize.texi (Common Keywords): Add xref to Loading.
1029
1030 * loading.texi (How Programs Do Loading): Add xref to Lisp
1031 Libraries node in the Emacs manual.
1032
417f77e6
CY
10332009-08-13 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1036
0999039c
CY
10372009-07-18 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * processes.texi (Shell Arguments): Copyedits.
1040
9af167bc
GM
10412009-07-18 Glenn Morris <rgm@gnu.org>
1042
1043 * loading.texi (Repeated Loading): Fix typo.
1044
137987ab
RS
10452009-07-16 Richard Stallman <rms@gnu.org>
1046
1047 * buffers.texi (Swapping Text): Recommend setting
1048 write-region-annotate-functions and buffer-saved-size.
1049
1050 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1051
622fa380
GM
10522009-07-15 Glenn Morris <rgm@gnu.org>
1053
1054 * edebug.texi: Minor re-phrasings throughout.
1055 (Edebug Execution Modes): Sit-for affects continue mode too.
1056 (Jumping): Use `forward-sexp' rather than its keybinding.
1057 (Edebug Misc): Fix Q binding.
1058 (Edebug Eval): Remove cl version.
1059 (Printing in Edebug): Clarify print-length etc.
1060 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1061 (Specification List): Remove edebug-unwrap findex entry.
1062 (Specification Examples): defmacro is actually not the same as defun.
1063 Escape "`" in example.
1064
6bbd4600
CY
10652009-07-15 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * markers.texi (The Mark): Document optional arg to
1068 deactivate-mark.
1069
e538d479
GM
10702009-07-11 Kevin Ryde <user42@zip.com.au>
1071
1072 * hooks.texi (Standard Hooks): Fix cross-references.
1073
4c98b9ed
GM
1074 * loading.texi (Named Features): Refer to eval-after-load.
1075
5300838c
GM
10762009-07-11 Glenn Morris <rgm@gnu.org>
1077
64fbeb16
GM
1078 * Makefile.in (TEXI2PDF): New.
1079 (elisp.pdf): New target.
1080
4c98b9ed
GM
1081 * searching.texi (Regexp Backslash): Fix typo.
1082
1083 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1084
51d9979c
GM
10852009-07-10 Glenn Morris <rgm@gnu.org>
1086
561c0216
GM
1087 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1088
5b594a58
GM
1089 * customize.texi (Customization Types):
1090 * display.texi (Abstract Display):
0cc8c85a 1091 * objects.texi (Character Type, String Type):
5b594a58 1092 Merge in some menu descriptions from elisp.texi.
51d9979c 1093
c3cbbb40
GM
1094 * hash.texi (Hash Tables):
1095 * modes.texi (Multiline Font Lock):
1096 End menu description with period.
fe42c16a 1097
28528402
GM
10982009-07-09 Glenn Morris <rgm@gnu.org>
1099
1100 * back.texi: Don't hard-code texinfo location.
1101
1102 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1103 (tex): Add texinfodir to TEXINPUTS.
1104 (elisp1med-init, elisp2med-init): Use texinfodir.
1105
1106 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1107 (clean): Add two-volume.make intermediate files.
1108
1109 * elisp.texi, vol1.texi, vol2.texi:
1110 Use a DATE variable with the publication date, and update it.
1111 Fix antinews menu description.
1112
1113 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1114 Update the detailed node listing to match elisp.texi.
1115
1116 * README: Update edition to match elisp.texi.
1117
1118 * objects.texi (General Escape Syntax):
1119 * nonascii.texi (Character Sets):
1120 Use consistent case for "Unicode Standard".
1121
1122 * anti.texi (Antinews):
1123 * customize.texi (Variable Definitions):
1124 * functions.texi (Declaring Functions):
1125 * nonascii.texi (Character Properties):
1126 * processes.texi (Serial Ports):
1127 * text.texi (Special Properties):
1128 * tips.texi (Coding Conventions):
1129 Minor rearrangements to improve TeX line-filling.
1130
1131 * commands.texi (Using Interactive): Fix cross-reference.
1132
17db8e10
JD
11332009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1134
1135 * frames.texi (Management Parameters): Mention sticky.
1136
77c7e2e1
AS
11372009-07-01 Andreas Schwab <aschwab@redhat.com>
1138
1139 * help.texi (Help Functions): Fix description of help-buffer and
1140 help-setup-xref to use @defun instead of @deffn.
1141
3f1c6666
JD
11422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1143
1144 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1145
ca27c21b
CY
11462009-06-24 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * display.texi (Window Systems): Add ns to the list.
1149
70243478
CY
11502009-06-21 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * Branch for 23.1.
1153
df006536
MR
11542009-06-17 Martin Rudalics <rudalics@gmx.at>
1155
1156 * windows.texi (Dedicated Windows): Fix typo.
1157 (Resizing Windows): Replace @defun by @deffn.
1158
d259fc4b
GM
11592009-06-17 Glenn Morris <rgm@gnu.org>
1160
1161 * variables.texi (Directory Local Variables):
1162 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1163
30781db6
KH
11642009-06-09 Kenichi Handa <handa@m17n.org>
1165
1166 * nonascii.texi (Character Sets): State clearly that FROM and TO
1167 are codepoints of CHARSET.
1168
62e8099c
CY
11692009-06-07 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * minibuf.texi (Reading File Names): Fix introductory text.
1172 Suggested by stan@derbycityprints.com.
1173 (High-Level Completion): Fix typo.
1174
ee1b1917
CY
11752009-05-28 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * frames.texi (Text Terminal Colors): Multi-tty is already
1178 implemented, but tty-local colors are not.
1179
5df647e8
CY
11802009-05-27 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * hooks.texi (Standard Hooks): Remove mention of obsolete
1183 redisplay-end-trigger-functions.
1184
1185 * internals.texi (Window Internals): Remove mention of obsolete
1186 redisplay-end-trigger-functions.
1187
01f17ae2
MR
11882009-05-21 Martin Rudalics <rudalics@gmx.at>
1189
1190 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1191
1192 * backups.texi (Making Backups): backup-directory-alist and
1193 make-backup-file-name-function are options.
1194 (Auto-Saving): auto-save-list-file-prefix is an option.
1195
1196 * buffers.texi (Killing Buffers): buffer-offer-save is an
1197 option.
1198
1199 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1200 option.
1201 (Echo Area Customization): echo-keystrokes is an option.
1202 (Selective Display): selective-display-ellipses is an option.
1203 (Temporary Displays): temp-buffer-show-function is an option.
1204 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1205 are options.
1206 (Font Selection): face-font-family-alternatives,
1207 face-font-selection-order, face-font-registry-alternatives, and
1208 scalable-fonts-allowed are options.
1209 (Fringe Indicators): indicate-buffer-boundaries is an option.
1210 (Fringe Cursors): overflow-newline-into-fringe is an option.
1211 (Scroll Bars): scroll-bar-mode is an option.
1212
1213 * eval.texi (Eval): max-lisp-eval-depth is an option.
1214
1215 * files.texi (Visiting Functions): find-file-hook is an option.
1216 (Directory Names): directory-abbrev-alist is an option.
1217 (Unique File Names): temporary-file-directory and
1218 small-temporary-file-directory are options.
1219
1220 * frames.texi (Initial Parameters): initial-frame-alist,
1221 minibuffer-frame-alist and default-frame-alist are options.
1222 (Cursor Parameters): blink-cursor-alist and
1223 cursor-in-non-selected-windows ar options.
1224 (Window System Selections): selection-coding-system is an
1225 option.
1226 (Display Feature Testing): display-mm-dimensions-alist is an
1227 option.
1228
1229 * help.texi (Help Functions): help-char and help-event-list are
1230 options.
1231
1232 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1233 an option.
1234
1235 * minibuf.texi (Minibuffer History): history-length and
1236 history-delete-duplicates are options.
1237 (High-Level Completion): read-buffer-function and
1238 read-buffer-completion-ignore-case are options.
1239 (Reading File Names): read-file-name-completion-ignore-case is
1240 an option.
1241
1242 * modes.texi (Mode Line Top): mode-line-format is an option.
1243 (Mode Line Variables): mode-line-position and mode-line-modes
1244 are options.
1245
1246 * nonascii.texi (Text Representations):
1247 enable-multibyte-characters is an option.
1248 (Default Coding Systems): auto-coding-regexp-alist,
1249 file-coding-system-alist, auto-coding-alist and
1250 auto-coding-functions are options.
1251 (Specifying Coding Systems): inhibit-eol-conversion is an
1252 option.
1253
1254 * os.texi (Init File): site-run-file is an option.
1255 (System Environment): mail-host-address is an option.
1256 (User Identification): user-mail-address is an option.
1257 (Terminal Output): baud-rate is an option.
1258
1259 * positions.texi (Word Motion): words-include-escapes is an
1260 option.
1261
1262 * searching.texi (Standard Regexps): page-delimiter,
1263 paragraph-separate, paragraph-separate and sentence-end are
1264 options.
1265
1266 * text.texi (Margins): left-margin and fill-nobreak-predicate
1267 are options.
1268
1269 * variables.texi (Local Variables): max-specpdl-size is an
1270 option.
1271
1272 * windows.texi (Choosing Window):
1273 split-window-preferred-function, special-display-function and
1274 display-buffer-function are options.
1275
106e6894
CY
12762009-05-20 Chong Yidong <cyd@stupidchicken.com>
1277
4a83454d
CY
1278 Fix errors spotted by Martin Rudalics.
1279
106e6894
CY
1280 * syntax.texi (Position Parse): Document rationale for ignored
1281 arguments to syntax-ppss-flush-cache.
1282
1283 * processes.texi (Input to Processes): Mark PROCESS arg to
1284 process-running-child-p as optional.
1285 (Network Options): Document NO-ERROR arg to
1286 set-network-process-option.
1287
1288 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1289 command.
1290
1291 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1292 posix-search-backward as commands.
1293
1294 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1295 (Suspending Emacs): Mark suspend-emacs as a command.
1296 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1297 commands.
5dcb4c4e
SM
1298 (Terminal Output): Remove obsolete function baud-rate.
1299 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1300
1301 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1302 terminal-coding-system and set-terminal-coding-system.
1303 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1304 as optional.
1305 (Character Sets): Document RESTRICTION arg of char-charset.
1306 (Character Codes): Mark POS argument to get-byte as optional.
1307
1308 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1309 minibuffer-message.
1310
1311 * files.texi (Create/Delete Dirs): Mark make-directory and
1312 delete-directory as commands.
1313
1314 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1315
1316 * text.texi (Base 64): Mark base64-decode-string and
1317 base64-encode-string as commands.
1318 (Columns): Mark move-to-column as a command.
1319 (Mode-Specific Indent): Document RIGID arg to
1320 indent-for-tab-command.
1321 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1322 Mark indent-code-rigidly as a command.
1323 (Substitution): Mark translate-region as a command.
1324
1325 * frames.texi (Size and Position): Remove obsolete functions
1326 screen-height and screen-width.
1327
04173931
CY
13282009-05-19 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1331 (Displaying Buffers, Resizing Windows): Correct mistakes;
1332 next-window, previous-window, and pop-to-buffer are not commands,
1333 and fit-window-to-buffer" is a command. (Pointed out by Martin
1334 Rudalics.)
1335
eae7d8f8
RS
13362009-05-17 Richard M Stallman <rms@gnu.org>
1337
1338 * modes.texi (Precalculated Fontification): Clarify text.
1339
b8766179
MR
13402009-05-17 Martin Rudalics <rudalics@gmx.at>
1341
1342 * windows.texi (Selecting Windows): Clarify descriptions of
1343 with-selected-window and get-lru-window.
1344 (Cyclic Window Ordering): Refer to particular frame when talking
1345 about how splitting affects the ordering.
1346 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1347 switch-to-buffer-other-window. Explain how setting of
1348 display-buffer-reuse-frames affects pop-to-buffer.
1349 (Choosing Window): Clarify some details in descriptions of
1350 display-buffer-reuse-frames, pop-up-frames, and
1351 pop-up-frame-function.
1352 (Dedicated Windows): Clarify some details.
1353 (Textual Scrolling): Replace term vscroll by term vertical
1354 scroll position.
1355 (Vertical Scrolling): Fix typo.
1356 (Window Hooks): Relate text on jit-lock-register to window
1357 scrolling and size changes.
1358
734b5e3b
CY
13592009-05-14 Chong Yidong <cyd@stupidchicken.com>
1360
0a65633e
CY
1361 * frames.texi (Initial Parameters): Clarify what the initial
1362 minibuffer frame is.
05be46d7
CY
1363 (Buffer Parameters): Note that the minibuffer parameter can not be
1364 altered.
0a65633e 1365
734b5e3b
CY
1366 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1367 Document display-buffer changes.
1368
925672cd
CY
13692009-05-13 Chong Yidong <cyd@stupidchicken.com>
1370
17ecd7af
CY
1371 * anti.texi (Antinews): Rewrite for Emacs 22.
1372
925672cd
CY
1373 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1374 obarrays are first mentioned. Define "system abbrev" more
1375 prominently, and add it to the index.
1376 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1377 Copyedits.
1378 (Abbrev Expansion): Document abbrev-insert.
1379
80be4dd7
CY
13802009-05-12 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * frames.texi (Font and Color Parameters): Rename from Color
1383 Parameters. Document font-backend parameter.
1384
1385 * vol2.texi (Top): Update node listing.
1386 * vol1.texi (Top): Update node listing.
1387 * elisp.texi (Top): Update node listing.
1388
372a93ac
MR
13892009-05-11 Martin Rudalics <rudalics@gmx.at>
1390
1391 * windows.texi (Choosing Window): Don't explicitly refer to
1392 split-window-sensibly's window argument in descriptions of
1393 split-height-threshold and split-width-threshold.
1394
714c3541
MR
13952009-05-10 Martin Rudalics <rudalics@gmx.at>
1396
1397 * windows.texi (Choosing Window): Fix rewrite of window
1398 splitting section.
1399
0e90e7be
EZ
14002009-05-09 Eli Zaretskii <eliz@gnu.org>
1401
1402 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1403 find-auto-coding, set-auto-coding, and auto-coding-alist.
1404 Add indexing.
0e90e7be
EZ
1405 (Lisp and Coding Systems): Add index entries.
1406
d3c0c321
MR
14072009-05-09 Martin Rudalics <rudalics@gmx.at>
1408
1409 * windows.texi (Choosing Window): Describe split-window-sensibly
1410 and rewrite section on window splitting accordingly.
1411 (Textual Scrolling): Replace `...' by @code{...}.
1412
c773345a
CY
14132009-05-04 Chong Yidong <cyd@stupidchicken.com>
1414
ee2d5b5e
CY
1415 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1416 Remove obsoleted pre-abbrev-expand-hook.
1417
1418 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1419 entries.
1420
c773345a
CY
1421 * internals.texi (Object Internals): Don't assume 32-bit machines
1422 are the norm.
1423 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1424 (Window Internals): Synch field names to window.h.
1425 (Process Internals): Synch field names to process.h.
c773345a 1426
dd449674
CY
14272009-04-29 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * variables.texi (File Local Variables): Note that read-circle is
1430 bound to nil when reading file-local variables.
1431
1432 * streams.texi (Input Functions): Document read-circle.
1433 (Output Variables): Add xref to Circular Objects.
1434
4f1e25e2
CY
14352009-04-25 Chong Yidong <cyd@stupidchicken.com>
1436
1437 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1438 Features and Coding System Basics. Node that "p" stands for
1439 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1440 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1441 mouse-appearance-menu.
1442 (Programming Tips): Add xref to Progress.
1443
dca019f8
CY
14442009-04-22 Chong Yidong <cyd@stupidchicken.com>
1445
5dcb4c4e
SM
1446 * os.texi (Command-Line Arguments):
1447 Document command-line-args-left.
dca019f8
CY
1448 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1449 terminal objects for tty arguments.
1450 (Startup Summary): Add xref to Session Management.
1451 (Session Management): Mention emacs-session-restore. Copyedits.
1452
02a89103
CY
14532009-04-20 Chong Yidong <cyd@stupidchicken.com>
1454
1455 * os.texi (Startup Summary): Copyedits. The init file is not
1456 necessarily named .emacs now. Document initial-buffer-choice and
1457 initial-scratch-message. Note where Emacs exits in batch mode.
1458 Document inhibit-splash-screen as an alias.
1459 (Init File): Be neutral about which init file name to use.
1460
14612009-04-16 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * os.texi (System Interface): Fix Texinfo usage.
1464
0c1cfe01
CY
14652009-04-15 Chong Yidong <cyd@stupidchicken.com>
1466
80d7cdca
CY
1467 * searching.texi (Regexp Backslash): Also refer to shy groups as
1468 non-capturing or unnumbered groups.
1469 (Regexp Functions): Add cross-reference to Regexp Backslash.
1470
0c1cfe01
CY
1471 * display.texi (Truncation): Overlays can use line-prefix and
1472 wrap-prefix too.
1473 (Overlay Properties): Document wrap-prefix and line-prefix.
1474 (Face Attributes): Document underline-minimum-offset.
1475 (Face Remapping): Copyedits.
1476 (Low-Level Font): Copyedits.
1477 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1478 (Line Height): Emphasize that line-spacing only takes effect on
1479 graphical terminals.
0c1cfe01 1480
c4adeee0
CY
14812009-04-13 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * display.texi (Refresh Screen): Note that a passage about screen
1484 refreshing is text terminal only.
1485 (Forcing Redisplay): Delete misleading comment---sit-for calls
1486 redisplay, not the other way around.
1487 (Truncation): Note new values of truncate-partial-width-windows.
1488 Copyedits.
1489 (Invisible Text): Document invisible-p.
1490
b20ecfa1
EZ
14912009-04-11 Eli Zaretskii <eliz@gnu.org>
1492
1493 * display.texi (Overlays): Overlays don't scale well. See
1494 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1495
97d8273f
CY
14962009-04-10 Chong Yidong <cyd@stupidchicken.com>
1497
f147ff75
CY
1498 * syntax.texi (Syntax Table Functions): Document cons cell
1499 argument for modify-syntax-entry.
1500 (Categories): Document cons cell argument for
1501 modify-category-entry.
1502
fca4ec76
CY
1503 * searching.texi (String Search): Document word-search-forward-lax
1504 and word-search-backward-lax.
1505 (Searching and Case): Describe isearch behavior more precisely.
1506
9c283d5b
CY
1507 * keymaps.texi (Tool Bar): Mention that some platforms do not
1508 support multi-line toolbars. Suggested by Stephen Eglen.
1509
1510 * frames.texi (Layout Parameters): Mention that Nextstep also
1511 allows only one tool-bar line. Suggested by Stephen Eglen.
1512
97d8273f
CY
1513 * nonascii.texi (Text Representations): Copyedits.
1514 (Coding System Basics): Also mention utf-8-emacs.
1515 (Converting Representations, Selecting a Representation)
1516 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1517 Copyedits.
1518 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1519
2bad3299
CY
15202009-04-09 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1523 (Filling): Clarify REGION argument of fill-paragraph.
1524 Document fill-forward-paragraph-function.
2bad3299
CY
1525 (Special Properties): Remove "new in Emacs 22" declaration.
1526 (Clickable Text): Merge with Links and Mouse-1 node.
1527
5dcb4c4e
SM
1528 * display.texi (Button Properties, Button Buffer Commands):
1529 Change xref to Clickable Text.
2bad3299
CY
1530
1531 * tips.texi (Key Binding Conventions): Change xref to Clickable
1532 Text.
1533
1534 * elisp.texi (Top): Update node listing.
1535
ea30ce4f
CY
15362009-04-05 Chong Yidong <cyd@stupidchicken.com>
1537
47af2f4b
CY
1538 * markers.texi (The Mark): Copyedits. Improve description of
1539 handle-shift-selection.
1540 (The Region): Move use-region-p here from The Mark.
1541
ea30ce4f
CY
1542 * positions.texi (Screen Lines): Document (cols . lines) argument
1543 for vertical-motion.
1544
2aa8ea6e
CY
15452009-04-04 Chong Yidong <cyd@stupidchicken.com>
1546
3ec61d4e
CY
1547 * frames.texi (Frames): Clean up introduction. Document `ns'
1548 return value for framep.
1549 (Creating Frames): Note how the terminal is chosen.
1550 (Multiple Terminals, Multiple Displays): Merge into a single node.
1551 (Color Parameters): Fix typo.
1552
1553 * variables.texi (Local Variables, Buffer-Local Variables)
1554 (Creating Buffer-Local): Change link to Multiple Terminals.
1555
1556 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1557
1558 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1559 Terminals.
1560
1561 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1562 to Multiple Terminals.
1563
1564 * elisp.texi (Top): Update node listing.
1565 * vol2.texi (Top): Update node listing.
1566 * vol1.texi (Top): Update node listing.
1567
9257072f
CY
1568 * buffers.texi (Current Buffer): Note that the append-to-buffer
1569 example is no longer in synch with the latest code. Tie the two
1570 examples together.
1571
2aa8ea6e
CY
1572 * files.texi (File Attributes): Move note about MS-DOS from
1573 Changing Files to File Attributes.
1574 (Create/Delete Dirs): Note that mkdir is an alias for this.
1575
22e74b17
CY
15762009-04-01 Markus Triska <triska@gmx.at>
1577
1578 * processes.texi (Filter Functions): Suggest how to handle output
1579 batches.
1580
4bbe48ec
CY
15812009-03-30 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * help.texi (Accessing Documentation): Update example to use
1584 help-setup-xref and with-help-window.
1585 (Help Functions): Remove print-help-return-message, which is
1586 semi-obsolete due to with-help-window. Document help-buffer and
1587 help-setup-xref.
1588
b9723f39
CY
15892009-03-29 Chong Yidong <cyd@stupidchicken.com>
1590
5dcb4c4e
SM
1591 * help.texi (Accessing Documentation, Help Functions):
1592 Remove information about long-obsolete Emacs versions.
9eb52e90 1593
b9723f39
CY
1594 * modes.texi (Mode Line Variables): The default values of the mode
1595 line variables are now more complicated.
1596
b0cc32db
CY
15972009-03-28 Chong Yidong <cyd@stupidchicken.com>
1598
3c25a5a9
CY
1599 * modes.texi (Major Mode Conventions): Note that specialness is
1600 inherited.
31c9eebb
CY
1601 (Derived Modes): Note that define-derive-mode sets the mode-class
1602 property.
3c25a5a9 1603
b0cc32db
CY
1604 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1605 goto-map. Add search-map to the list.
1606
c5e0006d
EZ
16072009-03-27 Eli Zaretskii <eliz@gnu.org>
1608
1213465a
EZ
1609 * os.texi (System Environment): Update the list of system-type
1610 values.
1611
c5e0006d
EZ
1612 * markers.texi (The Mark) <handle-shift-selection>: Update for
1613 removal of the optional argument DEACTIVATE.
1614
48bab3d6
CY
16152009-03-25 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * commands.texi (Focus Events): Most X window managers don't use
1618 focus-follows-mouse nowadays.
1619
6e4ff1b6
CY
16202009-03-24 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * commands.texi (Defining Commands): Clarify introduction.
1623 (Using Interactive): Not that interactive can be put in a symbol
1624 property.
1625 (Interactive Call): Note that a symbol with a non-nil
1626 interactive-form property satisfies commandp.
1627
11625308
JB
16282009-03-23 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * minibuf.texi (Intro to Minibuffers): Fix typos.
1631
7b34420d
CY
16322009-03-23 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1635 about minibuffers in old Emacs versions. Copyedits.
1636 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1637 (Text from Minibuffer): Simplify introduction.
1638
f9257eed
AM
16392009-03-22 Alan Mackenzie <acm@muc.de>
1640
1641 * commands.texi (Using Interactive): Clarify string argument to
1642 `interactive' - even promptless elements need \n separators.
1643
f639ba70
CY
16442009-03-18 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * minibuf.texi (Completion Styles): New node.
1647
1648 * elisp.texi (Top): Update node listing.
1649
d897e8ee
CY
16502009-03-17 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * minibuf.texi (Basic Completion): Note that
1653 read-file-name-completion-ignore-case and
1654 read-buffer-completion-ignore-case can override
1655 completion-ignore-case.
1656 (Minibuffer Completion): Document completing-read changes.
1657 (Completion Commands): Avoid mentioning partial completion mode.
1658 Document minibuffer-completion-confirm changes, and
1659 minibuffer-confirm-exit-commands.
1660 (High-Level Completion): Document new require-match behavior for
1661 read-buffer. Document read-buffer-completion-ignore-case.
1662 (Reading File Names): Document new require-match behavior for
1663 read-file-name.
1664
b1f23349
CY
16652009-03-14 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * debugging.texi (Error Debugging): Don't mislead the reader into
1668 thinking that debug-on-error enters debugger for C-f at EOB.
1669 (Error Debugging): Setting debug-on-init within the init file
1670 works, and has for some time.
1671
d6eb4e25
KH
16722009-03-13 Kenichi Handa <handa@m17n.org>
1673
1674 * display.texi (Fontsets): Update the description.
1675
1cf53dc5
CY
16762009-03-13 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * advice.texi (Advising Primitives): Link to What Is a Function.
1679
81f919fc
CY
16802009-03-12 Chong Yidong <cyd@stupidchicken.com>
1681
cf4229eb
CY
1682 * compile.texi (Speed of Byte-Code): Update example.
1683 (Disassembly): Update examples.
1684
81f919fc 1685 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1686
1687 * customize.texi (Common Keywords): It's not necessary to use :tag
1688 to remove hyphens, as custom-unlispify-tag-name does it
1689 automatically.
5dcb4c4e
SM
1690 (Variable Definitions): Link to File Local Variables.
1691 Document customized-value symbol property.
f2bbc08c
CY
1692 (Customization Types): Move menu to end of node.
1693
955964d7
CY
16942009-03-10 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * macros.texi (Compiling Macros): Omit misleading sentence, which
1697 implied that macros can only be used in the same file they are
1698 defined.
1699 (Backquote): Remove obsolete information about Emacs 19.
1700
d25ed7db
GM
17012009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1702
1703 * display.texi (Display Margins): Fix paren typo.
1704
d55f6ca5
CY
17052009-02-27 Chong Yidong <cyd@stupidchicken.com>
1706
f0e57ed8
CY
1707 * elisp.texi (Top): Update node listing.
1708
1709 * variables.texi (Variables): Clarify introduction.
1710 (Global Variables): Mention that setq is a special form.
1711 (Local Variables): Use active voice.
1712 (Tips for Defining): Mention marking variables as safe.
1713 (Buffer-Local Variables): Mention terminal-local and frame-local
1714 variables together.
1715 (File Local Variables): Copyedits.
1716 (Frame-Local Variables): Note that they are not really useful.
1717 (Future Local Variables): Node deleted.
1718
d55f6ca5
CY
1719 * objects.texi (General Escape Syntax): Update explanation of
1720 unicode escape syntax.
1721
ca8f09a8
CY
17222009-02-23 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * control.texi (Control Structures): Add cindex entry for "textual
1725 order".
1726
1727 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1728 instead of "expression" throughout.
1729 (Function Indirection): Copyedits. Use active voice.
1730 (Eval): The default value of max-lisp-eval-depth is now 400.
1731
a20878b6
MB
17322009-02-23 Miles Bader <miles@gnu.org>
1733
1734 * processes.texi (System Processes): Rename `system-process-attributes'
1735 to `process-attributes'.
1736
61f66044
CY
17372009-02-22 Chong Yidong <cyd@stupidchicken.com>
1738
1b80d1f3
CY
1739 * symbols.texi (Property Lists): Emphasize that property lists are
1740 not restricted to symbol cells.
1741 (Other Plists): Copyedit.
1742
61f66044
CY
1743 * sequences.texi (Sequences Arrays Vectors): Make introduction
1744 more concise.
1745 (Arrays): Mention char-tables and bool-vectors too.
1746 (Vectors): Don't repeat information given in Arrays node. Link to
1747 nodes that explain the vector usage examples.
1748 (Char-Tables): Note that char-table elements can have arbitrary
1749 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1750 Link to Property Lists node.
61f66044 1751
9403944b
CY
17522009-02-22 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1755 `append'.
4068c7b4 1756 (List Elements): Copyedits.
9403944b
CY
1757
1758 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1759 of `vconcat'.
1760
1761 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1762 Emacs 20 usage of `concat'.
1763 (Case Conversion): Copyedits.
1764
b87a185f
CY
17652009-02-21 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1768 Minor edits.
1769 (Frame Configuration Type): Emphasize that it is not primitive.
1770 (Font Type): New node.
1771 (Type Predicates): Add fontp; type-of now recognizes font object
1772 types.
1773
1774 * intro.texi (Version Info): Update version numbers in examples.
1775 (Acknowledgements): List more contributors.
1776
1777 * elisp.texi: Bump version number to 3.0.
1778 (Top): Link to Font Type node.
1779
867d4bb3
JB
17802009-02-20 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * modes.texi (Major Mode Conventions): Remove duplicate words.
1783 (Customizing Keywords): Fix typo.
1784
77730170
EZ
17852009-02-14 Eli Zaretskii <eliz@gnu.org>
1786
1787 * nonascii.texi (User-Chosen Coding Systems): Document that
1788 select-safe-coding-system suggests raw-text if there are raw bytes
1789 in the region.
1790 (Explicit Encoding): Warn not to use `undecided' when encoding.
1791
c8736212
GM
17922009-02-11 Glenn Morris <rgm@gnu.org>
1793
1794 * frames.texi (Visibility of Frames): Mention the effect multiple
1795 workspaces/desktops can have on visibility.
1796
ab992d66
EZ
17972009-02-07 Eli Zaretskii <eliz@gnu.org>
1798
c8736212
GM
1799 * text.texi (Commands for Insertion):
1800 * commands.texi (Event Mod):
1801 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1802 * nonascii.texi (Translation of Characters):
1803 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1804 (Explicit Encoding): Document the `charset' text property produced
1805 by decode-coding-region and decode-coding-string.
ab992d66 1806
e651a255
AM
18072009-01-27 Alan Mackenzie <acm@muc.de>
1808
1809 * modes.texi (Search-based Fontification): Correct a typo.
1810
bc5cde4b
JB
18112009-01-25 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1814 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1815
3533155b
EZ
18162009-01-24 Eli Zaretskii <eliz@gnu.org>
1817
f721deda
EZ
1818 * display.texi (Window Systems): Document the value of
1819 `initial-window-system' under --daemon.
1820
3533155b
EZ
1821 * os.texi (System Environment): Remove description of the
1822 `environment' function which has been deleted.
1823
f79b43b2
DN
18242009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1825
1826 * frames.texi (Multiple Displays): Remove documentation for
1827 removed function make-frame-on-tty.
1828
e3aa6669
CY
18292009-01-22 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1832 write-region-annotate-functions.
1833 Document write-region-post-annotation-function.
e3aa6669 1834
fb13a416
CY
18352009-01-19 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * display.texi (Font Lookup): Document WIDTH argument of
1838 x-list-fonts.
1839
02eccf6b
EZ
18402009-01-17 Eli Zaretskii <eliz@gnu.org>
1841
ead3f58d
EZ
1842 * maps.texi (Standard Keymaps): Rename function-key-map to
1843 local-function-key-map.
1844
1845 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1846 local-function-key-map.
1847
1848 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1849 and `set-keyboard-coding-system' now accept an optional terminal
1850 argument.
1851
1852 * commands.texi (Event Mod): `keyboard-translate-table' is now
1853 terminal-local.
1854 (Function Keys): Rename function-key-map to
1855 local-function-key-map.
1856
df05a163
EZ
1857 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1858 frames.texi.
1859
0ed8034e 1860 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1861 `delete-terminal-functions', `suspend-tty-functions' and
1862 `resume-tty-functions'.
0ed8034e
EZ
1863
1864 * frames.texi (Frames): Document `frame-terminal' and
1865 `terminal-live-p'.
1866 (Multiple Displays): Document `make-frame-on-tty'.
1867 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1868 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1869 (Terminal Parameters): Document `terminal-parameters',
1870 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1871
1872 * os.texi (System Environment): Document `environment' and
1873 `initial-environment'.
490f1197
EZ
1874 (Suspending Emacs): Update for multi-tty; document
1875 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1876
02eccf6b
EZ
1877 * nonascii.texi (Coding System Basics): More accurate description
1878 of `raw-text'.
1879
f19fea97
JB
18802009-01-12 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * display.texi (Low-Level Font): Fix typo.
1883
16fa292f
CY
18842009-01-10 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * elisp.texi (Top): Update node listing.
1887
1888 * display.texi (PostScript Images): Node deleted.
1889
0b4faef3
EZ
18902009-01-10 Eli Zaretskii <eliz@gnu.org>
1891
3355f04d
EZ
1892 * processes.texi (Decoding Output): Document that null bytes force
1893 no-conversion for reading process output.
1894
1895 * files.texi (Reading from Files): Document that null bytes force
1896 no-conversion when visiting files.
1897
11625308 1898 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1899
5dcb4c4e
SM
1900 * nonascii.texi (Lisp and Coding Systems):
1901 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1902 (Character Properties): Improve wording.
0b4faef3 1903
ce9cf065
CY
19042009-01-09 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * display.texi (Font Lookup): Remove obsolete function
1907 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1908 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1909 (Font Selection): Reorder order of variable descriptions.
1910 Minor clarifications.
ce9cf065
CY
1911
1912 * elisp.texi (Top): Update node listing.
1913
ab756fb3
GM
19142009-01-09 Glenn Morris <rgm@gnu.org>
1915
1916 * commands.texi (Command Loop Info): Say that last-command-char and
1917 last-input-char are obsolete aliases.
1918
1919 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1920 last-input-char and last-command-char, since they are just aliases for
1921 last-input-event and last-command-event.
1922
1923 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1924 last-command-char.
1925
6b2b8ab1
CY
19262009-01-08 Chong Yidong <cyd@stupidchicken.com>
1927
1928 * elisp.texi: Update node listing.
1929
1930 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1931 (Face Attributes): Don't link to Font Lookup.
1932 Document font-family-list.
6b2b8ab1
CY
1933 (Fonts): New node.
1934
3568e767
JR
19352009-01-08 Jason Rumney <jasonr@gnu.org>
1936
1937 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1938 changing the standard pointer shapes. (Bug#1485)
3568e767 1939
6221c8db
CY
19402009-01-08 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * display.texi (Attribute Functions): Note that a function value
1943 :height is relative, and that compatibility functions work by
1944 calling set-face-attribute.
1945 (Displaying Faces): Reorder list in order of increasing priority.
1946 (Face Remapping): New node. Content moved here from Displaying
1947 Faces.
1948 (Glyphs): Link to Face Functions.
1949
e3d3799a
CY
19502009-01-08 Chong Yidong <cyd@stupidchicken.com>
1951
1952 * display.texi (Faces): Don't discuss face id here. facep does
1953 not return t.
1954 (Defining Faces): Minor clarification.
1955 (Face Attributes): Rearrange items to match docstring of
1956 set-face-attribute. Add :foundry attribute. Document new role of
1957 :font attribute. Texinfo usage fix.
1958 (Attribute Functions): Copyedits.
1959 (Face Functions): Note that face number is seldom used.
1960
638a2457
RS
19612009-01-05 Richard M Stallman <rms@gnu.org>
1962
1963 * strings.texi (Predicates for Strings): Minor clarification.
1964
1965 * functions.texi (Function Safety): Texinfo usage fix.
1966
49ea0074
JB
19672009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1968
1969 * objects.texi (General Escape Syntax): Fix typo.
1970
9f822178
MR
19712009-01-03 Martin Rudalics <rudalics@gmx.at>
1972
1973 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1974 works via the default value of pop-up-frame-function.
1975
af34ad36
EZ
19762009-01-02 Eli Zaretskii <eliz@gnu.org>
1977
1978 * processes.texi (System Processes): Document the `time' and
1979 `ctime' attributes of `system-process-attributes'.
1980
d31f6679
CY
19812009-01-01 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * display.texi (Face Attributes): Clarify :height attribute.
1984
174dc00c
MR
19852008-12-31 Martin Rudalics <rudalics@gmx.at>
1986
1987 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1988 the front of the buffer list. Add entries for `last-buffer' and
1989 `unbury-buffer'.
1990
b8afe7e4
EZ
19912008-12-27 Eli Zaretskii <eliz@gnu.org>
1992
d14030f5
EZ
1993 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1994 and its subsections.
1995
1996 * frames.texi (Multiple Terminals, Low-level Terminal)
1997 (Terminal Parameters, Frames on Other TTY devices): New sections.
1998 (Frames): Add an xref to "Multiple Terminals".
1999
765980a4
EZ
2000 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2001
2002 * objects.texi (Terminal Type): New node.
2003 (Editing Types): Add it to the menu.
2004
47bd5577
EZ
2005 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2006 Variables".
2007
eb22b78c 2008 * variables.texi (Directory Local Variables): New node.
47bd5577 2009 (Variables): Add a menu item for it.
eb22b78c 2010
b8afe7e4
EZ
2011 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2012 `generated-autoload-file'.
2013
77bb0476
EZ
20142008-12-20 Eli Zaretskii <eliz@gnu.org>
2015
028e2c19
EZ
2016 * os.texi (Startup Summary): Add xref to documentation of
2017 `initial-window-system'.
2018
77bb0476
EZ
2019 * display.texi (Window Systems): Document `window-system' the
2020 function. The variable `window-system' is now frame-local.
028e2c19 2021 Document `initial-window-system'.
77bb0476 2022
dda87836
MR
20232008-12-19 Martin Rudalics <rudalics@gmx.at>
2024
2025 * windows.texi (Windows): Rewrite description of
2026 fit-window-to-buffer.
2027
caef3ed2
GM
20282008-12-13 Glenn Morris <rgm@gnu.org>
2029
2030 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2031 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2032
21c58e4d
GM
20332008-12-12 Glenn Morris <rgm@gnu.org>
2034
2035 * debugging.texi (Error Debugging): Refer forwards to
2036 eval-expression-debug-on-error.
2037
af38459f
EZ
20382008-12-05 Eli Zaretskii <eliz@gnu.org>
2039
5dedd9b5
EZ
2040 * strings.texi (String Basics): Only unibyte strings that
2041 represent key sequences hold 8-bit raw bytes.
2042
af38459f
EZ
2043 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2044 paragraph to speak about `undecided'.
2045 (Character Properties): Don't explain the meaning of each
2046 property; instead, identify their Unicode Standard names.
b3f1f4a5 2047 (Character Sets): Document `map-charset-chars'.
af38459f 2048
fa047ae7
GM
20492008-12-02 Glenn Morris <rgm@gnu.org>
2050
2051 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2052 section yet again.
2053
47dbc044
EZ
20542008-11-29 Eli Zaretskii <eliz@gnu.org>
2055
98d05998
EZ
2056 * nonascii.texi (Character Properties): New Section.
2057 (Specifying Coding Systems): Document
2058 `coding-system-priority-list', `set-coding-system-priority', and
2059 `with-coding-priority'.
2060 (Lisp and Coding Systems): Document `check-coding-systems-region'
2061 and `coding-system-charset-list'.
2062 (Coding System Basics): Document `coding-system-aliases'.
2063
2064 * elisp.texi (Top): Add a @detailmenu entry for "Character
2065 Properties".
2066
47dbc044
EZ
2067 * objects.texi (Character Type): Correct the range of Emacs
2068 characters. Add an @xref to "Character Codes".
2069
2070 * strings.texi (String Basics): Add an @xref to "Character Codes".
2071
2072 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2073
2074 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2075 (Character Codes): Document `max-char'.
2076
8b80cdf5
EZ
20772008-11-28 Eli Zaretskii <eliz@gnu.org>
2078
2079 * nonascii.texi (Text Representations, Converting Representations)
2080 (Character Sets, Scanning Charsets, Translation of Characters):
2081 Make text more accurate.
2082
a99dceba
GM
20832008-11-28 Glenn Morris <rgm@gnu.org>
2084
2085 * files.texi (Format Conversion Round-Trip): Improve previous change.
2086
f6dc3bed
CY
20872008-11-26 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * modes.texi (Auto Major Mode): Fix example.
2090
5da9413d
GM
20912008-11-25 Glenn Morris <rgm@gnu.org>
2092
2093 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2094
2095 * files.texi (Format Conversion Round-Trip):
2096 Use active voice for previous change.
2097
fcca848c
CY
20982008-11-25 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * os.texi (Processor Run Time):
2101 * processes.texi (Transaction Queues):
2102 * markers.texi (The Mark):
2103 * windows.texi (Choosing Window, Selecting Windows):
2104 * files.texi (Changing Files, Magic File Names):
2105 * commands.texi (Key Sequence Input):
2106 * functions.texi (Declaring Functions):
2107 * strings.texi (Predicates for Strings):
2108 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2109
36c8dc54
CY
21102008-11-24 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * help.texi (Accessing Documentation): Update example.
2113
2114 * variables.texi (Defining Variables): Note that `*' is not
2115 necessary if defcustom is used.
2116
2a79b242
EZ
21172008-11-22 Eli Zaretskii <eliz@gnu.org>
2118
2119 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2120 Characters" from @detailmenu.
2121
2122 * nonascii.texi (Character Codes, Character Sets)
2123 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2124 (Chars and Bytes, Splitting Characters): Sections removed.
2125
392f0d26
LK
21262008-11-22 Lute Kamstra <lute@gnu.org>
2127
2128 * positions.texi (Text Lines): Update goto-line documentation.
2129
af1a5cd5
MR
21302008-11-21 Martin Rudalics <rudalics@gmx.at>
2131
6a4cfb0c
MR
2132 * frames.texi (Frames): Fix typo, add cross references, reword.
2133 (Initial Parameters): Reword special-display-frame-alist text.
2134 (Frames and Windows): Reword. Describe argument norecord for
2135 set-frame-selected-window.
2136 (Input Focus): Describe argument norecord for select-frame.
2137 Remove comment on MS-Windows behavior for focus-follows-mouse.
2138 (Raising and Lowering): Mention windows-frames dichotomy in
2139 metaphor.
2140
af1a5cd5
MR
2141 * windows.texi (Displaying Buffers, Vertical Scrolling)
2142 (Horizontal Scrolling): Fix indenting and rewording issues
2143 introduced with 2008-11-07 change.
2144
c249fa9c
GM
21452008-11-20 Glenn Morris <rgm@gnu.org>
2146
2147 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2148 element of `format-alist'.
2149
204d4665
GM
21502008-11-19 Glenn Morris <rgm@gnu.org>
2151
2152 * doclicense.texi: Update to FDL 1.3.
2153 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2154
cc0910af
CY
21552008-11-18 Chong Yidong <cyd@stupidchicken.com>
2156
efe6e7c4
CY
2157 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2158 vars, which are obsolete. Mention jit-lock-register.
2159
5dcb4c4e
SM
2160 * modes.texi (Other Font Lock Variables):
2161 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2162
cc0910af
CY
2163 * frames.texi (Color Parameters): Document alpha parameter.
2164
aeeedf76
MR
21652008-11-16 Martin Rudalics <rudalics@gmx.at>
2166
2167 * windows.texi (Splitting Windows, Deleting Windows)
2168 (Selecting Windows, Cyclic Window Ordering)
2169 (Buffers and Windows, Displaying Buffers, Choosing Window)
2170 (Dedicated Windows, Window Point, Window Start and End)
2171 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2172 (Size of Window, Resizing Windows, Window Configurations)
2173 (Window Parameters): Avoid @var at beginning of sentences and
2174 reword accordingly.
2175
4c565c5c
LK
21762008-11-11 Lute Kamstra <lute@gnu.org>
2177
2178 * files.texi (File Name Components): Fix file-name-extension
2179 documentation.
2180
25f494c9
JB
21812008-11-11 Juanma Barranquero <lekktu@gmail.com>
2182
2183 * frames.texi (Basic Parameters): Remove display-environment-variable
2184 and term-environment-variable.
2185
a1401ab1
EZ
21862008-11-08 Eli Zaretskii <eliz@gnu.org>
2187
2188 * windows.texi (Basic Windows, Splitting Windows)
2189 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2190 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2191 (Resizing Windows, Window Configurations, Window Parameters):
2192 Fix wording and markup.
a1401ab1 2193
efafc282
MR
21942008-11-07 Martin Rudalics <rudalics@gmx.at>
2195
2196 * windows.texi (Windows): Update entries.
2197 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2198 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2199 (Selecting Windows, Cyclic Window Ordering): Reword with special
2200 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2201 (Buffers and Windows, Choosing Window): Reword with special
2202 emphasis on dedicated windows.
2203 (Displaying Buffers): Reword. For switch-to-buffer mention that
2204 it may fall back on pop-to-buffer. For other-window try to
2205 explain how it treats the cyclic ordering of windows.
efafc282
MR
2206 (Dedicated Windows): New node and section discussing dedicated
2207 windows and associated functions.
86ab855a 2208 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2209 (Window Start and End): Rename node and section title. Reword.
2210 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2211 Minor rewording.
2212 (Size of Window): Reword, in particular text on window-width.
2213 (Resizing Windows): Reword. Add text on balancing windows.
2214 (Window Configurations): Reword. Mention window parameters.
2215 (Window Parameters): New node and section on window parameters.
2216 (Window Hooks): Reword. Mention that
2217 window-configuration-change-hook is run "buffer-locally".
2218 * elisp.texi (Top): Update Windows entries in @detailmenu
2219 section.
2220
d60a8ab2
JB
22212008-11-04 Juanma Barranquero <lekktu@gmail.com>
2222
2223 * searching.texi (Regexp Search): Fix typo.
2224
01777627
CY
22252008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2226
2227 * searching.texi (Regexp Search): Document GREEDY arg.
2228 (Simple Match Data): Fix return value.
2229
c4526e93
EZ
22302008-11-01 Eli Zaretskii <eliz@gnu.org>
2231
2232 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2233 with Emacs 23 internal representation of characters.
2234 Document `unibyte-string'.
c4526e93 2235
fe2ae8b5
CY
22362008-10-28 Chong Yidong <cyd@stupidchicken.com>
2237
2238 * processes.texi (Process Information): Note that process-status
2239 does not accept buffer names.
2240
cc5a21e3
CY
22412008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2242
2243 * positions.texi (Skipping Characters): Correct return value of
2244 skip-chars-forward.
2245
09460d9a
MR
22462008-10-25 Martin Rudalics <rudalics@gmx.at>
2247
520b29e7
MR
2248 * windows.texi (Deleting Windows): Update documentation of
2249 delete-windows-on.
2250 (Buffers and Windows): Update documentations of
2251 get-buffer-window and get-buffer-window-list.
2252 (Displaying Buffers): Update documentation of
2253 replace-buffer-in-windows.
2254
09460d9a
MR
2255 * buffers.texi (Current Buffer): Reword set-buffer and
2256 with-current-buffer documentations.
2257 (Creating Buffers): Reword documentation of get-buffer-create.
2258
4d48fcdc
MR
22592008-10-23 Martin Rudalics <rudalics@gmx.at>
2260
2261 * buffers.texi (Current Buffer): Reword documentation of
2262 set-buffer.
2263 (Buffer Names): Reword documentation of buffer-name.
2264 (The Buffer List): For bury-buffer explain what happens with the
2265 buffer's window.
2266 (Creating Buffers): Say that get-buffer-create's arg is called
2267 buffer-or-name.
2268
f0143c43
CY
22692008-10-22 Chong Yidong <cyd@stupidchicken.com>
2270
3e5dbbd3
CY
2271 * advice.texi (Computed Advice): Explain what DEFINITION is.
2272
f0143c43
CY
2273 * nonascii.texi (Character Codes): Remove obsolete function
2274 char-valid-p, and document characterp instead.
2275
52a94b85
MR
22762008-10-22 Martin Rudalics <rudalics@gmx.at>
2277
2278 * windows.texi (Displaying Buffers): Reword documentation of
2279 pop-to-buffer.
2280 (Choosing Window): Rewrite documentation of display-buffer and
2281 its options.
2282
f76f8246
MR
2283 * buffers.texi (Killing Buffers): Update documentation of
2284 kill-buffer.
2285
acc8b598
EZ
22862008-10-21 Eli Zaretskii <eliz@gnu.org>
2287
80e6b6df
EZ
2288 * processes.texi (Serial Ports): Fix wording and improve markup.
2289
3645358a
EZ
2290 * searching.texi (Regexp Search): Document `string-match-p' and
2291 `looking-at-p'.
2292 (POSIX Regexps): Add an xref for "non-greedy".
2293 (Regexp Special): Add @cindex entry for "non-greedy".
2294
b3d50cff 2295 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2296 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2297
73b7530a
EZ
2298 * frames.texi (Color Names): Add an xref to `read-color'.
2299
2300 * minibuf.texi (High-Level Completion): Document `read-color'.
2301
acc8b598
EZ
2302 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2303
2304 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2305
2306 * buffers.texi (Swapping Text): New section, documents
2307 `buffer-swap-text'.
2308
10e187e8
MR
23092008-10-21 Martin Rudalics <rudalics@gmx.at>
2310
2311 * windows.texi (Resizing Windows): Minor wording fix.
2312
fd6f900c
EZ
23132008-10-20 Eli Zaretskii <eliz@gnu.org>
2314
2315 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2316 and `combine-and-quote-strings'.
2317
2318 * strings.texi (Creating Strings): Add xrefs for them.
2319
e4372165
EZ
23202008-10-19 Eli Zaretskii <eliz@gnu.org>
2321
d6328fba
EZ
2322 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2323 match the corresponding menu in minibuf.texi.
2324
e4372165
EZ
2325 * minibuf.texi (Reading File Names): Document `read-shell-command'
2326 and `minibuffer-local-shell-command-map'.
2327
5d8dda33
MR
23282008-10-19 Martin Rudalics <rudalics@gmx.at>
2329
2330 * windows.texi (Resizing Windows): Remove var{} around "window" in
2331 documentation of enlarge-window.
2332 Rewrite documentation of window-min-height and window-min-width.
2333
437706cd
EZ
23342008-10-19 Eli Zaretskii <eliz@gnu.org>
2335
80f85d7c
EZ
2336 * functions.texi (Calling Functions): Document `apply-partially'.
2337
291703b5
EZ
2338 * hooks.texi (Standard Hooks): Mention
2339 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2340
2341 * variables.texi (File Local Variables): Document
2342 `file-local-variables-alist', `before-hack-local-variables-hook'
2343 and `hack-local-variables-hook'.
2344
583d8b3c
EZ
2345 * processes.texi (Synchronous Processes): Document `process-lines'.
2346
5dcb4c4e
SM
2347 * customize.texi (Variable Definitions):
2348 Document `custom-reevaluate-setting'.
437706cd 2349
7e51d89b
MR
23502008-10-18 Martin Rudalics <rudalics@gmx.at>
2351
2352 * windows.texi (Choosing Window, Deleting Windows)
2353 (Displaying Buffers): Expand documentation of dedicated windows.
2354
43c59a3d
EZ
23552008-10-18 Eli Zaretskii <eliz@gnu.org>
2356
018a960d
EZ
2357 * files.texi (Changing Files): Document symbolic input of file
2358 modes to `set-file-modes'. Document `read-file-modes' and
2359 `file-modes-symbolic-to-number'.
2360
2c0b8144
EZ
2361 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2362 and `search-map'.
2363
5dcb4c4e
SM
2364 * searching.texi (Search and Replace):
2365 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2366 Document `multi-query-replace-map'.
80120f13 2367
6d4913f0 2368 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2369 (Completion Commands, Reading File Names):
2370 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2371 `minibuffer-local-filename-must-match-map'.
2372 (Minibuffer Completion): The `require-match' argument to
2373 `completing-read' can now have the value `confirm-only'.
2374
43c59a3d
EZ
2375 * windows.texi (Displaying Buffers): Minor wording fix.
2376 (Choosing Window): `split-height-threshold' can now be nil.
2377 Document `split-width-threshold'. `pop-up-frames' can have the
2378 value `graphic-only'.
2379
f36acfd9
EZ
23802008-10-17 Eli Zaretskii <eliz@gnu.org>
2381
2382 * os.texi (Startup Summary): Document `before-init-time' and
2383 `after-init-time'. Document `initial-window-system' and
2384 `window-system-initialization-alist'. Document reading the
2385 abbrevs file. Document the call to `server-start' under --daemon.
2386 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2387 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2388 (Time Parsing): Document `format-seconds'.
f36acfd9 2389
96995b89
MR
23902008-10-17 Martin Rudalics <rudalics@gmx.at>
2391
2392 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2393 and reword.
2394
2de17c73
EZ
23952008-10-16 Eli Zaretskii <eliz@gnu.org>
2396
2397 * markers.texi (The Mark): Document use-region-p.
2398
9cf52b11
EZ
23992008-10-15 Eli Zaretskii <eliz@gnu.org>
2400
c3aaf1d7
EZ
2401 * internals.texi (Writing Emacs Primitives): The interactive spec
2402 of a primitive can be a Lisp form.
2403
841a1743
EZ
2404 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2405 values of transient-mark-mode. Document handle-shift-selection.
2406
2407 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2408 (Interactive Examples): Show an example of `^'.
2409 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2410 (Defining Commands, Using Interactive): The interactive-form of a
2411 function can be added via its symbol's property.
841a1743 2412
52441368
EZ
2413 * positions.texi (List Motion): beginning-of-defun-function can
2414 now accept an argument.
2415
8e8c1a72
EZ
2416 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2417 now return a list of strings.
2418
a33a1f2a
EZ
2419 * control.texi (Handling Errors): Document ignore-errors.
2420
4fb04348
EZ
2421 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2422 (Parameter Access): Document set-frame-parameter.
2423
ee666f84
EZ
2424 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2425 Hooks" for the effect of kill-all-local-variables on local hook
2426 functions.
2427
9cf52b11
EZ
2428 * modes.texi (Major Mode Conventions, Mode Line Variables):
2429 `mode-name' need not be a string. xref to "Mode Line Data" for
2430 details, and to "Emulating Mode Line" for computing a string
2431 value.
2432
22526bc4
EZ
24332008-10-14 Eli Zaretskii <eliz@gnu.org>
2434
a65f6a85
EZ
2435 * processes.texi (System Processes): New section.
2436 (Processes, Signals to Processes): Add xrefs to it.
2437
2438 * objects.texi (Editing Types): A `process' is a subprocess of
2439 Emacs, not just any process running on the OS.
2440
2441 * elisp.texi (Top): Adjust the @detailmenu for the above two
2442 changes.
2443
2724b26a
EZ
2444 * sequences.texi (Char-Tables): Remove documentation of
2445 set-char-table-default, which has no effect since Emacs 23.
2446 <char-table-range, set-char-table-range>: Don't mention generic
2447 characters and charsets. Add a cons cell as a possible argument.
2448
2449 * nonascii.texi (Splitting Characters)
2450 (Translation of Characters): Don't mention generic characters.
2451
2452 * display.texi (Fontsets): Don't mention generic characters.
2453
22526bc4 2454 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2455 argument FUNCTION with a cons cell as KEY.
22526bc4 2456
eaf4b689
EZ
24572008-10-13 Eli Zaretskii <eliz@gnu.org>
2458
45e46036
EZ
2459 * objects.texi (Primitive Function Type): Move "@cindex special
2460 forms" from here...
2461
2462 * eval.texi (Special Forms): ...to here.
2463
2464 * functions.texi (What Is a Function): `functionp' returns nil for
2465 special forms. Add an xref.
2466
eaf4b689
EZ
2467 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2468 Variables".
2469
2470 * variables.texi (Frame-Local Variables): New section.
2471 (Buffer-Local Variables): Add an xref to it.
2472 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2473 have both frame-local and buffer-local binding.
2474
2475 * frames.texi (Frames): Mention multiple tty frames.
2476 (Frame Parameters, Parameter Access): Mention frame-local variable
2477 bindings.
2478
15688fce
GM
24792008-09-20 Glenn Morris <rgm@gnu.org>
2480
2481 * display.texi (Defining Faces): Recommend against face variables.
2482
35539065
JB
24832008-09-16 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * display.texi (Echo Area Customization): Fix typo.
2486
6a57054b
JB
24872008-09-09 Juanma Barranquero <lekktu@gmail.com>
2488
2489 * loading.texi (Where Defined): Add `defface' item.
2490
d632fb82
MR
24912008-09-06 Martin Rudalics <rudalics@gmx.at>
2492
2493 * loading.texi (Where Defined): Fix description of symbol-file.
2494
905a9adb
JR
24952008-08-26 Jason Rumney <jasonr@gnu.org>
2496
2497 * display.texi (TIFF Images): New section describing :index property.
2498
852e91b7
CY
24992008-08-23 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * display.texi (Temporary Displays): Remove unnecessary comment
2502 about usage of temp-buffer-show-hook.
2503
6be001ee
CY
25042008-08-05 Chong Yidong <cyd@stupidchicken.com>
2505
2506 * symbols.texi (Other Plists): Fix incorrect example.
2507 Suggested by Florian Beck.
2508
58e3d8e8
JB
25092008-07-31 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * os.texi: Fix previous change.
2512
7c2fb837
DN
25132008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2514
2515 * os.texi:
2516 * intro.texi:
2517 * files.texi: Remove VMS support.
2518
9e2a2647
DN
25192008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2520
2521 * os.texi:
2522 * frames.texi:
2523 * display.texi: Remove mentions of Mac Carbon.
2524
c4f4682b
MB
25252008-07-01 Miles Bader <miles@gnu.org>
2526
2527 * text.texi (Special Properties):
2528 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2529
3696411e
JB
25302008-06-28 Johan Bockgård <bojohan@gnu.org>
2531
2532 * display.texi (Other Image Types): Fix copy/paste error; say
2533 "PBM", not "XBM".
2534
f2a77c3a
DN
25352008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2536
2537 * os.texi: Remove references to obsolete systems.
2538
6d52677d
EZ
25392008-06-20 Eli Zaretskii <eliz@gnu.org>
2540
2541 * makefile.w32-in (distclean): Remove makefile.
2542
1a87da4c
GM
25432008-06-17 Glenn Morris <rgm@gnu.org>
2544
2545 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2546 (elisp, dist): Remove rules and variables that are obsolete now
2547 the lisp manual is no longer distributed separately.
2548
fdda1c5d
GM
25492008-06-16 Glenn Morris <rgm@gnu.org>
2550
646692e9
GM
2551 * configure, configure.in, mkinstalldirs: Remove unused files.
2552
2553 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2554 * vol1.texi (EMACSVER):
6a57054b 2555 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2556
2557 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2558 as per maintain.info.
2559
611bee81
GM
25602008-06-15 Glenn Morris <rgm@gnu.org>
2561
a7bed3a0
GM
2562 * makefile.w32-in (manual): Use "23" rather than "21".
2563
2564 * Makefile.in (emacsver): New, set by configure.
2565 (manual): Use emacsver.
2566
d794edf2
GM
2567 * intro.texi: Report bugs using M-x report-emacs-bug.
2568
611bee81
GM
2569 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2570
c73e02fa
GM
25712008-06-13 Daniel Engeler <engeler@gmail.com>
2572
2573 * elisp.texi, internals.texi, processes.texi: Add documentation
2574 about serial port access.
2575
e40a85cd
MB
25762008-06-05 Miles Bader <miles@gnu.org>
2577
2578 * display.texi (Displaying Faces): Update to reflect function
2579 renamings in face-remap.el.
2580
7b753744
JB
25812008-06-05 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * display.texi (Fontsets): Fix typos.
2584
9d3d42fb
MB
25852008-06-03 Miles Bader <miles@gnu.org>
2586
7b753744
JB
2587 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2588 remove-relative-face-remapping, set-base-face-remapping,
2589 and set-default-base-face-remapping.
9d3d42fb 2590
f2cec7a9
MB
25912008-06-01 Miles Bader <miles@gnu.org>
2592
2593 * display.texi (Displaying Faces): Add face-remapping-alist.
2594
8f39c96d
SM
25952008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2598 variable names.
2599
1ef5eecc
ER
26002008-05-03 Eric S. Raymond <esr@golux>
2601
352c8b4a 2602 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2603 (current-global-map) return references, not copies.
2604
63b4387f
JL
26052008-05-02 Juri Linkov <juri@jurta.org>
2606
2607 * minibuf.texi (Text from Minibuffer): Document a list of
2608 default values for `read-from-minibuffer'.
2609
38a8b703
JB
26102008-04-24 Juanma Barranquero <lekktu@gmail.com>
2611
2612 * nonascii.texi (Translation of Characters): Fix previous change.
2613
7c42e639
CY
26142008-04-20 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * display.texi (Overlay Properties): Clarify role of underlying
2617 textprop and overlay keymaps for display strings.
2618
2619 * keymaps.texi (Active Keymaps): Ditto.
2620
25c0d999
SM
26212008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * minibuf.texi (Programmed Completion):
2624 Replace dynamic-completion-table with the new completion-table-dynamic.
2625
e3af5968
CY
26262008-04-07 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * intro.texi (Some Terms): Change "fonts in this manual" index
2629 entry to "typographic conventions".
2630
6bfc8698
EZ
26312008-04-05 Eli Zaretskii <eliz@gnu.org>
2632
2633 * objects.texi (Text Props and Strings): Add indexing for read
2634 syntax of text properties.
2635
4972c361
SM
26362008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * processes.texi (Decoding Output): Remove process-filter-multibyte
2639 functions.
2640
c70a68db
MR
26412008-03-15 Martin Rudalics <rudalics@gmx.at>
2642
2643 * display.texi (Finding Overlays): Say that empty overlays at
2644 the end of the buffer are reported too.
2645
1291fd36
GM
26462008-03-13 Glenn Morris <rgm@gnu.org>
2647
2648 * elisp.texi (EMACSVER): Set to 23.0.60.
2649
c6b0dfd5
CY
26502008-02-26 Chong Yidong <cyd@stupidchicken.com>
2651
38a8b703 2652 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2653
875fc30c
GM
26542008-02-22 Glenn Morris <rgm@gnu.org>
2655
2656 * frames.texi (Position Parameters): Clarify the description of
2657 `left' and `top', using information from "Geometry".
2658 (Geometry): Give a pointer to "Position Parameters", rather than
2659 repeating information.
2660
d8c8e45a
GM
26612008-02-11 Glenn Morris <rgm@gnu.org>
2662
2663 * objects.texi (Equality Predicates): No longer talk about "two"
2664 functions.
2665
38a8b703 26662008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2667
2668 * objects.texi (Equality Predicates): Add defun for
2669 equal-including-properties.
2670
bfffe0b1
GM
26712008-02-10 Glenn Morris <rgm@gnu.org>
2672
2673 * objects.texi (Equality Predicates):
2674 Mention equal-including-properties.
2675
431b78c9
RS
26762008-02-07 Richard Stallman <rms@gnu.org>
2677
2678 * windows.texi (Window Start): Mention the feature of moving
2679 window-start to start of line.
2680
c8763fb6 26812008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2682
2683 * keymaps.texi (Tool Bar): Document rtl property.
2684
1a256502
TTN
26852008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2686
2687 * display.texi (Button Types):
2688 For define-button-type, clarify type of NAME.
2689
569382c2
MR
26902008-01-19 Martin Rudalics <rudalics@gmx.at>
2691
2692 * buffers.texi (Buffer Modification): Fix typo.
2693
f3041af1
DN
26942008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2695
2696 * os.texi (System Environment): Remove references to OSes that are
2697 not supported anymore.
2698
d35e1cd7
DN
26992008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2700
2701 * os.texi (System Environment): Remove mention for Masscomp.
2702
23af7580
RS
27032008-01-04 Richard Stallman <rms@gnu.org>
2704
2705 * display.texi (Faces): Don't talk about internal face vector as arg
2706 to facep.
2707
2708 * customize.texi (Type Keywords): Fix previous change.
2709
2710 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2711 * elisp.texi (Top): Fix menu for commands.texi change.
2712
ec7d5b1e
RS
27132007-12-30 Richard Stallman <rms@gnu.org>
2714
5dcb4c4e 2715 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2716 (Accessing Scroll): New node broken out of Accessing Mouse.
2717
101a6cea
RS
27182007-12-28 Richard Stallman <rms@gnu.org>
2719
2720 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2721 (Basic Parameters): For `title', refer to title bar.
041817a4 2722 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2723
72b7e664
RS
27242007-12-23 Richard Stallman <rms@gnu.org>
2725
2726 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2727 Improve some of the commented-out keywords' text too.
2728
27a4f445
MR
27292007-12-14 Martin Rudalics <rudalics@gmx.at>
2730
e2e3f1d7
MR
2731 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2732 "visit the current buffer".
2733
27a4f445
MR
2734 * os.texi (System Interface): Fix typo.
2735
a2afc99d
RS
27362007-12-04 Richard Stallman <rms@gnu.org>
2737
2738 * objects.texi (Symbol Type): Fix typo.
2739
b694135c
RS
27402007-12-03 Richard Stallman <rms@gnu.org>
2741
2742 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2743
f99a19da
GM
27442007-12-01 Glenn Morris <rgm@gnu.org>
2745
2746 * functions.texi (Declaring Functions): Improve previous change.
2747
8f4b37d8
GM
27482007-11-30 Glenn Morris <rgm@gnu.org>
2749
2750 * functions.texi (Declaring Functions): Add optional fourth
2751 argument of declare-function, and setting third argument to `t'.
2752
61a2fe01
RS
27532007-11-29 Richard Stallman <rms@gnu.org>
2754
2755 * customize.texi (Composite Types): Document `group' type.
2756
cbfc5193
GM
27572007-11-29 Glenn Morris <rgm@gnu.org>
2758
5dcb4c4e
SM
2759 * functions.texi (Declaring Functions): Add findex.
2760 Mention `external' files.
cbfc5193 2761
8386283a
JB
27622007-11-26 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * functions.texi (Declaring Functions): Fix directive.
2765
a07c9a8b
RS
27662007-11-25 Richard Stallman <rms@gnu.org>
2767
2768 * help.texi (Help Functions): Clean up last change.
2769
2770 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2771
2772 * loading.texi (Named Features): Minor cleanup.
2773
2774 * macros.texi (Eval During Expansion): Minor cleanup.
2775
2776 * variables.texi (Variable Aliases): Minor cleanup.
2777
a0925923
RS
27782007-11-24 Richard Stallman <rms@gnu.org>
2779
2780 * functions.texi (Declaring Functions): Clarify previous change.
2781
2782 * compile.texi (Compiler Errors): Clarify previous change.
2783
20c63e44
RS
27842007-11-24 Richard Stallman <rms@gnu.org>
2785
e5e76c04 2786 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2787 Clarify the text and move items around.
2788
5bb0cda3
GM
27892007-11-24 Glenn Morris <rgm@gnu.org>
2790
2791 * functions.texi (Declaring Functions): New section.
2792 * compile.texi (Compiler Errors): Mention declaring functions,
2793 defvar with no initvalue, and byte-compile-warnings.
2794
af13c86a
MR
27952007-11-15 Martin Rudalics <rudalics@gmx.at>
2796
2797 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2798 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2799
a5373305
MR
28002007-11-13 Martin Rudalics <rudalics@gmx.at>
2801
2802 * help.texi (Help Functions): Document new macro `with-help-window'.
2803
fe284805
JL
28042007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2805
2806 * searching.texi (Replacing Match): Describe new
2807 `match-substitute-replacement'.
2808
2c3a09b1
RS
28092007-10-31 Richard Stallman <rms@gnu.org>
2810
2811 * strings.texi (Creating Strings): Null strings from concat not unique.
2812
f2b480f4
RS
28132007-10-26 Richard Stallman <rms@gnu.org>
2814
2815 * objects.texi (Equality Predicates): Null strings are uniquified.
2816
2817 * minibuf.texi: Minor clarifications in previous change.
2818
db21122c
GM
28192007-10-25 Glenn Morris <rgm@gnu.org>
2820
2821 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2822
2328cbb3
RS
28232007-10-24 Richard Stallman <rms@gnu.org>
2824
2825 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2826
2827 * variables.texi (Frame-Local Variables): Node deleted.
2828 (Variables): Delete Frame-Local Variables from menu.
2829 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2830 (Default Value): Don't mention frame-local vars.
2831
2832 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2833
2834 * loading.texi (Unloading): Document FEATURE-unload-function
2835 instead of FEATURE-unload-hook.
2836
2328cbb3
RS
2837 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2838
c066bafa
JL
28392007-10-22 Juri Linkov <juri@jurta.org>
2840
2841 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2842 (High-Level Completion): Document a list of default value strings
2843 in the DEFAULT argument, for which minibuffer functions return the
2844 first element.
2845
65ced25f
JL
28462007-10-17 Juri Linkov <juri@jurta.org>
2847
2848 * text.texi (Filling): Update arguments of fill-paragraph.
2849 fill-paragraph operates on the active region in Transient Mark mode.
2850 Remove fill-paragraph-or-region.
2851
ee46ec8e
KB
28522007-10-13 Karl Berry <karl@gnu.org>
2853
2854 * elisp.texi (@dircategory): Move to after @copying,
2855 since we want @copying as close as possible to the beginning of
2856 the output.
2857
61bbdbc6
RS
28582007-10-12 Richard Stallman <rms@gnu.org>
2859
2860 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2861
2862 * commands.texi (Distinguish Interactive): New node,
2863 broken out from Interactive Call and rewritten.
2864 (Command Loop): Put Distinguish Interactive in menu.
2865
af23e1e8
RS
28662007-10-09 Richard Stallman <rms@gnu.org>
2867
2868 * text.texi (Examining Properties): Mention overlay priority.
2869
2870 * display.texi (Display Margins): Correct the description
2871 of margin display specifications.
2872 (Replacing Specs): New subnode broken out of Display Property.
2873
e1965a69
JL
28742007-10-06 Juri Linkov <juri@jurta.org>
2875
2876 * text.texi (Filling): Document fill-paragraph-or-region.
2877
4638454b
JB
28782007-10-05 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * display.texi (Auto Faces): Fix typo.
2881
7ed54cc5
RS
28822007-10-02 Richard Stallman <rms@gnu.org>
2883
2884 * display.texi (Display Property): Explain some display specs
2885 don't let you move point in.
2886
5dcb4c4e
SM
2887 * frames.texi (Cursor Parameters):
2888 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2889
2890 * windows.texi (Basic Windows): Don't describe
2891 cursor-in-non-selected-windows here.
2892
305a7ef2
EZ
28932007-10-01 Eli Zaretskii <eliz@gnu.org>
2894
2895 * processes.texi (Misc Network): Note that these functions are
2896 supported only on some systems.
2897
f7a7f4eb
RS
28982007-10-01 Richard Stallman <rms@gnu.org>
2899
2900 * display.texi (Overlay Properties): Explain nil as priority.
2901 Explain that conflicts are unpredictable if not resolved by
2902 priorities.
2903
780d7bb9
RS
29042007-09-23 Richard Stallman <rms@gnu.org>
2905
2906 * macros.texi (Backquote): Minor clarification.
2907
14b4fdfb
RS
29082007-09-19 Richard Stallman <rms@gnu.org>
2909
2910 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2911 Clarify when they work in parallel and when one overrides.
2912 Fix error in example.
14b4fdfb 2913
b8d4c8d0
GM
29142007-09-06 Glenn Morris <rgm@gnu.org>
2915
b3e755a9 2916 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2917 commands to use ../../info.
2918 * Makefile.in (infodir): Go up one more level.
4638454b 2919 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2920 (miscmanualdir): New.
2921 (dist): Use new variable miscmanualdir.
2922 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2923 (usermanualdir): Change from ../man to ../emacs.
2924
1bb1f7d3
MR
29252007-08-30 Martin Rudalics <rudalics@gmx.at>
2926
2927 * commands.texi (Command Loop Info): Advise against changing
2928 most variables described here. Explain new variable
2929 last-repeatable-command.
2930
b8d4c8d0
GM
29312007-08-29 Glenn Morris <rgm@gnu.org>
2932
2933 * elisp.texi (EMACSVER): Increase to 23.0.50.
2934
29352007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2936
2937 * frames.texi (Basic Parameters): Add display-environment-variable
2938 and term-environment-variable.
2939
29402007-08-28 Juri Linkov <juri@jurta.org>
2941
2942 * display.texi (Image Formats, Other Image Types): Add SVG.
2943
29442007-08-28 Juri Linkov <juri@jurta.org>
2945
2946 * display.texi (Images): Move formats-related text to new node
2947 "Image Formats".
2948 (Image Formats): New node.
2949
619fb9ee
RS
29502007-08-27 Richard Stallman <rms@gnu.org>
2951
2952 * windows.texi (Window Configurations): Clarify what
2953 a window configuration saves.
2954
b8d4c8d0
GM
29552007-08-25 Richard Stallman <rms@gnu.org>
2956
2957 * display.texi (Images): Delete redundant @findex.
2958
39f9da30
GM
29592007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * text.texi (Change Hooks): (after|before)-change-functions are no
2962 longer bound to nil while running; rather inhibit-modification-hooks
2963 is t.
2964
b8d4c8d0
GM
29652007-08-16 Richard Stallman <rms@gnu.org>
2966
5dcb4c4e
SM
2967 * processes.texi (Asynchronous Processes):
2968 Clarify doc of start-file-process.
b8d4c8d0
GM
2969
29702007-08-08 Martin Rudalics <rudalics@gmx.at>
2971
2972 * modes.texi (Example Major Modes): Fix typo.
2973
29742007-08-08 Glenn Morris <rgm@gnu.org>
2975
2976 * intro.texi (nil and t): Do not use `iff' in documentation.
2977
2978 * tips.texi (Documentation Tips): Recommend against `iff'.
2979
29802007-08-07 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * display.texi (Image Cache): Document image-refresh.
2983
29842007-08-06 Martin Rudalics <rudalics@gmx.at>
2985
2986 * windows.texi (Size of Window): Document window-full-width-p.
2987
29882007-07-25 Glenn Morris <rgm@gnu.org>
2989
2990 * gpl.texi (GPL): Replace license with GPLv3.
2991
2992 * Relicense all FSF files to GPLv3 or later.
2993
29942007-07-24 Michael Albinus <michael.albinus@gmx.de>
2995
4638454b
JB
2996 * processes.texi (Synchronous Processes):
2997 Add `process-file-shell-command'.
b8d4c8d0
GM
2998 (Asynchronous Processes): Mention restricted use of
2999 `process-filter' and `process-sentinel' in
3000 `start-file-process'. Add `start-file-process-shell-command'.
3001
30022007-07-17 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * files.texi (Magic File Names): Introduce optional parameter
3005 IDENTIFICATION for `file-remote-p'.
3006
30072007-07-16 Richard Stallman <rms@gnu.org>
3008
3009 * display.texi (Defining Faces): Fix previous change.
3010
30112007-07-14 Richard Stallman <rms@gnu.org>
3012
3013 * control.texi (Handling Errors): Document `debug' in handler list.
3014
30152007-07-10 Richard Stallman <rms@gnu.org>
3016
3017 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3018
30192007-07-09 Richard Stallman <rms@gnu.org>
3020
3021 * files.texi (Magic File Names): Rewrite previous change.
3022
30232007-07-08 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * files.texi (Magic File Names): Introduce optional parameter
3026 CONNECTED for `file-remote-p'.
3027
30282007-07-07 Michael Albinus <michael.albinus@gmx.de>
3029
3030 * processes.texi (Asynchronous Processes):
3031 * files.texi (Magic File Names): Add `start-file-process'.
3032
30332007-06-27 Richard Stallman <rms@gnu.org>
3034
5dcb4c4e
SM
3035 * files.texi (Format Conversion Piecemeal):
3036 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3037
30382007-06-27 Michael Albinus <michael.albinus@gmx.de>
3039
4638454b
JB
3040 * files.texi (Magic File Names): Remove `dired-call-process'.
3041 Add `process-file'.
b8d4c8d0
GM
3042
30432007-06-27 Kenichi Handa <handa@m17n.org>
3044
3045 * text.texi (Special Properties): Fix description about
4638454b 3046 `composition' property.
b8d4c8d0
GM
3047
30482007-06-26 Kenichi Handa <handa@m17n.org>
3049
3050 * nonascii.texi (Default Coding Systems): Document about the
3051 return value `undecided'.
3052
30532007-06-25 David Kastrup <dak@gnu.org>
3054
3055 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3056 `current-active-maps'.
3057
30582007-06-24 Karl Berry <karl@gnu.org>
3059
4638454b 3060 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3061
30622007-06-15 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * display.texi (Overlay Arrow): Doc fix.
3065
30662007-06-14 Karl Berry <karl@tug.org>
3067
3068 * anti.texi (Antinews): Typo.
3069
30702007-06-14 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * display.texi (Image Cache): Document image-refresh.
3073
30742007-06-12 Karl Berry <karl@gnu.org>
3075
3076 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3077 * two-volume.make: New file.
3078 * .cvsignore: Ignore two-volume files.
3079
30802007-06-12 Tom Tromey <tromey@redhat.com>
3081
3082 * os.texi (Init File): Document user-emacs-directory.
3083
30842007-06-03 Nick Roberts <nickrob@snap.net.nz>
3085
3086 * commands.texi (Click Events): Describe width and height when
3087 object is nil.
3088
30892007-05-30 Nick Roberts <nickrob@snap.net.nz>
3090
5dcb4c4e
SM
3091 * commands.texi (Click Events): Layout more logically.
3092 Describe width and height.
b8d4c8d0
GM
3093 (Drag Events, Motion Events): Update to new format for position.
3094
30952007-06-02 Richard Stallman <rms@gnu.org>
3096
3097 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3098
30992007-06-02 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * Version 22.1 released.
3102
31032007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * text.texi (Special Properties): Correct meaning of fontified face.
3106
31072007-05-30 Richard Stallman <rms@gnu.org>
3108
3109 * text.texi (Special Properties): Add link to Adjusting Point.
3110
31112007-05-12 Richard Stallman <rms@gnu.org>
3112
3113 * text.texi (Margins): indent-to-left-margin is not the default.
3114 (Mode-Specific Indent): For indent-line-function, the default
3115 is indent-relative.
3116
3117 * modes.texi (Example Major Modes): Explain last line of text-mode
3118 is redundant.
3119
31202007-05-10 Richard Stallman <rms@gnu.org>
3121
3122 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3123
3124 * help.texi (Keys in Documentation): Add reference to
3125 Documentation Tips.
3126
3127 * files.texi (Format Conversion): TO-FN gets three arguments.
3128
3129 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3130
31312007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3132
3133 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3134 * files.texi (Format Conversion): Expand intro; add menu.
3135 (Format Conversion Overview, Format Conversion Round-Trip)
3136 (Format Conversion Piecemeal): New nodes/subsections.
3137 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3138 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3139 (Saving Properties): Delete node/subsection.
3140
31412007-05-07 Karl Berry <karl@gnu.org>
3142
3143 * elisp.texi (EMACSVER): Back to 22.
3144
31452007-05-06 Richard Stallman <rms@gnu.org>
3146
3147 * processes.texi (Accepting Output): Revert most of previous change.
3148
31492007-05-05 Richard Stallman <rms@gnu.org>
3150
3151 * processes.texi (Accepting Output): accept-process-output
3152 uses microseconds, not milliseconds. But that arg is obsolete.
3153
31542007-05-04 Karl Berry <karl@tug.org>
3155
3156 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3157
31582007-05-04 Eli Zaretskii <eliz@gnu.org>
3159
3160 * tips.texi (Documentation Tips): Rearrange items to place the
3161 more important ones first. Add an index entry for hyperlinks.
3162
31632007-05-03 Karl Berry <karl@gnu.org>
3164
3165 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3166 (EMACSVER) [smallbook]: 22 for printed version.
3167
3168 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3169 so restore anchor to normal position after defun. Found by Kevin Ryde.
3170
31712007-04-26 Glenn Morris <rgm@gnu.org>
3172
3173 * elisp.texi (EMACSVER): Increase to 22.1.50.
3174
31752007-04-28 Karl Berry <karl@gnu.org>
3176
3177 * elisp.texi: Improve line breaks on copyright page,
3178 similar layout to emacs manual, 8.5x11 by default.
3179
31802007-04-24 Richard Stallman <rms@gnu.org>
3181
3182 * text.texi (Special Properties): Add xref to Overlay Properties.
3183
3184 * display.texi (Overlay Properties): Add xref to Special Properties.
3185
31862007-04-22 Richard Stallman <rms@gnu.org>
3187
3188 * keymaps.texi (Extended Menu Items): Move the info about
3189 format with cached keyboard binding.
3190
31912007-04-21 Richard Stallman <rms@gnu.org>
3192
3193 * text.texi (Special Properties): Clarify previous change.
3194
3195 * files.texi (File Name Expansion): Clarify previous change.
3196
3197 * display.texi (Attribute Functions): Fix example for
3198 face-attribute-relative-p.
3199
32002007-04-19 Kenichi Handa <handa@m17n.org>
3201
3202 * text.texi (Special Properties): Document composition property.
3203
32042007-04-19 Glenn Morris <rgm@gnu.org>
3205
3206 * files.texi (File Name Expansion): Mention "superroot".
3207
32082007-04-15 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3211 setups.
3212 (Display Feature Testing): Note that display refers to all
3213 physical monitors for multi-monitor setups.
3214
32152007-04-14 Richard Stallman <rms@gnu.org>
3216
3217 * lists.texi (Sets And Lists): Clarify `delete' examples.
3218 Remove spurious xref to same node.
3219 Clarify xref for add-to-list.
3220
32212007-04-12 Nick Roberts <nickrob@snap.net.nz>
3222
3223 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3224 value of lisp-mode-map.
3225
32262007-04-11 Karl Berry <karl@gnu.org>
3227
3228 * anti.texi (Antinews):
3229 * display.texi (Overlay Properties, Defining Images):
3230 * processes.texi (Synchronous Processes, Sentinels):
3231 * syntax.texi (Syntax Table Internals):
3232 * searching.texi (Regexp Special):
3233 * nonascii.texi (Default Coding Systems):
3234 * text.texi (Special Properties):
3235 * minibuf.texi (Basic Completion): Wording to improve breaks in
3236 8.5x11 format.
3237 * elisp.texi (smallbook): New @set to more easily switch between
3238 smallbook and 8.5x11.
3239
32402007-04-11 Richard Stallman <rms@gnu.org>
3241
3242 * text.texi (Lazy Properties): Minor fix.
3243
32442007-04-08 Karl Berry <karl@gnu.org>
3245
3246 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3247 * macros.texi (Backquote): Downcase Backquote in index entries for
3248 consistency.
3249
32502007-04-08 Richard Stallman <rms@gnu.org>
3251
3252 * text.texi (Adaptive Fill): Just describe default,
3253 don't show it (since it contains non-ASCII chars).
3254
32552007-04-07 Karl Berry <karl@gnu.org>
3256
3257 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3258 adaptive-fill-regexp's value, since they are not in the standard
3259 TeX fonts.
3260
32612007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3262
3263 * display.texi (Defining Faces): Fix example.
3264
32652007-04-07 Karl Berry <karl@gnu.org>
3266
3267 * display.texi (Button Buffer Commands): Improve page break.
3268
32692007-04-07 Richard Stallman <rms@gnu.org>
3270
3271 * advice.texi (Activation of Advice): Remove redundant index entry.
3272
3273 * backups.texi: Improve index entries. Remove redundant ones.
3274
3275 * compile.texi (Byte Compilation): Improve index entry.
3276
3277 * hash.texi (Creating Hash): Improve index entry.
3278
3279 * symbols.texi (Definitions): Improve index entry.
3280
3281 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3282
3283 * maps.texi (Standard Keymaps): Remove useless index entry.
3284
3285 * help.texi (Documentation Basics): Remove redundant index entries.
3286
3287 * customize.texi: Improve index entries.
3288 Remove redundant/useless ones.
3289
3290 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3291
3292 * streams.texi (Output Variables): Improve index entry.
3293
3294 * abbrevs.texi (Abbrevs): Remove useless index entry.
3295
3296 * macros.texi (Expansion): Remove useless index entry.
3297
3298 * text.texi: Improve index entries. Remove redundant/useless ones.
3299 (Text Properties, Examining Properties)
3300 (Special Properties): Use "property category" instead of "category"
3301 to refer to the `category' property.
3302
3303 * positions.texi: Improve index entries. Remove useless one.
3304
3305 * lists.texi: Improve index entries. Remove redundant/useless ones.
3306
3307 * os.texi: Improve index entries.
3308 (Timers): Fix previous change.
3309
3310 * buffers.texi: Improve index entries.
3311 (Modification Time): Get rid of term "obsolete buffer".
3312
3313 * debugging.texi: Improve index entries.
3314 (Test Coverage): Add xref to other test coverage ftr.
3315
3316 * eval.texi: Improve index entry. Remove redundant ones.
3317
3318 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3319
3320 * files.texi: Improve index entries. Remove redundant/useless ones.
3321
3322 * objects.texi: Improve index entries.
3323
3324 * processes.texi: Improve index entries.
3325
3326 * modes.texi: Improve index entry. Remove redundant one.
3327
3328 * nonascii.texi: Improve index entries.
3329
3330 * internals.texi: Improve index entries.
3331
3332 * syntax.texi: Improve index entries.
3333
3334 * keymaps.texi (Active Keymaps): Improve index entries.
3335
3336 * commands.texi: Improve index entries. Remove redundant/useless ones.
3337
3338 * frames.texi: Improve index entries. Remove redundant/useless ones.
3339
3340 * markers.texi: Improve index entries. Remove redundant ones.
3341
3342 * tips.texi: Improve index entries.
3343
3344 * loading.texi (Unloading): Improve index entry.
3345
3346 * variables.texi: Improve index entries. Remove redundant one.
3347
3348 * sequences.texi: Improve index entry.
3349
3350 * display.texi: Improve index entries. Remove redundant ones.
3351
3352 * windows.texi: Improve index entries.
3353
3354 * searching.texi: Improve index entries. Remove redundant one.
3355
3356 * strings.texi (Case Tables): Improve last change.
3357
33582007-04-04 Chong Yidong <cyd@stupidchicken.com>
3359
3360 * strings.texi (Case Tables): Document with-case-table and
3361 ascii-case-table.
3362
33632007-04-03 Karl Berry <karl@gnu.org>
3364
3365 * processes.texi (Network): Reword to improve page break.
3366
33672007-04-03 Eli Zaretskii <eliz@gnu.org>
3368
3369 * functions.texi (Inline Functions): Describe more disadvantages
3370 of defsubst, and make advice against it stronger.
3371
33722007-04-02 Karl Berry <karl@gnu.org>
3373
3374 * backups.texi (Backup Names): Avoid widow words.
3375 * modes.texi (Example Major Modes): Align last comment.
3376
33772007-04-01 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * keymaps.texi (Remapping Commands): Document new arg to
3380 command-remapping.
3381
33822007-04-01 Karl Berry <karl@gnu.org>
3383
3384 * processes.texi (Low-Level Network): Typo.
3385 * loading.texi (Hooks for Loading): Avoid double "the".
3386 * keymaps.texi (Key Sequences): No double "and".
3387 (Changing Key Bindings): Shorten to improve line break.
3388
33892007-03-31 Glenn Morris <rgm@gnu.org>
3390
3391 * os.texi (Timers): Fix description of run-at-time TIME formats.
3392
33932007-03-31 Richard Stallman <rms@gnu.org>
3394
3395 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3396 regarding ellipsis.
3397
33982007-03-31 Eli Zaretskii <eliz@gnu.org>
3399
3400 * intro.texi (nil and t):
3401 * symbols.texi (Plists and Alists):
3402 * variables.texi (Variable Aliases, Constant Variables):
3403 * functions.texi (Defining Functions):
3404 * advice.texi (Advising Primitives):
3405 * debugging.texi (Syntax Errors, Compilation Errors):
3406 * minibuf.texi (Minibuffer Windows):
3407 * commands.texi (Adjusting Point):
3408 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3409 (Auto Major Mode, Major Mode Conventions):
3410 * help.texi (Describing Characters):
3411 * files.texi (Create/Delete Dirs, Information about Files)
3412 (File Locks, Writing to Files, Reading from Files)
3413 (Saving Buffers):
3414 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3415 * frames.texi (Finding All Frames):
3416 * positions.texi (Buffer End, Motion):
3417 * markers.texi (The Region):
3418 * text.texi (Deletion, Near Point):
3419 * display.texi (Displaying Messages, Truncation):
3420 * os.texi (Processor Run Time):
3421 * tips.texi (Key Binding Conventions, Programming Tips)
3422 (Warning Tips, Documentation Tips, Comment Tips):
3423 * internals.texi (Memory Usage): Improve indexing.
3424
3425 * variables.texi (Frame-Local Variables):
3426 * functions.texi (Argument List):
3427 * loading.texi (Library Search):
3428 * streams.texi (Output Variables):
3429 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3430 * searching.texi (Replacing Match, Search and Replace):
3431 * processes.texi (Byte Packing, Decoding Output)
3432 (Accepting Output, Network Servers, Shell Arguments):
3433 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3434 * windows.texi (Window Point, Window Start):
3435 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3436 * commands.texi (Reading Input, Keyboard Events):
3437 * minibuf.texi (Reading File Names, Minibuffer Completion)
3438 (Recursive Mini):
3439 * positions.texi (List Motion):
3440 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3441 * numbers.texi (Arithmetic Operations, Math Functions)
3442 (Predicates on Numbers, Comparison of Numbers):
3443 (Numeric Conversions):
3444 * locals.texi (Standard Buffer-Local Variables):
3445 * maps.texi (Standard Keymaps):
3446 * os.texi (User Identification, System Environment, Recording Input)
3447 (X11 Keysyms):
3448 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3449 * backups.texi (Backups and Auto-Saving):
3450 * customize.texi (Customization, Group Definitions)
3451 (Variable Definitions):
3452 * compile.texi (Byte Compilation): Improve index entries.
3453
34542007-03-31 Karl Berry <karl@gnu.org>
3455
3456 * macros.texi (Defining Macros): Avoid widow syllable.
3457
34582007-03-31 Eli Zaretskii <eliz@gnu.org>
3459
3460 * elisp.texi (Top): Postscript -> PostScript.
3461
3462 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3463
34642007-03-31 Markus Triska <markus.triska@gmx.at>
3465
3466 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3467
34682007-03-30 Karl Berry <karl@gnu.org>
3469
3470 * lists.texi (List-related Predicates): Remove spurious @need.
3471 (Setcdr): Use @smallexample to improve page break.
3472 (Association Lists) <assoc>: Reword to improve page break.
3473
3474 * strings.texi (String Conversion): Insert blank line to improve
3475 page break.
3476
3477 * numbers.texi (Random Numbers): Use @minus{}.
3478 (Math Functions): Use @minus{}.
3479
3480 * intro.texi (Acknowledgements): Avoid line breaks before middle
3481 initials.
3482
34832007-03-24 Eli Zaretskii <eliz@gnu.org>
3484
3485 * errors.texi (Standard Errors): Add an index entry.
3486
34872007-03-19 Richard Stallman <rms@gnu.org>
3488
3489 * os.texi (Recording Input): recent-keys now gives 300 keys.
3490
34912007-03-12 Glenn Morris <rgm@gnu.org>
3492
3493 * os.texi: Replace "daylight savings" with "daylight saving"
3494 throughout.
3495
34962007-03-05 Richard Stallman <rms@gnu.org>
3497
5dcb4c4e
SM
3498 * variables.texi (File Local Variables):
3499 Update enable-local-variables values.
b8d4c8d0
GM
3500
35012007-03-04 Richard Stallman <rms@gnu.org>
3502
3503 * syntax.texi (Control Parsing): Minor clarification.
3504
3505 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3506
3507 * sequences.texi (Sequence Functions): Move string-bytes away,
3508 add xref.
3509
3510 * nonascii.texi (Text Representations): Move string-bytes here.
3511
3512 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3513
3514 * minibuf.texi (Basic Completion): Minor clarification.
3515
3516 * markers.texi (The Mark): Clarify existence vs activation of mark.
3517 Other cleanup.
3518
3519 * display.texi (Finding Overlays): Write better example.
3520
3521 * compile.texi (Eval During Compile): Clarify putting macros
3522 in eval-when-compile.
3523
c5602427 35242007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3525
3526 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3527 load-read-function definition doc.
b8d4c8d0
GM
3528
35292007-02-21 Kim F. Storm <storm@cua.dk>
3530
3531 * strings.texi (Text Comparison): Mention that assoc-string
3532 converts symbols to strings before testing.
3533
35342007-02-17 Kim F. Storm <storm@cua.dk>
3535
3536 * processes.texi (Bindat Spec): Vector types can have optional
3537 element type.
3538 (Bindat Examples): Fix example. Add vector with element type.
3539
35402007-02-16 Andreas Schwab <schwab@suse.de>
3541
3542 * strings.texi (Formatting Strings): Document '+' flag.
3543
35442007-02-15 Juanma Barranquero <lekktu@gmail.com>
3545
3546 * strings.texi (Modifying Strings): Clarify that `clear-string'
3547 always converts the string to unibyte.
3548
35492007-02-14 Kim F. Storm <storm@cua.dk>
3550
3551 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3552 Rewrite glyph code description to refer to these functions.
3553 Remove details of encoding face number and char into integer code.
3554
35552007-02-03 Alan Mackenzie <acm@muc.de>
3556
3557 * loading.texi (Hooks for Loading): Make the description of
3558 `eval-after-load' more detailed, and amend the description of
3559 after-load-alist, in accordance with changes from 2006-05.
3560
35612007-02-03 Chong Yidong <cyd@stupidchicken.com>
3562
3563 * modes.texi (Defining Minor Modes): Document that a :require
3564 keyword or similar may be required to make saved customization
3565 variables work.
3566
35672007-02-03 Eli Zaretskii <eliz@gnu.org>
3568
3569 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3570 Texinfo guidelines and with what texnfo-upd.el expects.
3571 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3572 parts needed by `texinfo-multiple-files-update'.
3573
35742007-02-02 Eli Zaretskii <eliz@gnu.org>
3575
3576 * elisp.texi (Top): Update the top-level menus.
3577
3578 * syntax.texi (Categories): Add index entries.
3579
35802007-02-01 Juanma Barranquero <lekktu@gmail.com>
3581
3582 * display.texi (Attribute Functions): Fix name and description of
3583 the UNDERLINE arg of `set-face-underline-p'.
3584
35852007-01-29 Eli Zaretskii <eliz@gnu.org>
3586
3587 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3588 Variables", and "Standard Keymaps" to the detailed menu.
3589
3590 * variables.texi (Future Local Variables): Add index entry.
3591
35922007-01-28 Richard Stallman <rms@gnu.org>
3593
3594 * tips.texi (Coding Conventions): Clarify the tip about macros
3595 that define a function or a variable.
3596
3597 * files.texi (File Attributes): UID and GID can be floats.
3598 (Magic File Names): Explain why deferring all operations to
3599 the standard handler does not work.
3600
36012007-01-23 Martin Rudalics <rudalics@gmx.at>
3602
3603 * backups.texi (Reverting): Use "buffer" instead of "file"
3604 when talking about major and minor modes.
3605
36062007-01-21 Richard Stallman <rms@gnu.org>
3607
3608 * help.texi (Documentation): Add xref to Documentation Tips.
3609
36102007-01-14 Juanma Barranquero <lekktu@gmail.com>
3611
3612 * tips.texi (Coding Conventions): Fix typos.
3613
36142007-01-05 Richard Stallman <rms@gnu.org>
3615
3616 * modes.texi (Defining Minor Modes): Fix previous change.
3617
36182007-01-03 Richard Stallman <rms@gnu.org>
3619
3620 * customize.texi (Variable Definitions, Customization Types):
3621 Don't use * in doc string for defcustom.
3622
36232007-01-02 Richard Stallman <rms@gnu.org>
3624
3625 * variables.texi (Variable Aliases): Clarify that aliases vars
3626 always have the same value.
3627
3628 * processes.texi (Bindat Spec): Fix Texinfo usage.
3629
3630 * modes.texi (Defining Minor Modes): Explain effect of command
3631 defined with define-global-minor-mode on new buffers.
3632
36332006-12-30 Kim F. Storm <storm@cua.dk>
3634
3635 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3636 `auto-resize-tool-bars'.
3637
36382006-12-30 Richard Stallman <rms@gnu.org>
3639
3640 * keymaps.texi (Active Keymaps): Fix previous change.
3641
36422006-12-30 Nick Roberts <nickrob@snap.net.nz>
3643
3644 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3645
36462006-12-30 Kim F. Storm <storm@cua.dk>
3647
3648 * processes.texi (Bindat Spec): Clarify using field names in
3649 length specifications.
3650
36512006-12-29 Kim F. Storm <storm@cua.dk>
3652
3653 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3654 Add count and index variables for eval forms in repeat blocks.
3655
36562006-12-24 Richard Stallman <rms@gnu.org>
3657
5dcb4c4e
SM
3658 * customize.texi (Variable Definitions):
3659 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3660
36612006-12-19 Kim F. Storm <storm@cua.dk>
3662
3663 * commands.texi (Misc Events): User signals now result in sigusr1
3664 and sigusr2 events which are handled through special-event-map.
3665 (Special Events): User signals and drag-n-drop are special.
3666
36672006-12-17 Richard Stallman <rms@gnu.org>
3668
3669 * loading.texi (Named Features): Explain subfeatures better.
3670
3671 * customize.texi: Use "option" only for user options.
3672 For the keyword values inside defcustom etc, say "keywords".
3673 For :options value's elements, say "elements".
3674 :group should not be omitted.
3675
3676 * syntax.texi (Parsing Expressions): Split up node.
3677 (Motion via Parsing, Position Parse, Parser State)
3678 (Low-Level Parsing, Control Parsing): New subnodes.
3679 (Parser State): Document syntax-ppss-toplevel-pos.
3680
3681 * positions.texi (List Motion): Punctuation fix.
3682
3683 * files.texi (File Name Completion): Document PREDICATE arg
3684 to file-name-completion.
3685
36862006-12-16 Eli Zaretskii <eliz@gnu.org>
3687
3688 * internals.texi (Building Emacs, Writing Emacs Primitives):
3689 Add index entries.
3690
36912006-12-11 Richard Stallman <rms@gnu.org>
3692
3693 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3694 affects face menu. Explain how to make it non-nil without enabling
3695 any fontification.
3696
36972006-12-10 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * modes.texi (Font Lock Basics): Document nil value of
3700 font-lock-defaults.
3701
37022006-12-10 Glenn Morris <rgm@gnu.org>
3703
3704 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3705 value for system-flag argument. Abbrev tables may not be empty
3706 when major modes are loaded.
3707
37082006-12-08 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * makefile.w32-in (maintainer-clean): Partially revert last
3711 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3712 to protect elisp-covers.texi.
3713
37142006-12-07 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3717 Don't remove elisp* info files; they are already deleted by the
3718 `clean' and `distclean' targets, and they are in the $(infodir)
3719 directory, not the current one.
3720
37212006-12-04 Kim F. Storm <storm@cua.dk>
3722
3723 * commands.texi (Misc Events): Update signal events.
3724 (Event Examples): Add signal example.
3725
37262006-11-29 Richard Stallman <rms@gnu.org>
3727
3728 * frames.texi (Visibility of Frames): Explain visible windows
3729 can be covered by others. Add xref for raise-frame.
3730
37312006-11-28 Richard Stallman <rms@gnu.org>
3732
3733 * searching.texi (Regexp Special): Update when ^ is special.
3734
37352006-11-27 Eli Zaretskii <eliz@gnu.org>
3736
3737 * customize.texi (Customization, Common Keywords)
3738 (Group Definitions, Variable Definitions, Composite Types)
3739 (Type Keywords, Customization Types): Add index entries for
3740 various customization keywords.
3741
37422006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3745
c8763fb6 37462006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3747
3748 * frames.texi (Window System Selections): Remove clipboard from
3749 description of selection-coding-system.
3750
37512006-11-06 Richard Stallman <rms@gnu.org>
3752
3753 * lists.texi (List Variables): Document COMPARE-FN.
3754
3755 * keymaps.texi: Avoid use of "binding" to mean a relation;
3756 use it only to refer to the meaning associated with a key.
3757 (Keymaps): Change menu node description.
3758
3759 * elisp.texi (Top): Change menu node description.
3760
3761 * display.texi (Managing Overlays): Document overlay-recenter.
3762
37632006-10-29 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * Makefile.in: Use relative paths to avoid advertising filesystem
3766 contents during compilation.
3767
37682006-10-23 Kim F. Storm <storm@cua.dk>
3769
3770 * commands.texi (Event Input Misc): Update unread-command-events.
3771
37722006-10-23 Nick Roberts <nickrob@snap.net.nz>
3773
3774 * lists.texi (Sets And Lists): Fix typos.
3775
37762006-10-18 Juanma Barranquero <lekktu@gmail.com>
3777
3778 * control.texi (Processing of Errors): Use @var for an argument,
3779 not @code.
3780
37812006-10-16 Richard Stallman <rms@gnu.org>
3782
3783 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3784
3785 * keymaps.texi (Format of Keymaps): Show all the keymap element
3786 patterns that result from menu items.
3787 (Key Lookup): Minor cleanups.
3788
3789 * modes.texi (Precalculated Fontification): Don't say that
3790 not setting font-lock-defaults avoids loading font-lock.
3791
3792 * help.texi (Documentation): Move xref to Emacs Manual here.
3793 (Documentation Basics): From here.
3794 Also doc emacs-lisp-docstring-fill-column.
3795
3796 * elisp.texi: Update version and ISBN.
3797
3798 * commands.texi (Interactive Call): Clarify KEYS arg to
3799 call-interactively is a vector.
3800 (Command Loop Info): Delete anchor in this-command-keys.
3801 Add anchor in this-command-keys-vector.
3802 (Recursive Editing): Document how recursive-edit
3803 handles the current buffer.
3804
38052006-10-13 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * frames.texi (Frame Titles): %c and %l are ignored in
3808 frame-title-format.
3809
38102006-10-11 Richard Stallman <rms@gnu.org>
3811
3812 * keymaps.texi (Key Sequences): Clarify use of kbd.
3813
38142006-10-10 Kim F. Storm <storm@cua.dk>
3815
3816 * lists.texi (Sets And Lists): Add memql.
3817
38182006-10-03 Richard Stallman <rms@gnu.org>
3819
3820 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3821 Clarify :ascii: and :nonascii:.
3822
38232006-09-29 Juri Linkov <juri@jurta.org>
3824
3825 * modes.texi (%-Constructs): Reorder coding systems in the
3826 documentation of %z to the real order displayed in the modeline.
3827
38282006-09-25 Richard Stallman <rms@gnu.org>
3829
3830 * os.texi (Timers): Describe timer-max-repeats.
3831
38322006-09-25 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * os.texi (Timers): Mention with-local-quit.
3835
38362006-09-24 Richard Stallman <rms@gnu.org>
3837
3838 * searching.texi (Searching and Matching): Mention property search.
3839
3840 * commands.texi (Command Loop Info): Explain how read-event affects
3841 this-command-keys.
3842
38432006-09-20 Richard Stallman <rms@gnu.org>
3844
3845 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3846
3847 * windows.texi (Window Start): Minor cleanups.
3848
38492006-09-20 Kim F. Storm <storm@cua.dk>
3850
3851 * windows.texi (Window Start): pos-visible-in-window-p allows
3852 specifying t for position to mean "end of window".
3853 Add window-line-height.
3854
3855 * anti.texi (Antinews): Mention window-line-height.
3856
38572006-09-19 David Kastrup <dak@gnu.org>
3858
3859 * keymaps.texi (Searching Keymaps): Small clarification.
3860
38612006-09-18 Richard Stallman <rms@gnu.org>
3862
3863 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3864 cause keyboard menus.
3865 (Menu Keymaps): Likewise.
3866 (Defining Menus, Keyboard Menus): Clarify.
3867
3868 * text.texi (Fields): Clarify explanation of constrain-to-field.
3869
38702006-09-16 Eli Zaretskii <eliz@gnu.org>
3871
3872 * variables.texi (Tips for Defining): Fix a typo.
3873
38742006-09-15 Richard Stallman <rms@gnu.org>
3875
3876 * keymaps.texi (Remapping Commands, Searching Keymaps)
3877 (Active Keymaps): Clean up previous change.
3878
38792006-09-15 Jay Belanger <belanger@truman.edu>
3880
3881 * gpl.texi: Replace "Library Public License" by "Lesser Public
3882 License" throughout.
3883
38842006-09-15 David Kastrup <dak@gnu.org>
3885
3886 * keymaps.texi (Active Keymaps): Adapt description to use
3887 `get-char-property' instead `get-text-property'. Explain how
3888 mouse events change this. Explain the new optional argument of
3889 `key-binding' and its mouse-dependent lookup.
3890 (Searching Keymaps): Adapt description similarly.
3891 (Remapping Commands): Explain the new optional argument of
3892 `command-remapping'.
3893
38942006-09-14 Richard Stallman <rms@gnu.org>
3895
3896 * keymaps.texi (Searching Keymaps): Clarification.
3897 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3898
38992006-09-13 Richard Stallman <rms@gnu.org>
3900
3901 * objects.texi (Character Type): Node split.
3902 Add xref to Describing Characters.
3903 (Basic Char Syntax, General Escape Syntax)
3904 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3905
39062006-09-11 Richard Stallman <rms@gnu.org>
3907
3908 * display.texi (Display Table Format): Wording clarification.
3909 (Glyphs): Clarifications.
3910
39112006-09-10 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3914 local maps.
3915
39162006-09-10 Kim F. Storm <storm@cua.dk>
3917
3918 * display.texi (Forcing Redisplay): Document return value of
3919 function redisplay.
3920
39212006-09-09 Richard Stallman <rms@gnu.org>
3922
3923 * windows.texi (Window Hooks): Explain limits of
3924 window-scroll-functions.
3925
3926 * display.texi (Fringe Indicators): Update for last change in
3927 indicate-buffer-boundaries.
3928
39292006-09-08 Richard Stallman <rms@gnu.org>
3930
3931 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3932
39332006-09-06 Kim F. Storm <storm@cua.dk>
3934
3935 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3936
3937 * windows.texi (Window Start): Update pos-visible-in-window-p.
3938
39392006-09-04 Richard Stallman <rms@gnu.org>
3940
3941 * processes.texi (Accepting Output): Explain SECONDS=0 for
3942 accept-process-output.
3943
3944 * os.texi (Idle Timers): Explain why timer functions should not
3945 loop until (input-pending-p).
3946
39472006-09-02 Eli Zaretskii <eliz@gnu.org>
3948
3949 * makefile.w32-in (usermanualdir): New variable.
3950 (elisp.dvi): Use it.
3951
39522006-09-01 Eli Zaretskii <eliz@gnu.org>
3953
3954 * buffers.texi (Buffer Modification): Fix last change.
3955
39562006-09-01 Chong Yidong <cyd@stupidchicken.com>
3957
5dcb4c4e
SM
3958 * buffers.texi (Buffer Modification):
3959 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3960
39612006-08-31 Richard Stallman <rms@gnu.org>
3962
3963 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3964
39652006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3966
3967 * modes.texi (Syntactic Font Lock):
3968 Mention font-lock-syntactic-face-function
3969 instead of specific faces.
3970
39712006-08-29 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * display.texi (Images): Add xrref to display-images-p.
3974
39752006-08-28 Kenichi Handa <handa@m17n.org>
3976
3977 * nonascii.texi (Lisp and Coding Systems): Fix description of
3978 detect-coding-region.
3979
39802006-08-27 Michael Olson <mwolson@gnu.org>
3981
3982 * processes.texi (Transaction Queues): Remove stray quote
3983 character.
3984
39852006-08-25 Richard Stallman <rms@gnu.org>
3986
3987 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3988 Add xref.
3989
39902006-08-24 Chong Yidong <cyd@stupidchicken.com>
3991
3992 * os.texi (Timers): Avoid waiting inside timers.
3993
39942006-08-21 Lute Kamstra <lute@gnu.org>
3995
3996 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3997
39982006-08-20 Richard Stallman <rms@gnu.org>
3999
4000 * os.texi (Idle Timers): New node, split out from Timers.
4001 Document current-idle-time.
4002 * commands.texi (Reading One Event): Update xref.
4003 * elisp.texi (Top): Update subnode menu.
4004
40052006-08-16 Richard Stallman <rms@gnu.org>
4006
4007 * keymaps.texi (Extended Menu Items): Show format of cached
4008 bindings in extended menu items.
4009
4010 * customize.texi (Variable Definitions): Explain when the
4011 standard value expression is evaluated.
4012
40132006-08-15 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * commands.texi (Reading One Event): Explain idleness in
4016 `read-event'.
4017
40182006-08-12 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4021 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4022 relevant for Lisp programming.
4023 (Yank Commands): Rewrite introduction.
4024 (Undo): Clarify.
4025 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4026 (Filling): Remove redundant comment. Clarify return value of
4027 current-justification.
4028 (Margins): Minor clarifications.
4029 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4030 (Sorting): Update definition of sort-lines.
4031 (Columns): Clarify behavior of sort-columns.
4032 (Indent Tabs): Link to Tab Stops in Emacs manual.
4033 (Special Properties): Clarify.
4034 (Clickable Text): Mention Buttons package.
4035
40362006-08-12 Kevin Ryde <user42@zip.com.au>
4037
4038 * os.texi (Time Parsing): Add %z to description of
4039 format-time-string, as per docstring. Add cross reference to
4040 glibc manual for strftime.
4041
40422006-08-08 Richard Stallman <rms@gnu.org>
4043
4044 * modes.texi: Clean up wording in previous change.
4045
40462006-08-07 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * modes.texi (Hooks): Clarify.
4049 (Major Mode Basics): Mention define-derived-mode explicitly.
4050 (Major Mode Conventions): Rebinding RET is OK for some modes.
4051 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4052 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4053 (Mode Line Basics): Clarify.
4054 (Mode Line Data): Mention help-echo and local-map in strings.
4055 Explain reason for treatment of non-risky variables.
4056 (Properties in Mode): Clarify.
4057 (Faces for Font Lock): Add font-lock-negation-char-face.
4058
40592006-08-04 Eli Zaretskii <eliz@gnu.org>
4060
4061 * strings.texi (Formatting Strings): Warn against arbitrary
4062 strings as first arg to `format'.
4063
40642006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4065
4066 * text.texi (Clickable Text): Mention `help-echo' text property.
4067 Update intro, examples and associated explanations.
4068
40692006-07-31 Richard Stallman <rms@gnu.org>
4070
4071 * commands.texi: Update xrefs.
4072 (Event Mod): New node, cut out from old Translating Input.
4073
4074 * maps.texi: Update xrefs.
4075
4076 * keymaps.texi (Translation Keymaps): New node.
4077 Update xrefs from Translating Input to Translation Keymaps.
4078
4079 * elisp.texi (Top): Update subnode menu.
4080
4081 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4082
4083 * os.texi (System Interface): Fix menu descriptions of some nodes.
4084 (Translating Input): Node deleted.
4085
40862006-07-31 Nick Roberts <nickrob@snap.net.nz>
4087
4088 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4089
4090 * lists.texi (Sets And Lists): Likewise.
4091
40922006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4093
4094 * text.texi (Fields): Mention POS
4095 requirement when narrowing is in effect.
4096
40972006-07-28 Richard Stallman <rms@gnu.org>
4098
4099 * display.texi (Face Attributes): Simplify wording.
4100 (Attribute Functions): Clarify meaning of new-frame default
4101 attribute settings.
4102
4103 * customize.texi (Common Keywords): Document how to use
4104 :package-version in a package not in Emacs.
4105
41062006-07-28 Kim F. Storm <storm@cua.dk>
4107
4108 * commands.texi (Reading One Event): Fix last change.
4109
41102006-07-26 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * commands.texi (Reading One Event): Document SECONDS argument for
4113 read-event, read-char, and read-char-exclusive.
4114
41152006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4118 to ensure correct identification.
4119
41202006-07-24 Richard Stallman <rms@gnu.org>
4121
4122 * text.texi (Clickable Text): Clarify.
4123
4124 * sequences.texi (Vector Functions): Delete duplicate xref.
4125
4126 * objects.texi (Function Type): Clarify.
4127
4128 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4129 modes.
4130
4131 * lists.texi (List Variables): New node.
4132 Material moved from other nodes.
4133
4134 * variables.texi (Setting Variables): add-to-list and
4135 add-to-ordered-list moved to List Variables node.
4136
41372006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4138
4139 * text.texi (Links and Mouse-1):
4140 For mouse-on-link-p, expand on arg POS.
4141
41422006-07-21 Kim F. Storm <storm@cua.dk>
4143
4144 * display.texi (Forcing Redisplay): Don't mention systems which
4145 don't support sub-second timers for redisplay-preemption-period.
4146
4147 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4148
41492006-07-21 Eli Zaretskii <eliz@gnu.org>
4150
4151 * frames.texi (Input Focus): Document that focus-follows-mouse has
4152 no effect on MS-Windows.
4153
41542006-07-18 Richard Stallman <rms@gnu.org>
4155
4156 * display.texi (Forcing Redisplay): Cleanups in previous change.
4157
4158 * processes.texi (Low-Level Network): Make menu more convenient.
4159
41602006-07-18 Kim F. Storm <storm@cua.dk>
4161
4162 * display.texi (Forcing Redisplay): redisplay-preemption-period
4163 only used on window systems. Add xref to Terminal Output.
4164
4165 * os.texi (Terminal Output): baud-rate only controls preemption on
4166 non-window systems. Add xref to Forcing Redisplay.
4167
4168 * processes.texi (Low-Level Network): Rename node "Make Network"
4169 to "Network Processes".
4170
41712006-07-18 Karl Berry <karl@gnu.org>
4172
4173 * variables.texi, functions.texi, customize.texi, loading.texi:
4174 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4175
41762006-07-17 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4179
41802006-07-17 Richard Stallman <rms@gnu.org>
4181
4182 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4183 Put period and comma inside quotes.
4184
4185 * loading.texi, markers.texi: Use real doublequote inside menus.
4186
4187 * windows.texi: Put point and comma inside quotes.
4188 (Textual Scrolling): Use @samp for error message.
4189
4190 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4191 * strings.texi, streams.texi, processes.texi, os.texi:
4192 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4193 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4194 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4195 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4196 Put point and comma inside quotes.
4197
4198 * control.texi (Processing of Errors): Add command-error-function.
4199
4200 * variables.texi (File Local Variables): Clarify that
4201 file local variables make buffer-local bindings.
4202
4203 * modes.texi (Syntactic Font Lock): Give default for
4204 font-lock-syntax-table.
4205
42062006-07-17 Nick Roberts <nickrob@snap.net.nz>
4207
4208 * text.texi (Special Properties): Clean up previous change.
4209
42102006-07-16 Karl Berry <karl@gnu.org>
4211
4212 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4213 * control.texi: Fix bad page breaks through chapter 10 (control).
4214
4215 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4216 underfull hbox.
4217
42182006-07-15 Nick Roberts <nickrob@snap.net.nz>
4219
4220 * text.texi (Special Properties): Describe fontified text property
4221 in relation to a character (not text).
4222
42232006-07-15 Kim F. Storm <storm@cua.dk>
4224
4225 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4226 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4227 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4228
4229 * anti.texi (Antinews): Mention redisplay function.
4230 The kbd macro existed, but was not documented, before 22.x.
4231 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4232
42332006-07-14 Nick Roberts <nickrob@snap.net.nz>
4234
4235 * display.texi (Displaying Messages): Add anchor.
4236
4237 * frames.texi (Dialog Boxes): Use it.
4238
42392006-07-12 Richard Stallman <rms@gnu.org>
4240
4241 * objects.texi (Frame Type): Explain nature of frames better.
4242
4243 * frames.texi (Frames): Explain nature of frames better.
4244
42452006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4246
4247 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4248
42492006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4250
4251 * frames.texi (Window System Selections): Mention scrap support for Mac.
4252 Default value of x-select-enable-clipboard is t on Mac.
4253
4254 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4255
42562006-07-11 Kim F. Storm <storm@cua.dk>
4257
4258 * display.texi (Forcing Redisplay): Add `redisplay' function.
4259 Don't mention (sit-for -1) -- use (redisplay t) instead.
4260
4261 * commands.texi (Waiting): (sit-for -1) is no longer special.
4262 (sit-for 0) is equivalent to (redisplay).
4263 Iconifying/deiconifying no longer makes sit-for return.
4264
42652006-07-10 Nick Roberts <nickrob@snap.net.nz>
4266
4267 * display.texi (Buttons): Fix typo.
4268
4269 * index.texi, elisp.texi (New Symbols): Comment node out.
4270
42712006-07-09 Richard Stallman <rms@gnu.org>
4272
4273 * display.texi (Truncation): Clean up previous change.
4274
42752006-07-08 Richard Stallman <rms@gnu.org>
4276
4277 * commands.texi (Interactive Call): Use 3 as prefix in example
4278 for execute-extended-command.
4279
4280 * display.texi (Attribute Functions): Move paragraph about
4281 compatibility with Emacs < 21.
4282
42832006-07-09 Kim F. Storm <storm@cua.dk>
4284
4285 * display.texi (Refresh Screen): Clarify force-window-update.
4286 (Truncation): "Normally" indicated by fringe arrows.
4287
42882006-07-08 Eli Zaretskii <eliz@gnu.org>
4289
4290 * windows.texi (Textual Scrolling, Resizing Windows):
4291 * variables.texi (Constant Variables):
4292 * text.texi (Buffer Contents, Deletion, Changing Properties)
4293 (Property Search, Special Properties, Sticky Properties)
4294 (Links and Mouse-1, Fields, Change Hooks):
4295 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4296 (Categories):
4297 * symbols.texi (Other Plists):
4298 * streams.texi (Output Variables):
4299 * processes.texi (Input to Processes, Query Before Exit):
4300 * positions.texi (Word Motion, Text Lines, List Motion):
4301 * os.texi (Init File, System Environment, Sound Output)
4302 (Session Management):
4303 * nonascii.texi (Text Representations, Character Sets)
4304 (Chars and Bytes, Locales):
4305 * modes.texi (Defining Minor Modes, Header Lines):
4306 * minibuf.texi (Minibuffer Contents):
4307 * markers.texi (Information from Markers):
4308 * lists.texi (List Elements, Building Lists, Association Lists):
4309 * keymaps.texi (Tool Bar):
4310 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4311 * functions.texi (What Is a Function, Mapping Functions):
4312 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4313 (Color Names, Text Terminal Colors, Display Feature Testing):
4314 * files.texi (Visiting Functions, File Name Components)
4315 (Unique File Names, Contents of Directories):
4316 * display.texi (Forcing Redisplay, Displaying Messages)
4317 (Temporary Displays, Font Selection, Auto Faces)
4318 (Font Lookup, Fringe Indicators, Display Margins)
4319 (Image Descriptors, Showing Images, Image Cache, Button Types)
4320 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4321 (Display Table Format, Glyphs):
4322 * control.texi (Iteration):
4323 * commands.texi (Command Loop Info, Adjusting Point):
4324 * backups.texi (Making Backups, Auto-Saving):
4325 Remove @tindex entries.
4326
43272006-07-07 Kim F. Storm <storm@cua.dk>
4328
4329 * display.texi (Fringe Cursors): Fix typo.
4330 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4331 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4332
43332006-07-05 Richard Stallman <rms@gnu.org>
4334
4335 * text.texi (Buffer Contents): Add example of text props
4336 in result of buffer-substring.
4337 (Text Properties): Explain better about use of specific property names.
4338 (Property Search): Some cleanups; reorder some functions.
4339
4340 * keymaps.texi (Changing Key Bindings): Cleanup.
4341 Add xref to Key Binding Conventions.
4342
4343 * display.texi (Attribute Functions): Add examples for
4344 face-attribute-relative-p.
4345
4346 * tips.texi (Coding Conventions): Cleanup last change.
4347
43482006-07-05 Karl Berry <karl@gnu.org>
4349
4350 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4351 Remove @setchapternewpage odd.
4352 Result is 1013 pages, down from 1100.
4353
4354 * anti.texi, customize.texi, display.texi, internals.texi:
4355 * minibuf.texi, modes.texi, tips.texi:
4356 Fix overfull/underfull boxes.
4357
43582006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4359
4360 * edebug.texi (Instrumenting):
4361 Add Edebug-specific findex for eval-buffer.
4362 * loading.texi (Loading):
4363 Replace eval-current-buffer with eval-buffer.
4364
43652006-06-30 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * locals.texi (Standard Buffer-Local Variables): Update the list
4368 of variables.
4369
43702006-06-26 Nick Roberts <nickrob@snap.net.nz>
4371
4372 * files.texi (File Name Completion): Point user to the node
4373 "Reading File Names".
4374
43752006-06-24 Eli Zaretskii <eliz@gnu.org>
4376
4377 * files.texi (Contents of Directories): Document case-insensitive
4378 behavior on respective filesystems.
4379
4380 * objects.texi (Character Type): Document that Emacs signals an
4381 error for unsupported Unicode characters specified as \uNNNN.
4382
43832006-06-19 Richard Stallman <rms@gnu.org>
4384
4385 * processes.texi (Bindat Spec): Clarify previous change.
4386
43872006-06-16 Richard Stallman <rms@gnu.org>
4388
4389 * tips.texi (Coding Conventions): Better explain conventions
4390 for definition constructs.
4391
4392 * text.texi (Special Properties): String value of `read-only'
4393 serves as the error message.
4394
4395 * objects.texi (Character Type): Clarify prev. change.
4396 (Non-ASCII in Strings): Mention \u and \U.
4397
4398 * commands.texi (Using Interactive): Explain problem of
4399 markers, etc., in command-history.
4400
44012006-06-14 Kim F. Storm <storm@cua.dk>
4402
4403 * commands.texi (Waiting): Negative arg to sit-for forces
4404 redisplay even if input is pending.
4405
4406 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4407 redisplay. Remove incorrect example of binding redisplay-dont-pause
4408 around (sit-for 0).
4409
44102006-06-13 Richard Stallman <rms@gnu.org>
4411
4412 * display.texi (Forcing Redisplay): Clarify previous change.
4413
44142006-06-13 Romain Francoise <romain@orebokech.com>
4415
4416 * display.texi (Forcing Redisplay): Fix typo.
4417
44182006-06-13 Kim F. Storm <storm@cua.dk>
4419
4420 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4421
44222006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4423
4424 * tips.texi (Coding Conventions): Add `@end itemize'.
4425
44262006-06-10 Richard Stallman <rms@gnu.org>
4427
4428 * tips.texi (Coding Conventions): Explain use of coding systems
4429 to ensure one decoding for strings.
4430
44312006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4432
4433 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4434 syntax.
4435
44362006-06-07 Eli Zaretskii <eliz@gnu.org>
4437
4438 * display.texi (Font Selection): Remove description of
4439 clear-face-cache.
4440
4441 * compile.texi (Eval During Compile): Fix a typo. Add index
4442 entries for possible uses of eval-when-compile.
4443
44442006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4445
4446 * display.texi (Abstract Display): Fix typo.
4447
44482006-06-03 Eli Zaretskii <eliz@gnu.org>
4449
4450 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4451 Reword variable's description.
4452
44532006-06-01 Richard Stallman <rms@gnu.org>
4454
4455 * windows.texi (Splitting Windows): Clarify splitting nonselected
4456 window.
4457
44582006-05-31 Juri Linkov <juri@jurta.org>
4459
4460 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4461
44622006-05-30 Richard Stallman <rms@gnu.org>
4463
4464 * display.texi (Line Height): Fix errors in description of
10d1d0af 4465 default line height and line-height property.
b8d4c8d0
GM
4466
4467 * nonascii.texi (Default Coding Systems): Further clarification.
4468
44692006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4470
4471 * internals.texi (Pure Storage): Mention that an overflow in pure
4472 space causes a memory leak.
4473 (Garbage Collection): If there was an overflow in pure space,
4474 `garbage-collect' returns nil.
4475
44762006-05-30 Eli Zaretskii <eliz@gnu.org>
4477
4478 * nonascii.texi (Default Coding Systems): Fix it some more.
4479
44802006-05-29 Eli Zaretskii <eliz@gnu.org>
4481
4482 * nonascii.texi (Default Coding Systems): Fix last change.
4483
44842006-05-29 Kenichi Handa <handa@m17n.org>
4485
4486 * nonascii.texi (find-operation-coding-system): Describe the new
4487 argument format (FILENAME . BUFFER).
4488
44892006-05-28 Richard Stallman <rms@gnu.org>
4490
4491 * tips.texi (Coding Conventions): Better explain reasons not to
4492 advise other packages or use `eval-after-load'.
4493
44942006-05-29 Kim F. Storm <storm@cua.dk>
4495
4496 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4497 `bindat-idx' and `bindat-raw' for clarity.
4498
44992006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4500
4501 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4502
4503 * display.texi (Display): Add "Abstract Display" to menu.
4504 (Abstract Display, Abstract Display Functions)
4505 (Abstract Display Example): New nodes.
4506 * elisp.texi (Top): Add "Abstract Display" to menu.
4507
45082006-05-27 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * keymaps.texi (Key Sequences): Link to input events definition.
4511 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4512
4513 * files.texi (Changing Files): Document updated argument list for
4514 copy-file.
4515
45162006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4517
4518 * processes.texi (Bindat Functions): Explain term "total length".
4519 Use it in bindat-length and bindat-pack descriptions.
4520
45212006-05-26 Eli Zaretskii <eliz@gnu.org>
4522
4523 * tips.texi (Coding Conventions): Advise against using
4524 eval-after-load in packages. Add an index entry.
4525
45262006-05-25 Juri Linkov <juri@jurta.org>
4527
4528 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4529
4530 * modes.texi (%-Constructs): Add %e, %z, %Z.
4531
45322006-05-25 Richard Stallman <rms@gnu.org>
4533
4534 * elisp.texi (Top): Update subnode menu.
4535
4536 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4537 (Keymaps): Update menu.
4538
45392006-05-25 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * keymaps.texi (Key Sequences): Some clarifications.
4542
45432006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4544
4545 * processes.texi (Bindat Functions): Say "unibyte string"
4546 explicitly for bindat-unpack and bindat-pack descriptions.
4547 (Bindat Examples): Don't call `string-make-unibyte' in example.
4548
45492006-05-25 Chong Yidong <cyd@stupidchicken.com>
4550
5dcb4c4e 4551 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4552 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4553
4554 * keymaps.texi (Changing Key Bindings):
dd7b651b 4555 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4556 * help.texi (Describing Characters): Refer to it.
4557
45582006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4559
4560 * frames.texi (Pointer Shape): @end table -> @end defvar.
4561
45622006-05-22 Richard Stallman <rms@gnu.org>
4563
4564 * elisp.texi (Top): Update subnode menus.
4565
4566 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4567 Contents rewritten; material from old Pointer Shape node moved here.
4568
4569 * display.texi (Pointer Shape): Node deleted.
4570 (Image Descriptors): Minor cleanup.
4571
45722006-05-21 Richard Stallman <rms@gnu.org>
4573
4574 * syntax.texi (Parsing Expressions): Update info on which STATE
4575 elements are ignored.
4576
45772006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4578
4579 * hooks.texi (Standard Hooks): Correct typo.
4580
4581 * gpl.texi (GPL): ifinfo -> ifnottex.
4582
45832006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4584
4585 * searching.texi (Simple Match Data): Warn about match data being
4586 set anew by every search.
4587
45882006-05-17 Richard Stallman <rms@gnu.org>
4589
4590 * minibuf.texi (Minibuffer History): Clarify.
4591
4592 * searching.texi (Regexp Special): Clarify nested regexp warning.
4593
45942006-05-16 Kim F. Storm <storm@cua.dk>
4595
4596 * minibuf.texi (Minibuffer History): Update add-to-history.
4597
45982006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4599
5dcb4c4e
SM
4600 * nonascii.texi (Explicit Encoding):
4601 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4602
46032006-05-14 Richard Stallman <rms@gnu.org>
4604
4605 * buffers.texi (Creating Buffers): Cleanup.
4606
4607 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4608
46092006-05-13 Eli Zaretskii <eliz@gnu.org>
4610
4611 * buffers.texi (Current Buffer): Document that with-temp-buffer
4612 disables undo.
4613
4614 * os.texi (Terminal-Specific): More accurate description of how
4615 Emacs searches for the terminal-specific libraries.
4616
46172006-05-12 Eli Zaretskii <eliz@gnu.org>
4618
4619 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4620 emacs-xtra to @inforef's.
4621
4622 * text.texi (Undo): Document that undo is turned off in buffers
4623 whose names begin with a space.
4624
4625 * buffers.texi (Buffer Names): Add index entries for buffers whose
4626 names begin with a space.
4627 (Creating Buffers): Document that undo is turned off in buffers
4628 whose names begin with a space.
4629
4630 * files.texi (Visiting Functions, Reading from Files)
4631 (Saving Buffers): Mention code and EOL conversions by file I/O
4632 primitives and subroutines.
4633
4634 * nonascii.texi (Lisp and Coding Systems): Document
4635 coding-system-eol-type. Add index entries for eol conversion.
4636
4637 * display.texi (Defining Faces): Mention `mac', and add an xref to
4638 where window-system is described.
4639
46402006-05-10 Richard Stallman <rms@gnu.org>
4641
4642 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4643
46442006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4645
4646 * variables.texi (File Local Variables): Recommend to quote lambda
4647 expressions in safe-local-variable property.
4648
46492006-05-09 Richard Stallman <rms@gnu.org>
4650
5dcb4c4e
SM
4651 * variables.texi (File Local Variables):
4652 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4653
46542006-05-07 Kim F. Storm <storm@cua.dk>
4655
4656 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4657 from add-to-history.
4658
46592006-05-07 Romain Francoise <romain@orebokech.com>
4660
4661 * commands.texi (Event Input Misc):
4662 * compile.texi (Eval During Compile):
4663 * internals.texi (Buffer Internals):
4664 * minibuf.texi (Initial Input):
4665 * nonascii.texi (Scanning Charsets):
4666 * numbers.texi (Comparison of Numbers):
4667 * windows.texi (Textual Scrolling, Vertical Scrolling):
4668 Fix various typos.
4669
46702006-05-06 Eli Zaretskii <eliz@gnu.org>
4671
4672 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4673 conditional xref's to either emacs or emacs-xtra, depending on
4674 @iftex/@ifnottex.
4675
4676 * minibuf.texi (Minibuffer History): Document add-to-history.
4677
46782006-05-05 Eli Zaretskii <eliz@gnu.org>
4679
4680 * internals.texi (Pure Storage): Mention the pure overflow message
4681 at startup.
4682
c8763fb6 46832006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4684
4685 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4686 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4687 search.
4688
46892006-05-01 Richard Stallman <rms@gnu.org>
4690
4691 * intro.texi (nil and t): Clarify.
4692
4693 * variables.texi (File Local Variables): Suggest using booleanp.
4694
46952006-05-01 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * objects.texi (Type Predicates): Fix typos.
4698
46992006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * intro.texi (nil and t): Add booleanp.
4702
4703 * objects.texi (Type Predicates): Add links for booleanp and
4704 string-or-null-p.
4705
47062006-04-29 Richard Stallman <rms@gnu.org>
4707
4708 * modes.texi (Multiline Font Lock): Rename from
4709 Multi line Font Lock Elements. Much clarification.
4710 (Font Lock Multiline, Region to Fontify): Much clarification.
4711
47122006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * variables.texi (File Local Variables): Remove the special case t for
4715 safe-local-variable.
4716
47172006-04-26 Richard Stallman <rms@gnu.org>
4718
4719 * syntax.texi (Parsing Expressions): Minor cleanup.
4720
47212006-04-18 Richard Stallman <rms@gnu.org>
4722
4723 * tips.texi (Coding Conventions): Explain when the package's
4724 prefix should appear later on (not at the start of the name).
4725
4726 * searching.texi (String Search): Clarify effect of NOERROR.
4727
4728 * modes.texi (Imenu): Clarify what special items do.
4729
4730 * hooks.texi (Standard Hooks): Delete text about old hook names.
4731
47322006-04-17 Romain Francoise <romain@orebokech.com>
4733
4734 * variables.texi (Local Variables): Update the default value of
4735 `max-specpdl-size'.
4736
47372006-04-15 Michael Olson <mwolson@gnu.org>
4738
4739 * processes.texi (Transaction Queues): Mention the new optional
4740 `delay-question' argument for `tq-enqueue'.
4741
47422006-04-13 Bill Wohler <wohler@newt.com>
4743
4744 * customize.texi (Common Keywords): Use dotted notation for
4745 :package-version value. Specify its values. Improve documentation
4746 for customize-package-emacs-version-alist.
4747
47482006-04-12 Bill Wohler <wohler@newt.com>
4749
4750 * customize.texi (Common Keywords): Move description of
4751 customize-package-emacs-version-alist to @defvar.
4752
47532006-04-10 Bill Wohler <wohler@newt.com>
4754
4755 * customize.texi (Common Keywords): Add :package-version.
4756
47572006-04-10 Kim F. Storm <storm@cua.dk>
4758
4759 * text.texi (Buffer Contents): Add NOPROPS arg to
4760 filter-buffer-substring.
4761
47622006-04-08 Kevin Ryde <user42@zip.com.au>
4763
4764 * os.texi (Command-Line Arguments): Update xref to emacs manual
4765 "Command Arguments" -> "Emacs Invocation", per change there.
4766
47672006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4768
4769 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4770 be on one line to help makeinfo not render two spaces after the dot.
4771
47722006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * strings.texi (Predicates for Strings): Add string-or-null-p.
4775
47762006-03-28 Kim F. Storm <storm@cua.dk>
4777
4778 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4779 remarks about systems that don't support fractional seconds.
4780
47812006-03-25 Karl Berry <karl@gnu.org>
4782
4783 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4784 the year list.
4785
47862006-03-21 Nick Roberts <nickrob@snap.net.nz>
4787
4788 * display.texi (Fringe Indicators): Fix typos.
4789
47902006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4791
4792 * tips.texi (Documentation Tips): One can now also write `program'
4793 in front of a quoted symbol in a docstring to prevent making a
4794 hyperlink.
4795
47962006-03-19 Alan Mackenzie <acm@muc.de>
4797
4798 * text.texi (Special Properties): Clarify `fontified' property.
4799
48002006-03-16 Richard Stallman <rms@gnu.org>
4801
4802 * display.texi (Defining Images): Minor cleanup.
4803
48042006-03-16 Bill Wohler <wohler@newt.com>
4805
4806 * display.texi (Defining Images): In image-load-path-for-library,
4807 prefer user's images.
4808
48092006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4812
48132006-03-15 Bill Wohler <wohler@newt.com>
4814
4815 * display.texi (Defining Images): Fix example in
4816 image-load-path-for-library by not recommending that one binds
4817 image-load-path. Just defvar it to placate compiler and only use
4818 it if previously defined.
4819
48202006-03-14 Bill Wohler <wohler@newt.com>
4821
4822 * display.texi (Defining Images): In image-load-path-for-library,
4823 always return list of directories. Update example.
4824
48252006-03-14 Alan Mackenzie <acm@muc.de>
4826
4827 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4828 This describes font-lock-extend-region-function.
4829 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4830 the new node "Region to Fontify".
4831
48322006-03-13 Richard Stallman <rms@gnu.org>
4833
4834 * display.texi (Invisible Text): The impossible position is
4835 now before the invisible text, not after.
4836 (Defining Images): Clean up last change.
4837
48382006-03-11 Bill Wohler <wohler@newt.com>
4839
4840 * display.texi (Defining Images): Add image-load-path-for-library.
4841
48422006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4843
4844 * text.texi (Adaptive Fill): Fix Texinfo usage.
4845
4846 * strings.texi (Creating Strings): Fix Texinfo usage.
4847
4848 * searching.texi (Regexp Special): Use @samp for regular
4849 expressions that are not in Lisp syntax.
4850
48512006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4852
4853 * searching.texi (Regexp Special): Put remark between parentheses
4854 to avoid misreading.
4855
48562006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4857
4858 * searching.texi (Syntax of Regexps): More accurately describe
4859 which characters are special in which situations.
4860 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4861 are not special. Describe in detail when `[' and `]' are special.
4862 (Regexp Backslash): Plenty of regexps with unbalanced square
4863 brackets are valid, so reword that statement.
4864
48652006-03-02 Kim F. Storm <storm@cua.dk>
4866
4867 * keymaps.texi (Tool Bar): Add tool-bar-border.
4868
48692006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4870
4871 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4872
48732006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4874
4875 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4876
4877 * files.texi (Locating Files): Suggest additional values for the
4878 SUFFIXES arg of `locate-file'. Update pxref.
4879
4880 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4881 (How Programs Do Loading): Discuss the effects of Auto Compression
4882 mode on `load'.
4883 (Load Suffixes): New node.
4884 (Library Search): Delete description of `load-suffixes'; it was
4885 moved to "Load Suffixes".
4886 (Autoload, Named Features): Mention `load-suffixes'.
4887
48882006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4889
4890 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4891
4892 * windows.texi (Window Tree): Fix typo.
4893
48942006-02-20 Kim F. Storm <storm@cua.dk>
4895
4896 * display.texi (Fringe Indicators): New section.
4897 Move indicate-empty-lines, indicate-buffer-boundaries, and
4898 default-indicate-buffer-boundaries here.
4899 Add fringe-indicator-alist and default-fringes-indicator-alist.
4900 Add list of logical fringe indicator symbols.
4901 Update list of standard bitmap names.
4902 (Fringe Cursors): New section.
4903 Move overflow-newline-into-fringe here.
4904 Add fringe-cursor-alist and default-fringes-cursor-alist.
4905 Add list of fringe cursor symbols.
4906
49072006-02-20 Juanma Barranquero <lekktu@gmail.com>
4908
4909 * commands.texi (Using Interactive): Fix reference to node
4910 "Minibuffers".
4911
49122006-02-19 Richard M. Stallman <rms@gnu.org>
4913
4914 * minibuf.texi (High-Level Completion):
4915 Add xref to read-input-method-name.
4916
4917 * files.texi (Relative File Names): Move file-relative-name here.
4918 (File Name Expansion): From here. Minor clarifications.
4919
4920 * commands.texi (Using Interactive): Add xrefs about reading input.
4921 Clarify remarks about that moving point and mark.
4922 Put string case before list case.
4923
c8763fb6 49242006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4925
4926 * display.texi (Other Display Specs, Image Descriptors):
4927 Revert erroneous changes. The previous description of
4928 image-descriptors as `(image . PROPS)' was correct.
4929
49302006-02-14 Richard M. Stallman <rms@gnu.org>
4931
4932 * variables.texi (File Local Variables): Clarifications.
4933
49342006-02-14 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * variables.texi (File Local Variables): Use @code for a cons
4937 cell, not @var.
4938
49392006-02-13 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * variables.texi (File Local Variables): Document new file local
4942 variable behavior.
4943
49442006-02-10 Kim F. Storm <storm@cua.dk>
4945
4946 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4947
49482006-02-08 Juanma Barranquero <lekktu@gmail.com>
4949
4950 * modes.texi (%-Constructs): Remove obsolete info about
4951 `global-mode-string'.
4952
49532006-02-07 Richard M. Stallman <rms@gnu.org>
4954
4955 * commands.texi (Prefix Command Arguments): Minor cleanup.
4956
4957 * display.texi: "Graphical display", not window system.
4958
4959 * functions.texi (What Is a Function): Fix xref.
4960
4961 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4962 (Changing Key Bindings): Clarify when remapping is better than
4963 substitute-key-definition.
4964
49652006-02-02 Richard M. Stallman <rms@gnu.org>
4966
4967 * minibuf.texi (Basic Completion): Completion alists are risky.
4968
4969 * keymaps.texi (Active Keymaps): Clarifications.
4970 (Searching Keymaps): New node.
4971 (Keymaps): Update menu.
4972
4973 * frames.texi (Layout Parameters): Minor clarification.
4974 (Drag and Drop): New node.
4975 (Frames): Update menu.
4976
49772006-01-29 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * display.texi (Other Display Specs, Image Descriptors):
4980 Image description is a list, not a cons cell.
4981
49822006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4983
4984 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4985 list is not necessarily a list).
4986
49872006-01-27 Eli Zaretskii <eliz@gnu.org>
4988
4989 * frames.texi (Layout Parameters): border-width and
4990 internal-border-width belong to the frame, not the window.
4991
49922006-01-19 Richard M. Stallman <rms@gnu.org>
4993
4994 * nonascii.texi (Translation of Characters): Search cmds use
4995 translation-table-for-input. Automatically made local.
4996
4997 * markers.texi (Overview of Markers): Count insertion type
4998 as one of a marker's attributes.
4999
5000 * keymaps.texi (Controlling Active Maps): New node, split out of
5001 Active Keymaps.
5002 (Keymaps): Menu updated.
5003 (Active Keymaps): Give pseudocode to explain how the active
5004 maps are searched. current-active-maps and key-binding moved here.
5005 (Functions for Key Lookup): current-active-maps and key-binding moved.
5006 Clarifications.
5007 (Searching the Keymaps): New subnode.
5008
5009 * elisp.texi (Top): Menu clarification.
5010
5011 * display.texi (Other Display Specs): Delete duplicate entry for
5012 just a string as display spec. Move text about recursive display
5013 specs on such a string.
5014
5015 * commands.texi (Key Sequence Input): Clarify.
5016 Move num-nonmacro-input-events out.
5017 (Reading One Event): num-nonmacro-input-events moved here.
5018
50192006-01-14 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * advice.texi (Simple Advice): Update example to fit argument
5022 change in previous-line.
5023
50242006-01-05 Richard M. Stallman <rms@gnu.org>
5025
5026 * markers.texi (The Mark): Fix in `mark'.
5027
50282006-01-04 Richard M. Stallman <rms@gnu.org>
5029
5030 * processes.texi (Misc Network, Make Network): Minor cleanups.
5031
50322006-01-04 Kim F. Storm <storm@cua.dk>
5033
5034 * processes.texi (Make Network): Add IPv6 addresses and handling.
5035 (Network Feature Testing): Mention (:family ipv6).
5036 (Misc Network): Add IPv6 formats to format-network-address.
5037
50382005-12-30 Richard M. Stallman <rms@gnu.org>
5039
5040 * text.texi (Changing Properties):
5041 Don't use return value of set-text-properties.
5042
50432005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5044
5045 * modes.texi (Mode Line Format): Correct typo in menu.
5046
50472005-12-29 Richard M. Stallman <rms@gnu.org>
5048
5049 * modes.texi (Mode Line Top): New node.
5050 (Mode Line Data): Some text moved to new node.
5051 Explain the data structure more concretely.
5052 (Mode Line Basics): Clarifications.
5053 (Mode Line Variables): Clarify intro paragraph.
5054 (%-Constructs): Clarify intro paragraph.
5055 (Mode Line Format): Update menu.
5056
50572005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * minibuf.texi (Basic Completion): Update lazy-completion-table
5060 examples for removal of ARGS argument.
5061
50622005-12-23 Richard M. Stallman <rms@gnu.org>
5063
5064 * text.texi (Undo): Restore some explanation from the version
5065 that was deleted.
5066
50672005-12-23 Eli Zaretskii <eliz@gnu.org>
5068
5069 * text.texi (Undo): Remove duplicate descriptions of `apply
5070 funname' and `apply delta' elements of the undo list.
5071
50722005-12-20 Richard M. Stallman <rms@gnu.org>
5073
5074 * help.texi (Help Functions): Update documentation of `apropos'.
5075
50762005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5077
5078 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5079 because it is confusing. If the :help-echo keyword is a function,
5080 it is not directly used as the :help-echo overlay property, as the
5081 xref seems to suggest (it does not take the appropriate args).
5082
50832005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5084
5085 * customize.texi (Common Keywords): Fix Texinfo usage.
5086 (Group Definitions, Variable Definitions): Update for new
5087 conventions for using `*' in docstrings.
5088
5089 * tips.texi (Documentation Tips): Update for new conventions for
5090 using `*' in docstrings.
5091
50922005-12-16 Richard M. Stallman <rms@gnu.org>
5093
5094 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5095
50962005-12-16 Juri Linkov <juri@jurta.org>
5097
5098 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5099
51002005-12-14 Romain Francoise <romain@orebokech.com>
5101
5102 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5103 Fix typo.
5104
51052005-12-11 Juri Linkov <juri@jurta.org>
5106
5107 * minibuf.texi (Completion Commands): Add mention of read-file-name
5108 for filename completion keymaps.
5109 (Reading File Names): Add mention of filename completion keymaps
5110 for read-file-name and xref to `Completion Commands'.
5111
51122005-12-10 Richard M. Stallman <rms@gnu.org>
5113
5114 * customize.texi (Common Keywords): State caveats for use of :tag.
5115
51162005-12-08 Richard M. Stallman <rms@gnu.org>
5117
5118 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5119 with xrefs and better explanation.
5120 (Completion Commands): Add the filename completion maps.
5121
5122 * objects.texi (Character Type): Clarify that \s is not space
5123 if a dash follows.
5124
51252005-12-05 Richard M. Stallman <rms@gnu.org>
5126
5127 * windows.texi (Resizing Windows): Delete preserve-before args.
5128
51292005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5132 in full keymaps, since the quirk has been fixed.
5133
51342005-12-03 Eli Zaretskii <eliz@gnu.org>
5135
5dcb4c4e
SM
5136 * hooks.texi (Standard Hooks): Add index entries.
5137 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5138
51392005-11-27 Richard M. Stallman <rms@gnu.org>
5140
5141 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5142
51432005-11-21 Juri Linkov <juri@jurta.org>
5144
5145 * customize.texi (Common Keywords): Update links types
5146 custom-manual and url-link. Add link types emacs-library-link,
5147 file-link, function-link, variable-link, custom-group-link.
5148
51492005-11-20 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * display.texi: Revert 2005-11-20 change.
5152
51532005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5154
5155 * processes.texi (Bindat Functions):
5156 Say "third" to refer to zero-based index "2".
5157
51582005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * loading.texi (Library Search): Update the default value of
5161 `load-suffixes'.
5162
51632005-11-17 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * display.texi (Attribute Functions): Mention :ignore-defface.
5166
51672005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5170 (Minor Mode Conventions): Mention the use of a hook.
5171
51722005-11-06 Richard M. Stallman <rms@gnu.org>
5173
5174 * files.texi (Magic File Names): find-file-name-handler checks the
5175 `operations' property of the handler.
5176
51772005-11-03 Richard M. Stallman <rms@gnu.org>
5178
5179 * variables.texi (Frame-Local Variables): Small clarification.
5180
51812005-10-29 Chong Yidong <cyd@stupidchicken.com>
5182
5183 * os.texi (Init File): Document ~/.emacs.d/init.el.
5184
51852005-10-29 Richard M. Stallman <rms@gnu.org>
5186
5187 * internals.texi (Garbage Collection): Document memory-full.
5188
51892005-10-28 Bill Wohler <wohler@newt.com>
5190
5191 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5192 for URLs.
5193
51942005-10-28 Richard M. Stallman <rms@gnu.org>
5195
5196 * minibuf.texi (Completion Commands): Clean up prev change.
5197
51982005-10-26 Kevin Ryde <user42@zip.com.au>
5199
5200 * compile.texi (Eval During Compile): Explain recommended uses
5201 of eval-when-compile and eval-and-compile.
5202
52032005-10-27 Masatake YAMATO <jet@gyve.org>
5204
5205 * minibuf.texi (Completion Commands):
5206 Write about new optional argument for `display-completion-list'.
5207
52082005-10-23 Richard M. Stallman <rms@gnu.org>
5209
5210 * display.texi (Overlay Arrow): Clarify about local bindings of
5211 overlay-arrow-position.
5212
52132005-10-22 Eli Zaretskii <eliz@gnu.org>
5214
5215 * internals.texi (Building Emacs): Fix last change.
5216
52172005-10-22 Richard M. Stallman <rms@gnu.org>
5218
5219 * internals.texi (Building Emacs): Document eval-at-startup.
5220
52212005-10-21 Richard M. Stallman <rms@gnu.org>
5222
5223 * loading.texi (Where Defined): load-history contains abs file names.
5224 symbol-file returns abs file names.
5225
52262005-10-19 Kim F. Storm <storm@cua.dk>
5227
5228 * display.texi (Showing Images): Add max-image-size integer value.
5229
52302005-10-18 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * display.texi (Showing Images): Document max-image-size.
5233
52342005-10-17 Richard M. Stallman <rms@gnu.org>
5235
5236 * commands.texi (Quitting): Minor clarification.
5237
5238 * processes.texi (Sentinels): Clarify about output and quitting.
5239 (Filter Functions): Mention with-local-quit.
5240
52412005-10-17 Juri Linkov <juri@jurta.org>
5242
5243 * buffers.texi (Current Buffer):
5244 * commands.texi (Event Input Misc):
5245 * compile.texi (Eval During Compile, Compiler Errors):
5246 * customize.texi (Group Definitions):
5247 * display.texi (Progress, Defining Faces):
5248 * files.texi (Writing to Files):
5249 * modes.texi (Mode Hooks, Defining Minor Modes):
5250 * streams.texi (Output Functions):
5251 * syntax.texi (Syntax Table Functions):
5252 * text.texi (Change Hooks):
5253 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5254
5255 * commands.texi (Quitting): Replace arg `forms' with `body' in
5256 `with-local-quit'.
5257
5258 * positions.texi (Excursions): Replace arg `forms' with `body' in
5259 `save-excursion'.
5260
52612005-10-08 Kim F. Storm <storm@cua.dk>
5262
5263 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5264 Rename manual section accordingly.
5265
52662005-10-04 Kim F. Storm <storm@cua.dk>
5267
5268 * windows.texi (Window Split Tree): New section describing
5269 new function window-split-tree function.
5270
52712005-10-03 Nick Roberts <nickrob@snap.net.nz>
5272
5273 * display.texi (Fringe Size/Pos): Simplify and add detail.
5274
52752005-09-30 Romain Francoise <romain@orebokech.com>
5276
5277 * minibuf.texi (High-Level Completion): Explain that the prompt
5278 given to `read-buffer' should end with a colon and a space.
5279 Update usage examples.
5280
52812005-09-29 Juri Linkov <juri@jurta.org>
5282
5283 * display.texi (Displaying Messages): Rename argument name
5284 `string' to `format-string' in functions `message', `message-box',
5285 `message-or-box'.
5286
52872005-09-26 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * errors.texi (Standard Errors): Correct xrefs.
5290
52912005-09-18 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * display.texi (Defining Images): Update documentation for
5294 `image-load-path'.
5295
52962005-09-17 Richard M. Stallman <rms@gnu.org>
5297
5298 * display.texi (Defining Images): Clean up previous change.
5299
53002005-09-16 Romain Francoise <romain@orebokech.com>
5301
5302 * elisp.texi: Specify GFDL version 1.2.
5303
5304 * doclicense.texi (GNU Free Documentation License): Update to
5305 version 1.2.
5306
53072005-09-15 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * display.texi (Defining Images): Document `image-load-path'.
5310
53112005-09-15 Richard M. Stallman <rms@gnu.org>
5312
5313 * objects.texi (Printed Representation): Minor cleanup.
5314 (Box Diagrams): Minor fix.
5315 (Cons Cell Type): Move (...) index item here.
5316 (Box Diagrams): From here.
5317 (Array Type): Minor fix.
5318 (Type Predicates): Delete index "predicates".
5319 (Hash Table Type): Clarify xref.
5320 (Dotted Pair Notation): Minor fix.
5321
53222005-09-10 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * files.texi (Saving Buffers): Fix typo.
5325
53262005-09-08 Richard M. Stallman <rms@gnu.org>
5327
5328 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5329
53302005-09-08 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * locals.texi (Standard Buffer-Local Variables): Don't include
5333 mode variables for minor modes.
5334 Fix xrefs for buffer-display-count, buffer-display-table,
5335 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5336 enable-multibyte-characters, fill-column, header-line-format,
5337 left-fringe-width, left-margin, and right-fringe-width.
5338
5339 * hooks.texi (Standard Hooks): All hooks should conform to the
5340 standard naming convention now.
5341 Fix xref for `echo-area-clear-hook'.
5342
5343 * display.texi (Usual Display): Note that indicate-empty-lines and
5344 tab-width are buffer-local.
5345
5346 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5347
5348 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5349
5350 * nonascii.texi (Encoding and I/O): Note that
5351 buffer-file-coding-system is buffer-local.
5352
5353 * positions.texi (List Motion): Note that defun-prompt-regexp is
5354 buffer-local.
5355
5356 * text.texi (Auto Filling): Note that auto-fill-function is
5357 buffer-local.
5358 (Undo): Note that buffer-undo-list is buffer-local.
5359
5dcb4c4e
SM
5360 * windows.texi (Buffers and Windows):
5361 Document buffer-display-count.
b8d4c8d0
GM
5362
53632005-09-06 Richard M. Stallman <rms@gnu.org>
5364
5365 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5366 package prefix elsewhere than at the start of the name.
5367
53682005-09-03 Richard M. Stallman <rms@gnu.org>
5369
5370 * tips.texi (Programming Tips): Add conventions for minibuffer
5371 questions and prompts.
5372
53732005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5374
5375 * intro.texi (nil and t): Minor cleanup.
5376 Delete spurious mention of keyword symbols.
5377 (Evaluation Notation): Add index entry.
5378 (A Sample Function Description): Minor cleanup.
5379 (A Sample Variable Description): Not all vars can be set.
5380
53812005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5382
5383 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5384
5385 (Insertion): Document precise type of `insert-char' arg COUNT.
5386
53872005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * modes.texi (Other Font Lock Variables): Sync the default of
5390 font-lock-lines-before.
5391
53922005-08-31 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5395
53962005-08-29 Richard M. Stallman <rms@gnu.org>
5397
5398 * elisp.texi (Top): Update subnode menu.
5399
5400 * searching.texi (Searching and Matching): Move node.
5401 Rearrange contents and add overall explanation.
5402 (Searching and Case): Move node.
5403 (Searching and Matching): Update menu.
5404
54052005-08-27 Eli Zaretskii <eliz@gnu.org>
5406
5407 * os.texi (Startup Summary): Fix the description of the initial
5408 startup message display.
5409
54102005-08-25 Richard M. Stallman <rms@gnu.org>
5411
5412 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5413
54142005-08-25 Emilio C. Lopes <eclig@gmx.net>
5415
5416 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5417 `next-overlay-change' example.
5418
54192005-08-22 Juri Linkov <juri@jurta.org>
5420
5421 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5422 Fix invert-face. Fix args of face-background.
5423
5424 * display.texi (Standard Faces): Delete node.
5425 (Faces): Add xref to `(emacs)Standard Faces'.
5426 (Displaying Faces): Fix xref to `Standard Faces'.
5427
5428 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5429
54302005-08-20 Alan Mackenzie <acm@muc.de>
5431
5432 * buffers.texi (The Buffer List): Clarify the manipulation of the
5433 buffer list.
5434
54352005-08-14 Richard M. Stallman <rms@gnu.org>
5436
5437 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5438 a regexp.
5439
54402005-08-11 Richard M. Stallman <rms@gnu.org>
5441
5442 * elisp.texi (Top): Update subnode lists.
5443
5444 * display.texi (Inverse Video): Node deleted.
5445
5446 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5447 New nodes split out of Coding Conventions.
5448
5449 * searching.texi (Regular Expressions): Document re-builder.
5450
5451 * os.texi (Time Parsing): New node split out of Time Conversion.
5452
5453 * processes.texi (Misc Network, Network Feature Testing)
5454 (Network Options, Make Network): New nodes split out of
5455 Low-Level Network.
5456
54572005-08-09 Richard M. Stallman <rms@gnu.org>
5458
5459 * frames.texi (Geometry): New node, split from Size and Position.
5460 (Frame Parameters): Refer to Geometry.
5461
5462 * buffers.texi (The Buffer List): Fix xrefs.
5463
5464 * windows.texi (Splitting Windows): Fix xref.
5465
5466 * frames.texi (Layout Parameters): Add xref.
5467
5468 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5469
5470 * keymaps.texi (Menu Bar): Fix xref.
5471
5472 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5473
5474 * modes.texi (%-Constructs): Fix xref.
5475
5476 * frames.texi (Window Frame Parameters): Node split up.
5477 (Basic Parameters, Position Parameters, Size Parameters)
5478 (Layout Parameters, Buffer Parameters, Management Parameters)
5479 (Cursor Parameters, Color Parameters): New subnodes.
5480
54812005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5482
5483 * positions.texi (Screen Lines): Update xref for previous change
5484 in minibuf.texi.
5485
5486 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5487 change in minibuf.texi.
5488
54892005-08-09 Richard M. Stallman <rms@gnu.org>
5490
5491 * tips.texi (Coding Conventions): Minor cleanup.
5492
5493 * modes.texi (Defining Minor Modes): Explain when init-value
5494 can be non-nil.
5495
5496 * elisp.texi (Top): Update submenu for Minibuffer.
5497
5498 * minibuf.texi (Minibuffer Misc): Node split up.
5499 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5500 (Recursive Mini): New nodes split out from Minibuffer Misc.
5501 (Minibuffer Misc): Document max-mini-window-height.
5502
5503 * hash.texi (Defining Hash): Delete stray paren in example.
5504
5505 * display.texi (Echo Area Customization): Don't define
5506 max-mini-window-height here; xref instead.
5507
5508 * commands.texi (Event Input Misc): Update while-no-input.
5509
5510 * advice.texi (Advising Functions): Explain when to use advice
5511 and when to use a hook.
5512
55132005-07-30 Eli Zaretskii <eliz@gnu.org>
5514
5515 * makefile.w32-in (info): Don't run install-info.
5516 ($(infodir)/dir): New target, produced by running install-info.
5517
55182005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5519
5520 * modes.texi (Defining Minor Modes): The keyword for the initial
5521 value is :init-value, not :initial-value.
5522
55232005-07-23 Eli Zaretskii <eliz@gnu.org>
5524
5525 * loading.texi (Autoload): Make the `doctor' example be consistent
5526 with what's in current loaddefs.el. Describe the "fn" magic in
5527 the usage portion of the doc string.
5528
55292005-07-22 Richard M. Stallman <rms@gnu.org>
5530
5531 * internals.texi (Garbage Collection): Clarify previous change.
5532
55332005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5536
55372005-07-18 Juri Linkov <juri@jurta.org>
5538
5539 * commands.texi (Accessing Events):
5540 * frames.texi (Text Terminal Colors, Resources):
5541 * markers.texi (The Mark):
5542 * modes.texi (Defining Minor Modes):
5543 Delete duplicate duplicate words.
5544
55452005-07-16 Richard M. Stallman <rms@gnu.org>
5546
5547 * display.texi (Managing Overlays): Clarify make-overlay
5548 args for insertion types.
5549
55502005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5551
5552 * customize.texi (Variable Definitions):
5553 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5554 `standard-value' is a list too.
5555 (Defining New Types): Use @key{RET} instead of @key{ret}.
5556
55572005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5558
5559 * os.texi (Translating Input): Fix typo.
5560
55612005-07-08 Richard M. Stallman <rms@gnu.org>
5562
5563 * README: Update edition number and size estimate.
5564
5565 * elisp.texi (VERSION): Set to 2.9.
5566
55672005-07-07 Richard M. Stallman <rms@gnu.org>
5568
5569 * book-spine.texinfo: Update Emacs version.
5570
5571 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5572
55732005-07-06 Richard M. Stallman <rms@gnu.org>
5574
5575 * searching.texi (Regexp Search): Clarify what re-search-forward
5576 does when the search fails.
5577
55782005-07-05 Lute Kamstra <lute@gnu.org>
5579
5580 * Update FSF's address in GPL notices.
5581
5582 * doclicense.texi (GNU Free Documentation License):
5583 * gpl.texi (GPL):
5584 * tips.texi (Coding Conventions, Library Headers):
5585 * vol1.texi:
5586 * vol2.texi: Update FSF's address.
5587
55882005-07-04 Richard M. Stallman <rms@gnu.org>
5589
5590 * hooks.texi (Standard Hooks): Add occur-hook.
5591
55922005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * display.texi (The Echo Area): Correct menu.
5595
55962005-07-03 Richard M. Stallman <rms@gnu.org>
5597
5598 * elisp.texi (Top): Update subnode menu for Display.
5599
5600 * display.texi (Displaying Messages): New node, with most
5601 of what was in The Echo Area.
5dcb4c4e 5602 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5603 (Logging Messages): New node with new text.
5604 (Echo Area Customization): New node, the rest of what was
5605 in The Echo Area. Document message-truncate-lines with @defvar.
5606 (Display): Update menu.
5607
5608 * windows.texi (Textual Scrolling): Doc 3 values for
5609 scroll-preserve-screen-position.
5610
5611 * text.texi (Special Properties): Change hook functions
5612 should bind inhibit-modification-hooks around altering buffer text.
5613
5614 * keymaps.texi (Key Binding Commands): Call binding BINDING
5615 rather than DEFINITION.
5616
56172005-06-29 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * variables.texi (Defining Variables): `user-variable-p' returns t
5620 for aliases of user options, nil for alias loops.
5621
56222005-06-28 Richard M. Stallman <rms@gnu.org>
5623
5624 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5625 make-keymap.
5626
56272005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5628
5629 * variables.texi (Setting Variables): Correct and clarify
5630 description of `add-to-ordered-list'.
5631
56322005-06-26 Richard M. Stallman <rms@gnu.org>
5633
5634 * display.texi (Faces): Minor cleanup.
5635
56362005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5637
5638 * display.texi (Faces): `facep' returns t for strings that are
5639 face names.
5640
56412005-06-25 Richard M. Stallman <rms@gnu.org>
5642
5643 * objects.texi (Equality Predicates): Clarify meaning of equal.
5644
5645 * windows.texi (Selecting Windows): save-selected-window
5646 and with-selected-window save and restore the current buffer.
5647
56482005-06-24 Richard M. Stallman <rms@gnu.org>
5649
5650 * numbers.texi (Float Basics): Explain how to test for NaN,
5651 and printing the sign of NaNs.
5652
56532005-06-24 Eli Zaretskii <eliz@gnu.org>
5654
5655 * makefile.w32-in (MAKEINFO): Use --force.
5656
56572005-06-23 Richard M. Stallman <rms@gnu.org>
5658
5659 * display.texi (Face Functions): Correct Texinfo usage.
5660
56612005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5662
5663 * lists.texi (Rings): `ring-elements' now returns the elements of
5664 RING in order.
5665
56662005-06-23 Juanma Barranquero <lekktu@gmail.com>
5667
5668 * markers.texi (The Mark): Texinfo usage fix.
5669
56702005-06-23 Kim F. Storm <storm@cua.dk>
5671
5672 * searching.texi (Entire Match Data): Remove evaporate option for
5673 match-data. Do not mention evaporate option for set-match-data.
5674
56752005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5676
5677 * display.texi (Face Functions): Mention face aliases.
5678
56792005-06-21 Richard M. Stallman <rms@gnu.org>
5680
5681 * anti.texi (Antinews): Texinfo usage fix.
5682
56832005-06-21 Karl Berry <karl@gnu.org>
5684
5685 * elisp.texi: Use @copying.
5686
5687 * elisp.texi: Put @summarycontents and @contents before the Top
5688 node, instead of the end of the file, so that the contents appear
5689 in the right place in the dvi/pdf output.
5690
56912005-06-21 Juri Linkov <juri@jurta.org>
5692
5693 * display.texi (Defining Faces): Add `customized-face'.
5694
56952005-06-20 Kim F. Storm <storm@cua.dk>
5696
5697 * variables.texi (Setting Variables): Any type of element can be
5698 given order in add-to-ordered-list. Compare elements with eq.
5699
5700 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5701
57022005-06-20 Karl Berry <karl@gnu.org>
5703
5704 * syntax.texi (Syntax Flags): Make last column very slightly wider
5705 to avoid "generic comment" breaking on two lines and causing an
5706 underfull box.
5707
57082005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5709
5710 * lists.texi (Rings): Various minor clarifications and corrections.
5711
57122005-06-18 Richard M. Stallman <rms@gnu.org>
5713
5714 * functions.texi (Obsolete Functions): Simplify.
5715
5716 * variables.texi (Variable Aliases): Simplify.
5717
5718 * anti.texi, backups.texi, compile.texi, customization.texi:
5719 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5720 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5721 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5722 * variables.texi: Fix formatting ugliness.
5723
5724 * elisp.texi: Add links to Rings and Byte Packing.
5725 Update version and copyright years.
5726
5727 * minibuf.texi: Fix formatting ugliness.
5728 (Completion Commands): Move keymap vars to the end
5729 and vars completing-read binds to the top.
5730
57312005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5732
5733 * processes.texi: Fix typos.
5734 (Bindat Spec): Correct Texinfo error.
5735 (Byte Packing): Fix ungrammatical sentence.
5736
57372005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5738
5739 * lists.texi (Rings): New node.
5740 (Lists): Add it to menu.
5741
5742 * processes.texi (Byte Packing): New node.
5743 (Processes): Add it to menu.
5744
57452005-06-17 Richard M. Stallman <rms@gnu.org>
5746
5747 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5748
5749 * help.texi (Documentation Basics): Explain the xref to
5750 Documentation Tips.
5751
5752 * debugging.texi (Debugger Commands): Minor fix.
5753
57542005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * edebug.texi (Instrumenting): Eliminate duplicate link.
5757 (Specification List): Replace references to "below", referring to
5758 a later node, with one @ref to that node.
5759
5760 * os.texi (Timers): Timers should save and restore the match data
5761 if they change it.
5762
5763 * debugging.texi (Debugger Commands): Mention that the Lisp
5764 debugger can not step through primitive functions.
5765
57662005-06-16 Juanma Barranquero <lekktu@gmail.com>
5767
5768 * functions.texi (Obsolete Functions): Update argument names of
5769 `make-obsolete' and `define-obsolete-function-alias'.
5770
5771 * variables.texi (Variable Aliases): Update argument names of
5772 `defvaralias', `make-obsolete-variable' and
5773 `define-obsolete-variable-alias'.
5774
57752005-06-15 Kim F. Storm <storm@cua.dk>
5776
5777 * searching.texi (Entire Match Data): Rephrase warnings about
5778 evaporate arg to match-data and set-match-data.
5779
57802005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5781
5782 * elisp.texi (Top): Update detailed menu.
5783
5784 * edebug.texi (Edebug): Update menu.
5785 (Instrumenting): Update xrefs.
5786 (Edebug Execution Modes): Correct xref.
5787 (Jumping): Clarify description of `h' command.
5788 Eliminate redundant @ref.
5789 (Breaks): New node.
5790 (Breakpoints): Is now a subsubsection.
5791 (Global Break Condition): Mention `C-x X X'.
5792 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5793 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5794 (Edebug Display Update): Correct pxref.
5795 (Edebug and Macros): New node.
5796 (Instrumenting Macro Calls): Is now a subsubsection.
5797 Neither arg of `def-edebug-spec' is evaluated.
5798 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5799 (Specification Examples): Fix typo.
5800
58012005-06-14 Lute Kamstra <lute@gnu.org>
5802
5803 * debugging.texi (Function Debugging): Primitives can break on
5804 entry too.
5805
58062005-06-14 Kim F. Storm <storm@cua.dk>
5807
5808 * variables.texi (Setting Variables): Add add-to-ordered-list.
5809
58102005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5813 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5814
58152005-06-13 Lute Kamstra <lute@gnu.org>
5816
5817 * text.texi (Special Properties): Fix cross reference.
5818
58192005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5820
5821 * debugging.texi (Function Debugging): Delete mention of empty
5822 string argument to `cancel-debug-on-entry'. Delete inaccurate
5823 description of the return value of that command.
5824
58252005-06-11 Alan Mackenzie <acm@muc.de>
5826
5827 * text.texi (Adaptive Fill): Amplify the description of
5828 fill-context-prefix.
5829
58302005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5831
5832 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5833
58342005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5837
58382005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5839
5840 * debugging.texi (Error Debugging): Minor rewording.
5841 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5842 is optional.
5843
58442005-06-10 Lute Kamstra <lute@gnu.org>
5845
5846 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5847 (Top): Give it a title. Correct version number. Give the
5848 detailed node listing a more prominent header.
5849 * intro.texi: Don't set VERSION here a second time.
5850 Mention Emacs's version too.
5851 * anti.texi (Antinews): Use EMACSVER to refer to the current
5852 version of Emacs.
5853
58542005-06-09 Kim F. Storm <storm@cua.dk>
5855
5856 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5857 match-data and set-match-data.
5858
58592005-06-08 Richard M. Stallman <rms@gnu.org>
5860
5861 * searching.texi (Entire Match Data): Clarify when match-data
5862 returns markers and when integers.
5863
5864 * display.texi (Defining Faces): Explain that face name should not
5865 end in `-face'.
5866
5867 * modes.texi (Mode Line Data): Minor cleanup.
5868 (Customizing Keywords): Node split out of Search-based Fontification.
5869 Add example of using font-lock-add-keywords from a hook.
5870 Clarify when MODE should be non-nil, and when nil.
5871
58722005-06-06 Richard M. Stallman <rms@gnu.org>
5873
5874 * modes.texi (Mode Line Data): Explain what happens when the car
5875 of a list is a void symbol.
5876 (Search-based Fontification): Explain MODE arg to
5877 font-lock-add-keywords and warn about calls from major modes.
5878
58792005-06-08 Juri Linkov <juri@jurta.org>
5880
5881 * display.texi (Standard Faces): Add `shadow' face.
5882
58832005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5884
5885 * modes.texi (Major Mode Conventions): A derived mode only needs
5886 to put the call to the parent mode inside `delay-mode-hooks'.
5887
58882005-05-29 Richard M. Stallman <rms@gnu.org>
5889
5890 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5891 new, and what that implies. Clarify.
5892
5893 * files.texi (Locating Files): Clean up the text.
5894
5895 * frames.texi (Window Frame Parameters): Document user-size.
5896 Shorten entry for top by referring to left.
5897
58982005-05-26 Richard M. Stallman <rms@gnu.org>
5899
5900 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5901 is new, and what the implications are. Other clarifications.
5902
59032005-05-24 Richard M. Stallman <rms@gnu.org>
5904
5905 * frames.texi (Dialog Boxes): Minor fixes.
5906
59072005-05-25 Masatake YAMATO <jet@gyve.org>
5908
5909 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5910
59112005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5912
5913 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5914 is optional.
5915
59162005-05-24 Nick Roberts <nickrob@snap.net.nz>
5917
10d1d0af 5918 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5919
59202005-05-23 Lute Kamstra <lute@gnu.org>
5921
5922 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5923 syntax-begin-function over font-lock-beginning-of-syntax-function.
5924
59252005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * minibuf.texi (Reading File Names): Update description of
5928 `read-directory-name'.
5929
5930 * modes.texi (Derived Modes): Clarify :group keyword.
5931
59322005-05-21 Eli Zaretskii <eliz@gnu.org>
5933
5934 * files.texi (Locating Files): New subsection.
5935 Describe locate-file and executable-find.
5936
59372005-05-21 Kevin Ryde <user42@zip.com.au>
5938
5939 * frames.texi (Initial Parameters): Update cross reference to
5940 "Emacs Invocation".
5941
59422005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5943
5944 * keymaps.texi (Active Keymaps): Add anchor.
5945
5946 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5947 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5948 appropriate place.
5949 (Derived Modes): Small clarifications.
5950 (Minor Mode Conventions, Keymaps and Minor Modes):
5951 Replace references to nodes with references to anchors.
5952 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5953 Clarify description of lists whose first element is an integer.
5954 (Mode Line Variables): Add anchor.
5955 (%-Constructs): Clarify description of integer after %.
5956 (Emulating Mode Line): Describe nil value for FACE.
5957
59582005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * modes.texi (Derived Modes): Correct references to non-existing
5961 variable standard-syntax-table.
5962
59632005-05-17 Lute Kamstra <lute@gnu.org>
5964
5965 * modes.texi (Defining Minor Modes): Mention the mode hook.
5966
59672005-05-15 Kim F. Storm <storm@cua.dk>
5968
5969 * processes.texi (Network): Remove open-network-stream-nowait.
5970 (Network Servers): Remove open-network-stream-server.
5971
59722005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5973
5974 * elisp.texi (Top): Update detailed menu.
5975
5976 * variables.texi: Reorder nodes.
5977 (Variables): Update menu.
5978 (File Local Variables): Do not refer to the `-*-' line as
5979 a "local variables list". Add pxref.
5980
59812005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5982
5983 * elisp.texi (Top): Update detailed menu for node changes.
5984
5985 * modes.texi (Modes): Update Menu.
5986 (Hooks): Move to beginning of chapter.
5987 Most minor modes run mode hooks too.
5988 `add-hook' can handle void hooks or hooks whose value is a single
5989 function.
5990 (Major Modes): Update Menu.
5991 (Major Mode Basics): New node, split off from `Major Modes'.
5992 (Major Mode Conventions): Correct xref. Explain how to handle
5993 auto-mode-alist if the major mode command has an autoload cookie.
5994 (Auto Major Mode): Major update. Add magic-mode-alist.
5995 (Derived Modes): Major update.
5996 (Mode Line Format): Update Menu.
5997 (Mode Line Basics): New node, split off from `Mode Line Format'.
5998
5999 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6000 for `magic autoload comment'. Add index entries and anchor.
6001
60022005-05-14 Richard M. Stallman <rms@gnu.org>
6003
6004 * tips.texi (Coding Conventions): Explain how important it is
6005 that just loading certain files not change Emacs behavior.
6006
6007 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6008
60092005-05-12 Lute Kamstra <lute@gnu.org>
6010
6011 * modes.texi (Generic Modes): Update.
6012 (Major Modes): Refer to node "Generic Modes".
6013
6014 * elisp.texi (Top): Update to the current structure of the manual.
6015 * processes.texi (Processes): Add menu description.
6016 * customize.texi (Customization): Add menu descriptions.
6017
60182005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6019
6020 * processes.texi (Signals to Processes)
6021 (Low-Level Network): Fix typos.
6022
60232005-05-11 Lute Kamstra <lute@gnu.org>
6024
6025 * elisp.texi (Top): Add some nodes from the chapter "Major and
6026 Minor Modes" to the detailed node listing.
6027
60282005-05-10 Richard M. Stallman <rms@gnu.org>
6029
6030 * keymaps.texi (Extended Menu Items): Menu item filter functions
6031 can be called at any time.
6032
60332005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6034
6035 * variables.texi (File Local Variables): `(hack-local-variables t)'
6036 now also checks whether a mode is specified in the local variables
6037 list.
6038
60392005-05-05 Kevin Ryde <user42@zip.com.au>
6040
6041 * display.texi (The Echo Area): Correct format function cross
6042 reference.
6043
60442005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6045
6046 * variables.texi (Variable Aliases): Change description of
6047 `define-obsolete-variable-alias'.
6048
6049 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6050 (Defining Functions): Add xref.
6051 (Obsolete Functions): New node.
6052 (Function Safety): Standardize capitalization of section title.
6053
6054 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6055 (Dialog Boxes): Complete description of `x-popup-dialog'.
6056
60572005-05-04 Richard M. Stallman <rms@gnu.org>
6058
6059 * commands.texi (Interactive Codes): Fix Texinfo usage.
6060 Document U more clearly.
6061
60622005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6063
6064 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6065 function and not a macro.
6066
6067 * frames.texi (Pop-Up Menus): Correct and clarify description of
6068 `x-popup-menu'.
6069 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6070
60712005-05-01 Richard M. Stallman <rms@gnu.org>
6072
6073 * edebug.texi (Checking Whether to Stop): Fix previous change.
6074
60752005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * display.texi: Fix typos and Texinfo usage.
6078
6079 * edebug.texi (Checking Whether to Stop): executing-macro ->
6080 executing-kbd-macro.
6081
60822005-05-01 Richard M. Stallman <rms@gnu.org>
6083
6084 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6085
60862005-04-30 Richard M. Stallman <rms@gnu.org>
6087
6088 * files.texi (Magic File Names): Document `operations' property.
6089
60902005-04-29 Lute Kamstra <lute@gnu.org>
6091
6092 * modes.texi (Generic Modes): New node.
6093 (Major Modes): Add it to the menu.
6094 (Derived Modes): Add "derived mode" to concept index.
6095
60962005-04-28 Lute Kamstra <lute@gnu.org>
6097
6098 * modes.texi (Defining Minor Modes): Fix previous change.
6099 (Font Lock Mode): Simplify.
6100 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6101 when set and that some parts are optional. Add cross references.
6102 (Search-based Fontification): Say how to specify font-lock-keywords.
6103 Add cross references. Add font-lock-multiline to index.
6104 Move font-lock-keywords-case-fold-search here from node "Other Font
6105 Lock Variables". Document font-lock-add-keywords and
6106 font-lock-remove-keywords.
6107 (Other Font Lock Variables): Move font-lock-keywords-only,
6108 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6109 and font-lock-syntactic-face-function to node "Syntactic Font
6110 Lock". Move font-lock-keywords-case-fold-search to node
6111 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6112 and font-lock-{,un}fontify-{buffer,region}-function.
6113 (Precalculated Fontification): Remove reference to deleted variable
6114 font-lock-core-only.
6115 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6116 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6117 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6118 and font-lock-syntactic-face-function here from node "Other Font
6119 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6120 Syntax Properties". Add cross references.
6121 (Setting Syntax Properties): New node.
6122 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6123 * syntax.texi (Syntax Properties): Add cross reference.
6124 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6125
61262005-04-26 Richard M. Stallman <rms@gnu.org>
6127
6128 * display.texi (Defining Faces):
6129 Document `default' elements of defface spec.
6130
6131 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6132
6133 * variables.texi (Variable Aliases): Clarify text.
6134
61352005-04-25 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6138
61392005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6140
6141 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6142
61432005-04-24 Eli Zaretskii <eliz@gnu.org>
6144
6145 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6146 syntax-after and syntax-class.
6147
6148 * files.texi (Changing Files): Fix last change's cross-reference.
6149 (Unique File Names): Don't mention "numbers" in the documentation
6150 of make-temp-file and make-temp-name.
6151
61522005-04-23 Richard M. Stallman <rms@gnu.org>
6153
6154 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6155
61562005-04-22 Nick Roberts <nickrob@snap.net.nz>
6157
6158 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6159
61602005-04-22 Nick Roberts <nickrob@snap.net.nz>
6161
6162 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6163 and define-obsolete-variable-alias.
6164
61652005-04-22 Kim F. Storm <storm@cua.dk>
6166
6167 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6168 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6169
61702005-04-21 Lute Kamstra <lute@gnu.org>
6171
6172 * lists.texi (Association Lists): Document rassq-delete-all.
6173
61742005-04-19 Richard M. Stallman <rms@gnu.org>
6175
6176 * modes.texi (Search-based Fontification): Explain that
6177 facespec is an expression to be evaluated.
6178
61792005-04-19 Kevin Ryde <user42@zip.com.au>
6180
6181 * streams.texi (Output Functions): Fix xref.
6182 * strings.texi (String Conversion): Fix xref.
6183
61842005-04-19 Kim F. Storm <storm@cua.dk>
6185
6186 * symbols.texi (Symbol Plists): Add safe-get.
6187 Mention that `get' may signal an error.
6188
61892005-04-18 Nick Roberts <nickrob@snap.net.nz>
6190
6191 * customize.texi (Variable Definitions): Replace tooltip-mode
6192 example with save-place.
6193
61942005-04-17 Richard M. Stallman <rms@gnu.org>
6195
6196 * buffers.texi (Indirect Buffers): Clarify.
6197
6198 * positions.texi (Positions): Clarify converting marker to integer.
6199
6200 * strings.texi (String Basics): Mention string-match; clarify.
6201
62022005-04-08 Lute Kamstra <lute@gnu.org>
6203
6204 * modes.texi (Search-based Fontification): Fix cross references.
6205 Use consistent terminology. Document anchored highlighting.
6206
62072005-04-05 Lute Kamstra <lute@gnu.org>
6208
6209 * modes.texi (Defining Minor Modes): Document :group keyword
6210 argument and its default value.
6211
62122005-04-03 Lute Kamstra <lute@gnu.org>
6213
6214 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6215 references and/or descriptions. Delete major mode hooks; mention
6216 them as a category instead. Rename or delete obsolete hooks.
6217
62182005-04-02 Richard M. Stallman <rms@gnu.org>
6219
6220 * nonascii.texi (Coding System Basics): Another wording cleanup.
6221
62222005-04-01 Richard M. Stallman <rms@gnu.org>
6223
6224 * nonascii.texi (Coding System Basics): Clarify previous change.
6225
62262005-04-01 Kenichi Handa <handa@m17n.org>
6227
10d1d0af 6228 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6229 identity of coding systems.
6230
62312005-03-29 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * text.texi (Buffer Contents): Add filter-buffer-substring and
6234 buffer-substring-filters.
6235
62362005-03-26 Chong Yidong <cyd@stupidchicken.com>
6237
6238 * anti.texi (Antinews): Mention `G' interactive code.
6239
6240 * tips.texi (Compilation Tips): Mention benchmark.el.
6241
62422005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6243
6244 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6245 is now bound to M-o M-o.
6246
6247 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6248
62492005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6250
6251 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6252 in the Emacs Manual).
6253 * Makefile.in (srcs): Remove calendar.texi.
6254 * makefile.w32-in (srcs): Remove calendar.texi.
6255 * display.texi (Display): Change name of next node.
6256 * os.texi (System In): Change name of previous node.
6257 * elisp.texi (Top): Remove Calendar references.
6258 * vol1.texi (Top): Remove Calendar references.
6259 * vol2.texi (Top): Remove Calendar references.
6260
62612005-03-25 Richard M. Stallman <rms@gnu.org>
6262
6263 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6264 Cleanup previous change.
6265
62662005-03-25 Chong Yidong <cyd@stupidchicken.com>
6267
6268 * display.texi (Face Attributes): Faces earlier in an :inherit
6269 list take precedence.
6270 (Scroll Bars): Fix description of vertical-scroll-bars.
6271 Document frame-current-scroll-bars and window-current-scroll-bars.
6272
6273 * markers.texi (The Mark): Document temporary Transient Mark mode.
6274
6275 * minibuf.texi (Reading File Names):
6276 Document read-file-name-completion-ignore-case.
6277
6278 * positions.texi (Screen Lines): Document nil for width argument
6279 to compute-motion.
6280
62812005-03-23 Kim F. Storm <storm@cua.dk>
6282
6283 * display.texi (Standard Faces): Other faces used in the fringe
6284 implicitly inherits from the fringe face.
6285 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6286 properties implicitly inherits from fringe face.
6287 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6288
62892005-03-20 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * display.texi (Invisible Text): State default value of
6292 line-move-ignore-invisible.
6293 (Managing Overlays): Document remove-overlays.
6294 (Standard Faces): Document escape-glyph face.
6295
6296 * minibuf.texi (Reading File Names): Document read-file-name-function.
6297
6298 * modes.texi (Other Font Lock Variables):
6299 Document font-lock-lines-before.
6300
6301 * positions.texi (Skipping Characters): skip-chars-forward allows
6302 character classes.
6303
63042005-03-18 Lute Kamstra <lute@gnu.org>
6305
6306 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6307
63082005-03-17 Richard M. Stallman <rms@gnu.org>
6309
6310 * text.texi (Undo): Document extensible undo entries.
6311
dd7b651b 6312 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6313
6314 * nonascii.texi (Character Codes): Minor fix.
6315
6316 * display.texi (Display Property): Explain the significance
6317 of having text properties that are eq.
6318 (Other Display Specs): Explain string as display spec.
6319
6320 * commands.texi (Interactive Codes): Document G option.
6321
63222005-03-17 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * text.texi (Filling): Add sentence-end-without-period and
6325 sentence-end-without-space.
6326 (Changing Properties): Minor fix.
6327
6328 * anti.texi: Total rewrite.
6329
63302005-03-15 Lute Kamstra <lute@gnu.org>
6331
6332 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6333
63342005-03-08 Kim F. Storm <storm@cua.dk>
6335
6336 * display.texi (Specified Space): Property :width is support on
6337 non-graphic terminals, :height is not.
6338
63392005-03-07 Richard M. Stallman <rms@gnu.org>
6340
6341 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6342 Now subnodes of Fringes.
6343 (Overlay Arrow): Document overlay-arrow-variable-list.
6344 (Fringe Size/Pos): New node, broken out of Fringes.
6345 (Display): Explain clearing vs redisplay better.
6346 (Truncation): Clarify use of bitmaps.
6347 (The Echo Area): Clarify the uses of the echo area.
6348 Add max-mini-window-height.
6349 (Progress): Clarify.
6350 (Invisible Text): Explain that main loop moves point out.
6351 (Selective Display): Say "hidden", not "invisible".
6352 (Managing Overlays): Move up. Describe relation to Undo here.
6353 (Overlay Properties): Clarify intro.
6354 (Finding Overlays): Explain return values when nothing found.
6355 (Width): truncate-string-to-width has added arg.
6356 (Displaying Faces): Clarify and update mode line face handling.
6357 (Face Functions): Minor cleanup.
6358 (Conditional Display): Merge into Other Display Specs.
6359 (Pixel Specification, Other Display Specs): Minor cleanups.
6360 (Images, Image Descriptors): Minor cleanups.
6361 (GIF Images): Patents have expired.
6362 (Showing Images): Explain default text for insert-image.
6363 (Manipulating Button Types): Merge into Manipulating Buttons.
6364 (Making Buttons): Explain return values.
6365 (Button Buffer Commands): Add xref.
6366 (Inverse Video): Update mode-line-inverse-video.
6367 (Display Table Format): Clarify.
6368 (Active Display Table): Give defaults for window-display-table.
6369
6370 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6371 and calendar-today-marker are strings, not chars.
6372 (Holiday Customizing): Minor fix.
6373
6374 * internals.texi (Writing Emacs Primitives): Update `or' example.
6375 Update limit on # args of subr.
6376
6377 * edebug.texi (Using Edebug): Arrow is in fringe.
6378 (Instrumenting): Arg to eval-defun works without loading edebug.
6379 (Edebug Execution Modes): Add xref.
6380
6381 * customize.texi (Common Keywords): Clarify :require.
6382 Mention :version here.
6383 (Variable Definitions, Group Definitions): Not here.
6384 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6385
63862005-03-07 Chong Yidong <cyd@stupidchicken.com>
6387 * nonascii.texi (Text Representations): Clarify position-bytes.
6388 (Character Sets): Add list-charset-chars.
6389 (Scanning Charsets): Add charset-after.
6390 (Encoding and I/O): Minor fix.
6391
63922005-03-06 Richard M. Stallman <rms@gnu.org>
6393
6394 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6395 (Resizing Windows): Likewise.
6396
6397 * text.texi (Change Hooks): Get rid of "Emacs 21".
6398
6399 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6400
6401 * streams.texi (Output Variables): Get rid of "Emacs 21".
6402
6403 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6404
6405 * os.texi (Translating Input): Replace flow-control example
6406 with a less obsolete example that uses `keyboard-translate'.
6407
6408 * objects.texi (Hash Table Type, Circular Objects):
6409 Get rid of "Emacs 21".
6410
6411 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6412 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6413
6414 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6415
6416 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6417
6418 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6419 (Menu Bar): Fix when menu-bar-update-hook is called.
6420
6421 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6422
6423 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6424 and make it read better.
6425
6426 * files.texi (Writing to Files): Get rid of "Emacs 21".
6427 (Unique File Names): Likewise.
6428
6429 * elisp.texi: Update Emacs version to 22.
6430
6431 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6432 (Overlay Properties, Face Attributes): Likewise.
6433 (Managing Overlays): Fix punctuation.
6434 (Attribute Functions): Clarify set-face-font; get rid of
6435 info about old Emacs versions.
6436 (Auto Faces, Font Lookup, Display Property, Images):
6437 Get rid of "Emacs 21".
6438
6439 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6440
64412005-03-05 Richard M. Stallman <rms@gnu.org>
6442
6443 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6444
64452005-03-04 Lute Kamstra <lute@gnu.org>
6446
6447 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6448
64492005-03-03 Lute Kamstra <lute@gnu.org>
6450
6451 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6452
64532005-03-01 Lute Kamstra <lute@gnu.org>
6454
6455 * debugging.texi (Debugger Commands): Update `j'.
6456
64572005-02-28 Lute Kamstra <lute@gnu.org>
6458
6459 * debugging.texi (Debugging): Fix typo.
6460 (Error Debugging): Document eval-expression-debug-on-error.
6461 (Function Debugging): Update example.
6462 (Using Debugger): Mention starred stack frames.
6463 (Debugger Commands): Document `j' and `l'.
6464 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6465 Update the messages that the debugger displays.
6466 (Internals of Debugger): Add cross reference. Update example.
6467 (Excess Open): Minor improvement.
6468 (Excess Close): Minor improvement.
6469
64702005-02-26 Richard M. Stallman <rms@gnu.org>
6471
6472 * tips.texi (Coding Conventions): Clarify.
6473 Put all the major mode key reservations together.
6474 Mention the Mouse-1 => Mouse-2 conventions.
6475
6476 * syntax.texi (Syntax Class Table): Clarify.
6477 (Syntax Table Functions): syntax-after moved from here.
6478 (Syntax Table Internals): syntax-after moved to here.
6479 (Parsing Expressions): Update info on number of values
6480 and what's meaningful in the STATE argument.
6481 (Categories): Fix typo.
6482
6483 * sequences.texi (Arrays): Cleanup.
6484 (Char-Tables): Clarify.
6485
6486 * processes.texi (Deleting Processes): Cleanups, add xref.
6487 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6488 (Process Information): set-process-coding-system, some args optional.
6489 (Input to Processes): Explain various types for PROCESS args.
6490 Rename them from PROCESS-NAME to PROCESS.
6491 (Signals to Processes): Likewise.
6492 (Decoding Output): Cleanup.
6493 (Query Before Exit): Clarify.
6494
6495 * os.texi (Startup Summary): Correct the options; add missing ones.
6496 (Terminal Output, Batch Mode): Clarify.
6497 (Flow Control): Node deleted.
6498
6499 * markers.texi (The Mark): Clarify.
6500
6501 * macros.texi (Expansion): Cleanup.
6502 (Indenting Macros): indent-spec allows ints, not floats.
6503
6504 * keymaps.texi (Keymaps): Clarify.
6505 (Format of Keymaps): Update lisp-mode-map example.
6506 (Active Keymaps, Key Lookup): Clarify.
6507 (Changing Key Bindings): Add xref to `kbd'.
6508 (Key Binding Commands, Simple Menu Items): Clarify.
6509 (Mouse Menus, Menu Bar): Clarify.
6510 (Menu Example): Replace print example with menu-bar-replace-menu.
6511
6512 * help.texi (Documentation Basics): Add function-documentation prop.
6513
6514 * elisp.texi (Top): Don't refer to Flow Control node.
6515
6516 * commands.texi (Command Overview): Improve xrefs.
6517 (Adjusting Point): Adjusting point applies to intangible and invis.
6518 (Key Sequence Input): Doc extra read-key-sequence args.
6519 Likewise for read-key-sequence-vector.
6520
6521 * backups.texi (Rename or Copy): Minor fix.
6522 (Numbered Backups): For version-control, say the default.
6523 (Auto-Saving): make-auto-save-file-name example is simplified.
6524
6525 * advice.texi (Advising Functions): Don't imply one part of Emacs
6526 should advise another part. Markup changes.
6527 (Defining Advice): Move transitional para.
6528 (Activation of Advice): Cleanup.
6529 Explain if COMPILE is nil or negative.
6530
6531 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6532
65332005-02-24 Lute Kamstra <lute@gnu.org>
6534
6535 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6536 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6537
65382005-02-23 Lute Kamstra <lute@gnu.org>
6539
6540 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6541 to define global minor modes as well.
6542
6543 * display.texi (Managing Overlays): overlay-buffer returns nil for
6544 deleted overlays.
6545
65462005-02-22 Kim F. Storm <storm@cua.dk>
6547
6548 * minibuf.texi (Basic Completion): Allow symbols in addition to
6549 strings in try-completion and all-completions.
6550
65512005-02-14 Lute Kamstra <lute@gnu.org>
6552
6553 * elisp.texi (Top): Remove reference to deleted node.
6554
6555 * lists.texi (Lists): Remove reference to deleted node.
6556 (Cons Cells): Fix typo.
6557
6558 * loading.texi (Where Defined): Fix typo.
6559
65602005-02-14 Richard M. Stallman <rms@gnu.org>
6561
6562 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6563 is useful for discarding some minor modes.
6564
6565 * symbols.texi (Symbol Components): Reorder examples.
6566
6567 * streams.texi (Input Functions): State standard-input default.
6568 (Output Variables): State standard-output default.
6569
6570 * objects.texi (Printed Representation): Clarify read syntax vs print.
6571 (Floating Point Type): Explain meaning better.
6572 (Symbol Type): Explain uniqueness better.
6573 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6574 List examples sooner.
6575 (Box Diagrams): New subnode broken out.
6576 Some examples moved from old Lists as Boxes node.
6577 (Dotted Pair Notation): Clarify intro.
6578 (Array Type): Clarify.
6579 (Type Predicates): Add hash-table-p.
6580
6581 * numbers.texi (Integer Basics): Clarify radix explanation.
6582 (Predicates on Numbers): Minor clarification.
6583 (Comparison of Numbers): Minor clarification. Clarify eql.
6584 Typos in min, max.
6585 (Math Functions): Clarify overflow in expt.
6586
6587 * minibuf.texi (Text from Minibuffer): Minor clarification.
6588 Mention arrow keys.
6589
6590 * loading.texi (Autoload): defun's doc string overrides autoload's
6591 doc string.
6592 (Repeated Loading): Modernize "add to list" examples.
6593 (Where Defined): Finish updating table of load-history elts.
6594
6595 * lists.texi (List-related Predicates): Minor wording improvement.
6596 (Lists as Boxes): Node deleted.
6597 (Building Lists): Explain trivial cases of number-sequence.
6598
6599 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6600 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6601 (Hash Access): Any object can be a key.
6602 State value of maphash.
6603
6604 * functions.texi (What Is a Function): Wording cleanup.
6605 (Function Documentation): Minor cleanup.
6606 Explain purpose of calling convention at end of doc string.
6607 (Function Names): Wording cleanup.
6608 (Calling Functions): Wording cleanup.
6609 Explain better how funcall calls the function.
6610 (Function Cells): Delete example of saving and redefining function.
6611
6612 * control.texi (Combining Conditions): Wording cleanup.
6613 (Iteration): dolist and dotimes bind VAR locally.
6614 (Cleanups): Xref to Atomic Changes.
6615
6616 * compile.texi (Byte Compilation): Delete 19.29 info.
6617 (Compilation Functions): Macros' difficulties don't affect defsubst.
6618 (Docs and Compilation): Delete 19.29 info.
6619
66202005-02-10 Richard M. Stallman <rms@gnu.org>
6621
6622 * objects.texi (Symbol Type): Minor correction.
6623
66242005-02-06 Lute Kamstra <lute@gnu.org>
6625
6626 * modes.texi (Example Major Modes): Fix typos.
6627
66282005-02-06 Richard M. Stallman <rms@gnu.org>
6629
6630 * text.texi (Margins): fill-nobreak-predicate can be one function.
6631
6632 * strings.texi (Modifying Strings): clear-string can make unibyte.
6633 (Formatting Strings): format gives error if values missing.
6634
6635 * positions.texi (Character Motion): Mention default arg
6636 for forward-char. backward-char refers to forward-char.
6637 (Word Motion): Mention default arg for forward-word.
6638 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6639 Simplify end-of-buffer.
6640 (Text Lines): Mention default arg for forward-line.
6641 (List Motion): Mention default arg for beginning/end-of-defun.
6642 (Skipping Characters): Minor fixes in explaining character-set.
6643
6644 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6645 Mode inheritance applies only when default-major-mode is nil.
6646 Clarifications.
6647 (Example Major Modes): Update Text mode and Lisp mode examples.
6648 (Minor Mode Conventions): Mention define-minor-mode at top.
6649 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6650 (Mode Line Format): Update mode line face display info.
6651 (Properties in Mode): Mention effect of risky vars.
6652 (Imenu): Define imenu-add-to-menubar.
6653 (Font Lock Mode): Add descriptions to menu lines.
6654 (Faces for Font Lock): Add font-lock-doc-face.
6655
66562005-02-05 Lute Kamstra <lute@gnu.org>
6657
6658 * text.texi (Maintaining Undo): Remove obsolete function.
6659
66602005-02-05 Eli Zaretskii <eliz@gnu.org>
6661
6662 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6663 color specifications. Improve indexing.
b8d4c8d0
GM
6664 (Text Terminal Colors): Replace the description of RGB values by
6665 an xref to "Color Names".
6666
66672005-02-03 Richard M. Stallman <rms@gnu.org>
6668
6669 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6670 Clarify.
6671 (Selecting Windows): Clarify save-selected-window.
6672 (Cyclic Window Ordering): Clarify walk-windows.
6673 (Window Point): Clarify.
6674 (Window Start): Add comment to example.
6675 (Resizing Windows): Add `interactive' specs in examples.
6676 Document fit-window-to-buffer.
6677
6678 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6679 (Undo, Maintaining Undo): Clarify last change.
6680 (Sorting): In sort-numeric-fields, explain about octal and hex.
6681 Mention sort-numeric-base.
6682 (Format Properties): Add xref for hard newlines.
6683
6684 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6685 (Pop-Up Menus): Fix typo.
6686 (Color Names): Explain all types of color names.
6687 Explain color-values on B&W terminal.
6688 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6689
6690 * files.texi (File Locks): Not supported on MS systems.
6691 (Testing Accessibility): Clarify.
6692
6693 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6694 (Coverage Testing): Fix typo.
6695
6696 * commands.texi (Misc Events): Remove stray space.
6697
6698 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6699 (Modification Time): Clarify when visited-file-modtime returns 0.
6700 (The Buffer List): Clarify bury-buffer.
6701 (Killing Buffers): Clarify.
6702 (Indirect Buffers): Add clone-indirect-buffer.
6703
67042005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6705
6706 * edebug.texi (Printing in Edebug): Fix default value of
6707 edebug-print-circle.
6708 (Coverage Testing): Fix displayed frequency count data.
6709
67102005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6713
67142005-02-02 Kim F. Storm <storm@cua.dk>
6715
6716 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6717
67182005-01-29 Eli Zaretskii <eliz@gnu.org>
6719
6720 * commands.texi (Misc Events): Describe the help-echo event.
6721
6722 * text.texi (Special Properties) <help-echo>: Use `pos'
6723 consistently in description of the help-echo property.
6724 Use @code{nil} instead of @var{nil}.
6725
6726 * display.texi (Overlay Properties): Fix the index entry for
6727 help-echo overlay property.
6728
6729 * customize.texi (Type Keywords): Uncomment the xref to the
6730 help-echo property documentation.
6731
67322005-01-23 Kim F. Storm <storm@cua.dk>
6733
6734 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6735 return value. Third element FULLY replaced by PARTIAL which
6736 specifies number of invisible pixels if row is only partially visible.
6737 (Textual Scrolling): Mention auto-window-vscroll.
6738 (Vertical Scrolling): New defvar auto-window-vscroll.
6739
67402005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6741
6742 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6743 command remapping.
6744
67452005-01-15 Richard M. Stallman <rms@gnu.org>
6746
6747 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6748
67492005-01-14 Kim F. Storm <storm@cua.dk>
6750
6751 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6752
6753 * text.texi (Links and Mouse-1): Fix string and vector item.
6754
67552005-01-13 Richard M. Stallman <rms@gnu.org>
6756
6757 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6758 descriptions of overriding-local-map and overriding-terminal-local-map.
6759
6760 * text.texi (Links and Mouse-1): Clarify text.
6761
67622005-01-13 Kim F. Storm <storm@cua.dk>
6763
6764 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6765
67662005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6767
6768 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6769
67702005-01-12 Kim F. Storm <storm@cua.dk>
6771
6772 * text.texi (Links and Mouse-1): Rename section from Enabling
6773 Mouse-1 to Following Links. Change xrefs.
6774 Add examples for define-button-type and define-widget.
6775
6776 * display.texi (Button Properties, Button Buffer Commands):
6777 Clarify mouse-1 and follow-link functionality.
6778
67792005-01-12 Richard M. Stallman <rms@gnu.org>
6780
6781 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6782
6783 * display.texi (Beeping): Fix Texinfo usage.
6784
6785 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6786
67872005-01-11 Kim F. Storm <storm@cua.dk>
6788
6789 * display.texi (Button Properties, Button Buffer Commands):
6790 Mention mouse-1 binding. Add follow-link keyword.
6791
6792 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6793 (Enabling Mouse-1 to Follow Links): New subsection.
6794
67952005-01-06 Richard M. Stallman <rms@gnu.org>
6796
6797 * text.texi (Special Properties): Minor change.
6798
6799 * os.texi (Timers): Clarify previous change.
6800
6801 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6802
68032005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6804
6805 * display.texi (Face Attributes): Correct xref to renamed node.
6806
68072005-01-01 Richard M. Stallman <rms@gnu.org>
6808
6809 * display.texi (Face Attributes): Describe hex color specs.
6810
68112004-12-31 Richard M. Stallman <rms@gnu.org>
6812
6813 * os.texi (Timers): Update previous change.
6814
68152004-12-30 Kim F. Storm <storm@cua.dk>
6816
6817 * display.texi (Line Height): Total line-height is now specified
6818 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6819 in cons cells. (nil . RATIO) is relative to actual line height.
6820 Use line-height `t' instead of `0' to get minimum height.
6821
68222004-12-29 Richard M. Stallman <rms@gnu.org>
6823
6824 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6825
68262004-12-28 Richard M. Stallman <rms@gnu.org>
6827
6828 * commands.texi (Quitting): Clarify value of with-local-quit.
6829
6830 * elisp.texi (Top): Fix previous change.
6831
6832 * loading.texi (Loading): Fix previous change.
6833
68342004-12-27 Richard M. Stallman <rms@gnu.org>
6835
6836 * Makefile.in (MAKEINFO): Specify --force.
6837
6838 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6839
6840 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6841
6842 * display.texi (Line Height): Further clarify.
6843
6844 * elisp.texi (Top): Update Loading submenu.
6845
6846 * loading.texi (Where Defined): New node.
6847 (Unloading): load-history moved to Where Defined.
6848
68492004-12-21 Richard M. Stallman <rms@gnu.org>
6850
6851 * commands.texi (Event Input Misc): Add while-no-input.
6852
68532004-12-11 Richard M. Stallman <rms@gnu.org>
6854
6855 * display.texi (Line Height): Rewrite text for clarity.
6856
68572004-12-11 Kim F. Storm <storm@cua.dk>
6858
6859 * display.texi (Display): Add node "Line Height" to menu.
6860 (Line Height): New node. Move full description of line-spacing
6861 and line-height text properties here from text.texi.
6862 (Scroll Bars): Add vertical-scroll-bar variable.
6863
6864 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6865
6866 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6867 line-spacing and vertical-scroll-bar.
6868
6869 * text.texi (Special Properties): Just mention line-spacing and
6870 line-height here, add xref to new "Line Height" node.
6871
68722004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6873
6874 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6875
6876 * locals.texi (Standard Buffer-Local Variables):
6877 Add @xref for `line-spacing'.
6878
68792004-12-05 Richard M. Stallman <rms@gnu.org>
6880
6881 * Makefile.in (maintainer-clean): Remove the info files
6882 in $(infodir) where they are created.
6883
68842004-12-03 Richard M. Stallman <rms@gnu.org>
6885
6886 * windows.texi (Selecting Windows): get-lru-window and
6887 get-largest-window don't consider dedicated windows.
6888
6889 * text.texi (Undo): Document undo-in-progress.
6890
68912004-11-26 Richard M. Stallman <rms@gnu.org>
6892
6893 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6894 Remove a few vars that are not always buffer-local.
6895
68962004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * locals.texi (Standard Buffer-Local Variables): Comment out
6899 xref's to non-existent node `Yet to be written'.
6900
69012004-11-24 Richard M. Stallman <rms@gnu.org>
6902
6903 * processes.texi (Synchronous Processes): Grammar fix.
6904
6905 * numbers.texi (Comparison of Numbers): Add eql.
6906
6907 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6908
6909 * intro.texi (Printing Notation): Fix previous change.
6910
6911 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6912 and default-indicate-buffer-boundaries from here.
6913 (Usual Display): To here.
6914 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6915 (Usual Display): Move tab-width up.
6916
5dcb4c4e
SM
6917 * customize.texi (Variable Definitions):
6918 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6919 (Simple Types, Composite Types, Defining New Types):
6920 Minor cleanups.
6921
69222004-11-21 Jesper Harder <harder@ifa.au.dk>
6923
6924 * processes.texi (Synchronous Processes, Output from Processes):
6925 Markup fix.
6926
69272004-11-20 Richard M. Stallman <rms@gnu.org>
6928
6929 * positions.texi (Skipping Characters): skip-chars-forward
6930 now handles char classes.
6931
6932 * intro.texi (Printing Notation): Avoid confusion of `print'
6933 when explaining @print.
6934
6935 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6936
6937 * display.texi (Display Table Format): Minor fix.
6938
6939 * streams.texi (Output Functions): Fix print example.
6940
6941 * Makefile.in (elisp): New target.
6942 (dist): Depend on $(infodir)/elisp, not elisp.
6943 Copy the info files from $(infodir).
6944
6945 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6946 read-from-minibuffer.
6947
6948 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6949
69502004-11-19 Richard M. Stallman <rms@gnu.org>
6951
6952 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6953
69542004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6955
6956 * tips.texi (Coding Conventions): Fix typo.
6957
69582004-11-16 Richard M. Stallman <rms@gnu.org>
6959
6960 * tips.texi (Coding Conventions): Separate defvar and require
6961 methods to avoid warnings. Use require only when there are many
6962 functions and variables from that package.
6963
6964 * minibuf.texi (Minibuffer Completion): When ignoring case,
6965 predicate must not be case-sensitive.
6966
6967 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6968 (Test Coverage): Don't talk about "splotches". Clarified.
6969
69702004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6971
6972 * frames.texi (Window Frame Parameters): Fix typo.
6973
69742004-11-15 Kim F. Storm <storm@cua.dk>
6975
6976 * symbols.texi (Other Plists): Note that plist-get may signal error.
6977 Add safe-plist-get.
6978
69792004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6980
6981 * modes.texi (Font Lock Basics): Fix typo.
6982
69832004-11-08 Richard M. Stallman <rms@gnu.org>
6984
6985 * syntax.texi (Syntax Table Functions): Add syntax-after.
6986
69872004-11-06 Lars Brinkhoff <lars@nocrew.org>
6988
6989 * os.texi (Processor Run Time): New section documenting
6990 get-internal-run-time.
6991
69922004-11-06 Eli Zaretskii <eliz@gnu.org>
6993
6994 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6995 it nukes elisp-cover.texi.
6996 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6997 elisp-0 etc.
6998
69992004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7000
7001 * commands.texi (Keyboard Macros): Document `append' return value
7002 of `defining-kbd-macro'.
7003
70042004-11-01 Richard M. Stallman <rms@gnu.org>
7005
7006 * commands.texi (Interactive Call): Add called-interactively-p.
7007
70082004-10-29 Simon Josefsson <jas@extundo.com>
7009
7010 * minibuf.texi (Reading a Password): Revert.
7011
70122004-10-28 Richard M. Stallman <rms@gnu.org>
7013
7014 * frames.texi (Display Feature Testing): Explain about "vendor".
7015
70162004-10-27 Richard M. Stallman <rms@gnu.org>
7017
7018 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7019 not raw. Clarify `n'.
7020 (Interactive Call): Rewrite interactive-p, focusing on when
7021 and how to use it.
7022 (Misc Events): Clarify previous change.
7023
7024 * advice.texi (Simple Advice): Clarify what job the example does.
7025 (Around-Advice): Clarify ad-do-it.
7026 (Activation of Advice): An option of ad-default-compilation-action
7027 is `never', not `nil'.
7028
70292004-10-26 Kim F. Storm <storm@cua.dk>
7030
7031 * commands.texi (Interactive Codes): Add U code letter.
7032
70332004-10-25 Simon Josefsson <jas@extundo.com>
7034
7035 * minibuf.texi (Reading a Password): Add.
7036
70372004-10-24 Jason Rumney <jasonr@gnu.org>
7038
7039 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7040 and wheel-down.
7041
70422004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7043
7044 * processes.texi (Synchronous Processes): Document process-file.
7045
70462004-10-22 Kenichi Handa <handa@m17n.org>
7047
7048 * text.texi (translate-region): Document that it accepts also a
7049 char-table.
7050
70512004-10-22 David Ponce <david@dponce.com>
7052
7053 * windows.texi (Resizing Windows): Document the `preserve-before'
7054 argument of the functions `enlarge-window' and `shrink-window'.
7055
70562004-10-19 Jason Rumney <jasonr@gnu.org>
7057
7058 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7059
70602004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7061
7062 * text.texi (Filling): Add anchor for definition of
7063 `sentence-end-double-space'.
7064
7065 * searching.texi (Regexp Example): Update description of how
7066 Emacs currently recognizes the end of a sentence.
7067 (Standard Regexps): Update definition of the variable
7068 `sentence-end'. Add definition of the function `sentence-end'.
7069
70702004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7071
7072 * display.texi (Progress): New node.
7073
70742004-10-05 Kim F. Storm <storm@cua.dk>
7075
7076 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7077
70782004-09-29 Kim F. Storm <storm@cua.dk>
7079
7080 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7081 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7082 fringe bitmap symbols, as they now have their own namespace.
7083 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7084 vs. pixels. Signal error if no free bitmap slots.
7085 (Pixel Specification): Change IMAGE to @var{image}.
7086
70872004-09-28 Richard M. Stallman <rms@gnu.org>
7088
7089 * text.texi (Special Properties): Clarify line-spacing and line-height.
7090
7091 * searching.texi (Regexp Search): Add looking-back.
7092
70932004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7094
7095 * display.texi: Correct typos.
7096 (Image Descriptors): Correct xref's.
7097
70982004-09-25 Richard M. Stallman <rms@gnu.org>
7099
7100 * text.texi (Special Properties): Cleanups in `cursor'.
7101 Rewrites in `line-height' and `line-spacing'; exchange them.
7102
7103 * display.texi (Fringes): Rewrite previous change.
7104 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7105 (Display Fringe Bitmaps): Node deleted, text moved.
7106 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7107 (Scroll Bars): Clarify set-window-scroll-bars.
7108 (Pointer Shape): Rewrite.
7109 (Specified Space): Clarify :align-to, etc.
7110 (Pixel Specification): Use @var. Clarify new text.
7111 (Other Display Specs): Clarify `slice'.
7112 (Image Descriptors): Cleanups.
7113 (Showing Images): Cleanups.
7114
71152004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7116
7117 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7118
7119 * modes.texi: Various minor changes in addition to:
7120 (Major Mode Conventions): Final call to `run-mode-hooks' should
7121 not be inside the `delay-mode-hooks' form.
7122 (Mode Hooks): New node.
7123 (Hooks): Delete obsolete example.
7124 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7125 node "Mode Hooks".
7126
71272004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * display.texi: Correct various typos.
7130 (Display): Rename node "Pointer Shapes" to "Pointer
7131 Shape". (There is already a node called "Pointer Shapes" in
7132 frames.texi.)
7133 (Images): Remove non-existent node "Image Slices" from menu.
7134
71352004-09-23 Kim F. Storm <storm@cua.dk>
7136
7137 * text.texi (Special Properties): Add `cursor', `pointer',
7138 `line-height', and `line-spacing' properties.
7139
7140 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7141 Shapes' to menu.
7142 (Standard Faces): Doc fix for fringe face.
7143 (Fringes): Add `overflow-newline-into-fringe' and
7144 'indicate-buffer-boundaries'.
7145 (Fringe Bitmaps, Pointer Shapes): New nodes.
7146 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7147 Bitmaps' to menu.
7148 (Specified Space): Describe pixel width and height.
7149 (Pixel Specification): New node.
7150 (Other Display Specs): Add `slice' property.
7151 (Display Fringe Bitmaps): New node.
7152 (Images): Add 'Image Slices' to menu.
7153 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7154 (Showing Images): Add slice arg to `insert-image'.
7155 Add 'insert-sliced-image'.
b8d4c8d0
GM
7156
71572004-09-20 Richard M. Stallman <rms@gnu.org>
7158
7159 * commands.texi (Key Sequence Input):
7160 Clarify downcasing in read-key-sequence.
7161
71622004-09-08 Juri Linkov <juri@jurta.org>
7163
7164 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7165
71662004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7167
5dcb4c4e
SM
7168 * locals.texi (Standard Buffer-Local Variables):
7169 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7170 * internals.texi (Buffer Internals): Describe new
7171 auto_save_file_format field of the buffer structure.
7172 * files.texi (Format Conversion): `auto-save-file-format' has been
7173 renamed `buffer-auto-save-file-format'.
7174
71752004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7178 an integer or a marker.
7179 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7180
71812004-08-22 Richard M. Stallman <rms@gnu.org>
7182
7183 * modes.texi (Major Mode Conventions): Discuss rebinding of
7184 standard key bindings.
7185
71862004-08-18 Kim F. Storm <storm@cua.dk>
7187
7188 * processes.texi (Accepting Output): Add `just-this-one' arg to
7189 `accept-process-output'.
7190 (Output from Processes): New var `process-adaptive-read-buffering'.
7191
71922004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7193
7194 * keymaps.texi: Various changes in addition to:
7195 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7196 Give more varied examples for `kbd'.
7197 (Creating Keymaps): Char tables have slots for all characters
7198 without modifiers.
7199 (Active Keymaps): `overriding-local-map' and
7200 `overriding-terminal-local-map' also override text property and
7201 overlay keymaps.
7202 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7203 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7204 to denote a prefix of no events.
7205 `map-keymap' includes parent's bindings _recursively_.
7206 Clarify and correct description of `where-is-internal'.
7207 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7208 (Menu Example): For menus intended for use with the keyboard, the
7209 menu items should be bound to characters or real function keys.
7210
72112004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7212
7213 * objects.texi (Character Type): Reposition `@anchor' to prevent
7214 double space inside sentence in Info.
7215
7216 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7217 renamed to `disabled-command-function'.
7218 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7219 (Command Loop Info): Replace reference to it.
7220 (Disabling Commands): `disabled-command-hook' has been renamed to
7221 `disabled-command-function'.
7222
72232004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * os.texi (Translating Input): Only non-prefix bindings in
7226 `key-translation-map' override actual key bindings. Warn about
7227 possible indirect effect of actual key bindings on non-prefix
7228 bindings in `key-translation-map'.
7229
72302004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7231
7232 * minibuf.texi (High-Level Completion): Add anchor for definition
7233 of `read-variable'.
7234
7235 * commands.texi: Various changes in addition to:
7236 (Using Interactive): Clarify description of `interactive-form'.
7237 (Interactive Call): Mention default for KEYS argument to
7238 `call-interactively'.
7239 (Command Loop Info): Clarify description of `this-command-keys'.
7240 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7241 Value of `last-event-frame' can be `macro'.
7242 (Repeat Events): `double-click-fuzz' is also used to distinguish
7243 clicks and drags.
7244 (Classifying Events): Clarify descriptions of `event-modifiers'
7245 `event-basic-type' and `event-convert-list'.
7246 (Accessing Events): `posn-timestamp' takes POSITION argument.
7247 (Quoted Character Input): Clarify description of
7248 `read-quoted-char' and fix example.
7249 (Quitting): Add `with-local-quit'.
7250 (Disabling Commands): Correct and clarify descriptions of
7251 `enable-command' and `disable-command'.
7252 Mention what happens if `disabled-command-hook' is nil.
7253 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7254 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7255
72562004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7257
7258 * frames.texi: Various changes in addition to:
7259 (Creating Frames): Expand and clarify description of `make-frame'.
7260 (Window Frame Parameters): Either none or both of the `icon-left'
7261 and `icon-top' parameters must be specified. Put descriptions of
7262 `menu-bar-lines' and `toolbar-lines' closer together and change
7263 them accordingly.
7264 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7265 except while processing `frame-title-format' or `icon-title-format'.
7266 (Deleting Frames): Correct description of `delete-frame'.
7267 Non-nil return values of `frame-live-p' are like those of `framep'.
7268 (Frames and Windows): Mention return value of
7269 `set-frame-selected-window'.
7270 (Visibility of Frames): Mention `force' argument to
7271 `make-frame-invisible'. `frame-visible-p' returns t for all
7272 frames on text-only terminals.
7273 (Frame Configurations): Restoring a frame configuration does not
7274 restore deleted frames.
7275 (Window System Selections): `x-set-selection' returns DATA.
7276 (Resources): Add example.
7277 (Display Feature Testing): Clarify descriptions of
7278 `display-pixel-height', `display-pixel-width', `x-server-version'
7279 and `x-server-vendor'.
7280
7281 * windows.texi (Choosing Window): Add anchor.
7282 * minibuf.texi (Minibuffer Misc): Add anchor.
7283
72842004-07-23 John Paul Wallington <jpw@gnu.org>
7285
7286 * macros.texi (Defining Macros): Declaration keyword for setting
7287 Edebug spec is `debug' not `edebug'.
7288
72892004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7290
7291 * windows.texi: Various small changes in addition to:
7292 (Window Point): Mention return value of `set-window-point'.
7293 (Window Start): `pos-visible-in-window-p' disregards horizontal
7294 scrolling. Explain return value if PARTIALLY is non-nil.
7295 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7296 and `set-window-vscroll'.
7297 (Size of Window): The argument WINDOW to `window-inside-edges',
7298 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7299 (Resizing Windows): Explain return value of
7300 `shrink-window-if-larger-than-buffer'.
7301 `window-size-fixed' automatically becomes buffer local when set.
7302 (Window Configurations): Explain return value of
7303 `set-window-configuration'.
7304
7305 * minibuf.texi (Minibuffer Misc): Add anchor for
7306 `minibuffer-scroll-window'.
7307
7308 * positions.texi (Text Lines): Add anchor for `count-lines'.
7309
73102004-07-17 Richard M. Stallman <rms@gnu.org>
7311
7312 * display.texi (Overlay Properties): Adding `evaporate' prop
7313 deletes empty overlay immediately.
7314
7315 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7316 fix example.
7317
73182004-07-16 Jim Blandy <jimb@redhat.com>
7319
7320 * searching.texi (Regexp Backslash): Document new \_< and \_>
7321 operators.
7322
73232004-07-16 Juanma Barranquero <lektu@terra.es>
7324
7325 * display.texi (Images): Fix Texinfo usage.
7326
73272004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7328
7329 * buffers.texi (Modification Time): `visited-file-modtime' now
7330 returns a list of two integers, instead of a cons.
7331
73322004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7333
7334 * windows.texi: Various changes in addition to:
7335 (Splitting Windows): Add `split-window-keep-point'.
7336
73372004-07-09 Richard M. Stallman <rms@gnu.org>
7338
7339 * frames.texi (Input Focus): Minor fix.
7340
73412004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * frames.texi (Input Focus): Clarify descriptions of
7344 `select-frame-set-input-focus' and `select-frame'.
7345
73462004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7347
7348 * os.texi: Various small changes in addition to:
7349 (Killing Emacs): Expand and clarify description of
7350 `kill-emacs-query-functions' and `kill-emacs-hook'.
7351 (System Environment): Expand and clarify description of `getenv'
7352 and `setenv'.
7353 (Timers): Clarify description of `run-at-time'.
7354 (Translating Input): Correct description of
7355 `extra-keyboard-modifiers'.
7356 (Flow Control): Correct description of `enable-flow-control'.
7357
73582004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7359
7360 * os.texi: Update copyright.
7361 (Session Management): Grammar fix.
7362 Clarify which Emacs does the restarting.
7363 Use @samp for *scratch* buffer.
7364
73652004-07-04 Alan Mackenzie <acm@muc.de>
7366
7367 * frames.texi (Input Focus): Add documentation for
7368 `select-frame-set-input-focus'. Replace refs to non-existent
7369 `switch-frame' with `select-frame'. Minor corrections and tidying
7370 up of text-only terminal stuff.
7371
73722004-07-02 Richard M. Stallman <rms@gnu.org>
7373
7374 * files.texi (Saving Buffers): Cleanup write-contents-function.
7375 (Magic File Names): Cleanup file-remote-p.
7376
b344d29d 73772004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7378
7379 * files.texi (Magic File Names): `file-remote-p' returns an
7380 identifier of the remote system, not just t.
7381
73822004-07-02 David Kastrup <dak@gnu.org>
7383
7384 * searching.texi (Entire Match Data): Add explanation about new
7385 match-data behavior when @var{integers} is non-nil.
7386
73872004-06-24 Richard M. Stallman <rms@gnu.org>
7388
7389 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7390
7391 * customize.texi (Variable Definitions): Note about doc strings
7392 and :set.
7393
7394 * keymaps.texi (Keymap Terminology): Document `kbd'.
7395 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7396
7397 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7398 makes it buffer-local.
7399
7400 * files.texi (Saving Buffers): Correct previous change.
7401
7402 * commands.texi (Accessing Events):
7403 Clarify posn-col-row and posn-actual-col-row.
7404
74052004-06-24 David Ponce <david.ponce@wanadoo.fr>
7406
7407 * commands.texi (Accessing Events): New functions
7408 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7409
74102004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7411
7412 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7413 * frames.texi, buffers.texi, backups.texi, variables.texi:
7414 * loading.texi, eval.texi, functions.texi, control.texi:
7415 * symbols.texi, minibuf.texi: Reposition @anchor's.
7416
7417 * help.texi: Various small changes in addition to the following.
7418 (Describing Characters): Describe PREFIX argument to
7419 `key-description'. Correct and clarify definition of
7420 `text-char-description'. Describe NEED-VECTOR argument to
7421 `read-kbd-macro'.
7422 (Help Functions): Clarify definition of `apropos'.
7423
74242004-06-23 Lars Hansen <larsh@math.ku.dk>
7425
7426 * files.texi (Saving Buffers): Correct description of
7427 `write-contents-functions'.
7428
74292004-06-21 Juanma Barranquero <lektu@terra.es>
7430
7431 * display.texi (Images): Remove redundant @vindex directives.
7432 Rewrite `image-library-alist' doc in active voice.
7433
74342004-06-14 Juanma Barranquero <lektu@terra.es>
7435
7436 * display.texi (Images): Document new delayed library loading,
7437 variable `image-library-alist' and (existing but undocumented)
7438 function `image-type-available-p'.
7439
74402004-06-05 Richard M. Stallman <rms@gnu.org>
7441
7442 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7443 refer the user to the Initial Input node.
7444 (Text from Minibuffer): Likewise.
7445 (Initial Input): New node. Document this feature
7446 and say it is mostly deprecated.
7447
74482004-05-30 Richard M. Stallman <rms@gnu.org>
7449
7450 * loading.texi (Named Features): Clarify return value
7451 and meaning of NOERROR.
7452
7453 * variables.texi (File Local Variables): Minor cleanup.
7454
74552004-05-30 Michael Albinus <michael.albinus@gmx.de>
7456
7457 * files.texi (Magic File Names): Add `file-remote-p' as operation
7458 of file name handlers.
7459
74602004-05-29 Richard M. Stallman <rms@gnu.org>
7461
7462 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7463 as arg to a minor mode command.
7464
74652004-05-22 Richard M. Stallman <rms@gnu.org>
7466
7467 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7468
7469 * streams.texi (Output Variables): Doc float-output-format.
7470
7471 * searching.texi (Regexp Special): Nested repetition can be infloop.
7472
7473 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7474 real stack overflow.
7475
7476 * compile.texi: Minor cleanups.
7477
74782004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7479
7480 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7481 circular lists.
7482 (List Elements): Explain handling of circular and dotted lists.
7483
74842004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7485
7486 * modes.texi (Search-based Fontification): Fix typo.
7487
74882004-05-10 Juanma Barranquero <lektu@terra.es>
7489
7490 * modes.texi (Mode Line Variables): Fix description of
7491 global-mode-string, which is now after which-func-mode, not the
7492 buffer name.
7493
74942004-05-07 Lars Hansen <larsh@math.ku.dk>
7495
7496 * modes.texi (Desktop Save Mode): Add.
7497 (Modes): Add menu entry Desktop Save Mode.
7498
7499 * hooks.texi: Add desktop-after-read-hook,
7500 desktop-no-desktop-file-hook and desktop-save-hook.
7501
7502 * locals.texi: Add desktop-save-buffer.
7503
75042004-04-30 Jesper Harder <harder@ifa.au.dk>
7505
7506 * display.texi: emacs -> Emacs.
7507
75082004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7509
7510 * files.texi (Changing Files): Document set-file-times.
7511
75122004-04-23 Juanma Barranquero <lektu@terra.es>
7513
7514 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7515
75162004-04-18 Jesper Harder <harder@ifa.au.dk>
7517
7518 * tips.texi (Coding Conventions): defopt -> defcustom.
7519
75202004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7521
7522 * sequences.texi: Various clarifications.
7523
75242004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7525
7526 * buffers.texi (Read Only Buffers): Mention optional ARG to
7527 `toggle-read-only'.
7528
75292004-04-14 Nick Roberts <nick@nick.uklinux.net>
7530
7531 * windows.texi (Selecting Windows): Note that get-lru-window
7532 returns a full-width window if possible.
7533
75342004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7535
7536 * buffers.texi: Various changes in addition to:
7537 (Buffer File Name): Add `find-buffer-visiting'.
7538 (Buffer Modification): Mention optional ARG to `not-modified'.
7539 (Indirect Buffers): Mention optional CLONE argument to
7540 `make-indirect-buffer'.
7541
7542 * files.texi: Various changes in addition to:
7543 (Visiting Functions): `find-file-hook' is now a normal hook.
7544 (File Name Expansion): Explain difference between the way that
7545 `expand-file-name' and `file-truename' treat `..'.
7546 (Contents of Directories): Mention optional ID-FORMAT argument to
7547 `directory-files-and-attributes'.
7548 (Format Conversion): Mention new optional CONFIRM argument to
7549 `format-write-file'.
7550
75512004-04-12 Miles Bader <miles@gnu.org>
7552
7553 * macros.texi (Expansion): Add description of `macroexpand-all'.
7554
75552004-04-05 Jesper Harder <harder@ifa.au.dk>
7556
5dcb4c4e
SM
7557 * variables.texi (Variable Aliases):
7558 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7559
7560 * errors.texi (Standard Errors): Ditto.
7561
75622004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7563
7564 * backups.texi: Various small changes in addition to:
7565 (Making Backups): Mention return value of `backup-buffer'.
7566 (Auto-Saving): Mention optional FORCE argument to
7567 `delete-auto-save-file-if-necessary'.
7568 (Reverting): Mention optional PRESERVE-MODES argument to
7569 `revert-buffer'. Correct description of `revert-buffer-function'.
7570
75712004-03-22 Juri Linkov <juri@jurta.org>
7572
7573 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7574 with `Vector Functions'.
7575
7576 * text.texi (Sorting): Add missing quote.
7577
75782004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * intro.texi (Lisp History): Replace xref to `cl' manual with
7581 inforef.
7582
75832004-03-12 Richard M. Stallman <rms@gnu.org>
7584
7585 * intro.texi (Version Info): Add arg to emacs-version.
7586 (Lisp History): Change xref to CL manual.
7587
75882004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7591 for Partial Completion mode.
7592
75932004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7594
7595 * customize.texi: Fix typo. Remove eol whitespace.
7596
75972004-03-04 Richard M. Stallman <rms@gnu.org>
7598
7599 * processes.texi: Fix typos.
7600
7601 * lists.texi (Building Lists): Minor clarification.
7602
7603 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7604 in make-hash-table.
7605
76062004-02-29 Juanma Barranquero <lektu@terra.es>
7607
7608 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7609 rm, and ignore exit code.
7610
76112004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7612
7613 * display.texi (Defining Faces): Add description for min-colors.
7614 Update example.
7615
76162004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7617
7618 * abbrevs.texi: Various corrections and clarifications in addition
7619 to the following:
7620 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7621
76222004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7623
7624 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7625
76262004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * text.texi: Various small changes in addition to the following:
7629 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7630 to delete-horizontal-space.
7631 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7632 description of yank-handler text property at various places.
7633
7634 * frames.texi (Window System Selections): Add anchor.
7635
7636 * syntax.texi (Syntax Table Functions): Clarify and correct
7637 descriptions of make-syntax-table and copy-syntax-table.
7638 (Motion and Syntax): Clarify SYNTAXES argument to
7639 skip-syntax-forward.
7640 (Parsing Expressions): Mention that the return value of
7641 parse-partial-sexp is currently a list of ten rather than nine
7642 elements.
7643 (Categories): Various corrections and clarifications.
7644
76452004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7646
7647 * markers.texi (Marker Insertion Types): Minor change.
7648
7649 * locals.texi (Standard Buffer-Local Variables):
7650 * commands.texi (Interactive Codes, Using Interactive):
7651 * functions.texi (Related Topics): Fix xrefs.
7652
76532004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * lists.texi (Sets And Lists): Update description of delete-dups.
7656
76572004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7658
7659 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7660
c8763fb6 76612004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7662
7663 * frames.texi (Parameter Access): frame-parameters arg is optional.
7664 modify-frame-parameters handles nil for FRAME.
7665 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7666 are all-or-nothing for certain toolkits.
7667 Mention parameter wait-for-wm.
7668 (Frames and Windows): In frame-first-window and frame-selected-window
7669 the arg is optional.
7670 (Input Focus): In redirect-frame-focus the second arg is optional.
7671 (Window System Selections): Mention selection type CLIPBOARD.
7672 Mention data-type UTF8_STRING.
7673 Mention numbering of cut buffers.
7674 (Resources): Describe x-resource-name.
7675
76762004-02-16 Richard M. Stallman <rms@gnu.org>
7677
7678 * windows.texi (Buffers and Windows): Delete false table
7679 about all-frames.
7680
7681 * syntax.texi (Parsing Expressions): Delete old caveat
7682 about parse-sexp-ignore-comments.
7683
7684 * streams.texi (Output Variables): Add print-quoted.
7685
7686 * lists.texi (Building Lists): Minor cleanup.
7687
7688 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7689
7690 * display.texi (Overlays): Explain overlays use markers.
7691 (Managing Overlays): Explain front-advance and rear-advance
7692 in more detail.
7693
7694 * loading.texi (Unloading): Document unload-feature-special-hooks.
7695 Get rid of fns-NNN.el file.
7696
76972004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7698
7699 * help.texi (Describing Characters): Fix text-char-description
7700 example output.
7701
7702 * edebug.texi (Using Edebug): Fix example.
7703
7704 * debugging.texi (Internals of Debugger): Fix return value.
7705
7706 * files.texi (Changing Files): Fix argname.
7707
7708 * calendar.texi: Fix parens, and default values.
7709
7710 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7711 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7712 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7713
7714 * positions.texi (Text Lines): Don't add -1 in current-line.
7715
77162004-02-16 Richard M. Stallman <rms@gnu.org>
7717
7718 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7719
77202004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7721
7722 * processes.texi (Low-Level Network): Fix a typo.
7723
77242004-02-12 Kim F. Storm <storm@cua.dk>
7725
7726 * display.texi (Fringes): Use consistent wording.
7727 Note that window-fringe's window arg is optional.
7728 (Scroll Bars): Use consistent wording.
7729
77302004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7731
7732 * tips.texi (Comment Tips): Document the new conventions for
7733 commenting out code.
7734
c8763fb6 77352004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7736
5dcb4c4e 7737 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7738
77392004-02-07 Kim F. Storm <storm@cua.dk>
7740
7741 * positions.texi (Text Lines): Add line-number-at-pos.
7742
77432004-02-06 John Paul Wallington <jpw@gnu.org>
7744
7745 * display.texi (Button Properties, Button Buffer Commands):
7746 mouse-2 invokes button, not down-mouse-1.
7747
77482004-02-04 Jason Rumney <jasonr@gnu.org>
7749
7750 * makefile.w32-in: Sync with Makefile.in changes.
7751
77522004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7753
7754 * minibuf.texi (Text from Minibuffer): Various corrections and
7755 clarifications.
7756 (Object from Minibuffer): Correct Lisp description of
7757 read-minibuffer.
7758 (Minibuffer History): Clarify description of cons values for
7759 HISTORY arguments.
5dcb4c4e
SM
7760 (Basic Completion): Various corrections and clarifications.
7761 Add completion-regexp-list.
b8d4c8d0
GM
7762 (Minibuffer Completion): Correct and clarify description of
7763 completing-read.
5dcb4c4e
SM
7764 (Completion Commands): Mention Partial Completion mode.
7765 Various other minor changes.
b8d4c8d0
GM
7766 (High-Level Completion): Various corrections and clarifications.
7767 (Reading File Names): Ditto.
7768 (Minibuffer Misc): Ditto.
7769
77702004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * strings.texi (Text Comparison): assoc-string also matches
7773 elements of alists that are strings instead of conses.
7774 (Formatting Strings): Standardize Texinfo usage. Update index
7775 entries.
7776
77772004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7778
7779 * lists.texi (Sets And Lists): Add delete-dups.
7780
77812004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7782
7783 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7784 special form.
7785 * macros.texi (Defining Macros): Update description of `declare',
7786 which now is a macro.
7787 (Wrong Time): Fix typos.
7788
77892004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7790
7791 * compile.texi (Compilation Functions): Expand descriptions of
7792 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7793 and `batch-byte-compile'. In particular, mention and describe
7794 all optional arguments.
7795 (Disassembly): Correct and clarify the description of `disassemble'.
7796
77972004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7798
7799 * searching.texi: Various small changes in addition to the
7800 following.
7801 (Regexp Example): Adapt to new value of `sentence-end'.
7802 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7803 `words'.
7804 (Search and Replace): Add usage note for `perform-replace'.
7805 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7806 `match-data'.
7807 (Standard Regexps): Update for new values of `paragraph-start'
7808 and `sentence-end'.
7809
78102004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7811
7812 * files.texi (Saving Buffers): Clarify descriptions of
7813 `write-contents-functions' and `before-save-hook'.
7814 Make the defvar's for `before-save-hook' and `after-save-hook'
7815 into defopt's.
7816
78172004-01-07 Kim F. Storm <storm@cua.dk>
7818
7819 * commands.texi (Click Events): Describe new image and
7820 width/height elements of click events.
7821 (Accessing Events): Add posn-string, posn-image, and
7822 posn-object-width-height. Change posn-object to return either
7823 image or string object.
7824
78252004-01-01 Simon Josefsson <jas@extundo.com>
7826
7827 * hooks.texi (Standard Hooks): Add before-save-hook.
7828 * files.texi (Saving Buffers): Likewise.
7829
78302004-01-03 Richard M. Stallman <rms@gnu.org>
7831
7832 * frames.texi (Frames and Windows): Delete frame-root-window.
7833
78342004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7835
7836 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7837
7838 * functions.texi: Various small changes in addition to the
7839 following.
5dcb4c4e
SM
7840 (What Is a Function): `functionp' returns nil for macros.
7841 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7842 (Function Documentation): Add `\' in front of (fn @var{arglist})
7843 and explain why.
7844 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7845 Add anchor.
7846 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7847
78482004-01-01 Miles Bader <miles@gnu.org>
7849
7850 * display.texi (Buttons): New section.
7851
78522003-12-31 Andreas Schwab <schwab@suse.de>
7853
7854 * numbers.texi (Math Functions): sqrt reports a domain-error
7855 error.
7856 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7857
78582003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7859
7860 * tips.texi (Documentation Tips): Update item on hyperlinks in
7861 documentation strings.
7862
7863 * errors.texi (Standard Errors): Various small corrections and
7864 additions.
7865
7866 * control.texi: Various small changes in addition to the
7867 following.
7868 (Signaling Errors): Provide some more details on how `signal'
7869 constructs the error message. Add anchor to the definition of
7870 `signal'.
7871 (Error Symbols): Describe special treatment of `quit'.
7872 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7873 to emphasize that it has to be a single form.
7874
7875 * buffers.texi: Add anchor.
7876
78772003-12-29 Richard M. Stallman <rms@gnu.org>
7878
7879 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7880 (Window Configurations): Add window-configuration-frame.
7881
7882 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7883
7884 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7885 Change arg name in get-char-property.
7886 (Special Properties): Update handling of keymap property.
7887
7888 * strings.texi (Modifying Strings): Add clear-string.
7889 (Text Comparison): Add assoc-string and remove
7890 assoc-ignore-case, assoc-ignore-representation.
7891
7892 * os.texi (Time of Day): Add set-time-zone-rule.
7893
7894 * numbers.texi (Math Functions): asin, acos, log, log10
7895 report domain-error errors.
7896
7897 * nonascii.texi (Converting Representations):
7898 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7899 (Encoding and I/O): Add file-name-coding-system.
7900
7901 * modes.texi (Search-based Fontification): Explain that
7902 face specs are symbols with face names as values.
7903
7904 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7905
7906 * lists.texi (Building Lists): remq moved elsewhere.
7907 (Sets And Lists): remq moved here.
7908 (Association Lists): Refer to assoc-string.
7909
7910 * internals.texi (Garbage Collection): Add memory-use-counts.
7911
7912 * frames.texi (Frames and Windows): Add set-frame-selected-window
7913 and frame-root-window.
7914
7915 * files.texi (Contents of Directories):
7916 Add directory-files-and-attributes.
7917
7918 * display.texi (Refresh Screen): Add force-window-update.
7919 (Invisible Text): Explain about moving point out of invis text.
7920 (Overlay Properties): Add overlay-properties.
7921 (Managing Overlays): Add overlayp.
7922 (GIF Images): Invalid image number displays a hollow box.
7923
7924 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7925 (Killing Buffers): Add buffer-live-p.
7926
79272003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7928
7929 * display.texi (Fringes): Fix typo "set-buffer-window".
7930
79312003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7932
7933 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7934 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7935 Add or change various xrefs and anchors.
7936
7937 * commands.texi: Replace all occurrences of @acronym{CAR} with
7938 @sc{car}, for consistency with the rest of the Elisp manual.
7939 `car' and `cdr' are historically acronyms, but are no longer
7940 widely thought of as such.
7941
7942 * internals.texi (Pure Storage): Mention that `purecopy' does not
7943 copy text properties.
7944 (Object Internals): Now 29 bits are used (in most implementations)
7945 to address Lisp objects.
7946
7947 * variables.texi (Variables with Restricted Values): New node.
7948
7949 * objects.texi (Lisp Data Types): Mention that certain variables
7950 can only take on a restricted set of values and add an xref to
7951 the new node "Variables with Restricted Values".
7952
7953 * eval.texi (Function Indirection): Describe the errors that
7954 `indirect-function' can signal.
7955 (Eval): Clarify the descriptions of `eval-region' and `values'.
7956 Describe `eval-buffer' instead of `eval-current-buffer' and
7957 mention `eval-current-buffer' as an alias for `current-buffer'.
7958 Correct the description and mention all optional arguments.
7959
7960 * nonascii.texi: Various small changes in addition to the
7961 following.
7962 (Converting Representations): Clarify behavior of
7963 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7964 ASCII arguments.
7965 (Character Sets): Document the variable `charset-list' and adapt
7966 the definition of the function `charset-list' accordingly.
7967 (Translation of Characters): Clarify use of generic characters in
7968 `make-translation-table'. Clarify and correct the description of
7969 the use of translation tables in encoding and decoding.
7970 (User-Chosen Coding Systems): Correct and clarify the description
7971 of `select-safe-coding-system'.
7972 (Default Coding Systems): Clarify description of
7973 `file-coding-system-alist'.
7974
79752003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7976
7977 * strings.texi (Text Comparison): Correctly describe when two
7978 strings are `equal'. Combine and clarify descriptions of
7979 `assoc-ignore-case' and `assoc-ignore-representation'.
7980
7981 * objects.texi (Non-ASCII in Strings): Clarify description of
7982 when a string is unibyte or multibyte.
7983 (Bool-Vector Type): Update examples.
7984 (Equality Predicates): Correctly describe when two strings are
7985 `equal'.
7986
79872003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * lists.texi (Building Lists): `append' no longer accepts integer
7990 arguments. Update the description of `number-sequence' to reflect
7991 recent changes.
7992 (Sets And Lists): Describe `member-ignore-case' after `member'.
7993
79942003-11-27 Kim F. Storm <storm@cua.dk>
7995
7996 * commands.texi (Click Events): Click object may be an images.
7997 Describe (dx . dy) element of click positions.
7998 (Accessing Events): Remove duplicate posn-timestamp.
7999 New functions posn-object and posn-object-x-y.
8000
80012003-11-23 Kim F. Storm <storm@cua.dk>
8002
8003 * commands.texi (Click Events): Describe enhancements to event
8004 position lists, including new text-pos and (col . row) items.
8005 Mention left-fringe and right-fringe area events.
8006 (Accessing Events): New functions posn-area and
8007 posn-actual-col-row. Mention posn-timestamp. Mention that
8008 posn-point in non-text area still returns buffer position.
8009 Clarify posn-col-row.
8010
80112003-11-21 Lars Hansen <larsh@math.ku.dk>
8012
8013 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8014 * anti.texi (File Attributes): Describe removed parameter
8015 ID-FORMAT.
8016
80172003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8018
8019 * positions.texi (Positions): Mention that, if a marker is used as
8020 a position, its buffer is ignored.
8021
8022 * markers.texi (Overview of Markers): Mention it here too.
8023
80242003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8025
8026 * numbers.texi (Numeric Conversions): Not just `floor', but also
8027 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8028
80292003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8030
8031 * markers.texi (Creating Markers): Specify insertion type of
8032 created markers. Add xref to `Marker Insertion Types'.
8033 Second argument to `copy-marker' is optional.
8034 (Marker Insertion Types): Mention that most markers are created
8035 with insertion type nil.
8036 (The Mark): Correctly describe when `mark' signals an error.
8037 (The Region): Correctly describe when `region-beginning' and
8038 `region-end' signal an error.
8039
80402003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8041
8042 * hash.texi (Creating Hash): Clarify description of `eql'.
8043 `makehash' is obsolete.
8044 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8045
8046 * positions.texi (Point): Change description of `buffer-end', so
8047 that it is also correct for floating point arguments.
8048 (List Motion): Correct argument lists of `beginning-of-defun' and
8049 `end-of-defun'.
8050 (Excursions): Add xref to `Marker Insertion Types'.
8051 (Narrowing): Argument to `narrow-to-page' is optional.
8052
80532003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8054
8055 * streams.texi (Output Streams): Clarify behavior of point for
8056 marker output streams.
8057
80582003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8059
8060 * variables.texi (Defining Variables): Second argument to
8061 `defconst' is not optional.
8062 (Setting Variables): Mention optional argument APPEND to
8063 `add-to-list'.
8064 (Creating Buffer-Local): Expand description of
8065 `make-variable-buffer-local'.
8066 (Frame-Local Variables): Expand description of
8067 `make-variable-frame-local'.
8068 (Variable Aliases): Correct description of optional argument
8069 DOCSTRING to `defvaralias'. Mention return value of
8070 `defvaralias'.
8071 (File Local Variables): Add xref to `File variables' in Emacs
8072 Manual. Correct description of `hack-local-variables'. Mention
8073 `safe-local-variable' property. Mention optional second argument
8074 to `risky-local-variable-p'.
8075
80762003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8077
8078 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8079
80802003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8081
8082 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8083 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8084 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8085 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8086 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8087 lispref/processes.texi, lispref/searching.texi,
8088 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8089 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8090 @acronym{FOO}.
8091
80922003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8093
8094 * strings.texi (Creating Strings): Argument START to `substring'
8095 can not be `nil'. Expand description of
8096 `substring-no-properties'. Correct description of `split-string',
8097 especially with respect to empty matches. Prevent very bad line
8098 break in definition of `split-string-default-separators'.
8099 (Text Comparison): `string=' and `string<' also accept symbols as
8100 arguments.
8101 (String Conversion): More completely describe argument BASE in
8102 `string-to-number'.
8103 (Formatting Strings): `%s' and `%S' in `format' do require
8104 corresponding object. Clarify behavior of numeric prefix after
8105 `%' in `format'.
8106 (Case Conversion): The argument to `upcase-initials' can be a
8107 character.
8108
81092003-10-27 Kenichi Handa <handa@m17n.org>
8110
8111 * display.texi (Fontsets): Fix texinfo usage.
8112
81132003-10-25 Kenichi Handa <handa@m17n.org>
8114
8115 * display.texi (Fontsets): Add description of the function
8116 set-fontset-font.
8117
81182003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8119
8120 * display.texi (Temporary Displays): Add xref to `Documentation
8121 Tips'.
8122
8123 * functions.texi (Function Safety): Use inforef instead of pxref
8124 for SES.
8125
81262003-10-23 Andreas Schwab <schwab@suse.de>
8127
8128 * Makefile.in (TEX, texinputdir): Don't define.
8129 (TEXI2DVI): Define.
8130 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8131 add $(srcdir)/index.texi.
8132 ($(infodir)/elisp): Remove index.texi dependency.
8133 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8134 (index.texi): Remove target.
8135 (dist): Don't link $(srcdir)/permute-index.
8136 (clean): Don't remove index.texi.
8137
8138 * permute-index, index.perm: Remove.
8139 * index.texi: Rename from index.unperm.
8140
81412003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * tips.texi (Documentation Tips): Document new behavior for face
8144 and variable hyperlinks in Help mode.
8145
81462003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * objects.texi (Integer Type): Update for extra bit of integer range.
8149 (Character Type): Ditto.
8150
81512003-10-16 Eli Zaretskii <eliz@gnu.org>
8152
8153 * numbers.texi (Integer Basics): Add index entries for reading
8154 numbers in hex, octal, and binary.
8155
81562003-10-16 Lute Kamstra <lute@gnu.org>
8157
8158 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8159 argument.
8160
81612003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8162
8163 * windows.texi (Choosing Window): Fix typo.
8164 * edebug.texi (Edebug Execution Modes): Fix typo.
8165
81662003-10-13 Richard M. Stallman <rms@gnu.org>
8167
8168 * windows.texi (Basic Windows): A window has fringe settings,
8169 display margins and scroll-bar settings.
8170 (Splitting Windows): Doc split-window return value.
8171 Clean up one-window-p.
8172 (Selecting Windows): Fix typo.
8173 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8174 (Buffers and Windows): In set-window-buffer, explain effect
8175 on fringe settings and scroll bar settings.
8176 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8177 (Choosing Window): Use defopt for pop-up-frame-function.
8178 For special-display-buffer-names, explain same-window and same-frame.
8179 Clarify window-dedicated-p return value.
8180 (Textual Scrolling): scroll-up and scroll-down can get an error.
8181 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8182 Clarify set-window-hscroll.
8183 (Size of Window): Don't mention tool bar in window-height.
8184 (Coordinates and Windows): Explain what coordinates-in-window-p
8185 returns for fringes and display margins.
8186 (Window Configurations): Explain saving fringes, etc.
8187
8188 * tips.texi (Library Headers): Clean up Documentation.
8189
8190 * syntax.texi (Parsing Expressions): Clean up forward-comment
8191 and parse-sexp-lookup-properties.
8192
8193 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8194
8195 * os.texi (System Environment): Clean up text for load-average errors.
8196
8197 * modes.texi (Hooks): Don't explain local hook details at front.
8198 Clarify run-hooks and run-hook-with-args a little.
8199 Clean up add-hook and remove-hook.
8200
8201 * edebug.texi (Edebug Execution Modes): Clarify t.
8202 Document edebug-sit-for-seconds.
8203 (Coverage Testing): Document C-x X = and =.
8204 (Instrumenting Macro Calls): Fix typo.
8205 (Specification List): Don't index the specification keywords.
8206
82072003-10-10 Kim F. Storm <storm@cua.dk>
8208
8209 * processes.texi (Network): Introduce make-network-process.
8210
82112003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8212
8213 * tips.texi (Library Headers): Fix typo.
8214
82152003-10-07 Juri Linkov <juri@jurta.org>
8216
8217 * modes.texi (Imenu): Mention imenu-create-index-function's
8218 default value. Explain submenus better.
8219
82202003-10-07 Lute Kamstra <lute@gnu.org>
8221
8222 * modes.texi (Faces for Font Lock): Fix typo.
8223 (Hooks): Explain how buffer-local hook variables can refer to
8224 global hook variables.
8225 Various minor clarifications.
8226
82272003-10-06 Lute Kamstra <lute@gnu.org>
8228
8229 * tips.texi (Coding Conventions): Mention naming conventions for
8230 hooks.
8231
82322003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8233
8234 * loading.texi (Library Search): Correct default value of
8235 load-suffixes.
8236 (Named Features): Fix typo.
8237
82382003-10-05 Richard M. Stallman <rms@gnu.org>
8239
8240 * loading.texi (Named Features): In `provide',
8241 say how to test for subfeatures.
8242 (Unloading): In unload-feature, use new var name
8243 unload-feature-special-hooks.
8244
82452003-10-03 Lute Kamstra <lute@gnu.org>
8246
8247 * modes.texi (Major Mode Conventions): Mention third way to set up
8248 Imenu.
8249 (Imenu): A number of small fixes.
8250 Delete documentation of internal variable imenu--index-alist.
8251 Document the return value format of imenu-create-index-function
8252 functions.
8253
82542003-09-30 Richard M. Stallman <rms@gnu.org>
8255
8256 * processes.texi (Network): Say what stopped datagram connections do.
8257
8258 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8259
8260 * display.texi (Overlay Properties): Clarify `evaporate' property.
8261
82622003-09-29 Lute Kamstra <lute@gnu.org>
8263
8264 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8265 constructs should be marked as risky.
8266 Change cons cell into proper list.
8267 (Mode Line Variables): Change cons cell into proper list.
8268
82692003-09-26 Lute Kamstra <lute@gnu.org>
8270
8271 * modes.texi (Mode Line Data): Document the :propertize construct.
8272 (Mode Line Variables): Reorder the descriptions of the variables
8273 to match their order in the default mode-line-format.
8274 Describe the new variables mode-line-position and mode-line-modes.
8275 Update the default values of mode-line-frame-identification,
8276 minor-mode-alist, and default-mode-line-format.
8277 (Properties in Mode): Mention the :propertize construct.
8278
82792003-09-26 Richard M. Stallman <rms@gnu.org>
8280
8281 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8282 * loading.texi, minibuf.texi, text.texi, variables.texi:
8283 Avoid @strong{Note:}.
8284
82852003-09-26 Richard M. Stallman <rms@gnu.org>
8286
8287 * keymaps.texi (Remapping Commands): Fix typo.
8288
82892003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8290
8291 * processes.texi (Low-Level Network): Fix typo.
8292
82932003-09-23 Kim F. Storm <storm@cua.dk>
8294
8295 * processes.texi (Network, Network Servers): Fix typos.
8296 (Low-Level Network): Add timeout value for :server keyword.
8297 Add new option keywords to make-network-process.
8298 Add set-network-process-options.
8299 Explain how to test availability of network options.
8300
83012003-09-19 Richard M. Stallman <rms@gnu.org>
8302
8303 * text.texi (Motion by Indent): Arg to
8304 backward-to-indentation and forward-to-indentation is optional.
8305
8306 * strings.texi (Creating Strings): Add substring-no-properties.
8307
8308 * processes.texi
8309 (Process Information): Add list-processes arg QUERY-ONLY.
8310 Delete process-contact from here.
8311 Add new status values for process-status.
8312 Add process-get, process-put, process-plist, set-process-plist.
8313 (Synchronous Processes): Add call-process-shell-command.
8314 (Signals to Processes): signal-process allows process objects.
8315 (Network): Complete rewrite.
8316 (Network Servers, Datagrams, Low-Level Network): New nodes.
8317
8318 * positions.texi (Word Motion): forward-word, backward-word
8319 arg is optional. Reword.
8320
8321 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8322
8323 * variables.texi (Creating Buffer-Local):
8324 Delete duplicate definition of buffer-local-value.
8325 (File Local Variables): Explain about discarding text props.
8326
83272003-09-11 Richard M. Stallman <rms@gnu.org>
8328
8329 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8330 changes variables that record input events.
8331 (Minibuffer Misc): Add minibuffer-selected-window.
8332
8333 * lists.texi (Building Lists): Add copy-tree.
8334
8335 * display.texi (Fontsets): Add char-displayable-p.
8336 (Scroll Bars): New node.
8337
83382003-09-08 Lute Kamstra <lute@gnu.org>
8339
8340 * modes.texi (%-Constructs): Document new `%i' and `%I'
8341 constructs.
8342
83432003-09-03 Peter Runestig <peter@runestig.com>
8344
8345 * makefile.w32-in: New file.
8346
83472003-08-29 Richard M. Stallman <rms@gnu.org>
8348
8349 * display.texi (Overlay Properties): Clarify how priorities
8350 affect use of the properties.
8351
83522003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8353
8354 * customize.texi (Type Keywords): Correct the description of
8355 `:help-echo' in the case where `motion-doc' is a function.
8356
83572003-08-14 John Paul Wallington <jpw@gnu.org>
8358
8359 * modes.texi (Emulating Mode Line): Subsection, not section.
8360
83612003-08-13 Richard M. Stallman <rms@gnu.org>
8362
8363 * elisp.texi (Top): Update subnode lists in menu.
8364
8365 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8366 (Kill Functions): kill-region has new arg yank-handler.
8367 (Yanking): New node.
8368 (Yank Commands): Add yank-undo-function.
8369 (Low-Level Kill Ring):
8370 kill-new and kill-append have new arg yank-handler.
8371 (Changing Properties): Add remove-list-of-text-properties.
8372 (Atomic Changes): New node.
8373
8374 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8375
8376 * streams.texi (Output Variables): Add eval-expression-print-length
8377 and eval-expression-print-level.
8378
8379 * os.texi (Time Conversion): For encode-time, explain limits on year.
8380
8381 * objects.texi (Character Type): Define anchor "modifier bits".
8382
8383 * modes.texi (Emulating Mode Line): New node.
8384 (Search-based Fontification): Font Lock uses font-lock-face property.
8385 (Other Font Lock Variables): Likewise.
8386
8387 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8388 not vectors.
8389 (Active Keymaps): Add emulation-mode-map-alists.
8390 (Functions for Key Lookup): key-binding has new arg no-remap.
8391 (Remapping Commands): New node.
8392 (Scanning Keymaps): where-is-internal has new arg no-remap.
8393 (Tool Bar): Add tool-bar-local-item-from-menu.
8394 Clarify when to use tool-bar-add-item-from-menu.
8395
8396 * commands.texi (Interactive Call): commandp has new arg.
8397 (Command Loop Info): Add this-original-command.
8398
83992003-08-06 John Paul Wallington <jpw@gnu.org>
8400
8401 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8402
8403 * display.texi (Warning Basics): Fix typo.
8404 (Fringes): Add closing curly bracket and fix typo.
8405
8406 * elisp.texi (Top): Fix typo.
8407
84082003-08-05 Richard M. Stallman <rms@gnu.org>
8409
8410 * elisp.texi: Update lists of subnodes.
8411
8412 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8413
8414 * variables.texi (Local Variables): Use lc for example variable names.
8415
8416 * tips.texi (Library Headers): Explain where to put -*-.
8417
8418 * strings.texi (Creating Strings): Fix xref for vconcat.
8419
8420 * sequences.texi (Vector Functions):
8421 vconcat no longer allows integer args.
8422
8423 * minibuf.texi (Reading File Names): read-file-name has new
8424 arg PREDICATE. New function read-directory-name.
8425
c4cc8b9a 8426 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8427 (Indenting Macros): New node.
8428
8429 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8430 (Window Frame Parameters): Make separate table of parameters
8431 that are coupled with specific face attributes.
8432 (Deleting Frames): delete-frame-hooks renamed to
8433 delete-frame-functions.
8434
8435 * files.texi (Magic File Names): Add file-remote-p.
8436 Clarify file-local-copy.
8437
8438 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8439 here; instead xref Defining Macros.
8440
8441 * display.texi (Warnings): New node, and subnodes.
8442 (Fringes): New node.
8443
8444 * debugging.texi (Test Coverage): New node.
8445
8446 * compile.texi (Compiler Errors): Explain with-no-warnings
8447 and other ways to suppress warnings.
8448
8449 * commands.texi (Interactive Call): Minor clarification.
8450
8451 * buffers.texi (Buffer File Name): set-visited-file-name
8452 renames the buffer too.
8453
8454 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8455
84562003-07-24 Markus Rost <rost@math.ohio-state.edu>
8457
8458 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8459
84602003-07-22 Markus Rost <rost@math.ohio-state.edu>
8461
8462 * internals.texi (Garbage Collection): Fix previous change.
8463
84642003-07-22 Richard M. Stallman <rms@gnu.org>
8465
8466 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8467
8468 * display.texi (Width): Use \s syntax in example.
8469 (Font Selection): Add face-font-rescale-alist.
8470
8471 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8472 Remove spurious indent in example.
8473
8474 * lists.texi (Building Lists): Add number-sequence.
8475
8476 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8477
8478 * functions.texi (Function Documentation): Explain how to
8479 show calling convention explicitly in the doc string.
8480
8481 * windows.texi (Selecting Windows): save-selected-window saves
8482 selected window of each frame.
8483 (Window Configurations): Minor change.
8484
8485 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8486
8487 * streams.texi (Output Variables): Add print-continuous-numbering
8488 and print-number-table.
8489
8490 * processes.texi (Decoding Output): New node.
8491
8492 * os.texi (Time Conversion): decode-time arg is optional.
8493
8494 * objects.texi (Character Type): Don't use space as example for \.
8495 Make list of char names and \-sequences correspond.
8496 Explain that \s is not used in strings. `\ ' needs space after.
8497
8498 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8499 (Translation of Characters): Add translation-table-for-input.
8500 (Default Coding Systems): Add auto-coding-functions.
8501 (Explicit Encoding): Add decode-coding-inserted-region.
8502 (Locales): Add locale-info.
8503
8504 * minibuf.texi (Basic Completion): Describe test-completion.
8505 Collections can be lists of strings.
8506 Clean up lazy-completion-table.
8507 (Programmed Completion): Mention test-completion.
8508 Clarify why lambda expressions are not accepted.
8509 (Minibuffer Misc): Describe minibufferp.
8510
85112003-07-14 Richard M. Stallman <rms@gnu.org>
8512
8513 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8514
8515 * windows.texi (Selecting Windows): New arg to select-window.
8516 (Selecting Windows): Add with-selected-window.
8517 (Size of Window): Add window-inside-edges, etc.
8518
8519 * internals.texi (Garbage Collection): Add post-gc-hook.
8520
8521 * processes.texi (Subprocess Creation): Add exec-suffixes.
8522
8523 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8524 (Scanning Keymaps): Add map-keymaps.
8525 (Defining Menus): Add keymap-prompt.
8526
8527 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8528 most-negative-fixnum.
8529
c4cc8b9a 8530 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8531 (Compiler Errors): New node.
8532
8533 * os.texi (User Identification): user-uid, user-real-uid
8534 can return float.
8535
8536 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8537 and about derived modes.
8538 (Minor Modes): Add minor-mode-list.
8539 (Defining Minor Modes): Keyword args for define-minor-mode.
8540 (Search-based Fontification): Explain managing other properties.
8541 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8542 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8543 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8544
8545 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8546 (Variable Aliases): Clarify defvaralias.
8547
8548 * loading.texi (Library Search): Add load-suffixes.
8549
8550 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8551 (Programmed Completion): Add dynamic-completion-table.
8552
8553 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8554 (Magic File Names): Specify precedence order of handlers.
8555
8556 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8557 and post-command-hook.
8558 (Waiting): New calling convention for sit-for.
8559
8560 * text.texi (Special Properties): local-map and keymap properties
8561 apply based on their stickiness.
8562
85632003-07-07 Richard M. Stallman <rms@gnu.org>
8564
8565 * modes.texi (Minor Mode Conventions): Specify only some kinds
8566 of list values as args to minor modes.
8567
8568 * files.texi (File Name Expansion): Warn about iterative use
8569 of substitute-in-file-name.
8570
8571 * advice.texi (Activation of Advice): Clean up previous change.
8572
85732003-07-06 Markus Rost <rost@math.ohio-state.edu>
8574
8575 * advice.texi (Activation of Advice): Note that ad-start-advice is
8576 turned on by default.
8577
85782003-06-30 Richard M. Stallman <rms@gnu.org>
8579
8580 * text.texi (Buffer Contents): Document current-word.
8581 (Change Hooks): Not called for *Messages*.
8582
8583 * functions.texi (Defining Functions): Explain about redefining
8584 primitives.
8585 (Function Safety): Renamed. Minor changes.
8586 Comment out the detailed criteria for what is safe.
8587
85882003-06-22 Andreas Schwab <schwab@suse.de>
8589
8590 * objects.texi (Symbol Type): Fix description of examples.
8591
85922003-06-16 Andreas Schwab <schwab@suse.de>
8593
8594 * hash.texi (Creating Hash): Fix description of :weakness.
8595
c8763fb6 85962003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8597
8598 * files.texi (Changing Files): copy-file copies file modes, too.
8599
86002003-05-28 Richard M. Stallman <rms@gnu.org>
8601
8602 * strings.texi (Creating Strings): Clarify split-string.
8603
86042003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8605
8606 * strings.texi (Creating Strings): Update split-string specification
8607 and examples.
8608
86092003-05-19 Richard M. Stallman <rms@gnu.org>
8610
8611 * elisp.texi: Correct invariant section names.
8612
86132003-04-20 Richard M. Stallman <rms@gnu.org>
8614
8615 * os.texi (Timers): Explain about timers and quitting.
8616
86172003-04-19 Richard M. Stallman <rms@gnu.org>
8618
8619 * internals.texi (Writing Emacs Primitives): Strings are
8620 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8621 Explain GCPRO convention for varargs function args.
8622
86232003-04-16 Richard M. Stallman <rms@gnu.org>
8624
8625 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8626
86272003-04-08 Richard M. Stallman <rms@gnu.org>
8628
8629 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8630
86312003-02-13 Kim F. Storm <storm@cua.dk>
8632
8633 * objects.texi (Character Type): New \s escape for space.
8634
86352003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8636
5dcb4c4e 8637 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8638
86392003-01-25 Richard M. Stallman <rms@gnu.org>
8640
8641 * keymaps.texi: Document that a symbol can act as a keymap.
8642
86432003-01-13 Richard M. Stallman <rms@gnu.org>
8644
8645 * text.texi (Changing Properties): Say string indices are origin-0.
8646
8647 * positions.texi (Screen Lines) <compute-motion>:
8648 Correct order of elts in return value.
8649
8650 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8651 how to define a default binding.
8652
86532002-12-07 Markus Rost <rost@math.ohio-state.edu>
8654
8655 * loading.texi (Unloading): Fix recent change for load-history.
8656
8657 * customize.texi (Simple Types): Clarify description of custom
8658 type 'number. Describe new custom type 'float.
8659
86602002-12-04 Markus Rost <rost@math.ohio-state.edu>
8661
8662 * variables.texi (File Local Variables): Fix typo.
8663
c8763fb6 86642002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8665
8666 From Michael Albinus <Michael.Albinus@alcatel.de>.
8667
8668 * README: Target for Info file is `make info'.
8669
5dcb4c4e 8670 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8671 `file-name-sans-extension'.
8672 (Magic File Names): Complete list of operations for magic file
8673 name handlers.
8674
86752002-09-16 Jonathan Yavner <jyavner@engineer.com>
8676
8677 * variables.texi (File Local Variables): New function
8678 risky-local-variable-p.
8679
86802002-09-15 Jonathan Yavner <jyavner@engineer.com>
8681
8682 * functions.texi (Function safety): New node about unsafep.
8683
86842002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8685
5dcb4c4e 8686 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8687 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8688
86892002-06-17 Juanma Barranquero <lektu@terra.es>
8690
8691 * frames.texi (Display Feature Testing): Fix typo.
8692
86932002-06-12 Andreas Schwab <schwab@suse.de>
8694
8695 * frames.texi (Initial Parameters, Resources): Fix references to
8696 the Emacs manual.
8697
86982002-05-13 Kim F. Storm <storm@cua.dk>
8699
8700 * variables.texi (Intro to Buffer-Local): Updated warning and
8701 example relating to changing buffer inside let.
8702
c8763fb6 87032002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8704
8705 * os.texi (Session Management): New node about X Session management.
8706
87072002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8708
8709 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8710 to which the manual corresponds, and the copyright years.
8711
8712 * Makefile.in (VERSION): Set to 2.9.
8713
87142001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8715
8716 * elisp.texi: Change the category in @dircategory to "Emacs", to
8717 make it consistent with info/dir.
8718
87192001-11-25 Miles Bader <miles@gnu.org>
8720
8721 * text.texi (Fields): Describe new `limit' arg in
8722 field-beginning/field-end.
8723
87242001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8725
5dcb4c4e
SM
8726 * permute-index: Don't depend on csh-specific features.
8727 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8728
8729 * two-volume-cross-refs.txt: New file.
8730 * two.el: New file.
8731 * spellfile: New file.
8732
87332001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * permute-index: New file.
8736
8737 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8738 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8739 8+3 restricted namespace.
8740
8741 * Makefile.in (infodir): Define relative to $(srcdir).
8742 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8743 include directories list via -I switch to makeinfo.
8744 (index.texi): Use cp if both hard and symbolic links fail.
8745
87462001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8747
8748 * Makefile.in (distclean): Add.
8749
8750 The following changes make ELisp manual part of the Emacs
8751 distribution:
8752
8753 * Makefile.in: Add Copyright notice.
8754 (prefix): Remove.
8755 (infodir): Change value to "../info".
8756 (VPATH): New variable.
8757 (MAKE): Don't define.
8758 (texmacrodir): Don't define.
8759 (texinputdir): Append the existing value of TEXINPUTS.
8760 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8761 command to be compatible with man/Makefile.in, and to put the
8762 output into ../info.
8763 (info): Add target.
8764 (installall): Target removed.
8765
c8763fb6 87662001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8767
8768 * tips.texi (Coding Conventions): Fix typo.
8769
87702001-10-23 Gerd Moellmann <gerd@gnu.org>
8771
8772 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8773
87742001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8775
8776 * files.texi (File Name Components): Update the description of
8777 file-name-sans-extension and file-name-extension, as they now
8778 ignore leading dots.
8779
87802001-10-20 Gerd Moellmann <gerd@gnu.org>
8781
8782 * (Version 21.1 released.)
8783
87842001-10-19 Miles Bader <miles@gnu.org>
8785
8786 * positions.texi (Text Lines): Describe behavior of
8787 `beginning-of-line'/`end-of-line' in the presence of field properties.
8788
87892001-10-17 Gerd Moellmann <gerd@gnu.org>
8790
8791 * Makefile.in (VERSION): Set to 2.8.
8792 (manual): Use `manual-21'.
8793
8794 * elisp.texi (VERSION): Add and use it where the version
8795 number was used. Set it to 2.8.
8796
8797 * intro.texi: Likewise.
8798
87992001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8800
8801 * files.texi (File Name Completion): Document the significance of
8802 a trailing slash in elements of completion-ignored-extensions.
8803
88042001-10-06 Miles Bader <miles@gnu.org>
8805
8806 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8807
88082001-10-04 Gerd Moellmann <gerd@gnu.org>
8809
8810 * variables.texi (Variable Aliases): New node.
8811
88122001-10-04 Gerd Moellmann <gerd@gnu.org>
8813
8814 * Branch for 21.1.
8815
88162001-10-02 Miles Bader <miles@gnu.org>
8817
8818 * minibuf.texi (Minibuffer Misc): Add entries for
8819 `minibuffer-contents', `minibuffer-contents-no-properties', and
8820 `delete-minibuffer-contents'.
8821 Correct description for `minibuffer-prompt-end'.
8822
8823 * text.texi (Property Search): Correct descriptions of
8824 `next-char-property-change' and `previous-char-property-change'.
8825 Add entries for `next-single-char-property-change' and
8826 `previous-single-char-property-change'.
8827 Make operand names a bit more consistent.
8828
88292001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8830
8831 * frames.texi (Finding All Frames): Document that next-frame and
8832 previous-frame are local to current terminal.
8833
88342001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8835
8836 * keymaps.texi (Creating Keymaps): Fix the description of the
8837 result of make-keymap.
8838
88392001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8840
8841 * display.texi (Font Lookup, Attribute Functions)
8842 (Image Descriptors): Add cross-references to the definition of
8843 selected frame.
8844
8845 * buffers.texi (The Buffer List): Add cross-references to the
8846 definition of selected frame.
8847
8848 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8849 frame at any given time.
8850 (Multiple Displays, Size and Position): Add a cross-reference to
8851 the definition of the selected frame.
8852
88532001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8854
8855 * strings.texi (String Conversion) <string-to-number>: Document
8856 that a float is returned for integers that are too large.
8857
8858 * frames.texi (Mouse Position): Document mouse-position-function.
8859 (Display Feature Testing): Document display-images-p.
8860 (Window Frame Parameters): Document the cursor-type variable.
8861
8862 * numbers.texi (Integer Basics): Document CL style read syntax for
8863 integers in bases other than 10.
8864
5dcb4c4e
SM
8865 * positions.texi (List Motion):
8866 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8867
8868 * lists.texi (Sets And Lists): Document member-ignore-case.
8869
8870 * internals.texi (Garbage Collection): Document the used and free
8871 strings report.
8872 (Memory Usage): Document strings-consed.
8873
8874 * os.texi (Time of Day): Document float-time.
8875 (Recording Input): Document that clear-this-command-keys clears
8876 the vector to be returned by recent-keys.
8877
8878 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8879 argument keymap can be a list.
8880
8881 * nonascii.texi (User-Chosen Coding Systems)
8882 <select-safe-coding-system>: Document the new argument
8883 accept-default-p and the variable
8884 select-safe-coding-system-accept-default-p. Tell what happens if
8885 buffer-file-coding-system is undecided.
8886 (Default Coding Systems): Document auto-coding-regexp-alist.
8887
8888 * display.texi (The Echo Area) <message>: Document
8889 message-truncate-lines.
8890 (Glyphs): Document that the glyph table is unused on windowed
8891 displays.
8892
8893 * help.texi (Describing Characters) <single-key-description>:
8894 Document the new argument no-angles.
8895 (Accessing Documentation) <documentation-property>: Document that
8896 a non-string property is evaluated.
8897 <documentation>: Document that the function-documentation property
8898 is looked for.
8899
8900 * windows.texi (Selecting Windows): Document some-window.
8901
8902 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8903
8904 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8905 apropos-mode-hook.
8906
8907 * commands.texi (Using Interactive): Document interactive-form.
8908 (Keyboard Macros): Document kbd-macro-termination-hook.
8909 (Command Loop Info): Document that clear-this-command-keys clears
8910 the vector to be returned by recent-keys.
8911
89122001-09-04 Werner LEMBERG <wl@gnu.org>
8913
8914 * Makefile.in (srcdir, texinputdir): New variables.
8915 (srcs, index.texi, install): Use $(srcdir).
8916 (.PHONY): Remove elisp.dvi.
8917 (elisp): Use -I switch for makeinfo.
8918 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8919 (installall, dist): Use $(srcdir).
8920 Fix path to texinfo.tex.
8921 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8922
89232001-08-30 Gerd Moellmann <gerd@gnu.org>
8924
8925 * display.texi (Conditional Display): Adjust to API change.
8926
8927 * configure: New file.
8928
89292001-07-30 Gerd Moellmann <gerd@gnu.org>
8930
8931 * commands.texi (Repeat Events): Add description of
8932 double-click-fuzz.
8933
89342001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8935
8936 * syntax.texi (Syntax Class Table): Add the missing designator for
8937 comment and string fences.
8938 (Syntax Properties): Add a xref to syntax table internals.
8939 (Syntax Table Internals): Document string-to-syntax.
8940
89412001-05-07 Gerd Moellmann <gerd@gnu.org>
8942
8943 * Makefile.in (install): Use install-info command line options
8944 like in Emacs' Makefile.in.
8945
89462000-12-09 Miles Bader <miles@gnu.org>
8947
8948 * windows.texi (Window Start): Update documentation for
8949 `pos-visible-in-window-p'.
8950
89512000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8952
8953 * lists.texi (Building Lists): Add footnote to explain how to add
8954 to the end of a list.
8955
89562000-10-25 Gerd Moellmann <gerd@gnu.org>
8957
8958 * files.texi (Visiting Functions): Typos.
8959
89602000-10-25 Kenichi Handa <handa@etl.go.jp>
8961
8962 * files.texi (Visiting Functions): Return value of
8963 find-file-noselect may be a list of buffers if wildcards are used.
8964
89652000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8966
8967 * display.texi (Defining Faces): Document `graphic' display type
8968 in face specs.
8969
b344d29d 89702000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8971
8972 * hooks.texi (Standard Hooks): Replace obsolete
8973 `after-make-frame-hook' with `after-make-frame-functions'.
8974
8975 * frames.texi (Creating Frames): Ditto.
8976
8977 * variables.texi (Future Local Variables): Ditto.
8978
89792000-10-16 Gerd Moellmann <gerd@gnu.org>
8980
8981 * display.texi (Other Image Types): Add description of :foreground
8982 and :background properties of mono PBM images.
8983
89842000-08-17 Werner LEMBERG <wl@gnu.org>
8985
8986 * .cvsignore: New file.
8987
89882000-01-05 Gerd Moellmann <gerd@gnu.org>
8989
8990 * tindex.pl: New script.
8991
89921999-12-03 Dave Love <fx@gnu.org>
8993
8994 * Makefile.in (MAKEINFO): New parameter.
8995
89961999-09-17 Richard Stallman <rms@gnu.org>
8997
8998 * Makefile.in (srcs): Add hash.texi.
8999 (VERSION): Update to 20.6.
9000
90011999-09-13 Richard Stallman <rms@gnu.org>
9002
9003 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9004
90051998-08-29 Karl Heuer <kwzh@gnu.org>
9006
9007 * configure.in: New file.
9008 * Makefile.in: Renamed from Makefile.
9009 (prefix, infodir): Use value obtained from configure.
9010 (emacslibdir): Obsolete variable deleted.
9011 (dist): Distribute configure.in, configure, Makefile.in.
9012
90131998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9014
9015 * Makefile (INSTALL_INFO): New variable.
9016 (install): Run install-info.
9017
90181998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9019
9020 * Makefile (elisp.dvi): Add missing backslash.
9021
90221998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9023
9024 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9025 Run texindex without `./'. Always run texindex on elisp.tp.
9026 (elisp.tps): Target deleted.
9027
90281998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9029
9030 * Makefile (srcs): Add nonascii.texi and customize.texi.
9031 (dist): Start by deleting `temp'.
9032
90331998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9034
9035 * Makefile (makeinfo, texindex): Targets deleted.
9036 (makeinfo.o, texindex.o): Targets deleted.
9037 (clean, dist): Don't do anything with them or with getopt*.
9038
90391998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9040
9041 * Makefile (SHELL): Defined.
9042
90431998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9044
9045 * Makefile (elisp.tps): New target.
9046 (elisp.dvi): Depend on elisp.tps.
9047
c5602427 90481996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9049
9050 * README: Update phone number.
9051
9052 * Makefile (elisp): Make this be the default target.
9053 Depend on makeinfo.c instead of makeinfo.
9054 (install): Don't depend on elisp.dvi, since we don't install that.
9055 Use mkinstalldirs.
9056 (dist): Add mkinstalldirs.
9057
c5602427 90581995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9059
9060 * Makefile (VERSION): Update version number.
5dcb4c4e 9061 (maintainer-clean): Rename from realclean.
b8d4c8d0 9062
c5602427 90631995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9064
9065 * Makefile (realclean): New target.
9066 (elisp): Remove any old elisp-* files first.
9067
c5602427 90681993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9069
9070 * Makefile (VERSION): New variable.
9071 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9072 Compressed file suffix should be `.gz', not `.z'.
9073
ce058493 90741993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9075
9076 * Makefile (elisp): Depend on makeinfo.
9077
c5602427 90781993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9079
9080 * Makefile (srcs): Add anti.texi.
9081
c5602427 90821993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9083
9084 * Makefile (infodir, prefix): New vars.
9085 (install): Use infodir.
9086 (emacsinfodir): Deleted.
9087
c5602427 90881993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9089
9090 * Makefile (srcs): Add calendar.texi.
9091
9092 * Makefile (dist): Copy texindex.c and makeinfo.c.
9093 Limit elisp-* files to those with one or two digits.
9094
c5602427 90951993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9096
9097 * Makefile (dist): Changed to use Gzip instead of compress.
9098
c5602427 90991993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9100
9101 * loading.texi (Unloading): define-function changed back to
9102 defalias. It may not stay this way, but at least it's
9103 consistent with the known-good version of the code patch.
9104
c5602427 91051993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9106
9107 * modes.texi (Hooks): Document new optional arg of add-hook.
9108
c5602427 91091993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9110
9111 * variables.texi: Document nil initial value of buffer-local variables.
9112
9113 * tips.texi: Add new section on standard library headers.
9114
c5602427 91151993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9116
9117 * Makefile (srcs): Add frame.texi to the list of sources.
9118
c5602427 91191993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9120
9121 * Makefile (dist): Don't bother excluding autosave files; they'll
9122 never make it into the temp directory anyway, and the hash marks
9123 in the name are problematic for make and the Bourne shell.
9124 (srcs):
9125
c5602427 91261993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9127
9128 * Makefile (dist): Don't include backup files or autosave files in
9129 the distribution tar file.
9130
c5602427 91311991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9132
5dcb4c4e 9133 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9134 (elisp.dvi): Remove erroneous shell comment.
9135 Expect output of permute-index in permuted.fns.
9136 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9137 (clean): Add index.texi to be deleted.
b8d4c8d0 9138
c5602427 91391990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9140
9141 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9142
c5602427 91431990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9144
9145 * files.texi: Noted that completion-ignored-extensions is ignored
9146 when making *Completions*.
9147
3e868ee3 91481990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9149
9150 * Makefile make dist now depends on elisp.dvi, since it tries
9151 to include it in the dist file.
9152
c5602427 91531990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9154
c5602427 9155 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9156
c5602427 91571989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9158
9159 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9160 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9161
c5602427 91621989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9163
9164 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9165 and @error{} are the terms now being used. The files in the
9166 directory have been changed to reflect this.
9167
9168 * All instances of @indentedresultt{} have been changed to
9169 ` @result{}', using 5 spaces at the begining of the line.
9170
c5602427 91711989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9172
9173 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9174 experimental @indentedresult{}, @indentedexpandsto{} are part of
9175 the texinfo.tex in this directory. These TeX macros are not
9176 stable yet.
9177
c5602427 91781989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9179
9180 * texinfo.tex: Temporarily added
9181 \let\result=\dblarrow
9182 \def\error{{\it ERROR} \longdblarrow}
9183 We need to do this better soon.
9184
c5602427 91851989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9186
9187 * Applied Karl Berry's patches to *.texinfo files, but not to
9188 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9189 new title page format is also not applied, since it requires
9190 texinfo.tex changes.)
9191
9192 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9193 for the Project GNU development environment.
9194
9195;; Local Variables:
c8763fb6 9196;; coding: utf-8
b8d4c8d0
GM
9197;; End:
9198
73b0cd50 9199 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9200
9201 This file is part of GNU Emacs.
9202
352c8b4a 9203 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9204 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9205 the Free Software Foundation, either version 3 of the License, or
9206 (at your option) any later version.
b8d4c8d0
GM
9207
9208 GNU Emacs is distributed in the hope that it will be useful,
9209 but WITHOUT ANY WARRANTY; without even the implied warranty of
9210 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9211 GNU General Public License for more details.
9212
9213 You should have received a copy of the GNU General Public License
352c8b4a 9214 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.