Don't encourage the use of display-buffer-alist from Elisp code.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
be14b9ab
PE
12011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Document wide integers better.
4 * files.texi (File Attributes): Document ino_t values better.
2d365993 5 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
6 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
7 (Bitwise Operations):
001903b5
PE
8 * objects.texi (Integer Type): Use a binary notation that is a bit easier
9 to read, and that will port better if 62-bits becomes the default.
10 Fix or remove incorrect examples.
be14b9ab
PE
11 * os.texi (Time Conversion): Document time_t values better.
12
bcd54f83
LMI
132011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * processes.texi (Process Information): Document
16 `process-alive-p'.
17
049bcbcb
CY
182011-05-29 Chong Yidong <cyd@stupidchicken.com>
19
20 * help.texi (Accessing Documentation):
21 * display.texi (Pixel Specification):
22 * processes.texi (Serial Ports, Serial Ports):
23 * nonascii.texi (Character Properties, Default Coding Systems):
24 * text.texi (Changing Properties, Special Properties):
25 * windows.texi (Window Start and End):
26 * modes.texi (SMIE Indentation Example, SMIE Tricks):
27 * keymaps.texi (Searching Keymaps, Tool Bar):
28 * minibuf.texi (Basic Completion):
29 * compile.texi (Eval During Compile):
30 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
31 7x9 paper in printed manual.
32
33 * lists.texi (Sets And Lists): Fix misplaced text.
34
58539c63
CY
352011-05-29 Chong Yidong <cyd@stupidchicken.com>
36
37 * keymaps.texi (Remapping Commands): Emphasize that the keymap
38 needs to be active (Bug#8350).
39
6b5681bf
CY
402011-05-28 Chong Yidong <cyd@stupidchicken.com>
41
b4d52acc
CY
42 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
43
6b5681bf
CY
44 * tips.texi (Coding Conventions): Remove antediluvian filename
45 limit recommendation (Bug#8538).
46
e145f188
GM
472011-05-27 Glenn Morris <rgm@gnu.org>
48
49 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
50
eafed945
GM
512011-05-26 Glenn Morris <rgm@gnu.org>
52
53 * variables.texi (File Local Variables):
54 Update hack-local-variables `mode-only' return value.
2d3ba9e7 55 Add some more details on what this function does in the other case.
eafed945 56
bc8410af
GM
572011-05-19 Glenn Morris <rgm@gnu.org>
58
59 * lists.texi (Sets And Lists): Mention cl provides union etc.
60
35a30759
N
612011-05-19 Nix <nix@esperi.org.uk>
62
63 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
64
65 * text.texi (Parsing HTML): Update for function name changes.
66
67 * syntax.texi (Syntax Flags): Small fix.
68
69 * keymaps.texi (Active Keymaps): Typo fix.
70 (Changing Key Bindings): Grammar fix.
71
72 * frames.texi (Minibuffers and Frames): Grammar fix.
73 (Window System Selections): x-select-enable-clipboard now defaults to t.
74
75 * customize.texi (Common Keywords):
76 * display.texi (Abstract Display):
77 * modes.texi (Auto-Indentation):
78 * nonascii.texi (Converting Representations): Typo fixes.
79
80 * control.texi (Examples of Catch): Call it "goto" not "go to".
81
e3934a8a
EZ
822011-05-14 Eli Zaretskii <eliz@gnu.org>
83
bc039a3b
EZ
84 * nonascii.texi (Character Properties): Fix inconsistencies with
85 implementation.
86
e3934a8a
EZ
87 * text.texi (Special Properties): Move @defvar's out of the
88 @table. (Bug#8652)
89
e2c94218
GM
902011-05-12 Glenn Morris <rgm@gnu.org>
91
92 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
93
d2fc7e3d 942011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
95
96 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
97 (Multiline Font Lock):
98 * vol2.texi (Top):
99 * vol1.texi (Top):
100 * elisp.texi (Top): Update menu accordingly.
101
d2fc7e3d 1022011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
103
104 * modes.texi (Region to Fontify): Fix typo.
105
79b70037
GM
1062011-05-10 Jim Meyering <meyering@redhat.com>
107
108 * minibuf.texi: Fix typo "in in -> in".
109
b08a63cc 1102011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
111
112 * numbers.texi (Integer Basics): Large integers are treated as floats.
113
1ef14cb4
LMI
1142011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
115
116 * processes.texi (Synchronous Processes): Document the (:file
117 "/file-name") syntax for `call-process'.
118
4ffd0d6b 1192011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
120
121 * windows.texi (Choosing Window): Fix typo.
122
4ffd0d6b 1232011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
124
125 * frames.texi (Layout Parameters): Note the difference between
126 querying and setting parameters for left-fringe and right-fringe
127 (Bug#6930).
128
fd5a8ae8
SM
1292011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * minibuf.texi (Basic Completion): Be a bit more precise about the
132 valid kinds of completion tables.
133 (Programmed Completion): Remove obsolete text about lambda expressions
134 not being valid completion tables.
135
c1bcd0d5
CY
1362011-03-19 Chong Yidong <cyd@stupidchicken.com>
137
138 * positions.texi (Excursions): Explain the "save-excursion
139 defeated by set-buffer" warning.
140
141 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
142 save-excursion. Suggested by Uday S Reddy.
143
03408648 1442011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 145
03408648
SM
146 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
147 (Lexical Binding): New sub-section.
ba83908c 148
03408648
SM
149 * eval.texi (Eval): Discourage the use of `eval'.
150 Document its new `lexical' argument.
6c075cd7 151
f6d62986
SM
1522011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
153
03408648 154 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
155 nil any more.
156
84ea5558 1572011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
158
159 * strings.texi (String Conversion): Don't mention
160 string-make-(uni|multi)byte (bug#8262).
161 * nonascii.texi (Converting Representations): Fix up range.
162 * keymaps.texi (Key Binding Commands): Update code point, avoid
163 "unibyte character" and remove mention of unibyte bindings.
164
62d94509
EZ
1652011-03-10 Eli Zaretskii <eliz@gnu.org>
166
167 * modes.texi (Operator Precedence Grammars): Don't use characters
168 outside ISO-8859-1.
169
63a329f8
EZ
1702011-03-09 Eli Zaretskii <eliz@gnu.org>
171
172 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
173
174 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
175
6446548e
GM
1762011-03-08 Glenn Morris <rgm@gnu.org>
177
178 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
179 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 180 * elisp.texi: Set documentencoding.
6446548e 181
33383987
JB
1822011-03-07 Chong Yidong <cyd@stupidchicken.com>
183
184 * Version 23.3 released.
185
0b3ceceb
CY
1862011-03-06 Chong Yidong <cyd@stupidchicken.com>
187
188 * package.texi: Update index keywords.
189 (Package Archives): New node contents. Document package-x.el.
190
78f5433f
JB
1912011-03-06 Juanma Barranquero <lekktu@gmail.com>
192
193 * makefile.w32-in (srcs): Add package.texi.
194
555e9b5c
CY
1952011-03-06 Chong Yidong <cyd@stupidchicken.com>
196
120d9389
CY
197 * package.texi (Packaging, Packaging Basics, Simple Packages)
198 (Multi-file Packages): Expand and clarify.
199 (Package Archives): Temporary placeholder node.
200
201 * elisp.texi (Top): Update node listing.
202
555e9b5c
CY
203 * Makefile.in (srcs): Add package.texi.
204
b59a4335
CY
2052011-03-05 Chong Yidong <cyd@stupidchicken.com>
206
207 * processes.texi (Synchronous Processes): Minor clarification
208 (Bug#8149).
209
06083aa1
GM
2102011-03-03 Glenn Morris <rgm@gnu.org>
211
212 * files.texi (Truenames): Minor clarification. (Bug#2341)
213
6640b281
GM
2142011-03-01 Glenn Morris <rgm@gnu.org>
215
216 * variables.texi (Directory Local Variables):
217 Mention `(subdirs . nil)' alist element.
218
2b0c7330 2192011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
220
221 * variables.texi (Directory Local Variables): Mention the optional
222 mtime argument of dir-locals-set-directory-class. (Bug#3577)
223
b923f7a9
CY
2242011-02-27 Chong Yidong <cyd@stupidchicken.com>
225
226 * minibuf.texi (Minibuffer History): Clarify discussion of
227 minibuffer history lists (Bug#8085).
228
67ab0163 2292011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 230
e979a521
EZ
231 * elisp.texi: Sync @dircategory with ../../info/dir.
232
e03b2fd4
EZ
233 * files.texi (Visiting Functions): Document find-file-literally,
234 both the command and the variable.
235
86ec878a
EZ
236 * variables.texi (Creating Buffer-Local): Explain the meaning of
237 permanent local variables.
238
67ab0163
GM
239 * files.texi (Visiting Functions): Document find-file-literally,
240 both the command and the variable.
241
242 * variables.texi (Creating Buffer-Local): Explain the meaning of
243 permanent local variables.
244
2452011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
246
247 * keymaps.texi (Remapping Commands): Mention how to undo it.
248
bfcb151a
RT
2492011-02-09 Reuben Thomas <rrt@sc3d.org>
250
251 * loading.texi (Hooks for Loading): Remove unnecessary advice
252 about eval-after-load (Bug#7986).
253
a41c8660
CY
2542011-02-05 Chong Yidong <cyd@stupidchicken.com>
255
256 * commands.texi (Accessing Mouse): Note that a header line is not
257 included in the row of posn-col-row.
258
e0dd6837
CY
2592011-02-02 Chong Yidong <cyd@stupidchicken.com>
260
261 * modes.texi (Major Mode Conventions): Add face guidelines.
262 (Faces for Font Lock): List faces in order of prominence.
263
a4180391
PE
2642011-02-01 Paul Eggert <eggert@cs.ucla.edu>
265
266 format-time-string now supports subsecond time stamp resolution
267 * os.texi (Time Parsing): Document %N.
268
7427eb97
CY
2692011-01-28 Chong Yidong <cyd@stupidchicken.com>
270
61db307f
CY
271 * vol1.texi (Top):
272 * vol2.texi (Top):
273 * elisp.texi (Top):
274 * display.texi (Display Property): Shorten the menu description of
275 the "Other Display Specs" node (Bug#7816).
276
7427eb97
CY
277 * keymaps.texi (Defining Menus): Add "menu item" and "extended
278 menu item" concept index entries (Bug#7805).
279
bf3dae7e
EZ
2802011-01-29 Eli Zaretskii <eliz@gnu.org>
281
282 * makefile.w32-in (texinfodir): New variable.
283 (usermanualdir): Remove as redundant with $(emacsdir).
284 (MAKEINFO): Remove options, leave only program name.
285 (MAKEINFO_OPTS): New variable.
286 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
287
06d8ace5 2882011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
289 Richard Kim <emacs18@gmail.com>
290
291 * loading.texi (Library Search): Document list-load-path-shadows
292 (Bug#7757).
293
06d8ace5 2942011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
295
296 * searching.texi (Regexp Special): Remove outdated discussion of
297 character sets (Bug#7780).
298
28a88153
CY
299 * frames.texi (Pop-Up Menus): Document where menu title comes
300 from (Bug#7684).
301
06d8ace5 3022011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
303
304 * display.texi (Making Buttons): Mention limitation of text buttons.
305
a8e1e9ee
WL
3062011-01-23 Werner Lemberg <wl@gnu.org>
307
308 * Makefile.in (MAKEINFO): Now controlled by `configure'.
309 (MAKEINFO_OPTS): New variable. Use it where appropriate.
310 (ENVADD): New variable to control texi2dvi and texi2pdf.
311
362b9d48
GM
3122011-01-15 Chong Yidong <cyd@stupidchicken.com>
313
314 * files.texi (Directory Names): Move directory-abbrev-alist doc to
315 Emacs manual.
316
3172011-01-15 Eli Zaretskii <eliz@gnu.org>
318
319 * files.texi (Directory Names): Explain why FROM in
320 directory-abbrev-alist should begin with \`. (Bug#7777)
321
3fa173b4
SM
3222011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
325
7c420169 3262011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
327
328 * modes.texi (Emulating Mode Line): Fix last change.
329
7c420169 3302011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
331
332 * modes.texi (Emulating Mode Line): Update documentation of
333 format-mode-line according to changes that fixed bug #7587.
334
80b33766
SM
3352010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * modes.texi (Derived Modes): Mention prog-mode.
338
339 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
340 of the key-binding-data cache since we don't use it any more.
341
f49d1f52 3422010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 343
4bb49a92
EZ
344 * processes.texi (Shell Arguments):
345 * strings.texi (Creating Strings): Don't mention "shell commands";
346 make it explicit that `split-string-and-unquote' and
347 `combine-and-quote-strings' are mainly for working with arguments
348 to call-process and start-process.
349
3c73e30e
EZ
350 * processes.texi (Shell Arguments): Fix documentation of
351 `split-string-and-unquote'. Add indexing. (Bug#7563)
352
f49d1f52 3532010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
354
355 * modes.texi (Auto-Indentation): New section to document SMIE.
356 (Major Mode Conventions):
357 * text.texi (Mode-Specific Indent): Refer to it.
358
f49d1f52 3592010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
360
361 * display.texi (Other Display Specs): Document left-fringe and
362 right-fringe display specs.
363
f49d1f52 3642010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
365
366 * backups.texi (Making Backups):
367 * modes.texi (Example Major Modes): Use recommended coding style.
368 (Major Mode Basics, Derived Modes): Encourge more strongly use of
369 define-derived-mode. Mention completion-at-point-functions.
370
f49d1f52 3712010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 372
5dcb4c4e
SM
373 * nonascii.texi (Converting Representations):
374 Document byte-to-string.
e1115396 375
ec1b9b17
GM
3762010-12-08 Glenn Morris <rgm@gnu.org>
377
378 * buffers.texi (Modification Time):
379 verify-visited-file-modtime now defaults to the current buffer.
380
07976ae3 3812010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 382
ec1b9b17 383 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
384
385 * strings.texi (Creating Strings): Don't mention semi-obsolete
386 function char-to-string.
387 (String Conversion): Shorten discussion of semi-obsolete function
388 string-to-char. Link to Converting Representations.
389
390 * objects.texi (Symbol Type):
391 * text.texi (Near Point):
392 * help.texi (Help Functions):
393 * functions.texi (Mapping Functions): Use string instead of
394 char-to-string in examples.
395
07976ae3 3962010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
397
398 * text.texi (Kill Functions, Kill Functions)
399 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
400 YANK-HANDLER args.
401
402 * symbols.texi (Creating Symbols): Using unintern without an
403 obarray arg is now obsolete.
404
405 * numbers.texi (Float Basics): Document float-e and float-pi.
406
407 * variables.texi (Defining Variables): Change "pi" example to
408 "float-pi".
409
8547874a
EZ
4102010-11-26 Eli Zaretskii <eliz@gnu.org>
411
412 * commands.texi (Click Events): Document the values of X, Y and
413 COL, ROW in the event's position, when the click is on the header
414 or mode line, on the fringes, or in the margins.
415
4a47c275 4162010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 417
5b05d75b
EZ
418 * customize.texi (Composite Types): Lower-case index entry.
419
5dcb4c4e
SM
420 * loading.texi (How Programs Do Loading):
421 Document load-file-name. (Bug#7346)
c7926fe2 422
4a47c275 4232010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
424
425 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
426
0eb025fb
EZ
4272010-11-13 Eli Zaretskii <eliz@gnu.org>
428
429 * display.texi (Usual Display): Characters with no fonts are not
430 necessarily displayed as empty boxes.
431
2699a554 4322010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
433
434 * maps.texi (Standard Keymaps): Update File menu description.
435
8289f37b
GM
4362010-10-28 Glenn Morris <rgm@gnu.org>
437
438 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
439
5793a7bc 4402010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
441
442 * display.texi (Window Systems): Deprecate use of window-system as
443 a predicate.
444
17284e30
GM
4452010-10-23 Glenn Morris <rgm@gnu.org>
446
447 * help.texi (Documentation Basics): Remove mentions of digest-doc and
448 sorted-doc.
449
00f113eb
JB
4502010-10-15 Eli Zaretskii <eliz@gnu.org>
451
452 * os.texi (Dynamic Libraries): New node, with slightly modified
453 text deleted from "Image Formats".
454 (System Interface): Add @menu entry for "Dynamic Libraries".
455
456 * display.texi (Image Formats): Remove description of
457 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
458
07277eb8
GM
4592010-10-12 Glenn Morris <rgm@gnu.org>
460
461 * book-spine.texinfo: Rename to book-spine.texi.
462
c12e4a81
GM
4632010-10-11 Glenn Morris <rgm@gnu.org>
464
df187c62
GM
465 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
466
c12e4a81 467 * Makefile.in (DVIPS): New variable.
234db610
GM
468 (.PHONY): Add html, ps.
469 (html, elisp.html, ps, elisp.ps): New targets.
470 (clean): Delete html, ps files.
471 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 472
6513b232
EZ
4732010-10-09 Eli Zaretskii <eliz@gnu.org>
474
475 * makefile.w32-in (emacsdir): New variable.
476 (srcs): Add emacsver.texi.
477 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
478
abd40fb4
GM
4792010-10-09 Glenn Morris <rgm@gnu.org>
480
c1dc72b3
GM
481 * Makefile.in (VPATH): Remove.
482 (infodir): Make it absolute.
483 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
484
4393405b
GM
485 * Makefile.in (dist): Anchor regexps.
486
eef3ab94
GM
487 * Makefile.in (srcs): Put elisp.texi first.
488 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
489
aa9db089
GM
490 * Makefile.in (infoclean): Remove harmless, long-standing error.
491
abd40fb4
GM
492 * Makefile.in ($(infodir)): Delete rule.
493 (mkinfodir): New.
494 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
495
68db69ed 496 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 497 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 498
ea274122
GM
4992010-10-09 Glenn Morris <rgm@gnu.org>
500
f7a31f11
GM
501 * Makefile.in (emacsdir): New variable.
502 (MAKEINFO): Add -I $emacsdir.
503 (dist): Copy emacsver.texi.
b13254e7
GM
504 (srcs): Add emacsver.texi.
505
f7a31f11
GM
506 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
507 Set EMACSVER by including emacsver.texi.
508
ea274122
GM
509 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
510
17ca7950
GM
5112010-10-07 Glenn Morris <rgm@gnu.org>
512
513 * Makefile.in (version): New, set by configure.
514 (clean): Delete dist tar file.
515 (dist): Use version in tar name.
516
4c83f6e1
GM
5172010-10-06 Glenn Morris <rgm@gnu.org>
518
519 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
520 (INSTALL_INFO): Remove unused variable.
521 (mostlyclean, infoclean, dist): New rules.
522 (clean): Delete dvi and pdf files.
523 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 524 ($(infodir)): Add parallel build workaround.
4c83f6e1 525
0264072d
GM
5262010-10-04 Glenn Morris <rgm@gnu.org>
527
528 * Makefile.in (dvi, pdf, $(infodir)): New targets.
529 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 530 Fix -I typo.
0264072d
GM
531 (clean): No 'make.out' or 'core' files.
532 (.PHONY): Declare clean rules.
533 (maintainer-clean): Delete pdf file. Guard against cd failures.
534
77f38949
GM
5352010-10-03 Glenn Morris <rgm@gnu.org>
536
537 * files.texi (File Name Components): Remove ignored section about
538 deleted variable directory-sep-char.
539
178fdd41
MA
5402010-10-03 Michael Albinus <michael.albinus@gmx.de>
541
542 * files.texi (Magic File Names): New defopt
543 remote-file-name-inhibit-cache.
544
9c524fcb
GM
5452010-10-02 Glenn Morris <rgm@gnu.org>
546
547 * os.texi (Killing Emacs): Hook now runs in batch mode.
548
f816790b
SM
5492010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * text.texi (Special Properties): Clarify when modification-hooks run.
552
7cf78aac
SM
5532010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * syntax.texi (Syntax Flags): Document new `c' flag.
556
ca0d44e4
GM
5572010-09-09 Glenn Morris <rgm@gnu.org>
558
559 * display.texi (ImageMagick Images): General cleanup.
560
10999305 5612010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
562
563 * files.texi (Directory Names): Use \` rather than ^.
564
45240125
JD
5652010-09-02 Jan Djärv <jan.h.d@swipnet.se>
566
567 * text.texi (Low-Level Kill Ring):
568 * frames.texi (Window System Selections): Remove cut buffer
569 documentation.
570
4abe5bf6
EZ
5712010-08-28 Eli Zaretskii <eliz@gnu.org>
572
573 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
574 Parameters", where the default fringe width is described.
575
576 * frames.texi (Window Frame Parameters, Basic Parameters)
577 (Position Parameters, Layout Parameters, Management Parameters)
578 (Cursor Parameters, Font and Color Parameters): Add indexing for
579 frame parameters. (Bug#6929)
580
fdc76236
TT
5812010-08-25 Tom Tromey <tromey@redhat.com>
582
583 * vol2.texi (Top): Update.
584 * vol1.texi (Top): Update.
585 * tips.texi (Library Headers): Mention Package-Version and
586 Package-Requires.
587 * package.texi: New file.
588 * os.texi (System Interface): Update pointers.
589 * elisp.texi (Top): Link to new nodes. Include package.texi.
590 * anti.texi (Antinews): Update pointers.
591
1e5c1c80
EZ
5922010-08-25 Eli Zaretskii <eliz@gnu.org>
593
594 * processes.texi (Filter Functions): Fix last change.
595
78e33835
CY
5962010-08-24 Markus Triska <triska@gmx.at>
597
598 * processes.texi (Filter Functions): Use `buffer-live-p' instead
599 of `buffer-name' in the main text as well as in the example
600 (Bug#3098).
601
198a7a97
CY
6022010-08-22 Chong Yidong <cyd@stupidchicken.com>
603
604 * nonascii.texi (Text Representations):
605 * loading.texi (Loading Non-ASCII):
606 * compile.texi (Byte Compilation): Don't mention obsolete
607 --unibyte command-line argument.
608
bc7d7ea6
CY
6092010-08-22 Chong Yidong <cyd@stupidchicken.com>
610
611 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
612
b0126eac 6132010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
614
615 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
616
e8a6cc19
EZ
6172010-08-20 Eli Zaretskii <eliz@gnu.org>
618
619 * commands.texi (Misc Events): Add cross-references to where
620 POSITION of a mouse event is described in detail.
621
7815fe19 6222010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
623
624 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
625
7815fe19 6262010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
627
628 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
629 Suggested by Štěpán Němec <stepnem@gmail.com>.
630
7815fe19 6312010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
632
633 * minibuf.texi (High-Level Completion): Document args of
634 `read-buffer-function' (bug#5625).
635
8b2dd508
JD
6362010-07-29 Jan Djärv <jan.h.d@swipnet.se>
637
638 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
639
bace45fe
MA
6402010-07-29 Michael Albinus <michael.albinus@gmx.de>
641
642 * processes.texi (Process Information): Explain process property
643 `remote-tty'.
644
4ce5a4cc
JB
6452010-07-27 Juanma Barranquero <lekktu@gmail.com>
646
647 * modes.texi (Defining Minor Modes): Use C-delete in examples,
648 instead of "\C-\^?" (bug#6334).
649
1c84bc7a
JB
650 * text.texi (Special Properties): Fix typo.
651
b88746ba
EZ
6522010-07-09 Eli Zaretskii <eliz@gnu.org>
653
654 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
655 calling sequences, which are now the standard.
656
51422d6d
CY
6572010-06-24 Chong Yidong <cyd@stupidchicken.com>
658
659 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
660
661 * commands.texi (Command Overview): Mention undo-boundary call.
662
d24880de
GM
6632010-06-23 Glenn Morris <rgm@gnu.org>
664
665 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
666 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
667 * frames.texi, functions.texi, internals.texi, keymaps.texi:
668 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
669 * searching.texi, sequences.texi, strings.texi, syntax.texi:
670 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
671 Untabify Texinfo files.
672
0fc76035
CY
6732010-06-20 Chong Yidong <cyd@stupidchicken.com>
674
675 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
676
5338dc0b
CY
6772010-06-19 Chong Yidong <cyd@stupidchicken.com>
678
a628ad9d 679 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 680
2c3a3c1d
CY
6812010-06-02 Chong Yidong <cyd@stupidchicken.com>
682
ba3bf1d9
CY
683 * searching.texi (Regexp Special): Remove obsolete information
684 about matching non-ASCII characters, and suggest using char
685 classes (Bug#6283).
2c3a3c1d 686
7f4b4249
JB
6872010-05-30 Juanma Barranquero <lekktu@gmail.com>
688
689 * minibuf.texi (Basic Completion): Add missing "@end defun".
690
637821cd
SM
6912010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * minibuf.texi (Basic Completion): Document completion-boundaries.
694 (Programmed Completion): Document the new fourth method for boundaries.
695
e13051c3
CY
6962010-05-22 Chong Yidong <cyd@stupidchicken.com>
697
a628ad9d 698 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 699
0235128c 7002010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
701
702 * windows.texi (Textual Scrolling):
703 * tips.texi (Coding Conventions):
704 * minibuf.texi (Minibuffer History):
705 * maps.texi (Standard Keymaps):
706 * loading.texi (Where Defined):
707 * edebug.texi (Instrumenting): Fix typos.
708
0235128c 7092010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 710
c7c32279
CY
711 * keymaps.texi (Menu Bar): Document :advertised-binding property.
712
0235128c
SM
713 * functions.texi (Obsolete Functions):
714 Document set-advertised-calling-convention.
eb5ed549
CY
715
716 * minibuf.texi (Basic Completion): Document completion-in-region.
717 (Programmed Completion): Document completion-annotate-function.
718
719 * commands.texi (Reading One Event): Document read-key.
720 (Distinguish Interactive): Document KIND arg to
721 called-interactively-p. Delete obsolete interactive-p.
722
723 * elisp.texi (Top): Update node description.
724
f8848423
EZ
7252010-05-08 Eli Zaretskii <eliz@gnu.org>
726
0235128c
SM
727 * nonascii.texi (Character Properties):
728 Document unicode-category-table. Add an index entry for Unicode
729 general category.
730
7312010-05-07 Chong Yidong <cyd@stupidchicken.com>
732
733 * Version 23.2 released.
f8848423 734
938efb77
JB
7352010-04-20 Juanma Barranquero <lekktu@gmail.com>
736
737 * locals.texi (Standard Buffer-Local Variables):
738 Remove @ignore'd reference to `direction-reversed'.
739
5854c267
JL
7402010-04-14 Juri Linkov <juri@jurta.org>
741
742 Fix @deffn without category.
743
744 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
745 for `abbrev-insert'.
746
747 * buffers.texi (Indirect Buffers): Add category `Command'
748 to @deffn of `clone-indirect-buffer'.
749
750 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
751 for `next-window' and `previous-window'. Add category `Command'
752 to @deffn of `pop-to-buffer'.
753
8a14dec7
CY
7542010-04-01 Chong Yidong <cyd@stupidchicken.com>
755
756 * nonascii.texi (Text Representations): Don't mark
757 enable-multibyte-characters as a user option.
758
7a1831cf
EZ
7592010-03-31 Eli Zaretskii <eliz@gnu.org>
760
761 * control.texi (Handling Errors): How to re-throw a signal caught
762 by condition-case.
763
c3863713
CY
7642010-03-26 Chong Yidong <cyd@stupidchicken.com>
765
766 * loading.texi (Hooks for Loading): Document after-load-functions.
767 Copyedits.
768
c333f279
AM
7692010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
770
771 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
772
e867cb5d 7732010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
774
775 * processes.texi (Network Processes): Document seqpacket type.
776
605f35cd
DN
7772010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
778
779 * os.texi (System Environment): Do not mention lynxos.
780
288f9fc0
CY
7812010-03-10 Chong Yidong <cyd@stupidchicken.com>
782
783 * Branch for 23.2.
784
eed5c93a
CY
7852010-03-06 Chong Yidong <cyd@stupidchicken.com>
786
787 * objects.texi (Integer Type): Take note of the read syntax
788 exception for numbers that cannot fit in the integer type.
789
1ddd6622
GM
7902010-03-03 Glenn Morris <rgm@gnu.org>
791
792 * numbers.texi (Integer Basics, Bitwise Operations):
793 * objects.texi (Integer Type): Update for integers now being 30-bit.
794
a908c79a
CY
7952010-02-27 Chong Yidong <cyd@stupidchicken.com>
796
797 * display.texi (Low-Level Font): Document :otf font-spec property.
798
cd61af01
SM
7992010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * display.texi (Line Height): Avoid obsolete special default variables
802 like default-major-mode.
803
c02f8fe2
AM
8042010-01-28 Alan Mackenzie <acm@muc.de>
805
806 * display.texi (Auto Faces): Say fontification-functions is called
807 whether or not Font Lock is enabled. Tidy up the wording a bit.
808
d738d18b
CY
8092010-01-17 Chong Yidong <cyd@stupidchicken.com>
810
811 * elisp.texi: Remove duplicate edition information (Bug#5407).
812
4963739e
JB
8132010-01-17 Juanma Barranquero <lekktu@gmail.com>
814
815 * two.el (volume-header-toc-markup): Fix typos in docstring.
816
c57008f6
SM
8172010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 Avoid dubious uses of save-excursions.
820 * positions.texi (Excursions): Recommend the use of
821 save-current-buffer if applicable.
822 * text.texi (Clickable Text): Fix the example code which used
823 save-excursion in a naive way which sometimes preserves point and
824 sometimes not.
825 * variables.texi (Creating Buffer-Local):
826 * os.texi (Session Management):
827 * display.texi (GIF Images):
828 * control.texi (Cleanups): Use (save|with)-current-buffer.
829
2f3725cd
EZ
8302010-01-02 Eli Zaretskii <eliz@gnu.org>
831
832 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
833
85eeac93
CY
8342010-01-02 Chong Yidong <cyd@stupidchicken.com>
835
836 * nonascii.texi (Text Representations, Character Codes)
837 (Converting Representations, Explicit Encoding)
838 (Translation of Characters): Use hex notation consistently.
839 (Character Sets): Fix map-charset-chars doc (Bug#5197).
840
4801c5fa
CY
8412010-01-01 Chong Yidong <cyd@stupidchicken.com>
842
843 * loading.texi (Where Defined): Make it clearer that these are
844 loaded files (Bug#5068).
845
26e533e2
CY
8462009-12-29 Chong Yidong <cyd@stupidchicken.com>
847
848 * minibuf.texi (Completion Styles): Document `initials' style.
849
16d1ff5f
CY
8502009-12-25 Chong Yidong <cyd@stupidchicken.com>
851
852 * frames.texi (Resources): Describe inhibit-x-resources.
853 (Size Parameters): Copyedit.
854
855 * hash.texi (Creating Hash):
856 * objects.texi (Hash Table Type): Document the new hash table
857 printed representation.
858
859 * minibuf.texi (Basic Completion): 4th arg to all-completions is
860 obsolete.
861
5dcb4c4e
SM
862 * processes.texi (Process Buffers):
863 Document process-kill-buffer-query-function.
16d1ff5f 864
9a5de3d9
GM
8652009-12-05 Glenn Morris <rgm@gnu.org>
866
867 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
868 diary-display-function, and no longer recommended to be a hook.
869 Update for changes in the names of calendar and diary hooks.
870 diary-print-entries-hook has changed section.
871
b640eb52
EZ
8722009-11-28 Eli Zaretskii <eliz@gnu.org>
873
874 * text.texi (Special Properties): More accurate description of
875 what the `cursor' property does.
876
be1674ab
KR
8772009-11-26 Kevin Ryde <user42@zip.com.au>
878
879 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
880 mouse-wheel-down-event, the closest thing to a definition for them.
881 * os.texi (Startup Summary): vindex inhibit-startup-message and
882 inhibit-splash-screen.
883 (Command-Line Arguments): vindex argv.
884 (Suspending Emacs): vindex suspend-tty-functions and
885 resume-tty-functions. Don't want to index every hook, but having
886 the programming ones is helpful.
887
603f5979
CY
8882009-11-14 Chong Yidong <cyd@stupidchicken.com>
889
890 * commands.texi (Motion Events): Fix typo (Bug#4907).
891
4359a806
CY
8922009-11-08 Chong Yidong <cyd@stupidchicken.com>
893
894 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
895 are affected by case-fold-search (Bug#4483).
896
0f063651
CY
8972009-11-02 Chong Yidong <cyd@stupidchicken.com>
898
899 * minibuf.texi (Reading File Names): Note that read-file-name may
900 use a graphical file dialog.
901
9bd79893
GM
9022009-10-31 Glenn Morris <rgm@gnu.org>
903
904 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
905
ebe479ec
KR
9062009-10-16 Kevin Ryde <user42@zip.com.au>
907
908 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
909 in particular so `info-lookup-symbol' can find its docs.
910
2640fa86
CY
9112009-10-16 Chong Yidong <cyd@stupidchicken.com>
912
913 * variables.texi (Constant Variables): Distinguish from defconst
914 variables.
915 (Defining Variables): Add cindex.
916
edd6a733
CY
9172009-10-15 Chong Yidong <cyd@stupidchicken.com>
918
919 * os.texi (Time of Day): Clarify that the microsecond part is
920 ignored (Bug#4637).
921
5feb0b73
GM
9222009-10-11 Glenn Morris <rgm@gnu.org>
923
924 * frames.texi (Size and Position): Clarify what is included in the frame
925 height. (Bug#4535)
926
0c5413c8
GM
9272009-10-10 Glenn Morris <rgm@gnu.org>
928
929 * windows.texi (Size of Window): The relationship between window and
930 frame heights is not so simple. (Bug#4535)
931 Mention window-full-height-p.
932
7f8b600a
SM
9332009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
936 used from Lisp.
937
6185de1c
EZ
9382009-10-07 Eli Zaretskii <eliz@gnu.org>
939
7f8b600a
SM
940 * files.texi (Directory Names) <abbreviate-file-name>:
941 Document that root home directories are not replaced with "~".
6185de1c 942
9972911f
EZ
9432009-10-06 Eli Zaretskii <eliz@gnu.org>
944
945 * text.texi (Special Properties): Document the meaning of the
946 `cursor' text property whose value is an integer.
947
2a3f19ef
MA
9482009-10-05 Michael Albinus <michael.albinus@gmx.de>
949
950 * files.texi (Magic File Names): Add `copy-directory'.
951
804543b5
EZ
9522009-10-05 Eli Zaretskii <eliz@gnu.org>
953
954 * files.texi (File Attributes): Fix description of file
955 attributes. (Bug#4638) Update attributes of files.texi example to
956 be more representative.
957
461bf92b
MA
9582009-10-05 Michael Albinus <michael.albinus@gmx.de>
959
960 * files.texi (Create/Delete Dirs): New command copy-directory.
961
a86cd395
JB
9622009-10-04 Juanma Barranquero <lekktu@gmail.com>
963
964 * anti.texi (Antinews):
965 * macros.texi (Indenting Macros):
966 * strings.texi (Creating Strings, Case Conversion):
967 Remove duplicate words.
968
d3080264
MA
9692009-10-01 Michael Albinus <michael.albinus@gmx.de>
970
971 * files.texi (Create/Delete Dirs): delete-directory has an
972 optional parameter RECURSIVE.
973
85d14563
SM
9742009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * buffers.texi (Swapping Text): Minor clarification.
977
3d9842c6
GM
9782009-10-01 Glenn Morris <rgm@gnu.org>
979
980 * functions.texi (Declaring Functions): Mention that we also search for
981 ".m" files in the src/ directory.
982
78427304
CY
9832009-09-25 David Engster <deng@randomsample.de>
984
3d9842c6 985 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 986
b578c9cc
GM
9872009-09-22 Glenn Morris <rgm@gnu.org>
988
989 * internals.texi (Building Emacs): Mention preloaded-file-list.
990
beee5da7
AM
9912009-09-14 Alan Mackenzie <acm@muc.de>
992
993 * os.texi (Terminal Output): Put "@code{}" around "stdout".
994
5d6ab672
CY
9952009-09-13 Chong Yidong <cyd@stupidchicken.com>
996
997 * functions.texi (Anonymous Functions): Rearrange discussion,
998 giving usage of unquoted lambda forms first. Mention that
999 `function' and `#'' are no longer required (Bug#4290).
1000
59375eeb
AM
10012009-09-11 Alan Mackenzie <acm@muc.de>
1002
a86cd395 1003 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1004 batch mode.
1005
e7e2f529
GM
10062009-09-01 Glenn Morris <rgm@gnu.org>
1007
1008 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1009
eae47088
GM
10102009-08-26 Ulrich Mueller <ulm@gentoo.org>
1011
1012 * nonascii.texi (Character Codes): Fix typos.
1013
3691a0a6
MA
10142009-08-25 Michael Albinus <michael.albinus@gmx.de>
1015
1016 * processes.texi (Synchronous Processes): New defvar
1017 process-file-side-effects.
1018
664d56b8
GM
10192009-08-25 Glenn Morris <rgm@gnu.org>
1020
1021 * display.texi (Fontsets): Fix typo.
1022
0706c025
GM
1023 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1024
03a74b84
SM
10252009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * processes.texi (Asynchronous Processes): Adjust arglist of
1028 start-process-shell-command and start-file-process-shell-command.
1029
f6de8a37
CY
10302009-08-15 Chong Yidong <cyd@stupidchicken.com>
1031
4b1ed1bb
CY
1032 * advice.texi (Argument Access in Advice): Note that argument
1033 positions are zero-based (Bug#3932).
1034
89a9e058
CY
1035 * commands.texi (Distinguish Interactive): Minor copyedit.
1036
23696fd7
CY
1037 * display.texi (Face Attributes): Add xref to Displaying Faces for
1038 explanation of "underlying face".
1039
f6de8a37
CY
1040 * customize.texi (Common Keywords): Add xref to Loading.
1041
1042 * loading.texi (How Programs Do Loading): Add xref to Lisp
1043 Libraries node in the Emacs manual.
1044
417f77e6
CY
10452009-08-13 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1048
0999039c
CY
10492009-07-18 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * processes.texi (Shell Arguments): Copyedits.
1052
9af167bc
GM
10532009-07-18 Glenn Morris <rgm@gnu.org>
1054
1055 * loading.texi (Repeated Loading): Fix typo.
1056
137987ab
RS
10572009-07-16 Richard Stallman <rms@gnu.org>
1058
1059 * buffers.texi (Swapping Text): Recommend setting
1060 write-region-annotate-functions and buffer-saved-size.
1061
1062 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1063
622fa380
GM
10642009-07-15 Glenn Morris <rgm@gnu.org>
1065
1066 * edebug.texi: Minor re-phrasings throughout.
1067 (Edebug Execution Modes): Sit-for affects continue mode too.
1068 (Jumping): Use `forward-sexp' rather than its keybinding.
1069 (Edebug Misc): Fix Q binding.
1070 (Edebug Eval): Remove cl version.
1071 (Printing in Edebug): Clarify print-length etc.
1072 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1073 (Specification List): Remove edebug-unwrap findex entry.
1074 (Specification Examples): defmacro is actually not the same as defun.
1075 Escape "`" in example.
1076
6bbd4600
CY
10772009-07-15 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * markers.texi (The Mark): Document optional arg to
1080 deactivate-mark.
1081
e538d479
GM
10822009-07-11 Kevin Ryde <user42@zip.com.au>
1083
1084 * hooks.texi (Standard Hooks): Fix cross-references.
1085
4c98b9ed
GM
1086 * loading.texi (Named Features): Refer to eval-after-load.
1087
5300838c
GM
10882009-07-11 Glenn Morris <rgm@gnu.org>
1089
64fbeb16
GM
1090 * Makefile.in (TEXI2PDF): New.
1091 (elisp.pdf): New target.
1092
4c98b9ed
GM
1093 * searching.texi (Regexp Backslash): Fix typo.
1094
1095 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1096
51d9979c
GM
10972009-07-10 Glenn Morris <rgm@gnu.org>
1098
561c0216
GM
1099 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1100
5b594a58
GM
1101 * customize.texi (Customization Types):
1102 * display.texi (Abstract Display):
0cc8c85a 1103 * objects.texi (Character Type, String Type):
5b594a58 1104 Merge in some menu descriptions from elisp.texi.
51d9979c 1105
c3cbbb40
GM
1106 * hash.texi (Hash Tables):
1107 * modes.texi (Multiline Font Lock):
1108 End menu description with period.
fe42c16a 1109
28528402
GM
11102009-07-09 Glenn Morris <rgm@gnu.org>
1111
1112 * back.texi: Don't hard-code texinfo location.
1113
1114 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1115 (tex): Add texinfodir to TEXINPUTS.
1116 (elisp1med-init, elisp2med-init): Use texinfodir.
1117
1118 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1119 (clean): Add two-volume.make intermediate files.
1120
1121 * elisp.texi, vol1.texi, vol2.texi:
1122 Use a DATE variable with the publication date, and update it.
1123 Fix antinews menu description.
1124
1125 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1126 Update the detailed node listing to match elisp.texi.
1127
1128 * README: Update edition to match elisp.texi.
1129
1130 * objects.texi (General Escape Syntax):
1131 * nonascii.texi (Character Sets):
1132 Use consistent case for "Unicode Standard".
1133
1134 * anti.texi (Antinews):
1135 * customize.texi (Variable Definitions):
1136 * functions.texi (Declaring Functions):
1137 * nonascii.texi (Character Properties):
1138 * processes.texi (Serial Ports):
1139 * text.texi (Special Properties):
1140 * tips.texi (Coding Conventions):
1141 Minor rearrangements to improve TeX line-filling.
1142
1143 * commands.texi (Using Interactive): Fix cross-reference.
1144
17db8e10
JD
11452009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1146
1147 * frames.texi (Management Parameters): Mention sticky.
1148
77c7e2e1
AS
11492009-07-01 Andreas Schwab <aschwab@redhat.com>
1150
1151 * help.texi (Help Functions): Fix description of help-buffer and
1152 help-setup-xref to use @defun instead of @deffn.
1153
3f1c6666
JD
11542009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1155
1156 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1157
ca27c21b
CY
11582009-06-24 Chong Yidong <cyd@stupidchicken.com>
1159
1160 * display.texi (Window Systems): Add ns to the list.
1161
70243478
CY
11622009-06-21 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * Branch for 23.1.
1165
df006536
MR
11662009-06-17 Martin Rudalics <rudalics@gmx.at>
1167
1168 * windows.texi (Dedicated Windows): Fix typo.
1169 (Resizing Windows): Replace @defun by @deffn.
1170
d259fc4b
GM
11712009-06-17 Glenn Morris <rgm@gnu.org>
1172
1173 * variables.texi (Directory Local Variables):
1174 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1175
30781db6
KH
11762009-06-09 Kenichi Handa <handa@m17n.org>
1177
1178 * nonascii.texi (Character Sets): State clearly that FROM and TO
1179 are codepoints of CHARSET.
1180
62e8099c
CY
11812009-06-07 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * minibuf.texi (Reading File Names): Fix introductory text.
1184 Suggested by stan@derbycityprints.com.
1185 (High-Level Completion): Fix typo.
1186
ee1b1917
CY
11872009-05-28 Chong Yidong <cyd@stupidchicken.com>
1188
1189 * frames.texi (Text Terminal Colors): Multi-tty is already
1190 implemented, but tty-local colors are not.
1191
5df647e8
CY
11922009-05-27 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * hooks.texi (Standard Hooks): Remove mention of obsolete
1195 redisplay-end-trigger-functions.
1196
1197 * internals.texi (Window Internals): Remove mention of obsolete
1198 redisplay-end-trigger-functions.
1199
01f17ae2
MR
12002009-05-21 Martin Rudalics <rudalics@gmx.at>
1201
1202 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1203
1204 * backups.texi (Making Backups): backup-directory-alist and
1205 make-backup-file-name-function are options.
1206 (Auto-Saving): auto-save-list-file-prefix is an option.
1207
1208 * buffers.texi (Killing Buffers): buffer-offer-save is an
1209 option.
1210
1211 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1212 option.
1213 (Echo Area Customization): echo-keystrokes is an option.
1214 (Selective Display): selective-display-ellipses is an option.
1215 (Temporary Displays): temp-buffer-show-function is an option.
1216 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1217 are options.
1218 (Font Selection): face-font-family-alternatives,
1219 face-font-selection-order, face-font-registry-alternatives, and
1220 scalable-fonts-allowed are options.
1221 (Fringe Indicators): indicate-buffer-boundaries is an option.
1222 (Fringe Cursors): overflow-newline-into-fringe is an option.
1223 (Scroll Bars): scroll-bar-mode is an option.
1224
1225 * eval.texi (Eval): max-lisp-eval-depth is an option.
1226
1227 * files.texi (Visiting Functions): find-file-hook is an option.
1228 (Directory Names): directory-abbrev-alist is an option.
1229 (Unique File Names): temporary-file-directory and
1230 small-temporary-file-directory are options.
1231
1232 * frames.texi (Initial Parameters): initial-frame-alist,
1233 minibuffer-frame-alist and default-frame-alist are options.
1234 (Cursor Parameters): blink-cursor-alist and
1235 cursor-in-non-selected-windows ar options.
1236 (Window System Selections): selection-coding-system is an
1237 option.
1238 (Display Feature Testing): display-mm-dimensions-alist is an
1239 option.
1240
1241 * help.texi (Help Functions): help-char and help-event-list are
1242 options.
1243
1244 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1245 an option.
1246
1247 * minibuf.texi (Minibuffer History): history-length and
1248 history-delete-duplicates are options.
1249 (High-Level Completion): read-buffer-function and
1250 read-buffer-completion-ignore-case are options.
1251 (Reading File Names): read-file-name-completion-ignore-case is
1252 an option.
1253
1254 * modes.texi (Mode Line Top): mode-line-format is an option.
1255 (Mode Line Variables): mode-line-position and mode-line-modes
1256 are options.
1257
1258 * nonascii.texi (Text Representations):
1259 enable-multibyte-characters is an option.
1260 (Default Coding Systems): auto-coding-regexp-alist,
1261 file-coding-system-alist, auto-coding-alist and
1262 auto-coding-functions are options.
1263 (Specifying Coding Systems): inhibit-eol-conversion is an
1264 option.
1265
1266 * os.texi (Init File): site-run-file is an option.
1267 (System Environment): mail-host-address is an option.
1268 (User Identification): user-mail-address is an option.
1269 (Terminal Output): baud-rate is an option.
1270
1271 * positions.texi (Word Motion): words-include-escapes is an
1272 option.
1273
1274 * searching.texi (Standard Regexps): page-delimiter,
1275 paragraph-separate, paragraph-separate and sentence-end are
1276 options.
1277
1278 * text.texi (Margins): left-margin and fill-nobreak-predicate
1279 are options.
1280
1281 * variables.texi (Local Variables): max-specpdl-size is an
1282 option.
1283
1284 * windows.texi (Choosing Window):
1285 split-window-preferred-function, special-display-function and
1286 display-buffer-function are options.
1287
106e6894
CY
12882009-05-20 Chong Yidong <cyd@stupidchicken.com>
1289
4a83454d
CY
1290 Fix errors spotted by Martin Rudalics.
1291
106e6894
CY
1292 * syntax.texi (Position Parse): Document rationale for ignored
1293 arguments to syntax-ppss-flush-cache.
1294
1295 * processes.texi (Input to Processes): Mark PROCESS arg to
1296 process-running-child-p as optional.
1297 (Network Options): Document NO-ERROR arg to
1298 set-network-process-option.
1299
1300 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1301 command.
1302
1303 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1304 posix-search-backward as commands.
1305
1306 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1307 (Suspending Emacs): Mark suspend-emacs as a command.
1308 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1309 commands.
5dcb4c4e
SM
1310 (Terminal Output): Remove obsolete function baud-rate.
1311 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1312
1313 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1314 terminal-coding-system and set-terminal-coding-system.
1315 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1316 as optional.
1317 (Character Sets): Document RESTRICTION arg of char-charset.
1318 (Character Codes): Mark POS argument to get-byte as optional.
1319
1320 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1321 minibuffer-message.
1322
1323 * files.texi (Create/Delete Dirs): Mark make-directory and
1324 delete-directory as commands.
1325
1326 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1327
1328 * text.texi (Base 64): Mark base64-decode-string and
1329 base64-encode-string as commands.
1330 (Columns): Mark move-to-column as a command.
1331 (Mode-Specific Indent): Document RIGID arg to
1332 indent-for-tab-command.
1333 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1334 Mark indent-code-rigidly as a command.
1335 (Substitution): Mark translate-region as a command.
1336
1337 * frames.texi (Size and Position): Remove obsolete functions
1338 screen-height and screen-width.
1339
04173931
CY
13402009-05-19 Chong Yidong <cyd@stupidchicken.com>
1341
1342 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1343 (Displaying Buffers, Resizing Windows): Correct mistakes;
1344 next-window, previous-window, and pop-to-buffer are not commands,
1345 and fit-window-to-buffer" is a command. (Pointed out by Martin
1346 Rudalics.)
1347
eae7d8f8
RS
13482009-05-17 Richard M Stallman <rms@gnu.org>
1349
1350 * modes.texi (Precalculated Fontification): Clarify text.
1351
b8766179
MR
13522009-05-17 Martin Rudalics <rudalics@gmx.at>
1353
1354 * windows.texi (Selecting Windows): Clarify descriptions of
1355 with-selected-window and get-lru-window.
1356 (Cyclic Window Ordering): Refer to particular frame when talking
1357 about how splitting affects the ordering.
1358 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1359 switch-to-buffer-other-window. Explain how setting of
1360 display-buffer-reuse-frames affects pop-to-buffer.
1361 (Choosing Window): Clarify some details in descriptions of
1362 display-buffer-reuse-frames, pop-up-frames, and
1363 pop-up-frame-function.
1364 (Dedicated Windows): Clarify some details.
1365 (Textual Scrolling): Replace term vscroll by term vertical
1366 scroll position.
1367 (Vertical Scrolling): Fix typo.
1368 (Window Hooks): Relate text on jit-lock-register to window
1369 scrolling and size changes.
1370
734b5e3b
CY
13712009-05-14 Chong Yidong <cyd@stupidchicken.com>
1372
0a65633e
CY
1373 * frames.texi (Initial Parameters): Clarify what the initial
1374 minibuffer frame is.
05be46d7
CY
1375 (Buffer Parameters): Note that the minibuffer parameter can not be
1376 altered.
0a65633e 1377
734b5e3b
CY
1378 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1379 Document display-buffer changes.
1380
925672cd
CY
13812009-05-13 Chong Yidong <cyd@stupidchicken.com>
1382
17ecd7af
CY
1383 * anti.texi (Antinews): Rewrite for Emacs 22.
1384
925672cd
CY
1385 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1386 obarrays are first mentioned. Define "system abbrev" more
1387 prominently, and add it to the index.
1388 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1389 Copyedits.
1390 (Abbrev Expansion): Document abbrev-insert.
1391
80be4dd7
CY
13922009-05-12 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * frames.texi (Font and Color Parameters): Rename from Color
1395 Parameters. Document font-backend parameter.
1396
1397 * vol2.texi (Top): Update node listing.
1398 * vol1.texi (Top): Update node listing.
1399 * elisp.texi (Top): Update node listing.
1400
372a93ac
MR
14012009-05-11 Martin Rudalics <rudalics@gmx.at>
1402
1403 * windows.texi (Choosing Window): Don't explicitly refer to
1404 split-window-sensibly's window argument in descriptions of
1405 split-height-threshold and split-width-threshold.
1406
714c3541
MR
14072009-05-10 Martin Rudalics <rudalics@gmx.at>
1408
1409 * windows.texi (Choosing Window): Fix rewrite of window
1410 splitting section.
1411
0e90e7be
EZ
14122009-05-09 Eli Zaretskii <eliz@gnu.org>
1413
1414 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1415 find-auto-coding, set-auto-coding, and auto-coding-alist.
1416 Add indexing.
0e90e7be
EZ
1417 (Lisp and Coding Systems): Add index entries.
1418
d3c0c321
MR
14192009-05-09 Martin Rudalics <rudalics@gmx.at>
1420
1421 * windows.texi (Choosing Window): Describe split-window-sensibly
1422 and rewrite section on window splitting accordingly.
1423 (Textual Scrolling): Replace `...' by @code{...}.
1424
c773345a
CY
14252009-05-04 Chong Yidong <cyd@stupidchicken.com>
1426
ee2d5b5e
CY
1427 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1428 Remove obsoleted pre-abbrev-expand-hook.
1429
1430 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1431 entries.
1432
c773345a
CY
1433 * internals.texi (Object Internals): Don't assume 32-bit machines
1434 are the norm.
1435 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1436 (Window Internals): Synch field names to window.h.
1437 (Process Internals): Synch field names to process.h.
c773345a 1438
dd449674
CY
14392009-04-29 Chong Yidong <cyd@stupidchicken.com>
1440
1441 * variables.texi (File Local Variables): Note that read-circle is
1442 bound to nil when reading file-local variables.
1443
1444 * streams.texi (Input Functions): Document read-circle.
1445 (Output Variables): Add xref to Circular Objects.
1446
4f1e25e2
CY
14472009-04-25 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1450 Features and Coding System Basics. Node that "p" stands for
1451 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1452 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1453 mouse-appearance-menu.
1454 (Programming Tips): Add xref to Progress.
1455
dca019f8
CY
14562009-04-22 Chong Yidong <cyd@stupidchicken.com>
1457
5dcb4c4e
SM
1458 * os.texi (Command-Line Arguments):
1459 Document command-line-args-left.
dca019f8
CY
1460 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1461 terminal objects for tty arguments.
1462 (Startup Summary): Add xref to Session Management.
1463 (Session Management): Mention emacs-session-restore. Copyedits.
1464
02a89103
CY
14652009-04-20 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * os.texi (Startup Summary): Copyedits. The init file is not
1468 necessarily named .emacs now. Document initial-buffer-choice and
1469 initial-scratch-message. Note where Emacs exits in batch mode.
1470 Document inhibit-splash-screen as an alias.
1471 (Init File): Be neutral about which init file name to use.
1472
14732009-04-16 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * os.texi (System Interface): Fix Texinfo usage.
1476
0c1cfe01
CY
14772009-04-15 Chong Yidong <cyd@stupidchicken.com>
1478
80d7cdca
CY
1479 * searching.texi (Regexp Backslash): Also refer to shy groups as
1480 non-capturing or unnumbered groups.
1481 (Regexp Functions): Add cross-reference to Regexp Backslash.
1482
0c1cfe01
CY
1483 * display.texi (Truncation): Overlays can use line-prefix and
1484 wrap-prefix too.
1485 (Overlay Properties): Document wrap-prefix and line-prefix.
1486 (Face Attributes): Document underline-minimum-offset.
1487 (Face Remapping): Copyedits.
1488 (Low-Level Font): Copyedits.
1489 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1490 (Line Height): Emphasize that line-spacing only takes effect on
1491 graphical terminals.
0c1cfe01 1492
c4adeee0
CY
14932009-04-13 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * display.texi (Refresh Screen): Note that a passage about screen
1496 refreshing is text terminal only.
1497 (Forcing Redisplay): Delete misleading comment---sit-for calls
1498 redisplay, not the other way around.
1499 (Truncation): Note new values of truncate-partial-width-windows.
1500 Copyedits.
1501 (Invisible Text): Document invisible-p.
1502
b20ecfa1
EZ
15032009-04-11 Eli Zaretskii <eliz@gnu.org>
1504
1505 * display.texi (Overlays): Overlays don't scale well. See
1506 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1507
97d8273f
CY
15082009-04-10 Chong Yidong <cyd@stupidchicken.com>
1509
f147ff75
CY
1510 * syntax.texi (Syntax Table Functions): Document cons cell
1511 argument for modify-syntax-entry.
1512 (Categories): Document cons cell argument for
1513 modify-category-entry.
1514
fca4ec76
CY
1515 * searching.texi (String Search): Document word-search-forward-lax
1516 and word-search-backward-lax.
1517 (Searching and Case): Describe isearch behavior more precisely.
1518
9c283d5b
CY
1519 * keymaps.texi (Tool Bar): Mention that some platforms do not
1520 support multi-line toolbars. Suggested by Stephen Eglen.
1521
1522 * frames.texi (Layout Parameters): Mention that Nextstep also
1523 allows only one tool-bar line. Suggested by Stephen Eglen.
1524
97d8273f
CY
1525 * nonascii.texi (Text Representations): Copyedits.
1526 (Coding System Basics): Also mention utf-8-emacs.
1527 (Converting Representations, Selecting a Representation)
1528 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1529 Copyedits.
1530 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1531
2bad3299
CY
15322009-04-09 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1535 (Filling): Clarify REGION argument of fill-paragraph.
1536 Document fill-forward-paragraph-function.
2bad3299
CY
1537 (Special Properties): Remove "new in Emacs 22" declaration.
1538 (Clickable Text): Merge with Links and Mouse-1 node.
1539
5dcb4c4e
SM
1540 * display.texi (Button Properties, Button Buffer Commands):
1541 Change xref to Clickable Text.
2bad3299
CY
1542
1543 * tips.texi (Key Binding Conventions): Change xref to Clickable
1544 Text.
1545
1546 * elisp.texi (Top): Update node listing.
1547
ea30ce4f
CY
15482009-04-05 Chong Yidong <cyd@stupidchicken.com>
1549
47af2f4b
CY
1550 * markers.texi (The Mark): Copyedits. Improve description of
1551 handle-shift-selection.
1552 (The Region): Move use-region-p here from The Mark.
1553
ea30ce4f
CY
1554 * positions.texi (Screen Lines): Document (cols . lines) argument
1555 for vertical-motion.
1556
2aa8ea6e
CY
15572009-04-04 Chong Yidong <cyd@stupidchicken.com>
1558
3ec61d4e
CY
1559 * frames.texi (Frames): Clean up introduction. Document `ns'
1560 return value for framep.
1561 (Creating Frames): Note how the terminal is chosen.
1562 (Multiple Terminals, Multiple Displays): Merge into a single node.
1563 (Color Parameters): Fix typo.
1564
1565 * variables.texi (Local Variables, Buffer-Local Variables)
1566 (Creating Buffer-Local): Change link to Multiple Terminals.
1567
1568 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1569
1570 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1571 Terminals.
1572
1573 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1574 to Multiple Terminals.
1575
1576 * elisp.texi (Top): Update node listing.
1577 * vol2.texi (Top): Update node listing.
1578 * vol1.texi (Top): Update node listing.
1579
9257072f
CY
1580 * buffers.texi (Current Buffer): Note that the append-to-buffer
1581 example is no longer in synch with the latest code. Tie the two
1582 examples together.
1583
2aa8ea6e
CY
1584 * files.texi (File Attributes): Move note about MS-DOS from
1585 Changing Files to File Attributes.
1586 (Create/Delete Dirs): Note that mkdir is an alias for this.
1587
22e74b17
CY
15882009-04-01 Markus Triska <triska@gmx.at>
1589
1590 * processes.texi (Filter Functions): Suggest how to handle output
1591 batches.
1592
4bbe48ec
CY
15932009-03-30 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * help.texi (Accessing Documentation): Update example to use
1596 help-setup-xref and with-help-window.
1597 (Help Functions): Remove print-help-return-message, which is
1598 semi-obsolete due to with-help-window. Document help-buffer and
1599 help-setup-xref.
1600
b9723f39
CY
16012009-03-29 Chong Yidong <cyd@stupidchicken.com>
1602
5dcb4c4e
SM
1603 * help.texi (Accessing Documentation, Help Functions):
1604 Remove information about long-obsolete Emacs versions.
9eb52e90 1605
b9723f39
CY
1606 * modes.texi (Mode Line Variables): The default values of the mode
1607 line variables are now more complicated.
1608
b0cc32db
CY
16092009-03-28 Chong Yidong <cyd@stupidchicken.com>
1610
3c25a5a9
CY
1611 * modes.texi (Major Mode Conventions): Note that specialness is
1612 inherited.
31c9eebb
CY
1613 (Derived Modes): Note that define-derive-mode sets the mode-class
1614 property.
3c25a5a9 1615
b0cc32db
CY
1616 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1617 goto-map. Add search-map to the list.
1618
c5e0006d
EZ
16192009-03-27 Eli Zaretskii <eliz@gnu.org>
1620
1213465a
EZ
1621 * os.texi (System Environment): Update the list of system-type
1622 values.
1623
c5e0006d
EZ
1624 * markers.texi (The Mark) <handle-shift-selection>: Update for
1625 removal of the optional argument DEACTIVATE.
1626
48bab3d6
CY
16272009-03-25 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * commands.texi (Focus Events): Most X window managers don't use
1630 focus-follows-mouse nowadays.
1631
6e4ff1b6
CY
16322009-03-24 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * commands.texi (Defining Commands): Clarify introduction.
1635 (Using Interactive): Not that interactive can be put in a symbol
1636 property.
1637 (Interactive Call): Note that a symbol with a non-nil
1638 interactive-form property satisfies commandp.
1639
11625308
JB
16402009-03-23 Juanma Barranquero <lekktu@gmail.com>
1641
1642 * minibuf.texi (Intro to Minibuffers): Fix typos.
1643
7b34420d
CY
16442009-03-23 Chong Yidong <cyd@stupidchicken.com>
1645
1646 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1647 about minibuffers in old Emacs versions. Copyedits.
1648 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1649 (Text from Minibuffer): Simplify introduction.
1650
f9257eed
AM
16512009-03-22 Alan Mackenzie <acm@muc.de>
1652
1653 * commands.texi (Using Interactive): Clarify string argument to
1654 `interactive' - even promptless elements need \n separators.
1655
f639ba70
CY
16562009-03-18 Chong Yidong <cyd@stupidchicken.com>
1657
1658 * minibuf.texi (Completion Styles): New node.
1659
1660 * elisp.texi (Top): Update node listing.
1661
d897e8ee
CY
16622009-03-17 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * minibuf.texi (Basic Completion): Note that
1665 read-file-name-completion-ignore-case and
1666 read-buffer-completion-ignore-case can override
1667 completion-ignore-case.
1668 (Minibuffer Completion): Document completing-read changes.
1669 (Completion Commands): Avoid mentioning partial completion mode.
1670 Document minibuffer-completion-confirm changes, and
1671 minibuffer-confirm-exit-commands.
1672 (High-Level Completion): Document new require-match behavior for
1673 read-buffer. Document read-buffer-completion-ignore-case.
1674 (Reading File Names): Document new require-match behavior for
1675 read-file-name.
1676
b1f23349
CY
16772009-03-14 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * debugging.texi (Error Debugging): Don't mislead the reader into
1680 thinking that debug-on-error enters debugger for C-f at EOB.
1681 (Error Debugging): Setting debug-on-init within the init file
1682 works, and has for some time.
1683
d6eb4e25
KH
16842009-03-13 Kenichi Handa <handa@m17n.org>
1685
1686 * display.texi (Fontsets): Update the description.
1687
1cf53dc5
CY
16882009-03-13 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * advice.texi (Advising Primitives): Link to What Is a Function.
1691
81f919fc
CY
16922009-03-12 Chong Yidong <cyd@stupidchicken.com>
1693
cf4229eb
CY
1694 * compile.texi (Speed of Byte-Code): Update example.
1695 (Disassembly): Update examples.
1696
81f919fc 1697 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1698
1699 * customize.texi (Common Keywords): It's not necessary to use :tag
1700 to remove hyphens, as custom-unlispify-tag-name does it
1701 automatically.
5dcb4c4e
SM
1702 (Variable Definitions): Link to File Local Variables.
1703 Document customized-value symbol property.
f2bbc08c
CY
1704 (Customization Types): Move menu to end of node.
1705
955964d7
CY
17062009-03-10 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * macros.texi (Compiling Macros): Omit misleading sentence, which
1709 implied that macros can only be used in the same file they are
1710 defined.
1711 (Backquote): Remove obsolete information about Emacs 19.
1712
d25ed7db
GM
17132009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1714
1715 * display.texi (Display Margins): Fix paren typo.
1716
d55f6ca5
CY
17172009-02-27 Chong Yidong <cyd@stupidchicken.com>
1718
f0e57ed8
CY
1719 * elisp.texi (Top): Update node listing.
1720
1721 * variables.texi (Variables): Clarify introduction.
1722 (Global Variables): Mention that setq is a special form.
1723 (Local Variables): Use active voice.
1724 (Tips for Defining): Mention marking variables as safe.
1725 (Buffer-Local Variables): Mention terminal-local and frame-local
1726 variables together.
1727 (File Local Variables): Copyedits.
1728 (Frame-Local Variables): Note that they are not really useful.
1729 (Future Local Variables): Node deleted.
1730
d55f6ca5
CY
1731 * objects.texi (General Escape Syntax): Update explanation of
1732 unicode escape syntax.
1733
ca8f09a8
CY
17342009-02-23 Chong Yidong <cyd@stupidchicken.com>
1735
1736 * control.texi (Control Structures): Add cindex entry for "textual
1737 order".
1738
1739 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1740 instead of "expression" throughout.
1741 (Function Indirection): Copyedits. Use active voice.
1742 (Eval): The default value of max-lisp-eval-depth is now 400.
1743
a20878b6
MB
17442009-02-23 Miles Bader <miles@gnu.org>
1745
1746 * processes.texi (System Processes): Rename `system-process-attributes'
1747 to `process-attributes'.
1748
61f66044
CY
17492009-02-22 Chong Yidong <cyd@stupidchicken.com>
1750
1b80d1f3
CY
1751 * symbols.texi (Property Lists): Emphasize that property lists are
1752 not restricted to symbol cells.
1753 (Other Plists): Copyedit.
1754
61f66044
CY
1755 * sequences.texi (Sequences Arrays Vectors): Make introduction
1756 more concise.
1757 (Arrays): Mention char-tables and bool-vectors too.
1758 (Vectors): Don't repeat information given in Arrays node. Link to
1759 nodes that explain the vector usage examples.
1760 (Char-Tables): Note that char-table elements can have arbitrary
1761 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1762 Link to Property Lists node.
61f66044 1763
9403944b
CY
17642009-02-22 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1767 `append'.
4068c7b4 1768 (List Elements): Copyedits.
9403944b
CY
1769
1770 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1771 of `vconcat'.
1772
1773 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1774 Emacs 20 usage of `concat'.
1775 (Case Conversion): Copyedits.
1776
b87a185f
CY
17772009-02-21 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1780 Minor edits.
1781 (Frame Configuration Type): Emphasize that it is not primitive.
1782 (Font Type): New node.
1783 (Type Predicates): Add fontp; type-of now recognizes font object
1784 types.
1785
1786 * intro.texi (Version Info): Update version numbers in examples.
1787 (Acknowledgements): List more contributors.
1788
1789 * elisp.texi: Bump version number to 3.0.
1790 (Top): Link to Font Type node.
1791
867d4bb3
JB
17922009-02-20 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * modes.texi (Major Mode Conventions): Remove duplicate words.
1795 (Customizing Keywords): Fix typo.
1796
77730170
EZ
17972009-02-14 Eli Zaretskii <eliz@gnu.org>
1798
1799 * nonascii.texi (User-Chosen Coding Systems): Document that
1800 select-safe-coding-system suggests raw-text if there are raw bytes
1801 in the region.
1802 (Explicit Encoding): Warn not to use `undecided' when encoding.
1803
c8736212
GM
18042009-02-11 Glenn Morris <rgm@gnu.org>
1805
1806 * frames.texi (Visibility of Frames): Mention the effect multiple
1807 workspaces/desktops can have on visibility.
1808
ab992d66
EZ
18092009-02-07 Eli Zaretskii <eliz@gnu.org>
1810
c8736212
GM
1811 * text.texi (Commands for Insertion):
1812 * commands.texi (Event Mod):
1813 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1814 * nonascii.texi (Translation of Characters):
1815 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1816 (Explicit Encoding): Document the `charset' text property produced
1817 by decode-coding-region and decode-coding-string.
ab992d66 1818
e651a255
AM
18192009-01-27 Alan Mackenzie <acm@muc.de>
1820
1821 * modes.texi (Search-based Fontification): Correct a typo.
1822
bc5cde4b
JB
18232009-01-25 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1826 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1827
3533155b
EZ
18282009-01-24 Eli Zaretskii <eliz@gnu.org>
1829
f721deda
EZ
1830 * display.texi (Window Systems): Document the value of
1831 `initial-window-system' under --daemon.
1832
3533155b
EZ
1833 * os.texi (System Environment): Remove description of the
1834 `environment' function which has been deleted.
1835
f79b43b2
DN
18362009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1837
1838 * frames.texi (Multiple Displays): Remove documentation for
1839 removed function make-frame-on-tty.
1840
e3aa6669
CY
18412009-01-22 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1844 write-region-annotate-functions.
1845 Document write-region-post-annotation-function.
e3aa6669 1846
fb13a416
CY
18472009-01-19 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * display.texi (Font Lookup): Document WIDTH argument of
1850 x-list-fonts.
1851
02eccf6b
EZ
18522009-01-17 Eli Zaretskii <eliz@gnu.org>
1853
ead3f58d
EZ
1854 * maps.texi (Standard Keymaps): Rename function-key-map to
1855 local-function-key-map.
1856
1857 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1858 local-function-key-map.
1859
1860 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1861 and `set-keyboard-coding-system' now accept an optional terminal
1862 argument.
1863
1864 * commands.texi (Event Mod): `keyboard-translate-table' is now
1865 terminal-local.
1866 (Function Keys): Rename function-key-map to
1867 local-function-key-map.
1868
df05a163
EZ
1869 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1870 frames.texi.
1871
0ed8034e 1872 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1873 `delete-terminal-functions', `suspend-tty-functions' and
1874 `resume-tty-functions'.
0ed8034e
EZ
1875
1876 * frames.texi (Frames): Document `frame-terminal' and
1877 `terminal-live-p'.
1878 (Multiple Displays): Document `make-frame-on-tty'.
1879 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1880 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1881 (Terminal Parameters): Document `terminal-parameters',
1882 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1883
1884 * os.texi (System Environment): Document `environment' and
1885 `initial-environment'.
490f1197
EZ
1886 (Suspending Emacs): Update for multi-tty; document
1887 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1888
02eccf6b
EZ
1889 * nonascii.texi (Coding System Basics): More accurate description
1890 of `raw-text'.
1891
f19fea97
JB
18922009-01-12 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * display.texi (Low-Level Font): Fix typo.
1895
16fa292f
CY
18962009-01-10 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * elisp.texi (Top): Update node listing.
1899
1900 * display.texi (PostScript Images): Node deleted.
1901
0b4faef3
EZ
19022009-01-10 Eli Zaretskii <eliz@gnu.org>
1903
3355f04d
EZ
1904 * processes.texi (Decoding Output): Document that null bytes force
1905 no-conversion for reading process output.
1906
1907 * files.texi (Reading from Files): Document that null bytes force
1908 no-conversion when visiting files.
1909
11625308 1910 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1911
5dcb4c4e
SM
1912 * nonascii.texi (Lisp and Coding Systems):
1913 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1914 (Character Properties): Improve wording.
0b4faef3 1915
ce9cf065
CY
19162009-01-09 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * display.texi (Font Lookup): Remove obsolete function
1919 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1920 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1921 (Font Selection): Reorder order of variable descriptions.
1922 Minor clarifications.
ce9cf065
CY
1923
1924 * elisp.texi (Top): Update node listing.
1925
ab756fb3
GM
19262009-01-09 Glenn Morris <rgm@gnu.org>
1927
1928 * commands.texi (Command Loop Info): Say that last-command-char and
1929 last-input-char are obsolete aliases.
1930
1931 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1932 last-input-char and last-command-char, since they are just aliases for
1933 last-input-event and last-command-event.
1934
1935 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1936 last-command-char.
1937
6b2b8ab1
CY
19382009-01-08 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * elisp.texi: Update node listing.
1941
1942 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1943 (Face Attributes): Don't link to Font Lookup.
1944 Document font-family-list.
6b2b8ab1
CY
1945 (Fonts): New node.
1946
3568e767
JR
19472009-01-08 Jason Rumney <jasonr@gnu.org>
1948
1949 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1950 changing the standard pointer shapes. (Bug#1485)
3568e767 1951
6221c8db
CY
19522009-01-08 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * display.texi (Attribute Functions): Note that a function value
1955 :height is relative, and that compatibility functions work by
1956 calling set-face-attribute.
1957 (Displaying Faces): Reorder list in order of increasing priority.
1958 (Face Remapping): New node. Content moved here from Displaying
1959 Faces.
1960 (Glyphs): Link to Face Functions.
1961
e3d3799a
CY
19622009-01-08 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * display.texi (Faces): Don't discuss face id here. facep does
1965 not return t.
1966 (Defining Faces): Minor clarification.
1967 (Face Attributes): Rearrange items to match docstring of
1968 set-face-attribute. Add :foundry attribute. Document new role of
1969 :font attribute. Texinfo usage fix.
1970 (Attribute Functions): Copyedits.
1971 (Face Functions): Note that face number is seldom used.
1972
638a2457
RS
19732009-01-05 Richard M Stallman <rms@gnu.org>
1974
1975 * strings.texi (Predicates for Strings): Minor clarification.
1976
1977 * functions.texi (Function Safety): Texinfo usage fix.
1978
49ea0074
JB
19792009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1980
1981 * objects.texi (General Escape Syntax): Fix typo.
1982
9f822178
MR
19832009-01-03 Martin Rudalics <rudalics@gmx.at>
1984
1985 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1986 works via the default value of pop-up-frame-function.
1987
af34ad36
EZ
19882009-01-02 Eli Zaretskii <eliz@gnu.org>
1989
1990 * processes.texi (System Processes): Document the `time' and
1991 `ctime' attributes of `system-process-attributes'.
1992
d31f6679
CY
19932009-01-01 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * display.texi (Face Attributes): Clarify :height attribute.
1996
174dc00c
MR
19972008-12-31 Martin Rudalics <rudalics@gmx.at>
1998
1999 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2000 the front of the buffer list. Add entries for `last-buffer' and
2001 `unbury-buffer'.
2002
b8afe7e4
EZ
20032008-12-27 Eli Zaretskii <eliz@gnu.org>
2004
d14030f5
EZ
2005 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2006 and its subsections.
2007
2008 * frames.texi (Multiple Terminals, Low-level Terminal)
2009 (Terminal Parameters, Frames on Other TTY devices): New sections.
2010 (Frames): Add an xref to "Multiple Terminals".
2011
765980a4
EZ
2012 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2013
2014 * objects.texi (Terminal Type): New node.
2015 (Editing Types): Add it to the menu.
2016
47bd5577
EZ
2017 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2018 Variables".
2019
eb22b78c 2020 * variables.texi (Directory Local Variables): New node.
47bd5577 2021 (Variables): Add a menu item for it.
eb22b78c 2022
b8afe7e4
EZ
2023 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2024 `generated-autoload-file'.
2025
77bb0476
EZ
20262008-12-20 Eli Zaretskii <eliz@gnu.org>
2027
028e2c19
EZ
2028 * os.texi (Startup Summary): Add xref to documentation of
2029 `initial-window-system'.
2030
77bb0476
EZ
2031 * display.texi (Window Systems): Document `window-system' the
2032 function. The variable `window-system' is now frame-local.
028e2c19 2033 Document `initial-window-system'.
77bb0476 2034
dda87836
MR
20352008-12-19 Martin Rudalics <rudalics@gmx.at>
2036
2037 * windows.texi (Windows): Rewrite description of
2038 fit-window-to-buffer.
2039
caef3ed2
GM
20402008-12-13 Glenn Morris <rgm@gnu.org>
2041
2042 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2043 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2044
21c58e4d
GM
20452008-12-12 Glenn Morris <rgm@gnu.org>
2046
2047 * debugging.texi (Error Debugging): Refer forwards to
2048 eval-expression-debug-on-error.
2049
af38459f
EZ
20502008-12-05 Eli Zaretskii <eliz@gnu.org>
2051
5dedd9b5
EZ
2052 * strings.texi (String Basics): Only unibyte strings that
2053 represent key sequences hold 8-bit raw bytes.
2054
af38459f
EZ
2055 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2056 paragraph to speak about `undecided'.
2057 (Character Properties): Don't explain the meaning of each
2058 property; instead, identify their Unicode Standard names.
b3f1f4a5 2059 (Character Sets): Document `map-charset-chars'.
af38459f 2060
fa047ae7
GM
20612008-12-02 Glenn Morris <rgm@gnu.org>
2062
2063 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2064 section yet again.
2065
47dbc044
EZ
20662008-11-29 Eli Zaretskii <eliz@gnu.org>
2067
98d05998
EZ
2068 * nonascii.texi (Character Properties): New Section.
2069 (Specifying Coding Systems): Document
2070 `coding-system-priority-list', `set-coding-system-priority', and
2071 `with-coding-priority'.
2072 (Lisp and Coding Systems): Document `check-coding-systems-region'
2073 and `coding-system-charset-list'.
2074 (Coding System Basics): Document `coding-system-aliases'.
2075
2076 * elisp.texi (Top): Add a @detailmenu entry for "Character
2077 Properties".
2078
47dbc044
EZ
2079 * objects.texi (Character Type): Correct the range of Emacs
2080 characters. Add an @xref to "Character Codes".
2081
2082 * strings.texi (String Basics): Add an @xref to "Character Codes".
2083
2084 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2085
2086 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2087 (Character Codes): Document `max-char'.
2088
8b80cdf5
EZ
20892008-11-28 Eli Zaretskii <eliz@gnu.org>
2090
2091 * nonascii.texi (Text Representations, Converting Representations)
2092 (Character Sets, Scanning Charsets, Translation of Characters):
2093 Make text more accurate.
2094
a99dceba
GM
20952008-11-28 Glenn Morris <rgm@gnu.org>
2096
2097 * files.texi (Format Conversion Round-Trip): Improve previous change.
2098
f6dc3bed
CY
20992008-11-26 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * modes.texi (Auto Major Mode): Fix example.
2102
5da9413d
GM
21032008-11-25 Glenn Morris <rgm@gnu.org>
2104
2105 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2106
2107 * files.texi (Format Conversion Round-Trip):
2108 Use active voice for previous change.
2109
fcca848c
CY
21102008-11-25 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * os.texi (Processor Run Time):
2113 * processes.texi (Transaction Queues):
2114 * markers.texi (The Mark):
2115 * windows.texi (Choosing Window, Selecting Windows):
2116 * files.texi (Changing Files, Magic File Names):
2117 * commands.texi (Key Sequence Input):
2118 * functions.texi (Declaring Functions):
2119 * strings.texi (Predicates for Strings):
2120 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2121
36c8dc54
CY
21222008-11-24 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * help.texi (Accessing Documentation): Update example.
2125
2126 * variables.texi (Defining Variables): Note that `*' is not
2127 necessary if defcustom is used.
2128
2a79b242
EZ
21292008-11-22 Eli Zaretskii <eliz@gnu.org>
2130
2131 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2132 Characters" from @detailmenu.
2133
2134 * nonascii.texi (Character Codes, Character Sets)
2135 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2136 (Chars and Bytes, Splitting Characters): Sections removed.
2137
392f0d26
LK
21382008-11-22 Lute Kamstra <lute@gnu.org>
2139
2140 * positions.texi (Text Lines): Update goto-line documentation.
2141
af1a5cd5
MR
21422008-11-21 Martin Rudalics <rudalics@gmx.at>
2143
6a4cfb0c
MR
2144 * frames.texi (Frames): Fix typo, add cross references, reword.
2145 (Initial Parameters): Reword special-display-frame-alist text.
2146 (Frames and Windows): Reword. Describe argument norecord for
2147 set-frame-selected-window.
2148 (Input Focus): Describe argument norecord for select-frame.
2149 Remove comment on MS-Windows behavior for focus-follows-mouse.
2150 (Raising and Lowering): Mention windows-frames dichotomy in
2151 metaphor.
2152
af1a5cd5
MR
2153 * windows.texi (Displaying Buffers, Vertical Scrolling)
2154 (Horizontal Scrolling): Fix indenting and rewording issues
2155 introduced with 2008-11-07 change.
2156
c249fa9c
GM
21572008-11-20 Glenn Morris <rgm@gnu.org>
2158
2159 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2160 element of `format-alist'.
2161
204d4665
GM
21622008-11-19 Glenn Morris <rgm@gnu.org>
2163
2164 * doclicense.texi: Update to FDL 1.3.
2165 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2166
cc0910af
CY
21672008-11-18 Chong Yidong <cyd@stupidchicken.com>
2168
efe6e7c4
CY
2169 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2170 vars, which are obsolete. Mention jit-lock-register.
2171
5dcb4c4e
SM
2172 * modes.texi (Other Font Lock Variables):
2173 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2174
cc0910af
CY
2175 * frames.texi (Color Parameters): Document alpha parameter.
2176
aeeedf76
MR
21772008-11-16 Martin Rudalics <rudalics@gmx.at>
2178
2179 * windows.texi (Splitting Windows, Deleting Windows)
2180 (Selecting Windows, Cyclic Window Ordering)
2181 (Buffers and Windows, Displaying Buffers, Choosing Window)
2182 (Dedicated Windows, Window Point, Window Start and End)
2183 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2184 (Size of Window, Resizing Windows, Window Configurations)
2185 (Window Parameters): Avoid @var at beginning of sentences and
2186 reword accordingly.
2187
4c565c5c
LK
21882008-11-11 Lute Kamstra <lute@gnu.org>
2189
2190 * files.texi (File Name Components): Fix file-name-extension
2191 documentation.
2192
25f494c9
JB
21932008-11-11 Juanma Barranquero <lekktu@gmail.com>
2194
2195 * frames.texi (Basic Parameters): Remove display-environment-variable
2196 and term-environment-variable.
2197
a1401ab1
EZ
21982008-11-08 Eli Zaretskii <eliz@gnu.org>
2199
2200 * windows.texi (Basic Windows, Splitting Windows)
2201 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2202 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2203 (Resizing Windows, Window Configurations, Window Parameters):
2204 Fix wording and markup.
a1401ab1 2205
efafc282
MR
22062008-11-07 Martin Rudalics <rudalics@gmx.at>
2207
2208 * windows.texi (Windows): Update entries.
2209 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2210 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2211 (Selecting Windows, Cyclic Window Ordering): Reword with special
2212 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2213 (Buffers and Windows, Choosing Window): Reword with special
2214 emphasis on dedicated windows.
2215 (Displaying Buffers): Reword. For switch-to-buffer mention that
2216 it may fall back on pop-to-buffer. For other-window try to
2217 explain how it treats the cyclic ordering of windows.
efafc282
MR
2218 (Dedicated Windows): New node and section discussing dedicated
2219 windows and associated functions.
86ab855a 2220 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2221 (Window Start and End): Rename node and section title. Reword.
2222 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2223 Minor rewording.
2224 (Size of Window): Reword, in particular text on window-width.
2225 (Resizing Windows): Reword. Add text on balancing windows.
2226 (Window Configurations): Reword. Mention window parameters.
2227 (Window Parameters): New node and section on window parameters.
2228 (Window Hooks): Reword. Mention that
2229 window-configuration-change-hook is run "buffer-locally".
2230 * elisp.texi (Top): Update Windows entries in @detailmenu
2231 section.
2232
d60a8ab2
JB
22332008-11-04 Juanma Barranquero <lekktu@gmail.com>
2234
2235 * searching.texi (Regexp Search): Fix typo.
2236
01777627
CY
22372008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2238
2239 * searching.texi (Regexp Search): Document GREEDY arg.
2240 (Simple Match Data): Fix return value.
2241
c4526e93
EZ
22422008-11-01 Eli Zaretskii <eliz@gnu.org>
2243
2244 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2245 with Emacs 23 internal representation of characters.
2246 Document `unibyte-string'.
c4526e93 2247
fe2ae8b5
CY
22482008-10-28 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * processes.texi (Process Information): Note that process-status
2251 does not accept buffer names.
2252
cc5a21e3
CY
22532008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2254
2255 * positions.texi (Skipping Characters): Correct return value of
2256 skip-chars-forward.
2257
09460d9a
MR
22582008-10-25 Martin Rudalics <rudalics@gmx.at>
2259
520b29e7
MR
2260 * windows.texi (Deleting Windows): Update documentation of
2261 delete-windows-on.
2262 (Buffers and Windows): Update documentations of
2263 get-buffer-window and get-buffer-window-list.
2264 (Displaying Buffers): Update documentation of
2265 replace-buffer-in-windows.
2266
09460d9a
MR
2267 * buffers.texi (Current Buffer): Reword set-buffer and
2268 with-current-buffer documentations.
2269 (Creating Buffers): Reword documentation of get-buffer-create.
2270
4d48fcdc
MR
22712008-10-23 Martin Rudalics <rudalics@gmx.at>
2272
2273 * buffers.texi (Current Buffer): Reword documentation of
2274 set-buffer.
2275 (Buffer Names): Reword documentation of buffer-name.
2276 (The Buffer List): For bury-buffer explain what happens with the
2277 buffer's window.
2278 (Creating Buffers): Say that get-buffer-create's arg is called
2279 buffer-or-name.
2280
f0143c43
CY
22812008-10-22 Chong Yidong <cyd@stupidchicken.com>
2282
3e5dbbd3
CY
2283 * advice.texi (Computed Advice): Explain what DEFINITION is.
2284
f0143c43
CY
2285 * nonascii.texi (Character Codes): Remove obsolete function
2286 char-valid-p, and document characterp instead.
2287
52a94b85
MR
22882008-10-22 Martin Rudalics <rudalics@gmx.at>
2289
2290 * windows.texi (Displaying Buffers): Reword documentation of
2291 pop-to-buffer.
2292 (Choosing Window): Rewrite documentation of display-buffer and
2293 its options.
2294
f76f8246
MR
2295 * buffers.texi (Killing Buffers): Update documentation of
2296 kill-buffer.
2297
acc8b598
EZ
22982008-10-21 Eli Zaretskii <eliz@gnu.org>
2299
80e6b6df
EZ
2300 * processes.texi (Serial Ports): Fix wording and improve markup.
2301
3645358a
EZ
2302 * searching.texi (Regexp Search): Document `string-match-p' and
2303 `looking-at-p'.
2304 (POSIX Regexps): Add an xref for "non-greedy".
2305 (Regexp Special): Add @cindex entry for "non-greedy".
2306
b3d50cff 2307 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2308 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2309
73b7530a
EZ
2310 * frames.texi (Color Names): Add an xref to `read-color'.
2311
2312 * minibuf.texi (High-Level Completion): Document `read-color'.
2313
acc8b598
EZ
2314 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2315
2316 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2317
2318 * buffers.texi (Swapping Text): New section, documents
2319 `buffer-swap-text'.
2320
10e187e8
MR
23212008-10-21 Martin Rudalics <rudalics@gmx.at>
2322
2323 * windows.texi (Resizing Windows): Minor wording fix.
2324
fd6f900c
EZ
23252008-10-20 Eli Zaretskii <eliz@gnu.org>
2326
2327 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2328 and `combine-and-quote-strings'.
2329
2330 * strings.texi (Creating Strings): Add xrefs for them.
2331
e4372165
EZ
23322008-10-19 Eli Zaretskii <eliz@gnu.org>
2333
d6328fba
EZ
2334 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2335 match the corresponding menu in minibuf.texi.
2336
e4372165
EZ
2337 * minibuf.texi (Reading File Names): Document `read-shell-command'
2338 and `minibuffer-local-shell-command-map'.
2339
5d8dda33
MR
23402008-10-19 Martin Rudalics <rudalics@gmx.at>
2341
2342 * windows.texi (Resizing Windows): Remove var{} around "window" in
2343 documentation of enlarge-window.
2344 Rewrite documentation of window-min-height and window-min-width.
2345
437706cd
EZ
23462008-10-19 Eli Zaretskii <eliz@gnu.org>
2347
80f85d7c
EZ
2348 * functions.texi (Calling Functions): Document `apply-partially'.
2349
291703b5
EZ
2350 * hooks.texi (Standard Hooks): Mention
2351 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2352
2353 * variables.texi (File Local Variables): Document
2354 `file-local-variables-alist', `before-hack-local-variables-hook'
2355 and `hack-local-variables-hook'.
2356
583d8b3c
EZ
2357 * processes.texi (Synchronous Processes): Document `process-lines'.
2358
5dcb4c4e
SM
2359 * customize.texi (Variable Definitions):
2360 Document `custom-reevaluate-setting'.
437706cd 2361
7e51d89b
MR
23622008-10-18 Martin Rudalics <rudalics@gmx.at>
2363
2364 * windows.texi (Choosing Window, Deleting Windows)
2365 (Displaying Buffers): Expand documentation of dedicated windows.
2366
43c59a3d
EZ
23672008-10-18 Eli Zaretskii <eliz@gnu.org>
2368
018a960d
EZ
2369 * files.texi (Changing Files): Document symbolic input of file
2370 modes to `set-file-modes'. Document `read-file-modes' and
2371 `file-modes-symbolic-to-number'.
2372
2c0b8144
EZ
2373 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2374 and `search-map'.
2375
5dcb4c4e
SM
2376 * searching.texi (Search and Replace):
2377 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2378 Document `multi-query-replace-map'.
80120f13 2379
6d4913f0 2380 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2381 (Completion Commands, Reading File Names):
2382 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2383 `minibuffer-local-filename-must-match-map'.
2384 (Minibuffer Completion): The `require-match' argument to
2385 `completing-read' can now have the value `confirm-only'.
2386
43c59a3d
EZ
2387 * windows.texi (Displaying Buffers): Minor wording fix.
2388 (Choosing Window): `split-height-threshold' can now be nil.
2389 Document `split-width-threshold'. `pop-up-frames' can have the
2390 value `graphic-only'.
2391
f36acfd9
EZ
23922008-10-17 Eli Zaretskii <eliz@gnu.org>
2393
2394 * os.texi (Startup Summary): Document `before-init-time' and
2395 `after-init-time'. Document `initial-window-system' and
2396 `window-system-initialization-alist'. Document reading the
2397 abbrevs file. Document the call to `server-start' under --daemon.
2398 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2399 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2400 (Time Parsing): Document `format-seconds'.
f36acfd9 2401
96995b89
MR
24022008-10-17 Martin Rudalics <rudalics@gmx.at>
2403
2404 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2405 and reword.
2406
2de17c73
EZ
24072008-10-16 Eli Zaretskii <eliz@gnu.org>
2408
2409 * markers.texi (The Mark): Document use-region-p.
2410
9cf52b11
EZ
24112008-10-15 Eli Zaretskii <eliz@gnu.org>
2412
c3aaf1d7
EZ
2413 * internals.texi (Writing Emacs Primitives): The interactive spec
2414 of a primitive can be a Lisp form.
2415
841a1743
EZ
2416 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2417 values of transient-mark-mode. Document handle-shift-selection.
2418
2419 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2420 (Interactive Examples): Show an example of `^'.
2421 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2422 (Defining Commands, Using Interactive): The interactive-form of a
2423 function can be added via its symbol's property.
841a1743 2424
52441368
EZ
2425 * positions.texi (List Motion): beginning-of-defun-function can
2426 now accept an argument.
2427
8e8c1a72
EZ
2428 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2429 now return a list of strings.
2430
a33a1f2a
EZ
2431 * control.texi (Handling Errors): Document ignore-errors.
2432
4fb04348
EZ
2433 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2434 (Parameter Access): Document set-frame-parameter.
2435
ee666f84
EZ
2436 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2437 Hooks" for the effect of kill-all-local-variables on local hook
2438 functions.
2439
9cf52b11
EZ
2440 * modes.texi (Major Mode Conventions, Mode Line Variables):
2441 `mode-name' need not be a string. xref to "Mode Line Data" for
2442 details, and to "Emulating Mode Line" for computing a string
2443 value.
2444
22526bc4
EZ
24452008-10-14 Eli Zaretskii <eliz@gnu.org>
2446
a65f6a85
EZ
2447 * processes.texi (System Processes): New section.
2448 (Processes, Signals to Processes): Add xrefs to it.
2449
2450 * objects.texi (Editing Types): A `process' is a subprocess of
2451 Emacs, not just any process running on the OS.
2452
2453 * elisp.texi (Top): Adjust the @detailmenu for the above two
2454 changes.
2455
2724b26a
EZ
2456 * sequences.texi (Char-Tables): Remove documentation of
2457 set-char-table-default, which has no effect since Emacs 23.
2458 <char-table-range, set-char-table-range>: Don't mention generic
2459 characters and charsets. Add a cons cell as a possible argument.
2460
2461 * nonascii.texi (Splitting Characters)
2462 (Translation of Characters): Don't mention generic characters.
2463
2464 * display.texi (Fontsets): Don't mention generic characters.
2465
22526bc4 2466 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2467 argument FUNCTION with a cons cell as KEY.
22526bc4 2468
eaf4b689
EZ
24692008-10-13 Eli Zaretskii <eliz@gnu.org>
2470
45e46036
EZ
2471 * objects.texi (Primitive Function Type): Move "@cindex special
2472 forms" from here...
2473
2474 * eval.texi (Special Forms): ...to here.
2475
2476 * functions.texi (What Is a Function): `functionp' returns nil for
2477 special forms. Add an xref.
2478
eaf4b689
EZ
2479 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2480 Variables".
2481
2482 * variables.texi (Frame-Local Variables): New section.
2483 (Buffer-Local Variables): Add an xref to it.
2484 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2485 have both frame-local and buffer-local binding.
2486
2487 * frames.texi (Frames): Mention multiple tty frames.
2488 (Frame Parameters, Parameter Access): Mention frame-local variable
2489 bindings.
2490
15688fce
GM
24912008-09-20 Glenn Morris <rgm@gnu.org>
2492
2493 * display.texi (Defining Faces): Recommend against face variables.
2494
35539065
JB
24952008-09-16 Juanma Barranquero <lekktu@gmail.com>
2496
2497 * display.texi (Echo Area Customization): Fix typo.
2498
6a57054b
JB
24992008-09-09 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * loading.texi (Where Defined): Add `defface' item.
2502
d632fb82
MR
25032008-09-06 Martin Rudalics <rudalics@gmx.at>
2504
2505 * loading.texi (Where Defined): Fix description of symbol-file.
2506
905a9adb
JR
25072008-08-26 Jason Rumney <jasonr@gnu.org>
2508
2509 * display.texi (TIFF Images): New section describing :index property.
2510
852e91b7
CY
25112008-08-23 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * display.texi (Temporary Displays): Remove unnecessary comment
2514 about usage of temp-buffer-show-hook.
2515
6be001ee
CY
25162008-08-05 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * symbols.texi (Other Plists): Fix incorrect example.
2519 Suggested by Florian Beck.
2520
58e3d8e8
JB
25212008-07-31 Juanma Barranquero <lekktu@gmail.com>
2522
2523 * os.texi: Fix previous change.
2524
7c2fb837
DN
25252008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2526
2527 * os.texi:
2528 * intro.texi:
2529 * files.texi: Remove VMS support.
2530
9e2a2647
DN
25312008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2532
2533 * os.texi:
2534 * frames.texi:
2535 * display.texi: Remove mentions of Mac Carbon.
2536
c4f4682b
MB
25372008-07-01 Miles Bader <miles@gnu.org>
2538
2539 * text.texi (Special Properties):
2540 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2541
3696411e
JB
25422008-06-28 Johan Bockgård <bojohan@gnu.org>
2543
2544 * display.texi (Other Image Types): Fix copy/paste error; say
2545 "PBM", not "XBM".
2546
f2a77c3a
DN
25472008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2548
2549 * os.texi: Remove references to obsolete systems.
2550
6d52677d
EZ
25512008-06-20 Eli Zaretskii <eliz@gnu.org>
2552
2553 * makefile.w32-in (distclean): Remove makefile.
2554
1a87da4c
GM
25552008-06-17 Glenn Morris <rgm@gnu.org>
2556
2557 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2558 (elisp, dist): Remove rules and variables that are obsolete now
2559 the lisp manual is no longer distributed separately.
2560
fdda1c5d
GM
25612008-06-16 Glenn Morris <rgm@gnu.org>
2562
646692e9
GM
2563 * configure, configure.in, mkinstalldirs: Remove unused files.
2564
2565 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2566 * vol1.texi (EMACSVER):
6a57054b 2567 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2568
2569 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2570 as per maintain.info.
2571
611bee81
GM
25722008-06-15 Glenn Morris <rgm@gnu.org>
2573
a7bed3a0
GM
2574 * makefile.w32-in (manual): Use "23" rather than "21".
2575
2576 * Makefile.in (emacsver): New, set by configure.
2577 (manual): Use emacsver.
2578
d794edf2
GM
2579 * intro.texi: Report bugs using M-x report-emacs-bug.
2580
611bee81
GM
2581 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2582
c73e02fa
GM
25832008-06-13 Daniel Engeler <engeler@gmail.com>
2584
2585 * elisp.texi, internals.texi, processes.texi: Add documentation
2586 about serial port access.
2587
e40a85cd
MB
25882008-06-05 Miles Bader <miles@gnu.org>
2589
2590 * display.texi (Displaying Faces): Update to reflect function
2591 renamings in face-remap.el.
2592
7b753744
JB
25932008-06-05 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * display.texi (Fontsets): Fix typos.
2596
9d3d42fb
MB
25972008-06-03 Miles Bader <miles@gnu.org>
2598
7b753744
JB
2599 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2600 remove-relative-face-remapping, set-base-face-remapping,
2601 and set-default-base-face-remapping.
9d3d42fb 2602
f2cec7a9
MB
26032008-06-01 Miles Bader <miles@gnu.org>
2604
2605 * display.texi (Displaying Faces): Add face-remapping-alist.
2606
8f39c96d
SM
26072008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2610 variable names.
2611
1ef5eecc
ER
26122008-05-03 Eric S. Raymond <esr@golux>
2613
352c8b4a 2614 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2615 (current-global-map) return references, not copies.
2616
63b4387f
JL
26172008-05-02 Juri Linkov <juri@jurta.org>
2618
2619 * minibuf.texi (Text from Minibuffer): Document a list of
2620 default values for `read-from-minibuffer'.
2621
38a8b703
JB
26222008-04-24 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * nonascii.texi (Translation of Characters): Fix previous change.
2625
7c42e639
CY
26262008-04-20 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * display.texi (Overlay Properties): Clarify role of underlying
2629 textprop and overlay keymaps for display strings.
2630
2631 * keymaps.texi (Active Keymaps): Ditto.
2632
25c0d999
SM
26332008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * minibuf.texi (Programmed Completion):
2636 Replace dynamic-completion-table with the new completion-table-dynamic.
2637
e3af5968
CY
26382008-04-07 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * intro.texi (Some Terms): Change "fonts in this manual" index
2641 entry to "typographic conventions".
2642
6bfc8698
EZ
26432008-04-05 Eli Zaretskii <eliz@gnu.org>
2644
2645 * objects.texi (Text Props and Strings): Add indexing for read
2646 syntax of text properties.
2647
4972c361
SM
26482008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * processes.texi (Decoding Output): Remove process-filter-multibyte
2651 functions.
2652
c70a68db
MR
26532008-03-15 Martin Rudalics <rudalics@gmx.at>
2654
2655 * display.texi (Finding Overlays): Say that empty overlays at
2656 the end of the buffer are reported too.
2657
1291fd36
GM
26582008-03-13 Glenn Morris <rgm@gnu.org>
2659
2660 * elisp.texi (EMACSVER): Set to 23.0.60.
2661
c6b0dfd5
CY
26622008-02-26 Chong Yidong <cyd@stupidchicken.com>
2663
38a8b703 2664 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2665
875fc30c
GM
26662008-02-22 Glenn Morris <rgm@gnu.org>
2667
2668 * frames.texi (Position Parameters): Clarify the description of
2669 `left' and `top', using information from "Geometry".
2670 (Geometry): Give a pointer to "Position Parameters", rather than
2671 repeating information.
2672
d8c8e45a
GM
26732008-02-11 Glenn Morris <rgm@gnu.org>
2674
2675 * objects.texi (Equality Predicates): No longer talk about "two"
2676 functions.
2677
38a8b703 26782008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2679
2680 * objects.texi (Equality Predicates): Add defun for
2681 equal-including-properties.
2682
bfffe0b1
GM
26832008-02-10 Glenn Morris <rgm@gnu.org>
2684
2685 * objects.texi (Equality Predicates):
2686 Mention equal-including-properties.
2687
431b78c9
RS
26882008-02-07 Richard Stallman <rms@gnu.org>
2689
2690 * windows.texi (Window Start): Mention the feature of moving
2691 window-start to start of line.
2692
c8763fb6 26932008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2694
2695 * keymaps.texi (Tool Bar): Document rtl property.
2696
1a256502
TTN
26972008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2698
2699 * display.texi (Button Types):
2700 For define-button-type, clarify type of NAME.
2701
569382c2
MR
27022008-01-19 Martin Rudalics <rudalics@gmx.at>
2703
2704 * buffers.texi (Buffer Modification): Fix typo.
2705
f3041af1
DN
27062008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * os.texi (System Environment): Remove references to OSes that are
2709 not supported anymore.
2710
d35e1cd7
DN
27112008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * os.texi (System Environment): Remove mention for Masscomp.
2714
23af7580
RS
27152008-01-04 Richard Stallman <rms@gnu.org>
2716
2717 * display.texi (Faces): Don't talk about internal face vector as arg
2718 to facep.
2719
2720 * customize.texi (Type Keywords): Fix previous change.
2721
2722 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2723 * elisp.texi (Top): Fix menu for commands.texi change.
2724
ec7d5b1e
RS
27252007-12-30 Richard Stallman <rms@gnu.org>
2726
5dcb4c4e 2727 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2728 (Accessing Scroll): New node broken out of Accessing Mouse.
2729
101a6cea
RS
27302007-12-28 Richard Stallman <rms@gnu.org>
2731
2732 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2733 (Basic Parameters): For `title', refer to title bar.
041817a4 2734 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2735
72b7e664
RS
27362007-12-23 Richard Stallman <rms@gnu.org>
2737
2738 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2739 Improve some of the commented-out keywords' text too.
2740
27a4f445
MR
27412007-12-14 Martin Rudalics <rudalics@gmx.at>
2742
e2e3f1d7
MR
2743 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2744 "visit the current buffer".
2745
27a4f445
MR
2746 * os.texi (System Interface): Fix typo.
2747
a2afc99d
RS
27482007-12-04 Richard Stallman <rms@gnu.org>
2749
2750 * objects.texi (Symbol Type): Fix typo.
2751
b694135c
RS
27522007-12-03 Richard Stallman <rms@gnu.org>
2753
2754 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2755
f99a19da
GM
27562007-12-01 Glenn Morris <rgm@gnu.org>
2757
2758 * functions.texi (Declaring Functions): Improve previous change.
2759
8f4b37d8
GM
27602007-11-30 Glenn Morris <rgm@gnu.org>
2761
2762 * functions.texi (Declaring Functions): Add optional fourth
2763 argument of declare-function, and setting third argument to `t'.
2764
61a2fe01
RS
27652007-11-29 Richard Stallman <rms@gnu.org>
2766
2767 * customize.texi (Composite Types): Document `group' type.
2768
cbfc5193
GM
27692007-11-29 Glenn Morris <rgm@gnu.org>
2770
5dcb4c4e
SM
2771 * functions.texi (Declaring Functions): Add findex.
2772 Mention `external' files.
cbfc5193 2773
8386283a
JB
27742007-11-26 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * functions.texi (Declaring Functions): Fix directive.
2777
a07c9a8b
RS
27782007-11-25 Richard Stallman <rms@gnu.org>
2779
2780 * help.texi (Help Functions): Clean up last change.
2781
2782 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2783
2784 * loading.texi (Named Features): Minor cleanup.
2785
2786 * macros.texi (Eval During Expansion): Minor cleanup.
2787
2788 * variables.texi (Variable Aliases): Minor cleanup.
2789
a0925923
RS
27902007-11-24 Richard Stallman <rms@gnu.org>
2791
2792 * functions.texi (Declaring Functions): Clarify previous change.
2793
2794 * compile.texi (Compiler Errors): Clarify previous change.
2795
20c63e44
RS
27962007-11-24 Richard Stallman <rms@gnu.org>
2797
e5e76c04 2798 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2799 Clarify the text and move items around.
2800
5bb0cda3
GM
28012007-11-24 Glenn Morris <rgm@gnu.org>
2802
2803 * functions.texi (Declaring Functions): New section.
2804 * compile.texi (Compiler Errors): Mention declaring functions,
2805 defvar with no initvalue, and byte-compile-warnings.
2806
af13c86a
MR
28072007-11-15 Martin Rudalics <rudalics@gmx.at>
2808
2809 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2810 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2811
a5373305
MR
28122007-11-13 Martin Rudalics <rudalics@gmx.at>
2813
2814 * help.texi (Help Functions): Document new macro `with-help-window'.
2815
fe284805
JL
28162007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2817
2818 * searching.texi (Replacing Match): Describe new
2819 `match-substitute-replacement'.
2820
2c3a09b1
RS
28212007-10-31 Richard Stallman <rms@gnu.org>
2822
2823 * strings.texi (Creating Strings): Null strings from concat not unique.
2824
f2b480f4
RS
28252007-10-26 Richard Stallman <rms@gnu.org>
2826
2827 * objects.texi (Equality Predicates): Null strings are uniquified.
2828
2829 * minibuf.texi: Minor clarifications in previous change.
2830
db21122c
GM
28312007-10-25 Glenn Morris <rgm@gnu.org>
2832
2833 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2834
2328cbb3
RS
28352007-10-24 Richard Stallman <rms@gnu.org>
2836
2837 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2838
2839 * variables.texi (Frame-Local Variables): Node deleted.
2840 (Variables): Delete Frame-Local Variables from menu.
2841 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2842 (Default Value): Don't mention frame-local vars.
2843
2844 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2845
2846 * loading.texi (Unloading): Document FEATURE-unload-function
2847 instead of FEATURE-unload-hook.
2848
2328cbb3
RS
2849 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2850
c066bafa
JL
28512007-10-22 Juri Linkov <juri@jurta.org>
2852
2853 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2854 (High-Level Completion): Document a list of default value strings
2855 in the DEFAULT argument, for which minibuffer functions return the
2856 first element.
2857
65ced25f
JL
28582007-10-17 Juri Linkov <juri@jurta.org>
2859
2860 * text.texi (Filling): Update arguments of fill-paragraph.
2861 fill-paragraph operates on the active region in Transient Mark mode.
2862 Remove fill-paragraph-or-region.
2863
ee46ec8e
KB
28642007-10-13 Karl Berry <karl@gnu.org>
2865
2866 * elisp.texi (@dircategory): Move to after @copying,
2867 since we want @copying as close as possible to the beginning of
2868 the output.
2869
61bbdbc6
RS
28702007-10-12 Richard Stallman <rms@gnu.org>
2871
2872 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2873
2874 * commands.texi (Distinguish Interactive): New node,
2875 broken out from Interactive Call and rewritten.
2876 (Command Loop): Put Distinguish Interactive in menu.
2877
af23e1e8
RS
28782007-10-09 Richard Stallman <rms@gnu.org>
2879
2880 * text.texi (Examining Properties): Mention overlay priority.
2881
2882 * display.texi (Display Margins): Correct the description
2883 of margin display specifications.
2884 (Replacing Specs): New subnode broken out of Display Property.
2885
e1965a69
JL
28862007-10-06 Juri Linkov <juri@jurta.org>
2887
2888 * text.texi (Filling): Document fill-paragraph-or-region.
2889
4638454b
JB
28902007-10-05 Juanma Barranquero <lekktu@gmail.com>
2891
2892 * display.texi (Auto Faces): Fix typo.
2893
7ed54cc5
RS
28942007-10-02 Richard Stallman <rms@gnu.org>
2895
2896 * display.texi (Display Property): Explain some display specs
2897 don't let you move point in.
2898
5dcb4c4e
SM
2899 * frames.texi (Cursor Parameters):
2900 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2901
2902 * windows.texi (Basic Windows): Don't describe
2903 cursor-in-non-selected-windows here.
2904
305a7ef2
EZ
29052007-10-01 Eli Zaretskii <eliz@gnu.org>
2906
2907 * processes.texi (Misc Network): Note that these functions are
2908 supported only on some systems.
2909
f7a7f4eb
RS
29102007-10-01 Richard Stallman <rms@gnu.org>
2911
2912 * display.texi (Overlay Properties): Explain nil as priority.
2913 Explain that conflicts are unpredictable if not resolved by
2914 priorities.
2915
780d7bb9
RS
29162007-09-23 Richard Stallman <rms@gnu.org>
2917
2918 * macros.texi (Backquote): Minor clarification.
2919
14b4fdfb
RS
29202007-09-19 Richard Stallman <rms@gnu.org>
2921
2922 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2923 Clarify when they work in parallel and when one overrides.
2924 Fix error in example.
14b4fdfb 2925
b8d4c8d0
GM
29262007-09-06 Glenn Morris <rgm@gnu.org>
2927
b3e755a9 2928 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2929 commands to use ../../info.
2930 * Makefile.in (infodir): Go up one more level.
4638454b 2931 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2932 (miscmanualdir): New.
2933 (dist): Use new variable miscmanualdir.
2934 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2935 (usermanualdir): Change from ../man to ../emacs.
2936
1bb1f7d3
MR
29372007-08-30 Martin Rudalics <rudalics@gmx.at>
2938
2939 * commands.texi (Command Loop Info): Advise against changing
2940 most variables described here. Explain new variable
2941 last-repeatable-command.
2942
b8d4c8d0
GM
29432007-08-29 Glenn Morris <rgm@gnu.org>
2944
2945 * elisp.texi (EMACSVER): Increase to 23.0.50.
2946
29472007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2948
2949 * frames.texi (Basic Parameters): Add display-environment-variable
2950 and term-environment-variable.
2951
29522007-08-28 Juri Linkov <juri@jurta.org>
2953
2954 * display.texi (Image Formats, Other Image Types): Add SVG.
2955
29562007-08-28 Juri Linkov <juri@jurta.org>
2957
2958 * display.texi (Images): Move formats-related text to new node
2959 "Image Formats".
2960 (Image Formats): New node.
2961
619fb9ee
RS
29622007-08-27 Richard Stallman <rms@gnu.org>
2963
2964 * windows.texi (Window Configurations): Clarify what
2965 a window configuration saves.
2966
b8d4c8d0
GM
29672007-08-25 Richard Stallman <rms@gnu.org>
2968
2969 * display.texi (Images): Delete redundant @findex.
2970
39f9da30
GM
29712007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * text.texi (Change Hooks): (after|before)-change-functions are no
2974 longer bound to nil while running; rather inhibit-modification-hooks
2975 is t.
2976
b8d4c8d0
GM
29772007-08-16 Richard Stallman <rms@gnu.org>
2978
5dcb4c4e
SM
2979 * processes.texi (Asynchronous Processes):
2980 Clarify doc of start-file-process.
b8d4c8d0
GM
2981
29822007-08-08 Martin Rudalics <rudalics@gmx.at>
2983
2984 * modes.texi (Example Major Modes): Fix typo.
2985
29862007-08-08 Glenn Morris <rgm@gnu.org>
2987
2988 * intro.texi (nil and t): Do not use `iff' in documentation.
2989
2990 * tips.texi (Documentation Tips): Recommend against `iff'.
2991
29922007-08-07 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * display.texi (Image Cache): Document image-refresh.
2995
29962007-08-06 Martin Rudalics <rudalics@gmx.at>
2997
2998 * windows.texi (Size of Window): Document window-full-width-p.
2999
30002007-07-25 Glenn Morris <rgm@gnu.org>
3001
3002 * gpl.texi (GPL): Replace license with GPLv3.
3003
3004 * Relicense all FSF files to GPLv3 or later.
3005
30062007-07-24 Michael Albinus <michael.albinus@gmx.de>
3007
4638454b
JB
3008 * processes.texi (Synchronous Processes):
3009 Add `process-file-shell-command'.
b8d4c8d0
GM
3010 (Asynchronous Processes): Mention restricted use of
3011 `process-filter' and `process-sentinel' in
3012 `start-file-process'. Add `start-file-process-shell-command'.
3013
30142007-07-17 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * files.texi (Magic File Names): Introduce optional parameter
3017 IDENTIFICATION for `file-remote-p'.
3018
30192007-07-16 Richard Stallman <rms@gnu.org>
3020
3021 * display.texi (Defining Faces): Fix previous change.
3022
30232007-07-14 Richard Stallman <rms@gnu.org>
3024
3025 * control.texi (Handling Errors): Document `debug' in handler list.
3026
30272007-07-10 Richard Stallman <rms@gnu.org>
3028
3029 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3030
30312007-07-09 Richard Stallman <rms@gnu.org>
3032
3033 * files.texi (Magic File Names): Rewrite previous change.
3034
30352007-07-08 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * files.texi (Magic File Names): Introduce optional parameter
3038 CONNECTED for `file-remote-p'.
3039
30402007-07-07 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * processes.texi (Asynchronous Processes):
3043 * files.texi (Magic File Names): Add `start-file-process'.
3044
30452007-06-27 Richard Stallman <rms@gnu.org>
3046
5dcb4c4e
SM
3047 * files.texi (Format Conversion Piecemeal):
3048 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3049
30502007-06-27 Michael Albinus <michael.albinus@gmx.de>
3051
4638454b
JB
3052 * files.texi (Magic File Names): Remove `dired-call-process'.
3053 Add `process-file'.
b8d4c8d0
GM
3054
30552007-06-27 Kenichi Handa <handa@m17n.org>
3056
3057 * text.texi (Special Properties): Fix description about
4638454b 3058 `composition' property.
b8d4c8d0
GM
3059
30602007-06-26 Kenichi Handa <handa@m17n.org>
3061
3062 * nonascii.texi (Default Coding Systems): Document about the
3063 return value `undecided'.
3064
30652007-06-25 David Kastrup <dak@gnu.org>
3066
3067 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3068 `current-active-maps'.
3069
30702007-06-24 Karl Berry <karl@gnu.org>
3071
4638454b 3072 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3073
30742007-06-15 Juanma Barranquero <lekktu@gmail.com>
3075
3076 * display.texi (Overlay Arrow): Doc fix.
3077
30782007-06-14 Karl Berry <karl@tug.org>
3079
3080 * anti.texi (Antinews): Typo.
3081
30822007-06-14 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * display.texi (Image Cache): Document image-refresh.
3085
30862007-06-12 Karl Berry <karl@gnu.org>
3087
3088 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3089 * two-volume.make: New file.
3090 * .cvsignore: Ignore two-volume files.
3091
30922007-06-12 Tom Tromey <tromey@redhat.com>
3093
3094 * os.texi (Init File): Document user-emacs-directory.
3095
30962007-06-03 Nick Roberts <nickrob@snap.net.nz>
3097
3098 * commands.texi (Click Events): Describe width and height when
3099 object is nil.
3100
31012007-05-30 Nick Roberts <nickrob@snap.net.nz>
3102
5dcb4c4e
SM
3103 * commands.texi (Click Events): Layout more logically.
3104 Describe width and height.
b8d4c8d0
GM
3105 (Drag Events, Motion Events): Update to new format for position.
3106
31072007-06-02 Richard Stallman <rms@gnu.org>
3108
3109 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3110
31112007-06-02 Chong Yidong <cyd@stupidchicken.com>
3112
3113 * Version 22.1 released.
3114
31152007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * text.texi (Special Properties): Correct meaning of fontified face.
3118
31192007-05-30 Richard Stallman <rms@gnu.org>
3120
3121 * text.texi (Special Properties): Add link to Adjusting Point.
3122
31232007-05-12 Richard Stallman <rms@gnu.org>
3124
3125 * text.texi (Margins): indent-to-left-margin is not the default.
3126 (Mode-Specific Indent): For indent-line-function, the default
3127 is indent-relative.
3128
3129 * modes.texi (Example Major Modes): Explain last line of text-mode
3130 is redundant.
3131
31322007-05-10 Richard Stallman <rms@gnu.org>
3133
3134 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3135
3136 * help.texi (Keys in Documentation): Add reference to
3137 Documentation Tips.
3138
3139 * files.texi (Format Conversion): TO-FN gets three arguments.
3140
3141 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3142
31432007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3144
3145 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3146 * files.texi (Format Conversion): Expand intro; add menu.
3147 (Format Conversion Overview, Format Conversion Round-Trip)
3148 (Format Conversion Piecemeal): New nodes/subsections.
3149 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3150 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3151 (Saving Properties): Delete node/subsection.
3152
31532007-05-07 Karl Berry <karl@gnu.org>
3154
3155 * elisp.texi (EMACSVER): Back to 22.
3156
31572007-05-06 Richard Stallman <rms@gnu.org>
3158
3159 * processes.texi (Accepting Output): Revert most of previous change.
3160
31612007-05-05 Richard Stallman <rms@gnu.org>
3162
3163 * processes.texi (Accepting Output): accept-process-output
3164 uses microseconds, not milliseconds. But that arg is obsolete.
3165
31662007-05-04 Karl Berry <karl@tug.org>
3167
3168 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3169
31702007-05-04 Eli Zaretskii <eliz@gnu.org>
3171
3172 * tips.texi (Documentation Tips): Rearrange items to place the
3173 more important ones first. Add an index entry for hyperlinks.
3174
31752007-05-03 Karl Berry <karl@gnu.org>
3176
3177 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3178 (EMACSVER) [smallbook]: 22 for printed version.
3179
3180 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3181 so restore anchor to normal position after defun. Found by Kevin Ryde.
3182
31832007-04-26 Glenn Morris <rgm@gnu.org>
3184
3185 * elisp.texi (EMACSVER): Increase to 22.1.50.
3186
31872007-04-28 Karl Berry <karl@gnu.org>
3188
3189 * elisp.texi: Improve line breaks on copyright page,
3190 similar layout to emacs manual, 8.5x11 by default.
3191
31922007-04-24 Richard Stallman <rms@gnu.org>
3193
3194 * text.texi (Special Properties): Add xref to Overlay Properties.
3195
3196 * display.texi (Overlay Properties): Add xref to Special Properties.
3197
31982007-04-22 Richard Stallman <rms@gnu.org>
3199
3200 * keymaps.texi (Extended Menu Items): Move the info about
3201 format with cached keyboard binding.
3202
32032007-04-21 Richard Stallman <rms@gnu.org>
3204
3205 * text.texi (Special Properties): Clarify previous change.
3206
3207 * files.texi (File Name Expansion): Clarify previous change.
3208
3209 * display.texi (Attribute Functions): Fix example for
3210 face-attribute-relative-p.
3211
32122007-04-19 Kenichi Handa <handa@m17n.org>
3213
3214 * text.texi (Special Properties): Document composition property.
3215
32162007-04-19 Glenn Morris <rgm@gnu.org>
3217
3218 * files.texi (File Name Expansion): Mention "superroot".
3219
32202007-04-15 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3223 setups.
3224 (Display Feature Testing): Note that display refers to all
3225 physical monitors for multi-monitor setups.
3226
32272007-04-14 Richard Stallman <rms@gnu.org>
3228
3229 * lists.texi (Sets And Lists): Clarify `delete' examples.
3230 Remove spurious xref to same node.
3231 Clarify xref for add-to-list.
3232
32332007-04-12 Nick Roberts <nickrob@snap.net.nz>
3234
3235 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3236 value of lisp-mode-map.
3237
32382007-04-11 Karl Berry <karl@gnu.org>
3239
3240 * anti.texi (Antinews):
3241 * display.texi (Overlay Properties, Defining Images):
3242 * processes.texi (Synchronous Processes, Sentinels):
3243 * syntax.texi (Syntax Table Internals):
3244 * searching.texi (Regexp Special):
3245 * nonascii.texi (Default Coding Systems):
3246 * text.texi (Special Properties):
3247 * minibuf.texi (Basic Completion): Wording to improve breaks in
3248 8.5x11 format.
3249 * elisp.texi (smallbook): New @set to more easily switch between
3250 smallbook and 8.5x11.
3251
32522007-04-11 Richard Stallman <rms@gnu.org>
3253
3254 * text.texi (Lazy Properties): Minor fix.
3255
32562007-04-08 Karl Berry <karl@gnu.org>
3257
3258 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3259 * macros.texi (Backquote): Downcase Backquote in index entries for
3260 consistency.
3261
32622007-04-08 Richard Stallman <rms@gnu.org>
3263
3264 * text.texi (Adaptive Fill): Just describe default,
3265 don't show it (since it contains non-ASCII chars).
3266
32672007-04-07 Karl Berry <karl@gnu.org>
3268
3269 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3270 adaptive-fill-regexp's value, since they are not in the standard
3271 TeX fonts.
3272
32732007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3274
3275 * display.texi (Defining Faces): Fix example.
3276
32772007-04-07 Karl Berry <karl@gnu.org>
3278
3279 * display.texi (Button Buffer Commands): Improve page break.
3280
32812007-04-07 Richard Stallman <rms@gnu.org>
3282
3283 * advice.texi (Activation of Advice): Remove redundant index entry.
3284
3285 * backups.texi: Improve index entries. Remove redundant ones.
3286
3287 * compile.texi (Byte Compilation): Improve index entry.
3288
3289 * hash.texi (Creating Hash): Improve index entry.
3290
3291 * symbols.texi (Definitions): Improve index entry.
3292
3293 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3294
3295 * maps.texi (Standard Keymaps): Remove useless index entry.
3296
3297 * help.texi (Documentation Basics): Remove redundant index entries.
3298
3299 * customize.texi: Improve index entries.
3300 Remove redundant/useless ones.
3301
3302 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3303
3304 * streams.texi (Output Variables): Improve index entry.
3305
3306 * abbrevs.texi (Abbrevs): Remove useless index entry.
3307
3308 * macros.texi (Expansion): Remove useless index entry.
3309
3310 * text.texi: Improve index entries. Remove redundant/useless ones.
3311 (Text Properties, Examining Properties)
3312 (Special Properties): Use "property category" instead of "category"
3313 to refer to the `category' property.
3314
3315 * positions.texi: Improve index entries. Remove useless one.
3316
3317 * lists.texi: Improve index entries. Remove redundant/useless ones.
3318
3319 * os.texi: Improve index entries.
3320 (Timers): Fix previous change.
3321
3322 * buffers.texi: Improve index entries.
3323 (Modification Time): Get rid of term "obsolete buffer".
3324
3325 * debugging.texi: Improve index entries.
3326 (Test Coverage): Add xref to other test coverage ftr.
3327
3328 * eval.texi: Improve index entry. Remove redundant ones.
3329
3330 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3331
3332 * files.texi: Improve index entries. Remove redundant/useless ones.
3333
3334 * objects.texi: Improve index entries.
3335
3336 * processes.texi: Improve index entries.
3337
3338 * modes.texi: Improve index entry. Remove redundant one.
3339
3340 * nonascii.texi: Improve index entries.
3341
3342 * internals.texi: Improve index entries.
3343
3344 * syntax.texi: Improve index entries.
3345
3346 * keymaps.texi (Active Keymaps): Improve index entries.
3347
3348 * commands.texi: Improve index entries. Remove redundant/useless ones.
3349
3350 * frames.texi: Improve index entries. Remove redundant/useless ones.
3351
3352 * markers.texi: Improve index entries. Remove redundant ones.
3353
3354 * tips.texi: Improve index entries.
3355
3356 * loading.texi (Unloading): Improve index entry.
3357
3358 * variables.texi: Improve index entries. Remove redundant one.
3359
3360 * sequences.texi: Improve index entry.
3361
3362 * display.texi: Improve index entries. Remove redundant ones.
3363
3364 * windows.texi: Improve index entries.
3365
3366 * searching.texi: Improve index entries. Remove redundant one.
3367
3368 * strings.texi (Case Tables): Improve last change.
3369
33702007-04-04 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * strings.texi (Case Tables): Document with-case-table and
3373 ascii-case-table.
3374
33752007-04-03 Karl Berry <karl@gnu.org>
3376
3377 * processes.texi (Network): Reword to improve page break.
3378
33792007-04-03 Eli Zaretskii <eliz@gnu.org>
3380
3381 * functions.texi (Inline Functions): Describe more disadvantages
3382 of defsubst, and make advice against it stronger.
3383
33842007-04-02 Karl Berry <karl@gnu.org>
3385
3386 * backups.texi (Backup Names): Avoid widow words.
3387 * modes.texi (Example Major Modes): Align last comment.
3388
33892007-04-01 Chong Yidong <cyd@stupidchicken.com>
3390
3391 * keymaps.texi (Remapping Commands): Document new arg to
3392 command-remapping.
3393
33942007-04-01 Karl Berry <karl@gnu.org>
3395
3396 * processes.texi (Low-Level Network): Typo.
3397 * loading.texi (Hooks for Loading): Avoid double "the".
3398 * keymaps.texi (Key Sequences): No double "and".
3399 (Changing Key Bindings): Shorten to improve line break.
3400
34012007-03-31 Glenn Morris <rgm@gnu.org>
3402
3403 * os.texi (Timers): Fix description of run-at-time TIME formats.
3404
34052007-03-31 Richard Stallman <rms@gnu.org>
3406
3407 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3408 regarding ellipsis.
3409
34102007-03-31 Eli Zaretskii <eliz@gnu.org>
3411
3412 * intro.texi (nil and t):
3413 * symbols.texi (Plists and Alists):
3414 * variables.texi (Variable Aliases, Constant Variables):
3415 * functions.texi (Defining Functions):
3416 * advice.texi (Advising Primitives):
3417 * debugging.texi (Syntax Errors, Compilation Errors):
3418 * minibuf.texi (Minibuffer Windows):
3419 * commands.texi (Adjusting Point):
3420 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3421 (Auto Major Mode, Major Mode Conventions):
3422 * help.texi (Describing Characters):
3423 * files.texi (Create/Delete Dirs, Information about Files)
3424 (File Locks, Writing to Files, Reading from Files)
3425 (Saving Buffers):
3426 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3427 * frames.texi (Finding All Frames):
3428 * positions.texi (Buffer End, Motion):
3429 * markers.texi (The Region):
3430 * text.texi (Deletion, Near Point):
3431 * display.texi (Displaying Messages, Truncation):
3432 * os.texi (Processor Run Time):
3433 * tips.texi (Key Binding Conventions, Programming Tips)
3434 (Warning Tips, Documentation Tips, Comment Tips):
3435 * internals.texi (Memory Usage): Improve indexing.
3436
3437 * variables.texi (Frame-Local Variables):
3438 * functions.texi (Argument List):
3439 * loading.texi (Library Search):
3440 * streams.texi (Output Variables):
3441 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3442 * searching.texi (Replacing Match, Search and Replace):
3443 * processes.texi (Byte Packing, Decoding Output)
3444 (Accepting Output, Network Servers, Shell Arguments):
3445 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3446 * windows.texi (Window Point, Window Start):
3447 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3448 * commands.texi (Reading Input, Keyboard Events):
3449 * minibuf.texi (Reading File Names, Minibuffer Completion)
3450 (Recursive Mini):
3451 * positions.texi (List Motion):
3452 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3453 * numbers.texi (Arithmetic Operations, Math Functions)
3454 (Predicates on Numbers, Comparison of Numbers):
3455 (Numeric Conversions):
3456 * locals.texi (Standard Buffer-Local Variables):
3457 * maps.texi (Standard Keymaps):
3458 * os.texi (User Identification, System Environment, Recording Input)
3459 (X11 Keysyms):
3460 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3461 * backups.texi (Backups and Auto-Saving):
3462 * customize.texi (Customization, Group Definitions)
3463 (Variable Definitions):
3464 * compile.texi (Byte Compilation): Improve index entries.
3465
34662007-03-31 Karl Berry <karl@gnu.org>
3467
3468 * macros.texi (Defining Macros): Avoid widow syllable.
3469
34702007-03-31 Eli Zaretskii <eliz@gnu.org>
3471
3472 * elisp.texi (Top): Postscript -> PostScript.
3473
3474 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3475
34762007-03-31 Markus Triska <markus.triska@gmx.at>
3477
3478 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3479
34802007-03-30 Karl Berry <karl@gnu.org>
3481
3482 * lists.texi (List-related Predicates): Remove spurious @need.
3483 (Setcdr): Use @smallexample to improve page break.
3484 (Association Lists) <assoc>: Reword to improve page break.
3485
3486 * strings.texi (String Conversion): Insert blank line to improve
3487 page break.
3488
3489 * numbers.texi (Random Numbers): Use @minus{}.
3490 (Math Functions): Use @minus{}.
3491
3492 * intro.texi (Acknowledgements): Avoid line breaks before middle
3493 initials.
3494
34952007-03-24 Eli Zaretskii <eliz@gnu.org>
3496
3497 * errors.texi (Standard Errors): Add an index entry.
3498
34992007-03-19 Richard Stallman <rms@gnu.org>
3500
3501 * os.texi (Recording Input): recent-keys now gives 300 keys.
3502
35032007-03-12 Glenn Morris <rgm@gnu.org>
3504
3505 * os.texi: Replace "daylight savings" with "daylight saving"
3506 throughout.
3507
35082007-03-05 Richard Stallman <rms@gnu.org>
3509
5dcb4c4e
SM
3510 * variables.texi (File Local Variables):
3511 Update enable-local-variables values.
b8d4c8d0
GM
3512
35132007-03-04 Richard Stallman <rms@gnu.org>
3514
3515 * syntax.texi (Control Parsing): Minor clarification.
3516
3517 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3518
3519 * sequences.texi (Sequence Functions): Move string-bytes away,
3520 add xref.
3521
3522 * nonascii.texi (Text Representations): Move string-bytes here.
3523
3524 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3525
3526 * minibuf.texi (Basic Completion): Minor clarification.
3527
3528 * markers.texi (The Mark): Clarify existence vs activation of mark.
3529 Other cleanup.
3530
3531 * display.texi (Finding Overlays): Write better example.
3532
3533 * compile.texi (Eval During Compile): Clarify putting macros
3534 in eval-when-compile.
3535
c5602427 35362007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3537
3538 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3539 load-read-function definition doc.
b8d4c8d0
GM
3540
35412007-02-21 Kim F. Storm <storm@cua.dk>
3542
3543 * strings.texi (Text Comparison): Mention that assoc-string
3544 converts symbols to strings before testing.
3545
35462007-02-17 Kim F. Storm <storm@cua.dk>
3547
3548 * processes.texi (Bindat Spec): Vector types can have optional
3549 element type.
3550 (Bindat Examples): Fix example. Add vector with element type.
3551
35522007-02-16 Andreas Schwab <schwab@suse.de>
3553
3554 * strings.texi (Formatting Strings): Document '+' flag.
3555
35562007-02-15 Juanma Barranquero <lekktu@gmail.com>
3557
3558 * strings.texi (Modifying Strings): Clarify that `clear-string'
3559 always converts the string to unibyte.
3560
35612007-02-14 Kim F. Storm <storm@cua.dk>
3562
3563 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3564 Rewrite glyph code description to refer to these functions.
3565 Remove details of encoding face number and char into integer code.
3566
35672007-02-03 Alan Mackenzie <acm@muc.de>
3568
3569 * loading.texi (Hooks for Loading): Make the description of
3570 `eval-after-load' more detailed, and amend the description of
3571 after-load-alist, in accordance with changes from 2006-05.
3572
35732007-02-03 Chong Yidong <cyd@stupidchicken.com>
3574
3575 * modes.texi (Defining Minor Modes): Document that a :require
3576 keyword or similar may be required to make saved customization
3577 variables work.
3578
35792007-02-03 Eli Zaretskii <eliz@gnu.org>
3580
3581 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3582 Texinfo guidelines and with what texnfo-upd.el expects.
3583 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3584 parts needed by `texinfo-multiple-files-update'.
3585
35862007-02-02 Eli Zaretskii <eliz@gnu.org>
3587
3588 * elisp.texi (Top): Update the top-level menus.
3589
3590 * syntax.texi (Categories): Add index entries.
3591
35922007-02-01 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * display.texi (Attribute Functions): Fix name and description of
3595 the UNDERLINE arg of `set-face-underline-p'.
3596
35972007-01-29 Eli Zaretskii <eliz@gnu.org>
3598
3599 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3600 Variables", and "Standard Keymaps" to the detailed menu.
3601
3602 * variables.texi (Future Local Variables): Add index entry.
3603
36042007-01-28 Richard Stallman <rms@gnu.org>
3605
3606 * tips.texi (Coding Conventions): Clarify the tip about macros
3607 that define a function or a variable.
3608
3609 * files.texi (File Attributes): UID and GID can be floats.
3610 (Magic File Names): Explain why deferring all operations to
3611 the standard handler does not work.
3612
36132007-01-23 Martin Rudalics <rudalics@gmx.at>
3614
3615 * backups.texi (Reverting): Use "buffer" instead of "file"
3616 when talking about major and minor modes.
3617
36182007-01-21 Richard Stallman <rms@gnu.org>
3619
3620 * help.texi (Documentation): Add xref to Documentation Tips.
3621
36222007-01-14 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * tips.texi (Coding Conventions): Fix typos.
3625
36262007-01-05 Richard Stallman <rms@gnu.org>
3627
3628 * modes.texi (Defining Minor Modes): Fix previous change.
3629
36302007-01-03 Richard Stallman <rms@gnu.org>
3631
3632 * customize.texi (Variable Definitions, Customization Types):
3633 Don't use * in doc string for defcustom.
3634
36352007-01-02 Richard Stallman <rms@gnu.org>
3636
3637 * variables.texi (Variable Aliases): Clarify that aliases vars
3638 always have the same value.
3639
3640 * processes.texi (Bindat Spec): Fix Texinfo usage.
3641
3642 * modes.texi (Defining Minor Modes): Explain effect of command
3643 defined with define-global-minor-mode on new buffers.
3644
36452006-12-30 Kim F. Storm <storm@cua.dk>
3646
3647 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3648 `auto-resize-tool-bars'.
3649
36502006-12-30 Richard Stallman <rms@gnu.org>
3651
3652 * keymaps.texi (Active Keymaps): Fix previous change.
3653
36542006-12-30 Nick Roberts <nickrob@snap.net.nz>
3655
3656 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3657
36582006-12-30 Kim F. Storm <storm@cua.dk>
3659
3660 * processes.texi (Bindat Spec): Clarify using field names in
3661 length specifications.
3662
36632006-12-29 Kim F. Storm <storm@cua.dk>
3664
3665 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3666 Add count and index variables for eval forms in repeat blocks.
3667
36682006-12-24 Richard Stallman <rms@gnu.org>
3669
5dcb4c4e
SM
3670 * customize.texi (Variable Definitions):
3671 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3672
36732006-12-19 Kim F. Storm <storm@cua.dk>
3674
3675 * commands.texi (Misc Events): User signals now result in sigusr1
3676 and sigusr2 events which are handled through special-event-map.
3677 (Special Events): User signals and drag-n-drop are special.
3678
36792006-12-17 Richard Stallman <rms@gnu.org>
3680
3681 * loading.texi (Named Features): Explain subfeatures better.
3682
3683 * customize.texi: Use "option" only for user options.
3684 For the keyword values inside defcustom etc, say "keywords".
3685 For :options value's elements, say "elements".
3686 :group should not be omitted.
3687
3688 * syntax.texi (Parsing Expressions): Split up node.
3689 (Motion via Parsing, Position Parse, Parser State)
3690 (Low-Level Parsing, Control Parsing): New subnodes.
3691 (Parser State): Document syntax-ppss-toplevel-pos.
3692
3693 * positions.texi (List Motion): Punctuation fix.
3694
3695 * files.texi (File Name Completion): Document PREDICATE arg
3696 to file-name-completion.
3697
36982006-12-16 Eli Zaretskii <eliz@gnu.org>
3699
3700 * internals.texi (Building Emacs, Writing Emacs Primitives):
3701 Add index entries.
3702
37032006-12-11 Richard Stallman <rms@gnu.org>
3704
3705 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3706 affects face menu. Explain how to make it non-nil without enabling
3707 any fontification.
3708
37092006-12-10 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * modes.texi (Font Lock Basics): Document nil value of
3712 font-lock-defaults.
3713
37142006-12-10 Glenn Morris <rgm@gnu.org>
3715
3716 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3717 value for system-flag argument. Abbrev tables may not be empty
3718 when major modes are loaded.
3719
37202006-12-08 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * makefile.w32-in (maintainer-clean): Partially revert last
3723 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3724 to protect elisp-covers.texi.
3725
37262006-12-07 Juanma Barranquero <lekktu@gmail.com>
3727
3728 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3729 Don't remove elisp* info files; they are already deleted by the
3730 `clean' and `distclean' targets, and they are in the $(infodir)
3731 directory, not the current one.
3732
37332006-12-04 Kim F. Storm <storm@cua.dk>
3734
3735 * commands.texi (Misc Events): Update signal events.
3736 (Event Examples): Add signal example.
3737
37382006-11-29 Richard Stallman <rms@gnu.org>
3739
3740 * frames.texi (Visibility of Frames): Explain visible windows
3741 can be covered by others. Add xref for raise-frame.
3742
37432006-11-28 Richard Stallman <rms@gnu.org>
3744
3745 * searching.texi (Regexp Special): Update when ^ is special.
3746
37472006-11-27 Eli Zaretskii <eliz@gnu.org>
3748
3749 * customize.texi (Customization, Common Keywords)
3750 (Group Definitions, Variable Definitions, Composite Types)
3751 (Type Keywords, Customization Types): Add index entries for
3752 various customization keywords.
3753
37542006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3757
c8763fb6 37582006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3759
3760 * frames.texi (Window System Selections): Remove clipboard from
3761 description of selection-coding-system.
3762
37632006-11-06 Richard Stallman <rms@gnu.org>
3764
3765 * lists.texi (List Variables): Document COMPARE-FN.
3766
3767 * keymaps.texi: Avoid use of "binding" to mean a relation;
3768 use it only to refer to the meaning associated with a key.
3769 (Keymaps): Change menu node description.
3770
3771 * elisp.texi (Top): Change menu node description.
3772
3773 * display.texi (Managing Overlays): Document overlay-recenter.
3774
37752006-10-29 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * Makefile.in: Use relative paths to avoid advertising filesystem
3778 contents during compilation.
3779
37802006-10-23 Kim F. Storm <storm@cua.dk>
3781
3782 * commands.texi (Event Input Misc): Update unread-command-events.
3783
37842006-10-23 Nick Roberts <nickrob@snap.net.nz>
3785
3786 * lists.texi (Sets And Lists): Fix typos.
3787
37882006-10-18 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * control.texi (Processing of Errors): Use @var for an argument,
3791 not @code.
3792
37932006-10-16 Richard Stallman <rms@gnu.org>
3794
3795 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3796
3797 * keymaps.texi (Format of Keymaps): Show all the keymap element
3798 patterns that result from menu items.
3799 (Key Lookup): Minor cleanups.
3800
3801 * modes.texi (Precalculated Fontification): Don't say that
3802 not setting font-lock-defaults avoids loading font-lock.
3803
3804 * help.texi (Documentation): Move xref to Emacs Manual here.
3805 (Documentation Basics): From here.
3806 Also doc emacs-lisp-docstring-fill-column.
3807
3808 * elisp.texi: Update version and ISBN.
3809
3810 * commands.texi (Interactive Call): Clarify KEYS arg to
3811 call-interactively is a vector.
3812 (Command Loop Info): Delete anchor in this-command-keys.
3813 Add anchor in this-command-keys-vector.
3814 (Recursive Editing): Document how recursive-edit
3815 handles the current buffer.
3816
38172006-10-13 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * frames.texi (Frame Titles): %c and %l are ignored in
3820 frame-title-format.
3821
38222006-10-11 Richard Stallman <rms@gnu.org>
3823
3824 * keymaps.texi (Key Sequences): Clarify use of kbd.
3825
38262006-10-10 Kim F. Storm <storm@cua.dk>
3827
3828 * lists.texi (Sets And Lists): Add memql.
3829
38302006-10-03 Richard Stallman <rms@gnu.org>
3831
3832 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3833 Clarify :ascii: and :nonascii:.
3834
38352006-09-29 Juri Linkov <juri@jurta.org>
3836
3837 * modes.texi (%-Constructs): Reorder coding systems in the
3838 documentation of %z to the real order displayed in the modeline.
3839
38402006-09-25 Richard Stallman <rms@gnu.org>
3841
3842 * os.texi (Timers): Describe timer-max-repeats.
3843
38442006-09-25 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * os.texi (Timers): Mention with-local-quit.
3847
38482006-09-24 Richard Stallman <rms@gnu.org>
3849
3850 * searching.texi (Searching and Matching): Mention property search.
3851
3852 * commands.texi (Command Loop Info): Explain how read-event affects
3853 this-command-keys.
3854
38552006-09-20 Richard Stallman <rms@gnu.org>
3856
3857 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3858
3859 * windows.texi (Window Start): Minor cleanups.
3860
38612006-09-20 Kim F. Storm <storm@cua.dk>
3862
3863 * windows.texi (Window Start): pos-visible-in-window-p allows
3864 specifying t for position to mean "end of window".
3865 Add window-line-height.
3866
3867 * anti.texi (Antinews): Mention window-line-height.
3868
38692006-09-19 David Kastrup <dak@gnu.org>
3870
3871 * keymaps.texi (Searching Keymaps): Small clarification.
3872
38732006-09-18 Richard Stallman <rms@gnu.org>
3874
3875 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3876 cause keyboard menus.
3877 (Menu Keymaps): Likewise.
3878 (Defining Menus, Keyboard Menus): Clarify.
3879
3880 * text.texi (Fields): Clarify explanation of constrain-to-field.
3881
38822006-09-16 Eli Zaretskii <eliz@gnu.org>
3883
3884 * variables.texi (Tips for Defining): Fix a typo.
3885
38862006-09-15 Richard Stallman <rms@gnu.org>
3887
3888 * keymaps.texi (Remapping Commands, Searching Keymaps)
3889 (Active Keymaps): Clean up previous change.
3890
38912006-09-15 Jay Belanger <belanger@truman.edu>
3892
3893 * gpl.texi: Replace "Library Public License" by "Lesser Public
3894 License" throughout.
3895
38962006-09-15 David Kastrup <dak@gnu.org>
3897
3898 * keymaps.texi (Active Keymaps): Adapt description to use
3899 `get-char-property' instead `get-text-property'. Explain how
3900 mouse events change this. Explain the new optional argument of
3901 `key-binding' and its mouse-dependent lookup.
3902 (Searching Keymaps): Adapt description similarly.
3903 (Remapping Commands): Explain the new optional argument of
3904 `command-remapping'.
3905
39062006-09-14 Richard Stallman <rms@gnu.org>
3907
3908 * keymaps.texi (Searching Keymaps): Clarification.
3909 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3910
39112006-09-13 Richard Stallman <rms@gnu.org>
3912
3913 * objects.texi (Character Type): Node split.
3914 Add xref to Describing Characters.
3915 (Basic Char Syntax, General Escape Syntax)
3916 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3917
39182006-09-11 Richard Stallman <rms@gnu.org>
3919
3920 * display.texi (Display Table Format): Wording clarification.
3921 (Glyphs): Clarifications.
3922
39232006-09-10 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3926 local maps.
3927
39282006-09-10 Kim F. Storm <storm@cua.dk>
3929
3930 * display.texi (Forcing Redisplay): Document return value of
3931 function redisplay.
3932
39332006-09-09 Richard Stallman <rms@gnu.org>
3934
3935 * windows.texi (Window Hooks): Explain limits of
3936 window-scroll-functions.
3937
3938 * display.texi (Fringe Indicators): Update for last change in
3939 indicate-buffer-boundaries.
3940
39412006-09-08 Richard Stallman <rms@gnu.org>
3942
3943 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3944
39452006-09-06 Kim F. Storm <storm@cua.dk>
3946
3947 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3948
3949 * windows.texi (Window Start): Update pos-visible-in-window-p.
3950
39512006-09-04 Richard Stallman <rms@gnu.org>
3952
3953 * processes.texi (Accepting Output): Explain SECONDS=0 for
3954 accept-process-output.
3955
3956 * os.texi (Idle Timers): Explain why timer functions should not
3957 loop until (input-pending-p).
3958
39592006-09-02 Eli Zaretskii <eliz@gnu.org>
3960
3961 * makefile.w32-in (usermanualdir): New variable.
3962 (elisp.dvi): Use it.
3963
39642006-09-01 Eli Zaretskii <eliz@gnu.org>
3965
3966 * buffers.texi (Buffer Modification): Fix last change.
3967
39682006-09-01 Chong Yidong <cyd@stupidchicken.com>
3969
5dcb4c4e
SM
3970 * buffers.texi (Buffer Modification):
3971 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3972
39732006-08-31 Richard Stallman <rms@gnu.org>
3974
3975 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3976
39772006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3978
3979 * modes.texi (Syntactic Font Lock):
3980 Mention font-lock-syntactic-face-function
3981 instead of specific faces.
3982
39832006-08-29 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * display.texi (Images): Add xrref to display-images-p.
3986
39872006-08-28 Kenichi Handa <handa@m17n.org>
3988
3989 * nonascii.texi (Lisp and Coding Systems): Fix description of
3990 detect-coding-region.
3991
39922006-08-27 Michael Olson <mwolson@gnu.org>
3993
3994 * processes.texi (Transaction Queues): Remove stray quote
3995 character.
3996
39972006-08-25 Richard Stallman <rms@gnu.org>
3998
3999 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4000 Add xref.
4001
40022006-08-24 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * os.texi (Timers): Avoid waiting inside timers.
4005
40062006-08-21 Lute Kamstra <lute@gnu.org>
4007
4008 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4009
40102006-08-20 Richard Stallman <rms@gnu.org>
4011
4012 * os.texi (Idle Timers): New node, split out from Timers.
4013 Document current-idle-time.
4014 * commands.texi (Reading One Event): Update xref.
4015 * elisp.texi (Top): Update subnode menu.
4016
40172006-08-16 Richard Stallman <rms@gnu.org>
4018
4019 * keymaps.texi (Extended Menu Items): Show format of cached
4020 bindings in extended menu items.
4021
4022 * customize.texi (Variable Definitions): Explain when the
4023 standard value expression is evaluated.
4024
40252006-08-15 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * commands.texi (Reading One Event): Explain idleness in
4028 `read-event'.
4029
40302006-08-12 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4033 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4034 relevant for Lisp programming.
4035 (Yank Commands): Rewrite introduction.
4036 (Undo): Clarify.
4037 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4038 (Filling): Remove redundant comment. Clarify return value of
4039 current-justification.
4040 (Margins): Minor clarifications.
4041 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4042 (Sorting): Update definition of sort-lines.
4043 (Columns): Clarify behavior of sort-columns.
4044 (Indent Tabs): Link to Tab Stops in Emacs manual.
4045 (Special Properties): Clarify.
4046 (Clickable Text): Mention Buttons package.
4047
40482006-08-12 Kevin Ryde <user42@zip.com.au>
4049
4050 * os.texi (Time Parsing): Add %z to description of
4051 format-time-string, as per docstring. Add cross reference to
4052 glibc manual for strftime.
4053
40542006-08-08 Richard Stallman <rms@gnu.org>
4055
4056 * modes.texi: Clean up wording in previous change.
4057
40582006-08-07 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * modes.texi (Hooks): Clarify.
4061 (Major Mode Basics): Mention define-derived-mode explicitly.
4062 (Major Mode Conventions): Rebinding RET is OK for some modes.
4063 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4064 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4065 (Mode Line Basics): Clarify.
4066 (Mode Line Data): Mention help-echo and local-map in strings.
4067 Explain reason for treatment of non-risky variables.
4068 (Properties in Mode): Clarify.
4069 (Faces for Font Lock): Add font-lock-negation-char-face.
4070
40712006-08-04 Eli Zaretskii <eliz@gnu.org>
4072
4073 * strings.texi (Formatting Strings): Warn against arbitrary
4074 strings as first arg to `format'.
4075
40762006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4077
4078 * text.texi (Clickable Text): Mention `help-echo' text property.
4079 Update intro, examples and associated explanations.
4080
40812006-07-31 Richard Stallman <rms@gnu.org>
4082
4083 * commands.texi: Update xrefs.
4084 (Event Mod): New node, cut out from old Translating Input.
4085
4086 * maps.texi: Update xrefs.
4087
4088 * keymaps.texi (Translation Keymaps): New node.
4089 Update xrefs from Translating Input to Translation Keymaps.
4090
4091 * elisp.texi (Top): Update subnode menu.
4092
4093 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4094
4095 * os.texi (System Interface): Fix menu descriptions of some nodes.
4096 (Translating Input): Node deleted.
4097
40982006-07-31 Nick Roberts <nickrob@snap.net.nz>
4099
4100 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4101
4102 * lists.texi (Sets And Lists): Likewise.
4103
41042006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4105
4106 * text.texi (Fields): Mention POS
4107 requirement when narrowing is in effect.
4108
41092006-07-28 Richard Stallman <rms@gnu.org>
4110
4111 * display.texi (Face Attributes): Simplify wording.
4112 (Attribute Functions): Clarify meaning of new-frame default
4113 attribute settings.
4114
4115 * customize.texi (Common Keywords): Document how to use
4116 :package-version in a package not in Emacs.
4117
41182006-07-28 Kim F. Storm <storm@cua.dk>
4119
4120 * commands.texi (Reading One Event): Fix last change.
4121
41222006-07-26 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * commands.texi (Reading One Event): Document SECONDS argument for
4125 read-event, read-char, and read-char-exclusive.
4126
41272006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4130 to ensure correct identification.
4131
41322006-07-24 Richard Stallman <rms@gnu.org>
4133
4134 * text.texi (Clickable Text): Clarify.
4135
4136 * sequences.texi (Vector Functions): Delete duplicate xref.
4137
4138 * objects.texi (Function Type): Clarify.
4139
4140 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4141 modes.
4142
4143 * lists.texi (List Variables): New node.
4144 Material moved from other nodes.
4145
4146 * variables.texi (Setting Variables): add-to-list and
4147 add-to-ordered-list moved to List Variables node.
4148
41492006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4150
4151 * text.texi (Links and Mouse-1):
4152 For mouse-on-link-p, expand on arg POS.
4153
41542006-07-21 Kim F. Storm <storm@cua.dk>
4155
4156 * display.texi (Forcing Redisplay): Don't mention systems which
4157 don't support sub-second timers for redisplay-preemption-period.
4158
4159 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4160
41612006-07-21 Eli Zaretskii <eliz@gnu.org>
4162
4163 * frames.texi (Input Focus): Document that focus-follows-mouse has
4164 no effect on MS-Windows.
4165
41662006-07-18 Richard Stallman <rms@gnu.org>
4167
4168 * display.texi (Forcing Redisplay): Cleanups in previous change.
4169
4170 * processes.texi (Low-Level Network): Make menu more convenient.
4171
41722006-07-18 Kim F. Storm <storm@cua.dk>
4173
4174 * display.texi (Forcing Redisplay): redisplay-preemption-period
4175 only used on window systems. Add xref to Terminal Output.
4176
4177 * os.texi (Terminal Output): baud-rate only controls preemption on
4178 non-window systems. Add xref to Forcing Redisplay.
4179
4180 * processes.texi (Low-Level Network): Rename node "Make Network"
4181 to "Network Processes".
4182
41832006-07-18 Karl Berry <karl@gnu.org>
4184
4185 * variables.texi, functions.texi, customize.texi, loading.texi:
4186 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4187
41882006-07-17 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4191
41922006-07-17 Richard Stallman <rms@gnu.org>
4193
4194 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4195 Put period and comma inside quotes.
4196
4197 * loading.texi, markers.texi: Use real doublequote inside menus.
4198
4199 * windows.texi: Put point and comma inside quotes.
4200 (Textual Scrolling): Use @samp for error message.
4201
4202 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4203 * strings.texi, streams.texi, processes.texi, os.texi:
4204 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4205 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4206 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4207 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4208 Put point and comma inside quotes.
4209
4210 * control.texi (Processing of Errors): Add command-error-function.
4211
4212 * variables.texi (File Local Variables): Clarify that
4213 file local variables make buffer-local bindings.
4214
4215 * modes.texi (Syntactic Font Lock): Give default for
4216 font-lock-syntax-table.
4217
42182006-07-17 Nick Roberts <nickrob@snap.net.nz>
4219
4220 * text.texi (Special Properties): Clean up previous change.
4221
42222006-07-16 Karl Berry <karl@gnu.org>
4223
4224 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4225 * control.texi: Fix bad page breaks through chapter 10 (control).
4226
4227 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4228 underfull hbox.
4229
42302006-07-15 Nick Roberts <nickrob@snap.net.nz>
4231
4232 * text.texi (Special Properties): Describe fontified text property
4233 in relation to a character (not text).
4234
42352006-07-15 Kim F. Storm <storm@cua.dk>
4236
4237 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4238 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4239 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4240
4241 * anti.texi (Antinews): Mention redisplay function.
4242 The kbd macro existed, but was not documented, before 22.x.
4243 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4244
42452006-07-14 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * display.texi (Displaying Messages): Add anchor.
4248
4249 * frames.texi (Dialog Boxes): Use it.
4250
42512006-07-12 Richard Stallman <rms@gnu.org>
4252
4253 * objects.texi (Frame Type): Explain nature of frames better.
4254
4255 * frames.texi (Frames): Explain nature of frames better.
4256
42572006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4258
4259 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4260
42612006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4262
4263 * frames.texi (Window System Selections): Mention scrap support for Mac.
4264 Default value of x-select-enable-clipboard is t on Mac.
4265
4266 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4267
42682006-07-11 Kim F. Storm <storm@cua.dk>
4269
4270 * display.texi (Forcing Redisplay): Add `redisplay' function.
4271 Don't mention (sit-for -1) -- use (redisplay t) instead.
4272
4273 * commands.texi (Waiting): (sit-for -1) is no longer special.
4274 (sit-for 0) is equivalent to (redisplay).
4275 Iconifying/deiconifying no longer makes sit-for return.
4276
42772006-07-10 Nick Roberts <nickrob@snap.net.nz>
4278
4279 * display.texi (Buttons): Fix typo.
4280
4281 * index.texi, elisp.texi (New Symbols): Comment node out.
4282
42832006-07-09 Richard Stallman <rms@gnu.org>
4284
4285 * display.texi (Truncation): Clean up previous change.
4286
42872006-07-08 Richard Stallman <rms@gnu.org>
4288
4289 * commands.texi (Interactive Call): Use 3 as prefix in example
4290 for execute-extended-command.
4291
4292 * display.texi (Attribute Functions): Move paragraph about
4293 compatibility with Emacs < 21.
4294
42952006-07-09 Kim F. Storm <storm@cua.dk>
4296
4297 * display.texi (Refresh Screen): Clarify force-window-update.
4298 (Truncation): "Normally" indicated by fringe arrows.
4299
43002006-07-08 Eli Zaretskii <eliz@gnu.org>
4301
4302 * windows.texi (Textual Scrolling, Resizing Windows):
4303 * variables.texi (Constant Variables):
4304 * text.texi (Buffer Contents, Deletion, Changing Properties)
4305 (Property Search, Special Properties, Sticky Properties)
4306 (Links and Mouse-1, Fields, Change Hooks):
4307 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4308 (Categories):
4309 * symbols.texi (Other Plists):
4310 * streams.texi (Output Variables):
4311 * processes.texi (Input to Processes, Query Before Exit):
4312 * positions.texi (Word Motion, Text Lines, List Motion):
4313 * os.texi (Init File, System Environment, Sound Output)
4314 (Session Management):
4315 * nonascii.texi (Text Representations, Character Sets)
4316 (Chars and Bytes, Locales):
4317 * modes.texi (Defining Minor Modes, Header Lines):
4318 * minibuf.texi (Minibuffer Contents):
4319 * markers.texi (Information from Markers):
4320 * lists.texi (List Elements, Building Lists, Association Lists):
4321 * keymaps.texi (Tool Bar):
4322 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4323 * functions.texi (What Is a Function, Mapping Functions):
4324 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4325 (Color Names, Text Terminal Colors, Display Feature Testing):
4326 * files.texi (Visiting Functions, File Name Components)
4327 (Unique File Names, Contents of Directories):
4328 * display.texi (Forcing Redisplay, Displaying Messages)
4329 (Temporary Displays, Font Selection, Auto Faces)
4330 (Font Lookup, Fringe Indicators, Display Margins)
4331 (Image Descriptors, Showing Images, Image Cache, Button Types)
4332 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4333 (Display Table Format, Glyphs):
4334 * control.texi (Iteration):
4335 * commands.texi (Command Loop Info, Adjusting Point):
4336 * backups.texi (Making Backups, Auto-Saving):
4337 Remove @tindex entries.
4338
43392006-07-07 Kim F. Storm <storm@cua.dk>
4340
4341 * display.texi (Fringe Cursors): Fix typo.
4342 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4343 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4344
43452006-07-05 Richard Stallman <rms@gnu.org>
4346
4347 * text.texi (Buffer Contents): Add example of text props
4348 in result of buffer-substring.
4349 (Text Properties): Explain better about use of specific property names.
4350 (Property Search): Some cleanups; reorder some functions.
4351
4352 * keymaps.texi (Changing Key Bindings): Cleanup.
4353 Add xref to Key Binding Conventions.
4354
4355 * display.texi (Attribute Functions): Add examples for
4356 face-attribute-relative-p.
4357
4358 * tips.texi (Coding Conventions): Cleanup last change.
4359
43602006-07-05 Karl Berry <karl@gnu.org>
4361
4362 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4363 Remove @setchapternewpage odd.
4364 Result is 1013 pages, down from 1100.
4365
4366 * anti.texi, customize.texi, display.texi, internals.texi:
4367 * minibuf.texi, modes.texi, tips.texi:
4368 Fix overfull/underfull boxes.
4369
43702006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4371
4372 * edebug.texi (Instrumenting):
4373 Add Edebug-specific findex for eval-buffer.
4374 * loading.texi (Loading):
4375 Replace eval-current-buffer with eval-buffer.
4376
43772006-06-30 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * locals.texi (Standard Buffer-Local Variables): Update the list
4380 of variables.
4381
43822006-06-26 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * files.texi (File Name Completion): Point user to the node
4385 "Reading File Names".
4386
43872006-06-24 Eli Zaretskii <eliz@gnu.org>
4388
4389 * files.texi (Contents of Directories): Document case-insensitive
4390 behavior on respective filesystems.
4391
4392 * objects.texi (Character Type): Document that Emacs signals an
4393 error for unsupported Unicode characters specified as \uNNNN.
4394
43952006-06-19 Richard Stallman <rms@gnu.org>
4396
4397 * processes.texi (Bindat Spec): Clarify previous change.
4398
43992006-06-16 Richard Stallman <rms@gnu.org>
4400
4401 * tips.texi (Coding Conventions): Better explain conventions
4402 for definition constructs.
4403
4404 * text.texi (Special Properties): String value of `read-only'
4405 serves as the error message.
4406
4407 * objects.texi (Character Type): Clarify prev. change.
4408 (Non-ASCII in Strings): Mention \u and \U.
4409
4410 * commands.texi (Using Interactive): Explain problem of
4411 markers, etc., in command-history.
4412
44132006-06-14 Kim F. Storm <storm@cua.dk>
4414
4415 * commands.texi (Waiting): Negative arg to sit-for forces
4416 redisplay even if input is pending.
4417
4418 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4419 redisplay. Remove incorrect example of binding redisplay-dont-pause
4420 around (sit-for 0).
4421
44222006-06-13 Richard Stallman <rms@gnu.org>
4423
4424 * display.texi (Forcing Redisplay): Clarify previous change.
4425
44262006-06-13 Romain Francoise <romain@orebokech.com>
4427
4428 * display.texi (Forcing Redisplay): Fix typo.
4429
44302006-06-13 Kim F. Storm <storm@cua.dk>
4431
4432 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4433
44342006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4435
4436 * tips.texi (Coding Conventions): Add `@end itemize'.
4437
44382006-06-10 Richard Stallman <rms@gnu.org>
4439
4440 * tips.texi (Coding Conventions): Explain use of coding systems
4441 to ensure one decoding for strings.
4442
44432006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4444
4445 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4446 syntax.
4447
44482006-06-07 Eli Zaretskii <eliz@gnu.org>
4449
4450 * display.texi (Font Selection): Remove description of
4451 clear-face-cache.
4452
4453 * compile.texi (Eval During Compile): Fix a typo. Add index
4454 entries for possible uses of eval-when-compile.
4455
44562006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4457
4458 * display.texi (Abstract Display): Fix typo.
4459
44602006-06-03 Eli Zaretskii <eliz@gnu.org>
4461
4462 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4463 Reword variable's description.
4464
44652006-06-01 Richard Stallman <rms@gnu.org>
4466
4467 * windows.texi (Splitting Windows): Clarify splitting nonselected
4468 window.
4469
44702006-05-31 Juri Linkov <juri@jurta.org>
4471
4472 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4473
44742006-05-30 Richard Stallman <rms@gnu.org>
4475
4476 * display.texi (Line Height): Fix errors in description of
10d1d0af 4477 default line height and line-height property.
b8d4c8d0
GM
4478
4479 * nonascii.texi (Default Coding Systems): Further clarification.
4480
44812006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4482
4483 * internals.texi (Pure Storage): Mention that an overflow in pure
4484 space causes a memory leak.
4485 (Garbage Collection): If there was an overflow in pure space,
4486 `garbage-collect' returns nil.
4487
44882006-05-30 Eli Zaretskii <eliz@gnu.org>
4489
4490 * nonascii.texi (Default Coding Systems): Fix it some more.
4491
44922006-05-29 Eli Zaretskii <eliz@gnu.org>
4493
4494 * nonascii.texi (Default Coding Systems): Fix last change.
4495
44962006-05-29 Kenichi Handa <handa@m17n.org>
4497
4498 * nonascii.texi (find-operation-coding-system): Describe the new
4499 argument format (FILENAME . BUFFER).
4500
45012006-05-28 Richard Stallman <rms@gnu.org>
4502
4503 * tips.texi (Coding Conventions): Better explain reasons not to
4504 advise other packages or use `eval-after-load'.
4505
45062006-05-29 Kim F. Storm <storm@cua.dk>
4507
4508 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4509 `bindat-idx' and `bindat-raw' for clarity.
4510
45112006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4512
4513 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4514
4515 * display.texi (Display): Add "Abstract Display" to menu.
4516 (Abstract Display, Abstract Display Functions)
4517 (Abstract Display Example): New nodes.
4518 * elisp.texi (Top): Add "Abstract Display" to menu.
4519
45202006-05-27 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * keymaps.texi (Key Sequences): Link to input events definition.
4523 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4524
4525 * files.texi (Changing Files): Document updated argument list for
4526 copy-file.
4527
45282006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4529
4530 * processes.texi (Bindat Functions): Explain term "total length".
4531 Use it in bindat-length and bindat-pack descriptions.
4532
45332006-05-26 Eli Zaretskii <eliz@gnu.org>
4534
4535 * tips.texi (Coding Conventions): Advise against using
4536 eval-after-load in packages. Add an index entry.
4537
45382006-05-25 Juri Linkov <juri@jurta.org>
4539
4540 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4541
4542 * modes.texi (%-Constructs): Add %e, %z, %Z.
4543
45442006-05-25 Richard Stallman <rms@gnu.org>
4545
4546 * elisp.texi (Top): Update subnode menu.
4547
4548 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4549 (Keymaps): Update menu.
4550
45512006-05-25 Chong Yidong <cyd@stupidchicken.com>
4552
4553 * keymaps.texi (Key Sequences): Some clarifications.
4554
45552006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4556
4557 * processes.texi (Bindat Functions): Say "unibyte string"
4558 explicitly for bindat-unpack and bindat-pack descriptions.
4559 (Bindat Examples): Don't call `string-make-unibyte' in example.
4560
45612006-05-25 Chong Yidong <cyd@stupidchicken.com>
4562
5dcb4c4e 4563 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4564 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4565
4566 * keymaps.texi (Changing Key Bindings):
dd7b651b 4567 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4568 * help.texi (Describing Characters): Refer to it.
4569
45702006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4571
4572 * frames.texi (Pointer Shape): @end table -> @end defvar.
4573
45742006-05-22 Richard Stallman <rms@gnu.org>
4575
4576 * elisp.texi (Top): Update subnode menus.
4577
4578 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4579 Contents rewritten; material from old Pointer Shape node moved here.
4580
4581 * display.texi (Pointer Shape): Node deleted.
4582 (Image Descriptors): Minor cleanup.
4583
45842006-05-21 Richard Stallman <rms@gnu.org>
4585
4586 * syntax.texi (Parsing Expressions): Update info on which STATE
4587 elements are ignored.
4588
45892006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4590
4591 * hooks.texi (Standard Hooks): Correct typo.
4592
4593 * gpl.texi (GPL): ifinfo -> ifnottex.
4594
45952006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4596
4597 * searching.texi (Simple Match Data): Warn about match data being
4598 set anew by every search.
4599
46002006-05-17 Richard Stallman <rms@gnu.org>
4601
4602 * minibuf.texi (Minibuffer History): Clarify.
4603
4604 * searching.texi (Regexp Special): Clarify nested regexp warning.
4605
46062006-05-16 Kim F. Storm <storm@cua.dk>
4607
4608 * minibuf.texi (Minibuffer History): Update add-to-history.
4609
46102006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4611
5dcb4c4e
SM
4612 * nonascii.texi (Explicit Encoding):
4613 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4614
46152006-05-14 Richard Stallman <rms@gnu.org>
4616
4617 * buffers.texi (Creating Buffers): Cleanup.
4618
4619 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4620
46212006-05-13 Eli Zaretskii <eliz@gnu.org>
4622
4623 * buffers.texi (Current Buffer): Document that with-temp-buffer
4624 disables undo.
4625
4626 * os.texi (Terminal-Specific): More accurate description of how
4627 Emacs searches for the terminal-specific libraries.
4628
46292006-05-12 Eli Zaretskii <eliz@gnu.org>
4630
4631 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4632 emacs-xtra to @inforef's.
4633
4634 * text.texi (Undo): Document that undo is turned off in buffers
4635 whose names begin with a space.
4636
4637 * buffers.texi (Buffer Names): Add index entries for buffers whose
4638 names begin with a space.
4639 (Creating Buffers): Document that undo is turned off in buffers
4640 whose names begin with a space.
4641
4642 * files.texi (Visiting Functions, Reading from Files)
4643 (Saving Buffers): Mention code and EOL conversions by file I/O
4644 primitives and subroutines.
4645
4646 * nonascii.texi (Lisp and Coding Systems): Document
4647 coding-system-eol-type. Add index entries for eol conversion.
4648
4649 * display.texi (Defining Faces): Mention `mac', and add an xref to
4650 where window-system is described.
4651
46522006-05-10 Richard Stallman <rms@gnu.org>
4653
4654 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4655
46562006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4657
4658 * variables.texi (File Local Variables): Recommend to quote lambda
4659 expressions in safe-local-variable property.
4660
46612006-05-09 Richard Stallman <rms@gnu.org>
4662
5dcb4c4e
SM
4663 * variables.texi (File Local Variables):
4664 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4665
46662006-05-07 Kim F. Storm <storm@cua.dk>
4667
4668 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4669 from add-to-history.
4670
46712006-05-07 Romain Francoise <romain@orebokech.com>
4672
4673 * commands.texi (Event Input Misc):
4674 * compile.texi (Eval During Compile):
4675 * internals.texi (Buffer Internals):
4676 * minibuf.texi (Initial Input):
4677 * nonascii.texi (Scanning Charsets):
4678 * numbers.texi (Comparison of Numbers):
4679 * windows.texi (Textual Scrolling, Vertical Scrolling):
4680 Fix various typos.
4681
46822006-05-06 Eli Zaretskii <eliz@gnu.org>
4683
4684 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4685 conditional xref's to either emacs or emacs-xtra, depending on
4686 @iftex/@ifnottex.
4687
4688 * minibuf.texi (Minibuffer History): Document add-to-history.
4689
46902006-05-05 Eli Zaretskii <eliz@gnu.org>
4691
4692 * internals.texi (Pure Storage): Mention the pure overflow message
4693 at startup.
4694
c8763fb6 46952006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4696
4697 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4698 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4699 search.
4700
47012006-05-01 Richard Stallman <rms@gnu.org>
4702
4703 * intro.texi (nil and t): Clarify.
4704
4705 * variables.texi (File Local Variables): Suggest using booleanp.
4706
47072006-05-01 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * objects.texi (Type Predicates): Fix typos.
4710
47112006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * intro.texi (nil and t): Add booleanp.
4714
4715 * objects.texi (Type Predicates): Add links for booleanp and
4716 string-or-null-p.
4717
47182006-04-29 Richard Stallman <rms@gnu.org>
4719
4720 * modes.texi (Multiline Font Lock): Rename from
4721 Multi line Font Lock Elements. Much clarification.
4722 (Font Lock Multiline, Region to Fontify): Much clarification.
4723
47242006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * variables.texi (File Local Variables): Remove the special case t for
4727 safe-local-variable.
4728
47292006-04-26 Richard Stallman <rms@gnu.org>
4730
4731 * syntax.texi (Parsing Expressions): Minor cleanup.
4732
47332006-04-18 Richard Stallman <rms@gnu.org>
4734
4735 * tips.texi (Coding Conventions): Explain when the package's
4736 prefix should appear later on (not at the start of the name).
4737
4738 * searching.texi (String Search): Clarify effect of NOERROR.
4739
4740 * modes.texi (Imenu): Clarify what special items do.
4741
4742 * hooks.texi (Standard Hooks): Delete text about old hook names.
4743
47442006-04-17 Romain Francoise <romain@orebokech.com>
4745
4746 * variables.texi (Local Variables): Update the default value of
4747 `max-specpdl-size'.
4748
47492006-04-15 Michael Olson <mwolson@gnu.org>
4750
4751 * processes.texi (Transaction Queues): Mention the new optional
4752 `delay-question' argument for `tq-enqueue'.
4753
47542006-04-13 Bill Wohler <wohler@newt.com>
4755
4756 * customize.texi (Common Keywords): Use dotted notation for
4757 :package-version value. Specify its values. Improve documentation
4758 for customize-package-emacs-version-alist.
4759
47602006-04-12 Bill Wohler <wohler@newt.com>
4761
4762 * customize.texi (Common Keywords): Move description of
4763 customize-package-emacs-version-alist to @defvar.
4764
47652006-04-10 Bill Wohler <wohler@newt.com>
4766
4767 * customize.texi (Common Keywords): Add :package-version.
4768
47692006-04-10 Kim F. Storm <storm@cua.dk>
4770
4771 * text.texi (Buffer Contents): Add NOPROPS arg to
4772 filter-buffer-substring.
4773
47742006-04-08 Kevin Ryde <user42@zip.com.au>
4775
4776 * os.texi (Command-Line Arguments): Update xref to emacs manual
4777 "Command Arguments" -> "Emacs Invocation", per change there.
4778
47792006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4780
4781 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4782 be on one line to help makeinfo not render two spaces after the dot.
4783
47842006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4785
4786 * strings.texi (Predicates for Strings): Add string-or-null-p.
4787
47882006-03-28 Kim F. Storm <storm@cua.dk>
4789
4790 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4791 remarks about systems that don't support fractional seconds.
4792
47932006-03-25 Karl Berry <karl@gnu.org>
4794
4795 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4796 the year list.
4797
47982006-03-21 Nick Roberts <nickrob@snap.net.nz>
4799
4800 * display.texi (Fringe Indicators): Fix typos.
4801
48022006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4803
4804 * tips.texi (Documentation Tips): One can now also write `program'
4805 in front of a quoted symbol in a docstring to prevent making a
4806 hyperlink.
4807
48082006-03-19 Alan Mackenzie <acm@muc.de>
4809
4810 * text.texi (Special Properties): Clarify `fontified' property.
4811
48122006-03-16 Richard Stallman <rms@gnu.org>
4813
4814 * display.texi (Defining Images): Minor cleanup.
4815
48162006-03-16 Bill Wohler <wohler@newt.com>
4817
4818 * display.texi (Defining Images): In image-load-path-for-library,
4819 prefer user's images.
4820
48212006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4824
48252006-03-15 Bill Wohler <wohler@newt.com>
4826
4827 * display.texi (Defining Images): Fix example in
4828 image-load-path-for-library by not recommending that one binds
4829 image-load-path. Just defvar it to placate compiler and only use
4830 it if previously defined.
4831
48322006-03-14 Bill Wohler <wohler@newt.com>
4833
4834 * display.texi (Defining Images): In image-load-path-for-library,
4835 always return list of directories. Update example.
4836
48372006-03-14 Alan Mackenzie <acm@muc.de>
4838
4839 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4840 This describes font-lock-extend-region-function.
4841 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4842 the new node "Region to Fontify".
4843
48442006-03-13 Richard Stallman <rms@gnu.org>
4845
4846 * display.texi (Invisible Text): The impossible position is
4847 now before the invisible text, not after.
4848 (Defining Images): Clean up last change.
4849
48502006-03-11 Bill Wohler <wohler@newt.com>
4851
4852 * display.texi (Defining Images): Add image-load-path-for-library.
4853
48542006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * text.texi (Adaptive Fill): Fix Texinfo usage.
4857
4858 * strings.texi (Creating Strings): Fix Texinfo usage.
4859
4860 * searching.texi (Regexp Special): Use @samp for regular
4861 expressions that are not in Lisp syntax.
4862
48632006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4864
4865 * searching.texi (Regexp Special): Put remark between parentheses
4866 to avoid misreading.
4867
48682006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4869
4870 * searching.texi (Syntax of Regexps): More accurately describe
4871 which characters are special in which situations.
4872 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4873 are not special. Describe in detail when `[' and `]' are special.
4874 (Regexp Backslash): Plenty of regexps with unbalanced square
4875 brackets are valid, so reword that statement.
4876
48772006-03-02 Kim F. Storm <storm@cua.dk>
4878
4879 * keymaps.texi (Tool Bar): Add tool-bar-border.
4880
48812006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4882
4883 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4884
48852006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4886
4887 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4888
4889 * files.texi (Locating Files): Suggest additional values for the
4890 SUFFIXES arg of `locate-file'. Update pxref.
4891
4892 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4893 (How Programs Do Loading): Discuss the effects of Auto Compression
4894 mode on `load'.
4895 (Load Suffixes): New node.
4896 (Library Search): Delete description of `load-suffixes'; it was
4897 moved to "Load Suffixes".
4898 (Autoload, Named Features): Mention `load-suffixes'.
4899
49002006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4901
4902 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4903
4904 * windows.texi (Window Tree): Fix typo.
4905
49062006-02-20 Kim F. Storm <storm@cua.dk>
4907
4908 * display.texi (Fringe Indicators): New section.
4909 Move indicate-empty-lines, indicate-buffer-boundaries, and
4910 default-indicate-buffer-boundaries here.
4911 Add fringe-indicator-alist and default-fringes-indicator-alist.
4912 Add list of logical fringe indicator symbols.
4913 Update list of standard bitmap names.
4914 (Fringe Cursors): New section.
4915 Move overflow-newline-into-fringe here.
4916 Add fringe-cursor-alist and default-fringes-cursor-alist.
4917 Add list of fringe cursor symbols.
4918
49192006-02-20 Juanma Barranquero <lekktu@gmail.com>
4920
4921 * commands.texi (Using Interactive): Fix reference to node
4922 "Minibuffers".
4923
49242006-02-19 Richard M. Stallman <rms@gnu.org>
4925
4926 * minibuf.texi (High-Level Completion):
4927 Add xref to read-input-method-name.
4928
4929 * files.texi (Relative File Names): Move file-relative-name here.
4930 (File Name Expansion): From here. Minor clarifications.
4931
4932 * commands.texi (Using Interactive): Add xrefs about reading input.
4933 Clarify remarks about that moving point and mark.
4934 Put string case before list case.
4935
c8763fb6 49362006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4937
4938 * display.texi (Other Display Specs, Image Descriptors):
4939 Revert erroneous changes. The previous description of
4940 image-descriptors as `(image . PROPS)' was correct.
4941
49422006-02-14 Richard M. Stallman <rms@gnu.org>
4943
4944 * variables.texi (File Local Variables): Clarifications.
4945
49462006-02-14 Juanma Barranquero <lekktu@gmail.com>
4947
4948 * variables.texi (File Local Variables): Use @code for a cons
4949 cell, not @var.
4950
49512006-02-13 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * variables.texi (File Local Variables): Document new file local
4954 variable behavior.
4955
49562006-02-10 Kim F. Storm <storm@cua.dk>
4957
4958 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4959
49602006-02-08 Juanma Barranquero <lekktu@gmail.com>
4961
4962 * modes.texi (%-Constructs): Remove obsolete info about
4963 `global-mode-string'.
4964
49652006-02-07 Richard M. Stallman <rms@gnu.org>
4966
4967 * commands.texi (Prefix Command Arguments): Minor cleanup.
4968
4969 * display.texi: "Graphical display", not window system.
4970
4971 * functions.texi (What Is a Function): Fix xref.
4972
4973 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4974 (Changing Key Bindings): Clarify when remapping is better than
4975 substitute-key-definition.
4976
49772006-02-02 Richard M. Stallman <rms@gnu.org>
4978
4979 * minibuf.texi (Basic Completion): Completion alists are risky.
4980
4981 * keymaps.texi (Active Keymaps): Clarifications.
4982 (Searching Keymaps): New node.
4983 (Keymaps): Update menu.
4984
4985 * frames.texi (Layout Parameters): Minor clarification.
4986 (Drag and Drop): New node.
4987 (Frames): Update menu.
4988
49892006-01-29 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * display.texi (Other Display Specs, Image Descriptors):
4992 Image description is a list, not a cons cell.
4993
49942006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4995
4996 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4997 list is not necessarily a list).
4998
49992006-01-27 Eli Zaretskii <eliz@gnu.org>
5000
5001 * frames.texi (Layout Parameters): border-width and
5002 internal-border-width belong to the frame, not the window.
5003
50042006-01-19 Richard M. Stallman <rms@gnu.org>
5005
5006 * nonascii.texi (Translation of Characters): Search cmds use
5007 translation-table-for-input. Automatically made local.
5008
5009 * markers.texi (Overview of Markers): Count insertion type
5010 as one of a marker's attributes.
5011
5012 * keymaps.texi (Controlling Active Maps): New node, split out of
5013 Active Keymaps.
5014 (Keymaps): Menu updated.
5015 (Active Keymaps): Give pseudocode to explain how the active
5016 maps are searched. current-active-maps and key-binding moved here.
5017 (Functions for Key Lookup): current-active-maps and key-binding moved.
5018 Clarifications.
5019 (Searching the Keymaps): New subnode.
5020
5021 * elisp.texi (Top): Menu clarification.
5022
5023 * display.texi (Other Display Specs): Delete duplicate entry for
5024 just a string as display spec. Move text about recursive display
5025 specs on such a string.
5026
5027 * commands.texi (Key Sequence Input): Clarify.
5028 Move num-nonmacro-input-events out.
5029 (Reading One Event): num-nonmacro-input-events moved here.
5030
50312006-01-14 Nick Roberts <nickrob@snap.net.nz>
5032
5033 * advice.texi (Simple Advice): Update example to fit argument
5034 change in previous-line.
5035
50362006-01-05 Richard M. Stallman <rms@gnu.org>
5037
5038 * markers.texi (The Mark): Fix in `mark'.
5039
50402006-01-04 Richard M. Stallman <rms@gnu.org>
5041
5042 * processes.texi (Misc Network, Make Network): Minor cleanups.
5043
50442006-01-04 Kim F. Storm <storm@cua.dk>
5045
5046 * processes.texi (Make Network): Add IPv6 addresses and handling.
5047 (Network Feature Testing): Mention (:family ipv6).
5048 (Misc Network): Add IPv6 formats to format-network-address.
5049
50502005-12-30 Richard M. Stallman <rms@gnu.org>
5051
5052 * text.texi (Changing Properties):
5053 Don't use return value of set-text-properties.
5054
50552005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5056
5057 * modes.texi (Mode Line Format): Correct typo in menu.
5058
50592005-12-29 Richard M. Stallman <rms@gnu.org>
5060
5061 * modes.texi (Mode Line Top): New node.
5062 (Mode Line Data): Some text moved to new node.
5063 Explain the data structure more concretely.
5064 (Mode Line Basics): Clarifications.
5065 (Mode Line Variables): Clarify intro paragraph.
5066 (%-Constructs): Clarify intro paragraph.
5067 (Mode Line Format): Update menu.
5068
50692005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5070
5071 * minibuf.texi (Basic Completion): Update lazy-completion-table
5072 examples for removal of ARGS argument.
5073
50742005-12-23 Richard M. Stallman <rms@gnu.org>
5075
5076 * text.texi (Undo): Restore some explanation from the version
5077 that was deleted.
5078
50792005-12-23 Eli Zaretskii <eliz@gnu.org>
5080
5081 * text.texi (Undo): Remove duplicate descriptions of `apply
5082 funname' and `apply delta' elements of the undo list.
5083
50842005-12-20 Richard M. Stallman <rms@gnu.org>
5085
5086 * help.texi (Help Functions): Update documentation of `apropos'.
5087
50882005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5091 because it is confusing. If the :help-echo keyword is a function,
5092 it is not directly used as the :help-echo overlay property, as the
5093 xref seems to suggest (it does not take the appropriate args).
5094
50952005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5096
5097 * customize.texi (Common Keywords): Fix Texinfo usage.
5098 (Group Definitions, Variable Definitions): Update for new
5099 conventions for using `*' in docstrings.
5100
5101 * tips.texi (Documentation Tips): Update for new conventions for
5102 using `*' in docstrings.
5103
51042005-12-16 Richard M. Stallman <rms@gnu.org>
5105
5106 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5107
51082005-12-16 Juri Linkov <juri@jurta.org>
5109
5110 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5111
51122005-12-14 Romain Francoise <romain@orebokech.com>
5113
5114 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5115 Fix typo.
5116
51172005-12-11 Juri Linkov <juri@jurta.org>
5118
5119 * minibuf.texi (Completion Commands): Add mention of read-file-name
5120 for filename completion keymaps.
5121 (Reading File Names): Add mention of filename completion keymaps
5122 for read-file-name and xref to `Completion Commands'.
5123
51242005-12-10 Richard M. Stallman <rms@gnu.org>
5125
5126 * customize.texi (Common Keywords): State caveats for use of :tag.
5127
51282005-12-08 Richard M. Stallman <rms@gnu.org>
5129
5130 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5131 with xrefs and better explanation.
5132 (Completion Commands): Add the filename completion maps.
5133
5134 * objects.texi (Character Type): Clarify that \s is not space
5135 if a dash follows.
5136
51372005-12-05 Richard M. Stallman <rms@gnu.org>
5138
5139 * windows.texi (Resizing Windows): Delete preserve-before args.
5140
51412005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5144 in full keymaps, since the quirk has been fixed.
5145
51462005-12-03 Eli Zaretskii <eliz@gnu.org>
5147
5dcb4c4e
SM
5148 * hooks.texi (Standard Hooks): Add index entries.
5149 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5150
51512005-11-27 Richard M. Stallman <rms@gnu.org>
5152
5153 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5154
51552005-11-21 Juri Linkov <juri@jurta.org>
5156
5157 * customize.texi (Common Keywords): Update links types
5158 custom-manual and url-link. Add link types emacs-library-link,
5159 file-link, function-link, variable-link, custom-group-link.
5160
51612005-11-20 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * display.texi: Revert 2005-11-20 change.
5164
51652005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5166
5167 * processes.texi (Bindat Functions):
5168 Say "third" to refer to zero-based index "2".
5169
51702005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5171
5172 * loading.texi (Library Search): Update the default value of
5173 `load-suffixes'.
5174
51752005-11-17 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * display.texi (Attribute Functions): Mention :ignore-defface.
5178
51792005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5180
5181 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5182 (Minor Mode Conventions): Mention the use of a hook.
5183
51842005-11-06 Richard M. Stallman <rms@gnu.org>
5185
5186 * files.texi (Magic File Names): find-file-name-handler checks the
5187 `operations' property of the handler.
5188
51892005-11-03 Richard M. Stallman <rms@gnu.org>
5190
5191 * variables.texi (Frame-Local Variables): Small clarification.
5192
51932005-10-29 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * os.texi (Init File): Document ~/.emacs.d/init.el.
5196
51972005-10-29 Richard M. Stallman <rms@gnu.org>
5198
5199 * internals.texi (Garbage Collection): Document memory-full.
5200
52012005-10-28 Bill Wohler <wohler@newt.com>
5202
5203 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5204 for URLs.
5205
52062005-10-28 Richard M. Stallman <rms@gnu.org>
5207
5208 * minibuf.texi (Completion Commands): Clean up prev change.
5209
52102005-10-26 Kevin Ryde <user42@zip.com.au>
5211
5212 * compile.texi (Eval During Compile): Explain recommended uses
5213 of eval-when-compile and eval-and-compile.
5214
52152005-10-27 Masatake YAMATO <jet@gyve.org>
5216
5217 * minibuf.texi (Completion Commands):
5218 Write about new optional argument for `display-completion-list'.
5219
52202005-10-23 Richard M. Stallman <rms@gnu.org>
5221
5222 * display.texi (Overlay Arrow): Clarify about local bindings of
5223 overlay-arrow-position.
5224
52252005-10-22 Eli Zaretskii <eliz@gnu.org>
5226
5227 * internals.texi (Building Emacs): Fix last change.
5228
52292005-10-22 Richard M. Stallman <rms@gnu.org>
5230
5231 * internals.texi (Building Emacs): Document eval-at-startup.
5232
52332005-10-21 Richard M. Stallman <rms@gnu.org>
5234
5235 * loading.texi (Where Defined): load-history contains abs file names.
5236 symbol-file returns abs file names.
5237
52382005-10-19 Kim F. Storm <storm@cua.dk>
5239
5240 * display.texi (Showing Images): Add max-image-size integer value.
5241
52422005-10-18 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * display.texi (Showing Images): Document max-image-size.
5245
52462005-10-17 Richard M. Stallman <rms@gnu.org>
5247
5248 * commands.texi (Quitting): Minor clarification.
5249
5250 * processes.texi (Sentinels): Clarify about output and quitting.
5251 (Filter Functions): Mention with-local-quit.
5252
52532005-10-17 Juri Linkov <juri@jurta.org>
5254
5255 * buffers.texi (Current Buffer):
5256 * commands.texi (Event Input Misc):
5257 * compile.texi (Eval During Compile, Compiler Errors):
5258 * customize.texi (Group Definitions):
5259 * display.texi (Progress, Defining Faces):
5260 * files.texi (Writing to Files):
5261 * modes.texi (Mode Hooks, Defining Minor Modes):
5262 * streams.texi (Output Functions):
5263 * syntax.texi (Syntax Table Functions):
5264 * text.texi (Change Hooks):
5265 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5266
5267 * commands.texi (Quitting): Replace arg `forms' with `body' in
5268 `with-local-quit'.
5269
5270 * positions.texi (Excursions): Replace arg `forms' with `body' in
5271 `save-excursion'.
5272
52732005-10-08 Kim F. Storm <storm@cua.dk>
5274
5275 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5276 Rename manual section accordingly.
5277
52782005-10-04 Kim F. Storm <storm@cua.dk>
5279
5280 * windows.texi (Window Split Tree): New section describing
5281 new function window-split-tree function.
5282
52832005-10-03 Nick Roberts <nickrob@snap.net.nz>
5284
5285 * display.texi (Fringe Size/Pos): Simplify and add detail.
5286
52872005-09-30 Romain Francoise <romain@orebokech.com>
5288
5289 * minibuf.texi (High-Level Completion): Explain that the prompt
5290 given to `read-buffer' should end with a colon and a space.
5291 Update usage examples.
5292
52932005-09-29 Juri Linkov <juri@jurta.org>
5294
5295 * display.texi (Displaying Messages): Rename argument name
5296 `string' to `format-string' in functions `message', `message-box',
5297 `message-or-box'.
5298
52992005-09-26 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * errors.texi (Standard Errors): Correct xrefs.
5302
53032005-09-18 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * display.texi (Defining Images): Update documentation for
5306 `image-load-path'.
5307
53082005-09-17 Richard M. Stallman <rms@gnu.org>
5309
5310 * display.texi (Defining Images): Clean up previous change.
5311
53122005-09-16 Romain Francoise <romain@orebokech.com>
5313
5314 * elisp.texi: Specify GFDL version 1.2.
5315
5316 * doclicense.texi (GNU Free Documentation License): Update to
5317 version 1.2.
5318
53192005-09-15 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * display.texi (Defining Images): Document `image-load-path'.
5322
53232005-09-15 Richard M. Stallman <rms@gnu.org>
5324
5325 * objects.texi (Printed Representation): Minor cleanup.
5326 (Box Diagrams): Minor fix.
5327 (Cons Cell Type): Move (...) index item here.
5328 (Box Diagrams): From here.
5329 (Array Type): Minor fix.
5330 (Type Predicates): Delete index "predicates".
5331 (Hash Table Type): Clarify xref.
5332 (Dotted Pair Notation): Minor fix.
5333
53342005-09-10 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * files.texi (Saving Buffers): Fix typo.
5337
53382005-09-08 Richard M. Stallman <rms@gnu.org>
5339
5340 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5341
53422005-09-08 Chong Yidong <cyd@stupidchicken.com>
5343
5344 * locals.texi (Standard Buffer-Local Variables): Don't include
5345 mode variables for minor modes.
5346 Fix xrefs for buffer-display-count, buffer-display-table,
5347 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5348 enable-multibyte-characters, fill-column, header-line-format,
5349 left-fringe-width, left-margin, and right-fringe-width.
5350
5351 * hooks.texi (Standard Hooks): All hooks should conform to the
5352 standard naming convention now.
5353 Fix xref for `echo-area-clear-hook'.
5354
5355 * display.texi (Usual Display): Note that indicate-empty-lines and
5356 tab-width are buffer-local.
5357
5358 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5359
5360 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5361
5362 * nonascii.texi (Encoding and I/O): Note that
5363 buffer-file-coding-system is buffer-local.
5364
5365 * positions.texi (List Motion): Note that defun-prompt-regexp is
5366 buffer-local.
5367
5368 * text.texi (Auto Filling): Note that auto-fill-function is
5369 buffer-local.
5370 (Undo): Note that buffer-undo-list is buffer-local.
5371
5dcb4c4e
SM
5372 * windows.texi (Buffers and Windows):
5373 Document buffer-display-count.
b8d4c8d0
GM
5374
53752005-09-06 Richard M. Stallman <rms@gnu.org>
5376
5377 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5378 package prefix elsewhere than at the start of the name.
5379
53802005-09-03 Richard M. Stallman <rms@gnu.org>
5381
5382 * tips.texi (Programming Tips): Add conventions for minibuffer
5383 questions and prompts.
5384
53852005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5386
5387 * intro.texi (nil and t): Minor cleanup.
5388 Delete spurious mention of keyword symbols.
5389 (Evaluation Notation): Add index entry.
5390 (A Sample Function Description): Minor cleanup.
5391 (A Sample Variable Description): Not all vars can be set.
5392
53932005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5394
5395 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5396
5397 (Insertion): Document precise type of `insert-char' arg COUNT.
5398
53992005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * modes.texi (Other Font Lock Variables): Sync the default of
5402 font-lock-lines-before.
5403
54042005-08-31 Michael Albinus <michael.albinus@gmx.de>
5405
5406 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5407
54082005-08-29 Richard M. Stallman <rms@gnu.org>
5409
5410 * elisp.texi (Top): Update subnode menu.
5411
5412 * searching.texi (Searching and Matching): Move node.
5413 Rearrange contents and add overall explanation.
5414 (Searching and Case): Move node.
5415 (Searching and Matching): Update menu.
5416
54172005-08-27 Eli Zaretskii <eliz@gnu.org>
5418
5419 * os.texi (Startup Summary): Fix the description of the initial
5420 startup message display.
5421
54222005-08-25 Richard M. Stallman <rms@gnu.org>
5423
5424 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5425
54262005-08-25 Emilio C. Lopes <eclig@gmx.net>
5427
5428 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5429 `next-overlay-change' example.
5430
54312005-08-22 Juri Linkov <juri@jurta.org>
5432
5433 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5434 Fix invert-face. Fix args of face-background.
5435
5436 * display.texi (Standard Faces): Delete node.
5437 (Faces): Add xref to `(emacs)Standard Faces'.
5438 (Displaying Faces): Fix xref to `Standard Faces'.
5439
5440 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5441
54422005-08-20 Alan Mackenzie <acm@muc.de>
5443
5444 * buffers.texi (The Buffer List): Clarify the manipulation of the
5445 buffer list.
5446
54472005-08-14 Richard M. Stallman <rms@gnu.org>
5448
5449 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5450 a regexp.
5451
54522005-08-11 Richard M. Stallman <rms@gnu.org>
5453
5454 * elisp.texi (Top): Update subnode lists.
5455
5456 * display.texi (Inverse Video): Node deleted.
5457
5458 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5459 New nodes split out of Coding Conventions.
5460
5461 * searching.texi (Regular Expressions): Document re-builder.
5462
5463 * os.texi (Time Parsing): New node split out of Time Conversion.
5464
5465 * processes.texi (Misc Network, Network Feature Testing)
5466 (Network Options, Make Network): New nodes split out of
5467 Low-Level Network.
5468
54692005-08-09 Richard M. Stallman <rms@gnu.org>
5470
5471 * frames.texi (Geometry): New node, split from Size and Position.
5472 (Frame Parameters): Refer to Geometry.
5473
5474 * buffers.texi (The Buffer List): Fix xrefs.
5475
5476 * windows.texi (Splitting Windows): Fix xref.
5477
5478 * frames.texi (Layout Parameters): Add xref.
5479
5480 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5481
5482 * keymaps.texi (Menu Bar): Fix xref.
5483
5484 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5485
5486 * modes.texi (%-Constructs): Fix xref.
5487
5488 * frames.texi (Window Frame Parameters): Node split up.
5489 (Basic Parameters, Position Parameters, Size Parameters)
5490 (Layout Parameters, Buffer Parameters, Management Parameters)
5491 (Cursor Parameters, Color Parameters): New subnodes.
5492
54932005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5494
5495 * positions.texi (Screen Lines): Update xref for previous change
5496 in minibuf.texi.
5497
5498 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5499 change in minibuf.texi.
5500
55012005-08-09 Richard M. Stallman <rms@gnu.org>
5502
5503 * tips.texi (Coding Conventions): Minor cleanup.
5504
5505 * modes.texi (Defining Minor Modes): Explain when init-value
5506 can be non-nil.
5507
5508 * elisp.texi (Top): Update submenu for Minibuffer.
5509
5510 * minibuf.texi (Minibuffer Misc): Node split up.
5511 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5512 (Recursive Mini): New nodes split out from Minibuffer Misc.
5513 (Minibuffer Misc): Document max-mini-window-height.
5514
5515 * hash.texi (Defining Hash): Delete stray paren in example.
5516
5517 * display.texi (Echo Area Customization): Don't define
5518 max-mini-window-height here; xref instead.
5519
5520 * commands.texi (Event Input Misc): Update while-no-input.
5521
5522 * advice.texi (Advising Functions): Explain when to use advice
5523 and when to use a hook.
5524
55252005-07-30 Eli Zaretskii <eliz@gnu.org>
5526
5527 * makefile.w32-in (info): Don't run install-info.
5528 ($(infodir)/dir): New target, produced by running install-info.
5529
55302005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5531
5532 * modes.texi (Defining Minor Modes): The keyword for the initial
5533 value is :init-value, not :initial-value.
5534
55352005-07-23 Eli Zaretskii <eliz@gnu.org>
5536
5537 * loading.texi (Autoload): Make the `doctor' example be consistent
5538 with what's in current loaddefs.el. Describe the "fn" magic in
5539 the usage portion of the doc string.
5540
55412005-07-22 Richard M. Stallman <rms@gnu.org>
5542
5543 * internals.texi (Garbage Collection): Clarify previous change.
5544
55452005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5548
55492005-07-18 Juri Linkov <juri@jurta.org>
5550
5551 * commands.texi (Accessing Events):
5552 * frames.texi (Text Terminal Colors, Resources):
5553 * markers.texi (The Mark):
5554 * modes.texi (Defining Minor Modes):
5555 Delete duplicate duplicate words.
5556
55572005-07-16 Richard M. Stallman <rms@gnu.org>
5558
5559 * display.texi (Managing Overlays): Clarify make-overlay
5560 args for insertion types.
5561
55622005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5563
5564 * customize.texi (Variable Definitions):
5565 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5566 `standard-value' is a list too.
5567 (Defining New Types): Use @key{RET} instead of @key{ret}.
5568
55692005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5570
5571 * os.texi (Translating Input): Fix typo.
5572
55732005-07-08 Richard M. Stallman <rms@gnu.org>
5574
5575 * README: Update edition number and size estimate.
5576
5577 * elisp.texi (VERSION): Set to 2.9.
5578
55792005-07-07 Richard M. Stallman <rms@gnu.org>
5580
5581 * book-spine.texinfo: Update Emacs version.
5582
5583 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5584
55852005-07-06 Richard M. Stallman <rms@gnu.org>
5586
5587 * searching.texi (Regexp Search): Clarify what re-search-forward
5588 does when the search fails.
5589
55902005-07-05 Lute Kamstra <lute@gnu.org>
5591
5592 * Update FSF's address in GPL notices.
5593
5594 * doclicense.texi (GNU Free Documentation License):
5595 * gpl.texi (GPL):
5596 * tips.texi (Coding Conventions, Library Headers):
5597 * vol1.texi:
5598 * vol2.texi: Update FSF's address.
5599
56002005-07-04 Richard M. Stallman <rms@gnu.org>
5601
5602 * hooks.texi (Standard Hooks): Add occur-hook.
5603
56042005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5605
5606 * display.texi (The Echo Area): Correct menu.
5607
56082005-07-03 Richard M. Stallman <rms@gnu.org>
5609
5610 * elisp.texi (Top): Update subnode menu for Display.
5611
5612 * display.texi (Displaying Messages): New node, with most
5613 of what was in The Echo Area.
5dcb4c4e 5614 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5615 (Logging Messages): New node with new text.
5616 (Echo Area Customization): New node, the rest of what was
5617 in The Echo Area. Document message-truncate-lines with @defvar.
5618 (Display): Update menu.
5619
5620 * windows.texi (Textual Scrolling): Doc 3 values for
5621 scroll-preserve-screen-position.
5622
5623 * text.texi (Special Properties): Change hook functions
5624 should bind inhibit-modification-hooks around altering buffer text.
5625
5626 * keymaps.texi (Key Binding Commands): Call binding BINDING
5627 rather than DEFINITION.
5628
56292005-06-29 Juanma Barranquero <lekktu@gmail.com>
5630
5631 * variables.texi (Defining Variables): `user-variable-p' returns t
5632 for aliases of user options, nil for alias loops.
5633
56342005-06-28 Richard M. Stallman <rms@gnu.org>
5635
5636 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5637 make-keymap.
5638
56392005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5640
5641 * variables.texi (Setting Variables): Correct and clarify
5642 description of `add-to-ordered-list'.
5643
56442005-06-26 Richard M. Stallman <rms@gnu.org>
5645
5646 * display.texi (Faces): Minor cleanup.
5647
56482005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5649
5650 * display.texi (Faces): `facep' returns t for strings that are
5651 face names.
5652
56532005-06-25 Richard M. Stallman <rms@gnu.org>
5654
5655 * objects.texi (Equality Predicates): Clarify meaning of equal.
5656
5657 * windows.texi (Selecting Windows): save-selected-window
5658 and with-selected-window save and restore the current buffer.
5659
56602005-06-24 Richard M. Stallman <rms@gnu.org>
5661
5662 * numbers.texi (Float Basics): Explain how to test for NaN,
5663 and printing the sign of NaNs.
5664
56652005-06-24 Eli Zaretskii <eliz@gnu.org>
5666
5667 * makefile.w32-in (MAKEINFO): Use --force.
5668
56692005-06-23 Richard M. Stallman <rms@gnu.org>
5670
5671 * display.texi (Face Functions): Correct Texinfo usage.
5672
56732005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5674
5675 * lists.texi (Rings): `ring-elements' now returns the elements of
5676 RING in order.
5677
56782005-06-23 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * markers.texi (The Mark): Texinfo usage fix.
5681
56822005-06-23 Kim F. Storm <storm@cua.dk>
5683
5684 * searching.texi (Entire Match Data): Remove evaporate option for
5685 match-data. Do not mention evaporate option for set-match-data.
5686
56872005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5688
5689 * display.texi (Face Functions): Mention face aliases.
5690
56912005-06-21 Richard M. Stallman <rms@gnu.org>
5692
5693 * anti.texi (Antinews): Texinfo usage fix.
5694
56952005-06-21 Karl Berry <karl@gnu.org>
5696
5697 * elisp.texi: Use @copying.
5698
5699 * elisp.texi: Put @summarycontents and @contents before the Top
5700 node, instead of the end of the file, so that the contents appear
5701 in the right place in the dvi/pdf output.
5702
57032005-06-21 Juri Linkov <juri@jurta.org>
5704
5705 * display.texi (Defining Faces): Add `customized-face'.
5706
57072005-06-20 Kim F. Storm <storm@cua.dk>
5708
5709 * variables.texi (Setting Variables): Any type of element can be
5710 given order in add-to-ordered-list. Compare elements with eq.
5711
5712 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5713
57142005-06-20 Karl Berry <karl@gnu.org>
5715
5716 * syntax.texi (Syntax Flags): Make last column very slightly wider
5717 to avoid "generic comment" breaking on two lines and causing an
5718 underfull box.
5719
57202005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5721
5722 * lists.texi (Rings): Various minor clarifications and corrections.
5723
57242005-06-18 Richard M. Stallman <rms@gnu.org>
5725
5726 * functions.texi (Obsolete Functions): Simplify.
5727
5728 * variables.texi (Variable Aliases): Simplify.
5729
5730 * anti.texi, backups.texi, compile.texi, customization.texi:
5731 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5732 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5733 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5734 * variables.texi: Fix formatting ugliness.
5735
5736 * elisp.texi: Add links to Rings and Byte Packing.
5737 Update version and copyright years.
5738
5739 * minibuf.texi: Fix formatting ugliness.
5740 (Completion Commands): Move keymap vars to the end
5741 and vars completing-read binds to the top.
5742
57432005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5744
5745 * processes.texi: Fix typos.
5746 (Bindat Spec): Correct Texinfo error.
5747 (Byte Packing): Fix ungrammatical sentence.
5748
57492005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5750
5751 * lists.texi (Rings): New node.
5752 (Lists): Add it to menu.
5753
5754 * processes.texi (Byte Packing): New node.
5755 (Processes): Add it to menu.
5756
57572005-06-17 Richard M. Stallman <rms@gnu.org>
5758
5759 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5760
5761 * help.texi (Documentation Basics): Explain the xref to
5762 Documentation Tips.
5763
5764 * debugging.texi (Debugger Commands): Minor fix.
5765
57662005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5767
5768 * edebug.texi (Instrumenting): Eliminate duplicate link.
5769 (Specification List): Replace references to "below", referring to
5770 a later node, with one @ref to that node.
5771
5772 * os.texi (Timers): Timers should save and restore the match data
5773 if they change it.
5774
5775 * debugging.texi (Debugger Commands): Mention that the Lisp
5776 debugger can not step through primitive functions.
5777
57782005-06-16 Juanma Barranquero <lekktu@gmail.com>
5779
5780 * functions.texi (Obsolete Functions): Update argument names of
5781 `make-obsolete' and `define-obsolete-function-alias'.
5782
5783 * variables.texi (Variable Aliases): Update argument names of
5784 `defvaralias', `make-obsolete-variable' and
5785 `define-obsolete-variable-alias'.
5786
57872005-06-15 Kim F. Storm <storm@cua.dk>
5788
5789 * searching.texi (Entire Match Data): Rephrase warnings about
5790 evaporate arg to match-data and set-match-data.
5791
57922005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5793
5794 * elisp.texi (Top): Update detailed menu.
5795
5796 * edebug.texi (Edebug): Update menu.
5797 (Instrumenting): Update xrefs.
5798 (Edebug Execution Modes): Correct xref.
5799 (Jumping): Clarify description of `h' command.
5800 Eliminate redundant @ref.
5801 (Breaks): New node.
5802 (Breakpoints): Is now a subsubsection.
5803 (Global Break Condition): Mention `C-x X X'.
5804 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5805 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5806 (Edebug Display Update): Correct pxref.
5807 (Edebug and Macros): New node.
5808 (Instrumenting Macro Calls): Is now a subsubsection.
5809 Neither arg of `def-edebug-spec' is evaluated.
5810 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5811 (Specification Examples): Fix typo.
5812
58132005-06-14 Lute Kamstra <lute@gnu.org>
5814
5815 * debugging.texi (Function Debugging): Primitives can break on
5816 entry too.
5817
58182005-06-14 Kim F. Storm <storm@cua.dk>
5819
5820 * variables.texi (Setting Variables): Add add-to-ordered-list.
5821
58222005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5825 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5826
58272005-06-13 Lute Kamstra <lute@gnu.org>
5828
5829 * text.texi (Special Properties): Fix cross reference.
5830
58312005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5832
5833 * debugging.texi (Function Debugging): Delete mention of empty
5834 string argument to `cancel-debug-on-entry'. Delete inaccurate
5835 description of the return value of that command.
5836
58372005-06-11 Alan Mackenzie <acm@muc.de>
5838
5839 * text.texi (Adaptive Fill): Amplify the description of
5840 fill-context-prefix.
5841
58422005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5843
5844 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5845
58462005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5849
58502005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5851
5852 * debugging.texi (Error Debugging): Minor rewording.
5853 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5854 is optional.
5855
58562005-06-10 Lute Kamstra <lute@gnu.org>
5857
5858 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5859 (Top): Give it a title. Correct version number. Give the
5860 detailed node listing a more prominent header.
5861 * intro.texi: Don't set VERSION here a second time.
5862 Mention Emacs's version too.
5863 * anti.texi (Antinews): Use EMACSVER to refer to the current
5864 version of Emacs.
5865
58662005-06-09 Kim F. Storm <storm@cua.dk>
5867
5868 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5869 match-data and set-match-data.
5870
58712005-06-08 Richard M. Stallman <rms@gnu.org>
5872
5873 * searching.texi (Entire Match Data): Clarify when match-data
5874 returns markers and when integers.
5875
5876 * display.texi (Defining Faces): Explain that face name should not
5877 end in `-face'.
5878
5879 * modes.texi (Mode Line Data): Minor cleanup.
5880 (Customizing Keywords): Node split out of Search-based Fontification.
5881 Add example of using font-lock-add-keywords from a hook.
5882 Clarify when MODE should be non-nil, and when nil.
5883
58842005-06-06 Richard M. Stallman <rms@gnu.org>
5885
5886 * modes.texi (Mode Line Data): Explain what happens when the car
5887 of a list is a void symbol.
5888 (Search-based Fontification): Explain MODE arg to
5889 font-lock-add-keywords and warn about calls from major modes.
5890
58912005-06-08 Juri Linkov <juri@jurta.org>
5892
5893 * display.texi (Standard Faces): Add `shadow' face.
5894
58952005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5896
5897 * modes.texi (Major Mode Conventions): A derived mode only needs
5898 to put the call to the parent mode inside `delay-mode-hooks'.
5899
59002005-05-29 Richard M. Stallman <rms@gnu.org>
5901
5902 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5903 new, and what that implies. Clarify.
5904
5905 * files.texi (Locating Files): Clean up the text.
5906
5907 * frames.texi (Window Frame Parameters): Document user-size.
5908 Shorten entry for top by referring to left.
5909
59102005-05-26 Richard M. Stallman <rms@gnu.org>
5911
5912 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5913 is new, and what the implications are. Other clarifications.
5914
59152005-05-24 Richard M. Stallman <rms@gnu.org>
5916
5917 * frames.texi (Dialog Boxes): Minor fixes.
5918
59192005-05-25 Masatake YAMATO <jet@gyve.org>
5920
5921 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5922
59232005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5924
5925 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5926 is optional.
5927
59282005-05-24 Nick Roberts <nickrob@snap.net.nz>
5929
10d1d0af 5930 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5931
59322005-05-23 Lute Kamstra <lute@gnu.org>
5933
5934 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5935 syntax-begin-function over font-lock-beginning-of-syntax-function.
5936
59372005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5938
5939 * minibuf.texi (Reading File Names): Update description of
5940 `read-directory-name'.
5941
5942 * modes.texi (Derived Modes): Clarify :group keyword.
5943
59442005-05-21 Eli Zaretskii <eliz@gnu.org>
5945
5946 * files.texi (Locating Files): New subsection.
5947 Describe locate-file and executable-find.
5948
59492005-05-21 Kevin Ryde <user42@zip.com.au>
5950
5951 * frames.texi (Initial Parameters): Update cross reference to
5952 "Emacs Invocation".
5953
59542005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5955
5956 * keymaps.texi (Active Keymaps): Add anchor.
5957
5958 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5959 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5960 appropriate place.
5961 (Derived Modes): Small clarifications.
5962 (Minor Mode Conventions, Keymaps and Minor Modes):
5963 Replace references to nodes with references to anchors.
5964 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5965 Clarify description of lists whose first element is an integer.
5966 (Mode Line Variables): Add anchor.
5967 (%-Constructs): Clarify description of integer after %.
5968 (Emulating Mode Line): Describe nil value for FACE.
5969
59702005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5971
5972 * modes.texi (Derived Modes): Correct references to non-existing
5973 variable standard-syntax-table.
5974
59752005-05-17 Lute Kamstra <lute@gnu.org>
5976
5977 * modes.texi (Defining Minor Modes): Mention the mode hook.
5978
59792005-05-15 Kim F. Storm <storm@cua.dk>
5980
5981 * processes.texi (Network): Remove open-network-stream-nowait.
5982 (Network Servers): Remove open-network-stream-server.
5983
59842005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5985
5986 * elisp.texi (Top): Update detailed menu.
5987
5988 * variables.texi: Reorder nodes.
5989 (Variables): Update menu.
5990 (File Local Variables): Do not refer to the `-*-' line as
5991 a "local variables list". Add pxref.
5992
59932005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5994
5995 * elisp.texi (Top): Update detailed menu for node changes.
5996
5997 * modes.texi (Modes): Update Menu.
5998 (Hooks): Move to beginning of chapter.
5999 Most minor modes run mode hooks too.
6000 `add-hook' can handle void hooks or hooks whose value is a single
6001 function.
6002 (Major Modes): Update Menu.
6003 (Major Mode Basics): New node, split off from `Major Modes'.
6004 (Major Mode Conventions): Correct xref. Explain how to handle
6005 auto-mode-alist if the major mode command has an autoload cookie.
6006 (Auto Major Mode): Major update. Add magic-mode-alist.
6007 (Derived Modes): Major update.
6008 (Mode Line Format): Update Menu.
6009 (Mode Line Basics): New node, split off from `Mode Line Format'.
6010
6011 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6012 for `magic autoload comment'. Add index entries and anchor.
6013
60142005-05-14 Richard M. Stallman <rms@gnu.org>
6015
6016 * tips.texi (Coding Conventions): Explain how important it is
6017 that just loading certain files not change Emacs behavior.
6018
6019 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6020
60212005-05-12 Lute Kamstra <lute@gnu.org>
6022
6023 * modes.texi (Generic Modes): Update.
6024 (Major Modes): Refer to node "Generic Modes".
6025
6026 * elisp.texi (Top): Update to the current structure of the manual.
6027 * processes.texi (Processes): Add menu description.
6028 * customize.texi (Customization): Add menu descriptions.
6029
60302005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6031
6032 * processes.texi (Signals to Processes)
6033 (Low-Level Network): Fix typos.
6034
60352005-05-11 Lute Kamstra <lute@gnu.org>
6036
6037 * elisp.texi (Top): Add some nodes from the chapter "Major and
6038 Minor Modes" to the detailed node listing.
6039
60402005-05-10 Richard M. Stallman <rms@gnu.org>
6041
6042 * keymaps.texi (Extended Menu Items): Menu item filter functions
6043 can be called at any time.
6044
60452005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6046
6047 * variables.texi (File Local Variables): `(hack-local-variables t)'
6048 now also checks whether a mode is specified in the local variables
6049 list.
6050
60512005-05-05 Kevin Ryde <user42@zip.com.au>
6052
6053 * display.texi (The Echo Area): Correct format function cross
6054 reference.
6055
60562005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6057
6058 * variables.texi (Variable Aliases): Change description of
6059 `define-obsolete-variable-alias'.
6060
6061 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6062 (Defining Functions): Add xref.
6063 (Obsolete Functions): New node.
6064 (Function Safety): Standardize capitalization of section title.
6065
6066 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6067 (Dialog Boxes): Complete description of `x-popup-dialog'.
6068
60692005-05-04 Richard M. Stallman <rms@gnu.org>
6070
6071 * commands.texi (Interactive Codes): Fix Texinfo usage.
6072 Document U more clearly.
6073
60742005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6075
6076 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6077 function and not a macro.
6078
6079 * frames.texi (Pop-Up Menus): Correct and clarify description of
6080 `x-popup-menu'.
6081 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6082
60832005-05-01 Richard M. Stallman <rms@gnu.org>
6084
6085 * edebug.texi (Checking Whether to Stop): Fix previous change.
6086
60872005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * display.texi: Fix typos and Texinfo usage.
6090
6091 * edebug.texi (Checking Whether to Stop): executing-macro ->
6092 executing-kbd-macro.
6093
60942005-05-01 Richard M. Stallman <rms@gnu.org>
6095
6096 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6097
60982005-04-30 Richard M. Stallman <rms@gnu.org>
6099
6100 * files.texi (Magic File Names): Document `operations' property.
6101
61022005-04-29 Lute Kamstra <lute@gnu.org>
6103
6104 * modes.texi (Generic Modes): New node.
6105 (Major Modes): Add it to the menu.
6106 (Derived Modes): Add "derived mode" to concept index.
6107
61082005-04-28 Lute Kamstra <lute@gnu.org>
6109
6110 * modes.texi (Defining Minor Modes): Fix previous change.
6111 (Font Lock Mode): Simplify.
6112 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6113 when set and that some parts are optional. Add cross references.
6114 (Search-based Fontification): Say how to specify font-lock-keywords.
6115 Add cross references. Add font-lock-multiline to index.
6116 Move font-lock-keywords-case-fold-search here from node "Other Font
6117 Lock Variables". Document font-lock-add-keywords and
6118 font-lock-remove-keywords.
6119 (Other Font Lock Variables): Move font-lock-keywords-only,
6120 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6121 and font-lock-syntactic-face-function to node "Syntactic Font
6122 Lock". Move font-lock-keywords-case-fold-search to node
6123 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6124 and font-lock-{,un}fontify-{buffer,region}-function.
6125 (Precalculated Fontification): Remove reference to deleted variable
6126 font-lock-core-only.
6127 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6128 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6129 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6130 and font-lock-syntactic-face-function here from node "Other Font
6131 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6132 Syntax Properties". Add cross references.
6133 (Setting Syntax Properties): New node.
6134 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6135 * syntax.texi (Syntax Properties): Add cross reference.
6136 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6137
61382005-04-26 Richard M. Stallman <rms@gnu.org>
6139
6140 * display.texi (Defining Faces):
6141 Document `default' elements of defface spec.
6142
6143 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6144
6145 * variables.texi (Variable Aliases): Clarify text.
6146
61472005-04-25 Chong Yidong <cyd@stupidchicken.com>
6148
6149 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6150
61512005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6152
6153 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6154
61552005-04-24 Eli Zaretskii <eliz@gnu.org>
6156
6157 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6158 syntax-after and syntax-class.
6159
6160 * files.texi (Changing Files): Fix last change's cross-reference.
6161 (Unique File Names): Don't mention "numbers" in the documentation
6162 of make-temp-file and make-temp-name.
6163
61642005-04-23 Richard M. Stallman <rms@gnu.org>
6165
6166 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6167
61682005-04-22 Nick Roberts <nickrob@snap.net.nz>
6169
6170 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6171
61722005-04-22 Nick Roberts <nickrob@snap.net.nz>
6173
6174 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6175 and define-obsolete-variable-alias.
6176
61772005-04-22 Kim F. Storm <storm@cua.dk>
6178
6179 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6180 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6181
61822005-04-21 Lute Kamstra <lute@gnu.org>
6183
6184 * lists.texi (Association Lists): Document rassq-delete-all.
6185
61862005-04-19 Richard M. Stallman <rms@gnu.org>
6187
6188 * modes.texi (Search-based Fontification): Explain that
6189 facespec is an expression to be evaluated.
6190
61912005-04-19 Kevin Ryde <user42@zip.com.au>
6192
6193 * streams.texi (Output Functions): Fix xref.
6194 * strings.texi (String Conversion): Fix xref.
6195
61962005-04-19 Kim F. Storm <storm@cua.dk>
6197
6198 * symbols.texi (Symbol Plists): Add safe-get.
6199 Mention that `get' may signal an error.
6200
62012005-04-18 Nick Roberts <nickrob@snap.net.nz>
6202
6203 * customize.texi (Variable Definitions): Replace tooltip-mode
6204 example with save-place.
6205
62062005-04-17 Richard M. Stallman <rms@gnu.org>
6207
6208 * buffers.texi (Indirect Buffers): Clarify.
6209
6210 * positions.texi (Positions): Clarify converting marker to integer.
6211
6212 * strings.texi (String Basics): Mention string-match; clarify.
6213
62142005-04-08 Lute Kamstra <lute@gnu.org>
6215
6216 * modes.texi (Search-based Fontification): Fix cross references.
6217 Use consistent terminology. Document anchored highlighting.
6218
62192005-04-05 Lute Kamstra <lute@gnu.org>
6220
6221 * modes.texi (Defining Minor Modes): Document :group keyword
6222 argument and its default value.
6223
62242005-04-03 Lute Kamstra <lute@gnu.org>
6225
6226 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6227 references and/or descriptions. Delete major mode hooks; mention
6228 them as a category instead. Rename or delete obsolete hooks.
6229
62302005-04-02 Richard M. Stallman <rms@gnu.org>
6231
6232 * nonascii.texi (Coding System Basics): Another wording cleanup.
6233
62342005-04-01 Richard M. Stallman <rms@gnu.org>
6235
6236 * nonascii.texi (Coding System Basics): Clarify previous change.
6237
62382005-04-01 Kenichi Handa <handa@m17n.org>
6239
10d1d0af 6240 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6241 identity of coding systems.
6242
62432005-03-29 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * text.texi (Buffer Contents): Add filter-buffer-substring and
6246 buffer-substring-filters.
6247
62482005-03-26 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * anti.texi (Antinews): Mention `G' interactive code.
6251
6252 * tips.texi (Compilation Tips): Mention benchmark.el.
6253
62542005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6255
6256 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6257 is now bound to M-o M-o.
6258
6259 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6260
62612005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6262
6263 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6264 in the Emacs Manual).
6265 * Makefile.in (srcs): Remove calendar.texi.
6266 * makefile.w32-in (srcs): Remove calendar.texi.
6267 * display.texi (Display): Change name of next node.
6268 * os.texi (System In): Change name of previous node.
6269 * elisp.texi (Top): Remove Calendar references.
6270 * vol1.texi (Top): Remove Calendar references.
6271 * vol2.texi (Top): Remove Calendar references.
6272
62732005-03-25 Richard M. Stallman <rms@gnu.org>
6274
6275 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6276 Cleanup previous change.
6277
62782005-03-25 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * display.texi (Face Attributes): Faces earlier in an :inherit
6281 list take precedence.
6282 (Scroll Bars): Fix description of vertical-scroll-bars.
6283 Document frame-current-scroll-bars and window-current-scroll-bars.
6284
6285 * markers.texi (The Mark): Document temporary Transient Mark mode.
6286
6287 * minibuf.texi (Reading File Names):
6288 Document read-file-name-completion-ignore-case.
6289
6290 * positions.texi (Screen Lines): Document nil for width argument
6291 to compute-motion.
6292
62932005-03-23 Kim F. Storm <storm@cua.dk>
6294
6295 * display.texi (Standard Faces): Other faces used in the fringe
6296 implicitly inherits from the fringe face.
6297 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6298 properties implicitly inherits from fringe face.
6299 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6300
63012005-03-20 Chong Yidong <cyd@stupidchicken.com>
6302
6303 * display.texi (Invisible Text): State default value of
6304 line-move-ignore-invisible.
6305 (Managing Overlays): Document remove-overlays.
6306 (Standard Faces): Document escape-glyph face.
6307
6308 * minibuf.texi (Reading File Names): Document read-file-name-function.
6309
6310 * modes.texi (Other Font Lock Variables):
6311 Document font-lock-lines-before.
6312
6313 * positions.texi (Skipping Characters): skip-chars-forward allows
6314 character classes.
6315
63162005-03-18 Lute Kamstra <lute@gnu.org>
6317
6318 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6319
63202005-03-17 Richard M. Stallman <rms@gnu.org>
6321
6322 * text.texi (Undo): Document extensible undo entries.
6323
dd7b651b 6324 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6325
6326 * nonascii.texi (Character Codes): Minor fix.
6327
6328 * display.texi (Display Property): Explain the significance
6329 of having text properties that are eq.
6330 (Other Display Specs): Explain string as display spec.
6331
6332 * commands.texi (Interactive Codes): Document G option.
6333
63342005-03-17 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * text.texi (Filling): Add sentence-end-without-period and
6337 sentence-end-without-space.
6338 (Changing Properties): Minor fix.
6339
6340 * anti.texi: Total rewrite.
6341
63422005-03-15 Lute Kamstra <lute@gnu.org>
6343
6344 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6345
63462005-03-08 Kim F. Storm <storm@cua.dk>
6347
6348 * display.texi (Specified Space): Property :width is support on
6349 non-graphic terminals, :height is not.
6350
63512005-03-07 Richard M. Stallman <rms@gnu.org>
6352
6353 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6354 Now subnodes of Fringes.
6355 (Overlay Arrow): Document overlay-arrow-variable-list.
6356 (Fringe Size/Pos): New node, broken out of Fringes.
6357 (Display): Explain clearing vs redisplay better.
6358 (Truncation): Clarify use of bitmaps.
6359 (The Echo Area): Clarify the uses of the echo area.
6360 Add max-mini-window-height.
6361 (Progress): Clarify.
6362 (Invisible Text): Explain that main loop moves point out.
6363 (Selective Display): Say "hidden", not "invisible".
6364 (Managing Overlays): Move up. Describe relation to Undo here.
6365 (Overlay Properties): Clarify intro.
6366 (Finding Overlays): Explain return values when nothing found.
6367 (Width): truncate-string-to-width has added arg.
6368 (Displaying Faces): Clarify and update mode line face handling.
6369 (Face Functions): Minor cleanup.
6370 (Conditional Display): Merge into Other Display Specs.
6371 (Pixel Specification, Other Display Specs): Minor cleanups.
6372 (Images, Image Descriptors): Minor cleanups.
6373 (GIF Images): Patents have expired.
6374 (Showing Images): Explain default text for insert-image.
6375 (Manipulating Button Types): Merge into Manipulating Buttons.
6376 (Making Buttons): Explain return values.
6377 (Button Buffer Commands): Add xref.
6378 (Inverse Video): Update mode-line-inverse-video.
6379 (Display Table Format): Clarify.
6380 (Active Display Table): Give defaults for window-display-table.
6381
6382 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6383 and calendar-today-marker are strings, not chars.
6384 (Holiday Customizing): Minor fix.
6385
6386 * internals.texi (Writing Emacs Primitives): Update `or' example.
6387 Update limit on # args of subr.
6388
6389 * edebug.texi (Using Edebug): Arrow is in fringe.
6390 (Instrumenting): Arg to eval-defun works without loading edebug.
6391 (Edebug Execution Modes): Add xref.
6392
6393 * customize.texi (Common Keywords): Clarify :require.
6394 Mention :version here.
6395 (Variable Definitions, Group Definitions): Not here.
6396 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6397
63982005-03-07 Chong Yidong <cyd@stupidchicken.com>
6399 * nonascii.texi (Text Representations): Clarify position-bytes.
6400 (Character Sets): Add list-charset-chars.
6401 (Scanning Charsets): Add charset-after.
6402 (Encoding and I/O): Minor fix.
6403
64042005-03-06 Richard M. Stallman <rms@gnu.org>
6405
6406 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6407 (Resizing Windows): Likewise.
6408
6409 * text.texi (Change Hooks): Get rid of "Emacs 21".
6410
6411 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6412
6413 * streams.texi (Output Variables): Get rid of "Emacs 21".
6414
6415 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6416
6417 * os.texi (Translating Input): Replace flow-control example
6418 with a less obsolete example that uses `keyboard-translate'.
6419
6420 * objects.texi (Hash Table Type, Circular Objects):
6421 Get rid of "Emacs 21".
6422
6423 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6424 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6425
6426 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6427
6428 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6429
6430 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6431 (Menu Bar): Fix when menu-bar-update-hook is called.
6432
6433 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6434
6435 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6436 and make it read better.
6437
6438 * files.texi (Writing to Files): Get rid of "Emacs 21".
6439 (Unique File Names): Likewise.
6440
6441 * elisp.texi: Update Emacs version to 22.
6442
6443 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6444 (Overlay Properties, Face Attributes): Likewise.
6445 (Managing Overlays): Fix punctuation.
6446 (Attribute Functions): Clarify set-face-font; get rid of
6447 info about old Emacs versions.
6448 (Auto Faces, Font Lookup, Display Property, Images):
6449 Get rid of "Emacs 21".
6450
6451 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6452
64532005-03-05 Richard M. Stallman <rms@gnu.org>
6454
6455 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6456
64572005-03-04 Lute Kamstra <lute@gnu.org>
6458
6459 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6460
64612005-03-03 Lute Kamstra <lute@gnu.org>
6462
6463 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6464
64652005-03-01 Lute Kamstra <lute@gnu.org>
6466
6467 * debugging.texi (Debugger Commands): Update `j'.
6468
64692005-02-28 Lute Kamstra <lute@gnu.org>
6470
6471 * debugging.texi (Debugging): Fix typo.
6472 (Error Debugging): Document eval-expression-debug-on-error.
6473 (Function Debugging): Update example.
6474 (Using Debugger): Mention starred stack frames.
6475 (Debugger Commands): Document `j' and `l'.
6476 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6477 Update the messages that the debugger displays.
6478 (Internals of Debugger): Add cross reference. Update example.
6479 (Excess Open): Minor improvement.
6480 (Excess Close): Minor improvement.
6481
64822005-02-26 Richard M. Stallman <rms@gnu.org>
6483
6484 * tips.texi (Coding Conventions): Clarify.
6485 Put all the major mode key reservations together.
6486 Mention the Mouse-1 => Mouse-2 conventions.
6487
6488 * syntax.texi (Syntax Class Table): Clarify.
6489 (Syntax Table Functions): syntax-after moved from here.
6490 (Syntax Table Internals): syntax-after moved to here.
6491 (Parsing Expressions): Update info on number of values
6492 and what's meaningful in the STATE argument.
6493 (Categories): Fix typo.
6494
6495 * sequences.texi (Arrays): Cleanup.
6496 (Char-Tables): Clarify.
6497
6498 * processes.texi (Deleting Processes): Cleanups, add xref.
6499 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6500 (Process Information): set-process-coding-system, some args optional.
6501 (Input to Processes): Explain various types for PROCESS args.
6502 Rename them from PROCESS-NAME to PROCESS.
6503 (Signals to Processes): Likewise.
6504 (Decoding Output): Cleanup.
6505 (Query Before Exit): Clarify.
6506
6507 * os.texi (Startup Summary): Correct the options; add missing ones.
6508 (Terminal Output, Batch Mode): Clarify.
6509 (Flow Control): Node deleted.
6510
6511 * markers.texi (The Mark): Clarify.
6512
6513 * macros.texi (Expansion): Cleanup.
6514 (Indenting Macros): indent-spec allows ints, not floats.
6515
6516 * keymaps.texi (Keymaps): Clarify.
6517 (Format of Keymaps): Update lisp-mode-map example.
6518 (Active Keymaps, Key Lookup): Clarify.
6519 (Changing Key Bindings): Add xref to `kbd'.
6520 (Key Binding Commands, Simple Menu Items): Clarify.
6521 (Mouse Menus, Menu Bar): Clarify.
6522 (Menu Example): Replace print example with menu-bar-replace-menu.
6523
6524 * help.texi (Documentation Basics): Add function-documentation prop.
6525
6526 * elisp.texi (Top): Don't refer to Flow Control node.
6527
6528 * commands.texi (Command Overview): Improve xrefs.
6529 (Adjusting Point): Adjusting point applies to intangible and invis.
6530 (Key Sequence Input): Doc extra read-key-sequence args.
6531 Likewise for read-key-sequence-vector.
6532
6533 * backups.texi (Rename or Copy): Minor fix.
6534 (Numbered Backups): For version-control, say the default.
6535 (Auto-Saving): make-auto-save-file-name example is simplified.
6536
6537 * advice.texi (Advising Functions): Don't imply one part of Emacs
6538 should advise another part. Markup changes.
6539 (Defining Advice): Move transitional para.
6540 (Activation of Advice): Cleanup.
6541 Explain if COMPILE is nil or negative.
6542
6543 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6544
65452005-02-24 Lute Kamstra <lute@gnu.org>
6546
6547 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6548 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6549
65502005-02-23 Lute Kamstra <lute@gnu.org>
6551
6552 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6553 to define global minor modes as well.
6554
6555 * display.texi (Managing Overlays): overlay-buffer returns nil for
6556 deleted overlays.
6557
65582005-02-22 Kim F. Storm <storm@cua.dk>
6559
6560 * minibuf.texi (Basic Completion): Allow symbols in addition to
6561 strings in try-completion and all-completions.
6562
65632005-02-14 Lute Kamstra <lute@gnu.org>
6564
6565 * elisp.texi (Top): Remove reference to deleted node.
6566
6567 * lists.texi (Lists): Remove reference to deleted node.
6568 (Cons Cells): Fix typo.
6569
6570 * loading.texi (Where Defined): Fix typo.
6571
65722005-02-14 Richard M. Stallman <rms@gnu.org>
6573
6574 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6575 is useful for discarding some minor modes.
6576
6577 * symbols.texi (Symbol Components): Reorder examples.
6578
6579 * streams.texi (Input Functions): State standard-input default.
6580 (Output Variables): State standard-output default.
6581
6582 * objects.texi (Printed Representation): Clarify read syntax vs print.
6583 (Floating Point Type): Explain meaning better.
6584 (Symbol Type): Explain uniqueness better.
6585 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6586 List examples sooner.
6587 (Box Diagrams): New subnode broken out.
6588 Some examples moved from old Lists as Boxes node.
6589 (Dotted Pair Notation): Clarify intro.
6590 (Array Type): Clarify.
6591 (Type Predicates): Add hash-table-p.
6592
6593 * numbers.texi (Integer Basics): Clarify radix explanation.
6594 (Predicates on Numbers): Minor clarification.
6595 (Comparison of Numbers): Minor clarification. Clarify eql.
6596 Typos in min, max.
6597 (Math Functions): Clarify overflow in expt.
6598
6599 * minibuf.texi (Text from Minibuffer): Minor clarification.
6600 Mention arrow keys.
6601
6602 * loading.texi (Autoload): defun's doc string overrides autoload's
6603 doc string.
6604 (Repeated Loading): Modernize "add to list" examples.
6605 (Where Defined): Finish updating table of load-history elts.
6606
6607 * lists.texi (List-related Predicates): Minor wording improvement.
6608 (Lists as Boxes): Node deleted.
6609 (Building Lists): Explain trivial cases of number-sequence.
6610
6611 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6612 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6613 (Hash Access): Any object can be a key.
6614 State value of maphash.
6615
6616 * functions.texi (What Is a Function): Wording cleanup.
6617 (Function Documentation): Minor cleanup.
6618 Explain purpose of calling convention at end of doc string.
6619 (Function Names): Wording cleanup.
6620 (Calling Functions): Wording cleanup.
6621 Explain better how funcall calls the function.
6622 (Function Cells): Delete example of saving and redefining function.
6623
6624 * control.texi (Combining Conditions): Wording cleanup.
6625 (Iteration): dolist and dotimes bind VAR locally.
6626 (Cleanups): Xref to Atomic Changes.
6627
6628 * compile.texi (Byte Compilation): Delete 19.29 info.
6629 (Compilation Functions): Macros' difficulties don't affect defsubst.
6630 (Docs and Compilation): Delete 19.29 info.
6631
66322005-02-10 Richard M. Stallman <rms@gnu.org>
6633
6634 * objects.texi (Symbol Type): Minor correction.
6635
66362005-02-06 Lute Kamstra <lute@gnu.org>
6637
6638 * modes.texi (Example Major Modes): Fix typos.
6639
66402005-02-06 Richard M. Stallman <rms@gnu.org>
6641
6642 * text.texi (Margins): fill-nobreak-predicate can be one function.
6643
6644 * strings.texi (Modifying Strings): clear-string can make unibyte.
6645 (Formatting Strings): format gives error if values missing.
6646
6647 * positions.texi (Character Motion): Mention default arg
6648 for forward-char. backward-char refers to forward-char.
6649 (Word Motion): Mention default arg for forward-word.
6650 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6651 Simplify end-of-buffer.
6652 (Text Lines): Mention default arg for forward-line.
6653 (List Motion): Mention default arg for beginning/end-of-defun.
6654 (Skipping Characters): Minor fixes in explaining character-set.
6655
6656 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6657 Mode inheritance applies only when default-major-mode is nil.
6658 Clarifications.
6659 (Example Major Modes): Update Text mode and Lisp mode examples.
6660 (Minor Mode Conventions): Mention define-minor-mode at top.
6661 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6662 (Mode Line Format): Update mode line face display info.
6663 (Properties in Mode): Mention effect of risky vars.
6664 (Imenu): Define imenu-add-to-menubar.
6665 (Font Lock Mode): Add descriptions to menu lines.
6666 (Faces for Font Lock): Add font-lock-doc-face.
6667
66682005-02-05 Lute Kamstra <lute@gnu.org>
6669
6670 * text.texi (Maintaining Undo): Remove obsolete function.
6671
66722005-02-05 Eli Zaretskii <eliz@gnu.org>
6673
6674 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6675 color specifications. Improve indexing.
b8d4c8d0
GM
6676 (Text Terminal Colors): Replace the description of RGB values by
6677 an xref to "Color Names".
6678
66792005-02-03 Richard M. Stallman <rms@gnu.org>
6680
6681 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6682 Clarify.
6683 (Selecting Windows): Clarify save-selected-window.
6684 (Cyclic Window Ordering): Clarify walk-windows.
6685 (Window Point): Clarify.
6686 (Window Start): Add comment to example.
6687 (Resizing Windows): Add `interactive' specs in examples.
6688 Document fit-window-to-buffer.
6689
6690 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6691 (Undo, Maintaining Undo): Clarify last change.
6692 (Sorting): In sort-numeric-fields, explain about octal and hex.
6693 Mention sort-numeric-base.
6694 (Format Properties): Add xref for hard newlines.
6695
6696 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6697 (Pop-Up Menus): Fix typo.
6698 (Color Names): Explain all types of color names.
6699 Explain color-values on B&W terminal.
6700 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6701
6702 * files.texi (File Locks): Not supported on MS systems.
6703 (Testing Accessibility): Clarify.
6704
6705 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6706 (Coverage Testing): Fix typo.
6707
6708 * commands.texi (Misc Events): Remove stray space.
6709
6710 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6711 (Modification Time): Clarify when visited-file-modtime returns 0.
6712 (The Buffer List): Clarify bury-buffer.
6713 (Killing Buffers): Clarify.
6714 (Indirect Buffers): Add clone-indirect-buffer.
6715
67162005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6717
6718 * edebug.texi (Printing in Edebug): Fix default value of
6719 edebug-print-circle.
6720 (Coverage Testing): Fix displayed frequency count data.
6721
67222005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6723
6724 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6725
67262005-02-02 Kim F. Storm <storm@cua.dk>
6727
6728 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6729
67302005-01-29 Eli Zaretskii <eliz@gnu.org>
6731
6732 * commands.texi (Misc Events): Describe the help-echo event.
6733
6734 * text.texi (Special Properties) <help-echo>: Use `pos'
6735 consistently in description of the help-echo property.
6736 Use @code{nil} instead of @var{nil}.
6737
6738 * display.texi (Overlay Properties): Fix the index entry for
6739 help-echo overlay property.
6740
6741 * customize.texi (Type Keywords): Uncomment the xref to the
6742 help-echo property documentation.
6743
67442005-01-23 Kim F. Storm <storm@cua.dk>
6745
6746 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6747 return value. Third element FULLY replaced by PARTIAL which
6748 specifies number of invisible pixels if row is only partially visible.
6749 (Textual Scrolling): Mention auto-window-vscroll.
6750 (Vertical Scrolling): New defvar auto-window-vscroll.
6751
67522005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6753
6754 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6755 command remapping.
6756
67572005-01-15 Richard M. Stallman <rms@gnu.org>
6758
6759 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6760
67612005-01-14 Kim F. Storm <storm@cua.dk>
6762
6763 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6764
6765 * text.texi (Links and Mouse-1): Fix string and vector item.
6766
67672005-01-13 Richard M. Stallman <rms@gnu.org>
6768
6769 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6770 descriptions of overriding-local-map and overriding-terminal-local-map.
6771
6772 * text.texi (Links and Mouse-1): Clarify text.
6773
67742005-01-13 Kim F. Storm <storm@cua.dk>
6775
6776 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6777
67782005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6779
6780 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6781
67822005-01-12 Kim F. Storm <storm@cua.dk>
6783
6784 * text.texi (Links and Mouse-1): Rename section from Enabling
6785 Mouse-1 to Following Links. Change xrefs.
6786 Add examples for define-button-type and define-widget.
6787
6788 * display.texi (Button Properties, Button Buffer Commands):
6789 Clarify mouse-1 and follow-link functionality.
6790
67912005-01-12 Richard M. Stallman <rms@gnu.org>
6792
6793 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6794
6795 * display.texi (Beeping): Fix Texinfo usage.
6796
6797 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6798
67992005-01-11 Kim F. Storm <storm@cua.dk>
6800
6801 * display.texi (Button Properties, Button Buffer Commands):
6802 Mention mouse-1 binding. Add follow-link keyword.
6803
6804 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6805 (Enabling Mouse-1 to Follow Links): New subsection.
6806
68072005-01-06 Richard M. Stallman <rms@gnu.org>
6808
6809 * text.texi (Special Properties): Minor change.
6810
6811 * os.texi (Timers): Clarify previous change.
6812
6813 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6814
68152005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * display.texi (Face Attributes): Correct xref to renamed node.
6818
68192005-01-01 Richard M. Stallman <rms@gnu.org>
6820
6821 * display.texi (Face Attributes): Describe hex color specs.
6822
68232004-12-31 Richard M. Stallman <rms@gnu.org>
6824
6825 * os.texi (Timers): Update previous change.
6826
68272004-12-30 Kim F. Storm <storm@cua.dk>
6828
6829 * display.texi (Line Height): Total line-height is now specified
6830 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6831 in cons cells. (nil . RATIO) is relative to actual line height.
6832 Use line-height `t' instead of `0' to get minimum height.
6833
68342004-12-29 Richard M. Stallman <rms@gnu.org>
6835
6836 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6837
68382004-12-28 Richard M. Stallman <rms@gnu.org>
6839
6840 * commands.texi (Quitting): Clarify value of with-local-quit.
6841
6842 * elisp.texi (Top): Fix previous change.
6843
6844 * loading.texi (Loading): Fix previous change.
6845
68462004-12-27 Richard M. Stallman <rms@gnu.org>
6847
6848 * Makefile.in (MAKEINFO): Specify --force.
6849
6850 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6851
6852 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6853
6854 * display.texi (Line Height): Further clarify.
6855
6856 * elisp.texi (Top): Update Loading submenu.
6857
6858 * loading.texi (Where Defined): New node.
6859 (Unloading): load-history moved to Where Defined.
6860
68612004-12-21 Richard M. Stallman <rms@gnu.org>
6862
6863 * commands.texi (Event Input Misc): Add while-no-input.
6864
68652004-12-11 Richard M. Stallman <rms@gnu.org>
6866
6867 * display.texi (Line Height): Rewrite text for clarity.
6868
68692004-12-11 Kim F. Storm <storm@cua.dk>
6870
6871 * display.texi (Display): Add node "Line Height" to menu.
6872 (Line Height): New node. Move full description of line-spacing
6873 and line-height text properties here from text.texi.
6874 (Scroll Bars): Add vertical-scroll-bar variable.
6875
6876 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6877
6878 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6879 line-spacing and vertical-scroll-bar.
6880
6881 * text.texi (Special Properties): Just mention line-spacing and
6882 line-height here, add xref to new "Line Height" node.
6883
68842004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6885
6886 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6887
6888 * locals.texi (Standard Buffer-Local Variables):
6889 Add @xref for `line-spacing'.
6890
68912004-12-05 Richard M. Stallman <rms@gnu.org>
6892
6893 * Makefile.in (maintainer-clean): Remove the info files
6894 in $(infodir) where they are created.
6895
68962004-12-03 Richard M. Stallman <rms@gnu.org>
6897
6898 * windows.texi (Selecting Windows): get-lru-window and
6899 get-largest-window don't consider dedicated windows.
6900
6901 * text.texi (Undo): Document undo-in-progress.
6902
69032004-11-26 Richard M. Stallman <rms@gnu.org>
6904
6905 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6906 Remove a few vars that are not always buffer-local.
6907
69082004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6909
6910 * locals.texi (Standard Buffer-Local Variables): Comment out
6911 xref's to non-existent node `Yet to be written'.
6912
69132004-11-24 Richard M. Stallman <rms@gnu.org>
6914
6915 * processes.texi (Synchronous Processes): Grammar fix.
6916
6917 * numbers.texi (Comparison of Numbers): Add eql.
6918
6919 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6920
6921 * intro.texi (Printing Notation): Fix previous change.
6922
6923 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6924 and default-indicate-buffer-boundaries from here.
6925 (Usual Display): To here.
6926 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6927 (Usual Display): Move tab-width up.
6928
5dcb4c4e
SM
6929 * customize.texi (Variable Definitions):
6930 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6931 (Simple Types, Composite Types, Defining New Types):
6932 Minor cleanups.
6933
69342004-11-21 Jesper Harder <harder@ifa.au.dk>
6935
6936 * processes.texi (Synchronous Processes, Output from Processes):
6937 Markup fix.
6938
69392004-11-20 Richard M. Stallman <rms@gnu.org>
6940
6941 * positions.texi (Skipping Characters): skip-chars-forward
6942 now handles char classes.
6943
6944 * intro.texi (Printing Notation): Avoid confusion of `print'
6945 when explaining @print.
6946
6947 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6948
6949 * display.texi (Display Table Format): Minor fix.
6950
6951 * streams.texi (Output Functions): Fix print example.
6952
6953 * Makefile.in (elisp): New target.
6954 (dist): Depend on $(infodir)/elisp, not elisp.
6955 Copy the info files from $(infodir).
6956
6957 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6958 read-from-minibuffer.
6959
6960 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6961
69622004-11-19 Richard M. Stallman <rms@gnu.org>
6963
6964 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6965
69662004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6967
6968 * tips.texi (Coding Conventions): Fix typo.
6969
69702004-11-16 Richard M. Stallman <rms@gnu.org>
6971
6972 * tips.texi (Coding Conventions): Separate defvar and require
6973 methods to avoid warnings. Use require only when there are many
6974 functions and variables from that package.
6975
6976 * minibuf.texi (Minibuffer Completion): When ignoring case,
6977 predicate must not be case-sensitive.
6978
6979 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6980 (Test Coverage): Don't talk about "splotches". Clarified.
6981
69822004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6983
6984 * frames.texi (Window Frame Parameters): Fix typo.
6985
69862004-11-15 Kim F. Storm <storm@cua.dk>
6987
6988 * symbols.texi (Other Plists): Note that plist-get may signal error.
6989 Add safe-plist-get.
6990
69912004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6992
6993 * modes.texi (Font Lock Basics): Fix typo.
6994
69952004-11-08 Richard M. Stallman <rms@gnu.org>
6996
6997 * syntax.texi (Syntax Table Functions): Add syntax-after.
6998
69992004-11-06 Lars Brinkhoff <lars@nocrew.org>
7000
7001 * os.texi (Processor Run Time): New section documenting
7002 get-internal-run-time.
7003
70042004-11-06 Eli Zaretskii <eliz@gnu.org>
7005
7006 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7007 it nukes elisp-cover.texi.
7008 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7009 elisp-0 etc.
7010
70112004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7012
7013 * commands.texi (Keyboard Macros): Document `append' return value
7014 of `defining-kbd-macro'.
7015
70162004-11-01 Richard M. Stallman <rms@gnu.org>
7017
7018 * commands.texi (Interactive Call): Add called-interactively-p.
7019
70202004-10-29 Simon Josefsson <jas@extundo.com>
7021
7022 * minibuf.texi (Reading a Password): Revert.
7023
70242004-10-28 Richard M. Stallman <rms@gnu.org>
7025
7026 * frames.texi (Display Feature Testing): Explain about "vendor".
7027
70282004-10-27 Richard M. Stallman <rms@gnu.org>
7029
7030 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7031 not raw. Clarify `n'.
7032 (Interactive Call): Rewrite interactive-p, focusing on when
7033 and how to use it.
7034 (Misc Events): Clarify previous change.
7035
7036 * advice.texi (Simple Advice): Clarify what job the example does.
7037 (Around-Advice): Clarify ad-do-it.
7038 (Activation of Advice): An option of ad-default-compilation-action
7039 is `never', not `nil'.
7040
70412004-10-26 Kim F. Storm <storm@cua.dk>
7042
7043 * commands.texi (Interactive Codes): Add U code letter.
7044
70452004-10-25 Simon Josefsson <jas@extundo.com>
7046
7047 * minibuf.texi (Reading a Password): Add.
7048
70492004-10-24 Jason Rumney <jasonr@gnu.org>
7050
7051 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7052 and wheel-down.
7053
70542004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7055
7056 * processes.texi (Synchronous Processes): Document process-file.
7057
70582004-10-22 Kenichi Handa <handa@m17n.org>
7059
7060 * text.texi (translate-region): Document that it accepts also a
7061 char-table.
7062
70632004-10-22 David Ponce <david@dponce.com>
7064
7065 * windows.texi (Resizing Windows): Document the `preserve-before'
7066 argument of the functions `enlarge-window' and `shrink-window'.
7067
70682004-10-19 Jason Rumney <jasonr@gnu.org>
7069
7070 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7071
70722004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7073
7074 * text.texi (Filling): Add anchor for definition of
7075 `sentence-end-double-space'.
7076
7077 * searching.texi (Regexp Example): Update description of how
7078 Emacs currently recognizes the end of a sentence.
7079 (Standard Regexps): Update definition of the variable
7080 `sentence-end'. Add definition of the function `sentence-end'.
7081
70822004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7083
7084 * display.texi (Progress): New node.
7085
70862004-10-05 Kim F. Storm <storm@cua.dk>
7087
7088 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7089
70902004-09-29 Kim F. Storm <storm@cua.dk>
7091
7092 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7093 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7094 fringe bitmap symbols, as they now have their own namespace.
7095 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7096 vs. pixels. Signal error if no free bitmap slots.
7097 (Pixel Specification): Change IMAGE to @var{image}.
7098
70992004-09-28 Richard M. Stallman <rms@gnu.org>
7100
7101 * text.texi (Special Properties): Clarify line-spacing and line-height.
7102
7103 * searching.texi (Regexp Search): Add looking-back.
7104
71052004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7106
7107 * display.texi: Correct typos.
7108 (Image Descriptors): Correct xref's.
7109
71102004-09-25 Richard M. Stallman <rms@gnu.org>
7111
7112 * text.texi (Special Properties): Cleanups in `cursor'.
7113 Rewrites in `line-height' and `line-spacing'; exchange them.
7114
7115 * display.texi (Fringes): Rewrite previous change.
7116 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7117 (Display Fringe Bitmaps): Node deleted, text moved.
7118 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7119 (Scroll Bars): Clarify set-window-scroll-bars.
7120 (Pointer Shape): Rewrite.
7121 (Specified Space): Clarify :align-to, etc.
7122 (Pixel Specification): Use @var. Clarify new text.
7123 (Other Display Specs): Clarify `slice'.
7124 (Image Descriptors): Cleanups.
7125 (Showing Images): Cleanups.
7126
71272004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7130
7131 * modes.texi: Various minor changes in addition to:
7132 (Major Mode Conventions): Final call to `run-mode-hooks' should
7133 not be inside the `delay-mode-hooks' form.
7134 (Mode Hooks): New node.
7135 (Hooks): Delete obsolete example.
7136 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7137 node "Mode Hooks".
7138
71392004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * display.texi: Correct various typos.
7142 (Display): Rename node "Pointer Shapes" to "Pointer
7143 Shape". (There is already a node called "Pointer Shapes" in
7144 frames.texi.)
7145 (Images): Remove non-existent node "Image Slices" from menu.
7146
71472004-09-23 Kim F. Storm <storm@cua.dk>
7148
7149 * text.texi (Special Properties): Add `cursor', `pointer',
7150 `line-height', and `line-spacing' properties.
7151
7152 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7153 Shapes' to menu.
7154 (Standard Faces): Doc fix for fringe face.
7155 (Fringes): Add `overflow-newline-into-fringe' and
7156 'indicate-buffer-boundaries'.
7157 (Fringe Bitmaps, Pointer Shapes): New nodes.
7158 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7159 Bitmaps' to menu.
7160 (Specified Space): Describe pixel width and height.
7161 (Pixel Specification): New node.
7162 (Other Display Specs): Add `slice' property.
7163 (Display Fringe Bitmaps): New node.
7164 (Images): Add 'Image Slices' to menu.
7165 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7166 (Showing Images): Add slice arg to `insert-image'.
7167 Add 'insert-sliced-image'.
b8d4c8d0
GM
7168
71692004-09-20 Richard M. Stallman <rms@gnu.org>
7170
7171 * commands.texi (Key Sequence Input):
7172 Clarify downcasing in read-key-sequence.
7173
71742004-09-08 Juri Linkov <juri@jurta.org>
7175
7176 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7177
71782004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7179
5dcb4c4e
SM
7180 * locals.texi (Standard Buffer-Local Variables):
7181 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7182 * internals.texi (Buffer Internals): Describe new
7183 auto_save_file_format field of the buffer structure.
7184 * files.texi (Format Conversion): `auto-save-file-format' has been
7185 renamed `buffer-auto-save-file-format'.
7186
71872004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7188
7189 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7190 an integer or a marker.
7191 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7192
71932004-08-22 Richard M. Stallman <rms@gnu.org>
7194
7195 * modes.texi (Major Mode Conventions): Discuss rebinding of
7196 standard key bindings.
7197
71982004-08-18 Kim F. Storm <storm@cua.dk>
7199
7200 * processes.texi (Accepting Output): Add `just-this-one' arg to
7201 `accept-process-output'.
7202 (Output from Processes): New var `process-adaptive-read-buffering'.
7203
72042004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * keymaps.texi: Various changes in addition to:
7207 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7208 Give more varied examples for `kbd'.
7209 (Creating Keymaps): Char tables have slots for all characters
7210 without modifiers.
7211 (Active Keymaps): `overriding-local-map' and
7212 `overriding-terminal-local-map' also override text property and
7213 overlay keymaps.
7214 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7215 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7216 to denote a prefix of no events.
7217 `map-keymap' includes parent's bindings _recursively_.
7218 Clarify and correct description of `where-is-internal'.
7219 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7220 (Menu Example): For menus intended for use with the keyboard, the
7221 menu items should be bound to characters or real function keys.
7222
72232004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * objects.texi (Character Type): Reposition `@anchor' to prevent
7226 double space inside sentence in Info.
7227
7228 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7229 renamed to `disabled-command-function'.
7230 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7231 (Command Loop Info): Replace reference to it.
7232 (Disabling Commands): `disabled-command-hook' has been renamed to
7233 `disabled-command-function'.
7234
72352004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7236
7237 * os.texi (Translating Input): Only non-prefix bindings in
7238 `key-translation-map' override actual key bindings. Warn about
7239 possible indirect effect of actual key bindings on non-prefix
7240 bindings in `key-translation-map'.
7241
72422004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7243
7244 * minibuf.texi (High-Level Completion): Add anchor for definition
7245 of `read-variable'.
7246
7247 * commands.texi: Various changes in addition to:
7248 (Using Interactive): Clarify description of `interactive-form'.
7249 (Interactive Call): Mention default for KEYS argument to
7250 `call-interactively'.
7251 (Command Loop Info): Clarify description of `this-command-keys'.
7252 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7253 Value of `last-event-frame' can be `macro'.
7254 (Repeat Events): `double-click-fuzz' is also used to distinguish
7255 clicks and drags.
7256 (Classifying Events): Clarify descriptions of `event-modifiers'
7257 `event-basic-type' and `event-convert-list'.
7258 (Accessing Events): `posn-timestamp' takes POSITION argument.
7259 (Quoted Character Input): Clarify description of
7260 `read-quoted-char' and fix example.
7261 (Quitting): Add `with-local-quit'.
7262 (Disabling Commands): Correct and clarify descriptions of
7263 `enable-command' and `disable-command'.
7264 Mention what happens if `disabled-command-hook' is nil.
7265 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7266 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7267
72682004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7269
7270 * frames.texi: Various changes in addition to:
7271 (Creating Frames): Expand and clarify description of `make-frame'.
7272 (Window Frame Parameters): Either none or both of the `icon-left'
7273 and `icon-top' parameters must be specified. Put descriptions of
7274 `menu-bar-lines' and `toolbar-lines' closer together and change
7275 them accordingly.
7276 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7277 except while processing `frame-title-format' or `icon-title-format'.
7278 (Deleting Frames): Correct description of `delete-frame'.
7279 Non-nil return values of `frame-live-p' are like those of `framep'.
7280 (Frames and Windows): Mention return value of
7281 `set-frame-selected-window'.
7282 (Visibility of Frames): Mention `force' argument to
7283 `make-frame-invisible'. `frame-visible-p' returns t for all
7284 frames on text-only terminals.
7285 (Frame Configurations): Restoring a frame configuration does not
7286 restore deleted frames.
7287 (Window System Selections): `x-set-selection' returns DATA.
7288 (Resources): Add example.
7289 (Display Feature Testing): Clarify descriptions of
7290 `display-pixel-height', `display-pixel-width', `x-server-version'
7291 and `x-server-vendor'.
7292
7293 * windows.texi (Choosing Window): Add anchor.
7294 * minibuf.texi (Minibuffer Misc): Add anchor.
7295
72962004-07-23 John Paul Wallington <jpw@gnu.org>
7297
7298 * macros.texi (Defining Macros): Declaration keyword for setting
7299 Edebug spec is `debug' not `edebug'.
7300
73012004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7302
7303 * windows.texi: Various small changes in addition to:
7304 (Window Point): Mention return value of `set-window-point'.
7305 (Window Start): `pos-visible-in-window-p' disregards horizontal
7306 scrolling. Explain return value if PARTIALLY is non-nil.
7307 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7308 and `set-window-vscroll'.
7309 (Size of Window): The argument WINDOW to `window-inside-edges',
7310 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7311 (Resizing Windows): Explain return value of
7312 `shrink-window-if-larger-than-buffer'.
7313 `window-size-fixed' automatically becomes buffer local when set.
7314 (Window Configurations): Explain return value of
7315 `set-window-configuration'.
7316
7317 * minibuf.texi (Minibuffer Misc): Add anchor for
7318 `minibuffer-scroll-window'.
7319
7320 * positions.texi (Text Lines): Add anchor for `count-lines'.
7321
73222004-07-17 Richard M. Stallman <rms@gnu.org>
7323
7324 * display.texi (Overlay Properties): Adding `evaporate' prop
7325 deletes empty overlay immediately.
7326
7327 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7328 fix example.
7329
73302004-07-16 Jim Blandy <jimb@redhat.com>
7331
7332 * searching.texi (Regexp Backslash): Document new \_< and \_>
7333 operators.
7334
73352004-07-16 Juanma Barranquero <lektu@terra.es>
7336
7337 * display.texi (Images): Fix Texinfo usage.
7338
73392004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7340
7341 * buffers.texi (Modification Time): `visited-file-modtime' now
7342 returns a list of two integers, instead of a cons.
7343
73442004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7345
7346 * windows.texi: Various changes in addition to:
7347 (Splitting Windows): Add `split-window-keep-point'.
7348
73492004-07-09 Richard M. Stallman <rms@gnu.org>
7350
7351 * frames.texi (Input Focus): Minor fix.
7352
73532004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7354
7355 * frames.texi (Input Focus): Clarify descriptions of
7356 `select-frame-set-input-focus' and `select-frame'.
7357
73582004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7359
7360 * os.texi: Various small changes in addition to:
7361 (Killing Emacs): Expand and clarify description of
7362 `kill-emacs-query-functions' and `kill-emacs-hook'.
7363 (System Environment): Expand and clarify description of `getenv'
7364 and `setenv'.
7365 (Timers): Clarify description of `run-at-time'.
7366 (Translating Input): Correct description of
7367 `extra-keyboard-modifiers'.
7368 (Flow Control): Correct description of `enable-flow-control'.
7369
73702004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7371
7372 * os.texi: Update copyright.
7373 (Session Management): Grammar fix.
7374 Clarify which Emacs does the restarting.
7375 Use @samp for *scratch* buffer.
7376
73772004-07-04 Alan Mackenzie <acm@muc.de>
7378
7379 * frames.texi (Input Focus): Add documentation for
7380 `select-frame-set-input-focus'. Replace refs to non-existent
7381 `switch-frame' with `select-frame'. Minor corrections and tidying
7382 up of text-only terminal stuff.
7383
73842004-07-02 Richard M. Stallman <rms@gnu.org>
7385
7386 * files.texi (Saving Buffers): Cleanup write-contents-function.
7387 (Magic File Names): Cleanup file-remote-p.
7388
b344d29d 73892004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7390
7391 * files.texi (Magic File Names): `file-remote-p' returns an
7392 identifier of the remote system, not just t.
7393
73942004-07-02 David Kastrup <dak@gnu.org>
7395
7396 * searching.texi (Entire Match Data): Add explanation about new
7397 match-data behavior when @var{integers} is non-nil.
7398
73992004-06-24 Richard M. Stallman <rms@gnu.org>
7400
7401 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7402
7403 * customize.texi (Variable Definitions): Note about doc strings
7404 and :set.
7405
7406 * keymaps.texi (Keymap Terminology): Document `kbd'.
7407 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7408
7409 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7410 makes it buffer-local.
7411
7412 * files.texi (Saving Buffers): Correct previous change.
7413
7414 * commands.texi (Accessing Events):
7415 Clarify posn-col-row and posn-actual-col-row.
7416
74172004-06-24 David Ponce <david.ponce@wanadoo.fr>
7418
7419 * commands.texi (Accessing Events): New functions
7420 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7421
74222004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7423
7424 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7425 * frames.texi, buffers.texi, backups.texi, variables.texi:
7426 * loading.texi, eval.texi, functions.texi, control.texi:
7427 * symbols.texi, minibuf.texi: Reposition @anchor's.
7428
7429 * help.texi: Various small changes in addition to the following.
7430 (Describing Characters): Describe PREFIX argument to
7431 `key-description'. Correct and clarify definition of
7432 `text-char-description'. Describe NEED-VECTOR argument to
7433 `read-kbd-macro'.
7434 (Help Functions): Clarify definition of `apropos'.
7435
74362004-06-23 Lars Hansen <larsh@math.ku.dk>
7437
7438 * files.texi (Saving Buffers): Correct description of
7439 `write-contents-functions'.
7440
74412004-06-21 Juanma Barranquero <lektu@terra.es>
7442
7443 * display.texi (Images): Remove redundant @vindex directives.
7444 Rewrite `image-library-alist' doc in active voice.
7445
74462004-06-14 Juanma Barranquero <lektu@terra.es>
7447
7448 * display.texi (Images): Document new delayed library loading,
7449 variable `image-library-alist' and (existing but undocumented)
7450 function `image-type-available-p'.
7451
74522004-06-05 Richard M. Stallman <rms@gnu.org>
7453
7454 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7455 refer the user to the Initial Input node.
7456 (Text from Minibuffer): Likewise.
7457 (Initial Input): New node. Document this feature
7458 and say it is mostly deprecated.
7459
74602004-05-30 Richard M. Stallman <rms@gnu.org>
7461
7462 * loading.texi (Named Features): Clarify return value
7463 and meaning of NOERROR.
7464
7465 * variables.texi (File Local Variables): Minor cleanup.
7466
74672004-05-30 Michael Albinus <michael.albinus@gmx.de>
7468
7469 * files.texi (Magic File Names): Add `file-remote-p' as operation
7470 of file name handlers.
7471
74722004-05-29 Richard M. Stallman <rms@gnu.org>
7473
7474 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7475 as arg to a minor mode command.
7476
74772004-05-22 Richard M. Stallman <rms@gnu.org>
7478
7479 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7480
7481 * streams.texi (Output Variables): Doc float-output-format.
7482
7483 * searching.texi (Regexp Special): Nested repetition can be infloop.
7484
7485 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7486 real stack overflow.
7487
7488 * compile.texi: Minor cleanups.
7489
74902004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7491
7492 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7493 circular lists.
7494 (List Elements): Explain handling of circular and dotted lists.
7495
74962004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7497
7498 * modes.texi (Search-based Fontification): Fix typo.
7499
75002004-05-10 Juanma Barranquero <lektu@terra.es>
7501
7502 * modes.texi (Mode Line Variables): Fix description of
7503 global-mode-string, which is now after which-func-mode, not the
7504 buffer name.
7505
75062004-05-07 Lars Hansen <larsh@math.ku.dk>
7507
7508 * modes.texi (Desktop Save Mode): Add.
7509 (Modes): Add menu entry Desktop Save Mode.
7510
7511 * hooks.texi: Add desktop-after-read-hook,
7512 desktop-no-desktop-file-hook and desktop-save-hook.
7513
7514 * locals.texi: Add desktop-save-buffer.
7515
75162004-04-30 Jesper Harder <harder@ifa.au.dk>
7517
7518 * display.texi: emacs -> Emacs.
7519
75202004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7521
7522 * files.texi (Changing Files): Document set-file-times.
7523
75242004-04-23 Juanma Barranquero <lektu@terra.es>
7525
7526 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7527
75282004-04-18 Jesper Harder <harder@ifa.au.dk>
7529
7530 * tips.texi (Coding Conventions): defopt -> defcustom.
7531
75322004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7533
7534 * sequences.texi: Various clarifications.
7535
75362004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * buffers.texi (Read Only Buffers): Mention optional ARG to
7539 `toggle-read-only'.
7540
75412004-04-14 Nick Roberts <nick@nick.uklinux.net>
7542
7543 * windows.texi (Selecting Windows): Note that get-lru-window
7544 returns a full-width window if possible.
7545
75462004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * buffers.texi: Various changes in addition to:
7549 (Buffer File Name): Add `find-buffer-visiting'.
7550 (Buffer Modification): Mention optional ARG to `not-modified'.
7551 (Indirect Buffers): Mention optional CLONE argument to
7552 `make-indirect-buffer'.
7553
7554 * files.texi: Various changes in addition to:
7555 (Visiting Functions): `find-file-hook' is now a normal hook.
7556 (File Name Expansion): Explain difference between the way that
7557 `expand-file-name' and `file-truename' treat `..'.
7558 (Contents of Directories): Mention optional ID-FORMAT argument to
7559 `directory-files-and-attributes'.
7560 (Format Conversion): Mention new optional CONFIRM argument to
7561 `format-write-file'.
7562
75632004-04-12 Miles Bader <miles@gnu.org>
7564
7565 * macros.texi (Expansion): Add description of `macroexpand-all'.
7566
75672004-04-05 Jesper Harder <harder@ifa.au.dk>
7568
5dcb4c4e
SM
7569 * variables.texi (Variable Aliases):
7570 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7571
7572 * errors.texi (Standard Errors): Ditto.
7573
75742004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7575
7576 * backups.texi: Various small changes in addition to:
7577 (Making Backups): Mention return value of `backup-buffer'.
7578 (Auto-Saving): Mention optional FORCE argument to
7579 `delete-auto-save-file-if-necessary'.
7580 (Reverting): Mention optional PRESERVE-MODES argument to
7581 `revert-buffer'. Correct description of `revert-buffer-function'.
7582
75832004-03-22 Juri Linkov <juri@jurta.org>
7584
7585 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7586 with `Vector Functions'.
7587
7588 * text.texi (Sorting): Add missing quote.
7589
75902004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7591
7592 * intro.texi (Lisp History): Replace xref to `cl' manual with
7593 inforef.
7594
75952004-03-12 Richard M. Stallman <rms@gnu.org>
7596
7597 * intro.texi (Version Info): Add arg to emacs-version.
7598 (Lisp History): Change xref to CL manual.
7599
76002004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7601
7602 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7603 for Partial Completion mode.
7604
76052004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7606
7607 * customize.texi: Fix typo. Remove eol whitespace.
7608
76092004-03-04 Richard M. Stallman <rms@gnu.org>
7610
7611 * processes.texi: Fix typos.
7612
7613 * lists.texi (Building Lists): Minor clarification.
7614
7615 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7616 in make-hash-table.
7617
76182004-02-29 Juanma Barranquero <lektu@terra.es>
7619
7620 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7621 rm, and ignore exit code.
7622
76232004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7624
7625 * display.texi (Defining Faces): Add description for min-colors.
7626 Update example.
7627
76282004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7629
7630 * abbrevs.texi: Various corrections and clarifications in addition
7631 to the following:
7632 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7633
76342004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7635
7636 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7637
76382004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7639
7640 * text.texi: Various small changes in addition to the following:
7641 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7642 to delete-horizontal-space.
7643 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7644 description of yank-handler text property at various places.
7645
7646 * frames.texi (Window System Selections): Add anchor.
7647
7648 * syntax.texi (Syntax Table Functions): Clarify and correct
7649 descriptions of make-syntax-table and copy-syntax-table.
7650 (Motion and Syntax): Clarify SYNTAXES argument to
7651 skip-syntax-forward.
7652 (Parsing Expressions): Mention that the return value of
7653 parse-partial-sexp is currently a list of ten rather than nine
7654 elements.
7655 (Categories): Various corrections and clarifications.
7656
76572004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7658
7659 * markers.texi (Marker Insertion Types): Minor change.
7660
7661 * locals.texi (Standard Buffer-Local Variables):
7662 * commands.texi (Interactive Codes, Using Interactive):
7663 * functions.texi (Related Topics): Fix xrefs.
7664
76652004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7666
7667 * lists.texi (Sets And Lists): Update description of delete-dups.
7668
76692004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7670
7671 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7672
c8763fb6 76732004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7674
7675 * frames.texi (Parameter Access): frame-parameters arg is optional.
7676 modify-frame-parameters handles nil for FRAME.
7677 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7678 are all-or-nothing for certain toolkits.
7679 Mention parameter wait-for-wm.
7680 (Frames and Windows): In frame-first-window and frame-selected-window
7681 the arg is optional.
7682 (Input Focus): In redirect-frame-focus the second arg is optional.
7683 (Window System Selections): Mention selection type CLIPBOARD.
7684 Mention data-type UTF8_STRING.
7685 Mention numbering of cut buffers.
7686 (Resources): Describe x-resource-name.
7687
76882004-02-16 Richard M. Stallman <rms@gnu.org>
7689
7690 * windows.texi (Buffers and Windows): Delete false table
7691 about all-frames.
7692
7693 * syntax.texi (Parsing Expressions): Delete old caveat
7694 about parse-sexp-ignore-comments.
7695
7696 * streams.texi (Output Variables): Add print-quoted.
7697
7698 * lists.texi (Building Lists): Minor cleanup.
7699
7700 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7701
7702 * display.texi (Overlays): Explain overlays use markers.
7703 (Managing Overlays): Explain front-advance and rear-advance
7704 in more detail.
7705
7706 * loading.texi (Unloading): Document unload-feature-special-hooks.
7707 Get rid of fns-NNN.el file.
7708
77092004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7710
7711 * help.texi (Describing Characters): Fix text-char-description
7712 example output.
7713
7714 * edebug.texi (Using Edebug): Fix example.
7715
7716 * debugging.texi (Internals of Debugger): Fix return value.
7717
7718 * files.texi (Changing Files): Fix argname.
7719
7720 * calendar.texi: Fix parens, and default values.
7721
7722 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7723 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7724 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7725
7726 * positions.texi (Text Lines): Don't add -1 in current-line.
7727
77282004-02-16 Richard M. Stallman <rms@gnu.org>
7729
7730 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7731
77322004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7733
7734 * processes.texi (Low-Level Network): Fix a typo.
7735
77362004-02-12 Kim F. Storm <storm@cua.dk>
7737
7738 * display.texi (Fringes): Use consistent wording.
7739 Note that window-fringe's window arg is optional.
7740 (Scroll Bars): Use consistent wording.
7741
77422004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7743
7744 * tips.texi (Comment Tips): Document the new conventions for
7745 commenting out code.
7746
c8763fb6 77472004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7748
5dcb4c4e 7749 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7750
77512004-02-07 Kim F. Storm <storm@cua.dk>
7752
7753 * positions.texi (Text Lines): Add line-number-at-pos.
7754
77552004-02-06 John Paul Wallington <jpw@gnu.org>
7756
7757 * display.texi (Button Properties, Button Buffer Commands):
7758 mouse-2 invokes button, not down-mouse-1.
7759
77602004-02-04 Jason Rumney <jasonr@gnu.org>
7761
7762 * makefile.w32-in: Sync with Makefile.in changes.
7763
77642004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7765
7766 * minibuf.texi (Text from Minibuffer): Various corrections and
7767 clarifications.
7768 (Object from Minibuffer): Correct Lisp description of
7769 read-minibuffer.
7770 (Minibuffer History): Clarify description of cons values for
7771 HISTORY arguments.
5dcb4c4e
SM
7772 (Basic Completion): Various corrections and clarifications.
7773 Add completion-regexp-list.
b8d4c8d0
GM
7774 (Minibuffer Completion): Correct and clarify description of
7775 completing-read.
5dcb4c4e
SM
7776 (Completion Commands): Mention Partial Completion mode.
7777 Various other minor changes.
b8d4c8d0
GM
7778 (High-Level Completion): Various corrections and clarifications.
7779 (Reading File Names): Ditto.
7780 (Minibuffer Misc): Ditto.
7781
77822004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7783
7784 * strings.texi (Text Comparison): assoc-string also matches
7785 elements of alists that are strings instead of conses.
7786 (Formatting Strings): Standardize Texinfo usage. Update index
7787 entries.
7788
77892004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7790
7791 * lists.texi (Sets And Lists): Add delete-dups.
7792
77932004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7796 special form.
7797 * macros.texi (Defining Macros): Update description of `declare',
7798 which now is a macro.
7799 (Wrong Time): Fix typos.
7800
78012004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7802
7803 * compile.texi (Compilation Functions): Expand descriptions of
7804 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7805 and `batch-byte-compile'. In particular, mention and describe
7806 all optional arguments.
7807 (Disassembly): Correct and clarify the description of `disassemble'.
7808
78092004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * searching.texi: Various small changes in addition to the
7812 following.
7813 (Regexp Example): Adapt to new value of `sentence-end'.
7814 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7815 `words'.
7816 (Search and Replace): Add usage note for `perform-replace'.
7817 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7818 `match-data'.
7819 (Standard Regexps): Update for new values of `paragraph-start'
7820 and `sentence-end'.
7821
78222004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7823
7824 * files.texi (Saving Buffers): Clarify descriptions of
7825 `write-contents-functions' and `before-save-hook'.
7826 Make the defvar's for `before-save-hook' and `after-save-hook'
7827 into defopt's.
7828
78292004-01-07 Kim F. Storm <storm@cua.dk>
7830
7831 * commands.texi (Click Events): Describe new image and
7832 width/height elements of click events.
7833 (Accessing Events): Add posn-string, posn-image, and
7834 posn-object-width-height. Change posn-object to return either
7835 image or string object.
7836
78372004-01-01 Simon Josefsson <jas@extundo.com>
7838
7839 * hooks.texi (Standard Hooks): Add before-save-hook.
7840 * files.texi (Saving Buffers): Likewise.
7841
78422004-01-03 Richard M. Stallman <rms@gnu.org>
7843
7844 * frames.texi (Frames and Windows): Delete frame-root-window.
7845
78462004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7847
7848 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7849
7850 * functions.texi: Various small changes in addition to the
7851 following.
5dcb4c4e
SM
7852 (What Is a Function): `functionp' returns nil for macros.
7853 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7854 (Function Documentation): Add `\' in front of (fn @var{arglist})
7855 and explain why.
7856 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7857 Add anchor.
7858 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7859
78602004-01-01 Miles Bader <miles@gnu.org>
7861
7862 * display.texi (Buttons): New section.
7863
78642003-12-31 Andreas Schwab <schwab@suse.de>
7865
7866 * numbers.texi (Math Functions): sqrt reports a domain-error
7867 error.
7868 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7869
78702003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7871
7872 * tips.texi (Documentation Tips): Update item on hyperlinks in
7873 documentation strings.
7874
7875 * errors.texi (Standard Errors): Various small corrections and
7876 additions.
7877
7878 * control.texi: Various small changes in addition to the
7879 following.
7880 (Signaling Errors): Provide some more details on how `signal'
7881 constructs the error message. Add anchor to the definition of
7882 `signal'.
7883 (Error Symbols): Describe special treatment of `quit'.
7884 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7885 to emphasize that it has to be a single form.
7886
7887 * buffers.texi: Add anchor.
7888
78892003-12-29 Richard M. Stallman <rms@gnu.org>
7890
7891 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7892 (Window Configurations): Add window-configuration-frame.
7893
7894 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7895
7896 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7897 Change arg name in get-char-property.
7898 (Special Properties): Update handling of keymap property.
7899
7900 * strings.texi (Modifying Strings): Add clear-string.
7901 (Text Comparison): Add assoc-string and remove
7902 assoc-ignore-case, assoc-ignore-representation.
7903
7904 * os.texi (Time of Day): Add set-time-zone-rule.
7905
7906 * numbers.texi (Math Functions): asin, acos, log, log10
7907 report domain-error errors.
7908
7909 * nonascii.texi (Converting Representations):
7910 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7911 (Encoding and I/O): Add file-name-coding-system.
7912
7913 * modes.texi (Search-based Fontification): Explain that
7914 face specs are symbols with face names as values.
7915
7916 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7917
7918 * lists.texi (Building Lists): remq moved elsewhere.
7919 (Sets And Lists): remq moved here.
7920 (Association Lists): Refer to assoc-string.
7921
7922 * internals.texi (Garbage Collection): Add memory-use-counts.
7923
7924 * frames.texi (Frames and Windows): Add set-frame-selected-window
7925 and frame-root-window.
7926
7927 * files.texi (Contents of Directories):
7928 Add directory-files-and-attributes.
7929
7930 * display.texi (Refresh Screen): Add force-window-update.
7931 (Invisible Text): Explain about moving point out of invis text.
7932 (Overlay Properties): Add overlay-properties.
7933 (Managing Overlays): Add overlayp.
7934 (GIF Images): Invalid image number displays a hollow box.
7935
7936 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7937 (Killing Buffers): Add buffer-live-p.
7938
79392003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7940
7941 * display.texi (Fringes): Fix typo "set-buffer-window".
7942
79432003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7944
7945 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7946 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7947 Add or change various xrefs and anchors.
7948
7949 * commands.texi: Replace all occurrences of @acronym{CAR} with
7950 @sc{car}, for consistency with the rest of the Elisp manual.
7951 `car' and `cdr' are historically acronyms, but are no longer
7952 widely thought of as such.
7953
7954 * internals.texi (Pure Storage): Mention that `purecopy' does not
7955 copy text properties.
7956 (Object Internals): Now 29 bits are used (in most implementations)
7957 to address Lisp objects.
7958
7959 * variables.texi (Variables with Restricted Values): New node.
7960
7961 * objects.texi (Lisp Data Types): Mention that certain variables
7962 can only take on a restricted set of values and add an xref to
7963 the new node "Variables with Restricted Values".
7964
7965 * eval.texi (Function Indirection): Describe the errors that
7966 `indirect-function' can signal.
7967 (Eval): Clarify the descriptions of `eval-region' and `values'.
7968 Describe `eval-buffer' instead of `eval-current-buffer' and
7969 mention `eval-current-buffer' as an alias for `current-buffer'.
7970 Correct the description and mention all optional arguments.
7971
7972 * nonascii.texi: Various small changes in addition to the
7973 following.
7974 (Converting Representations): Clarify behavior of
7975 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7976 ASCII arguments.
7977 (Character Sets): Document the variable `charset-list' and adapt
7978 the definition of the function `charset-list' accordingly.
7979 (Translation of Characters): Clarify use of generic characters in
7980 `make-translation-table'. Clarify and correct the description of
7981 the use of translation tables in encoding and decoding.
7982 (User-Chosen Coding Systems): Correct and clarify the description
7983 of `select-safe-coding-system'.
7984 (Default Coding Systems): Clarify description of
7985 `file-coding-system-alist'.
7986
79872003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * strings.texi (Text Comparison): Correctly describe when two
7990 strings are `equal'. Combine and clarify descriptions of
7991 `assoc-ignore-case' and `assoc-ignore-representation'.
7992
7993 * objects.texi (Non-ASCII in Strings): Clarify description of
7994 when a string is unibyte or multibyte.
7995 (Bool-Vector Type): Update examples.
7996 (Equality Predicates): Correctly describe when two strings are
7997 `equal'.
7998
79992003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8000
8001 * lists.texi (Building Lists): `append' no longer accepts integer
8002 arguments. Update the description of `number-sequence' to reflect
8003 recent changes.
8004 (Sets And Lists): Describe `member-ignore-case' after `member'.
8005
80062003-11-27 Kim F. Storm <storm@cua.dk>
8007
8008 * commands.texi (Click Events): Click object may be an images.
8009 Describe (dx . dy) element of click positions.
8010 (Accessing Events): Remove duplicate posn-timestamp.
8011 New functions posn-object and posn-object-x-y.
8012
80132003-11-23 Kim F. Storm <storm@cua.dk>
8014
8015 * commands.texi (Click Events): Describe enhancements to event
8016 position lists, including new text-pos and (col . row) items.
8017 Mention left-fringe and right-fringe area events.
8018 (Accessing Events): New functions posn-area and
8019 posn-actual-col-row. Mention posn-timestamp. Mention that
8020 posn-point in non-text area still returns buffer position.
8021 Clarify posn-col-row.
8022
80232003-11-21 Lars Hansen <larsh@math.ku.dk>
8024
8025 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8026 * anti.texi (File Attributes): Describe removed parameter
8027 ID-FORMAT.
8028
80292003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8030
8031 * positions.texi (Positions): Mention that, if a marker is used as
8032 a position, its buffer is ignored.
8033
8034 * markers.texi (Overview of Markers): Mention it here too.
8035
80362003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8037
8038 * numbers.texi (Numeric Conversions): Not just `floor', but also
8039 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8040
80412003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8042
8043 * markers.texi (Creating Markers): Specify insertion type of
8044 created markers. Add xref to `Marker Insertion Types'.
8045 Second argument to `copy-marker' is optional.
8046 (Marker Insertion Types): Mention that most markers are created
8047 with insertion type nil.
8048 (The Mark): Correctly describe when `mark' signals an error.
8049 (The Region): Correctly describe when `region-beginning' and
8050 `region-end' signal an error.
8051
80522003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8053
8054 * hash.texi (Creating Hash): Clarify description of `eql'.
8055 `makehash' is obsolete.
8056 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8057
8058 * positions.texi (Point): Change description of `buffer-end', so
8059 that it is also correct for floating point arguments.
8060 (List Motion): Correct argument lists of `beginning-of-defun' and
8061 `end-of-defun'.
8062 (Excursions): Add xref to `Marker Insertion Types'.
8063 (Narrowing): Argument to `narrow-to-page' is optional.
8064
80652003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8066
8067 * streams.texi (Output Streams): Clarify behavior of point for
8068 marker output streams.
8069
80702003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8071
8072 * variables.texi (Defining Variables): Second argument to
8073 `defconst' is not optional.
8074 (Setting Variables): Mention optional argument APPEND to
8075 `add-to-list'.
8076 (Creating Buffer-Local): Expand description of
8077 `make-variable-buffer-local'.
8078 (Frame-Local Variables): Expand description of
8079 `make-variable-frame-local'.
8080 (Variable Aliases): Correct description of optional argument
8081 DOCSTRING to `defvaralias'. Mention return value of
8082 `defvaralias'.
8083 (File Local Variables): Add xref to `File variables' in Emacs
8084 Manual. Correct description of `hack-local-variables'. Mention
8085 `safe-local-variable' property. Mention optional second argument
8086 to `risky-local-variable-p'.
8087
80882003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8089
8090 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8091
80922003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8093
8094 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8095 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8096 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8097 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8098 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8099 lispref/processes.texi, lispref/searching.texi,
8100 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8101 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8102 @acronym{FOO}.
8103
81042003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8105
8106 * strings.texi (Creating Strings): Argument START to `substring'
8107 can not be `nil'. Expand description of
8108 `substring-no-properties'. Correct description of `split-string',
8109 especially with respect to empty matches. Prevent very bad line
8110 break in definition of `split-string-default-separators'.
8111 (Text Comparison): `string=' and `string<' also accept symbols as
8112 arguments.
8113 (String Conversion): More completely describe argument BASE in
8114 `string-to-number'.
8115 (Formatting Strings): `%s' and `%S' in `format' do require
8116 corresponding object. Clarify behavior of numeric prefix after
8117 `%' in `format'.
8118 (Case Conversion): The argument to `upcase-initials' can be a
8119 character.
8120
81212003-10-27 Kenichi Handa <handa@m17n.org>
8122
8123 * display.texi (Fontsets): Fix texinfo usage.
8124
81252003-10-25 Kenichi Handa <handa@m17n.org>
8126
8127 * display.texi (Fontsets): Add description of the function
8128 set-fontset-font.
8129
81302003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * display.texi (Temporary Displays): Add xref to `Documentation
8133 Tips'.
8134
8135 * functions.texi (Function Safety): Use inforef instead of pxref
8136 for SES.
8137
81382003-10-23 Andreas Schwab <schwab@suse.de>
8139
8140 * Makefile.in (TEX, texinputdir): Don't define.
8141 (TEXI2DVI): Define.
8142 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8143 add $(srcdir)/index.texi.
8144 ($(infodir)/elisp): Remove index.texi dependency.
8145 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8146 (index.texi): Remove target.
8147 (dist): Don't link $(srcdir)/permute-index.
8148 (clean): Don't remove index.texi.
8149
8150 * permute-index, index.perm: Remove.
8151 * index.texi: Rename from index.unperm.
8152
81532003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8154
8155 * tips.texi (Documentation Tips): Document new behavior for face
8156 and variable hyperlinks in Help mode.
8157
81582003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8159
8160 * objects.texi (Integer Type): Update for extra bit of integer range.
8161 (Character Type): Ditto.
8162
81632003-10-16 Eli Zaretskii <eliz@gnu.org>
8164
8165 * numbers.texi (Integer Basics): Add index entries for reading
8166 numbers in hex, octal, and binary.
8167
81682003-10-16 Lute Kamstra <lute@gnu.org>
8169
8170 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8171 argument.
8172
81732003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8174
8175 * windows.texi (Choosing Window): Fix typo.
8176 * edebug.texi (Edebug Execution Modes): Fix typo.
8177
81782003-10-13 Richard M. Stallman <rms@gnu.org>
8179
8180 * windows.texi (Basic Windows): A window has fringe settings,
8181 display margins and scroll-bar settings.
8182 (Splitting Windows): Doc split-window return value.
8183 Clean up one-window-p.
8184 (Selecting Windows): Fix typo.
8185 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8186 (Buffers and Windows): In set-window-buffer, explain effect
8187 on fringe settings and scroll bar settings.
8188 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8189 (Choosing Window): Use defopt for pop-up-frame-function.
8190 For special-display-buffer-names, explain same-window and same-frame.
8191 Clarify window-dedicated-p return value.
8192 (Textual Scrolling): scroll-up and scroll-down can get an error.
8193 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8194 Clarify set-window-hscroll.
8195 (Size of Window): Don't mention tool bar in window-height.
8196 (Coordinates and Windows): Explain what coordinates-in-window-p
8197 returns for fringes and display margins.
8198 (Window Configurations): Explain saving fringes, etc.
8199
8200 * tips.texi (Library Headers): Clean up Documentation.
8201
8202 * syntax.texi (Parsing Expressions): Clean up forward-comment
8203 and parse-sexp-lookup-properties.
8204
8205 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8206
8207 * os.texi (System Environment): Clean up text for load-average errors.
8208
8209 * modes.texi (Hooks): Don't explain local hook details at front.
8210 Clarify run-hooks and run-hook-with-args a little.
8211 Clean up add-hook and remove-hook.
8212
8213 * edebug.texi (Edebug Execution Modes): Clarify t.
8214 Document edebug-sit-for-seconds.
8215 (Coverage Testing): Document C-x X = and =.
8216 (Instrumenting Macro Calls): Fix typo.
8217 (Specification List): Don't index the specification keywords.
8218
82192003-10-10 Kim F. Storm <storm@cua.dk>
8220
8221 * processes.texi (Network): Introduce make-network-process.
8222
82232003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8224
8225 * tips.texi (Library Headers): Fix typo.
8226
82272003-10-07 Juri Linkov <juri@jurta.org>
8228
8229 * modes.texi (Imenu): Mention imenu-create-index-function's
8230 default value. Explain submenus better.
8231
82322003-10-07 Lute Kamstra <lute@gnu.org>
8233
8234 * modes.texi (Faces for Font Lock): Fix typo.
8235 (Hooks): Explain how buffer-local hook variables can refer to
8236 global hook variables.
8237 Various minor clarifications.
8238
82392003-10-06 Lute Kamstra <lute@gnu.org>
8240
8241 * tips.texi (Coding Conventions): Mention naming conventions for
8242 hooks.
8243
82442003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * loading.texi (Library Search): Correct default value of
8247 load-suffixes.
8248 (Named Features): Fix typo.
8249
82502003-10-05 Richard M. Stallman <rms@gnu.org>
8251
8252 * loading.texi (Named Features): In `provide',
8253 say how to test for subfeatures.
8254 (Unloading): In unload-feature, use new var name
8255 unload-feature-special-hooks.
8256
82572003-10-03 Lute Kamstra <lute@gnu.org>
8258
8259 * modes.texi (Major Mode Conventions): Mention third way to set up
8260 Imenu.
8261 (Imenu): A number of small fixes.
8262 Delete documentation of internal variable imenu--index-alist.
8263 Document the return value format of imenu-create-index-function
8264 functions.
8265
82662003-09-30 Richard M. Stallman <rms@gnu.org>
8267
8268 * processes.texi (Network): Say what stopped datagram connections do.
8269
8270 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8271
8272 * display.texi (Overlay Properties): Clarify `evaporate' property.
8273
82742003-09-29 Lute Kamstra <lute@gnu.org>
8275
8276 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8277 constructs should be marked as risky.
8278 Change cons cell into proper list.
8279 (Mode Line Variables): Change cons cell into proper list.
8280
82812003-09-26 Lute Kamstra <lute@gnu.org>
8282
8283 * modes.texi (Mode Line Data): Document the :propertize construct.
8284 (Mode Line Variables): Reorder the descriptions of the variables
8285 to match their order in the default mode-line-format.
8286 Describe the new variables mode-line-position and mode-line-modes.
8287 Update the default values of mode-line-frame-identification,
8288 minor-mode-alist, and default-mode-line-format.
8289 (Properties in Mode): Mention the :propertize construct.
8290
82912003-09-26 Richard M. Stallman <rms@gnu.org>
8292
8293 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8294 * loading.texi, minibuf.texi, text.texi, variables.texi:
8295 Avoid @strong{Note:}.
8296
82972003-09-26 Richard M. Stallman <rms@gnu.org>
8298
8299 * keymaps.texi (Remapping Commands): Fix typo.
8300
83012003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8302
8303 * processes.texi (Low-Level Network): Fix typo.
8304
83052003-09-23 Kim F. Storm <storm@cua.dk>
8306
8307 * processes.texi (Network, Network Servers): Fix typos.
8308 (Low-Level Network): Add timeout value for :server keyword.
8309 Add new option keywords to make-network-process.
8310 Add set-network-process-options.
8311 Explain how to test availability of network options.
8312
83132003-09-19 Richard M. Stallman <rms@gnu.org>
8314
8315 * text.texi (Motion by Indent): Arg to
8316 backward-to-indentation and forward-to-indentation is optional.
8317
8318 * strings.texi (Creating Strings): Add substring-no-properties.
8319
8320 * processes.texi
8321 (Process Information): Add list-processes arg QUERY-ONLY.
8322 Delete process-contact from here.
8323 Add new status values for process-status.
8324 Add process-get, process-put, process-plist, set-process-plist.
8325 (Synchronous Processes): Add call-process-shell-command.
8326 (Signals to Processes): signal-process allows process objects.
8327 (Network): Complete rewrite.
8328 (Network Servers, Datagrams, Low-Level Network): New nodes.
8329
8330 * positions.texi (Word Motion): forward-word, backward-word
8331 arg is optional. Reword.
8332
8333 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8334
8335 * variables.texi (Creating Buffer-Local):
8336 Delete duplicate definition of buffer-local-value.
8337 (File Local Variables): Explain about discarding text props.
8338
83392003-09-11 Richard M. Stallman <rms@gnu.org>
8340
8341 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8342 changes variables that record input events.
8343 (Minibuffer Misc): Add minibuffer-selected-window.
8344
8345 * lists.texi (Building Lists): Add copy-tree.
8346
8347 * display.texi (Fontsets): Add char-displayable-p.
8348 (Scroll Bars): New node.
8349
83502003-09-08 Lute Kamstra <lute@gnu.org>
8351
8352 * modes.texi (%-Constructs): Document new `%i' and `%I'
8353 constructs.
8354
83552003-09-03 Peter Runestig <peter@runestig.com>
8356
8357 * makefile.w32-in: New file.
8358
83592003-08-29 Richard M. Stallman <rms@gnu.org>
8360
8361 * display.texi (Overlay Properties): Clarify how priorities
8362 affect use of the properties.
8363
83642003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8365
8366 * customize.texi (Type Keywords): Correct the description of
8367 `:help-echo' in the case where `motion-doc' is a function.
8368
83692003-08-14 John Paul Wallington <jpw@gnu.org>
8370
8371 * modes.texi (Emulating Mode Line): Subsection, not section.
8372
83732003-08-13 Richard M. Stallman <rms@gnu.org>
8374
8375 * elisp.texi (Top): Update subnode lists in menu.
8376
8377 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8378 (Kill Functions): kill-region has new arg yank-handler.
8379 (Yanking): New node.
8380 (Yank Commands): Add yank-undo-function.
8381 (Low-Level Kill Ring):
8382 kill-new and kill-append have new arg yank-handler.
8383 (Changing Properties): Add remove-list-of-text-properties.
8384 (Atomic Changes): New node.
8385
8386 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8387
8388 * streams.texi (Output Variables): Add eval-expression-print-length
8389 and eval-expression-print-level.
8390
8391 * os.texi (Time Conversion): For encode-time, explain limits on year.
8392
8393 * objects.texi (Character Type): Define anchor "modifier bits".
8394
8395 * modes.texi (Emulating Mode Line): New node.
8396 (Search-based Fontification): Font Lock uses font-lock-face property.
8397 (Other Font Lock Variables): Likewise.
8398
8399 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8400 not vectors.
8401 (Active Keymaps): Add emulation-mode-map-alists.
8402 (Functions for Key Lookup): key-binding has new arg no-remap.
8403 (Remapping Commands): New node.
8404 (Scanning Keymaps): where-is-internal has new arg no-remap.
8405 (Tool Bar): Add tool-bar-local-item-from-menu.
8406 Clarify when to use tool-bar-add-item-from-menu.
8407
8408 * commands.texi (Interactive Call): commandp has new arg.
8409 (Command Loop Info): Add this-original-command.
8410
84112003-08-06 John Paul Wallington <jpw@gnu.org>
8412
8413 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8414
8415 * display.texi (Warning Basics): Fix typo.
8416 (Fringes): Add closing curly bracket and fix typo.
8417
8418 * elisp.texi (Top): Fix typo.
8419
84202003-08-05 Richard M. Stallman <rms@gnu.org>
8421
8422 * elisp.texi: Update lists of subnodes.
8423
8424 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8425
8426 * variables.texi (Local Variables): Use lc for example variable names.
8427
8428 * tips.texi (Library Headers): Explain where to put -*-.
8429
8430 * strings.texi (Creating Strings): Fix xref for vconcat.
8431
8432 * sequences.texi (Vector Functions):
8433 vconcat no longer allows integer args.
8434
8435 * minibuf.texi (Reading File Names): read-file-name has new
8436 arg PREDICATE. New function read-directory-name.
8437
c4cc8b9a 8438 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8439 (Indenting Macros): New node.
8440
8441 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8442 (Window Frame Parameters): Make separate table of parameters
8443 that are coupled with specific face attributes.
8444 (Deleting Frames): delete-frame-hooks renamed to
8445 delete-frame-functions.
8446
8447 * files.texi (Magic File Names): Add file-remote-p.
8448 Clarify file-local-copy.
8449
8450 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8451 here; instead xref Defining Macros.
8452
8453 * display.texi (Warnings): New node, and subnodes.
8454 (Fringes): New node.
8455
8456 * debugging.texi (Test Coverage): New node.
8457
8458 * compile.texi (Compiler Errors): Explain with-no-warnings
8459 and other ways to suppress warnings.
8460
8461 * commands.texi (Interactive Call): Minor clarification.
8462
8463 * buffers.texi (Buffer File Name): set-visited-file-name
8464 renames the buffer too.
8465
8466 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8467
84682003-07-24 Markus Rost <rost@math.ohio-state.edu>
8469
8470 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8471
84722003-07-22 Markus Rost <rost@math.ohio-state.edu>
8473
8474 * internals.texi (Garbage Collection): Fix previous change.
8475
84762003-07-22 Richard M. Stallman <rms@gnu.org>
8477
8478 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8479
8480 * display.texi (Width): Use \s syntax in example.
8481 (Font Selection): Add face-font-rescale-alist.
8482
8483 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8484 Remove spurious indent in example.
8485
8486 * lists.texi (Building Lists): Add number-sequence.
8487
8488 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8489
8490 * functions.texi (Function Documentation): Explain how to
8491 show calling convention explicitly in the doc string.
8492
8493 * windows.texi (Selecting Windows): save-selected-window saves
8494 selected window of each frame.
8495 (Window Configurations): Minor change.
8496
8497 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8498
8499 * streams.texi (Output Variables): Add print-continuous-numbering
8500 and print-number-table.
8501
8502 * processes.texi (Decoding Output): New node.
8503
8504 * os.texi (Time Conversion): decode-time arg is optional.
8505
8506 * objects.texi (Character Type): Don't use space as example for \.
8507 Make list of char names and \-sequences correspond.
8508 Explain that \s is not used in strings. `\ ' needs space after.
8509
8510 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8511 (Translation of Characters): Add translation-table-for-input.
8512 (Default Coding Systems): Add auto-coding-functions.
8513 (Explicit Encoding): Add decode-coding-inserted-region.
8514 (Locales): Add locale-info.
8515
8516 * minibuf.texi (Basic Completion): Describe test-completion.
8517 Collections can be lists of strings.
8518 Clean up lazy-completion-table.
8519 (Programmed Completion): Mention test-completion.
8520 Clarify why lambda expressions are not accepted.
8521 (Minibuffer Misc): Describe minibufferp.
8522
85232003-07-14 Richard M. Stallman <rms@gnu.org>
8524
8525 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8526
8527 * windows.texi (Selecting Windows): New arg to select-window.
8528 (Selecting Windows): Add with-selected-window.
8529 (Size of Window): Add window-inside-edges, etc.
8530
8531 * internals.texi (Garbage Collection): Add post-gc-hook.
8532
8533 * processes.texi (Subprocess Creation): Add exec-suffixes.
8534
8535 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8536 (Scanning Keymaps): Add map-keymaps.
8537 (Defining Menus): Add keymap-prompt.
8538
8539 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8540 most-negative-fixnum.
8541
c4cc8b9a 8542 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8543 (Compiler Errors): New node.
8544
8545 * os.texi (User Identification): user-uid, user-real-uid
8546 can return float.
8547
8548 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8549 and about derived modes.
8550 (Minor Modes): Add minor-mode-list.
8551 (Defining Minor Modes): Keyword args for define-minor-mode.
8552 (Search-based Fontification): Explain managing other properties.
8553 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8554 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8555 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8556
8557 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8558 (Variable Aliases): Clarify defvaralias.
8559
8560 * loading.texi (Library Search): Add load-suffixes.
8561
8562 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8563 (Programmed Completion): Add dynamic-completion-table.
8564
8565 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8566 (Magic File Names): Specify precedence order of handlers.
8567
8568 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8569 and post-command-hook.
8570 (Waiting): New calling convention for sit-for.
8571
8572 * text.texi (Special Properties): local-map and keymap properties
8573 apply based on their stickiness.
8574
85752003-07-07 Richard M. Stallman <rms@gnu.org>
8576
8577 * modes.texi (Minor Mode Conventions): Specify only some kinds
8578 of list values as args to minor modes.
8579
8580 * files.texi (File Name Expansion): Warn about iterative use
8581 of substitute-in-file-name.
8582
8583 * advice.texi (Activation of Advice): Clean up previous change.
8584
85852003-07-06 Markus Rost <rost@math.ohio-state.edu>
8586
8587 * advice.texi (Activation of Advice): Note that ad-start-advice is
8588 turned on by default.
8589
85902003-06-30 Richard M. Stallman <rms@gnu.org>
8591
8592 * text.texi (Buffer Contents): Document current-word.
8593 (Change Hooks): Not called for *Messages*.
8594
8595 * functions.texi (Defining Functions): Explain about redefining
8596 primitives.
8597 (Function Safety): Renamed. Minor changes.
8598 Comment out the detailed criteria for what is safe.
8599
86002003-06-22 Andreas Schwab <schwab@suse.de>
8601
8602 * objects.texi (Symbol Type): Fix description of examples.
8603
86042003-06-16 Andreas Schwab <schwab@suse.de>
8605
8606 * hash.texi (Creating Hash): Fix description of :weakness.
8607
c8763fb6 86082003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8609
8610 * files.texi (Changing Files): copy-file copies file modes, too.
8611
86122003-05-28 Richard M. Stallman <rms@gnu.org>
8613
8614 * strings.texi (Creating Strings): Clarify split-string.
8615
86162003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8617
8618 * strings.texi (Creating Strings): Update split-string specification
8619 and examples.
8620
86212003-05-19 Richard M. Stallman <rms@gnu.org>
8622
8623 * elisp.texi: Correct invariant section names.
8624
86252003-04-20 Richard M. Stallman <rms@gnu.org>
8626
8627 * os.texi (Timers): Explain about timers and quitting.
8628
86292003-04-19 Richard M. Stallman <rms@gnu.org>
8630
8631 * internals.texi (Writing Emacs Primitives): Strings are
8632 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8633 Explain GCPRO convention for varargs function args.
8634
86352003-04-16 Richard M. Stallman <rms@gnu.org>
8636
8637 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8638
86392003-04-08 Richard M. Stallman <rms@gnu.org>
8640
8641 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8642
86432003-02-13 Kim F. Storm <storm@cua.dk>
8644
8645 * objects.texi (Character Type): New \s escape for space.
8646
86472003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8648
5dcb4c4e 8649 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8650
86512003-01-25 Richard M. Stallman <rms@gnu.org>
8652
8653 * keymaps.texi: Document that a symbol can act as a keymap.
8654
86552003-01-13 Richard M. Stallman <rms@gnu.org>
8656
8657 * text.texi (Changing Properties): Say string indices are origin-0.
8658
8659 * positions.texi (Screen Lines) <compute-motion>:
8660 Correct order of elts in return value.
8661
8662 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8663 how to define a default binding.
8664
86652002-12-07 Markus Rost <rost@math.ohio-state.edu>
8666
8667 * loading.texi (Unloading): Fix recent change for load-history.
8668
8669 * customize.texi (Simple Types): Clarify description of custom
8670 type 'number. Describe new custom type 'float.
8671
86722002-12-04 Markus Rost <rost@math.ohio-state.edu>
8673
8674 * variables.texi (File Local Variables): Fix typo.
8675
c8763fb6 86762002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8677
8678 From Michael Albinus <Michael.Albinus@alcatel.de>.
8679
8680 * README: Target for Info file is `make info'.
8681
5dcb4c4e 8682 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8683 `file-name-sans-extension'.
8684 (Magic File Names): Complete list of operations for magic file
8685 name handlers.
8686
86872002-09-16 Jonathan Yavner <jyavner@engineer.com>
8688
8689 * variables.texi (File Local Variables): New function
8690 risky-local-variable-p.
8691
86922002-09-15 Jonathan Yavner <jyavner@engineer.com>
8693
8694 * functions.texi (Function safety): New node about unsafep.
8695
86962002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8697
5dcb4c4e 8698 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8699 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8700
87012002-06-17 Juanma Barranquero <lektu@terra.es>
8702
8703 * frames.texi (Display Feature Testing): Fix typo.
8704
87052002-06-12 Andreas Schwab <schwab@suse.de>
8706
8707 * frames.texi (Initial Parameters, Resources): Fix references to
8708 the Emacs manual.
8709
87102002-05-13 Kim F. Storm <storm@cua.dk>
8711
8712 * variables.texi (Intro to Buffer-Local): Updated warning and
8713 example relating to changing buffer inside let.
8714
c8763fb6 87152002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8716
8717 * os.texi (Session Management): New node about X Session management.
8718
87192002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8720
8721 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8722 to which the manual corresponds, and the copyright years.
8723
8724 * Makefile.in (VERSION): Set to 2.9.
8725
87262001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8727
8728 * elisp.texi: Change the category in @dircategory to "Emacs", to
8729 make it consistent with info/dir.
8730
87312001-11-25 Miles Bader <miles@gnu.org>
8732
8733 * text.texi (Fields): Describe new `limit' arg in
8734 field-beginning/field-end.
8735
87362001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8737
5dcb4c4e
SM
8738 * permute-index: Don't depend on csh-specific features.
8739 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8740
8741 * two-volume-cross-refs.txt: New file.
8742 * two.el: New file.
8743 * spellfile: New file.
8744
87452001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8746
8747 * permute-index: New file.
8748
8749 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8750 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8751 8+3 restricted namespace.
8752
8753 * Makefile.in (infodir): Define relative to $(srcdir).
8754 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8755 include directories list via -I switch to makeinfo.
8756 (index.texi): Use cp if both hard and symbolic links fail.
8757
87582001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8759
8760 * Makefile.in (distclean): Add.
8761
8762 The following changes make ELisp manual part of the Emacs
8763 distribution:
8764
8765 * Makefile.in: Add Copyright notice.
8766 (prefix): Remove.
8767 (infodir): Change value to "../info".
8768 (VPATH): New variable.
8769 (MAKE): Don't define.
8770 (texmacrodir): Don't define.
8771 (texinputdir): Append the existing value of TEXINPUTS.
8772 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8773 command to be compatible with man/Makefile.in, and to put the
8774 output into ../info.
8775 (info): Add target.
8776 (installall): Target removed.
8777
c8763fb6 87782001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8779
8780 * tips.texi (Coding Conventions): Fix typo.
8781
87822001-10-23 Gerd Moellmann <gerd@gnu.org>
8783
8784 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8785
87862001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8787
8788 * files.texi (File Name Components): Update the description of
8789 file-name-sans-extension and file-name-extension, as they now
8790 ignore leading dots.
8791
87922001-10-20 Gerd Moellmann <gerd@gnu.org>
8793
8794 * (Version 21.1 released.)
8795
87962001-10-19 Miles Bader <miles@gnu.org>
8797
8798 * positions.texi (Text Lines): Describe behavior of
8799 `beginning-of-line'/`end-of-line' in the presence of field properties.
8800
88012001-10-17 Gerd Moellmann <gerd@gnu.org>
8802
8803 * Makefile.in (VERSION): Set to 2.8.
8804 (manual): Use `manual-21'.
8805
8806 * elisp.texi (VERSION): Add and use it where the version
8807 number was used. Set it to 2.8.
8808
8809 * intro.texi: Likewise.
8810
88112001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8812
8813 * files.texi (File Name Completion): Document the significance of
8814 a trailing slash in elements of completion-ignored-extensions.
8815
88162001-10-06 Miles Bader <miles@gnu.org>
8817
8818 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8819
88202001-10-04 Gerd Moellmann <gerd@gnu.org>
8821
8822 * variables.texi (Variable Aliases): New node.
8823
88242001-10-04 Gerd Moellmann <gerd@gnu.org>
8825
8826 * Branch for 21.1.
8827
88282001-10-02 Miles Bader <miles@gnu.org>
8829
8830 * minibuf.texi (Minibuffer Misc): Add entries for
8831 `minibuffer-contents', `minibuffer-contents-no-properties', and
8832 `delete-minibuffer-contents'.
8833 Correct description for `minibuffer-prompt-end'.
8834
8835 * text.texi (Property Search): Correct descriptions of
8836 `next-char-property-change' and `previous-char-property-change'.
8837 Add entries for `next-single-char-property-change' and
8838 `previous-single-char-property-change'.
8839 Make operand names a bit more consistent.
8840
88412001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8842
8843 * frames.texi (Finding All Frames): Document that next-frame and
8844 previous-frame are local to current terminal.
8845
88462001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * keymaps.texi (Creating Keymaps): Fix the description of the
8849 result of make-keymap.
8850
88512001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8852
8853 * display.texi (Font Lookup, Attribute Functions)
8854 (Image Descriptors): Add cross-references to the definition of
8855 selected frame.
8856
8857 * buffers.texi (The Buffer List): Add cross-references to the
8858 definition of selected frame.
8859
8860 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8861 frame at any given time.
8862 (Multiple Displays, Size and Position): Add a cross-reference to
8863 the definition of the selected frame.
8864
88652001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8866
8867 * strings.texi (String Conversion) <string-to-number>: Document
8868 that a float is returned for integers that are too large.
8869
8870 * frames.texi (Mouse Position): Document mouse-position-function.
8871 (Display Feature Testing): Document display-images-p.
8872 (Window Frame Parameters): Document the cursor-type variable.
8873
8874 * numbers.texi (Integer Basics): Document CL style read syntax for
8875 integers in bases other than 10.
8876
5dcb4c4e
SM
8877 * positions.texi (List Motion):
8878 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8879
8880 * lists.texi (Sets And Lists): Document member-ignore-case.
8881
8882 * internals.texi (Garbage Collection): Document the used and free
8883 strings report.
8884 (Memory Usage): Document strings-consed.
8885
8886 * os.texi (Time of Day): Document float-time.
8887 (Recording Input): Document that clear-this-command-keys clears
8888 the vector to be returned by recent-keys.
8889
8890 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8891 argument keymap can be a list.
8892
8893 * nonascii.texi (User-Chosen Coding Systems)
8894 <select-safe-coding-system>: Document the new argument
8895 accept-default-p and the variable
8896 select-safe-coding-system-accept-default-p. Tell what happens if
8897 buffer-file-coding-system is undecided.
8898 (Default Coding Systems): Document auto-coding-regexp-alist.
8899
8900 * display.texi (The Echo Area) <message>: Document
8901 message-truncate-lines.
8902 (Glyphs): Document that the glyph table is unused on windowed
8903 displays.
8904
8905 * help.texi (Describing Characters) <single-key-description>:
8906 Document the new argument no-angles.
8907 (Accessing Documentation) <documentation-property>: Document that
8908 a non-string property is evaluated.
8909 <documentation>: Document that the function-documentation property
8910 is looked for.
8911
8912 * windows.texi (Selecting Windows): Document some-window.
8913
8914 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8915
8916 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8917 apropos-mode-hook.
8918
8919 * commands.texi (Using Interactive): Document interactive-form.
8920 (Keyboard Macros): Document kbd-macro-termination-hook.
8921 (Command Loop Info): Document that clear-this-command-keys clears
8922 the vector to be returned by recent-keys.
8923
89242001-09-04 Werner LEMBERG <wl@gnu.org>
8925
8926 * Makefile.in (srcdir, texinputdir): New variables.
8927 (srcs, index.texi, install): Use $(srcdir).
8928 (.PHONY): Remove elisp.dvi.
8929 (elisp): Use -I switch for makeinfo.
8930 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8931 (installall, dist): Use $(srcdir).
8932 Fix path to texinfo.tex.
8933 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8934
89352001-08-30 Gerd Moellmann <gerd@gnu.org>
8936
8937 * display.texi (Conditional Display): Adjust to API change.
8938
8939 * configure: New file.
8940
89412001-07-30 Gerd Moellmann <gerd@gnu.org>
8942
8943 * commands.texi (Repeat Events): Add description of
8944 double-click-fuzz.
8945
89462001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8947
8948 * syntax.texi (Syntax Class Table): Add the missing designator for
8949 comment and string fences.
8950 (Syntax Properties): Add a xref to syntax table internals.
8951 (Syntax Table Internals): Document string-to-syntax.
8952
89532001-05-07 Gerd Moellmann <gerd@gnu.org>
8954
8955 * Makefile.in (install): Use install-info command line options
8956 like in Emacs' Makefile.in.
8957
89582000-12-09 Miles Bader <miles@gnu.org>
8959
8960 * windows.texi (Window Start): Update documentation for
8961 `pos-visible-in-window-p'.
8962
89632000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8964
8965 * lists.texi (Building Lists): Add footnote to explain how to add
8966 to the end of a list.
8967
89682000-10-25 Gerd Moellmann <gerd@gnu.org>
8969
8970 * files.texi (Visiting Functions): Typos.
8971
89722000-10-25 Kenichi Handa <handa@etl.go.jp>
8973
8974 * files.texi (Visiting Functions): Return value of
8975 find-file-noselect may be a list of buffers if wildcards are used.
8976
89772000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8978
8979 * display.texi (Defining Faces): Document `graphic' display type
8980 in face specs.
8981
b344d29d 89822000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8983
8984 * hooks.texi (Standard Hooks): Replace obsolete
8985 `after-make-frame-hook' with `after-make-frame-functions'.
8986
8987 * frames.texi (Creating Frames): Ditto.
8988
8989 * variables.texi (Future Local Variables): Ditto.
8990
89912000-10-16 Gerd Moellmann <gerd@gnu.org>
8992
8993 * display.texi (Other Image Types): Add description of :foreground
8994 and :background properties of mono PBM images.
8995
89962000-08-17 Werner LEMBERG <wl@gnu.org>
8997
8998 * .cvsignore: New file.
8999
90002000-01-05 Gerd Moellmann <gerd@gnu.org>
9001
9002 * tindex.pl: New script.
9003
90041999-12-03 Dave Love <fx@gnu.org>
9005
9006 * Makefile.in (MAKEINFO): New parameter.
9007
90081999-09-17 Richard Stallman <rms@gnu.org>
9009
9010 * Makefile.in (srcs): Add hash.texi.
9011 (VERSION): Update to 20.6.
9012
90131999-09-13 Richard Stallman <rms@gnu.org>
9014
9015 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9016
90171998-08-29 Karl Heuer <kwzh@gnu.org>
9018
9019 * configure.in: New file.
9020 * Makefile.in: Renamed from Makefile.
9021 (prefix, infodir): Use value obtained from configure.
9022 (emacslibdir): Obsolete variable deleted.
9023 (dist): Distribute configure.in, configure, Makefile.in.
9024
90251998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9026
9027 * Makefile (INSTALL_INFO): New variable.
9028 (install): Run install-info.
9029
90301998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9031
9032 * Makefile (elisp.dvi): Add missing backslash.
9033
90341998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9035
9036 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9037 Run texindex without `./'. Always run texindex on elisp.tp.
9038 (elisp.tps): Target deleted.
9039
90401998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9041
9042 * Makefile (srcs): Add nonascii.texi and customize.texi.
9043 (dist): Start by deleting `temp'.
9044
90451998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9046
9047 * Makefile (makeinfo, texindex): Targets deleted.
9048 (makeinfo.o, texindex.o): Targets deleted.
9049 (clean, dist): Don't do anything with them or with getopt*.
9050
90511998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9052
9053 * Makefile (SHELL): Defined.
9054
90551998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9056
9057 * Makefile (elisp.tps): New target.
9058 (elisp.dvi): Depend on elisp.tps.
9059
c5602427 90601996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9061
9062 * README: Update phone number.
9063
9064 * Makefile (elisp): Make this be the default target.
9065 Depend on makeinfo.c instead of makeinfo.
9066 (install): Don't depend on elisp.dvi, since we don't install that.
9067 Use mkinstalldirs.
9068 (dist): Add mkinstalldirs.
9069
c5602427 90701995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9071
9072 * Makefile (VERSION): Update version number.
5dcb4c4e 9073 (maintainer-clean): Rename from realclean.
b8d4c8d0 9074
c5602427 90751995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9076
9077 * Makefile (realclean): New target.
9078 (elisp): Remove any old elisp-* files first.
9079
c5602427 90801993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9081
9082 * Makefile (VERSION): New variable.
9083 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9084 Compressed file suffix should be `.gz', not `.z'.
9085
ce058493 90861993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9087
9088 * Makefile (elisp): Depend on makeinfo.
9089
c5602427 90901993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9091
9092 * Makefile (srcs): Add anti.texi.
9093
c5602427 90941993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9095
9096 * Makefile (infodir, prefix): New vars.
9097 (install): Use infodir.
9098 (emacsinfodir): Deleted.
9099
c5602427 91001993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9101
9102 * Makefile (srcs): Add calendar.texi.
9103
9104 * Makefile (dist): Copy texindex.c and makeinfo.c.
9105 Limit elisp-* files to those with one or two digits.
9106
c5602427 91071993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9108
9109 * Makefile (dist): Changed to use Gzip instead of compress.
9110
c5602427 91111993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9112
9113 * loading.texi (Unloading): define-function changed back to
9114 defalias. It may not stay this way, but at least it's
9115 consistent with the known-good version of the code patch.
9116
c5602427 91171993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9118
9119 * modes.texi (Hooks): Document new optional arg of add-hook.
9120
c5602427 91211993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9122
9123 * variables.texi: Document nil initial value of buffer-local variables.
9124
9125 * tips.texi: Add new section on standard library headers.
9126
c5602427 91271993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9128
9129 * Makefile (srcs): Add frame.texi to the list of sources.
9130
c5602427 91311993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9132
9133 * Makefile (dist): Don't bother excluding autosave files; they'll
9134 never make it into the temp directory anyway, and the hash marks
9135 in the name are problematic for make and the Bourne shell.
9136 (srcs):
9137
c5602427 91381993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9139
9140 * Makefile (dist): Don't include backup files or autosave files in
9141 the distribution tar file.
9142
c5602427 91431991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9144
5dcb4c4e 9145 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9146 (elisp.dvi): Remove erroneous shell comment.
9147 Expect output of permute-index in permuted.fns.
9148 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9149 (clean): Add index.texi to be deleted.
b8d4c8d0 9150
c5602427 91511990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9152
9153 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9154
c5602427 91551990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9156
9157 * files.texi: Noted that completion-ignored-extensions is ignored
9158 when making *Completions*.
9159
3e868ee3 91601990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9161
9162 * Makefile make dist now depends on elisp.dvi, since it tries
9163 to include it in the dist file.
9164
c5602427 91651990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9166
c5602427 9167 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9168
c5602427 91691989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9170
9171 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9172 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9173
c5602427 91741989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9175
9176 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9177 and @error{} are the terms now being used. The files in the
9178 directory have been changed to reflect this.
9179
9180 * All instances of @indentedresultt{} have been changed to
9181 ` @result{}', using 5 spaces at the begining of the line.
9182
c5602427 91831989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9184
9185 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9186 experimental @indentedresult{}, @indentedexpandsto{} are part of
9187 the texinfo.tex in this directory. These TeX macros are not
9188 stable yet.
9189
c5602427 91901989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9191
9192 * texinfo.tex: Temporarily added
9193 \let\result=\dblarrow
9194 \def\error{{\it ERROR} \longdblarrow}
9195 We need to do this better soon.
9196
c5602427 91971989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9198
9199 * Applied Karl Berry's patches to *.texinfo files, but not to
9200 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9201 new title page format is also not applied, since it requires
9202 texinfo.tex changes.)
9203
9204 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9205 for the Project GNU development environment.
9206
9207;; Local Variables:
c8763fb6 9208;; coding: utf-8
b8d4c8d0
GM
9209;; End:
9210
73b0cd50 9211 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9212
9213 This file is part of GNU Emacs.
9214
352c8b4a 9215 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9216 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9217 the Free Software Foundation, either version 3 of the License, or
9218 (at your option) any later version.
b8d4c8d0
GM
9219
9220 GNU Emacs is distributed in the hope that it will be useful,
9221 but WITHOUT ANY WARRANTY; without even the implied warranty of
9222 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9223 GNU General Public License for more details.
9224
9225 You should have received a copy of the GNU General Public License
352c8b4a 9226 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.