* lisp/pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
b96e6cde
LMI
12011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * processes.texi (Process Information): Renamed `process-alive-p'
4 to `process-live-p' for consistency with other `-live-p' functions.
5
be14b9ab
PE
62011-06-03 Paul Eggert <eggert@cs.ucla.edu>
7
8 Document wide integers better.
9 * files.texi (File Attributes): Document ino_t values better.
2d365993 10 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
11 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
12 (Bitwise Operations):
001903b5
PE
13 * objects.texi (Integer Type): Use a binary notation that is a bit easier
14 to read, and that will port better if 62-bits becomes the default.
15 Fix or remove incorrect examples.
be14b9ab
PE
16 * os.texi (Time Conversion): Document time_t values better.
17
bcd54f83
LMI
182011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
19
20 * processes.texi (Process Information): Document
21 `process-alive-p'.
22
049bcbcb
CY
232011-05-29 Chong Yidong <cyd@stupidchicken.com>
24
25 * help.texi (Accessing Documentation):
26 * display.texi (Pixel Specification):
27 * processes.texi (Serial Ports, Serial Ports):
28 * nonascii.texi (Character Properties, Default Coding Systems):
29 * text.texi (Changing Properties, Special Properties):
30 * windows.texi (Window Start and End):
31 * modes.texi (SMIE Indentation Example, SMIE Tricks):
32 * keymaps.texi (Searching Keymaps, Tool Bar):
33 * minibuf.texi (Basic Completion):
34 * compile.texi (Eval During Compile):
35 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
36 7x9 paper in printed manual.
37
38 * lists.texi (Sets And Lists): Fix misplaced text.
39
58539c63
CY
402011-05-29 Chong Yidong <cyd@stupidchicken.com>
41
42 * keymaps.texi (Remapping Commands): Emphasize that the keymap
43 needs to be active (Bug#8350).
44
6b5681bf
CY
452011-05-28 Chong Yidong <cyd@stupidchicken.com>
46
b4d52acc
CY
47 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
48
6b5681bf
CY
49 * tips.texi (Coding Conventions): Remove antediluvian filename
50 limit recommendation (Bug#8538).
51
e145f188
GM
522011-05-27 Glenn Morris <rgm@gnu.org>
53
54 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
55
eafed945
GM
562011-05-26 Glenn Morris <rgm@gnu.org>
57
58 * variables.texi (File Local Variables):
59 Update hack-local-variables `mode-only' return value.
2d3ba9e7 60 Add some more details on what this function does in the other case.
eafed945 61
bc8410af
GM
622011-05-19 Glenn Morris <rgm@gnu.org>
63
64 * lists.texi (Sets And Lists): Mention cl provides union etc.
65
35a30759
N
662011-05-19 Nix <nix@esperi.org.uk>
67
68 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
69
70 * text.texi (Parsing HTML): Update for function name changes.
71
72 * syntax.texi (Syntax Flags): Small fix.
73
74 * keymaps.texi (Active Keymaps): Typo fix.
75 (Changing Key Bindings): Grammar fix.
76
77 * frames.texi (Minibuffers and Frames): Grammar fix.
78 (Window System Selections): x-select-enable-clipboard now defaults to t.
79
80 * customize.texi (Common Keywords):
81 * display.texi (Abstract Display):
82 * modes.texi (Auto-Indentation):
83 * nonascii.texi (Converting Representations): Typo fixes.
84
85 * control.texi (Examples of Catch): Call it "goto" not "go to".
86
e3934a8a
EZ
872011-05-14 Eli Zaretskii <eliz@gnu.org>
88
bc039a3b
EZ
89 * nonascii.texi (Character Properties): Fix inconsistencies with
90 implementation.
91
e3934a8a
EZ
92 * text.texi (Special Properties): Move @defvar's out of the
93 @table. (Bug#8652)
94
e2c94218
GM
952011-05-12 Glenn Morris <rgm@gnu.org>
96
97 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
98
d2fc7e3d 992011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
100
101 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
102 (Multiline Font Lock):
103 * vol2.texi (Top):
104 * vol1.texi (Top):
105 * elisp.texi (Top): Update menu accordingly.
106
d2fc7e3d 1072011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
108
109 * modes.texi (Region to Fontify): Fix typo.
110
79b70037
GM
1112011-05-10 Jim Meyering <meyering@redhat.com>
112
113 * minibuf.texi: Fix typo "in in -> in".
114
b08a63cc 1152011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
116
117 * numbers.texi (Integer Basics): Large integers are treated as floats.
118
1ef14cb4
LMI
1192011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
120
121 * processes.texi (Synchronous Processes): Document the (:file
122 "/file-name") syntax for `call-process'.
123
4ffd0d6b 1242011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
125
126 * windows.texi (Choosing Window): Fix typo.
127
4ffd0d6b 1282011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
129
130 * frames.texi (Layout Parameters): Note the difference between
131 querying and setting parameters for left-fringe and right-fringe
132 (Bug#6930).
133
fd5a8ae8
SM
1342011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * minibuf.texi (Basic Completion): Be a bit more precise about the
137 valid kinds of completion tables.
138 (Programmed Completion): Remove obsolete text about lambda expressions
139 not being valid completion tables.
140
c1bcd0d5
CY
1412011-03-19 Chong Yidong <cyd@stupidchicken.com>
142
143 * positions.texi (Excursions): Explain the "save-excursion
144 defeated by set-buffer" warning.
145
146 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
147 save-excursion. Suggested by Uday S Reddy.
148
03408648 1492011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 150
03408648
SM
151 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
152 (Lexical Binding): New sub-section.
ba83908c 153
03408648
SM
154 * eval.texi (Eval): Discourage the use of `eval'.
155 Document its new `lexical' argument.
6c075cd7 156
f6d62986
SM
1572011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
158
03408648 159 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
160 nil any more.
161
84ea5558 1622011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
163
164 * strings.texi (String Conversion): Don't mention
165 string-make-(uni|multi)byte (bug#8262).
166 * nonascii.texi (Converting Representations): Fix up range.
167 * keymaps.texi (Key Binding Commands): Update code point, avoid
168 "unibyte character" and remove mention of unibyte bindings.
169
62d94509
EZ
1702011-03-10 Eli Zaretskii <eliz@gnu.org>
171
172 * modes.texi (Operator Precedence Grammars): Don't use characters
173 outside ISO-8859-1.
174
63a329f8
EZ
1752011-03-09 Eli Zaretskii <eliz@gnu.org>
176
177 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
178
179 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
180
6446548e
GM
1812011-03-08 Glenn Morris <rgm@gnu.org>
182
183 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
184 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 185 * elisp.texi: Set documentencoding.
6446548e 186
33383987
JB
1872011-03-07 Chong Yidong <cyd@stupidchicken.com>
188
189 * Version 23.3 released.
190
0b3ceceb
CY
1912011-03-06 Chong Yidong <cyd@stupidchicken.com>
192
193 * package.texi: Update index keywords.
194 (Package Archives): New node contents. Document package-x.el.
195
78f5433f
JB
1962011-03-06 Juanma Barranquero <lekktu@gmail.com>
197
198 * makefile.w32-in (srcs): Add package.texi.
199
555e9b5c
CY
2002011-03-06 Chong Yidong <cyd@stupidchicken.com>
201
120d9389
CY
202 * package.texi (Packaging, Packaging Basics, Simple Packages)
203 (Multi-file Packages): Expand and clarify.
204 (Package Archives): Temporary placeholder node.
205
206 * elisp.texi (Top): Update node listing.
207
555e9b5c
CY
208 * Makefile.in (srcs): Add package.texi.
209
b59a4335
CY
2102011-03-05 Chong Yidong <cyd@stupidchicken.com>
211
212 * processes.texi (Synchronous Processes): Minor clarification
213 (Bug#8149).
214
06083aa1
GM
2152011-03-03 Glenn Morris <rgm@gnu.org>
216
217 * files.texi (Truenames): Minor clarification. (Bug#2341)
218
6640b281
GM
2192011-03-01 Glenn Morris <rgm@gnu.org>
220
221 * variables.texi (Directory Local Variables):
222 Mention `(subdirs . nil)' alist element.
223
2b0c7330 2242011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
225
226 * variables.texi (Directory Local Variables): Mention the optional
227 mtime argument of dir-locals-set-directory-class. (Bug#3577)
228
b923f7a9
CY
2292011-02-27 Chong Yidong <cyd@stupidchicken.com>
230
231 * minibuf.texi (Minibuffer History): Clarify discussion of
232 minibuffer history lists (Bug#8085).
233
67ab0163 2342011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 235
e979a521
EZ
236 * elisp.texi: Sync @dircategory with ../../info/dir.
237
e03b2fd4
EZ
238 * files.texi (Visiting Functions): Document find-file-literally,
239 both the command and the variable.
240
86ec878a
EZ
241 * variables.texi (Creating Buffer-Local): Explain the meaning of
242 permanent local variables.
243
67ab0163
GM
244 * files.texi (Visiting Functions): Document find-file-literally,
245 both the command and the variable.
246
247 * variables.texi (Creating Buffer-Local): Explain the meaning of
248 permanent local variables.
249
2502011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
251
252 * keymaps.texi (Remapping Commands): Mention how to undo it.
253
bfcb151a
RT
2542011-02-09 Reuben Thomas <rrt@sc3d.org>
255
256 * loading.texi (Hooks for Loading): Remove unnecessary advice
257 about eval-after-load (Bug#7986).
258
a41c8660
CY
2592011-02-05 Chong Yidong <cyd@stupidchicken.com>
260
261 * commands.texi (Accessing Mouse): Note that a header line is not
262 included in the row of posn-col-row.
263
e0dd6837
CY
2642011-02-02 Chong Yidong <cyd@stupidchicken.com>
265
266 * modes.texi (Major Mode Conventions): Add face guidelines.
267 (Faces for Font Lock): List faces in order of prominence.
268
a4180391
PE
2692011-02-01 Paul Eggert <eggert@cs.ucla.edu>
270
271 format-time-string now supports subsecond time stamp resolution
272 * os.texi (Time Parsing): Document %N.
273
7427eb97
CY
2742011-01-28 Chong Yidong <cyd@stupidchicken.com>
275
61db307f
CY
276 * vol1.texi (Top):
277 * vol2.texi (Top):
278 * elisp.texi (Top):
279 * display.texi (Display Property): Shorten the menu description of
280 the "Other Display Specs" node (Bug#7816).
281
7427eb97
CY
282 * keymaps.texi (Defining Menus): Add "menu item" and "extended
283 menu item" concept index entries (Bug#7805).
284
bf3dae7e
EZ
2852011-01-29 Eli Zaretskii <eliz@gnu.org>
286
287 * makefile.w32-in (texinfodir): New variable.
288 (usermanualdir): Remove as redundant with $(emacsdir).
289 (MAKEINFO): Remove options, leave only program name.
290 (MAKEINFO_OPTS): New variable.
291 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
292
06d8ace5 2932011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
294 Richard Kim <emacs18@gmail.com>
295
296 * loading.texi (Library Search): Document list-load-path-shadows
297 (Bug#7757).
298
06d8ace5 2992011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
300
301 * searching.texi (Regexp Special): Remove outdated discussion of
302 character sets (Bug#7780).
303
28a88153
CY
304 * frames.texi (Pop-Up Menus): Document where menu title comes
305 from (Bug#7684).
306
06d8ace5 3072011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
308
309 * display.texi (Making Buttons): Mention limitation of text buttons.
310
a8e1e9ee
WL
3112011-01-23 Werner Lemberg <wl@gnu.org>
312
313 * Makefile.in (MAKEINFO): Now controlled by `configure'.
314 (MAKEINFO_OPTS): New variable. Use it where appropriate.
315 (ENVADD): New variable to control texi2dvi and texi2pdf.
316
362b9d48
GM
3172011-01-15 Chong Yidong <cyd@stupidchicken.com>
318
319 * files.texi (Directory Names): Move directory-abbrev-alist doc to
320 Emacs manual.
321
3222011-01-15 Eli Zaretskii <eliz@gnu.org>
323
324 * files.texi (Directory Names): Explain why FROM in
325 directory-abbrev-alist should begin with \`. (Bug#7777)
326
3fa173b4
SM
3272011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
330
7c420169 3312011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
332
333 * modes.texi (Emulating Mode Line): Fix last change.
334
7c420169 3352011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
336
337 * modes.texi (Emulating Mode Line): Update documentation of
338 format-mode-line according to changes that fixed bug #7587.
339
80b33766
SM
3402010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * modes.texi (Derived Modes): Mention prog-mode.
343
344 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
345 of the key-binding-data cache since we don't use it any more.
346
f49d1f52 3472010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 348
4bb49a92
EZ
349 * processes.texi (Shell Arguments):
350 * strings.texi (Creating Strings): Don't mention "shell commands";
351 make it explicit that `split-string-and-unquote' and
352 `combine-and-quote-strings' are mainly for working with arguments
353 to call-process and start-process.
354
3c73e30e
EZ
355 * processes.texi (Shell Arguments): Fix documentation of
356 `split-string-and-unquote'. Add indexing. (Bug#7563)
357
f49d1f52 3582010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
359
360 * modes.texi (Auto-Indentation): New section to document SMIE.
361 (Major Mode Conventions):
362 * text.texi (Mode-Specific Indent): Refer to it.
363
f49d1f52 3642010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
365
366 * display.texi (Other Display Specs): Document left-fringe and
367 right-fringe display specs.
368
f49d1f52 3692010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
370
371 * backups.texi (Making Backups):
372 * modes.texi (Example Major Modes): Use recommended coding style.
373 (Major Mode Basics, Derived Modes): Encourge more strongly use of
374 define-derived-mode. Mention completion-at-point-functions.
375
f49d1f52 3762010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 377
5dcb4c4e
SM
378 * nonascii.texi (Converting Representations):
379 Document byte-to-string.
e1115396 380
ec1b9b17
GM
3812010-12-08 Glenn Morris <rgm@gnu.org>
382
383 * buffers.texi (Modification Time):
384 verify-visited-file-modtime now defaults to the current buffer.
385
07976ae3 3862010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 387
ec1b9b17 388 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
389
390 * strings.texi (Creating Strings): Don't mention semi-obsolete
391 function char-to-string.
392 (String Conversion): Shorten discussion of semi-obsolete function
393 string-to-char. Link to Converting Representations.
394
395 * objects.texi (Symbol Type):
396 * text.texi (Near Point):
397 * help.texi (Help Functions):
398 * functions.texi (Mapping Functions): Use string instead of
399 char-to-string in examples.
400
07976ae3 4012010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
402
403 * text.texi (Kill Functions, Kill Functions)
404 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
405 YANK-HANDLER args.
406
407 * symbols.texi (Creating Symbols): Using unintern without an
408 obarray arg is now obsolete.
409
410 * numbers.texi (Float Basics): Document float-e and float-pi.
411
412 * variables.texi (Defining Variables): Change "pi" example to
413 "float-pi".
414
8547874a
EZ
4152010-11-26 Eli Zaretskii <eliz@gnu.org>
416
417 * commands.texi (Click Events): Document the values of X, Y and
418 COL, ROW in the event's position, when the click is on the header
419 or mode line, on the fringes, or in the margins.
420
4a47c275 4212010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 422
5b05d75b
EZ
423 * customize.texi (Composite Types): Lower-case index entry.
424
5dcb4c4e
SM
425 * loading.texi (How Programs Do Loading):
426 Document load-file-name. (Bug#7346)
c7926fe2 427
4a47c275 4282010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
429
430 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
431
0eb025fb
EZ
4322010-11-13 Eli Zaretskii <eliz@gnu.org>
433
434 * display.texi (Usual Display): Characters with no fonts are not
435 necessarily displayed as empty boxes.
436
2699a554 4372010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
438
439 * maps.texi (Standard Keymaps): Update File menu description.
440
8289f37b
GM
4412010-10-28 Glenn Morris <rgm@gnu.org>
442
443 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
444
5793a7bc 4452010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
446
447 * display.texi (Window Systems): Deprecate use of window-system as
448 a predicate.
449
17284e30
GM
4502010-10-23 Glenn Morris <rgm@gnu.org>
451
452 * help.texi (Documentation Basics): Remove mentions of digest-doc and
453 sorted-doc.
454
00f113eb
JB
4552010-10-15 Eli Zaretskii <eliz@gnu.org>
456
457 * os.texi (Dynamic Libraries): New node, with slightly modified
458 text deleted from "Image Formats".
459 (System Interface): Add @menu entry for "Dynamic Libraries".
460
461 * display.texi (Image Formats): Remove description of
462 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
463
07277eb8
GM
4642010-10-12 Glenn Morris <rgm@gnu.org>
465
466 * book-spine.texinfo: Rename to book-spine.texi.
467
c12e4a81
GM
4682010-10-11 Glenn Morris <rgm@gnu.org>
469
df187c62
GM
470 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
471
c12e4a81 472 * Makefile.in (DVIPS): New variable.
234db610
GM
473 (.PHONY): Add html, ps.
474 (html, elisp.html, ps, elisp.ps): New targets.
475 (clean): Delete html, ps files.
476 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 477
6513b232
EZ
4782010-10-09 Eli Zaretskii <eliz@gnu.org>
479
480 * makefile.w32-in (emacsdir): New variable.
481 (srcs): Add emacsver.texi.
482 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
483
abd40fb4
GM
4842010-10-09 Glenn Morris <rgm@gnu.org>
485
c1dc72b3
GM
486 * Makefile.in (VPATH): Remove.
487 (infodir): Make it absolute.
488 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
489
4393405b
GM
490 * Makefile.in (dist): Anchor regexps.
491
eef3ab94
GM
492 * Makefile.in (srcs): Put elisp.texi first.
493 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
494
aa9db089
GM
495 * Makefile.in (infoclean): Remove harmless, long-standing error.
496
abd40fb4
GM
497 * Makefile.in ($(infodir)): Delete rule.
498 (mkinfodir): New.
499 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
500
68db69ed 501 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 502 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 503
ea274122
GM
5042010-10-09 Glenn Morris <rgm@gnu.org>
505
f7a31f11
GM
506 * Makefile.in (emacsdir): New variable.
507 (MAKEINFO): Add -I $emacsdir.
508 (dist): Copy emacsver.texi.
b13254e7
GM
509 (srcs): Add emacsver.texi.
510
f7a31f11
GM
511 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
512 Set EMACSVER by including emacsver.texi.
513
ea274122
GM
514 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
515
17ca7950
GM
5162010-10-07 Glenn Morris <rgm@gnu.org>
517
518 * Makefile.in (version): New, set by configure.
519 (clean): Delete dist tar file.
520 (dist): Use version in tar name.
521
4c83f6e1
GM
5222010-10-06 Glenn Morris <rgm@gnu.org>
523
524 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
525 (INSTALL_INFO): Remove unused variable.
526 (mostlyclean, infoclean, dist): New rules.
527 (clean): Delete dvi and pdf files.
528 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 529 ($(infodir)): Add parallel build workaround.
4c83f6e1 530
0264072d
GM
5312010-10-04 Glenn Morris <rgm@gnu.org>
532
533 * Makefile.in (dvi, pdf, $(infodir)): New targets.
534 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 535 Fix -I typo.
0264072d
GM
536 (clean): No 'make.out' or 'core' files.
537 (.PHONY): Declare clean rules.
538 (maintainer-clean): Delete pdf file. Guard against cd failures.
539
77f38949
GM
5402010-10-03 Glenn Morris <rgm@gnu.org>
541
542 * files.texi (File Name Components): Remove ignored section about
543 deleted variable directory-sep-char.
544
178fdd41
MA
5452010-10-03 Michael Albinus <michael.albinus@gmx.de>
546
547 * files.texi (Magic File Names): New defopt
548 remote-file-name-inhibit-cache.
549
9c524fcb
GM
5502010-10-02 Glenn Morris <rgm@gnu.org>
551
552 * os.texi (Killing Emacs): Hook now runs in batch mode.
553
f816790b
SM
5542010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * text.texi (Special Properties): Clarify when modification-hooks run.
557
7cf78aac
SM
5582010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * syntax.texi (Syntax Flags): Document new `c' flag.
561
ca0d44e4
GM
5622010-09-09 Glenn Morris <rgm@gnu.org>
563
564 * display.texi (ImageMagick Images): General cleanup.
565
10999305 5662010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
567
568 * files.texi (Directory Names): Use \` rather than ^.
569
45240125
JD
5702010-09-02 Jan Djärv <jan.h.d@swipnet.se>
571
572 * text.texi (Low-Level Kill Ring):
573 * frames.texi (Window System Selections): Remove cut buffer
574 documentation.
575
4abe5bf6
EZ
5762010-08-28 Eli Zaretskii <eliz@gnu.org>
577
578 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
579 Parameters", where the default fringe width is described.
580
581 * frames.texi (Window Frame Parameters, Basic Parameters)
582 (Position Parameters, Layout Parameters, Management Parameters)
583 (Cursor Parameters, Font and Color Parameters): Add indexing for
584 frame parameters. (Bug#6929)
585
fdc76236
TT
5862010-08-25 Tom Tromey <tromey@redhat.com>
587
588 * vol2.texi (Top): Update.
589 * vol1.texi (Top): Update.
590 * tips.texi (Library Headers): Mention Package-Version and
591 Package-Requires.
592 * package.texi: New file.
593 * os.texi (System Interface): Update pointers.
594 * elisp.texi (Top): Link to new nodes. Include package.texi.
595 * anti.texi (Antinews): Update pointers.
596
1e5c1c80
EZ
5972010-08-25 Eli Zaretskii <eliz@gnu.org>
598
599 * processes.texi (Filter Functions): Fix last change.
600
78e33835
CY
6012010-08-24 Markus Triska <triska@gmx.at>
602
603 * processes.texi (Filter Functions): Use `buffer-live-p' instead
604 of `buffer-name' in the main text as well as in the example
605 (Bug#3098).
606
198a7a97
CY
6072010-08-22 Chong Yidong <cyd@stupidchicken.com>
608
609 * nonascii.texi (Text Representations):
610 * loading.texi (Loading Non-ASCII):
611 * compile.texi (Byte Compilation): Don't mention obsolete
612 --unibyte command-line argument.
613
bc7d7ea6
CY
6142010-08-22 Chong Yidong <cyd@stupidchicken.com>
615
616 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
617
b0126eac 6182010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
619
620 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
621
e8a6cc19
EZ
6222010-08-20 Eli Zaretskii <eliz@gnu.org>
623
624 * commands.texi (Misc Events): Add cross-references to where
625 POSITION of a mouse event is described in detail.
626
7815fe19 6272010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
628
629 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
630
7815fe19 6312010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
632
633 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
634 Suggested by Štěpán Němec <stepnem@gmail.com>.
635
7815fe19 6362010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
637
638 * minibuf.texi (High-Level Completion): Document args of
639 `read-buffer-function' (bug#5625).
640
8b2dd508
JD
6412010-07-29 Jan Djärv <jan.h.d@swipnet.se>
642
643 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
644
bace45fe
MA
6452010-07-29 Michael Albinus <michael.albinus@gmx.de>
646
647 * processes.texi (Process Information): Explain process property
648 `remote-tty'.
649
4ce5a4cc
JB
6502010-07-27 Juanma Barranquero <lekktu@gmail.com>
651
652 * modes.texi (Defining Minor Modes): Use C-delete in examples,
653 instead of "\C-\^?" (bug#6334).
654
1c84bc7a
JB
655 * text.texi (Special Properties): Fix typo.
656
b88746ba
EZ
6572010-07-09 Eli Zaretskii <eliz@gnu.org>
658
659 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
660 calling sequences, which are now the standard.
661
51422d6d
CY
6622010-06-24 Chong Yidong <cyd@stupidchicken.com>
663
664 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
665
666 * commands.texi (Command Overview): Mention undo-boundary call.
667
d24880de
GM
6682010-06-23 Glenn Morris <rgm@gnu.org>
669
670 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
671 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
672 * frames.texi, functions.texi, internals.texi, keymaps.texi:
673 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
674 * searching.texi, sequences.texi, strings.texi, syntax.texi:
675 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
676 Untabify Texinfo files.
677
0fc76035
CY
6782010-06-20 Chong Yidong <cyd@stupidchicken.com>
679
680 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
681
5338dc0b
CY
6822010-06-19 Chong Yidong <cyd@stupidchicken.com>
683
a628ad9d 684 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 685
2c3a3c1d
CY
6862010-06-02 Chong Yidong <cyd@stupidchicken.com>
687
ba3bf1d9
CY
688 * searching.texi (Regexp Special): Remove obsolete information
689 about matching non-ASCII characters, and suggest using char
690 classes (Bug#6283).
2c3a3c1d 691
7f4b4249
JB
6922010-05-30 Juanma Barranquero <lekktu@gmail.com>
693
694 * minibuf.texi (Basic Completion): Add missing "@end defun".
695
637821cd
SM
6962010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * minibuf.texi (Basic Completion): Document completion-boundaries.
699 (Programmed Completion): Document the new fourth method for boundaries.
700
e13051c3
CY
7012010-05-22 Chong Yidong <cyd@stupidchicken.com>
702
a628ad9d 703 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 704
0235128c 7052010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
706
707 * windows.texi (Textual Scrolling):
708 * tips.texi (Coding Conventions):
709 * minibuf.texi (Minibuffer History):
710 * maps.texi (Standard Keymaps):
711 * loading.texi (Where Defined):
712 * edebug.texi (Instrumenting): Fix typos.
713
0235128c 7142010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 715
c7c32279
CY
716 * keymaps.texi (Menu Bar): Document :advertised-binding property.
717
0235128c
SM
718 * functions.texi (Obsolete Functions):
719 Document set-advertised-calling-convention.
eb5ed549
CY
720
721 * minibuf.texi (Basic Completion): Document completion-in-region.
722 (Programmed Completion): Document completion-annotate-function.
723
724 * commands.texi (Reading One Event): Document read-key.
725 (Distinguish Interactive): Document KIND arg to
726 called-interactively-p. Delete obsolete interactive-p.
727
728 * elisp.texi (Top): Update node description.
729
f8848423
EZ
7302010-05-08 Eli Zaretskii <eliz@gnu.org>
731
0235128c
SM
732 * nonascii.texi (Character Properties):
733 Document unicode-category-table. Add an index entry for Unicode
734 general category.
735
7362010-05-07 Chong Yidong <cyd@stupidchicken.com>
737
738 * Version 23.2 released.
f8848423 739
938efb77
JB
7402010-04-20 Juanma Barranquero <lekktu@gmail.com>
741
742 * locals.texi (Standard Buffer-Local Variables):
743 Remove @ignore'd reference to `direction-reversed'.
744
5854c267
JL
7452010-04-14 Juri Linkov <juri@jurta.org>
746
747 Fix @deffn without category.
748
749 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
750 for `abbrev-insert'.
751
752 * buffers.texi (Indirect Buffers): Add category `Command'
753 to @deffn of `clone-indirect-buffer'.
754
755 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
756 for `next-window' and `previous-window'. Add category `Command'
757 to @deffn of `pop-to-buffer'.
758
8a14dec7
CY
7592010-04-01 Chong Yidong <cyd@stupidchicken.com>
760
761 * nonascii.texi (Text Representations): Don't mark
762 enable-multibyte-characters as a user option.
763
7a1831cf
EZ
7642010-03-31 Eli Zaretskii <eliz@gnu.org>
765
766 * control.texi (Handling Errors): How to re-throw a signal caught
767 by condition-case.
768
c3863713
CY
7692010-03-26 Chong Yidong <cyd@stupidchicken.com>
770
771 * loading.texi (Hooks for Loading): Document after-load-functions.
772 Copyedits.
773
c333f279
AM
7742010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
775
776 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
777
e867cb5d 7782010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
779
780 * processes.texi (Network Processes): Document seqpacket type.
781
605f35cd
DN
7822010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
783
784 * os.texi (System Environment): Do not mention lynxos.
785
288f9fc0
CY
7862010-03-10 Chong Yidong <cyd@stupidchicken.com>
787
788 * Branch for 23.2.
789
eed5c93a
CY
7902010-03-06 Chong Yidong <cyd@stupidchicken.com>
791
792 * objects.texi (Integer Type): Take note of the read syntax
793 exception for numbers that cannot fit in the integer type.
794
1ddd6622
GM
7952010-03-03 Glenn Morris <rgm@gnu.org>
796
797 * numbers.texi (Integer Basics, Bitwise Operations):
798 * objects.texi (Integer Type): Update for integers now being 30-bit.
799
a908c79a
CY
8002010-02-27 Chong Yidong <cyd@stupidchicken.com>
801
802 * display.texi (Low-Level Font): Document :otf font-spec property.
803
cd61af01
SM
8042010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * display.texi (Line Height): Avoid obsolete special default variables
807 like default-major-mode.
808
c02f8fe2
AM
8092010-01-28 Alan Mackenzie <acm@muc.de>
810
811 * display.texi (Auto Faces): Say fontification-functions is called
812 whether or not Font Lock is enabled. Tidy up the wording a bit.
813
d738d18b
CY
8142010-01-17 Chong Yidong <cyd@stupidchicken.com>
815
816 * elisp.texi: Remove duplicate edition information (Bug#5407).
817
4963739e
JB
8182010-01-17 Juanma Barranquero <lekktu@gmail.com>
819
820 * two.el (volume-header-toc-markup): Fix typos in docstring.
821
c57008f6
SM
8222010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 Avoid dubious uses of save-excursions.
825 * positions.texi (Excursions): Recommend the use of
826 save-current-buffer if applicable.
827 * text.texi (Clickable Text): Fix the example code which used
828 save-excursion in a naive way which sometimes preserves point and
829 sometimes not.
830 * variables.texi (Creating Buffer-Local):
831 * os.texi (Session Management):
832 * display.texi (GIF Images):
833 * control.texi (Cleanups): Use (save|with)-current-buffer.
834
2f3725cd
EZ
8352010-01-02 Eli Zaretskii <eliz@gnu.org>
836
837 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
838
85eeac93
CY
8392010-01-02 Chong Yidong <cyd@stupidchicken.com>
840
841 * nonascii.texi (Text Representations, Character Codes)
842 (Converting Representations, Explicit Encoding)
843 (Translation of Characters): Use hex notation consistently.
844 (Character Sets): Fix map-charset-chars doc (Bug#5197).
845
4801c5fa
CY
8462010-01-01 Chong Yidong <cyd@stupidchicken.com>
847
848 * loading.texi (Where Defined): Make it clearer that these are
849 loaded files (Bug#5068).
850
26e533e2
CY
8512009-12-29 Chong Yidong <cyd@stupidchicken.com>
852
853 * minibuf.texi (Completion Styles): Document `initials' style.
854
16d1ff5f
CY
8552009-12-25 Chong Yidong <cyd@stupidchicken.com>
856
857 * frames.texi (Resources): Describe inhibit-x-resources.
858 (Size Parameters): Copyedit.
859
860 * hash.texi (Creating Hash):
861 * objects.texi (Hash Table Type): Document the new hash table
862 printed representation.
863
864 * minibuf.texi (Basic Completion): 4th arg to all-completions is
865 obsolete.
866
5dcb4c4e
SM
867 * processes.texi (Process Buffers):
868 Document process-kill-buffer-query-function.
16d1ff5f 869
9a5de3d9
GM
8702009-12-05 Glenn Morris <rgm@gnu.org>
871
872 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
873 diary-display-function, and no longer recommended to be a hook.
874 Update for changes in the names of calendar and diary hooks.
875 diary-print-entries-hook has changed section.
876
b640eb52
EZ
8772009-11-28 Eli Zaretskii <eliz@gnu.org>
878
879 * text.texi (Special Properties): More accurate description of
880 what the `cursor' property does.
881
be1674ab
KR
8822009-11-26 Kevin Ryde <user42@zip.com.au>
883
884 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
885 mouse-wheel-down-event, the closest thing to a definition for them.
886 * os.texi (Startup Summary): vindex inhibit-startup-message and
887 inhibit-splash-screen.
888 (Command-Line Arguments): vindex argv.
889 (Suspending Emacs): vindex suspend-tty-functions and
890 resume-tty-functions. Don't want to index every hook, but having
891 the programming ones is helpful.
892
603f5979
CY
8932009-11-14 Chong Yidong <cyd@stupidchicken.com>
894
895 * commands.texi (Motion Events): Fix typo (Bug#4907).
896
4359a806
CY
8972009-11-08 Chong Yidong <cyd@stupidchicken.com>
898
899 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
900 are affected by case-fold-search (Bug#4483).
901
0f063651
CY
9022009-11-02 Chong Yidong <cyd@stupidchicken.com>
903
904 * minibuf.texi (Reading File Names): Note that read-file-name may
905 use a graphical file dialog.
906
9bd79893
GM
9072009-10-31 Glenn Morris <rgm@gnu.org>
908
909 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
910
ebe479ec
KR
9112009-10-16 Kevin Ryde <user42@zip.com.au>
912
913 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
914 in particular so `info-lookup-symbol' can find its docs.
915
2640fa86
CY
9162009-10-16 Chong Yidong <cyd@stupidchicken.com>
917
918 * variables.texi (Constant Variables): Distinguish from defconst
919 variables.
920 (Defining Variables): Add cindex.
921
edd6a733
CY
9222009-10-15 Chong Yidong <cyd@stupidchicken.com>
923
924 * os.texi (Time of Day): Clarify that the microsecond part is
925 ignored (Bug#4637).
926
5feb0b73
GM
9272009-10-11 Glenn Morris <rgm@gnu.org>
928
929 * frames.texi (Size and Position): Clarify what is included in the frame
930 height. (Bug#4535)
931
0c5413c8
GM
9322009-10-10 Glenn Morris <rgm@gnu.org>
933
934 * windows.texi (Size of Window): The relationship between window and
935 frame heights is not so simple. (Bug#4535)
936 Mention window-full-height-p.
937
7f8b600a
SM
9382009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
941 used from Lisp.
942
6185de1c
EZ
9432009-10-07 Eli Zaretskii <eliz@gnu.org>
944
7f8b600a
SM
945 * files.texi (Directory Names) <abbreviate-file-name>:
946 Document that root home directories are not replaced with "~".
6185de1c 947
9972911f
EZ
9482009-10-06 Eli Zaretskii <eliz@gnu.org>
949
950 * text.texi (Special Properties): Document the meaning of the
951 `cursor' text property whose value is an integer.
952
2a3f19ef
MA
9532009-10-05 Michael Albinus <michael.albinus@gmx.de>
954
955 * files.texi (Magic File Names): Add `copy-directory'.
956
804543b5
EZ
9572009-10-05 Eli Zaretskii <eliz@gnu.org>
958
959 * files.texi (File Attributes): Fix description of file
960 attributes. (Bug#4638) Update attributes of files.texi example to
961 be more representative.
962
461bf92b
MA
9632009-10-05 Michael Albinus <michael.albinus@gmx.de>
964
965 * files.texi (Create/Delete Dirs): New command copy-directory.
966
a86cd395
JB
9672009-10-04 Juanma Barranquero <lekktu@gmail.com>
968
969 * anti.texi (Antinews):
970 * macros.texi (Indenting Macros):
971 * strings.texi (Creating Strings, Case Conversion):
972 Remove duplicate words.
973
d3080264
MA
9742009-10-01 Michael Albinus <michael.albinus@gmx.de>
975
976 * files.texi (Create/Delete Dirs): delete-directory has an
977 optional parameter RECURSIVE.
978
85d14563
SM
9792009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * buffers.texi (Swapping Text): Minor clarification.
982
3d9842c6
GM
9832009-10-01 Glenn Morris <rgm@gnu.org>
984
985 * functions.texi (Declaring Functions): Mention that we also search for
986 ".m" files in the src/ directory.
987
78427304
CY
9882009-09-25 David Engster <deng@randomsample.de>
989
3d9842c6 990 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 991
b578c9cc
GM
9922009-09-22 Glenn Morris <rgm@gnu.org>
993
994 * internals.texi (Building Emacs): Mention preloaded-file-list.
995
beee5da7
AM
9962009-09-14 Alan Mackenzie <acm@muc.de>
997
998 * os.texi (Terminal Output): Put "@code{}" around "stdout".
999
5d6ab672
CY
10002009-09-13 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * functions.texi (Anonymous Functions): Rearrange discussion,
1003 giving usage of unquoted lambda forms first. Mention that
1004 `function' and `#'' are no longer required (Bug#4290).
1005
59375eeb
AM
10062009-09-11 Alan Mackenzie <acm@muc.de>
1007
a86cd395 1008 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1009 batch mode.
1010
e7e2f529
GM
10112009-09-01 Glenn Morris <rgm@gnu.org>
1012
1013 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1014
eae47088
GM
10152009-08-26 Ulrich Mueller <ulm@gentoo.org>
1016
1017 * nonascii.texi (Character Codes): Fix typos.
1018
3691a0a6
MA
10192009-08-25 Michael Albinus <michael.albinus@gmx.de>
1020
1021 * processes.texi (Synchronous Processes): New defvar
1022 process-file-side-effects.
1023
664d56b8
GM
10242009-08-25 Glenn Morris <rgm@gnu.org>
1025
1026 * display.texi (Fontsets): Fix typo.
1027
0706c025
GM
1028 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1029
03a74b84
SM
10302009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * processes.texi (Asynchronous Processes): Adjust arglist of
1033 start-process-shell-command and start-file-process-shell-command.
1034
f6de8a37
CY
10352009-08-15 Chong Yidong <cyd@stupidchicken.com>
1036
4b1ed1bb
CY
1037 * advice.texi (Argument Access in Advice): Note that argument
1038 positions are zero-based (Bug#3932).
1039
89a9e058
CY
1040 * commands.texi (Distinguish Interactive): Minor copyedit.
1041
23696fd7
CY
1042 * display.texi (Face Attributes): Add xref to Displaying Faces for
1043 explanation of "underlying face".
1044
f6de8a37
CY
1045 * customize.texi (Common Keywords): Add xref to Loading.
1046
1047 * loading.texi (How Programs Do Loading): Add xref to Lisp
1048 Libraries node in the Emacs manual.
1049
417f77e6
CY
10502009-08-13 Chong Yidong <cyd@stupidchicken.com>
1051
1052 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1053
0999039c
CY
10542009-07-18 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * processes.texi (Shell Arguments): Copyedits.
1057
9af167bc
GM
10582009-07-18 Glenn Morris <rgm@gnu.org>
1059
1060 * loading.texi (Repeated Loading): Fix typo.
1061
137987ab
RS
10622009-07-16 Richard Stallman <rms@gnu.org>
1063
1064 * buffers.texi (Swapping Text): Recommend setting
1065 write-region-annotate-functions and buffer-saved-size.
1066
1067 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1068
622fa380
GM
10692009-07-15 Glenn Morris <rgm@gnu.org>
1070
1071 * edebug.texi: Minor re-phrasings throughout.
1072 (Edebug Execution Modes): Sit-for affects continue mode too.
1073 (Jumping): Use `forward-sexp' rather than its keybinding.
1074 (Edebug Misc): Fix Q binding.
1075 (Edebug Eval): Remove cl version.
1076 (Printing in Edebug): Clarify print-length etc.
1077 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1078 (Specification List): Remove edebug-unwrap findex entry.
1079 (Specification Examples): defmacro is actually not the same as defun.
1080 Escape "`" in example.
1081
6bbd4600
CY
10822009-07-15 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * markers.texi (The Mark): Document optional arg to
1085 deactivate-mark.
1086
e538d479
GM
10872009-07-11 Kevin Ryde <user42@zip.com.au>
1088
1089 * hooks.texi (Standard Hooks): Fix cross-references.
1090
4c98b9ed
GM
1091 * loading.texi (Named Features): Refer to eval-after-load.
1092
5300838c
GM
10932009-07-11 Glenn Morris <rgm@gnu.org>
1094
64fbeb16
GM
1095 * Makefile.in (TEXI2PDF): New.
1096 (elisp.pdf): New target.
1097
4c98b9ed
GM
1098 * searching.texi (Regexp Backslash): Fix typo.
1099
1100 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1101
51d9979c
GM
11022009-07-10 Glenn Morris <rgm@gnu.org>
1103
561c0216
GM
1104 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1105
5b594a58
GM
1106 * customize.texi (Customization Types):
1107 * display.texi (Abstract Display):
0cc8c85a 1108 * objects.texi (Character Type, String Type):
5b594a58 1109 Merge in some menu descriptions from elisp.texi.
51d9979c 1110
c3cbbb40
GM
1111 * hash.texi (Hash Tables):
1112 * modes.texi (Multiline Font Lock):
1113 End menu description with period.
fe42c16a 1114
28528402
GM
11152009-07-09 Glenn Morris <rgm@gnu.org>
1116
1117 * back.texi: Don't hard-code texinfo location.
1118
1119 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1120 (tex): Add texinfodir to TEXINPUTS.
1121 (elisp1med-init, elisp2med-init): Use texinfodir.
1122
1123 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1124 (clean): Add two-volume.make intermediate files.
1125
1126 * elisp.texi, vol1.texi, vol2.texi:
1127 Use a DATE variable with the publication date, and update it.
1128 Fix antinews menu description.
1129
1130 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1131 Update the detailed node listing to match elisp.texi.
1132
1133 * README: Update edition to match elisp.texi.
1134
1135 * objects.texi (General Escape Syntax):
1136 * nonascii.texi (Character Sets):
1137 Use consistent case for "Unicode Standard".
1138
1139 * anti.texi (Antinews):
1140 * customize.texi (Variable Definitions):
1141 * functions.texi (Declaring Functions):
1142 * nonascii.texi (Character Properties):
1143 * processes.texi (Serial Ports):
1144 * text.texi (Special Properties):
1145 * tips.texi (Coding Conventions):
1146 Minor rearrangements to improve TeX line-filling.
1147
1148 * commands.texi (Using Interactive): Fix cross-reference.
1149
17db8e10
JD
11502009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1151
1152 * frames.texi (Management Parameters): Mention sticky.
1153
77c7e2e1
AS
11542009-07-01 Andreas Schwab <aschwab@redhat.com>
1155
1156 * help.texi (Help Functions): Fix description of help-buffer and
1157 help-setup-xref to use @defun instead of @deffn.
1158
3f1c6666
JD
11592009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1160
1161 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1162
ca27c21b
CY
11632009-06-24 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * display.texi (Window Systems): Add ns to the list.
1166
70243478
CY
11672009-06-21 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * Branch for 23.1.
1170
df006536
MR
11712009-06-17 Martin Rudalics <rudalics@gmx.at>
1172
1173 * windows.texi (Dedicated Windows): Fix typo.
1174 (Resizing Windows): Replace @defun by @deffn.
1175
d259fc4b
GM
11762009-06-17 Glenn Morris <rgm@gnu.org>
1177
1178 * variables.texi (Directory Local Variables):
1179 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1180
30781db6
KH
11812009-06-09 Kenichi Handa <handa@m17n.org>
1182
1183 * nonascii.texi (Character Sets): State clearly that FROM and TO
1184 are codepoints of CHARSET.
1185
62e8099c
CY
11862009-06-07 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * minibuf.texi (Reading File Names): Fix introductory text.
1189 Suggested by stan@derbycityprints.com.
1190 (High-Level Completion): Fix typo.
1191
ee1b1917
CY
11922009-05-28 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * frames.texi (Text Terminal Colors): Multi-tty is already
1195 implemented, but tty-local colors are not.
1196
5df647e8
CY
11972009-05-27 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * hooks.texi (Standard Hooks): Remove mention of obsolete
1200 redisplay-end-trigger-functions.
1201
1202 * internals.texi (Window Internals): Remove mention of obsolete
1203 redisplay-end-trigger-functions.
1204
01f17ae2
MR
12052009-05-21 Martin Rudalics <rudalics@gmx.at>
1206
1207 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1208
1209 * backups.texi (Making Backups): backup-directory-alist and
1210 make-backup-file-name-function are options.
1211 (Auto-Saving): auto-save-list-file-prefix is an option.
1212
1213 * buffers.texi (Killing Buffers): buffer-offer-save is an
1214 option.
1215
1216 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1217 option.
1218 (Echo Area Customization): echo-keystrokes is an option.
1219 (Selective Display): selective-display-ellipses is an option.
1220 (Temporary Displays): temp-buffer-show-function is an option.
1221 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1222 are options.
1223 (Font Selection): face-font-family-alternatives,
1224 face-font-selection-order, face-font-registry-alternatives, and
1225 scalable-fonts-allowed are options.
1226 (Fringe Indicators): indicate-buffer-boundaries is an option.
1227 (Fringe Cursors): overflow-newline-into-fringe is an option.
1228 (Scroll Bars): scroll-bar-mode is an option.
1229
1230 * eval.texi (Eval): max-lisp-eval-depth is an option.
1231
1232 * files.texi (Visiting Functions): find-file-hook is an option.
1233 (Directory Names): directory-abbrev-alist is an option.
1234 (Unique File Names): temporary-file-directory and
1235 small-temporary-file-directory are options.
1236
1237 * frames.texi (Initial Parameters): initial-frame-alist,
1238 minibuffer-frame-alist and default-frame-alist are options.
1239 (Cursor Parameters): blink-cursor-alist and
1240 cursor-in-non-selected-windows ar options.
1241 (Window System Selections): selection-coding-system is an
1242 option.
1243 (Display Feature Testing): display-mm-dimensions-alist is an
1244 option.
1245
1246 * help.texi (Help Functions): help-char and help-event-list are
1247 options.
1248
1249 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1250 an option.
1251
1252 * minibuf.texi (Minibuffer History): history-length and
1253 history-delete-duplicates are options.
1254 (High-Level Completion): read-buffer-function and
1255 read-buffer-completion-ignore-case are options.
1256 (Reading File Names): read-file-name-completion-ignore-case is
1257 an option.
1258
1259 * modes.texi (Mode Line Top): mode-line-format is an option.
1260 (Mode Line Variables): mode-line-position and mode-line-modes
1261 are options.
1262
1263 * nonascii.texi (Text Representations):
1264 enable-multibyte-characters is an option.
1265 (Default Coding Systems): auto-coding-regexp-alist,
1266 file-coding-system-alist, auto-coding-alist and
1267 auto-coding-functions are options.
1268 (Specifying Coding Systems): inhibit-eol-conversion is an
1269 option.
1270
1271 * os.texi (Init File): site-run-file is an option.
1272 (System Environment): mail-host-address is an option.
1273 (User Identification): user-mail-address is an option.
1274 (Terminal Output): baud-rate is an option.
1275
1276 * positions.texi (Word Motion): words-include-escapes is an
1277 option.
1278
1279 * searching.texi (Standard Regexps): page-delimiter,
1280 paragraph-separate, paragraph-separate and sentence-end are
1281 options.
1282
1283 * text.texi (Margins): left-margin and fill-nobreak-predicate
1284 are options.
1285
1286 * variables.texi (Local Variables): max-specpdl-size is an
1287 option.
1288
1289 * windows.texi (Choosing Window):
1290 split-window-preferred-function, special-display-function and
1291 display-buffer-function are options.
1292
106e6894
CY
12932009-05-20 Chong Yidong <cyd@stupidchicken.com>
1294
4a83454d
CY
1295 Fix errors spotted by Martin Rudalics.
1296
106e6894
CY
1297 * syntax.texi (Position Parse): Document rationale for ignored
1298 arguments to syntax-ppss-flush-cache.
1299
1300 * processes.texi (Input to Processes): Mark PROCESS arg to
1301 process-running-child-p as optional.
1302 (Network Options): Document NO-ERROR arg to
1303 set-network-process-option.
1304
1305 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1306 command.
1307
1308 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1309 posix-search-backward as commands.
1310
1311 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1312 (Suspending Emacs): Mark suspend-emacs as a command.
1313 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1314 commands.
5dcb4c4e
SM
1315 (Terminal Output): Remove obsolete function baud-rate.
1316 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1317
1318 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1319 terminal-coding-system and set-terminal-coding-system.
1320 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1321 as optional.
1322 (Character Sets): Document RESTRICTION arg of char-charset.
1323 (Character Codes): Mark POS argument to get-byte as optional.
1324
1325 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1326 minibuffer-message.
1327
1328 * files.texi (Create/Delete Dirs): Mark make-directory and
1329 delete-directory as commands.
1330
1331 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1332
1333 * text.texi (Base 64): Mark base64-decode-string and
1334 base64-encode-string as commands.
1335 (Columns): Mark move-to-column as a command.
1336 (Mode-Specific Indent): Document RIGID arg to
1337 indent-for-tab-command.
1338 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1339 Mark indent-code-rigidly as a command.
1340 (Substitution): Mark translate-region as a command.
1341
1342 * frames.texi (Size and Position): Remove obsolete functions
1343 screen-height and screen-width.
1344
04173931
CY
13452009-05-19 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1348 (Displaying Buffers, Resizing Windows): Correct mistakes;
1349 next-window, previous-window, and pop-to-buffer are not commands,
1350 and fit-window-to-buffer" is a command. (Pointed out by Martin
1351 Rudalics.)
1352
eae7d8f8
RS
13532009-05-17 Richard M Stallman <rms@gnu.org>
1354
1355 * modes.texi (Precalculated Fontification): Clarify text.
1356
b8766179
MR
13572009-05-17 Martin Rudalics <rudalics@gmx.at>
1358
1359 * windows.texi (Selecting Windows): Clarify descriptions of
1360 with-selected-window and get-lru-window.
1361 (Cyclic Window Ordering): Refer to particular frame when talking
1362 about how splitting affects the ordering.
1363 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1364 switch-to-buffer-other-window. Explain how setting of
1365 display-buffer-reuse-frames affects pop-to-buffer.
1366 (Choosing Window): Clarify some details in descriptions of
1367 display-buffer-reuse-frames, pop-up-frames, and
1368 pop-up-frame-function.
1369 (Dedicated Windows): Clarify some details.
1370 (Textual Scrolling): Replace term vscroll by term vertical
1371 scroll position.
1372 (Vertical Scrolling): Fix typo.
1373 (Window Hooks): Relate text on jit-lock-register to window
1374 scrolling and size changes.
1375
734b5e3b
CY
13762009-05-14 Chong Yidong <cyd@stupidchicken.com>
1377
0a65633e
CY
1378 * frames.texi (Initial Parameters): Clarify what the initial
1379 minibuffer frame is.
05be46d7
CY
1380 (Buffer Parameters): Note that the minibuffer parameter can not be
1381 altered.
0a65633e 1382
734b5e3b
CY
1383 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1384 Document display-buffer changes.
1385
925672cd
CY
13862009-05-13 Chong Yidong <cyd@stupidchicken.com>
1387
17ecd7af
CY
1388 * anti.texi (Antinews): Rewrite for Emacs 22.
1389
925672cd
CY
1390 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1391 obarrays are first mentioned. Define "system abbrev" more
1392 prominently, and add it to the index.
1393 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1394 Copyedits.
1395 (Abbrev Expansion): Document abbrev-insert.
1396
80be4dd7
CY
13972009-05-12 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * frames.texi (Font and Color Parameters): Rename from Color
1400 Parameters. Document font-backend parameter.
1401
1402 * vol2.texi (Top): Update node listing.
1403 * vol1.texi (Top): Update node listing.
1404 * elisp.texi (Top): Update node listing.
1405
372a93ac
MR
14062009-05-11 Martin Rudalics <rudalics@gmx.at>
1407
1408 * windows.texi (Choosing Window): Don't explicitly refer to
1409 split-window-sensibly's window argument in descriptions of
1410 split-height-threshold and split-width-threshold.
1411
714c3541
MR
14122009-05-10 Martin Rudalics <rudalics@gmx.at>
1413
1414 * windows.texi (Choosing Window): Fix rewrite of window
1415 splitting section.
1416
0e90e7be
EZ
14172009-05-09 Eli Zaretskii <eliz@gnu.org>
1418
1419 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1420 find-auto-coding, set-auto-coding, and auto-coding-alist.
1421 Add indexing.
0e90e7be
EZ
1422 (Lisp and Coding Systems): Add index entries.
1423
d3c0c321
MR
14242009-05-09 Martin Rudalics <rudalics@gmx.at>
1425
1426 * windows.texi (Choosing Window): Describe split-window-sensibly
1427 and rewrite section on window splitting accordingly.
1428 (Textual Scrolling): Replace `...' by @code{...}.
1429
c773345a
CY
14302009-05-04 Chong Yidong <cyd@stupidchicken.com>
1431
ee2d5b5e
CY
1432 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1433 Remove obsoleted pre-abbrev-expand-hook.
1434
1435 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1436 entries.
1437
c773345a
CY
1438 * internals.texi (Object Internals): Don't assume 32-bit machines
1439 are the norm.
1440 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1441 (Window Internals): Synch field names to window.h.
1442 (Process Internals): Synch field names to process.h.
c773345a 1443
dd449674
CY
14442009-04-29 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * variables.texi (File Local Variables): Note that read-circle is
1447 bound to nil when reading file-local variables.
1448
1449 * streams.texi (Input Functions): Document read-circle.
1450 (Output Variables): Add xref to Circular Objects.
1451
4f1e25e2
CY
14522009-04-25 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1455 Features and Coding System Basics. Node that "p" stands for
1456 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1457 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1458 mouse-appearance-menu.
1459 (Programming Tips): Add xref to Progress.
1460
dca019f8
CY
14612009-04-22 Chong Yidong <cyd@stupidchicken.com>
1462
5dcb4c4e
SM
1463 * os.texi (Command-Line Arguments):
1464 Document command-line-args-left.
dca019f8
CY
1465 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1466 terminal objects for tty arguments.
1467 (Startup Summary): Add xref to Session Management.
1468 (Session Management): Mention emacs-session-restore. Copyedits.
1469
02a89103
CY
14702009-04-20 Chong Yidong <cyd@stupidchicken.com>
1471
1472 * os.texi (Startup Summary): Copyedits. The init file is not
1473 necessarily named .emacs now. Document initial-buffer-choice and
1474 initial-scratch-message. Note where Emacs exits in batch mode.
1475 Document inhibit-splash-screen as an alias.
1476 (Init File): Be neutral about which init file name to use.
1477
14782009-04-16 Chong Yidong <cyd@stupidchicken.com>
1479
1480 * os.texi (System Interface): Fix Texinfo usage.
1481
0c1cfe01
CY
14822009-04-15 Chong Yidong <cyd@stupidchicken.com>
1483
80d7cdca
CY
1484 * searching.texi (Regexp Backslash): Also refer to shy groups as
1485 non-capturing or unnumbered groups.
1486 (Regexp Functions): Add cross-reference to Regexp Backslash.
1487
0c1cfe01
CY
1488 * display.texi (Truncation): Overlays can use line-prefix and
1489 wrap-prefix too.
1490 (Overlay Properties): Document wrap-prefix and line-prefix.
1491 (Face Attributes): Document underline-minimum-offset.
1492 (Face Remapping): Copyedits.
1493 (Low-Level Font): Copyedits.
1494 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1495 (Line Height): Emphasize that line-spacing only takes effect on
1496 graphical terminals.
0c1cfe01 1497
c4adeee0
CY
14982009-04-13 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * display.texi (Refresh Screen): Note that a passage about screen
1501 refreshing is text terminal only.
1502 (Forcing Redisplay): Delete misleading comment---sit-for calls
1503 redisplay, not the other way around.
1504 (Truncation): Note new values of truncate-partial-width-windows.
1505 Copyedits.
1506 (Invisible Text): Document invisible-p.
1507
b20ecfa1
EZ
15082009-04-11 Eli Zaretskii <eliz@gnu.org>
1509
1510 * display.texi (Overlays): Overlays don't scale well. See
1511 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1512
97d8273f
CY
15132009-04-10 Chong Yidong <cyd@stupidchicken.com>
1514
f147ff75
CY
1515 * syntax.texi (Syntax Table Functions): Document cons cell
1516 argument for modify-syntax-entry.
1517 (Categories): Document cons cell argument for
1518 modify-category-entry.
1519
fca4ec76
CY
1520 * searching.texi (String Search): Document word-search-forward-lax
1521 and word-search-backward-lax.
1522 (Searching and Case): Describe isearch behavior more precisely.
1523
9c283d5b
CY
1524 * keymaps.texi (Tool Bar): Mention that some platforms do not
1525 support multi-line toolbars. Suggested by Stephen Eglen.
1526
1527 * frames.texi (Layout Parameters): Mention that Nextstep also
1528 allows only one tool-bar line. Suggested by Stephen Eglen.
1529
97d8273f
CY
1530 * nonascii.texi (Text Representations): Copyedits.
1531 (Coding System Basics): Also mention utf-8-emacs.
1532 (Converting Representations, Selecting a Representation)
1533 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1534 Copyedits.
1535 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1536
2bad3299
CY
15372009-04-09 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1540 (Filling): Clarify REGION argument of fill-paragraph.
1541 Document fill-forward-paragraph-function.
2bad3299
CY
1542 (Special Properties): Remove "new in Emacs 22" declaration.
1543 (Clickable Text): Merge with Links and Mouse-1 node.
1544
5dcb4c4e
SM
1545 * display.texi (Button Properties, Button Buffer Commands):
1546 Change xref to Clickable Text.
2bad3299
CY
1547
1548 * tips.texi (Key Binding Conventions): Change xref to Clickable
1549 Text.
1550
1551 * elisp.texi (Top): Update node listing.
1552
ea30ce4f
CY
15532009-04-05 Chong Yidong <cyd@stupidchicken.com>
1554
47af2f4b
CY
1555 * markers.texi (The Mark): Copyedits. Improve description of
1556 handle-shift-selection.
1557 (The Region): Move use-region-p here from The Mark.
1558
ea30ce4f
CY
1559 * positions.texi (Screen Lines): Document (cols . lines) argument
1560 for vertical-motion.
1561
2aa8ea6e
CY
15622009-04-04 Chong Yidong <cyd@stupidchicken.com>
1563
3ec61d4e
CY
1564 * frames.texi (Frames): Clean up introduction. Document `ns'
1565 return value for framep.
1566 (Creating Frames): Note how the terminal is chosen.
1567 (Multiple Terminals, Multiple Displays): Merge into a single node.
1568 (Color Parameters): Fix typo.
1569
1570 * variables.texi (Local Variables, Buffer-Local Variables)
1571 (Creating Buffer-Local): Change link to Multiple Terminals.
1572
1573 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1574
1575 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1576 Terminals.
1577
1578 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1579 to Multiple Terminals.
1580
1581 * elisp.texi (Top): Update node listing.
1582 * vol2.texi (Top): Update node listing.
1583 * vol1.texi (Top): Update node listing.
1584
9257072f
CY
1585 * buffers.texi (Current Buffer): Note that the append-to-buffer
1586 example is no longer in synch with the latest code. Tie the two
1587 examples together.
1588
2aa8ea6e
CY
1589 * files.texi (File Attributes): Move note about MS-DOS from
1590 Changing Files to File Attributes.
1591 (Create/Delete Dirs): Note that mkdir is an alias for this.
1592
22e74b17
CY
15932009-04-01 Markus Triska <triska@gmx.at>
1594
1595 * processes.texi (Filter Functions): Suggest how to handle output
1596 batches.
1597
4bbe48ec
CY
15982009-03-30 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * help.texi (Accessing Documentation): Update example to use
1601 help-setup-xref and with-help-window.
1602 (Help Functions): Remove print-help-return-message, which is
1603 semi-obsolete due to with-help-window. Document help-buffer and
1604 help-setup-xref.
1605
b9723f39
CY
16062009-03-29 Chong Yidong <cyd@stupidchicken.com>
1607
5dcb4c4e
SM
1608 * help.texi (Accessing Documentation, Help Functions):
1609 Remove information about long-obsolete Emacs versions.
9eb52e90 1610
b9723f39
CY
1611 * modes.texi (Mode Line Variables): The default values of the mode
1612 line variables are now more complicated.
1613
b0cc32db
CY
16142009-03-28 Chong Yidong <cyd@stupidchicken.com>
1615
3c25a5a9
CY
1616 * modes.texi (Major Mode Conventions): Note that specialness is
1617 inherited.
31c9eebb
CY
1618 (Derived Modes): Note that define-derive-mode sets the mode-class
1619 property.
3c25a5a9 1620
b0cc32db
CY
1621 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1622 goto-map. Add search-map to the list.
1623
c5e0006d
EZ
16242009-03-27 Eli Zaretskii <eliz@gnu.org>
1625
1213465a
EZ
1626 * os.texi (System Environment): Update the list of system-type
1627 values.
1628
c5e0006d
EZ
1629 * markers.texi (The Mark) <handle-shift-selection>: Update for
1630 removal of the optional argument DEACTIVATE.
1631
48bab3d6
CY
16322009-03-25 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * commands.texi (Focus Events): Most X window managers don't use
1635 focus-follows-mouse nowadays.
1636
6e4ff1b6
CY
16372009-03-24 Chong Yidong <cyd@stupidchicken.com>
1638
1639 * commands.texi (Defining Commands): Clarify introduction.
1640 (Using Interactive): Not that interactive can be put in a symbol
1641 property.
1642 (Interactive Call): Note that a symbol with a non-nil
1643 interactive-form property satisfies commandp.
1644
11625308
JB
16452009-03-23 Juanma Barranquero <lekktu@gmail.com>
1646
1647 * minibuf.texi (Intro to Minibuffers): Fix typos.
1648
7b34420d
CY
16492009-03-23 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1652 about minibuffers in old Emacs versions. Copyedits.
1653 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1654 (Text from Minibuffer): Simplify introduction.
1655
f9257eed
AM
16562009-03-22 Alan Mackenzie <acm@muc.de>
1657
1658 * commands.texi (Using Interactive): Clarify string argument to
1659 `interactive' - even promptless elements need \n separators.
1660
f639ba70
CY
16612009-03-18 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * minibuf.texi (Completion Styles): New node.
1664
1665 * elisp.texi (Top): Update node listing.
1666
d897e8ee
CY
16672009-03-17 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * minibuf.texi (Basic Completion): Note that
1670 read-file-name-completion-ignore-case and
1671 read-buffer-completion-ignore-case can override
1672 completion-ignore-case.
1673 (Minibuffer Completion): Document completing-read changes.
1674 (Completion Commands): Avoid mentioning partial completion mode.
1675 Document minibuffer-completion-confirm changes, and
1676 minibuffer-confirm-exit-commands.
1677 (High-Level Completion): Document new require-match behavior for
1678 read-buffer. Document read-buffer-completion-ignore-case.
1679 (Reading File Names): Document new require-match behavior for
1680 read-file-name.
1681
b1f23349
CY
16822009-03-14 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * debugging.texi (Error Debugging): Don't mislead the reader into
1685 thinking that debug-on-error enters debugger for C-f at EOB.
1686 (Error Debugging): Setting debug-on-init within the init file
1687 works, and has for some time.
1688
d6eb4e25
KH
16892009-03-13 Kenichi Handa <handa@m17n.org>
1690
1691 * display.texi (Fontsets): Update the description.
1692
1cf53dc5
CY
16932009-03-13 Chong Yidong <cyd@stupidchicken.com>
1694
1695 * advice.texi (Advising Primitives): Link to What Is a Function.
1696
81f919fc
CY
16972009-03-12 Chong Yidong <cyd@stupidchicken.com>
1698
cf4229eb
CY
1699 * compile.texi (Speed of Byte-Code): Update example.
1700 (Disassembly): Update examples.
1701
81f919fc 1702 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1703
1704 * customize.texi (Common Keywords): It's not necessary to use :tag
1705 to remove hyphens, as custom-unlispify-tag-name does it
1706 automatically.
5dcb4c4e
SM
1707 (Variable Definitions): Link to File Local Variables.
1708 Document customized-value symbol property.
f2bbc08c
CY
1709 (Customization Types): Move menu to end of node.
1710
955964d7
CY
17112009-03-10 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * macros.texi (Compiling Macros): Omit misleading sentence, which
1714 implied that macros can only be used in the same file they are
1715 defined.
1716 (Backquote): Remove obsolete information about Emacs 19.
1717
d25ed7db
GM
17182009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1719
1720 * display.texi (Display Margins): Fix paren typo.
1721
d55f6ca5
CY
17222009-02-27 Chong Yidong <cyd@stupidchicken.com>
1723
f0e57ed8
CY
1724 * elisp.texi (Top): Update node listing.
1725
1726 * variables.texi (Variables): Clarify introduction.
1727 (Global Variables): Mention that setq is a special form.
1728 (Local Variables): Use active voice.
1729 (Tips for Defining): Mention marking variables as safe.
1730 (Buffer-Local Variables): Mention terminal-local and frame-local
1731 variables together.
1732 (File Local Variables): Copyedits.
1733 (Frame-Local Variables): Note that they are not really useful.
1734 (Future Local Variables): Node deleted.
1735
d55f6ca5
CY
1736 * objects.texi (General Escape Syntax): Update explanation of
1737 unicode escape syntax.
1738
ca8f09a8
CY
17392009-02-23 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * control.texi (Control Structures): Add cindex entry for "textual
1742 order".
1743
1744 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1745 instead of "expression" throughout.
1746 (Function Indirection): Copyedits. Use active voice.
1747 (Eval): The default value of max-lisp-eval-depth is now 400.
1748
a20878b6
MB
17492009-02-23 Miles Bader <miles@gnu.org>
1750
1751 * processes.texi (System Processes): Rename `system-process-attributes'
1752 to `process-attributes'.
1753
61f66044
CY
17542009-02-22 Chong Yidong <cyd@stupidchicken.com>
1755
1b80d1f3
CY
1756 * symbols.texi (Property Lists): Emphasize that property lists are
1757 not restricted to symbol cells.
1758 (Other Plists): Copyedit.
1759
61f66044
CY
1760 * sequences.texi (Sequences Arrays Vectors): Make introduction
1761 more concise.
1762 (Arrays): Mention char-tables and bool-vectors too.
1763 (Vectors): Don't repeat information given in Arrays node. Link to
1764 nodes that explain the vector usage examples.
1765 (Char-Tables): Note that char-table elements can have arbitrary
1766 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1767 Link to Property Lists node.
61f66044 1768
9403944b
CY
17692009-02-22 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1772 `append'.
4068c7b4 1773 (List Elements): Copyedits.
9403944b
CY
1774
1775 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1776 of `vconcat'.
1777
1778 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1779 Emacs 20 usage of `concat'.
1780 (Case Conversion): Copyedits.
1781
b87a185f
CY
17822009-02-21 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1785 Minor edits.
1786 (Frame Configuration Type): Emphasize that it is not primitive.
1787 (Font Type): New node.
1788 (Type Predicates): Add fontp; type-of now recognizes font object
1789 types.
1790
1791 * intro.texi (Version Info): Update version numbers in examples.
1792 (Acknowledgements): List more contributors.
1793
1794 * elisp.texi: Bump version number to 3.0.
1795 (Top): Link to Font Type node.
1796
867d4bb3
JB
17972009-02-20 Juanma Barranquero <lekktu@gmail.com>
1798
1799 * modes.texi (Major Mode Conventions): Remove duplicate words.
1800 (Customizing Keywords): Fix typo.
1801
77730170
EZ
18022009-02-14 Eli Zaretskii <eliz@gnu.org>
1803
1804 * nonascii.texi (User-Chosen Coding Systems): Document that
1805 select-safe-coding-system suggests raw-text if there are raw bytes
1806 in the region.
1807 (Explicit Encoding): Warn not to use `undecided' when encoding.
1808
c8736212
GM
18092009-02-11 Glenn Morris <rgm@gnu.org>
1810
1811 * frames.texi (Visibility of Frames): Mention the effect multiple
1812 workspaces/desktops can have on visibility.
1813
ab992d66
EZ
18142009-02-07 Eli Zaretskii <eliz@gnu.org>
1815
c8736212
GM
1816 * text.texi (Commands for Insertion):
1817 * commands.texi (Event Mod):
1818 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1819 * nonascii.texi (Translation of Characters):
1820 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1821 (Explicit Encoding): Document the `charset' text property produced
1822 by decode-coding-region and decode-coding-string.
ab992d66 1823
e651a255
AM
18242009-01-27 Alan Mackenzie <acm@muc.de>
1825
1826 * modes.texi (Search-based Fontification): Correct a typo.
1827
bc5cde4b
JB
18282009-01-25 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1831 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1832
3533155b
EZ
18332009-01-24 Eli Zaretskii <eliz@gnu.org>
1834
f721deda
EZ
1835 * display.texi (Window Systems): Document the value of
1836 `initial-window-system' under --daemon.
1837
3533155b
EZ
1838 * os.texi (System Environment): Remove description of the
1839 `environment' function which has been deleted.
1840
f79b43b2
DN
18412009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1842
1843 * frames.texi (Multiple Displays): Remove documentation for
1844 removed function make-frame-on-tty.
1845
e3aa6669
CY
18462009-01-22 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1849 write-region-annotate-functions.
1850 Document write-region-post-annotation-function.
e3aa6669 1851
fb13a416
CY
18522009-01-19 Chong Yidong <cyd@stupidchicken.com>
1853
1854 * display.texi (Font Lookup): Document WIDTH argument of
1855 x-list-fonts.
1856
02eccf6b
EZ
18572009-01-17 Eli Zaretskii <eliz@gnu.org>
1858
ead3f58d
EZ
1859 * maps.texi (Standard Keymaps): Rename function-key-map to
1860 local-function-key-map.
1861
1862 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1863 local-function-key-map.
1864
1865 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1866 and `set-keyboard-coding-system' now accept an optional terminal
1867 argument.
1868
1869 * commands.texi (Event Mod): `keyboard-translate-table' is now
1870 terminal-local.
1871 (Function Keys): Rename function-key-map to
1872 local-function-key-map.
1873
df05a163
EZ
1874 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1875 frames.texi.
1876
0ed8034e 1877 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1878 `delete-terminal-functions', `suspend-tty-functions' and
1879 `resume-tty-functions'.
0ed8034e
EZ
1880
1881 * frames.texi (Frames): Document `frame-terminal' and
1882 `terminal-live-p'.
1883 (Multiple Displays): Document `make-frame-on-tty'.
1884 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1885 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1886 (Terminal Parameters): Document `terminal-parameters',
1887 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1888
1889 * os.texi (System Environment): Document `environment' and
1890 `initial-environment'.
490f1197
EZ
1891 (Suspending Emacs): Update for multi-tty; document
1892 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1893
02eccf6b
EZ
1894 * nonascii.texi (Coding System Basics): More accurate description
1895 of `raw-text'.
1896
f19fea97
JB
18972009-01-12 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * display.texi (Low-Level Font): Fix typo.
1900
16fa292f
CY
19012009-01-10 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * elisp.texi (Top): Update node listing.
1904
1905 * display.texi (PostScript Images): Node deleted.
1906
0b4faef3
EZ
19072009-01-10 Eli Zaretskii <eliz@gnu.org>
1908
3355f04d
EZ
1909 * processes.texi (Decoding Output): Document that null bytes force
1910 no-conversion for reading process output.
1911
1912 * files.texi (Reading from Files): Document that null bytes force
1913 no-conversion when visiting files.
1914
11625308 1915 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1916
5dcb4c4e
SM
1917 * nonascii.texi (Lisp and Coding Systems):
1918 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1919 (Character Properties): Improve wording.
0b4faef3 1920
ce9cf065
CY
19212009-01-09 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * display.texi (Font Lookup): Remove obsolete function
1924 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1925 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1926 (Font Selection): Reorder order of variable descriptions.
1927 Minor clarifications.
ce9cf065
CY
1928
1929 * elisp.texi (Top): Update node listing.
1930
ab756fb3
GM
19312009-01-09 Glenn Morris <rgm@gnu.org>
1932
1933 * commands.texi (Command Loop Info): Say that last-command-char and
1934 last-input-char are obsolete aliases.
1935
1936 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1937 last-input-char and last-command-char, since they are just aliases for
1938 last-input-event and last-command-event.
1939
1940 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1941 last-command-char.
1942
6b2b8ab1
CY
19432009-01-08 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * elisp.texi: Update node listing.
1946
1947 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1948 (Face Attributes): Don't link to Font Lookup.
1949 Document font-family-list.
6b2b8ab1
CY
1950 (Fonts): New node.
1951
3568e767
JR
19522009-01-08 Jason Rumney <jasonr@gnu.org>
1953
1954 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1955 changing the standard pointer shapes. (Bug#1485)
3568e767 1956
6221c8db
CY
19572009-01-08 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * display.texi (Attribute Functions): Note that a function value
1960 :height is relative, and that compatibility functions work by
1961 calling set-face-attribute.
1962 (Displaying Faces): Reorder list in order of increasing priority.
1963 (Face Remapping): New node. Content moved here from Displaying
1964 Faces.
1965 (Glyphs): Link to Face Functions.
1966
e3d3799a
CY
19672009-01-08 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * display.texi (Faces): Don't discuss face id here. facep does
1970 not return t.
1971 (Defining Faces): Minor clarification.
1972 (Face Attributes): Rearrange items to match docstring of
1973 set-face-attribute. Add :foundry attribute. Document new role of
1974 :font attribute. Texinfo usage fix.
1975 (Attribute Functions): Copyedits.
1976 (Face Functions): Note that face number is seldom used.
1977
638a2457
RS
19782009-01-05 Richard M Stallman <rms@gnu.org>
1979
1980 * strings.texi (Predicates for Strings): Minor clarification.
1981
1982 * functions.texi (Function Safety): Texinfo usage fix.
1983
49ea0074
JB
19842009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1985
1986 * objects.texi (General Escape Syntax): Fix typo.
1987
9f822178
MR
19882009-01-03 Martin Rudalics <rudalics@gmx.at>
1989
1990 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1991 works via the default value of pop-up-frame-function.
1992
af34ad36
EZ
19932009-01-02 Eli Zaretskii <eliz@gnu.org>
1994
1995 * processes.texi (System Processes): Document the `time' and
1996 `ctime' attributes of `system-process-attributes'.
1997
d31f6679
CY
19982009-01-01 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * display.texi (Face Attributes): Clarify :height attribute.
2001
174dc00c
MR
20022008-12-31 Martin Rudalics <rudalics@gmx.at>
2003
2004 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2005 the front of the buffer list. Add entries for `last-buffer' and
2006 `unbury-buffer'.
2007
b8afe7e4
EZ
20082008-12-27 Eli Zaretskii <eliz@gnu.org>
2009
d14030f5
EZ
2010 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2011 and its subsections.
2012
2013 * frames.texi (Multiple Terminals, Low-level Terminal)
2014 (Terminal Parameters, Frames on Other TTY devices): New sections.
2015 (Frames): Add an xref to "Multiple Terminals".
2016
765980a4
EZ
2017 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2018
2019 * objects.texi (Terminal Type): New node.
2020 (Editing Types): Add it to the menu.
2021
47bd5577
EZ
2022 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2023 Variables".
2024
eb22b78c 2025 * variables.texi (Directory Local Variables): New node.
47bd5577 2026 (Variables): Add a menu item for it.
eb22b78c 2027
b8afe7e4
EZ
2028 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2029 `generated-autoload-file'.
2030
77bb0476
EZ
20312008-12-20 Eli Zaretskii <eliz@gnu.org>
2032
028e2c19
EZ
2033 * os.texi (Startup Summary): Add xref to documentation of
2034 `initial-window-system'.
2035
77bb0476
EZ
2036 * display.texi (Window Systems): Document `window-system' the
2037 function. The variable `window-system' is now frame-local.
028e2c19 2038 Document `initial-window-system'.
77bb0476 2039
dda87836
MR
20402008-12-19 Martin Rudalics <rudalics@gmx.at>
2041
2042 * windows.texi (Windows): Rewrite description of
2043 fit-window-to-buffer.
2044
caef3ed2
GM
20452008-12-13 Glenn Morris <rgm@gnu.org>
2046
2047 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2048 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2049
21c58e4d
GM
20502008-12-12 Glenn Morris <rgm@gnu.org>
2051
2052 * debugging.texi (Error Debugging): Refer forwards to
2053 eval-expression-debug-on-error.
2054
af38459f
EZ
20552008-12-05 Eli Zaretskii <eliz@gnu.org>
2056
5dedd9b5
EZ
2057 * strings.texi (String Basics): Only unibyte strings that
2058 represent key sequences hold 8-bit raw bytes.
2059
af38459f
EZ
2060 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2061 paragraph to speak about `undecided'.
2062 (Character Properties): Don't explain the meaning of each
2063 property; instead, identify their Unicode Standard names.
b3f1f4a5 2064 (Character Sets): Document `map-charset-chars'.
af38459f 2065
fa047ae7
GM
20662008-12-02 Glenn Morris <rgm@gnu.org>
2067
2068 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2069 section yet again.
2070
47dbc044
EZ
20712008-11-29 Eli Zaretskii <eliz@gnu.org>
2072
98d05998
EZ
2073 * nonascii.texi (Character Properties): New Section.
2074 (Specifying Coding Systems): Document
2075 `coding-system-priority-list', `set-coding-system-priority', and
2076 `with-coding-priority'.
2077 (Lisp and Coding Systems): Document `check-coding-systems-region'
2078 and `coding-system-charset-list'.
2079 (Coding System Basics): Document `coding-system-aliases'.
2080
2081 * elisp.texi (Top): Add a @detailmenu entry for "Character
2082 Properties".
2083
47dbc044
EZ
2084 * objects.texi (Character Type): Correct the range of Emacs
2085 characters. Add an @xref to "Character Codes".
2086
2087 * strings.texi (String Basics): Add an @xref to "Character Codes".
2088
2089 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2090
2091 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2092 (Character Codes): Document `max-char'.
2093
8b80cdf5
EZ
20942008-11-28 Eli Zaretskii <eliz@gnu.org>
2095
2096 * nonascii.texi (Text Representations, Converting Representations)
2097 (Character Sets, Scanning Charsets, Translation of Characters):
2098 Make text more accurate.
2099
a99dceba
GM
21002008-11-28 Glenn Morris <rgm@gnu.org>
2101
2102 * files.texi (Format Conversion Round-Trip): Improve previous change.
2103
f6dc3bed
CY
21042008-11-26 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * modes.texi (Auto Major Mode): Fix example.
2107
5da9413d
GM
21082008-11-25 Glenn Morris <rgm@gnu.org>
2109
2110 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2111
2112 * files.texi (Format Conversion Round-Trip):
2113 Use active voice for previous change.
2114
fcca848c
CY
21152008-11-25 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * os.texi (Processor Run Time):
2118 * processes.texi (Transaction Queues):
2119 * markers.texi (The Mark):
2120 * windows.texi (Choosing Window, Selecting Windows):
2121 * files.texi (Changing Files, Magic File Names):
2122 * commands.texi (Key Sequence Input):
2123 * functions.texi (Declaring Functions):
2124 * strings.texi (Predicates for Strings):
2125 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2126
36c8dc54
CY
21272008-11-24 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * help.texi (Accessing Documentation): Update example.
2130
2131 * variables.texi (Defining Variables): Note that `*' is not
2132 necessary if defcustom is used.
2133
2a79b242
EZ
21342008-11-22 Eli Zaretskii <eliz@gnu.org>
2135
2136 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2137 Characters" from @detailmenu.
2138
2139 * nonascii.texi (Character Codes, Character Sets)
2140 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2141 (Chars and Bytes, Splitting Characters): Sections removed.
2142
392f0d26
LK
21432008-11-22 Lute Kamstra <lute@gnu.org>
2144
2145 * positions.texi (Text Lines): Update goto-line documentation.
2146
af1a5cd5
MR
21472008-11-21 Martin Rudalics <rudalics@gmx.at>
2148
6a4cfb0c
MR
2149 * frames.texi (Frames): Fix typo, add cross references, reword.
2150 (Initial Parameters): Reword special-display-frame-alist text.
2151 (Frames and Windows): Reword. Describe argument norecord for
2152 set-frame-selected-window.
2153 (Input Focus): Describe argument norecord for select-frame.
2154 Remove comment on MS-Windows behavior for focus-follows-mouse.
2155 (Raising and Lowering): Mention windows-frames dichotomy in
2156 metaphor.
2157
af1a5cd5
MR
2158 * windows.texi (Displaying Buffers, Vertical Scrolling)
2159 (Horizontal Scrolling): Fix indenting and rewording issues
2160 introduced with 2008-11-07 change.
2161
c249fa9c
GM
21622008-11-20 Glenn Morris <rgm@gnu.org>
2163
2164 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2165 element of `format-alist'.
2166
204d4665
GM
21672008-11-19 Glenn Morris <rgm@gnu.org>
2168
2169 * doclicense.texi: Update to FDL 1.3.
2170 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2171
cc0910af
CY
21722008-11-18 Chong Yidong <cyd@stupidchicken.com>
2173
efe6e7c4
CY
2174 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2175 vars, which are obsolete. Mention jit-lock-register.
2176
5dcb4c4e
SM
2177 * modes.texi (Other Font Lock Variables):
2178 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2179
cc0910af
CY
2180 * frames.texi (Color Parameters): Document alpha parameter.
2181
aeeedf76
MR
21822008-11-16 Martin Rudalics <rudalics@gmx.at>
2183
2184 * windows.texi (Splitting Windows, Deleting Windows)
2185 (Selecting Windows, Cyclic Window Ordering)
2186 (Buffers and Windows, Displaying Buffers, Choosing Window)
2187 (Dedicated Windows, Window Point, Window Start and End)
2188 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2189 (Size of Window, Resizing Windows, Window Configurations)
2190 (Window Parameters): Avoid @var at beginning of sentences and
2191 reword accordingly.
2192
4c565c5c
LK
21932008-11-11 Lute Kamstra <lute@gnu.org>
2194
2195 * files.texi (File Name Components): Fix file-name-extension
2196 documentation.
2197
25f494c9
JB
21982008-11-11 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * frames.texi (Basic Parameters): Remove display-environment-variable
2201 and term-environment-variable.
2202
a1401ab1
EZ
22032008-11-08 Eli Zaretskii <eliz@gnu.org>
2204
2205 * windows.texi (Basic Windows, Splitting Windows)
2206 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2207 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2208 (Resizing Windows, Window Configurations, Window Parameters):
2209 Fix wording and markup.
a1401ab1 2210
efafc282
MR
22112008-11-07 Martin Rudalics <rudalics@gmx.at>
2212
2213 * windows.texi (Windows): Update entries.
2214 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2215 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2216 (Selecting Windows, Cyclic Window Ordering): Reword with special
2217 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2218 (Buffers and Windows, Choosing Window): Reword with special
2219 emphasis on dedicated windows.
2220 (Displaying Buffers): Reword. For switch-to-buffer mention that
2221 it may fall back on pop-to-buffer. For other-window try to
2222 explain how it treats the cyclic ordering of windows.
efafc282
MR
2223 (Dedicated Windows): New node and section discussing dedicated
2224 windows and associated functions.
86ab855a 2225 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2226 (Window Start and End): Rename node and section title. Reword.
2227 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2228 Minor rewording.
2229 (Size of Window): Reword, in particular text on window-width.
2230 (Resizing Windows): Reword. Add text on balancing windows.
2231 (Window Configurations): Reword. Mention window parameters.
2232 (Window Parameters): New node and section on window parameters.
2233 (Window Hooks): Reword. Mention that
2234 window-configuration-change-hook is run "buffer-locally".
2235 * elisp.texi (Top): Update Windows entries in @detailmenu
2236 section.
2237
d60a8ab2
JB
22382008-11-04 Juanma Barranquero <lekktu@gmail.com>
2239
2240 * searching.texi (Regexp Search): Fix typo.
2241
01777627
CY
22422008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2243
2244 * searching.texi (Regexp Search): Document GREEDY arg.
2245 (Simple Match Data): Fix return value.
2246
c4526e93
EZ
22472008-11-01 Eli Zaretskii <eliz@gnu.org>
2248
2249 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2250 with Emacs 23 internal representation of characters.
2251 Document `unibyte-string'.
c4526e93 2252
fe2ae8b5
CY
22532008-10-28 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * processes.texi (Process Information): Note that process-status
2256 does not accept buffer names.
2257
cc5a21e3
CY
22582008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2259
2260 * positions.texi (Skipping Characters): Correct return value of
2261 skip-chars-forward.
2262
09460d9a
MR
22632008-10-25 Martin Rudalics <rudalics@gmx.at>
2264
520b29e7
MR
2265 * windows.texi (Deleting Windows): Update documentation of
2266 delete-windows-on.
2267 (Buffers and Windows): Update documentations of
2268 get-buffer-window and get-buffer-window-list.
2269 (Displaying Buffers): Update documentation of
2270 replace-buffer-in-windows.
2271
09460d9a
MR
2272 * buffers.texi (Current Buffer): Reword set-buffer and
2273 with-current-buffer documentations.
2274 (Creating Buffers): Reword documentation of get-buffer-create.
2275
4d48fcdc
MR
22762008-10-23 Martin Rudalics <rudalics@gmx.at>
2277
2278 * buffers.texi (Current Buffer): Reword documentation of
2279 set-buffer.
2280 (Buffer Names): Reword documentation of buffer-name.
2281 (The Buffer List): For bury-buffer explain what happens with the
2282 buffer's window.
2283 (Creating Buffers): Say that get-buffer-create's arg is called
2284 buffer-or-name.
2285
f0143c43
CY
22862008-10-22 Chong Yidong <cyd@stupidchicken.com>
2287
3e5dbbd3
CY
2288 * advice.texi (Computed Advice): Explain what DEFINITION is.
2289
f0143c43
CY
2290 * nonascii.texi (Character Codes): Remove obsolete function
2291 char-valid-p, and document characterp instead.
2292
52a94b85
MR
22932008-10-22 Martin Rudalics <rudalics@gmx.at>
2294
2295 * windows.texi (Displaying Buffers): Reword documentation of
2296 pop-to-buffer.
2297 (Choosing Window): Rewrite documentation of display-buffer and
2298 its options.
2299
f76f8246
MR
2300 * buffers.texi (Killing Buffers): Update documentation of
2301 kill-buffer.
2302
acc8b598
EZ
23032008-10-21 Eli Zaretskii <eliz@gnu.org>
2304
80e6b6df
EZ
2305 * processes.texi (Serial Ports): Fix wording and improve markup.
2306
3645358a
EZ
2307 * searching.texi (Regexp Search): Document `string-match-p' and
2308 `looking-at-p'.
2309 (POSIX Regexps): Add an xref for "non-greedy".
2310 (Regexp Special): Add @cindex entry for "non-greedy".
2311
b3d50cff 2312 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2313 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2314
73b7530a
EZ
2315 * frames.texi (Color Names): Add an xref to `read-color'.
2316
2317 * minibuf.texi (High-Level Completion): Document `read-color'.
2318
acc8b598
EZ
2319 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2320
2321 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2322
2323 * buffers.texi (Swapping Text): New section, documents
2324 `buffer-swap-text'.
2325
10e187e8
MR
23262008-10-21 Martin Rudalics <rudalics@gmx.at>
2327
2328 * windows.texi (Resizing Windows): Minor wording fix.
2329
fd6f900c
EZ
23302008-10-20 Eli Zaretskii <eliz@gnu.org>
2331
2332 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2333 and `combine-and-quote-strings'.
2334
2335 * strings.texi (Creating Strings): Add xrefs for them.
2336
e4372165
EZ
23372008-10-19 Eli Zaretskii <eliz@gnu.org>
2338
d6328fba
EZ
2339 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2340 match the corresponding menu in minibuf.texi.
2341
e4372165
EZ
2342 * minibuf.texi (Reading File Names): Document `read-shell-command'
2343 and `minibuffer-local-shell-command-map'.
2344
5d8dda33
MR
23452008-10-19 Martin Rudalics <rudalics@gmx.at>
2346
2347 * windows.texi (Resizing Windows): Remove var{} around "window" in
2348 documentation of enlarge-window.
2349 Rewrite documentation of window-min-height and window-min-width.
2350
437706cd
EZ
23512008-10-19 Eli Zaretskii <eliz@gnu.org>
2352
80f85d7c
EZ
2353 * functions.texi (Calling Functions): Document `apply-partially'.
2354
291703b5
EZ
2355 * hooks.texi (Standard Hooks): Mention
2356 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2357
2358 * variables.texi (File Local Variables): Document
2359 `file-local-variables-alist', `before-hack-local-variables-hook'
2360 and `hack-local-variables-hook'.
2361
583d8b3c
EZ
2362 * processes.texi (Synchronous Processes): Document `process-lines'.
2363
5dcb4c4e
SM
2364 * customize.texi (Variable Definitions):
2365 Document `custom-reevaluate-setting'.
437706cd 2366
7e51d89b
MR
23672008-10-18 Martin Rudalics <rudalics@gmx.at>
2368
2369 * windows.texi (Choosing Window, Deleting Windows)
2370 (Displaying Buffers): Expand documentation of dedicated windows.
2371
43c59a3d
EZ
23722008-10-18 Eli Zaretskii <eliz@gnu.org>
2373
018a960d
EZ
2374 * files.texi (Changing Files): Document symbolic input of file
2375 modes to `set-file-modes'. Document `read-file-modes' and
2376 `file-modes-symbolic-to-number'.
2377
2c0b8144
EZ
2378 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2379 and `search-map'.
2380
5dcb4c4e
SM
2381 * searching.texi (Search and Replace):
2382 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2383 Document `multi-query-replace-map'.
80120f13 2384
6d4913f0 2385 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2386 (Completion Commands, Reading File Names):
2387 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2388 `minibuffer-local-filename-must-match-map'.
2389 (Minibuffer Completion): The `require-match' argument to
2390 `completing-read' can now have the value `confirm-only'.
2391
43c59a3d
EZ
2392 * windows.texi (Displaying Buffers): Minor wording fix.
2393 (Choosing Window): `split-height-threshold' can now be nil.
2394 Document `split-width-threshold'. `pop-up-frames' can have the
2395 value `graphic-only'.
2396
f36acfd9
EZ
23972008-10-17 Eli Zaretskii <eliz@gnu.org>
2398
2399 * os.texi (Startup Summary): Document `before-init-time' and
2400 `after-init-time'. Document `initial-window-system' and
2401 `window-system-initialization-alist'. Document reading the
2402 abbrevs file. Document the call to `server-start' under --daemon.
2403 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2404 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2405 (Time Parsing): Document `format-seconds'.
f36acfd9 2406
96995b89
MR
24072008-10-17 Martin Rudalics <rudalics@gmx.at>
2408
2409 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2410 and reword.
2411
2de17c73
EZ
24122008-10-16 Eli Zaretskii <eliz@gnu.org>
2413
2414 * markers.texi (The Mark): Document use-region-p.
2415
9cf52b11
EZ
24162008-10-15 Eli Zaretskii <eliz@gnu.org>
2417
c3aaf1d7
EZ
2418 * internals.texi (Writing Emacs Primitives): The interactive spec
2419 of a primitive can be a Lisp form.
2420
841a1743
EZ
2421 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2422 values of transient-mark-mode. Document handle-shift-selection.
2423
2424 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2425 (Interactive Examples): Show an example of `^'.
2426 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2427 (Defining Commands, Using Interactive): The interactive-form of a
2428 function can be added via its symbol's property.
841a1743 2429
52441368
EZ
2430 * positions.texi (List Motion): beginning-of-defun-function can
2431 now accept an argument.
2432
8e8c1a72
EZ
2433 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2434 now return a list of strings.
2435
a33a1f2a
EZ
2436 * control.texi (Handling Errors): Document ignore-errors.
2437
4fb04348
EZ
2438 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2439 (Parameter Access): Document set-frame-parameter.
2440
ee666f84
EZ
2441 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2442 Hooks" for the effect of kill-all-local-variables on local hook
2443 functions.
2444
9cf52b11
EZ
2445 * modes.texi (Major Mode Conventions, Mode Line Variables):
2446 `mode-name' need not be a string. xref to "Mode Line Data" for
2447 details, and to "Emulating Mode Line" for computing a string
2448 value.
2449
22526bc4
EZ
24502008-10-14 Eli Zaretskii <eliz@gnu.org>
2451
a65f6a85
EZ
2452 * processes.texi (System Processes): New section.
2453 (Processes, Signals to Processes): Add xrefs to it.
2454
2455 * objects.texi (Editing Types): A `process' is a subprocess of
2456 Emacs, not just any process running on the OS.
2457
2458 * elisp.texi (Top): Adjust the @detailmenu for the above two
2459 changes.
2460
2724b26a
EZ
2461 * sequences.texi (Char-Tables): Remove documentation of
2462 set-char-table-default, which has no effect since Emacs 23.
2463 <char-table-range, set-char-table-range>: Don't mention generic
2464 characters and charsets. Add a cons cell as a possible argument.
2465
2466 * nonascii.texi (Splitting Characters)
2467 (Translation of Characters): Don't mention generic characters.
2468
2469 * display.texi (Fontsets): Don't mention generic characters.
2470
22526bc4 2471 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2472 argument FUNCTION with a cons cell as KEY.
22526bc4 2473
eaf4b689
EZ
24742008-10-13 Eli Zaretskii <eliz@gnu.org>
2475
45e46036
EZ
2476 * objects.texi (Primitive Function Type): Move "@cindex special
2477 forms" from here...
2478
2479 * eval.texi (Special Forms): ...to here.
2480
2481 * functions.texi (What Is a Function): `functionp' returns nil for
2482 special forms. Add an xref.
2483
eaf4b689
EZ
2484 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2485 Variables".
2486
2487 * variables.texi (Frame-Local Variables): New section.
2488 (Buffer-Local Variables): Add an xref to it.
2489 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2490 have both frame-local and buffer-local binding.
2491
2492 * frames.texi (Frames): Mention multiple tty frames.
2493 (Frame Parameters, Parameter Access): Mention frame-local variable
2494 bindings.
2495
15688fce
GM
24962008-09-20 Glenn Morris <rgm@gnu.org>
2497
2498 * display.texi (Defining Faces): Recommend against face variables.
2499
35539065
JB
25002008-09-16 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * display.texi (Echo Area Customization): Fix typo.
2503
6a57054b
JB
25042008-09-09 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * loading.texi (Where Defined): Add `defface' item.
2507
d632fb82
MR
25082008-09-06 Martin Rudalics <rudalics@gmx.at>
2509
2510 * loading.texi (Where Defined): Fix description of symbol-file.
2511
905a9adb
JR
25122008-08-26 Jason Rumney <jasonr@gnu.org>
2513
2514 * display.texi (TIFF Images): New section describing :index property.
2515
852e91b7
CY
25162008-08-23 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * display.texi (Temporary Displays): Remove unnecessary comment
2519 about usage of temp-buffer-show-hook.
2520
6be001ee
CY
25212008-08-05 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * symbols.texi (Other Plists): Fix incorrect example.
2524 Suggested by Florian Beck.
2525
58e3d8e8
JB
25262008-07-31 Juanma Barranquero <lekktu@gmail.com>
2527
2528 * os.texi: Fix previous change.
2529
7c2fb837
DN
25302008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * os.texi:
2533 * intro.texi:
2534 * files.texi: Remove VMS support.
2535
9e2a2647
DN
25362008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2537
2538 * os.texi:
2539 * frames.texi:
2540 * display.texi: Remove mentions of Mac Carbon.
2541
c4f4682b
MB
25422008-07-01 Miles Bader <miles@gnu.org>
2543
2544 * text.texi (Special Properties):
2545 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2546
3696411e
JB
25472008-06-28 Johan Bockgård <bojohan@gnu.org>
2548
2549 * display.texi (Other Image Types): Fix copy/paste error; say
2550 "PBM", not "XBM".
2551
f2a77c3a
DN
25522008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2553
2554 * os.texi: Remove references to obsolete systems.
2555
6d52677d
EZ
25562008-06-20 Eli Zaretskii <eliz@gnu.org>
2557
2558 * makefile.w32-in (distclean): Remove makefile.
2559
1a87da4c
GM
25602008-06-17 Glenn Morris <rgm@gnu.org>
2561
2562 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2563 (elisp, dist): Remove rules and variables that are obsolete now
2564 the lisp manual is no longer distributed separately.
2565
fdda1c5d
GM
25662008-06-16 Glenn Morris <rgm@gnu.org>
2567
646692e9
GM
2568 * configure, configure.in, mkinstalldirs: Remove unused files.
2569
2570 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2571 * vol1.texi (EMACSVER):
6a57054b 2572 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2573
2574 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2575 as per maintain.info.
2576
611bee81
GM
25772008-06-15 Glenn Morris <rgm@gnu.org>
2578
a7bed3a0
GM
2579 * makefile.w32-in (manual): Use "23" rather than "21".
2580
2581 * Makefile.in (emacsver): New, set by configure.
2582 (manual): Use emacsver.
2583
d794edf2
GM
2584 * intro.texi: Report bugs using M-x report-emacs-bug.
2585
611bee81
GM
2586 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2587
c73e02fa
GM
25882008-06-13 Daniel Engeler <engeler@gmail.com>
2589
2590 * elisp.texi, internals.texi, processes.texi: Add documentation
2591 about serial port access.
2592
e40a85cd
MB
25932008-06-05 Miles Bader <miles@gnu.org>
2594
2595 * display.texi (Displaying Faces): Update to reflect function
2596 renamings in face-remap.el.
2597
7b753744
JB
25982008-06-05 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * display.texi (Fontsets): Fix typos.
2601
9d3d42fb
MB
26022008-06-03 Miles Bader <miles@gnu.org>
2603
7b753744
JB
2604 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2605 remove-relative-face-remapping, set-base-face-remapping,
2606 and set-default-base-face-remapping.
9d3d42fb 2607
f2cec7a9
MB
26082008-06-01 Miles Bader <miles@gnu.org>
2609
2610 * display.texi (Displaying Faces): Add face-remapping-alist.
2611
8f39c96d
SM
26122008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2615 variable names.
2616
1ef5eecc
ER
26172008-05-03 Eric S. Raymond <esr@golux>
2618
352c8b4a 2619 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2620 (current-global-map) return references, not copies.
2621
63b4387f
JL
26222008-05-02 Juri Linkov <juri@jurta.org>
2623
2624 * minibuf.texi (Text from Minibuffer): Document a list of
2625 default values for `read-from-minibuffer'.
2626
38a8b703
JB
26272008-04-24 Juanma Barranquero <lekktu@gmail.com>
2628
2629 * nonascii.texi (Translation of Characters): Fix previous change.
2630
7c42e639
CY
26312008-04-20 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * display.texi (Overlay Properties): Clarify role of underlying
2634 textprop and overlay keymaps for display strings.
2635
2636 * keymaps.texi (Active Keymaps): Ditto.
2637
25c0d999
SM
26382008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * minibuf.texi (Programmed Completion):
2641 Replace dynamic-completion-table with the new completion-table-dynamic.
2642
e3af5968
CY
26432008-04-07 Chong Yidong <cyd@stupidchicken.com>
2644
2645 * intro.texi (Some Terms): Change "fonts in this manual" index
2646 entry to "typographic conventions".
2647
6bfc8698
EZ
26482008-04-05 Eli Zaretskii <eliz@gnu.org>
2649
2650 * objects.texi (Text Props and Strings): Add indexing for read
2651 syntax of text properties.
2652
4972c361
SM
26532008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * processes.texi (Decoding Output): Remove process-filter-multibyte
2656 functions.
2657
c70a68db
MR
26582008-03-15 Martin Rudalics <rudalics@gmx.at>
2659
2660 * display.texi (Finding Overlays): Say that empty overlays at
2661 the end of the buffer are reported too.
2662
1291fd36
GM
26632008-03-13 Glenn Morris <rgm@gnu.org>
2664
2665 * elisp.texi (EMACSVER): Set to 23.0.60.
2666
c6b0dfd5
CY
26672008-02-26 Chong Yidong <cyd@stupidchicken.com>
2668
38a8b703 2669 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2670
875fc30c
GM
26712008-02-22 Glenn Morris <rgm@gnu.org>
2672
2673 * frames.texi (Position Parameters): Clarify the description of
2674 `left' and `top', using information from "Geometry".
2675 (Geometry): Give a pointer to "Position Parameters", rather than
2676 repeating information.
2677
d8c8e45a
GM
26782008-02-11 Glenn Morris <rgm@gnu.org>
2679
2680 * objects.texi (Equality Predicates): No longer talk about "two"
2681 functions.
2682
38a8b703 26832008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2684
2685 * objects.texi (Equality Predicates): Add defun for
2686 equal-including-properties.
2687
bfffe0b1
GM
26882008-02-10 Glenn Morris <rgm@gnu.org>
2689
2690 * objects.texi (Equality Predicates):
2691 Mention equal-including-properties.
2692
431b78c9
RS
26932008-02-07 Richard Stallman <rms@gnu.org>
2694
2695 * windows.texi (Window Start): Mention the feature of moving
2696 window-start to start of line.
2697
c8763fb6 26982008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2699
2700 * keymaps.texi (Tool Bar): Document rtl property.
2701
1a256502
TTN
27022008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2703
2704 * display.texi (Button Types):
2705 For define-button-type, clarify type of NAME.
2706
569382c2
MR
27072008-01-19 Martin Rudalics <rudalics@gmx.at>
2708
2709 * buffers.texi (Buffer Modification): Fix typo.
2710
f3041af1
DN
27112008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * os.texi (System Environment): Remove references to OSes that are
2714 not supported anymore.
2715
d35e1cd7
DN
27162008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * os.texi (System Environment): Remove mention for Masscomp.
2719
23af7580
RS
27202008-01-04 Richard Stallman <rms@gnu.org>
2721
2722 * display.texi (Faces): Don't talk about internal face vector as arg
2723 to facep.
2724
2725 * customize.texi (Type Keywords): Fix previous change.
2726
2727 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2728 * elisp.texi (Top): Fix menu for commands.texi change.
2729
ec7d5b1e
RS
27302007-12-30 Richard Stallman <rms@gnu.org>
2731
5dcb4c4e 2732 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2733 (Accessing Scroll): New node broken out of Accessing Mouse.
2734
101a6cea
RS
27352007-12-28 Richard Stallman <rms@gnu.org>
2736
2737 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2738 (Basic Parameters): For `title', refer to title bar.
041817a4 2739 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2740
72b7e664
RS
27412007-12-23 Richard Stallman <rms@gnu.org>
2742
2743 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2744 Improve some of the commented-out keywords' text too.
2745
27a4f445
MR
27462007-12-14 Martin Rudalics <rudalics@gmx.at>
2747
e2e3f1d7
MR
2748 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2749 "visit the current buffer".
2750
27a4f445
MR
2751 * os.texi (System Interface): Fix typo.
2752
a2afc99d
RS
27532007-12-04 Richard Stallman <rms@gnu.org>
2754
2755 * objects.texi (Symbol Type): Fix typo.
2756
b694135c
RS
27572007-12-03 Richard Stallman <rms@gnu.org>
2758
2759 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2760
f99a19da
GM
27612007-12-01 Glenn Morris <rgm@gnu.org>
2762
2763 * functions.texi (Declaring Functions): Improve previous change.
2764
8f4b37d8
GM
27652007-11-30 Glenn Morris <rgm@gnu.org>
2766
2767 * functions.texi (Declaring Functions): Add optional fourth
2768 argument of declare-function, and setting third argument to `t'.
2769
61a2fe01
RS
27702007-11-29 Richard Stallman <rms@gnu.org>
2771
2772 * customize.texi (Composite Types): Document `group' type.
2773
cbfc5193
GM
27742007-11-29 Glenn Morris <rgm@gnu.org>
2775
5dcb4c4e
SM
2776 * functions.texi (Declaring Functions): Add findex.
2777 Mention `external' files.
cbfc5193 2778
8386283a
JB
27792007-11-26 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * functions.texi (Declaring Functions): Fix directive.
2782
a07c9a8b
RS
27832007-11-25 Richard Stallman <rms@gnu.org>
2784
2785 * help.texi (Help Functions): Clean up last change.
2786
2787 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2788
2789 * loading.texi (Named Features): Minor cleanup.
2790
2791 * macros.texi (Eval During Expansion): Minor cleanup.
2792
2793 * variables.texi (Variable Aliases): Minor cleanup.
2794
a0925923
RS
27952007-11-24 Richard Stallman <rms@gnu.org>
2796
2797 * functions.texi (Declaring Functions): Clarify previous change.
2798
2799 * compile.texi (Compiler Errors): Clarify previous change.
2800
20c63e44
RS
28012007-11-24 Richard Stallman <rms@gnu.org>
2802
e5e76c04 2803 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2804 Clarify the text and move items around.
2805
5bb0cda3
GM
28062007-11-24 Glenn Morris <rgm@gnu.org>
2807
2808 * functions.texi (Declaring Functions): New section.
2809 * compile.texi (Compiler Errors): Mention declaring functions,
2810 defvar with no initvalue, and byte-compile-warnings.
2811
af13c86a
MR
28122007-11-15 Martin Rudalics <rudalics@gmx.at>
2813
2814 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2815 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2816
a5373305
MR
28172007-11-13 Martin Rudalics <rudalics@gmx.at>
2818
2819 * help.texi (Help Functions): Document new macro `with-help-window'.
2820
fe284805
JL
28212007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2822
2823 * searching.texi (Replacing Match): Describe new
2824 `match-substitute-replacement'.
2825
2c3a09b1
RS
28262007-10-31 Richard Stallman <rms@gnu.org>
2827
2828 * strings.texi (Creating Strings): Null strings from concat not unique.
2829
f2b480f4
RS
28302007-10-26 Richard Stallman <rms@gnu.org>
2831
2832 * objects.texi (Equality Predicates): Null strings are uniquified.
2833
2834 * minibuf.texi: Minor clarifications in previous change.
2835
db21122c
GM
28362007-10-25 Glenn Morris <rgm@gnu.org>
2837
2838 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2839
2328cbb3
RS
28402007-10-24 Richard Stallman <rms@gnu.org>
2841
2842 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2843
2844 * variables.texi (Frame-Local Variables): Node deleted.
2845 (Variables): Delete Frame-Local Variables from menu.
2846 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2847 (Default Value): Don't mention frame-local vars.
2848
2849 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2850
2851 * loading.texi (Unloading): Document FEATURE-unload-function
2852 instead of FEATURE-unload-hook.
2853
2328cbb3
RS
2854 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2855
c066bafa
JL
28562007-10-22 Juri Linkov <juri@jurta.org>
2857
2858 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2859 (High-Level Completion): Document a list of default value strings
2860 in the DEFAULT argument, for which minibuffer functions return the
2861 first element.
2862
65ced25f
JL
28632007-10-17 Juri Linkov <juri@jurta.org>
2864
2865 * text.texi (Filling): Update arguments of fill-paragraph.
2866 fill-paragraph operates on the active region in Transient Mark mode.
2867 Remove fill-paragraph-or-region.
2868
ee46ec8e
KB
28692007-10-13 Karl Berry <karl@gnu.org>
2870
2871 * elisp.texi (@dircategory): Move to after @copying,
2872 since we want @copying as close as possible to the beginning of
2873 the output.
2874
61bbdbc6
RS
28752007-10-12 Richard Stallman <rms@gnu.org>
2876
2877 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2878
2879 * commands.texi (Distinguish Interactive): New node,
2880 broken out from Interactive Call and rewritten.
2881 (Command Loop): Put Distinguish Interactive in menu.
2882
af23e1e8
RS
28832007-10-09 Richard Stallman <rms@gnu.org>
2884
2885 * text.texi (Examining Properties): Mention overlay priority.
2886
2887 * display.texi (Display Margins): Correct the description
2888 of margin display specifications.
2889 (Replacing Specs): New subnode broken out of Display Property.
2890
e1965a69
JL
28912007-10-06 Juri Linkov <juri@jurta.org>
2892
2893 * text.texi (Filling): Document fill-paragraph-or-region.
2894
4638454b
JB
28952007-10-05 Juanma Barranquero <lekktu@gmail.com>
2896
2897 * display.texi (Auto Faces): Fix typo.
2898
7ed54cc5
RS
28992007-10-02 Richard Stallman <rms@gnu.org>
2900
2901 * display.texi (Display Property): Explain some display specs
2902 don't let you move point in.
2903
5dcb4c4e
SM
2904 * frames.texi (Cursor Parameters):
2905 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2906
2907 * windows.texi (Basic Windows): Don't describe
2908 cursor-in-non-selected-windows here.
2909
305a7ef2
EZ
29102007-10-01 Eli Zaretskii <eliz@gnu.org>
2911
2912 * processes.texi (Misc Network): Note that these functions are
2913 supported only on some systems.
2914
f7a7f4eb
RS
29152007-10-01 Richard Stallman <rms@gnu.org>
2916
2917 * display.texi (Overlay Properties): Explain nil as priority.
2918 Explain that conflicts are unpredictable if not resolved by
2919 priorities.
2920
780d7bb9
RS
29212007-09-23 Richard Stallman <rms@gnu.org>
2922
2923 * macros.texi (Backquote): Minor clarification.
2924
14b4fdfb
RS
29252007-09-19 Richard Stallman <rms@gnu.org>
2926
2927 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2928 Clarify when they work in parallel and when one overrides.
2929 Fix error in example.
14b4fdfb 2930
b8d4c8d0
GM
29312007-09-06 Glenn Morris <rgm@gnu.org>
2932
b3e755a9 2933 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2934 commands to use ../../info.
2935 * Makefile.in (infodir): Go up one more level.
4638454b 2936 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2937 (miscmanualdir): New.
2938 (dist): Use new variable miscmanualdir.
2939 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2940 (usermanualdir): Change from ../man to ../emacs.
2941
1bb1f7d3
MR
29422007-08-30 Martin Rudalics <rudalics@gmx.at>
2943
2944 * commands.texi (Command Loop Info): Advise against changing
2945 most variables described here. Explain new variable
2946 last-repeatable-command.
2947
b8d4c8d0
GM
29482007-08-29 Glenn Morris <rgm@gnu.org>
2949
2950 * elisp.texi (EMACSVER): Increase to 23.0.50.
2951
29522007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 * frames.texi (Basic Parameters): Add display-environment-variable
2955 and term-environment-variable.
2956
29572007-08-28 Juri Linkov <juri@jurta.org>
2958
2959 * display.texi (Image Formats, Other Image Types): Add SVG.
2960
29612007-08-28 Juri Linkov <juri@jurta.org>
2962
2963 * display.texi (Images): Move formats-related text to new node
2964 "Image Formats".
2965 (Image Formats): New node.
2966
619fb9ee
RS
29672007-08-27 Richard Stallman <rms@gnu.org>
2968
2969 * windows.texi (Window Configurations): Clarify what
2970 a window configuration saves.
2971
b8d4c8d0
GM
29722007-08-25 Richard Stallman <rms@gnu.org>
2973
2974 * display.texi (Images): Delete redundant @findex.
2975
39f9da30
GM
29762007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * text.texi (Change Hooks): (after|before)-change-functions are no
2979 longer bound to nil while running; rather inhibit-modification-hooks
2980 is t.
2981
b8d4c8d0
GM
29822007-08-16 Richard Stallman <rms@gnu.org>
2983
5dcb4c4e
SM
2984 * processes.texi (Asynchronous Processes):
2985 Clarify doc of start-file-process.
b8d4c8d0
GM
2986
29872007-08-08 Martin Rudalics <rudalics@gmx.at>
2988
2989 * modes.texi (Example Major Modes): Fix typo.
2990
29912007-08-08 Glenn Morris <rgm@gnu.org>
2992
2993 * intro.texi (nil and t): Do not use `iff' in documentation.
2994
2995 * tips.texi (Documentation Tips): Recommend against `iff'.
2996
29972007-08-07 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * display.texi (Image Cache): Document image-refresh.
3000
30012007-08-06 Martin Rudalics <rudalics@gmx.at>
3002
3003 * windows.texi (Size of Window): Document window-full-width-p.
3004
30052007-07-25 Glenn Morris <rgm@gnu.org>
3006
3007 * gpl.texi (GPL): Replace license with GPLv3.
3008
3009 * Relicense all FSF files to GPLv3 or later.
3010
30112007-07-24 Michael Albinus <michael.albinus@gmx.de>
3012
4638454b
JB
3013 * processes.texi (Synchronous Processes):
3014 Add `process-file-shell-command'.
b8d4c8d0
GM
3015 (Asynchronous Processes): Mention restricted use of
3016 `process-filter' and `process-sentinel' in
3017 `start-file-process'. Add `start-file-process-shell-command'.
3018
30192007-07-17 Michael Albinus <michael.albinus@gmx.de>
3020
3021 * files.texi (Magic File Names): Introduce optional parameter
3022 IDENTIFICATION for `file-remote-p'.
3023
30242007-07-16 Richard Stallman <rms@gnu.org>
3025
3026 * display.texi (Defining Faces): Fix previous change.
3027
30282007-07-14 Richard Stallman <rms@gnu.org>
3029
3030 * control.texi (Handling Errors): Document `debug' in handler list.
3031
30322007-07-10 Richard Stallman <rms@gnu.org>
3033
3034 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3035
30362007-07-09 Richard Stallman <rms@gnu.org>
3037
3038 * files.texi (Magic File Names): Rewrite previous change.
3039
30402007-07-08 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * files.texi (Magic File Names): Introduce optional parameter
3043 CONNECTED for `file-remote-p'.
3044
30452007-07-07 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * processes.texi (Asynchronous Processes):
3048 * files.texi (Magic File Names): Add `start-file-process'.
3049
30502007-06-27 Richard Stallman <rms@gnu.org>
3051
5dcb4c4e
SM
3052 * files.texi (Format Conversion Piecemeal):
3053 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3054
30552007-06-27 Michael Albinus <michael.albinus@gmx.de>
3056
4638454b
JB
3057 * files.texi (Magic File Names): Remove `dired-call-process'.
3058 Add `process-file'.
b8d4c8d0
GM
3059
30602007-06-27 Kenichi Handa <handa@m17n.org>
3061
3062 * text.texi (Special Properties): Fix description about
4638454b 3063 `composition' property.
b8d4c8d0
GM
3064
30652007-06-26 Kenichi Handa <handa@m17n.org>
3066
3067 * nonascii.texi (Default Coding Systems): Document about the
3068 return value `undecided'.
3069
30702007-06-25 David Kastrup <dak@gnu.org>
3071
3072 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3073 `current-active-maps'.
3074
30752007-06-24 Karl Berry <karl@gnu.org>
3076
4638454b 3077 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3078
30792007-06-15 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * display.texi (Overlay Arrow): Doc fix.
3082
30832007-06-14 Karl Berry <karl@tug.org>
3084
3085 * anti.texi (Antinews): Typo.
3086
30872007-06-14 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * display.texi (Image Cache): Document image-refresh.
3090
30912007-06-12 Karl Berry <karl@gnu.org>
3092
3093 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3094 * two-volume.make: New file.
3095 * .cvsignore: Ignore two-volume files.
3096
30972007-06-12 Tom Tromey <tromey@redhat.com>
3098
3099 * os.texi (Init File): Document user-emacs-directory.
3100
31012007-06-03 Nick Roberts <nickrob@snap.net.nz>
3102
3103 * commands.texi (Click Events): Describe width and height when
3104 object is nil.
3105
31062007-05-30 Nick Roberts <nickrob@snap.net.nz>
3107
5dcb4c4e
SM
3108 * commands.texi (Click Events): Layout more logically.
3109 Describe width and height.
b8d4c8d0
GM
3110 (Drag Events, Motion Events): Update to new format for position.
3111
31122007-06-02 Richard Stallman <rms@gnu.org>
3113
3114 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3115
31162007-06-02 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * Version 22.1 released.
3119
31202007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * text.texi (Special Properties): Correct meaning of fontified face.
3123
31242007-05-30 Richard Stallman <rms@gnu.org>
3125
3126 * text.texi (Special Properties): Add link to Adjusting Point.
3127
31282007-05-12 Richard Stallman <rms@gnu.org>
3129
3130 * text.texi (Margins): indent-to-left-margin is not the default.
3131 (Mode-Specific Indent): For indent-line-function, the default
3132 is indent-relative.
3133
3134 * modes.texi (Example Major Modes): Explain last line of text-mode
3135 is redundant.
3136
31372007-05-10 Richard Stallman <rms@gnu.org>
3138
3139 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3140
3141 * help.texi (Keys in Documentation): Add reference to
3142 Documentation Tips.
3143
3144 * files.texi (Format Conversion): TO-FN gets three arguments.
3145
3146 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3147
31482007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3149
3150 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3151 * files.texi (Format Conversion): Expand intro; add menu.
3152 (Format Conversion Overview, Format Conversion Round-Trip)
3153 (Format Conversion Piecemeal): New nodes/subsections.
3154 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3155 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3156 (Saving Properties): Delete node/subsection.
3157
31582007-05-07 Karl Berry <karl@gnu.org>
3159
3160 * elisp.texi (EMACSVER): Back to 22.
3161
31622007-05-06 Richard Stallman <rms@gnu.org>
3163
3164 * processes.texi (Accepting Output): Revert most of previous change.
3165
31662007-05-05 Richard Stallman <rms@gnu.org>
3167
3168 * processes.texi (Accepting Output): accept-process-output
3169 uses microseconds, not milliseconds. But that arg is obsolete.
3170
31712007-05-04 Karl Berry <karl@tug.org>
3172
3173 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3174
31752007-05-04 Eli Zaretskii <eliz@gnu.org>
3176
3177 * tips.texi (Documentation Tips): Rearrange items to place the
3178 more important ones first. Add an index entry for hyperlinks.
3179
31802007-05-03 Karl Berry <karl@gnu.org>
3181
3182 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3183 (EMACSVER) [smallbook]: 22 for printed version.
3184
3185 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3186 so restore anchor to normal position after defun. Found by Kevin Ryde.
3187
31882007-04-26 Glenn Morris <rgm@gnu.org>
3189
3190 * elisp.texi (EMACSVER): Increase to 22.1.50.
3191
31922007-04-28 Karl Berry <karl@gnu.org>
3193
3194 * elisp.texi: Improve line breaks on copyright page,
3195 similar layout to emacs manual, 8.5x11 by default.
3196
31972007-04-24 Richard Stallman <rms@gnu.org>
3198
3199 * text.texi (Special Properties): Add xref to Overlay Properties.
3200
3201 * display.texi (Overlay Properties): Add xref to Special Properties.
3202
32032007-04-22 Richard Stallman <rms@gnu.org>
3204
3205 * keymaps.texi (Extended Menu Items): Move the info about
3206 format with cached keyboard binding.
3207
32082007-04-21 Richard Stallman <rms@gnu.org>
3209
3210 * text.texi (Special Properties): Clarify previous change.
3211
3212 * files.texi (File Name Expansion): Clarify previous change.
3213
3214 * display.texi (Attribute Functions): Fix example for
3215 face-attribute-relative-p.
3216
32172007-04-19 Kenichi Handa <handa@m17n.org>
3218
3219 * text.texi (Special Properties): Document composition property.
3220
32212007-04-19 Glenn Morris <rgm@gnu.org>
3222
3223 * files.texi (File Name Expansion): Mention "superroot".
3224
32252007-04-15 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3228 setups.
3229 (Display Feature Testing): Note that display refers to all
3230 physical monitors for multi-monitor setups.
3231
32322007-04-14 Richard Stallman <rms@gnu.org>
3233
3234 * lists.texi (Sets And Lists): Clarify `delete' examples.
3235 Remove spurious xref to same node.
3236 Clarify xref for add-to-list.
3237
32382007-04-12 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3241 value of lisp-mode-map.
3242
32432007-04-11 Karl Berry <karl@gnu.org>
3244
3245 * anti.texi (Antinews):
3246 * display.texi (Overlay Properties, Defining Images):
3247 * processes.texi (Synchronous Processes, Sentinels):
3248 * syntax.texi (Syntax Table Internals):
3249 * searching.texi (Regexp Special):
3250 * nonascii.texi (Default Coding Systems):
3251 * text.texi (Special Properties):
3252 * minibuf.texi (Basic Completion): Wording to improve breaks in
3253 8.5x11 format.
3254 * elisp.texi (smallbook): New @set to more easily switch between
3255 smallbook and 8.5x11.
3256
32572007-04-11 Richard Stallman <rms@gnu.org>
3258
3259 * text.texi (Lazy Properties): Minor fix.
3260
32612007-04-08 Karl Berry <karl@gnu.org>
3262
3263 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3264 * macros.texi (Backquote): Downcase Backquote in index entries for
3265 consistency.
3266
32672007-04-08 Richard Stallman <rms@gnu.org>
3268
3269 * text.texi (Adaptive Fill): Just describe default,
3270 don't show it (since it contains non-ASCII chars).
3271
32722007-04-07 Karl Berry <karl@gnu.org>
3273
3274 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3275 adaptive-fill-regexp's value, since they are not in the standard
3276 TeX fonts.
3277
32782007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3279
3280 * display.texi (Defining Faces): Fix example.
3281
32822007-04-07 Karl Berry <karl@gnu.org>
3283
3284 * display.texi (Button Buffer Commands): Improve page break.
3285
32862007-04-07 Richard Stallman <rms@gnu.org>
3287
3288 * advice.texi (Activation of Advice): Remove redundant index entry.
3289
3290 * backups.texi: Improve index entries. Remove redundant ones.
3291
3292 * compile.texi (Byte Compilation): Improve index entry.
3293
3294 * hash.texi (Creating Hash): Improve index entry.
3295
3296 * symbols.texi (Definitions): Improve index entry.
3297
3298 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3299
3300 * maps.texi (Standard Keymaps): Remove useless index entry.
3301
3302 * help.texi (Documentation Basics): Remove redundant index entries.
3303
3304 * customize.texi: Improve index entries.
3305 Remove redundant/useless ones.
3306
3307 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3308
3309 * streams.texi (Output Variables): Improve index entry.
3310
3311 * abbrevs.texi (Abbrevs): Remove useless index entry.
3312
3313 * macros.texi (Expansion): Remove useless index entry.
3314
3315 * text.texi: Improve index entries. Remove redundant/useless ones.
3316 (Text Properties, Examining Properties)
3317 (Special Properties): Use "property category" instead of "category"
3318 to refer to the `category' property.
3319
3320 * positions.texi: Improve index entries. Remove useless one.
3321
3322 * lists.texi: Improve index entries. Remove redundant/useless ones.
3323
3324 * os.texi: Improve index entries.
3325 (Timers): Fix previous change.
3326
3327 * buffers.texi: Improve index entries.
3328 (Modification Time): Get rid of term "obsolete buffer".
3329
3330 * debugging.texi: Improve index entries.
3331 (Test Coverage): Add xref to other test coverage ftr.
3332
3333 * eval.texi: Improve index entry. Remove redundant ones.
3334
3335 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3336
3337 * files.texi: Improve index entries. Remove redundant/useless ones.
3338
3339 * objects.texi: Improve index entries.
3340
3341 * processes.texi: Improve index entries.
3342
3343 * modes.texi: Improve index entry. Remove redundant one.
3344
3345 * nonascii.texi: Improve index entries.
3346
3347 * internals.texi: Improve index entries.
3348
3349 * syntax.texi: Improve index entries.
3350
3351 * keymaps.texi (Active Keymaps): Improve index entries.
3352
3353 * commands.texi: Improve index entries. Remove redundant/useless ones.
3354
3355 * frames.texi: Improve index entries. Remove redundant/useless ones.
3356
3357 * markers.texi: Improve index entries. Remove redundant ones.
3358
3359 * tips.texi: Improve index entries.
3360
3361 * loading.texi (Unloading): Improve index entry.
3362
3363 * variables.texi: Improve index entries. Remove redundant one.
3364
3365 * sequences.texi: Improve index entry.
3366
3367 * display.texi: Improve index entries. Remove redundant ones.
3368
3369 * windows.texi: Improve index entries.
3370
3371 * searching.texi: Improve index entries. Remove redundant one.
3372
3373 * strings.texi (Case Tables): Improve last change.
3374
33752007-04-04 Chong Yidong <cyd@stupidchicken.com>
3376
3377 * strings.texi (Case Tables): Document with-case-table and
3378 ascii-case-table.
3379
33802007-04-03 Karl Berry <karl@gnu.org>
3381
3382 * processes.texi (Network): Reword to improve page break.
3383
33842007-04-03 Eli Zaretskii <eliz@gnu.org>
3385
3386 * functions.texi (Inline Functions): Describe more disadvantages
3387 of defsubst, and make advice against it stronger.
3388
33892007-04-02 Karl Berry <karl@gnu.org>
3390
3391 * backups.texi (Backup Names): Avoid widow words.
3392 * modes.texi (Example Major Modes): Align last comment.
3393
33942007-04-01 Chong Yidong <cyd@stupidchicken.com>
3395
3396 * keymaps.texi (Remapping Commands): Document new arg to
3397 command-remapping.
3398
33992007-04-01 Karl Berry <karl@gnu.org>
3400
3401 * processes.texi (Low-Level Network): Typo.
3402 * loading.texi (Hooks for Loading): Avoid double "the".
3403 * keymaps.texi (Key Sequences): No double "and".
3404 (Changing Key Bindings): Shorten to improve line break.
3405
34062007-03-31 Glenn Morris <rgm@gnu.org>
3407
3408 * os.texi (Timers): Fix description of run-at-time TIME formats.
3409
34102007-03-31 Richard Stallman <rms@gnu.org>
3411
3412 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3413 regarding ellipsis.
3414
34152007-03-31 Eli Zaretskii <eliz@gnu.org>
3416
3417 * intro.texi (nil and t):
3418 * symbols.texi (Plists and Alists):
3419 * variables.texi (Variable Aliases, Constant Variables):
3420 * functions.texi (Defining Functions):
3421 * advice.texi (Advising Primitives):
3422 * debugging.texi (Syntax Errors, Compilation Errors):
3423 * minibuf.texi (Minibuffer Windows):
3424 * commands.texi (Adjusting Point):
3425 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3426 (Auto Major Mode, Major Mode Conventions):
3427 * help.texi (Describing Characters):
3428 * files.texi (Create/Delete Dirs, Information about Files)
3429 (File Locks, Writing to Files, Reading from Files)
3430 (Saving Buffers):
3431 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3432 * frames.texi (Finding All Frames):
3433 * positions.texi (Buffer End, Motion):
3434 * markers.texi (The Region):
3435 * text.texi (Deletion, Near Point):
3436 * display.texi (Displaying Messages, Truncation):
3437 * os.texi (Processor Run Time):
3438 * tips.texi (Key Binding Conventions, Programming Tips)
3439 (Warning Tips, Documentation Tips, Comment Tips):
3440 * internals.texi (Memory Usage): Improve indexing.
3441
3442 * variables.texi (Frame-Local Variables):
3443 * functions.texi (Argument List):
3444 * loading.texi (Library Search):
3445 * streams.texi (Output Variables):
3446 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3447 * searching.texi (Replacing Match, Search and Replace):
3448 * processes.texi (Byte Packing, Decoding Output)
3449 (Accepting Output, Network Servers, Shell Arguments):
3450 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3451 * windows.texi (Window Point, Window Start):
3452 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3453 * commands.texi (Reading Input, Keyboard Events):
3454 * minibuf.texi (Reading File Names, Minibuffer Completion)
3455 (Recursive Mini):
3456 * positions.texi (List Motion):
3457 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3458 * numbers.texi (Arithmetic Operations, Math Functions)
3459 (Predicates on Numbers, Comparison of Numbers):
3460 (Numeric Conversions):
3461 * locals.texi (Standard Buffer-Local Variables):
3462 * maps.texi (Standard Keymaps):
3463 * os.texi (User Identification, System Environment, Recording Input)
3464 (X11 Keysyms):
3465 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3466 * backups.texi (Backups and Auto-Saving):
3467 * customize.texi (Customization, Group Definitions)
3468 (Variable Definitions):
3469 * compile.texi (Byte Compilation): Improve index entries.
3470
34712007-03-31 Karl Berry <karl@gnu.org>
3472
3473 * macros.texi (Defining Macros): Avoid widow syllable.
3474
34752007-03-31 Eli Zaretskii <eliz@gnu.org>
3476
3477 * elisp.texi (Top): Postscript -> PostScript.
3478
3479 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3480
34812007-03-31 Markus Triska <markus.triska@gmx.at>
3482
3483 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3484
34852007-03-30 Karl Berry <karl@gnu.org>
3486
3487 * lists.texi (List-related Predicates): Remove spurious @need.
3488 (Setcdr): Use @smallexample to improve page break.
3489 (Association Lists) <assoc>: Reword to improve page break.
3490
3491 * strings.texi (String Conversion): Insert blank line to improve
3492 page break.
3493
3494 * numbers.texi (Random Numbers): Use @minus{}.
3495 (Math Functions): Use @minus{}.
3496
3497 * intro.texi (Acknowledgements): Avoid line breaks before middle
3498 initials.
3499
35002007-03-24 Eli Zaretskii <eliz@gnu.org>
3501
3502 * errors.texi (Standard Errors): Add an index entry.
3503
35042007-03-19 Richard Stallman <rms@gnu.org>
3505
3506 * os.texi (Recording Input): recent-keys now gives 300 keys.
3507
35082007-03-12 Glenn Morris <rgm@gnu.org>
3509
3510 * os.texi: Replace "daylight savings" with "daylight saving"
3511 throughout.
3512
35132007-03-05 Richard Stallman <rms@gnu.org>
3514
5dcb4c4e
SM
3515 * variables.texi (File Local Variables):
3516 Update enable-local-variables values.
b8d4c8d0
GM
3517
35182007-03-04 Richard Stallman <rms@gnu.org>
3519
3520 * syntax.texi (Control Parsing): Minor clarification.
3521
3522 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3523
3524 * sequences.texi (Sequence Functions): Move string-bytes away,
3525 add xref.
3526
3527 * nonascii.texi (Text Representations): Move string-bytes here.
3528
3529 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3530
3531 * minibuf.texi (Basic Completion): Minor clarification.
3532
3533 * markers.texi (The Mark): Clarify existence vs activation of mark.
3534 Other cleanup.
3535
3536 * display.texi (Finding Overlays): Write better example.
3537
3538 * compile.texi (Eval During Compile): Clarify putting macros
3539 in eval-when-compile.
3540
c5602427 35412007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3542
3543 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3544 load-read-function definition doc.
b8d4c8d0
GM
3545
35462007-02-21 Kim F. Storm <storm@cua.dk>
3547
3548 * strings.texi (Text Comparison): Mention that assoc-string
3549 converts symbols to strings before testing.
3550
35512007-02-17 Kim F. Storm <storm@cua.dk>
3552
3553 * processes.texi (Bindat Spec): Vector types can have optional
3554 element type.
3555 (Bindat Examples): Fix example. Add vector with element type.
3556
35572007-02-16 Andreas Schwab <schwab@suse.de>
3558
3559 * strings.texi (Formatting Strings): Document '+' flag.
3560
35612007-02-15 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * strings.texi (Modifying Strings): Clarify that `clear-string'
3564 always converts the string to unibyte.
3565
35662007-02-14 Kim F. Storm <storm@cua.dk>
3567
3568 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3569 Rewrite glyph code description to refer to these functions.
3570 Remove details of encoding face number and char into integer code.
3571
35722007-02-03 Alan Mackenzie <acm@muc.de>
3573
3574 * loading.texi (Hooks for Loading): Make the description of
3575 `eval-after-load' more detailed, and amend the description of
3576 after-load-alist, in accordance with changes from 2006-05.
3577
35782007-02-03 Chong Yidong <cyd@stupidchicken.com>
3579
3580 * modes.texi (Defining Minor Modes): Document that a :require
3581 keyword or similar may be required to make saved customization
3582 variables work.
3583
35842007-02-03 Eli Zaretskii <eliz@gnu.org>
3585
3586 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3587 Texinfo guidelines and with what texnfo-upd.el expects.
3588 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3589 parts needed by `texinfo-multiple-files-update'.
3590
35912007-02-02 Eli Zaretskii <eliz@gnu.org>
3592
3593 * elisp.texi (Top): Update the top-level menus.
3594
3595 * syntax.texi (Categories): Add index entries.
3596
35972007-02-01 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * display.texi (Attribute Functions): Fix name and description of
3600 the UNDERLINE arg of `set-face-underline-p'.
3601
36022007-01-29 Eli Zaretskii <eliz@gnu.org>
3603
3604 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3605 Variables", and "Standard Keymaps" to the detailed menu.
3606
3607 * variables.texi (Future Local Variables): Add index entry.
3608
36092007-01-28 Richard Stallman <rms@gnu.org>
3610
3611 * tips.texi (Coding Conventions): Clarify the tip about macros
3612 that define a function or a variable.
3613
3614 * files.texi (File Attributes): UID and GID can be floats.
3615 (Magic File Names): Explain why deferring all operations to
3616 the standard handler does not work.
3617
36182007-01-23 Martin Rudalics <rudalics@gmx.at>
3619
3620 * backups.texi (Reverting): Use "buffer" instead of "file"
3621 when talking about major and minor modes.
3622
36232007-01-21 Richard Stallman <rms@gnu.org>
3624
3625 * help.texi (Documentation): Add xref to Documentation Tips.
3626
36272007-01-14 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * tips.texi (Coding Conventions): Fix typos.
3630
36312007-01-05 Richard Stallman <rms@gnu.org>
3632
3633 * modes.texi (Defining Minor Modes): Fix previous change.
3634
36352007-01-03 Richard Stallman <rms@gnu.org>
3636
3637 * customize.texi (Variable Definitions, Customization Types):
3638 Don't use * in doc string for defcustom.
3639
36402007-01-02 Richard Stallman <rms@gnu.org>
3641
3642 * variables.texi (Variable Aliases): Clarify that aliases vars
3643 always have the same value.
3644
3645 * processes.texi (Bindat Spec): Fix Texinfo usage.
3646
3647 * modes.texi (Defining Minor Modes): Explain effect of command
3648 defined with define-global-minor-mode on new buffers.
3649
36502006-12-30 Kim F. Storm <storm@cua.dk>
3651
3652 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3653 `auto-resize-tool-bars'.
3654
36552006-12-30 Richard Stallman <rms@gnu.org>
3656
3657 * keymaps.texi (Active Keymaps): Fix previous change.
3658
36592006-12-30 Nick Roberts <nickrob@snap.net.nz>
3660
3661 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3662
36632006-12-30 Kim F. Storm <storm@cua.dk>
3664
3665 * processes.texi (Bindat Spec): Clarify using field names in
3666 length specifications.
3667
36682006-12-29 Kim F. Storm <storm@cua.dk>
3669
3670 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3671 Add count and index variables for eval forms in repeat blocks.
3672
36732006-12-24 Richard Stallman <rms@gnu.org>
3674
5dcb4c4e
SM
3675 * customize.texi (Variable Definitions):
3676 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3677
36782006-12-19 Kim F. Storm <storm@cua.dk>
3679
3680 * commands.texi (Misc Events): User signals now result in sigusr1
3681 and sigusr2 events which are handled through special-event-map.
3682 (Special Events): User signals and drag-n-drop are special.
3683
36842006-12-17 Richard Stallman <rms@gnu.org>
3685
3686 * loading.texi (Named Features): Explain subfeatures better.
3687
3688 * customize.texi: Use "option" only for user options.
3689 For the keyword values inside defcustom etc, say "keywords".
3690 For :options value's elements, say "elements".
3691 :group should not be omitted.
3692
3693 * syntax.texi (Parsing Expressions): Split up node.
3694 (Motion via Parsing, Position Parse, Parser State)
3695 (Low-Level Parsing, Control Parsing): New subnodes.
3696 (Parser State): Document syntax-ppss-toplevel-pos.
3697
3698 * positions.texi (List Motion): Punctuation fix.
3699
3700 * files.texi (File Name Completion): Document PREDICATE arg
3701 to file-name-completion.
3702
37032006-12-16 Eli Zaretskii <eliz@gnu.org>
3704
3705 * internals.texi (Building Emacs, Writing Emacs Primitives):
3706 Add index entries.
3707
37082006-12-11 Richard Stallman <rms@gnu.org>
3709
3710 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3711 affects face menu. Explain how to make it non-nil without enabling
3712 any fontification.
3713
37142006-12-10 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * modes.texi (Font Lock Basics): Document nil value of
3717 font-lock-defaults.
3718
37192006-12-10 Glenn Morris <rgm@gnu.org>
3720
3721 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3722 value for system-flag argument. Abbrev tables may not be empty
3723 when major modes are loaded.
3724
37252006-12-08 Juanma Barranquero <lekktu@gmail.com>
3726
3727 * makefile.w32-in (maintainer-clean): Partially revert last
3728 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3729 to protect elisp-covers.texi.
3730
37312006-12-07 Juanma Barranquero <lekktu@gmail.com>
3732
3733 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3734 Don't remove elisp* info files; they are already deleted by the
3735 `clean' and `distclean' targets, and they are in the $(infodir)
3736 directory, not the current one.
3737
37382006-12-04 Kim F. Storm <storm@cua.dk>
3739
3740 * commands.texi (Misc Events): Update signal events.
3741 (Event Examples): Add signal example.
3742
37432006-11-29 Richard Stallman <rms@gnu.org>
3744
3745 * frames.texi (Visibility of Frames): Explain visible windows
3746 can be covered by others. Add xref for raise-frame.
3747
37482006-11-28 Richard Stallman <rms@gnu.org>
3749
3750 * searching.texi (Regexp Special): Update when ^ is special.
3751
37522006-11-27 Eli Zaretskii <eliz@gnu.org>
3753
3754 * customize.texi (Customization, Common Keywords)
3755 (Group Definitions, Variable Definitions, Composite Types)
3756 (Type Keywords, Customization Types): Add index entries for
3757 various customization keywords.
3758
37592006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3762
c8763fb6 37632006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3764
3765 * frames.texi (Window System Selections): Remove clipboard from
3766 description of selection-coding-system.
3767
37682006-11-06 Richard Stallman <rms@gnu.org>
3769
3770 * lists.texi (List Variables): Document COMPARE-FN.
3771
3772 * keymaps.texi: Avoid use of "binding" to mean a relation;
3773 use it only to refer to the meaning associated with a key.
3774 (Keymaps): Change menu node description.
3775
3776 * elisp.texi (Top): Change menu node description.
3777
3778 * display.texi (Managing Overlays): Document overlay-recenter.
3779
37802006-10-29 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * Makefile.in: Use relative paths to avoid advertising filesystem
3783 contents during compilation.
3784
37852006-10-23 Kim F. Storm <storm@cua.dk>
3786
3787 * commands.texi (Event Input Misc): Update unread-command-events.
3788
37892006-10-23 Nick Roberts <nickrob@snap.net.nz>
3790
3791 * lists.texi (Sets And Lists): Fix typos.
3792
37932006-10-18 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * control.texi (Processing of Errors): Use @var for an argument,
3796 not @code.
3797
37982006-10-16 Richard Stallman <rms@gnu.org>
3799
3800 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3801
3802 * keymaps.texi (Format of Keymaps): Show all the keymap element
3803 patterns that result from menu items.
3804 (Key Lookup): Minor cleanups.
3805
3806 * modes.texi (Precalculated Fontification): Don't say that
3807 not setting font-lock-defaults avoids loading font-lock.
3808
3809 * help.texi (Documentation): Move xref to Emacs Manual here.
3810 (Documentation Basics): From here.
3811 Also doc emacs-lisp-docstring-fill-column.
3812
3813 * elisp.texi: Update version and ISBN.
3814
3815 * commands.texi (Interactive Call): Clarify KEYS arg to
3816 call-interactively is a vector.
3817 (Command Loop Info): Delete anchor in this-command-keys.
3818 Add anchor in this-command-keys-vector.
3819 (Recursive Editing): Document how recursive-edit
3820 handles the current buffer.
3821
38222006-10-13 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * frames.texi (Frame Titles): %c and %l are ignored in
3825 frame-title-format.
3826
38272006-10-11 Richard Stallman <rms@gnu.org>
3828
3829 * keymaps.texi (Key Sequences): Clarify use of kbd.
3830
38312006-10-10 Kim F. Storm <storm@cua.dk>
3832
3833 * lists.texi (Sets And Lists): Add memql.
3834
38352006-10-03 Richard Stallman <rms@gnu.org>
3836
3837 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3838 Clarify :ascii: and :nonascii:.
3839
38402006-09-29 Juri Linkov <juri@jurta.org>
3841
3842 * modes.texi (%-Constructs): Reorder coding systems in the
3843 documentation of %z to the real order displayed in the modeline.
3844
38452006-09-25 Richard Stallman <rms@gnu.org>
3846
3847 * os.texi (Timers): Describe timer-max-repeats.
3848
38492006-09-25 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * os.texi (Timers): Mention with-local-quit.
3852
38532006-09-24 Richard Stallman <rms@gnu.org>
3854
3855 * searching.texi (Searching and Matching): Mention property search.
3856
3857 * commands.texi (Command Loop Info): Explain how read-event affects
3858 this-command-keys.
3859
38602006-09-20 Richard Stallman <rms@gnu.org>
3861
3862 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3863
3864 * windows.texi (Window Start): Minor cleanups.
3865
38662006-09-20 Kim F. Storm <storm@cua.dk>
3867
3868 * windows.texi (Window Start): pos-visible-in-window-p allows
3869 specifying t for position to mean "end of window".
3870 Add window-line-height.
3871
3872 * anti.texi (Antinews): Mention window-line-height.
3873
38742006-09-19 David Kastrup <dak@gnu.org>
3875
3876 * keymaps.texi (Searching Keymaps): Small clarification.
3877
38782006-09-18 Richard Stallman <rms@gnu.org>
3879
3880 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3881 cause keyboard menus.
3882 (Menu Keymaps): Likewise.
3883 (Defining Menus, Keyboard Menus): Clarify.
3884
3885 * text.texi (Fields): Clarify explanation of constrain-to-field.
3886
38872006-09-16 Eli Zaretskii <eliz@gnu.org>
3888
3889 * variables.texi (Tips for Defining): Fix a typo.
3890
38912006-09-15 Richard Stallman <rms@gnu.org>
3892
3893 * keymaps.texi (Remapping Commands, Searching Keymaps)
3894 (Active Keymaps): Clean up previous change.
3895
38962006-09-15 Jay Belanger <belanger@truman.edu>
3897
3898 * gpl.texi: Replace "Library Public License" by "Lesser Public
3899 License" throughout.
3900
39012006-09-15 David Kastrup <dak@gnu.org>
3902
3903 * keymaps.texi (Active Keymaps): Adapt description to use
3904 `get-char-property' instead `get-text-property'. Explain how
3905 mouse events change this. Explain the new optional argument of
3906 `key-binding' and its mouse-dependent lookup.
3907 (Searching Keymaps): Adapt description similarly.
3908 (Remapping Commands): Explain the new optional argument of
3909 `command-remapping'.
3910
39112006-09-14 Richard Stallman <rms@gnu.org>
3912
3913 * keymaps.texi (Searching Keymaps): Clarification.
3914 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3915
39162006-09-13 Richard Stallman <rms@gnu.org>
3917
3918 * objects.texi (Character Type): Node split.
3919 Add xref to Describing Characters.
3920 (Basic Char Syntax, General Escape Syntax)
3921 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3922
39232006-09-11 Richard Stallman <rms@gnu.org>
3924
3925 * display.texi (Display Table Format): Wording clarification.
3926 (Glyphs): Clarifications.
3927
39282006-09-10 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3931 local maps.
3932
39332006-09-10 Kim F. Storm <storm@cua.dk>
3934
3935 * display.texi (Forcing Redisplay): Document return value of
3936 function redisplay.
3937
39382006-09-09 Richard Stallman <rms@gnu.org>
3939
3940 * windows.texi (Window Hooks): Explain limits of
3941 window-scroll-functions.
3942
3943 * display.texi (Fringe Indicators): Update for last change in
3944 indicate-buffer-boundaries.
3945
39462006-09-08 Richard Stallman <rms@gnu.org>
3947
3948 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3949
39502006-09-06 Kim F. Storm <storm@cua.dk>
3951
3952 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3953
3954 * windows.texi (Window Start): Update pos-visible-in-window-p.
3955
39562006-09-04 Richard Stallman <rms@gnu.org>
3957
3958 * processes.texi (Accepting Output): Explain SECONDS=0 for
3959 accept-process-output.
3960
3961 * os.texi (Idle Timers): Explain why timer functions should not
3962 loop until (input-pending-p).
3963
39642006-09-02 Eli Zaretskii <eliz@gnu.org>
3965
3966 * makefile.w32-in (usermanualdir): New variable.
3967 (elisp.dvi): Use it.
3968
39692006-09-01 Eli Zaretskii <eliz@gnu.org>
3970
3971 * buffers.texi (Buffer Modification): Fix last change.
3972
39732006-09-01 Chong Yidong <cyd@stupidchicken.com>
3974
5dcb4c4e
SM
3975 * buffers.texi (Buffer Modification):
3976 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3977
39782006-08-31 Richard Stallman <rms@gnu.org>
3979
3980 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3981
39822006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3983
3984 * modes.texi (Syntactic Font Lock):
3985 Mention font-lock-syntactic-face-function
3986 instead of specific faces.
3987
39882006-08-29 Chong Yidong <cyd@stupidchicken.com>
3989
3990 * display.texi (Images): Add xrref to display-images-p.
3991
39922006-08-28 Kenichi Handa <handa@m17n.org>
3993
3994 * nonascii.texi (Lisp and Coding Systems): Fix description of
3995 detect-coding-region.
3996
39972006-08-27 Michael Olson <mwolson@gnu.org>
3998
3999 * processes.texi (Transaction Queues): Remove stray quote
4000 character.
4001
40022006-08-25 Richard Stallman <rms@gnu.org>
4003
4004 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4005 Add xref.
4006
40072006-08-24 Chong Yidong <cyd@stupidchicken.com>
4008
4009 * os.texi (Timers): Avoid waiting inside timers.
4010
40112006-08-21 Lute Kamstra <lute@gnu.org>
4012
4013 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4014
40152006-08-20 Richard Stallman <rms@gnu.org>
4016
4017 * os.texi (Idle Timers): New node, split out from Timers.
4018 Document current-idle-time.
4019 * commands.texi (Reading One Event): Update xref.
4020 * elisp.texi (Top): Update subnode menu.
4021
40222006-08-16 Richard Stallman <rms@gnu.org>
4023
4024 * keymaps.texi (Extended Menu Items): Show format of cached
4025 bindings in extended menu items.
4026
4027 * customize.texi (Variable Definitions): Explain when the
4028 standard value expression is evaluated.
4029
40302006-08-15 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * commands.texi (Reading One Event): Explain idleness in
4033 `read-event'.
4034
40352006-08-12 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4038 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4039 relevant for Lisp programming.
4040 (Yank Commands): Rewrite introduction.
4041 (Undo): Clarify.
4042 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4043 (Filling): Remove redundant comment. Clarify return value of
4044 current-justification.
4045 (Margins): Minor clarifications.
4046 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4047 (Sorting): Update definition of sort-lines.
4048 (Columns): Clarify behavior of sort-columns.
4049 (Indent Tabs): Link to Tab Stops in Emacs manual.
4050 (Special Properties): Clarify.
4051 (Clickable Text): Mention Buttons package.
4052
40532006-08-12 Kevin Ryde <user42@zip.com.au>
4054
4055 * os.texi (Time Parsing): Add %z to description of
4056 format-time-string, as per docstring. Add cross reference to
4057 glibc manual for strftime.
4058
40592006-08-08 Richard Stallman <rms@gnu.org>
4060
4061 * modes.texi: Clean up wording in previous change.
4062
40632006-08-07 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * modes.texi (Hooks): Clarify.
4066 (Major Mode Basics): Mention define-derived-mode explicitly.
4067 (Major Mode Conventions): Rebinding RET is OK for some modes.
4068 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4069 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4070 (Mode Line Basics): Clarify.
4071 (Mode Line Data): Mention help-echo and local-map in strings.
4072 Explain reason for treatment of non-risky variables.
4073 (Properties in Mode): Clarify.
4074 (Faces for Font Lock): Add font-lock-negation-char-face.
4075
40762006-08-04 Eli Zaretskii <eliz@gnu.org>
4077
4078 * strings.texi (Formatting Strings): Warn against arbitrary
4079 strings as first arg to `format'.
4080
40812006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4082
4083 * text.texi (Clickable Text): Mention `help-echo' text property.
4084 Update intro, examples and associated explanations.
4085
40862006-07-31 Richard Stallman <rms@gnu.org>
4087
4088 * commands.texi: Update xrefs.
4089 (Event Mod): New node, cut out from old Translating Input.
4090
4091 * maps.texi: Update xrefs.
4092
4093 * keymaps.texi (Translation Keymaps): New node.
4094 Update xrefs from Translating Input to Translation Keymaps.
4095
4096 * elisp.texi (Top): Update subnode menu.
4097
4098 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4099
4100 * os.texi (System Interface): Fix menu descriptions of some nodes.
4101 (Translating Input): Node deleted.
4102
41032006-07-31 Nick Roberts <nickrob@snap.net.nz>
4104
4105 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4106
4107 * lists.texi (Sets And Lists): Likewise.
4108
41092006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4110
4111 * text.texi (Fields): Mention POS
4112 requirement when narrowing is in effect.
4113
41142006-07-28 Richard Stallman <rms@gnu.org>
4115
4116 * display.texi (Face Attributes): Simplify wording.
4117 (Attribute Functions): Clarify meaning of new-frame default
4118 attribute settings.
4119
4120 * customize.texi (Common Keywords): Document how to use
4121 :package-version in a package not in Emacs.
4122
41232006-07-28 Kim F. Storm <storm@cua.dk>
4124
4125 * commands.texi (Reading One Event): Fix last change.
4126
41272006-07-26 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * commands.texi (Reading One Event): Document SECONDS argument for
4130 read-event, read-char, and read-char-exclusive.
4131
41322006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4135 to ensure correct identification.
4136
41372006-07-24 Richard Stallman <rms@gnu.org>
4138
4139 * text.texi (Clickable Text): Clarify.
4140
4141 * sequences.texi (Vector Functions): Delete duplicate xref.
4142
4143 * objects.texi (Function Type): Clarify.
4144
4145 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4146 modes.
4147
4148 * lists.texi (List Variables): New node.
4149 Material moved from other nodes.
4150
4151 * variables.texi (Setting Variables): add-to-list and
4152 add-to-ordered-list moved to List Variables node.
4153
41542006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4155
4156 * text.texi (Links and Mouse-1):
4157 For mouse-on-link-p, expand on arg POS.
4158
41592006-07-21 Kim F. Storm <storm@cua.dk>
4160
4161 * display.texi (Forcing Redisplay): Don't mention systems which
4162 don't support sub-second timers for redisplay-preemption-period.
4163
4164 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4165
41662006-07-21 Eli Zaretskii <eliz@gnu.org>
4167
4168 * frames.texi (Input Focus): Document that focus-follows-mouse has
4169 no effect on MS-Windows.
4170
41712006-07-18 Richard Stallman <rms@gnu.org>
4172
4173 * display.texi (Forcing Redisplay): Cleanups in previous change.
4174
4175 * processes.texi (Low-Level Network): Make menu more convenient.
4176
41772006-07-18 Kim F. Storm <storm@cua.dk>
4178
4179 * display.texi (Forcing Redisplay): redisplay-preemption-period
4180 only used on window systems. Add xref to Terminal Output.
4181
4182 * os.texi (Terminal Output): baud-rate only controls preemption on
4183 non-window systems. Add xref to Forcing Redisplay.
4184
4185 * processes.texi (Low-Level Network): Rename node "Make Network"
4186 to "Network Processes".
4187
41882006-07-18 Karl Berry <karl@gnu.org>
4189
4190 * variables.texi, functions.texi, customize.texi, loading.texi:
4191 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4192
41932006-07-17 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4196
41972006-07-17 Richard Stallman <rms@gnu.org>
4198
4199 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4200 Put period and comma inside quotes.
4201
4202 * loading.texi, markers.texi: Use real doublequote inside menus.
4203
4204 * windows.texi: Put point and comma inside quotes.
4205 (Textual Scrolling): Use @samp for error message.
4206
4207 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4208 * strings.texi, streams.texi, processes.texi, os.texi:
4209 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4210 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4211 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4212 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4213 Put point and comma inside quotes.
4214
4215 * control.texi (Processing of Errors): Add command-error-function.
4216
4217 * variables.texi (File Local Variables): Clarify that
4218 file local variables make buffer-local bindings.
4219
4220 * modes.texi (Syntactic Font Lock): Give default for
4221 font-lock-syntax-table.
4222
42232006-07-17 Nick Roberts <nickrob@snap.net.nz>
4224
4225 * text.texi (Special Properties): Clean up previous change.
4226
42272006-07-16 Karl Berry <karl@gnu.org>
4228
4229 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4230 * control.texi: Fix bad page breaks through chapter 10 (control).
4231
4232 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4233 underfull hbox.
4234
42352006-07-15 Nick Roberts <nickrob@snap.net.nz>
4236
4237 * text.texi (Special Properties): Describe fontified text property
4238 in relation to a character (not text).
4239
42402006-07-15 Kim F. Storm <storm@cua.dk>
4241
4242 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4243 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4244 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4245
4246 * anti.texi (Antinews): Mention redisplay function.
4247 The kbd macro existed, but was not documented, before 22.x.
4248 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4249
42502006-07-14 Nick Roberts <nickrob@snap.net.nz>
4251
4252 * display.texi (Displaying Messages): Add anchor.
4253
4254 * frames.texi (Dialog Boxes): Use it.
4255
42562006-07-12 Richard Stallman <rms@gnu.org>
4257
4258 * objects.texi (Frame Type): Explain nature of frames better.
4259
4260 * frames.texi (Frames): Explain nature of frames better.
4261
42622006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4263
4264 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4265
42662006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4267
4268 * frames.texi (Window System Selections): Mention scrap support for Mac.
4269 Default value of x-select-enable-clipboard is t on Mac.
4270
4271 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4272
42732006-07-11 Kim F. Storm <storm@cua.dk>
4274
4275 * display.texi (Forcing Redisplay): Add `redisplay' function.
4276 Don't mention (sit-for -1) -- use (redisplay t) instead.
4277
4278 * commands.texi (Waiting): (sit-for -1) is no longer special.
4279 (sit-for 0) is equivalent to (redisplay).
4280 Iconifying/deiconifying no longer makes sit-for return.
4281
42822006-07-10 Nick Roberts <nickrob@snap.net.nz>
4283
4284 * display.texi (Buttons): Fix typo.
4285
4286 * index.texi, elisp.texi (New Symbols): Comment node out.
4287
42882006-07-09 Richard Stallman <rms@gnu.org>
4289
4290 * display.texi (Truncation): Clean up previous change.
4291
42922006-07-08 Richard Stallman <rms@gnu.org>
4293
4294 * commands.texi (Interactive Call): Use 3 as prefix in example
4295 for execute-extended-command.
4296
4297 * display.texi (Attribute Functions): Move paragraph about
4298 compatibility with Emacs < 21.
4299
43002006-07-09 Kim F. Storm <storm@cua.dk>
4301
4302 * display.texi (Refresh Screen): Clarify force-window-update.
4303 (Truncation): "Normally" indicated by fringe arrows.
4304
43052006-07-08 Eli Zaretskii <eliz@gnu.org>
4306
4307 * windows.texi (Textual Scrolling, Resizing Windows):
4308 * variables.texi (Constant Variables):
4309 * text.texi (Buffer Contents, Deletion, Changing Properties)
4310 (Property Search, Special Properties, Sticky Properties)
4311 (Links and Mouse-1, Fields, Change Hooks):
4312 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4313 (Categories):
4314 * symbols.texi (Other Plists):
4315 * streams.texi (Output Variables):
4316 * processes.texi (Input to Processes, Query Before Exit):
4317 * positions.texi (Word Motion, Text Lines, List Motion):
4318 * os.texi (Init File, System Environment, Sound Output)
4319 (Session Management):
4320 * nonascii.texi (Text Representations, Character Sets)
4321 (Chars and Bytes, Locales):
4322 * modes.texi (Defining Minor Modes, Header Lines):
4323 * minibuf.texi (Minibuffer Contents):
4324 * markers.texi (Information from Markers):
4325 * lists.texi (List Elements, Building Lists, Association Lists):
4326 * keymaps.texi (Tool Bar):
4327 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4328 * functions.texi (What Is a Function, Mapping Functions):
4329 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4330 (Color Names, Text Terminal Colors, Display Feature Testing):
4331 * files.texi (Visiting Functions, File Name Components)
4332 (Unique File Names, Contents of Directories):
4333 * display.texi (Forcing Redisplay, Displaying Messages)
4334 (Temporary Displays, Font Selection, Auto Faces)
4335 (Font Lookup, Fringe Indicators, Display Margins)
4336 (Image Descriptors, Showing Images, Image Cache, Button Types)
4337 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4338 (Display Table Format, Glyphs):
4339 * control.texi (Iteration):
4340 * commands.texi (Command Loop Info, Adjusting Point):
4341 * backups.texi (Making Backups, Auto-Saving):
4342 Remove @tindex entries.
4343
43442006-07-07 Kim F. Storm <storm@cua.dk>
4345
4346 * display.texi (Fringe Cursors): Fix typo.
4347 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4348 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4349
43502006-07-05 Richard Stallman <rms@gnu.org>
4351
4352 * text.texi (Buffer Contents): Add example of text props
4353 in result of buffer-substring.
4354 (Text Properties): Explain better about use of specific property names.
4355 (Property Search): Some cleanups; reorder some functions.
4356
4357 * keymaps.texi (Changing Key Bindings): Cleanup.
4358 Add xref to Key Binding Conventions.
4359
4360 * display.texi (Attribute Functions): Add examples for
4361 face-attribute-relative-p.
4362
4363 * tips.texi (Coding Conventions): Cleanup last change.
4364
43652006-07-05 Karl Berry <karl@gnu.org>
4366
4367 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4368 Remove @setchapternewpage odd.
4369 Result is 1013 pages, down from 1100.
4370
4371 * anti.texi, customize.texi, display.texi, internals.texi:
4372 * minibuf.texi, modes.texi, tips.texi:
4373 Fix overfull/underfull boxes.
4374
43752006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4376
4377 * edebug.texi (Instrumenting):
4378 Add Edebug-specific findex for eval-buffer.
4379 * loading.texi (Loading):
4380 Replace eval-current-buffer with eval-buffer.
4381
43822006-06-30 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * locals.texi (Standard Buffer-Local Variables): Update the list
4385 of variables.
4386
43872006-06-26 Nick Roberts <nickrob@snap.net.nz>
4388
4389 * files.texi (File Name Completion): Point user to the node
4390 "Reading File Names".
4391
43922006-06-24 Eli Zaretskii <eliz@gnu.org>
4393
4394 * files.texi (Contents of Directories): Document case-insensitive
4395 behavior on respective filesystems.
4396
4397 * objects.texi (Character Type): Document that Emacs signals an
4398 error for unsupported Unicode characters specified as \uNNNN.
4399
44002006-06-19 Richard Stallman <rms@gnu.org>
4401
4402 * processes.texi (Bindat Spec): Clarify previous change.
4403
44042006-06-16 Richard Stallman <rms@gnu.org>
4405
4406 * tips.texi (Coding Conventions): Better explain conventions
4407 for definition constructs.
4408
4409 * text.texi (Special Properties): String value of `read-only'
4410 serves as the error message.
4411
4412 * objects.texi (Character Type): Clarify prev. change.
4413 (Non-ASCII in Strings): Mention \u and \U.
4414
4415 * commands.texi (Using Interactive): Explain problem of
4416 markers, etc., in command-history.
4417
44182006-06-14 Kim F. Storm <storm@cua.dk>
4419
4420 * commands.texi (Waiting): Negative arg to sit-for forces
4421 redisplay even if input is pending.
4422
4423 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4424 redisplay. Remove incorrect example of binding redisplay-dont-pause
4425 around (sit-for 0).
4426
44272006-06-13 Richard Stallman <rms@gnu.org>
4428
4429 * display.texi (Forcing Redisplay): Clarify previous change.
4430
44312006-06-13 Romain Francoise <romain@orebokech.com>
4432
4433 * display.texi (Forcing Redisplay): Fix typo.
4434
44352006-06-13 Kim F. Storm <storm@cua.dk>
4436
4437 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4438
44392006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4440
4441 * tips.texi (Coding Conventions): Add `@end itemize'.
4442
44432006-06-10 Richard Stallman <rms@gnu.org>
4444
4445 * tips.texi (Coding Conventions): Explain use of coding systems
4446 to ensure one decoding for strings.
4447
44482006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4449
4450 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4451 syntax.
4452
44532006-06-07 Eli Zaretskii <eliz@gnu.org>
4454
4455 * display.texi (Font Selection): Remove description of
4456 clear-face-cache.
4457
4458 * compile.texi (Eval During Compile): Fix a typo. Add index
4459 entries for possible uses of eval-when-compile.
4460
44612006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4462
4463 * display.texi (Abstract Display): Fix typo.
4464
44652006-06-03 Eli Zaretskii <eliz@gnu.org>
4466
4467 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4468 Reword variable's description.
4469
44702006-06-01 Richard Stallman <rms@gnu.org>
4471
4472 * windows.texi (Splitting Windows): Clarify splitting nonselected
4473 window.
4474
44752006-05-31 Juri Linkov <juri@jurta.org>
4476
4477 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4478
44792006-05-30 Richard Stallman <rms@gnu.org>
4480
4481 * display.texi (Line Height): Fix errors in description of
10d1d0af 4482 default line height and line-height property.
b8d4c8d0
GM
4483
4484 * nonascii.texi (Default Coding Systems): Further clarification.
4485
44862006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4487
4488 * internals.texi (Pure Storage): Mention that an overflow in pure
4489 space causes a memory leak.
4490 (Garbage Collection): If there was an overflow in pure space,
4491 `garbage-collect' returns nil.
4492
44932006-05-30 Eli Zaretskii <eliz@gnu.org>
4494
4495 * nonascii.texi (Default Coding Systems): Fix it some more.
4496
44972006-05-29 Eli Zaretskii <eliz@gnu.org>
4498
4499 * nonascii.texi (Default Coding Systems): Fix last change.
4500
45012006-05-29 Kenichi Handa <handa@m17n.org>
4502
4503 * nonascii.texi (find-operation-coding-system): Describe the new
4504 argument format (FILENAME . BUFFER).
4505
45062006-05-28 Richard Stallman <rms@gnu.org>
4507
4508 * tips.texi (Coding Conventions): Better explain reasons not to
4509 advise other packages or use `eval-after-load'.
4510
45112006-05-29 Kim F. Storm <storm@cua.dk>
4512
4513 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4514 `bindat-idx' and `bindat-raw' for clarity.
4515
45162006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4517
4518 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4519
4520 * display.texi (Display): Add "Abstract Display" to menu.
4521 (Abstract Display, Abstract Display Functions)
4522 (Abstract Display Example): New nodes.
4523 * elisp.texi (Top): Add "Abstract Display" to menu.
4524
45252006-05-27 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * keymaps.texi (Key Sequences): Link to input events definition.
4528 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4529
4530 * files.texi (Changing Files): Document updated argument list for
4531 copy-file.
4532
45332006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4534
4535 * processes.texi (Bindat Functions): Explain term "total length".
4536 Use it in bindat-length and bindat-pack descriptions.
4537
45382006-05-26 Eli Zaretskii <eliz@gnu.org>
4539
4540 * tips.texi (Coding Conventions): Advise against using
4541 eval-after-load in packages. Add an index entry.
4542
45432006-05-25 Juri Linkov <juri@jurta.org>
4544
4545 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4546
4547 * modes.texi (%-Constructs): Add %e, %z, %Z.
4548
45492006-05-25 Richard Stallman <rms@gnu.org>
4550
4551 * elisp.texi (Top): Update subnode menu.
4552
4553 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4554 (Keymaps): Update menu.
4555
45562006-05-25 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * keymaps.texi (Key Sequences): Some clarifications.
4559
45602006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4561
4562 * processes.texi (Bindat Functions): Say "unibyte string"
4563 explicitly for bindat-unpack and bindat-pack descriptions.
4564 (Bindat Examples): Don't call `string-make-unibyte' in example.
4565
45662006-05-25 Chong Yidong <cyd@stupidchicken.com>
4567
5dcb4c4e 4568 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4569 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4570
4571 * keymaps.texi (Changing Key Bindings):
dd7b651b 4572 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4573 * help.texi (Describing Characters): Refer to it.
4574
45752006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4576
4577 * frames.texi (Pointer Shape): @end table -> @end defvar.
4578
45792006-05-22 Richard Stallman <rms@gnu.org>
4580
4581 * elisp.texi (Top): Update subnode menus.
4582
4583 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4584 Contents rewritten; material from old Pointer Shape node moved here.
4585
4586 * display.texi (Pointer Shape): Node deleted.
4587 (Image Descriptors): Minor cleanup.
4588
45892006-05-21 Richard Stallman <rms@gnu.org>
4590
4591 * syntax.texi (Parsing Expressions): Update info on which STATE
4592 elements are ignored.
4593
45942006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4595
4596 * hooks.texi (Standard Hooks): Correct typo.
4597
4598 * gpl.texi (GPL): ifinfo -> ifnottex.
4599
46002006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4601
4602 * searching.texi (Simple Match Data): Warn about match data being
4603 set anew by every search.
4604
46052006-05-17 Richard Stallman <rms@gnu.org>
4606
4607 * minibuf.texi (Minibuffer History): Clarify.
4608
4609 * searching.texi (Regexp Special): Clarify nested regexp warning.
4610
46112006-05-16 Kim F. Storm <storm@cua.dk>
4612
4613 * minibuf.texi (Minibuffer History): Update add-to-history.
4614
46152006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4616
5dcb4c4e
SM
4617 * nonascii.texi (Explicit Encoding):
4618 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4619
46202006-05-14 Richard Stallman <rms@gnu.org>
4621
4622 * buffers.texi (Creating Buffers): Cleanup.
4623
4624 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4625
46262006-05-13 Eli Zaretskii <eliz@gnu.org>
4627
4628 * buffers.texi (Current Buffer): Document that with-temp-buffer
4629 disables undo.
4630
4631 * os.texi (Terminal-Specific): More accurate description of how
4632 Emacs searches for the terminal-specific libraries.
4633
46342006-05-12 Eli Zaretskii <eliz@gnu.org>
4635
4636 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4637 emacs-xtra to @inforef's.
4638
4639 * text.texi (Undo): Document that undo is turned off in buffers
4640 whose names begin with a space.
4641
4642 * buffers.texi (Buffer Names): Add index entries for buffers whose
4643 names begin with a space.
4644 (Creating Buffers): Document that undo is turned off in buffers
4645 whose names begin with a space.
4646
4647 * files.texi (Visiting Functions, Reading from Files)
4648 (Saving Buffers): Mention code and EOL conversions by file I/O
4649 primitives and subroutines.
4650
4651 * nonascii.texi (Lisp and Coding Systems): Document
4652 coding-system-eol-type. Add index entries for eol conversion.
4653
4654 * display.texi (Defining Faces): Mention `mac', and add an xref to
4655 where window-system is described.
4656
46572006-05-10 Richard Stallman <rms@gnu.org>
4658
4659 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4660
46612006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4662
4663 * variables.texi (File Local Variables): Recommend to quote lambda
4664 expressions in safe-local-variable property.
4665
46662006-05-09 Richard Stallman <rms@gnu.org>
4667
5dcb4c4e
SM
4668 * variables.texi (File Local Variables):
4669 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4670
46712006-05-07 Kim F. Storm <storm@cua.dk>
4672
4673 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4674 from add-to-history.
4675
46762006-05-07 Romain Francoise <romain@orebokech.com>
4677
4678 * commands.texi (Event Input Misc):
4679 * compile.texi (Eval During Compile):
4680 * internals.texi (Buffer Internals):
4681 * minibuf.texi (Initial Input):
4682 * nonascii.texi (Scanning Charsets):
4683 * numbers.texi (Comparison of Numbers):
4684 * windows.texi (Textual Scrolling, Vertical Scrolling):
4685 Fix various typos.
4686
46872006-05-06 Eli Zaretskii <eliz@gnu.org>
4688
4689 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4690 conditional xref's to either emacs or emacs-xtra, depending on
4691 @iftex/@ifnottex.
4692
4693 * minibuf.texi (Minibuffer History): Document add-to-history.
4694
46952006-05-05 Eli Zaretskii <eliz@gnu.org>
4696
4697 * internals.texi (Pure Storage): Mention the pure overflow message
4698 at startup.
4699
c8763fb6 47002006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4701
4702 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4703 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4704 search.
4705
47062006-05-01 Richard Stallman <rms@gnu.org>
4707
4708 * intro.texi (nil and t): Clarify.
4709
4710 * variables.texi (File Local Variables): Suggest using booleanp.
4711
47122006-05-01 Juanma Barranquero <lekktu@gmail.com>
4713
4714 * objects.texi (Type Predicates): Fix typos.
4715
47162006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * intro.texi (nil and t): Add booleanp.
4719
4720 * objects.texi (Type Predicates): Add links for booleanp and
4721 string-or-null-p.
4722
47232006-04-29 Richard Stallman <rms@gnu.org>
4724
4725 * modes.texi (Multiline Font Lock): Rename from
4726 Multi line Font Lock Elements. Much clarification.
4727 (Font Lock Multiline, Region to Fontify): Much clarification.
4728
47292006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * variables.texi (File Local Variables): Remove the special case t for
4732 safe-local-variable.
4733
47342006-04-26 Richard Stallman <rms@gnu.org>
4735
4736 * syntax.texi (Parsing Expressions): Minor cleanup.
4737
47382006-04-18 Richard Stallman <rms@gnu.org>
4739
4740 * tips.texi (Coding Conventions): Explain when the package's
4741 prefix should appear later on (not at the start of the name).
4742
4743 * searching.texi (String Search): Clarify effect of NOERROR.
4744
4745 * modes.texi (Imenu): Clarify what special items do.
4746
4747 * hooks.texi (Standard Hooks): Delete text about old hook names.
4748
47492006-04-17 Romain Francoise <romain@orebokech.com>
4750
4751 * variables.texi (Local Variables): Update the default value of
4752 `max-specpdl-size'.
4753
47542006-04-15 Michael Olson <mwolson@gnu.org>
4755
4756 * processes.texi (Transaction Queues): Mention the new optional
4757 `delay-question' argument for `tq-enqueue'.
4758
47592006-04-13 Bill Wohler <wohler@newt.com>
4760
4761 * customize.texi (Common Keywords): Use dotted notation for
4762 :package-version value. Specify its values. Improve documentation
4763 for customize-package-emacs-version-alist.
4764
47652006-04-12 Bill Wohler <wohler@newt.com>
4766
4767 * customize.texi (Common Keywords): Move description of
4768 customize-package-emacs-version-alist to @defvar.
4769
47702006-04-10 Bill Wohler <wohler@newt.com>
4771
4772 * customize.texi (Common Keywords): Add :package-version.
4773
47742006-04-10 Kim F. Storm <storm@cua.dk>
4775
4776 * text.texi (Buffer Contents): Add NOPROPS arg to
4777 filter-buffer-substring.
4778
47792006-04-08 Kevin Ryde <user42@zip.com.au>
4780
4781 * os.texi (Command-Line Arguments): Update xref to emacs manual
4782 "Command Arguments" -> "Emacs Invocation", per change there.
4783
47842006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4785
4786 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4787 be on one line to help makeinfo not render two spaces after the dot.
4788
47892006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4790
4791 * strings.texi (Predicates for Strings): Add string-or-null-p.
4792
47932006-03-28 Kim F. Storm <storm@cua.dk>
4794
4795 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4796 remarks about systems that don't support fractional seconds.
4797
47982006-03-25 Karl Berry <karl@gnu.org>
4799
4800 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4801 the year list.
4802
48032006-03-21 Nick Roberts <nickrob@snap.net.nz>
4804
4805 * display.texi (Fringe Indicators): Fix typos.
4806
48072006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4808
4809 * tips.texi (Documentation Tips): One can now also write `program'
4810 in front of a quoted symbol in a docstring to prevent making a
4811 hyperlink.
4812
48132006-03-19 Alan Mackenzie <acm@muc.de>
4814
4815 * text.texi (Special Properties): Clarify `fontified' property.
4816
48172006-03-16 Richard Stallman <rms@gnu.org>
4818
4819 * display.texi (Defining Images): Minor cleanup.
4820
48212006-03-16 Bill Wohler <wohler@newt.com>
4822
4823 * display.texi (Defining Images): In image-load-path-for-library,
4824 prefer user's images.
4825
48262006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4829
48302006-03-15 Bill Wohler <wohler@newt.com>
4831
4832 * display.texi (Defining Images): Fix example in
4833 image-load-path-for-library by not recommending that one binds
4834 image-load-path. Just defvar it to placate compiler and only use
4835 it if previously defined.
4836
48372006-03-14 Bill Wohler <wohler@newt.com>
4838
4839 * display.texi (Defining Images): In image-load-path-for-library,
4840 always return list of directories. Update example.
4841
48422006-03-14 Alan Mackenzie <acm@muc.de>
4843
4844 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4845 This describes font-lock-extend-region-function.
4846 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4847 the new node "Region to Fontify".
4848
48492006-03-13 Richard Stallman <rms@gnu.org>
4850
4851 * display.texi (Invisible Text): The impossible position is
4852 now before the invisible text, not after.
4853 (Defining Images): Clean up last change.
4854
48552006-03-11 Bill Wohler <wohler@newt.com>
4856
4857 * display.texi (Defining Images): Add image-load-path-for-library.
4858
48592006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4860
4861 * text.texi (Adaptive Fill): Fix Texinfo usage.
4862
4863 * strings.texi (Creating Strings): Fix Texinfo usage.
4864
4865 * searching.texi (Regexp Special): Use @samp for regular
4866 expressions that are not in Lisp syntax.
4867
48682006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4869
4870 * searching.texi (Regexp Special): Put remark between parentheses
4871 to avoid misreading.
4872
48732006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4874
4875 * searching.texi (Syntax of Regexps): More accurately describe
4876 which characters are special in which situations.
4877 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4878 are not special. Describe in detail when `[' and `]' are special.
4879 (Regexp Backslash): Plenty of regexps with unbalanced square
4880 brackets are valid, so reword that statement.
4881
48822006-03-02 Kim F. Storm <storm@cua.dk>
4883
4884 * keymaps.texi (Tool Bar): Add tool-bar-border.
4885
48862006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4887
4888 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4889
48902006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4891
4892 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4893
4894 * files.texi (Locating Files): Suggest additional values for the
4895 SUFFIXES arg of `locate-file'. Update pxref.
4896
4897 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4898 (How Programs Do Loading): Discuss the effects of Auto Compression
4899 mode on `load'.
4900 (Load Suffixes): New node.
4901 (Library Search): Delete description of `load-suffixes'; it was
4902 moved to "Load Suffixes".
4903 (Autoload, Named Features): Mention `load-suffixes'.
4904
49052006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4906
4907 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4908
4909 * windows.texi (Window Tree): Fix typo.
4910
49112006-02-20 Kim F. Storm <storm@cua.dk>
4912
4913 * display.texi (Fringe Indicators): New section.
4914 Move indicate-empty-lines, indicate-buffer-boundaries, and
4915 default-indicate-buffer-boundaries here.
4916 Add fringe-indicator-alist and default-fringes-indicator-alist.
4917 Add list of logical fringe indicator symbols.
4918 Update list of standard bitmap names.
4919 (Fringe Cursors): New section.
4920 Move overflow-newline-into-fringe here.
4921 Add fringe-cursor-alist and default-fringes-cursor-alist.
4922 Add list of fringe cursor symbols.
4923
49242006-02-20 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * commands.texi (Using Interactive): Fix reference to node
4927 "Minibuffers".
4928
49292006-02-19 Richard M. Stallman <rms@gnu.org>
4930
4931 * minibuf.texi (High-Level Completion):
4932 Add xref to read-input-method-name.
4933
4934 * files.texi (Relative File Names): Move file-relative-name here.
4935 (File Name Expansion): From here. Minor clarifications.
4936
4937 * commands.texi (Using Interactive): Add xrefs about reading input.
4938 Clarify remarks about that moving point and mark.
4939 Put string case before list case.
4940
c8763fb6 49412006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4942
4943 * display.texi (Other Display Specs, Image Descriptors):
4944 Revert erroneous changes. The previous description of
4945 image-descriptors as `(image . PROPS)' was correct.
4946
49472006-02-14 Richard M. Stallman <rms@gnu.org>
4948
4949 * variables.texi (File Local Variables): Clarifications.
4950
49512006-02-14 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * variables.texi (File Local Variables): Use @code for a cons
4954 cell, not @var.
4955
49562006-02-13 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * variables.texi (File Local Variables): Document new file local
4959 variable behavior.
4960
49612006-02-10 Kim F. Storm <storm@cua.dk>
4962
4963 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4964
49652006-02-08 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * modes.texi (%-Constructs): Remove obsolete info about
4968 `global-mode-string'.
4969
49702006-02-07 Richard M. Stallman <rms@gnu.org>
4971
4972 * commands.texi (Prefix Command Arguments): Minor cleanup.
4973
4974 * display.texi: "Graphical display", not window system.
4975
4976 * functions.texi (What Is a Function): Fix xref.
4977
4978 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4979 (Changing Key Bindings): Clarify when remapping is better than
4980 substitute-key-definition.
4981
49822006-02-02 Richard M. Stallman <rms@gnu.org>
4983
4984 * minibuf.texi (Basic Completion): Completion alists are risky.
4985
4986 * keymaps.texi (Active Keymaps): Clarifications.
4987 (Searching Keymaps): New node.
4988 (Keymaps): Update menu.
4989
4990 * frames.texi (Layout Parameters): Minor clarification.
4991 (Drag and Drop): New node.
4992 (Frames): Update menu.
4993
49942006-01-29 Chong Yidong <cyd@stupidchicken.com>
4995
4996 * display.texi (Other Display Specs, Image Descriptors):
4997 Image description is a list, not a cons cell.
4998
49992006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5000
5001 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5002 list is not necessarily a list).
5003
50042006-01-27 Eli Zaretskii <eliz@gnu.org>
5005
5006 * frames.texi (Layout Parameters): border-width and
5007 internal-border-width belong to the frame, not the window.
5008
50092006-01-19 Richard M. Stallman <rms@gnu.org>
5010
5011 * nonascii.texi (Translation of Characters): Search cmds use
5012 translation-table-for-input. Automatically made local.
5013
5014 * markers.texi (Overview of Markers): Count insertion type
5015 as one of a marker's attributes.
5016
5017 * keymaps.texi (Controlling Active Maps): New node, split out of
5018 Active Keymaps.
5019 (Keymaps): Menu updated.
5020 (Active Keymaps): Give pseudocode to explain how the active
5021 maps are searched. current-active-maps and key-binding moved here.
5022 (Functions for Key Lookup): current-active-maps and key-binding moved.
5023 Clarifications.
5024 (Searching the Keymaps): New subnode.
5025
5026 * elisp.texi (Top): Menu clarification.
5027
5028 * display.texi (Other Display Specs): Delete duplicate entry for
5029 just a string as display spec. Move text about recursive display
5030 specs on such a string.
5031
5032 * commands.texi (Key Sequence Input): Clarify.
5033 Move num-nonmacro-input-events out.
5034 (Reading One Event): num-nonmacro-input-events moved here.
5035
50362006-01-14 Nick Roberts <nickrob@snap.net.nz>
5037
5038 * advice.texi (Simple Advice): Update example to fit argument
5039 change in previous-line.
5040
50412006-01-05 Richard M. Stallman <rms@gnu.org>
5042
5043 * markers.texi (The Mark): Fix in `mark'.
5044
50452006-01-04 Richard M. Stallman <rms@gnu.org>
5046
5047 * processes.texi (Misc Network, Make Network): Minor cleanups.
5048
50492006-01-04 Kim F. Storm <storm@cua.dk>
5050
5051 * processes.texi (Make Network): Add IPv6 addresses and handling.
5052 (Network Feature Testing): Mention (:family ipv6).
5053 (Misc Network): Add IPv6 formats to format-network-address.
5054
50552005-12-30 Richard M. Stallman <rms@gnu.org>
5056
5057 * text.texi (Changing Properties):
5058 Don't use return value of set-text-properties.
5059
50602005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5061
5062 * modes.texi (Mode Line Format): Correct typo in menu.
5063
50642005-12-29 Richard M. Stallman <rms@gnu.org>
5065
5066 * modes.texi (Mode Line Top): New node.
5067 (Mode Line Data): Some text moved to new node.
5068 Explain the data structure more concretely.
5069 (Mode Line Basics): Clarifications.
5070 (Mode Line Variables): Clarify intro paragraph.
5071 (%-Constructs): Clarify intro paragraph.
5072 (Mode Line Format): Update menu.
5073
50742005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5075
5076 * minibuf.texi (Basic Completion): Update lazy-completion-table
5077 examples for removal of ARGS argument.
5078
50792005-12-23 Richard M. Stallman <rms@gnu.org>
5080
5081 * text.texi (Undo): Restore some explanation from the version
5082 that was deleted.
5083
50842005-12-23 Eli Zaretskii <eliz@gnu.org>
5085
5086 * text.texi (Undo): Remove duplicate descriptions of `apply
5087 funname' and `apply delta' elements of the undo list.
5088
50892005-12-20 Richard M. Stallman <rms@gnu.org>
5090
5091 * help.texi (Help Functions): Update documentation of `apropos'.
5092
50932005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5094
5095 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5096 because it is confusing. If the :help-echo keyword is a function,
5097 it is not directly used as the :help-echo overlay property, as the
5098 xref seems to suggest (it does not take the appropriate args).
5099
51002005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5101
5102 * customize.texi (Common Keywords): Fix Texinfo usage.
5103 (Group Definitions, Variable Definitions): Update for new
5104 conventions for using `*' in docstrings.
5105
5106 * tips.texi (Documentation Tips): Update for new conventions for
5107 using `*' in docstrings.
5108
51092005-12-16 Richard M. Stallman <rms@gnu.org>
5110
5111 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5112
51132005-12-16 Juri Linkov <juri@jurta.org>
5114
5115 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5116
51172005-12-14 Romain Francoise <romain@orebokech.com>
5118
5119 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5120 Fix typo.
5121
51222005-12-11 Juri Linkov <juri@jurta.org>
5123
5124 * minibuf.texi (Completion Commands): Add mention of read-file-name
5125 for filename completion keymaps.
5126 (Reading File Names): Add mention of filename completion keymaps
5127 for read-file-name and xref to `Completion Commands'.
5128
51292005-12-10 Richard M. Stallman <rms@gnu.org>
5130
5131 * customize.texi (Common Keywords): State caveats for use of :tag.
5132
51332005-12-08 Richard M. Stallman <rms@gnu.org>
5134
5135 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5136 with xrefs and better explanation.
5137 (Completion Commands): Add the filename completion maps.
5138
5139 * objects.texi (Character Type): Clarify that \s is not space
5140 if a dash follows.
5141
51422005-12-05 Richard M. Stallman <rms@gnu.org>
5143
5144 * windows.texi (Resizing Windows): Delete preserve-before args.
5145
51462005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5149 in full keymaps, since the quirk has been fixed.
5150
51512005-12-03 Eli Zaretskii <eliz@gnu.org>
5152
5dcb4c4e
SM
5153 * hooks.texi (Standard Hooks): Add index entries.
5154 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5155
51562005-11-27 Richard M. Stallman <rms@gnu.org>
5157
5158 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5159
51602005-11-21 Juri Linkov <juri@jurta.org>
5161
5162 * customize.texi (Common Keywords): Update links types
5163 custom-manual and url-link. Add link types emacs-library-link,
5164 file-link, function-link, variable-link, custom-group-link.
5165
51662005-11-20 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * display.texi: Revert 2005-11-20 change.
5169
51702005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5171
5172 * processes.texi (Bindat Functions):
5173 Say "third" to refer to zero-based index "2".
5174
51752005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5176
5177 * loading.texi (Library Search): Update the default value of
5178 `load-suffixes'.
5179
51802005-11-17 Chong Yidong <cyd@stupidchicken.com>
5181
5182 * display.texi (Attribute Functions): Mention :ignore-defface.
5183
51842005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5187 (Minor Mode Conventions): Mention the use of a hook.
5188
51892005-11-06 Richard M. Stallman <rms@gnu.org>
5190
5191 * files.texi (Magic File Names): find-file-name-handler checks the
5192 `operations' property of the handler.
5193
51942005-11-03 Richard M. Stallman <rms@gnu.org>
5195
5196 * variables.texi (Frame-Local Variables): Small clarification.
5197
51982005-10-29 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * os.texi (Init File): Document ~/.emacs.d/init.el.
5201
52022005-10-29 Richard M. Stallman <rms@gnu.org>
5203
5204 * internals.texi (Garbage Collection): Document memory-full.
5205
52062005-10-28 Bill Wohler <wohler@newt.com>
5207
5208 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5209 for URLs.
5210
52112005-10-28 Richard M. Stallman <rms@gnu.org>
5212
5213 * minibuf.texi (Completion Commands): Clean up prev change.
5214
52152005-10-26 Kevin Ryde <user42@zip.com.au>
5216
5217 * compile.texi (Eval During Compile): Explain recommended uses
5218 of eval-when-compile and eval-and-compile.
5219
52202005-10-27 Masatake YAMATO <jet@gyve.org>
5221
5222 * minibuf.texi (Completion Commands):
5223 Write about new optional argument for `display-completion-list'.
5224
52252005-10-23 Richard M. Stallman <rms@gnu.org>
5226
5227 * display.texi (Overlay Arrow): Clarify about local bindings of
5228 overlay-arrow-position.
5229
52302005-10-22 Eli Zaretskii <eliz@gnu.org>
5231
5232 * internals.texi (Building Emacs): Fix last change.
5233
52342005-10-22 Richard M. Stallman <rms@gnu.org>
5235
5236 * internals.texi (Building Emacs): Document eval-at-startup.
5237
52382005-10-21 Richard M. Stallman <rms@gnu.org>
5239
5240 * loading.texi (Where Defined): load-history contains abs file names.
5241 symbol-file returns abs file names.
5242
52432005-10-19 Kim F. Storm <storm@cua.dk>
5244
5245 * display.texi (Showing Images): Add max-image-size integer value.
5246
52472005-10-18 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * display.texi (Showing Images): Document max-image-size.
5250
52512005-10-17 Richard M. Stallman <rms@gnu.org>
5252
5253 * commands.texi (Quitting): Minor clarification.
5254
5255 * processes.texi (Sentinels): Clarify about output and quitting.
5256 (Filter Functions): Mention with-local-quit.
5257
52582005-10-17 Juri Linkov <juri@jurta.org>
5259
5260 * buffers.texi (Current Buffer):
5261 * commands.texi (Event Input Misc):
5262 * compile.texi (Eval During Compile, Compiler Errors):
5263 * customize.texi (Group Definitions):
5264 * display.texi (Progress, Defining Faces):
5265 * files.texi (Writing to Files):
5266 * modes.texi (Mode Hooks, Defining Minor Modes):
5267 * streams.texi (Output Functions):
5268 * syntax.texi (Syntax Table Functions):
5269 * text.texi (Change Hooks):
5270 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5271
5272 * commands.texi (Quitting): Replace arg `forms' with `body' in
5273 `with-local-quit'.
5274
5275 * positions.texi (Excursions): Replace arg `forms' with `body' in
5276 `save-excursion'.
5277
52782005-10-08 Kim F. Storm <storm@cua.dk>
5279
5280 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5281 Rename manual section accordingly.
5282
52832005-10-04 Kim F. Storm <storm@cua.dk>
5284
5285 * windows.texi (Window Split Tree): New section describing
5286 new function window-split-tree function.
5287
52882005-10-03 Nick Roberts <nickrob@snap.net.nz>
5289
5290 * display.texi (Fringe Size/Pos): Simplify and add detail.
5291
52922005-09-30 Romain Francoise <romain@orebokech.com>
5293
5294 * minibuf.texi (High-Level Completion): Explain that the prompt
5295 given to `read-buffer' should end with a colon and a space.
5296 Update usage examples.
5297
52982005-09-29 Juri Linkov <juri@jurta.org>
5299
5300 * display.texi (Displaying Messages): Rename argument name
5301 `string' to `format-string' in functions `message', `message-box',
5302 `message-or-box'.
5303
53042005-09-26 Chong Yidong <cyd@stupidchicken.com>
5305
5306 * errors.texi (Standard Errors): Correct xrefs.
5307
53082005-09-18 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * display.texi (Defining Images): Update documentation for
5311 `image-load-path'.
5312
53132005-09-17 Richard M. Stallman <rms@gnu.org>
5314
5315 * display.texi (Defining Images): Clean up previous change.
5316
53172005-09-16 Romain Francoise <romain@orebokech.com>
5318
5319 * elisp.texi: Specify GFDL version 1.2.
5320
5321 * doclicense.texi (GNU Free Documentation License): Update to
5322 version 1.2.
5323
53242005-09-15 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * display.texi (Defining Images): Document `image-load-path'.
5327
53282005-09-15 Richard M. Stallman <rms@gnu.org>
5329
5330 * objects.texi (Printed Representation): Minor cleanup.
5331 (Box Diagrams): Minor fix.
5332 (Cons Cell Type): Move (...) index item here.
5333 (Box Diagrams): From here.
5334 (Array Type): Minor fix.
5335 (Type Predicates): Delete index "predicates".
5336 (Hash Table Type): Clarify xref.
5337 (Dotted Pair Notation): Minor fix.
5338
53392005-09-10 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * files.texi (Saving Buffers): Fix typo.
5342
53432005-09-08 Richard M. Stallman <rms@gnu.org>
5344
5345 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5346
53472005-09-08 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * locals.texi (Standard Buffer-Local Variables): Don't include
5350 mode variables for minor modes.
5351 Fix xrefs for buffer-display-count, buffer-display-table,
5352 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5353 enable-multibyte-characters, fill-column, header-line-format,
5354 left-fringe-width, left-margin, and right-fringe-width.
5355
5356 * hooks.texi (Standard Hooks): All hooks should conform to the
5357 standard naming convention now.
5358 Fix xref for `echo-area-clear-hook'.
5359
5360 * display.texi (Usual Display): Note that indicate-empty-lines and
5361 tab-width are buffer-local.
5362
5363 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5364
5365 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5366
5367 * nonascii.texi (Encoding and I/O): Note that
5368 buffer-file-coding-system is buffer-local.
5369
5370 * positions.texi (List Motion): Note that defun-prompt-regexp is
5371 buffer-local.
5372
5373 * text.texi (Auto Filling): Note that auto-fill-function is
5374 buffer-local.
5375 (Undo): Note that buffer-undo-list is buffer-local.
5376
5dcb4c4e
SM
5377 * windows.texi (Buffers and Windows):
5378 Document buffer-display-count.
b8d4c8d0
GM
5379
53802005-09-06 Richard M. Stallman <rms@gnu.org>
5381
5382 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5383 package prefix elsewhere than at the start of the name.
5384
53852005-09-03 Richard M. Stallman <rms@gnu.org>
5386
5387 * tips.texi (Programming Tips): Add conventions for minibuffer
5388 questions and prompts.
5389
53902005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5391
5392 * intro.texi (nil and t): Minor cleanup.
5393 Delete spurious mention of keyword symbols.
5394 (Evaluation Notation): Add index entry.
5395 (A Sample Function Description): Minor cleanup.
5396 (A Sample Variable Description): Not all vars can be set.
5397
53982005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5399
5400 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5401
5402 (Insertion): Document precise type of `insert-char' arg COUNT.
5403
54042005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * modes.texi (Other Font Lock Variables): Sync the default of
5407 font-lock-lines-before.
5408
54092005-08-31 Michael Albinus <michael.albinus@gmx.de>
5410
5411 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5412
54132005-08-29 Richard M. Stallman <rms@gnu.org>
5414
5415 * elisp.texi (Top): Update subnode menu.
5416
5417 * searching.texi (Searching and Matching): Move node.
5418 Rearrange contents and add overall explanation.
5419 (Searching and Case): Move node.
5420 (Searching and Matching): Update menu.
5421
54222005-08-27 Eli Zaretskii <eliz@gnu.org>
5423
5424 * os.texi (Startup Summary): Fix the description of the initial
5425 startup message display.
5426
54272005-08-25 Richard M. Stallman <rms@gnu.org>
5428
5429 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5430
54312005-08-25 Emilio C. Lopes <eclig@gmx.net>
5432
5433 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5434 `next-overlay-change' example.
5435
54362005-08-22 Juri Linkov <juri@jurta.org>
5437
5438 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5439 Fix invert-face. Fix args of face-background.
5440
5441 * display.texi (Standard Faces): Delete node.
5442 (Faces): Add xref to `(emacs)Standard Faces'.
5443 (Displaying Faces): Fix xref to `Standard Faces'.
5444
5445 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5446
54472005-08-20 Alan Mackenzie <acm@muc.de>
5448
5449 * buffers.texi (The Buffer List): Clarify the manipulation of the
5450 buffer list.
5451
54522005-08-14 Richard M. Stallman <rms@gnu.org>
5453
5454 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5455 a regexp.
5456
54572005-08-11 Richard M. Stallman <rms@gnu.org>
5458
5459 * elisp.texi (Top): Update subnode lists.
5460
5461 * display.texi (Inverse Video): Node deleted.
5462
5463 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5464 New nodes split out of Coding Conventions.
5465
5466 * searching.texi (Regular Expressions): Document re-builder.
5467
5468 * os.texi (Time Parsing): New node split out of Time Conversion.
5469
5470 * processes.texi (Misc Network, Network Feature Testing)
5471 (Network Options, Make Network): New nodes split out of
5472 Low-Level Network.
5473
54742005-08-09 Richard M. Stallman <rms@gnu.org>
5475
5476 * frames.texi (Geometry): New node, split from Size and Position.
5477 (Frame Parameters): Refer to Geometry.
5478
5479 * buffers.texi (The Buffer List): Fix xrefs.
5480
5481 * windows.texi (Splitting Windows): Fix xref.
5482
5483 * frames.texi (Layout Parameters): Add xref.
5484
5485 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5486
5487 * keymaps.texi (Menu Bar): Fix xref.
5488
5489 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5490
5491 * modes.texi (%-Constructs): Fix xref.
5492
5493 * frames.texi (Window Frame Parameters): Node split up.
5494 (Basic Parameters, Position Parameters, Size Parameters)
5495 (Layout Parameters, Buffer Parameters, Management Parameters)
5496 (Cursor Parameters, Color Parameters): New subnodes.
5497
54982005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5499
5500 * positions.texi (Screen Lines): Update xref for previous change
5501 in minibuf.texi.
5502
5503 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5504 change in minibuf.texi.
5505
55062005-08-09 Richard M. Stallman <rms@gnu.org>
5507
5508 * tips.texi (Coding Conventions): Minor cleanup.
5509
5510 * modes.texi (Defining Minor Modes): Explain when init-value
5511 can be non-nil.
5512
5513 * elisp.texi (Top): Update submenu for Minibuffer.
5514
5515 * minibuf.texi (Minibuffer Misc): Node split up.
5516 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5517 (Recursive Mini): New nodes split out from Minibuffer Misc.
5518 (Minibuffer Misc): Document max-mini-window-height.
5519
5520 * hash.texi (Defining Hash): Delete stray paren in example.
5521
5522 * display.texi (Echo Area Customization): Don't define
5523 max-mini-window-height here; xref instead.
5524
5525 * commands.texi (Event Input Misc): Update while-no-input.
5526
5527 * advice.texi (Advising Functions): Explain when to use advice
5528 and when to use a hook.
5529
55302005-07-30 Eli Zaretskii <eliz@gnu.org>
5531
5532 * makefile.w32-in (info): Don't run install-info.
5533 ($(infodir)/dir): New target, produced by running install-info.
5534
55352005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * modes.texi (Defining Minor Modes): The keyword for the initial
5538 value is :init-value, not :initial-value.
5539
55402005-07-23 Eli Zaretskii <eliz@gnu.org>
5541
5542 * loading.texi (Autoload): Make the `doctor' example be consistent
5543 with what's in current loaddefs.el. Describe the "fn" magic in
5544 the usage portion of the doc string.
5545
55462005-07-22 Richard M. Stallman <rms@gnu.org>
5547
5548 * internals.texi (Garbage Collection): Clarify previous change.
5549
55502005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5553
55542005-07-18 Juri Linkov <juri@jurta.org>
5555
5556 * commands.texi (Accessing Events):
5557 * frames.texi (Text Terminal Colors, Resources):
5558 * markers.texi (The Mark):
5559 * modes.texi (Defining Minor Modes):
5560 Delete duplicate duplicate words.
5561
55622005-07-16 Richard M. Stallman <rms@gnu.org>
5563
5564 * display.texi (Managing Overlays): Clarify make-overlay
5565 args for insertion types.
5566
55672005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5568
5569 * customize.texi (Variable Definitions):
5570 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5571 `standard-value' is a list too.
5572 (Defining New Types): Use @key{RET} instead of @key{ret}.
5573
55742005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5575
5576 * os.texi (Translating Input): Fix typo.
5577
55782005-07-08 Richard M. Stallman <rms@gnu.org>
5579
5580 * README: Update edition number and size estimate.
5581
5582 * elisp.texi (VERSION): Set to 2.9.
5583
55842005-07-07 Richard M. Stallman <rms@gnu.org>
5585
5586 * book-spine.texinfo: Update Emacs version.
5587
5588 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5589
55902005-07-06 Richard M. Stallman <rms@gnu.org>
5591
5592 * searching.texi (Regexp Search): Clarify what re-search-forward
5593 does when the search fails.
5594
55952005-07-05 Lute Kamstra <lute@gnu.org>
5596
5597 * Update FSF's address in GPL notices.
5598
5599 * doclicense.texi (GNU Free Documentation License):
5600 * gpl.texi (GPL):
5601 * tips.texi (Coding Conventions, Library Headers):
5602 * vol1.texi:
5603 * vol2.texi: Update FSF's address.
5604
56052005-07-04 Richard M. Stallman <rms@gnu.org>
5606
5607 * hooks.texi (Standard Hooks): Add occur-hook.
5608
56092005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5610
5611 * display.texi (The Echo Area): Correct menu.
5612
56132005-07-03 Richard M. Stallman <rms@gnu.org>
5614
5615 * elisp.texi (Top): Update subnode menu for Display.
5616
5617 * display.texi (Displaying Messages): New node, with most
5618 of what was in The Echo Area.
5dcb4c4e 5619 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5620 (Logging Messages): New node with new text.
5621 (Echo Area Customization): New node, the rest of what was
5622 in The Echo Area. Document message-truncate-lines with @defvar.
5623 (Display): Update menu.
5624
5625 * windows.texi (Textual Scrolling): Doc 3 values for
5626 scroll-preserve-screen-position.
5627
5628 * text.texi (Special Properties): Change hook functions
5629 should bind inhibit-modification-hooks around altering buffer text.
5630
5631 * keymaps.texi (Key Binding Commands): Call binding BINDING
5632 rather than DEFINITION.
5633
56342005-06-29 Juanma Barranquero <lekktu@gmail.com>
5635
5636 * variables.texi (Defining Variables): `user-variable-p' returns t
5637 for aliases of user options, nil for alias loops.
5638
56392005-06-28 Richard M. Stallman <rms@gnu.org>
5640
5641 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5642 make-keymap.
5643
56442005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5645
5646 * variables.texi (Setting Variables): Correct and clarify
5647 description of `add-to-ordered-list'.
5648
56492005-06-26 Richard M. Stallman <rms@gnu.org>
5650
5651 * display.texi (Faces): Minor cleanup.
5652
56532005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * display.texi (Faces): `facep' returns t for strings that are
5656 face names.
5657
56582005-06-25 Richard M. Stallman <rms@gnu.org>
5659
5660 * objects.texi (Equality Predicates): Clarify meaning of equal.
5661
5662 * windows.texi (Selecting Windows): save-selected-window
5663 and with-selected-window save and restore the current buffer.
5664
56652005-06-24 Richard M. Stallman <rms@gnu.org>
5666
5667 * numbers.texi (Float Basics): Explain how to test for NaN,
5668 and printing the sign of NaNs.
5669
56702005-06-24 Eli Zaretskii <eliz@gnu.org>
5671
5672 * makefile.w32-in (MAKEINFO): Use --force.
5673
56742005-06-23 Richard M. Stallman <rms@gnu.org>
5675
5676 * display.texi (Face Functions): Correct Texinfo usage.
5677
56782005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5679
5680 * lists.texi (Rings): `ring-elements' now returns the elements of
5681 RING in order.
5682
56832005-06-23 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * markers.texi (The Mark): Texinfo usage fix.
5686
56872005-06-23 Kim F. Storm <storm@cua.dk>
5688
5689 * searching.texi (Entire Match Data): Remove evaporate option for
5690 match-data. Do not mention evaporate option for set-match-data.
5691
56922005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5693
5694 * display.texi (Face Functions): Mention face aliases.
5695
56962005-06-21 Richard M. Stallman <rms@gnu.org>
5697
5698 * anti.texi (Antinews): Texinfo usage fix.
5699
57002005-06-21 Karl Berry <karl@gnu.org>
5701
5702 * elisp.texi: Use @copying.
5703
5704 * elisp.texi: Put @summarycontents and @contents before the Top
5705 node, instead of the end of the file, so that the contents appear
5706 in the right place in the dvi/pdf output.
5707
57082005-06-21 Juri Linkov <juri@jurta.org>
5709
5710 * display.texi (Defining Faces): Add `customized-face'.
5711
57122005-06-20 Kim F. Storm <storm@cua.dk>
5713
5714 * variables.texi (Setting Variables): Any type of element can be
5715 given order in add-to-ordered-list. Compare elements with eq.
5716
5717 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5718
57192005-06-20 Karl Berry <karl@gnu.org>
5720
5721 * syntax.texi (Syntax Flags): Make last column very slightly wider
5722 to avoid "generic comment" breaking on two lines and causing an
5723 underfull box.
5724
57252005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5726
5727 * lists.texi (Rings): Various minor clarifications and corrections.
5728
57292005-06-18 Richard M. Stallman <rms@gnu.org>
5730
5731 * functions.texi (Obsolete Functions): Simplify.
5732
5733 * variables.texi (Variable Aliases): Simplify.
5734
5735 * anti.texi, backups.texi, compile.texi, customization.texi:
5736 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5737 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5738 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5739 * variables.texi: Fix formatting ugliness.
5740
5741 * elisp.texi: Add links to Rings and Byte Packing.
5742 Update version and copyright years.
5743
5744 * minibuf.texi: Fix formatting ugliness.
5745 (Completion Commands): Move keymap vars to the end
5746 and vars completing-read binds to the top.
5747
57482005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5749
5750 * processes.texi: Fix typos.
5751 (Bindat Spec): Correct Texinfo error.
5752 (Byte Packing): Fix ungrammatical sentence.
5753
57542005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5755
5756 * lists.texi (Rings): New node.
5757 (Lists): Add it to menu.
5758
5759 * processes.texi (Byte Packing): New node.
5760 (Processes): Add it to menu.
5761
57622005-06-17 Richard M. Stallman <rms@gnu.org>
5763
5764 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5765
5766 * help.texi (Documentation Basics): Explain the xref to
5767 Documentation Tips.
5768
5769 * debugging.texi (Debugger Commands): Minor fix.
5770
57712005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5772
5773 * edebug.texi (Instrumenting): Eliminate duplicate link.
5774 (Specification List): Replace references to "below", referring to
5775 a later node, with one @ref to that node.
5776
5777 * os.texi (Timers): Timers should save and restore the match data
5778 if they change it.
5779
5780 * debugging.texi (Debugger Commands): Mention that the Lisp
5781 debugger can not step through primitive functions.
5782
57832005-06-16 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * functions.texi (Obsolete Functions): Update argument names of
5786 `make-obsolete' and `define-obsolete-function-alias'.
5787
5788 * variables.texi (Variable Aliases): Update argument names of
5789 `defvaralias', `make-obsolete-variable' and
5790 `define-obsolete-variable-alias'.
5791
57922005-06-15 Kim F. Storm <storm@cua.dk>
5793
5794 * searching.texi (Entire Match Data): Rephrase warnings about
5795 evaporate arg to match-data and set-match-data.
5796
57972005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5798
5799 * elisp.texi (Top): Update detailed menu.
5800
5801 * edebug.texi (Edebug): Update menu.
5802 (Instrumenting): Update xrefs.
5803 (Edebug Execution Modes): Correct xref.
5804 (Jumping): Clarify description of `h' command.
5805 Eliminate redundant @ref.
5806 (Breaks): New node.
5807 (Breakpoints): Is now a subsubsection.
5808 (Global Break Condition): Mention `C-x X X'.
5809 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5810 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5811 (Edebug Display Update): Correct pxref.
5812 (Edebug and Macros): New node.
5813 (Instrumenting Macro Calls): Is now a subsubsection.
5814 Neither arg of `def-edebug-spec' is evaluated.
5815 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5816 (Specification Examples): Fix typo.
5817
58182005-06-14 Lute Kamstra <lute@gnu.org>
5819
5820 * debugging.texi (Function Debugging): Primitives can break on
5821 entry too.
5822
58232005-06-14 Kim F. Storm <storm@cua.dk>
5824
5825 * variables.texi (Setting Variables): Add add-to-ordered-list.
5826
58272005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5830 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5831
58322005-06-13 Lute Kamstra <lute@gnu.org>
5833
5834 * text.texi (Special Properties): Fix cross reference.
5835
58362005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * debugging.texi (Function Debugging): Delete mention of empty
5839 string argument to `cancel-debug-on-entry'. Delete inaccurate
5840 description of the return value of that command.
5841
58422005-06-11 Alan Mackenzie <acm@muc.de>
5843
5844 * text.texi (Adaptive Fill): Amplify the description of
5845 fill-context-prefix.
5846
58472005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5848
5849 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5850
58512005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5854
58552005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5856
5857 * debugging.texi (Error Debugging): Minor rewording.
5858 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5859 is optional.
5860
58612005-06-10 Lute Kamstra <lute@gnu.org>
5862
5863 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5864 (Top): Give it a title. Correct version number. Give the
5865 detailed node listing a more prominent header.
5866 * intro.texi: Don't set VERSION here a second time.
5867 Mention Emacs's version too.
5868 * anti.texi (Antinews): Use EMACSVER to refer to the current
5869 version of Emacs.
5870
58712005-06-09 Kim F. Storm <storm@cua.dk>
5872
5873 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5874 match-data and set-match-data.
5875
58762005-06-08 Richard M. Stallman <rms@gnu.org>
5877
5878 * searching.texi (Entire Match Data): Clarify when match-data
5879 returns markers and when integers.
5880
5881 * display.texi (Defining Faces): Explain that face name should not
5882 end in `-face'.
5883
5884 * modes.texi (Mode Line Data): Minor cleanup.
5885 (Customizing Keywords): Node split out of Search-based Fontification.
5886 Add example of using font-lock-add-keywords from a hook.
5887 Clarify when MODE should be non-nil, and when nil.
5888
58892005-06-06 Richard M. Stallman <rms@gnu.org>
5890
5891 * modes.texi (Mode Line Data): Explain what happens when the car
5892 of a list is a void symbol.
5893 (Search-based Fontification): Explain MODE arg to
5894 font-lock-add-keywords and warn about calls from major modes.
5895
58962005-06-08 Juri Linkov <juri@jurta.org>
5897
5898 * display.texi (Standard Faces): Add `shadow' face.
5899
59002005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5901
5902 * modes.texi (Major Mode Conventions): A derived mode only needs
5903 to put the call to the parent mode inside `delay-mode-hooks'.
5904
59052005-05-29 Richard M. Stallman <rms@gnu.org>
5906
5907 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5908 new, and what that implies. Clarify.
5909
5910 * files.texi (Locating Files): Clean up the text.
5911
5912 * frames.texi (Window Frame Parameters): Document user-size.
5913 Shorten entry for top by referring to left.
5914
59152005-05-26 Richard M. Stallman <rms@gnu.org>
5916
5917 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5918 is new, and what the implications are. Other clarifications.
5919
59202005-05-24 Richard M. Stallman <rms@gnu.org>
5921
5922 * frames.texi (Dialog Boxes): Minor fixes.
5923
59242005-05-25 Masatake YAMATO <jet@gyve.org>
5925
5926 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5927
59282005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5929
5930 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5931 is optional.
5932
59332005-05-24 Nick Roberts <nickrob@snap.net.nz>
5934
10d1d0af 5935 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5936
59372005-05-23 Lute Kamstra <lute@gnu.org>
5938
5939 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5940 syntax-begin-function over font-lock-beginning-of-syntax-function.
5941
59422005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5943
5944 * minibuf.texi (Reading File Names): Update description of
5945 `read-directory-name'.
5946
5947 * modes.texi (Derived Modes): Clarify :group keyword.
5948
59492005-05-21 Eli Zaretskii <eliz@gnu.org>
5950
5951 * files.texi (Locating Files): New subsection.
5952 Describe locate-file and executable-find.
5953
59542005-05-21 Kevin Ryde <user42@zip.com.au>
5955
5956 * frames.texi (Initial Parameters): Update cross reference to
5957 "Emacs Invocation".
5958
59592005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5960
5961 * keymaps.texi (Active Keymaps): Add anchor.
5962
5963 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5964 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5965 appropriate place.
5966 (Derived Modes): Small clarifications.
5967 (Minor Mode Conventions, Keymaps and Minor Modes):
5968 Replace references to nodes with references to anchors.
5969 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5970 Clarify description of lists whose first element is an integer.
5971 (Mode Line Variables): Add anchor.
5972 (%-Constructs): Clarify description of integer after %.
5973 (Emulating Mode Line): Describe nil value for FACE.
5974
59752005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5976
5977 * modes.texi (Derived Modes): Correct references to non-existing
5978 variable standard-syntax-table.
5979
59802005-05-17 Lute Kamstra <lute@gnu.org>
5981
5982 * modes.texi (Defining Minor Modes): Mention the mode hook.
5983
59842005-05-15 Kim F. Storm <storm@cua.dk>
5985
5986 * processes.texi (Network): Remove open-network-stream-nowait.
5987 (Network Servers): Remove open-network-stream-server.
5988
59892005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * elisp.texi (Top): Update detailed menu.
5992
5993 * variables.texi: Reorder nodes.
5994 (Variables): Update menu.
5995 (File Local Variables): Do not refer to the `-*-' line as
5996 a "local variables list". Add pxref.
5997
59982005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5999
6000 * elisp.texi (Top): Update detailed menu for node changes.
6001
6002 * modes.texi (Modes): Update Menu.
6003 (Hooks): Move to beginning of chapter.
6004 Most minor modes run mode hooks too.
6005 `add-hook' can handle void hooks or hooks whose value is a single
6006 function.
6007 (Major Modes): Update Menu.
6008 (Major Mode Basics): New node, split off from `Major Modes'.
6009 (Major Mode Conventions): Correct xref. Explain how to handle
6010 auto-mode-alist if the major mode command has an autoload cookie.
6011 (Auto Major Mode): Major update. Add magic-mode-alist.
6012 (Derived Modes): Major update.
6013 (Mode Line Format): Update Menu.
6014 (Mode Line Basics): New node, split off from `Mode Line Format'.
6015
6016 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6017 for `magic autoload comment'. Add index entries and anchor.
6018
60192005-05-14 Richard M. Stallman <rms@gnu.org>
6020
6021 * tips.texi (Coding Conventions): Explain how important it is
6022 that just loading certain files not change Emacs behavior.
6023
6024 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6025
60262005-05-12 Lute Kamstra <lute@gnu.org>
6027
6028 * modes.texi (Generic Modes): Update.
6029 (Major Modes): Refer to node "Generic Modes".
6030
6031 * elisp.texi (Top): Update to the current structure of the manual.
6032 * processes.texi (Processes): Add menu description.
6033 * customize.texi (Customization): Add menu descriptions.
6034
60352005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6036
6037 * processes.texi (Signals to Processes)
6038 (Low-Level Network): Fix typos.
6039
60402005-05-11 Lute Kamstra <lute@gnu.org>
6041
6042 * elisp.texi (Top): Add some nodes from the chapter "Major and
6043 Minor Modes" to the detailed node listing.
6044
60452005-05-10 Richard M. Stallman <rms@gnu.org>
6046
6047 * keymaps.texi (Extended Menu Items): Menu item filter functions
6048 can be called at any time.
6049
60502005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6051
6052 * variables.texi (File Local Variables): `(hack-local-variables t)'
6053 now also checks whether a mode is specified in the local variables
6054 list.
6055
60562005-05-05 Kevin Ryde <user42@zip.com.au>
6057
6058 * display.texi (The Echo Area): Correct format function cross
6059 reference.
6060
60612005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6062
6063 * variables.texi (Variable Aliases): Change description of
6064 `define-obsolete-variable-alias'.
6065
6066 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6067 (Defining Functions): Add xref.
6068 (Obsolete Functions): New node.
6069 (Function Safety): Standardize capitalization of section title.
6070
6071 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6072 (Dialog Boxes): Complete description of `x-popup-dialog'.
6073
60742005-05-04 Richard M. Stallman <rms@gnu.org>
6075
6076 * commands.texi (Interactive Codes): Fix Texinfo usage.
6077 Document U more clearly.
6078
60792005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6080
6081 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6082 function and not a macro.
6083
6084 * frames.texi (Pop-Up Menus): Correct and clarify description of
6085 `x-popup-menu'.
6086 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6087
60882005-05-01 Richard M. Stallman <rms@gnu.org>
6089
6090 * edebug.texi (Checking Whether to Stop): Fix previous change.
6091
60922005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6093
6094 * display.texi: Fix typos and Texinfo usage.
6095
6096 * edebug.texi (Checking Whether to Stop): executing-macro ->
6097 executing-kbd-macro.
6098
60992005-05-01 Richard M. Stallman <rms@gnu.org>
6100
6101 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6102
61032005-04-30 Richard M. Stallman <rms@gnu.org>
6104
6105 * files.texi (Magic File Names): Document `operations' property.
6106
61072005-04-29 Lute Kamstra <lute@gnu.org>
6108
6109 * modes.texi (Generic Modes): New node.
6110 (Major Modes): Add it to the menu.
6111 (Derived Modes): Add "derived mode" to concept index.
6112
61132005-04-28 Lute Kamstra <lute@gnu.org>
6114
6115 * modes.texi (Defining Minor Modes): Fix previous change.
6116 (Font Lock Mode): Simplify.
6117 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6118 when set and that some parts are optional. Add cross references.
6119 (Search-based Fontification): Say how to specify font-lock-keywords.
6120 Add cross references. Add font-lock-multiline to index.
6121 Move font-lock-keywords-case-fold-search here from node "Other Font
6122 Lock Variables". Document font-lock-add-keywords and
6123 font-lock-remove-keywords.
6124 (Other Font Lock Variables): Move font-lock-keywords-only,
6125 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6126 and font-lock-syntactic-face-function to node "Syntactic Font
6127 Lock". Move font-lock-keywords-case-fold-search to node
6128 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6129 and font-lock-{,un}fontify-{buffer,region}-function.
6130 (Precalculated Fontification): Remove reference to deleted variable
6131 font-lock-core-only.
6132 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6133 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6134 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6135 and font-lock-syntactic-face-function here from node "Other Font
6136 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6137 Syntax Properties". Add cross references.
6138 (Setting Syntax Properties): New node.
6139 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6140 * syntax.texi (Syntax Properties): Add cross reference.
6141 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6142
61432005-04-26 Richard M. Stallman <rms@gnu.org>
6144
6145 * display.texi (Defining Faces):
6146 Document `default' elements of defface spec.
6147
6148 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6149
6150 * variables.texi (Variable Aliases): Clarify text.
6151
61522005-04-25 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6155
61562005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6157
6158 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6159
61602005-04-24 Eli Zaretskii <eliz@gnu.org>
6161
6162 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6163 syntax-after and syntax-class.
6164
6165 * files.texi (Changing Files): Fix last change's cross-reference.
6166 (Unique File Names): Don't mention "numbers" in the documentation
6167 of make-temp-file and make-temp-name.
6168
61692005-04-23 Richard M. Stallman <rms@gnu.org>
6170
6171 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6172
61732005-04-22 Nick Roberts <nickrob@snap.net.nz>
6174
6175 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6176
61772005-04-22 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6180 and define-obsolete-variable-alias.
6181
61822005-04-22 Kim F. Storm <storm@cua.dk>
6183
6184 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6185 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6186
61872005-04-21 Lute Kamstra <lute@gnu.org>
6188
6189 * lists.texi (Association Lists): Document rassq-delete-all.
6190
61912005-04-19 Richard M. Stallman <rms@gnu.org>
6192
6193 * modes.texi (Search-based Fontification): Explain that
6194 facespec is an expression to be evaluated.
6195
61962005-04-19 Kevin Ryde <user42@zip.com.au>
6197
6198 * streams.texi (Output Functions): Fix xref.
6199 * strings.texi (String Conversion): Fix xref.
6200
62012005-04-19 Kim F. Storm <storm@cua.dk>
6202
6203 * symbols.texi (Symbol Plists): Add safe-get.
6204 Mention that `get' may signal an error.
6205
62062005-04-18 Nick Roberts <nickrob@snap.net.nz>
6207
6208 * customize.texi (Variable Definitions): Replace tooltip-mode
6209 example with save-place.
6210
62112005-04-17 Richard M. Stallman <rms@gnu.org>
6212
6213 * buffers.texi (Indirect Buffers): Clarify.
6214
6215 * positions.texi (Positions): Clarify converting marker to integer.
6216
6217 * strings.texi (String Basics): Mention string-match; clarify.
6218
62192005-04-08 Lute Kamstra <lute@gnu.org>
6220
6221 * modes.texi (Search-based Fontification): Fix cross references.
6222 Use consistent terminology. Document anchored highlighting.
6223
62242005-04-05 Lute Kamstra <lute@gnu.org>
6225
6226 * modes.texi (Defining Minor Modes): Document :group keyword
6227 argument and its default value.
6228
62292005-04-03 Lute Kamstra <lute@gnu.org>
6230
6231 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6232 references and/or descriptions. Delete major mode hooks; mention
6233 them as a category instead. Rename or delete obsolete hooks.
6234
62352005-04-02 Richard M. Stallman <rms@gnu.org>
6236
6237 * nonascii.texi (Coding System Basics): Another wording cleanup.
6238
62392005-04-01 Richard M. Stallman <rms@gnu.org>
6240
6241 * nonascii.texi (Coding System Basics): Clarify previous change.
6242
62432005-04-01 Kenichi Handa <handa@m17n.org>
6244
10d1d0af 6245 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6246 identity of coding systems.
6247
62482005-03-29 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * text.texi (Buffer Contents): Add filter-buffer-substring and
6251 buffer-substring-filters.
6252
62532005-03-26 Chong Yidong <cyd@stupidchicken.com>
6254
6255 * anti.texi (Antinews): Mention `G' interactive code.
6256
6257 * tips.texi (Compilation Tips): Mention benchmark.el.
6258
62592005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6262 is now bound to M-o M-o.
6263
6264 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6265
62662005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6267
6268 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6269 in the Emacs Manual).
6270 * Makefile.in (srcs): Remove calendar.texi.
6271 * makefile.w32-in (srcs): Remove calendar.texi.
6272 * display.texi (Display): Change name of next node.
6273 * os.texi (System In): Change name of previous node.
6274 * elisp.texi (Top): Remove Calendar references.
6275 * vol1.texi (Top): Remove Calendar references.
6276 * vol2.texi (Top): Remove Calendar references.
6277
62782005-03-25 Richard M. Stallman <rms@gnu.org>
6279
6280 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6281 Cleanup previous change.
6282
62832005-03-25 Chong Yidong <cyd@stupidchicken.com>
6284
6285 * display.texi (Face Attributes): Faces earlier in an :inherit
6286 list take precedence.
6287 (Scroll Bars): Fix description of vertical-scroll-bars.
6288 Document frame-current-scroll-bars and window-current-scroll-bars.
6289
6290 * markers.texi (The Mark): Document temporary Transient Mark mode.
6291
6292 * minibuf.texi (Reading File Names):
6293 Document read-file-name-completion-ignore-case.
6294
6295 * positions.texi (Screen Lines): Document nil for width argument
6296 to compute-motion.
6297
62982005-03-23 Kim F. Storm <storm@cua.dk>
6299
6300 * display.texi (Standard Faces): Other faces used in the fringe
6301 implicitly inherits from the fringe face.
6302 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6303 properties implicitly inherits from fringe face.
6304 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6305
63062005-03-20 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * display.texi (Invisible Text): State default value of
6309 line-move-ignore-invisible.
6310 (Managing Overlays): Document remove-overlays.
6311 (Standard Faces): Document escape-glyph face.
6312
6313 * minibuf.texi (Reading File Names): Document read-file-name-function.
6314
6315 * modes.texi (Other Font Lock Variables):
6316 Document font-lock-lines-before.
6317
6318 * positions.texi (Skipping Characters): skip-chars-forward allows
6319 character classes.
6320
63212005-03-18 Lute Kamstra <lute@gnu.org>
6322
6323 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6324
63252005-03-17 Richard M. Stallman <rms@gnu.org>
6326
6327 * text.texi (Undo): Document extensible undo entries.
6328
dd7b651b 6329 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6330
6331 * nonascii.texi (Character Codes): Minor fix.
6332
6333 * display.texi (Display Property): Explain the significance
6334 of having text properties that are eq.
6335 (Other Display Specs): Explain string as display spec.
6336
6337 * commands.texi (Interactive Codes): Document G option.
6338
63392005-03-17 Chong Yidong <cyd@stupidchicken.com>
6340
6341 * text.texi (Filling): Add sentence-end-without-period and
6342 sentence-end-without-space.
6343 (Changing Properties): Minor fix.
6344
6345 * anti.texi: Total rewrite.
6346
63472005-03-15 Lute Kamstra <lute@gnu.org>
6348
6349 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6350
63512005-03-08 Kim F. Storm <storm@cua.dk>
6352
6353 * display.texi (Specified Space): Property :width is support on
6354 non-graphic terminals, :height is not.
6355
63562005-03-07 Richard M. Stallman <rms@gnu.org>
6357
6358 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6359 Now subnodes of Fringes.
6360 (Overlay Arrow): Document overlay-arrow-variable-list.
6361 (Fringe Size/Pos): New node, broken out of Fringes.
6362 (Display): Explain clearing vs redisplay better.
6363 (Truncation): Clarify use of bitmaps.
6364 (The Echo Area): Clarify the uses of the echo area.
6365 Add max-mini-window-height.
6366 (Progress): Clarify.
6367 (Invisible Text): Explain that main loop moves point out.
6368 (Selective Display): Say "hidden", not "invisible".
6369 (Managing Overlays): Move up. Describe relation to Undo here.
6370 (Overlay Properties): Clarify intro.
6371 (Finding Overlays): Explain return values when nothing found.
6372 (Width): truncate-string-to-width has added arg.
6373 (Displaying Faces): Clarify and update mode line face handling.
6374 (Face Functions): Minor cleanup.
6375 (Conditional Display): Merge into Other Display Specs.
6376 (Pixel Specification, Other Display Specs): Minor cleanups.
6377 (Images, Image Descriptors): Minor cleanups.
6378 (GIF Images): Patents have expired.
6379 (Showing Images): Explain default text for insert-image.
6380 (Manipulating Button Types): Merge into Manipulating Buttons.
6381 (Making Buttons): Explain return values.
6382 (Button Buffer Commands): Add xref.
6383 (Inverse Video): Update mode-line-inverse-video.
6384 (Display Table Format): Clarify.
6385 (Active Display Table): Give defaults for window-display-table.
6386
6387 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6388 and calendar-today-marker are strings, not chars.
6389 (Holiday Customizing): Minor fix.
6390
6391 * internals.texi (Writing Emacs Primitives): Update `or' example.
6392 Update limit on # args of subr.
6393
6394 * edebug.texi (Using Edebug): Arrow is in fringe.
6395 (Instrumenting): Arg to eval-defun works without loading edebug.
6396 (Edebug Execution Modes): Add xref.
6397
6398 * customize.texi (Common Keywords): Clarify :require.
6399 Mention :version here.
6400 (Variable Definitions, Group Definitions): Not here.
6401 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6402
64032005-03-07 Chong Yidong <cyd@stupidchicken.com>
6404 * nonascii.texi (Text Representations): Clarify position-bytes.
6405 (Character Sets): Add list-charset-chars.
6406 (Scanning Charsets): Add charset-after.
6407 (Encoding and I/O): Minor fix.
6408
64092005-03-06 Richard M. Stallman <rms@gnu.org>
6410
6411 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6412 (Resizing Windows): Likewise.
6413
6414 * text.texi (Change Hooks): Get rid of "Emacs 21".
6415
6416 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6417
6418 * streams.texi (Output Variables): Get rid of "Emacs 21".
6419
6420 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6421
6422 * os.texi (Translating Input): Replace flow-control example
6423 with a less obsolete example that uses `keyboard-translate'.
6424
6425 * objects.texi (Hash Table Type, Circular Objects):
6426 Get rid of "Emacs 21".
6427
6428 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6429 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6430
6431 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6432
6433 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6434
6435 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6436 (Menu Bar): Fix when menu-bar-update-hook is called.
6437
6438 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6439
6440 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6441 and make it read better.
6442
6443 * files.texi (Writing to Files): Get rid of "Emacs 21".
6444 (Unique File Names): Likewise.
6445
6446 * elisp.texi: Update Emacs version to 22.
6447
6448 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6449 (Overlay Properties, Face Attributes): Likewise.
6450 (Managing Overlays): Fix punctuation.
6451 (Attribute Functions): Clarify set-face-font; get rid of
6452 info about old Emacs versions.
6453 (Auto Faces, Font Lookup, Display Property, Images):
6454 Get rid of "Emacs 21".
6455
6456 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6457
64582005-03-05 Richard M. Stallman <rms@gnu.org>
6459
6460 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6461
64622005-03-04 Lute Kamstra <lute@gnu.org>
6463
6464 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6465
64662005-03-03 Lute Kamstra <lute@gnu.org>
6467
6468 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6469
64702005-03-01 Lute Kamstra <lute@gnu.org>
6471
6472 * debugging.texi (Debugger Commands): Update `j'.
6473
64742005-02-28 Lute Kamstra <lute@gnu.org>
6475
6476 * debugging.texi (Debugging): Fix typo.
6477 (Error Debugging): Document eval-expression-debug-on-error.
6478 (Function Debugging): Update example.
6479 (Using Debugger): Mention starred stack frames.
6480 (Debugger Commands): Document `j' and `l'.
6481 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6482 Update the messages that the debugger displays.
6483 (Internals of Debugger): Add cross reference. Update example.
6484 (Excess Open): Minor improvement.
6485 (Excess Close): Minor improvement.
6486
64872005-02-26 Richard M. Stallman <rms@gnu.org>
6488
6489 * tips.texi (Coding Conventions): Clarify.
6490 Put all the major mode key reservations together.
6491 Mention the Mouse-1 => Mouse-2 conventions.
6492
6493 * syntax.texi (Syntax Class Table): Clarify.
6494 (Syntax Table Functions): syntax-after moved from here.
6495 (Syntax Table Internals): syntax-after moved to here.
6496 (Parsing Expressions): Update info on number of values
6497 and what's meaningful in the STATE argument.
6498 (Categories): Fix typo.
6499
6500 * sequences.texi (Arrays): Cleanup.
6501 (Char-Tables): Clarify.
6502
6503 * processes.texi (Deleting Processes): Cleanups, add xref.
6504 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6505 (Process Information): set-process-coding-system, some args optional.
6506 (Input to Processes): Explain various types for PROCESS args.
6507 Rename them from PROCESS-NAME to PROCESS.
6508 (Signals to Processes): Likewise.
6509 (Decoding Output): Cleanup.
6510 (Query Before Exit): Clarify.
6511
6512 * os.texi (Startup Summary): Correct the options; add missing ones.
6513 (Terminal Output, Batch Mode): Clarify.
6514 (Flow Control): Node deleted.
6515
6516 * markers.texi (The Mark): Clarify.
6517
6518 * macros.texi (Expansion): Cleanup.
6519 (Indenting Macros): indent-spec allows ints, not floats.
6520
6521 * keymaps.texi (Keymaps): Clarify.
6522 (Format of Keymaps): Update lisp-mode-map example.
6523 (Active Keymaps, Key Lookup): Clarify.
6524 (Changing Key Bindings): Add xref to `kbd'.
6525 (Key Binding Commands, Simple Menu Items): Clarify.
6526 (Mouse Menus, Menu Bar): Clarify.
6527 (Menu Example): Replace print example with menu-bar-replace-menu.
6528
6529 * help.texi (Documentation Basics): Add function-documentation prop.
6530
6531 * elisp.texi (Top): Don't refer to Flow Control node.
6532
6533 * commands.texi (Command Overview): Improve xrefs.
6534 (Adjusting Point): Adjusting point applies to intangible and invis.
6535 (Key Sequence Input): Doc extra read-key-sequence args.
6536 Likewise for read-key-sequence-vector.
6537
6538 * backups.texi (Rename or Copy): Minor fix.
6539 (Numbered Backups): For version-control, say the default.
6540 (Auto-Saving): make-auto-save-file-name example is simplified.
6541
6542 * advice.texi (Advising Functions): Don't imply one part of Emacs
6543 should advise another part. Markup changes.
6544 (Defining Advice): Move transitional para.
6545 (Activation of Advice): Cleanup.
6546 Explain if COMPILE is nil or negative.
6547
6548 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6549
65502005-02-24 Lute Kamstra <lute@gnu.org>
6551
6552 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6553 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6554
65552005-02-23 Lute Kamstra <lute@gnu.org>
6556
6557 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6558 to define global minor modes as well.
6559
6560 * display.texi (Managing Overlays): overlay-buffer returns nil for
6561 deleted overlays.
6562
65632005-02-22 Kim F. Storm <storm@cua.dk>
6564
6565 * minibuf.texi (Basic Completion): Allow symbols in addition to
6566 strings in try-completion and all-completions.
6567
65682005-02-14 Lute Kamstra <lute@gnu.org>
6569
6570 * elisp.texi (Top): Remove reference to deleted node.
6571
6572 * lists.texi (Lists): Remove reference to deleted node.
6573 (Cons Cells): Fix typo.
6574
6575 * loading.texi (Where Defined): Fix typo.
6576
65772005-02-14 Richard M. Stallman <rms@gnu.org>
6578
6579 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6580 is useful for discarding some minor modes.
6581
6582 * symbols.texi (Symbol Components): Reorder examples.
6583
6584 * streams.texi (Input Functions): State standard-input default.
6585 (Output Variables): State standard-output default.
6586
6587 * objects.texi (Printed Representation): Clarify read syntax vs print.
6588 (Floating Point Type): Explain meaning better.
6589 (Symbol Type): Explain uniqueness better.
6590 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6591 List examples sooner.
6592 (Box Diagrams): New subnode broken out.
6593 Some examples moved from old Lists as Boxes node.
6594 (Dotted Pair Notation): Clarify intro.
6595 (Array Type): Clarify.
6596 (Type Predicates): Add hash-table-p.
6597
6598 * numbers.texi (Integer Basics): Clarify radix explanation.
6599 (Predicates on Numbers): Minor clarification.
6600 (Comparison of Numbers): Minor clarification. Clarify eql.
6601 Typos in min, max.
6602 (Math Functions): Clarify overflow in expt.
6603
6604 * minibuf.texi (Text from Minibuffer): Minor clarification.
6605 Mention arrow keys.
6606
6607 * loading.texi (Autoload): defun's doc string overrides autoload's
6608 doc string.
6609 (Repeated Loading): Modernize "add to list" examples.
6610 (Where Defined): Finish updating table of load-history elts.
6611
6612 * lists.texi (List-related Predicates): Minor wording improvement.
6613 (Lists as Boxes): Node deleted.
6614 (Building Lists): Explain trivial cases of number-sequence.
6615
6616 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6617 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6618 (Hash Access): Any object can be a key.
6619 State value of maphash.
6620
6621 * functions.texi (What Is a Function): Wording cleanup.
6622 (Function Documentation): Minor cleanup.
6623 Explain purpose of calling convention at end of doc string.
6624 (Function Names): Wording cleanup.
6625 (Calling Functions): Wording cleanup.
6626 Explain better how funcall calls the function.
6627 (Function Cells): Delete example of saving and redefining function.
6628
6629 * control.texi (Combining Conditions): Wording cleanup.
6630 (Iteration): dolist and dotimes bind VAR locally.
6631 (Cleanups): Xref to Atomic Changes.
6632
6633 * compile.texi (Byte Compilation): Delete 19.29 info.
6634 (Compilation Functions): Macros' difficulties don't affect defsubst.
6635 (Docs and Compilation): Delete 19.29 info.
6636
66372005-02-10 Richard M. Stallman <rms@gnu.org>
6638
6639 * objects.texi (Symbol Type): Minor correction.
6640
66412005-02-06 Lute Kamstra <lute@gnu.org>
6642
6643 * modes.texi (Example Major Modes): Fix typos.
6644
66452005-02-06 Richard M. Stallman <rms@gnu.org>
6646
6647 * text.texi (Margins): fill-nobreak-predicate can be one function.
6648
6649 * strings.texi (Modifying Strings): clear-string can make unibyte.
6650 (Formatting Strings): format gives error if values missing.
6651
6652 * positions.texi (Character Motion): Mention default arg
6653 for forward-char. backward-char refers to forward-char.
6654 (Word Motion): Mention default arg for forward-word.
6655 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6656 Simplify end-of-buffer.
6657 (Text Lines): Mention default arg for forward-line.
6658 (List Motion): Mention default arg for beginning/end-of-defun.
6659 (Skipping Characters): Minor fixes in explaining character-set.
6660
6661 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6662 Mode inheritance applies only when default-major-mode is nil.
6663 Clarifications.
6664 (Example Major Modes): Update Text mode and Lisp mode examples.
6665 (Minor Mode Conventions): Mention define-minor-mode at top.
6666 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6667 (Mode Line Format): Update mode line face display info.
6668 (Properties in Mode): Mention effect of risky vars.
6669 (Imenu): Define imenu-add-to-menubar.
6670 (Font Lock Mode): Add descriptions to menu lines.
6671 (Faces for Font Lock): Add font-lock-doc-face.
6672
66732005-02-05 Lute Kamstra <lute@gnu.org>
6674
6675 * text.texi (Maintaining Undo): Remove obsolete function.
6676
66772005-02-05 Eli Zaretskii <eliz@gnu.org>
6678
6679 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6680 color specifications. Improve indexing.
b8d4c8d0
GM
6681 (Text Terminal Colors): Replace the description of RGB values by
6682 an xref to "Color Names".
6683
66842005-02-03 Richard M. Stallman <rms@gnu.org>
6685
6686 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6687 Clarify.
6688 (Selecting Windows): Clarify save-selected-window.
6689 (Cyclic Window Ordering): Clarify walk-windows.
6690 (Window Point): Clarify.
6691 (Window Start): Add comment to example.
6692 (Resizing Windows): Add `interactive' specs in examples.
6693 Document fit-window-to-buffer.
6694
6695 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6696 (Undo, Maintaining Undo): Clarify last change.
6697 (Sorting): In sort-numeric-fields, explain about octal and hex.
6698 Mention sort-numeric-base.
6699 (Format Properties): Add xref for hard newlines.
6700
6701 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6702 (Pop-Up Menus): Fix typo.
6703 (Color Names): Explain all types of color names.
6704 Explain color-values on B&W terminal.
6705 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6706
6707 * files.texi (File Locks): Not supported on MS systems.
6708 (Testing Accessibility): Clarify.
6709
6710 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6711 (Coverage Testing): Fix typo.
6712
6713 * commands.texi (Misc Events): Remove stray space.
6714
6715 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6716 (Modification Time): Clarify when visited-file-modtime returns 0.
6717 (The Buffer List): Clarify bury-buffer.
6718 (Killing Buffers): Clarify.
6719 (Indirect Buffers): Add clone-indirect-buffer.
6720
67212005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6722
6723 * edebug.texi (Printing in Edebug): Fix default value of
6724 edebug-print-circle.
6725 (Coverage Testing): Fix displayed frequency count data.
6726
67272005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6728
6729 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6730
67312005-02-02 Kim F. Storm <storm@cua.dk>
6732
6733 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6734
67352005-01-29 Eli Zaretskii <eliz@gnu.org>
6736
6737 * commands.texi (Misc Events): Describe the help-echo event.
6738
6739 * text.texi (Special Properties) <help-echo>: Use `pos'
6740 consistently in description of the help-echo property.
6741 Use @code{nil} instead of @var{nil}.
6742
6743 * display.texi (Overlay Properties): Fix the index entry for
6744 help-echo overlay property.
6745
6746 * customize.texi (Type Keywords): Uncomment the xref to the
6747 help-echo property documentation.
6748
67492005-01-23 Kim F. Storm <storm@cua.dk>
6750
6751 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6752 return value. Third element FULLY replaced by PARTIAL which
6753 specifies number of invisible pixels if row is only partially visible.
6754 (Textual Scrolling): Mention auto-window-vscroll.
6755 (Vertical Scrolling): New defvar auto-window-vscroll.
6756
67572005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6760 command remapping.
6761
67622005-01-15 Richard M. Stallman <rms@gnu.org>
6763
6764 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6765
67662005-01-14 Kim F. Storm <storm@cua.dk>
6767
6768 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6769
6770 * text.texi (Links and Mouse-1): Fix string and vector item.
6771
67722005-01-13 Richard M. Stallman <rms@gnu.org>
6773
6774 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6775 descriptions of overriding-local-map and overriding-terminal-local-map.
6776
6777 * text.texi (Links and Mouse-1): Clarify text.
6778
67792005-01-13 Kim F. Storm <storm@cua.dk>
6780
6781 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6782
67832005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6784
6785 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6786
67872005-01-12 Kim F. Storm <storm@cua.dk>
6788
6789 * text.texi (Links and Mouse-1): Rename section from Enabling
6790 Mouse-1 to Following Links. Change xrefs.
6791 Add examples for define-button-type and define-widget.
6792
6793 * display.texi (Button Properties, Button Buffer Commands):
6794 Clarify mouse-1 and follow-link functionality.
6795
67962005-01-12 Richard M. Stallman <rms@gnu.org>
6797
6798 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6799
6800 * display.texi (Beeping): Fix Texinfo usage.
6801
6802 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6803
68042005-01-11 Kim F. Storm <storm@cua.dk>
6805
6806 * display.texi (Button Properties, Button Buffer Commands):
6807 Mention mouse-1 binding. Add follow-link keyword.
6808
6809 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6810 (Enabling Mouse-1 to Follow Links): New subsection.
6811
68122005-01-06 Richard M. Stallman <rms@gnu.org>
6813
6814 * text.texi (Special Properties): Minor change.
6815
6816 * os.texi (Timers): Clarify previous change.
6817
6818 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6819
68202005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6821
6822 * display.texi (Face Attributes): Correct xref to renamed node.
6823
68242005-01-01 Richard M. Stallman <rms@gnu.org>
6825
6826 * display.texi (Face Attributes): Describe hex color specs.
6827
68282004-12-31 Richard M. Stallman <rms@gnu.org>
6829
6830 * os.texi (Timers): Update previous change.
6831
68322004-12-30 Kim F. Storm <storm@cua.dk>
6833
6834 * display.texi (Line Height): Total line-height is now specified
6835 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6836 in cons cells. (nil . RATIO) is relative to actual line height.
6837 Use line-height `t' instead of `0' to get minimum height.
6838
68392004-12-29 Richard M. Stallman <rms@gnu.org>
6840
6841 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6842
68432004-12-28 Richard M. Stallman <rms@gnu.org>
6844
6845 * commands.texi (Quitting): Clarify value of with-local-quit.
6846
6847 * elisp.texi (Top): Fix previous change.
6848
6849 * loading.texi (Loading): Fix previous change.
6850
68512004-12-27 Richard M. Stallman <rms@gnu.org>
6852
6853 * Makefile.in (MAKEINFO): Specify --force.
6854
6855 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6856
6857 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6858
6859 * display.texi (Line Height): Further clarify.
6860
6861 * elisp.texi (Top): Update Loading submenu.
6862
6863 * loading.texi (Where Defined): New node.
6864 (Unloading): load-history moved to Where Defined.
6865
68662004-12-21 Richard M. Stallman <rms@gnu.org>
6867
6868 * commands.texi (Event Input Misc): Add while-no-input.
6869
68702004-12-11 Richard M. Stallman <rms@gnu.org>
6871
6872 * display.texi (Line Height): Rewrite text for clarity.
6873
68742004-12-11 Kim F. Storm <storm@cua.dk>
6875
6876 * display.texi (Display): Add node "Line Height" to menu.
6877 (Line Height): New node. Move full description of line-spacing
6878 and line-height text properties here from text.texi.
6879 (Scroll Bars): Add vertical-scroll-bar variable.
6880
6881 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6882
6883 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6884 line-spacing and vertical-scroll-bar.
6885
6886 * text.texi (Special Properties): Just mention line-spacing and
6887 line-height here, add xref to new "Line Height" node.
6888
68892004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6890
6891 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6892
6893 * locals.texi (Standard Buffer-Local Variables):
6894 Add @xref for `line-spacing'.
6895
68962004-12-05 Richard M. Stallman <rms@gnu.org>
6897
6898 * Makefile.in (maintainer-clean): Remove the info files
6899 in $(infodir) where they are created.
6900
69012004-12-03 Richard M. Stallman <rms@gnu.org>
6902
6903 * windows.texi (Selecting Windows): get-lru-window and
6904 get-largest-window don't consider dedicated windows.
6905
6906 * text.texi (Undo): Document undo-in-progress.
6907
69082004-11-26 Richard M. Stallman <rms@gnu.org>
6909
6910 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6911 Remove a few vars that are not always buffer-local.
6912
69132004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6914
6915 * locals.texi (Standard Buffer-Local Variables): Comment out
6916 xref's to non-existent node `Yet to be written'.
6917
69182004-11-24 Richard M. Stallman <rms@gnu.org>
6919
6920 * processes.texi (Synchronous Processes): Grammar fix.
6921
6922 * numbers.texi (Comparison of Numbers): Add eql.
6923
6924 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6925
6926 * intro.texi (Printing Notation): Fix previous change.
6927
6928 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6929 and default-indicate-buffer-boundaries from here.
6930 (Usual Display): To here.
6931 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6932 (Usual Display): Move tab-width up.
6933
5dcb4c4e
SM
6934 * customize.texi (Variable Definitions):
6935 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6936 (Simple Types, Composite Types, Defining New Types):
6937 Minor cleanups.
6938
69392004-11-21 Jesper Harder <harder@ifa.au.dk>
6940
6941 * processes.texi (Synchronous Processes, Output from Processes):
6942 Markup fix.
6943
69442004-11-20 Richard M. Stallman <rms@gnu.org>
6945
6946 * positions.texi (Skipping Characters): skip-chars-forward
6947 now handles char classes.
6948
6949 * intro.texi (Printing Notation): Avoid confusion of `print'
6950 when explaining @print.
6951
6952 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6953
6954 * display.texi (Display Table Format): Minor fix.
6955
6956 * streams.texi (Output Functions): Fix print example.
6957
6958 * Makefile.in (elisp): New target.
6959 (dist): Depend on $(infodir)/elisp, not elisp.
6960 Copy the info files from $(infodir).
6961
6962 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6963 read-from-minibuffer.
6964
6965 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6966
69672004-11-19 Richard M. Stallman <rms@gnu.org>
6968
6969 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6970
69712004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6972
6973 * tips.texi (Coding Conventions): Fix typo.
6974
69752004-11-16 Richard M. Stallman <rms@gnu.org>
6976
6977 * tips.texi (Coding Conventions): Separate defvar and require
6978 methods to avoid warnings. Use require only when there are many
6979 functions and variables from that package.
6980
6981 * minibuf.texi (Minibuffer Completion): When ignoring case,
6982 predicate must not be case-sensitive.
6983
6984 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6985 (Test Coverage): Don't talk about "splotches". Clarified.
6986
69872004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6988
6989 * frames.texi (Window Frame Parameters): Fix typo.
6990
69912004-11-15 Kim F. Storm <storm@cua.dk>
6992
6993 * symbols.texi (Other Plists): Note that plist-get may signal error.
6994 Add safe-plist-get.
6995
69962004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6997
6998 * modes.texi (Font Lock Basics): Fix typo.
6999
70002004-11-08 Richard M. Stallman <rms@gnu.org>
7001
7002 * syntax.texi (Syntax Table Functions): Add syntax-after.
7003
70042004-11-06 Lars Brinkhoff <lars@nocrew.org>
7005
7006 * os.texi (Processor Run Time): New section documenting
7007 get-internal-run-time.
7008
70092004-11-06 Eli Zaretskii <eliz@gnu.org>
7010
7011 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7012 it nukes elisp-cover.texi.
7013 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7014 elisp-0 etc.
7015
70162004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * commands.texi (Keyboard Macros): Document `append' return value
7019 of `defining-kbd-macro'.
7020
70212004-11-01 Richard M. Stallman <rms@gnu.org>
7022
7023 * commands.texi (Interactive Call): Add called-interactively-p.
7024
70252004-10-29 Simon Josefsson <jas@extundo.com>
7026
7027 * minibuf.texi (Reading a Password): Revert.
7028
70292004-10-28 Richard M. Stallman <rms@gnu.org>
7030
7031 * frames.texi (Display Feature Testing): Explain about "vendor".
7032
70332004-10-27 Richard M. Stallman <rms@gnu.org>
7034
7035 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7036 not raw. Clarify `n'.
7037 (Interactive Call): Rewrite interactive-p, focusing on when
7038 and how to use it.
7039 (Misc Events): Clarify previous change.
7040
7041 * advice.texi (Simple Advice): Clarify what job the example does.
7042 (Around-Advice): Clarify ad-do-it.
7043 (Activation of Advice): An option of ad-default-compilation-action
7044 is `never', not `nil'.
7045
70462004-10-26 Kim F. Storm <storm@cua.dk>
7047
7048 * commands.texi (Interactive Codes): Add U code letter.
7049
70502004-10-25 Simon Josefsson <jas@extundo.com>
7051
7052 * minibuf.texi (Reading a Password): Add.
7053
70542004-10-24 Jason Rumney <jasonr@gnu.org>
7055
7056 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7057 and wheel-down.
7058
70592004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7060
7061 * processes.texi (Synchronous Processes): Document process-file.
7062
70632004-10-22 Kenichi Handa <handa@m17n.org>
7064
7065 * text.texi (translate-region): Document that it accepts also a
7066 char-table.
7067
70682004-10-22 David Ponce <david@dponce.com>
7069
7070 * windows.texi (Resizing Windows): Document the `preserve-before'
7071 argument of the functions `enlarge-window' and `shrink-window'.
7072
70732004-10-19 Jason Rumney <jasonr@gnu.org>
7074
7075 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7076
70772004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7078
7079 * text.texi (Filling): Add anchor for definition of
7080 `sentence-end-double-space'.
7081
7082 * searching.texi (Regexp Example): Update description of how
7083 Emacs currently recognizes the end of a sentence.
7084 (Standard Regexps): Update definition of the variable
7085 `sentence-end'. Add definition of the function `sentence-end'.
7086
70872004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7088
7089 * display.texi (Progress): New node.
7090
70912004-10-05 Kim F. Storm <storm@cua.dk>
7092
7093 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7094
70952004-09-29 Kim F. Storm <storm@cua.dk>
7096
7097 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7098 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7099 fringe bitmap symbols, as they now have their own namespace.
7100 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7101 vs. pixels. Signal error if no free bitmap slots.
7102 (Pixel Specification): Change IMAGE to @var{image}.
7103
71042004-09-28 Richard M. Stallman <rms@gnu.org>
7105
7106 * text.texi (Special Properties): Clarify line-spacing and line-height.
7107
7108 * searching.texi (Regexp Search): Add looking-back.
7109
71102004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * display.texi: Correct typos.
7113 (Image Descriptors): Correct xref's.
7114
71152004-09-25 Richard M. Stallman <rms@gnu.org>
7116
7117 * text.texi (Special Properties): Cleanups in `cursor'.
7118 Rewrites in `line-height' and `line-spacing'; exchange them.
7119
7120 * display.texi (Fringes): Rewrite previous change.
7121 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7122 (Display Fringe Bitmaps): Node deleted, text moved.
7123 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7124 (Scroll Bars): Clarify set-window-scroll-bars.
7125 (Pointer Shape): Rewrite.
7126 (Specified Space): Clarify :align-to, etc.
7127 (Pixel Specification): Use @var. Clarify new text.
7128 (Other Display Specs): Clarify `slice'.
7129 (Image Descriptors): Cleanups.
7130 (Showing Images): Cleanups.
7131
71322004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7133
7134 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7135
7136 * modes.texi: Various minor changes in addition to:
7137 (Major Mode Conventions): Final call to `run-mode-hooks' should
7138 not be inside the `delay-mode-hooks' form.
7139 (Mode Hooks): New node.
7140 (Hooks): Delete obsolete example.
7141 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7142 node "Mode Hooks".
7143
71442004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * display.texi: Correct various typos.
7147 (Display): Rename node "Pointer Shapes" to "Pointer
7148 Shape". (There is already a node called "Pointer Shapes" in
7149 frames.texi.)
7150 (Images): Remove non-existent node "Image Slices" from menu.
7151
71522004-09-23 Kim F. Storm <storm@cua.dk>
7153
7154 * text.texi (Special Properties): Add `cursor', `pointer',
7155 `line-height', and `line-spacing' properties.
7156
7157 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7158 Shapes' to menu.
7159 (Standard Faces): Doc fix for fringe face.
7160 (Fringes): Add `overflow-newline-into-fringe' and
7161 'indicate-buffer-boundaries'.
7162 (Fringe Bitmaps, Pointer Shapes): New nodes.
7163 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7164 Bitmaps' to menu.
7165 (Specified Space): Describe pixel width and height.
7166 (Pixel Specification): New node.
7167 (Other Display Specs): Add `slice' property.
7168 (Display Fringe Bitmaps): New node.
7169 (Images): Add 'Image Slices' to menu.
7170 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7171 (Showing Images): Add slice arg to `insert-image'.
7172 Add 'insert-sliced-image'.
b8d4c8d0
GM
7173
71742004-09-20 Richard M. Stallman <rms@gnu.org>
7175
7176 * commands.texi (Key Sequence Input):
7177 Clarify downcasing in read-key-sequence.
7178
71792004-09-08 Juri Linkov <juri@jurta.org>
7180
7181 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7182
71832004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7184
5dcb4c4e
SM
7185 * locals.texi (Standard Buffer-Local Variables):
7186 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7187 * internals.texi (Buffer Internals): Describe new
7188 auto_save_file_format field of the buffer structure.
7189 * files.texi (Format Conversion): `auto-save-file-format' has been
7190 renamed `buffer-auto-save-file-format'.
7191
71922004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7193
7194 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7195 an integer or a marker.
7196 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7197
71982004-08-22 Richard M. Stallman <rms@gnu.org>
7199
7200 * modes.texi (Major Mode Conventions): Discuss rebinding of
7201 standard key bindings.
7202
72032004-08-18 Kim F. Storm <storm@cua.dk>
7204
7205 * processes.texi (Accepting Output): Add `just-this-one' arg to
7206 `accept-process-output'.
7207 (Output from Processes): New var `process-adaptive-read-buffering'.
7208
72092004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7210
7211 * keymaps.texi: Various changes in addition to:
7212 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7213 Give more varied examples for `kbd'.
7214 (Creating Keymaps): Char tables have slots for all characters
7215 without modifiers.
7216 (Active Keymaps): `overriding-local-map' and
7217 `overriding-terminal-local-map' also override text property and
7218 overlay keymaps.
7219 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7220 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7221 to denote a prefix of no events.
7222 `map-keymap' includes parent's bindings _recursively_.
7223 Clarify and correct description of `where-is-internal'.
7224 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7225 (Menu Example): For menus intended for use with the keyboard, the
7226 menu items should be bound to characters or real function keys.
7227
72282004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7229
7230 * objects.texi (Character Type): Reposition `@anchor' to prevent
7231 double space inside sentence in Info.
7232
7233 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7234 renamed to `disabled-command-function'.
7235 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7236 (Command Loop Info): Replace reference to it.
7237 (Disabling Commands): `disabled-command-hook' has been renamed to
7238 `disabled-command-function'.
7239
72402004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * os.texi (Translating Input): Only non-prefix bindings in
7243 `key-translation-map' override actual key bindings. Warn about
7244 possible indirect effect of actual key bindings on non-prefix
7245 bindings in `key-translation-map'.
7246
72472004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7248
7249 * minibuf.texi (High-Level Completion): Add anchor for definition
7250 of `read-variable'.
7251
7252 * commands.texi: Various changes in addition to:
7253 (Using Interactive): Clarify description of `interactive-form'.
7254 (Interactive Call): Mention default for KEYS argument to
7255 `call-interactively'.
7256 (Command Loop Info): Clarify description of `this-command-keys'.
7257 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7258 Value of `last-event-frame' can be `macro'.
7259 (Repeat Events): `double-click-fuzz' is also used to distinguish
7260 clicks and drags.
7261 (Classifying Events): Clarify descriptions of `event-modifiers'
7262 `event-basic-type' and `event-convert-list'.
7263 (Accessing Events): `posn-timestamp' takes POSITION argument.
7264 (Quoted Character Input): Clarify description of
7265 `read-quoted-char' and fix example.
7266 (Quitting): Add `with-local-quit'.
7267 (Disabling Commands): Correct and clarify descriptions of
7268 `enable-command' and `disable-command'.
7269 Mention what happens if `disabled-command-hook' is nil.
7270 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7271 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7272
72732004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7274
7275 * frames.texi: Various changes in addition to:
7276 (Creating Frames): Expand and clarify description of `make-frame'.
7277 (Window Frame Parameters): Either none or both of the `icon-left'
7278 and `icon-top' parameters must be specified. Put descriptions of
7279 `menu-bar-lines' and `toolbar-lines' closer together and change
7280 them accordingly.
7281 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7282 except while processing `frame-title-format' or `icon-title-format'.
7283 (Deleting Frames): Correct description of `delete-frame'.
7284 Non-nil return values of `frame-live-p' are like those of `framep'.
7285 (Frames and Windows): Mention return value of
7286 `set-frame-selected-window'.
7287 (Visibility of Frames): Mention `force' argument to
7288 `make-frame-invisible'. `frame-visible-p' returns t for all
7289 frames on text-only terminals.
7290 (Frame Configurations): Restoring a frame configuration does not
7291 restore deleted frames.
7292 (Window System Selections): `x-set-selection' returns DATA.
7293 (Resources): Add example.
7294 (Display Feature Testing): Clarify descriptions of
7295 `display-pixel-height', `display-pixel-width', `x-server-version'
7296 and `x-server-vendor'.
7297
7298 * windows.texi (Choosing Window): Add anchor.
7299 * minibuf.texi (Minibuffer Misc): Add anchor.
7300
73012004-07-23 John Paul Wallington <jpw@gnu.org>
7302
7303 * macros.texi (Defining Macros): Declaration keyword for setting
7304 Edebug spec is `debug' not `edebug'.
7305
73062004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7307
7308 * windows.texi: Various small changes in addition to:
7309 (Window Point): Mention return value of `set-window-point'.
7310 (Window Start): `pos-visible-in-window-p' disregards horizontal
7311 scrolling. Explain return value if PARTIALLY is non-nil.
7312 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7313 and `set-window-vscroll'.
7314 (Size of Window): The argument WINDOW to `window-inside-edges',
7315 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7316 (Resizing Windows): Explain return value of
7317 `shrink-window-if-larger-than-buffer'.
7318 `window-size-fixed' automatically becomes buffer local when set.
7319 (Window Configurations): Explain return value of
7320 `set-window-configuration'.
7321
7322 * minibuf.texi (Minibuffer Misc): Add anchor for
7323 `minibuffer-scroll-window'.
7324
7325 * positions.texi (Text Lines): Add anchor for `count-lines'.
7326
73272004-07-17 Richard M. Stallman <rms@gnu.org>
7328
7329 * display.texi (Overlay Properties): Adding `evaporate' prop
7330 deletes empty overlay immediately.
7331
7332 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7333 fix example.
7334
73352004-07-16 Jim Blandy <jimb@redhat.com>
7336
7337 * searching.texi (Regexp Backslash): Document new \_< and \_>
7338 operators.
7339
73402004-07-16 Juanma Barranquero <lektu@terra.es>
7341
7342 * display.texi (Images): Fix Texinfo usage.
7343
73442004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7345
7346 * buffers.texi (Modification Time): `visited-file-modtime' now
7347 returns a list of two integers, instead of a cons.
7348
73492004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7350
7351 * windows.texi: Various changes in addition to:
7352 (Splitting Windows): Add `split-window-keep-point'.
7353
73542004-07-09 Richard M. Stallman <rms@gnu.org>
7355
7356 * frames.texi (Input Focus): Minor fix.
7357
73582004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7359
7360 * frames.texi (Input Focus): Clarify descriptions of
7361 `select-frame-set-input-focus' and `select-frame'.
7362
73632004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7364
7365 * os.texi: Various small changes in addition to:
7366 (Killing Emacs): Expand and clarify description of
7367 `kill-emacs-query-functions' and `kill-emacs-hook'.
7368 (System Environment): Expand and clarify description of `getenv'
7369 and `setenv'.
7370 (Timers): Clarify description of `run-at-time'.
7371 (Translating Input): Correct description of
7372 `extra-keyboard-modifiers'.
7373 (Flow Control): Correct description of `enable-flow-control'.
7374
73752004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7376
7377 * os.texi: Update copyright.
7378 (Session Management): Grammar fix.
7379 Clarify which Emacs does the restarting.
7380 Use @samp for *scratch* buffer.
7381
73822004-07-04 Alan Mackenzie <acm@muc.de>
7383
7384 * frames.texi (Input Focus): Add documentation for
7385 `select-frame-set-input-focus'. Replace refs to non-existent
7386 `switch-frame' with `select-frame'. Minor corrections and tidying
7387 up of text-only terminal stuff.
7388
73892004-07-02 Richard M. Stallman <rms@gnu.org>
7390
7391 * files.texi (Saving Buffers): Cleanup write-contents-function.
7392 (Magic File Names): Cleanup file-remote-p.
7393
b344d29d 73942004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7395
7396 * files.texi (Magic File Names): `file-remote-p' returns an
7397 identifier of the remote system, not just t.
7398
73992004-07-02 David Kastrup <dak@gnu.org>
7400
7401 * searching.texi (Entire Match Data): Add explanation about new
7402 match-data behavior when @var{integers} is non-nil.
7403
74042004-06-24 Richard M. Stallman <rms@gnu.org>
7405
7406 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7407
7408 * customize.texi (Variable Definitions): Note about doc strings
7409 and :set.
7410
7411 * keymaps.texi (Keymap Terminology): Document `kbd'.
7412 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7413
7414 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7415 makes it buffer-local.
7416
7417 * files.texi (Saving Buffers): Correct previous change.
7418
7419 * commands.texi (Accessing Events):
7420 Clarify posn-col-row and posn-actual-col-row.
7421
74222004-06-24 David Ponce <david.ponce@wanadoo.fr>
7423
7424 * commands.texi (Accessing Events): New functions
7425 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7426
74272004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7430 * frames.texi, buffers.texi, backups.texi, variables.texi:
7431 * loading.texi, eval.texi, functions.texi, control.texi:
7432 * symbols.texi, minibuf.texi: Reposition @anchor's.
7433
7434 * help.texi: Various small changes in addition to the following.
7435 (Describing Characters): Describe PREFIX argument to
7436 `key-description'. Correct and clarify definition of
7437 `text-char-description'. Describe NEED-VECTOR argument to
7438 `read-kbd-macro'.
7439 (Help Functions): Clarify definition of `apropos'.
7440
74412004-06-23 Lars Hansen <larsh@math.ku.dk>
7442
7443 * files.texi (Saving Buffers): Correct description of
7444 `write-contents-functions'.
7445
74462004-06-21 Juanma Barranquero <lektu@terra.es>
7447
7448 * display.texi (Images): Remove redundant @vindex directives.
7449 Rewrite `image-library-alist' doc in active voice.
7450
74512004-06-14 Juanma Barranquero <lektu@terra.es>
7452
7453 * display.texi (Images): Document new delayed library loading,
7454 variable `image-library-alist' and (existing but undocumented)
7455 function `image-type-available-p'.
7456
74572004-06-05 Richard M. Stallman <rms@gnu.org>
7458
7459 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7460 refer the user to the Initial Input node.
7461 (Text from Minibuffer): Likewise.
7462 (Initial Input): New node. Document this feature
7463 and say it is mostly deprecated.
7464
74652004-05-30 Richard M. Stallman <rms@gnu.org>
7466
7467 * loading.texi (Named Features): Clarify return value
7468 and meaning of NOERROR.
7469
7470 * variables.texi (File Local Variables): Minor cleanup.
7471
74722004-05-30 Michael Albinus <michael.albinus@gmx.de>
7473
7474 * files.texi (Magic File Names): Add `file-remote-p' as operation
7475 of file name handlers.
7476
74772004-05-29 Richard M. Stallman <rms@gnu.org>
7478
7479 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7480 as arg to a minor mode command.
7481
74822004-05-22 Richard M. Stallman <rms@gnu.org>
7483
7484 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7485
7486 * streams.texi (Output Variables): Doc float-output-format.
7487
7488 * searching.texi (Regexp Special): Nested repetition can be infloop.
7489
7490 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7491 real stack overflow.
7492
7493 * compile.texi: Minor cleanups.
7494
74952004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7496
7497 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7498 circular lists.
7499 (List Elements): Explain handling of circular and dotted lists.
7500
75012004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7502
7503 * modes.texi (Search-based Fontification): Fix typo.
7504
75052004-05-10 Juanma Barranquero <lektu@terra.es>
7506
7507 * modes.texi (Mode Line Variables): Fix description of
7508 global-mode-string, which is now after which-func-mode, not the
7509 buffer name.
7510
75112004-05-07 Lars Hansen <larsh@math.ku.dk>
7512
7513 * modes.texi (Desktop Save Mode): Add.
7514 (Modes): Add menu entry Desktop Save Mode.
7515
7516 * hooks.texi: Add desktop-after-read-hook,
7517 desktop-no-desktop-file-hook and desktop-save-hook.
7518
7519 * locals.texi: Add desktop-save-buffer.
7520
75212004-04-30 Jesper Harder <harder@ifa.au.dk>
7522
7523 * display.texi: emacs -> Emacs.
7524
75252004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7526
7527 * files.texi (Changing Files): Document set-file-times.
7528
75292004-04-23 Juanma Barranquero <lektu@terra.es>
7530
7531 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7532
75332004-04-18 Jesper Harder <harder@ifa.au.dk>
7534
7535 * tips.texi (Coding Conventions): defopt -> defcustom.
7536
75372004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7538
7539 * sequences.texi: Various clarifications.
7540
75412004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * buffers.texi (Read Only Buffers): Mention optional ARG to
7544 `toggle-read-only'.
7545
75462004-04-14 Nick Roberts <nick@nick.uklinux.net>
7547
7548 * windows.texi (Selecting Windows): Note that get-lru-window
7549 returns a full-width window if possible.
7550
75512004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7552
7553 * buffers.texi: Various changes in addition to:
7554 (Buffer File Name): Add `find-buffer-visiting'.
7555 (Buffer Modification): Mention optional ARG to `not-modified'.
7556 (Indirect Buffers): Mention optional CLONE argument to
7557 `make-indirect-buffer'.
7558
7559 * files.texi: Various changes in addition to:
7560 (Visiting Functions): `find-file-hook' is now a normal hook.
7561 (File Name Expansion): Explain difference between the way that
7562 `expand-file-name' and `file-truename' treat `..'.
7563 (Contents of Directories): Mention optional ID-FORMAT argument to
7564 `directory-files-and-attributes'.
7565 (Format Conversion): Mention new optional CONFIRM argument to
7566 `format-write-file'.
7567
75682004-04-12 Miles Bader <miles@gnu.org>
7569
7570 * macros.texi (Expansion): Add description of `macroexpand-all'.
7571
75722004-04-05 Jesper Harder <harder@ifa.au.dk>
7573
5dcb4c4e
SM
7574 * variables.texi (Variable Aliases):
7575 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7576
7577 * errors.texi (Standard Errors): Ditto.
7578
75792004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7580
7581 * backups.texi: Various small changes in addition to:
7582 (Making Backups): Mention return value of `backup-buffer'.
7583 (Auto-Saving): Mention optional FORCE argument to
7584 `delete-auto-save-file-if-necessary'.
7585 (Reverting): Mention optional PRESERVE-MODES argument to
7586 `revert-buffer'. Correct description of `revert-buffer-function'.
7587
75882004-03-22 Juri Linkov <juri@jurta.org>
7589
7590 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7591 with `Vector Functions'.
7592
7593 * text.texi (Sorting): Add missing quote.
7594
75952004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7596
7597 * intro.texi (Lisp History): Replace xref to `cl' manual with
7598 inforef.
7599
76002004-03-12 Richard M. Stallman <rms@gnu.org>
7601
7602 * intro.texi (Version Info): Add arg to emacs-version.
7603 (Lisp History): Change xref to CL manual.
7604
76052004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7606
7607 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7608 for Partial Completion mode.
7609
76102004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7611
7612 * customize.texi: Fix typo. Remove eol whitespace.
7613
76142004-03-04 Richard M. Stallman <rms@gnu.org>
7615
7616 * processes.texi: Fix typos.
7617
7618 * lists.texi (Building Lists): Minor clarification.
7619
7620 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7621 in make-hash-table.
7622
76232004-02-29 Juanma Barranquero <lektu@terra.es>
7624
7625 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7626 rm, and ignore exit code.
7627
76282004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7629
7630 * display.texi (Defining Faces): Add description for min-colors.
7631 Update example.
7632
76332004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7634
7635 * abbrevs.texi: Various corrections and clarifications in addition
7636 to the following:
7637 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7638
76392004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7640
7641 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7642
76432004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * text.texi: Various small changes in addition to the following:
7646 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7647 to delete-horizontal-space.
7648 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7649 description of yank-handler text property at various places.
7650
7651 * frames.texi (Window System Selections): Add anchor.
7652
7653 * syntax.texi (Syntax Table Functions): Clarify and correct
7654 descriptions of make-syntax-table and copy-syntax-table.
7655 (Motion and Syntax): Clarify SYNTAXES argument to
7656 skip-syntax-forward.
7657 (Parsing Expressions): Mention that the return value of
7658 parse-partial-sexp is currently a list of ten rather than nine
7659 elements.
7660 (Categories): Various corrections and clarifications.
7661
76622004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * markers.texi (Marker Insertion Types): Minor change.
7665
7666 * locals.texi (Standard Buffer-Local Variables):
7667 * commands.texi (Interactive Codes, Using Interactive):
7668 * functions.texi (Related Topics): Fix xrefs.
7669
76702004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * lists.texi (Sets And Lists): Update description of delete-dups.
7673
76742004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7675
7676 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7677
c8763fb6 76782004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7679
7680 * frames.texi (Parameter Access): frame-parameters arg is optional.
7681 modify-frame-parameters handles nil for FRAME.
7682 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7683 are all-or-nothing for certain toolkits.
7684 Mention parameter wait-for-wm.
7685 (Frames and Windows): In frame-first-window and frame-selected-window
7686 the arg is optional.
7687 (Input Focus): In redirect-frame-focus the second arg is optional.
7688 (Window System Selections): Mention selection type CLIPBOARD.
7689 Mention data-type UTF8_STRING.
7690 Mention numbering of cut buffers.
7691 (Resources): Describe x-resource-name.
7692
76932004-02-16 Richard M. Stallman <rms@gnu.org>
7694
7695 * windows.texi (Buffers and Windows): Delete false table
7696 about all-frames.
7697
7698 * syntax.texi (Parsing Expressions): Delete old caveat
7699 about parse-sexp-ignore-comments.
7700
7701 * streams.texi (Output Variables): Add print-quoted.
7702
7703 * lists.texi (Building Lists): Minor cleanup.
7704
7705 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7706
7707 * display.texi (Overlays): Explain overlays use markers.
7708 (Managing Overlays): Explain front-advance and rear-advance
7709 in more detail.
7710
7711 * loading.texi (Unloading): Document unload-feature-special-hooks.
7712 Get rid of fns-NNN.el file.
7713
77142004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7715
7716 * help.texi (Describing Characters): Fix text-char-description
7717 example output.
7718
7719 * edebug.texi (Using Edebug): Fix example.
7720
7721 * debugging.texi (Internals of Debugger): Fix return value.
7722
7723 * files.texi (Changing Files): Fix argname.
7724
7725 * calendar.texi: Fix parens, and default values.
7726
7727 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7728 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7729 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7730
7731 * positions.texi (Text Lines): Don't add -1 in current-line.
7732
77332004-02-16 Richard M. Stallman <rms@gnu.org>
7734
7735 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7736
77372004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7738
7739 * processes.texi (Low-Level Network): Fix a typo.
7740
77412004-02-12 Kim F. Storm <storm@cua.dk>
7742
7743 * display.texi (Fringes): Use consistent wording.
7744 Note that window-fringe's window arg is optional.
7745 (Scroll Bars): Use consistent wording.
7746
77472004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7748
7749 * tips.texi (Comment Tips): Document the new conventions for
7750 commenting out code.
7751
c8763fb6 77522004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7753
5dcb4c4e 7754 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7755
77562004-02-07 Kim F. Storm <storm@cua.dk>
7757
7758 * positions.texi (Text Lines): Add line-number-at-pos.
7759
77602004-02-06 John Paul Wallington <jpw@gnu.org>
7761
7762 * display.texi (Button Properties, Button Buffer Commands):
7763 mouse-2 invokes button, not down-mouse-1.
7764
77652004-02-04 Jason Rumney <jasonr@gnu.org>
7766
7767 * makefile.w32-in: Sync with Makefile.in changes.
7768
77692004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7770
7771 * minibuf.texi (Text from Minibuffer): Various corrections and
7772 clarifications.
7773 (Object from Minibuffer): Correct Lisp description of
7774 read-minibuffer.
7775 (Minibuffer History): Clarify description of cons values for
7776 HISTORY arguments.
5dcb4c4e
SM
7777 (Basic Completion): Various corrections and clarifications.
7778 Add completion-regexp-list.
b8d4c8d0
GM
7779 (Minibuffer Completion): Correct and clarify description of
7780 completing-read.
5dcb4c4e
SM
7781 (Completion Commands): Mention Partial Completion mode.
7782 Various other minor changes.
b8d4c8d0
GM
7783 (High-Level Completion): Various corrections and clarifications.
7784 (Reading File Names): Ditto.
7785 (Minibuffer Misc): Ditto.
7786
77872004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7788
7789 * strings.texi (Text Comparison): assoc-string also matches
7790 elements of alists that are strings instead of conses.
7791 (Formatting Strings): Standardize Texinfo usage. Update index
7792 entries.
7793
77942004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7795
7796 * lists.texi (Sets And Lists): Add delete-dups.
7797
77982004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7799
7800 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7801 special form.
7802 * macros.texi (Defining Macros): Update description of `declare',
7803 which now is a macro.
7804 (Wrong Time): Fix typos.
7805
78062004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7807
7808 * compile.texi (Compilation Functions): Expand descriptions of
7809 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7810 and `batch-byte-compile'. In particular, mention and describe
7811 all optional arguments.
7812 (Disassembly): Correct and clarify the description of `disassemble'.
7813
78142004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7815
7816 * searching.texi: Various small changes in addition to the
7817 following.
7818 (Regexp Example): Adapt to new value of `sentence-end'.
7819 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7820 `words'.
7821 (Search and Replace): Add usage note for `perform-replace'.
7822 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7823 `match-data'.
7824 (Standard Regexps): Update for new values of `paragraph-start'
7825 and `sentence-end'.
7826
78272004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7828
7829 * files.texi (Saving Buffers): Clarify descriptions of
7830 `write-contents-functions' and `before-save-hook'.
7831 Make the defvar's for `before-save-hook' and `after-save-hook'
7832 into defopt's.
7833
78342004-01-07 Kim F. Storm <storm@cua.dk>
7835
7836 * commands.texi (Click Events): Describe new image and
7837 width/height elements of click events.
7838 (Accessing Events): Add posn-string, posn-image, and
7839 posn-object-width-height. Change posn-object to return either
7840 image or string object.
7841
78422004-01-01 Simon Josefsson <jas@extundo.com>
7843
7844 * hooks.texi (Standard Hooks): Add before-save-hook.
7845 * files.texi (Saving Buffers): Likewise.
7846
78472004-01-03 Richard M. Stallman <rms@gnu.org>
7848
7849 * frames.texi (Frames and Windows): Delete frame-root-window.
7850
78512004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7852
7853 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7854
7855 * functions.texi: Various small changes in addition to the
7856 following.
5dcb4c4e
SM
7857 (What Is a Function): `functionp' returns nil for macros.
7858 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7859 (Function Documentation): Add `\' in front of (fn @var{arglist})
7860 and explain why.
7861 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7862 Add anchor.
7863 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7864
78652004-01-01 Miles Bader <miles@gnu.org>
7866
7867 * display.texi (Buttons): New section.
7868
78692003-12-31 Andreas Schwab <schwab@suse.de>
7870
7871 * numbers.texi (Math Functions): sqrt reports a domain-error
7872 error.
7873 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7874
78752003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7876
7877 * tips.texi (Documentation Tips): Update item on hyperlinks in
7878 documentation strings.
7879
7880 * errors.texi (Standard Errors): Various small corrections and
7881 additions.
7882
7883 * control.texi: Various small changes in addition to the
7884 following.
7885 (Signaling Errors): Provide some more details on how `signal'
7886 constructs the error message. Add anchor to the definition of
7887 `signal'.
7888 (Error Symbols): Describe special treatment of `quit'.
7889 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7890 to emphasize that it has to be a single form.
7891
7892 * buffers.texi: Add anchor.
7893
78942003-12-29 Richard M. Stallman <rms@gnu.org>
7895
7896 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7897 (Window Configurations): Add window-configuration-frame.
7898
7899 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7900
7901 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7902 Change arg name in get-char-property.
7903 (Special Properties): Update handling of keymap property.
7904
7905 * strings.texi (Modifying Strings): Add clear-string.
7906 (Text Comparison): Add assoc-string and remove
7907 assoc-ignore-case, assoc-ignore-representation.
7908
7909 * os.texi (Time of Day): Add set-time-zone-rule.
7910
7911 * numbers.texi (Math Functions): asin, acos, log, log10
7912 report domain-error errors.
7913
7914 * nonascii.texi (Converting Representations):
7915 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7916 (Encoding and I/O): Add file-name-coding-system.
7917
7918 * modes.texi (Search-based Fontification): Explain that
7919 face specs are symbols with face names as values.
7920
7921 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7922
7923 * lists.texi (Building Lists): remq moved elsewhere.
7924 (Sets And Lists): remq moved here.
7925 (Association Lists): Refer to assoc-string.
7926
7927 * internals.texi (Garbage Collection): Add memory-use-counts.
7928
7929 * frames.texi (Frames and Windows): Add set-frame-selected-window
7930 and frame-root-window.
7931
7932 * files.texi (Contents of Directories):
7933 Add directory-files-and-attributes.
7934
7935 * display.texi (Refresh Screen): Add force-window-update.
7936 (Invisible Text): Explain about moving point out of invis text.
7937 (Overlay Properties): Add overlay-properties.
7938 (Managing Overlays): Add overlayp.
7939 (GIF Images): Invalid image number displays a hollow box.
7940
7941 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7942 (Killing Buffers): Add buffer-live-p.
7943
79442003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7945
7946 * display.texi (Fringes): Fix typo "set-buffer-window".
7947
79482003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7949
7950 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7951 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7952 Add or change various xrefs and anchors.
7953
7954 * commands.texi: Replace all occurrences of @acronym{CAR} with
7955 @sc{car}, for consistency with the rest of the Elisp manual.
7956 `car' and `cdr' are historically acronyms, but are no longer
7957 widely thought of as such.
7958
7959 * internals.texi (Pure Storage): Mention that `purecopy' does not
7960 copy text properties.
7961 (Object Internals): Now 29 bits are used (in most implementations)
7962 to address Lisp objects.
7963
7964 * variables.texi (Variables with Restricted Values): New node.
7965
7966 * objects.texi (Lisp Data Types): Mention that certain variables
7967 can only take on a restricted set of values and add an xref to
7968 the new node "Variables with Restricted Values".
7969
7970 * eval.texi (Function Indirection): Describe the errors that
7971 `indirect-function' can signal.
7972 (Eval): Clarify the descriptions of `eval-region' and `values'.
7973 Describe `eval-buffer' instead of `eval-current-buffer' and
7974 mention `eval-current-buffer' as an alias for `current-buffer'.
7975 Correct the description and mention all optional arguments.
7976
7977 * nonascii.texi: Various small changes in addition to the
7978 following.
7979 (Converting Representations): Clarify behavior of
7980 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7981 ASCII arguments.
7982 (Character Sets): Document the variable `charset-list' and adapt
7983 the definition of the function `charset-list' accordingly.
7984 (Translation of Characters): Clarify use of generic characters in
7985 `make-translation-table'. Clarify and correct the description of
7986 the use of translation tables in encoding and decoding.
7987 (User-Chosen Coding Systems): Correct and clarify the description
7988 of `select-safe-coding-system'.
7989 (Default Coding Systems): Clarify description of
7990 `file-coding-system-alist'.
7991
79922003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7993
7994 * strings.texi (Text Comparison): Correctly describe when two
7995 strings are `equal'. Combine and clarify descriptions of
7996 `assoc-ignore-case' and `assoc-ignore-representation'.
7997
7998 * objects.texi (Non-ASCII in Strings): Clarify description of
7999 when a string is unibyte or multibyte.
8000 (Bool-Vector Type): Update examples.
8001 (Equality Predicates): Correctly describe when two strings are
8002 `equal'.
8003
80042003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8005
8006 * lists.texi (Building Lists): `append' no longer accepts integer
8007 arguments. Update the description of `number-sequence' to reflect
8008 recent changes.
8009 (Sets And Lists): Describe `member-ignore-case' after `member'.
8010
80112003-11-27 Kim F. Storm <storm@cua.dk>
8012
8013 * commands.texi (Click Events): Click object may be an images.
8014 Describe (dx . dy) element of click positions.
8015 (Accessing Events): Remove duplicate posn-timestamp.
8016 New functions posn-object and posn-object-x-y.
8017
80182003-11-23 Kim F. Storm <storm@cua.dk>
8019
8020 * commands.texi (Click Events): Describe enhancements to event
8021 position lists, including new text-pos and (col . row) items.
8022 Mention left-fringe and right-fringe area events.
8023 (Accessing Events): New functions posn-area and
8024 posn-actual-col-row. Mention posn-timestamp. Mention that
8025 posn-point in non-text area still returns buffer position.
8026 Clarify posn-col-row.
8027
80282003-11-21 Lars Hansen <larsh@math.ku.dk>
8029
8030 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8031 * anti.texi (File Attributes): Describe removed parameter
8032 ID-FORMAT.
8033
80342003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8035
8036 * positions.texi (Positions): Mention that, if a marker is used as
8037 a position, its buffer is ignored.
8038
8039 * markers.texi (Overview of Markers): Mention it here too.
8040
80412003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8042
8043 * numbers.texi (Numeric Conversions): Not just `floor', but also
8044 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8045
80462003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8047
8048 * markers.texi (Creating Markers): Specify insertion type of
8049 created markers. Add xref to `Marker Insertion Types'.
8050 Second argument to `copy-marker' is optional.
8051 (Marker Insertion Types): Mention that most markers are created
8052 with insertion type nil.
8053 (The Mark): Correctly describe when `mark' signals an error.
8054 (The Region): Correctly describe when `region-beginning' and
8055 `region-end' signal an error.
8056
80572003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * hash.texi (Creating Hash): Clarify description of `eql'.
8060 `makehash' is obsolete.
8061 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8062
8063 * positions.texi (Point): Change description of `buffer-end', so
8064 that it is also correct for floating point arguments.
8065 (List Motion): Correct argument lists of `beginning-of-defun' and
8066 `end-of-defun'.
8067 (Excursions): Add xref to `Marker Insertion Types'.
8068 (Narrowing): Argument to `narrow-to-page' is optional.
8069
80702003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8071
8072 * streams.texi (Output Streams): Clarify behavior of point for
8073 marker output streams.
8074
80752003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8076
8077 * variables.texi (Defining Variables): Second argument to
8078 `defconst' is not optional.
8079 (Setting Variables): Mention optional argument APPEND to
8080 `add-to-list'.
8081 (Creating Buffer-Local): Expand description of
8082 `make-variable-buffer-local'.
8083 (Frame-Local Variables): Expand description of
8084 `make-variable-frame-local'.
8085 (Variable Aliases): Correct description of optional argument
8086 DOCSTRING to `defvaralias'. Mention return value of
8087 `defvaralias'.
8088 (File Local Variables): Add xref to `File variables' in Emacs
8089 Manual. Correct description of `hack-local-variables'. Mention
8090 `safe-local-variable' property. Mention optional second argument
8091 to `risky-local-variable-p'.
8092
80932003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8094
8095 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8096
80972003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8098
8099 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8100 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8101 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8102 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8103 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8104 lispref/processes.texi, lispref/searching.texi,
8105 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8106 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8107 @acronym{FOO}.
8108
81092003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8110
8111 * strings.texi (Creating Strings): Argument START to `substring'
8112 can not be `nil'. Expand description of
8113 `substring-no-properties'. Correct description of `split-string',
8114 especially with respect to empty matches. Prevent very bad line
8115 break in definition of `split-string-default-separators'.
8116 (Text Comparison): `string=' and `string<' also accept symbols as
8117 arguments.
8118 (String Conversion): More completely describe argument BASE in
8119 `string-to-number'.
8120 (Formatting Strings): `%s' and `%S' in `format' do require
8121 corresponding object. Clarify behavior of numeric prefix after
8122 `%' in `format'.
8123 (Case Conversion): The argument to `upcase-initials' can be a
8124 character.
8125
81262003-10-27 Kenichi Handa <handa@m17n.org>
8127
8128 * display.texi (Fontsets): Fix texinfo usage.
8129
81302003-10-25 Kenichi Handa <handa@m17n.org>
8131
8132 * display.texi (Fontsets): Add description of the function
8133 set-fontset-font.
8134
81352003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * display.texi (Temporary Displays): Add xref to `Documentation
8138 Tips'.
8139
8140 * functions.texi (Function Safety): Use inforef instead of pxref
8141 for SES.
8142
81432003-10-23 Andreas Schwab <schwab@suse.de>
8144
8145 * Makefile.in (TEX, texinputdir): Don't define.
8146 (TEXI2DVI): Define.
8147 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8148 add $(srcdir)/index.texi.
8149 ($(infodir)/elisp): Remove index.texi dependency.
8150 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8151 (index.texi): Remove target.
8152 (dist): Don't link $(srcdir)/permute-index.
8153 (clean): Don't remove index.texi.
8154
8155 * permute-index, index.perm: Remove.
8156 * index.texi: Rename from index.unperm.
8157
81582003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8159
8160 * tips.texi (Documentation Tips): Document new behavior for face
8161 and variable hyperlinks in Help mode.
8162
81632003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8164
8165 * objects.texi (Integer Type): Update for extra bit of integer range.
8166 (Character Type): Ditto.
8167
81682003-10-16 Eli Zaretskii <eliz@gnu.org>
8169
8170 * numbers.texi (Integer Basics): Add index entries for reading
8171 numbers in hex, octal, and binary.
8172
81732003-10-16 Lute Kamstra <lute@gnu.org>
8174
8175 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8176 argument.
8177
81782003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8179
8180 * windows.texi (Choosing Window): Fix typo.
8181 * edebug.texi (Edebug Execution Modes): Fix typo.
8182
81832003-10-13 Richard M. Stallman <rms@gnu.org>
8184
8185 * windows.texi (Basic Windows): A window has fringe settings,
8186 display margins and scroll-bar settings.
8187 (Splitting Windows): Doc split-window return value.
8188 Clean up one-window-p.
8189 (Selecting Windows): Fix typo.
8190 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8191 (Buffers and Windows): In set-window-buffer, explain effect
8192 on fringe settings and scroll bar settings.
8193 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8194 (Choosing Window): Use defopt for pop-up-frame-function.
8195 For special-display-buffer-names, explain same-window and same-frame.
8196 Clarify window-dedicated-p return value.
8197 (Textual Scrolling): scroll-up and scroll-down can get an error.
8198 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8199 Clarify set-window-hscroll.
8200 (Size of Window): Don't mention tool bar in window-height.
8201 (Coordinates and Windows): Explain what coordinates-in-window-p
8202 returns for fringes and display margins.
8203 (Window Configurations): Explain saving fringes, etc.
8204
8205 * tips.texi (Library Headers): Clean up Documentation.
8206
8207 * syntax.texi (Parsing Expressions): Clean up forward-comment
8208 and parse-sexp-lookup-properties.
8209
8210 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8211
8212 * os.texi (System Environment): Clean up text for load-average errors.
8213
8214 * modes.texi (Hooks): Don't explain local hook details at front.
8215 Clarify run-hooks and run-hook-with-args a little.
8216 Clean up add-hook and remove-hook.
8217
8218 * edebug.texi (Edebug Execution Modes): Clarify t.
8219 Document edebug-sit-for-seconds.
8220 (Coverage Testing): Document C-x X = and =.
8221 (Instrumenting Macro Calls): Fix typo.
8222 (Specification List): Don't index the specification keywords.
8223
82242003-10-10 Kim F. Storm <storm@cua.dk>
8225
8226 * processes.texi (Network): Introduce make-network-process.
8227
82282003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8229
8230 * tips.texi (Library Headers): Fix typo.
8231
82322003-10-07 Juri Linkov <juri@jurta.org>
8233
8234 * modes.texi (Imenu): Mention imenu-create-index-function's
8235 default value. Explain submenus better.
8236
82372003-10-07 Lute Kamstra <lute@gnu.org>
8238
8239 * modes.texi (Faces for Font Lock): Fix typo.
8240 (Hooks): Explain how buffer-local hook variables can refer to
8241 global hook variables.
8242 Various minor clarifications.
8243
82442003-10-06 Lute Kamstra <lute@gnu.org>
8245
8246 * tips.texi (Coding Conventions): Mention naming conventions for
8247 hooks.
8248
82492003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8250
8251 * loading.texi (Library Search): Correct default value of
8252 load-suffixes.
8253 (Named Features): Fix typo.
8254
82552003-10-05 Richard M. Stallman <rms@gnu.org>
8256
8257 * loading.texi (Named Features): In `provide',
8258 say how to test for subfeatures.
8259 (Unloading): In unload-feature, use new var name
8260 unload-feature-special-hooks.
8261
82622003-10-03 Lute Kamstra <lute@gnu.org>
8263
8264 * modes.texi (Major Mode Conventions): Mention third way to set up
8265 Imenu.
8266 (Imenu): A number of small fixes.
8267 Delete documentation of internal variable imenu--index-alist.
8268 Document the return value format of imenu-create-index-function
8269 functions.
8270
82712003-09-30 Richard M. Stallman <rms@gnu.org>
8272
8273 * processes.texi (Network): Say what stopped datagram connections do.
8274
8275 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8276
8277 * display.texi (Overlay Properties): Clarify `evaporate' property.
8278
82792003-09-29 Lute Kamstra <lute@gnu.org>
8280
8281 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8282 constructs should be marked as risky.
8283 Change cons cell into proper list.
8284 (Mode Line Variables): Change cons cell into proper list.
8285
82862003-09-26 Lute Kamstra <lute@gnu.org>
8287
8288 * modes.texi (Mode Line Data): Document the :propertize construct.
8289 (Mode Line Variables): Reorder the descriptions of the variables
8290 to match their order in the default mode-line-format.
8291 Describe the new variables mode-line-position and mode-line-modes.
8292 Update the default values of mode-line-frame-identification,
8293 minor-mode-alist, and default-mode-line-format.
8294 (Properties in Mode): Mention the :propertize construct.
8295
82962003-09-26 Richard M. Stallman <rms@gnu.org>
8297
8298 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8299 * loading.texi, minibuf.texi, text.texi, variables.texi:
8300 Avoid @strong{Note:}.
8301
83022003-09-26 Richard M. Stallman <rms@gnu.org>
8303
8304 * keymaps.texi (Remapping Commands): Fix typo.
8305
83062003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8307
8308 * processes.texi (Low-Level Network): Fix typo.
8309
83102003-09-23 Kim F. Storm <storm@cua.dk>
8311
8312 * processes.texi (Network, Network Servers): Fix typos.
8313 (Low-Level Network): Add timeout value for :server keyword.
8314 Add new option keywords to make-network-process.
8315 Add set-network-process-options.
8316 Explain how to test availability of network options.
8317
83182003-09-19 Richard M. Stallman <rms@gnu.org>
8319
8320 * text.texi (Motion by Indent): Arg to
8321 backward-to-indentation and forward-to-indentation is optional.
8322
8323 * strings.texi (Creating Strings): Add substring-no-properties.
8324
8325 * processes.texi
8326 (Process Information): Add list-processes arg QUERY-ONLY.
8327 Delete process-contact from here.
8328 Add new status values for process-status.
8329 Add process-get, process-put, process-plist, set-process-plist.
8330 (Synchronous Processes): Add call-process-shell-command.
8331 (Signals to Processes): signal-process allows process objects.
8332 (Network): Complete rewrite.
8333 (Network Servers, Datagrams, Low-Level Network): New nodes.
8334
8335 * positions.texi (Word Motion): forward-word, backward-word
8336 arg is optional. Reword.
8337
8338 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8339
8340 * variables.texi (Creating Buffer-Local):
8341 Delete duplicate definition of buffer-local-value.
8342 (File Local Variables): Explain about discarding text props.
8343
83442003-09-11 Richard M. Stallman <rms@gnu.org>
8345
8346 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8347 changes variables that record input events.
8348 (Minibuffer Misc): Add minibuffer-selected-window.
8349
8350 * lists.texi (Building Lists): Add copy-tree.
8351
8352 * display.texi (Fontsets): Add char-displayable-p.
8353 (Scroll Bars): New node.
8354
83552003-09-08 Lute Kamstra <lute@gnu.org>
8356
8357 * modes.texi (%-Constructs): Document new `%i' and `%I'
8358 constructs.
8359
83602003-09-03 Peter Runestig <peter@runestig.com>
8361
8362 * makefile.w32-in: New file.
8363
83642003-08-29 Richard M. Stallman <rms@gnu.org>
8365
8366 * display.texi (Overlay Properties): Clarify how priorities
8367 affect use of the properties.
8368
83692003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8370
8371 * customize.texi (Type Keywords): Correct the description of
8372 `:help-echo' in the case where `motion-doc' is a function.
8373
83742003-08-14 John Paul Wallington <jpw@gnu.org>
8375
8376 * modes.texi (Emulating Mode Line): Subsection, not section.
8377
83782003-08-13 Richard M. Stallman <rms@gnu.org>
8379
8380 * elisp.texi (Top): Update subnode lists in menu.
8381
8382 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8383 (Kill Functions): kill-region has new arg yank-handler.
8384 (Yanking): New node.
8385 (Yank Commands): Add yank-undo-function.
8386 (Low-Level Kill Ring):
8387 kill-new and kill-append have new arg yank-handler.
8388 (Changing Properties): Add remove-list-of-text-properties.
8389 (Atomic Changes): New node.
8390
8391 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8392
8393 * streams.texi (Output Variables): Add eval-expression-print-length
8394 and eval-expression-print-level.
8395
8396 * os.texi (Time Conversion): For encode-time, explain limits on year.
8397
8398 * objects.texi (Character Type): Define anchor "modifier bits".
8399
8400 * modes.texi (Emulating Mode Line): New node.
8401 (Search-based Fontification): Font Lock uses font-lock-face property.
8402 (Other Font Lock Variables): Likewise.
8403
8404 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8405 not vectors.
8406 (Active Keymaps): Add emulation-mode-map-alists.
8407 (Functions for Key Lookup): key-binding has new arg no-remap.
8408 (Remapping Commands): New node.
8409 (Scanning Keymaps): where-is-internal has new arg no-remap.
8410 (Tool Bar): Add tool-bar-local-item-from-menu.
8411 Clarify when to use tool-bar-add-item-from-menu.
8412
8413 * commands.texi (Interactive Call): commandp has new arg.
8414 (Command Loop Info): Add this-original-command.
8415
84162003-08-06 John Paul Wallington <jpw@gnu.org>
8417
8418 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8419
8420 * display.texi (Warning Basics): Fix typo.
8421 (Fringes): Add closing curly bracket and fix typo.
8422
8423 * elisp.texi (Top): Fix typo.
8424
84252003-08-05 Richard M. Stallman <rms@gnu.org>
8426
8427 * elisp.texi: Update lists of subnodes.
8428
8429 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8430
8431 * variables.texi (Local Variables): Use lc for example variable names.
8432
8433 * tips.texi (Library Headers): Explain where to put -*-.
8434
8435 * strings.texi (Creating Strings): Fix xref for vconcat.
8436
8437 * sequences.texi (Vector Functions):
8438 vconcat no longer allows integer args.
8439
8440 * minibuf.texi (Reading File Names): read-file-name has new
8441 arg PREDICATE. New function read-directory-name.
8442
c4cc8b9a 8443 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8444 (Indenting Macros): New node.
8445
8446 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8447 (Window Frame Parameters): Make separate table of parameters
8448 that are coupled with specific face attributes.
8449 (Deleting Frames): delete-frame-hooks renamed to
8450 delete-frame-functions.
8451
8452 * files.texi (Magic File Names): Add file-remote-p.
8453 Clarify file-local-copy.
8454
8455 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8456 here; instead xref Defining Macros.
8457
8458 * display.texi (Warnings): New node, and subnodes.
8459 (Fringes): New node.
8460
8461 * debugging.texi (Test Coverage): New node.
8462
8463 * compile.texi (Compiler Errors): Explain with-no-warnings
8464 and other ways to suppress warnings.
8465
8466 * commands.texi (Interactive Call): Minor clarification.
8467
8468 * buffers.texi (Buffer File Name): set-visited-file-name
8469 renames the buffer too.
8470
8471 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8472
84732003-07-24 Markus Rost <rost@math.ohio-state.edu>
8474
8475 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8476
84772003-07-22 Markus Rost <rost@math.ohio-state.edu>
8478
8479 * internals.texi (Garbage Collection): Fix previous change.
8480
84812003-07-22 Richard M. Stallman <rms@gnu.org>
8482
8483 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8484
8485 * display.texi (Width): Use \s syntax in example.
8486 (Font Selection): Add face-font-rescale-alist.
8487
8488 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8489 Remove spurious indent in example.
8490
8491 * lists.texi (Building Lists): Add number-sequence.
8492
8493 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8494
8495 * functions.texi (Function Documentation): Explain how to
8496 show calling convention explicitly in the doc string.
8497
8498 * windows.texi (Selecting Windows): save-selected-window saves
8499 selected window of each frame.
8500 (Window Configurations): Minor change.
8501
8502 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8503
8504 * streams.texi (Output Variables): Add print-continuous-numbering
8505 and print-number-table.
8506
8507 * processes.texi (Decoding Output): New node.
8508
8509 * os.texi (Time Conversion): decode-time arg is optional.
8510
8511 * objects.texi (Character Type): Don't use space as example for \.
8512 Make list of char names and \-sequences correspond.
8513 Explain that \s is not used in strings. `\ ' needs space after.
8514
8515 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8516 (Translation of Characters): Add translation-table-for-input.
8517 (Default Coding Systems): Add auto-coding-functions.
8518 (Explicit Encoding): Add decode-coding-inserted-region.
8519 (Locales): Add locale-info.
8520
8521 * minibuf.texi (Basic Completion): Describe test-completion.
8522 Collections can be lists of strings.
8523 Clean up lazy-completion-table.
8524 (Programmed Completion): Mention test-completion.
8525 Clarify why lambda expressions are not accepted.
8526 (Minibuffer Misc): Describe minibufferp.
8527
85282003-07-14 Richard M. Stallman <rms@gnu.org>
8529
8530 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8531
8532 * windows.texi (Selecting Windows): New arg to select-window.
8533 (Selecting Windows): Add with-selected-window.
8534 (Size of Window): Add window-inside-edges, etc.
8535
8536 * internals.texi (Garbage Collection): Add post-gc-hook.
8537
8538 * processes.texi (Subprocess Creation): Add exec-suffixes.
8539
8540 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8541 (Scanning Keymaps): Add map-keymaps.
8542 (Defining Menus): Add keymap-prompt.
8543
8544 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8545 most-negative-fixnum.
8546
c4cc8b9a 8547 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8548 (Compiler Errors): New node.
8549
8550 * os.texi (User Identification): user-uid, user-real-uid
8551 can return float.
8552
8553 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8554 and about derived modes.
8555 (Minor Modes): Add minor-mode-list.
8556 (Defining Minor Modes): Keyword args for define-minor-mode.
8557 (Search-based Fontification): Explain managing other properties.
8558 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8559 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8560 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8561
8562 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8563 (Variable Aliases): Clarify defvaralias.
8564
8565 * loading.texi (Library Search): Add load-suffixes.
8566
8567 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8568 (Programmed Completion): Add dynamic-completion-table.
8569
8570 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8571 (Magic File Names): Specify precedence order of handlers.
8572
8573 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8574 and post-command-hook.
8575 (Waiting): New calling convention for sit-for.
8576
8577 * text.texi (Special Properties): local-map and keymap properties
8578 apply based on their stickiness.
8579
85802003-07-07 Richard M. Stallman <rms@gnu.org>
8581
8582 * modes.texi (Minor Mode Conventions): Specify only some kinds
8583 of list values as args to minor modes.
8584
8585 * files.texi (File Name Expansion): Warn about iterative use
8586 of substitute-in-file-name.
8587
8588 * advice.texi (Activation of Advice): Clean up previous change.
8589
85902003-07-06 Markus Rost <rost@math.ohio-state.edu>
8591
8592 * advice.texi (Activation of Advice): Note that ad-start-advice is
8593 turned on by default.
8594
85952003-06-30 Richard M. Stallman <rms@gnu.org>
8596
8597 * text.texi (Buffer Contents): Document current-word.
8598 (Change Hooks): Not called for *Messages*.
8599
8600 * functions.texi (Defining Functions): Explain about redefining
8601 primitives.
8602 (Function Safety): Renamed. Minor changes.
8603 Comment out the detailed criteria for what is safe.
8604
86052003-06-22 Andreas Schwab <schwab@suse.de>
8606
8607 * objects.texi (Symbol Type): Fix description of examples.
8608
86092003-06-16 Andreas Schwab <schwab@suse.de>
8610
8611 * hash.texi (Creating Hash): Fix description of :weakness.
8612
c8763fb6 86132003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8614
8615 * files.texi (Changing Files): copy-file copies file modes, too.
8616
86172003-05-28 Richard M. Stallman <rms@gnu.org>
8618
8619 * strings.texi (Creating Strings): Clarify split-string.
8620
86212003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8622
8623 * strings.texi (Creating Strings): Update split-string specification
8624 and examples.
8625
86262003-05-19 Richard M. Stallman <rms@gnu.org>
8627
8628 * elisp.texi: Correct invariant section names.
8629
86302003-04-20 Richard M. Stallman <rms@gnu.org>
8631
8632 * os.texi (Timers): Explain about timers and quitting.
8633
86342003-04-19 Richard M. Stallman <rms@gnu.org>
8635
8636 * internals.texi (Writing Emacs Primitives): Strings are
8637 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8638 Explain GCPRO convention for varargs function args.
8639
86402003-04-16 Richard M. Stallman <rms@gnu.org>
8641
8642 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8643
86442003-04-08 Richard M. Stallman <rms@gnu.org>
8645
8646 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8647
86482003-02-13 Kim F. Storm <storm@cua.dk>
8649
8650 * objects.texi (Character Type): New \s escape for space.
8651
86522003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8653
5dcb4c4e 8654 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8655
86562003-01-25 Richard M. Stallman <rms@gnu.org>
8657
8658 * keymaps.texi: Document that a symbol can act as a keymap.
8659
86602003-01-13 Richard M. Stallman <rms@gnu.org>
8661
8662 * text.texi (Changing Properties): Say string indices are origin-0.
8663
8664 * positions.texi (Screen Lines) <compute-motion>:
8665 Correct order of elts in return value.
8666
8667 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8668 how to define a default binding.
8669
86702002-12-07 Markus Rost <rost@math.ohio-state.edu>
8671
8672 * loading.texi (Unloading): Fix recent change for load-history.
8673
8674 * customize.texi (Simple Types): Clarify description of custom
8675 type 'number. Describe new custom type 'float.
8676
86772002-12-04 Markus Rost <rost@math.ohio-state.edu>
8678
8679 * variables.texi (File Local Variables): Fix typo.
8680
c8763fb6 86812002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8682
8683 From Michael Albinus <Michael.Albinus@alcatel.de>.
8684
8685 * README: Target for Info file is `make info'.
8686
5dcb4c4e 8687 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8688 `file-name-sans-extension'.
8689 (Magic File Names): Complete list of operations for magic file
8690 name handlers.
8691
86922002-09-16 Jonathan Yavner <jyavner@engineer.com>
8693
8694 * variables.texi (File Local Variables): New function
8695 risky-local-variable-p.
8696
86972002-09-15 Jonathan Yavner <jyavner@engineer.com>
8698
8699 * functions.texi (Function safety): New node about unsafep.
8700
87012002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8702
5dcb4c4e 8703 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8704 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8705
87062002-06-17 Juanma Barranquero <lektu@terra.es>
8707
8708 * frames.texi (Display Feature Testing): Fix typo.
8709
87102002-06-12 Andreas Schwab <schwab@suse.de>
8711
8712 * frames.texi (Initial Parameters, Resources): Fix references to
8713 the Emacs manual.
8714
87152002-05-13 Kim F. Storm <storm@cua.dk>
8716
8717 * variables.texi (Intro to Buffer-Local): Updated warning and
8718 example relating to changing buffer inside let.
8719
c8763fb6 87202002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8721
8722 * os.texi (Session Management): New node about X Session management.
8723
87242002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8725
8726 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8727 to which the manual corresponds, and the copyright years.
8728
8729 * Makefile.in (VERSION): Set to 2.9.
8730
87312001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8732
8733 * elisp.texi: Change the category in @dircategory to "Emacs", to
8734 make it consistent with info/dir.
8735
87362001-11-25 Miles Bader <miles@gnu.org>
8737
8738 * text.texi (Fields): Describe new `limit' arg in
8739 field-beginning/field-end.
8740
87412001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8742
5dcb4c4e
SM
8743 * permute-index: Don't depend on csh-specific features.
8744 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8745
8746 * two-volume-cross-refs.txt: New file.
8747 * two.el: New file.
8748 * spellfile: New file.
8749
87502001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8751
8752 * permute-index: New file.
8753
8754 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8755 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8756 8+3 restricted namespace.
8757
8758 * Makefile.in (infodir): Define relative to $(srcdir).
8759 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8760 include directories list via -I switch to makeinfo.
8761 (index.texi): Use cp if both hard and symbolic links fail.
8762
87632001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8764
8765 * Makefile.in (distclean): Add.
8766
8767 The following changes make ELisp manual part of the Emacs
8768 distribution:
8769
8770 * Makefile.in: Add Copyright notice.
8771 (prefix): Remove.
8772 (infodir): Change value to "../info".
8773 (VPATH): New variable.
8774 (MAKE): Don't define.
8775 (texmacrodir): Don't define.
8776 (texinputdir): Append the existing value of TEXINPUTS.
8777 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8778 command to be compatible with man/Makefile.in, and to put the
8779 output into ../info.
8780 (info): Add target.
8781 (installall): Target removed.
8782
c8763fb6 87832001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8784
8785 * tips.texi (Coding Conventions): Fix typo.
8786
87872001-10-23 Gerd Moellmann <gerd@gnu.org>
8788
8789 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8790
87912001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8792
8793 * files.texi (File Name Components): Update the description of
8794 file-name-sans-extension and file-name-extension, as they now
8795 ignore leading dots.
8796
87972001-10-20 Gerd Moellmann <gerd@gnu.org>
8798
8799 * (Version 21.1 released.)
8800
88012001-10-19 Miles Bader <miles@gnu.org>
8802
8803 * positions.texi (Text Lines): Describe behavior of
8804 `beginning-of-line'/`end-of-line' in the presence of field properties.
8805
88062001-10-17 Gerd Moellmann <gerd@gnu.org>
8807
8808 * Makefile.in (VERSION): Set to 2.8.
8809 (manual): Use `manual-21'.
8810
8811 * elisp.texi (VERSION): Add and use it where the version
8812 number was used. Set it to 2.8.
8813
8814 * intro.texi: Likewise.
8815
88162001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8817
8818 * files.texi (File Name Completion): Document the significance of
8819 a trailing slash in elements of completion-ignored-extensions.
8820
88212001-10-06 Miles Bader <miles@gnu.org>
8822
8823 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8824
88252001-10-04 Gerd Moellmann <gerd@gnu.org>
8826
8827 * variables.texi (Variable Aliases): New node.
8828
88292001-10-04 Gerd Moellmann <gerd@gnu.org>
8830
8831 * Branch for 21.1.
8832
88332001-10-02 Miles Bader <miles@gnu.org>
8834
8835 * minibuf.texi (Minibuffer Misc): Add entries for
8836 `minibuffer-contents', `minibuffer-contents-no-properties', and
8837 `delete-minibuffer-contents'.
8838 Correct description for `minibuffer-prompt-end'.
8839
8840 * text.texi (Property Search): Correct descriptions of
8841 `next-char-property-change' and `previous-char-property-change'.
8842 Add entries for `next-single-char-property-change' and
8843 `previous-single-char-property-change'.
8844 Make operand names a bit more consistent.
8845
88462001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * frames.texi (Finding All Frames): Document that next-frame and
8849 previous-frame are local to current terminal.
8850
88512001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8852
8853 * keymaps.texi (Creating Keymaps): Fix the description of the
8854 result of make-keymap.
8855
88562001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8857
8858 * display.texi (Font Lookup, Attribute Functions)
8859 (Image Descriptors): Add cross-references to the definition of
8860 selected frame.
8861
8862 * buffers.texi (The Buffer List): Add cross-references to the
8863 definition of selected frame.
8864
8865 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8866 frame at any given time.
8867 (Multiple Displays, Size and Position): Add a cross-reference to
8868 the definition of the selected frame.
8869
88702001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8871
8872 * strings.texi (String Conversion) <string-to-number>: Document
8873 that a float is returned for integers that are too large.
8874
8875 * frames.texi (Mouse Position): Document mouse-position-function.
8876 (Display Feature Testing): Document display-images-p.
8877 (Window Frame Parameters): Document the cursor-type variable.
8878
8879 * numbers.texi (Integer Basics): Document CL style read syntax for
8880 integers in bases other than 10.
8881
5dcb4c4e
SM
8882 * positions.texi (List Motion):
8883 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8884
8885 * lists.texi (Sets And Lists): Document member-ignore-case.
8886
8887 * internals.texi (Garbage Collection): Document the used and free
8888 strings report.
8889 (Memory Usage): Document strings-consed.
8890
8891 * os.texi (Time of Day): Document float-time.
8892 (Recording Input): Document that clear-this-command-keys clears
8893 the vector to be returned by recent-keys.
8894
8895 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8896 argument keymap can be a list.
8897
8898 * nonascii.texi (User-Chosen Coding Systems)
8899 <select-safe-coding-system>: Document the new argument
8900 accept-default-p and the variable
8901 select-safe-coding-system-accept-default-p. Tell what happens if
8902 buffer-file-coding-system is undecided.
8903 (Default Coding Systems): Document auto-coding-regexp-alist.
8904
8905 * display.texi (The Echo Area) <message>: Document
8906 message-truncate-lines.
8907 (Glyphs): Document that the glyph table is unused on windowed
8908 displays.
8909
8910 * help.texi (Describing Characters) <single-key-description>:
8911 Document the new argument no-angles.
8912 (Accessing Documentation) <documentation-property>: Document that
8913 a non-string property is evaluated.
8914 <documentation>: Document that the function-documentation property
8915 is looked for.
8916
8917 * windows.texi (Selecting Windows): Document some-window.
8918
8919 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8920
8921 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8922 apropos-mode-hook.
8923
8924 * commands.texi (Using Interactive): Document interactive-form.
8925 (Keyboard Macros): Document kbd-macro-termination-hook.
8926 (Command Loop Info): Document that clear-this-command-keys clears
8927 the vector to be returned by recent-keys.
8928
89292001-09-04 Werner LEMBERG <wl@gnu.org>
8930
8931 * Makefile.in (srcdir, texinputdir): New variables.
8932 (srcs, index.texi, install): Use $(srcdir).
8933 (.PHONY): Remove elisp.dvi.
8934 (elisp): Use -I switch for makeinfo.
8935 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8936 (installall, dist): Use $(srcdir).
8937 Fix path to texinfo.tex.
8938 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8939
89402001-08-30 Gerd Moellmann <gerd@gnu.org>
8941
8942 * display.texi (Conditional Display): Adjust to API change.
8943
8944 * configure: New file.
8945
89462001-07-30 Gerd Moellmann <gerd@gnu.org>
8947
8948 * commands.texi (Repeat Events): Add description of
8949 double-click-fuzz.
8950
89512001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8952
8953 * syntax.texi (Syntax Class Table): Add the missing designator for
8954 comment and string fences.
8955 (Syntax Properties): Add a xref to syntax table internals.
8956 (Syntax Table Internals): Document string-to-syntax.
8957
89582001-05-07 Gerd Moellmann <gerd@gnu.org>
8959
8960 * Makefile.in (install): Use install-info command line options
8961 like in Emacs' Makefile.in.
8962
89632000-12-09 Miles Bader <miles@gnu.org>
8964
8965 * windows.texi (Window Start): Update documentation for
8966 `pos-visible-in-window-p'.
8967
89682000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * lists.texi (Building Lists): Add footnote to explain how to add
8971 to the end of a list.
8972
89732000-10-25 Gerd Moellmann <gerd@gnu.org>
8974
8975 * files.texi (Visiting Functions): Typos.
8976
89772000-10-25 Kenichi Handa <handa@etl.go.jp>
8978
8979 * files.texi (Visiting Functions): Return value of
8980 find-file-noselect may be a list of buffers if wildcards are used.
8981
89822000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8983
8984 * display.texi (Defining Faces): Document `graphic' display type
8985 in face specs.
8986
b344d29d 89872000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8988
8989 * hooks.texi (Standard Hooks): Replace obsolete
8990 `after-make-frame-hook' with `after-make-frame-functions'.
8991
8992 * frames.texi (Creating Frames): Ditto.
8993
8994 * variables.texi (Future Local Variables): Ditto.
8995
89962000-10-16 Gerd Moellmann <gerd@gnu.org>
8997
8998 * display.texi (Other Image Types): Add description of :foreground
8999 and :background properties of mono PBM images.
9000
90012000-08-17 Werner LEMBERG <wl@gnu.org>
9002
9003 * .cvsignore: New file.
9004
90052000-01-05 Gerd Moellmann <gerd@gnu.org>
9006
9007 * tindex.pl: New script.
9008
90091999-12-03 Dave Love <fx@gnu.org>
9010
9011 * Makefile.in (MAKEINFO): New parameter.
9012
90131999-09-17 Richard Stallman <rms@gnu.org>
9014
9015 * Makefile.in (srcs): Add hash.texi.
9016 (VERSION): Update to 20.6.
9017
90181999-09-13 Richard Stallman <rms@gnu.org>
9019
9020 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9021
90221998-08-29 Karl Heuer <kwzh@gnu.org>
9023
9024 * configure.in: New file.
9025 * Makefile.in: Renamed from Makefile.
9026 (prefix, infodir): Use value obtained from configure.
9027 (emacslibdir): Obsolete variable deleted.
9028 (dist): Distribute configure.in, configure, Makefile.in.
9029
90301998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9031
9032 * Makefile (INSTALL_INFO): New variable.
9033 (install): Run install-info.
9034
90351998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9036
9037 * Makefile (elisp.dvi): Add missing backslash.
9038
90391998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9040
9041 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9042 Run texindex without `./'. Always run texindex on elisp.tp.
9043 (elisp.tps): Target deleted.
9044
90451998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9046
9047 * Makefile (srcs): Add nonascii.texi and customize.texi.
9048 (dist): Start by deleting `temp'.
9049
90501998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9051
9052 * Makefile (makeinfo, texindex): Targets deleted.
9053 (makeinfo.o, texindex.o): Targets deleted.
9054 (clean, dist): Don't do anything with them or with getopt*.
9055
90561998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9057
9058 * Makefile (SHELL): Defined.
9059
90601998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9061
9062 * Makefile (elisp.tps): New target.
9063 (elisp.dvi): Depend on elisp.tps.
9064
c5602427 90651996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9066
9067 * README: Update phone number.
9068
9069 * Makefile (elisp): Make this be the default target.
9070 Depend on makeinfo.c instead of makeinfo.
9071 (install): Don't depend on elisp.dvi, since we don't install that.
9072 Use mkinstalldirs.
9073 (dist): Add mkinstalldirs.
9074
c5602427 90751995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9076
9077 * Makefile (VERSION): Update version number.
5dcb4c4e 9078 (maintainer-clean): Rename from realclean.
b8d4c8d0 9079
c5602427 90801995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9081
9082 * Makefile (realclean): New target.
9083 (elisp): Remove any old elisp-* files first.
9084
c5602427 90851993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9086
9087 * Makefile (VERSION): New variable.
9088 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9089 Compressed file suffix should be `.gz', not `.z'.
9090
ce058493 90911993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9092
9093 * Makefile (elisp): Depend on makeinfo.
9094
c5602427 90951993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9096
9097 * Makefile (srcs): Add anti.texi.
9098
c5602427 90991993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9100
9101 * Makefile (infodir, prefix): New vars.
9102 (install): Use infodir.
9103 (emacsinfodir): Deleted.
9104
c5602427 91051993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9106
9107 * Makefile (srcs): Add calendar.texi.
9108
9109 * Makefile (dist): Copy texindex.c and makeinfo.c.
9110 Limit elisp-* files to those with one or two digits.
9111
c5602427 91121993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9113
9114 * Makefile (dist): Changed to use Gzip instead of compress.
9115
c5602427 91161993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9117
9118 * loading.texi (Unloading): define-function changed back to
9119 defalias. It may not stay this way, but at least it's
9120 consistent with the known-good version of the code patch.
9121
c5602427 91221993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9123
9124 * modes.texi (Hooks): Document new optional arg of add-hook.
9125
c5602427 91261993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9127
9128 * variables.texi: Document nil initial value of buffer-local variables.
9129
9130 * tips.texi: Add new section on standard library headers.
9131
c5602427 91321993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9133
9134 * Makefile (srcs): Add frame.texi to the list of sources.
9135
c5602427 91361993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9137
9138 * Makefile (dist): Don't bother excluding autosave files; they'll
9139 never make it into the temp directory anyway, and the hash marks
9140 in the name are problematic for make and the Bourne shell.
9141 (srcs):
9142
c5602427 91431993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9144
9145 * Makefile (dist): Don't include backup files or autosave files in
9146 the distribution tar file.
9147
c5602427 91481991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9149
5dcb4c4e 9150 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9151 (elisp.dvi): Remove erroneous shell comment.
9152 Expect output of permute-index in permuted.fns.
9153 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9154 (clean): Add index.texi to be deleted.
b8d4c8d0 9155
c5602427 91561990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9157
9158 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9159
c5602427 91601990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9161
9162 * files.texi: Noted that completion-ignored-extensions is ignored
9163 when making *Completions*.
9164
3e868ee3 91651990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9166
9167 * Makefile make dist now depends on elisp.dvi, since it tries
9168 to include it in the dist file.
9169
c5602427 91701990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9171
c5602427 9172 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9173
c5602427 91741989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9175
9176 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9177 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9178
c5602427 91791989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9180
9181 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9182 and @error{} are the terms now being used. The files in the
9183 directory have been changed to reflect this.
9184
9185 * All instances of @indentedresultt{} have been changed to
9186 ` @result{}', using 5 spaces at the begining of the line.
9187
c5602427 91881989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9189
9190 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9191 experimental @indentedresult{}, @indentedexpandsto{} are part of
9192 the texinfo.tex in this directory. These TeX macros are not
9193 stable yet.
9194
c5602427 91951989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9196
9197 * texinfo.tex: Temporarily added
9198 \let\result=\dblarrow
9199 \def\error{{\it ERROR} \longdblarrow}
9200 We need to do this better soon.
9201
c5602427 92021989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9203
9204 * Applied Karl Berry's patches to *.texinfo files, but not to
9205 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9206 new title page format is also not applied, since it requires
9207 texinfo.tex changes.)
9208
9209 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9210 for the Project GNU development environment.
9211
9212;; Local Variables:
c8763fb6 9213;; coding: utf-8
b8d4c8d0
GM
9214;; End:
9215
73b0cd50 9216 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9217
9218 This file is part of GNU Emacs.
9219
352c8b4a 9220 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9221 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9222 the Free Software Foundation, either version 3 of the License, or
9223 (at your option) any later version.
b8d4c8d0
GM
9224
9225 GNU Emacs is distributed in the hope that it will be useful,
9226 but WITHOUT ANY WARRANTY; without even the implied warranty of
9227 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9228 GNU General Public License for more details.
9229
9230 You should have received a copy of the GNU General Public License
352c8b4a 9231 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.