src/makefile.w32-in: Update dependencies.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
049bcbcb
CY
12011-05-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * help.texi (Accessing Documentation):
4 * display.texi (Pixel Specification):
5 * processes.texi (Serial Ports, Serial Ports):
6 * nonascii.texi (Character Properties, Default Coding Systems):
7 * text.texi (Changing Properties, Special Properties):
8 * windows.texi (Window Start and End):
9 * modes.texi (SMIE Indentation Example, SMIE Tricks):
10 * keymaps.texi (Searching Keymaps, Tool Bar):
11 * minibuf.texi (Basic Completion):
12 * compile.texi (Eval During Compile):
13 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
14 7x9 paper in printed manual.
15
16 * lists.texi (Sets And Lists): Fix misplaced text.
17
58539c63
CY
182011-05-29 Chong Yidong <cyd@stupidchicken.com>
19
20 * keymaps.texi (Remapping Commands): Emphasize that the keymap
21 needs to be active (Bug#8350).
22
6b5681bf
CY
232011-05-28 Chong Yidong <cyd@stupidchicken.com>
24
b4d52acc
CY
25 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
26
6b5681bf
CY
27 * tips.texi (Coding Conventions): Remove antediluvian filename
28 limit recommendation (Bug#8538).
29
e145f188
GM
302011-05-27 Glenn Morris <rgm@gnu.org>
31
32 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
33
eafed945
GM
342011-05-26 Glenn Morris <rgm@gnu.org>
35
36 * variables.texi (File Local Variables):
37 Update hack-local-variables `mode-only' return value.
2d3ba9e7 38 Add some more details on what this function does in the other case.
eafed945 39
bc8410af
GM
402011-05-19 Glenn Morris <rgm@gnu.org>
41
42 * lists.texi (Sets And Lists): Mention cl provides union etc.
43
35a30759
N
442011-05-19 Nix <nix@esperi.org.uk>
45
46 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
47
48 * text.texi (Parsing HTML): Update for function name changes.
49
50 * syntax.texi (Syntax Flags): Small fix.
51
52 * keymaps.texi (Active Keymaps): Typo fix.
53 (Changing Key Bindings): Grammar fix.
54
55 * frames.texi (Minibuffers and Frames): Grammar fix.
56 (Window System Selections): x-select-enable-clipboard now defaults to t.
57
58 * customize.texi (Common Keywords):
59 * display.texi (Abstract Display):
60 * modes.texi (Auto-Indentation):
61 * nonascii.texi (Converting Representations): Typo fixes.
62
63 * control.texi (Examples of Catch): Call it "goto" not "go to".
64
e3934a8a
EZ
652011-05-14 Eli Zaretskii <eliz@gnu.org>
66
bc039a3b
EZ
67 * nonascii.texi (Character Properties): Fix inconsistencies with
68 implementation.
69
e3934a8a
EZ
70 * text.texi (Special Properties): Move @defvar's out of the
71 @table. (Bug#8652)
72
e2c94218
GM
732011-05-12 Glenn Morris <rgm@gnu.org>
74
75 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
76
d2fc7e3d 772011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
78
79 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
80 (Multiline Font Lock):
81 * vol2.texi (Top):
82 * vol1.texi (Top):
83 * elisp.texi (Top): Update menu accordingly.
84
d2fc7e3d 852011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
86
87 * modes.texi (Region to Fontify): Fix typo.
88
79b70037
GM
892011-05-10 Jim Meyering <meyering@redhat.com>
90
91 * minibuf.texi: Fix typo "in in -> in".
92
b08a63cc 932011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
94
95 * numbers.texi (Integer Basics): Large integers are treated as floats.
96
1ef14cb4
LMI
972011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
98
99 * processes.texi (Synchronous Processes): Document the (:file
100 "/file-name") syntax for `call-process'.
101
4ffd0d6b 1022011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
103
104 * windows.texi (Choosing Window): Fix typo.
105
4ffd0d6b 1062011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
107
108 * frames.texi (Layout Parameters): Note the difference between
109 querying and setting parameters for left-fringe and right-fringe
110 (Bug#6930).
111
fd5a8ae8
SM
1122011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * minibuf.texi (Basic Completion): Be a bit more precise about the
115 valid kinds of completion tables.
116 (Programmed Completion): Remove obsolete text about lambda expressions
117 not being valid completion tables.
118
c1bcd0d5
CY
1192011-03-19 Chong Yidong <cyd@stupidchicken.com>
120
121 * positions.texi (Excursions): Explain the "save-excursion
122 defeated by set-buffer" warning.
123
124 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
125 save-excursion. Suggested by Uday S Reddy.
126
03408648 1272011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 128
03408648
SM
129 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
130 (Lexical Binding): New sub-section.
ba83908c 131
03408648
SM
132 * eval.texi (Eval): Discourage the use of `eval'.
133 Document its new `lexical' argument.
6c075cd7 134
f6d62986
SM
1352011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
136
03408648 137 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
138 nil any more.
139
84ea5558 1402011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
141
142 * strings.texi (String Conversion): Don't mention
143 string-make-(uni|multi)byte (bug#8262).
144 * nonascii.texi (Converting Representations): Fix up range.
145 * keymaps.texi (Key Binding Commands): Update code point, avoid
146 "unibyte character" and remove mention of unibyte bindings.
147
62d94509
EZ
1482011-03-10 Eli Zaretskii <eliz@gnu.org>
149
150 * modes.texi (Operator Precedence Grammars): Don't use characters
151 outside ISO-8859-1.
152
63a329f8
EZ
1532011-03-09 Eli Zaretskii <eliz@gnu.org>
154
155 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
156
157 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
158
6446548e
GM
1592011-03-08 Glenn Morris <rgm@gnu.org>
160
161 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
162 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 163 * elisp.texi: Set documentencoding.
6446548e 164
33383987
JB
1652011-03-07 Chong Yidong <cyd@stupidchicken.com>
166
167 * Version 23.3 released.
168
0b3ceceb
CY
1692011-03-06 Chong Yidong <cyd@stupidchicken.com>
170
171 * package.texi: Update index keywords.
172 (Package Archives): New node contents. Document package-x.el.
173
78f5433f
JB
1742011-03-06 Juanma Barranquero <lekktu@gmail.com>
175
176 * makefile.w32-in (srcs): Add package.texi.
177
555e9b5c
CY
1782011-03-06 Chong Yidong <cyd@stupidchicken.com>
179
120d9389
CY
180 * package.texi (Packaging, Packaging Basics, Simple Packages)
181 (Multi-file Packages): Expand and clarify.
182 (Package Archives): Temporary placeholder node.
183
184 * elisp.texi (Top): Update node listing.
185
555e9b5c
CY
186 * Makefile.in (srcs): Add package.texi.
187
b59a4335
CY
1882011-03-05 Chong Yidong <cyd@stupidchicken.com>
189
190 * processes.texi (Synchronous Processes): Minor clarification
191 (Bug#8149).
192
06083aa1
GM
1932011-03-03 Glenn Morris <rgm@gnu.org>
194
195 * files.texi (Truenames): Minor clarification. (Bug#2341)
196
6640b281
GM
1972011-03-01 Glenn Morris <rgm@gnu.org>
198
199 * variables.texi (Directory Local Variables):
200 Mention `(subdirs . nil)' alist element.
201
2b0c7330 2022011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
203
204 * variables.texi (Directory Local Variables): Mention the optional
205 mtime argument of dir-locals-set-directory-class. (Bug#3577)
206
b923f7a9
CY
2072011-02-27 Chong Yidong <cyd@stupidchicken.com>
208
209 * minibuf.texi (Minibuffer History): Clarify discussion of
210 minibuffer history lists (Bug#8085).
211
67ab0163 2122011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 213
e979a521
EZ
214 * elisp.texi: Sync @dircategory with ../../info/dir.
215
e03b2fd4
EZ
216 * files.texi (Visiting Functions): Document find-file-literally,
217 both the command and the variable.
218
86ec878a
EZ
219 * variables.texi (Creating Buffer-Local): Explain the meaning of
220 permanent local variables.
221
67ab0163
GM
222 * files.texi (Visiting Functions): Document find-file-literally,
223 both the command and the variable.
224
225 * variables.texi (Creating Buffer-Local): Explain the meaning of
226 permanent local variables.
227
2282011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
229
230 * keymaps.texi (Remapping Commands): Mention how to undo it.
231
bfcb151a
RT
2322011-02-09 Reuben Thomas <rrt@sc3d.org>
233
234 * loading.texi (Hooks for Loading): Remove unnecessary advice
235 about eval-after-load (Bug#7986).
236
a41c8660
CY
2372011-02-05 Chong Yidong <cyd@stupidchicken.com>
238
239 * commands.texi (Accessing Mouse): Note that a header line is not
240 included in the row of posn-col-row.
241
e0dd6837
CY
2422011-02-02 Chong Yidong <cyd@stupidchicken.com>
243
244 * modes.texi (Major Mode Conventions): Add face guidelines.
245 (Faces for Font Lock): List faces in order of prominence.
246
a4180391
PE
2472011-02-01 Paul Eggert <eggert@cs.ucla.edu>
248
249 format-time-string now supports subsecond time stamp resolution
250 * os.texi (Time Parsing): Document %N.
251
7427eb97
CY
2522011-01-28 Chong Yidong <cyd@stupidchicken.com>
253
61db307f
CY
254 * vol1.texi (Top):
255 * vol2.texi (Top):
256 * elisp.texi (Top):
257 * display.texi (Display Property): Shorten the menu description of
258 the "Other Display Specs" node (Bug#7816).
259
7427eb97
CY
260 * keymaps.texi (Defining Menus): Add "menu item" and "extended
261 menu item" concept index entries (Bug#7805).
262
bf3dae7e
EZ
2632011-01-29 Eli Zaretskii <eliz@gnu.org>
264
265 * makefile.w32-in (texinfodir): New variable.
266 (usermanualdir): Remove as redundant with $(emacsdir).
267 (MAKEINFO): Remove options, leave only program name.
268 (MAKEINFO_OPTS): New variable.
269 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
270
06d8ace5 2712011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
272 Richard Kim <emacs18@gmail.com>
273
274 * loading.texi (Library Search): Document list-load-path-shadows
275 (Bug#7757).
276
06d8ace5 2772011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
278
279 * searching.texi (Regexp Special): Remove outdated discussion of
280 character sets (Bug#7780).
281
28a88153
CY
282 * frames.texi (Pop-Up Menus): Document where menu title comes
283 from (Bug#7684).
284
06d8ace5 2852011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
286
287 * display.texi (Making Buttons): Mention limitation of text buttons.
288
a8e1e9ee
WL
2892011-01-23 Werner Lemberg <wl@gnu.org>
290
291 * Makefile.in (MAKEINFO): Now controlled by `configure'.
292 (MAKEINFO_OPTS): New variable. Use it where appropriate.
293 (ENVADD): New variable to control texi2dvi and texi2pdf.
294
362b9d48
GM
2952011-01-15 Chong Yidong <cyd@stupidchicken.com>
296
297 * files.texi (Directory Names): Move directory-abbrev-alist doc to
298 Emacs manual.
299
3002011-01-15 Eli Zaretskii <eliz@gnu.org>
301
302 * files.texi (Directory Names): Explain why FROM in
303 directory-abbrev-alist should begin with \`. (Bug#7777)
304
3fa173b4
SM
3052011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
308
7c420169 3092011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
310
311 * modes.texi (Emulating Mode Line): Fix last change.
312
7c420169 3132011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
314
315 * modes.texi (Emulating Mode Line): Update documentation of
316 format-mode-line according to changes that fixed bug #7587.
317
80b33766
SM
3182010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * modes.texi (Derived Modes): Mention prog-mode.
321
322 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
323 of the key-binding-data cache since we don't use it any more.
324
f49d1f52 3252010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 326
4bb49a92
EZ
327 * processes.texi (Shell Arguments):
328 * strings.texi (Creating Strings): Don't mention "shell commands";
329 make it explicit that `split-string-and-unquote' and
330 `combine-and-quote-strings' are mainly for working with arguments
331 to call-process and start-process.
332
3c73e30e
EZ
333 * processes.texi (Shell Arguments): Fix documentation of
334 `split-string-and-unquote'. Add indexing. (Bug#7563)
335
f49d1f52 3362010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
337
338 * modes.texi (Auto-Indentation): New section to document SMIE.
339 (Major Mode Conventions):
340 * text.texi (Mode-Specific Indent): Refer to it.
341
f49d1f52 3422010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
343
344 * display.texi (Other Display Specs): Document left-fringe and
345 right-fringe display specs.
346
f49d1f52 3472010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
348
349 * backups.texi (Making Backups):
350 * modes.texi (Example Major Modes): Use recommended coding style.
351 (Major Mode Basics, Derived Modes): Encourge more strongly use of
352 define-derived-mode. Mention completion-at-point-functions.
353
f49d1f52 3542010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 355
5dcb4c4e
SM
356 * nonascii.texi (Converting Representations):
357 Document byte-to-string.
e1115396 358
ec1b9b17
GM
3592010-12-08 Glenn Morris <rgm@gnu.org>
360
361 * buffers.texi (Modification Time):
362 verify-visited-file-modtime now defaults to the current buffer.
363
07976ae3 3642010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 365
ec1b9b17 366 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
367
368 * strings.texi (Creating Strings): Don't mention semi-obsolete
369 function char-to-string.
370 (String Conversion): Shorten discussion of semi-obsolete function
371 string-to-char. Link to Converting Representations.
372
373 * objects.texi (Symbol Type):
374 * text.texi (Near Point):
375 * help.texi (Help Functions):
376 * functions.texi (Mapping Functions): Use string instead of
377 char-to-string in examples.
378
07976ae3 3792010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
380
381 * text.texi (Kill Functions, Kill Functions)
382 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
383 YANK-HANDLER args.
384
385 * symbols.texi (Creating Symbols): Using unintern without an
386 obarray arg is now obsolete.
387
388 * numbers.texi (Float Basics): Document float-e and float-pi.
389
390 * variables.texi (Defining Variables): Change "pi" example to
391 "float-pi".
392
8547874a
EZ
3932010-11-26 Eli Zaretskii <eliz@gnu.org>
394
395 * commands.texi (Click Events): Document the values of X, Y and
396 COL, ROW in the event's position, when the click is on the header
397 or mode line, on the fringes, or in the margins.
398
4a47c275 3992010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 400
5b05d75b
EZ
401 * customize.texi (Composite Types): Lower-case index entry.
402
5dcb4c4e
SM
403 * loading.texi (How Programs Do Loading):
404 Document load-file-name. (Bug#7346)
c7926fe2 405
4a47c275 4062010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
407
408 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
409
0eb025fb
EZ
4102010-11-13 Eli Zaretskii <eliz@gnu.org>
411
412 * display.texi (Usual Display): Characters with no fonts are not
413 necessarily displayed as empty boxes.
414
2699a554 4152010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
416
417 * maps.texi (Standard Keymaps): Update File menu description.
418
8289f37b
GM
4192010-10-28 Glenn Morris <rgm@gnu.org>
420
421 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
422
5793a7bc 4232010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
424
425 * display.texi (Window Systems): Deprecate use of window-system as
426 a predicate.
427
17284e30
GM
4282010-10-23 Glenn Morris <rgm@gnu.org>
429
430 * help.texi (Documentation Basics): Remove mentions of digest-doc and
431 sorted-doc.
432
00f113eb
JB
4332010-10-15 Eli Zaretskii <eliz@gnu.org>
434
435 * os.texi (Dynamic Libraries): New node, with slightly modified
436 text deleted from "Image Formats".
437 (System Interface): Add @menu entry for "Dynamic Libraries".
438
439 * display.texi (Image Formats): Remove description of
440 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
441
07277eb8
GM
4422010-10-12 Glenn Morris <rgm@gnu.org>
443
444 * book-spine.texinfo: Rename to book-spine.texi.
445
c12e4a81
GM
4462010-10-11 Glenn Morris <rgm@gnu.org>
447
df187c62
GM
448 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
449
c12e4a81 450 * Makefile.in (DVIPS): New variable.
234db610
GM
451 (.PHONY): Add html, ps.
452 (html, elisp.html, ps, elisp.ps): New targets.
453 (clean): Delete html, ps files.
454 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 455
6513b232
EZ
4562010-10-09 Eli Zaretskii <eliz@gnu.org>
457
458 * makefile.w32-in (emacsdir): New variable.
459 (srcs): Add emacsver.texi.
460 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
461
abd40fb4
GM
4622010-10-09 Glenn Morris <rgm@gnu.org>
463
c1dc72b3
GM
464 * Makefile.in (VPATH): Remove.
465 (infodir): Make it absolute.
466 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
467
4393405b
GM
468 * Makefile.in (dist): Anchor regexps.
469
eef3ab94
GM
470 * Makefile.in (srcs): Put elisp.texi first.
471 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
472
aa9db089
GM
473 * Makefile.in (infoclean): Remove harmless, long-standing error.
474
abd40fb4
GM
475 * Makefile.in ($(infodir)): Delete rule.
476 (mkinfodir): New.
477 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
478
68db69ed 479 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 480 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 481
ea274122
GM
4822010-10-09 Glenn Morris <rgm@gnu.org>
483
f7a31f11
GM
484 * Makefile.in (emacsdir): New variable.
485 (MAKEINFO): Add -I $emacsdir.
486 (dist): Copy emacsver.texi.
b13254e7
GM
487 (srcs): Add emacsver.texi.
488
f7a31f11
GM
489 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
490 Set EMACSVER by including emacsver.texi.
491
ea274122
GM
492 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
493
17ca7950
GM
4942010-10-07 Glenn Morris <rgm@gnu.org>
495
496 * Makefile.in (version): New, set by configure.
497 (clean): Delete dist tar file.
498 (dist): Use version in tar name.
499
4c83f6e1
GM
5002010-10-06 Glenn Morris <rgm@gnu.org>
501
502 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
503 (INSTALL_INFO): Remove unused variable.
504 (mostlyclean, infoclean, dist): New rules.
505 (clean): Delete dvi and pdf files.
506 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 507 ($(infodir)): Add parallel build workaround.
4c83f6e1 508
0264072d
GM
5092010-10-04 Glenn Morris <rgm@gnu.org>
510
511 * Makefile.in (dvi, pdf, $(infodir)): New targets.
512 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 513 Fix -I typo.
0264072d
GM
514 (clean): No 'make.out' or 'core' files.
515 (.PHONY): Declare clean rules.
516 (maintainer-clean): Delete pdf file. Guard against cd failures.
517
77f38949
GM
5182010-10-03 Glenn Morris <rgm@gnu.org>
519
520 * files.texi (File Name Components): Remove ignored section about
521 deleted variable directory-sep-char.
522
178fdd41
MA
5232010-10-03 Michael Albinus <michael.albinus@gmx.de>
524
525 * files.texi (Magic File Names): New defopt
526 remote-file-name-inhibit-cache.
527
9c524fcb
GM
5282010-10-02 Glenn Morris <rgm@gnu.org>
529
530 * os.texi (Killing Emacs): Hook now runs in batch mode.
531
f816790b
SM
5322010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * text.texi (Special Properties): Clarify when modification-hooks run.
535
7cf78aac
SM
5362010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * syntax.texi (Syntax Flags): Document new `c' flag.
539
ca0d44e4
GM
5402010-09-09 Glenn Morris <rgm@gnu.org>
541
542 * display.texi (ImageMagick Images): General cleanup.
543
10999305 5442010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
545
546 * files.texi (Directory Names): Use \` rather than ^.
547
45240125
JD
5482010-09-02 Jan Djärv <jan.h.d@swipnet.se>
549
550 * text.texi (Low-Level Kill Ring):
551 * frames.texi (Window System Selections): Remove cut buffer
552 documentation.
553
4abe5bf6
EZ
5542010-08-28 Eli Zaretskii <eliz@gnu.org>
555
556 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
557 Parameters", where the default fringe width is described.
558
559 * frames.texi (Window Frame Parameters, Basic Parameters)
560 (Position Parameters, Layout Parameters, Management Parameters)
561 (Cursor Parameters, Font and Color Parameters): Add indexing for
562 frame parameters. (Bug#6929)
563
fdc76236
TT
5642010-08-25 Tom Tromey <tromey@redhat.com>
565
566 * vol2.texi (Top): Update.
567 * vol1.texi (Top): Update.
568 * tips.texi (Library Headers): Mention Package-Version and
569 Package-Requires.
570 * package.texi: New file.
571 * os.texi (System Interface): Update pointers.
572 * elisp.texi (Top): Link to new nodes. Include package.texi.
573 * anti.texi (Antinews): Update pointers.
574
1e5c1c80
EZ
5752010-08-25 Eli Zaretskii <eliz@gnu.org>
576
577 * processes.texi (Filter Functions): Fix last change.
578
78e33835
CY
5792010-08-24 Markus Triska <triska@gmx.at>
580
581 * processes.texi (Filter Functions): Use `buffer-live-p' instead
582 of `buffer-name' in the main text as well as in the example
583 (Bug#3098).
584
198a7a97
CY
5852010-08-22 Chong Yidong <cyd@stupidchicken.com>
586
587 * nonascii.texi (Text Representations):
588 * loading.texi (Loading Non-ASCII):
589 * compile.texi (Byte Compilation): Don't mention obsolete
590 --unibyte command-line argument.
591
bc7d7ea6
CY
5922010-08-22 Chong Yidong <cyd@stupidchicken.com>
593
594 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
595
b0126eac 5962010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
597
598 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
599
e8a6cc19
EZ
6002010-08-20 Eli Zaretskii <eliz@gnu.org>
601
602 * commands.texi (Misc Events): Add cross-references to where
603 POSITION of a mouse event is described in detail.
604
7815fe19 6052010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
606
607 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
608
7815fe19 6092010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
610
611 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
612 Suggested by Štěpán Němec <stepnem@gmail.com>.
613
7815fe19 6142010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
615
616 * minibuf.texi (High-Level Completion): Document args of
617 `read-buffer-function' (bug#5625).
618
8b2dd508
JD
6192010-07-29 Jan Djärv <jan.h.d@swipnet.se>
620
621 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
622
bace45fe
MA
6232010-07-29 Michael Albinus <michael.albinus@gmx.de>
624
625 * processes.texi (Process Information): Explain process property
626 `remote-tty'.
627
4ce5a4cc
JB
6282010-07-27 Juanma Barranquero <lekktu@gmail.com>
629
630 * modes.texi (Defining Minor Modes): Use C-delete in examples,
631 instead of "\C-\^?" (bug#6334).
632
1c84bc7a
JB
633 * text.texi (Special Properties): Fix typo.
634
b88746ba
EZ
6352010-07-09 Eli Zaretskii <eliz@gnu.org>
636
637 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
638 calling sequences, which are now the standard.
639
51422d6d
CY
6402010-06-24 Chong Yidong <cyd@stupidchicken.com>
641
642 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
643
644 * commands.texi (Command Overview): Mention undo-boundary call.
645
d24880de
GM
6462010-06-23 Glenn Morris <rgm@gnu.org>
647
648 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
649 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
650 * frames.texi, functions.texi, internals.texi, keymaps.texi:
651 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
652 * searching.texi, sequences.texi, strings.texi, syntax.texi:
653 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
654 Untabify Texinfo files.
655
0fc76035
CY
6562010-06-20 Chong Yidong <cyd@stupidchicken.com>
657
658 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
659
5338dc0b
CY
6602010-06-19 Chong Yidong <cyd@stupidchicken.com>
661
a628ad9d 662 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 663
2c3a3c1d
CY
6642010-06-02 Chong Yidong <cyd@stupidchicken.com>
665
ba3bf1d9
CY
666 * searching.texi (Regexp Special): Remove obsolete information
667 about matching non-ASCII characters, and suggest using char
668 classes (Bug#6283).
2c3a3c1d 669
7f4b4249
JB
6702010-05-30 Juanma Barranquero <lekktu@gmail.com>
671
672 * minibuf.texi (Basic Completion): Add missing "@end defun".
673
637821cd
SM
6742010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * minibuf.texi (Basic Completion): Document completion-boundaries.
677 (Programmed Completion): Document the new fourth method for boundaries.
678
e13051c3
CY
6792010-05-22 Chong Yidong <cyd@stupidchicken.com>
680
a628ad9d 681 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 682
0235128c 6832010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
684
685 * windows.texi (Textual Scrolling):
686 * tips.texi (Coding Conventions):
687 * minibuf.texi (Minibuffer History):
688 * maps.texi (Standard Keymaps):
689 * loading.texi (Where Defined):
690 * edebug.texi (Instrumenting): Fix typos.
691
0235128c 6922010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 693
c7c32279
CY
694 * keymaps.texi (Menu Bar): Document :advertised-binding property.
695
0235128c
SM
696 * functions.texi (Obsolete Functions):
697 Document set-advertised-calling-convention.
eb5ed549
CY
698
699 * minibuf.texi (Basic Completion): Document completion-in-region.
700 (Programmed Completion): Document completion-annotate-function.
701
702 * commands.texi (Reading One Event): Document read-key.
703 (Distinguish Interactive): Document KIND arg to
704 called-interactively-p. Delete obsolete interactive-p.
705
706 * elisp.texi (Top): Update node description.
707
f8848423
EZ
7082010-05-08 Eli Zaretskii <eliz@gnu.org>
709
0235128c
SM
710 * nonascii.texi (Character Properties):
711 Document unicode-category-table. Add an index entry for Unicode
712 general category.
713
7142010-05-07 Chong Yidong <cyd@stupidchicken.com>
715
716 * Version 23.2 released.
f8848423 717
938efb77
JB
7182010-04-20 Juanma Barranquero <lekktu@gmail.com>
719
720 * locals.texi (Standard Buffer-Local Variables):
721 Remove @ignore'd reference to `direction-reversed'.
722
5854c267
JL
7232010-04-14 Juri Linkov <juri@jurta.org>
724
725 Fix @deffn without category.
726
727 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
728 for `abbrev-insert'.
729
730 * buffers.texi (Indirect Buffers): Add category `Command'
731 to @deffn of `clone-indirect-buffer'.
732
733 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
734 for `next-window' and `previous-window'. Add category `Command'
735 to @deffn of `pop-to-buffer'.
736
8a14dec7
CY
7372010-04-01 Chong Yidong <cyd@stupidchicken.com>
738
739 * nonascii.texi (Text Representations): Don't mark
740 enable-multibyte-characters as a user option.
741
7a1831cf
EZ
7422010-03-31 Eli Zaretskii <eliz@gnu.org>
743
744 * control.texi (Handling Errors): How to re-throw a signal caught
745 by condition-case.
746
c3863713
CY
7472010-03-26 Chong Yidong <cyd@stupidchicken.com>
748
749 * loading.texi (Hooks for Loading): Document after-load-functions.
750 Copyedits.
751
c333f279
AM
7522010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
753
754 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
755
e867cb5d 7562010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
757
758 * processes.texi (Network Processes): Document seqpacket type.
759
605f35cd
DN
7602010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
761
762 * os.texi (System Environment): Do not mention lynxos.
763
288f9fc0
CY
7642010-03-10 Chong Yidong <cyd@stupidchicken.com>
765
766 * Branch for 23.2.
767
eed5c93a
CY
7682010-03-06 Chong Yidong <cyd@stupidchicken.com>
769
770 * objects.texi (Integer Type): Take note of the read syntax
771 exception for numbers that cannot fit in the integer type.
772
1ddd6622
GM
7732010-03-03 Glenn Morris <rgm@gnu.org>
774
775 * numbers.texi (Integer Basics, Bitwise Operations):
776 * objects.texi (Integer Type): Update for integers now being 30-bit.
777
a908c79a
CY
7782010-02-27 Chong Yidong <cyd@stupidchicken.com>
779
780 * display.texi (Low-Level Font): Document :otf font-spec property.
781
cd61af01
SM
7822010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * display.texi (Line Height): Avoid obsolete special default variables
785 like default-major-mode.
786
c02f8fe2
AM
7872010-01-28 Alan Mackenzie <acm@muc.de>
788
789 * display.texi (Auto Faces): Say fontification-functions is called
790 whether or not Font Lock is enabled. Tidy up the wording a bit.
791
d738d18b
CY
7922010-01-17 Chong Yidong <cyd@stupidchicken.com>
793
794 * elisp.texi: Remove duplicate edition information (Bug#5407).
795
4963739e
JB
7962010-01-17 Juanma Barranquero <lekktu@gmail.com>
797
798 * two.el (volume-header-toc-markup): Fix typos in docstring.
799
c57008f6
SM
8002010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 Avoid dubious uses of save-excursions.
803 * positions.texi (Excursions): Recommend the use of
804 save-current-buffer if applicable.
805 * text.texi (Clickable Text): Fix the example code which used
806 save-excursion in a naive way which sometimes preserves point and
807 sometimes not.
808 * variables.texi (Creating Buffer-Local):
809 * os.texi (Session Management):
810 * display.texi (GIF Images):
811 * control.texi (Cleanups): Use (save|with)-current-buffer.
812
2f3725cd
EZ
8132010-01-02 Eli Zaretskii <eliz@gnu.org>
814
815 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
816
85eeac93
CY
8172010-01-02 Chong Yidong <cyd@stupidchicken.com>
818
819 * nonascii.texi (Text Representations, Character Codes)
820 (Converting Representations, Explicit Encoding)
821 (Translation of Characters): Use hex notation consistently.
822 (Character Sets): Fix map-charset-chars doc (Bug#5197).
823
4801c5fa
CY
8242010-01-01 Chong Yidong <cyd@stupidchicken.com>
825
826 * loading.texi (Where Defined): Make it clearer that these are
827 loaded files (Bug#5068).
828
26e533e2
CY
8292009-12-29 Chong Yidong <cyd@stupidchicken.com>
830
831 * minibuf.texi (Completion Styles): Document `initials' style.
832
16d1ff5f
CY
8332009-12-25 Chong Yidong <cyd@stupidchicken.com>
834
835 * frames.texi (Resources): Describe inhibit-x-resources.
836 (Size Parameters): Copyedit.
837
838 * hash.texi (Creating Hash):
839 * objects.texi (Hash Table Type): Document the new hash table
840 printed representation.
841
842 * minibuf.texi (Basic Completion): 4th arg to all-completions is
843 obsolete.
844
5dcb4c4e
SM
845 * processes.texi (Process Buffers):
846 Document process-kill-buffer-query-function.
16d1ff5f 847
9a5de3d9
GM
8482009-12-05 Glenn Morris <rgm@gnu.org>
849
850 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
851 diary-display-function, and no longer recommended to be a hook.
852 Update for changes in the names of calendar and diary hooks.
853 diary-print-entries-hook has changed section.
854
b640eb52
EZ
8552009-11-28 Eli Zaretskii <eliz@gnu.org>
856
857 * text.texi (Special Properties): More accurate description of
858 what the `cursor' property does.
859
be1674ab
KR
8602009-11-26 Kevin Ryde <user42@zip.com.au>
861
862 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
863 mouse-wheel-down-event, the closest thing to a definition for them.
864 * os.texi (Startup Summary): vindex inhibit-startup-message and
865 inhibit-splash-screen.
866 (Command-Line Arguments): vindex argv.
867 (Suspending Emacs): vindex suspend-tty-functions and
868 resume-tty-functions. Don't want to index every hook, but having
869 the programming ones is helpful.
870
603f5979
CY
8712009-11-14 Chong Yidong <cyd@stupidchicken.com>
872
873 * commands.texi (Motion Events): Fix typo (Bug#4907).
874
4359a806
CY
8752009-11-08 Chong Yidong <cyd@stupidchicken.com>
876
877 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
878 are affected by case-fold-search (Bug#4483).
879
0f063651
CY
8802009-11-02 Chong Yidong <cyd@stupidchicken.com>
881
882 * minibuf.texi (Reading File Names): Note that read-file-name may
883 use a graphical file dialog.
884
9bd79893
GM
8852009-10-31 Glenn Morris <rgm@gnu.org>
886
887 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
888
ebe479ec
KR
8892009-10-16 Kevin Ryde <user42@zip.com.au>
890
891 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
892 in particular so `info-lookup-symbol' can find its docs.
893
2640fa86
CY
8942009-10-16 Chong Yidong <cyd@stupidchicken.com>
895
896 * variables.texi (Constant Variables): Distinguish from defconst
897 variables.
898 (Defining Variables): Add cindex.
899
edd6a733
CY
9002009-10-15 Chong Yidong <cyd@stupidchicken.com>
901
902 * os.texi (Time of Day): Clarify that the microsecond part is
903 ignored (Bug#4637).
904
5feb0b73
GM
9052009-10-11 Glenn Morris <rgm@gnu.org>
906
907 * frames.texi (Size and Position): Clarify what is included in the frame
908 height. (Bug#4535)
909
0c5413c8
GM
9102009-10-10 Glenn Morris <rgm@gnu.org>
911
912 * windows.texi (Size of Window): The relationship between window and
913 frame heights is not so simple. (Bug#4535)
914 Mention window-full-height-p.
915
7f8b600a
SM
9162009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
919 used from Lisp.
920
6185de1c
EZ
9212009-10-07 Eli Zaretskii <eliz@gnu.org>
922
7f8b600a
SM
923 * files.texi (Directory Names) <abbreviate-file-name>:
924 Document that root home directories are not replaced with "~".
6185de1c 925
9972911f
EZ
9262009-10-06 Eli Zaretskii <eliz@gnu.org>
927
928 * text.texi (Special Properties): Document the meaning of the
929 `cursor' text property whose value is an integer.
930
2a3f19ef
MA
9312009-10-05 Michael Albinus <michael.albinus@gmx.de>
932
933 * files.texi (Magic File Names): Add `copy-directory'.
934
804543b5
EZ
9352009-10-05 Eli Zaretskii <eliz@gnu.org>
936
937 * files.texi (File Attributes): Fix description of file
938 attributes. (Bug#4638) Update attributes of files.texi example to
939 be more representative.
940
461bf92b
MA
9412009-10-05 Michael Albinus <michael.albinus@gmx.de>
942
943 * files.texi (Create/Delete Dirs): New command copy-directory.
944
a86cd395
JB
9452009-10-04 Juanma Barranquero <lekktu@gmail.com>
946
947 * anti.texi (Antinews):
948 * macros.texi (Indenting Macros):
949 * strings.texi (Creating Strings, Case Conversion):
950 Remove duplicate words.
951
d3080264
MA
9522009-10-01 Michael Albinus <michael.albinus@gmx.de>
953
954 * files.texi (Create/Delete Dirs): delete-directory has an
955 optional parameter RECURSIVE.
956
85d14563
SM
9572009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * buffers.texi (Swapping Text): Minor clarification.
960
3d9842c6
GM
9612009-10-01 Glenn Morris <rgm@gnu.org>
962
963 * functions.texi (Declaring Functions): Mention that we also search for
964 ".m" files in the src/ directory.
965
78427304
CY
9662009-09-25 David Engster <deng@randomsample.de>
967
3d9842c6 968 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 969
b578c9cc
GM
9702009-09-22 Glenn Morris <rgm@gnu.org>
971
972 * internals.texi (Building Emacs): Mention preloaded-file-list.
973
beee5da7
AM
9742009-09-14 Alan Mackenzie <acm@muc.de>
975
976 * os.texi (Terminal Output): Put "@code{}" around "stdout".
977
5d6ab672
CY
9782009-09-13 Chong Yidong <cyd@stupidchicken.com>
979
980 * functions.texi (Anonymous Functions): Rearrange discussion,
981 giving usage of unquoted lambda forms first. Mention that
982 `function' and `#'' are no longer required (Bug#4290).
983
59375eeb
AM
9842009-09-11 Alan Mackenzie <acm@muc.de>
985
a86cd395 986 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
987 batch mode.
988
e7e2f529
GM
9892009-09-01 Glenn Morris <rgm@gnu.org>
990
991 * display.texi (Face Functions): Mention define-obsolete-face-alias.
992
eae47088
GM
9932009-08-26 Ulrich Mueller <ulm@gentoo.org>
994
995 * nonascii.texi (Character Codes): Fix typos.
996
3691a0a6
MA
9972009-08-25 Michael Albinus <michael.albinus@gmx.de>
998
999 * processes.texi (Synchronous Processes): New defvar
1000 process-file-side-effects.
1001
664d56b8
GM
10022009-08-25 Glenn Morris <rgm@gnu.org>
1003
1004 * display.texi (Fontsets): Fix typo.
1005
0706c025
GM
1006 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1007
03a74b84
SM
10082009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * processes.texi (Asynchronous Processes): Adjust arglist of
1011 start-process-shell-command and start-file-process-shell-command.
1012
f6de8a37
CY
10132009-08-15 Chong Yidong <cyd@stupidchicken.com>
1014
4b1ed1bb
CY
1015 * advice.texi (Argument Access in Advice): Note that argument
1016 positions are zero-based (Bug#3932).
1017
89a9e058
CY
1018 * commands.texi (Distinguish Interactive): Minor copyedit.
1019
23696fd7
CY
1020 * display.texi (Face Attributes): Add xref to Displaying Faces for
1021 explanation of "underlying face".
1022
f6de8a37
CY
1023 * customize.texi (Common Keywords): Add xref to Loading.
1024
1025 * loading.texi (How Programs Do Loading): Add xref to Lisp
1026 Libraries node in the Emacs manual.
1027
417f77e6
CY
10282009-08-13 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1031
0999039c
CY
10322009-07-18 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * processes.texi (Shell Arguments): Copyedits.
1035
9af167bc
GM
10362009-07-18 Glenn Morris <rgm@gnu.org>
1037
1038 * loading.texi (Repeated Loading): Fix typo.
1039
137987ab
RS
10402009-07-16 Richard Stallman <rms@gnu.org>
1041
1042 * buffers.texi (Swapping Text): Recommend setting
1043 write-region-annotate-functions and buffer-saved-size.
1044
1045 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1046
622fa380
GM
10472009-07-15 Glenn Morris <rgm@gnu.org>
1048
1049 * edebug.texi: Minor re-phrasings throughout.
1050 (Edebug Execution Modes): Sit-for affects continue mode too.
1051 (Jumping): Use `forward-sexp' rather than its keybinding.
1052 (Edebug Misc): Fix Q binding.
1053 (Edebug Eval): Remove cl version.
1054 (Printing in Edebug): Clarify print-length etc.
1055 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1056 (Specification List): Remove edebug-unwrap findex entry.
1057 (Specification Examples): defmacro is actually not the same as defun.
1058 Escape "`" in example.
1059
6bbd4600
CY
10602009-07-15 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * markers.texi (The Mark): Document optional arg to
1063 deactivate-mark.
1064
e538d479
GM
10652009-07-11 Kevin Ryde <user42@zip.com.au>
1066
1067 * hooks.texi (Standard Hooks): Fix cross-references.
1068
4c98b9ed
GM
1069 * loading.texi (Named Features): Refer to eval-after-load.
1070
5300838c
GM
10712009-07-11 Glenn Morris <rgm@gnu.org>
1072
64fbeb16
GM
1073 * Makefile.in (TEXI2PDF): New.
1074 (elisp.pdf): New target.
1075
4c98b9ed
GM
1076 * searching.texi (Regexp Backslash): Fix typo.
1077
1078 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1079
51d9979c
GM
10802009-07-10 Glenn Morris <rgm@gnu.org>
1081
561c0216
GM
1082 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1083
5b594a58
GM
1084 * customize.texi (Customization Types):
1085 * display.texi (Abstract Display):
0cc8c85a 1086 * objects.texi (Character Type, String Type):
5b594a58 1087 Merge in some menu descriptions from elisp.texi.
51d9979c 1088
c3cbbb40
GM
1089 * hash.texi (Hash Tables):
1090 * modes.texi (Multiline Font Lock):
1091 End menu description with period.
fe42c16a 1092
28528402
GM
10932009-07-09 Glenn Morris <rgm@gnu.org>
1094
1095 * back.texi: Don't hard-code texinfo location.
1096
1097 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1098 (tex): Add texinfodir to TEXINPUTS.
1099 (elisp1med-init, elisp2med-init): Use texinfodir.
1100
1101 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1102 (clean): Add two-volume.make intermediate files.
1103
1104 * elisp.texi, vol1.texi, vol2.texi:
1105 Use a DATE variable with the publication date, and update it.
1106 Fix antinews menu description.
1107
1108 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1109 Update the detailed node listing to match elisp.texi.
1110
1111 * README: Update edition to match elisp.texi.
1112
1113 * objects.texi (General Escape Syntax):
1114 * nonascii.texi (Character Sets):
1115 Use consistent case for "Unicode Standard".
1116
1117 * anti.texi (Antinews):
1118 * customize.texi (Variable Definitions):
1119 * functions.texi (Declaring Functions):
1120 * nonascii.texi (Character Properties):
1121 * processes.texi (Serial Ports):
1122 * text.texi (Special Properties):
1123 * tips.texi (Coding Conventions):
1124 Minor rearrangements to improve TeX line-filling.
1125
1126 * commands.texi (Using Interactive): Fix cross-reference.
1127
17db8e10
JD
11282009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1129
1130 * frames.texi (Management Parameters): Mention sticky.
1131
77c7e2e1
AS
11322009-07-01 Andreas Schwab <aschwab@redhat.com>
1133
1134 * help.texi (Help Functions): Fix description of help-buffer and
1135 help-setup-xref to use @defun instead of @deffn.
1136
3f1c6666
JD
11372009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1138
1139 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1140
ca27c21b
CY
11412009-06-24 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * display.texi (Window Systems): Add ns to the list.
1144
70243478
CY
11452009-06-21 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * Branch for 23.1.
1148
df006536
MR
11492009-06-17 Martin Rudalics <rudalics@gmx.at>
1150
1151 * windows.texi (Dedicated Windows): Fix typo.
1152 (Resizing Windows): Replace @defun by @deffn.
1153
d259fc4b
GM
11542009-06-17 Glenn Morris <rgm@gnu.org>
1155
1156 * variables.texi (Directory Local Variables):
1157 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1158
30781db6
KH
11592009-06-09 Kenichi Handa <handa@m17n.org>
1160
1161 * nonascii.texi (Character Sets): State clearly that FROM and TO
1162 are codepoints of CHARSET.
1163
62e8099c
CY
11642009-06-07 Chong Yidong <cyd@stupidchicken.com>
1165
1166 * minibuf.texi (Reading File Names): Fix introductory text.
1167 Suggested by stan@derbycityprints.com.
1168 (High-Level Completion): Fix typo.
1169
ee1b1917
CY
11702009-05-28 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * frames.texi (Text Terminal Colors): Multi-tty is already
1173 implemented, but tty-local colors are not.
1174
5df647e8
CY
11752009-05-27 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * hooks.texi (Standard Hooks): Remove mention of obsolete
1178 redisplay-end-trigger-functions.
1179
1180 * internals.texi (Window Internals): Remove mention of obsolete
1181 redisplay-end-trigger-functions.
1182
01f17ae2
MR
11832009-05-21 Martin Rudalics <rudalics@gmx.at>
1184
1185 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1186
1187 * backups.texi (Making Backups): backup-directory-alist and
1188 make-backup-file-name-function are options.
1189 (Auto-Saving): auto-save-list-file-prefix is an option.
1190
1191 * buffers.texi (Killing Buffers): buffer-offer-save is an
1192 option.
1193
1194 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1195 option.
1196 (Echo Area Customization): echo-keystrokes is an option.
1197 (Selective Display): selective-display-ellipses is an option.
1198 (Temporary Displays): temp-buffer-show-function is an option.
1199 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1200 are options.
1201 (Font Selection): face-font-family-alternatives,
1202 face-font-selection-order, face-font-registry-alternatives, and
1203 scalable-fonts-allowed are options.
1204 (Fringe Indicators): indicate-buffer-boundaries is an option.
1205 (Fringe Cursors): overflow-newline-into-fringe is an option.
1206 (Scroll Bars): scroll-bar-mode is an option.
1207
1208 * eval.texi (Eval): max-lisp-eval-depth is an option.
1209
1210 * files.texi (Visiting Functions): find-file-hook is an option.
1211 (Directory Names): directory-abbrev-alist is an option.
1212 (Unique File Names): temporary-file-directory and
1213 small-temporary-file-directory are options.
1214
1215 * frames.texi (Initial Parameters): initial-frame-alist,
1216 minibuffer-frame-alist and default-frame-alist are options.
1217 (Cursor Parameters): blink-cursor-alist and
1218 cursor-in-non-selected-windows ar options.
1219 (Window System Selections): selection-coding-system is an
1220 option.
1221 (Display Feature Testing): display-mm-dimensions-alist is an
1222 option.
1223
1224 * help.texi (Help Functions): help-char and help-event-list are
1225 options.
1226
1227 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1228 an option.
1229
1230 * minibuf.texi (Minibuffer History): history-length and
1231 history-delete-duplicates are options.
1232 (High-Level Completion): read-buffer-function and
1233 read-buffer-completion-ignore-case are options.
1234 (Reading File Names): read-file-name-completion-ignore-case is
1235 an option.
1236
1237 * modes.texi (Mode Line Top): mode-line-format is an option.
1238 (Mode Line Variables): mode-line-position and mode-line-modes
1239 are options.
1240
1241 * nonascii.texi (Text Representations):
1242 enable-multibyte-characters is an option.
1243 (Default Coding Systems): auto-coding-regexp-alist,
1244 file-coding-system-alist, auto-coding-alist and
1245 auto-coding-functions are options.
1246 (Specifying Coding Systems): inhibit-eol-conversion is an
1247 option.
1248
1249 * os.texi (Init File): site-run-file is an option.
1250 (System Environment): mail-host-address is an option.
1251 (User Identification): user-mail-address is an option.
1252 (Terminal Output): baud-rate is an option.
1253
1254 * positions.texi (Word Motion): words-include-escapes is an
1255 option.
1256
1257 * searching.texi (Standard Regexps): page-delimiter,
1258 paragraph-separate, paragraph-separate and sentence-end are
1259 options.
1260
1261 * text.texi (Margins): left-margin and fill-nobreak-predicate
1262 are options.
1263
1264 * variables.texi (Local Variables): max-specpdl-size is an
1265 option.
1266
1267 * windows.texi (Choosing Window):
1268 split-window-preferred-function, special-display-function and
1269 display-buffer-function are options.
1270
106e6894
CY
12712009-05-20 Chong Yidong <cyd@stupidchicken.com>
1272
4a83454d
CY
1273 Fix errors spotted by Martin Rudalics.
1274
106e6894
CY
1275 * syntax.texi (Position Parse): Document rationale for ignored
1276 arguments to syntax-ppss-flush-cache.
1277
1278 * processes.texi (Input to Processes): Mark PROCESS arg to
1279 process-running-child-p as optional.
1280 (Network Options): Document NO-ERROR arg to
1281 set-network-process-option.
1282
1283 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1284 command.
1285
1286 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1287 posix-search-backward as commands.
1288
1289 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1290 (Suspending Emacs): Mark suspend-emacs as a command.
1291 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1292 commands.
5dcb4c4e
SM
1293 (Terminal Output): Remove obsolete function baud-rate.
1294 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1295
1296 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1297 terminal-coding-system and set-terminal-coding-system.
1298 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1299 as optional.
1300 (Character Sets): Document RESTRICTION arg of char-charset.
1301 (Character Codes): Mark POS argument to get-byte as optional.
1302
1303 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1304 minibuffer-message.
1305
1306 * files.texi (Create/Delete Dirs): Mark make-directory and
1307 delete-directory as commands.
1308
1309 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1310
1311 * text.texi (Base 64): Mark base64-decode-string and
1312 base64-encode-string as commands.
1313 (Columns): Mark move-to-column as a command.
1314 (Mode-Specific Indent): Document RIGID arg to
1315 indent-for-tab-command.
1316 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1317 Mark indent-code-rigidly as a command.
1318 (Substitution): Mark translate-region as a command.
1319
1320 * frames.texi (Size and Position): Remove obsolete functions
1321 screen-height and screen-width.
1322
04173931
CY
13232009-05-19 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1326 (Displaying Buffers, Resizing Windows): Correct mistakes;
1327 next-window, previous-window, and pop-to-buffer are not commands,
1328 and fit-window-to-buffer" is a command. (Pointed out by Martin
1329 Rudalics.)
1330
eae7d8f8
RS
13312009-05-17 Richard M Stallman <rms@gnu.org>
1332
1333 * modes.texi (Precalculated Fontification): Clarify text.
1334
b8766179
MR
13352009-05-17 Martin Rudalics <rudalics@gmx.at>
1336
1337 * windows.texi (Selecting Windows): Clarify descriptions of
1338 with-selected-window and get-lru-window.
1339 (Cyclic Window Ordering): Refer to particular frame when talking
1340 about how splitting affects the ordering.
1341 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1342 switch-to-buffer-other-window. Explain how setting of
1343 display-buffer-reuse-frames affects pop-to-buffer.
1344 (Choosing Window): Clarify some details in descriptions of
1345 display-buffer-reuse-frames, pop-up-frames, and
1346 pop-up-frame-function.
1347 (Dedicated Windows): Clarify some details.
1348 (Textual Scrolling): Replace term vscroll by term vertical
1349 scroll position.
1350 (Vertical Scrolling): Fix typo.
1351 (Window Hooks): Relate text on jit-lock-register to window
1352 scrolling and size changes.
1353
734b5e3b
CY
13542009-05-14 Chong Yidong <cyd@stupidchicken.com>
1355
0a65633e
CY
1356 * frames.texi (Initial Parameters): Clarify what the initial
1357 minibuffer frame is.
05be46d7
CY
1358 (Buffer Parameters): Note that the minibuffer parameter can not be
1359 altered.
0a65633e 1360
734b5e3b
CY
1361 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1362 Document display-buffer changes.
1363
925672cd
CY
13642009-05-13 Chong Yidong <cyd@stupidchicken.com>
1365
17ecd7af
CY
1366 * anti.texi (Antinews): Rewrite for Emacs 22.
1367
925672cd
CY
1368 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1369 obarrays are first mentioned. Define "system abbrev" more
1370 prominently, and add it to the index.
1371 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1372 Copyedits.
1373 (Abbrev Expansion): Document abbrev-insert.
1374
80be4dd7
CY
13752009-05-12 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * frames.texi (Font and Color Parameters): Rename from Color
1378 Parameters. Document font-backend parameter.
1379
1380 * vol2.texi (Top): Update node listing.
1381 * vol1.texi (Top): Update node listing.
1382 * elisp.texi (Top): Update node listing.
1383
372a93ac
MR
13842009-05-11 Martin Rudalics <rudalics@gmx.at>
1385
1386 * windows.texi (Choosing Window): Don't explicitly refer to
1387 split-window-sensibly's window argument in descriptions of
1388 split-height-threshold and split-width-threshold.
1389
714c3541
MR
13902009-05-10 Martin Rudalics <rudalics@gmx.at>
1391
1392 * windows.texi (Choosing Window): Fix rewrite of window
1393 splitting section.
1394
0e90e7be
EZ
13952009-05-09 Eli Zaretskii <eliz@gnu.org>
1396
1397 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1398 find-auto-coding, set-auto-coding, and auto-coding-alist.
1399 Add indexing.
0e90e7be
EZ
1400 (Lisp and Coding Systems): Add index entries.
1401
d3c0c321
MR
14022009-05-09 Martin Rudalics <rudalics@gmx.at>
1403
1404 * windows.texi (Choosing Window): Describe split-window-sensibly
1405 and rewrite section on window splitting accordingly.
1406 (Textual Scrolling): Replace `...' by @code{...}.
1407
c773345a
CY
14082009-05-04 Chong Yidong <cyd@stupidchicken.com>
1409
ee2d5b5e
CY
1410 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1411 Remove obsoleted pre-abbrev-expand-hook.
1412
1413 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1414 entries.
1415
c773345a
CY
1416 * internals.texi (Object Internals): Don't assume 32-bit machines
1417 are the norm.
1418 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1419 (Window Internals): Synch field names to window.h.
1420 (Process Internals): Synch field names to process.h.
c773345a 1421
dd449674
CY
14222009-04-29 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * variables.texi (File Local Variables): Note that read-circle is
1425 bound to nil when reading file-local variables.
1426
1427 * streams.texi (Input Functions): Document read-circle.
1428 (Output Variables): Add xref to Circular Objects.
1429
4f1e25e2
CY
14302009-04-25 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1433 Features and Coding System Basics. Node that "p" stands for
1434 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1435 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1436 mouse-appearance-menu.
1437 (Programming Tips): Add xref to Progress.
1438
dca019f8
CY
14392009-04-22 Chong Yidong <cyd@stupidchicken.com>
1440
5dcb4c4e
SM
1441 * os.texi (Command-Line Arguments):
1442 Document command-line-args-left.
dca019f8
CY
1443 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1444 terminal objects for tty arguments.
1445 (Startup Summary): Add xref to Session Management.
1446 (Session Management): Mention emacs-session-restore. Copyedits.
1447
02a89103
CY
14482009-04-20 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * os.texi (Startup Summary): Copyedits. The init file is not
1451 necessarily named .emacs now. Document initial-buffer-choice and
1452 initial-scratch-message. Note where Emacs exits in batch mode.
1453 Document inhibit-splash-screen as an alias.
1454 (Init File): Be neutral about which init file name to use.
1455
14562009-04-16 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * os.texi (System Interface): Fix Texinfo usage.
1459
0c1cfe01
CY
14602009-04-15 Chong Yidong <cyd@stupidchicken.com>
1461
80d7cdca
CY
1462 * searching.texi (Regexp Backslash): Also refer to shy groups as
1463 non-capturing or unnumbered groups.
1464 (Regexp Functions): Add cross-reference to Regexp Backslash.
1465
0c1cfe01
CY
1466 * display.texi (Truncation): Overlays can use line-prefix and
1467 wrap-prefix too.
1468 (Overlay Properties): Document wrap-prefix and line-prefix.
1469 (Face Attributes): Document underline-minimum-offset.
1470 (Face Remapping): Copyedits.
1471 (Low-Level Font): Copyedits.
1472 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1473 (Line Height): Emphasize that line-spacing only takes effect on
1474 graphical terminals.
0c1cfe01 1475
c4adeee0
CY
14762009-04-13 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * display.texi (Refresh Screen): Note that a passage about screen
1479 refreshing is text terminal only.
1480 (Forcing Redisplay): Delete misleading comment---sit-for calls
1481 redisplay, not the other way around.
1482 (Truncation): Note new values of truncate-partial-width-windows.
1483 Copyedits.
1484 (Invisible Text): Document invisible-p.
1485
b20ecfa1
EZ
14862009-04-11 Eli Zaretskii <eliz@gnu.org>
1487
1488 * display.texi (Overlays): Overlays don't scale well. See
1489 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1490
97d8273f
CY
14912009-04-10 Chong Yidong <cyd@stupidchicken.com>
1492
f147ff75
CY
1493 * syntax.texi (Syntax Table Functions): Document cons cell
1494 argument for modify-syntax-entry.
1495 (Categories): Document cons cell argument for
1496 modify-category-entry.
1497
fca4ec76
CY
1498 * searching.texi (String Search): Document word-search-forward-lax
1499 and word-search-backward-lax.
1500 (Searching and Case): Describe isearch behavior more precisely.
1501
9c283d5b
CY
1502 * keymaps.texi (Tool Bar): Mention that some platforms do not
1503 support multi-line toolbars. Suggested by Stephen Eglen.
1504
1505 * frames.texi (Layout Parameters): Mention that Nextstep also
1506 allows only one tool-bar line. Suggested by Stephen Eglen.
1507
97d8273f
CY
1508 * nonascii.texi (Text Representations): Copyedits.
1509 (Coding System Basics): Also mention utf-8-emacs.
1510 (Converting Representations, Selecting a Representation)
1511 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1512 Copyedits.
1513 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1514
2bad3299
CY
15152009-04-09 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1518 (Filling): Clarify REGION argument of fill-paragraph.
1519 Document fill-forward-paragraph-function.
2bad3299
CY
1520 (Special Properties): Remove "new in Emacs 22" declaration.
1521 (Clickable Text): Merge with Links and Mouse-1 node.
1522
5dcb4c4e
SM
1523 * display.texi (Button Properties, Button Buffer Commands):
1524 Change xref to Clickable Text.
2bad3299
CY
1525
1526 * tips.texi (Key Binding Conventions): Change xref to Clickable
1527 Text.
1528
1529 * elisp.texi (Top): Update node listing.
1530
ea30ce4f
CY
15312009-04-05 Chong Yidong <cyd@stupidchicken.com>
1532
47af2f4b
CY
1533 * markers.texi (The Mark): Copyedits. Improve description of
1534 handle-shift-selection.
1535 (The Region): Move use-region-p here from The Mark.
1536
ea30ce4f
CY
1537 * positions.texi (Screen Lines): Document (cols . lines) argument
1538 for vertical-motion.
1539
2aa8ea6e
CY
15402009-04-04 Chong Yidong <cyd@stupidchicken.com>
1541
3ec61d4e
CY
1542 * frames.texi (Frames): Clean up introduction. Document `ns'
1543 return value for framep.
1544 (Creating Frames): Note how the terminal is chosen.
1545 (Multiple Terminals, Multiple Displays): Merge into a single node.
1546 (Color Parameters): Fix typo.
1547
1548 * variables.texi (Local Variables, Buffer-Local Variables)
1549 (Creating Buffer-Local): Change link to Multiple Terminals.
1550
1551 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1552
1553 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1554 Terminals.
1555
1556 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1557 to Multiple Terminals.
1558
1559 * elisp.texi (Top): Update node listing.
1560 * vol2.texi (Top): Update node listing.
1561 * vol1.texi (Top): Update node listing.
1562
9257072f
CY
1563 * buffers.texi (Current Buffer): Note that the append-to-buffer
1564 example is no longer in synch with the latest code. Tie the two
1565 examples together.
1566
2aa8ea6e
CY
1567 * files.texi (File Attributes): Move note about MS-DOS from
1568 Changing Files to File Attributes.
1569 (Create/Delete Dirs): Note that mkdir is an alias for this.
1570
22e74b17
CY
15712009-04-01 Markus Triska <triska@gmx.at>
1572
1573 * processes.texi (Filter Functions): Suggest how to handle output
1574 batches.
1575
4bbe48ec
CY
15762009-03-30 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * help.texi (Accessing Documentation): Update example to use
1579 help-setup-xref and with-help-window.
1580 (Help Functions): Remove print-help-return-message, which is
1581 semi-obsolete due to with-help-window. Document help-buffer and
1582 help-setup-xref.
1583
b9723f39
CY
15842009-03-29 Chong Yidong <cyd@stupidchicken.com>
1585
5dcb4c4e
SM
1586 * help.texi (Accessing Documentation, Help Functions):
1587 Remove information about long-obsolete Emacs versions.
9eb52e90 1588
b9723f39
CY
1589 * modes.texi (Mode Line Variables): The default values of the mode
1590 line variables are now more complicated.
1591
b0cc32db
CY
15922009-03-28 Chong Yidong <cyd@stupidchicken.com>
1593
3c25a5a9
CY
1594 * modes.texi (Major Mode Conventions): Note that specialness is
1595 inherited.
31c9eebb
CY
1596 (Derived Modes): Note that define-derive-mode sets the mode-class
1597 property.
3c25a5a9 1598
b0cc32db
CY
1599 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1600 goto-map. Add search-map to the list.
1601
c5e0006d
EZ
16022009-03-27 Eli Zaretskii <eliz@gnu.org>
1603
1213465a
EZ
1604 * os.texi (System Environment): Update the list of system-type
1605 values.
1606
c5e0006d
EZ
1607 * markers.texi (The Mark) <handle-shift-selection>: Update for
1608 removal of the optional argument DEACTIVATE.
1609
48bab3d6
CY
16102009-03-25 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * commands.texi (Focus Events): Most X window managers don't use
1613 focus-follows-mouse nowadays.
1614
6e4ff1b6
CY
16152009-03-24 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * commands.texi (Defining Commands): Clarify introduction.
1618 (Using Interactive): Not that interactive can be put in a symbol
1619 property.
1620 (Interactive Call): Note that a symbol with a non-nil
1621 interactive-form property satisfies commandp.
1622
11625308
JB
16232009-03-23 Juanma Barranquero <lekktu@gmail.com>
1624
1625 * minibuf.texi (Intro to Minibuffers): Fix typos.
1626
7b34420d
CY
16272009-03-23 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1630 about minibuffers in old Emacs versions. Copyedits.
1631 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1632 (Text from Minibuffer): Simplify introduction.
1633
f9257eed
AM
16342009-03-22 Alan Mackenzie <acm@muc.de>
1635
1636 * commands.texi (Using Interactive): Clarify string argument to
1637 `interactive' - even promptless elements need \n separators.
1638
f639ba70
CY
16392009-03-18 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * minibuf.texi (Completion Styles): New node.
1642
1643 * elisp.texi (Top): Update node listing.
1644
d897e8ee
CY
16452009-03-17 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * minibuf.texi (Basic Completion): Note that
1648 read-file-name-completion-ignore-case and
1649 read-buffer-completion-ignore-case can override
1650 completion-ignore-case.
1651 (Minibuffer Completion): Document completing-read changes.
1652 (Completion Commands): Avoid mentioning partial completion mode.
1653 Document minibuffer-completion-confirm changes, and
1654 minibuffer-confirm-exit-commands.
1655 (High-Level Completion): Document new require-match behavior for
1656 read-buffer. Document read-buffer-completion-ignore-case.
1657 (Reading File Names): Document new require-match behavior for
1658 read-file-name.
1659
b1f23349
CY
16602009-03-14 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * debugging.texi (Error Debugging): Don't mislead the reader into
1663 thinking that debug-on-error enters debugger for C-f at EOB.
1664 (Error Debugging): Setting debug-on-init within the init file
1665 works, and has for some time.
1666
d6eb4e25
KH
16672009-03-13 Kenichi Handa <handa@m17n.org>
1668
1669 * display.texi (Fontsets): Update the description.
1670
1cf53dc5
CY
16712009-03-13 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * advice.texi (Advising Primitives): Link to What Is a Function.
1674
81f919fc
CY
16752009-03-12 Chong Yidong <cyd@stupidchicken.com>
1676
cf4229eb
CY
1677 * compile.texi (Speed of Byte-Code): Update example.
1678 (Disassembly): Update examples.
1679
81f919fc 1680 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1681
1682 * customize.texi (Common Keywords): It's not necessary to use :tag
1683 to remove hyphens, as custom-unlispify-tag-name does it
1684 automatically.
5dcb4c4e
SM
1685 (Variable Definitions): Link to File Local Variables.
1686 Document customized-value symbol property.
f2bbc08c
CY
1687 (Customization Types): Move menu to end of node.
1688
955964d7
CY
16892009-03-10 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * macros.texi (Compiling Macros): Omit misleading sentence, which
1692 implied that macros can only be used in the same file they are
1693 defined.
1694 (Backquote): Remove obsolete information about Emacs 19.
1695
d25ed7db
GM
16962009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1697
1698 * display.texi (Display Margins): Fix paren typo.
1699
d55f6ca5
CY
17002009-02-27 Chong Yidong <cyd@stupidchicken.com>
1701
f0e57ed8
CY
1702 * elisp.texi (Top): Update node listing.
1703
1704 * variables.texi (Variables): Clarify introduction.
1705 (Global Variables): Mention that setq is a special form.
1706 (Local Variables): Use active voice.
1707 (Tips for Defining): Mention marking variables as safe.
1708 (Buffer-Local Variables): Mention terminal-local and frame-local
1709 variables together.
1710 (File Local Variables): Copyedits.
1711 (Frame-Local Variables): Note that they are not really useful.
1712 (Future Local Variables): Node deleted.
1713
d55f6ca5
CY
1714 * objects.texi (General Escape Syntax): Update explanation of
1715 unicode escape syntax.
1716
ca8f09a8
CY
17172009-02-23 Chong Yidong <cyd@stupidchicken.com>
1718
1719 * control.texi (Control Structures): Add cindex entry for "textual
1720 order".
1721
1722 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1723 instead of "expression" throughout.
1724 (Function Indirection): Copyedits. Use active voice.
1725 (Eval): The default value of max-lisp-eval-depth is now 400.
1726
a20878b6
MB
17272009-02-23 Miles Bader <miles@gnu.org>
1728
1729 * processes.texi (System Processes): Rename `system-process-attributes'
1730 to `process-attributes'.
1731
61f66044
CY
17322009-02-22 Chong Yidong <cyd@stupidchicken.com>
1733
1b80d1f3
CY
1734 * symbols.texi (Property Lists): Emphasize that property lists are
1735 not restricted to symbol cells.
1736 (Other Plists): Copyedit.
1737
61f66044
CY
1738 * sequences.texi (Sequences Arrays Vectors): Make introduction
1739 more concise.
1740 (Arrays): Mention char-tables and bool-vectors too.
1741 (Vectors): Don't repeat information given in Arrays node. Link to
1742 nodes that explain the vector usage examples.
1743 (Char-Tables): Note that char-table elements can have arbitrary
1744 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1745 Link to Property Lists node.
61f66044 1746
9403944b
CY
17472009-02-22 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1750 `append'.
4068c7b4 1751 (List Elements): Copyedits.
9403944b
CY
1752
1753 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1754 of `vconcat'.
1755
1756 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1757 Emacs 20 usage of `concat'.
1758 (Case Conversion): Copyedits.
1759
b87a185f
CY
17602009-02-21 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1763 Minor edits.
1764 (Frame Configuration Type): Emphasize that it is not primitive.
1765 (Font Type): New node.
1766 (Type Predicates): Add fontp; type-of now recognizes font object
1767 types.
1768
1769 * intro.texi (Version Info): Update version numbers in examples.
1770 (Acknowledgements): List more contributors.
1771
1772 * elisp.texi: Bump version number to 3.0.
1773 (Top): Link to Font Type node.
1774
867d4bb3
JB
17752009-02-20 Juanma Barranquero <lekktu@gmail.com>
1776
1777 * modes.texi (Major Mode Conventions): Remove duplicate words.
1778 (Customizing Keywords): Fix typo.
1779
77730170
EZ
17802009-02-14 Eli Zaretskii <eliz@gnu.org>
1781
1782 * nonascii.texi (User-Chosen Coding Systems): Document that
1783 select-safe-coding-system suggests raw-text if there are raw bytes
1784 in the region.
1785 (Explicit Encoding): Warn not to use `undecided' when encoding.
1786
c8736212
GM
17872009-02-11 Glenn Morris <rgm@gnu.org>
1788
1789 * frames.texi (Visibility of Frames): Mention the effect multiple
1790 workspaces/desktops can have on visibility.
1791
ab992d66
EZ
17922009-02-07 Eli Zaretskii <eliz@gnu.org>
1793
c8736212
GM
1794 * text.texi (Commands for Insertion):
1795 * commands.texi (Event Mod):
1796 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1797 * nonascii.texi (Translation of Characters):
1798 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1799 (Explicit Encoding): Document the `charset' text property produced
1800 by decode-coding-region and decode-coding-string.
ab992d66 1801
e651a255
AM
18022009-01-27 Alan Mackenzie <acm@muc.de>
1803
1804 * modes.texi (Search-based Fontification): Correct a typo.
1805
bc5cde4b
JB
18062009-01-25 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1809 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1810
3533155b
EZ
18112009-01-24 Eli Zaretskii <eliz@gnu.org>
1812
f721deda
EZ
1813 * display.texi (Window Systems): Document the value of
1814 `initial-window-system' under --daemon.
1815
3533155b
EZ
1816 * os.texi (System Environment): Remove description of the
1817 `environment' function which has been deleted.
1818
f79b43b2
DN
18192009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1820
1821 * frames.texi (Multiple Displays): Remove documentation for
1822 removed function make-frame-on-tty.
1823
e3aa6669
CY
18242009-01-22 Chong Yidong <cyd@stupidchicken.com>
1825
1826 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1827 write-region-annotate-functions.
1828 Document write-region-post-annotation-function.
e3aa6669 1829
fb13a416
CY
18302009-01-19 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * display.texi (Font Lookup): Document WIDTH argument of
1833 x-list-fonts.
1834
02eccf6b
EZ
18352009-01-17 Eli Zaretskii <eliz@gnu.org>
1836
ead3f58d
EZ
1837 * maps.texi (Standard Keymaps): Rename function-key-map to
1838 local-function-key-map.
1839
1840 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1841 local-function-key-map.
1842
1843 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1844 and `set-keyboard-coding-system' now accept an optional terminal
1845 argument.
1846
1847 * commands.texi (Event Mod): `keyboard-translate-table' is now
1848 terminal-local.
1849 (Function Keys): Rename function-key-map to
1850 local-function-key-map.
1851
df05a163
EZ
1852 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1853 frames.texi.
1854
0ed8034e 1855 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1856 `delete-terminal-functions', `suspend-tty-functions' and
1857 `resume-tty-functions'.
0ed8034e
EZ
1858
1859 * frames.texi (Frames): Document `frame-terminal' and
1860 `terminal-live-p'.
1861 (Multiple Displays): Document `make-frame-on-tty'.
1862 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1863 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1864 (Terminal Parameters): Document `terminal-parameters',
1865 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1866
1867 * os.texi (System Environment): Document `environment' and
1868 `initial-environment'.
490f1197
EZ
1869 (Suspending Emacs): Update for multi-tty; document
1870 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1871
02eccf6b
EZ
1872 * nonascii.texi (Coding System Basics): More accurate description
1873 of `raw-text'.
1874
f19fea97
JB
18752009-01-12 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * display.texi (Low-Level Font): Fix typo.
1878
16fa292f
CY
18792009-01-10 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * elisp.texi (Top): Update node listing.
1882
1883 * display.texi (PostScript Images): Node deleted.
1884
0b4faef3
EZ
18852009-01-10 Eli Zaretskii <eliz@gnu.org>
1886
3355f04d
EZ
1887 * processes.texi (Decoding Output): Document that null bytes force
1888 no-conversion for reading process output.
1889
1890 * files.texi (Reading from Files): Document that null bytes force
1891 no-conversion when visiting files.
1892
11625308 1893 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1894
5dcb4c4e
SM
1895 * nonascii.texi (Lisp and Coding Systems):
1896 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1897 (Character Properties): Improve wording.
0b4faef3 1898
ce9cf065
CY
18992009-01-09 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * display.texi (Font Lookup): Remove obsolete function
1902 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1903 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1904 (Font Selection): Reorder order of variable descriptions.
1905 Minor clarifications.
ce9cf065
CY
1906
1907 * elisp.texi (Top): Update node listing.
1908
ab756fb3
GM
19092009-01-09 Glenn Morris <rgm@gnu.org>
1910
1911 * commands.texi (Command Loop Info): Say that last-command-char and
1912 last-input-char are obsolete aliases.
1913
1914 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1915 last-input-char and last-command-char, since they are just aliases for
1916 last-input-event and last-command-event.
1917
1918 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1919 last-command-char.
1920
6b2b8ab1
CY
19212009-01-08 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * elisp.texi: Update node listing.
1924
1925 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1926 (Face Attributes): Don't link to Font Lookup.
1927 Document font-family-list.
6b2b8ab1
CY
1928 (Fonts): New node.
1929
3568e767
JR
19302009-01-08 Jason Rumney <jasonr@gnu.org>
1931
1932 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1933 changing the standard pointer shapes. (Bug#1485)
3568e767 1934
6221c8db
CY
19352009-01-08 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * display.texi (Attribute Functions): Note that a function value
1938 :height is relative, and that compatibility functions work by
1939 calling set-face-attribute.
1940 (Displaying Faces): Reorder list in order of increasing priority.
1941 (Face Remapping): New node. Content moved here from Displaying
1942 Faces.
1943 (Glyphs): Link to Face Functions.
1944
e3d3799a
CY
19452009-01-08 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * display.texi (Faces): Don't discuss face id here. facep does
1948 not return t.
1949 (Defining Faces): Minor clarification.
1950 (Face Attributes): Rearrange items to match docstring of
1951 set-face-attribute. Add :foundry attribute. Document new role of
1952 :font attribute. Texinfo usage fix.
1953 (Attribute Functions): Copyedits.
1954 (Face Functions): Note that face number is seldom used.
1955
638a2457
RS
19562009-01-05 Richard M Stallman <rms@gnu.org>
1957
1958 * strings.texi (Predicates for Strings): Minor clarification.
1959
1960 * functions.texi (Function Safety): Texinfo usage fix.
1961
49ea0074
JB
19622009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1963
1964 * objects.texi (General Escape Syntax): Fix typo.
1965
9f822178
MR
19662009-01-03 Martin Rudalics <rudalics@gmx.at>
1967
1968 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1969 works via the default value of pop-up-frame-function.
1970
af34ad36
EZ
19712009-01-02 Eli Zaretskii <eliz@gnu.org>
1972
1973 * processes.texi (System Processes): Document the `time' and
1974 `ctime' attributes of `system-process-attributes'.
1975
d31f6679
CY
19762009-01-01 Chong Yidong <cyd@stupidchicken.com>
1977
1978 * display.texi (Face Attributes): Clarify :height attribute.
1979
174dc00c
MR
19802008-12-31 Martin Rudalics <rudalics@gmx.at>
1981
1982 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1983 the front of the buffer list. Add entries for `last-buffer' and
1984 `unbury-buffer'.
1985
b8afe7e4
EZ
19862008-12-27 Eli Zaretskii <eliz@gnu.org>
1987
d14030f5
EZ
1988 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1989 and its subsections.
1990
1991 * frames.texi (Multiple Terminals, Low-level Terminal)
1992 (Terminal Parameters, Frames on Other TTY devices): New sections.
1993 (Frames): Add an xref to "Multiple Terminals".
1994
765980a4
EZ
1995 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1996
1997 * objects.texi (Terminal Type): New node.
1998 (Editing Types): Add it to the menu.
1999
47bd5577
EZ
2000 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2001 Variables".
2002
eb22b78c 2003 * variables.texi (Directory Local Variables): New node.
47bd5577 2004 (Variables): Add a menu item for it.
eb22b78c 2005
b8afe7e4
EZ
2006 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2007 `generated-autoload-file'.
2008
77bb0476
EZ
20092008-12-20 Eli Zaretskii <eliz@gnu.org>
2010
028e2c19
EZ
2011 * os.texi (Startup Summary): Add xref to documentation of
2012 `initial-window-system'.
2013
77bb0476
EZ
2014 * display.texi (Window Systems): Document `window-system' the
2015 function. The variable `window-system' is now frame-local.
028e2c19 2016 Document `initial-window-system'.
77bb0476 2017
dda87836
MR
20182008-12-19 Martin Rudalics <rudalics@gmx.at>
2019
2020 * windows.texi (Windows): Rewrite description of
2021 fit-window-to-buffer.
2022
caef3ed2
GM
20232008-12-13 Glenn Morris <rgm@gnu.org>
2024
2025 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2026 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2027
21c58e4d
GM
20282008-12-12 Glenn Morris <rgm@gnu.org>
2029
2030 * debugging.texi (Error Debugging): Refer forwards to
2031 eval-expression-debug-on-error.
2032
af38459f
EZ
20332008-12-05 Eli Zaretskii <eliz@gnu.org>
2034
5dedd9b5
EZ
2035 * strings.texi (String Basics): Only unibyte strings that
2036 represent key sequences hold 8-bit raw bytes.
2037
af38459f
EZ
2038 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2039 paragraph to speak about `undecided'.
2040 (Character Properties): Don't explain the meaning of each
2041 property; instead, identify their Unicode Standard names.
b3f1f4a5 2042 (Character Sets): Document `map-charset-chars'.
af38459f 2043
fa047ae7
GM
20442008-12-02 Glenn Morris <rgm@gnu.org>
2045
2046 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2047 section yet again.
2048
47dbc044
EZ
20492008-11-29 Eli Zaretskii <eliz@gnu.org>
2050
98d05998
EZ
2051 * nonascii.texi (Character Properties): New Section.
2052 (Specifying Coding Systems): Document
2053 `coding-system-priority-list', `set-coding-system-priority', and
2054 `with-coding-priority'.
2055 (Lisp and Coding Systems): Document `check-coding-systems-region'
2056 and `coding-system-charset-list'.
2057 (Coding System Basics): Document `coding-system-aliases'.
2058
2059 * elisp.texi (Top): Add a @detailmenu entry for "Character
2060 Properties".
2061
47dbc044
EZ
2062 * objects.texi (Character Type): Correct the range of Emacs
2063 characters. Add an @xref to "Character Codes".
2064
2065 * strings.texi (String Basics): Add an @xref to "Character Codes".
2066
2067 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2068
2069 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2070 (Character Codes): Document `max-char'.
2071
8b80cdf5
EZ
20722008-11-28 Eli Zaretskii <eliz@gnu.org>
2073
2074 * nonascii.texi (Text Representations, Converting Representations)
2075 (Character Sets, Scanning Charsets, Translation of Characters):
2076 Make text more accurate.
2077
a99dceba
GM
20782008-11-28 Glenn Morris <rgm@gnu.org>
2079
2080 * files.texi (Format Conversion Round-Trip): Improve previous change.
2081
f6dc3bed
CY
20822008-11-26 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * modes.texi (Auto Major Mode): Fix example.
2085
5da9413d
GM
20862008-11-25 Glenn Morris <rgm@gnu.org>
2087
2088 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2089
2090 * files.texi (Format Conversion Round-Trip):
2091 Use active voice for previous change.
2092
fcca848c
CY
20932008-11-25 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * os.texi (Processor Run Time):
2096 * processes.texi (Transaction Queues):
2097 * markers.texi (The Mark):
2098 * windows.texi (Choosing Window, Selecting Windows):
2099 * files.texi (Changing Files, Magic File Names):
2100 * commands.texi (Key Sequence Input):
2101 * functions.texi (Declaring Functions):
2102 * strings.texi (Predicates for Strings):
2103 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2104
36c8dc54
CY
21052008-11-24 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * help.texi (Accessing Documentation): Update example.
2108
2109 * variables.texi (Defining Variables): Note that `*' is not
2110 necessary if defcustom is used.
2111
2a79b242
EZ
21122008-11-22 Eli Zaretskii <eliz@gnu.org>
2113
2114 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2115 Characters" from @detailmenu.
2116
2117 * nonascii.texi (Character Codes, Character Sets)
2118 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2119 (Chars and Bytes, Splitting Characters): Sections removed.
2120
392f0d26
LK
21212008-11-22 Lute Kamstra <lute@gnu.org>
2122
2123 * positions.texi (Text Lines): Update goto-line documentation.
2124
af1a5cd5
MR
21252008-11-21 Martin Rudalics <rudalics@gmx.at>
2126
6a4cfb0c
MR
2127 * frames.texi (Frames): Fix typo, add cross references, reword.
2128 (Initial Parameters): Reword special-display-frame-alist text.
2129 (Frames and Windows): Reword. Describe argument norecord for
2130 set-frame-selected-window.
2131 (Input Focus): Describe argument norecord for select-frame.
2132 Remove comment on MS-Windows behavior for focus-follows-mouse.
2133 (Raising and Lowering): Mention windows-frames dichotomy in
2134 metaphor.
2135
af1a5cd5
MR
2136 * windows.texi (Displaying Buffers, Vertical Scrolling)
2137 (Horizontal Scrolling): Fix indenting and rewording issues
2138 introduced with 2008-11-07 change.
2139
c249fa9c
GM
21402008-11-20 Glenn Morris <rgm@gnu.org>
2141
2142 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2143 element of `format-alist'.
2144
204d4665
GM
21452008-11-19 Glenn Morris <rgm@gnu.org>
2146
2147 * doclicense.texi: Update to FDL 1.3.
2148 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2149
cc0910af
CY
21502008-11-18 Chong Yidong <cyd@stupidchicken.com>
2151
efe6e7c4
CY
2152 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2153 vars, which are obsolete. Mention jit-lock-register.
2154
5dcb4c4e
SM
2155 * modes.texi (Other Font Lock Variables):
2156 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2157
cc0910af
CY
2158 * frames.texi (Color Parameters): Document alpha parameter.
2159
aeeedf76
MR
21602008-11-16 Martin Rudalics <rudalics@gmx.at>
2161
2162 * windows.texi (Splitting Windows, Deleting Windows)
2163 (Selecting Windows, Cyclic Window Ordering)
2164 (Buffers and Windows, Displaying Buffers, Choosing Window)
2165 (Dedicated Windows, Window Point, Window Start and End)
2166 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2167 (Size of Window, Resizing Windows, Window Configurations)
2168 (Window Parameters): Avoid @var at beginning of sentences and
2169 reword accordingly.
2170
4c565c5c
LK
21712008-11-11 Lute Kamstra <lute@gnu.org>
2172
2173 * files.texi (File Name Components): Fix file-name-extension
2174 documentation.
2175
25f494c9
JB
21762008-11-11 Juanma Barranquero <lekktu@gmail.com>
2177
2178 * frames.texi (Basic Parameters): Remove display-environment-variable
2179 and term-environment-variable.
2180
a1401ab1
EZ
21812008-11-08 Eli Zaretskii <eliz@gnu.org>
2182
2183 * windows.texi (Basic Windows, Splitting Windows)
2184 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2185 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2186 (Resizing Windows, Window Configurations, Window Parameters):
2187 Fix wording and markup.
a1401ab1 2188
efafc282
MR
21892008-11-07 Martin Rudalics <rudalics@gmx.at>
2190
2191 * windows.texi (Windows): Update entries.
2192 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2193 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2194 (Selecting Windows, Cyclic Window Ordering): Reword with special
2195 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2196 (Buffers and Windows, Choosing Window): Reword with special
2197 emphasis on dedicated windows.
2198 (Displaying Buffers): Reword. For switch-to-buffer mention that
2199 it may fall back on pop-to-buffer. For other-window try to
2200 explain how it treats the cyclic ordering of windows.
efafc282
MR
2201 (Dedicated Windows): New node and section discussing dedicated
2202 windows and associated functions.
86ab855a 2203 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2204 (Window Start and End): Rename node and section title. Reword.
2205 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2206 Minor rewording.
2207 (Size of Window): Reword, in particular text on window-width.
2208 (Resizing Windows): Reword. Add text on balancing windows.
2209 (Window Configurations): Reword. Mention window parameters.
2210 (Window Parameters): New node and section on window parameters.
2211 (Window Hooks): Reword. Mention that
2212 window-configuration-change-hook is run "buffer-locally".
2213 * elisp.texi (Top): Update Windows entries in @detailmenu
2214 section.
2215
d60a8ab2
JB
22162008-11-04 Juanma Barranquero <lekktu@gmail.com>
2217
2218 * searching.texi (Regexp Search): Fix typo.
2219
01777627
CY
22202008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2221
2222 * searching.texi (Regexp Search): Document GREEDY arg.
2223 (Simple Match Data): Fix return value.
2224
c4526e93
EZ
22252008-11-01 Eli Zaretskii <eliz@gnu.org>
2226
2227 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2228 with Emacs 23 internal representation of characters.
2229 Document `unibyte-string'.
c4526e93 2230
fe2ae8b5
CY
22312008-10-28 Chong Yidong <cyd@stupidchicken.com>
2232
2233 * processes.texi (Process Information): Note that process-status
2234 does not accept buffer names.
2235
cc5a21e3
CY
22362008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2237
2238 * positions.texi (Skipping Characters): Correct return value of
2239 skip-chars-forward.
2240
09460d9a
MR
22412008-10-25 Martin Rudalics <rudalics@gmx.at>
2242
520b29e7
MR
2243 * windows.texi (Deleting Windows): Update documentation of
2244 delete-windows-on.
2245 (Buffers and Windows): Update documentations of
2246 get-buffer-window and get-buffer-window-list.
2247 (Displaying Buffers): Update documentation of
2248 replace-buffer-in-windows.
2249
09460d9a
MR
2250 * buffers.texi (Current Buffer): Reword set-buffer and
2251 with-current-buffer documentations.
2252 (Creating Buffers): Reword documentation of get-buffer-create.
2253
4d48fcdc
MR
22542008-10-23 Martin Rudalics <rudalics@gmx.at>
2255
2256 * buffers.texi (Current Buffer): Reword documentation of
2257 set-buffer.
2258 (Buffer Names): Reword documentation of buffer-name.
2259 (The Buffer List): For bury-buffer explain what happens with the
2260 buffer's window.
2261 (Creating Buffers): Say that get-buffer-create's arg is called
2262 buffer-or-name.
2263
f0143c43
CY
22642008-10-22 Chong Yidong <cyd@stupidchicken.com>
2265
3e5dbbd3
CY
2266 * advice.texi (Computed Advice): Explain what DEFINITION is.
2267
f0143c43
CY
2268 * nonascii.texi (Character Codes): Remove obsolete function
2269 char-valid-p, and document characterp instead.
2270
52a94b85
MR
22712008-10-22 Martin Rudalics <rudalics@gmx.at>
2272
2273 * windows.texi (Displaying Buffers): Reword documentation of
2274 pop-to-buffer.
2275 (Choosing Window): Rewrite documentation of display-buffer and
2276 its options.
2277
f76f8246
MR
2278 * buffers.texi (Killing Buffers): Update documentation of
2279 kill-buffer.
2280
acc8b598
EZ
22812008-10-21 Eli Zaretskii <eliz@gnu.org>
2282
80e6b6df
EZ
2283 * processes.texi (Serial Ports): Fix wording and improve markup.
2284
3645358a
EZ
2285 * searching.texi (Regexp Search): Document `string-match-p' and
2286 `looking-at-p'.
2287 (POSIX Regexps): Add an xref for "non-greedy".
2288 (Regexp Special): Add @cindex entry for "non-greedy".
2289
b3d50cff 2290 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2291 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2292
73b7530a
EZ
2293 * frames.texi (Color Names): Add an xref to `read-color'.
2294
2295 * minibuf.texi (High-Level Completion): Document `read-color'.
2296
acc8b598
EZ
2297 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2298
2299 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2300
2301 * buffers.texi (Swapping Text): New section, documents
2302 `buffer-swap-text'.
2303
10e187e8
MR
23042008-10-21 Martin Rudalics <rudalics@gmx.at>
2305
2306 * windows.texi (Resizing Windows): Minor wording fix.
2307
fd6f900c
EZ
23082008-10-20 Eli Zaretskii <eliz@gnu.org>
2309
2310 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2311 and `combine-and-quote-strings'.
2312
2313 * strings.texi (Creating Strings): Add xrefs for them.
2314
e4372165
EZ
23152008-10-19 Eli Zaretskii <eliz@gnu.org>
2316
d6328fba
EZ
2317 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2318 match the corresponding menu in minibuf.texi.
2319
e4372165
EZ
2320 * minibuf.texi (Reading File Names): Document `read-shell-command'
2321 and `minibuffer-local-shell-command-map'.
2322
5d8dda33
MR
23232008-10-19 Martin Rudalics <rudalics@gmx.at>
2324
2325 * windows.texi (Resizing Windows): Remove var{} around "window" in
2326 documentation of enlarge-window.
2327 Rewrite documentation of window-min-height and window-min-width.
2328
437706cd
EZ
23292008-10-19 Eli Zaretskii <eliz@gnu.org>
2330
80f85d7c
EZ
2331 * functions.texi (Calling Functions): Document `apply-partially'.
2332
291703b5
EZ
2333 * hooks.texi (Standard Hooks): Mention
2334 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2335
2336 * variables.texi (File Local Variables): Document
2337 `file-local-variables-alist', `before-hack-local-variables-hook'
2338 and `hack-local-variables-hook'.
2339
583d8b3c
EZ
2340 * processes.texi (Synchronous Processes): Document `process-lines'.
2341
5dcb4c4e
SM
2342 * customize.texi (Variable Definitions):
2343 Document `custom-reevaluate-setting'.
437706cd 2344
7e51d89b
MR
23452008-10-18 Martin Rudalics <rudalics@gmx.at>
2346
2347 * windows.texi (Choosing Window, Deleting Windows)
2348 (Displaying Buffers): Expand documentation of dedicated windows.
2349
43c59a3d
EZ
23502008-10-18 Eli Zaretskii <eliz@gnu.org>
2351
018a960d
EZ
2352 * files.texi (Changing Files): Document symbolic input of file
2353 modes to `set-file-modes'. Document `read-file-modes' and
2354 `file-modes-symbolic-to-number'.
2355
2c0b8144
EZ
2356 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2357 and `search-map'.
2358
5dcb4c4e
SM
2359 * searching.texi (Search and Replace):
2360 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2361 Document `multi-query-replace-map'.
80120f13 2362
6d4913f0 2363 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2364 (Completion Commands, Reading File Names):
2365 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2366 `minibuffer-local-filename-must-match-map'.
2367 (Minibuffer Completion): The `require-match' argument to
2368 `completing-read' can now have the value `confirm-only'.
2369
43c59a3d
EZ
2370 * windows.texi (Displaying Buffers): Minor wording fix.
2371 (Choosing Window): `split-height-threshold' can now be nil.
2372 Document `split-width-threshold'. `pop-up-frames' can have the
2373 value `graphic-only'.
2374
f36acfd9
EZ
23752008-10-17 Eli Zaretskii <eliz@gnu.org>
2376
2377 * os.texi (Startup Summary): Document `before-init-time' and
2378 `after-init-time'. Document `initial-window-system' and
2379 `window-system-initialization-alist'. Document reading the
2380 abbrevs file. Document the call to `server-start' under --daemon.
2381 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2382 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2383 (Time Parsing): Document `format-seconds'.
f36acfd9 2384
96995b89
MR
23852008-10-17 Martin Rudalics <rudalics@gmx.at>
2386
2387 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2388 and reword.
2389
2de17c73
EZ
23902008-10-16 Eli Zaretskii <eliz@gnu.org>
2391
2392 * markers.texi (The Mark): Document use-region-p.
2393
9cf52b11
EZ
23942008-10-15 Eli Zaretskii <eliz@gnu.org>
2395
c3aaf1d7
EZ
2396 * internals.texi (Writing Emacs Primitives): The interactive spec
2397 of a primitive can be a Lisp form.
2398
841a1743
EZ
2399 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2400 values of transient-mark-mode. Document handle-shift-selection.
2401
2402 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2403 (Interactive Examples): Show an example of `^'.
2404 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2405 (Defining Commands, Using Interactive): The interactive-form of a
2406 function can be added via its symbol's property.
841a1743 2407
52441368
EZ
2408 * positions.texi (List Motion): beginning-of-defun-function can
2409 now accept an argument.
2410
8e8c1a72
EZ
2411 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2412 now return a list of strings.
2413
a33a1f2a
EZ
2414 * control.texi (Handling Errors): Document ignore-errors.
2415
4fb04348
EZ
2416 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2417 (Parameter Access): Document set-frame-parameter.
2418
ee666f84
EZ
2419 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2420 Hooks" for the effect of kill-all-local-variables on local hook
2421 functions.
2422
9cf52b11
EZ
2423 * modes.texi (Major Mode Conventions, Mode Line Variables):
2424 `mode-name' need not be a string. xref to "Mode Line Data" for
2425 details, and to "Emulating Mode Line" for computing a string
2426 value.
2427
22526bc4
EZ
24282008-10-14 Eli Zaretskii <eliz@gnu.org>
2429
a65f6a85
EZ
2430 * processes.texi (System Processes): New section.
2431 (Processes, Signals to Processes): Add xrefs to it.
2432
2433 * objects.texi (Editing Types): A `process' is a subprocess of
2434 Emacs, not just any process running on the OS.
2435
2436 * elisp.texi (Top): Adjust the @detailmenu for the above two
2437 changes.
2438
2724b26a
EZ
2439 * sequences.texi (Char-Tables): Remove documentation of
2440 set-char-table-default, which has no effect since Emacs 23.
2441 <char-table-range, set-char-table-range>: Don't mention generic
2442 characters and charsets. Add a cons cell as a possible argument.
2443
2444 * nonascii.texi (Splitting Characters)
2445 (Translation of Characters): Don't mention generic characters.
2446
2447 * display.texi (Fontsets): Don't mention generic characters.
2448
22526bc4 2449 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2450 argument FUNCTION with a cons cell as KEY.
22526bc4 2451
eaf4b689
EZ
24522008-10-13 Eli Zaretskii <eliz@gnu.org>
2453
45e46036
EZ
2454 * objects.texi (Primitive Function Type): Move "@cindex special
2455 forms" from here...
2456
2457 * eval.texi (Special Forms): ...to here.
2458
2459 * functions.texi (What Is a Function): `functionp' returns nil for
2460 special forms. Add an xref.
2461
eaf4b689
EZ
2462 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2463 Variables".
2464
2465 * variables.texi (Frame-Local Variables): New section.
2466 (Buffer-Local Variables): Add an xref to it.
2467 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2468 have both frame-local and buffer-local binding.
2469
2470 * frames.texi (Frames): Mention multiple tty frames.
2471 (Frame Parameters, Parameter Access): Mention frame-local variable
2472 bindings.
2473
15688fce
GM
24742008-09-20 Glenn Morris <rgm@gnu.org>
2475
2476 * display.texi (Defining Faces): Recommend against face variables.
2477
35539065
JB
24782008-09-16 Juanma Barranquero <lekktu@gmail.com>
2479
2480 * display.texi (Echo Area Customization): Fix typo.
2481
6a57054b
JB
24822008-09-09 Juanma Barranquero <lekktu@gmail.com>
2483
2484 * loading.texi (Where Defined): Add `defface' item.
2485
d632fb82
MR
24862008-09-06 Martin Rudalics <rudalics@gmx.at>
2487
2488 * loading.texi (Where Defined): Fix description of symbol-file.
2489
905a9adb
JR
24902008-08-26 Jason Rumney <jasonr@gnu.org>
2491
2492 * display.texi (TIFF Images): New section describing :index property.
2493
852e91b7
CY
24942008-08-23 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * display.texi (Temporary Displays): Remove unnecessary comment
2497 about usage of temp-buffer-show-hook.
2498
6be001ee
CY
24992008-08-05 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * symbols.texi (Other Plists): Fix incorrect example.
2502 Suggested by Florian Beck.
2503
58e3d8e8
JB
25042008-07-31 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * os.texi: Fix previous change.
2507
7c2fb837
DN
25082008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2509
2510 * os.texi:
2511 * intro.texi:
2512 * files.texi: Remove VMS support.
2513
9e2a2647
DN
25142008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2515
2516 * os.texi:
2517 * frames.texi:
2518 * display.texi: Remove mentions of Mac Carbon.
2519
c4f4682b
MB
25202008-07-01 Miles Bader <miles@gnu.org>
2521
2522 * text.texi (Special Properties):
2523 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2524
3696411e
JB
25252008-06-28 Johan Bockgård <bojohan@gnu.org>
2526
2527 * display.texi (Other Image Types): Fix copy/paste error; say
2528 "PBM", not "XBM".
2529
f2a77c3a
DN
25302008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * os.texi: Remove references to obsolete systems.
2533
6d52677d
EZ
25342008-06-20 Eli Zaretskii <eliz@gnu.org>
2535
2536 * makefile.w32-in (distclean): Remove makefile.
2537
1a87da4c
GM
25382008-06-17 Glenn Morris <rgm@gnu.org>
2539
2540 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2541 (elisp, dist): Remove rules and variables that are obsolete now
2542 the lisp manual is no longer distributed separately.
2543
fdda1c5d
GM
25442008-06-16 Glenn Morris <rgm@gnu.org>
2545
646692e9
GM
2546 * configure, configure.in, mkinstalldirs: Remove unused files.
2547
2548 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2549 * vol1.texi (EMACSVER):
6a57054b 2550 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2551
2552 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2553 as per maintain.info.
2554
611bee81
GM
25552008-06-15 Glenn Morris <rgm@gnu.org>
2556
a7bed3a0
GM
2557 * makefile.w32-in (manual): Use "23" rather than "21".
2558
2559 * Makefile.in (emacsver): New, set by configure.
2560 (manual): Use emacsver.
2561
d794edf2
GM
2562 * intro.texi: Report bugs using M-x report-emacs-bug.
2563
611bee81
GM
2564 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2565
c73e02fa
GM
25662008-06-13 Daniel Engeler <engeler@gmail.com>
2567
2568 * elisp.texi, internals.texi, processes.texi: Add documentation
2569 about serial port access.
2570
e40a85cd
MB
25712008-06-05 Miles Bader <miles@gnu.org>
2572
2573 * display.texi (Displaying Faces): Update to reflect function
2574 renamings in face-remap.el.
2575
7b753744
JB
25762008-06-05 Juanma Barranquero <lekktu@gmail.com>
2577
2578 * display.texi (Fontsets): Fix typos.
2579
9d3d42fb
MB
25802008-06-03 Miles Bader <miles@gnu.org>
2581
7b753744
JB
2582 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2583 remove-relative-face-remapping, set-base-face-remapping,
2584 and set-default-base-face-remapping.
9d3d42fb 2585
f2cec7a9
MB
25862008-06-01 Miles Bader <miles@gnu.org>
2587
2588 * display.texi (Displaying Faces): Add face-remapping-alist.
2589
8f39c96d
SM
25902008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2593 variable names.
2594
1ef5eecc
ER
25952008-05-03 Eric S. Raymond <esr@golux>
2596
352c8b4a 2597 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2598 (current-global-map) return references, not copies.
2599
63b4387f
JL
26002008-05-02 Juri Linkov <juri@jurta.org>
2601
2602 * minibuf.texi (Text from Minibuffer): Document a list of
2603 default values for `read-from-minibuffer'.
2604
38a8b703
JB
26052008-04-24 Juanma Barranquero <lekktu@gmail.com>
2606
2607 * nonascii.texi (Translation of Characters): Fix previous change.
2608
7c42e639
CY
26092008-04-20 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * display.texi (Overlay Properties): Clarify role of underlying
2612 textprop and overlay keymaps for display strings.
2613
2614 * keymaps.texi (Active Keymaps): Ditto.
2615
25c0d999
SM
26162008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * minibuf.texi (Programmed Completion):
2619 Replace dynamic-completion-table with the new completion-table-dynamic.
2620
e3af5968
CY
26212008-04-07 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * intro.texi (Some Terms): Change "fonts in this manual" index
2624 entry to "typographic conventions".
2625
6bfc8698
EZ
26262008-04-05 Eli Zaretskii <eliz@gnu.org>
2627
2628 * objects.texi (Text Props and Strings): Add indexing for read
2629 syntax of text properties.
2630
4972c361
SM
26312008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * processes.texi (Decoding Output): Remove process-filter-multibyte
2634 functions.
2635
c70a68db
MR
26362008-03-15 Martin Rudalics <rudalics@gmx.at>
2637
2638 * display.texi (Finding Overlays): Say that empty overlays at
2639 the end of the buffer are reported too.
2640
1291fd36
GM
26412008-03-13 Glenn Morris <rgm@gnu.org>
2642
2643 * elisp.texi (EMACSVER): Set to 23.0.60.
2644
c6b0dfd5
CY
26452008-02-26 Chong Yidong <cyd@stupidchicken.com>
2646
38a8b703 2647 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2648
875fc30c
GM
26492008-02-22 Glenn Morris <rgm@gnu.org>
2650
2651 * frames.texi (Position Parameters): Clarify the description of
2652 `left' and `top', using information from "Geometry".
2653 (Geometry): Give a pointer to "Position Parameters", rather than
2654 repeating information.
2655
d8c8e45a
GM
26562008-02-11 Glenn Morris <rgm@gnu.org>
2657
2658 * objects.texi (Equality Predicates): No longer talk about "two"
2659 functions.
2660
38a8b703 26612008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2662
2663 * objects.texi (Equality Predicates): Add defun for
2664 equal-including-properties.
2665
bfffe0b1
GM
26662008-02-10 Glenn Morris <rgm@gnu.org>
2667
2668 * objects.texi (Equality Predicates):
2669 Mention equal-including-properties.
2670
431b78c9
RS
26712008-02-07 Richard Stallman <rms@gnu.org>
2672
2673 * windows.texi (Window Start): Mention the feature of moving
2674 window-start to start of line.
2675
c8763fb6 26762008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2677
2678 * keymaps.texi (Tool Bar): Document rtl property.
2679
1a256502
TTN
26802008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2681
2682 * display.texi (Button Types):
2683 For define-button-type, clarify type of NAME.
2684
569382c2
MR
26852008-01-19 Martin Rudalics <rudalics@gmx.at>
2686
2687 * buffers.texi (Buffer Modification): Fix typo.
2688
f3041af1
DN
26892008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2690
2691 * os.texi (System Environment): Remove references to OSes that are
2692 not supported anymore.
2693
d35e1cd7
DN
26942008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2695
2696 * os.texi (System Environment): Remove mention for Masscomp.
2697
23af7580
RS
26982008-01-04 Richard Stallman <rms@gnu.org>
2699
2700 * display.texi (Faces): Don't talk about internal face vector as arg
2701 to facep.
2702
2703 * customize.texi (Type Keywords): Fix previous change.
2704
2705 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2706 * elisp.texi (Top): Fix menu for commands.texi change.
2707
ec7d5b1e
RS
27082007-12-30 Richard Stallman <rms@gnu.org>
2709
5dcb4c4e 2710 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2711 (Accessing Scroll): New node broken out of Accessing Mouse.
2712
101a6cea
RS
27132007-12-28 Richard Stallman <rms@gnu.org>
2714
2715 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2716 (Basic Parameters): For `title', refer to title bar.
041817a4 2717 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2718
72b7e664
RS
27192007-12-23 Richard Stallman <rms@gnu.org>
2720
2721 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2722 Improve some of the commented-out keywords' text too.
2723
27a4f445
MR
27242007-12-14 Martin Rudalics <rudalics@gmx.at>
2725
e2e3f1d7
MR
2726 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2727 "visit the current buffer".
2728
27a4f445
MR
2729 * os.texi (System Interface): Fix typo.
2730
a2afc99d
RS
27312007-12-04 Richard Stallman <rms@gnu.org>
2732
2733 * objects.texi (Symbol Type): Fix typo.
2734
b694135c
RS
27352007-12-03 Richard Stallman <rms@gnu.org>
2736
2737 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2738
f99a19da
GM
27392007-12-01 Glenn Morris <rgm@gnu.org>
2740
2741 * functions.texi (Declaring Functions): Improve previous change.
2742
8f4b37d8
GM
27432007-11-30 Glenn Morris <rgm@gnu.org>
2744
2745 * functions.texi (Declaring Functions): Add optional fourth
2746 argument of declare-function, and setting third argument to `t'.
2747
61a2fe01
RS
27482007-11-29 Richard Stallman <rms@gnu.org>
2749
2750 * customize.texi (Composite Types): Document `group' type.
2751
cbfc5193
GM
27522007-11-29 Glenn Morris <rgm@gnu.org>
2753
5dcb4c4e
SM
2754 * functions.texi (Declaring Functions): Add findex.
2755 Mention `external' files.
cbfc5193 2756
8386283a
JB
27572007-11-26 Juanma Barranquero <lekktu@gmail.com>
2758
2759 * functions.texi (Declaring Functions): Fix directive.
2760
a07c9a8b
RS
27612007-11-25 Richard Stallman <rms@gnu.org>
2762
2763 * help.texi (Help Functions): Clean up last change.
2764
2765 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2766
2767 * loading.texi (Named Features): Minor cleanup.
2768
2769 * macros.texi (Eval During Expansion): Minor cleanup.
2770
2771 * variables.texi (Variable Aliases): Minor cleanup.
2772
a0925923
RS
27732007-11-24 Richard Stallman <rms@gnu.org>
2774
2775 * functions.texi (Declaring Functions): Clarify previous change.
2776
2777 * compile.texi (Compiler Errors): Clarify previous change.
2778
20c63e44
RS
27792007-11-24 Richard Stallman <rms@gnu.org>
2780
e5e76c04 2781 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2782 Clarify the text and move items around.
2783
5bb0cda3
GM
27842007-11-24 Glenn Morris <rgm@gnu.org>
2785
2786 * functions.texi (Declaring Functions): New section.
2787 * compile.texi (Compiler Errors): Mention declaring functions,
2788 defvar with no initvalue, and byte-compile-warnings.
2789
af13c86a
MR
27902007-11-15 Martin Rudalics <rudalics@gmx.at>
2791
2792 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2793 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2794
a5373305
MR
27952007-11-13 Martin Rudalics <rudalics@gmx.at>
2796
2797 * help.texi (Help Functions): Document new macro `with-help-window'.
2798
fe284805
JL
27992007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2800
2801 * searching.texi (Replacing Match): Describe new
2802 `match-substitute-replacement'.
2803
2c3a09b1
RS
28042007-10-31 Richard Stallman <rms@gnu.org>
2805
2806 * strings.texi (Creating Strings): Null strings from concat not unique.
2807
f2b480f4
RS
28082007-10-26 Richard Stallman <rms@gnu.org>
2809
2810 * objects.texi (Equality Predicates): Null strings are uniquified.
2811
2812 * minibuf.texi: Minor clarifications in previous change.
2813
db21122c
GM
28142007-10-25 Glenn Morris <rgm@gnu.org>
2815
2816 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2817
2328cbb3
RS
28182007-10-24 Richard Stallman <rms@gnu.org>
2819
2820 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2821
2822 * variables.texi (Frame-Local Variables): Node deleted.
2823 (Variables): Delete Frame-Local Variables from menu.
2824 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2825 (Default Value): Don't mention frame-local vars.
2826
2827 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2828
2829 * loading.texi (Unloading): Document FEATURE-unload-function
2830 instead of FEATURE-unload-hook.
2831
2328cbb3
RS
2832 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2833
c066bafa
JL
28342007-10-22 Juri Linkov <juri@jurta.org>
2835
2836 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2837 (High-Level Completion): Document a list of default value strings
2838 in the DEFAULT argument, for which minibuffer functions return the
2839 first element.
2840
65ced25f
JL
28412007-10-17 Juri Linkov <juri@jurta.org>
2842
2843 * text.texi (Filling): Update arguments of fill-paragraph.
2844 fill-paragraph operates on the active region in Transient Mark mode.
2845 Remove fill-paragraph-or-region.
2846
ee46ec8e
KB
28472007-10-13 Karl Berry <karl@gnu.org>
2848
2849 * elisp.texi (@dircategory): Move to after @copying,
2850 since we want @copying as close as possible to the beginning of
2851 the output.
2852
61bbdbc6
RS
28532007-10-12 Richard Stallman <rms@gnu.org>
2854
2855 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2856
2857 * commands.texi (Distinguish Interactive): New node,
2858 broken out from Interactive Call and rewritten.
2859 (Command Loop): Put Distinguish Interactive in menu.
2860
af23e1e8
RS
28612007-10-09 Richard Stallman <rms@gnu.org>
2862
2863 * text.texi (Examining Properties): Mention overlay priority.
2864
2865 * display.texi (Display Margins): Correct the description
2866 of margin display specifications.
2867 (Replacing Specs): New subnode broken out of Display Property.
2868
e1965a69
JL
28692007-10-06 Juri Linkov <juri@jurta.org>
2870
2871 * text.texi (Filling): Document fill-paragraph-or-region.
2872
4638454b
JB
28732007-10-05 Juanma Barranquero <lekktu@gmail.com>
2874
2875 * display.texi (Auto Faces): Fix typo.
2876
7ed54cc5
RS
28772007-10-02 Richard Stallman <rms@gnu.org>
2878
2879 * display.texi (Display Property): Explain some display specs
2880 don't let you move point in.
2881
5dcb4c4e
SM
2882 * frames.texi (Cursor Parameters):
2883 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2884
2885 * windows.texi (Basic Windows): Don't describe
2886 cursor-in-non-selected-windows here.
2887
305a7ef2
EZ
28882007-10-01 Eli Zaretskii <eliz@gnu.org>
2889
2890 * processes.texi (Misc Network): Note that these functions are
2891 supported only on some systems.
2892
f7a7f4eb
RS
28932007-10-01 Richard Stallman <rms@gnu.org>
2894
2895 * display.texi (Overlay Properties): Explain nil as priority.
2896 Explain that conflicts are unpredictable if not resolved by
2897 priorities.
2898
780d7bb9
RS
28992007-09-23 Richard Stallman <rms@gnu.org>
2900
2901 * macros.texi (Backquote): Minor clarification.
2902
14b4fdfb
RS
29032007-09-19 Richard Stallman <rms@gnu.org>
2904
2905 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2906 Clarify when they work in parallel and when one overrides.
2907 Fix error in example.
14b4fdfb 2908
b8d4c8d0
GM
29092007-09-06 Glenn Morris <rgm@gnu.org>
2910
b3e755a9 2911 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2912 commands to use ../../info.
2913 * Makefile.in (infodir): Go up one more level.
4638454b 2914 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2915 (miscmanualdir): New.
2916 (dist): Use new variable miscmanualdir.
2917 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2918 (usermanualdir): Change from ../man to ../emacs.
2919
1bb1f7d3
MR
29202007-08-30 Martin Rudalics <rudalics@gmx.at>
2921
2922 * commands.texi (Command Loop Info): Advise against changing
2923 most variables described here. Explain new variable
2924 last-repeatable-command.
2925
b8d4c8d0
GM
29262007-08-29 Glenn Morris <rgm@gnu.org>
2927
2928 * elisp.texi (EMACSVER): Increase to 23.0.50.
2929
29302007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2931
2932 * frames.texi (Basic Parameters): Add display-environment-variable
2933 and term-environment-variable.
2934
29352007-08-28 Juri Linkov <juri@jurta.org>
2936
2937 * display.texi (Image Formats, Other Image Types): Add SVG.
2938
29392007-08-28 Juri Linkov <juri@jurta.org>
2940
2941 * display.texi (Images): Move formats-related text to new node
2942 "Image Formats".
2943 (Image Formats): New node.
2944
619fb9ee
RS
29452007-08-27 Richard Stallman <rms@gnu.org>
2946
2947 * windows.texi (Window Configurations): Clarify what
2948 a window configuration saves.
2949
b8d4c8d0
GM
29502007-08-25 Richard Stallman <rms@gnu.org>
2951
2952 * display.texi (Images): Delete redundant @findex.
2953
39f9da30
GM
29542007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * text.texi (Change Hooks): (after|before)-change-functions are no
2957 longer bound to nil while running; rather inhibit-modification-hooks
2958 is t.
2959
b8d4c8d0
GM
29602007-08-16 Richard Stallman <rms@gnu.org>
2961
5dcb4c4e
SM
2962 * processes.texi (Asynchronous Processes):
2963 Clarify doc of start-file-process.
b8d4c8d0
GM
2964
29652007-08-08 Martin Rudalics <rudalics@gmx.at>
2966
2967 * modes.texi (Example Major Modes): Fix typo.
2968
29692007-08-08 Glenn Morris <rgm@gnu.org>
2970
2971 * intro.texi (nil and t): Do not use `iff' in documentation.
2972
2973 * tips.texi (Documentation Tips): Recommend against `iff'.
2974
29752007-08-07 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * display.texi (Image Cache): Document image-refresh.
2978
29792007-08-06 Martin Rudalics <rudalics@gmx.at>
2980
2981 * windows.texi (Size of Window): Document window-full-width-p.
2982
29832007-07-25 Glenn Morris <rgm@gnu.org>
2984
2985 * gpl.texi (GPL): Replace license with GPLv3.
2986
2987 * Relicense all FSF files to GPLv3 or later.
2988
29892007-07-24 Michael Albinus <michael.albinus@gmx.de>
2990
4638454b
JB
2991 * processes.texi (Synchronous Processes):
2992 Add `process-file-shell-command'.
b8d4c8d0
GM
2993 (Asynchronous Processes): Mention restricted use of
2994 `process-filter' and `process-sentinel' in
2995 `start-file-process'. Add `start-file-process-shell-command'.
2996
29972007-07-17 Michael Albinus <michael.albinus@gmx.de>
2998
2999 * files.texi (Magic File Names): Introduce optional parameter
3000 IDENTIFICATION for `file-remote-p'.
3001
30022007-07-16 Richard Stallman <rms@gnu.org>
3003
3004 * display.texi (Defining Faces): Fix previous change.
3005
30062007-07-14 Richard Stallman <rms@gnu.org>
3007
3008 * control.texi (Handling Errors): Document `debug' in handler list.
3009
30102007-07-10 Richard Stallman <rms@gnu.org>
3011
3012 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3013
30142007-07-09 Richard Stallman <rms@gnu.org>
3015
3016 * files.texi (Magic File Names): Rewrite previous change.
3017
30182007-07-08 Michael Albinus <michael.albinus@gmx.de>
3019
3020 * files.texi (Magic File Names): Introduce optional parameter
3021 CONNECTED for `file-remote-p'.
3022
30232007-07-07 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * processes.texi (Asynchronous Processes):
3026 * files.texi (Magic File Names): Add `start-file-process'.
3027
30282007-06-27 Richard Stallman <rms@gnu.org>
3029
5dcb4c4e
SM
3030 * files.texi (Format Conversion Piecemeal):
3031 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3032
30332007-06-27 Michael Albinus <michael.albinus@gmx.de>
3034
4638454b
JB
3035 * files.texi (Magic File Names): Remove `dired-call-process'.
3036 Add `process-file'.
b8d4c8d0
GM
3037
30382007-06-27 Kenichi Handa <handa@m17n.org>
3039
3040 * text.texi (Special Properties): Fix description about
4638454b 3041 `composition' property.
b8d4c8d0
GM
3042
30432007-06-26 Kenichi Handa <handa@m17n.org>
3044
3045 * nonascii.texi (Default Coding Systems): Document about the
3046 return value `undecided'.
3047
30482007-06-25 David Kastrup <dak@gnu.org>
3049
3050 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3051 `current-active-maps'.
3052
30532007-06-24 Karl Berry <karl@gnu.org>
3054
4638454b 3055 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3056
30572007-06-15 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * display.texi (Overlay Arrow): Doc fix.
3060
30612007-06-14 Karl Berry <karl@tug.org>
3062
3063 * anti.texi (Antinews): Typo.
3064
30652007-06-14 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * display.texi (Image Cache): Document image-refresh.
3068
30692007-06-12 Karl Berry <karl@gnu.org>
3070
3071 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3072 * two-volume.make: New file.
3073 * .cvsignore: Ignore two-volume files.
3074
30752007-06-12 Tom Tromey <tromey@redhat.com>
3076
3077 * os.texi (Init File): Document user-emacs-directory.
3078
30792007-06-03 Nick Roberts <nickrob@snap.net.nz>
3080
3081 * commands.texi (Click Events): Describe width and height when
3082 object is nil.
3083
30842007-05-30 Nick Roberts <nickrob@snap.net.nz>
3085
5dcb4c4e
SM
3086 * commands.texi (Click Events): Layout more logically.
3087 Describe width and height.
b8d4c8d0
GM
3088 (Drag Events, Motion Events): Update to new format for position.
3089
30902007-06-02 Richard Stallman <rms@gnu.org>
3091
3092 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3093
30942007-06-02 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * Version 22.1 released.
3097
30982007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * text.texi (Special Properties): Correct meaning of fontified face.
3101
31022007-05-30 Richard Stallman <rms@gnu.org>
3103
3104 * text.texi (Special Properties): Add link to Adjusting Point.
3105
31062007-05-12 Richard Stallman <rms@gnu.org>
3107
3108 * text.texi (Margins): indent-to-left-margin is not the default.
3109 (Mode-Specific Indent): For indent-line-function, the default
3110 is indent-relative.
3111
3112 * modes.texi (Example Major Modes): Explain last line of text-mode
3113 is redundant.
3114
31152007-05-10 Richard Stallman <rms@gnu.org>
3116
3117 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3118
3119 * help.texi (Keys in Documentation): Add reference to
3120 Documentation Tips.
3121
3122 * files.texi (Format Conversion): TO-FN gets three arguments.
3123
3124 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3125
31262007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3127
3128 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3129 * files.texi (Format Conversion): Expand intro; add menu.
3130 (Format Conversion Overview, Format Conversion Round-Trip)
3131 (Format Conversion Piecemeal): New nodes/subsections.
3132 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3133 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3134 (Saving Properties): Delete node/subsection.
3135
31362007-05-07 Karl Berry <karl@gnu.org>
3137
3138 * elisp.texi (EMACSVER): Back to 22.
3139
31402007-05-06 Richard Stallman <rms@gnu.org>
3141
3142 * processes.texi (Accepting Output): Revert most of previous change.
3143
31442007-05-05 Richard Stallman <rms@gnu.org>
3145
3146 * processes.texi (Accepting Output): accept-process-output
3147 uses microseconds, not milliseconds. But that arg is obsolete.
3148
31492007-05-04 Karl Berry <karl@tug.org>
3150
3151 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3152
31532007-05-04 Eli Zaretskii <eliz@gnu.org>
3154
3155 * tips.texi (Documentation Tips): Rearrange items to place the
3156 more important ones first. Add an index entry for hyperlinks.
3157
31582007-05-03 Karl Berry <karl@gnu.org>
3159
3160 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3161 (EMACSVER) [smallbook]: 22 for printed version.
3162
3163 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3164 so restore anchor to normal position after defun. Found by Kevin Ryde.
3165
31662007-04-26 Glenn Morris <rgm@gnu.org>
3167
3168 * elisp.texi (EMACSVER): Increase to 22.1.50.
3169
31702007-04-28 Karl Berry <karl@gnu.org>
3171
3172 * elisp.texi: Improve line breaks on copyright page,
3173 similar layout to emacs manual, 8.5x11 by default.
3174
31752007-04-24 Richard Stallman <rms@gnu.org>
3176
3177 * text.texi (Special Properties): Add xref to Overlay Properties.
3178
3179 * display.texi (Overlay Properties): Add xref to Special Properties.
3180
31812007-04-22 Richard Stallman <rms@gnu.org>
3182
3183 * keymaps.texi (Extended Menu Items): Move the info about
3184 format with cached keyboard binding.
3185
31862007-04-21 Richard Stallman <rms@gnu.org>
3187
3188 * text.texi (Special Properties): Clarify previous change.
3189
3190 * files.texi (File Name Expansion): Clarify previous change.
3191
3192 * display.texi (Attribute Functions): Fix example for
3193 face-attribute-relative-p.
3194
31952007-04-19 Kenichi Handa <handa@m17n.org>
3196
3197 * text.texi (Special Properties): Document composition property.
3198
31992007-04-19 Glenn Morris <rgm@gnu.org>
3200
3201 * files.texi (File Name Expansion): Mention "superroot".
3202
32032007-04-15 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3206 setups.
3207 (Display Feature Testing): Note that display refers to all
3208 physical monitors for multi-monitor setups.
3209
32102007-04-14 Richard Stallman <rms@gnu.org>
3211
3212 * lists.texi (Sets And Lists): Clarify `delete' examples.
3213 Remove spurious xref to same node.
3214 Clarify xref for add-to-list.
3215
32162007-04-12 Nick Roberts <nickrob@snap.net.nz>
3217
3218 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3219 value of lisp-mode-map.
3220
32212007-04-11 Karl Berry <karl@gnu.org>
3222
3223 * anti.texi (Antinews):
3224 * display.texi (Overlay Properties, Defining Images):
3225 * processes.texi (Synchronous Processes, Sentinels):
3226 * syntax.texi (Syntax Table Internals):
3227 * searching.texi (Regexp Special):
3228 * nonascii.texi (Default Coding Systems):
3229 * text.texi (Special Properties):
3230 * minibuf.texi (Basic Completion): Wording to improve breaks in
3231 8.5x11 format.
3232 * elisp.texi (smallbook): New @set to more easily switch between
3233 smallbook and 8.5x11.
3234
32352007-04-11 Richard Stallman <rms@gnu.org>
3236
3237 * text.texi (Lazy Properties): Minor fix.
3238
32392007-04-08 Karl Berry <karl@gnu.org>
3240
3241 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3242 * macros.texi (Backquote): Downcase Backquote in index entries for
3243 consistency.
3244
32452007-04-08 Richard Stallman <rms@gnu.org>
3246
3247 * text.texi (Adaptive Fill): Just describe default,
3248 don't show it (since it contains non-ASCII chars).
3249
32502007-04-07 Karl Berry <karl@gnu.org>
3251
3252 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3253 adaptive-fill-regexp's value, since they are not in the standard
3254 TeX fonts.
3255
32562007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3257
3258 * display.texi (Defining Faces): Fix example.
3259
32602007-04-07 Karl Berry <karl@gnu.org>
3261
3262 * display.texi (Button Buffer Commands): Improve page break.
3263
32642007-04-07 Richard Stallman <rms@gnu.org>
3265
3266 * advice.texi (Activation of Advice): Remove redundant index entry.
3267
3268 * backups.texi: Improve index entries. Remove redundant ones.
3269
3270 * compile.texi (Byte Compilation): Improve index entry.
3271
3272 * hash.texi (Creating Hash): Improve index entry.
3273
3274 * symbols.texi (Definitions): Improve index entry.
3275
3276 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3277
3278 * maps.texi (Standard Keymaps): Remove useless index entry.
3279
3280 * help.texi (Documentation Basics): Remove redundant index entries.
3281
3282 * customize.texi: Improve index entries.
3283 Remove redundant/useless ones.
3284
3285 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3286
3287 * streams.texi (Output Variables): Improve index entry.
3288
3289 * abbrevs.texi (Abbrevs): Remove useless index entry.
3290
3291 * macros.texi (Expansion): Remove useless index entry.
3292
3293 * text.texi: Improve index entries. Remove redundant/useless ones.
3294 (Text Properties, Examining Properties)
3295 (Special Properties): Use "property category" instead of "category"
3296 to refer to the `category' property.
3297
3298 * positions.texi: Improve index entries. Remove useless one.
3299
3300 * lists.texi: Improve index entries. Remove redundant/useless ones.
3301
3302 * os.texi: Improve index entries.
3303 (Timers): Fix previous change.
3304
3305 * buffers.texi: Improve index entries.
3306 (Modification Time): Get rid of term "obsolete buffer".
3307
3308 * debugging.texi: Improve index entries.
3309 (Test Coverage): Add xref to other test coverage ftr.
3310
3311 * eval.texi: Improve index entry. Remove redundant ones.
3312
3313 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3314
3315 * files.texi: Improve index entries. Remove redundant/useless ones.
3316
3317 * objects.texi: Improve index entries.
3318
3319 * processes.texi: Improve index entries.
3320
3321 * modes.texi: Improve index entry. Remove redundant one.
3322
3323 * nonascii.texi: Improve index entries.
3324
3325 * internals.texi: Improve index entries.
3326
3327 * syntax.texi: Improve index entries.
3328
3329 * keymaps.texi (Active Keymaps): Improve index entries.
3330
3331 * commands.texi: Improve index entries. Remove redundant/useless ones.
3332
3333 * frames.texi: Improve index entries. Remove redundant/useless ones.
3334
3335 * markers.texi: Improve index entries. Remove redundant ones.
3336
3337 * tips.texi: Improve index entries.
3338
3339 * loading.texi (Unloading): Improve index entry.
3340
3341 * variables.texi: Improve index entries. Remove redundant one.
3342
3343 * sequences.texi: Improve index entry.
3344
3345 * display.texi: Improve index entries. Remove redundant ones.
3346
3347 * windows.texi: Improve index entries.
3348
3349 * searching.texi: Improve index entries. Remove redundant one.
3350
3351 * strings.texi (Case Tables): Improve last change.
3352
33532007-04-04 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * strings.texi (Case Tables): Document with-case-table and
3356 ascii-case-table.
3357
33582007-04-03 Karl Berry <karl@gnu.org>
3359
3360 * processes.texi (Network): Reword to improve page break.
3361
33622007-04-03 Eli Zaretskii <eliz@gnu.org>
3363
3364 * functions.texi (Inline Functions): Describe more disadvantages
3365 of defsubst, and make advice against it stronger.
3366
33672007-04-02 Karl Berry <karl@gnu.org>
3368
3369 * backups.texi (Backup Names): Avoid widow words.
3370 * modes.texi (Example Major Modes): Align last comment.
3371
33722007-04-01 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * keymaps.texi (Remapping Commands): Document new arg to
3375 command-remapping.
3376
33772007-04-01 Karl Berry <karl@gnu.org>
3378
3379 * processes.texi (Low-Level Network): Typo.
3380 * loading.texi (Hooks for Loading): Avoid double "the".
3381 * keymaps.texi (Key Sequences): No double "and".
3382 (Changing Key Bindings): Shorten to improve line break.
3383
33842007-03-31 Glenn Morris <rgm@gnu.org>
3385
3386 * os.texi (Timers): Fix description of run-at-time TIME formats.
3387
33882007-03-31 Richard Stallman <rms@gnu.org>
3389
3390 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3391 regarding ellipsis.
3392
33932007-03-31 Eli Zaretskii <eliz@gnu.org>
3394
3395 * intro.texi (nil and t):
3396 * symbols.texi (Plists and Alists):
3397 * variables.texi (Variable Aliases, Constant Variables):
3398 * functions.texi (Defining Functions):
3399 * advice.texi (Advising Primitives):
3400 * debugging.texi (Syntax Errors, Compilation Errors):
3401 * minibuf.texi (Minibuffer Windows):
3402 * commands.texi (Adjusting Point):
3403 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3404 (Auto Major Mode, Major Mode Conventions):
3405 * help.texi (Describing Characters):
3406 * files.texi (Create/Delete Dirs, Information about Files)
3407 (File Locks, Writing to Files, Reading from Files)
3408 (Saving Buffers):
3409 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3410 * frames.texi (Finding All Frames):
3411 * positions.texi (Buffer End, Motion):
3412 * markers.texi (The Region):
3413 * text.texi (Deletion, Near Point):
3414 * display.texi (Displaying Messages, Truncation):
3415 * os.texi (Processor Run Time):
3416 * tips.texi (Key Binding Conventions, Programming Tips)
3417 (Warning Tips, Documentation Tips, Comment Tips):
3418 * internals.texi (Memory Usage): Improve indexing.
3419
3420 * variables.texi (Frame-Local Variables):
3421 * functions.texi (Argument List):
3422 * loading.texi (Library Search):
3423 * streams.texi (Output Variables):
3424 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3425 * searching.texi (Replacing Match, Search and Replace):
3426 * processes.texi (Byte Packing, Decoding Output)
3427 (Accepting Output, Network Servers, Shell Arguments):
3428 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3429 * windows.texi (Window Point, Window Start):
3430 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3431 * commands.texi (Reading Input, Keyboard Events):
3432 * minibuf.texi (Reading File Names, Minibuffer Completion)
3433 (Recursive Mini):
3434 * positions.texi (List Motion):
3435 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3436 * numbers.texi (Arithmetic Operations, Math Functions)
3437 (Predicates on Numbers, Comparison of Numbers):
3438 (Numeric Conversions):
3439 * locals.texi (Standard Buffer-Local Variables):
3440 * maps.texi (Standard Keymaps):
3441 * os.texi (User Identification, System Environment, Recording Input)
3442 (X11 Keysyms):
3443 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3444 * backups.texi (Backups and Auto-Saving):
3445 * customize.texi (Customization, Group Definitions)
3446 (Variable Definitions):
3447 * compile.texi (Byte Compilation): Improve index entries.
3448
34492007-03-31 Karl Berry <karl@gnu.org>
3450
3451 * macros.texi (Defining Macros): Avoid widow syllable.
3452
34532007-03-31 Eli Zaretskii <eliz@gnu.org>
3454
3455 * elisp.texi (Top): Postscript -> PostScript.
3456
3457 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3458
34592007-03-31 Markus Triska <markus.triska@gmx.at>
3460
3461 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3462
34632007-03-30 Karl Berry <karl@gnu.org>
3464
3465 * lists.texi (List-related Predicates): Remove spurious @need.
3466 (Setcdr): Use @smallexample to improve page break.
3467 (Association Lists) <assoc>: Reword to improve page break.
3468
3469 * strings.texi (String Conversion): Insert blank line to improve
3470 page break.
3471
3472 * numbers.texi (Random Numbers): Use @minus{}.
3473 (Math Functions): Use @minus{}.
3474
3475 * intro.texi (Acknowledgements): Avoid line breaks before middle
3476 initials.
3477
34782007-03-24 Eli Zaretskii <eliz@gnu.org>
3479
3480 * errors.texi (Standard Errors): Add an index entry.
3481
34822007-03-19 Richard Stallman <rms@gnu.org>
3483
3484 * os.texi (Recording Input): recent-keys now gives 300 keys.
3485
34862007-03-12 Glenn Morris <rgm@gnu.org>
3487
3488 * os.texi: Replace "daylight savings" with "daylight saving"
3489 throughout.
3490
34912007-03-05 Richard Stallman <rms@gnu.org>
3492
5dcb4c4e
SM
3493 * variables.texi (File Local Variables):
3494 Update enable-local-variables values.
b8d4c8d0
GM
3495
34962007-03-04 Richard Stallman <rms@gnu.org>
3497
3498 * syntax.texi (Control Parsing): Minor clarification.
3499
3500 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3501
3502 * sequences.texi (Sequence Functions): Move string-bytes away,
3503 add xref.
3504
3505 * nonascii.texi (Text Representations): Move string-bytes here.
3506
3507 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3508
3509 * minibuf.texi (Basic Completion): Minor clarification.
3510
3511 * markers.texi (The Mark): Clarify existence vs activation of mark.
3512 Other cleanup.
3513
3514 * display.texi (Finding Overlays): Write better example.
3515
3516 * compile.texi (Eval During Compile): Clarify putting macros
3517 in eval-when-compile.
3518
c5602427 35192007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3520
3521 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3522 load-read-function definition doc.
b8d4c8d0
GM
3523
35242007-02-21 Kim F. Storm <storm@cua.dk>
3525
3526 * strings.texi (Text Comparison): Mention that assoc-string
3527 converts symbols to strings before testing.
3528
35292007-02-17 Kim F. Storm <storm@cua.dk>
3530
3531 * processes.texi (Bindat Spec): Vector types can have optional
3532 element type.
3533 (Bindat Examples): Fix example. Add vector with element type.
3534
35352007-02-16 Andreas Schwab <schwab@suse.de>
3536
3537 * strings.texi (Formatting Strings): Document '+' flag.
3538
35392007-02-15 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * strings.texi (Modifying Strings): Clarify that `clear-string'
3542 always converts the string to unibyte.
3543
35442007-02-14 Kim F. Storm <storm@cua.dk>
3545
3546 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3547 Rewrite glyph code description to refer to these functions.
3548 Remove details of encoding face number and char into integer code.
3549
35502007-02-03 Alan Mackenzie <acm@muc.de>
3551
3552 * loading.texi (Hooks for Loading): Make the description of
3553 `eval-after-load' more detailed, and amend the description of
3554 after-load-alist, in accordance with changes from 2006-05.
3555
35562007-02-03 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * modes.texi (Defining Minor Modes): Document that a :require
3559 keyword or similar may be required to make saved customization
3560 variables work.
3561
35622007-02-03 Eli Zaretskii <eliz@gnu.org>
3563
3564 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3565 Texinfo guidelines and with what texnfo-upd.el expects.
3566 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3567 parts needed by `texinfo-multiple-files-update'.
3568
35692007-02-02 Eli Zaretskii <eliz@gnu.org>
3570
3571 * elisp.texi (Top): Update the top-level menus.
3572
3573 * syntax.texi (Categories): Add index entries.
3574
35752007-02-01 Juanma Barranquero <lekktu@gmail.com>
3576
3577 * display.texi (Attribute Functions): Fix name and description of
3578 the UNDERLINE arg of `set-face-underline-p'.
3579
35802007-01-29 Eli Zaretskii <eliz@gnu.org>
3581
3582 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3583 Variables", and "Standard Keymaps" to the detailed menu.
3584
3585 * variables.texi (Future Local Variables): Add index entry.
3586
35872007-01-28 Richard Stallman <rms@gnu.org>
3588
3589 * tips.texi (Coding Conventions): Clarify the tip about macros
3590 that define a function or a variable.
3591
3592 * files.texi (File Attributes): UID and GID can be floats.
3593 (Magic File Names): Explain why deferring all operations to
3594 the standard handler does not work.
3595
35962007-01-23 Martin Rudalics <rudalics@gmx.at>
3597
3598 * backups.texi (Reverting): Use "buffer" instead of "file"
3599 when talking about major and minor modes.
3600
36012007-01-21 Richard Stallman <rms@gnu.org>
3602
3603 * help.texi (Documentation): Add xref to Documentation Tips.
3604
36052007-01-14 Juanma Barranquero <lekktu@gmail.com>
3606
3607 * tips.texi (Coding Conventions): Fix typos.
3608
36092007-01-05 Richard Stallman <rms@gnu.org>
3610
3611 * modes.texi (Defining Minor Modes): Fix previous change.
3612
36132007-01-03 Richard Stallman <rms@gnu.org>
3614
3615 * customize.texi (Variable Definitions, Customization Types):
3616 Don't use * in doc string for defcustom.
3617
36182007-01-02 Richard Stallman <rms@gnu.org>
3619
3620 * variables.texi (Variable Aliases): Clarify that aliases vars
3621 always have the same value.
3622
3623 * processes.texi (Bindat Spec): Fix Texinfo usage.
3624
3625 * modes.texi (Defining Minor Modes): Explain effect of command
3626 defined with define-global-minor-mode on new buffers.
3627
36282006-12-30 Kim F. Storm <storm@cua.dk>
3629
3630 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3631 `auto-resize-tool-bars'.
3632
36332006-12-30 Richard Stallman <rms@gnu.org>
3634
3635 * keymaps.texi (Active Keymaps): Fix previous change.
3636
36372006-12-30 Nick Roberts <nickrob@snap.net.nz>
3638
3639 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3640
36412006-12-30 Kim F. Storm <storm@cua.dk>
3642
3643 * processes.texi (Bindat Spec): Clarify using field names in
3644 length specifications.
3645
36462006-12-29 Kim F. Storm <storm@cua.dk>
3647
3648 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3649 Add count and index variables for eval forms in repeat blocks.
3650
36512006-12-24 Richard Stallman <rms@gnu.org>
3652
5dcb4c4e
SM
3653 * customize.texi (Variable Definitions):
3654 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3655
36562006-12-19 Kim F. Storm <storm@cua.dk>
3657
3658 * commands.texi (Misc Events): User signals now result in sigusr1
3659 and sigusr2 events which are handled through special-event-map.
3660 (Special Events): User signals and drag-n-drop are special.
3661
36622006-12-17 Richard Stallman <rms@gnu.org>
3663
3664 * loading.texi (Named Features): Explain subfeatures better.
3665
3666 * customize.texi: Use "option" only for user options.
3667 For the keyword values inside defcustom etc, say "keywords".
3668 For :options value's elements, say "elements".
3669 :group should not be omitted.
3670
3671 * syntax.texi (Parsing Expressions): Split up node.
3672 (Motion via Parsing, Position Parse, Parser State)
3673 (Low-Level Parsing, Control Parsing): New subnodes.
3674 (Parser State): Document syntax-ppss-toplevel-pos.
3675
3676 * positions.texi (List Motion): Punctuation fix.
3677
3678 * files.texi (File Name Completion): Document PREDICATE arg
3679 to file-name-completion.
3680
36812006-12-16 Eli Zaretskii <eliz@gnu.org>
3682
3683 * internals.texi (Building Emacs, Writing Emacs Primitives):
3684 Add index entries.
3685
36862006-12-11 Richard Stallman <rms@gnu.org>
3687
3688 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3689 affects face menu. Explain how to make it non-nil without enabling
3690 any fontification.
3691
36922006-12-10 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * modes.texi (Font Lock Basics): Document nil value of
3695 font-lock-defaults.
3696
36972006-12-10 Glenn Morris <rgm@gnu.org>
3698
3699 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3700 value for system-flag argument. Abbrev tables may not be empty
3701 when major modes are loaded.
3702
37032006-12-08 Juanma Barranquero <lekktu@gmail.com>
3704
3705 * makefile.w32-in (maintainer-clean): Partially revert last
3706 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3707 to protect elisp-covers.texi.
3708
37092006-12-07 Juanma Barranquero <lekktu@gmail.com>
3710
3711 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3712 Don't remove elisp* info files; they are already deleted by the
3713 `clean' and `distclean' targets, and they are in the $(infodir)
3714 directory, not the current one.
3715
37162006-12-04 Kim F. Storm <storm@cua.dk>
3717
3718 * commands.texi (Misc Events): Update signal events.
3719 (Event Examples): Add signal example.
3720
37212006-11-29 Richard Stallman <rms@gnu.org>
3722
3723 * frames.texi (Visibility of Frames): Explain visible windows
3724 can be covered by others. Add xref for raise-frame.
3725
37262006-11-28 Richard Stallman <rms@gnu.org>
3727
3728 * searching.texi (Regexp Special): Update when ^ is special.
3729
37302006-11-27 Eli Zaretskii <eliz@gnu.org>
3731
3732 * customize.texi (Customization, Common Keywords)
3733 (Group Definitions, Variable Definitions, Composite Types)
3734 (Type Keywords, Customization Types): Add index entries for
3735 various customization keywords.
3736
37372006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3740
c8763fb6 37412006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3742
3743 * frames.texi (Window System Selections): Remove clipboard from
3744 description of selection-coding-system.
3745
37462006-11-06 Richard Stallman <rms@gnu.org>
3747
3748 * lists.texi (List Variables): Document COMPARE-FN.
3749
3750 * keymaps.texi: Avoid use of "binding" to mean a relation;
3751 use it only to refer to the meaning associated with a key.
3752 (Keymaps): Change menu node description.
3753
3754 * elisp.texi (Top): Change menu node description.
3755
3756 * display.texi (Managing Overlays): Document overlay-recenter.
3757
37582006-10-29 Chong Yidong <cyd@stupidchicken.com>
3759
3760 * Makefile.in: Use relative paths to avoid advertising filesystem
3761 contents during compilation.
3762
37632006-10-23 Kim F. Storm <storm@cua.dk>
3764
3765 * commands.texi (Event Input Misc): Update unread-command-events.
3766
37672006-10-23 Nick Roberts <nickrob@snap.net.nz>
3768
3769 * lists.texi (Sets And Lists): Fix typos.
3770
37712006-10-18 Juanma Barranquero <lekktu@gmail.com>
3772
3773 * control.texi (Processing of Errors): Use @var for an argument,
3774 not @code.
3775
37762006-10-16 Richard Stallman <rms@gnu.org>
3777
3778 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3779
3780 * keymaps.texi (Format of Keymaps): Show all the keymap element
3781 patterns that result from menu items.
3782 (Key Lookup): Minor cleanups.
3783
3784 * modes.texi (Precalculated Fontification): Don't say that
3785 not setting font-lock-defaults avoids loading font-lock.
3786
3787 * help.texi (Documentation): Move xref to Emacs Manual here.
3788 (Documentation Basics): From here.
3789 Also doc emacs-lisp-docstring-fill-column.
3790
3791 * elisp.texi: Update version and ISBN.
3792
3793 * commands.texi (Interactive Call): Clarify KEYS arg to
3794 call-interactively is a vector.
3795 (Command Loop Info): Delete anchor in this-command-keys.
3796 Add anchor in this-command-keys-vector.
3797 (Recursive Editing): Document how recursive-edit
3798 handles the current buffer.
3799
38002006-10-13 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * frames.texi (Frame Titles): %c and %l are ignored in
3803 frame-title-format.
3804
38052006-10-11 Richard Stallman <rms@gnu.org>
3806
3807 * keymaps.texi (Key Sequences): Clarify use of kbd.
3808
38092006-10-10 Kim F. Storm <storm@cua.dk>
3810
3811 * lists.texi (Sets And Lists): Add memql.
3812
38132006-10-03 Richard Stallman <rms@gnu.org>
3814
3815 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3816 Clarify :ascii: and :nonascii:.
3817
38182006-09-29 Juri Linkov <juri@jurta.org>
3819
3820 * modes.texi (%-Constructs): Reorder coding systems in the
3821 documentation of %z to the real order displayed in the modeline.
3822
38232006-09-25 Richard Stallman <rms@gnu.org>
3824
3825 * os.texi (Timers): Describe timer-max-repeats.
3826
38272006-09-25 Chong Yidong <cyd@stupidchicken.com>
3828
3829 * os.texi (Timers): Mention with-local-quit.
3830
38312006-09-24 Richard Stallman <rms@gnu.org>
3832
3833 * searching.texi (Searching and Matching): Mention property search.
3834
3835 * commands.texi (Command Loop Info): Explain how read-event affects
3836 this-command-keys.
3837
38382006-09-20 Richard Stallman <rms@gnu.org>
3839
3840 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3841
3842 * windows.texi (Window Start): Minor cleanups.
3843
38442006-09-20 Kim F. Storm <storm@cua.dk>
3845
3846 * windows.texi (Window Start): pos-visible-in-window-p allows
3847 specifying t for position to mean "end of window".
3848 Add window-line-height.
3849
3850 * anti.texi (Antinews): Mention window-line-height.
3851
38522006-09-19 David Kastrup <dak@gnu.org>
3853
3854 * keymaps.texi (Searching Keymaps): Small clarification.
3855
38562006-09-18 Richard Stallman <rms@gnu.org>
3857
3858 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3859 cause keyboard menus.
3860 (Menu Keymaps): Likewise.
3861 (Defining Menus, Keyboard Menus): Clarify.
3862
3863 * text.texi (Fields): Clarify explanation of constrain-to-field.
3864
38652006-09-16 Eli Zaretskii <eliz@gnu.org>
3866
3867 * variables.texi (Tips for Defining): Fix a typo.
3868
38692006-09-15 Richard Stallman <rms@gnu.org>
3870
3871 * keymaps.texi (Remapping Commands, Searching Keymaps)
3872 (Active Keymaps): Clean up previous change.
3873
38742006-09-15 Jay Belanger <belanger@truman.edu>
3875
3876 * gpl.texi: Replace "Library Public License" by "Lesser Public
3877 License" throughout.
3878
38792006-09-15 David Kastrup <dak@gnu.org>
3880
3881 * keymaps.texi (Active Keymaps): Adapt description to use
3882 `get-char-property' instead `get-text-property'. Explain how
3883 mouse events change this. Explain the new optional argument of
3884 `key-binding' and its mouse-dependent lookup.
3885 (Searching Keymaps): Adapt description similarly.
3886 (Remapping Commands): Explain the new optional argument of
3887 `command-remapping'.
3888
38892006-09-14 Richard Stallman <rms@gnu.org>
3890
3891 * keymaps.texi (Searching Keymaps): Clarification.
3892 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3893
38942006-09-13 Richard Stallman <rms@gnu.org>
3895
3896 * objects.texi (Character Type): Node split.
3897 Add xref to Describing Characters.
3898 (Basic Char Syntax, General Escape Syntax)
3899 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3900
39012006-09-11 Richard Stallman <rms@gnu.org>
3902
3903 * display.texi (Display Table Format): Wording clarification.
3904 (Glyphs): Clarifications.
3905
39062006-09-10 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3909 local maps.
3910
39112006-09-10 Kim F. Storm <storm@cua.dk>
3912
3913 * display.texi (Forcing Redisplay): Document return value of
3914 function redisplay.
3915
39162006-09-09 Richard Stallman <rms@gnu.org>
3917
3918 * windows.texi (Window Hooks): Explain limits of
3919 window-scroll-functions.
3920
3921 * display.texi (Fringe Indicators): Update for last change in
3922 indicate-buffer-boundaries.
3923
39242006-09-08 Richard Stallman <rms@gnu.org>
3925
3926 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3927
39282006-09-06 Kim F. Storm <storm@cua.dk>
3929
3930 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3931
3932 * windows.texi (Window Start): Update pos-visible-in-window-p.
3933
39342006-09-04 Richard Stallman <rms@gnu.org>
3935
3936 * processes.texi (Accepting Output): Explain SECONDS=0 for
3937 accept-process-output.
3938
3939 * os.texi (Idle Timers): Explain why timer functions should not
3940 loop until (input-pending-p).
3941
39422006-09-02 Eli Zaretskii <eliz@gnu.org>
3943
3944 * makefile.w32-in (usermanualdir): New variable.
3945 (elisp.dvi): Use it.
3946
39472006-09-01 Eli Zaretskii <eliz@gnu.org>
3948
3949 * buffers.texi (Buffer Modification): Fix last change.
3950
39512006-09-01 Chong Yidong <cyd@stupidchicken.com>
3952
5dcb4c4e
SM
3953 * buffers.texi (Buffer Modification):
3954 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3955
39562006-08-31 Richard Stallman <rms@gnu.org>
3957
3958 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3959
39602006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3961
3962 * modes.texi (Syntactic Font Lock):
3963 Mention font-lock-syntactic-face-function
3964 instead of specific faces.
3965
39662006-08-29 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * display.texi (Images): Add xrref to display-images-p.
3969
39702006-08-28 Kenichi Handa <handa@m17n.org>
3971
3972 * nonascii.texi (Lisp and Coding Systems): Fix description of
3973 detect-coding-region.
3974
39752006-08-27 Michael Olson <mwolson@gnu.org>
3976
3977 * processes.texi (Transaction Queues): Remove stray quote
3978 character.
3979
39802006-08-25 Richard Stallman <rms@gnu.org>
3981
3982 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3983 Add xref.
3984
39852006-08-24 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * os.texi (Timers): Avoid waiting inside timers.
3988
39892006-08-21 Lute Kamstra <lute@gnu.org>
3990
3991 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3992
39932006-08-20 Richard Stallman <rms@gnu.org>
3994
3995 * os.texi (Idle Timers): New node, split out from Timers.
3996 Document current-idle-time.
3997 * commands.texi (Reading One Event): Update xref.
3998 * elisp.texi (Top): Update subnode menu.
3999
40002006-08-16 Richard Stallman <rms@gnu.org>
4001
4002 * keymaps.texi (Extended Menu Items): Show format of cached
4003 bindings in extended menu items.
4004
4005 * customize.texi (Variable Definitions): Explain when the
4006 standard value expression is evaluated.
4007
40082006-08-15 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * commands.texi (Reading One Event): Explain idleness in
4011 `read-event'.
4012
40132006-08-12 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4016 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4017 relevant for Lisp programming.
4018 (Yank Commands): Rewrite introduction.
4019 (Undo): Clarify.
4020 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4021 (Filling): Remove redundant comment. Clarify return value of
4022 current-justification.
4023 (Margins): Minor clarifications.
4024 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4025 (Sorting): Update definition of sort-lines.
4026 (Columns): Clarify behavior of sort-columns.
4027 (Indent Tabs): Link to Tab Stops in Emacs manual.
4028 (Special Properties): Clarify.
4029 (Clickable Text): Mention Buttons package.
4030
40312006-08-12 Kevin Ryde <user42@zip.com.au>
4032
4033 * os.texi (Time Parsing): Add %z to description of
4034 format-time-string, as per docstring. Add cross reference to
4035 glibc manual for strftime.
4036
40372006-08-08 Richard Stallman <rms@gnu.org>
4038
4039 * modes.texi: Clean up wording in previous change.
4040
40412006-08-07 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * modes.texi (Hooks): Clarify.
4044 (Major Mode Basics): Mention define-derived-mode explicitly.
4045 (Major Mode Conventions): Rebinding RET is OK for some modes.
4046 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4047 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4048 (Mode Line Basics): Clarify.
4049 (Mode Line Data): Mention help-echo and local-map in strings.
4050 Explain reason for treatment of non-risky variables.
4051 (Properties in Mode): Clarify.
4052 (Faces for Font Lock): Add font-lock-negation-char-face.
4053
40542006-08-04 Eli Zaretskii <eliz@gnu.org>
4055
4056 * strings.texi (Formatting Strings): Warn against arbitrary
4057 strings as first arg to `format'.
4058
40592006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4060
4061 * text.texi (Clickable Text): Mention `help-echo' text property.
4062 Update intro, examples and associated explanations.
4063
40642006-07-31 Richard Stallman <rms@gnu.org>
4065
4066 * commands.texi: Update xrefs.
4067 (Event Mod): New node, cut out from old Translating Input.
4068
4069 * maps.texi: Update xrefs.
4070
4071 * keymaps.texi (Translation Keymaps): New node.
4072 Update xrefs from Translating Input to Translation Keymaps.
4073
4074 * elisp.texi (Top): Update subnode menu.
4075
4076 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4077
4078 * os.texi (System Interface): Fix menu descriptions of some nodes.
4079 (Translating Input): Node deleted.
4080
40812006-07-31 Nick Roberts <nickrob@snap.net.nz>
4082
4083 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4084
4085 * lists.texi (Sets And Lists): Likewise.
4086
40872006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4088
4089 * text.texi (Fields): Mention POS
4090 requirement when narrowing is in effect.
4091
40922006-07-28 Richard Stallman <rms@gnu.org>
4093
4094 * display.texi (Face Attributes): Simplify wording.
4095 (Attribute Functions): Clarify meaning of new-frame default
4096 attribute settings.
4097
4098 * customize.texi (Common Keywords): Document how to use
4099 :package-version in a package not in Emacs.
4100
41012006-07-28 Kim F. Storm <storm@cua.dk>
4102
4103 * commands.texi (Reading One Event): Fix last change.
4104
41052006-07-26 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * commands.texi (Reading One Event): Document SECONDS argument for
4108 read-event, read-char, and read-char-exclusive.
4109
41102006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4113 to ensure correct identification.
4114
41152006-07-24 Richard Stallman <rms@gnu.org>
4116
4117 * text.texi (Clickable Text): Clarify.
4118
4119 * sequences.texi (Vector Functions): Delete duplicate xref.
4120
4121 * objects.texi (Function Type): Clarify.
4122
4123 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4124 modes.
4125
4126 * lists.texi (List Variables): New node.
4127 Material moved from other nodes.
4128
4129 * variables.texi (Setting Variables): add-to-list and
4130 add-to-ordered-list moved to List Variables node.
4131
41322006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4133
4134 * text.texi (Links and Mouse-1):
4135 For mouse-on-link-p, expand on arg POS.
4136
41372006-07-21 Kim F. Storm <storm@cua.dk>
4138
4139 * display.texi (Forcing Redisplay): Don't mention systems which
4140 don't support sub-second timers for redisplay-preemption-period.
4141
4142 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4143
41442006-07-21 Eli Zaretskii <eliz@gnu.org>
4145
4146 * frames.texi (Input Focus): Document that focus-follows-mouse has
4147 no effect on MS-Windows.
4148
41492006-07-18 Richard Stallman <rms@gnu.org>
4150
4151 * display.texi (Forcing Redisplay): Cleanups in previous change.
4152
4153 * processes.texi (Low-Level Network): Make menu more convenient.
4154
41552006-07-18 Kim F. Storm <storm@cua.dk>
4156
4157 * display.texi (Forcing Redisplay): redisplay-preemption-period
4158 only used on window systems. Add xref to Terminal Output.
4159
4160 * os.texi (Terminal Output): baud-rate only controls preemption on
4161 non-window systems. Add xref to Forcing Redisplay.
4162
4163 * processes.texi (Low-Level Network): Rename node "Make Network"
4164 to "Network Processes".
4165
41662006-07-18 Karl Berry <karl@gnu.org>
4167
4168 * variables.texi, functions.texi, customize.texi, loading.texi:
4169 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4170
41712006-07-17 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4174
41752006-07-17 Richard Stallman <rms@gnu.org>
4176
4177 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4178 Put period and comma inside quotes.
4179
4180 * loading.texi, markers.texi: Use real doublequote inside menus.
4181
4182 * windows.texi: Put point and comma inside quotes.
4183 (Textual Scrolling): Use @samp for error message.
4184
4185 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4186 * strings.texi, streams.texi, processes.texi, os.texi:
4187 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4188 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4189 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4190 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4191 Put point and comma inside quotes.
4192
4193 * control.texi (Processing of Errors): Add command-error-function.
4194
4195 * variables.texi (File Local Variables): Clarify that
4196 file local variables make buffer-local bindings.
4197
4198 * modes.texi (Syntactic Font Lock): Give default for
4199 font-lock-syntax-table.
4200
42012006-07-17 Nick Roberts <nickrob@snap.net.nz>
4202
4203 * text.texi (Special Properties): Clean up previous change.
4204
42052006-07-16 Karl Berry <karl@gnu.org>
4206
4207 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4208 * control.texi: Fix bad page breaks through chapter 10 (control).
4209
4210 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4211 underfull hbox.
4212
42132006-07-15 Nick Roberts <nickrob@snap.net.nz>
4214
4215 * text.texi (Special Properties): Describe fontified text property
4216 in relation to a character (not text).
4217
42182006-07-15 Kim F. Storm <storm@cua.dk>
4219
4220 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4221 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4222 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4223
4224 * anti.texi (Antinews): Mention redisplay function.
4225 The kbd macro existed, but was not documented, before 22.x.
4226 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4227
42282006-07-14 Nick Roberts <nickrob@snap.net.nz>
4229
4230 * display.texi (Displaying Messages): Add anchor.
4231
4232 * frames.texi (Dialog Boxes): Use it.
4233
42342006-07-12 Richard Stallman <rms@gnu.org>
4235
4236 * objects.texi (Frame Type): Explain nature of frames better.
4237
4238 * frames.texi (Frames): Explain nature of frames better.
4239
42402006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4241
4242 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4243
42442006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4245
4246 * frames.texi (Window System Selections): Mention scrap support for Mac.
4247 Default value of x-select-enable-clipboard is t on Mac.
4248
4249 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4250
42512006-07-11 Kim F. Storm <storm@cua.dk>
4252
4253 * display.texi (Forcing Redisplay): Add `redisplay' function.
4254 Don't mention (sit-for -1) -- use (redisplay t) instead.
4255
4256 * commands.texi (Waiting): (sit-for -1) is no longer special.
4257 (sit-for 0) is equivalent to (redisplay).
4258 Iconifying/deiconifying no longer makes sit-for return.
4259
42602006-07-10 Nick Roberts <nickrob@snap.net.nz>
4261
4262 * display.texi (Buttons): Fix typo.
4263
4264 * index.texi, elisp.texi (New Symbols): Comment node out.
4265
42662006-07-09 Richard Stallman <rms@gnu.org>
4267
4268 * display.texi (Truncation): Clean up previous change.
4269
42702006-07-08 Richard Stallman <rms@gnu.org>
4271
4272 * commands.texi (Interactive Call): Use 3 as prefix in example
4273 for execute-extended-command.
4274
4275 * display.texi (Attribute Functions): Move paragraph about
4276 compatibility with Emacs < 21.
4277
42782006-07-09 Kim F. Storm <storm@cua.dk>
4279
4280 * display.texi (Refresh Screen): Clarify force-window-update.
4281 (Truncation): "Normally" indicated by fringe arrows.
4282
42832006-07-08 Eli Zaretskii <eliz@gnu.org>
4284
4285 * windows.texi (Textual Scrolling, Resizing Windows):
4286 * variables.texi (Constant Variables):
4287 * text.texi (Buffer Contents, Deletion, Changing Properties)
4288 (Property Search, Special Properties, Sticky Properties)
4289 (Links and Mouse-1, Fields, Change Hooks):
4290 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4291 (Categories):
4292 * symbols.texi (Other Plists):
4293 * streams.texi (Output Variables):
4294 * processes.texi (Input to Processes, Query Before Exit):
4295 * positions.texi (Word Motion, Text Lines, List Motion):
4296 * os.texi (Init File, System Environment, Sound Output)
4297 (Session Management):
4298 * nonascii.texi (Text Representations, Character Sets)
4299 (Chars and Bytes, Locales):
4300 * modes.texi (Defining Minor Modes, Header Lines):
4301 * minibuf.texi (Minibuffer Contents):
4302 * markers.texi (Information from Markers):
4303 * lists.texi (List Elements, Building Lists, Association Lists):
4304 * keymaps.texi (Tool Bar):
4305 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4306 * functions.texi (What Is a Function, Mapping Functions):
4307 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4308 (Color Names, Text Terminal Colors, Display Feature Testing):
4309 * files.texi (Visiting Functions, File Name Components)
4310 (Unique File Names, Contents of Directories):
4311 * display.texi (Forcing Redisplay, Displaying Messages)
4312 (Temporary Displays, Font Selection, Auto Faces)
4313 (Font Lookup, Fringe Indicators, Display Margins)
4314 (Image Descriptors, Showing Images, Image Cache, Button Types)
4315 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4316 (Display Table Format, Glyphs):
4317 * control.texi (Iteration):
4318 * commands.texi (Command Loop Info, Adjusting Point):
4319 * backups.texi (Making Backups, Auto-Saving):
4320 Remove @tindex entries.
4321
43222006-07-07 Kim F. Storm <storm@cua.dk>
4323
4324 * display.texi (Fringe Cursors): Fix typo.
4325 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4326 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4327
43282006-07-05 Richard Stallman <rms@gnu.org>
4329
4330 * text.texi (Buffer Contents): Add example of text props
4331 in result of buffer-substring.
4332 (Text Properties): Explain better about use of specific property names.
4333 (Property Search): Some cleanups; reorder some functions.
4334
4335 * keymaps.texi (Changing Key Bindings): Cleanup.
4336 Add xref to Key Binding Conventions.
4337
4338 * display.texi (Attribute Functions): Add examples for
4339 face-attribute-relative-p.
4340
4341 * tips.texi (Coding Conventions): Cleanup last change.
4342
43432006-07-05 Karl Berry <karl@gnu.org>
4344
4345 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4346 Remove @setchapternewpage odd.
4347 Result is 1013 pages, down from 1100.
4348
4349 * anti.texi, customize.texi, display.texi, internals.texi:
4350 * minibuf.texi, modes.texi, tips.texi:
4351 Fix overfull/underfull boxes.
4352
43532006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4354
4355 * edebug.texi (Instrumenting):
4356 Add Edebug-specific findex for eval-buffer.
4357 * loading.texi (Loading):
4358 Replace eval-current-buffer with eval-buffer.
4359
43602006-06-30 Nick Roberts <nickrob@snap.net.nz>
4361
4362 * locals.texi (Standard Buffer-Local Variables): Update the list
4363 of variables.
4364
43652006-06-26 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * files.texi (File Name Completion): Point user to the node
4368 "Reading File Names".
4369
43702006-06-24 Eli Zaretskii <eliz@gnu.org>
4371
4372 * files.texi (Contents of Directories): Document case-insensitive
4373 behavior on respective filesystems.
4374
4375 * objects.texi (Character Type): Document that Emacs signals an
4376 error for unsupported Unicode characters specified as \uNNNN.
4377
43782006-06-19 Richard Stallman <rms@gnu.org>
4379
4380 * processes.texi (Bindat Spec): Clarify previous change.
4381
43822006-06-16 Richard Stallman <rms@gnu.org>
4383
4384 * tips.texi (Coding Conventions): Better explain conventions
4385 for definition constructs.
4386
4387 * text.texi (Special Properties): String value of `read-only'
4388 serves as the error message.
4389
4390 * objects.texi (Character Type): Clarify prev. change.
4391 (Non-ASCII in Strings): Mention \u and \U.
4392
4393 * commands.texi (Using Interactive): Explain problem of
4394 markers, etc., in command-history.
4395
43962006-06-14 Kim F. Storm <storm@cua.dk>
4397
4398 * commands.texi (Waiting): Negative arg to sit-for forces
4399 redisplay even if input is pending.
4400
4401 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4402 redisplay. Remove incorrect example of binding redisplay-dont-pause
4403 around (sit-for 0).
4404
44052006-06-13 Richard Stallman <rms@gnu.org>
4406
4407 * display.texi (Forcing Redisplay): Clarify previous change.
4408
44092006-06-13 Romain Francoise <romain@orebokech.com>
4410
4411 * display.texi (Forcing Redisplay): Fix typo.
4412
44132006-06-13 Kim F. Storm <storm@cua.dk>
4414
4415 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4416
44172006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4418
4419 * tips.texi (Coding Conventions): Add `@end itemize'.
4420
44212006-06-10 Richard Stallman <rms@gnu.org>
4422
4423 * tips.texi (Coding Conventions): Explain use of coding systems
4424 to ensure one decoding for strings.
4425
44262006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4427
4428 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4429 syntax.
4430
44312006-06-07 Eli Zaretskii <eliz@gnu.org>
4432
4433 * display.texi (Font Selection): Remove description of
4434 clear-face-cache.
4435
4436 * compile.texi (Eval During Compile): Fix a typo. Add index
4437 entries for possible uses of eval-when-compile.
4438
44392006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4440
4441 * display.texi (Abstract Display): Fix typo.
4442
44432006-06-03 Eli Zaretskii <eliz@gnu.org>
4444
4445 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4446 Reword variable's description.
4447
44482006-06-01 Richard Stallman <rms@gnu.org>
4449
4450 * windows.texi (Splitting Windows): Clarify splitting nonselected
4451 window.
4452
44532006-05-31 Juri Linkov <juri@jurta.org>
4454
4455 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4456
44572006-05-30 Richard Stallman <rms@gnu.org>
4458
4459 * display.texi (Line Height): Fix errors in description of
10d1d0af 4460 default line height and line-height property.
b8d4c8d0
GM
4461
4462 * nonascii.texi (Default Coding Systems): Further clarification.
4463
44642006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * internals.texi (Pure Storage): Mention that an overflow in pure
4467 space causes a memory leak.
4468 (Garbage Collection): If there was an overflow in pure space,
4469 `garbage-collect' returns nil.
4470
44712006-05-30 Eli Zaretskii <eliz@gnu.org>
4472
4473 * nonascii.texi (Default Coding Systems): Fix it some more.
4474
44752006-05-29 Eli Zaretskii <eliz@gnu.org>
4476
4477 * nonascii.texi (Default Coding Systems): Fix last change.
4478
44792006-05-29 Kenichi Handa <handa@m17n.org>
4480
4481 * nonascii.texi (find-operation-coding-system): Describe the new
4482 argument format (FILENAME . BUFFER).
4483
44842006-05-28 Richard Stallman <rms@gnu.org>
4485
4486 * tips.texi (Coding Conventions): Better explain reasons not to
4487 advise other packages or use `eval-after-load'.
4488
44892006-05-29 Kim F. Storm <storm@cua.dk>
4490
4491 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4492 `bindat-idx' and `bindat-raw' for clarity.
4493
44942006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4495
4496 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4497
4498 * display.texi (Display): Add "Abstract Display" to menu.
4499 (Abstract Display, Abstract Display Functions)
4500 (Abstract Display Example): New nodes.
4501 * elisp.texi (Top): Add "Abstract Display" to menu.
4502
45032006-05-27 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * keymaps.texi (Key Sequences): Link to input events definition.
4506 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4507
4508 * files.texi (Changing Files): Document updated argument list for
4509 copy-file.
4510
45112006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4512
4513 * processes.texi (Bindat Functions): Explain term "total length".
4514 Use it in bindat-length and bindat-pack descriptions.
4515
45162006-05-26 Eli Zaretskii <eliz@gnu.org>
4517
4518 * tips.texi (Coding Conventions): Advise against using
4519 eval-after-load in packages. Add an index entry.
4520
45212006-05-25 Juri Linkov <juri@jurta.org>
4522
4523 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4524
4525 * modes.texi (%-Constructs): Add %e, %z, %Z.
4526
45272006-05-25 Richard Stallman <rms@gnu.org>
4528
4529 * elisp.texi (Top): Update subnode menu.
4530
4531 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4532 (Keymaps): Update menu.
4533
45342006-05-25 Chong Yidong <cyd@stupidchicken.com>
4535
4536 * keymaps.texi (Key Sequences): Some clarifications.
4537
45382006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4539
4540 * processes.texi (Bindat Functions): Say "unibyte string"
4541 explicitly for bindat-unpack and bindat-pack descriptions.
4542 (Bindat Examples): Don't call `string-make-unibyte' in example.
4543
45442006-05-25 Chong Yidong <cyd@stupidchicken.com>
4545
5dcb4c4e 4546 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4547 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4548
4549 * keymaps.texi (Changing Key Bindings):
dd7b651b 4550 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4551 * help.texi (Describing Characters): Refer to it.
4552
45532006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4554
4555 * frames.texi (Pointer Shape): @end table -> @end defvar.
4556
45572006-05-22 Richard Stallman <rms@gnu.org>
4558
4559 * elisp.texi (Top): Update subnode menus.
4560
4561 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4562 Contents rewritten; material from old Pointer Shape node moved here.
4563
4564 * display.texi (Pointer Shape): Node deleted.
4565 (Image Descriptors): Minor cleanup.
4566
45672006-05-21 Richard Stallman <rms@gnu.org>
4568
4569 * syntax.texi (Parsing Expressions): Update info on which STATE
4570 elements are ignored.
4571
45722006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * hooks.texi (Standard Hooks): Correct typo.
4575
4576 * gpl.texi (GPL): ifinfo -> ifnottex.
4577
45782006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4579
4580 * searching.texi (Simple Match Data): Warn about match data being
4581 set anew by every search.
4582
45832006-05-17 Richard Stallman <rms@gnu.org>
4584
4585 * minibuf.texi (Minibuffer History): Clarify.
4586
4587 * searching.texi (Regexp Special): Clarify nested regexp warning.
4588
45892006-05-16 Kim F. Storm <storm@cua.dk>
4590
4591 * minibuf.texi (Minibuffer History): Update add-to-history.
4592
45932006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4594
5dcb4c4e
SM
4595 * nonascii.texi (Explicit Encoding):
4596 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4597
45982006-05-14 Richard Stallman <rms@gnu.org>
4599
4600 * buffers.texi (Creating Buffers): Cleanup.
4601
4602 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4603
46042006-05-13 Eli Zaretskii <eliz@gnu.org>
4605
4606 * buffers.texi (Current Buffer): Document that with-temp-buffer
4607 disables undo.
4608
4609 * os.texi (Terminal-Specific): More accurate description of how
4610 Emacs searches for the terminal-specific libraries.
4611
46122006-05-12 Eli Zaretskii <eliz@gnu.org>
4613
4614 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4615 emacs-xtra to @inforef's.
4616
4617 * text.texi (Undo): Document that undo is turned off in buffers
4618 whose names begin with a space.
4619
4620 * buffers.texi (Buffer Names): Add index entries for buffers whose
4621 names begin with a space.
4622 (Creating Buffers): Document that undo is turned off in buffers
4623 whose names begin with a space.
4624
4625 * files.texi (Visiting Functions, Reading from Files)
4626 (Saving Buffers): Mention code and EOL conversions by file I/O
4627 primitives and subroutines.
4628
4629 * nonascii.texi (Lisp and Coding Systems): Document
4630 coding-system-eol-type. Add index entries for eol conversion.
4631
4632 * display.texi (Defining Faces): Mention `mac', and add an xref to
4633 where window-system is described.
4634
46352006-05-10 Richard Stallman <rms@gnu.org>
4636
4637 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4638
46392006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4640
4641 * variables.texi (File Local Variables): Recommend to quote lambda
4642 expressions in safe-local-variable property.
4643
46442006-05-09 Richard Stallman <rms@gnu.org>
4645
5dcb4c4e
SM
4646 * variables.texi (File Local Variables):
4647 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4648
46492006-05-07 Kim F. Storm <storm@cua.dk>
4650
4651 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4652 from add-to-history.
4653
46542006-05-07 Romain Francoise <romain@orebokech.com>
4655
4656 * commands.texi (Event Input Misc):
4657 * compile.texi (Eval During Compile):
4658 * internals.texi (Buffer Internals):
4659 * minibuf.texi (Initial Input):
4660 * nonascii.texi (Scanning Charsets):
4661 * numbers.texi (Comparison of Numbers):
4662 * windows.texi (Textual Scrolling, Vertical Scrolling):
4663 Fix various typos.
4664
46652006-05-06 Eli Zaretskii <eliz@gnu.org>
4666
4667 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4668 conditional xref's to either emacs or emacs-xtra, depending on
4669 @iftex/@ifnottex.
4670
4671 * minibuf.texi (Minibuffer History): Document add-to-history.
4672
46732006-05-05 Eli Zaretskii <eliz@gnu.org>
4674
4675 * internals.texi (Pure Storage): Mention the pure overflow message
4676 at startup.
4677
c8763fb6 46782006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4679
4680 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4681 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4682 search.
4683
46842006-05-01 Richard Stallman <rms@gnu.org>
4685
4686 * intro.texi (nil and t): Clarify.
4687
4688 * variables.texi (File Local Variables): Suggest using booleanp.
4689
46902006-05-01 Juanma Barranquero <lekktu@gmail.com>
4691
4692 * objects.texi (Type Predicates): Fix typos.
4693
46942006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * intro.texi (nil and t): Add booleanp.
4697
4698 * objects.texi (Type Predicates): Add links for booleanp and
4699 string-or-null-p.
4700
47012006-04-29 Richard Stallman <rms@gnu.org>
4702
4703 * modes.texi (Multiline Font Lock): Rename from
4704 Multi line Font Lock Elements. Much clarification.
4705 (Font Lock Multiline, Region to Fontify): Much clarification.
4706
47072006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * variables.texi (File Local Variables): Remove the special case t for
4710 safe-local-variable.
4711
47122006-04-26 Richard Stallman <rms@gnu.org>
4713
4714 * syntax.texi (Parsing Expressions): Minor cleanup.
4715
47162006-04-18 Richard Stallman <rms@gnu.org>
4717
4718 * tips.texi (Coding Conventions): Explain when the package's
4719 prefix should appear later on (not at the start of the name).
4720
4721 * searching.texi (String Search): Clarify effect of NOERROR.
4722
4723 * modes.texi (Imenu): Clarify what special items do.
4724
4725 * hooks.texi (Standard Hooks): Delete text about old hook names.
4726
47272006-04-17 Romain Francoise <romain@orebokech.com>
4728
4729 * variables.texi (Local Variables): Update the default value of
4730 `max-specpdl-size'.
4731
47322006-04-15 Michael Olson <mwolson@gnu.org>
4733
4734 * processes.texi (Transaction Queues): Mention the new optional
4735 `delay-question' argument for `tq-enqueue'.
4736
47372006-04-13 Bill Wohler <wohler@newt.com>
4738
4739 * customize.texi (Common Keywords): Use dotted notation for
4740 :package-version value. Specify its values. Improve documentation
4741 for customize-package-emacs-version-alist.
4742
47432006-04-12 Bill Wohler <wohler@newt.com>
4744
4745 * customize.texi (Common Keywords): Move description of
4746 customize-package-emacs-version-alist to @defvar.
4747
47482006-04-10 Bill Wohler <wohler@newt.com>
4749
4750 * customize.texi (Common Keywords): Add :package-version.
4751
47522006-04-10 Kim F. Storm <storm@cua.dk>
4753
4754 * text.texi (Buffer Contents): Add NOPROPS arg to
4755 filter-buffer-substring.
4756
47572006-04-08 Kevin Ryde <user42@zip.com.au>
4758
4759 * os.texi (Command-Line Arguments): Update xref to emacs manual
4760 "Command Arguments" -> "Emacs Invocation", per change there.
4761
47622006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4763
4764 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4765 be on one line to help makeinfo not render two spaces after the dot.
4766
47672006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4768
4769 * strings.texi (Predicates for Strings): Add string-or-null-p.
4770
47712006-03-28 Kim F. Storm <storm@cua.dk>
4772
4773 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4774 remarks about systems that don't support fractional seconds.
4775
47762006-03-25 Karl Berry <karl@gnu.org>
4777
4778 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4779 the year list.
4780
47812006-03-21 Nick Roberts <nickrob@snap.net.nz>
4782
4783 * display.texi (Fringe Indicators): Fix typos.
4784
47852006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4786
4787 * tips.texi (Documentation Tips): One can now also write `program'
4788 in front of a quoted symbol in a docstring to prevent making a
4789 hyperlink.
4790
47912006-03-19 Alan Mackenzie <acm@muc.de>
4792
4793 * text.texi (Special Properties): Clarify `fontified' property.
4794
47952006-03-16 Richard Stallman <rms@gnu.org>
4796
4797 * display.texi (Defining Images): Minor cleanup.
4798
47992006-03-16 Bill Wohler <wohler@newt.com>
4800
4801 * display.texi (Defining Images): In image-load-path-for-library,
4802 prefer user's images.
4803
48042006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4807
48082006-03-15 Bill Wohler <wohler@newt.com>
4809
4810 * display.texi (Defining Images): Fix example in
4811 image-load-path-for-library by not recommending that one binds
4812 image-load-path. Just defvar it to placate compiler and only use
4813 it if previously defined.
4814
48152006-03-14 Bill Wohler <wohler@newt.com>
4816
4817 * display.texi (Defining Images): In image-load-path-for-library,
4818 always return list of directories. Update example.
4819
48202006-03-14 Alan Mackenzie <acm@muc.de>
4821
4822 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4823 This describes font-lock-extend-region-function.
4824 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4825 the new node "Region to Fontify".
4826
48272006-03-13 Richard Stallman <rms@gnu.org>
4828
4829 * display.texi (Invisible Text): The impossible position is
4830 now before the invisible text, not after.
4831 (Defining Images): Clean up last change.
4832
48332006-03-11 Bill Wohler <wohler@newt.com>
4834
4835 * display.texi (Defining Images): Add image-load-path-for-library.
4836
48372006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4838
4839 * text.texi (Adaptive Fill): Fix Texinfo usage.
4840
4841 * strings.texi (Creating Strings): Fix Texinfo usage.
4842
4843 * searching.texi (Regexp Special): Use @samp for regular
4844 expressions that are not in Lisp syntax.
4845
48462006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4847
4848 * searching.texi (Regexp Special): Put remark between parentheses
4849 to avoid misreading.
4850
48512006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4852
4853 * searching.texi (Syntax of Regexps): More accurately describe
4854 which characters are special in which situations.
4855 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4856 are not special. Describe in detail when `[' and `]' are special.
4857 (Regexp Backslash): Plenty of regexps with unbalanced square
4858 brackets are valid, so reword that statement.
4859
48602006-03-02 Kim F. Storm <storm@cua.dk>
4861
4862 * keymaps.texi (Tool Bar): Add tool-bar-border.
4863
48642006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4865
4866 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4867
48682006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4869
4870 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4871
4872 * files.texi (Locating Files): Suggest additional values for the
4873 SUFFIXES arg of `locate-file'. Update pxref.
4874
4875 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4876 (How Programs Do Loading): Discuss the effects of Auto Compression
4877 mode on `load'.
4878 (Load Suffixes): New node.
4879 (Library Search): Delete description of `load-suffixes'; it was
4880 moved to "Load Suffixes".
4881 (Autoload, Named Features): Mention `load-suffixes'.
4882
48832006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4884
4885 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4886
4887 * windows.texi (Window Tree): Fix typo.
4888
48892006-02-20 Kim F. Storm <storm@cua.dk>
4890
4891 * display.texi (Fringe Indicators): New section.
4892 Move indicate-empty-lines, indicate-buffer-boundaries, and
4893 default-indicate-buffer-boundaries here.
4894 Add fringe-indicator-alist and default-fringes-indicator-alist.
4895 Add list of logical fringe indicator symbols.
4896 Update list of standard bitmap names.
4897 (Fringe Cursors): New section.
4898 Move overflow-newline-into-fringe here.
4899 Add fringe-cursor-alist and default-fringes-cursor-alist.
4900 Add list of fringe cursor symbols.
4901
49022006-02-20 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * commands.texi (Using Interactive): Fix reference to node
4905 "Minibuffers".
4906
49072006-02-19 Richard M. Stallman <rms@gnu.org>
4908
4909 * minibuf.texi (High-Level Completion):
4910 Add xref to read-input-method-name.
4911
4912 * files.texi (Relative File Names): Move file-relative-name here.
4913 (File Name Expansion): From here. Minor clarifications.
4914
4915 * commands.texi (Using Interactive): Add xrefs about reading input.
4916 Clarify remarks about that moving point and mark.
4917 Put string case before list case.
4918
c8763fb6 49192006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4920
4921 * display.texi (Other Display Specs, Image Descriptors):
4922 Revert erroneous changes. The previous description of
4923 image-descriptors as `(image . PROPS)' was correct.
4924
49252006-02-14 Richard M. Stallman <rms@gnu.org>
4926
4927 * variables.texi (File Local Variables): Clarifications.
4928
49292006-02-14 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * variables.texi (File Local Variables): Use @code for a cons
4932 cell, not @var.
4933
49342006-02-13 Chong Yidong <cyd@stupidchicken.com>
4935
4936 * variables.texi (File Local Variables): Document new file local
4937 variable behavior.
4938
49392006-02-10 Kim F. Storm <storm@cua.dk>
4940
4941 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4942
49432006-02-08 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * modes.texi (%-Constructs): Remove obsolete info about
4946 `global-mode-string'.
4947
49482006-02-07 Richard M. Stallman <rms@gnu.org>
4949
4950 * commands.texi (Prefix Command Arguments): Minor cleanup.
4951
4952 * display.texi: "Graphical display", not window system.
4953
4954 * functions.texi (What Is a Function): Fix xref.
4955
4956 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4957 (Changing Key Bindings): Clarify when remapping is better than
4958 substitute-key-definition.
4959
49602006-02-02 Richard M. Stallman <rms@gnu.org>
4961
4962 * minibuf.texi (Basic Completion): Completion alists are risky.
4963
4964 * keymaps.texi (Active Keymaps): Clarifications.
4965 (Searching Keymaps): New node.
4966 (Keymaps): Update menu.
4967
4968 * frames.texi (Layout Parameters): Minor clarification.
4969 (Drag and Drop): New node.
4970 (Frames): Update menu.
4971
49722006-01-29 Chong Yidong <cyd@stupidchicken.com>
4973
4974 * display.texi (Other Display Specs, Image Descriptors):
4975 Image description is a list, not a cons cell.
4976
49772006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4978
4979 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4980 list is not necessarily a list).
4981
49822006-01-27 Eli Zaretskii <eliz@gnu.org>
4983
4984 * frames.texi (Layout Parameters): border-width and
4985 internal-border-width belong to the frame, not the window.
4986
49872006-01-19 Richard M. Stallman <rms@gnu.org>
4988
4989 * nonascii.texi (Translation of Characters): Search cmds use
4990 translation-table-for-input. Automatically made local.
4991
4992 * markers.texi (Overview of Markers): Count insertion type
4993 as one of a marker's attributes.
4994
4995 * keymaps.texi (Controlling Active Maps): New node, split out of
4996 Active Keymaps.
4997 (Keymaps): Menu updated.
4998 (Active Keymaps): Give pseudocode to explain how the active
4999 maps are searched. current-active-maps and key-binding moved here.
5000 (Functions for Key Lookup): current-active-maps and key-binding moved.
5001 Clarifications.
5002 (Searching the Keymaps): New subnode.
5003
5004 * elisp.texi (Top): Menu clarification.
5005
5006 * display.texi (Other Display Specs): Delete duplicate entry for
5007 just a string as display spec. Move text about recursive display
5008 specs on such a string.
5009
5010 * commands.texi (Key Sequence Input): Clarify.
5011 Move num-nonmacro-input-events out.
5012 (Reading One Event): num-nonmacro-input-events moved here.
5013
50142006-01-14 Nick Roberts <nickrob@snap.net.nz>
5015
5016 * advice.texi (Simple Advice): Update example to fit argument
5017 change in previous-line.
5018
50192006-01-05 Richard M. Stallman <rms@gnu.org>
5020
5021 * markers.texi (The Mark): Fix in `mark'.
5022
50232006-01-04 Richard M. Stallman <rms@gnu.org>
5024
5025 * processes.texi (Misc Network, Make Network): Minor cleanups.
5026
50272006-01-04 Kim F. Storm <storm@cua.dk>
5028
5029 * processes.texi (Make Network): Add IPv6 addresses and handling.
5030 (Network Feature Testing): Mention (:family ipv6).
5031 (Misc Network): Add IPv6 formats to format-network-address.
5032
50332005-12-30 Richard M. Stallman <rms@gnu.org>
5034
5035 * text.texi (Changing Properties):
5036 Don't use return value of set-text-properties.
5037
50382005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5039
5040 * modes.texi (Mode Line Format): Correct typo in menu.
5041
50422005-12-29 Richard M. Stallman <rms@gnu.org>
5043
5044 * modes.texi (Mode Line Top): New node.
5045 (Mode Line Data): Some text moved to new node.
5046 Explain the data structure more concretely.
5047 (Mode Line Basics): Clarifications.
5048 (Mode Line Variables): Clarify intro paragraph.
5049 (%-Constructs): Clarify intro paragraph.
5050 (Mode Line Format): Update menu.
5051
50522005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5053
5054 * minibuf.texi (Basic Completion): Update lazy-completion-table
5055 examples for removal of ARGS argument.
5056
50572005-12-23 Richard M. Stallman <rms@gnu.org>
5058
5059 * text.texi (Undo): Restore some explanation from the version
5060 that was deleted.
5061
50622005-12-23 Eli Zaretskii <eliz@gnu.org>
5063
5064 * text.texi (Undo): Remove duplicate descriptions of `apply
5065 funname' and `apply delta' elements of the undo list.
5066
50672005-12-20 Richard M. Stallman <rms@gnu.org>
5068
5069 * help.texi (Help Functions): Update documentation of `apropos'.
5070
50712005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5072
5073 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5074 because it is confusing. If the :help-echo keyword is a function,
5075 it is not directly used as the :help-echo overlay property, as the
5076 xref seems to suggest (it does not take the appropriate args).
5077
50782005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * customize.texi (Common Keywords): Fix Texinfo usage.
5081 (Group Definitions, Variable Definitions): Update for new
5082 conventions for using `*' in docstrings.
5083
5084 * tips.texi (Documentation Tips): Update for new conventions for
5085 using `*' in docstrings.
5086
50872005-12-16 Richard M. Stallman <rms@gnu.org>
5088
5089 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5090
50912005-12-16 Juri Linkov <juri@jurta.org>
5092
5093 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5094
50952005-12-14 Romain Francoise <romain@orebokech.com>
5096
5097 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5098 Fix typo.
5099
51002005-12-11 Juri Linkov <juri@jurta.org>
5101
5102 * minibuf.texi (Completion Commands): Add mention of read-file-name
5103 for filename completion keymaps.
5104 (Reading File Names): Add mention of filename completion keymaps
5105 for read-file-name and xref to `Completion Commands'.
5106
51072005-12-10 Richard M. Stallman <rms@gnu.org>
5108
5109 * customize.texi (Common Keywords): State caveats for use of :tag.
5110
51112005-12-08 Richard M. Stallman <rms@gnu.org>
5112
5113 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5114 with xrefs and better explanation.
5115 (Completion Commands): Add the filename completion maps.
5116
5117 * objects.texi (Character Type): Clarify that \s is not space
5118 if a dash follows.
5119
51202005-12-05 Richard M. Stallman <rms@gnu.org>
5121
5122 * windows.texi (Resizing Windows): Delete preserve-before args.
5123
51242005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5127 in full keymaps, since the quirk has been fixed.
5128
51292005-12-03 Eli Zaretskii <eliz@gnu.org>
5130
5dcb4c4e
SM
5131 * hooks.texi (Standard Hooks): Add index entries.
5132 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5133
51342005-11-27 Richard M. Stallman <rms@gnu.org>
5135
5136 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5137
51382005-11-21 Juri Linkov <juri@jurta.org>
5139
5140 * customize.texi (Common Keywords): Update links types
5141 custom-manual and url-link. Add link types emacs-library-link,
5142 file-link, function-link, variable-link, custom-group-link.
5143
51442005-11-20 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * display.texi: Revert 2005-11-20 change.
5147
51482005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5149
5150 * processes.texi (Bindat Functions):
5151 Say "third" to refer to zero-based index "2".
5152
51532005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5154
5155 * loading.texi (Library Search): Update the default value of
5156 `load-suffixes'.
5157
51582005-11-17 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * display.texi (Attribute Functions): Mention :ignore-defface.
5161
51622005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5165 (Minor Mode Conventions): Mention the use of a hook.
5166
51672005-11-06 Richard M. Stallman <rms@gnu.org>
5168
5169 * files.texi (Magic File Names): find-file-name-handler checks the
5170 `operations' property of the handler.
5171
51722005-11-03 Richard M. Stallman <rms@gnu.org>
5173
5174 * variables.texi (Frame-Local Variables): Small clarification.
5175
51762005-10-29 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * os.texi (Init File): Document ~/.emacs.d/init.el.
5179
51802005-10-29 Richard M. Stallman <rms@gnu.org>
5181
5182 * internals.texi (Garbage Collection): Document memory-full.
5183
51842005-10-28 Bill Wohler <wohler@newt.com>
5185
5186 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5187 for URLs.
5188
51892005-10-28 Richard M. Stallman <rms@gnu.org>
5190
5191 * minibuf.texi (Completion Commands): Clean up prev change.
5192
51932005-10-26 Kevin Ryde <user42@zip.com.au>
5194
5195 * compile.texi (Eval During Compile): Explain recommended uses
5196 of eval-when-compile and eval-and-compile.
5197
51982005-10-27 Masatake YAMATO <jet@gyve.org>
5199
5200 * minibuf.texi (Completion Commands):
5201 Write about new optional argument for `display-completion-list'.
5202
52032005-10-23 Richard M. Stallman <rms@gnu.org>
5204
5205 * display.texi (Overlay Arrow): Clarify about local bindings of
5206 overlay-arrow-position.
5207
52082005-10-22 Eli Zaretskii <eliz@gnu.org>
5209
5210 * internals.texi (Building Emacs): Fix last change.
5211
52122005-10-22 Richard M. Stallman <rms@gnu.org>
5213
5214 * internals.texi (Building Emacs): Document eval-at-startup.
5215
52162005-10-21 Richard M. Stallman <rms@gnu.org>
5217
5218 * loading.texi (Where Defined): load-history contains abs file names.
5219 symbol-file returns abs file names.
5220
52212005-10-19 Kim F. Storm <storm@cua.dk>
5222
5223 * display.texi (Showing Images): Add max-image-size integer value.
5224
52252005-10-18 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * display.texi (Showing Images): Document max-image-size.
5228
52292005-10-17 Richard M. Stallman <rms@gnu.org>
5230
5231 * commands.texi (Quitting): Minor clarification.
5232
5233 * processes.texi (Sentinels): Clarify about output and quitting.
5234 (Filter Functions): Mention with-local-quit.
5235
52362005-10-17 Juri Linkov <juri@jurta.org>
5237
5238 * buffers.texi (Current Buffer):
5239 * commands.texi (Event Input Misc):
5240 * compile.texi (Eval During Compile, Compiler Errors):
5241 * customize.texi (Group Definitions):
5242 * display.texi (Progress, Defining Faces):
5243 * files.texi (Writing to Files):
5244 * modes.texi (Mode Hooks, Defining Minor Modes):
5245 * streams.texi (Output Functions):
5246 * syntax.texi (Syntax Table Functions):
5247 * text.texi (Change Hooks):
5248 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5249
5250 * commands.texi (Quitting): Replace arg `forms' with `body' in
5251 `with-local-quit'.
5252
5253 * positions.texi (Excursions): Replace arg `forms' with `body' in
5254 `save-excursion'.
5255
52562005-10-08 Kim F. Storm <storm@cua.dk>
5257
5258 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5259 Rename manual section accordingly.
5260
52612005-10-04 Kim F. Storm <storm@cua.dk>
5262
5263 * windows.texi (Window Split Tree): New section describing
5264 new function window-split-tree function.
5265
52662005-10-03 Nick Roberts <nickrob@snap.net.nz>
5267
5268 * display.texi (Fringe Size/Pos): Simplify and add detail.
5269
52702005-09-30 Romain Francoise <romain@orebokech.com>
5271
5272 * minibuf.texi (High-Level Completion): Explain that the prompt
5273 given to `read-buffer' should end with a colon and a space.
5274 Update usage examples.
5275
52762005-09-29 Juri Linkov <juri@jurta.org>
5277
5278 * display.texi (Displaying Messages): Rename argument name
5279 `string' to `format-string' in functions `message', `message-box',
5280 `message-or-box'.
5281
52822005-09-26 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * errors.texi (Standard Errors): Correct xrefs.
5285
52862005-09-18 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * display.texi (Defining Images): Update documentation for
5289 `image-load-path'.
5290
52912005-09-17 Richard M. Stallman <rms@gnu.org>
5292
5293 * display.texi (Defining Images): Clean up previous change.
5294
52952005-09-16 Romain Francoise <romain@orebokech.com>
5296
5297 * elisp.texi: Specify GFDL version 1.2.
5298
5299 * doclicense.texi (GNU Free Documentation License): Update to
5300 version 1.2.
5301
53022005-09-15 Chong Yidong <cyd@stupidchicken.com>
5303
5304 * display.texi (Defining Images): Document `image-load-path'.
5305
53062005-09-15 Richard M. Stallman <rms@gnu.org>
5307
5308 * objects.texi (Printed Representation): Minor cleanup.
5309 (Box Diagrams): Minor fix.
5310 (Cons Cell Type): Move (...) index item here.
5311 (Box Diagrams): From here.
5312 (Array Type): Minor fix.
5313 (Type Predicates): Delete index "predicates".
5314 (Hash Table Type): Clarify xref.
5315 (Dotted Pair Notation): Minor fix.
5316
53172005-09-10 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * files.texi (Saving Buffers): Fix typo.
5320
53212005-09-08 Richard M. Stallman <rms@gnu.org>
5322
5323 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5324
53252005-09-08 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * locals.texi (Standard Buffer-Local Variables): Don't include
5328 mode variables for minor modes.
5329 Fix xrefs for buffer-display-count, buffer-display-table,
5330 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5331 enable-multibyte-characters, fill-column, header-line-format,
5332 left-fringe-width, left-margin, and right-fringe-width.
5333
5334 * hooks.texi (Standard Hooks): All hooks should conform to the
5335 standard naming convention now.
5336 Fix xref for `echo-area-clear-hook'.
5337
5338 * display.texi (Usual Display): Note that indicate-empty-lines and
5339 tab-width are buffer-local.
5340
5341 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5342
5343 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5344
5345 * nonascii.texi (Encoding and I/O): Note that
5346 buffer-file-coding-system is buffer-local.
5347
5348 * positions.texi (List Motion): Note that defun-prompt-regexp is
5349 buffer-local.
5350
5351 * text.texi (Auto Filling): Note that auto-fill-function is
5352 buffer-local.
5353 (Undo): Note that buffer-undo-list is buffer-local.
5354
5dcb4c4e
SM
5355 * windows.texi (Buffers and Windows):
5356 Document buffer-display-count.
b8d4c8d0
GM
5357
53582005-09-06 Richard M. Stallman <rms@gnu.org>
5359
5360 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5361 package prefix elsewhere than at the start of the name.
5362
53632005-09-03 Richard M. Stallman <rms@gnu.org>
5364
5365 * tips.texi (Programming Tips): Add conventions for minibuffer
5366 questions and prompts.
5367
53682005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5369
5370 * intro.texi (nil and t): Minor cleanup.
5371 Delete spurious mention of keyword symbols.
5372 (Evaluation Notation): Add index entry.
5373 (A Sample Function Description): Minor cleanup.
5374 (A Sample Variable Description): Not all vars can be set.
5375
53762005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5377
5378 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5379
5380 (Insertion): Document precise type of `insert-char' arg COUNT.
5381
53822005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * modes.texi (Other Font Lock Variables): Sync the default of
5385 font-lock-lines-before.
5386
53872005-08-31 Michael Albinus <michael.albinus@gmx.de>
5388
5389 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5390
53912005-08-29 Richard M. Stallman <rms@gnu.org>
5392
5393 * elisp.texi (Top): Update subnode menu.
5394
5395 * searching.texi (Searching and Matching): Move node.
5396 Rearrange contents and add overall explanation.
5397 (Searching and Case): Move node.
5398 (Searching and Matching): Update menu.
5399
54002005-08-27 Eli Zaretskii <eliz@gnu.org>
5401
5402 * os.texi (Startup Summary): Fix the description of the initial
5403 startup message display.
5404
54052005-08-25 Richard M. Stallman <rms@gnu.org>
5406
5407 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5408
54092005-08-25 Emilio C. Lopes <eclig@gmx.net>
5410
5411 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5412 `next-overlay-change' example.
5413
54142005-08-22 Juri Linkov <juri@jurta.org>
5415
5416 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5417 Fix invert-face. Fix args of face-background.
5418
5419 * display.texi (Standard Faces): Delete node.
5420 (Faces): Add xref to `(emacs)Standard Faces'.
5421 (Displaying Faces): Fix xref to `Standard Faces'.
5422
5423 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5424
54252005-08-20 Alan Mackenzie <acm@muc.de>
5426
5427 * buffers.texi (The Buffer List): Clarify the manipulation of the
5428 buffer list.
5429
54302005-08-14 Richard M. Stallman <rms@gnu.org>
5431
5432 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5433 a regexp.
5434
54352005-08-11 Richard M. Stallman <rms@gnu.org>
5436
5437 * elisp.texi (Top): Update subnode lists.
5438
5439 * display.texi (Inverse Video): Node deleted.
5440
5441 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5442 New nodes split out of Coding Conventions.
5443
5444 * searching.texi (Regular Expressions): Document re-builder.
5445
5446 * os.texi (Time Parsing): New node split out of Time Conversion.
5447
5448 * processes.texi (Misc Network, Network Feature Testing)
5449 (Network Options, Make Network): New nodes split out of
5450 Low-Level Network.
5451
54522005-08-09 Richard M. Stallman <rms@gnu.org>
5453
5454 * frames.texi (Geometry): New node, split from Size and Position.
5455 (Frame Parameters): Refer to Geometry.
5456
5457 * buffers.texi (The Buffer List): Fix xrefs.
5458
5459 * windows.texi (Splitting Windows): Fix xref.
5460
5461 * frames.texi (Layout Parameters): Add xref.
5462
5463 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5464
5465 * keymaps.texi (Menu Bar): Fix xref.
5466
5467 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5468
5469 * modes.texi (%-Constructs): Fix xref.
5470
5471 * frames.texi (Window Frame Parameters): Node split up.
5472 (Basic Parameters, Position Parameters, Size Parameters)
5473 (Layout Parameters, Buffer Parameters, Management Parameters)
5474 (Cursor Parameters, Color Parameters): New subnodes.
5475
54762005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5477
5478 * positions.texi (Screen Lines): Update xref for previous change
5479 in minibuf.texi.
5480
5481 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5482 change in minibuf.texi.
5483
54842005-08-09 Richard M. Stallman <rms@gnu.org>
5485
5486 * tips.texi (Coding Conventions): Minor cleanup.
5487
5488 * modes.texi (Defining Minor Modes): Explain when init-value
5489 can be non-nil.
5490
5491 * elisp.texi (Top): Update submenu for Minibuffer.
5492
5493 * minibuf.texi (Minibuffer Misc): Node split up.
5494 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5495 (Recursive Mini): New nodes split out from Minibuffer Misc.
5496 (Minibuffer Misc): Document max-mini-window-height.
5497
5498 * hash.texi (Defining Hash): Delete stray paren in example.
5499
5500 * display.texi (Echo Area Customization): Don't define
5501 max-mini-window-height here; xref instead.
5502
5503 * commands.texi (Event Input Misc): Update while-no-input.
5504
5505 * advice.texi (Advising Functions): Explain when to use advice
5506 and when to use a hook.
5507
55082005-07-30 Eli Zaretskii <eliz@gnu.org>
5509
5510 * makefile.w32-in (info): Don't run install-info.
5511 ($(infodir)/dir): New target, produced by running install-info.
5512
55132005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5514
5515 * modes.texi (Defining Minor Modes): The keyword for the initial
5516 value is :init-value, not :initial-value.
5517
55182005-07-23 Eli Zaretskii <eliz@gnu.org>
5519
5520 * loading.texi (Autoload): Make the `doctor' example be consistent
5521 with what's in current loaddefs.el. Describe the "fn" magic in
5522 the usage portion of the doc string.
5523
55242005-07-22 Richard M. Stallman <rms@gnu.org>
5525
5526 * internals.texi (Garbage Collection): Clarify previous change.
5527
55282005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5531
55322005-07-18 Juri Linkov <juri@jurta.org>
5533
5534 * commands.texi (Accessing Events):
5535 * frames.texi (Text Terminal Colors, Resources):
5536 * markers.texi (The Mark):
5537 * modes.texi (Defining Minor Modes):
5538 Delete duplicate duplicate words.
5539
55402005-07-16 Richard M. Stallman <rms@gnu.org>
5541
5542 * display.texi (Managing Overlays): Clarify make-overlay
5543 args for insertion types.
5544
55452005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5546
5547 * customize.texi (Variable Definitions):
5548 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5549 `standard-value' is a list too.
5550 (Defining New Types): Use @key{RET} instead of @key{ret}.
5551
55522005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5553
5554 * os.texi (Translating Input): Fix typo.
5555
55562005-07-08 Richard M. Stallman <rms@gnu.org>
5557
5558 * README: Update edition number and size estimate.
5559
5560 * elisp.texi (VERSION): Set to 2.9.
5561
55622005-07-07 Richard M. Stallman <rms@gnu.org>
5563
5564 * book-spine.texinfo: Update Emacs version.
5565
5566 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5567
55682005-07-06 Richard M. Stallman <rms@gnu.org>
5569
5570 * searching.texi (Regexp Search): Clarify what re-search-forward
5571 does when the search fails.
5572
55732005-07-05 Lute Kamstra <lute@gnu.org>
5574
5575 * Update FSF's address in GPL notices.
5576
5577 * doclicense.texi (GNU Free Documentation License):
5578 * gpl.texi (GPL):
5579 * tips.texi (Coding Conventions, Library Headers):
5580 * vol1.texi:
5581 * vol2.texi: Update FSF's address.
5582
55832005-07-04 Richard M. Stallman <rms@gnu.org>
5584
5585 * hooks.texi (Standard Hooks): Add occur-hook.
5586
55872005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5588
5589 * display.texi (The Echo Area): Correct menu.
5590
55912005-07-03 Richard M. Stallman <rms@gnu.org>
5592
5593 * elisp.texi (Top): Update subnode menu for Display.
5594
5595 * display.texi (Displaying Messages): New node, with most
5596 of what was in The Echo Area.
5dcb4c4e 5597 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5598 (Logging Messages): New node with new text.
5599 (Echo Area Customization): New node, the rest of what was
5600 in The Echo Area. Document message-truncate-lines with @defvar.
5601 (Display): Update menu.
5602
5603 * windows.texi (Textual Scrolling): Doc 3 values for
5604 scroll-preserve-screen-position.
5605
5606 * text.texi (Special Properties): Change hook functions
5607 should bind inhibit-modification-hooks around altering buffer text.
5608
5609 * keymaps.texi (Key Binding Commands): Call binding BINDING
5610 rather than DEFINITION.
5611
56122005-06-29 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * variables.texi (Defining Variables): `user-variable-p' returns t
5615 for aliases of user options, nil for alias loops.
5616
56172005-06-28 Richard M. Stallman <rms@gnu.org>
5618
5619 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5620 make-keymap.
5621
56222005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5623
5624 * variables.texi (Setting Variables): Correct and clarify
5625 description of `add-to-ordered-list'.
5626
56272005-06-26 Richard M. Stallman <rms@gnu.org>
5628
5629 * display.texi (Faces): Minor cleanup.
5630
56312005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5632
5633 * display.texi (Faces): `facep' returns t for strings that are
5634 face names.
5635
56362005-06-25 Richard M. Stallman <rms@gnu.org>
5637
5638 * objects.texi (Equality Predicates): Clarify meaning of equal.
5639
5640 * windows.texi (Selecting Windows): save-selected-window
5641 and with-selected-window save and restore the current buffer.
5642
56432005-06-24 Richard M. Stallman <rms@gnu.org>
5644
5645 * numbers.texi (Float Basics): Explain how to test for NaN,
5646 and printing the sign of NaNs.
5647
56482005-06-24 Eli Zaretskii <eliz@gnu.org>
5649
5650 * makefile.w32-in (MAKEINFO): Use --force.
5651
56522005-06-23 Richard M. Stallman <rms@gnu.org>
5653
5654 * display.texi (Face Functions): Correct Texinfo usage.
5655
56562005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5657
5658 * lists.texi (Rings): `ring-elements' now returns the elements of
5659 RING in order.
5660
56612005-06-23 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * markers.texi (The Mark): Texinfo usage fix.
5664
56652005-06-23 Kim F. Storm <storm@cua.dk>
5666
5667 * searching.texi (Entire Match Data): Remove evaporate option for
5668 match-data. Do not mention evaporate option for set-match-data.
5669
56702005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5671
5672 * display.texi (Face Functions): Mention face aliases.
5673
56742005-06-21 Richard M. Stallman <rms@gnu.org>
5675
5676 * anti.texi (Antinews): Texinfo usage fix.
5677
56782005-06-21 Karl Berry <karl@gnu.org>
5679
5680 * elisp.texi: Use @copying.
5681
5682 * elisp.texi: Put @summarycontents and @contents before the Top
5683 node, instead of the end of the file, so that the contents appear
5684 in the right place in the dvi/pdf output.
5685
56862005-06-21 Juri Linkov <juri@jurta.org>
5687
5688 * display.texi (Defining Faces): Add `customized-face'.
5689
56902005-06-20 Kim F. Storm <storm@cua.dk>
5691
5692 * variables.texi (Setting Variables): Any type of element can be
5693 given order in add-to-ordered-list. Compare elements with eq.
5694
5695 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5696
56972005-06-20 Karl Berry <karl@gnu.org>
5698
5699 * syntax.texi (Syntax Flags): Make last column very slightly wider
5700 to avoid "generic comment" breaking on two lines and causing an
5701 underfull box.
5702
57032005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5704
5705 * lists.texi (Rings): Various minor clarifications and corrections.
5706
57072005-06-18 Richard M. Stallman <rms@gnu.org>
5708
5709 * functions.texi (Obsolete Functions): Simplify.
5710
5711 * variables.texi (Variable Aliases): Simplify.
5712
5713 * anti.texi, backups.texi, compile.texi, customization.texi:
5714 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5715 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5716 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5717 * variables.texi: Fix formatting ugliness.
5718
5719 * elisp.texi: Add links to Rings and Byte Packing.
5720 Update version and copyright years.
5721
5722 * minibuf.texi: Fix formatting ugliness.
5723 (Completion Commands): Move keymap vars to the end
5724 and vars completing-read binds to the top.
5725
57262005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5727
5728 * processes.texi: Fix typos.
5729 (Bindat Spec): Correct Texinfo error.
5730 (Byte Packing): Fix ungrammatical sentence.
5731
57322005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5733
5734 * lists.texi (Rings): New node.
5735 (Lists): Add it to menu.
5736
5737 * processes.texi (Byte Packing): New node.
5738 (Processes): Add it to menu.
5739
57402005-06-17 Richard M. Stallman <rms@gnu.org>
5741
5742 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5743
5744 * help.texi (Documentation Basics): Explain the xref to
5745 Documentation Tips.
5746
5747 * debugging.texi (Debugger Commands): Minor fix.
5748
57492005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5750
5751 * edebug.texi (Instrumenting): Eliminate duplicate link.
5752 (Specification List): Replace references to "below", referring to
5753 a later node, with one @ref to that node.
5754
5755 * os.texi (Timers): Timers should save and restore the match data
5756 if they change it.
5757
5758 * debugging.texi (Debugger Commands): Mention that the Lisp
5759 debugger can not step through primitive functions.
5760
57612005-06-16 Juanma Barranquero <lekktu@gmail.com>
5762
5763 * functions.texi (Obsolete Functions): Update argument names of
5764 `make-obsolete' and `define-obsolete-function-alias'.
5765
5766 * variables.texi (Variable Aliases): Update argument names of
5767 `defvaralias', `make-obsolete-variable' and
5768 `define-obsolete-variable-alias'.
5769
57702005-06-15 Kim F. Storm <storm@cua.dk>
5771
5772 * searching.texi (Entire Match Data): Rephrase warnings about
5773 evaporate arg to match-data and set-match-data.
5774
57752005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * elisp.texi (Top): Update detailed menu.
5778
5779 * edebug.texi (Edebug): Update menu.
5780 (Instrumenting): Update xrefs.
5781 (Edebug Execution Modes): Correct xref.
5782 (Jumping): Clarify description of `h' command.
5783 Eliminate redundant @ref.
5784 (Breaks): New node.
5785 (Breakpoints): Is now a subsubsection.
5786 (Global Break Condition): Mention `C-x X X'.
5787 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5788 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5789 (Edebug Display Update): Correct pxref.
5790 (Edebug and Macros): New node.
5791 (Instrumenting Macro Calls): Is now a subsubsection.
5792 Neither arg of `def-edebug-spec' is evaluated.
5793 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5794 (Specification Examples): Fix typo.
5795
57962005-06-14 Lute Kamstra <lute@gnu.org>
5797
5798 * debugging.texi (Function Debugging): Primitives can break on
5799 entry too.
5800
58012005-06-14 Kim F. Storm <storm@cua.dk>
5802
5803 * variables.texi (Setting Variables): Add add-to-ordered-list.
5804
58052005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5808 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5809
58102005-06-13 Lute Kamstra <lute@gnu.org>
5811
5812 * text.texi (Special Properties): Fix cross reference.
5813
58142005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5815
5816 * debugging.texi (Function Debugging): Delete mention of empty
5817 string argument to `cancel-debug-on-entry'. Delete inaccurate
5818 description of the return value of that command.
5819
58202005-06-11 Alan Mackenzie <acm@muc.de>
5821
5822 * text.texi (Adaptive Fill): Amplify the description of
5823 fill-context-prefix.
5824
58252005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5826
5827 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5828
58292005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5832
58332005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5834
5835 * debugging.texi (Error Debugging): Minor rewording.
5836 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5837 is optional.
5838
58392005-06-10 Lute Kamstra <lute@gnu.org>
5840
5841 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5842 (Top): Give it a title. Correct version number. Give the
5843 detailed node listing a more prominent header.
5844 * intro.texi: Don't set VERSION here a second time.
5845 Mention Emacs's version too.
5846 * anti.texi (Antinews): Use EMACSVER to refer to the current
5847 version of Emacs.
5848
58492005-06-09 Kim F. Storm <storm@cua.dk>
5850
5851 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5852 match-data and set-match-data.
5853
58542005-06-08 Richard M. Stallman <rms@gnu.org>
5855
5856 * searching.texi (Entire Match Data): Clarify when match-data
5857 returns markers and when integers.
5858
5859 * display.texi (Defining Faces): Explain that face name should not
5860 end in `-face'.
5861
5862 * modes.texi (Mode Line Data): Minor cleanup.
5863 (Customizing Keywords): Node split out of Search-based Fontification.
5864 Add example of using font-lock-add-keywords from a hook.
5865 Clarify when MODE should be non-nil, and when nil.
5866
58672005-06-06 Richard M. Stallman <rms@gnu.org>
5868
5869 * modes.texi (Mode Line Data): Explain what happens when the car
5870 of a list is a void symbol.
5871 (Search-based Fontification): Explain MODE arg to
5872 font-lock-add-keywords and warn about calls from major modes.
5873
58742005-06-08 Juri Linkov <juri@jurta.org>
5875
5876 * display.texi (Standard Faces): Add `shadow' face.
5877
58782005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * modes.texi (Major Mode Conventions): A derived mode only needs
5881 to put the call to the parent mode inside `delay-mode-hooks'.
5882
58832005-05-29 Richard M. Stallman <rms@gnu.org>
5884
5885 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5886 new, and what that implies. Clarify.
5887
5888 * files.texi (Locating Files): Clean up the text.
5889
5890 * frames.texi (Window Frame Parameters): Document user-size.
5891 Shorten entry for top by referring to left.
5892
58932005-05-26 Richard M. Stallman <rms@gnu.org>
5894
5895 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5896 is new, and what the implications are. Other clarifications.
5897
58982005-05-24 Richard M. Stallman <rms@gnu.org>
5899
5900 * frames.texi (Dialog Boxes): Minor fixes.
5901
59022005-05-25 Masatake YAMATO <jet@gyve.org>
5903
5904 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5905
59062005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5907
5908 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5909 is optional.
5910
59112005-05-24 Nick Roberts <nickrob@snap.net.nz>
5912
10d1d0af 5913 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5914
59152005-05-23 Lute Kamstra <lute@gnu.org>
5916
5917 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5918 syntax-begin-function over font-lock-beginning-of-syntax-function.
5919
59202005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5921
5922 * minibuf.texi (Reading File Names): Update description of
5923 `read-directory-name'.
5924
5925 * modes.texi (Derived Modes): Clarify :group keyword.
5926
59272005-05-21 Eli Zaretskii <eliz@gnu.org>
5928
5929 * files.texi (Locating Files): New subsection.
5930 Describe locate-file and executable-find.
5931
59322005-05-21 Kevin Ryde <user42@zip.com.au>
5933
5934 * frames.texi (Initial Parameters): Update cross reference to
5935 "Emacs Invocation".
5936
59372005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5938
5939 * keymaps.texi (Active Keymaps): Add anchor.
5940
5941 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5942 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5943 appropriate place.
5944 (Derived Modes): Small clarifications.
5945 (Minor Mode Conventions, Keymaps and Minor Modes):
5946 Replace references to nodes with references to anchors.
5947 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5948 Clarify description of lists whose first element is an integer.
5949 (Mode Line Variables): Add anchor.
5950 (%-Constructs): Clarify description of integer after %.
5951 (Emulating Mode Line): Describe nil value for FACE.
5952
59532005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5954
5955 * modes.texi (Derived Modes): Correct references to non-existing
5956 variable standard-syntax-table.
5957
59582005-05-17 Lute Kamstra <lute@gnu.org>
5959
5960 * modes.texi (Defining Minor Modes): Mention the mode hook.
5961
59622005-05-15 Kim F. Storm <storm@cua.dk>
5963
5964 * processes.texi (Network): Remove open-network-stream-nowait.
5965 (Network Servers): Remove open-network-stream-server.
5966
59672005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5968
5969 * elisp.texi (Top): Update detailed menu.
5970
5971 * variables.texi: Reorder nodes.
5972 (Variables): Update menu.
5973 (File Local Variables): Do not refer to the `-*-' line as
5974 a "local variables list". Add pxref.
5975
59762005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5977
5978 * elisp.texi (Top): Update detailed menu for node changes.
5979
5980 * modes.texi (Modes): Update Menu.
5981 (Hooks): Move to beginning of chapter.
5982 Most minor modes run mode hooks too.
5983 `add-hook' can handle void hooks or hooks whose value is a single
5984 function.
5985 (Major Modes): Update Menu.
5986 (Major Mode Basics): New node, split off from `Major Modes'.
5987 (Major Mode Conventions): Correct xref. Explain how to handle
5988 auto-mode-alist if the major mode command has an autoload cookie.
5989 (Auto Major Mode): Major update. Add magic-mode-alist.
5990 (Derived Modes): Major update.
5991 (Mode Line Format): Update Menu.
5992 (Mode Line Basics): New node, split off from `Mode Line Format'.
5993
5994 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5995 for `magic autoload comment'. Add index entries and anchor.
5996
59972005-05-14 Richard M. Stallman <rms@gnu.org>
5998
5999 * tips.texi (Coding Conventions): Explain how important it is
6000 that just loading certain files not change Emacs behavior.
6001
6002 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6003
60042005-05-12 Lute Kamstra <lute@gnu.org>
6005
6006 * modes.texi (Generic Modes): Update.
6007 (Major Modes): Refer to node "Generic Modes".
6008
6009 * elisp.texi (Top): Update to the current structure of the manual.
6010 * processes.texi (Processes): Add menu description.
6011 * customize.texi (Customization): Add menu descriptions.
6012
60132005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6014
6015 * processes.texi (Signals to Processes)
6016 (Low-Level Network): Fix typos.
6017
60182005-05-11 Lute Kamstra <lute@gnu.org>
6019
6020 * elisp.texi (Top): Add some nodes from the chapter "Major and
6021 Minor Modes" to the detailed node listing.
6022
60232005-05-10 Richard M. Stallman <rms@gnu.org>
6024
6025 * keymaps.texi (Extended Menu Items): Menu item filter functions
6026 can be called at any time.
6027
60282005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6029
6030 * variables.texi (File Local Variables): `(hack-local-variables t)'
6031 now also checks whether a mode is specified in the local variables
6032 list.
6033
60342005-05-05 Kevin Ryde <user42@zip.com.au>
6035
6036 * display.texi (The Echo Area): Correct format function cross
6037 reference.
6038
60392005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6040
6041 * variables.texi (Variable Aliases): Change description of
6042 `define-obsolete-variable-alias'.
6043
6044 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6045 (Defining Functions): Add xref.
6046 (Obsolete Functions): New node.
6047 (Function Safety): Standardize capitalization of section title.
6048
6049 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6050 (Dialog Boxes): Complete description of `x-popup-dialog'.
6051
60522005-05-04 Richard M. Stallman <rms@gnu.org>
6053
6054 * commands.texi (Interactive Codes): Fix Texinfo usage.
6055 Document U more clearly.
6056
60572005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6058
6059 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6060 function and not a macro.
6061
6062 * frames.texi (Pop-Up Menus): Correct and clarify description of
6063 `x-popup-menu'.
6064 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6065
60662005-05-01 Richard M. Stallman <rms@gnu.org>
6067
6068 * edebug.texi (Checking Whether to Stop): Fix previous change.
6069
60702005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6071
6072 * display.texi: Fix typos and Texinfo usage.
6073
6074 * edebug.texi (Checking Whether to Stop): executing-macro ->
6075 executing-kbd-macro.
6076
60772005-05-01 Richard M. Stallman <rms@gnu.org>
6078
6079 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6080
60812005-04-30 Richard M. Stallman <rms@gnu.org>
6082
6083 * files.texi (Magic File Names): Document `operations' property.
6084
60852005-04-29 Lute Kamstra <lute@gnu.org>
6086
6087 * modes.texi (Generic Modes): New node.
6088 (Major Modes): Add it to the menu.
6089 (Derived Modes): Add "derived mode" to concept index.
6090
60912005-04-28 Lute Kamstra <lute@gnu.org>
6092
6093 * modes.texi (Defining Minor Modes): Fix previous change.
6094 (Font Lock Mode): Simplify.
6095 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6096 when set and that some parts are optional. Add cross references.
6097 (Search-based Fontification): Say how to specify font-lock-keywords.
6098 Add cross references. Add font-lock-multiline to index.
6099 Move font-lock-keywords-case-fold-search here from node "Other Font
6100 Lock Variables". Document font-lock-add-keywords and
6101 font-lock-remove-keywords.
6102 (Other Font Lock Variables): Move font-lock-keywords-only,
6103 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6104 and font-lock-syntactic-face-function to node "Syntactic Font
6105 Lock". Move font-lock-keywords-case-fold-search to node
6106 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6107 and font-lock-{,un}fontify-{buffer,region}-function.
6108 (Precalculated Fontification): Remove reference to deleted variable
6109 font-lock-core-only.
6110 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6111 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6112 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6113 and font-lock-syntactic-face-function here from node "Other Font
6114 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6115 Syntax Properties". Add cross references.
6116 (Setting Syntax Properties): New node.
6117 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6118 * syntax.texi (Syntax Properties): Add cross reference.
6119 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6120
61212005-04-26 Richard M. Stallman <rms@gnu.org>
6122
6123 * display.texi (Defining Faces):
6124 Document `default' elements of defface spec.
6125
6126 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6127
6128 * variables.texi (Variable Aliases): Clarify text.
6129
61302005-04-25 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6133
61342005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6135
6136 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6137
61382005-04-24 Eli Zaretskii <eliz@gnu.org>
6139
6140 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6141 syntax-after and syntax-class.
6142
6143 * files.texi (Changing Files): Fix last change's cross-reference.
6144 (Unique File Names): Don't mention "numbers" in the documentation
6145 of make-temp-file and make-temp-name.
6146
61472005-04-23 Richard M. Stallman <rms@gnu.org>
6148
6149 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6150
61512005-04-22 Nick Roberts <nickrob@snap.net.nz>
6152
6153 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6154
61552005-04-22 Nick Roberts <nickrob@snap.net.nz>
6156
6157 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6158 and define-obsolete-variable-alias.
6159
61602005-04-22 Kim F. Storm <storm@cua.dk>
6161
6162 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6163 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6164
61652005-04-21 Lute Kamstra <lute@gnu.org>
6166
6167 * lists.texi (Association Lists): Document rassq-delete-all.
6168
61692005-04-19 Richard M. Stallman <rms@gnu.org>
6170
6171 * modes.texi (Search-based Fontification): Explain that
6172 facespec is an expression to be evaluated.
6173
61742005-04-19 Kevin Ryde <user42@zip.com.au>
6175
6176 * streams.texi (Output Functions): Fix xref.
6177 * strings.texi (String Conversion): Fix xref.
6178
61792005-04-19 Kim F. Storm <storm@cua.dk>
6180
6181 * symbols.texi (Symbol Plists): Add safe-get.
6182 Mention that `get' may signal an error.
6183
61842005-04-18 Nick Roberts <nickrob@snap.net.nz>
6185
6186 * customize.texi (Variable Definitions): Replace tooltip-mode
6187 example with save-place.
6188
61892005-04-17 Richard M. Stallman <rms@gnu.org>
6190
6191 * buffers.texi (Indirect Buffers): Clarify.
6192
6193 * positions.texi (Positions): Clarify converting marker to integer.
6194
6195 * strings.texi (String Basics): Mention string-match; clarify.
6196
61972005-04-08 Lute Kamstra <lute@gnu.org>
6198
6199 * modes.texi (Search-based Fontification): Fix cross references.
6200 Use consistent terminology. Document anchored highlighting.
6201
62022005-04-05 Lute Kamstra <lute@gnu.org>
6203
6204 * modes.texi (Defining Minor Modes): Document :group keyword
6205 argument and its default value.
6206
62072005-04-03 Lute Kamstra <lute@gnu.org>
6208
6209 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6210 references and/or descriptions. Delete major mode hooks; mention
6211 them as a category instead. Rename or delete obsolete hooks.
6212
62132005-04-02 Richard M. Stallman <rms@gnu.org>
6214
6215 * nonascii.texi (Coding System Basics): Another wording cleanup.
6216
62172005-04-01 Richard M. Stallman <rms@gnu.org>
6218
6219 * nonascii.texi (Coding System Basics): Clarify previous change.
6220
62212005-04-01 Kenichi Handa <handa@m17n.org>
6222
10d1d0af 6223 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6224 identity of coding systems.
6225
62262005-03-29 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * text.texi (Buffer Contents): Add filter-buffer-substring and
6229 buffer-substring-filters.
6230
62312005-03-26 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * anti.texi (Antinews): Mention `G' interactive code.
6234
6235 * tips.texi (Compilation Tips): Mention benchmark.el.
6236
62372005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6238
6239 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6240 is now bound to M-o M-o.
6241
6242 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6243
62442005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6245
6246 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6247 in the Emacs Manual).
6248 * Makefile.in (srcs): Remove calendar.texi.
6249 * makefile.w32-in (srcs): Remove calendar.texi.
6250 * display.texi (Display): Change name of next node.
6251 * os.texi (System In): Change name of previous node.
6252 * elisp.texi (Top): Remove Calendar references.
6253 * vol1.texi (Top): Remove Calendar references.
6254 * vol2.texi (Top): Remove Calendar references.
6255
62562005-03-25 Richard M. Stallman <rms@gnu.org>
6257
6258 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6259 Cleanup previous change.
6260
62612005-03-25 Chong Yidong <cyd@stupidchicken.com>
6262
6263 * display.texi (Face Attributes): Faces earlier in an :inherit
6264 list take precedence.
6265 (Scroll Bars): Fix description of vertical-scroll-bars.
6266 Document frame-current-scroll-bars and window-current-scroll-bars.
6267
6268 * markers.texi (The Mark): Document temporary Transient Mark mode.
6269
6270 * minibuf.texi (Reading File Names):
6271 Document read-file-name-completion-ignore-case.
6272
6273 * positions.texi (Screen Lines): Document nil for width argument
6274 to compute-motion.
6275
62762005-03-23 Kim F. Storm <storm@cua.dk>
6277
6278 * display.texi (Standard Faces): Other faces used in the fringe
6279 implicitly inherits from the fringe face.
6280 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6281 properties implicitly inherits from fringe face.
6282 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6283
62842005-03-20 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * display.texi (Invisible Text): State default value of
6287 line-move-ignore-invisible.
6288 (Managing Overlays): Document remove-overlays.
6289 (Standard Faces): Document escape-glyph face.
6290
6291 * minibuf.texi (Reading File Names): Document read-file-name-function.
6292
6293 * modes.texi (Other Font Lock Variables):
6294 Document font-lock-lines-before.
6295
6296 * positions.texi (Skipping Characters): skip-chars-forward allows
6297 character classes.
6298
62992005-03-18 Lute Kamstra <lute@gnu.org>
6300
6301 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6302
63032005-03-17 Richard M. Stallman <rms@gnu.org>
6304
6305 * text.texi (Undo): Document extensible undo entries.
6306
dd7b651b 6307 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6308
6309 * nonascii.texi (Character Codes): Minor fix.
6310
6311 * display.texi (Display Property): Explain the significance
6312 of having text properties that are eq.
6313 (Other Display Specs): Explain string as display spec.
6314
6315 * commands.texi (Interactive Codes): Document G option.
6316
63172005-03-17 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * text.texi (Filling): Add sentence-end-without-period and
6320 sentence-end-without-space.
6321 (Changing Properties): Minor fix.
6322
6323 * anti.texi: Total rewrite.
6324
63252005-03-15 Lute Kamstra <lute@gnu.org>
6326
6327 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6328
63292005-03-08 Kim F. Storm <storm@cua.dk>
6330
6331 * display.texi (Specified Space): Property :width is support on
6332 non-graphic terminals, :height is not.
6333
63342005-03-07 Richard M. Stallman <rms@gnu.org>
6335
6336 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6337 Now subnodes of Fringes.
6338 (Overlay Arrow): Document overlay-arrow-variable-list.
6339 (Fringe Size/Pos): New node, broken out of Fringes.
6340 (Display): Explain clearing vs redisplay better.
6341 (Truncation): Clarify use of bitmaps.
6342 (The Echo Area): Clarify the uses of the echo area.
6343 Add max-mini-window-height.
6344 (Progress): Clarify.
6345 (Invisible Text): Explain that main loop moves point out.
6346 (Selective Display): Say "hidden", not "invisible".
6347 (Managing Overlays): Move up. Describe relation to Undo here.
6348 (Overlay Properties): Clarify intro.
6349 (Finding Overlays): Explain return values when nothing found.
6350 (Width): truncate-string-to-width has added arg.
6351 (Displaying Faces): Clarify and update mode line face handling.
6352 (Face Functions): Minor cleanup.
6353 (Conditional Display): Merge into Other Display Specs.
6354 (Pixel Specification, Other Display Specs): Minor cleanups.
6355 (Images, Image Descriptors): Minor cleanups.
6356 (GIF Images): Patents have expired.
6357 (Showing Images): Explain default text for insert-image.
6358 (Manipulating Button Types): Merge into Manipulating Buttons.
6359 (Making Buttons): Explain return values.
6360 (Button Buffer Commands): Add xref.
6361 (Inverse Video): Update mode-line-inverse-video.
6362 (Display Table Format): Clarify.
6363 (Active Display Table): Give defaults for window-display-table.
6364
6365 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6366 and calendar-today-marker are strings, not chars.
6367 (Holiday Customizing): Minor fix.
6368
6369 * internals.texi (Writing Emacs Primitives): Update `or' example.
6370 Update limit on # args of subr.
6371
6372 * edebug.texi (Using Edebug): Arrow is in fringe.
6373 (Instrumenting): Arg to eval-defun works without loading edebug.
6374 (Edebug Execution Modes): Add xref.
6375
6376 * customize.texi (Common Keywords): Clarify :require.
6377 Mention :version here.
6378 (Variable Definitions, Group Definitions): Not here.
6379 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6380
63812005-03-07 Chong Yidong <cyd@stupidchicken.com>
6382 * nonascii.texi (Text Representations): Clarify position-bytes.
6383 (Character Sets): Add list-charset-chars.
6384 (Scanning Charsets): Add charset-after.
6385 (Encoding and I/O): Minor fix.
6386
63872005-03-06 Richard M. Stallman <rms@gnu.org>
6388
6389 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6390 (Resizing Windows): Likewise.
6391
6392 * text.texi (Change Hooks): Get rid of "Emacs 21".
6393
6394 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6395
6396 * streams.texi (Output Variables): Get rid of "Emacs 21".
6397
6398 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6399
6400 * os.texi (Translating Input): Replace flow-control example
6401 with a less obsolete example that uses `keyboard-translate'.
6402
6403 * objects.texi (Hash Table Type, Circular Objects):
6404 Get rid of "Emacs 21".
6405
6406 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6407 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6408
6409 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6410
6411 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6412
6413 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6414 (Menu Bar): Fix when menu-bar-update-hook is called.
6415
6416 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6417
6418 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6419 and make it read better.
6420
6421 * files.texi (Writing to Files): Get rid of "Emacs 21".
6422 (Unique File Names): Likewise.
6423
6424 * elisp.texi: Update Emacs version to 22.
6425
6426 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6427 (Overlay Properties, Face Attributes): Likewise.
6428 (Managing Overlays): Fix punctuation.
6429 (Attribute Functions): Clarify set-face-font; get rid of
6430 info about old Emacs versions.
6431 (Auto Faces, Font Lookup, Display Property, Images):
6432 Get rid of "Emacs 21".
6433
6434 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6435
64362005-03-05 Richard M. Stallman <rms@gnu.org>
6437
6438 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6439
64402005-03-04 Lute Kamstra <lute@gnu.org>
6441
6442 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6443
64442005-03-03 Lute Kamstra <lute@gnu.org>
6445
6446 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6447
64482005-03-01 Lute Kamstra <lute@gnu.org>
6449
6450 * debugging.texi (Debugger Commands): Update `j'.
6451
64522005-02-28 Lute Kamstra <lute@gnu.org>
6453
6454 * debugging.texi (Debugging): Fix typo.
6455 (Error Debugging): Document eval-expression-debug-on-error.
6456 (Function Debugging): Update example.
6457 (Using Debugger): Mention starred stack frames.
6458 (Debugger Commands): Document `j' and `l'.
6459 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6460 Update the messages that the debugger displays.
6461 (Internals of Debugger): Add cross reference. Update example.
6462 (Excess Open): Minor improvement.
6463 (Excess Close): Minor improvement.
6464
64652005-02-26 Richard M. Stallman <rms@gnu.org>
6466
6467 * tips.texi (Coding Conventions): Clarify.
6468 Put all the major mode key reservations together.
6469 Mention the Mouse-1 => Mouse-2 conventions.
6470
6471 * syntax.texi (Syntax Class Table): Clarify.
6472 (Syntax Table Functions): syntax-after moved from here.
6473 (Syntax Table Internals): syntax-after moved to here.
6474 (Parsing Expressions): Update info on number of values
6475 and what's meaningful in the STATE argument.
6476 (Categories): Fix typo.
6477
6478 * sequences.texi (Arrays): Cleanup.
6479 (Char-Tables): Clarify.
6480
6481 * processes.texi (Deleting Processes): Cleanups, add xref.
6482 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6483 (Process Information): set-process-coding-system, some args optional.
6484 (Input to Processes): Explain various types for PROCESS args.
6485 Rename them from PROCESS-NAME to PROCESS.
6486 (Signals to Processes): Likewise.
6487 (Decoding Output): Cleanup.
6488 (Query Before Exit): Clarify.
6489
6490 * os.texi (Startup Summary): Correct the options; add missing ones.
6491 (Terminal Output, Batch Mode): Clarify.
6492 (Flow Control): Node deleted.
6493
6494 * markers.texi (The Mark): Clarify.
6495
6496 * macros.texi (Expansion): Cleanup.
6497 (Indenting Macros): indent-spec allows ints, not floats.
6498
6499 * keymaps.texi (Keymaps): Clarify.
6500 (Format of Keymaps): Update lisp-mode-map example.
6501 (Active Keymaps, Key Lookup): Clarify.
6502 (Changing Key Bindings): Add xref to `kbd'.
6503 (Key Binding Commands, Simple Menu Items): Clarify.
6504 (Mouse Menus, Menu Bar): Clarify.
6505 (Menu Example): Replace print example with menu-bar-replace-menu.
6506
6507 * help.texi (Documentation Basics): Add function-documentation prop.
6508
6509 * elisp.texi (Top): Don't refer to Flow Control node.
6510
6511 * commands.texi (Command Overview): Improve xrefs.
6512 (Adjusting Point): Adjusting point applies to intangible and invis.
6513 (Key Sequence Input): Doc extra read-key-sequence args.
6514 Likewise for read-key-sequence-vector.
6515
6516 * backups.texi (Rename or Copy): Minor fix.
6517 (Numbered Backups): For version-control, say the default.
6518 (Auto-Saving): make-auto-save-file-name example is simplified.
6519
6520 * advice.texi (Advising Functions): Don't imply one part of Emacs
6521 should advise another part. Markup changes.
6522 (Defining Advice): Move transitional para.
6523 (Activation of Advice): Cleanup.
6524 Explain if COMPILE is nil or negative.
6525
6526 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6527
65282005-02-24 Lute Kamstra <lute@gnu.org>
6529
6530 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6531 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6532
65332005-02-23 Lute Kamstra <lute@gnu.org>
6534
6535 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6536 to define global minor modes as well.
6537
6538 * display.texi (Managing Overlays): overlay-buffer returns nil for
6539 deleted overlays.
6540
65412005-02-22 Kim F. Storm <storm@cua.dk>
6542
6543 * minibuf.texi (Basic Completion): Allow symbols in addition to
6544 strings in try-completion and all-completions.
6545
65462005-02-14 Lute Kamstra <lute@gnu.org>
6547
6548 * elisp.texi (Top): Remove reference to deleted node.
6549
6550 * lists.texi (Lists): Remove reference to deleted node.
6551 (Cons Cells): Fix typo.
6552
6553 * loading.texi (Where Defined): Fix typo.
6554
65552005-02-14 Richard M. Stallman <rms@gnu.org>
6556
6557 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6558 is useful for discarding some minor modes.
6559
6560 * symbols.texi (Symbol Components): Reorder examples.
6561
6562 * streams.texi (Input Functions): State standard-input default.
6563 (Output Variables): State standard-output default.
6564
6565 * objects.texi (Printed Representation): Clarify read syntax vs print.
6566 (Floating Point Type): Explain meaning better.
6567 (Symbol Type): Explain uniqueness better.
6568 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6569 List examples sooner.
6570 (Box Diagrams): New subnode broken out.
6571 Some examples moved from old Lists as Boxes node.
6572 (Dotted Pair Notation): Clarify intro.
6573 (Array Type): Clarify.
6574 (Type Predicates): Add hash-table-p.
6575
6576 * numbers.texi (Integer Basics): Clarify radix explanation.
6577 (Predicates on Numbers): Minor clarification.
6578 (Comparison of Numbers): Minor clarification. Clarify eql.
6579 Typos in min, max.
6580 (Math Functions): Clarify overflow in expt.
6581
6582 * minibuf.texi (Text from Minibuffer): Minor clarification.
6583 Mention arrow keys.
6584
6585 * loading.texi (Autoload): defun's doc string overrides autoload's
6586 doc string.
6587 (Repeated Loading): Modernize "add to list" examples.
6588 (Where Defined): Finish updating table of load-history elts.
6589
6590 * lists.texi (List-related Predicates): Minor wording improvement.
6591 (Lists as Boxes): Node deleted.
6592 (Building Lists): Explain trivial cases of number-sequence.
6593
6594 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6595 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6596 (Hash Access): Any object can be a key.
6597 State value of maphash.
6598
6599 * functions.texi (What Is a Function): Wording cleanup.
6600 (Function Documentation): Minor cleanup.
6601 Explain purpose of calling convention at end of doc string.
6602 (Function Names): Wording cleanup.
6603 (Calling Functions): Wording cleanup.
6604 Explain better how funcall calls the function.
6605 (Function Cells): Delete example of saving and redefining function.
6606
6607 * control.texi (Combining Conditions): Wording cleanup.
6608 (Iteration): dolist and dotimes bind VAR locally.
6609 (Cleanups): Xref to Atomic Changes.
6610
6611 * compile.texi (Byte Compilation): Delete 19.29 info.
6612 (Compilation Functions): Macros' difficulties don't affect defsubst.
6613 (Docs and Compilation): Delete 19.29 info.
6614
66152005-02-10 Richard M. Stallman <rms@gnu.org>
6616
6617 * objects.texi (Symbol Type): Minor correction.
6618
66192005-02-06 Lute Kamstra <lute@gnu.org>
6620
6621 * modes.texi (Example Major Modes): Fix typos.
6622
66232005-02-06 Richard M. Stallman <rms@gnu.org>
6624
6625 * text.texi (Margins): fill-nobreak-predicate can be one function.
6626
6627 * strings.texi (Modifying Strings): clear-string can make unibyte.
6628 (Formatting Strings): format gives error if values missing.
6629
6630 * positions.texi (Character Motion): Mention default arg
6631 for forward-char. backward-char refers to forward-char.
6632 (Word Motion): Mention default arg for forward-word.
6633 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6634 Simplify end-of-buffer.
6635 (Text Lines): Mention default arg for forward-line.
6636 (List Motion): Mention default arg for beginning/end-of-defun.
6637 (Skipping Characters): Minor fixes in explaining character-set.
6638
6639 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6640 Mode inheritance applies only when default-major-mode is nil.
6641 Clarifications.
6642 (Example Major Modes): Update Text mode and Lisp mode examples.
6643 (Minor Mode Conventions): Mention define-minor-mode at top.
6644 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6645 (Mode Line Format): Update mode line face display info.
6646 (Properties in Mode): Mention effect of risky vars.
6647 (Imenu): Define imenu-add-to-menubar.
6648 (Font Lock Mode): Add descriptions to menu lines.
6649 (Faces for Font Lock): Add font-lock-doc-face.
6650
66512005-02-05 Lute Kamstra <lute@gnu.org>
6652
6653 * text.texi (Maintaining Undo): Remove obsolete function.
6654
66552005-02-05 Eli Zaretskii <eliz@gnu.org>
6656
6657 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6658 color specifications. Improve indexing.
b8d4c8d0
GM
6659 (Text Terminal Colors): Replace the description of RGB values by
6660 an xref to "Color Names".
6661
66622005-02-03 Richard M. Stallman <rms@gnu.org>
6663
6664 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6665 Clarify.
6666 (Selecting Windows): Clarify save-selected-window.
6667 (Cyclic Window Ordering): Clarify walk-windows.
6668 (Window Point): Clarify.
6669 (Window Start): Add comment to example.
6670 (Resizing Windows): Add `interactive' specs in examples.
6671 Document fit-window-to-buffer.
6672
6673 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6674 (Undo, Maintaining Undo): Clarify last change.
6675 (Sorting): In sort-numeric-fields, explain about octal and hex.
6676 Mention sort-numeric-base.
6677 (Format Properties): Add xref for hard newlines.
6678
6679 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6680 (Pop-Up Menus): Fix typo.
6681 (Color Names): Explain all types of color names.
6682 Explain color-values on B&W terminal.
6683 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6684
6685 * files.texi (File Locks): Not supported on MS systems.
6686 (Testing Accessibility): Clarify.
6687
6688 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6689 (Coverage Testing): Fix typo.
6690
6691 * commands.texi (Misc Events): Remove stray space.
6692
6693 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6694 (Modification Time): Clarify when visited-file-modtime returns 0.
6695 (The Buffer List): Clarify bury-buffer.
6696 (Killing Buffers): Clarify.
6697 (Indirect Buffers): Add clone-indirect-buffer.
6698
66992005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6700
6701 * edebug.texi (Printing in Edebug): Fix default value of
6702 edebug-print-circle.
6703 (Coverage Testing): Fix displayed frequency count data.
6704
67052005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6706
6707 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6708
67092005-02-02 Kim F. Storm <storm@cua.dk>
6710
6711 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6712
67132005-01-29 Eli Zaretskii <eliz@gnu.org>
6714
6715 * commands.texi (Misc Events): Describe the help-echo event.
6716
6717 * text.texi (Special Properties) <help-echo>: Use `pos'
6718 consistently in description of the help-echo property.
6719 Use @code{nil} instead of @var{nil}.
6720
6721 * display.texi (Overlay Properties): Fix the index entry for
6722 help-echo overlay property.
6723
6724 * customize.texi (Type Keywords): Uncomment the xref to the
6725 help-echo property documentation.
6726
67272005-01-23 Kim F. Storm <storm@cua.dk>
6728
6729 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6730 return value. Third element FULLY replaced by PARTIAL which
6731 specifies number of invisible pixels if row is only partially visible.
6732 (Textual Scrolling): Mention auto-window-vscroll.
6733 (Vertical Scrolling): New defvar auto-window-vscroll.
6734
67352005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6736
6737 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6738 command remapping.
6739
67402005-01-15 Richard M. Stallman <rms@gnu.org>
6741
6742 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6743
67442005-01-14 Kim F. Storm <storm@cua.dk>
6745
6746 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6747
6748 * text.texi (Links and Mouse-1): Fix string and vector item.
6749
67502005-01-13 Richard M. Stallman <rms@gnu.org>
6751
6752 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6753 descriptions of overriding-local-map and overriding-terminal-local-map.
6754
6755 * text.texi (Links and Mouse-1): Clarify text.
6756
67572005-01-13 Kim F. Storm <storm@cua.dk>
6758
6759 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6760
67612005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6762
6763 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6764
67652005-01-12 Kim F. Storm <storm@cua.dk>
6766
6767 * text.texi (Links and Mouse-1): Rename section from Enabling
6768 Mouse-1 to Following Links. Change xrefs.
6769 Add examples for define-button-type and define-widget.
6770
6771 * display.texi (Button Properties, Button Buffer Commands):
6772 Clarify mouse-1 and follow-link functionality.
6773
67742005-01-12 Richard M. Stallman <rms@gnu.org>
6775
6776 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6777
6778 * display.texi (Beeping): Fix Texinfo usage.
6779
6780 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6781
67822005-01-11 Kim F. Storm <storm@cua.dk>
6783
6784 * display.texi (Button Properties, Button Buffer Commands):
6785 Mention mouse-1 binding. Add follow-link keyword.
6786
6787 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6788 (Enabling Mouse-1 to Follow Links): New subsection.
6789
67902005-01-06 Richard M. Stallman <rms@gnu.org>
6791
6792 * text.texi (Special Properties): Minor change.
6793
6794 * os.texi (Timers): Clarify previous change.
6795
6796 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6797
67982005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6799
6800 * display.texi (Face Attributes): Correct xref to renamed node.
6801
68022005-01-01 Richard M. Stallman <rms@gnu.org>
6803
6804 * display.texi (Face Attributes): Describe hex color specs.
6805
68062004-12-31 Richard M. Stallman <rms@gnu.org>
6807
6808 * os.texi (Timers): Update previous change.
6809
68102004-12-30 Kim F. Storm <storm@cua.dk>
6811
6812 * display.texi (Line Height): Total line-height is now specified
6813 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6814 in cons cells. (nil . RATIO) is relative to actual line height.
6815 Use line-height `t' instead of `0' to get minimum height.
6816
68172004-12-29 Richard M. Stallman <rms@gnu.org>
6818
6819 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6820
68212004-12-28 Richard M. Stallman <rms@gnu.org>
6822
6823 * commands.texi (Quitting): Clarify value of with-local-quit.
6824
6825 * elisp.texi (Top): Fix previous change.
6826
6827 * loading.texi (Loading): Fix previous change.
6828
68292004-12-27 Richard M. Stallman <rms@gnu.org>
6830
6831 * Makefile.in (MAKEINFO): Specify --force.
6832
6833 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6834
6835 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6836
6837 * display.texi (Line Height): Further clarify.
6838
6839 * elisp.texi (Top): Update Loading submenu.
6840
6841 * loading.texi (Where Defined): New node.
6842 (Unloading): load-history moved to Where Defined.
6843
68442004-12-21 Richard M. Stallman <rms@gnu.org>
6845
6846 * commands.texi (Event Input Misc): Add while-no-input.
6847
68482004-12-11 Richard M. Stallman <rms@gnu.org>
6849
6850 * display.texi (Line Height): Rewrite text for clarity.
6851
68522004-12-11 Kim F. Storm <storm@cua.dk>
6853
6854 * display.texi (Display): Add node "Line Height" to menu.
6855 (Line Height): New node. Move full description of line-spacing
6856 and line-height text properties here from text.texi.
6857 (Scroll Bars): Add vertical-scroll-bar variable.
6858
6859 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6860
6861 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6862 line-spacing and vertical-scroll-bar.
6863
6864 * text.texi (Special Properties): Just mention line-spacing and
6865 line-height here, add xref to new "Line Height" node.
6866
68672004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6868
6869 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6870
6871 * locals.texi (Standard Buffer-Local Variables):
6872 Add @xref for `line-spacing'.
6873
68742004-12-05 Richard M. Stallman <rms@gnu.org>
6875
6876 * Makefile.in (maintainer-clean): Remove the info files
6877 in $(infodir) where they are created.
6878
68792004-12-03 Richard M. Stallman <rms@gnu.org>
6880
6881 * windows.texi (Selecting Windows): get-lru-window and
6882 get-largest-window don't consider dedicated windows.
6883
6884 * text.texi (Undo): Document undo-in-progress.
6885
68862004-11-26 Richard M. Stallman <rms@gnu.org>
6887
6888 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6889 Remove a few vars that are not always buffer-local.
6890
68912004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6892
6893 * locals.texi (Standard Buffer-Local Variables): Comment out
6894 xref's to non-existent node `Yet to be written'.
6895
68962004-11-24 Richard M. Stallman <rms@gnu.org>
6897
6898 * processes.texi (Synchronous Processes): Grammar fix.
6899
6900 * numbers.texi (Comparison of Numbers): Add eql.
6901
6902 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6903
6904 * intro.texi (Printing Notation): Fix previous change.
6905
6906 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6907 and default-indicate-buffer-boundaries from here.
6908 (Usual Display): To here.
6909 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6910 (Usual Display): Move tab-width up.
6911
5dcb4c4e
SM
6912 * customize.texi (Variable Definitions):
6913 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6914 (Simple Types, Composite Types, Defining New Types):
6915 Minor cleanups.
6916
69172004-11-21 Jesper Harder <harder@ifa.au.dk>
6918
6919 * processes.texi (Synchronous Processes, Output from Processes):
6920 Markup fix.
6921
69222004-11-20 Richard M. Stallman <rms@gnu.org>
6923
6924 * positions.texi (Skipping Characters): skip-chars-forward
6925 now handles char classes.
6926
6927 * intro.texi (Printing Notation): Avoid confusion of `print'
6928 when explaining @print.
6929
6930 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6931
6932 * display.texi (Display Table Format): Minor fix.
6933
6934 * streams.texi (Output Functions): Fix print example.
6935
6936 * Makefile.in (elisp): New target.
6937 (dist): Depend on $(infodir)/elisp, not elisp.
6938 Copy the info files from $(infodir).
6939
6940 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6941 read-from-minibuffer.
6942
6943 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6944
69452004-11-19 Richard M. Stallman <rms@gnu.org>
6946
6947 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6948
69492004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6950
6951 * tips.texi (Coding Conventions): Fix typo.
6952
69532004-11-16 Richard M. Stallman <rms@gnu.org>
6954
6955 * tips.texi (Coding Conventions): Separate defvar and require
6956 methods to avoid warnings. Use require only when there are many
6957 functions and variables from that package.
6958
6959 * minibuf.texi (Minibuffer Completion): When ignoring case,
6960 predicate must not be case-sensitive.
6961
6962 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6963 (Test Coverage): Don't talk about "splotches". Clarified.
6964
69652004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6966
6967 * frames.texi (Window Frame Parameters): Fix typo.
6968
69692004-11-15 Kim F. Storm <storm@cua.dk>
6970
6971 * symbols.texi (Other Plists): Note that plist-get may signal error.
6972 Add safe-plist-get.
6973
69742004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6975
6976 * modes.texi (Font Lock Basics): Fix typo.
6977
69782004-11-08 Richard M. Stallman <rms@gnu.org>
6979
6980 * syntax.texi (Syntax Table Functions): Add syntax-after.
6981
69822004-11-06 Lars Brinkhoff <lars@nocrew.org>
6983
6984 * os.texi (Processor Run Time): New section documenting
6985 get-internal-run-time.
6986
69872004-11-06 Eli Zaretskii <eliz@gnu.org>
6988
6989 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6990 it nukes elisp-cover.texi.
6991 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6992 elisp-0 etc.
6993
69942004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * commands.texi (Keyboard Macros): Document `append' return value
6997 of `defining-kbd-macro'.
6998
69992004-11-01 Richard M. Stallman <rms@gnu.org>
7000
7001 * commands.texi (Interactive Call): Add called-interactively-p.
7002
70032004-10-29 Simon Josefsson <jas@extundo.com>
7004
7005 * minibuf.texi (Reading a Password): Revert.
7006
70072004-10-28 Richard M. Stallman <rms@gnu.org>
7008
7009 * frames.texi (Display Feature Testing): Explain about "vendor".
7010
70112004-10-27 Richard M. Stallman <rms@gnu.org>
7012
7013 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7014 not raw. Clarify `n'.
7015 (Interactive Call): Rewrite interactive-p, focusing on when
7016 and how to use it.
7017 (Misc Events): Clarify previous change.
7018
7019 * advice.texi (Simple Advice): Clarify what job the example does.
7020 (Around-Advice): Clarify ad-do-it.
7021 (Activation of Advice): An option of ad-default-compilation-action
7022 is `never', not `nil'.
7023
70242004-10-26 Kim F. Storm <storm@cua.dk>
7025
7026 * commands.texi (Interactive Codes): Add U code letter.
7027
70282004-10-25 Simon Josefsson <jas@extundo.com>
7029
7030 * minibuf.texi (Reading a Password): Add.
7031
70322004-10-24 Jason Rumney <jasonr@gnu.org>
7033
7034 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7035 and wheel-down.
7036
70372004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7038
7039 * processes.texi (Synchronous Processes): Document process-file.
7040
70412004-10-22 Kenichi Handa <handa@m17n.org>
7042
7043 * text.texi (translate-region): Document that it accepts also a
7044 char-table.
7045
70462004-10-22 David Ponce <david@dponce.com>
7047
7048 * windows.texi (Resizing Windows): Document the `preserve-before'
7049 argument of the functions `enlarge-window' and `shrink-window'.
7050
70512004-10-19 Jason Rumney <jasonr@gnu.org>
7052
7053 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7054
70552004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * text.texi (Filling): Add anchor for definition of
7058 `sentence-end-double-space'.
7059
7060 * searching.texi (Regexp Example): Update description of how
7061 Emacs currently recognizes the end of a sentence.
7062 (Standard Regexps): Update definition of the variable
7063 `sentence-end'. Add definition of the function `sentence-end'.
7064
70652004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7066
7067 * display.texi (Progress): New node.
7068
70692004-10-05 Kim F. Storm <storm@cua.dk>
7070
7071 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7072
70732004-09-29 Kim F. Storm <storm@cua.dk>
7074
7075 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7076 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7077 fringe bitmap symbols, as they now have their own namespace.
7078 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7079 vs. pixels. Signal error if no free bitmap slots.
7080 (Pixel Specification): Change IMAGE to @var{image}.
7081
70822004-09-28 Richard M. Stallman <rms@gnu.org>
7083
7084 * text.texi (Special Properties): Clarify line-spacing and line-height.
7085
7086 * searching.texi (Regexp Search): Add looking-back.
7087
70882004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7089
7090 * display.texi: Correct typos.
7091 (Image Descriptors): Correct xref's.
7092
70932004-09-25 Richard M. Stallman <rms@gnu.org>
7094
7095 * text.texi (Special Properties): Cleanups in `cursor'.
7096 Rewrites in `line-height' and `line-spacing'; exchange them.
7097
7098 * display.texi (Fringes): Rewrite previous change.
7099 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7100 (Display Fringe Bitmaps): Node deleted, text moved.
7101 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7102 (Scroll Bars): Clarify set-window-scroll-bars.
7103 (Pointer Shape): Rewrite.
7104 (Specified Space): Clarify :align-to, etc.
7105 (Pixel Specification): Use @var. Clarify new text.
7106 (Other Display Specs): Clarify `slice'.
7107 (Image Descriptors): Cleanups.
7108 (Showing Images): Cleanups.
7109
71102004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7113
7114 * modes.texi: Various minor changes in addition to:
7115 (Major Mode Conventions): Final call to `run-mode-hooks' should
7116 not be inside the `delay-mode-hooks' form.
7117 (Mode Hooks): New node.
7118 (Hooks): Delete obsolete example.
7119 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7120 node "Mode Hooks".
7121
71222004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7123
7124 * display.texi: Correct various typos.
7125 (Display): Rename node "Pointer Shapes" to "Pointer
7126 Shape". (There is already a node called "Pointer Shapes" in
7127 frames.texi.)
7128 (Images): Remove non-existent node "Image Slices" from menu.
7129
71302004-09-23 Kim F. Storm <storm@cua.dk>
7131
7132 * text.texi (Special Properties): Add `cursor', `pointer',
7133 `line-height', and `line-spacing' properties.
7134
7135 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7136 Shapes' to menu.
7137 (Standard Faces): Doc fix for fringe face.
7138 (Fringes): Add `overflow-newline-into-fringe' and
7139 'indicate-buffer-boundaries'.
7140 (Fringe Bitmaps, Pointer Shapes): New nodes.
7141 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7142 Bitmaps' to menu.
7143 (Specified Space): Describe pixel width and height.
7144 (Pixel Specification): New node.
7145 (Other Display Specs): Add `slice' property.
7146 (Display Fringe Bitmaps): New node.
7147 (Images): Add 'Image Slices' to menu.
7148 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7149 (Showing Images): Add slice arg to `insert-image'.
7150 Add 'insert-sliced-image'.
b8d4c8d0
GM
7151
71522004-09-20 Richard M. Stallman <rms@gnu.org>
7153
7154 * commands.texi (Key Sequence Input):
7155 Clarify downcasing in read-key-sequence.
7156
71572004-09-08 Juri Linkov <juri@jurta.org>
7158
7159 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7160
71612004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7162
5dcb4c4e
SM
7163 * locals.texi (Standard Buffer-Local Variables):
7164 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7165 * internals.texi (Buffer Internals): Describe new
7166 auto_save_file_format field of the buffer structure.
7167 * files.texi (Format Conversion): `auto-save-file-format' has been
7168 renamed `buffer-auto-save-file-format'.
7169
71702004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7171
7172 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7173 an integer or a marker.
7174 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7175
71762004-08-22 Richard M. Stallman <rms@gnu.org>
7177
7178 * modes.texi (Major Mode Conventions): Discuss rebinding of
7179 standard key bindings.
7180
71812004-08-18 Kim F. Storm <storm@cua.dk>
7182
7183 * processes.texi (Accepting Output): Add `just-this-one' arg to
7184 `accept-process-output'.
7185 (Output from Processes): New var `process-adaptive-read-buffering'.
7186
71872004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7188
7189 * keymaps.texi: Various changes in addition to:
7190 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7191 Give more varied examples for `kbd'.
7192 (Creating Keymaps): Char tables have slots for all characters
7193 without modifiers.
7194 (Active Keymaps): `overriding-local-map' and
7195 `overriding-terminal-local-map' also override text property and
7196 overlay keymaps.
7197 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7198 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7199 to denote a prefix of no events.
7200 `map-keymap' includes parent's bindings _recursively_.
7201 Clarify and correct description of `where-is-internal'.
7202 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7203 (Menu Example): For menus intended for use with the keyboard, the
7204 menu items should be bound to characters or real function keys.
7205
72062004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7207
7208 * objects.texi (Character Type): Reposition `@anchor' to prevent
7209 double space inside sentence in Info.
7210
7211 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7212 renamed to `disabled-command-function'.
7213 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7214 (Command Loop Info): Replace reference to it.
7215 (Disabling Commands): `disabled-command-hook' has been renamed to
7216 `disabled-command-function'.
7217
72182004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7219
7220 * os.texi (Translating Input): Only non-prefix bindings in
7221 `key-translation-map' override actual key bindings. Warn about
7222 possible indirect effect of actual key bindings on non-prefix
7223 bindings in `key-translation-map'.
7224
72252004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7226
7227 * minibuf.texi (High-Level Completion): Add anchor for definition
7228 of `read-variable'.
7229
7230 * commands.texi: Various changes in addition to:
7231 (Using Interactive): Clarify description of `interactive-form'.
7232 (Interactive Call): Mention default for KEYS argument to
7233 `call-interactively'.
7234 (Command Loop Info): Clarify description of `this-command-keys'.
7235 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7236 Value of `last-event-frame' can be `macro'.
7237 (Repeat Events): `double-click-fuzz' is also used to distinguish
7238 clicks and drags.
7239 (Classifying Events): Clarify descriptions of `event-modifiers'
7240 `event-basic-type' and `event-convert-list'.
7241 (Accessing Events): `posn-timestamp' takes POSITION argument.
7242 (Quoted Character Input): Clarify description of
7243 `read-quoted-char' and fix example.
7244 (Quitting): Add `with-local-quit'.
7245 (Disabling Commands): Correct and clarify descriptions of
7246 `enable-command' and `disable-command'.
7247 Mention what happens if `disabled-command-hook' is nil.
7248 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7249 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7250
72512004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7252
7253 * frames.texi: Various changes in addition to:
7254 (Creating Frames): Expand and clarify description of `make-frame'.
7255 (Window Frame Parameters): Either none or both of the `icon-left'
7256 and `icon-top' parameters must be specified. Put descriptions of
7257 `menu-bar-lines' and `toolbar-lines' closer together and change
7258 them accordingly.
7259 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7260 except while processing `frame-title-format' or `icon-title-format'.
7261 (Deleting Frames): Correct description of `delete-frame'.
7262 Non-nil return values of `frame-live-p' are like those of `framep'.
7263 (Frames and Windows): Mention return value of
7264 `set-frame-selected-window'.
7265 (Visibility of Frames): Mention `force' argument to
7266 `make-frame-invisible'. `frame-visible-p' returns t for all
7267 frames on text-only terminals.
7268 (Frame Configurations): Restoring a frame configuration does not
7269 restore deleted frames.
7270 (Window System Selections): `x-set-selection' returns DATA.
7271 (Resources): Add example.
7272 (Display Feature Testing): Clarify descriptions of
7273 `display-pixel-height', `display-pixel-width', `x-server-version'
7274 and `x-server-vendor'.
7275
7276 * windows.texi (Choosing Window): Add anchor.
7277 * minibuf.texi (Minibuffer Misc): Add anchor.
7278
72792004-07-23 John Paul Wallington <jpw@gnu.org>
7280
7281 * macros.texi (Defining Macros): Declaration keyword for setting
7282 Edebug spec is `debug' not `edebug'.
7283
72842004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7285
7286 * windows.texi: Various small changes in addition to:
7287 (Window Point): Mention return value of `set-window-point'.
7288 (Window Start): `pos-visible-in-window-p' disregards horizontal
7289 scrolling. Explain return value if PARTIALLY is non-nil.
7290 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7291 and `set-window-vscroll'.
7292 (Size of Window): The argument WINDOW to `window-inside-edges',
7293 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7294 (Resizing Windows): Explain return value of
7295 `shrink-window-if-larger-than-buffer'.
7296 `window-size-fixed' automatically becomes buffer local when set.
7297 (Window Configurations): Explain return value of
7298 `set-window-configuration'.
7299
7300 * minibuf.texi (Minibuffer Misc): Add anchor for
7301 `minibuffer-scroll-window'.
7302
7303 * positions.texi (Text Lines): Add anchor for `count-lines'.
7304
73052004-07-17 Richard M. Stallman <rms@gnu.org>
7306
7307 * display.texi (Overlay Properties): Adding `evaporate' prop
7308 deletes empty overlay immediately.
7309
7310 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7311 fix example.
7312
73132004-07-16 Jim Blandy <jimb@redhat.com>
7314
7315 * searching.texi (Regexp Backslash): Document new \_< and \_>
7316 operators.
7317
73182004-07-16 Juanma Barranquero <lektu@terra.es>
7319
7320 * display.texi (Images): Fix Texinfo usage.
7321
73222004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7323
7324 * buffers.texi (Modification Time): `visited-file-modtime' now
7325 returns a list of two integers, instead of a cons.
7326
73272004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7328
7329 * windows.texi: Various changes in addition to:
7330 (Splitting Windows): Add `split-window-keep-point'.
7331
73322004-07-09 Richard M. Stallman <rms@gnu.org>
7333
7334 * frames.texi (Input Focus): Minor fix.
7335
73362004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7337
7338 * frames.texi (Input Focus): Clarify descriptions of
7339 `select-frame-set-input-focus' and `select-frame'.
7340
73412004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * os.texi: Various small changes in addition to:
7344 (Killing Emacs): Expand and clarify description of
7345 `kill-emacs-query-functions' and `kill-emacs-hook'.
7346 (System Environment): Expand and clarify description of `getenv'
7347 and `setenv'.
7348 (Timers): Clarify description of `run-at-time'.
7349 (Translating Input): Correct description of
7350 `extra-keyboard-modifiers'.
7351 (Flow Control): Correct description of `enable-flow-control'.
7352
73532004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7354
7355 * os.texi: Update copyright.
7356 (Session Management): Grammar fix.
7357 Clarify which Emacs does the restarting.
7358 Use @samp for *scratch* buffer.
7359
73602004-07-04 Alan Mackenzie <acm@muc.de>
7361
7362 * frames.texi (Input Focus): Add documentation for
7363 `select-frame-set-input-focus'. Replace refs to non-existent
7364 `switch-frame' with `select-frame'. Minor corrections and tidying
7365 up of text-only terminal stuff.
7366
73672004-07-02 Richard M. Stallman <rms@gnu.org>
7368
7369 * files.texi (Saving Buffers): Cleanup write-contents-function.
7370 (Magic File Names): Cleanup file-remote-p.
7371
b344d29d 73722004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7373
7374 * files.texi (Magic File Names): `file-remote-p' returns an
7375 identifier of the remote system, not just t.
7376
73772004-07-02 David Kastrup <dak@gnu.org>
7378
7379 * searching.texi (Entire Match Data): Add explanation about new
7380 match-data behavior when @var{integers} is non-nil.
7381
73822004-06-24 Richard M. Stallman <rms@gnu.org>
7383
7384 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7385
7386 * customize.texi (Variable Definitions): Note about doc strings
7387 and :set.
7388
7389 * keymaps.texi (Keymap Terminology): Document `kbd'.
7390 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7391
7392 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7393 makes it buffer-local.
7394
7395 * files.texi (Saving Buffers): Correct previous change.
7396
7397 * commands.texi (Accessing Events):
7398 Clarify posn-col-row and posn-actual-col-row.
7399
74002004-06-24 David Ponce <david.ponce@wanadoo.fr>
7401
7402 * commands.texi (Accessing Events): New functions
7403 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7404
74052004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7406
7407 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7408 * frames.texi, buffers.texi, backups.texi, variables.texi:
7409 * loading.texi, eval.texi, functions.texi, control.texi:
7410 * symbols.texi, minibuf.texi: Reposition @anchor's.
7411
7412 * help.texi: Various small changes in addition to the following.
7413 (Describing Characters): Describe PREFIX argument to
7414 `key-description'. Correct and clarify definition of
7415 `text-char-description'. Describe NEED-VECTOR argument to
7416 `read-kbd-macro'.
7417 (Help Functions): Clarify definition of `apropos'.
7418
74192004-06-23 Lars Hansen <larsh@math.ku.dk>
7420
7421 * files.texi (Saving Buffers): Correct description of
7422 `write-contents-functions'.
7423
74242004-06-21 Juanma Barranquero <lektu@terra.es>
7425
7426 * display.texi (Images): Remove redundant @vindex directives.
7427 Rewrite `image-library-alist' doc in active voice.
7428
74292004-06-14 Juanma Barranquero <lektu@terra.es>
7430
7431 * display.texi (Images): Document new delayed library loading,
7432 variable `image-library-alist' and (existing but undocumented)
7433 function `image-type-available-p'.
7434
74352004-06-05 Richard M. Stallman <rms@gnu.org>
7436
7437 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7438 refer the user to the Initial Input node.
7439 (Text from Minibuffer): Likewise.
7440 (Initial Input): New node. Document this feature
7441 and say it is mostly deprecated.
7442
74432004-05-30 Richard M. Stallman <rms@gnu.org>
7444
7445 * loading.texi (Named Features): Clarify return value
7446 and meaning of NOERROR.
7447
7448 * variables.texi (File Local Variables): Minor cleanup.
7449
74502004-05-30 Michael Albinus <michael.albinus@gmx.de>
7451
7452 * files.texi (Magic File Names): Add `file-remote-p' as operation
7453 of file name handlers.
7454
74552004-05-29 Richard M. Stallman <rms@gnu.org>
7456
7457 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7458 as arg to a minor mode command.
7459
74602004-05-22 Richard M. Stallman <rms@gnu.org>
7461
7462 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7463
7464 * streams.texi (Output Variables): Doc float-output-format.
7465
7466 * searching.texi (Regexp Special): Nested repetition can be infloop.
7467
7468 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7469 real stack overflow.
7470
7471 * compile.texi: Minor cleanups.
7472
74732004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7474
7475 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7476 circular lists.
7477 (List Elements): Explain handling of circular and dotted lists.
7478
74792004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7480
7481 * modes.texi (Search-based Fontification): Fix typo.
7482
74832004-05-10 Juanma Barranquero <lektu@terra.es>
7484
7485 * modes.texi (Mode Line Variables): Fix description of
7486 global-mode-string, which is now after which-func-mode, not the
7487 buffer name.
7488
74892004-05-07 Lars Hansen <larsh@math.ku.dk>
7490
7491 * modes.texi (Desktop Save Mode): Add.
7492 (Modes): Add menu entry Desktop Save Mode.
7493
7494 * hooks.texi: Add desktop-after-read-hook,
7495 desktop-no-desktop-file-hook and desktop-save-hook.
7496
7497 * locals.texi: Add desktop-save-buffer.
7498
74992004-04-30 Jesper Harder <harder@ifa.au.dk>
7500
7501 * display.texi: emacs -> Emacs.
7502
75032004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7504
7505 * files.texi (Changing Files): Document set-file-times.
7506
75072004-04-23 Juanma Barranquero <lektu@terra.es>
7508
7509 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7510
75112004-04-18 Jesper Harder <harder@ifa.au.dk>
7512
7513 * tips.texi (Coding Conventions): defopt -> defcustom.
7514
75152004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7516
7517 * sequences.texi: Various clarifications.
7518
75192004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * buffers.texi (Read Only Buffers): Mention optional ARG to
7522 `toggle-read-only'.
7523
75242004-04-14 Nick Roberts <nick@nick.uklinux.net>
7525
7526 * windows.texi (Selecting Windows): Note that get-lru-window
7527 returns a full-width window if possible.
7528
75292004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7530
7531 * buffers.texi: Various changes in addition to:
7532 (Buffer File Name): Add `find-buffer-visiting'.
7533 (Buffer Modification): Mention optional ARG to `not-modified'.
7534 (Indirect Buffers): Mention optional CLONE argument to
7535 `make-indirect-buffer'.
7536
7537 * files.texi: Various changes in addition to:
7538 (Visiting Functions): `find-file-hook' is now a normal hook.
7539 (File Name Expansion): Explain difference between the way that
7540 `expand-file-name' and `file-truename' treat `..'.
7541 (Contents of Directories): Mention optional ID-FORMAT argument to
7542 `directory-files-and-attributes'.
7543 (Format Conversion): Mention new optional CONFIRM argument to
7544 `format-write-file'.
7545
75462004-04-12 Miles Bader <miles@gnu.org>
7547
7548 * macros.texi (Expansion): Add description of `macroexpand-all'.
7549
75502004-04-05 Jesper Harder <harder@ifa.au.dk>
7551
5dcb4c4e
SM
7552 * variables.texi (Variable Aliases):
7553 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7554
7555 * errors.texi (Standard Errors): Ditto.
7556
75572004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * backups.texi: Various small changes in addition to:
7560 (Making Backups): Mention return value of `backup-buffer'.
7561 (Auto-Saving): Mention optional FORCE argument to
7562 `delete-auto-save-file-if-necessary'.
7563 (Reverting): Mention optional PRESERVE-MODES argument to
7564 `revert-buffer'. Correct description of `revert-buffer-function'.
7565
75662004-03-22 Juri Linkov <juri@jurta.org>
7567
7568 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7569 with `Vector Functions'.
7570
7571 * text.texi (Sorting): Add missing quote.
7572
75732004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * intro.texi (Lisp History): Replace xref to `cl' manual with
7576 inforef.
7577
75782004-03-12 Richard M. Stallman <rms@gnu.org>
7579
7580 * intro.texi (Version Info): Add arg to emacs-version.
7581 (Lisp History): Change xref to CL manual.
7582
75832004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7586 for Partial Completion mode.
7587
75882004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7589
7590 * customize.texi: Fix typo. Remove eol whitespace.
7591
75922004-03-04 Richard M. Stallman <rms@gnu.org>
7593
7594 * processes.texi: Fix typos.
7595
7596 * lists.texi (Building Lists): Minor clarification.
7597
7598 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7599 in make-hash-table.
7600
76012004-02-29 Juanma Barranquero <lektu@terra.es>
7602
7603 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7604 rm, and ignore exit code.
7605
76062004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7607
7608 * display.texi (Defining Faces): Add description for min-colors.
7609 Update example.
7610
76112004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7612
7613 * abbrevs.texi: Various corrections and clarifications in addition
7614 to the following:
7615 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7616
76172004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7618
7619 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7620
76212004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * text.texi: Various small changes in addition to the following:
7624 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7625 to delete-horizontal-space.
7626 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7627 description of yank-handler text property at various places.
7628
7629 * frames.texi (Window System Selections): Add anchor.
7630
7631 * syntax.texi (Syntax Table Functions): Clarify and correct
7632 descriptions of make-syntax-table and copy-syntax-table.
7633 (Motion and Syntax): Clarify SYNTAXES argument to
7634 skip-syntax-forward.
7635 (Parsing Expressions): Mention that the return value of
7636 parse-partial-sexp is currently a list of ten rather than nine
7637 elements.
7638 (Categories): Various corrections and clarifications.
7639
76402004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7641
7642 * markers.texi (Marker Insertion Types): Minor change.
7643
7644 * locals.texi (Standard Buffer-Local Variables):
7645 * commands.texi (Interactive Codes, Using Interactive):
7646 * functions.texi (Related Topics): Fix xrefs.
7647
76482004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7649
7650 * lists.texi (Sets And Lists): Update description of delete-dups.
7651
76522004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7653
7654 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7655
c8763fb6 76562004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7657
7658 * frames.texi (Parameter Access): frame-parameters arg is optional.
7659 modify-frame-parameters handles nil for FRAME.
7660 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7661 are all-or-nothing for certain toolkits.
7662 Mention parameter wait-for-wm.
7663 (Frames and Windows): In frame-first-window and frame-selected-window
7664 the arg is optional.
7665 (Input Focus): In redirect-frame-focus the second arg is optional.
7666 (Window System Selections): Mention selection type CLIPBOARD.
7667 Mention data-type UTF8_STRING.
7668 Mention numbering of cut buffers.
7669 (Resources): Describe x-resource-name.
7670
76712004-02-16 Richard M. Stallman <rms@gnu.org>
7672
7673 * windows.texi (Buffers and Windows): Delete false table
7674 about all-frames.
7675
7676 * syntax.texi (Parsing Expressions): Delete old caveat
7677 about parse-sexp-ignore-comments.
7678
7679 * streams.texi (Output Variables): Add print-quoted.
7680
7681 * lists.texi (Building Lists): Minor cleanup.
7682
7683 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7684
7685 * display.texi (Overlays): Explain overlays use markers.
7686 (Managing Overlays): Explain front-advance and rear-advance
7687 in more detail.
7688
7689 * loading.texi (Unloading): Document unload-feature-special-hooks.
7690 Get rid of fns-NNN.el file.
7691
76922004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7693
7694 * help.texi (Describing Characters): Fix text-char-description
7695 example output.
7696
7697 * edebug.texi (Using Edebug): Fix example.
7698
7699 * debugging.texi (Internals of Debugger): Fix return value.
7700
7701 * files.texi (Changing Files): Fix argname.
7702
7703 * calendar.texi: Fix parens, and default values.
7704
7705 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7706 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7707 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7708
7709 * positions.texi (Text Lines): Don't add -1 in current-line.
7710
77112004-02-16 Richard M. Stallman <rms@gnu.org>
7712
7713 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7714
77152004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7716
7717 * processes.texi (Low-Level Network): Fix a typo.
7718
77192004-02-12 Kim F. Storm <storm@cua.dk>
7720
7721 * display.texi (Fringes): Use consistent wording.
7722 Note that window-fringe's window arg is optional.
7723 (Scroll Bars): Use consistent wording.
7724
77252004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7726
7727 * tips.texi (Comment Tips): Document the new conventions for
7728 commenting out code.
7729
c8763fb6 77302004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7731
5dcb4c4e 7732 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7733
77342004-02-07 Kim F. Storm <storm@cua.dk>
7735
7736 * positions.texi (Text Lines): Add line-number-at-pos.
7737
77382004-02-06 John Paul Wallington <jpw@gnu.org>
7739
7740 * display.texi (Button Properties, Button Buffer Commands):
7741 mouse-2 invokes button, not down-mouse-1.
7742
77432004-02-04 Jason Rumney <jasonr@gnu.org>
7744
7745 * makefile.w32-in: Sync with Makefile.in changes.
7746
77472004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7748
7749 * minibuf.texi (Text from Minibuffer): Various corrections and
7750 clarifications.
7751 (Object from Minibuffer): Correct Lisp description of
7752 read-minibuffer.
7753 (Minibuffer History): Clarify description of cons values for
7754 HISTORY arguments.
5dcb4c4e
SM
7755 (Basic Completion): Various corrections and clarifications.
7756 Add completion-regexp-list.
b8d4c8d0
GM
7757 (Minibuffer Completion): Correct and clarify description of
7758 completing-read.
5dcb4c4e
SM
7759 (Completion Commands): Mention Partial Completion mode.
7760 Various other minor changes.
b8d4c8d0
GM
7761 (High-Level Completion): Various corrections and clarifications.
7762 (Reading File Names): Ditto.
7763 (Minibuffer Misc): Ditto.
7764
77652004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7766
7767 * strings.texi (Text Comparison): assoc-string also matches
7768 elements of alists that are strings instead of conses.
7769 (Formatting Strings): Standardize Texinfo usage. Update index
7770 entries.
7771
77722004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7773
7774 * lists.texi (Sets And Lists): Add delete-dups.
7775
77762004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7777
7778 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7779 special form.
7780 * macros.texi (Defining Macros): Update description of `declare',
7781 which now is a macro.
7782 (Wrong Time): Fix typos.
7783
77842004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7785
7786 * compile.texi (Compilation Functions): Expand descriptions of
7787 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7788 and `batch-byte-compile'. In particular, mention and describe
7789 all optional arguments.
7790 (Disassembly): Correct and clarify the description of `disassemble'.
7791
77922004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7793
7794 * searching.texi: Various small changes in addition to the
7795 following.
7796 (Regexp Example): Adapt to new value of `sentence-end'.
7797 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7798 `words'.
7799 (Search and Replace): Add usage note for `perform-replace'.
7800 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7801 `match-data'.
7802 (Standard Regexps): Update for new values of `paragraph-start'
7803 and `sentence-end'.
7804
78052004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7806
7807 * files.texi (Saving Buffers): Clarify descriptions of
7808 `write-contents-functions' and `before-save-hook'.
7809 Make the defvar's for `before-save-hook' and `after-save-hook'
7810 into defopt's.
7811
78122004-01-07 Kim F. Storm <storm@cua.dk>
7813
7814 * commands.texi (Click Events): Describe new image and
7815 width/height elements of click events.
7816 (Accessing Events): Add posn-string, posn-image, and
7817 posn-object-width-height. Change posn-object to return either
7818 image or string object.
7819
78202004-01-01 Simon Josefsson <jas@extundo.com>
7821
7822 * hooks.texi (Standard Hooks): Add before-save-hook.
7823 * files.texi (Saving Buffers): Likewise.
7824
78252004-01-03 Richard M. Stallman <rms@gnu.org>
7826
7827 * frames.texi (Frames and Windows): Delete frame-root-window.
7828
78292004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7830
7831 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7832
7833 * functions.texi: Various small changes in addition to the
7834 following.
5dcb4c4e
SM
7835 (What Is a Function): `functionp' returns nil for macros.
7836 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7837 (Function Documentation): Add `\' in front of (fn @var{arglist})
7838 and explain why.
7839 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7840 Add anchor.
7841 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7842
78432004-01-01 Miles Bader <miles@gnu.org>
7844
7845 * display.texi (Buttons): New section.
7846
78472003-12-31 Andreas Schwab <schwab@suse.de>
7848
7849 * numbers.texi (Math Functions): sqrt reports a domain-error
7850 error.
7851 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7852
78532003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7854
7855 * tips.texi (Documentation Tips): Update item on hyperlinks in
7856 documentation strings.
7857
7858 * errors.texi (Standard Errors): Various small corrections and
7859 additions.
7860
7861 * control.texi: Various small changes in addition to the
7862 following.
7863 (Signaling Errors): Provide some more details on how `signal'
7864 constructs the error message. Add anchor to the definition of
7865 `signal'.
7866 (Error Symbols): Describe special treatment of `quit'.
7867 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7868 to emphasize that it has to be a single form.
7869
7870 * buffers.texi: Add anchor.
7871
78722003-12-29 Richard M. Stallman <rms@gnu.org>
7873
7874 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7875 (Window Configurations): Add window-configuration-frame.
7876
7877 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7878
7879 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7880 Change arg name in get-char-property.
7881 (Special Properties): Update handling of keymap property.
7882
7883 * strings.texi (Modifying Strings): Add clear-string.
7884 (Text Comparison): Add assoc-string and remove
7885 assoc-ignore-case, assoc-ignore-representation.
7886
7887 * os.texi (Time of Day): Add set-time-zone-rule.
7888
7889 * numbers.texi (Math Functions): asin, acos, log, log10
7890 report domain-error errors.
7891
7892 * nonascii.texi (Converting Representations):
7893 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7894 (Encoding and I/O): Add file-name-coding-system.
7895
7896 * modes.texi (Search-based Fontification): Explain that
7897 face specs are symbols with face names as values.
7898
7899 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7900
7901 * lists.texi (Building Lists): remq moved elsewhere.
7902 (Sets And Lists): remq moved here.
7903 (Association Lists): Refer to assoc-string.
7904
7905 * internals.texi (Garbage Collection): Add memory-use-counts.
7906
7907 * frames.texi (Frames and Windows): Add set-frame-selected-window
7908 and frame-root-window.
7909
7910 * files.texi (Contents of Directories):
7911 Add directory-files-and-attributes.
7912
7913 * display.texi (Refresh Screen): Add force-window-update.
7914 (Invisible Text): Explain about moving point out of invis text.
7915 (Overlay Properties): Add overlay-properties.
7916 (Managing Overlays): Add overlayp.
7917 (GIF Images): Invalid image number displays a hollow box.
7918
7919 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7920 (Killing Buffers): Add buffer-live-p.
7921
79222003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7923
7924 * display.texi (Fringes): Fix typo "set-buffer-window".
7925
79262003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7927
7928 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7929 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7930 Add or change various xrefs and anchors.
7931
7932 * commands.texi: Replace all occurrences of @acronym{CAR} with
7933 @sc{car}, for consistency with the rest of the Elisp manual.
7934 `car' and `cdr' are historically acronyms, but are no longer
7935 widely thought of as such.
7936
7937 * internals.texi (Pure Storage): Mention that `purecopy' does not
7938 copy text properties.
7939 (Object Internals): Now 29 bits are used (in most implementations)
7940 to address Lisp objects.
7941
7942 * variables.texi (Variables with Restricted Values): New node.
7943
7944 * objects.texi (Lisp Data Types): Mention that certain variables
7945 can only take on a restricted set of values and add an xref to
7946 the new node "Variables with Restricted Values".
7947
7948 * eval.texi (Function Indirection): Describe the errors that
7949 `indirect-function' can signal.
7950 (Eval): Clarify the descriptions of `eval-region' and `values'.
7951 Describe `eval-buffer' instead of `eval-current-buffer' and
7952 mention `eval-current-buffer' as an alias for `current-buffer'.
7953 Correct the description and mention all optional arguments.
7954
7955 * nonascii.texi: Various small changes in addition to the
7956 following.
7957 (Converting Representations): Clarify behavior of
7958 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7959 ASCII arguments.
7960 (Character Sets): Document the variable `charset-list' and adapt
7961 the definition of the function `charset-list' accordingly.
7962 (Translation of Characters): Clarify use of generic characters in
7963 `make-translation-table'. Clarify and correct the description of
7964 the use of translation tables in encoding and decoding.
7965 (User-Chosen Coding Systems): Correct and clarify the description
7966 of `select-safe-coding-system'.
7967 (Default Coding Systems): Clarify description of
7968 `file-coding-system-alist'.
7969
79702003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7971
7972 * strings.texi (Text Comparison): Correctly describe when two
7973 strings are `equal'. Combine and clarify descriptions of
7974 `assoc-ignore-case' and `assoc-ignore-representation'.
7975
7976 * objects.texi (Non-ASCII in Strings): Clarify description of
7977 when a string is unibyte or multibyte.
7978 (Bool-Vector Type): Update examples.
7979 (Equality Predicates): Correctly describe when two strings are
7980 `equal'.
7981
79822003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7983
7984 * lists.texi (Building Lists): `append' no longer accepts integer
7985 arguments. Update the description of `number-sequence' to reflect
7986 recent changes.
7987 (Sets And Lists): Describe `member-ignore-case' after `member'.
7988
79892003-11-27 Kim F. Storm <storm@cua.dk>
7990
7991 * commands.texi (Click Events): Click object may be an images.
7992 Describe (dx . dy) element of click positions.
7993 (Accessing Events): Remove duplicate posn-timestamp.
7994 New functions posn-object and posn-object-x-y.
7995
79962003-11-23 Kim F. Storm <storm@cua.dk>
7997
7998 * commands.texi (Click Events): Describe enhancements to event
7999 position lists, including new text-pos and (col . row) items.
8000 Mention left-fringe and right-fringe area events.
8001 (Accessing Events): New functions posn-area and
8002 posn-actual-col-row. Mention posn-timestamp. Mention that
8003 posn-point in non-text area still returns buffer position.
8004 Clarify posn-col-row.
8005
80062003-11-21 Lars Hansen <larsh@math.ku.dk>
8007
8008 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8009 * anti.texi (File Attributes): Describe removed parameter
8010 ID-FORMAT.
8011
80122003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8013
8014 * positions.texi (Positions): Mention that, if a marker is used as
8015 a position, its buffer is ignored.
8016
8017 * markers.texi (Overview of Markers): Mention it here too.
8018
80192003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8020
8021 * numbers.texi (Numeric Conversions): Not just `floor', but also
8022 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8023
80242003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8025
8026 * markers.texi (Creating Markers): Specify insertion type of
8027 created markers. Add xref to `Marker Insertion Types'.
8028 Second argument to `copy-marker' is optional.
8029 (Marker Insertion Types): Mention that most markers are created
8030 with insertion type nil.
8031 (The Mark): Correctly describe when `mark' signals an error.
8032 (The Region): Correctly describe when `region-beginning' and
8033 `region-end' signal an error.
8034
80352003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8036
8037 * hash.texi (Creating Hash): Clarify description of `eql'.
8038 `makehash' is obsolete.
8039 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8040
8041 * positions.texi (Point): Change description of `buffer-end', so
8042 that it is also correct for floating point arguments.
8043 (List Motion): Correct argument lists of `beginning-of-defun' and
8044 `end-of-defun'.
8045 (Excursions): Add xref to `Marker Insertion Types'.
8046 (Narrowing): Argument to `narrow-to-page' is optional.
8047
80482003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8049
8050 * streams.texi (Output Streams): Clarify behavior of point for
8051 marker output streams.
8052
80532003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8054
8055 * variables.texi (Defining Variables): Second argument to
8056 `defconst' is not optional.
8057 (Setting Variables): Mention optional argument APPEND to
8058 `add-to-list'.
8059 (Creating Buffer-Local): Expand description of
8060 `make-variable-buffer-local'.
8061 (Frame-Local Variables): Expand description of
8062 `make-variable-frame-local'.
8063 (Variable Aliases): Correct description of optional argument
8064 DOCSTRING to `defvaralias'. Mention return value of
8065 `defvaralias'.
8066 (File Local Variables): Add xref to `File variables' in Emacs
8067 Manual. Correct description of `hack-local-variables'. Mention
8068 `safe-local-variable' property. Mention optional second argument
8069 to `risky-local-variable-p'.
8070
80712003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8072
8073 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8074
80752003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8076
8077 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8078 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8079 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8080 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8081 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8082 lispref/processes.texi, lispref/searching.texi,
8083 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8084 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8085 @acronym{FOO}.
8086
80872003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8088
8089 * strings.texi (Creating Strings): Argument START to `substring'
8090 can not be `nil'. Expand description of
8091 `substring-no-properties'. Correct description of `split-string',
8092 especially with respect to empty matches. Prevent very bad line
8093 break in definition of `split-string-default-separators'.
8094 (Text Comparison): `string=' and `string<' also accept symbols as
8095 arguments.
8096 (String Conversion): More completely describe argument BASE in
8097 `string-to-number'.
8098 (Formatting Strings): `%s' and `%S' in `format' do require
8099 corresponding object. Clarify behavior of numeric prefix after
8100 `%' in `format'.
8101 (Case Conversion): The argument to `upcase-initials' can be a
8102 character.
8103
81042003-10-27 Kenichi Handa <handa@m17n.org>
8105
8106 * display.texi (Fontsets): Fix texinfo usage.
8107
81082003-10-25 Kenichi Handa <handa@m17n.org>
8109
8110 * display.texi (Fontsets): Add description of the function
8111 set-fontset-font.
8112
81132003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8114
8115 * display.texi (Temporary Displays): Add xref to `Documentation
8116 Tips'.
8117
8118 * functions.texi (Function Safety): Use inforef instead of pxref
8119 for SES.
8120
81212003-10-23 Andreas Schwab <schwab@suse.de>
8122
8123 * Makefile.in (TEX, texinputdir): Don't define.
8124 (TEXI2DVI): Define.
8125 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8126 add $(srcdir)/index.texi.
8127 ($(infodir)/elisp): Remove index.texi dependency.
8128 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8129 (index.texi): Remove target.
8130 (dist): Don't link $(srcdir)/permute-index.
8131 (clean): Don't remove index.texi.
8132
8133 * permute-index, index.perm: Remove.
8134 * index.texi: Rename from index.unperm.
8135
81362003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8137
8138 * tips.texi (Documentation Tips): Document new behavior for face
8139 and variable hyperlinks in Help mode.
8140
81412003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * objects.texi (Integer Type): Update for extra bit of integer range.
8144 (Character Type): Ditto.
8145
81462003-10-16 Eli Zaretskii <eliz@gnu.org>
8147
8148 * numbers.texi (Integer Basics): Add index entries for reading
8149 numbers in hex, octal, and binary.
8150
81512003-10-16 Lute Kamstra <lute@gnu.org>
8152
8153 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8154 argument.
8155
81562003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8157
8158 * windows.texi (Choosing Window): Fix typo.
8159 * edebug.texi (Edebug Execution Modes): Fix typo.
8160
81612003-10-13 Richard M. Stallman <rms@gnu.org>
8162
8163 * windows.texi (Basic Windows): A window has fringe settings,
8164 display margins and scroll-bar settings.
8165 (Splitting Windows): Doc split-window return value.
8166 Clean up one-window-p.
8167 (Selecting Windows): Fix typo.
8168 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8169 (Buffers and Windows): In set-window-buffer, explain effect
8170 on fringe settings and scroll bar settings.
8171 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8172 (Choosing Window): Use defopt for pop-up-frame-function.
8173 For special-display-buffer-names, explain same-window and same-frame.
8174 Clarify window-dedicated-p return value.
8175 (Textual Scrolling): scroll-up and scroll-down can get an error.
8176 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8177 Clarify set-window-hscroll.
8178 (Size of Window): Don't mention tool bar in window-height.
8179 (Coordinates and Windows): Explain what coordinates-in-window-p
8180 returns for fringes and display margins.
8181 (Window Configurations): Explain saving fringes, etc.
8182
8183 * tips.texi (Library Headers): Clean up Documentation.
8184
8185 * syntax.texi (Parsing Expressions): Clean up forward-comment
8186 and parse-sexp-lookup-properties.
8187
8188 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8189
8190 * os.texi (System Environment): Clean up text for load-average errors.
8191
8192 * modes.texi (Hooks): Don't explain local hook details at front.
8193 Clarify run-hooks and run-hook-with-args a little.
8194 Clean up add-hook and remove-hook.
8195
8196 * edebug.texi (Edebug Execution Modes): Clarify t.
8197 Document edebug-sit-for-seconds.
8198 (Coverage Testing): Document C-x X = and =.
8199 (Instrumenting Macro Calls): Fix typo.
8200 (Specification List): Don't index the specification keywords.
8201
82022003-10-10 Kim F. Storm <storm@cua.dk>
8203
8204 * processes.texi (Network): Introduce make-network-process.
8205
82062003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8207
8208 * tips.texi (Library Headers): Fix typo.
8209
82102003-10-07 Juri Linkov <juri@jurta.org>
8211
8212 * modes.texi (Imenu): Mention imenu-create-index-function's
8213 default value. Explain submenus better.
8214
82152003-10-07 Lute Kamstra <lute@gnu.org>
8216
8217 * modes.texi (Faces for Font Lock): Fix typo.
8218 (Hooks): Explain how buffer-local hook variables can refer to
8219 global hook variables.
8220 Various minor clarifications.
8221
82222003-10-06 Lute Kamstra <lute@gnu.org>
8223
8224 * tips.texi (Coding Conventions): Mention naming conventions for
8225 hooks.
8226
82272003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8228
8229 * loading.texi (Library Search): Correct default value of
8230 load-suffixes.
8231 (Named Features): Fix typo.
8232
82332003-10-05 Richard M. Stallman <rms@gnu.org>
8234
8235 * loading.texi (Named Features): In `provide',
8236 say how to test for subfeatures.
8237 (Unloading): In unload-feature, use new var name
8238 unload-feature-special-hooks.
8239
82402003-10-03 Lute Kamstra <lute@gnu.org>
8241
8242 * modes.texi (Major Mode Conventions): Mention third way to set up
8243 Imenu.
8244 (Imenu): A number of small fixes.
8245 Delete documentation of internal variable imenu--index-alist.
8246 Document the return value format of imenu-create-index-function
8247 functions.
8248
82492003-09-30 Richard M. Stallman <rms@gnu.org>
8250
8251 * processes.texi (Network): Say what stopped datagram connections do.
8252
8253 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8254
8255 * display.texi (Overlay Properties): Clarify `evaporate' property.
8256
82572003-09-29 Lute Kamstra <lute@gnu.org>
8258
8259 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8260 constructs should be marked as risky.
8261 Change cons cell into proper list.
8262 (Mode Line Variables): Change cons cell into proper list.
8263
82642003-09-26 Lute Kamstra <lute@gnu.org>
8265
8266 * modes.texi (Mode Line Data): Document the :propertize construct.
8267 (Mode Line Variables): Reorder the descriptions of the variables
8268 to match their order in the default mode-line-format.
8269 Describe the new variables mode-line-position and mode-line-modes.
8270 Update the default values of mode-line-frame-identification,
8271 minor-mode-alist, and default-mode-line-format.
8272 (Properties in Mode): Mention the :propertize construct.
8273
82742003-09-26 Richard M. Stallman <rms@gnu.org>
8275
8276 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8277 * loading.texi, minibuf.texi, text.texi, variables.texi:
8278 Avoid @strong{Note:}.
8279
82802003-09-26 Richard M. Stallman <rms@gnu.org>
8281
8282 * keymaps.texi (Remapping Commands): Fix typo.
8283
82842003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8285
8286 * processes.texi (Low-Level Network): Fix typo.
8287
82882003-09-23 Kim F. Storm <storm@cua.dk>
8289
8290 * processes.texi (Network, Network Servers): Fix typos.
8291 (Low-Level Network): Add timeout value for :server keyword.
8292 Add new option keywords to make-network-process.
8293 Add set-network-process-options.
8294 Explain how to test availability of network options.
8295
82962003-09-19 Richard M. Stallman <rms@gnu.org>
8297
8298 * text.texi (Motion by Indent): Arg to
8299 backward-to-indentation and forward-to-indentation is optional.
8300
8301 * strings.texi (Creating Strings): Add substring-no-properties.
8302
8303 * processes.texi
8304 (Process Information): Add list-processes arg QUERY-ONLY.
8305 Delete process-contact from here.
8306 Add new status values for process-status.
8307 Add process-get, process-put, process-plist, set-process-plist.
8308 (Synchronous Processes): Add call-process-shell-command.
8309 (Signals to Processes): signal-process allows process objects.
8310 (Network): Complete rewrite.
8311 (Network Servers, Datagrams, Low-Level Network): New nodes.
8312
8313 * positions.texi (Word Motion): forward-word, backward-word
8314 arg is optional. Reword.
8315
8316 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8317
8318 * variables.texi (Creating Buffer-Local):
8319 Delete duplicate definition of buffer-local-value.
8320 (File Local Variables): Explain about discarding text props.
8321
83222003-09-11 Richard M. Stallman <rms@gnu.org>
8323
8324 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8325 changes variables that record input events.
8326 (Minibuffer Misc): Add minibuffer-selected-window.
8327
8328 * lists.texi (Building Lists): Add copy-tree.
8329
8330 * display.texi (Fontsets): Add char-displayable-p.
8331 (Scroll Bars): New node.
8332
83332003-09-08 Lute Kamstra <lute@gnu.org>
8334
8335 * modes.texi (%-Constructs): Document new `%i' and `%I'
8336 constructs.
8337
83382003-09-03 Peter Runestig <peter@runestig.com>
8339
8340 * makefile.w32-in: New file.
8341
83422003-08-29 Richard M. Stallman <rms@gnu.org>
8343
8344 * display.texi (Overlay Properties): Clarify how priorities
8345 affect use of the properties.
8346
83472003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8348
8349 * customize.texi (Type Keywords): Correct the description of
8350 `:help-echo' in the case where `motion-doc' is a function.
8351
83522003-08-14 John Paul Wallington <jpw@gnu.org>
8353
8354 * modes.texi (Emulating Mode Line): Subsection, not section.
8355
83562003-08-13 Richard M. Stallman <rms@gnu.org>
8357
8358 * elisp.texi (Top): Update subnode lists in menu.
8359
8360 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8361 (Kill Functions): kill-region has new arg yank-handler.
8362 (Yanking): New node.
8363 (Yank Commands): Add yank-undo-function.
8364 (Low-Level Kill Ring):
8365 kill-new and kill-append have new arg yank-handler.
8366 (Changing Properties): Add remove-list-of-text-properties.
8367 (Atomic Changes): New node.
8368
8369 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8370
8371 * streams.texi (Output Variables): Add eval-expression-print-length
8372 and eval-expression-print-level.
8373
8374 * os.texi (Time Conversion): For encode-time, explain limits on year.
8375
8376 * objects.texi (Character Type): Define anchor "modifier bits".
8377
8378 * modes.texi (Emulating Mode Line): New node.
8379 (Search-based Fontification): Font Lock uses font-lock-face property.
8380 (Other Font Lock Variables): Likewise.
8381
8382 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8383 not vectors.
8384 (Active Keymaps): Add emulation-mode-map-alists.
8385 (Functions for Key Lookup): key-binding has new arg no-remap.
8386 (Remapping Commands): New node.
8387 (Scanning Keymaps): where-is-internal has new arg no-remap.
8388 (Tool Bar): Add tool-bar-local-item-from-menu.
8389 Clarify when to use tool-bar-add-item-from-menu.
8390
8391 * commands.texi (Interactive Call): commandp has new arg.
8392 (Command Loop Info): Add this-original-command.
8393
83942003-08-06 John Paul Wallington <jpw@gnu.org>
8395
8396 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8397
8398 * display.texi (Warning Basics): Fix typo.
8399 (Fringes): Add closing curly bracket and fix typo.
8400
8401 * elisp.texi (Top): Fix typo.
8402
84032003-08-05 Richard M. Stallman <rms@gnu.org>
8404
8405 * elisp.texi: Update lists of subnodes.
8406
8407 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8408
8409 * variables.texi (Local Variables): Use lc for example variable names.
8410
8411 * tips.texi (Library Headers): Explain where to put -*-.
8412
8413 * strings.texi (Creating Strings): Fix xref for vconcat.
8414
8415 * sequences.texi (Vector Functions):
8416 vconcat no longer allows integer args.
8417
8418 * minibuf.texi (Reading File Names): read-file-name has new
8419 arg PREDICATE. New function read-directory-name.
8420
c4cc8b9a 8421 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8422 (Indenting Macros): New node.
8423
8424 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8425 (Window Frame Parameters): Make separate table of parameters
8426 that are coupled with specific face attributes.
8427 (Deleting Frames): delete-frame-hooks renamed to
8428 delete-frame-functions.
8429
8430 * files.texi (Magic File Names): Add file-remote-p.
8431 Clarify file-local-copy.
8432
8433 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8434 here; instead xref Defining Macros.
8435
8436 * display.texi (Warnings): New node, and subnodes.
8437 (Fringes): New node.
8438
8439 * debugging.texi (Test Coverage): New node.
8440
8441 * compile.texi (Compiler Errors): Explain with-no-warnings
8442 and other ways to suppress warnings.
8443
8444 * commands.texi (Interactive Call): Minor clarification.
8445
8446 * buffers.texi (Buffer File Name): set-visited-file-name
8447 renames the buffer too.
8448
8449 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8450
84512003-07-24 Markus Rost <rost@math.ohio-state.edu>
8452
8453 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8454
84552003-07-22 Markus Rost <rost@math.ohio-state.edu>
8456
8457 * internals.texi (Garbage Collection): Fix previous change.
8458
84592003-07-22 Richard M. Stallman <rms@gnu.org>
8460
8461 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8462
8463 * display.texi (Width): Use \s syntax in example.
8464 (Font Selection): Add face-font-rescale-alist.
8465
8466 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8467 Remove spurious indent in example.
8468
8469 * lists.texi (Building Lists): Add number-sequence.
8470
8471 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8472
8473 * functions.texi (Function Documentation): Explain how to
8474 show calling convention explicitly in the doc string.
8475
8476 * windows.texi (Selecting Windows): save-selected-window saves
8477 selected window of each frame.
8478 (Window Configurations): Minor change.
8479
8480 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8481
8482 * streams.texi (Output Variables): Add print-continuous-numbering
8483 and print-number-table.
8484
8485 * processes.texi (Decoding Output): New node.
8486
8487 * os.texi (Time Conversion): decode-time arg is optional.
8488
8489 * objects.texi (Character Type): Don't use space as example for \.
8490 Make list of char names and \-sequences correspond.
8491 Explain that \s is not used in strings. `\ ' needs space after.
8492
8493 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8494 (Translation of Characters): Add translation-table-for-input.
8495 (Default Coding Systems): Add auto-coding-functions.
8496 (Explicit Encoding): Add decode-coding-inserted-region.
8497 (Locales): Add locale-info.
8498
8499 * minibuf.texi (Basic Completion): Describe test-completion.
8500 Collections can be lists of strings.
8501 Clean up lazy-completion-table.
8502 (Programmed Completion): Mention test-completion.
8503 Clarify why lambda expressions are not accepted.
8504 (Minibuffer Misc): Describe minibufferp.
8505
85062003-07-14 Richard M. Stallman <rms@gnu.org>
8507
8508 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8509
8510 * windows.texi (Selecting Windows): New arg to select-window.
8511 (Selecting Windows): Add with-selected-window.
8512 (Size of Window): Add window-inside-edges, etc.
8513
8514 * internals.texi (Garbage Collection): Add post-gc-hook.
8515
8516 * processes.texi (Subprocess Creation): Add exec-suffixes.
8517
8518 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8519 (Scanning Keymaps): Add map-keymaps.
8520 (Defining Menus): Add keymap-prompt.
8521
8522 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8523 most-negative-fixnum.
8524
c4cc8b9a 8525 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8526 (Compiler Errors): New node.
8527
8528 * os.texi (User Identification): user-uid, user-real-uid
8529 can return float.
8530
8531 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8532 and about derived modes.
8533 (Minor Modes): Add minor-mode-list.
8534 (Defining Minor Modes): Keyword args for define-minor-mode.
8535 (Search-based Fontification): Explain managing other properties.
8536 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8537 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8538 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8539
8540 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8541 (Variable Aliases): Clarify defvaralias.
8542
8543 * loading.texi (Library Search): Add load-suffixes.
8544
8545 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8546 (Programmed Completion): Add dynamic-completion-table.
8547
8548 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8549 (Magic File Names): Specify precedence order of handlers.
8550
8551 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8552 and post-command-hook.
8553 (Waiting): New calling convention for sit-for.
8554
8555 * text.texi (Special Properties): local-map and keymap properties
8556 apply based on their stickiness.
8557
85582003-07-07 Richard M. Stallman <rms@gnu.org>
8559
8560 * modes.texi (Minor Mode Conventions): Specify only some kinds
8561 of list values as args to minor modes.
8562
8563 * files.texi (File Name Expansion): Warn about iterative use
8564 of substitute-in-file-name.
8565
8566 * advice.texi (Activation of Advice): Clean up previous change.
8567
85682003-07-06 Markus Rost <rost@math.ohio-state.edu>
8569
8570 * advice.texi (Activation of Advice): Note that ad-start-advice is
8571 turned on by default.
8572
85732003-06-30 Richard M. Stallman <rms@gnu.org>
8574
8575 * text.texi (Buffer Contents): Document current-word.
8576 (Change Hooks): Not called for *Messages*.
8577
8578 * functions.texi (Defining Functions): Explain about redefining
8579 primitives.
8580 (Function Safety): Renamed. Minor changes.
8581 Comment out the detailed criteria for what is safe.
8582
85832003-06-22 Andreas Schwab <schwab@suse.de>
8584
8585 * objects.texi (Symbol Type): Fix description of examples.
8586
85872003-06-16 Andreas Schwab <schwab@suse.de>
8588
8589 * hash.texi (Creating Hash): Fix description of :weakness.
8590
c8763fb6 85912003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8592
8593 * files.texi (Changing Files): copy-file copies file modes, too.
8594
85952003-05-28 Richard M. Stallman <rms@gnu.org>
8596
8597 * strings.texi (Creating Strings): Clarify split-string.
8598
85992003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8600
8601 * strings.texi (Creating Strings): Update split-string specification
8602 and examples.
8603
86042003-05-19 Richard M. Stallman <rms@gnu.org>
8605
8606 * elisp.texi: Correct invariant section names.
8607
86082003-04-20 Richard M. Stallman <rms@gnu.org>
8609
8610 * os.texi (Timers): Explain about timers and quitting.
8611
86122003-04-19 Richard M. Stallman <rms@gnu.org>
8613
8614 * internals.texi (Writing Emacs Primitives): Strings are
8615 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8616 Explain GCPRO convention for varargs function args.
8617
86182003-04-16 Richard M. Stallman <rms@gnu.org>
8619
8620 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8621
86222003-04-08 Richard M. Stallman <rms@gnu.org>
8623
8624 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8625
86262003-02-13 Kim F. Storm <storm@cua.dk>
8627
8628 * objects.texi (Character Type): New \s escape for space.
8629
86302003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8631
5dcb4c4e 8632 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8633
86342003-01-25 Richard M. Stallman <rms@gnu.org>
8635
8636 * keymaps.texi: Document that a symbol can act as a keymap.
8637
86382003-01-13 Richard M. Stallman <rms@gnu.org>
8639
8640 * text.texi (Changing Properties): Say string indices are origin-0.
8641
8642 * positions.texi (Screen Lines) <compute-motion>:
8643 Correct order of elts in return value.
8644
8645 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8646 how to define a default binding.
8647
86482002-12-07 Markus Rost <rost@math.ohio-state.edu>
8649
8650 * loading.texi (Unloading): Fix recent change for load-history.
8651
8652 * customize.texi (Simple Types): Clarify description of custom
8653 type 'number. Describe new custom type 'float.
8654
86552002-12-04 Markus Rost <rost@math.ohio-state.edu>
8656
8657 * variables.texi (File Local Variables): Fix typo.
8658
c8763fb6 86592002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8660
8661 From Michael Albinus <Michael.Albinus@alcatel.de>.
8662
8663 * README: Target for Info file is `make info'.
8664
5dcb4c4e 8665 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8666 `file-name-sans-extension'.
8667 (Magic File Names): Complete list of operations for magic file
8668 name handlers.
8669
86702002-09-16 Jonathan Yavner <jyavner@engineer.com>
8671
8672 * variables.texi (File Local Variables): New function
8673 risky-local-variable-p.
8674
86752002-09-15 Jonathan Yavner <jyavner@engineer.com>
8676
8677 * functions.texi (Function safety): New node about unsafep.
8678
86792002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8680
5dcb4c4e 8681 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8682 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8683
86842002-06-17 Juanma Barranquero <lektu@terra.es>
8685
8686 * frames.texi (Display Feature Testing): Fix typo.
8687
86882002-06-12 Andreas Schwab <schwab@suse.de>
8689
8690 * frames.texi (Initial Parameters, Resources): Fix references to
8691 the Emacs manual.
8692
86932002-05-13 Kim F. Storm <storm@cua.dk>
8694
8695 * variables.texi (Intro to Buffer-Local): Updated warning and
8696 example relating to changing buffer inside let.
8697
c8763fb6 86982002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8699
8700 * os.texi (Session Management): New node about X Session management.
8701
87022002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8703
8704 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8705 to which the manual corresponds, and the copyright years.
8706
8707 * Makefile.in (VERSION): Set to 2.9.
8708
87092001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8710
8711 * elisp.texi: Change the category in @dircategory to "Emacs", to
8712 make it consistent with info/dir.
8713
87142001-11-25 Miles Bader <miles@gnu.org>
8715
8716 * text.texi (Fields): Describe new `limit' arg in
8717 field-beginning/field-end.
8718
87192001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8720
5dcb4c4e
SM
8721 * permute-index: Don't depend on csh-specific features.
8722 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8723
8724 * two-volume-cross-refs.txt: New file.
8725 * two.el: New file.
8726 * spellfile: New file.
8727
87282001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8729
8730 * permute-index: New file.
8731
8732 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8733 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8734 8+3 restricted namespace.
8735
8736 * Makefile.in (infodir): Define relative to $(srcdir).
8737 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8738 include directories list via -I switch to makeinfo.
8739 (index.texi): Use cp if both hard and symbolic links fail.
8740
87412001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8742
8743 * Makefile.in (distclean): Add.
8744
8745 The following changes make ELisp manual part of the Emacs
8746 distribution:
8747
8748 * Makefile.in: Add Copyright notice.
8749 (prefix): Remove.
8750 (infodir): Change value to "../info".
8751 (VPATH): New variable.
8752 (MAKE): Don't define.
8753 (texmacrodir): Don't define.
8754 (texinputdir): Append the existing value of TEXINPUTS.
8755 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8756 command to be compatible with man/Makefile.in, and to put the
8757 output into ../info.
8758 (info): Add target.
8759 (installall): Target removed.
8760
c8763fb6 87612001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8762
8763 * tips.texi (Coding Conventions): Fix typo.
8764
87652001-10-23 Gerd Moellmann <gerd@gnu.org>
8766
8767 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8768
87692001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8770
8771 * files.texi (File Name Components): Update the description of
8772 file-name-sans-extension and file-name-extension, as they now
8773 ignore leading dots.
8774
87752001-10-20 Gerd Moellmann <gerd@gnu.org>
8776
8777 * (Version 21.1 released.)
8778
87792001-10-19 Miles Bader <miles@gnu.org>
8780
8781 * positions.texi (Text Lines): Describe behavior of
8782 `beginning-of-line'/`end-of-line' in the presence of field properties.
8783
87842001-10-17 Gerd Moellmann <gerd@gnu.org>
8785
8786 * Makefile.in (VERSION): Set to 2.8.
8787 (manual): Use `manual-21'.
8788
8789 * elisp.texi (VERSION): Add and use it where the version
8790 number was used. Set it to 2.8.
8791
8792 * intro.texi: Likewise.
8793
87942001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8795
8796 * files.texi (File Name Completion): Document the significance of
8797 a trailing slash in elements of completion-ignored-extensions.
8798
87992001-10-06 Miles Bader <miles@gnu.org>
8800
8801 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8802
88032001-10-04 Gerd Moellmann <gerd@gnu.org>
8804
8805 * variables.texi (Variable Aliases): New node.
8806
88072001-10-04 Gerd Moellmann <gerd@gnu.org>
8808
8809 * Branch for 21.1.
8810
88112001-10-02 Miles Bader <miles@gnu.org>
8812
8813 * minibuf.texi (Minibuffer Misc): Add entries for
8814 `minibuffer-contents', `minibuffer-contents-no-properties', and
8815 `delete-minibuffer-contents'.
8816 Correct description for `minibuffer-prompt-end'.
8817
8818 * text.texi (Property Search): Correct descriptions of
8819 `next-char-property-change' and `previous-char-property-change'.
8820 Add entries for `next-single-char-property-change' and
8821 `previous-single-char-property-change'.
8822 Make operand names a bit more consistent.
8823
88242001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8825
8826 * frames.texi (Finding All Frames): Document that next-frame and
8827 previous-frame are local to current terminal.
8828
88292001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8830
8831 * keymaps.texi (Creating Keymaps): Fix the description of the
8832 result of make-keymap.
8833
88342001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8835
8836 * display.texi (Font Lookup, Attribute Functions)
8837 (Image Descriptors): Add cross-references to the definition of
8838 selected frame.
8839
8840 * buffers.texi (The Buffer List): Add cross-references to the
8841 definition of selected frame.
8842
8843 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8844 frame at any given time.
8845 (Multiple Displays, Size and Position): Add a cross-reference to
8846 the definition of the selected frame.
8847
88482001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8849
8850 * strings.texi (String Conversion) <string-to-number>: Document
8851 that a float is returned for integers that are too large.
8852
8853 * frames.texi (Mouse Position): Document mouse-position-function.
8854 (Display Feature Testing): Document display-images-p.
8855 (Window Frame Parameters): Document the cursor-type variable.
8856
8857 * numbers.texi (Integer Basics): Document CL style read syntax for
8858 integers in bases other than 10.
8859
5dcb4c4e
SM
8860 * positions.texi (List Motion):
8861 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8862
8863 * lists.texi (Sets And Lists): Document member-ignore-case.
8864
8865 * internals.texi (Garbage Collection): Document the used and free
8866 strings report.
8867 (Memory Usage): Document strings-consed.
8868
8869 * os.texi (Time of Day): Document float-time.
8870 (Recording Input): Document that clear-this-command-keys clears
8871 the vector to be returned by recent-keys.
8872
8873 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8874 argument keymap can be a list.
8875
8876 * nonascii.texi (User-Chosen Coding Systems)
8877 <select-safe-coding-system>: Document the new argument
8878 accept-default-p and the variable
8879 select-safe-coding-system-accept-default-p. Tell what happens if
8880 buffer-file-coding-system is undecided.
8881 (Default Coding Systems): Document auto-coding-regexp-alist.
8882
8883 * display.texi (The Echo Area) <message>: Document
8884 message-truncate-lines.
8885 (Glyphs): Document that the glyph table is unused on windowed
8886 displays.
8887
8888 * help.texi (Describing Characters) <single-key-description>:
8889 Document the new argument no-angles.
8890 (Accessing Documentation) <documentation-property>: Document that
8891 a non-string property is evaluated.
8892 <documentation>: Document that the function-documentation property
8893 is looked for.
8894
8895 * windows.texi (Selecting Windows): Document some-window.
8896
8897 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8898
8899 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8900 apropos-mode-hook.
8901
8902 * commands.texi (Using Interactive): Document interactive-form.
8903 (Keyboard Macros): Document kbd-macro-termination-hook.
8904 (Command Loop Info): Document that clear-this-command-keys clears
8905 the vector to be returned by recent-keys.
8906
89072001-09-04 Werner LEMBERG <wl@gnu.org>
8908
8909 * Makefile.in (srcdir, texinputdir): New variables.
8910 (srcs, index.texi, install): Use $(srcdir).
8911 (.PHONY): Remove elisp.dvi.
8912 (elisp): Use -I switch for makeinfo.
8913 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8914 (installall, dist): Use $(srcdir).
8915 Fix path to texinfo.tex.
8916 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8917
89182001-08-30 Gerd Moellmann <gerd@gnu.org>
8919
8920 * display.texi (Conditional Display): Adjust to API change.
8921
8922 * configure: New file.
8923
89242001-07-30 Gerd Moellmann <gerd@gnu.org>
8925
8926 * commands.texi (Repeat Events): Add description of
8927 double-click-fuzz.
8928
89292001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8930
8931 * syntax.texi (Syntax Class Table): Add the missing designator for
8932 comment and string fences.
8933 (Syntax Properties): Add a xref to syntax table internals.
8934 (Syntax Table Internals): Document string-to-syntax.
8935
89362001-05-07 Gerd Moellmann <gerd@gnu.org>
8937
8938 * Makefile.in (install): Use install-info command line options
8939 like in Emacs' Makefile.in.
8940
89412000-12-09 Miles Bader <miles@gnu.org>
8942
8943 * windows.texi (Window Start): Update documentation for
8944 `pos-visible-in-window-p'.
8945
89462000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8947
8948 * lists.texi (Building Lists): Add footnote to explain how to add
8949 to the end of a list.
8950
89512000-10-25 Gerd Moellmann <gerd@gnu.org>
8952
8953 * files.texi (Visiting Functions): Typos.
8954
89552000-10-25 Kenichi Handa <handa@etl.go.jp>
8956
8957 * files.texi (Visiting Functions): Return value of
8958 find-file-noselect may be a list of buffers if wildcards are used.
8959
89602000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8961
8962 * display.texi (Defining Faces): Document `graphic' display type
8963 in face specs.
8964
b344d29d 89652000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8966
8967 * hooks.texi (Standard Hooks): Replace obsolete
8968 `after-make-frame-hook' with `after-make-frame-functions'.
8969
8970 * frames.texi (Creating Frames): Ditto.
8971
8972 * variables.texi (Future Local Variables): Ditto.
8973
89742000-10-16 Gerd Moellmann <gerd@gnu.org>
8975
8976 * display.texi (Other Image Types): Add description of :foreground
8977 and :background properties of mono PBM images.
8978
89792000-08-17 Werner LEMBERG <wl@gnu.org>
8980
8981 * .cvsignore: New file.
8982
89832000-01-05 Gerd Moellmann <gerd@gnu.org>
8984
8985 * tindex.pl: New script.
8986
89871999-12-03 Dave Love <fx@gnu.org>
8988
8989 * Makefile.in (MAKEINFO): New parameter.
8990
89911999-09-17 Richard Stallman <rms@gnu.org>
8992
8993 * Makefile.in (srcs): Add hash.texi.
8994 (VERSION): Update to 20.6.
8995
89961999-09-13 Richard Stallman <rms@gnu.org>
8997
8998 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8999
90001998-08-29 Karl Heuer <kwzh@gnu.org>
9001
9002 * configure.in: New file.
9003 * Makefile.in: Renamed from Makefile.
9004 (prefix, infodir): Use value obtained from configure.
9005 (emacslibdir): Obsolete variable deleted.
9006 (dist): Distribute configure.in, configure, Makefile.in.
9007
90081998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9009
9010 * Makefile (INSTALL_INFO): New variable.
9011 (install): Run install-info.
9012
90131998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9014
9015 * Makefile (elisp.dvi): Add missing backslash.
9016
90171998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9018
9019 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9020 Run texindex without `./'. Always run texindex on elisp.tp.
9021 (elisp.tps): Target deleted.
9022
90231998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9024
9025 * Makefile (srcs): Add nonascii.texi and customize.texi.
9026 (dist): Start by deleting `temp'.
9027
90281998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9029
9030 * Makefile (makeinfo, texindex): Targets deleted.
9031 (makeinfo.o, texindex.o): Targets deleted.
9032 (clean, dist): Don't do anything with them or with getopt*.
9033
90341998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9035
9036 * Makefile (SHELL): Defined.
9037
90381998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9039
9040 * Makefile (elisp.tps): New target.
9041 (elisp.dvi): Depend on elisp.tps.
9042
c5602427 90431996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9044
9045 * README: Update phone number.
9046
9047 * Makefile (elisp): Make this be the default target.
9048 Depend on makeinfo.c instead of makeinfo.
9049 (install): Don't depend on elisp.dvi, since we don't install that.
9050 Use mkinstalldirs.
9051 (dist): Add mkinstalldirs.
9052
c5602427 90531995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9054
9055 * Makefile (VERSION): Update version number.
5dcb4c4e 9056 (maintainer-clean): Rename from realclean.
b8d4c8d0 9057
c5602427 90581995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9059
9060 * Makefile (realclean): New target.
9061 (elisp): Remove any old elisp-* files first.
9062
c5602427 90631993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9064
9065 * Makefile (VERSION): New variable.
9066 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9067 Compressed file suffix should be `.gz', not `.z'.
9068
ce058493 90691993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9070
9071 * Makefile (elisp): Depend on makeinfo.
9072
c5602427 90731993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9074
9075 * Makefile (srcs): Add anti.texi.
9076
c5602427 90771993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9078
9079 * Makefile (infodir, prefix): New vars.
9080 (install): Use infodir.
9081 (emacsinfodir): Deleted.
9082
c5602427 90831993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9084
9085 * Makefile (srcs): Add calendar.texi.
9086
9087 * Makefile (dist): Copy texindex.c and makeinfo.c.
9088 Limit elisp-* files to those with one or two digits.
9089
c5602427 90901993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9091
9092 * Makefile (dist): Changed to use Gzip instead of compress.
9093
c5602427 90941993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9095
9096 * loading.texi (Unloading): define-function changed back to
9097 defalias. It may not stay this way, but at least it's
9098 consistent with the known-good version of the code patch.
9099
c5602427 91001993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9101
9102 * modes.texi (Hooks): Document new optional arg of add-hook.
9103
c5602427 91041993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9105
9106 * variables.texi: Document nil initial value of buffer-local variables.
9107
9108 * tips.texi: Add new section on standard library headers.
9109
c5602427 91101993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9111
9112 * Makefile (srcs): Add frame.texi to the list of sources.
9113
c5602427 91141993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9115
9116 * Makefile (dist): Don't bother excluding autosave files; they'll
9117 never make it into the temp directory anyway, and the hash marks
9118 in the name are problematic for make and the Bourne shell.
9119 (srcs):
9120
c5602427 91211993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9122
9123 * Makefile (dist): Don't include backup files or autosave files in
9124 the distribution tar file.
9125
c5602427 91261991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9127
5dcb4c4e 9128 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9129 (elisp.dvi): Remove erroneous shell comment.
9130 Expect output of permute-index in permuted.fns.
9131 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9132 (clean): Add index.texi to be deleted.
b8d4c8d0 9133
c5602427 91341990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9135
9136 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9137
c5602427 91381990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9139
9140 * files.texi: Noted that completion-ignored-extensions is ignored
9141 when making *Completions*.
9142
3e868ee3 91431990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9144
9145 * Makefile make dist now depends on elisp.dvi, since it tries
9146 to include it in the dist file.
9147
c5602427 91481990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9149
c5602427 9150 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9151
c5602427 91521989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9153
9154 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9155 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9156
c5602427 91571989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9158
9159 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9160 and @error{} are the terms now being used. The files in the
9161 directory have been changed to reflect this.
9162
9163 * All instances of @indentedresultt{} have been changed to
9164 ` @result{}', using 5 spaces at the begining of the line.
9165
c5602427 91661989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9167
9168 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9169 experimental @indentedresult{}, @indentedexpandsto{} are part of
9170 the texinfo.tex in this directory. These TeX macros are not
9171 stable yet.
9172
c5602427 91731989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9174
9175 * texinfo.tex: Temporarily added
9176 \let\result=\dblarrow
9177 \def\error{{\it ERROR} \longdblarrow}
9178 We need to do this better soon.
9179
c5602427 91801989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9181
9182 * Applied Karl Berry's patches to *.texinfo files, but not to
9183 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9184 new title page format is also not applied, since it requires
9185 texinfo.tex changes.)
9186
9187 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9188 for the Project GNU development environment.
9189
9190;; Local Variables:
c8763fb6 9191;; coding: utf-8
b8d4c8d0
GM
9192;; End:
9193
73b0cd50 9194 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9195
9196 This file is part of GNU Emacs.
9197
352c8b4a 9198 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9199 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9200 the Free Software Foundation, either version 3 of the License, or
9201 (at your option) any later version.
b8d4c8d0
GM
9202
9203 GNU Emacs is distributed in the hope that it will be useful,
9204 but WITHOUT ANY WARRANTY; without even the implied warranty of
9205 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9206 GNU General Public License for more details.
9207
9208 You should have received a copy of the GNU General Public License
352c8b4a 9209 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.