Minor additions for previous emacsclient change.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
eeafcea7
CY
12011-06-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * text.texi (Special Properties): Clarify role of font-lock-face.
4
b96e6cde
LMI
52011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * processes.texi (Process Information): Renamed `process-alive-p'
8 to `process-live-p' for consistency with other `-live-p' functions.
9
be14b9ab
PE
102011-06-03 Paul Eggert <eggert@cs.ucla.edu>
11
12 Document wide integers better.
13 * files.texi (File Attributes): Document ino_t values better.
2d365993 14 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
15 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
16 (Bitwise Operations):
001903b5
PE
17 * objects.texi (Integer Type): Use a binary notation that is a bit easier
18 to read, and that will port better if 62-bits becomes the default.
19 Fix or remove incorrect examples.
be14b9ab
PE
20 * os.texi (Time Conversion): Document time_t values better.
21
bcd54f83
LMI
222011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
24 * processes.texi (Process Information): Document
25 `process-alive-p'.
26
049bcbcb
CY
272011-05-29 Chong Yidong <cyd@stupidchicken.com>
28
29 * help.texi (Accessing Documentation):
30 * display.texi (Pixel Specification):
31 * processes.texi (Serial Ports, Serial Ports):
32 * nonascii.texi (Character Properties, Default Coding Systems):
33 * text.texi (Changing Properties, Special Properties):
34 * windows.texi (Window Start and End):
35 * modes.texi (SMIE Indentation Example, SMIE Tricks):
36 * keymaps.texi (Searching Keymaps, Tool Bar):
37 * minibuf.texi (Basic Completion):
38 * compile.texi (Eval During Compile):
39 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
40 7x9 paper in printed manual.
41
42 * lists.texi (Sets And Lists): Fix misplaced text.
43
58539c63
CY
442011-05-29 Chong Yidong <cyd@stupidchicken.com>
45
46 * keymaps.texi (Remapping Commands): Emphasize that the keymap
47 needs to be active (Bug#8350).
48
6b5681bf
CY
492011-05-28 Chong Yidong <cyd@stupidchicken.com>
50
b4d52acc
CY
51 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
52
6b5681bf
CY
53 * tips.texi (Coding Conventions): Remove antediluvian filename
54 limit recommendation (Bug#8538).
55
e145f188
GM
562011-05-27 Glenn Morris <rgm@gnu.org>
57
58 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
59
eafed945
GM
602011-05-26 Glenn Morris <rgm@gnu.org>
61
62 * variables.texi (File Local Variables):
63 Update hack-local-variables `mode-only' return value.
2d3ba9e7 64 Add some more details on what this function does in the other case.
eafed945 65
bc8410af
GM
662011-05-19 Glenn Morris <rgm@gnu.org>
67
68 * lists.texi (Sets And Lists): Mention cl provides union etc.
69
35a30759
N
702011-05-19 Nix <nix@esperi.org.uk>
71
72 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
73
74 * text.texi (Parsing HTML): Update for function name changes.
75
76 * syntax.texi (Syntax Flags): Small fix.
77
78 * keymaps.texi (Active Keymaps): Typo fix.
79 (Changing Key Bindings): Grammar fix.
80
81 * frames.texi (Minibuffers and Frames): Grammar fix.
82 (Window System Selections): x-select-enable-clipboard now defaults to t.
83
84 * customize.texi (Common Keywords):
85 * display.texi (Abstract Display):
86 * modes.texi (Auto-Indentation):
87 * nonascii.texi (Converting Representations): Typo fixes.
88
89 * control.texi (Examples of Catch): Call it "goto" not "go to".
90
e3934a8a
EZ
912011-05-14 Eli Zaretskii <eliz@gnu.org>
92
bc039a3b
EZ
93 * nonascii.texi (Character Properties): Fix inconsistencies with
94 implementation.
95
e3934a8a
EZ
96 * text.texi (Special Properties): Move @defvar's out of the
97 @table. (Bug#8652)
98
e2c94218
GM
992011-05-12 Glenn Morris <rgm@gnu.org>
100
101 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
102
d2fc7e3d 1032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
104
105 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
106 (Multiline Font Lock):
107 * vol2.texi (Top):
108 * vol1.texi (Top):
109 * elisp.texi (Top): Update menu accordingly.
110
d2fc7e3d 1112011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
112
113 * modes.texi (Region to Fontify): Fix typo.
114
79b70037
GM
1152011-05-10 Jim Meyering <meyering@redhat.com>
116
117 * minibuf.texi: Fix typo "in in -> in".
118
b08a63cc 1192011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
120
121 * numbers.texi (Integer Basics): Large integers are treated as floats.
122
1ef14cb4
LMI
1232011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
124
125 * processes.texi (Synchronous Processes): Document the (:file
126 "/file-name") syntax for `call-process'.
127
4ffd0d6b 1282011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
129
130 * windows.texi (Choosing Window): Fix typo.
131
4ffd0d6b 1322011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
133
134 * frames.texi (Layout Parameters): Note the difference between
135 querying and setting parameters for left-fringe and right-fringe
136 (Bug#6930).
137
fd5a8ae8
SM
1382011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * minibuf.texi (Basic Completion): Be a bit more precise about the
141 valid kinds of completion tables.
142 (Programmed Completion): Remove obsolete text about lambda expressions
143 not being valid completion tables.
144
c1bcd0d5
CY
1452011-03-19 Chong Yidong <cyd@stupidchicken.com>
146
147 * positions.texi (Excursions): Explain the "save-excursion
148 defeated by set-buffer" warning.
149
150 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
151 save-excursion. Suggested by Uday S Reddy.
152
03408648 1532011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 154
03408648
SM
155 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
156 (Lexical Binding): New sub-section.
ba83908c 157
03408648
SM
158 * eval.texi (Eval): Discourage the use of `eval'.
159 Document its new `lexical' argument.
6c075cd7 160
f6d62986
SM
1612011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
162
03408648 163 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
164 nil any more.
165
84ea5558 1662011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
167
168 * strings.texi (String Conversion): Don't mention
169 string-make-(uni|multi)byte (bug#8262).
170 * nonascii.texi (Converting Representations): Fix up range.
171 * keymaps.texi (Key Binding Commands): Update code point, avoid
172 "unibyte character" and remove mention of unibyte bindings.
173
62d94509
EZ
1742011-03-10 Eli Zaretskii <eliz@gnu.org>
175
176 * modes.texi (Operator Precedence Grammars): Don't use characters
177 outside ISO-8859-1.
178
63a329f8
EZ
1792011-03-09 Eli Zaretskii <eliz@gnu.org>
180
181 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
182
183 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
184
6446548e
GM
1852011-03-08 Glenn Morris <rgm@gnu.org>
186
187 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
188 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 189 * elisp.texi: Set documentencoding.
6446548e 190
33383987
JB
1912011-03-07 Chong Yidong <cyd@stupidchicken.com>
192
193 * Version 23.3 released.
194
0b3ceceb
CY
1952011-03-06 Chong Yidong <cyd@stupidchicken.com>
196
197 * package.texi: Update index keywords.
198 (Package Archives): New node contents. Document package-x.el.
199
78f5433f
JB
2002011-03-06 Juanma Barranquero <lekktu@gmail.com>
201
202 * makefile.w32-in (srcs): Add package.texi.
203
555e9b5c
CY
2042011-03-06 Chong Yidong <cyd@stupidchicken.com>
205
120d9389
CY
206 * package.texi (Packaging, Packaging Basics, Simple Packages)
207 (Multi-file Packages): Expand and clarify.
208 (Package Archives): Temporary placeholder node.
209
210 * elisp.texi (Top): Update node listing.
211
555e9b5c
CY
212 * Makefile.in (srcs): Add package.texi.
213
b59a4335
CY
2142011-03-05 Chong Yidong <cyd@stupidchicken.com>
215
216 * processes.texi (Synchronous Processes): Minor clarification
217 (Bug#8149).
218
06083aa1
GM
2192011-03-03 Glenn Morris <rgm@gnu.org>
220
221 * files.texi (Truenames): Minor clarification. (Bug#2341)
222
6640b281
GM
2232011-03-01 Glenn Morris <rgm@gnu.org>
224
225 * variables.texi (Directory Local Variables):
226 Mention `(subdirs . nil)' alist element.
227
2b0c7330 2282011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
229
230 * variables.texi (Directory Local Variables): Mention the optional
231 mtime argument of dir-locals-set-directory-class. (Bug#3577)
232
b923f7a9
CY
2332011-02-27 Chong Yidong <cyd@stupidchicken.com>
234
235 * minibuf.texi (Minibuffer History): Clarify discussion of
236 minibuffer history lists (Bug#8085).
237
67ab0163 2382011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 239
e979a521
EZ
240 * elisp.texi: Sync @dircategory with ../../info/dir.
241
e03b2fd4
EZ
242 * files.texi (Visiting Functions): Document find-file-literally,
243 both the command and the variable.
244
86ec878a
EZ
245 * variables.texi (Creating Buffer-Local): Explain the meaning of
246 permanent local variables.
247
67ab0163
GM
248 * files.texi (Visiting Functions): Document find-file-literally,
249 both the command and the variable.
250
251 * variables.texi (Creating Buffer-Local): Explain the meaning of
252 permanent local variables.
253
2542011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
255
256 * keymaps.texi (Remapping Commands): Mention how to undo it.
257
bfcb151a
RT
2582011-02-09 Reuben Thomas <rrt@sc3d.org>
259
260 * loading.texi (Hooks for Loading): Remove unnecessary advice
261 about eval-after-load (Bug#7986).
262
a41c8660
CY
2632011-02-05 Chong Yidong <cyd@stupidchicken.com>
264
265 * commands.texi (Accessing Mouse): Note that a header line is not
266 included in the row of posn-col-row.
267
e0dd6837
CY
2682011-02-02 Chong Yidong <cyd@stupidchicken.com>
269
270 * modes.texi (Major Mode Conventions): Add face guidelines.
271 (Faces for Font Lock): List faces in order of prominence.
272
a4180391
PE
2732011-02-01 Paul Eggert <eggert@cs.ucla.edu>
274
275 format-time-string now supports subsecond time stamp resolution
276 * os.texi (Time Parsing): Document %N.
277
7427eb97
CY
2782011-01-28 Chong Yidong <cyd@stupidchicken.com>
279
61db307f
CY
280 * vol1.texi (Top):
281 * vol2.texi (Top):
282 * elisp.texi (Top):
283 * display.texi (Display Property): Shorten the menu description of
284 the "Other Display Specs" node (Bug#7816).
285
7427eb97
CY
286 * keymaps.texi (Defining Menus): Add "menu item" and "extended
287 menu item" concept index entries (Bug#7805).
288
bf3dae7e
EZ
2892011-01-29 Eli Zaretskii <eliz@gnu.org>
290
291 * makefile.w32-in (texinfodir): New variable.
292 (usermanualdir): Remove as redundant with $(emacsdir).
293 (MAKEINFO): Remove options, leave only program name.
294 (MAKEINFO_OPTS): New variable.
295 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
296
06d8ace5 2972011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
298 Richard Kim <emacs18@gmail.com>
299
300 * loading.texi (Library Search): Document list-load-path-shadows
301 (Bug#7757).
302
06d8ace5 3032011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
304
305 * searching.texi (Regexp Special): Remove outdated discussion of
306 character sets (Bug#7780).
307
28a88153
CY
308 * frames.texi (Pop-Up Menus): Document where menu title comes
309 from (Bug#7684).
310
06d8ace5 3112011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
312
313 * display.texi (Making Buttons): Mention limitation of text buttons.
314
a8e1e9ee
WL
3152011-01-23 Werner Lemberg <wl@gnu.org>
316
317 * Makefile.in (MAKEINFO): Now controlled by `configure'.
318 (MAKEINFO_OPTS): New variable. Use it where appropriate.
319 (ENVADD): New variable to control texi2dvi and texi2pdf.
320
362b9d48
GM
3212011-01-15 Chong Yidong <cyd@stupidchicken.com>
322
323 * files.texi (Directory Names): Move directory-abbrev-alist doc to
324 Emacs manual.
325
3262011-01-15 Eli Zaretskii <eliz@gnu.org>
327
328 * files.texi (Directory Names): Explain why FROM in
329 directory-abbrev-alist should begin with \`. (Bug#7777)
330
3fa173b4
SM
3312011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
334
7c420169 3352011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
336
337 * modes.texi (Emulating Mode Line): Fix last change.
338
7c420169 3392011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
340
341 * modes.texi (Emulating Mode Line): Update documentation of
342 format-mode-line according to changes that fixed bug #7587.
343
80b33766
SM
3442010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * modes.texi (Derived Modes): Mention prog-mode.
347
348 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
349 of the key-binding-data cache since we don't use it any more.
350
f49d1f52 3512010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 352
4bb49a92
EZ
353 * processes.texi (Shell Arguments):
354 * strings.texi (Creating Strings): Don't mention "shell commands";
355 make it explicit that `split-string-and-unquote' and
356 `combine-and-quote-strings' are mainly for working with arguments
357 to call-process and start-process.
358
3c73e30e
EZ
359 * processes.texi (Shell Arguments): Fix documentation of
360 `split-string-and-unquote'. Add indexing. (Bug#7563)
361
f49d1f52 3622010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
363
364 * modes.texi (Auto-Indentation): New section to document SMIE.
365 (Major Mode Conventions):
366 * text.texi (Mode-Specific Indent): Refer to it.
367
f49d1f52 3682010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
369
370 * display.texi (Other Display Specs): Document left-fringe and
371 right-fringe display specs.
372
f49d1f52 3732010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
374
375 * backups.texi (Making Backups):
376 * modes.texi (Example Major Modes): Use recommended coding style.
377 (Major Mode Basics, Derived Modes): Encourge more strongly use of
378 define-derived-mode. Mention completion-at-point-functions.
379
f49d1f52 3802010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 381
5dcb4c4e
SM
382 * nonascii.texi (Converting Representations):
383 Document byte-to-string.
e1115396 384
ec1b9b17
GM
3852010-12-08 Glenn Morris <rgm@gnu.org>
386
387 * buffers.texi (Modification Time):
388 verify-visited-file-modtime now defaults to the current buffer.
389
07976ae3 3902010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 391
ec1b9b17 392 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
393
394 * strings.texi (Creating Strings): Don't mention semi-obsolete
395 function char-to-string.
396 (String Conversion): Shorten discussion of semi-obsolete function
397 string-to-char. Link to Converting Representations.
398
399 * objects.texi (Symbol Type):
400 * text.texi (Near Point):
401 * help.texi (Help Functions):
402 * functions.texi (Mapping Functions): Use string instead of
403 char-to-string in examples.
404
07976ae3 4052010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
406
407 * text.texi (Kill Functions, Kill Functions)
408 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
409 YANK-HANDLER args.
410
411 * symbols.texi (Creating Symbols): Using unintern without an
412 obarray arg is now obsolete.
413
414 * numbers.texi (Float Basics): Document float-e and float-pi.
415
416 * variables.texi (Defining Variables): Change "pi" example to
417 "float-pi".
418
8547874a
EZ
4192010-11-26 Eli Zaretskii <eliz@gnu.org>
420
421 * commands.texi (Click Events): Document the values of X, Y and
422 COL, ROW in the event's position, when the click is on the header
423 or mode line, on the fringes, or in the margins.
424
4a47c275 4252010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 426
5b05d75b
EZ
427 * customize.texi (Composite Types): Lower-case index entry.
428
5dcb4c4e
SM
429 * loading.texi (How Programs Do Loading):
430 Document load-file-name. (Bug#7346)
c7926fe2 431
4a47c275 4322010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
433
434 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
435
0eb025fb
EZ
4362010-11-13 Eli Zaretskii <eliz@gnu.org>
437
438 * display.texi (Usual Display): Characters with no fonts are not
439 necessarily displayed as empty boxes.
440
2699a554 4412010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
442
443 * maps.texi (Standard Keymaps): Update File menu description.
444
8289f37b
GM
4452010-10-28 Glenn Morris <rgm@gnu.org>
446
447 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
448
5793a7bc 4492010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
450
451 * display.texi (Window Systems): Deprecate use of window-system as
452 a predicate.
453
17284e30
GM
4542010-10-23 Glenn Morris <rgm@gnu.org>
455
456 * help.texi (Documentation Basics): Remove mentions of digest-doc and
457 sorted-doc.
458
00f113eb
JB
4592010-10-15 Eli Zaretskii <eliz@gnu.org>
460
461 * os.texi (Dynamic Libraries): New node, with slightly modified
462 text deleted from "Image Formats".
463 (System Interface): Add @menu entry for "Dynamic Libraries".
464
465 * display.texi (Image Formats): Remove description of
466 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
467
07277eb8
GM
4682010-10-12 Glenn Morris <rgm@gnu.org>
469
470 * book-spine.texinfo: Rename to book-spine.texi.
471
c12e4a81
GM
4722010-10-11 Glenn Morris <rgm@gnu.org>
473
df187c62
GM
474 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
475
c12e4a81 476 * Makefile.in (DVIPS): New variable.
234db610
GM
477 (.PHONY): Add html, ps.
478 (html, elisp.html, ps, elisp.ps): New targets.
479 (clean): Delete html, ps files.
480 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 481
6513b232
EZ
4822010-10-09 Eli Zaretskii <eliz@gnu.org>
483
484 * makefile.w32-in (emacsdir): New variable.
485 (srcs): Add emacsver.texi.
486 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
487
abd40fb4
GM
4882010-10-09 Glenn Morris <rgm@gnu.org>
489
c1dc72b3
GM
490 * Makefile.in (VPATH): Remove.
491 (infodir): Make it absolute.
492 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
493
4393405b
GM
494 * Makefile.in (dist): Anchor regexps.
495
eef3ab94
GM
496 * Makefile.in (srcs): Put elisp.texi first.
497 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
498
aa9db089
GM
499 * Makefile.in (infoclean): Remove harmless, long-standing error.
500
abd40fb4
GM
501 * Makefile.in ($(infodir)): Delete rule.
502 (mkinfodir): New.
503 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
504
68db69ed 505 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 506 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 507
ea274122
GM
5082010-10-09 Glenn Morris <rgm@gnu.org>
509
f7a31f11
GM
510 * Makefile.in (emacsdir): New variable.
511 (MAKEINFO): Add -I $emacsdir.
512 (dist): Copy emacsver.texi.
b13254e7
GM
513 (srcs): Add emacsver.texi.
514
f7a31f11
GM
515 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
516 Set EMACSVER by including emacsver.texi.
517
ea274122
GM
518 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
519
17ca7950
GM
5202010-10-07 Glenn Morris <rgm@gnu.org>
521
522 * Makefile.in (version): New, set by configure.
523 (clean): Delete dist tar file.
524 (dist): Use version in tar name.
525
4c83f6e1
GM
5262010-10-06 Glenn Morris <rgm@gnu.org>
527
528 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
529 (INSTALL_INFO): Remove unused variable.
530 (mostlyclean, infoclean, dist): New rules.
531 (clean): Delete dvi and pdf files.
532 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 533 ($(infodir)): Add parallel build workaround.
4c83f6e1 534
0264072d
GM
5352010-10-04 Glenn Morris <rgm@gnu.org>
536
537 * Makefile.in (dvi, pdf, $(infodir)): New targets.
538 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 539 Fix -I typo.
0264072d
GM
540 (clean): No 'make.out' or 'core' files.
541 (.PHONY): Declare clean rules.
542 (maintainer-clean): Delete pdf file. Guard against cd failures.
543
77f38949
GM
5442010-10-03 Glenn Morris <rgm@gnu.org>
545
546 * files.texi (File Name Components): Remove ignored section about
547 deleted variable directory-sep-char.
548
178fdd41
MA
5492010-10-03 Michael Albinus <michael.albinus@gmx.de>
550
551 * files.texi (Magic File Names): New defopt
552 remote-file-name-inhibit-cache.
553
9c524fcb
GM
5542010-10-02 Glenn Morris <rgm@gnu.org>
555
556 * os.texi (Killing Emacs): Hook now runs in batch mode.
557
f816790b
SM
5582010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * text.texi (Special Properties): Clarify when modification-hooks run.
561
7cf78aac
SM
5622010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * syntax.texi (Syntax Flags): Document new `c' flag.
565
ca0d44e4
GM
5662010-09-09 Glenn Morris <rgm@gnu.org>
567
568 * display.texi (ImageMagick Images): General cleanup.
569
10999305 5702010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
571
572 * files.texi (Directory Names): Use \` rather than ^.
573
45240125
JD
5742010-09-02 Jan Djärv <jan.h.d@swipnet.se>
575
576 * text.texi (Low-Level Kill Ring):
577 * frames.texi (Window System Selections): Remove cut buffer
578 documentation.
579
4abe5bf6
EZ
5802010-08-28 Eli Zaretskii <eliz@gnu.org>
581
582 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
583 Parameters", where the default fringe width is described.
584
585 * frames.texi (Window Frame Parameters, Basic Parameters)
586 (Position Parameters, Layout Parameters, Management Parameters)
587 (Cursor Parameters, Font and Color Parameters): Add indexing for
588 frame parameters. (Bug#6929)
589
fdc76236
TT
5902010-08-25 Tom Tromey <tromey@redhat.com>
591
592 * vol2.texi (Top): Update.
593 * vol1.texi (Top): Update.
594 * tips.texi (Library Headers): Mention Package-Version and
595 Package-Requires.
596 * package.texi: New file.
597 * os.texi (System Interface): Update pointers.
598 * elisp.texi (Top): Link to new nodes. Include package.texi.
599 * anti.texi (Antinews): Update pointers.
600
1e5c1c80
EZ
6012010-08-25 Eli Zaretskii <eliz@gnu.org>
602
603 * processes.texi (Filter Functions): Fix last change.
604
78e33835
CY
6052010-08-24 Markus Triska <triska@gmx.at>
606
607 * processes.texi (Filter Functions): Use `buffer-live-p' instead
608 of `buffer-name' in the main text as well as in the example
609 (Bug#3098).
610
198a7a97
CY
6112010-08-22 Chong Yidong <cyd@stupidchicken.com>
612
613 * nonascii.texi (Text Representations):
614 * loading.texi (Loading Non-ASCII):
615 * compile.texi (Byte Compilation): Don't mention obsolete
616 --unibyte command-line argument.
617
bc7d7ea6
CY
6182010-08-22 Chong Yidong <cyd@stupidchicken.com>
619
620 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
621
b0126eac 6222010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
623
624 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
625
e8a6cc19
EZ
6262010-08-20 Eli Zaretskii <eliz@gnu.org>
627
628 * commands.texi (Misc Events): Add cross-references to where
629 POSITION of a mouse event is described in detail.
630
7815fe19 6312010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
632
633 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
634
7815fe19 6352010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
636
637 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
638 Suggested by Štěpán Němec <stepnem@gmail.com>.
639
7815fe19 6402010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
641
642 * minibuf.texi (High-Level Completion): Document args of
643 `read-buffer-function' (bug#5625).
644
8b2dd508
JD
6452010-07-29 Jan Djärv <jan.h.d@swipnet.se>
646
647 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
648
bace45fe
MA
6492010-07-29 Michael Albinus <michael.albinus@gmx.de>
650
651 * processes.texi (Process Information): Explain process property
652 `remote-tty'.
653
4ce5a4cc
JB
6542010-07-27 Juanma Barranquero <lekktu@gmail.com>
655
656 * modes.texi (Defining Minor Modes): Use C-delete in examples,
657 instead of "\C-\^?" (bug#6334).
658
1c84bc7a
JB
659 * text.texi (Special Properties): Fix typo.
660
b88746ba
EZ
6612010-07-09 Eli Zaretskii <eliz@gnu.org>
662
663 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
664 calling sequences, which are now the standard.
665
51422d6d
CY
6662010-06-24 Chong Yidong <cyd@stupidchicken.com>
667
668 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
669
670 * commands.texi (Command Overview): Mention undo-boundary call.
671
d24880de
GM
6722010-06-23 Glenn Morris <rgm@gnu.org>
673
674 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
675 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
676 * frames.texi, functions.texi, internals.texi, keymaps.texi:
677 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
678 * searching.texi, sequences.texi, strings.texi, syntax.texi:
679 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
680 Untabify Texinfo files.
681
0fc76035
CY
6822010-06-20 Chong Yidong <cyd@stupidchicken.com>
683
684 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
685
5338dc0b
CY
6862010-06-19 Chong Yidong <cyd@stupidchicken.com>
687
a628ad9d 688 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 689
2c3a3c1d
CY
6902010-06-02 Chong Yidong <cyd@stupidchicken.com>
691
ba3bf1d9
CY
692 * searching.texi (Regexp Special): Remove obsolete information
693 about matching non-ASCII characters, and suggest using char
694 classes (Bug#6283).
2c3a3c1d 695
7f4b4249
JB
6962010-05-30 Juanma Barranquero <lekktu@gmail.com>
697
698 * minibuf.texi (Basic Completion): Add missing "@end defun".
699
637821cd
SM
7002010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * minibuf.texi (Basic Completion): Document completion-boundaries.
703 (Programmed Completion): Document the new fourth method for boundaries.
704
e13051c3
CY
7052010-05-22 Chong Yidong <cyd@stupidchicken.com>
706
a628ad9d 707 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 708
0235128c 7092010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
710
711 * windows.texi (Textual Scrolling):
712 * tips.texi (Coding Conventions):
713 * minibuf.texi (Minibuffer History):
714 * maps.texi (Standard Keymaps):
715 * loading.texi (Where Defined):
716 * edebug.texi (Instrumenting): Fix typos.
717
0235128c 7182010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 719
c7c32279
CY
720 * keymaps.texi (Menu Bar): Document :advertised-binding property.
721
0235128c
SM
722 * functions.texi (Obsolete Functions):
723 Document set-advertised-calling-convention.
eb5ed549
CY
724
725 * minibuf.texi (Basic Completion): Document completion-in-region.
726 (Programmed Completion): Document completion-annotate-function.
727
728 * commands.texi (Reading One Event): Document read-key.
729 (Distinguish Interactive): Document KIND arg to
730 called-interactively-p. Delete obsolete interactive-p.
731
732 * elisp.texi (Top): Update node description.
733
f8848423
EZ
7342010-05-08 Eli Zaretskii <eliz@gnu.org>
735
0235128c
SM
736 * nonascii.texi (Character Properties):
737 Document unicode-category-table. Add an index entry for Unicode
738 general category.
739
7402010-05-07 Chong Yidong <cyd@stupidchicken.com>
741
742 * Version 23.2 released.
f8848423 743
938efb77
JB
7442010-04-20 Juanma Barranquero <lekktu@gmail.com>
745
746 * locals.texi (Standard Buffer-Local Variables):
747 Remove @ignore'd reference to `direction-reversed'.
748
5854c267
JL
7492010-04-14 Juri Linkov <juri@jurta.org>
750
751 Fix @deffn without category.
752
753 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
754 for `abbrev-insert'.
755
756 * buffers.texi (Indirect Buffers): Add category `Command'
757 to @deffn of `clone-indirect-buffer'.
758
759 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
760 for `next-window' and `previous-window'. Add category `Command'
761 to @deffn of `pop-to-buffer'.
762
8a14dec7
CY
7632010-04-01 Chong Yidong <cyd@stupidchicken.com>
764
765 * nonascii.texi (Text Representations): Don't mark
766 enable-multibyte-characters as a user option.
767
7a1831cf
EZ
7682010-03-31 Eli Zaretskii <eliz@gnu.org>
769
770 * control.texi (Handling Errors): How to re-throw a signal caught
771 by condition-case.
772
c3863713
CY
7732010-03-26 Chong Yidong <cyd@stupidchicken.com>
774
775 * loading.texi (Hooks for Loading): Document after-load-functions.
776 Copyedits.
777
c333f279
AM
7782010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
779
780 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
781
e867cb5d 7822010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
783
784 * processes.texi (Network Processes): Document seqpacket type.
785
605f35cd
DN
7862010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
787
788 * os.texi (System Environment): Do not mention lynxos.
789
288f9fc0
CY
7902010-03-10 Chong Yidong <cyd@stupidchicken.com>
791
792 * Branch for 23.2.
793
eed5c93a
CY
7942010-03-06 Chong Yidong <cyd@stupidchicken.com>
795
796 * objects.texi (Integer Type): Take note of the read syntax
797 exception for numbers that cannot fit in the integer type.
798
1ddd6622
GM
7992010-03-03 Glenn Morris <rgm@gnu.org>
800
801 * numbers.texi (Integer Basics, Bitwise Operations):
802 * objects.texi (Integer Type): Update for integers now being 30-bit.
803
a908c79a
CY
8042010-02-27 Chong Yidong <cyd@stupidchicken.com>
805
806 * display.texi (Low-Level Font): Document :otf font-spec property.
807
cd61af01
SM
8082010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * display.texi (Line Height): Avoid obsolete special default variables
811 like default-major-mode.
812
c02f8fe2
AM
8132010-01-28 Alan Mackenzie <acm@muc.de>
814
815 * display.texi (Auto Faces): Say fontification-functions is called
816 whether or not Font Lock is enabled. Tidy up the wording a bit.
817
d738d18b
CY
8182010-01-17 Chong Yidong <cyd@stupidchicken.com>
819
820 * elisp.texi: Remove duplicate edition information (Bug#5407).
821
4963739e
JB
8222010-01-17 Juanma Barranquero <lekktu@gmail.com>
823
824 * two.el (volume-header-toc-markup): Fix typos in docstring.
825
c57008f6
SM
8262010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 Avoid dubious uses of save-excursions.
829 * positions.texi (Excursions): Recommend the use of
830 save-current-buffer if applicable.
831 * text.texi (Clickable Text): Fix the example code which used
832 save-excursion in a naive way which sometimes preserves point and
833 sometimes not.
834 * variables.texi (Creating Buffer-Local):
835 * os.texi (Session Management):
836 * display.texi (GIF Images):
837 * control.texi (Cleanups): Use (save|with)-current-buffer.
838
2f3725cd
EZ
8392010-01-02 Eli Zaretskii <eliz@gnu.org>
840
841 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
842
85eeac93
CY
8432010-01-02 Chong Yidong <cyd@stupidchicken.com>
844
845 * nonascii.texi (Text Representations, Character Codes)
846 (Converting Representations, Explicit Encoding)
847 (Translation of Characters): Use hex notation consistently.
848 (Character Sets): Fix map-charset-chars doc (Bug#5197).
849
4801c5fa
CY
8502010-01-01 Chong Yidong <cyd@stupidchicken.com>
851
852 * loading.texi (Where Defined): Make it clearer that these are
853 loaded files (Bug#5068).
854
26e533e2
CY
8552009-12-29 Chong Yidong <cyd@stupidchicken.com>
856
857 * minibuf.texi (Completion Styles): Document `initials' style.
858
16d1ff5f
CY
8592009-12-25 Chong Yidong <cyd@stupidchicken.com>
860
861 * frames.texi (Resources): Describe inhibit-x-resources.
862 (Size Parameters): Copyedit.
863
864 * hash.texi (Creating Hash):
865 * objects.texi (Hash Table Type): Document the new hash table
866 printed representation.
867
868 * minibuf.texi (Basic Completion): 4th arg to all-completions is
869 obsolete.
870
5dcb4c4e
SM
871 * processes.texi (Process Buffers):
872 Document process-kill-buffer-query-function.
16d1ff5f 873
9a5de3d9
GM
8742009-12-05 Glenn Morris <rgm@gnu.org>
875
876 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
877 diary-display-function, and no longer recommended to be a hook.
878 Update for changes in the names of calendar and diary hooks.
879 diary-print-entries-hook has changed section.
880
b640eb52
EZ
8812009-11-28 Eli Zaretskii <eliz@gnu.org>
882
883 * text.texi (Special Properties): More accurate description of
884 what the `cursor' property does.
885
be1674ab
KR
8862009-11-26 Kevin Ryde <user42@zip.com.au>
887
888 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
889 mouse-wheel-down-event, the closest thing to a definition for them.
890 * os.texi (Startup Summary): vindex inhibit-startup-message and
891 inhibit-splash-screen.
892 (Command-Line Arguments): vindex argv.
893 (Suspending Emacs): vindex suspend-tty-functions and
894 resume-tty-functions. Don't want to index every hook, but having
895 the programming ones is helpful.
896
603f5979
CY
8972009-11-14 Chong Yidong <cyd@stupidchicken.com>
898
899 * commands.texi (Motion Events): Fix typo (Bug#4907).
900
4359a806
CY
9012009-11-08 Chong Yidong <cyd@stupidchicken.com>
902
903 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
904 are affected by case-fold-search (Bug#4483).
905
0f063651
CY
9062009-11-02 Chong Yidong <cyd@stupidchicken.com>
907
908 * minibuf.texi (Reading File Names): Note that read-file-name may
909 use a graphical file dialog.
910
9bd79893
GM
9112009-10-31 Glenn Morris <rgm@gnu.org>
912
913 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
914
ebe479ec
KR
9152009-10-16 Kevin Ryde <user42@zip.com.au>
916
917 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
918 in particular so `info-lookup-symbol' can find its docs.
919
2640fa86
CY
9202009-10-16 Chong Yidong <cyd@stupidchicken.com>
921
922 * variables.texi (Constant Variables): Distinguish from defconst
923 variables.
924 (Defining Variables): Add cindex.
925
edd6a733
CY
9262009-10-15 Chong Yidong <cyd@stupidchicken.com>
927
928 * os.texi (Time of Day): Clarify that the microsecond part is
929 ignored (Bug#4637).
930
5feb0b73
GM
9312009-10-11 Glenn Morris <rgm@gnu.org>
932
933 * frames.texi (Size and Position): Clarify what is included in the frame
934 height. (Bug#4535)
935
0c5413c8
GM
9362009-10-10 Glenn Morris <rgm@gnu.org>
937
938 * windows.texi (Size of Window): The relationship between window and
939 frame heights is not so simple. (Bug#4535)
940 Mention window-full-height-p.
941
7f8b600a
SM
9422009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
945 used from Lisp.
946
6185de1c
EZ
9472009-10-07 Eli Zaretskii <eliz@gnu.org>
948
7f8b600a
SM
949 * files.texi (Directory Names) <abbreviate-file-name>:
950 Document that root home directories are not replaced with "~".
6185de1c 951
9972911f
EZ
9522009-10-06 Eli Zaretskii <eliz@gnu.org>
953
954 * text.texi (Special Properties): Document the meaning of the
955 `cursor' text property whose value is an integer.
956
2a3f19ef
MA
9572009-10-05 Michael Albinus <michael.albinus@gmx.de>
958
959 * files.texi (Magic File Names): Add `copy-directory'.
960
804543b5
EZ
9612009-10-05 Eli Zaretskii <eliz@gnu.org>
962
963 * files.texi (File Attributes): Fix description of file
964 attributes. (Bug#4638) Update attributes of files.texi example to
965 be more representative.
966
461bf92b
MA
9672009-10-05 Michael Albinus <michael.albinus@gmx.de>
968
969 * files.texi (Create/Delete Dirs): New command copy-directory.
970
a86cd395
JB
9712009-10-04 Juanma Barranquero <lekktu@gmail.com>
972
973 * anti.texi (Antinews):
974 * macros.texi (Indenting Macros):
975 * strings.texi (Creating Strings, Case Conversion):
976 Remove duplicate words.
977
d3080264
MA
9782009-10-01 Michael Albinus <michael.albinus@gmx.de>
979
980 * files.texi (Create/Delete Dirs): delete-directory has an
981 optional parameter RECURSIVE.
982
85d14563
SM
9832009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * buffers.texi (Swapping Text): Minor clarification.
986
3d9842c6
GM
9872009-10-01 Glenn Morris <rgm@gnu.org>
988
989 * functions.texi (Declaring Functions): Mention that we also search for
990 ".m" files in the src/ directory.
991
78427304
CY
9922009-09-25 David Engster <deng@randomsample.de>
993
3d9842c6 994 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 995
b578c9cc
GM
9962009-09-22 Glenn Morris <rgm@gnu.org>
997
998 * internals.texi (Building Emacs): Mention preloaded-file-list.
999
beee5da7
AM
10002009-09-14 Alan Mackenzie <acm@muc.de>
1001
1002 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1003
5d6ab672
CY
10042009-09-13 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * functions.texi (Anonymous Functions): Rearrange discussion,
1007 giving usage of unquoted lambda forms first. Mention that
1008 `function' and `#'' are no longer required (Bug#4290).
1009
59375eeb
AM
10102009-09-11 Alan Mackenzie <acm@muc.de>
1011
a86cd395 1012 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1013 batch mode.
1014
e7e2f529
GM
10152009-09-01 Glenn Morris <rgm@gnu.org>
1016
1017 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1018
eae47088
GM
10192009-08-26 Ulrich Mueller <ulm@gentoo.org>
1020
1021 * nonascii.texi (Character Codes): Fix typos.
1022
3691a0a6
MA
10232009-08-25 Michael Albinus <michael.albinus@gmx.de>
1024
1025 * processes.texi (Synchronous Processes): New defvar
1026 process-file-side-effects.
1027
664d56b8
GM
10282009-08-25 Glenn Morris <rgm@gnu.org>
1029
1030 * display.texi (Fontsets): Fix typo.
1031
0706c025
GM
1032 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1033
03a74b84
SM
10342009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * processes.texi (Asynchronous Processes): Adjust arglist of
1037 start-process-shell-command and start-file-process-shell-command.
1038
f6de8a37
CY
10392009-08-15 Chong Yidong <cyd@stupidchicken.com>
1040
4b1ed1bb
CY
1041 * advice.texi (Argument Access in Advice): Note that argument
1042 positions are zero-based (Bug#3932).
1043
89a9e058
CY
1044 * commands.texi (Distinguish Interactive): Minor copyedit.
1045
23696fd7
CY
1046 * display.texi (Face Attributes): Add xref to Displaying Faces for
1047 explanation of "underlying face".
1048
f6de8a37
CY
1049 * customize.texi (Common Keywords): Add xref to Loading.
1050
1051 * loading.texi (How Programs Do Loading): Add xref to Lisp
1052 Libraries node in the Emacs manual.
1053
417f77e6
CY
10542009-08-13 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1057
0999039c
CY
10582009-07-18 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * processes.texi (Shell Arguments): Copyedits.
1061
9af167bc
GM
10622009-07-18 Glenn Morris <rgm@gnu.org>
1063
1064 * loading.texi (Repeated Loading): Fix typo.
1065
137987ab
RS
10662009-07-16 Richard Stallman <rms@gnu.org>
1067
1068 * buffers.texi (Swapping Text): Recommend setting
1069 write-region-annotate-functions and buffer-saved-size.
1070
1071 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1072
622fa380
GM
10732009-07-15 Glenn Morris <rgm@gnu.org>
1074
1075 * edebug.texi: Minor re-phrasings throughout.
1076 (Edebug Execution Modes): Sit-for affects continue mode too.
1077 (Jumping): Use `forward-sexp' rather than its keybinding.
1078 (Edebug Misc): Fix Q binding.
1079 (Edebug Eval): Remove cl version.
1080 (Printing in Edebug): Clarify print-length etc.
1081 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1082 (Specification List): Remove edebug-unwrap findex entry.
1083 (Specification Examples): defmacro is actually not the same as defun.
1084 Escape "`" in example.
1085
6bbd4600
CY
10862009-07-15 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * markers.texi (The Mark): Document optional arg to
1089 deactivate-mark.
1090
e538d479
GM
10912009-07-11 Kevin Ryde <user42@zip.com.au>
1092
1093 * hooks.texi (Standard Hooks): Fix cross-references.
1094
4c98b9ed
GM
1095 * loading.texi (Named Features): Refer to eval-after-load.
1096
5300838c
GM
10972009-07-11 Glenn Morris <rgm@gnu.org>
1098
64fbeb16
GM
1099 * Makefile.in (TEXI2PDF): New.
1100 (elisp.pdf): New target.
1101
4c98b9ed
GM
1102 * searching.texi (Regexp Backslash): Fix typo.
1103
1104 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1105
51d9979c
GM
11062009-07-10 Glenn Morris <rgm@gnu.org>
1107
561c0216
GM
1108 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1109
5b594a58
GM
1110 * customize.texi (Customization Types):
1111 * display.texi (Abstract Display):
0cc8c85a 1112 * objects.texi (Character Type, String Type):
5b594a58 1113 Merge in some menu descriptions from elisp.texi.
51d9979c 1114
c3cbbb40
GM
1115 * hash.texi (Hash Tables):
1116 * modes.texi (Multiline Font Lock):
1117 End menu description with period.
fe42c16a 1118
28528402
GM
11192009-07-09 Glenn Morris <rgm@gnu.org>
1120
1121 * back.texi: Don't hard-code texinfo location.
1122
1123 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1124 (tex): Add texinfodir to TEXINPUTS.
1125 (elisp1med-init, elisp2med-init): Use texinfodir.
1126
1127 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1128 (clean): Add two-volume.make intermediate files.
1129
1130 * elisp.texi, vol1.texi, vol2.texi:
1131 Use a DATE variable with the publication date, and update it.
1132 Fix antinews menu description.
1133
1134 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1135 Update the detailed node listing to match elisp.texi.
1136
1137 * README: Update edition to match elisp.texi.
1138
1139 * objects.texi (General Escape Syntax):
1140 * nonascii.texi (Character Sets):
1141 Use consistent case for "Unicode Standard".
1142
1143 * anti.texi (Antinews):
1144 * customize.texi (Variable Definitions):
1145 * functions.texi (Declaring Functions):
1146 * nonascii.texi (Character Properties):
1147 * processes.texi (Serial Ports):
1148 * text.texi (Special Properties):
1149 * tips.texi (Coding Conventions):
1150 Minor rearrangements to improve TeX line-filling.
1151
1152 * commands.texi (Using Interactive): Fix cross-reference.
1153
17db8e10
JD
11542009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1155
1156 * frames.texi (Management Parameters): Mention sticky.
1157
77c7e2e1
AS
11582009-07-01 Andreas Schwab <aschwab@redhat.com>
1159
1160 * help.texi (Help Functions): Fix description of help-buffer and
1161 help-setup-xref to use @defun instead of @deffn.
1162
3f1c6666
JD
11632009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1164
1165 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1166
ca27c21b
CY
11672009-06-24 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * display.texi (Window Systems): Add ns to the list.
1170
70243478
CY
11712009-06-21 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * Branch for 23.1.
1174
df006536
MR
11752009-06-17 Martin Rudalics <rudalics@gmx.at>
1176
1177 * windows.texi (Dedicated Windows): Fix typo.
1178 (Resizing Windows): Replace @defun by @deffn.
1179
d259fc4b
GM
11802009-06-17 Glenn Morris <rgm@gnu.org>
1181
1182 * variables.texi (Directory Local Variables):
1183 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1184
30781db6
KH
11852009-06-09 Kenichi Handa <handa@m17n.org>
1186
1187 * nonascii.texi (Character Sets): State clearly that FROM and TO
1188 are codepoints of CHARSET.
1189
62e8099c
CY
11902009-06-07 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * minibuf.texi (Reading File Names): Fix introductory text.
1193 Suggested by stan@derbycityprints.com.
1194 (High-Level Completion): Fix typo.
1195
ee1b1917
CY
11962009-05-28 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * frames.texi (Text Terminal Colors): Multi-tty is already
1199 implemented, but tty-local colors are not.
1200
5df647e8
CY
12012009-05-27 Chong Yidong <cyd@stupidchicken.com>
1202
1203 * hooks.texi (Standard Hooks): Remove mention of obsolete
1204 redisplay-end-trigger-functions.
1205
1206 * internals.texi (Window Internals): Remove mention of obsolete
1207 redisplay-end-trigger-functions.
1208
01f17ae2
MR
12092009-05-21 Martin Rudalics <rudalics@gmx.at>
1210
1211 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1212
1213 * backups.texi (Making Backups): backup-directory-alist and
1214 make-backup-file-name-function are options.
1215 (Auto-Saving): auto-save-list-file-prefix is an option.
1216
1217 * buffers.texi (Killing Buffers): buffer-offer-save is an
1218 option.
1219
1220 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1221 option.
1222 (Echo Area Customization): echo-keystrokes is an option.
1223 (Selective Display): selective-display-ellipses is an option.
1224 (Temporary Displays): temp-buffer-show-function is an option.
1225 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1226 are options.
1227 (Font Selection): face-font-family-alternatives,
1228 face-font-selection-order, face-font-registry-alternatives, and
1229 scalable-fonts-allowed are options.
1230 (Fringe Indicators): indicate-buffer-boundaries is an option.
1231 (Fringe Cursors): overflow-newline-into-fringe is an option.
1232 (Scroll Bars): scroll-bar-mode is an option.
1233
1234 * eval.texi (Eval): max-lisp-eval-depth is an option.
1235
1236 * files.texi (Visiting Functions): find-file-hook is an option.
1237 (Directory Names): directory-abbrev-alist is an option.
1238 (Unique File Names): temporary-file-directory and
1239 small-temporary-file-directory are options.
1240
1241 * frames.texi (Initial Parameters): initial-frame-alist,
1242 minibuffer-frame-alist and default-frame-alist are options.
1243 (Cursor Parameters): blink-cursor-alist and
1244 cursor-in-non-selected-windows ar options.
1245 (Window System Selections): selection-coding-system is an
1246 option.
1247 (Display Feature Testing): display-mm-dimensions-alist is an
1248 option.
1249
1250 * help.texi (Help Functions): help-char and help-event-list are
1251 options.
1252
1253 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1254 an option.
1255
1256 * minibuf.texi (Minibuffer History): history-length and
1257 history-delete-duplicates are options.
1258 (High-Level Completion): read-buffer-function and
1259 read-buffer-completion-ignore-case are options.
1260 (Reading File Names): read-file-name-completion-ignore-case is
1261 an option.
1262
1263 * modes.texi (Mode Line Top): mode-line-format is an option.
1264 (Mode Line Variables): mode-line-position and mode-line-modes
1265 are options.
1266
1267 * nonascii.texi (Text Representations):
1268 enable-multibyte-characters is an option.
1269 (Default Coding Systems): auto-coding-regexp-alist,
1270 file-coding-system-alist, auto-coding-alist and
1271 auto-coding-functions are options.
1272 (Specifying Coding Systems): inhibit-eol-conversion is an
1273 option.
1274
1275 * os.texi (Init File): site-run-file is an option.
1276 (System Environment): mail-host-address is an option.
1277 (User Identification): user-mail-address is an option.
1278 (Terminal Output): baud-rate is an option.
1279
1280 * positions.texi (Word Motion): words-include-escapes is an
1281 option.
1282
1283 * searching.texi (Standard Regexps): page-delimiter,
1284 paragraph-separate, paragraph-separate and sentence-end are
1285 options.
1286
1287 * text.texi (Margins): left-margin and fill-nobreak-predicate
1288 are options.
1289
1290 * variables.texi (Local Variables): max-specpdl-size is an
1291 option.
1292
1293 * windows.texi (Choosing Window):
1294 split-window-preferred-function, special-display-function and
1295 display-buffer-function are options.
1296
106e6894
CY
12972009-05-20 Chong Yidong <cyd@stupidchicken.com>
1298
4a83454d
CY
1299 Fix errors spotted by Martin Rudalics.
1300
106e6894
CY
1301 * syntax.texi (Position Parse): Document rationale for ignored
1302 arguments to syntax-ppss-flush-cache.
1303
1304 * processes.texi (Input to Processes): Mark PROCESS arg to
1305 process-running-child-p as optional.
1306 (Network Options): Document NO-ERROR arg to
1307 set-network-process-option.
1308
1309 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1310 command.
1311
1312 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1313 posix-search-backward as commands.
1314
1315 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1316 (Suspending Emacs): Mark suspend-emacs as a command.
1317 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1318 commands.
5dcb4c4e
SM
1319 (Terminal Output): Remove obsolete function baud-rate.
1320 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1321
1322 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1323 terminal-coding-system and set-terminal-coding-system.
1324 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1325 as optional.
1326 (Character Sets): Document RESTRICTION arg of char-charset.
1327 (Character Codes): Mark POS argument to get-byte as optional.
1328
1329 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1330 minibuffer-message.
1331
1332 * files.texi (Create/Delete Dirs): Mark make-directory and
1333 delete-directory as commands.
1334
1335 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1336
1337 * text.texi (Base 64): Mark base64-decode-string and
1338 base64-encode-string as commands.
1339 (Columns): Mark move-to-column as a command.
1340 (Mode-Specific Indent): Document RIGID arg to
1341 indent-for-tab-command.
1342 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1343 Mark indent-code-rigidly as a command.
1344 (Substitution): Mark translate-region as a command.
1345
1346 * frames.texi (Size and Position): Remove obsolete functions
1347 screen-height and screen-width.
1348
04173931
CY
13492009-05-19 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1352 (Displaying Buffers, Resizing Windows): Correct mistakes;
1353 next-window, previous-window, and pop-to-buffer are not commands,
1354 and fit-window-to-buffer" is a command. (Pointed out by Martin
1355 Rudalics.)
1356
eae7d8f8
RS
13572009-05-17 Richard M Stallman <rms@gnu.org>
1358
1359 * modes.texi (Precalculated Fontification): Clarify text.
1360
b8766179
MR
13612009-05-17 Martin Rudalics <rudalics@gmx.at>
1362
1363 * windows.texi (Selecting Windows): Clarify descriptions of
1364 with-selected-window and get-lru-window.
1365 (Cyclic Window Ordering): Refer to particular frame when talking
1366 about how splitting affects the ordering.
1367 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1368 switch-to-buffer-other-window. Explain how setting of
1369 display-buffer-reuse-frames affects pop-to-buffer.
1370 (Choosing Window): Clarify some details in descriptions of
1371 display-buffer-reuse-frames, pop-up-frames, and
1372 pop-up-frame-function.
1373 (Dedicated Windows): Clarify some details.
1374 (Textual Scrolling): Replace term vscroll by term vertical
1375 scroll position.
1376 (Vertical Scrolling): Fix typo.
1377 (Window Hooks): Relate text on jit-lock-register to window
1378 scrolling and size changes.
1379
734b5e3b
CY
13802009-05-14 Chong Yidong <cyd@stupidchicken.com>
1381
0a65633e
CY
1382 * frames.texi (Initial Parameters): Clarify what the initial
1383 minibuffer frame is.
05be46d7
CY
1384 (Buffer Parameters): Note that the minibuffer parameter can not be
1385 altered.
0a65633e 1386
734b5e3b
CY
1387 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1388 Document display-buffer changes.
1389
925672cd
CY
13902009-05-13 Chong Yidong <cyd@stupidchicken.com>
1391
17ecd7af
CY
1392 * anti.texi (Antinews): Rewrite for Emacs 22.
1393
925672cd
CY
1394 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1395 obarrays are first mentioned. Define "system abbrev" more
1396 prominently, and add it to the index.
1397 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1398 Copyedits.
1399 (Abbrev Expansion): Document abbrev-insert.
1400
80be4dd7
CY
14012009-05-12 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * frames.texi (Font and Color Parameters): Rename from Color
1404 Parameters. Document font-backend parameter.
1405
1406 * vol2.texi (Top): Update node listing.
1407 * vol1.texi (Top): Update node listing.
1408 * elisp.texi (Top): Update node listing.
1409
372a93ac
MR
14102009-05-11 Martin Rudalics <rudalics@gmx.at>
1411
1412 * windows.texi (Choosing Window): Don't explicitly refer to
1413 split-window-sensibly's window argument in descriptions of
1414 split-height-threshold and split-width-threshold.
1415
714c3541
MR
14162009-05-10 Martin Rudalics <rudalics@gmx.at>
1417
1418 * windows.texi (Choosing Window): Fix rewrite of window
1419 splitting section.
1420
0e90e7be
EZ
14212009-05-09 Eli Zaretskii <eliz@gnu.org>
1422
1423 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1424 find-auto-coding, set-auto-coding, and auto-coding-alist.
1425 Add indexing.
0e90e7be
EZ
1426 (Lisp and Coding Systems): Add index entries.
1427
d3c0c321
MR
14282009-05-09 Martin Rudalics <rudalics@gmx.at>
1429
1430 * windows.texi (Choosing Window): Describe split-window-sensibly
1431 and rewrite section on window splitting accordingly.
1432 (Textual Scrolling): Replace `...' by @code{...}.
1433
c773345a
CY
14342009-05-04 Chong Yidong <cyd@stupidchicken.com>
1435
ee2d5b5e
CY
1436 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1437 Remove obsoleted pre-abbrev-expand-hook.
1438
1439 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1440 entries.
1441
c773345a
CY
1442 * internals.texi (Object Internals): Don't assume 32-bit machines
1443 are the norm.
1444 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1445 (Window Internals): Synch field names to window.h.
1446 (Process Internals): Synch field names to process.h.
c773345a 1447
dd449674
CY
14482009-04-29 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * variables.texi (File Local Variables): Note that read-circle is
1451 bound to nil when reading file-local variables.
1452
1453 * streams.texi (Input Functions): Document read-circle.
1454 (Output Variables): Add xref to Circular Objects.
1455
4f1e25e2
CY
14562009-04-25 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1459 Features and Coding System Basics. Node that "p" stands for
1460 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1461 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1462 mouse-appearance-menu.
1463 (Programming Tips): Add xref to Progress.
1464
dca019f8
CY
14652009-04-22 Chong Yidong <cyd@stupidchicken.com>
1466
5dcb4c4e
SM
1467 * os.texi (Command-Line Arguments):
1468 Document command-line-args-left.
dca019f8
CY
1469 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1470 terminal objects for tty arguments.
1471 (Startup Summary): Add xref to Session Management.
1472 (Session Management): Mention emacs-session-restore. Copyedits.
1473
02a89103
CY
14742009-04-20 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * os.texi (Startup Summary): Copyedits. The init file is not
1477 necessarily named .emacs now. Document initial-buffer-choice and
1478 initial-scratch-message. Note where Emacs exits in batch mode.
1479 Document inhibit-splash-screen as an alias.
1480 (Init File): Be neutral about which init file name to use.
1481
14822009-04-16 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * os.texi (System Interface): Fix Texinfo usage.
1485
0c1cfe01
CY
14862009-04-15 Chong Yidong <cyd@stupidchicken.com>
1487
80d7cdca
CY
1488 * searching.texi (Regexp Backslash): Also refer to shy groups as
1489 non-capturing or unnumbered groups.
1490 (Regexp Functions): Add cross-reference to Regexp Backslash.
1491
0c1cfe01
CY
1492 * display.texi (Truncation): Overlays can use line-prefix and
1493 wrap-prefix too.
1494 (Overlay Properties): Document wrap-prefix and line-prefix.
1495 (Face Attributes): Document underline-minimum-offset.
1496 (Face Remapping): Copyedits.
1497 (Low-Level Font): Copyedits.
1498 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1499 (Line Height): Emphasize that line-spacing only takes effect on
1500 graphical terminals.
0c1cfe01 1501
c4adeee0
CY
15022009-04-13 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * display.texi (Refresh Screen): Note that a passage about screen
1505 refreshing is text terminal only.
1506 (Forcing Redisplay): Delete misleading comment---sit-for calls
1507 redisplay, not the other way around.
1508 (Truncation): Note new values of truncate-partial-width-windows.
1509 Copyedits.
1510 (Invisible Text): Document invisible-p.
1511
b20ecfa1
EZ
15122009-04-11 Eli Zaretskii <eliz@gnu.org>
1513
1514 * display.texi (Overlays): Overlays don't scale well. See
1515 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1516
97d8273f
CY
15172009-04-10 Chong Yidong <cyd@stupidchicken.com>
1518
f147ff75
CY
1519 * syntax.texi (Syntax Table Functions): Document cons cell
1520 argument for modify-syntax-entry.
1521 (Categories): Document cons cell argument for
1522 modify-category-entry.
1523
fca4ec76
CY
1524 * searching.texi (String Search): Document word-search-forward-lax
1525 and word-search-backward-lax.
1526 (Searching and Case): Describe isearch behavior more precisely.
1527
9c283d5b
CY
1528 * keymaps.texi (Tool Bar): Mention that some platforms do not
1529 support multi-line toolbars. Suggested by Stephen Eglen.
1530
1531 * frames.texi (Layout Parameters): Mention that Nextstep also
1532 allows only one tool-bar line. Suggested by Stephen Eglen.
1533
97d8273f
CY
1534 * nonascii.texi (Text Representations): Copyedits.
1535 (Coding System Basics): Also mention utf-8-emacs.
1536 (Converting Representations, Selecting a Representation)
1537 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1538 Copyedits.
1539 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1540
2bad3299
CY
15412009-04-09 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1544 (Filling): Clarify REGION argument of fill-paragraph.
1545 Document fill-forward-paragraph-function.
2bad3299
CY
1546 (Special Properties): Remove "new in Emacs 22" declaration.
1547 (Clickable Text): Merge with Links and Mouse-1 node.
1548
5dcb4c4e
SM
1549 * display.texi (Button Properties, Button Buffer Commands):
1550 Change xref to Clickable Text.
2bad3299
CY
1551
1552 * tips.texi (Key Binding Conventions): Change xref to Clickable
1553 Text.
1554
1555 * elisp.texi (Top): Update node listing.
1556
ea30ce4f
CY
15572009-04-05 Chong Yidong <cyd@stupidchicken.com>
1558
47af2f4b
CY
1559 * markers.texi (The Mark): Copyedits. Improve description of
1560 handle-shift-selection.
1561 (The Region): Move use-region-p here from The Mark.
1562
ea30ce4f
CY
1563 * positions.texi (Screen Lines): Document (cols . lines) argument
1564 for vertical-motion.
1565
2aa8ea6e
CY
15662009-04-04 Chong Yidong <cyd@stupidchicken.com>
1567
3ec61d4e
CY
1568 * frames.texi (Frames): Clean up introduction. Document `ns'
1569 return value for framep.
1570 (Creating Frames): Note how the terminal is chosen.
1571 (Multiple Terminals, Multiple Displays): Merge into a single node.
1572 (Color Parameters): Fix typo.
1573
1574 * variables.texi (Local Variables, Buffer-Local Variables)
1575 (Creating Buffer-Local): Change link to Multiple Terminals.
1576
1577 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1578
1579 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1580 Terminals.
1581
1582 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1583 to Multiple Terminals.
1584
1585 * elisp.texi (Top): Update node listing.
1586 * vol2.texi (Top): Update node listing.
1587 * vol1.texi (Top): Update node listing.
1588
9257072f
CY
1589 * buffers.texi (Current Buffer): Note that the append-to-buffer
1590 example is no longer in synch with the latest code. Tie the two
1591 examples together.
1592
2aa8ea6e
CY
1593 * files.texi (File Attributes): Move note about MS-DOS from
1594 Changing Files to File Attributes.
1595 (Create/Delete Dirs): Note that mkdir is an alias for this.
1596
22e74b17
CY
15972009-04-01 Markus Triska <triska@gmx.at>
1598
1599 * processes.texi (Filter Functions): Suggest how to handle output
1600 batches.
1601
4bbe48ec
CY
16022009-03-30 Chong Yidong <cyd@stupidchicken.com>
1603
1604 * help.texi (Accessing Documentation): Update example to use
1605 help-setup-xref and with-help-window.
1606 (Help Functions): Remove print-help-return-message, which is
1607 semi-obsolete due to with-help-window. Document help-buffer and
1608 help-setup-xref.
1609
b9723f39
CY
16102009-03-29 Chong Yidong <cyd@stupidchicken.com>
1611
5dcb4c4e
SM
1612 * help.texi (Accessing Documentation, Help Functions):
1613 Remove information about long-obsolete Emacs versions.
9eb52e90 1614
b9723f39
CY
1615 * modes.texi (Mode Line Variables): The default values of the mode
1616 line variables are now more complicated.
1617
b0cc32db
CY
16182009-03-28 Chong Yidong <cyd@stupidchicken.com>
1619
3c25a5a9
CY
1620 * modes.texi (Major Mode Conventions): Note that specialness is
1621 inherited.
31c9eebb
CY
1622 (Derived Modes): Note that define-derive-mode sets the mode-class
1623 property.
3c25a5a9 1624
b0cc32db
CY
1625 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1626 goto-map. Add search-map to the list.
1627
c5e0006d
EZ
16282009-03-27 Eli Zaretskii <eliz@gnu.org>
1629
1213465a
EZ
1630 * os.texi (System Environment): Update the list of system-type
1631 values.
1632
c5e0006d
EZ
1633 * markers.texi (The Mark) <handle-shift-selection>: Update for
1634 removal of the optional argument DEACTIVATE.
1635
48bab3d6
CY
16362009-03-25 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * commands.texi (Focus Events): Most X window managers don't use
1639 focus-follows-mouse nowadays.
1640
6e4ff1b6
CY
16412009-03-24 Chong Yidong <cyd@stupidchicken.com>
1642
1643 * commands.texi (Defining Commands): Clarify introduction.
1644 (Using Interactive): Not that interactive can be put in a symbol
1645 property.
1646 (Interactive Call): Note that a symbol with a non-nil
1647 interactive-form property satisfies commandp.
1648
11625308
JB
16492009-03-23 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * minibuf.texi (Intro to Minibuffers): Fix typos.
1652
7b34420d
CY
16532009-03-23 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1656 about minibuffers in old Emacs versions. Copyedits.
1657 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1658 (Text from Minibuffer): Simplify introduction.
1659
f9257eed
AM
16602009-03-22 Alan Mackenzie <acm@muc.de>
1661
1662 * commands.texi (Using Interactive): Clarify string argument to
1663 `interactive' - even promptless elements need \n separators.
1664
f639ba70
CY
16652009-03-18 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * minibuf.texi (Completion Styles): New node.
1668
1669 * elisp.texi (Top): Update node listing.
1670
d897e8ee
CY
16712009-03-17 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * minibuf.texi (Basic Completion): Note that
1674 read-file-name-completion-ignore-case and
1675 read-buffer-completion-ignore-case can override
1676 completion-ignore-case.
1677 (Minibuffer Completion): Document completing-read changes.
1678 (Completion Commands): Avoid mentioning partial completion mode.
1679 Document minibuffer-completion-confirm changes, and
1680 minibuffer-confirm-exit-commands.
1681 (High-Level Completion): Document new require-match behavior for
1682 read-buffer. Document read-buffer-completion-ignore-case.
1683 (Reading File Names): Document new require-match behavior for
1684 read-file-name.
1685
b1f23349
CY
16862009-03-14 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * debugging.texi (Error Debugging): Don't mislead the reader into
1689 thinking that debug-on-error enters debugger for C-f at EOB.
1690 (Error Debugging): Setting debug-on-init within the init file
1691 works, and has for some time.
1692
d6eb4e25
KH
16932009-03-13 Kenichi Handa <handa@m17n.org>
1694
1695 * display.texi (Fontsets): Update the description.
1696
1cf53dc5
CY
16972009-03-13 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * advice.texi (Advising Primitives): Link to What Is a Function.
1700
81f919fc
CY
17012009-03-12 Chong Yidong <cyd@stupidchicken.com>
1702
cf4229eb
CY
1703 * compile.texi (Speed of Byte-Code): Update example.
1704 (Disassembly): Update examples.
1705
81f919fc 1706 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1707
1708 * customize.texi (Common Keywords): It's not necessary to use :tag
1709 to remove hyphens, as custom-unlispify-tag-name does it
1710 automatically.
5dcb4c4e
SM
1711 (Variable Definitions): Link to File Local Variables.
1712 Document customized-value symbol property.
f2bbc08c
CY
1713 (Customization Types): Move menu to end of node.
1714
955964d7
CY
17152009-03-10 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * macros.texi (Compiling Macros): Omit misleading sentence, which
1718 implied that macros can only be used in the same file they are
1719 defined.
1720 (Backquote): Remove obsolete information about Emacs 19.
1721
d25ed7db
GM
17222009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1723
1724 * display.texi (Display Margins): Fix paren typo.
1725
d55f6ca5
CY
17262009-02-27 Chong Yidong <cyd@stupidchicken.com>
1727
f0e57ed8
CY
1728 * elisp.texi (Top): Update node listing.
1729
1730 * variables.texi (Variables): Clarify introduction.
1731 (Global Variables): Mention that setq is a special form.
1732 (Local Variables): Use active voice.
1733 (Tips for Defining): Mention marking variables as safe.
1734 (Buffer-Local Variables): Mention terminal-local and frame-local
1735 variables together.
1736 (File Local Variables): Copyedits.
1737 (Frame-Local Variables): Note that they are not really useful.
1738 (Future Local Variables): Node deleted.
1739
d55f6ca5
CY
1740 * objects.texi (General Escape Syntax): Update explanation of
1741 unicode escape syntax.
1742
ca8f09a8
CY
17432009-02-23 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * control.texi (Control Structures): Add cindex entry for "textual
1746 order".
1747
1748 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1749 instead of "expression" throughout.
1750 (Function Indirection): Copyedits. Use active voice.
1751 (Eval): The default value of max-lisp-eval-depth is now 400.
1752
a20878b6
MB
17532009-02-23 Miles Bader <miles@gnu.org>
1754
1755 * processes.texi (System Processes): Rename `system-process-attributes'
1756 to `process-attributes'.
1757
61f66044
CY
17582009-02-22 Chong Yidong <cyd@stupidchicken.com>
1759
1b80d1f3
CY
1760 * symbols.texi (Property Lists): Emphasize that property lists are
1761 not restricted to symbol cells.
1762 (Other Plists): Copyedit.
1763
61f66044
CY
1764 * sequences.texi (Sequences Arrays Vectors): Make introduction
1765 more concise.
1766 (Arrays): Mention char-tables and bool-vectors too.
1767 (Vectors): Don't repeat information given in Arrays node. Link to
1768 nodes that explain the vector usage examples.
1769 (Char-Tables): Note that char-table elements can have arbitrary
1770 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1771 Link to Property Lists node.
61f66044 1772
9403944b
CY
17732009-02-22 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1776 `append'.
4068c7b4 1777 (List Elements): Copyedits.
9403944b
CY
1778
1779 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1780 of `vconcat'.
1781
1782 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1783 Emacs 20 usage of `concat'.
1784 (Case Conversion): Copyedits.
1785
b87a185f
CY
17862009-02-21 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1789 Minor edits.
1790 (Frame Configuration Type): Emphasize that it is not primitive.
1791 (Font Type): New node.
1792 (Type Predicates): Add fontp; type-of now recognizes font object
1793 types.
1794
1795 * intro.texi (Version Info): Update version numbers in examples.
1796 (Acknowledgements): List more contributors.
1797
1798 * elisp.texi: Bump version number to 3.0.
1799 (Top): Link to Font Type node.
1800
867d4bb3
JB
18012009-02-20 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * modes.texi (Major Mode Conventions): Remove duplicate words.
1804 (Customizing Keywords): Fix typo.
1805
77730170
EZ
18062009-02-14 Eli Zaretskii <eliz@gnu.org>
1807
1808 * nonascii.texi (User-Chosen Coding Systems): Document that
1809 select-safe-coding-system suggests raw-text if there are raw bytes
1810 in the region.
1811 (Explicit Encoding): Warn not to use `undecided' when encoding.
1812
c8736212
GM
18132009-02-11 Glenn Morris <rgm@gnu.org>
1814
1815 * frames.texi (Visibility of Frames): Mention the effect multiple
1816 workspaces/desktops can have on visibility.
1817
ab992d66
EZ
18182009-02-07 Eli Zaretskii <eliz@gnu.org>
1819
c8736212
GM
1820 * text.texi (Commands for Insertion):
1821 * commands.texi (Event Mod):
1822 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1823 * nonascii.texi (Translation of Characters):
1824 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1825 (Explicit Encoding): Document the `charset' text property produced
1826 by decode-coding-region and decode-coding-string.
ab992d66 1827
e651a255
AM
18282009-01-27 Alan Mackenzie <acm@muc.de>
1829
1830 * modes.texi (Search-based Fontification): Correct a typo.
1831
bc5cde4b
JB
18322009-01-25 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1835 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1836
3533155b
EZ
18372009-01-24 Eli Zaretskii <eliz@gnu.org>
1838
f721deda
EZ
1839 * display.texi (Window Systems): Document the value of
1840 `initial-window-system' under --daemon.
1841
3533155b
EZ
1842 * os.texi (System Environment): Remove description of the
1843 `environment' function which has been deleted.
1844
f79b43b2
DN
18452009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1846
1847 * frames.texi (Multiple Displays): Remove documentation for
1848 removed function make-frame-on-tty.
1849
e3aa6669
CY
18502009-01-22 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1853 write-region-annotate-functions.
1854 Document write-region-post-annotation-function.
e3aa6669 1855
fb13a416
CY
18562009-01-19 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * display.texi (Font Lookup): Document WIDTH argument of
1859 x-list-fonts.
1860
02eccf6b
EZ
18612009-01-17 Eli Zaretskii <eliz@gnu.org>
1862
ead3f58d
EZ
1863 * maps.texi (Standard Keymaps): Rename function-key-map to
1864 local-function-key-map.
1865
1866 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1867 local-function-key-map.
1868
1869 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1870 and `set-keyboard-coding-system' now accept an optional terminal
1871 argument.
1872
1873 * commands.texi (Event Mod): `keyboard-translate-table' is now
1874 terminal-local.
1875 (Function Keys): Rename function-key-map to
1876 local-function-key-map.
1877
df05a163
EZ
1878 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1879 frames.texi.
1880
0ed8034e 1881 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1882 `delete-terminal-functions', `suspend-tty-functions' and
1883 `resume-tty-functions'.
0ed8034e
EZ
1884
1885 * frames.texi (Frames): Document `frame-terminal' and
1886 `terminal-live-p'.
1887 (Multiple Displays): Document `make-frame-on-tty'.
1888 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1889 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1890 (Terminal Parameters): Document `terminal-parameters',
1891 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1892
1893 * os.texi (System Environment): Document `environment' and
1894 `initial-environment'.
490f1197
EZ
1895 (Suspending Emacs): Update for multi-tty; document
1896 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1897
02eccf6b
EZ
1898 * nonascii.texi (Coding System Basics): More accurate description
1899 of `raw-text'.
1900
f19fea97
JB
19012009-01-12 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * display.texi (Low-Level Font): Fix typo.
1904
16fa292f
CY
19052009-01-10 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * elisp.texi (Top): Update node listing.
1908
1909 * display.texi (PostScript Images): Node deleted.
1910
0b4faef3
EZ
19112009-01-10 Eli Zaretskii <eliz@gnu.org>
1912
3355f04d
EZ
1913 * processes.texi (Decoding Output): Document that null bytes force
1914 no-conversion for reading process output.
1915
1916 * files.texi (Reading from Files): Document that null bytes force
1917 no-conversion when visiting files.
1918
11625308 1919 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1920
5dcb4c4e
SM
1921 * nonascii.texi (Lisp and Coding Systems):
1922 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1923 (Character Properties): Improve wording.
0b4faef3 1924
ce9cf065
CY
19252009-01-09 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * display.texi (Font Lookup): Remove obsolete function
1928 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1929 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1930 (Font Selection): Reorder order of variable descriptions.
1931 Minor clarifications.
ce9cf065
CY
1932
1933 * elisp.texi (Top): Update node listing.
1934
ab756fb3
GM
19352009-01-09 Glenn Morris <rgm@gnu.org>
1936
1937 * commands.texi (Command Loop Info): Say that last-command-char and
1938 last-input-char are obsolete aliases.
1939
1940 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1941 last-input-char and last-command-char, since they are just aliases for
1942 last-input-event and last-command-event.
1943
1944 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1945 last-command-char.
1946
6b2b8ab1
CY
19472009-01-08 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * elisp.texi: Update node listing.
1950
1951 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1952 (Face Attributes): Don't link to Font Lookup.
1953 Document font-family-list.
6b2b8ab1
CY
1954 (Fonts): New node.
1955
3568e767
JR
19562009-01-08 Jason Rumney <jasonr@gnu.org>
1957
1958 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1959 changing the standard pointer shapes. (Bug#1485)
3568e767 1960
6221c8db
CY
19612009-01-08 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * display.texi (Attribute Functions): Note that a function value
1964 :height is relative, and that compatibility functions work by
1965 calling set-face-attribute.
1966 (Displaying Faces): Reorder list in order of increasing priority.
1967 (Face Remapping): New node. Content moved here from Displaying
1968 Faces.
1969 (Glyphs): Link to Face Functions.
1970
e3d3799a
CY
19712009-01-08 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * display.texi (Faces): Don't discuss face id here. facep does
1974 not return t.
1975 (Defining Faces): Minor clarification.
1976 (Face Attributes): Rearrange items to match docstring of
1977 set-face-attribute. Add :foundry attribute. Document new role of
1978 :font attribute. Texinfo usage fix.
1979 (Attribute Functions): Copyedits.
1980 (Face Functions): Note that face number is seldom used.
1981
638a2457
RS
19822009-01-05 Richard M Stallman <rms@gnu.org>
1983
1984 * strings.texi (Predicates for Strings): Minor clarification.
1985
1986 * functions.texi (Function Safety): Texinfo usage fix.
1987
49ea0074
JB
19882009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1989
1990 * objects.texi (General Escape Syntax): Fix typo.
1991
9f822178
MR
19922009-01-03 Martin Rudalics <rudalics@gmx.at>
1993
1994 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1995 works via the default value of pop-up-frame-function.
1996
af34ad36
EZ
19972009-01-02 Eli Zaretskii <eliz@gnu.org>
1998
1999 * processes.texi (System Processes): Document the `time' and
2000 `ctime' attributes of `system-process-attributes'.
2001
d31f6679
CY
20022009-01-01 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * display.texi (Face Attributes): Clarify :height attribute.
2005
174dc00c
MR
20062008-12-31 Martin Rudalics <rudalics@gmx.at>
2007
2008 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2009 the front of the buffer list. Add entries for `last-buffer' and
2010 `unbury-buffer'.
2011
b8afe7e4
EZ
20122008-12-27 Eli Zaretskii <eliz@gnu.org>
2013
d14030f5
EZ
2014 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2015 and its subsections.
2016
2017 * frames.texi (Multiple Terminals, Low-level Terminal)
2018 (Terminal Parameters, Frames on Other TTY devices): New sections.
2019 (Frames): Add an xref to "Multiple Terminals".
2020
765980a4
EZ
2021 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2022
2023 * objects.texi (Terminal Type): New node.
2024 (Editing Types): Add it to the menu.
2025
47bd5577
EZ
2026 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2027 Variables".
2028
eb22b78c 2029 * variables.texi (Directory Local Variables): New node.
47bd5577 2030 (Variables): Add a menu item for it.
eb22b78c 2031
b8afe7e4
EZ
2032 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2033 `generated-autoload-file'.
2034
77bb0476
EZ
20352008-12-20 Eli Zaretskii <eliz@gnu.org>
2036
028e2c19
EZ
2037 * os.texi (Startup Summary): Add xref to documentation of
2038 `initial-window-system'.
2039
77bb0476
EZ
2040 * display.texi (Window Systems): Document `window-system' the
2041 function. The variable `window-system' is now frame-local.
028e2c19 2042 Document `initial-window-system'.
77bb0476 2043
dda87836
MR
20442008-12-19 Martin Rudalics <rudalics@gmx.at>
2045
2046 * windows.texi (Windows): Rewrite description of
2047 fit-window-to-buffer.
2048
caef3ed2
GM
20492008-12-13 Glenn Morris <rgm@gnu.org>
2050
2051 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2052 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2053
21c58e4d
GM
20542008-12-12 Glenn Morris <rgm@gnu.org>
2055
2056 * debugging.texi (Error Debugging): Refer forwards to
2057 eval-expression-debug-on-error.
2058
af38459f
EZ
20592008-12-05 Eli Zaretskii <eliz@gnu.org>
2060
5dedd9b5
EZ
2061 * strings.texi (String Basics): Only unibyte strings that
2062 represent key sequences hold 8-bit raw bytes.
2063
af38459f
EZ
2064 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2065 paragraph to speak about `undecided'.
2066 (Character Properties): Don't explain the meaning of each
2067 property; instead, identify their Unicode Standard names.
b3f1f4a5 2068 (Character Sets): Document `map-charset-chars'.
af38459f 2069
fa047ae7
GM
20702008-12-02 Glenn Morris <rgm@gnu.org>
2071
2072 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2073 section yet again.
2074
47dbc044
EZ
20752008-11-29 Eli Zaretskii <eliz@gnu.org>
2076
98d05998
EZ
2077 * nonascii.texi (Character Properties): New Section.
2078 (Specifying Coding Systems): Document
2079 `coding-system-priority-list', `set-coding-system-priority', and
2080 `with-coding-priority'.
2081 (Lisp and Coding Systems): Document `check-coding-systems-region'
2082 and `coding-system-charset-list'.
2083 (Coding System Basics): Document `coding-system-aliases'.
2084
2085 * elisp.texi (Top): Add a @detailmenu entry for "Character
2086 Properties".
2087
47dbc044
EZ
2088 * objects.texi (Character Type): Correct the range of Emacs
2089 characters. Add an @xref to "Character Codes".
2090
2091 * strings.texi (String Basics): Add an @xref to "Character Codes".
2092
2093 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2094
2095 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2096 (Character Codes): Document `max-char'.
2097
8b80cdf5
EZ
20982008-11-28 Eli Zaretskii <eliz@gnu.org>
2099
2100 * nonascii.texi (Text Representations, Converting Representations)
2101 (Character Sets, Scanning Charsets, Translation of Characters):
2102 Make text more accurate.
2103
a99dceba
GM
21042008-11-28 Glenn Morris <rgm@gnu.org>
2105
2106 * files.texi (Format Conversion Round-Trip): Improve previous change.
2107
f6dc3bed
CY
21082008-11-26 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * modes.texi (Auto Major Mode): Fix example.
2111
5da9413d
GM
21122008-11-25 Glenn Morris <rgm@gnu.org>
2113
2114 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2115
2116 * files.texi (Format Conversion Round-Trip):
2117 Use active voice for previous change.
2118
fcca848c
CY
21192008-11-25 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * os.texi (Processor Run Time):
2122 * processes.texi (Transaction Queues):
2123 * markers.texi (The Mark):
2124 * windows.texi (Choosing Window, Selecting Windows):
2125 * files.texi (Changing Files, Magic File Names):
2126 * commands.texi (Key Sequence Input):
2127 * functions.texi (Declaring Functions):
2128 * strings.texi (Predicates for Strings):
2129 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2130
36c8dc54
CY
21312008-11-24 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * help.texi (Accessing Documentation): Update example.
2134
2135 * variables.texi (Defining Variables): Note that `*' is not
2136 necessary if defcustom is used.
2137
2a79b242
EZ
21382008-11-22 Eli Zaretskii <eliz@gnu.org>
2139
2140 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2141 Characters" from @detailmenu.
2142
2143 * nonascii.texi (Character Codes, Character Sets)
2144 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2145 (Chars and Bytes, Splitting Characters): Sections removed.
2146
392f0d26
LK
21472008-11-22 Lute Kamstra <lute@gnu.org>
2148
2149 * positions.texi (Text Lines): Update goto-line documentation.
2150
af1a5cd5
MR
21512008-11-21 Martin Rudalics <rudalics@gmx.at>
2152
6a4cfb0c
MR
2153 * frames.texi (Frames): Fix typo, add cross references, reword.
2154 (Initial Parameters): Reword special-display-frame-alist text.
2155 (Frames and Windows): Reword. Describe argument norecord for
2156 set-frame-selected-window.
2157 (Input Focus): Describe argument norecord for select-frame.
2158 Remove comment on MS-Windows behavior for focus-follows-mouse.
2159 (Raising and Lowering): Mention windows-frames dichotomy in
2160 metaphor.
2161
af1a5cd5
MR
2162 * windows.texi (Displaying Buffers, Vertical Scrolling)
2163 (Horizontal Scrolling): Fix indenting and rewording issues
2164 introduced with 2008-11-07 change.
2165
c249fa9c
GM
21662008-11-20 Glenn Morris <rgm@gnu.org>
2167
2168 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2169 element of `format-alist'.
2170
204d4665
GM
21712008-11-19 Glenn Morris <rgm@gnu.org>
2172
2173 * doclicense.texi: Update to FDL 1.3.
2174 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2175
cc0910af
CY
21762008-11-18 Chong Yidong <cyd@stupidchicken.com>
2177
efe6e7c4
CY
2178 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2179 vars, which are obsolete. Mention jit-lock-register.
2180
5dcb4c4e
SM
2181 * modes.texi (Other Font Lock Variables):
2182 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2183
cc0910af
CY
2184 * frames.texi (Color Parameters): Document alpha parameter.
2185
aeeedf76
MR
21862008-11-16 Martin Rudalics <rudalics@gmx.at>
2187
2188 * windows.texi (Splitting Windows, Deleting Windows)
2189 (Selecting Windows, Cyclic Window Ordering)
2190 (Buffers and Windows, Displaying Buffers, Choosing Window)
2191 (Dedicated Windows, Window Point, Window Start and End)
2192 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2193 (Size of Window, Resizing Windows, Window Configurations)
2194 (Window Parameters): Avoid @var at beginning of sentences and
2195 reword accordingly.
2196
4c565c5c
LK
21972008-11-11 Lute Kamstra <lute@gnu.org>
2198
2199 * files.texi (File Name Components): Fix file-name-extension
2200 documentation.
2201
25f494c9
JB
22022008-11-11 Juanma Barranquero <lekktu@gmail.com>
2203
2204 * frames.texi (Basic Parameters): Remove display-environment-variable
2205 and term-environment-variable.
2206
a1401ab1
EZ
22072008-11-08 Eli Zaretskii <eliz@gnu.org>
2208
2209 * windows.texi (Basic Windows, Splitting Windows)
2210 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2211 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2212 (Resizing Windows, Window Configurations, Window Parameters):
2213 Fix wording and markup.
a1401ab1 2214
efafc282
MR
22152008-11-07 Martin Rudalics <rudalics@gmx.at>
2216
2217 * windows.texi (Windows): Update entries.
2218 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2219 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2220 (Selecting Windows, Cyclic Window Ordering): Reword with special
2221 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2222 (Buffers and Windows, Choosing Window): Reword with special
2223 emphasis on dedicated windows.
2224 (Displaying Buffers): Reword. For switch-to-buffer mention that
2225 it may fall back on pop-to-buffer. For other-window try to
2226 explain how it treats the cyclic ordering of windows.
efafc282
MR
2227 (Dedicated Windows): New node and section discussing dedicated
2228 windows and associated functions.
86ab855a 2229 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2230 (Window Start and End): Rename node and section title. Reword.
2231 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2232 Minor rewording.
2233 (Size of Window): Reword, in particular text on window-width.
2234 (Resizing Windows): Reword. Add text on balancing windows.
2235 (Window Configurations): Reword. Mention window parameters.
2236 (Window Parameters): New node and section on window parameters.
2237 (Window Hooks): Reword. Mention that
2238 window-configuration-change-hook is run "buffer-locally".
2239 * elisp.texi (Top): Update Windows entries in @detailmenu
2240 section.
2241
d60a8ab2
JB
22422008-11-04 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * searching.texi (Regexp Search): Fix typo.
2245
01777627
CY
22462008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2247
2248 * searching.texi (Regexp Search): Document GREEDY arg.
2249 (Simple Match Data): Fix return value.
2250
c4526e93
EZ
22512008-11-01 Eli Zaretskii <eliz@gnu.org>
2252
2253 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2254 with Emacs 23 internal representation of characters.
2255 Document `unibyte-string'.
c4526e93 2256
fe2ae8b5
CY
22572008-10-28 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * processes.texi (Process Information): Note that process-status
2260 does not accept buffer names.
2261
cc5a21e3
CY
22622008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2263
2264 * positions.texi (Skipping Characters): Correct return value of
2265 skip-chars-forward.
2266
09460d9a
MR
22672008-10-25 Martin Rudalics <rudalics@gmx.at>
2268
520b29e7
MR
2269 * windows.texi (Deleting Windows): Update documentation of
2270 delete-windows-on.
2271 (Buffers and Windows): Update documentations of
2272 get-buffer-window and get-buffer-window-list.
2273 (Displaying Buffers): Update documentation of
2274 replace-buffer-in-windows.
2275
09460d9a
MR
2276 * buffers.texi (Current Buffer): Reword set-buffer and
2277 with-current-buffer documentations.
2278 (Creating Buffers): Reword documentation of get-buffer-create.
2279
4d48fcdc
MR
22802008-10-23 Martin Rudalics <rudalics@gmx.at>
2281
2282 * buffers.texi (Current Buffer): Reword documentation of
2283 set-buffer.
2284 (Buffer Names): Reword documentation of buffer-name.
2285 (The Buffer List): For bury-buffer explain what happens with the
2286 buffer's window.
2287 (Creating Buffers): Say that get-buffer-create's arg is called
2288 buffer-or-name.
2289
f0143c43
CY
22902008-10-22 Chong Yidong <cyd@stupidchicken.com>
2291
3e5dbbd3
CY
2292 * advice.texi (Computed Advice): Explain what DEFINITION is.
2293
f0143c43
CY
2294 * nonascii.texi (Character Codes): Remove obsolete function
2295 char-valid-p, and document characterp instead.
2296
52a94b85
MR
22972008-10-22 Martin Rudalics <rudalics@gmx.at>
2298
2299 * windows.texi (Displaying Buffers): Reword documentation of
2300 pop-to-buffer.
2301 (Choosing Window): Rewrite documentation of display-buffer and
2302 its options.
2303
f76f8246
MR
2304 * buffers.texi (Killing Buffers): Update documentation of
2305 kill-buffer.
2306
acc8b598
EZ
23072008-10-21 Eli Zaretskii <eliz@gnu.org>
2308
80e6b6df
EZ
2309 * processes.texi (Serial Ports): Fix wording and improve markup.
2310
3645358a
EZ
2311 * searching.texi (Regexp Search): Document `string-match-p' and
2312 `looking-at-p'.
2313 (POSIX Regexps): Add an xref for "non-greedy".
2314 (Regexp Special): Add @cindex entry for "non-greedy".
2315
b3d50cff 2316 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2317 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2318
73b7530a
EZ
2319 * frames.texi (Color Names): Add an xref to `read-color'.
2320
2321 * minibuf.texi (High-Level Completion): Document `read-color'.
2322
acc8b598
EZ
2323 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2324
2325 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2326
2327 * buffers.texi (Swapping Text): New section, documents
2328 `buffer-swap-text'.
2329
10e187e8
MR
23302008-10-21 Martin Rudalics <rudalics@gmx.at>
2331
2332 * windows.texi (Resizing Windows): Minor wording fix.
2333
fd6f900c
EZ
23342008-10-20 Eli Zaretskii <eliz@gnu.org>
2335
2336 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2337 and `combine-and-quote-strings'.
2338
2339 * strings.texi (Creating Strings): Add xrefs for them.
2340
e4372165
EZ
23412008-10-19 Eli Zaretskii <eliz@gnu.org>
2342
d6328fba
EZ
2343 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2344 match the corresponding menu in minibuf.texi.
2345
e4372165
EZ
2346 * minibuf.texi (Reading File Names): Document `read-shell-command'
2347 and `minibuffer-local-shell-command-map'.
2348
5d8dda33
MR
23492008-10-19 Martin Rudalics <rudalics@gmx.at>
2350
2351 * windows.texi (Resizing Windows): Remove var{} around "window" in
2352 documentation of enlarge-window.
2353 Rewrite documentation of window-min-height and window-min-width.
2354
437706cd
EZ
23552008-10-19 Eli Zaretskii <eliz@gnu.org>
2356
80f85d7c
EZ
2357 * functions.texi (Calling Functions): Document `apply-partially'.
2358
291703b5
EZ
2359 * hooks.texi (Standard Hooks): Mention
2360 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2361
2362 * variables.texi (File Local Variables): Document
2363 `file-local-variables-alist', `before-hack-local-variables-hook'
2364 and `hack-local-variables-hook'.
2365
583d8b3c
EZ
2366 * processes.texi (Synchronous Processes): Document `process-lines'.
2367
5dcb4c4e
SM
2368 * customize.texi (Variable Definitions):
2369 Document `custom-reevaluate-setting'.
437706cd 2370
7e51d89b
MR
23712008-10-18 Martin Rudalics <rudalics@gmx.at>
2372
2373 * windows.texi (Choosing Window, Deleting Windows)
2374 (Displaying Buffers): Expand documentation of dedicated windows.
2375
43c59a3d
EZ
23762008-10-18 Eli Zaretskii <eliz@gnu.org>
2377
018a960d
EZ
2378 * files.texi (Changing Files): Document symbolic input of file
2379 modes to `set-file-modes'. Document `read-file-modes' and
2380 `file-modes-symbolic-to-number'.
2381
2c0b8144
EZ
2382 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2383 and `search-map'.
2384
5dcb4c4e
SM
2385 * searching.texi (Search and Replace):
2386 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2387 Document `multi-query-replace-map'.
80120f13 2388
6d4913f0 2389 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2390 (Completion Commands, Reading File Names):
2391 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2392 `minibuffer-local-filename-must-match-map'.
2393 (Minibuffer Completion): The `require-match' argument to
2394 `completing-read' can now have the value `confirm-only'.
2395
43c59a3d
EZ
2396 * windows.texi (Displaying Buffers): Minor wording fix.
2397 (Choosing Window): `split-height-threshold' can now be nil.
2398 Document `split-width-threshold'. `pop-up-frames' can have the
2399 value `graphic-only'.
2400
f36acfd9
EZ
24012008-10-17 Eli Zaretskii <eliz@gnu.org>
2402
2403 * os.texi (Startup Summary): Document `before-init-time' and
2404 `after-init-time'. Document `initial-window-system' and
2405 `window-system-initialization-alist'. Document reading the
2406 abbrevs file. Document the call to `server-start' under --daemon.
2407 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2408 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2409 (Time Parsing): Document `format-seconds'.
f36acfd9 2410
96995b89
MR
24112008-10-17 Martin Rudalics <rudalics@gmx.at>
2412
2413 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2414 and reword.
2415
2de17c73
EZ
24162008-10-16 Eli Zaretskii <eliz@gnu.org>
2417
2418 * markers.texi (The Mark): Document use-region-p.
2419
9cf52b11
EZ
24202008-10-15 Eli Zaretskii <eliz@gnu.org>
2421
c3aaf1d7
EZ
2422 * internals.texi (Writing Emacs Primitives): The interactive spec
2423 of a primitive can be a Lisp form.
2424
841a1743
EZ
2425 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2426 values of transient-mark-mode. Document handle-shift-selection.
2427
2428 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2429 (Interactive Examples): Show an example of `^'.
2430 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2431 (Defining Commands, Using Interactive): The interactive-form of a
2432 function can be added via its symbol's property.
841a1743 2433
52441368
EZ
2434 * positions.texi (List Motion): beginning-of-defun-function can
2435 now accept an argument.
2436
8e8c1a72
EZ
2437 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2438 now return a list of strings.
2439
a33a1f2a
EZ
2440 * control.texi (Handling Errors): Document ignore-errors.
2441
4fb04348
EZ
2442 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2443 (Parameter Access): Document set-frame-parameter.
2444
ee666f84
EZ
2445 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2446 Hooks" for the effect of kill-all-local-variables on local hook
2447 functions.
2448
9cf52b11
EZ
2449 * modes.texi (Major Mode Conventions, Mode Line Variables):
2450 `mode-name' need not be a string. xref to "Mode Line Data" for
2451 details, and to "Emulating Mode Line" for computing a string
2452 value.
2453
22526bc4
EZ
24542008-10-14 Eli Zaretskii <eliz@gnu.org>
2455
a65f6a85
EZ
2456 * processes.texi (System Processes): New section.
2457 (Processes, Signals to Processes): Add xrefs to it.
2458
2459 * objects.texi (Editing Types): A `process' is a subprocess of
2460 Emacs, not just any process running on the OS.
2461
2462 * elisp.texi (Top): Adjust the @detailmenu for the above two
2463 changes.
2464
2724b26a
EZ
2465 * sequences.texi (Char-Tables): Remove documentation of
2466 set-char-table-default, which has no effect since Emacs 23.
2467 <char-table-range, set-char-table-range>: Don't mention generic
2468 characters and charsets. Add a cons cell as a possible argument.
2469
2470 * nonascii.texi (Splitting Characters)
2471 (Translation of Characters): Don't mention generic characters.
2472
2473 * display.texi (Fontsets): Don't mention generic characters.
2474
22526bc4 2475 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2476 argument FUNCTION with a cons cell as KEY.
22526bc4 2477
eaf4b689
EZ
24782008-10-13 Eli Zaretskii <eliz@gnu.org>
2479
45e46036
EZ
2480 * objects.texi (Primitive Function Type): Move "@cindex special
2481 forms" from here...
2482
2483 * eval.texi (Special Forms): ...to here.
2484
2485 * functions.texi (What Is a Function): `functionp' returns nil for
2486 special forms. Add an xref.
2487
eaf4b689
EZ
2488 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2489 Variables".
2490
2491 * variables.texi (Frame-Local Variables): New section.
2492 (Buffer-Local Variables): Add an xref to it.
2493 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2494 have both frame-local and buffer-local binding.
2495
2496 * frames.texi (Frames): Mention multiple tty frames.
2497 (Frame Parameters, Parameter Access): Mention frame-local variable
2498 bindings.
2499
15688fce
GM
25002008-09-20 Glenn Morris <rgm@gnu.org>
2501
2502 * display.texi (Defining Faces): Recommend against face variables.
2503
35539065
JB
25042008-09-16 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * display.texi (Echo Area Customization): Fix typo.
2507
6a57054b
JB
25082008-09-09 Juanma Barranquero <lekktu@gmail.com>
2509
2510 * loading.texi (Where Defined): Add `defface' item.
2511
d632fb82
MR
25122008-09-06 Martin Rudalics <rudalics@gmx.at>
2513
2514 * loading.texi (Where Defined): Fix description of symbol-file.
2515
905a9adb
JR
25162008-08-26 Jason Rumney <jasonr@gnu.org>
2517
2518 * display.texi (TIFF Images): New section describing :index property.
2519
852e91b7
CY
25202008-08-23 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * display.texi (Temporary Displays): Remove unnecessary comment
2523 about usage of temp-buffer-show-hook.
2524
6be001ee
CY
25252008-08-05 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * symbols.texi (Other Plists): Fix incorrect example.
2528 Suggested by Florian Beck.
2529
58e3d8e8
JB
25302008-07-31 Juanma Barranquero <lekktu@gmail.com>
2531
2532 * os.texi: Fix previous change.
2533
7c2fb837
DN
25342008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2535
2536 * os.texi:
2537 * intro.texi:
2538 * files.texi: Remove VMS support.
2539
9e2a2647
DN
25402008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 * os.texi:
2543 * frames.texi:
2544 * display.texi: Remove mentions of Mac Carbon.
2545
c4f4682b
MB
25462008-07-01 Miles Bader <miles@gnu.org>
2547
2548 * text.texi (Special Properties):
2549 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2550
3696411e
JB
25512008-06-28 Johan Bockgård <bojohan@gnu.org>
2552
2553 * display.texi (Other Image Types): Fix copy/paste error; say
2554 "PBM", not "XBM".
2555
f2a77c3a
DN
25562008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2557
2558 * os.texi: Remove references to obsolete systems.
2559
6d52677d
EZ
25602008-06-20 Eli Zaretskii <eliz@gnu.org>
2561
2562 * makefile.w32-in (distclean): Remove makefile.
2563
1a87da4c
GM
25642008-06-17 Glenn Morris <rgm@gnu.org>
2565
2566 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2567 (elisp, dist): Remove rules and variables that are obsolete now
2568 the lisp manual is no longer distributed separately.
2569
fdda1c5d
GM
25702008-06-16 Glenn Morris <rgm@gnu.org>
2571
646692e9
GM
2572 * configure, configure.in, mkinstalldirs: Remove unused files.
2573
2574 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2575 * vol1.texi (EMACSVER):
6a57054b 2576 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2577
2578 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2579 as per maintain.info.
2580
611bee81
GM
25812008-06-15 Glenn Morris <rgm@gnu.org>
2582
a7bed3a0
GM
2583 * makefile.w32-in (manual): Use "23" rather than "21".
2584
2585 * Makefile.in (emacsver): New, set by configure.
2586 (manual): Use emacsver.
2587
d794edf2
GM
2588 * intro.texi: Report bugs using M-x report-emacs-bug.
2589
611bee81
GM
2590 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2591
c73e02fa
GM
25922008-06-13 Daniel Engeler <engeler@gmail.com>
2593
2594 * elisp.texi, internals.texi, processes.texi: Add documentation
2595 about serial port access.
2596
e40a85cd
MB
25972008-06-05 Miles Bader <miles@gnu.org>
2598
2599 * display.texi (Displaying Faces): Update to reflect function
2600 renamings in face-remap.el.
2601
7b753744
JB
26022008-06-05 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * display.texi (Fontsets): Fix typos.
2605
9d3d42fb
MB
26062008-06-03 Miles Bader <miles@gnu.org>
2607
7b753744
JB
2608 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2609 remove-relative-face-remapping, set-base-face-remapping,
2610 and set-default-base-face-remapping.
9d3d42fb 2611
f2cec7a9
MB
26122008-06-01 Miles Bader <miles@gnu.org>
2613
2614 * display.texi (Displaying Faces): Add face-remapping-alist.
2615
8f39c96d
SM
26162008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2619 variable names.
2620
1ef5eecc
ER
26212008-05-03 Eric S. Raymond <esr@golux>
2622
352c8b4a 2623 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2624 (current-global-map) return references, not copies.
2625
63b4387f
JL
26262008-05-02 Juri Linkov <juri@jurta.org>
2627
2628 * minibuf.texi (Text from Minibuffer): Document a list of
2629 default values for `read-from-minibuffer'.
2630
38a8b703
JB
26312008-04-24 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * nonascii.texi (Translation of Characters): Fix previous change.
2634
7c42e639
CY
26352008-04-20 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * display.texi (Overlay Properties): Clarify role of underlying
2638 textprop and overlay keymaps for display strings.
2639
2640 * keymaps.texi (Active Keymaps): Ditto.
2641
25c0d999
SM
26422008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * minibuf.texi (Programmed Completion):
2645 Replace dynamic-completion-table with the new completion-table-dynamic.
2646
e3af5968
CY
26472008-04-07 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * intro.texi (Some Terms): Change "fonts in this manual" index
2650 entry to "typographic conventions".
2651
6bfc8698
EZ
26522008-04-05 Eli Zaretskii <eliz@gnu.org>
2653
2654 * objects.texi (Text Props and Strings): Add indexing for read
2655 syntax of text properties.
2656
4972c361
SM
26572008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * processes.texi (Decoding Output): Remove process-filter-multibyte
2660 functions.
2661
c70a68db
MR
26622008-03-15 Martin Rudalics <rudalics@gmx.at>
2663
2664 * display.texi (Finding Overlays): Say that empty overlays at
2665 the end of the buffer are reported too.
2666
1291fd36
GM
26672008-03-13 Glenn Morris <rgm@gnu.org>
2668
2669 * elisp.texi (EMACSVER): Set to 23.0.60.
2670
c6b0dfd5
CY
26712008-02-26 Chong Yidong <cyd@stupidchicken.com>
2672
38a8b703 2673 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2674
875fc30c
GM
26752008-02-22 Glenn Morris <rgm@gnu.org>
2676
2677 * frames.texi (Position Parameters): Clarify the description of
2678 `left' and `top', using information from "Geometry".
2679 (Geometry): Give a pointer to "Position Parameters", rather than
2680 repeating information.
2681
d8c8e45a
GM
26822008-02-11 Glenn Morris <rgm@gnu.org>
2683
2684 * objects.texi (Equality Predicates): No longer talk about "two"
2685 functions.
2686
38a8b703 26872008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2688
2689 * objects.texi (Equality Predicates): Add defun for
2690 equal-including-properties.
2691
bfffe0b1
GM
26922008-02-10 Glenn Morris <rgm@gnu.org>
2693
2694 * objects.texi (Equality Predicates):
2695 Mention equal-including-properties.
2696
431b78c9
RS
26972008-02-07 Richard Stallman <rms@gnu.org>
2698
2699 * windows.texi (Window Start): Mention the feature of moving
2700 window-start to start of line.
2701
c8763fb6 27022008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2703
2704 * keymaps.texi (Tool Bar): Document rtl property.
2705
1a256502
TTN
27062008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2707
2708 * display.texi (Button Types):
2709 For define-button-type, clarify type of NAME.
2710
569382c2
MR
27112008-01-19 Martin Rudalics <rudalics@gmx.at>
2712
2713 * buffers.texi (Buffer Modification): Fix typo.
2714
f3041af1
DN
27152008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2716
2717 * os.texi (System Environment): Remove references to OSes that are
2718 not supported anymore.
2719
d35e1cd7
DN
27202008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2721
2722 * os.texi (System Environment): Remove mention for Masscomp.
2723
23af7580
RS
27242008-01-04 Richard Stallman <rms@gnu.org>
2725
2726 * display.texi (Faces): Don't talk about internal face vector as arg
2727 to facep.
2728
2729 * customize.texi (Type Keywords): Fix previous change.
2730
2731 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2732 * elisp.texi (Top): Fix menu for commands.texi change.
2733
ec7d5b1e
RS
27342007-12-30 Richard Stallman <rms@gnu.org>
2735
5dcb4c4e 2736 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2737 (Accessing Scroll): New node broken out of Accessing Mouse.
2738
101a6cea
RS
27392007-12-28 Richard Stallman <rms@gnu.org>
2740
2741 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2742 (Basic Parameters): For `title', refer to title bar.
041817a4 2743 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2744
72b7e664
RS
27452007-12-23 Richard Stallman <rms@gnu.org>
2746
2747 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2748 Improve some of the commented-out keywords' text too.
2749
27a4f445
MR
27502007-12-14 Martin Rudalics <rudalics@gmx.at>
2751
e2e3f1d7
MR
2752 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2753 "visit the current buffer".
2754
27a4f445
MR
2755 * os.texi (System Interface): Fix typo.
2756
a2afc99d
RS
27572007-12-04 Richard Stallman <rms@gnu.org>
2758
2759 * objects.texi (Symbol Type): Fix typo.
2760
b694135c
RS
27612007-12-03 Richard Stallman <rms@gnu.org>
2762
2763 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2764
f99a19da
GM
27652007-12-01 Glenn Morris <rgm@gnu.org>
2766
2767 * functions.texi (Declaring Functions): Improve previous change.
2768
8f4b37d8
GM
27692007-11-30 Glenn Morris <rgm@gnu.org>
2770
2771 * functions.texi (Declaring Functions): Add optional fourth
2772 argument of declare-function, and setting third argument to `t'.
2773
61a2fe01
RS
27742007-11-29 Richard Stallman <rms@gnu.org>
2775
2776 * customize.texi (Composite Types): Document `group' type.
2777
cbfc5193
GM
27782007-11-29 Glenn Morris <rgm@gnu.org>
2779
5dcb4c4e
SM
2780 * functions.texi (Declaring Functions): Add findex.
2781 Mention `external' files.
cbfc5193 2782
8386283a
JB
27832007-11-26 Juanma Barranquero <lekktu@gmail.com>
2784
2785 * functions.texi (Declaring Functions): Fix directive.
2786
a07c9a8b
RS
27872007-11-25 Richard Stallman <rms@gnu.org>
2788
2789 * help.texi (Help Functions): Clean up last change.
2790
2791 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2792
2793 * loading.texi (Named Features): Minor cleanup.
2794
2795 * macros.texi (Eval During Expansion): Minor cleanup.
2796
2797 * variables.texi (Variable Aliases): Minor cleanup.
2798
a0925923
RS
27992007-11-24 Richard Stallman <rms@gnu.org>
2800
2801 * functions.texi (Declaring Functions): Clarify previous change.
2802
2803 * compile.texi (Compiler Errors): Clarify previous change.
2804
20c63e44
RS
28052007-11-24 Richard Stallman <rms@gnu.org>
2806
e5e76c04 2807 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2808 Clarify the text and move items around.
2809
5bb0cda3
GM
28102007-11-24 Glenn Morris <rgm@gnu.org>
2811
2812 * functions.texi (Declaring Functions): New section.
2813 * compile.texi (Compiler Errors): Mention declaring functions,
2814 defvar with no initvalue, and byte-compile-warnings.
2815
af13c86a
MR
28162007-11-15 Martin Rudalics <rudalics@gmx.at>
2817
2818 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2819 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2820
a5373305
MR
28212007-11-13 Martin Rudalics <rudalics@gmx.at>
2822
2823 * help.texi (Help Functions): Document new macro `with-help-window'.
2824
fe284805
JL
28252007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2826
2827 * searching.texi (Replacing Match): Describe new
2828 `match-substitute-replacement'.
2829
2c3a09b1
RS
28302007-10-31 Richard Stallman <rms@gnu.org>
2831
2832 * strings.texi (Creating Strings): Null strings from concat not unique.
2833
f2b480f4
RS
28342007-10-26 Richard Stallman <rms@gnu.org>
2835
2836 * objects.texi (Equality Predicates): Null strings are uniquified.
2837
2838 * minibuf.texi: Minor clarifications in previous change.
2839
db21122c
GM
28402007-10-25 Glenn Morris <rgm@gnu.org>
2841
2842 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2843
2328cbb3
RS
28442007-10-24 Richard Stallman <rms@gnu.org>
2845
2846 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2847
2848 * variables.texi (Frame-Local Variables): Node deleted.
2849 (Variables): Delete Frame-Local Variables from menu.
2850 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2851 (Default Value): Don't mention frame-local vars.
2852
2853 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2854
2855 * loading.texi (Unloading): Document FEATURE-unload-function
2856 instead of FEATURE-unload-hook.
2857
2328cbb3
RS
2858 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2859
c066bafa
JL
28602007-10-22 Juri Linkov <juri@jurta.org>
2861
2862 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2863 (High-Level Completion): Document a list of default value strings
2864 in the DEFAULT argument, for which minibuffer functions return the
2865 first element.
2866
65ced25f
JL
28672007-10-17 Juri Linkov <juri@jurta.org>
2868
2869 * text.texi (Filling): Update arguments of fill-paragraph.
2870 fill-paragraph operates on the active region in Transient Mark mode.
2871 Remove fill-paragraph-or-region.
2872
ee46ec8e
KB
28732007-10-13 Karl Berry <karl@gnu.org>
2874
2875 * elisp.texi (@dircategory): Move to after @copying,
2876 since we want @copying as close as possible to the beginning of
2877 the output.
2878
61bbdbc6
RS
28792007-10-12 Richard Stallman <rms@gnu.org>
2880
2881 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2882
2883 * commands.texi (Distinguish Interactive): New node,
2884 broken out from Interactive Call and rewritten.
2885 (Command Loop): Put Distinguish Interactive in menu.
2886
af23e1e8
RS
28872007-10-09 Richard Stallman <rms@gnu.org>
2888
2889 * text.texi (Examining Properties): Mention overlay priority.
2890
2891 * display.texi (Display Margins): Correct the description
2892 of margin display specifications.
2893 (Replacing Specs): New subnode broken out of Display Property.
2894
e1965a69
JL
28952007-10-06 Juri Linkov <juri@jurta.org>
2896
2897 * text.texi (Filling): Document fill-paragraph-or-region.
2898
4638454b
JB
28992007-10-05 Juanma Barranquero <lekktu@gmail.com>
2900
2901 * display.texi (Auto Faces): Fix typo.
2902
7ed54cc5
RS
29032007-10-02 Richard Stallman <rms@gnu.org>
2904
2905 * display.texi (Display Property): Explain some display specs
2906 don't let you move point in.
2907
5dcb4c4e
SM
2908 * frames.texi (Cursor Parameters):
2909 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2910
2911 * windows.texi (Basic Windows): Don't describe
2912 cursor-in-non-selected-windows here.
2913
305a7ef2
EZ
29142007-10-01 Eli Zaretskii <eliz@gnu.org>
2915
2916 * processes.texi (Misc Network): Note that these functions are
2917 supported only on some systems.
2918
f7a7f4eb
RS
29192007-10-01 Richard Stallman <rms@gnu.org>
2920
2921 * display.texi (Overlay Properties): Explain nil as priority.
2922 Explain that conflicts are unpredictable if not resolved by
2923 priorities.
2924
780d7bb9
RS
29252007-09-23 Richard Stallman <rms@gnu.org>
2926
2927 * macros.texi (Backquote): Minor clarification.
2928
14b4fdfb
RS
29292007-09-19 Richard Stallman <rms@gnu.org>
2930
2931 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2932 Clarify when they work in parallel and when one overrides.
2933 Fix error in example.
14b4fdfb 2934
b8d4c8d0
GM
29352007-09-06 Glenn Morris <rgm@gnu.org>
2936
b3e755a9 2937 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2938 commands to use ../../info.
2939 * Makefile.in (infodir): Go up one more level.
4638454b 2940 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2941 (miscmanualdir): New.
2942 (dist): Use new variable miscmanualdir.
2943 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2944 (usermanualdir): Change from ../man to ../emacs.
2945
1bb1f7d3
MR
29462007-08-30 Martin Rudalics <rudalics@gmx.at>
2947
2948 * commands.texi (Command Loop Info): Advise against changing
2949 most variables described here. Explain new variable
2950 last-repeatable-command.
2951
b8d4c8d0
GM
29522007-08-29 Glenn Morris <rgm@gnu.org>
2953
2954 * elisp.texi (EMACSVER): Increase to 23.0.50.
2955
29562007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2957
2958 * frames.texi (Basic Parameters): Add display-environment-variable
2959 and term-environment-variable.
2960
29612007-08-28 Juri Linkov <juri@jurta.org>
2962
2963 * display.texi (Image Formats, Other Image Types): Add SVG.
2964
29652007-08-28 Juri Linkov <juri@jurta.org>
2966
2967 * display.texi (Images): Move formats-related text to new node
2968 "Image Formats".
2969 (Image Formats): New node.
2970
619fb9ee
RS
29712007-08-27 Richard Stallman <rms@gnu.org>
2972
2973 * windows.texi (Window Configurations): Clarify what
2974 a window configuration saves.
2975
b8d4c8d0
GM
29762007-08-25 Richard Stallman <rms@gnu.org>
2977
2978 * display.texi (Images): Delete redundant @findex.
2979
39f9da30
GM
29802007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 * text.texi (Change Hooks): (after|before)-change-functions are no
2983 longer bound to nil while running; rather inhibit-modification-hooks
2984 is t.
2985
b8d4c8d0
GM
29862007-08-16 Richard Stallman <rms@gnu.org>
2987
5dcb4c4e
SM
2988 * processes.texi (Asynchronous Processes):
2989 Clarify doc of start-file-process.
b8d4c8d0
GM
2990
29912007-08-08 Martin Rudalics <rudalics@gmx.at>
2992
2993 * modes.texi (Example Major Modes): Fix typo.
2994
29952007-08-08 Glenn Morris <rgm@gnu.org>
2996
2997 * intro.texi (nil and t): Do not use `iff' in documentation.
2998
2999 * tips.texi (Documentation Tips): Recommend against `iff'.
3000
30012007-08-07 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * display.texi (Image Cache): Document image-refresh.
3004
30052007-08-06 Martin Rudalics <rudalics@gmx.at>
3006
3007 * windows.texi (Size of Window): Document window-full-width-p.
3008
30092007-07-25 Glenn Morris <rgm@gnu.org>
3010
3011 * gpl.texi (GPL): Replace license with GPLv3.
3012
3013 * Relicense all FSF files to GPLv3 or later.
3014
30152007-07-24 Michael Albinus <michael.albinus@gmx.de>
3016
4638454b
JB
3017 * processes.texi (Synchronous Processes):
3018 Add `process-file-shell-command'.
b8d4c8d0
GM
3019 (Asynchronous Processes): Mention restricted use of
3020 `process-filter' and `process-sentinel' in
3021 `start-file-process'. Add `start-file-process-shell-command'.
3022
30232007-07-17 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * files.texi (Magic File Names): Introduce optional parameter
3026 IDENTIFICATION for `file-remote-p'.
3027
30282007-07-16 Richard Stallman <rms@gnu.org>
3029
3030 * display.texi (Defining Faces): Fix previous change.
3031
30322007-07-14 Richard Stallman <rms@gnu.org>
3033
3034 * control.texi (Handling Errors): Document `debug' in handler list.
3035
30362007-07-10 Richard Stallman <rms@gnu.org>
3037
3038 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3039
30402007-07-09 Richard Stallman <rms@gnu.org>
3041
3042 * files.texi (Magic File Names): Rewrite previous change.
3043
30442007-07-08 Michael Albinus <michael.albinus@gmx.de>
3045
3046 * files.texi (Magic File Names): Introduce optional parameter
3047 CONNECTED for `file-remote-p'.
3048
30492007-07-07 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * processes.texi (Asynchronous Processes):
3052 * files.texi (Magic File Names): Add `start-file-process'.
3053
30542007-06-27 Richard Stallman <rms@gnu.org>
3055
5dcb4c4e
SM
3056 * files.texi (Format Conversion Piecemeal):
3057 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3058
30592007-06-27 Michael Albinus <michael.albinus@gmx.de>
3060
4638454b
JB
3061 * files.texi (Magic File Names): Remove `dired-call-process'.
3062 Add `process-file'.
b8d4c8d0
GM
3063
30642007-06-27 Kenichi Handa <handa@m17n.org>
3065
3066 * text.texi (Special Properties): Fix description about
4638454b 3067 `composition' property.
b8d4c8d0
GM
3068
30692007-06-26 Kenichi Handa <handa@m17n.org>
3070
3071 * nonascii.texi (Default Coding Systems): Document about the
3072 return value `undecided'.
3073
30742007-06-25 David Kastrup <dak@gnu.org>
3075
3076 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3077 `current-active-maps'.
3078
30792007-06-24 Karl Berry <karl@gnu.org>
3080
4638454b 3081 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3082
30832007-06-15 Juanma Barranquero <lekktu@gmail.com>
3084
3085 * display.texi (Overlay Arrow): Doc fix.
3086
30872007-06-14 Karl Berry <karl@tug.org>
3088
3089 * anti.texi (Antinews): Typo.
3090
30912007-06-14 Chong Yidong <cyd@stupidchicken.com>
3092
3093 * display.texi (Image Cache): Document image-refresh.
3094
30952007-06-12 Karl Berry <karl@gnu.org>
3096
3097 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3098 * two-volume.make: New file.
3099 * .cvsignore: Ignore two-volume files.
3100
31012007-06-12 Tom Tromey <tromey@redhat.com>
3102
3103 * os.texi (Init File): Document user-emacs-directory.
3104
31052007-06-03 Nick Roberts <nickrob@snap.net.nz>
3106
3107 * commands.texi (Click Events): Describe width and height when
3108 object is nil.
3109
31102007-05-30 Nick Roberts <nickrob@snap.net.nz>
3111
5dcb4c4e
SM
3112 * commands.texi (Click Events): Layout more logically.
3113 Describe width and height.
b8d4c8d0
GM
3114 (Drag Events, Motion Events): Update to new format for position.
3115
31162007-06-02 Richard Stallman <rms@gnu.org>
3117
3118 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3119
31202007-06-02 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * Version 22.1 released.
3123
31242007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * text.texi (Special Properties): Correct meaning of fontified face.
3127
31282007-05-30 Richard Stallman <rms@gnu.org>
3129
3130 * text.texi (Special Properties): Add link to Adjusting Point.
3131
31322007-05-12 Richard Stallman <rms@gnu.org>
3133
3134 * text.texi (Margins): indent-to-left-margin is not the default.
3135 (Mode-Specific Indent): For indent-line-function, the default
3136 is indent-relative.
3137
3138 * modes.texi (Example Major Modes): Explain last line of text-mode
3139 is redundant.
3140
31412007-05-10 Richard Stallman <rms@gnu.org>
3142
3143 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3144
3145 * help.texi (Keys in Documentation): Add reference to
3146 Documentation Tips.
3147
3148 * files.texi (Format Conversion): TO-FN gets three arguments.
3149
3150 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3151
31522007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3153
3154 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3155 * files.texi (Format Conversion): Expand intro; add menu.
3156 (Format Conversion Overview, Format Conversion Round-Trip)
3157 (Format Conversion Piecemeal): New nodes/subsections.
3158 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3159 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3160 (Saving Properties): Delete node/subsection.
3161
31622007-05-07 Karl Berry <karl@gnu.org>
3163
3164 * elisp.texi (EMACSVER): Back to 22.
3165
31662007-05-06 Richard Stallman <rms@gnu.org>
3167
3168 * processes.texi (Accepting Output): Revert most of previous change.
3169
31702007-05-05 Richard Stallman <rms@gnu.org>
3171
3172 * processes.texi (Accepting Output): accept-process-output
3173 uses microseconds, not milliseconds. But that arg is obsolete.
3174
31752007-05-04 Karl Berry <karl@tug.org>
3176
3177 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3178
31792007-05-04 Eli Zaretskii <eliz@gnu.org>
3180
3181 * tips.texi (Documentation Tips): Rearrange items to place the
3182 more important ones first. Add an index entry for hyperlinks.
3183
31842007-05-03 Karl Berry <karl@gnu.org>
3185
3186 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3187 (EMACSVER) [smallbook]: 22 for printed version.
3188
3189 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3190 so restore anchor to normal position after defun. Found by Kevin Ryde.
3191
31922007-04-26 Glenn Morris <rgm@gnu.org>
3193
3194 * elisp.texi (EMACSVER): Increase to 22.1.50.
3195
31962007-04-28 Karl Berry <karl@gnu.org>
3197
3198 * elisp.texi: Improve line breaks on copyright page,
3199 similar layout to emacs manual, 8.5x11 by default.
3200
32012007-04-24 Richard Stallman <rms@gnu.org>
3202
3203 * text.texi (Special Properties): Add xref to Overlay Properties.
3204
3205 * display.texi (Overlay Properties): Add xref to Special Properties.
3206
32072007-04-22 Richard Stallman <rms@gnu.org>
3208
3209 * keymaps.texi (Extended Menu Items): Move the info about
3210 format with cached keyboard binding.
3211
32122007-04-21 Richard Stallman <rms@gnu.org>
3213
3214 * text.texi (Special Properties): Clarify previous change.
3215
3216 * files.texi (File Name Expansion): Clarify previous change.
3217
3218 * display.texi (Attribute Functions): Fix example for
3219 face-attribute-relative-p.
3220
32212007-04-19 Kenichi Handa <handa@m17n.org>
3222
3223 * text.texi (Special Properties): Document composition property.
3224
32252007-04-19 Glenn Morris <rgm@gnu.org>
3226
3227 * files.texi (File Name Expansion): Mention "superroot".
3228
32292007-04-15 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3232 setups.
3233 (Display Feature Testing): Note that display refers to all
3234 physical monitors for multi-monitor setups.
3235
32362007-04-14 Richard Stallman <rms@gnu.org>
3237
3238 * lists.texi (Sets And Lists): Clarify `delete' examples.
3239 Remove spurious xref to same node.
3240 Clarify xref for add-to-list.
3241
32422007-04-12 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3245 value of lisp-mode-map.
3246
32472007-04-11 Karl Berry <karl@gnu.org>
3248
3249 * anti.texi (Antinews):
3250 * display.texi (Overlay Properties, Defining Images):
3251 * processes.texi (Synchronous Processes, Sentinels):
3252 * syntax.texi (Syntax Table Internals):
3253 * searching.texi (Regexp Special):
3254 * nonascii.texi (Default Coding Systems):
3255 * text.texi (Special Properties):
3256 * minibuf.texi (Basic Completion): Wording to improve breaks in
3257 8.5x11 format.
3258 * elisp.texi (smallbook): New @set to more easily switch between
3259 smallbook and 8.5x11.
3260
32612007-04-11 Richard Stallman <rms@gnu.org>
3262
3263 * text.texi (Lazy Properties): Minor fix.
3264
32652007-04-08 Karl Berry <karl@gnu.org>
3266
3267 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3268 * macros.texi (Backquote): Downcase Backquote in index entries for
3269 consistency.
3270
32712007-04-08 Richard Stallman <rms@gnu.org>
3272
3273 * text.texi (Adaptive Fill): Just describe default,
3274 don't show it (since it contains non-ASCII chars).
3275
32762007-04-07 Karl Berry <karl@gnu.org>
3277
3278 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3279 adaptive-fill-regexp's value, since they are not in the standard
3280 TeX fonts.
3281
32822007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3283
3284 * display.texi (Defining Faces): Fix example.
3285
32862007-04-07 Karl Berry <karl@gnu.org>
3287
3288 * display.texi (Button Buffer Commands): Improve page break.
3289
32902007-04-07 Richard Stallman <rms@gnu.org>
3291
3292 * advice.texi (Activation of Advice): Remove redundant index entry.
3293
3294 * backups.texi: Improve index entries. Remove redundant ones.
3295
3296 * compile.texi (Byte Compilation): Improve index entry.
3297
3298 * hash.texi (Creating Hash): Improve index entry.
3299
3300 * symbols.texi (Definitions): Improve index entry.
3301
3302 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3303
3304 * maps.texi (Standard Keymaps): Remove useless index entry.
3305
3306 * help.texi (Documentation Basics): Remove redundant index entries.
3307
3308 * customize.texi: Improve index entries.
3309 Remove redundant/useless ones.
3310
3311 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3312
3313 * streams.texi (Output Variables): Improve index entry.
3314
3315 * abbrevs.texi (Abbrevs): Remove useless index entry.
3316
3317 * macros.texi (Expansion): Remove useless index entry.
3318
3319 * text.texi: Improve index entries. Remove redundant/useless ones.
3320 (Text Properties, Examining Properties)
3321 (Special Properties): Use "property category" instead of "category"
3322 to refer to the `category' property.
3323
3324 * positions.texi: Improve index entries. Remove useless one.
3325
3326 * lists.texi: Improve index entries. Remove redundant/useless ones.
3327
3328 * os.texi: Improve index entries.
3329 (Timers): Fix previous change.
3330
3331 * buffers.texi: Improve index entries.
3332 (Modification Time): Get rid of term "obsolete buffer".
3333
3334 * debugging.texi: Improve index entries.
3335 (Test Coverage): Add xref to other test coverage ftr.
3336
3337 * eval.texi: Improve index entry. Remove redundant ones.
3338
3339 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3340
3341 * files.texi: Improve index entries. Remove redundant/useless ones.
3342
3343 * objects.texi: Improve index entries.
3344
3345 * processes.texi: Improve index entries.
3346
3347 * modes.texi: Improve index entry. Remove redundant one.
3348
3349 * nonascii.texi: Improve index entries.
3350
3351 * internals.texi: Improve index entries.
3352
3353 * syntax.texi: Improve index entries.
3354
3355 * keymaps.texi (Active Keymaps): Improve index entries.
3356
3357 * commands.texi: Improve index entries. Remove redundant/useless ones.
3358
3359 * frames.texi: Improve index entries. Remove redundant/useless ones.
3360
3361 * markers.texi: Improve index entries. Remove redundant ones.
3362
3363 * tips.texi: Improve index entries.
3364
3365 * loading.texi (Unloading): Improve index entry.
3366
3367 * variables.texi: Improve index entries. Remove redundant one.
3368
3369 * sequences.texi: Improve index entry.
3370
3371 * display.texi: Improve index entries. Remove redundant ones.
3372
3373 * windows.texi: Improve index entries.
3374
3375 * searching.texi: Improve index entries. Remove redundant one.
3376
3377 * strings.texi (Case Tables): Improve last change.
3378
33792007-04-04 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * strings.texi (Case Tables): Document with-case-table and
3382 ascii-case-table.
3383
33842007-04-03 Karl Berry <karl@gnu.org>
3385
3386 * processes.texi (Network): Reword to improve page break.
3387
33882007-04-03 Eli Zaretskii <eliz@gnu.org>
3389
3390 * functions.texi (Inline Functions): Describe more disadvantages
3391 of defsubst, and make advice against it stronger.
3392
33932007-04-02 Karl Berry <karl@gnu.org>
3394
3395 * backups.texi (Backup Names): Avoid widow words.
3396 * modes.texi (Example Major Modes): Align last comment.
3397
33982007-04-01 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * keymaps.texi (Remapping Commands): Document new arg to
3401 command-remapping.
3402
34032007-04-01 Karl Berry <karl@gnu.org>
3404
3405 * processes.texi (Low-Level Network): Typo.
3406 * loading.texi (Hooks for Loading): Avoid double "the".
3407 * keymaps.texi (Key Sequences): No double "and".
3408 (Changing Key Bindings): Shorten to improve line break.
3409
34102007-03-31 Glenn Morris <rgm@gnu.org>
3411
3412 * os.texi (Timers): Fix description of run-at-time TIME formats.
3413
34142007-03-31 Richard Stallman <rms@gnu.org>
3415
3416 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3417 regarding ellipsis.
3418
34192007-03-31 Eli Zaretskii <eliz@gnu.org>
3420
3421 * intro.texi (nil and t):
3422 * symbols.texi (Plists and Alists):
3423 * variables.texi (Variable Aliases, Constant Variables):
3424 * functions.texi (Defining Functions):
3425 * advice.texi (Advising Primitives):
3426 * debugging.texi (Syntax Errors, Compilation Errors):
3427 * minibuf.texi (Minibuffer Windows):
3428 * commands.texi (Adjusting Point):
3429 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3430 (Auto Major Mode, Major Mode Conventions):
3431 * help.texi (Describing Characters):
3432 * files.texi (Create/Delete Dirs, Information about Files)
3433 (File Locks, Writing to Files, Reading from Files)
3434 (Saving Buffers):
3435 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3436 * frames.texi (Finding All Frames):
3437 * positions.texi (Buffer End, Motion):
3438 * markers.texi (The Region):
3439 * text.texi (Deletion, Near Point):
3440 * display.texi (Displaying Messages, Truncation):
3441 * os.texi (Processor Run Time):
3442 * tips.texi (Key Binding Conventions, Programming Tips)
3443 (Warning Tips, Documentation Tips, Comment Tips):
3444 * internals.texi (Memory Usage): Improve indexing.
3445
3446 * variables.texi (Frame-Local Variables):
3447 * functions.texi (Argument List):
3448 * loading.texi (Library Search):
3449 * streams.texi (Output Variables):
3450 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3451 * searching.texi (Replacing Match, Search and Replace):
3452 * processes.texi (Byte Packing, Decoding Output)
3453 (Accepting Output, Network Servers, Shell Arguments):
3454 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3455 * windows.texi (Window Point, Window Start):
3456 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3457 * commands.texi (Reading Input, Keyboard Events):
3458 * minibuf.texi (Reading File Names, Minibuffer Completion)
3459 (Recursive Mini):
3460 * positions.texi (List Motion):
3461 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3462 * numbers.texi (Arithmetic Operations, Math Functions)
3463 (Predicates on Numbers, Comparison of Numbers):
3464 (Numeric Conversions):
3465 * locals.texi (Standard Buffer-Local Variables):
3466 * maps.texi (Standard Keymaps):
3467 * os.texi (User Identification, System Environment, Recording Input)
3468 (X11 Keysyms):
3469 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3470 * backups.texi (Backups and Auto-Saving):
3471 * customize.texi (Customization, Group Definitions)
3472 (Variable Definitions):
3473 * compile.texi (Byte Compilation): Improve index entries.
3474
34752007-03-31 Karl Berry <karl@gnu.org>
3476
3477 * macros.texi (Defining Macros): Avoid widow syllable.
3478
34792007-03-31 Eli Zaretskii <eliz@gnu.org>
3480
3481 * elisp.texi (Top): Postscript -> PostScript.
3482
3483 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3484
34852007-03-31 Markus Triska <markus.triska@gmx.at>
3486
3487 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3488
34892007-03-30 Karl Berry <karl@gnu.org>
3490
3491 * lists.texi (List-related Predicates): Remove spurious @need.
3492 (Setcdr): Use @smallexample to improve page break.
3493 (Association Lists) <assoc>: Reword to improve page break.
3494
3495 * strings.texi (String Conversion): Insert blank line to improve
3496 page break.
3497
3498 * numbers.texi (Random Numbers): Use @minus{}.
3499 (Math Functions): Use @minus{}.
3500
3501 * intro.texi (Acknowledgements): Avoid line breaks before middle
3502 initials.
3503
35042007-03-24 Eli Zaretskii <eliz@gnu.org>
3505
3506 * errors.texi (Standard Errors): Add an index entry.
3507
35082007-03-19 Richard Stallman <rms@gnu.org>
3509
3510 * os.texi (Recording Input): recent-keys now gives 300 keys.
3511
35122007-03-12 Glenn Morris <rgm@gnu.org>
3513
3514 * os.texi: Replace "daylight savings" with "daylight saving"
3515 throughout.
3516
35172007-03-05 Richard Stallman <rms@gnu.org>
3518
5dcb4c4e
SM
3519 * variables.texi (File Local Variables):
3520 Update enable-local-variables values.
b8d4c8d0
GM
3521
35222007-03-04 Richard Stallman <rms@gnu.org>
3523
3524 * syntax.texi (Control Parsing): Minor clarification.
3525
3526 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3527
3528 * sequences.texi (Sequence Functions): Move string-bytes away,
3529 add xref.
3530
3531 * nonascii.texi (Text Representations): Move string-bytes here.
3532
3533 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3534
3535 * minibuf.texi (Basic Completion): Minor clarification.
3536
3537 * markers.texi (The Mark): Clarify existence vs activation of mark.
3538 Other cleanup.
3539
3540 * display.texi (Finding Overlays): Write better example.
3541
3542 * compile.texi (Eval During Compile): Clarify putting macros
3543 in eval-when-compile.
3544
c5602427 35452007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3546
3547 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3548 load-read-function definition doc.
b8d4c8d0
GM
3549
35502007-02-21 Kim F. Storm <storm@cua.dk>
3551
3552 * strings.texi (Text Comparison): Mention that assoc-string
3553 converts symbols to strings before testing.
3554
35552007-02-17 Kim F. Storm <storm@cua.dk>
3556
3557 * processes.texi (Bindat Spec): Vector types can have optional
3558 element type.
3559 (Bindat Examples): Fix example. Add vector with element type.
3560
35612007-02-16 Andreas Schwab <schwab@suse.de>
3562
3563 * strings.texi (Formatting Strings): Document '+' flag.
3564
35652007-02-15 Juanma Barranquero <lekktu@gmail.com>
3566
3567 * strings.texi (Modifying Strings): Clarify that `clear-string'
3568 always converts the string to unibyte.
3569
35702007-02-14 Kim F. Storm <storm@cua.dk>
3571
3572 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3573 Rewrite glyph code description to refer to these functions.
3574 Remove details of encoding face number and char into integer code.
3575
35762007-02-03 Alan Mackenzie <acm@muc.de>
3577
3578 * loading.texi (Hooks for Loading): Make the description of
3579 `eval-after-load' more detailed, and amend the description of
3580 after-load-alist, in accordance with changes from 2006-05.
3581
35822007-02-03 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * modes.texi (Defining Minor Modes): Document that a :require
3585 keyword or similar may be required to make saved customization
3586 variables work.
3587
35882007-02-03 Eli Zaretskii <eliz@gnu.org>
3589
3590 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3591 Texinfo guidelines and with what texnfo-upd.el expects.
3592 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3593 parts needed by `texinfo-multiple-files-update'.
3594
35952007-02-02 Eli Zaretskii <eliz@gnu.org>
3596
3597 * elisp.texi (Top): Update the top-level menus.
3598
3599 * syntax.texi (Categories): Add index entries.
3600
36012007-02-01 Juanma Barranquero <lekktu@gmail.com>
3602
3603 * display.texi (Attribute Functions): Fix name and description of
3604 the UNDERLINE arg of `set-face-underline-p'.
3605
36062007-01-29 Eli Zaretskii <eliz@gnu.org>
3607
3608 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3609 Variables", and "Standard Keymaps" to the detailed menu.
3610
3611 * variables.texi (Future Local Variables): Add index entry.
3612
36132007-01-28 Richard Stallman <rms@gnu.org>
3614
3615 * tips.texi (Coding Conventions): Clarify the tip about macros
3616 that define a function or a variable.
3617
3618 * files.texi (File Attributes): UID and GID can be floats.
3619 (Magic File Names): Explain why deferring all operations to
3620 the standard handler does not work.
3621
36222007-01-23 Martin Rudalics <rudalics@gmx.at>
3623
3624 * backups.texi (Reverting): Use "buffer" instead of "file"
3625 when talking about major and minor modes.
3626
36272007-01-21 Richard Stallman <rms@gnu.org>
3628
3629 * help.texi (Documentation): Add xref to Documentation Tips.
3630
36312007-01-14 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * tips.texi (Coding Conventions): Fix typos.
3634
36352007-01-05 Richard Stallman <rms@gnu.org>
3636
3637 * modes.texi (Defining Minor Modes): Fix previous change.
3638
36392007-01-03 Richard Stallman <rms@gnu.org>
3640
3641 * customize.texi (Variable Definitions, Customization Types):
3642 Don't use * in doc string for defcustom.
3643
36442007-01-02 Richard Stallman <rms@gnu.org>
3645
3646 * variables.texi (Variable Aliases): Clarify that aliases vars
3647 always have the same value.
3648
3649 * processes.texi (Bindat Spec): Fix Texinfo usage.
3650
3651 * modes.texi (Defining Minor Modes): Explain effect of command
3652 defined with define-global-minor-mode on new buffers.
3653
36542006-12-30 Kim F. Storm <storm@cua.dk>
3655
3656 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3657 `auto-resize-tool-bars'.
3658
36592006-12-30 Richard Stallman <rms@gnu.org>
3660
3661 * keymaps.texi (Active Keymaps): Fix previous change.
3662
36632006-12-30 Nick Roberts <nickrob@snap.net.nz>
3664
3665 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3666
36672006-12-30 Kim F. Storm <storm@cua.dk>
3668
3669 * processes.texi (Bindat Spec): Clarify using field names in
3670 length specifications.
3671
36722006-12-29 Kim F. Storm <storm@cua.dk>
3673
3674 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3675 Add count and index variables for eval forms in repeat blocks.
3676
36772006-12-24 Richard Stallman <rms@gnu.org>
3678
5dcb4c4e
SM
3679 * customize.texi (Variable Definitions):
3680 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3681
36822006-12-19 Kim F. Storm <storm@cua.dk>
3683
3684 * commands.texi (Misc Events): User signals now result in sigusr1
3685 and sigusr2 events which are handled through special-event-map.
3686 (Special Events): User signals and drag-n-drop are special.
3687
36882006-12-17 Richard Stallman <rms@gnu.org>
3689
3690 * loading.texi (Named Features): Explain subfeatures better.
3691
3692 * customize.texi: Use "option" only for user options.
3693 For the keyword values inside defcustom etc, say "keywords".
3694 For :options value's elements, say "elements".
3695 :group should not be omitted.
3696
3697 * syntax.texi (Parsing Expressions): Split up node.
3698 (Motion via Parsing, Position Parse, Parser State)
3699 (Low-Level Parsing, Control Parsing): New subnodes.
3700 (Parser State): Document syntax-ppss-toplevel-pos.
3701
3702 * positions.texi (List Motion): Punctuation fix.
3703
3704 * files.texi (File Name Completion): Document PREDICATE arg
3705 to file-name-completion.
3706
37072006-12-16 Eli Zaretskii <eliz@gnu.org>
3708
3709 * internals.texi (Building Emacs, Writing Emacs Primitives):
3710 Add index entries.
3711
37122006-12-11 Richard Stallman <rms@gnu.org>
3713
3714 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3715 affects face menu. Explain how to make it non-nil without enabling
3716 any fontification.
3717
37182006-12-10 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * modes.texi (Font Lock Basics): Document nil value of
3721 font-lock-defaults.
3722
37232006-12-10 Glenn Morris <rgm@gnu.org>
3724
3725 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3726 value for system-flag argument. Abbrev tables may not be empty
3727 when major modes are loaded.
3728
37292006-12-08 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * makefile.w32-in (maintainer-clean): Partially revert last
3732 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3733 to protect elisp-covers.texi.
3734
37352006-12-07 Juanma Barranquero <lekktu@gmail.com>
3736
3737 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3738 Don't remove elisp* info files; they are already deleted by the
3739 `clean' and `distclean' targets, and they are in the $(infodir)
3740 directory, not the current one.
3741
37422006-12-04 Kim F. Storm <storm@cua.dk>
3743
3744 * commands.texi (Misc Events): Update signal events.
3745 (Event Examples): Add signal example.
3746
37472006-11-29 Richard Stallman <rms@gnu.org>
3748
3749 * frames.texi (Visibility of Frames): Explain visible windows
3750 can be covered by others. Add xref for raise-frame.
3751
37522006-11-28 Richard Stallman <rms@gnu.org>
3753
3754 * searching.texi (Regexp Special): Update when ^ is special.
3755
37562006-11-27 Eli Zaretskii <eliz@gnu.org>
3757
3758 * customize.texi (Customization, Common Keywords)
3759 (Group Definitions, Variable Definitions, Composite Types)
3760 (Type Keywords, Customization Types): Add index entries for
3761 various customization keywords.
3762
37632006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3766
c8763fb6 37672006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3768
3769 * frames.texi (Window System Selections): Remove clipboard from
3770 description of selection-coding-system.
3771
37722006-11-06 Richard Stallman <rms@gnu.org>
3773
3774 * lists.texi (List Variables): Document COMPARE-FN.
3775
3776 * keymaps.texi: Avoid use of "binding" to mean a relation;
3777 use it only to refer to the meaning associated with a key.
3778 (Keymaps): Change menu node description.
3779
3780 * elisp.texi (Top): Change menu node description.
3781
3782 * display.texi (Managing Overlays): Document overlay-recenter.
3783
37842006-10-29 Chong Yidong <cyd@stupidchicken.com>
3785
3786 * Makefile.in: Use relative paths to avoid advertising filesystem
3787 contents during compilation.
3788
37892006-10-23 Kim F. Storm <storm@cua.dk>
3790
3791 * commands.texi (Event Input Misc): Update unread-command-events.
3792
37932006-10-23 Nick Roberts <nickrob@snap.net.nz>
3794
3795 * lists.texi (Sets And Lists): Fix typos.
3796
37972006-10-18 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * control.texi (Processing of Errors): Use @var for an argument,
3800 not @code.
3801
38022006-10-16 Richard Stallman <rms@gnu.org>
3803
3804 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3805
3806 * keymaps.texi (Format of Keymaps): Show all the keymap element
3807 patterns that result from menu items.
3808 (Key Lookup): Minor cleanups.
3809
3810 * modes.texi (Precalculated Fontification): Don't say that
3811 not setting font-lock-defaults avoids loading font-lock.
3812
3813 * help.texi (Documentation): Move xref to Emacs Manual here.
3814 (Documentation Basics): From here.
3815 Also doc emacs-lisp-docstring-fill-column.
3816
3817 * elisp.texi: Update version and ISBN.
3818
3819 * commands.texi (Interactive Call): Clarify KEYS arg to
3820 call-interactively is a vector.
3821 (Command Loop Info): Delete anchor in this-command-keys.
3822 Add anchor in this-command-keys-vector.
3823 (Recursive Editing): Document how recursive-edit
3824 handles the current buffer.
3825
38262006-10-13 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * frames.texi (Frame Titles): %c and %l are ignored in
3829 frame-title-format.
3830
38312006-10-11 Richard Stallman <rms@gnu.org>
3832
3833 * keymaps.texi (Key Sequences): Clarify use of kbd.
3834
38352006-10-10 Kim F. Storm <storm@cua.dk>
3836
3837 * lists.texi (Sets And Lists): Add memql.
3838
38392006-10-03 Richard Stallman <rms@gnu.org>
3840
3841 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3842 Clarify :ascii: and :nonascii:.
3843
38442006-09-29 Juri Linkov <juri@jurta.org>
3845
3846 * modes.texi (%-Constructs): Reorder coding systems in the
3847 documentation of %z to the real order displayed in the modeline.
3848
38492006-09-25 Richard Stallman <rms@gnu.org>
3850
3851 * os.texi (Timers): Describe timer-max-repeats.
3852
38532006-09-25 Chong Yidong <cyd@stupidchicken.com>
3854
3855 * os.texi (Timers): Mention with-local-quit.
3856
38572006-09-24 Richard Stallman <rms@gnu.org>
3858
3859 * searching.texi (Searching and Matching): Mention property search.
3860
3861 * commands.texi (Command Loop Info): Explain how read-event affects
3862 this-command-keys.
3863
38642006-09-20 Richard Stallman <rms@gnu.org>
3865
3866 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3867
3868 * windows.texi (Window Start): Minor cleanups.
3869
38702006-09-20 Kim F. Storm <storm@cua.dk>
3871
3872 * windows.texi (Window Start): pos-visible-in-window-p allows
3873 specifying t for position to mean "end of window".
3874 Add window-line-height.
3875
3876 * anti.texi (Antinews): Mention window-line-height.
3877
38782006-09-19 David Kastrup <dak@gnu.org>
3879
3880 * keymaps.texi (Searching Keymaps): Small clarification.
3881
38822006-09-18 Richard Stallman <rms@gnu.org>
3883
3884 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3885 cause keyboard menus.
3886 (Menu Keymaps): Likewise.
3887 (Defining Menus, Keyboard Menus): Clarify.
3888
3889 * text.texi (Fields): Clarify explanation of constrain-to-field.
3890
38912006-09-16 Eli Zaretskii <eliz@gnu.org>
3892
3893 * variables.texi (Tips for Defining): Fix a typo.
3894
38952006-09-15 Richard Stallman <rms@gnu.org>
3896
3897 * keymaps.texi (Remapping Commands, Searching Keymaps)
3898 (Active Keymaps): Clean up previous change.
3899
39002006-09-15 Jay Belanger <belanger@truman.edu>
3901
3902 * gpl.texi: Replace "Library Public License" by "Lesser Public
3903 License" throughout.
3904
39052006-09-15 David Kastrup <dak@gnu.org>
3906
3907 * keymaps.texi (Active Keymaps): Adapt description to use
3908 `get-char-property' instead `get-text-property'. Explain how
3909 mouse events change this. Explain the new optional argument of
3910 `key-binding' and its mouse-dependent lookup.
3911 (Searching Keymaps): Adapt description similarly.
3912 (Remapping Commands): Explain the new optional argument of
3913 `command-remapping'.
3914
39152006-09-14 Richard Stallman <rms@gnu.org>
3916
3917 * keymaps.texi (Searching Keymaps): Clarification.
3918 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3919
39202006-09-13 Richard Stallman <rms@gnu.org>
3921
3922 * objects.texi (Character Type): Node split.
3923 Add xref to Describing Characters.
3924 (Basic Char Syntax, General Escape Syntax)
3925 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3926
39272006-09-11 Richard Stallman <rms@gnu.org>
3928
3929 * display.texi (Display Table Format): Wording clarification.
3930 (Glyphs): Clarifications.
3931
39322006-09-10 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3935 local maps.
3936
39372006-09-10 Kim F. Storm <storm@cua.dk>
3938
3939 * display.texi (Forcing Redisplay): Document return value of
3940 function redisplay.
3941
39422006-09-09 Richard Stallman <rms@gnu.org>
3943
3944 * windows.texi (Window Hooks): Explain limits of
3945 window-scroll-functions.
3946
3947 * display.texi (Fringe Indicators): Update for last change in
3948 indicate-buffer-boundaries.
3949
39502006-09-08 Richard Stallman <rms@gnu.org>
3951
3952 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3953
39542006-09-06 Kim F. Storm <storm@cua.dk>
3955
3956 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3957
3958 * windows.texi (Window Start): Update pos-visible-in-window-p.
3959
39602006-09-04 Richard Stallman <rms@gnu.org>
3961
3962 * processes.texi (Accepting Output): Explain SECONDS=0 for
3963 accept-process-output.
3964
3965 * os.texi (Idle Timers): Explain why timer functions should not
3966 loop until (input-pending-p).
3967
39682006-09-02 Eli Zaretskii <eliz@gnu.org>
3969
3970 * makefile.w32-in (usermanualdir): New variable.
3971 (elisp.dvi): Use it.
3972
39732006-09-01 Eli Zaretskii <eliz@gnu.org>
3974
3975 * buffers.texi (Buffer Modification): Fix last change.
3976
39772006-09-01 Chong Yidong <cyd@stupidchicken.com>
3978
5dcb4c4e
SM
3979 * buffers.texi (Buffer Modification):
3980 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3981
39822006-08-31 Richard Stallman <rms@gnu.org>
3983
3984 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3985
39862006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3987
3988 * modes.texi (Syntactic Font Lock):
3989 Mention font-lock-syntactic-face-function
3990 instead of specific faces.
3991
39922006-08-29 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * display.texi (Images): Add xrref to display-images-p.
3995
39962006-08-28 Kenichi Handa <handa@m17n.org>
3997
3998 * nonascii.texi (Lisp and Coding Systems): Fix description of
3999 detect-coding-region.
4000
40012006-08-27 Michael Olson <mwolson@gnu.org>
4002
4003 * processes.texi (Transaction Queues): Remove stray quote
4004 character.
4005
40062006-08-25 Richard Stallman <rms@gnu.org>
4007
4008 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4009 Add xref.
4010
40112006-08-24 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * os.texi (Timers): Avoid waiting inside timers.
4014
40152006-08-21 Lute Kamstra <lute@gnu.org>
4016
4017 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4018
40192006-08-20 Richard Stallman <rms@gnu.org>
4020
4021 * os.texi (Idle Timers): New node, split out from Timers.
4022 Document current-idle-time.
4023 * commands.texi (Reading One Event): Update xref.
4024 * elisp.texi (Top): Update subnode menu.
4025
40262006-08-16 Richard Stallman <rms@gnu.org>
4027
4028 * keymaps.texi (Extended Menu Items): Show format of cached
4029 bindings in extended menu items.
4030
4031 * customize.texi (Variable Definitions): Explain when the
4032 standard value expression is evaluated.
4033
40342006-08-15 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * commands.texi (Reading One Event): Explain idleness in
4037 `read-event'.
4038
40392006-08-12 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4042 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4043 relevant for Lisp programming.
4044 (Yank Commands): Rewrite introduction.
4045 (Undo): Clarify.
4046 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4047 (Filling): Remove redundant comment. Clarify return value of
4048 current-justification.
4049 (Margins): Minor clarifications.
4050 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4051 (Sorting): Update definition of sort-lines.
4052 (Columns): Clarify behavior of sort-columns.
4053 (Indent Tabs): Link to Tab Stops in Emacs manual.
4054 (Special Properties): Clarify.
4055 (Clickable Text): Mention Buttons package.
4056
40572006-08-12 Kevin Ryde <user42@zip.com.au>
4058
4059 * os.texi (Time Parsing): Add %z to description of
4060 format-time-string, as per docstring. Add cross reference to
4061 glibc manual for strftime.
4062
40632006-08-08 Richard Stallman <rms@gnu.org>
4064
4065 * modes.texi: Clean up wording in previous change.
4066
40672006-08-07 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * modes.texi (Hooks): Clarify.
4070 (Major Mode Basics): Mention define-derived-mode explicitly.
4071 (Major Mode Conventions): Rebinding RET is OK for some modes.
4072 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4073 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4074 (Mode Line Basics): Clarify.
4075 (Mode Line Data): Mention help-echo and local-map in strings.
4076 Explain reason for treatment of non-risky variables.
4077 (Properties in Mode): Clarify.
4078 (Faces for Font Lock): Add font-lock-negation-char-face.
4079
40802006-08-04 Eli Zaretskii <eliz@gnu.org>
4081
4082 * strings.texi (Formatting Strings): Warn against arbitrary
4083 strings as first arg to `format'.
4084
40852006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4086
4087 * text.texi (Clickable Text): Mention `help-echo' text property.
4088 Update intro, examples and associated explanations.
4089
40902006-07-31 Richard Stallman <rms@gnu.org>
4091
4092 * commands.texi: Update xrefs.
4093 (Event Mod): New node, cut out from old Translating Input.
4094
4095 * maps.texi: Update xrefs.
4096
4097 * keymaps.texi (Translation Keymaps): New node.
4098 Update xrefs from Translating Input to Translation Keymaps.
4099
4100 * elisp.texi (Top): Update subnode menu.
4101
4102 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4103
4104 * os.texi (System Interface): Fix menu descriptions of some nodes.
4105 (Translating Input): Node deleted.
4106
41072006-07-31 Nick Roberts <nickrob@snap.net.nz>
4108
4109 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4110
4111 * lists.texi (Sets And Lists): Likewise.
4112
41132006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4114
4115 * text.texi (Fields): Mention POS
4116 requirement when narrowing is in effect.
4117
41182006-07-28 Richard Stallman <rms@gnu.org>
4119
4120 * display.texi (Face Attributes): Simplify wording.
4121 (Attribute Functions): Clarify meaning of new-frame default
4122 attribute settings.
4123
4124 * customize.texi (Common Keywords): Document how to use
4125 :package-version in a package not in Emacs.
4126
41272006-07-28 Kim F. Storm <storm@cua.dk>
4128
4129 * commands.texi (Reading One Event): Fix last change.
4130
41312006-07-26 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * commands.texi (Reading One Event): Document SECONDS argument for
4134 read-event, read-char, and read-char-exclusive.
4135
41362006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4139 to ensure correct identification.
4140
41412006-07-24 Richard Stallman <rms@gnu.org>
4142
4143 * text.texi (Clickable Text): Clarify.
4144
4145 * sequences.texi (Vector Functions): Delete duplicate xref.
4146
4147 * objects.texi (Function Type): Clarify.
4148
4149 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4150 modes.
4151
4152 * lists.texi (List Variables): New node.
4153 Material moved from other nodes.
4154
4155 * variables.texi (Setting Variables): add-to-list and
4156 add-to-ordered-list moved to List Variables node.
4157
41582006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4159
4160 * text.texi (Links and Mouse-1):
4161 For mouse-on-link-p, expand on arg POS.
4162
41632006-07-21 Kim F. Storm <storm@cua.dk>
4164
4165 * display.texi (Forcing Redisplay): Don't mention systems which
4166 don't support sub-second timers for redisplay-preemption-period.
4167
4168 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4169
41702006-07-21 Eli Zaretskii <eliz@gnu.org>
4171
4172 * frames.texi (Input Focus): Document that focus-follows-mouse has
4173 no effect on MS-Windows.
4174
41752006-07-18 Richard Stallman <rms@gnu.org>
4176
4177 * display.texi (Forcing Redisplay): Cleanups in previous change.
4178
4179 * processes.texi (Low-Level Network): Make menu more convenient.
4180
41812006-07-18 Kim F. Storm <storm@cua.dk>
4182
4183 * display.texi (Forcing Redisplay): redisplay-preemption-period
4184 only used on window systems. Add xref to Terminal Output.
4185
4186 * os.texi (Terminal Output): baud-rate only controls preemption on
4187 non-window systems. Add xref to Forcing Redisplay.
4188
4189 * processes.texi (Low-Level Network): Rename node "Make Network"
4190 to "Network Processes".
4191
41922006-07-18 Karl Berry <karl@gnu.org>
4193
4194 * variables.texi, functions.texi, customize.texi, loading.texi:
4195 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4196
41972006-07-17 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4200
42012006-07-17 Richard Stallman <rms@gnu.org>
4202
4203 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4204 Put period and comma inside quotes.
4205
4206 * loading.texi, markers.texi: Use real doublequote inside menus.
4207
4208 * windows.texi: Put point and comma inside quotes.
4209 (Textual Scrolling): Use @samp for error message.
4210
4211 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4212 * strings.texi, streams.texi, processes.texi, os.texi:
4213 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4214 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4215 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4216 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4217 Put point and comma inside quotes.
4218
4219 * control.texi (Processing of Errors): Add command-error-function.
4220
4221 * variables.texi (File Local Variables): Clarify that
4222 file local variables make buffer-local bindings.
4223
4224 * modes.texi (Syntactic Font Lock): Give default for
4225 font-lock-syntax-table.
4226
42272006-07-17 Nick Roberts <nickrob@snap.net.nz>
4228
4229 * text.texi (Special Properties): Clean up previous change.
4230
42312006-07-16 Karl Berry <karl@gnu.org>
4232
4233 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4234 * control.texi: Fix bad page breaks through chapter 10 (control).
4235
4236 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4237 underfull hbox.
4238
42392006-07-15 Nick Roberts <nickrob@snap.net.nz>
4240
4241 * text.texi (Special Properties): Describe fontified text property
4242 in relation to a character (not text).
4243
42442006-07-15 Kim F. Storm <storm@cua.dk>
4245
4246 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4247 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4248 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4249
4250 * anti.texi (Antinews): Mention redisplay function.
4251 The kbd macro existed, but was not documented, before 22.x.
4252 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4253
42542006-07-14 Nick Roberts <nickrob@snap.net.nz>
4255
4256 * display.texi (Displaying Messages): Add anchor.
4257
4258 * frames.texi (Dialog Boxes): Use it.
4259
42602006-07-12 Richard Stallman <rms@gnu.org>
4261
4262 * objects.texi (Frame Type): Explain nature of frames better.
4263
4264 * frames.texi (Frames): Explain nature of frames better.
4265
42662006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4267
4268 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4269
42702006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4271
4272 * frames.texi (Window System Selections): Mention scrap support for Mac.
4273 Default value of x-select-enable-clipboard is t on Mac.
4274
4275 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4276
42772006-07-11 Kim F. Storm <storm@cua.dk>
4278
4279 * display.texi (Forcing Redisplay): Add `redisplay' function.
4280 Don't mention (sit-for -1) -- use (redisplay t) instead.
4281
4282 * commands.texi (Waiting): (sit-for -1) is no longer special.
4283 (sit-for 0) is equivalent to (redisplay).
4284 Iconifying/deiconifying no longer makes sit-for return.
4285
42862006-07-10 Nick Roberts <nickrob@snap.net.nz>
4287
4288 * display.texi (Buttons): Fix typo.
4289
4290 * index.texi, elisp.texi (New Symbols): Comment node out.
4291
42922006-07-09 Richard Stallman <rms@gnu.org>
4293
4294 * display.texi (Truncation): Clean up previous change.
4295
42962006-07-08 Richard Stallman <rms@gnu.org>
4297
4298 * commands.texi (Interactive Call): Use 3 as prefix in example
4299 for execute-extended-command.
4300
4301 * display.texi (Attribute Functions): Move paragraph about
4302 compatibility with Emacs < 21.
4303
43042006-07-09 Kim F. Storm <storm@cua.dk>
4305
4306 * display.texi (Refresh Screen): Clarify force-window-update.
4307 (Truncation): "Normally" indicated by fringe arrows.
4308
43092006-07-08 Eli Zaretskii <eliz@gnu.org>
4310
4311 * windows.texi (Textual Scrolling, Resizing Windows):
4312 * variables.texi (Constant Variables):
4313 * text.texi (Buffer Contents, Deletion, Changing Properties)
4314 (Property Search, Special Properties, Sticky Properties)
4315 (Links and Mouse-1, Fields, Change Hooks):
4316 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4317 (Categories):
4318 * symbols.texi (Other Plists):
4319 * streams.texi (Output Variables):
4320 * processes.texi (Input to Processes, Query Before Exit):
4321 * positions.texi (Word Motion, Text Lines, List Motion):
4322 * os.texi (Init File, System Environment, Sound Output)
4323 (Session Management):
4324 * nonascii.texi (Text Representations, Character Sets)
4325 (Chars and Bytes, Locales):
4326 * modes.texi (Defining Minor Modes, Header Lines):
4327 * minibuf.texi (Minibuffer Contents):
4328 * markers.texi (Information from Markers):
4329 * lists.texi (List Elements, Building Lists, Association Lists):
4330 * keymaps.texi (Tool Bar):
4331 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4332 * functions.texi (What Is a Function, Mapping Functions):
4333 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4334 (Color Names, Text Terminal Colors, Display Feature Testing):
4335 * files.texi (Visiting Functions, File Name Components)
4336 (Unique File Names, Contents of Directories):
4337 * display.texi (Forcing Redisplay, Displaying Messages)
4338 (Temporary Displays, Font Selection, Auto Faces)
4339 (Font Lookup, Fringe Indicators, Display Margins)
4340 (Image Descriptors, Showing Images, Image Cache, Button Types)
4341 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4342 (Display Table Format, Glyphs):
4343 * control.texi (Iteration):
4344 * commands.texi (Command Loop Info, Adjusting Point):
4345 * backups.texi (Making Backups, Auto-Saving):
4346 Remove @tindex entries.
4347
43482006-07-07 Kim F. Storm <storm@cua.dk>
4349
4350 * display.texi (Fringe Cursors): Fix typo.
4351 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4352 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4353
43542006-07-05 Richard Stallman <rms@gnu.org>
4355
4356 * text.texi (Buffer Contents): Add example of text props
4357 in result of buffer-substring.
4358 (Text Properties): Explain better about use of specific property names.
4359 (Property Search): Some cleanups; reorder some functions.
4360
4361 * keymaps.texi (Changing Key Bindings): Cleanup.
4362 Add xref to Key Binding Conventions.
4363
4364 * display.texi (Attribute Functions): Add examples for
4365 face-attribute-relative-p.
4366
4367 * tips.texi (Coding Conventions): Cleanup last change.
4368
43692006-07-05 Karl Berry <karl@gnu.org>
4370
4371 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4372 Remove @setchapternewpage odd.
4373 Result is 1013 pages, down from 1100.
4374
4375 * anti.texi, customize.texi, display.texi, internals.texi:
4376 * minibuf.texi, modes.texi, tips.texi:
4377 Fix overfull/underfull boxes.
4378
43792006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4380
4381 * edebug.texi (Instrumenting):
4382 Add Edebug-specific findex for eval-buffer.
4383 * loading.texi (Loading):
4384 Replace eval-current-buffer with eval-buffer.
4385
43862006-06-30 Nick Roberts <nickrob@snap.net.nz>
4387
4388 * locals.texi (Standard Buffer-Local Variables): Update the list
4389 of variables.
4390
43912006-06-26 Nick Roberts <nickrob@snap.net.nz>
4392
4393 * files.texi (File Name Completion): Point user to the node
4394 "Reading File Names".
4395
43962006-06-24 Eli Zaretskii <eliz@gnu.org>
4397
4398 * files.texi (Contents of Directories): Document case-insensitive
4399 behavior on respective filesystems.
4400
4401 * objects.texi (Character Type): Document that Emacs signals an
4402 error for unsupported Unicode characters specified as \uNNNN.
4403
44042006-06-19 Richard Stallman <rms@gnu.org>
4405
4406 * processes.texi (Bindat Spec): Clarify previous change.
4407
44082006-06-16 Richard Stallman <rms@gnu.org>
4409
4410 * tips.texi (Coding Conventions): Better explain conventions
4411 for definition constructs.
4412
4413 * text.texi (Special Properties): String value of `read-only'
4414 serves as the error message.
4415
4416 * objects.texi (Character Type): Clarify prev. change.
4417 (Non-ASCII in Strings): Mention \u and \U.
4418
4419 * commands.texi (Using Interactive): Explain problem of
4420 markers, etc., in command-history.
4421
44222006-06-14 Kim F. Storm <storm@cua.dk>
4423
4424 * commands.texi (Waiting): Negative arg to sit-for forces
4425 redisplay even if input is pending.
4426
4427 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4428 redisplay. Remove incorrect example of binding redisplay-dont-pause
4429 around (sit-for 0).
4430
44312006-06-13 Richard Stallman <rms@gnu.org>
4432
4433 * display.texi (Forcing Redisplay): Clarify previous change.
4434
44352006-06-13 Romain Francoise <romain@orebokech.com>
4436
4437 * display.texi (Forcing Redisplay): Fix typo.
4438
44392006-06-13 Kim F. Storm <storm@cua.dk>
4440
4441 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4442
44432006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4444
4445 * tips.texi (Coding Conventions): Add `@end itemize'.
4446
44472006-06-10 Richard Stallman <rms@gnu.org>
4448
4449 * tips.texi (Coding Conventions): Explain use of coding systems
4450 to ensure one decoding for strings.
4451
44522006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4453
4454 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4455 syntax.
4456
44572006-06-07 Eli Zaretskii <eliz@gnu.org>
4458
4459 * display.texi (Font Selection): Remove description of
4460 clear-face-cache.
4461
4462 * compile.texi (Eval During Compile): Fix a typo. Add index
4463 entries for possible uses of eval-when-compile.
4464
44652006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4466
4467 * display.texi (Abstract Display): Fix typo.
4468
44692006-06-03 Eli Zaretskii <eliz@gnu.org>
4470
4471 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4472 Reword variable's description.
4473
44742006-06-01 Richard Stallman <rms@gnu.org>
4475
4476 * windows.texi (Splitting Windows): Clarify splitting nonselected
4477 window.
4478
44792006-05-31 Juri Linkov <juri@jurta.org>
4480
4481 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4482
44832006-05-30 Richard Stallman <rms@gnu.org>
4484
4485 * display.texi (Line Height): Fix errors in description of
10d1d0af 4486 default line height and line-height property.
b8d4c8d0
GM
4487
4488 * nonascii.texi (Default Coding Systems): Further clarification.
4489
44902006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4491
4492 * internals.texi (Pure Storage): Mention that an overflow in pure
4493 space causes a memory leak.
4494 (Garbage Collection): If there was an overflow in pure space,
4495 `garbage-collect' returns nil.
4496
44972006-05-30 Eli Zaretskii <eliz@gnu.org>
4498
4499 * nonascii.texi (Default Coding Systems): Fix it some more.
4500
45012006-05-29 Eli Zaretskii <eliz@gnu.org>
4502
4503 * nonascii.texi (Default Coding Systems): Fix last change.
4504
45052006-05-29 Kenichi Handa <handa@m17n.org>
4506
4507 * nonascii.texi (find-operation-coding-system): Describe the new
4508 argument format (FILENAME . BUFFER).
4509
45102006-05-28 Richard Stallman <rms@gnu.org>
4511
4512 * tips.texi (Coding Conventions): Better explain reasons not to
4513 advise other packages or use `eval-after-load'.
4514
45152006-05-29 Kim F. Storm <storm@cua.dk>
4516
4517 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4518 `bindat-idx' and `bindat-raw' for clarity.
4519
45202006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4521
4522 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4523
4524 * display.texi (Display): Add "Abstract Display" to menu.
4525 (Abstract Display, Abstract Display Functions)
4526 (Abstract Display Example): New nodes.
4527 * elisp.texi (Top): Add "Abstract Display" to menu.
4528
45292006-05-27 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * keymaps.texi (Key Sequences): Link to input events definition.
4532 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4533
4534 * files.texi (Changing Files): Document updated argument list for
4535 copy-file.
4536
45372006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4538
4539 * processes.texi (Bindat Functions): Explain term "total length".
4540 Use it in bindat-length and bindat-pack descriptions.
4541
45422006-05-26 Eli Zaretskii <eliz@gnu.org>
4543
4544 * tips.texi (Coding Conventions): Advise against using
4545 eval-after-load in packages. Add an index entry.
4546
45472006-05-25 Juri Linkov <juri@jurta.org>
4548
4549 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4550
4551 * modes.texi (%-Constructs): Add %e, %z, %Z.
4552
45532006-05-25 Richard Stallman <rms@gnu.org>
4554
4555 * elisp.texi (Top): Update subnode menu.
4556
4557 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4558 (Keymaps): Update menu.
4559
45602006-05-25 Chong Yidong <cyd@stupidchicken.com>
4561
4562 * keymaps.texi (Key Sequences): Some clarifications.
4563
45642006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4565
4566 * processes.texi (Bindat Functions): Say "unibyte string"
4567 explicitly for bindat-unpack and bindat-pack descriptions.
4568 (Bindat Examples): Don't call `string-make-unibyte' in example.
4569
45702006-05-25 Chong Yidong <cyd@stupidchicken.com>
4571
5dcb4c4e 4572 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4573 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4574
4575 * keymaps.texi (Changing Key Bindings):
dd7b651b 4576 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4577 * help.texi (Describing Characters): Refer to it.
4578
45792006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4580
4581 * frames.texi (Pointer Shape): @end table -> @end defvar.
4582
45832006-05-22 Richard Stallman <rms@gnu.org>
4584
4585 * elisp.texi (Top): Update subnode menus.
4586
4587 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4588 Contents rewritten; material from old Pointer Shape node moved here.
4589
4590 * display.texi (Pointer Shape): Node deleted.
4591 (Image Descriptors): Minor cleanup.
4592
45932006-05-21 Richard Stallman <rms@gnu.org>
4594
4595 * syntax.texi (Parsing Expressions): Update info on which STATE
4596 elements are ignored.
4597
45982006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * hooks.texi (Standard Hooks): Correct typo.
4601
4602 * gpl.texi (GPL): ifinfo -> ifnottex.
4603
46042006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4605
4606 * searching.texi (Simple Match Data): Warn about match data being
4607 set anew by every search.
4608
46092006-05-17 Richard Stallman <rms@gnu.org>
4610
4611 * minibuf.texi (Minibuffer History): Clarify.
4612
4613 * searching.texi (Regexp Special): Clarify nested regexp warning.
4614
46152006-05-16 Kim F. Storm <storm@cua.dk>
4616
4617 * minibuf.texi (Minibuffer History): Update add-to-history.
4618
46192006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4620
5dcb4c4e
SM
4621 * nonascii.texi (Explicit Encoding):
4622 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4623
46242006-05-14 Richard Stallman <rms@gnu.org>
4625
4626 * buffers.texi (Creating Buffers): Cleanup.
4627
4628 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4629
46302006-05-13 Eli Zaretskii <eliz@gnu.org>
4631
4632 * buffers.texi (Current Buffer): Document that with-temp-buffer
4633 disables undo.
4634
4635 * os.texi (Terminal-Specific): More accurate description of how
4636 Emacs searches for the terminal-specific libraries.
4637
46382006-05-12 Eli Zaretskii <eliz@gnu.org>
4639
4640 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4641 emacs-xtra to @inforef's.
4642
4643 * text.texi (Undo): Document that undo is turned off in buffers
4644 whose names begin with a space.
4645
4646 * buffers.texi (Buffer Names): Add index entries for buffers whose
4647 names begin with a space.
4648 (Creating Buffers): Document that undo is turned off in buffers
4649 whose names begin with a space.
4650
4651 * files.texi (Visiting Functions, Reading from Files)
4652 (Saving Buffers): Mention code and EOL conversions by file I/O
4653 primitives and subroutines.
4654
4655 * nonascii.texi (Lisp and Coding Systems): Document
4656 coding-system-eol-type. Add index entries for eol conversion.
4657
4658 * display.texi (Defining Faces): Mention `mac', and add an xref to
4659 where window-system is described.
4660
46612006-05-10 Richard Stallman <rms@gnu.org>
4662
4663 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4664
46652006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4666
4667 * variables.texi (File Local Variables): Recommend to quote lambda
4668 expressions in safe-local-variable property.
4669
46702006-05-09 Richard Stallman <rms@gnu.org>
4671
5dcb4c4e
SM
4672 * variables.texi (File Local Variables):
4673 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4674
46752006-05-07 Kim F. Storm <storm@cua.dk>
4676
4677 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4678 from add-to-history.
4679
46802006-05-07 Romain Francoise <romain@orebokech.com>
4681
4682 * commands.texi (Event Input Misc):
4683 * compile.texi (Eval During Compile):
4684 * internals.texi (Buffer Internals):
4685 * minibuf.texi (Initial Input):
4686 * nonascii.texi (Scanning Charsets):
4687 * numbers.texi (Comparison of Numbers):
4688 * windows.texi (Textual Scrolling, Vertical Scrolling):
4689 Fix various typos.
4690
46912006-05-06 Eli Zaretskii <eliz@gnu.org>
4692
4693 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4694 conditional xref's to either emacs or emacs-xtra, depending on
4695 @iftex/@ifnottex.
4696
4697 * minibuf.texi (Minibuffer History): Document add-to-history.
4698
46992006-05-05 Eli Zaretskii <eliz@gnu.org>
4700
4701 * internals.texi (Pure Storage): Mention the pure overflow message
4702 at startup.
4703
c8763fb6 47042006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4705
4706 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4707 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4708 search.
4709
47102006-05-01 Richard Stallman <rms@gnu.org>
4711
4712 * intro.texi (nil and t): Clarify.
4713
4714 * variables.texi (File Local Variables): Suggest using booleanp.
4715
47162006-05-01 Juanma Barranquero <lekktu@gmail.com>
4717
4718 * objects.texi (Type Predicates): Fix typos.
4719
47202006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * intro.texi (nil and t): Add booleanp.
4723
4724 * objects.texi (Type Predicates): Add links for booleanp and
4725 string-or-null-p.
4726
47272006-04-29 Richard Stallman <rms@gnu.org>
4728
4729 * modes.texi (Multiline Font Lock): Rename from
4730 Multi line Font Lock Elements. Much clarification.
4731 (Font Lock Multiline, Region to Fontify): Much clarification.
4732
47332006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * variables.texi (File Local Variables): Remove the special case t for
4736 safe-local-variable.
4737
47382006-04-26 Richard Stallman <rms@gnu.org>
4739
4740 * syntax.texi (Parsing Expressions): Minor cleanup.
4741
47422006-04-18 Richard Stallman <rms@gnu.org>
4743
4744 * tips.texi (Coding Conventions): Explain when the package's
4745 prefix should appear later on (not at the start of the name).
4746
4747 * searching.texi (String Search): Clarify effect of NOERROR.
4748
4749 * modes.texi (Imenu): Clarify what special items do.
4750
4751 * hooks.texi (Standard Hooks): Delete text about old hook names.
4752
47532006-04-17 Romain Francoise <romain@orebokech.com>
4754
4755 * variables.texi (Local Variables): Update the default value of
4756 `max-specpdl-size'.
4757
47582006-04-15 Michael Olson <mwolson@gnu.org>
4759
4760 * processes.texi (Transaction Queues): Mention the new optional
4761 `delay-question' argument for `tq-enqueue'.
4762
47632006-04-13 Bill Wohler <wohler@newt.com>
4764
4765 * customize.texi (Common Keywords): Use dotted notation for
4766 :package-version value. Specify its values. Improve documentation
4767 for customize-package-emacs-version-alist.
4768
47692006-04-12 Bill Wohler <wohler@newt.com>
4770
4771 * customize.texi (Common Keywords): Move description of
4772 customize-package-emacs-version-alist to @defvar.
4773
47742006-04-10 Bill Wohler <wohler@newt.com>
4775
4776 * customize.texi (Common Keywords): Add :package-version.
4777
47782006-04-10 Kim F. Storm <storm@cua.dk>
4779
4780 * text.texi (Buffer Contents): Add NOPROPS arg to
4781 filter-buffer-substring.
4782
47832006-04-08 Kevin Ryde <user42@zip.com.au>
4784
4785 * os.texi (Command-Line Arguments): Update xref to emacs manual
4786 "Command Arguments" -> "Emacs Invocation", per change there.
4787
47882006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4789
4790 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4791 be on one line to help makeinfo not render two spaces after the dot.
4792
47932006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4794
4795 * strings.texi (Predicates for Strings): Add string-or-null-p.
4796
47972006-03-28 Kim F. Storm <storm@cua.dk>
4798
4799 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4800 remarks about systems that don't support fractional seconds.
4801
48022006-03-25 Karl Berry <karl@gnu.org>
4803
4804 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4805 the year list.
4806
48072006-03-21 Nick Roberts <nickrob@snap.net.nz>
4808
4809 * display.texi (Fringe Indicators): Fix typos.
4810
48112006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4812
4813 * tips.texi (Documentation Tips): One can now also write `program'
4814 in front of a quoted symbol in a docstring to prevent making a
4815 hyperlink.
4816
48172006-03-19 Alan Mackenzie <acm@muc.de>
4818
4819 * text.texi (Special Properties): Clarify `fontified' property.
4820
48212006-03-16 Richard Stallman <rms@gnu.org>
4822
4823 * display.texi (Defining Images): Minor cleanup.
4824
48252006-03-16 Bill Wohler <wohler@newt.com>
4826
4827 * display.texi (Defining Images): In image-load-path-for-library,
4828 prefer user's images.
4829
48302006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4833
48342006-03-15 Bill Wohler <wohler@newt.com>
4835
4836 * display.texi (Defining Images): Fix example in
4837 image-load-path-for-library by not recommending that one binds
4838 image-load-path. Just defvar it to placate compiler and only use
4839 it if previously defined.
4840
48412006-03-14 Bill Wohler <wohler@newt.com>
4842
4843 * display.texi (Defining Images): In image-load-path-for-library,
4844 always return list of directories. Update example.
4845
48462006-03-14 Alan Mackenzie <acm@muc.de>
4847
4848 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4849 This describes font-lock-extend-region-function.
4850 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4851 the new node "Region to Fontify".
4852
48532006-03-13 Richard Stallman <rms@gnu.org>
4854
4855 * display.texi (Invisible Text): The impossible position is
4856 now before the invisible text, not after.
4857 (Defining Images): Clean up last change.
4858
48592006-03-11 Bill Wohler <wohler@newt.com>
4860
4861 * display.texi (Defining Images): Add image-load-path-for-library.
4862
48632006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4864
4865 * text.texi (Adaptive Fill): Fix Texinfo usage.
4866
4867 * strings.texi (Creating Strings): Fix Texinfo usage.
4868
4869 * searching.texi (Regexp Special): Use @samp for regular
4870 expressions that are not in Lisp syntax.
4871
48722006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4873
4874 * searching.texi (Regexp Special): Put remark between parentheses
4875 to avoid misreading.
4876
48772006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4878
4879 * searching.texi (Syntax of Regexps): More accurately describe
4880 which characters are special in which situations.
4881 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4882 are not special. Describe in detail when `[' and `]' are special.
4883 (Regexp Backslash): Plenty of regexps with unbalanced square
4884 brackets are valid, so reword that statement.
4885
48862006-03-02 Kim F. Storm <storm@cua.dk>
4887
4888 * keymaps.texi (Tool Bar): Add tool-bar-border.
4889
48902006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4891
4892 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4893
48942006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4895
4896 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4897
4898 * files.texi (Locating Files): Suggest additional values for the
4899 SUFFIXES arg of `locate-file'. Update pxref.
4900
4901 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4902 (How Programs Do Loading): Discuss the effects of Auto Compression
4903 mode on `load'.
4904 (Load Suffixes): New node.
4905 (Library Search): Delete description of `load-suffixes'; it was
4906 moved to "Load Suffixes".
4907 (Autoload, Named Features): Mention `load-suffixes'.
4908
49092006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4910
4911 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4912
4913 * windows.texi (Window Tree): Fix typo.
4914
49152006-02-20 Kim F. Storm <storm@cua.dk>
4916
4917 * display.texi (Fringe Indicators): New section.
4918 Move indicate-empty-lines, indicate-buffer-boundaries, and
4919 default-indicate-buffer-boundaries here.
4920 Add fringe-indicator-alist and default-fringes-indicator-alist.
4921 Add list of logical fringe indicator symbols.
4922 Update list of standard bitmap names.
4923 (Fringe Cursors): New section.
4924 Move overflow-newline-into-fringe here.
4925 Add fringe-cursor-alist and default-fringes-cursor-alist.
4926 Add list of fringe cursor symbols.
4927
49282006-02-20 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * commands.texi (Using Interactive): Fix reference to node
4931 "Minibuffers".
4932
49332006-02-19 Richard M. Stallman <rms@gnu.org>
4934
4935 * minibuf.texi (High-Level Completion):
4936 Add xref to read-input-method-name.
4937
4938 * files.texi (Relative File Names): Move file-relative-name here.
4939 (File Name Expansion): From here. Minor clarifications.
4940
4941 * commands.texi (Using Interactive): Add xrefs about reading input.
4942 Clarify remarks about that moving point and mark.
4943 Put string case before list case.
4944
c8763fb6 49452006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4946
4947 * display.texi (Other Display Specs, Image Descriptors):
4948 Revert erroneous changes. The previous description of
4949 image-descriptors as `(image . PROPS)' was correct.
4950
49512006-02-14 Richard M. Stallman <rms@gnu.org>
4952
4953 * variables.texi (File Local Variables): Clarifications.
4954
49552006-02-14 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * variables.texi (File Local Variables): Use @code for a cons
4958 cell, not @var.
4959
49602006-02-13 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * variables.texi (File Local Variables): Document new file local
4963 variable behavior.
4964
49652006-02-10 Kim F. Storm <storm@cua.dk>
4966
4967 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4968
49692006-02-08 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * modes.texi (%-Constructs): Remove obsolete info about
4972 `global-mode-string'.
4973
49742006-02-07 Richard M. Stallman <rms@gnu.org>
4975
4976 * commands.texi (Prefix Command Arguments): Minor cleanup.
4977
4978 * display.texi: "Graphical display", not window system.
4979
4980 * functions.texi (What Is a Function): Fix xref.
4981
4982 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4983 (Changing Key Bindings): Clarify when remapping is better than
4984 substitute-key-definition.
4985
49862006-02-02 Richard M. Stallman <rms@gnu.org>
4987
4988 * minibuf.texi (Basic Completion): Completion alists are risky.
4989
4990 * keymaps.texi (Active Keymaps): Clarifications.
4991 (Searching Keymaps): New node.
4992 (Keymaps): Update menu.
4993
4994 * frames.texi (Layout Parameters): Minor clarification.
4995 (Drag and Drop): New node.
4996 (Frames): Update menu.
4997
49982006-01-29 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * display.texi (Other Display Specs, Image Descriptors):
5001 Image description is a list, not a cons cell.
5002
50032006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5004
5005 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5006 list is not necessarily a list).
5007
50082006-01-27 Eli Zaretskii <eliz@gnu.org>
5009
5010 * frames.texi (Layout Parameters): border-width and
5011 internal-border-width belong to the frame, not the window.
5012
50132006-01-19 Richard M. Stallman <rms@gnu.org>
5014
5015 * nonascii.texi (Translation of Characters): Search cmds use
5016 translation-table-for-input. Automatically made local.
5017
5018 * markers.texi (Overview of Markers): Count insertion type
5019 as one of a marker's attributes.
5020
5021 * keymaps.texi (Controlling Active Maps): New node, split out of
5022 Active Keymaps.
5023 (Keymaps): Menu updated.
5024 (Active Keymaps): Give pseudocode to explain how the active
5025 maps are searched. current-active-maps and key-binding moved here.
5026 (Functions for Key Lookup): current-active-maps and key-binding moved.
5027 Clarifications.
5028 (Searching the Keymaps): New subnode.
5029
5030 * elisp.texi (Top): Menu clarification.
5031
5032 * display.texi (Other Display Specs): Delete duplicate entry for
5033 just a string as display spec. Move text about recursive display
5034 specs on such a string.
5035
5036 * commands.texi (Key Sequence Input): Clarify.
5037 Move num-nonmacro-input-events out.
5038 (Reading One Event): num-nonmacro-input-events moved here.
5039
50402006-01-14 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * advice.texi (Simple Advice): Update example to fit argument
5043 change in previous-line.
5044
50452006-01-05 Richard M. Stallman <rms@gnu.org>
5046
5047 * markers.texi (The Mark): Fix in `mark'.
5048
50492006-01-04 Richard M. Stallman <rms@gnu.org>
5050
5051 * processes.texi (Misc Network, Make Network): Minor cleanups.
5052
50532006-01-04 Kim F. Storm <storm@cua.dk>
5054
5055 * processes.texi (Make Network): Add IPv6 addresses and handling.
5056 (Network Feature Testing): Mention (:family ipv6).
5057 (Misc Network): Add IPv6 formats to format-network-address.
5058
50592005-12-30 Richard M. Stallman <rms@gnu.org>
5060
5061 * text.texi (Changing Properties):
5062 Don't use return value of set-text-properties.
5063
50642005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5065
5066 * modes.texi (Mode Line Format): Correct typo in menu.
5067
50682005-12-29 Richard M. Stallman <rms@gnu.org>
5069
5070 * modes.texi (Mode Line Top): New node.
5071 (Mode Line Data): Some text moved to new node.
5072 Explain the data structure more concretely.
5073 (Mode Line Basics): Clarifications.
5074 (Mode Line Variables): Clarify intro paragraph.
5075 (%-Constructs): Clarify intro paragraph.
5076 (Mode Line Format): Update menu.
5077
50782005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * minibuf.texi (Basic Completion): Update lazy-completion-table
5081 examples for removal of ARGS argument.
5082
50832005-12-23 Richard M. Stallman <rms@gnu.org>
5084
5085 * text.texi (Undo): Restore some explanation from the version
5086 that was deleted.
5087
50882005-12-23 Eli Zaretskii <eliz@gnu.org>
5089
5090 * text.texi (Undo): Remove duplicate descriptions of `apply
5091 funname' and `apply delta' elements of the undo list.
5092
50932005-12-20 Richard M. Stallman <rms@gnu.org>
5094
5095 * help.texi (Help Functions): Update documentation of `apropos'.
5096
50972005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5098
5099 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5100 because it is confusing. If the :help-echo keyword is a function,
5101 it is not directly used as the :help-echo overlay property, as the
5102 xref seems to suggest (it does not take the appropriate args).
5103
51042005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5105
5106 * customize.texi (Common Keywords): Fix Texinfo usage.
5107 (Group Definitions, Variable Definitions): Update for new
5108 conventions for using `*' in docstrings.
5109
5110 * tips.texi (Documentation Tips): Update for new conventions for
5111 using `*' in docstrings.
5112
51132005-12-16 Richard M. Stallman <rms@gnu.org>
5114
5115 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5116
51172005-12-16 Juri Linkov <juri@jurta.org>
5118
5119 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5120
51212005-12-14 Romain Francoise <romain@orebokech.com>
5122
5123 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5124 Fix typo.
5125
51262005-12-11 Juri Linkov <juri@jurta.org>
5127
5128 * minibuf.texi (Completion Commands): Add mention of read-file-name
5129 for filename completion keymaps.
5130 (Reading File Names): Add mention of filename completion keymaps
5131 for read-file-name and xref to `Completion Commands'.
5132
51332005-12-10 Richard M. Stallman <rms@gnu.org>
5134
5135 * customize.texi (Common Keywords): State caveats for use of :tag.
5136
51372005-12-08 Richard M. Stallman <rms@gnu.org>
5138
5139 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5140 with xrefs and better explanation.
5141 (Completion Commands): Add the filename completion maps.
5142
5143 * objects.texi (Character Type): Clarify that \s is not space
5144 if a dash follows.
5145
51462005-12-05 Richard M. Stallman <rms@gnu.org>
5147
5148 * windows.texi (Resizing Windows): Delete preserve-before args.
5149
51502005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5153 in full keymaps, since the quirk has been fixed.
5154
51552005-12-03 Eli Zaretskii <eliz@gnu.org>
5156
5dcb4c4e
SM
5157 * hooks.texi (Standard Hooks): Add index entries.
5158 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5159
51602005-11-27 Richard M. Stallman <rms@gnu.org>
5161
5162 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5163
51642005-11-21 Juri Linkov <juri@jurta.org>
5165
5166 * customize.texi (Common Keywords): Update links types
5167 custom-manual and url-link. Add link types emacs-library-link,
5168 file-link, function-link, variable-link, custom-group-link.
5169
51702005-11-20 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * display.texi: Revert 2005-11-20 change.
5173
51742005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5175
5176 * processes.texi (Bindat Functions):
5177 Say "third" to refer to zero-based index "2".
5178
51792005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5180
5181 * loading.texi (Library Search): Update the default value of
5182 `load-suffixes'.
5183
51842005-11-17 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * display.texi (Attribute Functions): Mention :ignore-defface.
5187
51882005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5189
5190 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5191 (Minor Mode Conventions): Mention the use of a hook.
5192
51932005-11-06 Richard M. Stallman <rms@gnu.org>
5194
5195 * files.texi (Magic File Names): find-file-name-handler checks the
5196 `operations' property of the handler.
5197
51982005-11-03 Richard M. Stallman <rms@gnu.org>
5199
5200 * variables.texi (Frame-Local Variables): Small clarification.
5201
52022005-10-29 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * os.texi (Init File): Document ~/.emacs.d/init.el.
5205
52062005-10-29 Richard M. Stallman <rms@gnu.org>
5207
5208 * internals.texi (Garbage Collection): Document memory-full.
5209
52102005-10-28 Bill Wohler <wohler@newt.com>
5211
5212 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5213 for URLs.
5214
52152005-10-28 Richard M. Stallman <rms@gnu.org>
5216
5217 * minibuf.texi (Completion Commands): Clean up prev change.
5218
52192005-10-26 Kevin Ryde <user42@zip.com.au>
5220
5221 * compile.texi (Eval During Compile): Explain recommended uses
5222 of eval-when-compile and eval-and-compile.
5223
52242005-10-27 Masatake YAMATO <jet@gyve.org>
5225
5226 * minibuf.texi (Completion Commands):
5227 Write about new optional argument for `display-completion-list'.
5228
52292005-10-23 Richard M. Stallman <rms@gnu.org>
5230
5231 * display.texi (Overlay Arrow): Clarify about local bindings of
5232 overlay-arrow-position.
5233
52342005-10-22 Eli Zaretskii <eliz@gnu.org>
5235
5236 * internals.texi (Building Emacs): Fix last change.
5237
52382005-10-22 Richard M. Stallman <rms@gnu.org>
5239
5240 * internals.texi (Building Emacs): Document eval-at-startup.
5241
52422005-10-21 Richard M. Stallman <rms@gnu.org>
5243
5244 * loading.texi (Where Defined): load-history contains abs file names.
5245 symbol-file returns abs file names.
5246
52472005-10-19 Kim F. Storm <storm@cua.dk>
5248
5249 * display.texi (Showing Images): Add max-image-size integer value.
5250
52512005-10-18 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * display.texi (Showing Images): Document max-image-size.
5254
52552005-10-17 Richard M. Stallman <rms@gnu.org>
5256
5257 * commands.texi (Quitting): Minor clarification.
5258
5259 * processes.texi (Sentinels): Clarify about output and quitting.
5260 (Filter Functions): Mention with-local-quit.
5261
52622005-10-17 Juri Linkov <juri@jurta.org>
5263
5264 * buffers.texi (Current Buffer):
5265 * commands.texi (Event Input Misc):
5266 * compile.texi (Eval During Compile, Compiler Errors):
5267 * customize.texi (Group Definitions):
5268 * display.texi (Progress, Defining Faces):
5269 * files.texi (Writing to Files):
5270 * modes.texi (Mode Hooks, Defining Minor Modes):
5271 * streams.texi (Output Functions):
5272 * syntax.texi (Syntax Table Functions):
5273 * text.texi (Change Hooks):
5274 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5275
5276 * commands.texi (Quitting): Replace arg `forms' with `body' in
5277 `with-local-quit'.
5278
5279 * positions.texi (Excursions): Replace arg `forms' with `body' in
5280 `save-excursion'.
5281
52822005-10-08 Kim F. Storm <storm@cua.dk>
5283
5284 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5285 Rename manual section accordingly.
5286
52872005-10-04 Kim F. Storm <storm@cua.dk>
5288
5289 * windows.texi (Window Split Tree): New section describing
5290 new function window-split-tree function.
5291
52922005-10-03 Nick Roberts <nickrob@snap.net.nz>
5293
5294 * display.texi (Fringe Size/Pos): Simplify and add detail.
5295
52962005-09-30 Romain Francoise <romain@orebokech.com>
5297
5298 * minibuf.texi (High-Level Completion): Explain that the prompt
5299 given to `read-buffer' should end with a colon and a space.
5300 Update usage examples.
5301
53022005-09-29 Juri Linkov <juri@jurta.org>
5303
5304 * display.texi (Displaying Messages): Rename argument name
5305 `string' to `format-string' in functions `message', `message-box',
5306 `message-or-box'.
5307
53082005-09-26 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * errors.texi (Standard Errors): Correct xrefs.
5311
53122005-09-18 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * display.texi (Defining Images): Update documentation for
5315 `image-load-path'.
5316
53172005-09-17 Richard M. Stallman <rms@gnu.org>
5318
5319 * display.texi (Defining Images): Clean up previous change.
5320
53212005-09-16 Romain Francoise <romain@orebokech.com>
5322
5323 * elisp.texi: Specify GFDL version 1.2.
5324
5325 * doclicense.texi (GNU Free Documentation License): Update to
5326 version 1.2.
5327
53282005-09-15 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * display.texi (Defining Images): Document `image-load-path'.
5331
53322005-09-15 Richard M. Stallman <rms@gnu.org>
5333
5334 * objects.texi (Printed Representation): Minor cleanup.
5335 (Box Diagrams): Minor fix.
5336 (Cons Cell Type): Move (...) index item here.
5337 (Box Diagrams): From here.
5338 (Array Type): Minor fix.
5339 (Type Predicates): Delete index "predicates".
5340 (Hash Table Type): Clarify xref.
5341 (Dotted Pair Notation): Minor fix.
5342
53432005-09-10 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * files.texi (Saving Buffers): Fix typo.
5346
53472005-09-08 Richard M. Stallman <rms@gnu.org>
5348
5349 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5350
53512005-09-08 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * locals.texi (Standard Buffer-Local Variables): Don't include
5354 mode variables for minor modes.
5355 Fix xrefs for buffer-display-count, buffer-display-table,
5356 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5357 enable-multibyte-characters, fill-column, header-line-format,
5358 left-fringe-width, left-margin, and right-fringe-width.
5359
5360 * hooks.texi (Standard Hooks): All hooks should conform to the
5361 standard naming convention now.
5362 Fix xref for `echo-area-clear-hook'.
5363
5364 * display.texi (Usual Display): Note that indicate-empty-lines and
5365 tab-width are buffer-local.
5366
5367 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5368
5369 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5370
5371 * nonascii.texi (Encoding and I/O): Note that
5372 buffer-file-coding-system is buffer-local.
5373
5374 * positions.texi (List Motion): Note that defun-prompt-regexp is
5375 buffer-local.
5376
5377 * text.texi (Auto Filling): Note that auto-fill-function is
5378 buffer-local.
5379 (Undo): Note that buffer-undo-list is buffer-local.
5380
5dcb4c4e
SM
5381 * windows.texi (Buffers and Windows):
5382 Document buffer-display-count.
b8d4c8d0
GM
5383
53842005-09-06 Richard M. Stallman <rms@gnu.org>
5385
5386 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5387 package prefix elsewhere than at the start of the name.
5388
53892005-09-03 Richard M. Stallman <rms@gnu.org>
5390
5391 * tips.texi (Programming Tips): Add conventions for minibuffer
5392 questions and prompts.
5393
53942005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5395
5396 * intro.texi (nil and t): Minor cleanup.
5397 Delete spurious mention of keyword symbols.
5398 (Evaluation Notation): Add index entry.
5399 (A Sample Function Description): Minor cleanup.
5400 (A Sample Variable Description): Not all vars can be set.
5401
54022005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5403
5404 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5405
5406 (Insertion): Document precise type of `insert-char' arg COUNT.
5407
54082005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * modes.texi (Other Font Lock Variables): Sync the default of
5411 font-lock-lines-before.
5412
54132005-08-31 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5416
54172005-08-29 Richard M. Stallman <rms@gnu.org>
5418
5419 * elisp.texi (Top): Update subnode menu.
5420
5421 * searching.texi (Searching and Matching): Move node.
5422 Rearrange contents and add overall explanation.
5423 (Searching and Case): Move node.
5424 (Searching and Matching): Update menu.
5425
54262005-08-27 Eli Zaretskii <eliz@gnu.org>
5427
5428 * os.texi (Startup Summary): Fix the description of the initial
5429 startup message display.
5430
54312005-08-25 Richard M. Stallman <rms@gnu.org>
5432
5433 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5434
54352005-08-25 Emilio C. Lopes <eclig@gmx.net>
5436
5437 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5438 `next-overlay-change' example.
5439
54402005-08-22 Juri Linkov <juri@jurta.org>
5441
5442 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5443 Fix invert-face. Fix args of face-background.
5444
5445 * display.texi (Standard Faces): Delete node.
5446 (Faces): Add xref to `(emacs)Standard Faces'.
5447 (Displaying Faces): Fix xref to `Standard Faces'.
5448
5449 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5450
54512005-08-20 Alan Mackenzie <acm@muc.de>
5452
5453 * buffers.texi (The Buffer List): Clarify the manipulation of the
5454 buffer list.
5455
54562005-08-14 Richard M. Stallman <rms@gnu.org>
5457
5458 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5459 a regexp.
5460
54612005-08-11 Richard M. Stallman <rms@gnu.org>
5462
5463 * elisp.texi (Top): Update subnode lists.
5464
5465 * display.texi (Inverse Video): Node deleted.
5466
5467 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5468 New nodes split out of Coding Conventions.
5469
5470 * searching.texi (Regular Expressions): Document re-builder.
5471
5472 * os.texi (Time Parsing): New node split out of Time Conversion.
5473
5474 * processes.texi (Misc Network, Network Feature Testing)
5475 (Network Options, Make Network): New nodes split out of
5476 Low-Level Network.
5477
54782005-08-09 Richard M. Stallman <rms@gnu.org>
5479
5480 * frames.texi (Geometry): New node, split from Size and Position.
5481 (Frame Parameters): Refer to Geometry.
5482
5483 * buffers.texi (The Buffer List): Fix xrefs.
5484
5485 * windows.texi (Splitting Windows): Fix xref.
5486
5487 * frames.texi (Layout Parameters): Add xref.
5488
5489 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5490
5491 * keymaps.texi (Menu Bar): Fix xref.
5492
5493 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5494
5495 * modes.texi (%-Constructs): Fix xref.
5496
5497 * frames.texi (Window Frame Parameters): Node split up.
5498 (Basic Parameters, Position Parameters, Size Parameters)
5499 (Layout Parameters, Buffer Parameters, Management Parameters)
5500 (Cursor Parameters, Color Parameters): New subnodes.
5501
55022005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5503
5504 * positions.texi (Screen Lines): Update xref for previous change
5505 in minibuf.texi.
5506
5507 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5508 change in minibuf.texi.
5509
55102005-08-09 Richard M. Stallman <rms@gnu.org>
5511
5512 * tips.texi (Coding Conventions): Minor cleanup.
5513
5514 * modes.texi (Defining Minor Modes): Explain when init-value
5515 can be non-nil.
5516
5517 * elisp.texi (Top): Update submenu for Minibuffer.
5518
5519 * minibuf.texi (Minibuffer Misc): Node split up.
5520 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5521 (Recursive Mini): New nodes split out from Minibuffer Misc.
5522 (Minibuffer Misc): Document max-mini-window-height.
5523
5524 * hash.texi (Defining Hash): Delete stray paren in example.
5525
5526 * display.texi (Echo Area Customization): Don't define
5527 max-mini-window-height here; xref instead.
5528
5529 * commands.texi (Event Input Misc): Update while-no-input.
5530
5531 * advice.texi (Advising Functions): Explain when to use advice
5532 and when to use a hook.
5533
55342005-07-30 Eli Zaretskii <eliz@gnu.org>
5535
5536 * makefile.w32-in (info): Don't run install-info.
5537 ($(infodir)/dir): New target, produced by running install-info.
5538
55392005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5540
5541 * modes.texi (Defining Minor Modes): The keyword for the initial
5542 value is :init-value, not :initial-value.
5543
55442005-07-23 Eli Zaretskii <eliz@gnu.org>
5545
5546 * loading.texi (Autoload): Make the `doctor' example be consistent
5547 with what's in current loaddefs.el. Describe the "fn" magic in
5548 the usage portion of the doc string.
5549
55502005-07-22 Richard M. Stallman <rms@gnu.org>
5551
5552 * internals.texi (Garbage Collection): Clarify previous change.
5553
55542005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5557
55582005-07-18 Juri Linkov <juri@jurta.org>
5559
5560 * commands.texi (Accessing Events):
5561 * frames.texi (Text Terminal Colors, Resources):
5562 * markers.texi (The Mark):
5563 * modes.texi (Defining Minor Modes):
5564 Delete duplicate duplicate words.
5565
55662005-07-16 Richard M. Stallman <rms@gnu.org>
5567
5568 * display.texi (Managing Overlays): Clarify make-overlay
5569 args for insertion types.
5570
55712005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5572
5573 * customize.texi (Variable Definitions):
5574 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5575 `standard-value' is a list too.
5576 (Defining New Types): Use @key{RET} instead of @key{ret}.
5577
55782005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5579
5580 * os.texi (Translating Input): Fix typo.
5581
55822005-07-08 Richard M. Stallman <rms@gnu.org>
5583
5584 * README: Update edition number and size estimate.
5585
5586 * elisp.texi (VERSION): Set to 2.9.
5587
55882005-07-07 Richard M. Stallman <rms@gnu.org>
5589
5590 * book-spine.texinfo: Update Emacs version.
5591
5592 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5593
55942005-07-06 Richard M. Stallman <rms@gnu.org>
5595
5596 * searching.texi (Regexp Search): Clarify what re-search-forward
5597 does when the search fails.
5598
55992005-07-05 Lute Kamstra <lute@gnu.org>
5600
5601 * Update FSF's address in GPL notices.
5602
5603 * doclicense.texi (GNU Free Documentation License):
5604 * gpl.texi (GPL):
5605 * tips.texi (Coding Conventions, Library Headers):
5606 * vol1.texi:
5607 * vol2.texi: Update FSF's address.
5608
56092005-07-04 Richard M. Stallman <rms@gnu.org>
5610
5611 * hooks.texi (Standard Hooks): Add occur-hook.
5612
56132005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5614
5615 * display.texi (The Echo Area): Correct menu.
5616
56172005-07-03 Richard M. Stallman <rms@gnu.org>
5618
5619 * elisp.texi (Top): Update subnode menu for Display.
5620
5621 * display.texi (Displaying Messages): New node, with most
5622 of what was in The Echo Area.
5dcb4c4e 5623 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5624 (Logging Messages): New node with new text.
5625 (Echo Area Customization): New node, the rest of what was
5626 in The Echo Area. Document message-truncate-lines with @defvar.
5627 (Display): Update menu.
5628
5629 * windows.texi (Textual Scrolling): Doc 3 values for
5630 scroll-preserve-screen-position.
5631
5632 * text.texi (Special Properties): Change hook functions
5633 should bind inhibit-modification-hooks around altering buffer text.
5634
5635 * keymaps.texi (Key Binding Commands): Call binding BINDING
5636 rather than DEFINITION.
5637
56382005-06-29 Juanma Barranquero <lekktu@gmail.com>
5639
5640 * variables.texi (Defining Variables): `user-variable-p' returns t
5641 for aliases of user options, nil for alias loops.
5642
56432005-06-28 Richard M. Stallman <rms@gnu.org>
5644
5645 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5646 make-keymap.
5647
56482005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5649
5650 * variables.texi (Setting Variables): Correct and clarify
5651 description of `add-to-ordered-list'.
5652
56532005-06-26 Richard M. Stallman <rms@gnu.org>
5654
5655 * display.texi (Faces): Minor cleanup.
5656
56572005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5658
5659 * display.texi (Faces): `facep' returns t for strings that are
5660 face names.
5661
56622005-06-25 Richard M. Stallman <rms@gnu.org>
5663
5664 * objects.texi (Equality Predicates): Clarify meaning of equal.
5665
5666 * windows.texi (Selecting Windows): save-selected-window
5667 and with-selected-window save and restore the current buffer.
5668
56692005-06-24 Richard M. Stallman <rms@gnu.org>
5670
5671 * numbers.texi (Float Basics): Explain how to test for NaN,
5672 and printing the sign of NaNs.
5673
56742005-06-24 Eli Zaretskii <eliz@gnu.org>
5675
5676 * makefile.w32-in (MAKEINFO): Use --force.
5677
56782005-06-23 Richard M. Stallman <rms@gnu.org>
5679
5680 * display.texi (Face Functions): Correct Texinfo usage.
5681
56822005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5683
5684 * lists.texi (Rings): `ring-elements' now returns the elements of
5685 RING in order.
5686
56872005-06-23 Juanma Barranquero <lekktu@gmail.com>
5688
5689 * markers.texi (The Mark): Texinfo usage fix.
5690
56912005-06-23 Kim F. Storm <storm@cua.dk>
5692
5693 * searching.texi (Entire Match Data): Remove evaporate option for
5694 match-data. Do not mention evaporate option for set-match-data.
5695
56962005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5697
5698 * display.texi (Face Functions): Mention face aliases.
5699
57002005-06-21 Richard M. Stallman <rms@gnu.org>
5701
5702 * anti.texi (Antinews): Texinfo usage fix.
5703
57042005-06-21 Karl Berry <karl@gnu.org>
5705
5706 * elisp.texi: Use @copying.
5707
5708 * elisp.texi: Put @summarycontents and @contents before the Top
5709 node, instead of the end of the file, so that the contents appear
5710 in the right place in the dvi/pdf output.
5711
57122005-06-21 Juri Linkov <juri@jurta.org>
5713
5714 * display.texi (Defining Faces): Add `customized-face'.
5715
57162005-06-20 Kim F. Storm <storm@cua.dk>
5717
5718 * variables.texi (Setting Variables): Any type of element can be
5719 given order in add-to-ordered-list. Compare elements with eq.
5720
5721 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5722
57232005-06-20 Karl Berry <karl@gnu.org>
5724
5725 * syntax.texi (Syntax Flags): Make last column very slightly wider
5726 to avoid "generic comment" breaking on two lines and causing an
5727 underfull box.
5728
57292005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5730
5731 * lists.texi (Rings): Various minor clarifications and corrections.
5732
57332005-06-18 Richard M. Stallman <rms@gnu.org>
5734
5735 * functions.texi (Obsolete Functions): Simplify.
5736
5737 * variables.texi (Variable Aliases): Simplify.
5738
5739 * anti.texi, backups.texi, compile.texi, customization.texi:
5740 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5741 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5742 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5743 * variables.texi: Fix formatting ugliness.
5744
5745 * elisp.texi: Add links to Rings and Byte Packing.
5746 Update version and copyright years.
5747
5748 * minibuf.texi: Fix formatting ugliness.
5749 (Completion Commands): Move keymap vars to the end
5750 and vars completing-read binds to the top.
5751
57522005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5753
5754 * processes.texi: Fix typos.
5755 (Bindat Spec): Correct Texinfo error.
5756 (Byte Packing): Fix ungrammatical sentence.
5757
57582005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5759
5760 * lists.texi (Rings): New node.
5761 (Lists): Add it to menu.
5762
5763 * processes.texi (Byte Packing): New node.
5764 (Processes): Add it to menu.
5765
57662005-06-17 Richard M. Stallman <rms@gnu.org>
5767
5768 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5769
5770 * help.texi (Documentation Basics): Explain the xref to
5771 Documentation Tips.
5772
5773 * debugging.texi (Debugger Commands): Minor fix.
5774
57752005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * edebug.texi (Instrumenting): Eliminate duplicate link.
5778 (Specification List): Replace references to "below", referring to
5779 a later node, with one @ref to that node.
5780
5781 * os.texi (Timers): Timers should save and restore the match data
5782 if they change it.
5783
5784 * debugging.texi (Debugger Commands): Mention that the Lisp
5785 debugger can not step through primitive functions.
5786
57872005-06-16 Juanma Barranquero <lekktu@gmail.com>
5788
5789 * functions.texi (Obsolete Functions): Update argument names of
5790 `make-obsolete' and `define-obsolete-function-alias'.
5791
5792 * variables.texi (Variable Aliases): Update argument names of
5793 `defvaralias', `make-obsolete-variable' and
5794 `define-obsolete-variable-alias'.
5795
57962005-06-15 Kim F. Storm <storm@cua.dk>
5797
5798 * searching.texi (Entire Match Data): Rephrase warnings about
5799 evaporate arg to match-data and set-match-data.
5800
58012005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5802
5803 * elisp.texi (Top): Update detailed menu.
5804
5805 * edebug.texi (Edebug): Update menu.
5806 (Instrumenting): Update xrefs.
5807 (Edebug Execution Modes): Correct xref.
5808 (Jumping): Clarify description of `h' command.
5809 Eliminate redundant @ref.
5810 (Breaks): New node.
5811 (Breakpoints): Is now a subsubsection.
5812 (Global Break Condition): Mention `C-x X X'.
5813 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5814 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5815 (Edebug Display Update): Correct pxref.
5816 (Edebug and Macros): New node.
5817 (Instrumenting Macro Calls): Is now a subsubsection.
5818 Neither arg of `def-edebug-spec' is evaluated.
5819 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5820 (Specification Examples): Fix typo.
5821
58222005-06-14 Lute Kamstra <lute@gnu.org>
5823
5824 * debugging.texi (Function Debugging): Primitives can break on
5825 entry too.
5826
58272005-06-14 Kim F. Storm <storm@cua.dk>
5828
5829 * variables.texi (Setting Variables): Add add-to-ordered-list.
5830
58312005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5834 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5835
58362005-06-13 Lute Kamstra <lute@gnu.org>
5837
5838 * text.texi (Special Properties): Fix cross reference.
5839
58402005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5841
5842 * debugging.texi (Function Debugging): Delete mention of empty
5843 string argument to `cancel-debug-on-entry'. Delete inaccurate
5844 description of the return value of that command.
5845
58462005-06-11 Alan Mackenzie <acm@muc.de>
5847
5848 * text.texi (Adaptive Fill): Amplify the description of
5849 fill-context-prefix.
5850
58512005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5852
5853 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5854
58552005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5858
58592005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5860
5861 * debugging.texi (Error Debugging): Minor rewording.
5862 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5863 is optional.
5864
58652005-06-10 Lute Kamstra <lute@gnu.org>
5866
5867 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5868 (Top): Give it a title. Correct version number. Give the
5869 detailed node listing a more prominent header.
5870 * intro.texi: Don't set VERSION here a second time.
5871 Mention Emacs's version too.
5872 * anti.texi (Antinews): Use EMACSVER to refer to the current
5873 version of Emacs.
5874
58752005-06-09 Kim F. Storm <storm@cua.dk>
5876
5877 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5878 match-data and set-match-data.
5879
58802005-06-08 Richard M. Stallman <rms@gnu.org>
5881
5882 * searching.texi (Entire Match Data): Clarify when match-data
5883 returns markers and when integers.
5884
5885 * display.texi (Defining Faces): Explain that face name should not
5886 end in `-face'.
5887
5888 * modes.texi (Mode Line Data): Minor cleanup.
5889 (Customizing Keywords): Node split out of Search-based Fontification.
5890 Add example of using font-lock-add-keywords from a hook.
5891 Clarify when MODE should be non-nil, and when nil.
5892
58932005-06-06 Richard M. Stallman <rms@gnu.org>
5894
5895 * modes.texi (Mode Line Data): Explain what happens when the car
5896 of a list is a void symbol.
5897 (Search-based Fontification): Explain MODE arg to
5898 font-lock-add-keywords and warn about calls from major modes.
5899
59002005-06-08 Juri Linkov <juri@jurta.org>
5901
5902 * display.texi (Standard Faces): Add `shadow' face.
5903
59042005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5905
5906 * modes.texi (Major Mode Conventions): A derived mode only needs
5907 to put the call to the parent mode inside `delay-mode-hooks'.
5908
59092005-05-29 Richard M. Stallman <rms@gnu.org>
5910
5911 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5912 new, and what that implies. Clarify.
5913
5914 * files.texi (Locating Files): Clean up the text.
5915
5916 * frames.texi (Window Frame Parameters): Document user-size.
5917 Shorten entry for top by referring to left.
5918
59192005-05-26 Richard M. Stallman <rms@gnu.org>
5920
5921 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5922 is new, and what the implications are. Other clarifications.
5923
59242005-05-24 Richard M. Stallman <rms@gnu.org>
5925
5926 * frames.texi (Dialog Boxes): Minor fixes.
5927
59282005-05-25 Masatake YAMATO <jet@gyve.org>
5929
5930 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5931
59322005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5935 is optional.
5936
59372005-05-24 Nick Roberts <nickrob@snap.net.nz>
5938
10d1d0af 5939 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5940
59412005-05-23 Lute Kamstra <lute@gnu.org>
5942
5943 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5944 syntax-begin-function over font-lock-beginning-of-syntax-function.
5945
59462005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * minibuf.texi (Reading File Names): Update description of
5949 `read-directory-name'.
5950
5951 * modes.texi (Derived Modes): Clarify :group keyword.
5952
59532005-05-21 Eli Zaretskii <eliz@gnu.org>
5954
5955 * files.texi (Locating Files): New subsection.
5956 Describe locate-file and executable-find.
5957
59582005-05-21 Kevin Ryde <user42@zip.com.au>
5959
5960 * frames.texi (Initial Parameters): Update cross reference to
5961 "Emacs Invocation".
5962
59632005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * keymaps.texi (Active Keymaps): Add anchor.
5966
5967 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5968 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5969 appropriate place.
5970 (Derived Modes): Small clarifications.
5971 (Minor Mode Conventions, Keymaps and Minor Modes):
5972 Replace references to nodes with references to anchors.
5973 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5974 Clarify description of lists whose first element is an integer.
5975 (Mode Line Variables): Add anchor.
5976 (%-Constructs): Clarify description of integer after %.
5977 (Emulating Mode Line): Describe nil value for FACE.
5978
59792005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5980
5981 * modes.texi (Derived Modes): Correct references to non-existing
5982 variable standard-syntax-table.
5983
59842005-05-17 Lute Kamstra <lute@gnu.org>
5985
5986 * modes.texi (Defining Minor Modes): Mention the mode hook.
5987
59882005-05-15 Kim F. Storm <storm@cua.dk>
5989
5990 * processes.texi (Network): Remove open-network-stream-nowait.
5991 (Network Servers): Remove open-network-stream-server.
5992
59932005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5994
5995 * elisp.texi (Top): Update detailed menu.
5996
5997 * variables.texi: Reorder nodes.
5998 (Variables): Update menu.
5999 (File Local Variables): Do not refer to the `-*-' line as
6000 a "local variables list". Add pxref.
6001
60022005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6003
6004 * elisp.texi (Top): Update detailed menu for node changes.
6005
6006 * modes.texi (Modes): Update Menu.
6007 (Hooks): Move to beginning of chapter.
6008 Most minor modes run mode hooks too.
6009 `add-hook' can handle void hooks or hooks whose value is a single
6010 function.
6011 (Major Modes): Update Menu.
6012 (Major Mode Basics): New node, split off from `Major Modes'.
6013 (Major Mode Conventions): Correct xref. Explain how to handle
6014 auto-mode-alist if the major mode command has an autoload cookie.
6015 (Auto Major Mode): Major update. Add magic-mode-alist.
6016 (Derived Modes): Major update.
6017 (Mode Line Format): Update Menu.
6018 (Mode Line Basics): New node, split off from `Mode Line Format'.
6019
6020 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6021 for `magic autoload comment'. Add index entries and anchor.
6022
60232005-05-14 Richard M. Stallman <rms@gnu.org>
6024
6025 * tips.texi (Coding Conventions): Explain how important it is
6026 that just loading certain files not change Emacs behavior.
6027
6028 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6029
60302005-05-12 Lute Kamstra <lute@gnu.org>
6031
6032 * modes.texi (Generic Modes): Update.
6033 (Major Modes): Refer to node "Generic Modes".
6034
6035 * elisp.texi (Top): Update to the current structure of the manual.
6036 * processes.texi (Processes): Add menu description.
6037 * customize.texi (Customization): Add menu descriptions.
6038
60392005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6040
6041 * processes.texi (Signals to Processes)
6042 (Low-Level Network): Fix typos.
6043
60442005-05-11 Lute Kamstra <lute@gnu.org>
6045
6046 * elisp.texi (Top): Add some nodes from the chapter "Major and
6047 Minor Modes" to the detailed node listing.
6048
60492005-05-10 Richard M. Stallman <rms@gnu.org>
6050
6051 * keymaps.texi (Extended Menu Items): Menu item filter functions
6052 can be called at any time.
6053
60542005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6055
6056 * variables.texi (File Local Variables): `(hack-local-variables t)'
6057 now also checks whether a mode is specified in the local variables
6058 list.
6059
60602005-05-05 Kevin Ryde <user42@zip.com.au>
6061
6062 * display.texi (The Echo Area): Correct format function cross
6063 reference.
6064
60652005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6066
6067 * variables.texi (Variable Aliases): Change description of
6068 `define-obsolete-variable-alias'.
6069
6070 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6071 (Defining Functions): Add xref.
6072 (Obsolete Functions): New node.
6073 (Function Safety): Standardize capitalization of section title.
6074
6075 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6076 (Dialog Boxes): Complete description of `x-popup-dialog'.
6077
60782005-05-04 Richard M. Stallman <rms@gnu.org>
6079
6080 * commands.texi (Interactive Codes): Fix Texinfo usage.
6081 Document U more clearly.
6082
60832005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6084
6085 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6086 function and not a macro.
6087
6088 * frames.texi (Pop-Up Menus): Correct and clarify description of
6089 `x-popup-menu'.
6090 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6091
60922005-05-01 Richard M. Stallman <rms@gnu.org>
6093
6094 * edebug.texi (Checking Whether to Stop): Fix previous change.
6095
60962005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * display.texi: Fix typos and Texinfo usage.
6099
6100 * edebug.texi (Checking Whether to Stop): executing-macro ->
6101 executing-kbd-macro.
6102
61032005-05-01 Richard M. Stallman <rms@gnu.org>
6104
6105 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6106
61072005-04-30 Richard M. Stallman <rms@gnu.org>
6108
6109 * files.texi (Magic File Names): Document `operations' property.
6110
61112005-04-29 Lute Kamstra <lute@gnu.org>
6112
6113 * modes.texi (Generic Modes): New node.
6114 (Major Modes): Add it to the menu.
6115 (Derived Modes): Add "derived mode" to concept index.
6116
61172005-04-28 Lute Kamstra <lute@gnu.org>
6118
6119 * modes.texi (Defining Minor Modes): Fix previous change.
6120 (Font Lock Mode): Simplify.
6121 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6122 when set and that some parts are optional. Add cross references.
6123 (Search-based Fontification): Say how to specify font-lock-keywords.
6124 Add cross references. Add font-lock-multiline to index.
6125 Move font-lock-keywords-case-fold-search here from node "Other Font
6126 Lock Variables". Document font-lock-add-keywords and
6127 font-lock-remove-keywords.
6128 (Other Font Lock Variables): Move font-lock-keywords-only,
6129 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6130 and font-lock-syntactic-face-function to node "Syntactic Font
6131 Lock". Move font-lock-keywords-case-fold-search to node
6132 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6133 and font-lock-{,un}fontify-{buffer,region}-function.
6134 (Precalculated Fontification): Remove reference to deleted variable
6135 font-lock-core-only.
6136 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6137 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6138 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6139 and font-lock-syntactic-face-function here from node "Other Font
6140 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6141 Syntax Properties". Add cross references.
6142 (Setting Syntax Properties): New node.
6143 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6144 * syntax.texi (Syntax Properties): Add cross reference.
6145 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6146
61472005-04-26 Richard M. Stallman <rms@gnu.org>
6148
6149 * display.texi (Defining Faces):
6150 Document `default' elements of defface spec.
6151
6152 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6153
6154 * variables.texi (Variable Aliases): Clarify text.
6155
61562005-04-25 Chong Yidong <cyd@stupidchicken.com>
6157
6158 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6159
61602005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6161
6162 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6163
61642005-04-24 Eli Zaretskii <eliz@gnu.org>
6165
6166 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6167 syntax-after and syntax-class.
6168
6169 * files.texi (Changing Files): Fix last change's cross-reference.
6170 (Unique File Names): Don't mention "numbers" in the documentation
6171 of make-temp-file and make-temp-name.
6172
61732005-04-23 Richard M. Stallman <rms@gnu.org>
6174
6175 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6176
61772005-04-22 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6180
61812005-04-22 Nick Roberts <nickrob@snap.net.nz>
6182
6183 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6184 and define-obsolete-variable-alias.
6185
61862005-04-22 Kim F. Storm <storm@cua.dk>
6187
6188 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6189 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6190
61912005-04-21 Lute Kamstra <lute@gnu.org>
6192
6193 * lists.texi (Association Lists): Document rassq-delete-all.
6194
61952005-04-19 Richard M. Stallman <rms@gnu.org>
6196
6197 * modes.texi (Search-based Fontification): Explain that
6198 facespec is an expression to be evaluated.
6199
62002005-04-19 Kevin Ryde <user42@zip.com.au>
6201
6202 * streams.texi (Output Functions): Fix xref.
6203 * strings.texi (String Conversion): Fix xref.
6204
62052005-04-19 Kim F. Storm <storm@cua.dk>
6206
6207 * symbols.texi (Symbol Plists): Add safe-get.
6208 Mention that `get' may signal an error.
6209
62102005-04-18 Nick Roberts <nickrob@snap.net.nz>
6211
6212 * customize.texi (Variable Definitions): Replace tooltip-mode
6213 example with save-place.
6214
62152005-04-17 Richard M. Stallman <rms@gnu.org>
6216
6217 * buffers.texi (Indirect Buffers): Clarify.
6218
6219 * positions.texi (Positions): Clarify converting marker to integer.
6220
6221 * strings.texi (String Basics): Mention string-match; clarify.
6222
62232005-04-08 Lute Kamstra <lute@gnu.org>
6224
6225 * modes.texi (Search-based Fontification): Fix cross references.
6226 Use consistent terminology. Document anchored highlighting.
6227
62282005-04-05 Lute Kamstra <lute@gnu.org>
6229
6230 * modes.texi (Defining Minor Modes): Document :group keyword
6231 argument and its default value.
6232
62332005-04-03 Lute Kamstra <lute@gnu.org>
6234
6235 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6236 references and/or descriptions. Delete major mode hooks; mention
6237 them as a category instead. Rename or delete obsolete hooks.
6238
62392005-04-02 Richard M. Stallman <rms@gnu.org>
6240
6241 * nonascii.texi (Coding System Basics): Another wording cleanup.
6242
62432005-04-01 Richard M. Stallman <rms@gnu.org>
6244
6245 * nonascii.texi (Coding System Basics): Clarify previous change.
6246
62472005-04-01 Kenichi Handa <handa@m17n.org>
6248
10d1d0af 6249 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6250 identity of coding systems.
6251
62522005-03-29 Chong Yidong <cyd@stupidchicken.com>
6253
6254 * text.texi (Buffer Contents): Add filter-buffer-substring and
6255 buffer-substring-filters.
6256
62572005-03-26 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * anti.texi (Antinews): Mention `G' interactive code.
6260
6261 * tips.texi (Compilation Tips): Mention benchmark.el.
6262
62632005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6264
6265 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6266 is now bound to M-o M-o.
6267
6268 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6269
62702005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6271
6272 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6273 in the Emacs Manual).
6274 * Makefile.in (srcs): Remove calendar.texi.
6275 * makefile.w32-in (srcs): Remove calendar.texi.
6276 * display.texi (Display): Change name of next node.
6277 * os.texi (System In): Change name of previous node.
6278 * elisp.texi (Top): Remove Calendar references.
6279 * vol1.texi (Top): Remove Calendar references.
6280 * vol2.texi (Top): Remove Calendar references.
6281
62822005-03-25 Richard M. Stallman <rms@gnu.org>
6283
6284 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6285 Cleanup previous change.
6286
62872005-03-25 Chong Yidong <cyd@stupidchicken.com>
6288
6289 * display.texi (Face Attributes): Faces earlier in an :inherit
6290 list take precedence.
6291 (Scroll Bars): Fix description of vertical-scroll-bars.
6292 Document frame-current-scroll-bars and window-current-scroll-bars.
6293
6294 * markers.texi (The Mark): Document temporary Transient Mark mode.
6295
6296 * minibuf.texi (Reading File Names):
6297 Document read-file-name-completion-ignore-case.
6298
6299 * positions.texi (Screen Lines): Document nil for width argument
6300 to compute-motion.
6301
63022005-03-23 Kim F. Storm <storm@cua.dk>
6303
6304 * display.texi (Standard Faces): Other faces used in the fringe
6305 implicitly inherits from the fringe face.
6306 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6307 properties implicitly inherits from fringe face.
6308 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6309
63102005-03-20 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * display.texi (Invisible Text): State default value of
6313 line-move-ignore-invisible.
6314 (Managing Overlays): Document remove-overlays.
6315 (Standard Faces): Document escape-glyph face.
6316
6317 * minibuf.texi (Reading File Names): Document read-file-name-function.
6318
6319 * modes.texi (Other Font Lock Variables):
6320 Document font-lock-lines-before.
6321
6322 * positions.texi (Skipping Characters): skip-chars-forward allows
6323 character classes.
6324
63252005-03-18 Lute Kamstra <lute@gnu.org>
6326
6327 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6328
63292005-03-17 Richard M. Stallman <rms@gnu.org>
6330
6331 * text.texi (Undo): Document extensible undo entries.
6332
dd7b651b 6333 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6334
6335 * nonascii.texi (Character Codes): Minor fix.
6336
6337 * display.texi (Display Property): Explain the significance
6338 of having text properties that are eq.
6339 (Other Display Specs): Explain string as display spec.
6340
6341 * commands.texi (Interactive Codes): Document G option.
6342
63432005-03-17 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * text.texi (Filling): Add sentence-end-without-period and
6346 sentence-end-without-space.
6347 (Changing Properties): Minor fix.
6348
6349 * anti.texi: Total rewrite.
6350
63512005-03-15 Lute Kamstra <lute@gnu.org>
6352
6353 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6354
63552005-03-08 Kim F. Storm <storm@cua.dk>
6356
6357 * display.texi (Specified Space): Property :width is support on
6358 non-graphic terminals, :height is not.
6359
63602005-03-07 Richard M. Stallman <rms@gnu.org>
6361
6362 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6363 Now subnodes of Fringes.
6364 (Overlay Arrow): Document overlay-arrow-variable-list.
6365 (Fringe Size/Pos): New node, broken out of Fringes.
6366 (Display): Explain clearing vs redisplay better.
6367 (Truncation): Clarify use of bitmaps.
6368 (The Echo Area): Clarify the uses of the echo area.
6369 Add max-mini-window-height.
6370 (Progress): Clarify.
6371 (Invisible Text): Explain that main loop moves point out.
6372 (Selective Display): Say "hidden", not "invisible".
6373 (Managing Overlays): Move up. Describe relation to Undo here.
6374 (Overlay Properties): Clarify intro.
6375 (Finding Overlays): Explain return values when nothing found.
6376 (Width): truncate-string-to-width has added arg.
6377 (Displaying Faces): Clarify and update mode line face handling.
6378 (Face Functions): Minor cleanup.
6379 (Conditional Display): Merge into Other Display Specs.
6380 (Pixel Specification, Other Display Specs): Minor cleanups.
6381 (Images, Image Descriptors): Minor cleanups.
6382 (GIF Images): Patents have expired.
6383 (Showing Images): Explain default text for insert-image.
6384 (Manipulating Button Types): Merge into Manipulating Buttons.
6385 (Making Buttons): Explain return values.
6386 (Button Buffer Commands): Add xref.
6387 (Inverse Video): Update mode-line-inverse-video.
6388 (Display Table Format): Clarify.
6389 (Active Display Table): Give defaults for window-display-table.
6390
6391 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6392 and calendar-today-marker are strings, not chars.
6393 (Holiday Customizing): Minor fix.
6394
6395 * internals.texi (Writing Emacs Primitives): Update `or' example.
6396 Update limit on # args of subr.
6397
6398 * edebug.texi (Using Edebug): Arrow is in fringe.
6399 (Instrumenting): Arg to eval-defun works without loading edebug.
6400 (Edebug Execution Modes): Add xref.
6401
6402 * customize.texi (Common Keywords): Clarify :require.
6403 Mention :version here.
6404 (Variable Definitions, Group Definitions): Not here.
6405 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6406
64072005-03-07 Chong Yidong <cyd@stupidchicken.com>
6408 * nonascii.texi (Text Representations): Clarify position-bytes.
6409 (Character Sets): Add list-charset-chars.
6410 (Scanning Charsets): Add charset-after.
6411 (Encoding and I/O): Minor fix.
6412
64132005-03-06 Richard M. Stallman <rms@gnu.org>
6414
6415 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6416 (Resizing Windows): Likewise.
6417
6418 * text.texi (Change Hooks): Get rid of "Emacs 21".
6419
6420 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6421
6422 * streams.texi (Output Variables): Get rid of "Emacs 21".
6423
6424 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6425
6426 * os.texi (Translating Input): Replace flow-control example
6427 with a less obsolete example that uses `keyboard-translate'.
6428
6429 * objects.texi (Hash Table Type, Circular Objects):
6430 Get rid of "Emacs 21".
6431
6432 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6433 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6434
6435 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6436
6437 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6438
6439 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6440 (Menu Bar): Fix when menu-bar-update-hook is called.
6441
6442 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6443
6444 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6445 and make it read better.
6446
6447 * files.texi (Writing to Files): Get rid of "Emacs 21".
6448 (Unique File Names): Likewise.
6449
6450 * elisp.texi: Update Emacs version to 22.
6451
6452 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6453 (Overlay Properties, Face Attributes): Likewise.
6454 (Managing Overlays): Fix punctuation.
6455 (Attribute Functions): Clarify set-face-font; get rid of
6456 info about old Emacs versions.
6457 (Auto Faces, Font Lookup, Display Property, Images):
6458 Get rid of "Emacs 21".
6459
6460 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6461
64622005-03-05 Richard M. Stallman <rms@gnu.org>
6463
6464 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6465
64662005-03-04 Lute Kamstra <lute@gnu.org>
6467
6468 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6469
64702005-03-03 Lute Kamstra <lute@gnu.org>
6471
6472 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6473
64742005-03-01 Lute Kamstra <lute@gnu.org>
6475
6476 * debugging.texi (Debugger Commands): Update `j'.
6477
64782005-02-28 Lute Kamstra <lute@gnu.org>
6479
6480 * debugging.texi (Debugging): Fix typo.
6481 (Error Debugging): Document eval-expression-debug-on-error.
6482 (Function Debugging): Update example.
6483 (Using Debugger): Mention starred stack frames.
6484 (Debugger Commands): Document `j' and `l'.
6485 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6486 Update the messages that the debugger displays.
6487 (Internals of Debugger): Add cross reference. Update example.
6488 (Excess Open): Minor improvement.
6489 (Excess Close): Minor improvement.
6490
64912005-02-26 Richard M. Stallman <rms@gnu.org>
6492
6493 * tips.texi (Coding Conventions): Clarify.
6494 Put all the major mode key reservations together.
6495 Mention the Mouse-1 => Mouse-2 conventions.
6496
6497 * syntax.texi (Syntax Class Table): Clarify.
6498 (Syntax Table Functions): syntax-after moved from here.
6499 (Syntax Table Internals): syntax-after moved to here.
6500 (Parsing Expressions): Update info on number of values
6501 and what's meaningful in the STATE argument.
6502 (Categories): Fix typo.
6503
6504 * sequences.texi (Arrays): Cleanup.
6505 (Char-Tables): Clarify.
6506
6507 * processes.texi (Deleting Processes): Cleanups, add xref.
6508 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6509 (Process Information): set-process-coding-system, some args optional.
6510 (Input to Processes): Explain various types for PROCESS args.
6511 Rename them from PROCESS-NAME to PROCESS.
6512 (Signals to Processes): Likewise.
6513 (Decoding Output): Cleanup.
6514 (Query Before Exit): Clarify.
6515
6516 * os.texi (Startup Summary): Correct the options; add missing ones.
6517 (Terminal Output, Batch Mode): Clarify.
6518 (Flow Control): Node deleted.
6519
6520 * markers.texi (The Mark): Clarify.
6521
6522 * macros.texi (Expansion): Cleanup.
6523 (Indenting Macros): indent-spec allows ints, not floats.
6524
6525 * keymaps.texi (Keymaps): Clarify.
6526 (Format of Keymaps): Update lisp-mode-map example.
6527 (Active Keymaps, Key Lookup): Clarify.
6528 (Changing Key Bindings): Add xref to `kbd'.
6529 (Key Binding Commands, Simple Menu Items): Clarify.
6530 (Mouse Menus, Menu Bar): Clarify.
6531 (Menu Example): Replace print example with menu-bar-replace-menu.
6532
6533 * help.texi (Documentation Basics): Add function-documentation prop.
6534
6535 * elisp.texi (Top): Don't refer to Flow Control node.
6536
6537 * commands.texi (Command Overview): Improve xrefs.
6538 (Adjusting Point): Adjusting point applies to intangible and invis.
6539 (Key Sequence Input): Doc extra read-key-sequence args.
6540 Likewise for read-key-sequence-vector.
6541
6542 * backups.texi (Rename or Copy): Minor fix.
6543 (Numbered Backups): For version-control, say the default.
6544 (Auto-Saving): make-auto-save-file-name example is simplified.
6545
6546 * advice.texi (Advising Functions): Don't imply one part of Emacs
6547 should advise another part. Markup changes.
6548 (Defining Advice): Move transitional para.
6549 (Activation of Advice): Cleanup.
6550 Explain if COMPILE is nil or negative.
6551
6552 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6553
65542005-02-24 Lute Kamstra <lute@gnu.org>
6555
6556 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6557 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6558
65592005-02-23 Lute Kamstra <lute@gnu.org>
6560
6561 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6562 to define global minor modes as well.
6563
6564 * display.texi (Managing Overlays): overlay-buffer returns nil for
6565 deleted overlays.
6566
65672005-02-22 Kim F. Storm <storm@cua.dk>
6568
6569 * minibuf.texi (Basic Completion): Allow symbols in addition to
6570 strings in try-completion and all-completions.
6571
65722005-02-14 Lute Kamstra <lute@gnu.org>
6573
6574 * elisp.texi (Top): Remove reference to deleted node.
6575
6576 * lists.texi (Lists): Remove reference to deleted node.
6577 (Cons Cells): Fix typo.
6578
6579 * loading.texi (Where Defined): Fix typo.
6580
65812005-02-14 Richard M. Stallman <rms@gnu.org>
6582
6583 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6584 is useful for discarding some minor modes.
6585
6586 * symbols.texi (Symbol Components): Reorder examples.
6587
6588 * streams.texi (Input Functions): State standard-input default.
6589 (Output Variables): State standard-output default.
6590
6591 * objects.texi (Printed Representation): Clarify read syntax vs print.
6592 (Floating Point Type): Explain meaning better.
6593 (Symbol Type): Explain uniqueness better.
6594 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6595 List examples sooner.
6596 (Box Diagrams): New subnode broken out.
6597 Some examples moved from old Lists as Boxes node.
6598 (Dotted Pair Notation): Clarify intro.
6599 (Array Type): Clarify.
6600 (Type Predicates): Add hash-table-p.
6601
6602 * numbers.texi (Integer Basics): Clarify radix explanation.
6603 (Predicates on Numbers): Minor clarification.
6604 (Comparison of Numbers): Minor clarification. Clarify eql.
6605 Typos in min, max.
6606 (Math Functions): Clarify overflow in expt.
6607
6608 * minibuf.texi (Text from Minibuffer): Minor clarification.
6609 Mention arrow keys.
6610
6611 * loading.texi (Autoload): defun's doc string overrides autoload's
6612 doc string.
6613 (Repeated Loading): Modernize "add to list" examples.
6614 (Where Defined): Finish updating table of load-history elts.
6615
6616 * lists.texi (List-related Predicates): Minor wording improvement.
6617 (Lists as Boxes): Node deleted.
6618 (Building Lists): Explain trivial cases of number-sequence.
6619
6620 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6621 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6622 (Hash Access): Any object can be a key.
6623 State value of maphash.
6624
6625 * functions.texi (What Is a Function): Wording cleanup.
6626 (Function Documentation): Minor cleanup.
6627 Explain purpose of calling convention at end of doc string.
6628 (Function Names): Wording cleanup.
6629 (Calling Functions): Wording cleanup.
6630 Explain better how funcall calls the function.
6631 (Function Cells): Delete example of saving and redefining function.
6632
6633 * control.texi (Combining Conditions): Wording cleanup.
6634 (Iteration): dolist and dotimes bind VAR locally.
6635 (Cleanups): Xref to Atomic Changes.
6636
6637 * compile.texi (Byte Compilation): Delete 19.29 info.
6638 (Compilation Functions): Macros' difficulties don't affect defsubst.
6639 (Docs and Compilation): Delete 19.29 info.
6640
66412005-02-10 Richard M. Stallman <rms@gnu.org>
6642
6643 * objects.texi (Symbol Type): Minor correction.
6644
66452005-02-06 Lute Kamstra <lute@gnu.org>
6646
6647 * modes.texi (Example Major Modes): Fix typos.
6648
66492005-02-06 Richard M. Stallman <rms@gnu.org>
6650
6651 * text.texi (Margins): fill-nobreak-predicate can be one function.
6652
6653 * strings.texi (Modifying Strings): clear-string can make unibyte.
6654 (Formatting Strings): format gives error if values missing.
6655
6656 * positions.texi (Character Motion): Mention default arg
6657 for forward-char. backward-char refers to forward-char.
6658 (Word Motion): Mention default arg for forward-word.
6659 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6660 Simplify end-of-buffer.
6661 (Text Lines): Mention default arg for forward-line.
6662 (List Motion): Mention default arg for beginning/end-of-defun.
6663 (Skipping Characters): Minor fixes in explaining character-set.
6664
6665 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6666 Mode inheritance applies only when default-major-mode is nil.
6667 Clarifications.
6668 (Example Major Modes): Update Text mode and Lisp mode examples.
6669 (Minor Mode Conventions): Mention define-minor-mode at top.
6670 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6671 (Mode Line Format): Update mode line face display info.
6672 (Properties in Mode): Mention effect of risky vars.
6673 (Imenu): Define imenu-add-to-menubar.
6674 (Font Lock Mode): Add descriptions to menu lines.
6675 (Faces for Font Lock): Add font-lock-doc-face.
6676
66772005-02-05 Lute Kamstra <lute@gnu.org>
6678
6679 * text.texi (Maintaining Undo): Remove obsolete function.
6680
66812005-02-05 Eli Zaretskii <eliz@gnu.org>
6682
6683 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6684 color specifications. Improve indexing.
b8d4c8d0
GM
6685 (Text Terminal Colors): Replace the description of RGB values by
6686 an xref to "Color Names".
6687
66882005-02-03 Richard M. Stallman <rms@gnu.org>
6689
6690 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6691 Clarify.
6692 (Selecting Windows): Clarify save-selected-window.
6693 (Cyclic Window Ordering): Clarify walk-windows.
6694 (Window Point): Clarify.
6695 (Window Start): Add comment to example.
6696 (Resizing Windows): Add `interactive' specs in examples.
6697 Document fit-window-to-buffer.
6698
6699 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6700 (Undo, Maintaining Undo): Clarify last change.
6701 (Sorting): In sort-numeric-fields, explain about octal and hex.
6702 Mention sort-numeric-base.
6703 (Format Properties): Add xref for hard newlines.
6704
6705 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6706 (Pop-Up Menus): Fix typo.
6707 (Color Names): Explain all types of color names.
6708 Explain color-values on B&W terminal.
6709 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6710
6711 * files.texi (File Locks): Not supported on MS systems.
6712 (Testing Accessibility): Clarify.
6713
6714 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6715 (Coverage Testing): Fix typo.
6716
6717 * commands.texi (Misc Events): Remove stray space.
6718
6719 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6720 (Modification Time): Clarify when visited-file-modtime returns 0.
6721 (The Buffer List): Clarify bury-buffer.
6722 (Killing Buffers): Clarify.
6723 (Indirect Buffers): Add clone-indirect-buffer.
6724
67252005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6726
6727 * edebug.texi (Printing in Edebug): Fix default value of
6728 edebug-print-circle.
6729 (Coverage Testing): Fix displayed frequency count data.
6730
67312005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6732
6733 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6734
67352005-02-02 Kim F. Storm <storm@cua.dk>
6736
6737 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6738
67392005-01-29 Eli Zaretskii <eliz@gnu.org>
6740
6741 * commands.texi (Misc Events): Describe the help-echo event.
6742
6743 * text.texi (Special Properties) <help-echo>: Use `pos'
6744 consistently in description of the help-echo property.
6745 Use @code{nil} instead of @var{nil}.
6746
6747 * display.texi (Overlay Properties): Fix the index entry for
6748 help-echo overlay property.
6749
6750 * customize.texi (Type Keywords): Uncomment the xref to the
6751 help-echo property documentation.
6752
67532005-01-23 Kim F. Storm <storm@cua.dk>
6754
6755 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6756 return value. Third element FULLY replaced by PARTIAL which
6757 specifies number of invisible pixels if row is only partially visible.
6758 (Textual Scrolling): Mention auto-window-vscroll.
6759 (Vertical Scrolling): New defvar auto-window-vscroll.
6760
67612005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6764 command remapping.
6765
67662005-01-15 Richard M. Stallman <rms@gnu.org>
6767
6768 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6769
67702005-01-14 Kim F. Storm <storm@cua.dk>
6771
6772 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6773
6774 * text.texi (Links and Mouse-1): Fix string and vector item.
6775
67762005-01-13 Richard M. Stallman <rms@gnu.org>
6777
6778 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6779 descriptions of overriding-local-map and overriding-terminal-local-map.
6780
6781 * text.texi (Links and Mouse-1): Clarify text.
6782
67832005-01-13 Kim F. Storm <storm@cua.dk>
6784
6785 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6786
67872005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6788
6789 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6790
67912005-01-12 Kim F. Storm <storm@cua.dk>
6792
6793 * text.texi (Links and Mouse-1): Rename section from Enabling
6794 Mouse-1 to Following Links. Change xrefs.
6795 Add examples for define-button-type and define-widget.
6796
6797 * display.texi (Button Properties, Button Buffer Commands):
6798 Clarify mouse-1 and follow-link functionality.
6799
68002005-01-12 Richard M. Stallman <rms@gnu.org>
6801
6802 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6803
6804 * display.texi (Beeping): Fix Texinfo usage.
6805
6806 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6807
68082005-01-11 Kim F. Storm <storm@cua.dk>
6809
6810 * display.texi (Button Properties, Button Buffer Commands):
6811 Mention mouse-1 binding. Add follow-link keyword.
6812
6813 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6814 (Enabling Mouse-1 to Follow Links): New subsection.
6815
68162005-01-06 Richard M. Stallman <rms@gnu.org>
6817
6818 * text.texi (Special Properties): Minor change.
6819
6820 * os.texi (Timers): Clarify previous change.
6821
6822 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6823
68242005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6825
6826 * display.texi (Face Attributes): Correct xref to renamed node.
6827
68282005-01-01 Richard M. Stallman <rms@gnu.org>
6829
6830 * display.texi (Face Attributes): Describe hex color specs.
6831
68322004-12-31 Richard M. Stallman <rms@gnu.org>
6833
6834 * os.texi (Timers): Update previous change.
6835
68362004-12-30 Kim F. Storm <storm@cua.dk>
6837
6838 * display.texi (Line Height): Total line-height is now specified
6839 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6840 in cons cells. (nil . RATIO) is relative to actual line height.
6841 Use line-height `t' instead of `0' to get minimum height.
6842
68432004-12-29 Richard M. Stallman <rms@gnu.org>
6844
6845 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6846
68472004-12-28 Richard M. Stallman <rms@gnu.org>
6848
6849 * commands.texi (Quitting): Clarify value of with-local-quit.
6850
6851 * elisp.texi (Top): Fix previous change.
6852
6853 * loading.texi (Loading): Fix previous change.
6854
68552004-12-27 Richard M. Stallman <rms@gnu.org>
6856
6857 * Makefile.in (MAKEINFO): Specify --force.
6858
6859 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6860
6861 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6862
6863 * display.texi (Line Height): Further clarify.
6864
6865 * elisp.texi (Top): Update Loading submenu.
6866
6867 * loading.texi (Where Defined): New node.
6868 (Unloading): load-history moved to Where Defined.
6869
68702004-12-21 Richard M. Stallman <rms@gnu.org>
6871
6872 * commands.texi (Event Input Misc): Add while-no-input.
6873
68742004-12-11 Richard M. Stallman <rms@gnu.org>
6875
6876 * display.texi (Line Height): Rewrite text for clarity.
6877
68782004-12-11 Kim F. Storm <storm@cua.dk>
6879
6880 * display.texi (Display): Add node "Line Height" to menu.
6881 (Line Height): New node. Move full description of line-spacing
6882 and line-height text properties here from text.texi.
6883 (Scroll Bars): Add vertical-scroll-bar variable.
6884
6885 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6886
6887 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6888 line-spacing and vertical-scroll-bar.
6889
6890 * text.texi (Special Properties): Just mention line-spacing and
6891 line-height here, add xref to new "Line Height" node.
6892
68932004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6894
6895 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6896
6897 * locals.texi (Standard Buffer-Local Variables):
6898 Add @xref for `line-spacing'.
6899
69002004-12-05 Richard M. Stallman <rms@gnu.org>
6901
6902 * Makefile.in (maintainer-clean): Remove the info files
6903 in $(infodir) where they are created.
6904
69052004-12-03 Richard M. Stallman <rms@gnu.org>
6906
6907 * windows.texi (Selecting Windows): get-lru-window and
6908 get-largest-window don't consider dedicated windows.
6909
6910 * text.texi (Undo): Document undo-in-progress.
6911
69122004-11-26 Richard M. Stallman <rms@gnu.org>
6913
6914 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6915 Remove a few vars that are not always buffer-local.
6916
69172004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6918
6919 * locals.texi (Standard Buffer-Local Variables): Comment out
6920 xref's to non-existent node `Yet to be written'.
6921
69222004-11-24 Richard M. Stallman <rms@gnu.org>
6923
6924 * processes.texi (Synchronous Processes): Grammar fix.
6925
6926 * numbers.texi (Comparison of Numbers): Add eql.
6927
6928 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6929
6930 * intro.texi (Printing Notation): Fix previous change.
6931
6932 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6933 and default-indicate-buffer-boundaries from here.
6934 (Usual Display): To here.
6935 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6936 (Usual Display): Move tab-width up.
6937
5dcb4c4e
SM
6938 * customize.texi (Variable Definitions):
6939 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6940 (Simple Types, Composite Types, Defining New Types):
6941 Minor cleanups.
6942
69432004-11-21 Jesper Harder <harder@ifa.au.dk>
6944
6945 * processes.texi (Synchronous Processes, Output from Processes):
6946 Markup fix.
6947
69482004-11-20 Richard M. Stallman <rms@gnu.org>
6949
6950 * positions.texi (Skipping Characters): skip-chars-forward
6951 now handles char classes.
6952
6953 * intro.texi (Printing Notation): Avoid confusion of `print'
6954 when explaining @print.
6955
6956 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6957
6958 * display.texi (Display Table Format): Minor fix.
6959
6960 * streams.texi (Output Functions): Fix print example.
6961
6962 * Makefile.in (elisp): New target.
6963 (dist): Depend on $(infodir)/elisp, not elisp.
6964 Copy the info files from $(infodir).
6965
6966 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6967 read-from-minibuffer.
6968
6969 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6970
69712004-11-19 Richard M. Stallman <rms@gnu.org>
6972
6973 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6974
69752004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6976
6977 * tips.texi (Coding Conventions): Fix typo.
6978
69792004-11-16 Richard M. Stallman <rms@gnu.org>
6980
6981 * tips.texi (Coding Conventions): Separate defvar and require
6982 methods to avoid warnings. Use require only when there are many
6983 functions and variables from that package.
6984
6985 * minibuf.texi (Minibuffer Completion): When ignoring case,
6986 predicate must not be case-sensitive.
6987
6988 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6989 (Test Coverage): Don't talk about "splotches". Clarified.
6990
69912004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6992
6993 * frames.texi (Window Frame Parameters): Fix typo.
6994
69952004-11-15 Kim F. Storm <storm@cua.dk>
6996
6997 * symbols.texi (Other Plists): Note that plist-get may signal error.
6998 Add safe-plist-get.
6999
70002004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7001
7002 * modes.texi (Font Lock Basics): Fix typo.
7003
70042004-11-08 Richard M. Stallman <rms@gnu.org>
7005
7006 * syntax.texi (Syntax Table Functions): Add syntax-after.
7007
70082004-11-06 Lars Brinkhoff <lars@nocrew.org>
7009
7010 * os.texi (Processor Run Time): New section documenting
7011 get-internal-run-time.
7012
70132004-11-06 Eli Zaretskii <eliz@gnu.org>
7014
7015 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7016 it nukes elisp-cover.texi.
7017 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7018 elisp-0 etc.
7019
70202004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7021
7022 * commands.texi (Keyboard Macros): Document `append' return value
7023 of `defining-kbd-macro'.
7024
70252004-11-01 Richard M. Stallman <rms@gnu.org>
7026
7027 * commands.texi (Interactive Call): Add called-interactively-p.
7028
70292004-10-29 Simon Josefsson <jas@extundo.com>
7030
7031 * minibuf.texi (Reading a Password): Revert.
7032
70332004-10-28 Richard M. Stallman <rms@gnu.org>
7034
7035 * frames.texi (Display Feature Testing): Explain about "vendor".
7036
70372004-10-27 Richard M. Stallman <rms@gnu.org>
7038
7039 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7040 not raw. Clarify `n'.
7041 (Interactive Call): Rewrite interactive-p, focusing on when
7042 and how to use it.
7043 (Misc Events): Clarify previous change.
7044
7045 * advice.texi (Simple Advice): Clarify what job the example does.
7046 (Around-Advice): Clarify ad-do-it.
7047 (Activation of Advice): An option of ad-default-compilation-action
7048 is `never', not `nil'.
7049
70502004-10-26 Kim F. Storm <storm@cua.dk>
7051
7052 * commands.texi (Interactive Codes): Add U code letter.
7053
70542004-10-25 Simon Josefsson <jas@extundo.com>
7055
7056 * minibuf.texi (Reading a Password): Add.
7057
70582004-10-24 Jason Rumney <jasonr@gnu.org>
7059
7060 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7061 and wheel-down.
7062
70632004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7064
7065 * processes.texi (Synchronous Processes): Document process-file.
7066
70672004-10-22 Kenichi Handa <handa@m17n.org>
7068
7069 * text.texi (translate-region): Document that it accepts also a
7070 char-table.
7071
70722004-10-22 David Ponce <david@dponce.com>
7073
7074 * windows.texi (Resizing Windows): Document the `preserve-before'
7075 argument of the functions `enlarge-window' and `shrink-window'.
7076
70772004-10-19 Jason Rumney <jasonr@gnu.org>
7078
7079 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7080
70812004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7082
7083 * text.texi (Filling): Add anchor for definition of
7084 `sentence-end-double-space'.
7085
7086 * searching.texi (Regexp Example): Update description of how
7087 Emacs currently recognizes the end of a sentence.
7088 (Standard Regexps): Update definition of the variable
7089 `sentence-end'. Add definition of the function `sentence-end'.
7090
70912004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7092
7093 * display.texi (Progress): New node.
7094
70952004-10-05 Kim F. Storm <storm@cua.dk>
7096
7097 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7098
70992004-09-29 Kim F. Storm <storm@cua.dk>
7100
7101 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7102 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7103 fringe bitmap symbols, as they now have their own namespace.
7104 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7105 vs. pixels. Signal error if no free bitmap slots.
7106 (Pixel Specification): Change IMAGE to @var{image}.
7107
71082004-09-28 Richard M. Stallman <rms@gnu.org>
7109
7110 * text.texi (Special Properties): Clarify line-spacing and line-height.
7111
7112 * searching.texi (Regexp Search): Add looking-back.
7113
71142004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7115
7116 * display.texi: Correct typos.
7117 (Image Descriptors): Correct xref's.
7118
71192004-09-25 Richard M. Stallman <rms@gnu.org>
7120
7121 * text.texi (Special Properties): Cleanups in `cursor'.
7122 Rewrites in `line-height' and `line-spacing'; exchange them.
7123
7124 * display.texi (Fringes): Rewrite previous change.
7125 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7126 (Display Fringe Bitmaps): Node deleted, text moved.
7127 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7128 (Scroll Bars): Clarify set-window-scroll-bars.
7129 (Pointer Shape): Rewrite.
7130 (Specified Space): Clarify :align-to, etc.
7131 (Pixel Specification): Use @var. Clarify new text.
7132 (Other Display Specs): Clarify `slice'.
7133 (Image Descriptors): Cleanups.
7134 (Showing Images): Cleanups.
7135
71362004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7137
7138 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7139
7140 * modes.texi: Various minor changes in addition to:
7141 (Major Mode Conventions): Final call to `run-mode-hooks' should
7142 not be inside the `delay-mode-hooks' form.
7143 (Mode Hooks): New node.
7144 (Hooks): Delete obsolete example.
7145 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7146 node "Mode Hooks".
7147
71482004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7149
7150 * display.texi: Correct various typos.
7151 (Display): Rename node "Pointer Shapes" to "Pointer
7152 Shape". (There is already a node called "Pointer Shapes" in
7153 frames.texi.)
7154 (Images): Remove non-existent node "Image Slices" from menu.
7155
71562004-09-23 Kim F. Storm <storm@cua.dk>
7157
7158 * text.texi (Special Properties): Add `cursor', `pointer',
7159 `line-height', and `line-spacing' properties.
7160
7161 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7162 Shapes' to menu.
7163 (Standard Faces): Doc fix for fringe face.
7164 (Fringes): Add `overflow-newline-into-fringe' and
7165 'indicate-buffer-boundaries'.
7166 (Fringe Bitmaps, Pointer Shapes): New nodes.
7167 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7168 Bitmaps' to menu.
7169 (Specified Space): Describe pixel width and height.
7170 (Pixel Specification): New node.
7171 (Other Display Specs): Add `slice' property.
7172 (Display Fringe Bitmaps): New node.
7173 (Images): Add 'Image Slices' to menu.
7174 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7175 (Showing Images): Add slice arg to `insert-image'.
7176 Add 'insert-sliced-image'.
b8d4c8d0
GM
7177
71782004-09-20 Richard M. Stallman <rms@gnu.org>
7179
7180 * commands.texi (Key Sequence Input):
7181 Clarify downcasing in read-key-sequence.
7182
71832004-09-08 Juri Linkov <juri@jurta.org>
7184
7185 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7186
71872004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7188
5dcb4c4e
SM
7189 * locals.texi (Standard Buffer-Local Variables):
7190 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7191 * internals.texi (Buffer Internals): Describe new
7192 auto_save_file_format field of the buffer structure.
7193 * files.texi (Format Conversion): `auto-save-file-format' has been
7194 renamed `buffer-auto-save-file-format'.
7195
71962004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7197
7198 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7199 an integer or a marker.
7200 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7201
72022004-08-22 Richard M. Stallman <rms@gnu.org>
7203
7204 * modes.texi (Major Mode Conventions): Discuss rebinding of
7205 standard key bindings.
7206
72072004-08-18 Kim F. Storm <storm@cua.dk>
7208
7209 * processes.texi (Accepting Output): Add `just-this-one' arg to
7210 `accept-process-output'.
7211 (Output from Processes): New var `process-adaptive-read-buffering'.
7212
72132004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7214
7215 * keymaps.texi: Various changes in addition to:
7216 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7217 Give more varied examples for `kbd'.
7218 (Creating Keymaps): Char tables have slots for all characters
7219 without modifiers.
7220 (Active Keymaps): `overriding-local-map' and
7221 `overriding-terminal-local-map' also override text property and
7222 overlay keymaps.
7223 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7224 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7225 to denote a prefix of no events.
7226 `map-keymap' includes parent's bindings _recursively_.
7227 Clarify and correct description of `where-is-internal'.
7228 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7229 (Menu Example): For menus intended for use with the keyboard, the
7230 menu items should be bound to characters or real function keys.
7231
72322004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7233
7234 * objects.texi (Character Type): Reposition `@anchor' to prevent
7235 double space inside sentence in Info.
7236
7237 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7238 renamed to `disabled-command-function'.
7239 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7240 (Command Loop Info): Replace reference to it.
7241 (Disabling Commands): `disabled-command-hook' has been renamed to
7242 `disabled-command-function'.
7243
72442004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7245
7246 * os.texi (Translating Input): Only non-prefix bindings in
7247 `key-translation-map' override actual key bindings. Warn about
7248 possible indirect effect of actual key bindings on non-prefix
7249 bindings in `key-translation-map'.
7250
72512004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7252
7253 * minibuf.texi (High-Level Completion): Add anchor for definition
7254 of `read-variable'.
7255
7256 * commands.texi: Various changes in addition to:
7257 (Using Interactive): Clarify description of `interactive-form'.
7258 (Interactive Call): Mention default for KEYS argument to
7259 `call-interactively'.
7260 (Command Loop Info): Clarify description of `this-command-keys'.
7261 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7262 Value of `last-event-frame' can be `macro'.
7263 (Repeat Events): `double-click-fuzz' is also used to distinguish
7264 clicks and drags.
7265 (Classifying Events): Clarify descriptions of `event-modifiers'
7266 `event-basic-type' and `event-convert-list'.
7267 (Accessing Events): `posn-timestamp' takes POSITION argument.
7268 (Quoted Character Input): Clarify description of
7269 `read-quoted-char' and fix example.
7270 (Quitting): Add `with-local-quit'.
7271 (Disabling Commands): Correct and clarify descriptions of
7272 `enable-command' and `disable-command'.
7273 Mention what happens if `disabled-command-hook' is nil.
7274 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7275 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7276
72772004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7278
7279 * frames.texi: Various changes in addition to:
7280 (Creating Frames): Expand and clarify description of `make-frame'.
7281 (Window Frame Parameters): Either none or both of the `icon-left'
7282 and `icon-top' parameters must be specified. Put descriptions of
7283 `menu-bar-lines' and `toolbar-lines' closer together and change
7284 them accordingly.
7285 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7286 except while processing `frame-title-format' or `icon-title-format'.
7287 (Deleting Frames): Correct description of `delete-frame'.
7288 Non-nil return values of `frame-live-p' are like those of `framep'.
7289 (Frames and Windows): Mention return value of
7290 `set-frame-selected-window'.
7291 (Visibility of Frames): Mention `force' argument to
7292 `make-frame-invisible'. `frame-visible-p' returns t for all
7293 frames on text-only terminals.
7294 (Frame Configurations): Restoring a frame configuration does not
7295 restore deleted frames.
7296 (Window System Selections): `x-set-selection' returns DATA.
7297 (Resources): Add example.
7298 (Display Feature Testing): Clarify descriptions of
7299 `display-pixel-height', `display-pixel-width', `x-server-version'
7300 and `x-server-vendor'.
7301
7302 * windows.texi (Choosing Window): Add anchor.
7303 * minibuf.texi (Minibuffer Misc): Add anchor.
7304
73052004-07-23 John Paul Wallington <jpw@gnu.org>
7306
7307 * macros.texi (Defining Macros): Declaration keyword for setting
7308 Edebug spec is `debug' not `edebug'.
7309
73102004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7311
7312 * windows.texi: Various small changes in addition to:
7313 (Window Point): Mention return value of `set-window-point'.
7314 (Window Start): `pos-visible-in-window-p' disregards horizontal
7315 scrolling. Explain return value if PARTIALLY is non-nil.
7316 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7317 and `set-window-vscroll'.
7318 (Size of Window): The argument WINDOW to `window-inside-edges',
7319 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7320 (Resizing Windows): Explain return value of
7321 `shrink-window-if-larger-than-buffer'.
7322 `window-size-fixed' automatically becomes buffer local when set.
7323 (Window Configurations): Explain return value of
7324 `set-window-configuration'.
7325
7326 * minibuf.texi (Minibuffer Misc): Add anchor for
7327 `minibuffer-scroll-window'.
7328
7329 * positions.texi (Text Lines): Add anchor for `count-lines'.
7330
73312004-07-17 Richard M. Stallman <rms@gnu.org>
7332
7333 * display.texi (Overlay Properties): Adding `evaporate' prop
7334 deletes empty overlay immediately.
7335
7336 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7337 fix example.
7338
73392004-07-16 Jim Blandy <jimb@redhat.com>
7340
7341 * searching.texi (Regexp Backslash): Document new \_< and \_>
7342 operators.
7343
73442004-07-16 Juanma Barranquero <lektu@terra.es>
7345
7346 * display.texi (Images): Fix Texinfo usage.
7347
73482004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7349
7350 * buffers.texi (Modification Time): `visited-file-modtime' now
7351 returns a list of two integers, instead of a cons.
7352
73532004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7354
7355 * windows.texi: Various changes in addition to:
7356 (Splitting Windows): Add `split-window-keep-point'.
7357
73582004-07-09 Richard M. Stallman <rms@gnu.org>
7359
7360 * frames.texi (Input Focus): Minor fix.
7361
73622004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7363
7364 * frames.texi (Input Focus): Clarify descriptions of
7365 `select-frame-set-input-focus' and `select-frame'.
7366
73672004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7368
7369 * os.texi: Various small changes in addition to:
7370 (Killing Emacs): Expand and clarify description of
7371 `kill-emacs-query-functions' and `kill-emacs-hook'.
7372 (System Environment): Expand and clarify description of `getenv'
7373 and `setenv'.
7374 (Timers): Clarify description of `run-at-time'.
7375 (Translating Input): Correct description of
7376 `extra-keyboard-modifiers'.
7377 (Flow Control): Correct description of `enable-flow-control'.
7378
73792004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7380
7381 * os.texi: Update copyright.
7382 (Session Management): Grammar fix.
7383 Clarify which Emacs does the restarting.
7384 Use @samp for *scratch* buffer.
7385
73862004-07-04 Alan Mackenzie <acm@muc.de>
7387
7388 * frames.texi (Input Focus): Add documentation for
7389 `select-frame-set-input-focus'. Replace refs to non-existent
7390 `switch-frame' with `select-frame'. Minor corrections and tidying
7391 up of text-only terminal stuff.
7392
73932004-07-02 Richard M. Stallman <rms@gnu.org>
7394
7395 * files.texi (Saving Buffers): Cleanup write-contents-function.
7396 (Magic File Names): Cleanup file-remote-p.
7397
b344d29d 73982004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7399
7400 * files.texi (Magic File Names): `file-remote-p' returns an
7401 identifier of the remote system, not just t.
7402
74032004-07-02 David Kastrup <dak@gnu.org>
7404
7405 * searching.texi (Entire Match Data): Add explanation about new
7406 match-data behavior when @var{integers} is non-nil.
7407
74082004-06-24 Richard M. Stallman <rms@gnu.org>
7409
7410 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7411
7412 * customize.texi (Variable Definitions): Note about doc strings
7413 and :set.
7414
7415 * keymaps.texi (Keymap Terminology): Document `kbd'.
7416 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7417
7418 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7419 makes it buffer-local.
7420
7421 * files.texi (Saving Buffers): Correct previous change.
7422
7423 * commands.texi (Accessing Events):
7424 Clarify posn-col-row and posn-actual-col-row.
7425
74262004-06-24 David Ponce <david.ponce@wanadoo.fr>
7427
7428 * commands.texi (Accessing Events): New functions
7429 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7430
74312004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7432
7433 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7434 * frames.texi, buffers.texi, backups.texi, variables.texi:
7435 * loading.texi, eval.texi, functions.texi, control.texi:
7436 * symbols.texi, minibuf.texi: Reposition @anchor's.
7437
7438 * help.texi: Various small changes in addition to the following.
7439 (Describing Characters): Describe PREFIX argument to
7440 `key-description'. Correct and clarify definition of
7441 `text-char-description'. Describe NEED-VECTOR argument to
7442 `read-kbd-macro'.
7443 (Help Functions): Clarify definition of `apropos'.
7444
74452004-06-23 Lars Hansen <larsh@math.ku.dk>
7446
7447 * files.texi (Saving Buffers): Correct description of
7448 `write-contents-functions'.
7449
74502004-06-21 Juanma Barranquero <lektu@terra.es>
7451
7452 * display.texi (Images): Remove redundant @vindex directives.
7453 Rewrite `image-library-alist' doc in active voice.
7454
74552004-06-14 Juanma Barranquero <lektu@terra.es>
7456
7457 * display.texi (Images): Document new delayed library loading,
7458 variable `image-library-alist' and (existing but undocumented)
7459 function `image-type-available-p'.
7460
74612004-06-05 Richard M. Stallman <rms@gnu.org>
7462
7463 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7464 refer the user to the Initial Input node.
7465 (Text from Minibuffer): Likewise.
7466 (Initial Input): New node. Document this feature
7467 and say it is mostly deprecated.
7468
74692004-05-30 Richard M. Stallman <rms@gnu.org>
7470
7471 * loading.texi (Named Features): Clarify return value
7472 and meaning of NOERROR.
7473
7474 * variables.texi (File Local Variables): Minor cleanup.
7475
74762004-05-30 Michael Albinus <michael.albinus@gmx.de>
7477
7478 * files.texi (Magic File Names): Add `file-remote-p' as operation
7479 of file name handlers.
7480
74812004-05-29 Richard M. Stallman <rms@gnu.org>
7482
7483 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7484 as arg to a minor mode command.
7485
74862004-05-22 Richard M. Stallman <rms@gnu.org>
7487
7488 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7489
7490 * streams.texi (Output Variables): Doc float-output-format.
7491
7492 * searching.texi (Regexp Special): Nested repetition can be infloop.
7493
7494 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7495 real stack overflow.
7496
7497 * compile.texi: Minor cleanups.
7498
74992004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7500
7501 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7502 circular lists.
7503 (List Elements): Explain handling of circular and dotted lists.
7504
75052004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7506
7507 * modes.texi (Search-based Fontification): Fix typo.
7508
75092004-05-10 Juanma Barranquero <lektu@terra.es>
7510
7511 * modes.texi (Mode Line Variables): Fix description of
7512 global-mode-string, which is now after which-func-mode, not the
7513 buffer name.
7514
75152004-05-07 Lars Hansen <larsh@math.ku.dk>
7516
7517 * modes.texi (Desktop Save Mode): Add.
7518 (Modes): Add menu entry Desktop Save Mode.
7519
7520 * hooks.texi: Add desktop-after-read-hook,
7521 desktop-no-desktop-file-hook and desktop-save-hook.
7522
7523 * locals.texi: Add desktop-save-buffer.
7524
75252004-04-30 Jesper Harder <harder@ifa.au.dk>
7526
7527 * display.texi: emacs -> Emacs.
7528
75292004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7530
7531 * files.texi (Changing Files): Document set-file-times.
7532
75332004-04-23 Juanma Barranquero <lektu@terra.es>
7534
7535 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7536
75372004-04-18 Jesper Harder <harder@ifa.au.dk>
7538
7539 * tips.texi (Coding Conventions): defopt -> defcustom.
7540
75412004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * sequences.texi: Various clarifications.
7544
75452004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7546
7547 * buffers.texi (Read Only Buffers): Mention optional ARG to
7548 `toggle-read-only'.
7549
75502004-04-14 Nick Roberts <nick@nick.uklinux.net>
7551
7552 * windows.texi (Selecting Windows): Note that get-lru-window
7553 returns a full-width window if possible.
7554
75552004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7556
7557 * buffers.texi: Various changes in addition to:
7558 (Buffer File Name): Add `find-buffer-visiting'.
7559 (Buffer Modification): Mention optional ARG to `not-modified'.
7560 (Indirect Buffers): Mention optional CLONE argument to
7561 `make-indirect-buffer'.
7562
7563 * files.texi: Various changes in addition to:
7564 (Visiting Functions): `find-file-hook' is now a normal hook.
7565 (File Name Expansion): Explain difference between the way that
7566 `expand-file-name' and `file-truename' treat `..'.
7567 (Contents of Directories): Mention optional ID-FORMAT argument to
7568 `directory-files-and-attributes'.
7569 (Format Conversion): Mention new optional CONFIRM argument to
7570 `format-write-file'.
7571
75722004-04-12 Miles Bader <miles@gnu.org>
7573
7574 * macros.texi (Expansion): Add description of `macroexpand-all'.
7575
75762004-04-05 Jesper Harder <harder@ifa.au.dk>
7577
5dcb4c4e
SM
7578 * variables.texi (Variable Aliases):
7579 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7580
7581 * errors.texi (Standard Errors): Ditto.
7582
75832004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * backups.texi: Various small changes in addition to:
7586 (Making Backups): Mention return value of `backup-buffer'.
7587 (Auto-Saving): Mention optional FORCE argument to
7588 `delete-auto-save-file-if-necessary'.
7589 (Reverting): Mention optional PRESERVE-MODES argument to
7590 `revert-buffer'. Correct description of `revert-buffer-function'.
7591
75922004-03-22 Juri Linkov <juri@jurta.org>
7593
7594 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7595 with `Vector Functions'.
7596
7597 * text.texi (Sorting): Add missing quote.
7598
75992004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7600
7601 * intro.texi (Lisp History): Replace xref to `cl' manual with
7602 inforef.
7603
76042004-03-12 Richard M. Stallman <rms@gnu.org>
7605
7606 * intro.texi (Version Info): Add arg to emacs-version.
7607 (Lisp History): Change xref to CL manual.
7608
76092004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7610
7611 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7612 for Partial Completion mode.
7613
76142004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7615
7616 * customize.texi: Fix typo. Remove eol whitespace.
7617
76182004-03-04 Richard M. Stallman <rms@gnu.org>
7619
7620 * processes.texi: Fix typos.
7621
7622 * lists.texi (Building Lists): Minor clarification.
7623
7624 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7625 in make-hash-table.
7626
76272004-02-29 Juanma Barranquero <lektu@terra.es>
7628
7629 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7630 rm, and ignore exit code.
7631
76322004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7633
7634 * display.texi (Defining Faces): Add description for min-colors.
7635 Update example.
7636
76372004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7638
7639 * abbrevs.texi: Various corrections and clarifications in addition
7640 to the following:
7641 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7642
76432004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7644
7645 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7646
76472004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7648
7649 * text.texi: Various small changes in addition to the following:
7650 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7651 to delete-horizontal-space.
7652 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7653 description of yank-handler text property at various places.
7654
7655 * frames.texi (Window System Selections): Add anchor.
7656
7657 * syntax.texi (Syntax Table Functions): Clarify and correct
7658 descriptions of make-syntax-table and copy-syntax-table.
7659 (Motion and Syntax): Clarify SYNTAXES argument to
7660 skip-syntax-forward.
7661 (Parsing Expressions): Mention that the return value of
7662 parse-partial-sexp is currently a list of ten rather than nine
7663 elements.
7664 (Categories): Various corrections and clarifications.
7665
76662004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * markers.texi (Marker Insertion Types): Minor change.
7669
7670 * locals.texi (Standard Buffer-Local Variables):
7671 * commands.texi (Interactive Codes, Using Interactive):
7672 * functions.texi (Related Topics): Fix xrefs.
7673
76742004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * lists.texi (Sets And Lists): Update description of delete-dups.
7677
76782004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7679
7680 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7681
c8763fb6 76822004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7683
7684 * frames.texi (Parameter Access): frame-parameters arg is optional.
7685 modify-frame-parameters handles nil for FRAME.
7686 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7687 are all-or-nothing for certain toolkits.
7688 Mention parameter wait-for-wm.
7689 (Frames and Windows): In frame-first-window and frame-selected-window
7690 the arg is optional.
7691 (Input Focus): In redirect-frame-focus the second arg is optional.
7692 (Window System Selections): Mention selection type CLIPBOARD.
7693 Mention data-type UTF8_STRING.
7694 Mention numbering of cut buffers.
7695 (Resources): Describe x-resource-name.
7696
76972004-02-16 Richard M. Stallman <rms@gnu.org>
7698
7699 * windows.texi (Buffers and Windows): Delete false table
7700 about all-frames.
7701
7702 * syntax.texi (Parsing Expressions): Delete old caveat
7703 about parse-sexp-ignore-comments.
7704
7705 * streams.texi (Output Variables): Add print-quoted.
7706
7707 * lists.texi (Building Lists): Minor cleanup.
7708
7709 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7710
7711 * display.texi (Overlays): Explain overlays use markers.
7712 (Managing Overlays): Explain front-advance and rear-advance
7713 in more detail.
7714
7715 * loading.texi (Unloading): Document unload-feature-special-hooks.
7716 Get rid of fns-NNN.el file.
7717
77182004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7719
7720 * help.texi (Describing Characters): Fix text-char-description
7721 example output.
7722
7723 * edebug.texi (Using Edebug): Fix example.
7724
7725 * debugging.texi (Internals of Debugger): Fix return value.
7726
7727 * files.texi (Changing Files): Fix argname.
7728
7729 * calendar.texi: Fix parens, and default values.
7730
7731 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7732 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7733 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7734
7735 * positions.texi (Text Lines): Don't add -1 in current-line.
7736
77372004-02-16 Richard M. Stallman <rms@gnu.org>
7738
7739 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7740
77412004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7742
7743 * processes.texi (Low-Level Network): Fix a typo.
7744
77452004-02-12 Kim F. Storm <storm@cua.dk>
7746
7747 * display.texi (Fringes): Use consistent wording.
7748 Note that window-fringe's window arg is optional.
7749 (Scroll Bars): Use consistent wording.
7750
77512004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * tips.texi (Comment Tips): Document the new conventions for
7754 commenting out code.
7755
c8763fb6 77562004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7757
5dcb4c4e 7758 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7759
77602004-02-07 Kim F. Storm <storm@cua.dk>
7761
7762 * positions.texi (Text Lines): Add line-number-at-pos.
7763
77642004-02-06 John Paul Wallington <jpw@gnu.org>
7765
7766 * display.texi (Button Properties, Button Buffer Commands):
7767 mouse-2 invokes button, not down-mouse-1.
7768
77692004-02-04 Jason Rumney <jasonr@gnu.org>
7770
7771 * makefile.w32-in: Sync with Makefile.in changes.
7772
77732004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7774
7775 * minibuf.texi (Text from Minibuffer): Various corrections and
7776 clarifications.
7777 (Object from Minibuffer): Correct Lisp description of
7778 read-minibuffer.
7779 (Minibuffer History): Clarify description of cons values for
7780 HISTORY arguments.
5dcb4c4e
SM
7781 (Basic Completion): Various corrections and clarifications.
7782 Add completion-regexp-list.
b8d4c8d0
GM
7783 (Minibuffer Completion): Correct and clarify description of
7784 completing-read.
5dcb4c4e
SM
7785 (Completion Commands): Mention Partial Completion mode.
7786 Various other minor changes.
b8d4c8d0
GM
7787 (High-Level Completion): Various corrections and clarifications.
7788 (Reading File Names): Ditto.
7789 (Minibuffer Misc): Ditto.
7790
77912004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7792
7793 * strings.texi (Text Comparison): assoc-string also matches
7794 elements of alists that are strings instead of conses.
7795 (Formatting Strings): Standardize Texinfo usage. Update index
7796 entries.
7797
77982004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7799
7800 * lists.texi (Sets And Lists): Add delete-dups.
7801
78022004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7803
7804 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7805 special form.
7806 * macros.texi (Defining Macros): Update description of `declare',
7807 which now is a macro.
7808 (Wrong Time): Fix typos.
7809
78102004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7811
7812 * compile.texi (Compilation Functions): Expand descriptions of
7813 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7814 and `batch-byte-compile'. In particular, mention and describe
7815 all optional arguments.
7816 (Disassembly): Correct and clarify the description of `disassemble'.
7817
78182004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7819
7820 * searching.texi: Various small changes in addition to the
7821 following.
7822 (Regexp Example): Adapt to new value of `sentence-end'.
7823 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7824 `words'.
7825 (Search and Replace): Add usage note for `perform-replace'.
7826 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7827 `match-data'.
7828 (Standard Regexps): Update for new values of `paragraph-start'
7829 and `sentence-end'.
7830
78312004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7832
7833 * files.texi (Saving Buffers): Clarify descriptions of
7834 `write-contents-functions' and `before-save-hook'.
7835 Make the defvar's for `before-save-hook' and `after-save-hook'
7836 into defopt's.
7837
78382004-01-07 Kim F. Storm <storm@cua.dk>
7839
7840 * commands.texi (Click Events): Describe new image and
7841 width/height elements of click events.
7842 (Accessing Events): Add posn-string, posn-image, and
7843 posn-object-width-height. Change posn-object to return either
7844 image or string object.
7845
78462004-01-01 Simon Josefsson <jas@extundo.com>
7847
7848 * hooks.texi (Standard Hooks): Add before-save-hook.
7849 * files.texi (Saving Buffers): Likewise.
7850
78512004-01-03 Richard M. Stallman <rms@gnu.org>
7852
7853 * frames.texi (Frames and Windows): Delete frame-root-window.
7854
78552004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7856
7857 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7858
7859 * functions.texi: Various small changes in addition to the
7860 following.
5dcb4c4e
SM
7861 (What Is a Function): `functionp' returns nil for macros.
7862 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7863 (Function Documentation): Add `\' in front of (fn @var{arglist})
7864 and explain why.
7865 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7866 Add anchor.
7867 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7868
78692004-01-01 Miles Bader <miles@gnu.org>
7870
7871 * display.texi (Buttons): New section.
7872
78732003-12-31 Andreas Schwab <schwab@suse.de>
7874
7875 * numbers.texi (Math Functions): sqrt reports a domain-error
7876 error.
7877 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7878
78792003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * tips.texi (Documentation Tips): Update item on hyperlinks in
7882 documentation strings.
7883
7884 * errors.texi (Standard Errors): Various small corrections and
7885 additions.
7886
7887 * control.texi: Various small changes in addition to the
7888 following.
7889 (Signaling Errors): Provide some more details on how `signal'
7890 constructs the error message. Add anchor to the definition of
7891 `signal'.
7892 (Error Symbols): Describe special treatment of `quit'.
7893 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7894 to emphasize that it has to be a single form.
7895
7896 * buffers.texi: Add anchor.
7897
78982003-12-29 Richard M. Stallman <rms@gnu.org>
7899
7900 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7901 (Window Configurations): Add window-configuration-frame.
7902
7903 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7904
7905 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7906 Change arg name in get-char-property.
7907 (Special Properties): Update handling of keymap property.
7908
7909 * strings.texi (Modifying Strings): Add clear-string.
7910 (Text Comparison): Add assoc-string and remove
7911 assoc-ignore-case, assoc-ignore-representation.
7912
7913 * os.texi (Time of Day): Add set-time-zone-rule.
7914
7915 * numbers.texi (Math Functions): asin, acos, log, log10
7916 report domain-error errors.
7917
7918 * nonascii.texi (Converting Representations):
7919 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7920 (Encoding and I/O): Add file-name-coding-system.
7921
7922 * modes.texi (Search-based Fontification): Explain that
7923 face specs are symbols with face names as values.
7924
7925 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7926
7927 * lists.texi (Building Lists): remq moved elsewhere.
7928 (Sets And Lists): remq moved here.
7929 (Association Lists): Refer to assoc-string.
7930
7931 * internals.texi (Garbage Collection): Add memory-use-counts.
7932
7933 * frames.texi (Frames and Windows): Add set-frame-selected-window
7934 and frame-root-window.
7935
7936 * files.texi (Contents of Directories):
7937 Add directory-files-and-attributes.
7938
7939 * display.texi (Refresh Screen): Add force-window-update.
7940 (Invisible Text): Explain about moving point out of invis text.
7941 (Overlay Properties): Add overlay-properties.
7942 (Managing Overlays): Add overlayp.
7943 (GIF Images): Invalid image number displays a hollow box.
7944
7945 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7946 (Killing Buffers): Add buffer-live-p.
7947
79482003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7949
7950 * display.texi (Fringes): Fix typo "set-buffer-window".
7951
79522003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7953
7954 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7955 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7956 Add or change various xrefs and anchors.
7957
7958 * commands.texi: Replace all occurrences of @acronym{CAR} with
7959 @sc{car}, for consistency with the rest of the Elisp manual.
7960 `car' and `cdr' are historically acronyms, but are no longer
7961 widely thought of as such.
7962
7963 * internals.texi (Pure Storage): Mention that `purecopy' does not
7964 copy text properties.
7965 (Object Internals): Now 29 bits are used (in most implementations)
7966 to address Lisp objects.
7967
7968 * variables.texi (Variables with Restricted Values): New node.
7969
7970 * objects.texi (Lisp Data Types): Mention that certain variables
7971 can only take on a restricted set of values and add an xref to
7972 the new node "Variables with Restricted Values".
7973
7974 * eval.texi (Function Indirection): Describe the errors that
7975 `indirect-function' can signal.
7976 (Eval): Clarify the descriptions of `eval-region' and `values'.
7977 Describe `eval-buffer' instead of `eval-current-buffer' and
7978 mention `eval-current-buffer' as an alias for `current-buffer'.
7979 Correct the description and mention all optional arguments.
7980
7981 * nonascii.texi: Various small changes in addition to the
7982 following.
7983 (Converting Representations): Clarify behavior of
7984 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7985 ASCII arguments.
7986 (Character Sets): Document the variable `charset-list' and adapt
7987 the definition of the function `charset-list' accordingly.
7988 (Translation of Characters): Clarify use of generic characters in
7989 `make-translation-table'. Clarify and correct the description of
7990 the use of translation tables in encoding and decoding.
7991 (User-Chosen Coding Systems): Correct and clarify the description
7992 of `select-safe-coding-system'.
7993 (Default Coding Systems): Clarify description of
7994 `file-coding-system-alist'.
7995
79962003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7997
7998 * strings.texi (Text Comparison): Correctly describe when two
7999 strings are `equal'. Combine and clarify descriptions of
8000 `assoc-ignore-case' and `assoc-ignore-representation'.
8001
8002 * objects.texi (Non-ASCII in Strings): Clarify description of
8003 when a string is unibyte or multibyte.
8004 (Bool-Vector Type): Update examples.
8005 (Equality Predicates): Correctly describe when two strings are
8006 `equal'.
8007
80082003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8009
8010 * lists.texi (Building Lists): `append' no longer accepts integer
8011 arguments. Update the description of `number-sequence' to reflect
8012 recent changes.
8013 (Sets And Lists): Describe `member-ignore-case' after `member'.
8014
80152003-11-27 Kim F. Storm <storm@cua.dk>
8016
8017 * commands.texi (Click Events): Click object may be an images.
8018 Describe (dx . dy) element of click positions.
8019 (Accessing Events): Remove duplicate posn-timestamp.
8020 New functions posn-object and posn-object-x-y.
8021
80222003-11-23 Kim F. Storm <storm@cua.dk>
8023
8024 * commands.texi (Click Events): Describe enhancements to event
8025 position lists, including new text-pos and (col . row) items.
8026 Mention left-fringe and right-fringe area events.
8027 (Accessing Events): New functions posn-area and
8028 posn-actual-col-row. Mention posn-timestamp. Mention that
8029 posn-point in non-text area still returns buffer position.
8030 Clarify posn-col-row.
8031
80322003-11-21 Lars Hansen <larsh@math.ku.dk>
8033
8034 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8035 * anti.texi (File Attributes): Describe removed parameter
8036 ID-FORMAT.
8037
80382003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8039
8040 * positions.texi (Positions): Mention that, if a marker is used as
8041 a position, its buffer is ignored.
8042
8043 * markers.texi (Overview of Markers): Mention it here too.
8044
80452003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8046
8047 * numbers.texi (Numeric Conversions): Not just `floor', but also
8048 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8049
80502003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8051
8052 * markers.texi (Creating Markers): Specify insertion type of
8053 created markers. Add xref to `Marker Insertion Types'.
8054 Second argument to `copy-marker' is optional.
8055 (Marker Insertion Types): Mention that most markers are created
8056 with insertion type nil.
8057 (The Mark): Correctly describe when `mark' signals an error.
8058 (The Region): Correctly describe when `region-beginning' and
8059 `region-end' signal an error.
8060
80612003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8062
8063 * hash.texi (Creating Hash): Clarify description of `eql'.
8064 `makehash' is obsolete.
8065 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8066
8067 * positions.texi (Point): Change description of `buffer-end', so
8068 that it is also correct for floating point arguments.
8069 (List Motion): Correct argument lists of `beginning-of-defun' and
8070 `end-of-defun'.
8071 (Excursions): Add xref to `Marker Insertion Types'.
8072 (Narrowing): Argument to `narrow-to-page' is optional.
8073
80742003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8075
8076 * streams.texi (Output Streams): Clarify behavior of point for
8077 marker output streams.
8078
80792003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8080
8081 * variables.texi (Defining Variables): Second argument to
8082 `defconst' is not optional.
8083 (Setting Variables): Mention optional argument APPEND to
8084 `add-to-list'.
8085 (Creating Buffer-Local): Expand description of
8086 `make-variable-buffer-local'.
8087 (Frame-Local Variables): Expand description of
8088 `make-variable-frame-local'.
8089 (Variable Aliases): Correct description of optional argument
8090 DOCSTRING to `defvaralias'. Mention return value of
8091 `defvaralias'.
8092 (File Local Variables): Add xref to `File variables' in Emacs
8093 Manual. Correct description of `hack-local-variables'. Mention
8094 `safe-local-variable' property. Mention optional second argument
8095 to `risky-local-variable-p'.
8096
80972003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8098
8099 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8100
81012003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8102
8103 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8104 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8105 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8106 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8107 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8108 lispref/processes.texi, lispref/searching.texi,
8109 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8110 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8111 @acronym{FOO}.
8112
81132003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8114
8115 * strings.texi (Creating Strings): Argument START to `substring'
8116 can not be `nil'. Expand description of
8117 `substring-no-properties'. Correct description of `split-string',
8118 especially with respect to empty matches. Prevent very bad line
8119 break in definition of `split-string-default-separators'.
8120 (Text Comparison): `string=' and `string<' also accept symbols as
8121 arguments.
8122 (String Conversion): More completely describe argument BASE in
8123 `string-to-number'.
8124 (Formatting Strings): `%s' and `%S' in `format' do require
8125 corresponding object. Clarify behavior of numeric prefix after
8126 `%' in `format'.
8127 (Case Conversion): The argument to `upcase-initials' can be a
8128 character.
8129
81302003-10-27 Kenichi Handa <handa@m17n.org>
8131
8132 * display.texi (Fontsets): Fix texinfo usage.
8133
81342003-10-25 Kenichi Handa <handa@m17n.org>
8135
8136 * display.texi (Fontsets): Add description of the function
8137 set-fontset-font.
8138
81392003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8140
8141 * display.texi (Temporary Displays): Add xref to `Documentation
8142 Tips'.
8143
8144 * functions.texi (Function Safety): Use inforef instead of pxref
8145 for SES.
8146
81472003-10-23 Andreas Schwab <schwab@suse.de>
8148
8149 * Makefile.in (TEX, texinputdir): Don't define.
8150 (TEXI2DVI): Define.
8151 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8152 add $(srcdir)/index.texi.
8153 ($(infodir)/elisp): Remove index.texi dependency.
8154 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8155 (index.texi): Remove target.
8156 (dist): Don't link $(srcdir)/permute-index.
8157 (clean): Don't remove index.texi.
8158
8159 * permute-index, index.perm: Remove.
8160 * index.texi: Rename from index.unperm.
8161
81622003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8163
8164 * tips.texi (Documentation Tips): Document new behavior for face
8165 and variable hyperlinks in Help mode.
8166
81672003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8168
8169 * objects.texi (Integer Type): Update for extra bit of integer range.
8170 (Character Type): Ditto.
8171
81722003-10-16 Eli Zaretskii <eliz@gnu.org>
8173
8174 * numbers.texi (Integer Basics): Add index entries for reading
8175 numbers in hex, octal, and binary.
8176
81772003-10-16 Lute Kamstra <lute@gnu.org>
8178
8179 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8180 argument.
8181
81822003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8183
8184 * windows.texi (Choosing Window): Fix typo.
8185 * edebug.texi (Edebug Execution Modes): Fix typo.
8186
81872003-10-13 Richard M. Stallman <rms@gnu.org>
8188
8189 * windows.texi (Basic Windows): A window has fringe settings,
8190 display margins and scroll-bar settings.
8191 (Splitting Windows): Doc split-window return value.
8192 Clean up one-window-p.
8193 (Selecting Windows): Fix typo.
8194 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8195 (Buffers and Windows): In set-window-buffer, explain effect
8196 on fringe settings and scroll bar settings.
8197 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8198 (Choosing Window): Use defopt for pop-up-frame-function.
8199 For special-display-buffer-names, explain same-window and same-frame.
8200 Clarify window-dedicated-p return value.
8201 (Textual Scrolling): scroll-up and scroll-down can get an error.
8202 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8203 Clarify set-window-hscroll.
8204 (Size of Window): Don't mention tool bar in window-height.
8205 (Coordinates and Windows): Explain what coordinates-in-window-p
8206 returns for fringes and display margins.
8207 (Window Configurations): Explain saving fringes, etc.
8208
8209 * tips.texi (Library Headers): Clean up Documentation.
8210
8211 * syntax.texi (Parsing Expressions): Clean up forward-comment
8212 and parse-sexp-lookup-properties.
8213
8214 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8215
8216 * os.texi (System Environment): Clean up text for load-average errors.
8217
8218 * modes.texi (Hooks): Don't explain local hook details at front.
8219 Clarify run-hooks and run-hook-with-args a little.
8220 Clean up add-hook and remove-hook.
8221
8222 * edebug.texi (Edebug Execution Modes): Clarify t.
8223 Document edebug-sit-for-seconds.
8224 (Coverage Testing): Document C-x X = and =.
8225 (Instrumenting Macro Calls): Fix typo.
8226 (Specification List): Don't index the specification keywords.
8227
82282003-10-10 Kim F. Storm <storm@cua.dk>
8229
8230 * processes.texi (Network): Introduce make-network-process.
8231
82322003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8233
8234 * tips.texi (Library Headers): Fix typo.
8235
82362003-10-07 Juri Linkov <juri@jurta.org>
8237
8238 * modes.texi (Imenu): Mention imenu-create-index-function's
8239 default value. Explain submenus better.
8240
82412003-10-07 Lute Kamstra <lute@gnu.org>
8242
8243 * modes.texi (Faces for Font Lock): Fix typo.
8244 (Hooks): Explain how buffer-local hook variables can refer to
8245 global hook variables.
8246 Various minor clarifications.
8247
82482003-10-06 Lute Kamstra <lute@gnu.org>
8249
8250 * tips.texi (Coding Conventions): Mention naming conventions for
8251 hooks.
8252
82532003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8254
8255 * loading.texi (Library Search): Correct default value of
8256 load-suffixes.
8257 (Named Features): Fix typo.
8258
82592003-10-05 Richard M. Stallman <rms@gnu.org>
8260
8261 * loading.texi (Named Features): In `provide',
8262 say how to test for subfeatures.
8263 (Unloading): In unload-feature, use new var name
8264 unload-feature-special-hooks.
8265
82662003-10-03 Lute Kamstra <lute@gnu.org>
8267
8268 * modes.texi (Major Mode Conventions): Mention third way to set up
8269 Imenu.
8270 (Imenu): A number of small fixes.
8271 Delete documentation of internal variable imenu--index-alist.
8272 Document the return value format of imenu-create-index-function
8273 functions.
8274
82752003-09-30 Richard M. Stallman <rms@gnu.org>
8276
8277 * processes.texi (Network): Say what stopped datagram connections do.
8278
8279 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8280
8281 * display.texi (Overlay Properties): Clarify `evaporate' property.
8282
82832003-09-29 Lute Kamstra <lute@gnu.org>
8284
8285 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8286 constructs should be marked as risky.
8287 Change cons cell into proper list.
8288 (Mode Line Variables): Change cons cell into proper list.
8289
82902003-09-26 Lute Kamstra <lute@gnu.org>
8291
8292 * modes.texi (Mode Line Data): Document the :propertize construct.
8293 (Mode Line Variables): Reorder the descriptions of the variables
8294 to match their order in the default mode-line-format.
8295 Describe the new variables mode-line-position and mode-line-modes.
8296 Update the default values of mode-line-frame-identification,
8297 minor-mode-alist, and default-mode-line-format.
8298 (Properties in Mode): Mention the :propertize construct.
8299
83002003-09-26 Richard M. Stallman <rms@gnu.org>
8301
8302 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8303 * loading.texi, minibuf.texi, text.texi, variables.texi:
8304 Avoid @strong{Note:}.
8305
83062003-09-26 Richard M. Stallman <rms@gnu.org>
8307
8308 * keymaps.texi (Remapping Commands): Fix typo.
8309
83102003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8311
8312 * processes.texi (Low-Level Network): Fix typo.
8313
83142003-09-23 Kim F. Storm <storm@cua.dk>
8315
8316 * processes.texi (Network, Network Servers): Fix typos.
8317 (Low-Level Network): Add timeout value for :server keyword.
8318 Add new option keywords to make-network-process.
8319 Add set-network-process-options.
8320 Explain how to test availability of network options.
8321
83222003-09-19 Richard M. Stallman <rms@gnu.org>
8323
8324 * text.texi (Motion by Indent): Arg to
8325 backward-to-indentation and forward-to-indentation is optional.
8326
8327 * strings.texi (Creating Strings): Add substring-no-properties.
8328
8329 * processes.texi
8330 (Process Information): Add list-processes arg QUERY-ONLY.
8331 Delete process-contact from here.
8332 Add new status values for process-status.
8333 Add process-get, process-put, process-plist, set-process-plist.
8334 (Synchronous Processes): Add call-process-shell-command.
8335 (Signals to Processes): signal-process allows process objects.
8336 (Network): Complete rewrite.
8337 (Network Servers, Datagrams, Low-Level Network): New nodes.
8338
8339 * positions.texi (Word Motion): forward-word, backward-word
8340 arg is optional. Reword.
8341
8342 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8343
8344 * variables.texi (Creating Buffer-Local):
8345 Delete duplicate definition of buffer-local-value.
8346 (File Local Variables): Explain about discarding text props.
8347
83482003-09-11 Richard M. Stallman <rms@gnu.org>
8349
8350 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8351 changes variables that record input events.
8352 (Minibuffer Misc): Add minibuffer-selected-window.
8353
8354 * lists.texi (Building Lists): Add copy-tree.
8355
8356 * display.texi (Fontsets): Add char-displayable-p.
8357 (Scroll Bars): New node.
8358
83592003-09-08 Lute Kamstra <lute@gnu.org>
8360
8361 * modes.texi (%-Constructs): Document new `%i' and `%I'
8362 constructs.
8363
83642003-09-03 Peter Runestig <peter@runestig.com>
8365
8366 * makefile.w32-in: New file.
8367
83682003-08-29 Richard M. Stallman <rms@gnu.org>
8369
8370 * display.texi (Overlay Properties): Clarify how priorities
8371 affect use of the properties.
8372
83732003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8374
8375 * customize.texi (Type Keywords): Correct the description of
8376 `:help-echo' in the case where `motion-doc' is a function.
8377
83782003-08-14 John Paul Wallington <jpw@gnu.org>
8379
8380 * modes.texi (Emulating Mode Line): Subsection, not section.
8381
83822003-08-13 Richard M. Stallman <rms@gnu.org>
8383
8384 * elisp.texi (Top): Update subnode lists in menu.
8385
8386 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8387 (Kill Functions): kill-region has new arg yank-handler.
8388 (Yanking): New node.
8389 (Yank Commands): Add yank-undo-function.
8390 (Low-Level Kill Ring):
8391 kill-new and kill-append have new arg yank-handler.
8392 (Changing Properties): Add remove-list-of-text-properties.
8393 (Atomic Changes): New node.
8394
8395 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8396
8397 * streams.texi (Output Variables): Add eval-expression-print-length
8398 and eval-expression-print-level.
8399
8400 * os.texi (Time Conversion): For encode-time, explain limits on year.
8401
8402 * objects.texi (Character Type): Define anchor "modifier bits".
8403
8404 * modes.texi (Emulating Mode Line): New node.
8405 (Search-based Fontification): Font Lock uses font-lock-face property.
8406 (Other Font Lock Variables): Likewise.
8407
8408 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8409 not vectors.
8410 (Active Keymaps): Add emulation-mode-map-alists.
8411 (Functions for Key Lookup): key-binding has new arg no-remap.
8412 (Remapping Commands): New node.
8413 (Scanning Keymaps): where-is-internal has new arg no-remap.
8414 (Tool Bar): Add tool-bar-local-item-from-menu.
8415 Clarify when to use tool-bar-add-item-from-menu.
8416
8417 * commands.texi (Interactive Call): commandp has new arg.
8418 (Command Loop Info): Add this-original-command.
8419
84202003-08-06 John Paul Wallington <jpw@gnu.org>
8421
8422 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8423
8424 * display.texi (Warning Basics): Fix typo.
8425 (Fringes): Add closing curly bracket and fix typo.
8426
8427 * elisp.texi (Top): Fix typo.
8428
84292003-08-05 Richard M. Stallman <rms@gnu.org>
8430
8431 * elisp.texi: Update lists of subnodes.
8432
8433 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8434
8435 * variables.texi (Local Variables): Use lc for example variable names.
8436
8437 * tips.texi (Library Headers): Explain where to put -*-.
8438
8439 * strings.texi (Creating Strings): Fix xref for vconcat.
8440
8441 * sequences.texi (Vector Functions):
8442 vconcat no longer allows integer args.
8443
8444 * minibuf.texi (Reading File Names): read-file-name has new
8445 arg PREDICATE. New function read-directory-name.
8446
c4cc8b9a 8447 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8448 (Indenting Macros): New node.
8449
8450 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8451 (Window Frame Parameters): Make separate table of parameters
8452 that are coupled with specific face attributes.
8453 (Deleting Frames): delete-frame-hooks renamed to
8454 delete-frame-functions.
8455
8456 * files.texi (Magic File Names): Add file-remote-p.
8457 Clarify file-local-copy.
8458
8459 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8460 here; instead xref Defining Macros.
8461
8462 * display.texi (Warnings): New node, and subnodes.
8463 (Fringes): New node.
8464
8465 * debugging.texi (Test Coverage): New node.
8466
8467 * compile.texi (Compiler Errors): Explain with-no-warnings
8468 and other ways to suppress warnings.
8469
8470 * commands.texi (Interactive Call): Minor clarification.
8471
8472 * buffers.texi (Buffer File Name): set-visited-file-name
8473 renames the buffer too.
8474
8475 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8476
84772003-07-24 Markus Rost <rost@math.ohio-state.edu>
8478
8479 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8480
84812003-07-22 Markus Rost <rost@math.ohio-state.edu>
8482
8483 * internals.texi (Garbage Collection): Fix previous change.
8484
84852003-07-22 Richard M. Stallman <rms@gnu.org>
8486
8487 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8488
8489 * display.texi (Width): Use \s syntax in example.
8490 (Font Selection): Add face-font-rescale-alist.
8491
8492 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8493 Remove spurious indent in example.
8494
8495 * lists.texi (Building Lists): Add number-sequence.
8496
8497 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8498
8499 * functions.texi (Function Documentation): Explain how to
8500 show calling convention explicitly in the doc string.
8501
8502 * windows.texi (Selecting Windows): save-selected-window saves
8503 selected window of each frame.
8504 (Window Configurations): Minor change.
8505
8506 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8507
8508 * streams.texi (Output Variables): Add print-continuous-numbering
8509 and print-number-table.
8510
8511 * processes.texi (Decoding Output): New node.
8512
8513 * os.texi (Time Conversion): decode-time arg is optional.
8514
8515 * objects.texi (Character Type): Don't use space as example for \.
8516 Make list of char names and \-sequences correspond.
8517 Explain that \s is not used in strings. `\ ' needs space after.
8518
8519 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8520 (Translation of Characters): Add translation-table-for-input.
8521 (Default Coding Systems): Add auto-coding-functions.
8522 (Explicit Encoding): Add decode-coding-inserted-region.
8523 (Locales): Add locale-info.
8524
8525 * minibuf.texi (Basic Completion): Describe test-completion.
8526 Collections can be lists of strings.
8527 Clean up lazy-completion-table.
8528 (Programmed Completion): Mention test-completion.
8529 Clarify why lambda expressions are not accepted.
8530 (Minibuffer Misc): Describe minibufferp.
8531
85322003-07-14 Richard M. Stallman <rms@gnu.org>
8533
8534 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8535
8536 * windows.texi (Selecting Windows): New arg to select-window.
8537 (Selecting Windows): Add with-selected-window.
8538 (Size of Window): Add window-inside-edges, etc.
8539
8540 * internals.texi (Garbage Collection): Add post-gc-hook.
8541
8542 * processes.texi (Subprocess Creation): Add exec-suffixes.
8543
8544 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8545 (Scanning Keymaps): Add map-keymaps.
8546 (Defining Menus): Add keymap-prompt.
8547
8548 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8549 most-negative-fixnum.
8550
c4cc8b9a 8551 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8552 (Compiler Errors): New node.
8553
8554 * os.texi (User Identification): user-uid, user-real-uid
8555 can return float.
8556
8557 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8558 and about derived modes.
8559 (Minor Modes): Add minor-mode-list.
8560 (Defining Minor Modes): Keyword args for define-minor-mode.
8561 (Search-based Fontification): Explain managing other properties.
8562 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8563 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8564 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8565
8566 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8567 (Variable Aliases): Clarify defvaralias.
8568
8569 * loading.texi (Library Search): Add load-suffixes.
8570
8571 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8572 (Programmed Completion): Add dynamic-completion-table.
8573
8574 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8575 (Magic File Names): Specify precedence order of handlers.
8576
8577 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8578 and post-command-hook.
8579 (Waiting): New calling convention for sit-for.
8580
8581 * text.texi (Special Properties): local-map and keymap properties
8582 apply based on their stickiness.
8583
85842003-07-07 Richard M. Stallman <rms@gnu.org>
8585
8586 * modes.texi (Minor Mode Conventions): Specify only some kinds
8587 of list values as args to minor modes.
8588
8589 * files.texi (File Name Expansion): Warn about iterative use
8590 of substitute-in-file-name.
8591
8592 * advice.texi (Activation of Advice): Clean up previous change.
8593
85942003-07-06 Markus Rost <rost@math.ohio-state.edu>
8595
8596 * advice.texi (Activation of Advice): Note that ad-start-advice is
8597 turned on by default.
8598
85992003-06-30 Richard M. Stallman <rms@gnu.org>
8600
8601 * text.texi (Buffer Contents): Document current-word.
8602 (Change Hooks): Not called for *Messages*.
8603
8604 * functions.texi (Defining Functions): Explain about redefining
8605 primitives.
8606 (Function Safety): Renamed. Minor changes.
8607 Comment out the detailed criteria for what is safe.
8608
86092003-06-22 Andreas Schwab <schwab@suse.de>
8610
8611 * objects.texi (Symbol Type): Fix description of examples.
8612
86132003-06-16 Andreas Schwab <schwab@suse.de>
8614
8615 * hash.texi (Creating Hash): Fix description of :weakness.
8616
c8763fb6 86172003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8618
8619 * files.texi (Changing Files): copy-file copies file modes, too.
8620
86212003-05-28 Richard M. Stallman <rms@gnu.org>
8622
8623 * strings.texi (Creating Strings): Clarify split-string.
8624
86252003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8626
8627 * strings.texi (Creating Strings): Update split-string specification
8628 and examples.
8629
86302003-05-19 Richard M. Stallman <rms@gnu.org>
8631
8632 * elisp.texi: Correct invariant section names.
8633
86342003-04-20 Richard M. Stallman <rms@gnu.org>
8635
8636 * os.texi (Timers): Explain about timers and quitting.
8637
86382003-04-19 Richard M. Stallman <rms@gnu.org>
8639
8640 * internals.texi (Writing Emacs Primitives): Strings are
8641 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8642 Explain GCPRO convention for varargs function args.
8643
86442003-04-16 Richard M. Stallman <rms@gnu.org>
8645
8646 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8647
86482003-04-08 Richard M. Stallman <rms@gnu.org>
8649
8650 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8651
86522003-02-13 Kim F. Storm <storm@cua.dk>
8653
8654 * objects.texi (Character Type): New \s escape for space.
8655
86562003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8657
5dcb4c4e 8658 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8659
86602003-01-25 Richard M. Stallman <rms@gnu.org>
8661
8662 * keymaps.texi: Document that a symbol can act as a keymap.
8663
86642003-01-13 Richard M. Stallman <rms@gnu.org>
8665
8666 * text.texi (Changing Properties): Say string indices are origin-0.
8667
8668 * positions.texi (Screen Lines) <compute-motion>:
8669 Correct order of elts in return value.
8670
8671 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8672 how to define a default binding.
8673
86742002-12-07 Markus Rost <rost@math.ohio-state.edu>
8675
8676 * loading.texi (Unloading): Fix recent change for load-history.
8677
8678 * customize.texi (Simple Types): Clarify description of custom
8679 type 'number. Describe new custom type 'float.
8680
86812002-12-04 Markus Rost <rost@math.ohio-state.edu>
8682
8683 * variables.texi (File Local Variables): Fix typo.
8684
c8763fb6 86852002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8686
8687 From Michael Albinus <Michael.Albinus@alcatel.de>.
8688
8689 * README: Target for Info file is `make info'.
8690
5dcb4c4e 8691 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8692 `file-name-sans-extension'.
8693 (Magic File Names): Complete list of operations for magic file
8694 name handlers.
8695
86962002-09-16 Jonathan Yavner <jyavner@engineer.com>
8697
8698 * variables.texi (File Local Variables): New function
8699 risky-local-variable-p.
8700
87012002-09-15 Jonathan Yavner <jyavner@engineer.com>
8702
8703 * functions.texi (Function safety): New node about unsafep.
8704
87052002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8706
5dcb4c4e 8707 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8708 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8709
87102002-06-17 Juanma Barranquero <lektu@terra.es>
8711
8712 * frames.texi (Display Feature Testing): Fix typo.
8713
87142002-06-12 Andreas Schwab <schwab@suse.de>
8715
8716 * frames.texi (Initial Parameters, Resources): Fix references to
8717 the Emacs manual.
8718
87192002-05-13 Kim F. Storm <storm@cua.dk>
8720
8721 * variables.texi (Intro to Buffer-Local): Updated warning and
8722 example relating to changing buffer inside let.
8723
c8763fb6 87242002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8725
8726 * os.texi (Session Management): New node about X Session management.
8727
87282002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8729
8730 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8731 to which the manual corresponds, and the copyright years.
8732
8733 * Makefile.in (VERSION): Set to 2.9.
8734
87352001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8736
8737 * elisp.texi: Change the category in @dircategory to "Emacs", to
8738 make it consistent with info/dir.
8739
87402001-11-25 Miles Bader <miles@gnu.org>
8741
8742 * text.texi (Fields): Describe new `limit' arg in
8743 field-beginning/field-end.
8744
87452001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8746
5dcb4c4e
SM
8747 * permute-index: Don't depend on csh-specific features.
8748 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8749
8750 * two-volume-cross-refs.txt: New file.
8751 * two.el: New file.
8752 * spellfile: New file.
8753
87542001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8755
8756 * permute-index: New file.
8757
8758 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8759 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8760 8+3 restricted namespace.
8761
8762 * Makefile.in (infodir): Define relative to $(srcdir).
8763 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8764 include directories list via -I switch to makeinfo.
8765 (index.texi): Use cp if both hard and symbolic links fail.
8766
87672001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8768
8769 * Makefile.in (distclean): Add.
8770
8771 The following changes make ELisp manual part of the Emacs
8772 distribution:
8773
8774 * Makefile.in: Add Copyright notice.
8775 (prefix): Remove.
8776 (infodir): Change value to "../info".
8777 (VPATH): New variable.
8778 (MAKE): Don't define.
8779 (texmacrodir): Don't define.
8780 (texinputdir): Append the existing value of TEXINPUTS.
8781 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8782 command to be compatible with man/Makefile.in, and to put the
8783 output into ../info.
8784 (info): Add target.
8785 (installall): Target removed.
8786
c8763fb6 87872001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8788
8789 * tips.texi (Coding Conventions): Fix typo.
8790
87912001-10-23 Gerd Moellmann <gerd@gnu.org>
8792
8793 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8794
87952001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * files.texi (File Name Components): Update the description of
8798 file-name-sans-extension and file-name-extension, as they now
8799 ignore leading dots.
8800
88012001-10-20 Gerd Moellmann <gerd@gnu.org>
8802
8803 * (Version 21.1 released.)
8804
88052001-10-19 Miles Bader <miles@gnu.org>
8806
8807 * positions.texi (Text Lines): Describe behavior of
8808 `beginning-of-line'/`end-of-line' in the presence of field properties.
8809
88102001-10-17 Gerd Moellmann <gerd@gnu.org>
8811
8812 * Makefile.in (VERSION): Set to 2.8.
8813 (manual): Use `manual-21'.
8814
8815 * elisp.texi (VERSION): Add and use it where the version
8816 number was used. Set it to 2.8.
8817
8818 * intro.texi: Likewise.
8819
88202001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8821
8822 * files.texi (File Name Completion): Document the significance of
8823 a trailing slash in elements of completion-ignored-extensions.
8824
88252001-10-06 Miles Bader <miles@gnu.org>
8826
8827 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8828
88292001-10-04 Gerd Moellmann <gerd@gnu.org>
8830
8831 * variables.texi (Variable Aliases): New node.
8832
88332001-10-04 Gerd Moellmann <gerd@gnu.org>
8834
8835 * Branch for 21.1.
8836
88372001-10-02 Miles Bader <miles@gnu.org>
8838
8839 * minibuf.texi (Minibuffer Misc): Add entries for
8840 `minibuffer-contents', `minibuffer-contents-no-properties', and
8841 `delete-minibuffer-contents'.
8842 Correct description for `minibuffer-prompt-end'.
8843
8844 * text.texi (Property Search): Correct descriptions of
8845 `next-char-property-change' and `previous-char-property-change'.
8846 Add entries for `next-single-char-property-change' and
8847 `previous-single-char-property-change'.
8848 Make operand names a bit more consistent.
8849
88502001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8851
8852 * frames.texi (Finding All Frames): Document that next-frame and
8853 previous-frame are local to current terminal.
8854
88552001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8856
8857 * keymaps.texi (Creating Keymaps): Fix the description of the
8858 result of make-keymap.
8859
88602001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8861
8862 * display.texi (Font Lookup, Attribute Functions)
8863 (Image Descriptors): Add cross-references to the definition of
8864 selected frame.
8865
8866 * buffers.texi (The Buffer List): Add cross-references to the
8867 definition of selected frame.
8868
8869 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8870 frame at any given time.
8871 (Multiple Displays, Size and Position): Add a cross-reference to
8872 the definition of the selected frame.
8873
88742001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8875
8876 * strings.texi (String Conversion) <string-to-number>: Document
8877 that a float is returned for integers that are too large.
8878
8879 * frames.texi (Mouse Position): Document mouse-position-function.
8880 (Display Feature Testing): Document display-images-p.
8881 (Window Frame Parameters): Document the cursor-type variable.
8882
8883 * numbers.texi (Integer Basics): Document CL style read syntax for
8884 integers in bases other than 10.
8885
5dcb4c4e
SM
8886 * positions.texi (List Motion):
8887 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8888
8889 * lists.texi (Sets And Lists): Document member-ignore-case.
8890
8891 * internals.texi (Garbage Collection): Document the used and free
8892 strings report.
8893 (Memory Usage): Document strings-consed.
8894
8895 * os.texi (Time of Day): Document float-time.
8896 (Recording Input): Document that clear-this-command-keys clears
8897 the vector to be returned by recent-keys.
8898
8899 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8900 argument keymap can be a list.
8901
8902 * nonascii.texi (User-Chosen Coding Systems)
8903 <select-safe-coding-system>: Document the new argument
8904 accept-default-p and the variable
8905 select-safe-coding-system-accept-default-p. Tell what happens if
8906 buffer-file-coding-system is undecided.
8907 (Default Coding Systems): Document auto-coding-regexp-alist.
8908
8909 * display.texi (The Echo Area) <message>: Document
8910 message-truncate-lines.
8911 (Glyphs): Document that the glyph table is unused on windowed
8912 displays.
8913
8914 * help.texi (Describing Characters) <single-key-description>:
8915 Document the new argument no-angles.
8916 (Accessing Documentation) <documentation-property>: Document that
8917 a non-string property is evaluated.
8918 <documentation>: Document that the function-documentation property
8919 is looked for.
8920
8921 * windows.texi (Selecting Windows): Document some-window.
8922
8923 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8924
8925 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8926 apropos-mode-hook.
8927
8928 * commands.texi (Using Interactive): Document interactive-form.
8929 (Keyboard Macros): Document kbd-macro-termination-hook.
8930 (Command Loop Info): Document that clear-this-command-keys clears
8931 the vector to be returned by recent-keys.
8932
89332001-09-04 Werner LEMBERG <wl@gnu.org>
8934
8935 * Makefile.in (srcdir, texinputdir): New variables.
8936 (srcs, index.texi, install): Use $(srcdir).
8937 (.PHONY): Remove elisp.dvi.
8938 (elisp): Use -I switch for makeinfo.
8939 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8940 (installall, dist): Use $(srcdir).
8941 Fix path to texinfo.tex.
8942 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8943
89442001-08-30 Gerd Moellmann <gerd@gnu.org>
8945
8946 * display.texi (Conditional Display): Adjust to API change.
8947
8948 * configure: New file.
8949
89502001-07-30 Gerd Moellmann <gerd@gnu.org>
8951
8952 * commands.texi (Repeat Events): Add description of
8953 double-click-fuzz.
8954
89552001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8956
8957 * syntax.texi (Syntax Class Table): Add the missing designator for
8958 comment and string fences.
8959 (Syntax Properties): Add a xref to syntax table internals.
8960 (Syntax Table Internals): Document string-to-syntax.
8961
89622001-05-07 Gerd Moellmann <gerd@gnu.org>
8963
8964 * Makefile.in (install): Use install-info command line options
8965 like in Emacs' Makefile.in.
8966
89672000-12-09 Miles Bader <miles@gnu.org>
8968
8969 * windows.texi (Window Start): Update documentation for
8970 `pos-visible-in-window-p'.
8971
89722000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8973
8974 * lists.texi (Building Lists): Add footnote to explain how to add
8975 to the end of a list.
8976
89772000-10-25 Gerd Moellmann <gerd@gnu.org>
8978
8979 * files.texi (Visiting Functions): Typos.
8980
89812000-10-25 Kenichi Handa <handa@etl.go.jp>
8982
8983 * files.texi (Visiting Functions): Return value of
8984 find-file-noselect may be a list of buffers if wildcards are used.
8985
89862000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8987
8988 * display.texi (Defining Faces): Document `graphic' display type
8989 in face specs.
8990
b344d29d 89912000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8992
8993 * hooks.texi (Standard Hooks): Replace obsolete
8994 `after-make-frame-hook' with `after-make-frame-functions'.
8995
8996 * frames.texi (Creating Frames): Ditto.
8997
8998 * variables.texi (Future Local Variables): Ditto.
8999
90002000-10-16 Gerd Moellmann <gerd@gnu.org>
9001
9002 * display.texi (Other Image Types): Add description of :foreground
9003 and :background properties of mono PBM images.
9004
90052000-08-17 Werner LEMBERG <wl@gnu.org>
9006
9007 * .cvsignore: New file.
9008
90092000-01-05 Gerd Moellmann <gerd@gnu.org>
9010
9011 * tindex.pl: New script.
9012
90131999-12-03 Dave Love <fx@gnu.org>
9014
9015 * Makefile.in (MAKEINFO): New parameter.
9016
90171999-09-17 Richard Stallman <rms@gnu.org>
9018
9019 * Makefile.in (srcs): Add hash.texi.
9020 (VERSION): Update to 20.6.
9021
90221999-09-13 Richard Stallman <rms@gnu.org>
9023
9024 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9025
90261998-08-29 Karl Heuer <kwzh@gnu.org>
9027
9028 * configure.in: New file.
9029 * Makefile.in: Renamed from Makefile.
9030 (prefix, infodir): Use value obtained from configure.
9031 (emacslibdir): Obsolete variable deleted.
9032 (dist): Distribute configure.in, configure, Makefile.in.
9033
90341998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9035
9036 * Makefile (INSTALL_INFO): New variable.
9037 (install): Run install-info.
9038
90391998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9040
9041 * Makefile (elisp.dvi): Add missing backslash.
9042
90431998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9044
9045 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9046 Run texindex without `./'. Always run texindex on elisp.tp.
9047 (elisp.tps): Target deleted.
9048
90491998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9050
9051 * Makefile (srcs): Add nonascii.texi and customize.texi.
9052 (dist): Start by deleting `temp'.
9053
90541998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9055
9056 * Makefile (makeinfo, texindex): Targets deleted.
9057 (makeinfo.o, texindex.o): Targets deleted.
9058 (clean, dist): Don't do anything with them or with getopt*.
9059
90601998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9061
9062 * Makefile (SHELL): Defined.
9063
90641998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9065
9066 * Makefile (elisp.tps): New target.
9067 (elisp.dvi): Depend on elisp.tps.
9068
c5602427 90691996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9070
9071 * README: Update phone number.
9072
9073 * Makefile (elisp): Make this be the default target.
9074 Depend on makeinfo.c instead of makeinfo.
9075 (install): Don't depend on elisp.dvi, since we don't install that.
9076 Use mkinstalldirs.
9077 (dist): Add mkinstalldirs.
9078
c5602427 90791995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9080
9081 * Makefile (VERSION): Update version number.
5dcb4c4e 9082 (maintainer-clean): Rename from realclean.
b8d4c8d0 9083
c5602427 90841995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9085
9086 * Makefile (realclean): New target.
9087 (elisp): Remove any old elisp-* files first.
9088
c5602427 90891993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9090
9091 * Makefile (VERSION): New variable.
9092 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9093 Compressed file suffix should be `.gz', not `.z'.
9094
ce058493 90951993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9096
9097 * Makefile (elisp): Depend on makeinfo.
9098
c5602427 90991993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9100
9101 * Makefile (srcs): Add anti.texi.
9102
c5602427 91031993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9104
9105 * Makefile (infodir, prefix): New vars.
9106 (install): Use infodir.
9107 (emacsinfodir): Deleted.
9108
c5602427 91091993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9110
9111 * Makefile (srcs): Add calendar.texi.
9112
9113 * Makefile (dist): Copy texindex.c and makeinfo.c.
9114 Limit elisp-* files to those with one or two digits.
9115
c5602427 91161993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9117
9118 * Makefile (dist): Changed to use Gzip instead of compress.
9119
c5602427 91201993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9121
9122 * loading.texi (Unloading): define-function changed back to
9123 defalias. It may not stay this way, but at least it's
9124 consistent with the known-good version of the code patch.
9125
c5602427 91261993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9127
9128 * modes.texi (Hooks): Document new optional arg of add-hook.
9129
c5602427 91301993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9131
9132 * variables.texi: Document nil initial value of buffer-local variables.
9133
9134 * tips.texi: Add new section on standard library headers.
9135
c5602427 91361993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9137
9138 * Makefile (srcs): Add frame.texi to the list of sources.
9139
c5602427 91401993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9141
9142 * Makefile (dist): Don't bother excluding autosave files; they'll
9143 never make it into the temp directory anyway, and the hash marks
9144 in the name are problematic for make and the Bourne shell.
9145 (srcs):
9146
c5602427 91471993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9148
9149 * Makefile (dist): Don't include backup files or autosave files in
9150 the distribution tar file.
9151
c5602427 91521991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9153
5dcb4c4e 9154 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9155 (elisp.dvi): Remove erroneous shell comment.
9156 Expect output of permute-index in permuted.fns.
9157 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9158 (clean): Add index.texi to be deleted.
b8d4c8d0 9159
c5602427 91601990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9161
9162 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9163
c5602427 91641990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9165
9166 * files.texi: Noted that completion-ignored-extensions is ignored
9167 when making *Completions*.
9168
3e868ee3 91691990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9170
9171 * Makefile make dist now depends on elisp.dvi, since it tries
9172 to include it in the dist file.
9173
c5602427 91741990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9175
c5602427 9176 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9177
c5602427 91781989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9179
9180 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9181 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9182
c5602427 91831989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9184
9185 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9186 and @error{} are the terms now being used. The files in the
9187 directory have been changed to reflect this.
9188
9189 * All instances of @indentedresultt{} have been changed to
9190 ` @result{}', using 5 spaces at the begining of the line.
9191
c5602427 91921989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9193
9194 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9195 experimental @indentedresult{}, @indentedexpandsto{} are part of
9196 the texinfo.tex in this directory. These TeX macros are not
9197 stable yet.
9198
c5602427 91991989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9200
9201 * texinfo.tex: Temporarily added
9202 \let\result=\dblarrow
9203 \def\error{{\it ERROR} \longdblarrow}
9204 We need to do this better soon.
9205
c5602427 92061989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9207
9208 * Applied Karl Berry's patches to *.texinfo files, but not to
9209 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9210 new title page format is also not applied, since it requires
9211 texinfo.tex changes.)
9212
9213 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9214 for the Project GNU development environment.
9215
9216;; Local Variables:
c8763fb6 9217;; coding: utf-8
b8d4c8d0
GM
9218;; End:
9219
73b0cd50 9220 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9221
9222 This file is part of GNU Emacs.
9223
352c8b4a 9224 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9225 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9226 the Free Software Foundation, either version 3 of the License, or
9227 (at your option) any later version.
b8d4c8d0
GM
9228
9229 GNU Emacs is distributed in the hope that it will be useful,
9230 but WITHOUT ANY WARRANTY; without even the implied warranty of
9231 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9232 GNU General Public License for more details.
9233
9234 You should have received a copy of the GNU General Public License
352c8b4a 9235 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.