Remove mention of `require' in ediff.texi
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
413c488d
LMI
12011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * functions.texi (Calling Functions): Link to the "Interactive
4 Call" node (bug#1001).
5
322b7dab 62011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 7
3deead93
CY
8 * customize.texi (Composite Types): Move alist and plist to here
9 from Simple Types (Bug#7545).
10
11 * elisp.texi (Top): Update menu description.
12
b00d8c1a
CY
13 * display.texi (Face Attributes): Document negative line widths
14 (Bug#6113).
15
d2a6c43b
TR
162011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17
18 * searching.texi (Match Data): Note that match data can be
19 overwritten by most functions (bug#2499).
20
c7844a27
LMI
212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22
a9ab721e
LMI
23 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
24 flags mean (bug#6659).
25
c7844a27
LMI
26 * functions.texi (What Is a Function): Document the autoload
27 object (bug#6496).
28
f68d76d0
LMI
292011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
30
8a20ca4c
LMI
31 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
32 is only used in the Customize user interface (bug#6089).
33
f68d76d0 34 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 35 images (bug#7836).
f68d76d0 36
7018dbe7
EZ
372011-07-02 Eli Zaretskii <eliz@gnu.org>
38
39 * variables.texi (Defining Variables, Void Variables)
40 (Constant Variables): Fix incorrect usage of @kindex.
41
36cb87a1
LMI
422011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
43
28ee97c7
LMI
44 * variables.texi (Defining Variables): Add an index entry for
45 `set-variable' (bug#7262).
8d4294e9 46 (Defining Variables): Use @findex for functions.
28ee97c7 47
8862ffd5
LMI
48 * frames.texi (Basic Parameters): Document the `explicit-name'
49 parameter (bug#6951).
50
0ec389b9
LMI
51 * customize.texi (Type Keywords): Clarify that :value provides a
52 default value for all types (bug#7386).
53
36cb87a1
LMI
54 * streams.texi (Output Functions): Document `pp'.
55
11fdef7d 562011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
57
58 * keymaps.texi (Searching Keymaps):
59 * display.texi (Overlay Properties): Fix errors in 2011-05-29
60 change. Suggested by Johan Bockgård.
61
eeafcea7
CY
622011-06-15 Chong Yidong <cyd@stupidchicken.com>
63
64 * text.texi (Special Properties): Clarify role of font-lock-face.
65
b96e6cde
LMI
662011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
67
68 * processes.texi (Process Information): Renamed `process-alive-p'
69 to `process-live-p' for consistency with other `-live-p' functions.
70
be14b9ab
PE
712011-06-03 Paul Eggert <eggert@cs.ucla.edu>
72
73 Document wide integers better.
74 * files.texi (File Attributes): Document ino_t values better.
2d365993 75 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
76 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
77 (Bitwise Operations):
001903b5
PE
78 * objects.texi (Integer Type): Use a binary notation that is a bit easier
79 to read, and that will port better if 62-bits becomes the default.
80 Fix or remove incorrect examples.
be14b9ab
PE
81 * os.texi (Time Conversion): Document time_t values better.
82
bcd54f83
LMI
832011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
84
85 * processes.texi (Process Information): Document
86 `process-alive-p'.
87
049bcbcb
CY
882011-05-29 Chong Yidong <cyd@stupidchicken.com>
89
90 * help.texi (Accessing Documentation):
91 * display.texi (Pixel Specification):
92 * processes.texi (Serial Ports, Serial Ports):
93 * nonascii.texi (Character Properties, Default Coding Systems):
94 * text.texi (Changing Properties, Special Properties):
95 * windows.texi (Window Start and End):
96 * modes.texi (SMIE Indentation Example, SMIE Tricks):
97 * keymaps.texi (Searching Keymaps, Tool Bar):
98 * minibuf.texi (Basic Completion):
99 * compile.texi (Eval During Compile):
100 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
101 7x9 paper in printed manual.
102
103 * lists.texi (Sets And Lists): Fix misplaced text.
104
58539c63
CY
1052011-05-29 Chong Yidong <cyd@stupidchicken.com>
106
107 * keymaps.texi (Remapping Commands): Emphasize that the keymap
108 needs to be active (Bug#8350).
109
6b5681bf
CY
1102011-05-28 Chong Yidong <cyd@stupidchicken.com>
111
b4d52acc
CY
112 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
113
6b5681bf
CY
114 * tips.texi (Coding Conventions): Remove antediluvian filename
115 limit recommendation (Bug#8538).
116
e145f188
GM
1172011-05-27 Glenn Morris <rgm@gnu.org>
118
119 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
120
eafed945
GM
1212011-05-26 Glenn Morris <rgm@gnu.org>
122
123 * variables.texi (File Local Variables):
124 Update hack-local-variables `mode-only' return value.
2d3ba9e7 125 Add some more details on what this function does in the other case.
eafed945 126
bc8410af
GM
1272011-05-19 Glenn Morris <rgm@gnu.org>
128
129 * lists.texi (Sets And Lists): Mention cl provides union etc.
130
35a30759
N
1312011-05-19 Nix <nix@esperi.org.uk>
132
133 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
134
135 * text.texi (Parsing HTML): Update for function name changes.
136
137 * syntax.texi (Syntax Flags): Small fix.
138
139 * keymaps.texi (Active Keymaps): Typo fix.
140 (Changing Key Bindings): Grammar fix.
141
142 * frames.texi (Minibuffers and Frames): Grammar fix.
143 (Window System Selections): x-select-enable-clipboard now defaults to t.
144
145 * customize.texi (Common Keywords):
146 * display.texi (Abstract Display):
147 * modes.texi (Auto-Indentation):
148 * nonascii.texi (Converting Representations): Typo fixes.
149
150 * control.texi (Examples of Catch): Call it "goto" not "go to".
151
e3934a8a
EZ
1522011-05-14 Eli Zaretskii <eliz@gnu.org>
153
bc039a3b
EZ
154 * nonascii.texi (Character Properties): Fix inconsistencies with
155 implementation.
156
e3934a8a
EZ
157 * text.texi (Special Properties): Move @defvar's out of the
158 @table. (Bug#8652)
159
e2c94218
GM
1602011-05-12 Glenn Morris <rgm@gnu.org>
161
162 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
163
d2fc7e3d 1642011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
165
166 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
167 (Multiline Font Lock):
168 * vol2.texi (Top):
169 * vol1.texi (Top):
170 * elisp.texi (Top): Update menu accordingly.
171
d2fc7e3d 1722011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
173
174 * modes.texi (Region to Fontify): Fix typo.
175
79b70037
GM
1762011-05-10 Jim Meyering <meyering@redhat.com>
177
178 * minibuf.texi: Fix typo "in in -> in".
179
b08a63cc 1802011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
181
182 * numbers.texi (Integer Basics): Large integers are treated as floats.
183
1ef14cb4
LMI
1842011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
185
186 * processes.texi (Synchronous Processes): Document the (:file
187 "/file-name") syntax for `call-process'.
188
4ffd0d6b 1892011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
190
191 * windows.texi (Choosing Window): Fix typo.
192
4ffd0d6b 1932011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
194
195 * frames.texi (Layout Parameters): Note the difference between
196 querying and setting parameters for left-fringe and right-fringe
197 (Bug#6930).
198
fd5a8ae8
SM
1992011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * minibuf.texi (Basic Completion): Be a bit more precise about the
202 valid kinds of completion tables.
203 (Programmed Completion): Remove obsolete text about lambda expressions
204 not being valid completion tables.
205
c1bcd0d5
CY
2062011-03-19 Chong Yidong <cyd@stupidchicken.com>
207
208 * positions.texi (Excursions): Explain the "save-excursion
209 defeated by set-buffer" warning.
210
211 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
212 save-excursion. Suggested by Uday S Reddy.
213
03408648 2142011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 215
03408648
SM
216 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
217 (Lexical Binding): New sub-section.
ba83908c 218
03408648
SM
219 * eval.texi (Eval): Discourage the use of `eval'.
220 Document its new `lexical' argument.
6c075cd7 221
f6d62986
SM
2222011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
223
03408648 224 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
225 nil any more.
226
84ea5558 2272011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
228
229 * strings.texi (String Conversion): Don't mention
230 string-make-(uni|multi)byte (bug#8262).
231 * nonascii.texi (Converting Representations): Fix up range.
232 * keymaps.texi (Key Binding Commands): Update code point, avoid
233 "unibyte character" and remove mention of unibyte bindings.
234
62d94509
EZ
2352011-03-10 Eli Zaretskii <eliz@gnu.org>
236
237 * modes.texi (Operator Precedence Grammars): Don't use characters
238 outside ISO-8859-1.
239
63a329f8
EZ
2402011-03-09 Eli Zaretskii <eliz@gnu.org>
241
242 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
243
244 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
245
6446548e
GM
2462011-03-08 Glenn Morris <rgm@gnu.org>
247
248 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
249 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 250 * elisp.texi: Set documentencoding.
6446548e 251
33383987
JB
2522011-03-07 Chong Yidong <cyd@stupidchicken.com>
253
254 * Version 23.3 released.
255
0b3ceceb
CY
2562011-03-06 Chong Yidong <cyd@stupidchicken.com>
257
258 * package.texi: Update index keywords.
259 (Package Archives): New node contents. Document package-x.el.
260
78f5433f
JB
2612011-03-06 Juanma Barranquero <lekktu@gmail.com>
262
263 * makefile.w32-in (srcs): Add package.texi.
264
555e9b5c
CY
2652011-03-06 Chong Yidong <cyd@stupidchicken.com>
266
120d9389
CY
267 * package.texi (Packaging, Packaging Basics, Simple Packages)
268 (Multi-file Packages): Expand and clarify.
269 (Package Archives): Temporary placeholder node.
270
271 * elisp.texi (Top): Update node listing.
272
555e9b5c
CY
273 * Makefile.in (srcs): Add package.texi.
274
b59a4335
CY
2752011-03-05 Chong Yidong <cyd@stupidchicken.com>
276
277 * processes.texi (Synchronous Processes): Minor clarification
278 (Bug#8149).
279
06083aa1
GM
2802011-03-03 Glenn Morris <rgm@gnu.org>
281
282 * files.texi (Truenames): Minor clarification. (Bug#2341)
283
6640b281
GM
2842011-03-01 Glenn Morris <rgm@gnu.org>
285
286 * variables.texi (Directory Local Variables):
287 Mention `(subdirs . nil)' alist element.
288
2b0c7330 2892011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
290
291 * variables.texi (Directory Local Variables): Mention the optional
292 mtime argument of dir-locals-set-directory-class. (Bug#3577)
293
b923f7a9
CY
2942011-02-27 Chong Yidong <cyd@stupidchicken.com>
295
296 * minibuf.texi (Minibuffer History): Clarify discussion of
297 minibuffer history lists (Bug#8085).
298
67ab0163 2992011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 300
e979a521
EZ
301 * elisp.texi: Sync @dircategory with ../../info/dir.
302
e03b2fd4
EZ
303 * files.texi (Visiting Functions): Document find-file-literally,
304 both the command and the variable.
305
86ec878a
EZ
306 * variables.texi (Creating Buffer-Local): Explain the meaning of
307 permanent local variables.
308
67ab0163
GM
309 * files.texi (Visiting Functions): Document find-file-literally,
310 both the command and the variable.
311
312 * variables.texi (Creating Buffer-Local): Explain the meaning of
313 permanent local variables.
314
3152011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
316
317 * keymaps.texi (Remapping Commands): Mention how to undo it.
318
bfcb151a
RT
3192011-02-09 Reuben Thomas <rrt@sc3d.org>
320
321 * loading.texi (Hooks for Loading): Remove unnecessary advice
322 about eval-after-load (Bug#7986).
323
a41c8660
CY
3242011-02-05 Chong Yidong <cyd@stupidchicken.com>
325
326 * commands.texi (Accessing Mouse): Note that a header line is not
327 included in the row of posn-col-row.
328
e0dd6837
CY
3292011-02-02 Chong Yidong <cyd@stupidchicken.com>
330
331 * modes.texi (Major Mode Conventions): Add face guidelines.
332 (Faces for Font Lock): List faces in order of prominence.
333
a4180391
PE
3342011-02-01 Paul Eggert <eggert@cs.ucla.edu>
335
336 format-time-string now supports subsecond time stamp resolution
337 * os.texi (Time Parsing): Document %N.
338
7427eb97
CY
3392011-01-28 Chong Yidong <cyd@stupidchicken.com>
340
61db307f
CY
341 * vol1.texi (Top):
342 * vol2.texi (Top):
343 * elisp.texi (Top):
344 * display.texi (Display Property): Shorten the menu description of
345 the "Other Display Specs" node (Bug#7816).
346
7427eb97
CY
347 * keymaps.texi (Defining Menus): Add "menu item" and "extended
348 menu item" concept index entries (Bug#7805).
349
bf3dae7e
EZ
3502011-01-29 Eli Zaretskii <eliz@gnu.org>
351
352 * makefile.w32-in (texinfodir): New variable.
353 (usermanualdir): Remove as redundant with $(emacsdir).
354 (MAKEINFO): Remove options, leave only program name.
355 (MAKEINFO_OPTS): New variable.
356 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
357
06d8ace5 3582011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
359 Richard Kim <emacs18@gmail.com>
360
361 * loading.texi (Library Search): Document list-load-path-shadows
362 (Bug#7757).
363
06d8ace5 3642011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
365
366 * searching.texi (Regexp Special): Remove outdated discussion of
367 character sets (Bug#7780).
368
28a88153
CY
369 * frames.texi (Pop-Up Menus): Document where menu title comes
370 from (Bug#7684).
371
06d8ace5 3722011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
373
374 * display.texi (Making Buttons): Mention limitation of text buttons.
375
a8e1e9ee
WL
3762011-01-23 Werner Lemberg <wl@gnu.org>
377
378 * Makefile.in (MAKEINFO): Now controlled by `configure'.
379 (MAKEINFO_OPTS): New variable. Use it where appropriate.
380 (ENVADD): New variable to control texi2dvi and texi2pdf.
381
362b9d48
GM
3822011-01-15 Chong Yidong <cyd@stupidchicken.com>
383
384 * files.texi (Directory Names): Move directory-abbrev-alist doc to
385 Emacs manual.
386
3872011-01-15 Eli Zaretskii <eliz@gnu.org>
388
389 * files.texi (Directory Names): Explain why FROM in
390 directory-abbrev-alist should begin with \`. (Bug#7777)
391
3fa173b4
SM
3922011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
395
7c420169 3962011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
397
398 * modes.texi (Emulating Mode Line): Fix last change.
399
7c420169 4002011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
401
402 * modes.texi (Emulating Mode Line): Update documentation of
403 format-mode-line according to changes that fixed bug #7587.
404
80b33766
SM
4052010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * modes.texi (Derived Modes): Mention prog-mode.
408
409 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
410 of the key-binding-data cache since we don't use it any more.
411
f49d1f52 4122010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 413
4bb49a92
EZ
414 * processes.texi (Shell Arguments):
415 * strings.texi (Creating Strings): Don't mention "shell commands";
416 make it explicit that `split-string-and-unquote' and
417 `combine-and-quote-strings' are mainly for working with arguments
418 to call-process and start-process.
419
3c73e30e
EZ
420 * processes.texi (Shell Arguments): Fix documentation of
421 `split-string-and-unquote'. Add indexing. (Bug#7563)
422
f49d1f52 4232010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
424
425 * modes.texi (Auto-Indentation): New section to document SMIE.
426 (Major Mode Conventions):
427 * text.texi (Mode-Specific Indent): Refer to it.
428
f49d1f52 4292010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
430
431 * display.texi (Other Display Specs): Document left-fringe and
432 right-fringe display specs.
433
f49d1f52 4342010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
435
436 * backups.texi (Making Backups):
437 * modes.texi (Example Major Modes): Use recommended coding style.
438 (Major Mode Basics, Derived Modes): Encourge more strongly use of
439 define-derived-mode. Mention completion-at-point-functions.
440
f49d1f52 4412010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 442
5dcb4c4e
SM
443 * nonascii.texi (Converting Representations):
444 Document byte-to-string.
e1115396 445
ec1b9b17
GM
4462010-12-08 Glenn Morris <rgm@gnu.org>
447
448 * buffers.texi (Modification Time):
449 verify-visited-file-modtime now defaults to the current buffer.
450
07976ae3 4512010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 452
ec1b9b17 453 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
454
455 * strings.texi (Creating Strings): Don't mention semi-obsolete
456 function char-to-string.
457 (String Conversion): Shorten discussion of semi-obsolete function
458 string-to-char. Link to Converting Representations.
459
460 * objects.texi (Symbol Type):
461 * text.texi (Near Point):
462 * help.texi (Help Functions):
463 * functions.texi (Mapping Functions): Use string instead of
464 char-to-string in examples.
465
07976ae3 4662010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
467
468 * text.texi (Kill Functions, Kill Functions)
469 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
470 YANK-HANDLER args.
471
472 * symbols.texi (Creating Symbols): Using unintern without an
473 obarray arg is now obsolete.
474
475 * numbers.texi (Float Basics): Document float-e and float-pi.
476
477 * variables.texi (Defining Variables): Change "pi" example to
478 "float-pi".
479
8547874a
EZ
4802010-11-26 Eli Zaretskii <eliz@gnu.org>
481
482 * commands.texi (Click Events): Document the values of X, Y and
483 COL, ROW in the event's position, when the click is on the header
484 or mode line, on the fringes, or in the margins.
485
4a47c275 4862010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 487
5b05d75b
EZ
488 * customize.texi (Composite Types): Lower-case index entry.
489
5dcb4c4e
SM
490 * loading.texi (How Programs Do Loading):
491 Document load-file-name. (Bug#7346)
c7926fe2 492
4a47c275 4932010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
494
495 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
496
0eb025fb
EZ
4972010-11-13 Eli Zaretskii <eliz@gnu.org>
498
499 * display.texi (Usual Display): Characters with no fonts are not
500 necessarily displayed as empty boxes.
501
2699a554 5022010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
503
504 * maps.texi (Standard Keymaps): Update File menu description.
505
8289f37b
GM
5062010-10-28 Glenn Morris <rgm@gnu.org>
507
508 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
509
5793a7bc 5102010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
511
512 * display.texi (Window Systems): Deprecate use of window-system as
513 a predicate.
514
17284e30
GM
5152010-10-23 Glenn Morris <rgm@gnu.org>
516
517 * help.texi (Documentation Basics): Remove mentions of digest-doc and
518 sorted-doc.
519
00f113eb
JB
5202010-10-15 Eli Zaretskii <eliz@gnu.org>
521
522 * os.texi (Dynamic Libraries): New node, with slightly modified
523 text deleted from "Image Formats".
524 (System Interface): Add @menu entry for "Dynamic Libraries".
525
526 * display.texi (Image Formats): Remove description of
527 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
528
07277eb8
GM
5292010-10-12 Glenn Morris <rgm@gnu.org>
530
531 * book-spine.texinfo: Rename to book-spine.texi.
532
c12e4a81
GM
5332010-10-11 Glenn Morris <rgm@gnu.org>
534
df187c62
GM
535 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
536
c12e4a81 537 * Makefile.in (DVIPS): New variable.
234db610
GM
538 (.PHONY): Add html, ps.
539 (html, elisp.html, ps, elisp.ps): New targets.
540 (clean): Delete html, ps files.
541 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 542
6513b232
EZ
5432010-10-09 Eli Zaretskii <eliz@gnu.org>
544
545 * makefile.w32-in (emacsdir): New variable.
546 (srcs): Add emacsver.texi.
547 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
548
abd40fb4
GM
5492010-10-09 Glenn Morris <rgm@gnu.org>
550
c1dc72b3
GM
551 * Makefile.in (VPATH): Remove.
552 (infodir): Make it absolute.
553 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
554
4393405b
GM
555 * Makefile.in (dist): Anchor regexps.
556
eef3ab94
GM
557 * Makefile.in (srcs): Put elisp.texi first.
558 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
559
aa9db089
GM
560 * Makefile.in (infoclean): Remove harmless, long-standing error.
561
abd40fb4
GM
562 * Makefile.in ($(infodir)): Delete rule.
563 (mkinfodir): New.
564 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
565
68db69ed 566 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 567 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 568
ea274122
GM
5692010-10-09 Glenn Morris <rgm@gnu.org>
570
f7a31f11
GM
571 * Makefile.in (emacsdir): New variable.
572 (MAKEINFO): Add -I $emacsdir.
573 (dist): Copy emacsver.texi.
b13254e7
GM
574 (srcs): Add emacsver.texi.
575
f7a31f11
GM
576 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
577 Set EMACSVER by including emacsver.texi.
578
ea274122
GM
579 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
580
17ca7950
GM
5812010-10-07 Glenn Morris <rgm@gnu.org>
582
583 * Makefile.in (version): New, set by configure.
584 (clean): Delete dist tar file.
585 (dist): Use version in tar name.
586
4c83f6e1
GM
5872010-10-06 Glenn Morris <rgm@gnu.org>
588
589 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
590 (INSTALL_INFO): Remove unused variable.
591 (mostlyclean, infoclean, dist): New rules.
592 (clean): Delete dvi and pdf files.
593 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 594 ($(infodir)): Add parallel build workaround.
4c83f6e1 595
0264072d
GM
5962010-10-04 Glenn Morris <rgm@gnu.org>
597
598 * Makefile.in (dvi, pdf, $(infodir)): New targets.
599 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 600 Fix -I typo.
0264072d
GM
601 (clean): No 'make.out' or 'core' files.
602 (.PHONY): Declare clean rules.
603 (maintainer-clean): Delete pdf file. Guard against cd failures.
604
77f38949
GM
6052010-10-03 Glenn Morris <rgm@gnu.org>
606
607 * files.texi (File Name Components): Remove ignored section about
608 deleted variable directory-sep-char.
609
178fdd41
MA
6102010-10-03 Michael Albinus <michael.albinus@gmx.de>
611
612 * files.texi (Magic File Names): New defopt
613 remote-file-name-inhibit-cache.
614
9c524fcb
GM
6152010-10-02 Glenn Morris <rgm@gnu.org>
616
617 * os.texi (Killing Emacs): Hook now runs in batch mode.
618
f816790b
SM
6192010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * text.texi (Special Properties): Clarify when modification-hooks run.
622
7cf78aac
SM
6232010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * syntax.texi (Syntax Flags): Document new `c' flag.
626
ca0d44e4
GM
6272010-09-09 Glenn Morris <rgm@gnu.org>
628
629 * display.texi (ImageMagick Images): General cleanup.
630
10999305 6312010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
632
633 * files.texi (Directory Names): Use \` rather than ^.
634
45240125
JD
6352010-09-02 Jan Djärv <jan.h.d@swipnet.se>
636
637 * text.texi (Low-Level Kill Ring):
638 * frames.texi (Window System Selections): Remove cut buffer
639 documentation.
640
4abe5bf6
EZ
6412010-08-28 Eli Zaretskii <eliz@gnu.org>
642
643 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
644 Parameters", where the default fringe width is described.
645
646 * frames.texi (Window Frame Parameters, Basic Parameters)
647 (Position Parameters, Layout Parameters, Management Parameters)
648 (Cursor Parameters, Font and Color Parameters): Add indexing for
649 frame parameters. (Bug#6929)
650
fdc76236
TT
6512010-08-25 Tom Tromey <tromey@redhat.com>
652
653 * vol2.texi (Top): Update.
654 * vol1.texi (Top): Update.
655 * tips.texi (Library Headers): Mention Package-Version and
656 Package-Requires.
657 * package.texi: New file.
658 * os.texi (System Interface): Update pointers.
659 * elisp.texi (Top): Link to new nodes. Include package.texi.
660 * anti.texi (Antinews): Update pointers.
661
1e5c1c80
EZ
6622010-08-25 Eli Zaretskii <eliz@gnu.org>
663
664 * processes.texi (Filter Functions): Fix last change.
665
78e33835
CY
6662010-08-24 Markus Triska <triska@gmx.at>
667
668 * processes.texi (Filter Functions): Use `buffer-live-p' instead
669 of `buffer-name' in the main text as well as in the example
670 (Bug#3098).
671
198a7a97
CY
6722010-08-22 Chong Yidong <cyd@stupidchicken.com>
673
674 * nonascii.texi (Text Representations):
675 * loading.texi (Loading Non-ASCII):
676 * compile.texi (Byte Compilation): Don't mention obsolete
677 --unibyte command-line argument.
678
bc7d7ea6
CY
6792010-08-22 Chong Yidong <cyd@stupidchicken.com>
680
681 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
682
b0126eac 6832010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
684
685 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
686
e8a6cc19
EZ
6872010-08-20 Eli Zaretskii <eliz@gnu.org>
688
689 * commands.texi (Misc Events): Add cross-references to where
690 POSITION of a mouse event is described in detail.
691
7815fe19 6922010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
693
694 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
695
7815fe19 6962010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
697
698 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
699 Suggested by Štěpán Němec <stepnem@gmail.com>.
700
7815fe19 7012010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
702
703 * minibuf.texi (High-Level Completion): Document args of
704 `read-buffer-function' (bug#5625).
705
8b2dd508
JD
7062010-07-29 Jan Djärv <jan.h.d@swipnet.se>
707
708 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
709
bace45fe
MA
7102010-07-29 Michael Albinus <michael.albinus@gmx.de>
711
712 * processes.texi (Process Information): Explain process property
713 `remote-tty'.
714
4ce5a4cc
JB
7152010-07-27 Juanma Barranquero <lekktu@gmail.com>
716
717 * modes.texi (Defining Minor Modes): Use C-delete in examples,
718 instead of "\C-\^?" (bug#6334).
719
1c84bc7a
JB
720 * text.texi (Special Properties): Fix typo.
721
b88746ba
EZ
7222010-07-09 Eli Zaretskii <eliz@gnu.org>
723
724 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
725 calling sequences, which are now the standard.
726
51422d6d
CY
7272010-06-24 Chong Yidong <cyd@stupidchicken.com>
728
729 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
730
731 * commands.texi (Command Overview): Mention undo-boundary call.
732
d24880de
GM
7332010-06-23 Glenn Morris <rgm@gnu.org>
734
735 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
736 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
737 * frames.texi, functions.texi, internals.texi, keymaps.texi:
738 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
739 * searching.texi, sequences.texi, strings.texi, syntax.texi:
740 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
741 Untabify Texinfo files.
742
0fc76035
CY
7432010-06-20 Chong Yidong <cyd@stupidchicken.com>
744
745 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
746
5338dc0b
CY
7472010-06-19 Chong Yidong <cyd@stupidchicken.com>
748
a628ad9d 749 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 750
2c3a3c1d
CY
7512010-06-02 Chong Yidong <cyd@stupidchicken.com>
752
ba3bf1d9
CY
753 * searching.texi (Regexp Special): Remove obsolete information
754 about matching non-ASCII characters, and suggest using char
755 classes (Bug#6283).
2c3a3c1d 756
7f4b4249
JB
7572010-05-30 Juanma Barranquero <lekktu@gmail.com>
758
759 * minibuf.texi (Basic Completion): Add missing "@end defun".
760
637821cd
SM
7612010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * minibuf.texi (Basic Completion): Document completion-boundaries.
764 (Programmed Completion): Document the new fourth method for boundaries.
765
e13051c3
CY
7662010-05-22 Chong Yidong <cyd@stupidchicken.com>
767
a628ad9d 768 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 769
0235128c 7702010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
771
772 * windows.texi (Textual Scrolling):
773 * tips.texi (Coding Conventions):
774 * minibuf.texi (Minibuffer History):
775 * maps.texi (Standard Keymaps):
776 * loading.texi (Where Defined):
777 * edebug.texi (Instrumenting): Fix typos.
778
0235128c 7792010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 780
c7c32279
CY
781 * keymaps.texi (Menu Bar): Document :advertised-binding property.
782
0235128c
SM
783 * functions.texi (Obsolete Functions):
784 Document set-advertised-calling-convention.
eb5ed549
CY
785
786 * minibuf.texi (Basic Completion): Document completion-in-region.
787 (Programmed Completion): Document completion-annotate-function.
788
789 * commands.texi (Reading One Event): Document read-key.
790 (Distinguish Interactive): Document KIND arg to
791 called-interactively-p. Delete obsolete interactive-p.
792
793 * elisp.texi (Top): Update node description.
794
f8848423
EZ
7952010-05-08 Eli Zaretskii <eliz@gnu.org>
796
0235128c
SM
797 * nonascii.texi (Character Properties):
798 Document unicode-category-table. Add an index entry for Unicode
799 general category.
800
8012010-05-07 Chong Yidong <cyd@stupidchicken.com>
802
803 * Version 23.2 released.
f8848423 804
938efb77
JB
8052010-04-20 Juanma Barranquero <lekktu@gmail.com>
806
807 * locals.texi (Standard Buffer-Local Variables):
808 Remove @ignore'd reference to `direction-reversed'.
809
5854c267
JL
8102010-04-14 Juri Linkov <juri@jurta.org>
811
812 Fix @deffn without category.
813
814 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
815 for `abbrev-insert'.
816
817 * buffers.texi (Indirect Buffers): Add category `Command'
818 to @deffn of `clone-indirect-buffer'.
819
820 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
821 for `next-window' and `previous-window'. Add category `Command'
822 to @deffn of `pop-to-buffer'.
823
8a14dec7
CY
8242010-04-01 Chong Yidong <cyd@stupidchicken.com>
825
826 * nonascii.texi (Text Representations): Don't mark
827 enable-multibyte-characters as a user option.
828
7a1831cf
EZ
8292010-03-31 Eli Zaretskii <eliz@gnu.org>
830
831 * control.texi (Handling Errors): How to re-throw a signal caught
832 by condition-case.
833
c3863713
CY
8342010-03-26 Chong Yidong <cyd@stupidchicken.com>
835
836 * loading.texi (Hooks for Loading): Document after-load-functions.
837 Copyedits.
838
c333f279
AM
8392010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
840
841 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
842
e867cb5d 8432010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
844
845 * processes.texi (Network Processes): Document seqpacket type.
846
605f35cd
DN
8472010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
848
849 * os.texi (System Environment): Do not mention lynxos.
850
288f9fc0
CY
8512010-03-10 Chong Yidong <cyd@stupidchicken.com>
852
853 * Branch for 23.2.
854
eed5c93a
CY
8552010-03-06 Chong Yidong <cyd@stupidchicken.com>
856
857 * objects.texi (Integer Type): Take note of the read syntax
858 exception for numbers that cannot fit in the integer type.
859
1ddd6622
GM
8602010-03-03 Glenn Morris <rgm@gnu.org>
861
862 * numbers.texi (Integer Basics, Bitwise Operations):
863 * objects.texi (Integer Type): Update for integers now being 30-bit.
864
a908c79a
CY
8652010-02-27 Chong Yidong <cyd@stupidchicken.com>
866
867 * display.texi (Low-Level Font): Document :otf font-spec property.
868
cd61af01
SM
8692010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * display.texi (Line Height): Avoid obsolete special default variables
872 like default-major-mode.
873
c02f8fe2
AM
8742010-01-28 Alan Mackenzie <acm@muc.de>
875
876 * display.texi (Auto Faces): Say fontification-functions is called
877 whether or not Font Lock is enabled. Tidy up the wording a bit.
878
d738d18b
CY
8792010-01-17 Chong Yidong <cyd@stupidchicken.com>
880
881 * elisp.texi: Remove duplicate edition information (Bug#5407).
882
4963739e
JB
8832010-01-17 Juanma Barranquero <lekktu@gmail.com>
884
885 * two.el (volume-header-toc-markup): Fix typos in docstring.
886
c57008f6
SM
8872010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 Avoid dubious uses of save-excursions.
890 * positions.texi (Excursions): Recommend the use of
891 save-current-buffer if applicable.
892 * text.texi (Clickable Text): Fix the example code which used
893 save-excursion in a naive way which sometimes preserves point and
894 sometimes not.
895 * variables.texi (Creating Buffer-Local):
896 * os.texi (Session Management):
897 * display.texi (GIF Images):
898 * control.texi (Cleanups): Use (save|with)-current-buffer.
899
2f3725cd
EZ
9002010-01-02 Eli Zaretskii <eliz@gnu.org>
901
902 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
903
85eeac93
CY
9042010-01-02 Chong Yidong <cyd@stupidchicken.com>
905
906 * nonascii.texi (Text Representations, Character Codes)
907 (Converting Representations, Explicit Encoding)
908 (Translation of Characters): Use hex notation consistently.
909 (Character Sets): Fix map-charset-chars doc (Bug#5197).
910
4801c5fa
CY
9112010-01-01 Chong Yidong <cyd@stupidchicken.com>
912
913 * loading.texi (Where Defined): Make it clearer that these are
914 loaded files (Bug#5068).
915
26e533e2
CY
9162009-12-29 Chong Yidong <cyd@stupidchicken.com>
917
918 * minibuf.texi (Completion Styles): Document `initials' style.
919
16d1ff5f
CY
9202009-12-25 Chong Yidong <cyd@stupidchicken.com>
921
922 * frames.texi (Resources): Describe inhibit-x-resources.
923 (Size Parameters): Copyedit.
924
925 * hash.texi (Creating Hash):
926 * objects.texi (Hash Table Type): Document the new hash table
927 printed representation.
928
929 * minibuf.texi (Basic Completion): 4th arg to all-completions is
930 obsolete.
931
5dcb4c4e
SM
932 * processes.texi (Process Buffers):
933 Document process-kill-buffer-query-function.
16d1ff5f 934
9a5de3d9
GM
9352009-12-05 Glenn Morris <rgm@gnu.org>
936
937 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
938 diary-display-function, and no longer recommended to be a hook.
939 Update for changes in the names of calendar and diary hooks.
940 diary-print-entries-hook has changed section.
941
b640eb52
EZ
9422009-11-28 Eli Zaretskii <eliz@gnu.org>
943
944 * text.texi (Special Properties): More accurate description of
945 what the `cursor' property does.
946
be1674ab
KR
9472009-11-26 Kevin Ryde <user42@zip.com.au>
948
949 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
950 mouse-wheel-down-event, the closest thing to a definition for them.
951 * os.texi (Startup Summary): vindex inhibit-startup-message and
952 inhibit-splash-screen.
953 (Command-Line Arguments): vindex argv.
954 (Suspending Emacs): vindex suspend-tty-functions and
955 resume-tty-functions. Don't want to index every hook, but having
956 the programming ones is helpful.
957
603f5979
CY
9582009-11-14 Chong Yidong <cyd@stupidchicken.com>
959
960 * commands.texi (Motion Events): Fix typo (Bug#4907).
961
4359a806
CY
9622009-11-08 Chong Yidong <cyd@stupidchicken.com>
963
964 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
965 are affected by case-fold-search (Bug#4483).
966
0f063651
CY
9672009-11-02 Chong Yidong <cyd@stupidchicken.com>
968
969 * minibuf.texi (Reading File Names): Note that read-file-name may
970 use a graphical file dialog.
971
9bd79893
GM
9722009-10-31 Glenn Morris <rgm@gnu.org>
973
974 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
975
ebe479ec
KR
9762009-10-16 Kevin Ryde <user42@zip.com.au>
977
978 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
979 in particular so `info-lookup-symbol' can find its docs.
980
2640fa86
CY
9812009-10-16 Chong Yidong <cyd@stupidchicken.com>
982
983 * variables.texi (Constant Variables): Distinguish from defconst
984 variables.
985 (Defining Variables): Add cindex.
986
edd6a733
CY
9872009-10-15 Chong Yidong <cyd@stupidchicken.com>
988
989 * os.texi (Time of Day): Clarify that the microsecond part is
990 ignored (Bug#4637).
991
5feb0b73
GM
9922009-10-11 Glenn Morris <rgm@gnu.org>
993
994 * frames.texi (Size and Position): Clarify what is included in the frame
995 height. (Bug#4535)
996
0c5413c8
GM
9972009-10-10 Glenn Morris <rgm@gnu.org>
998
999 * windows.texi (Size of Window): The relationship between window and
1000 frame heights is not so simple. (Bug#4535)
1001 Mention window-full-height-p.
1002
7f8b600a
SM
10032009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1006 used from Lisp.
1007
6185de1c
EZ
10082009-10-07 Eli Zaretskii <eliz@gnu.org>
1009
7f8b600a
SM
1010 * files.texi (Directory Names) <abbreviate-file-name>:
1011 Document that root home directories are not replaced with "~".
6185de1c 1012
9972911f
EZ
10132009-10-06 Eli Zaretskii <eliz@gnu.org>
1014
1015 * text.texi (Special Properties): Document the meaning of the
1016 `cursor' text property whose value is an integer.
1017
2a3f19ef
MA
10182009-10-05 Michael Albinus <michael.albinus@gmx.de>
1019
1020 * files.texi (Magic File Names): Add `copy-directory'.
1021
804543b5
EZ
10222009-10-05 Eli Zaretskii <eliz@gnu.org>
1023
1024 * files.texi (File Attributes): Fix description of file
1025 attributes. (Bug#4638) Update attributes of files.texi example to
1026 be more representative.
1027
461bf92b
MA
10282009-10-05 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * files.texi (Create/Delete Dirs): New command copy-directory.
1031
a86cd395
JB
10322009-10-04 Juanma Barranquero <lekktu@gmail.com>
1033
1034 * anti.texi (Antinews):
1035 * macros.texi (Indenting Macros):
1036 * strings.texi (Creating Strings, Case Conversion):
1037 Remove duplicate words.
1038
d3080264
MA
10392009-10-01 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * files.texi (Create/Delete Dirs): delete-directory has an
1042 optional parameter RECURSIVE.
1043
85d14563
SM
10442009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * buffers.texi (Swapping Text): Minor clarification.
1047
3d9842c6
GM
10482009-10-01 Glenn Morris <rgm@gnu.org>
1049
1050 * functions.texi (Declaring Functions): Mention that we also search for
1051 ".m" files in the src/ directory.
1052
78427304
CY
10532009-09-25 David Engster <deng@randomsample.de>
1054
3d9842c6 1055 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1056
b578c9cc
GM
10572009-09-22 Glenn Morris <rgm@gnu.org>
1058
1059 * internals.texi (Building Emacs): Mention preloaded-file-list.
1060
beee5da7
AM
10612009-09-14 Alan Mackenzie <acm@muc.de>
1062
1063 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1064
5d6ab672
CY
10652009-09-13 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * functions.texi (Anonymous Functions): Rearrange discussion,
1068 giving usage of unquoted lambda forms first. Mention that
1069 `function' and `#'' are no longer required (Bug#4290).
1070
59375eeb
AM
10712009-09-11 Alan Mackenzie <acm@muc.de>
1072
a86cd395 1073 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1074 batch mode.
1075
e7e2f529
GM
10762009-09-01 Glenn Morris <rgm@gnu.org>
1077
1078 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1079
eae47088
GM
10802009-08-26 Ulrich Mueller <ulm@gentoo.org>
1081
1082 * nonascii.texi (Character Codes): Fix typos.
1083
3691a0a6
MA
10842009-08-25 Michael Albinus <michael.albinus@gmx.de>
1085
1086 * processes.texi (Synchronous Processes): New defvar
1087 process-file-side-effects.
1088
664d56b8
GM
10892009-08-25 Glenn Morris <rgm@gnu.org>
1090
1091 * display.texi (Fontsets): Fix typo.
1092
0706c025
GM
1093 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1094
03a74b84
SM
10952009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1096
1097 * processes.texi (Asynchronous Processes): Adjust arglist of
1098 start-process-shell-command and start-file-process-shell-command.
1099
f6de8a37
CY
11002009-08-15 Chong Yidong <cyd@stupidchicken.com>
1101
4b1ed1bb
CY
1102 * advice.texi (Argument Access in Advice): Note that argument
1103 positions are zero-based (Bug#3932).
1104
89a9e058
CY
1105 * commands.texi (Distinguish Interactive): Minor copyedit.
1106
23696fd7
CY
1107 * display.texi (Face Attributes): Add xref to Displaying Faces for
1108 explanation of "underlying face".
1109
f6de8a37
CY
1110 * customize.texi (Common Keywords): Add xref to Loading.
1111
1112 * loading.texi (How Programs Do Loading): Add xref to Lisp
1113 Libraries node in the Emacs manual.
1114
417f77e6
CY
11152009-08-13 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1118
0999039c
CY
11192009-07-18 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * processes.texi (Shell Arguments): Copyedits.
1122
9af167bc
GM
11232009-07-18 Glenn Morris <rgm@gnu.org>
1124
1125 * loading.texi (Repeated Loading): Fix typo.
1126
137987ab
RS
11272009-07-16 Richard Stallman <rms@gnu.org>
1128
1129 * buffers.texi (Swapping Text): Recommend setting
1130 write-region-annotate-functions and buffer-saved-size.
1131
1132 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1133
622fa380
GM
11342009-07-15 Glenn Morris <rgm@gnu.org>
1135
1136 * edebug.texi: Minor re-phrasings throughout.
1137 (Edebug Execution Modes): Sit-for affects continue mode too.
1138 (Jumping): Use `forward-sexp' rather than its keybinding.
1139 (Edebug Misc): Fix Q binding.
1140 (Edebug Eval): Remove cl version.
1141 (Printing in Edebug): Clarify print-length etc.
1142 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1143 (Specification List): Remove edebug-unwrap findex entry.
1144 (Specification Examples): defmacro is actually not the same as defun.
1145 Escape "`" in example.
1146
6bbd4600
CY
11472009-07-15 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * markers.texi (The Mark): Document optional arg to
1150 deactivate-mark.
1151
e538d479
GM
11522009-07-11 Kevin Ryde <user42@zip.com.au>
1153
1154 * hooks.texi (Standard Hooks): Fix cross-references.
1155
4c98b9ed
GM
1156 * loading.texi (Named Features): Refer to eval-after-load.
1157
5300838c
GM
11582009-07-11 Glenn Morris <rgm@gnu.org>
1159
64fbeb16
GM
1160 * Makefile.in (TEXI2PDF): New.
1161 (elisp.pdf): New target.
1162
4c98b9ed
GM
1163 * searching.texi (Regexp Backslash): Fix typo.
1164
1165 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1166
51d9979c
GM
11672009-07-10 Glenn Morris <rgm@gnu.org>
1168
561c0216
GM
1169 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1170
5b594a58
GM
1171 * customize.texi (Customization Types):
1172 * display.texi (Abstract Display):
0cc8c85a 1173 * objects.texi (Character Type, String Type):
5b594a58 1174 Merge in some menu descriptions from elisp.texi.
51d9979c 1175
c3cbbb40
GM
1176 * hash.texi (Hash Tables):
1177 * modes.texi (Multiline Font Lock):
1178 End menu description with period.
fe42c16a 1179
28528402
GM
11802009-07-09 Glenn Morris <rgm@gnu.org>
1181
1182 * back.texi: Don't hard-code texinfo location.
1183
1184 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1185 (tex): Add texinfodir to TEXINPUTS.
1186 (elisp1med-init, elisp2med-init): Use texinfodir.
1187
1188 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1189 (clean): Add two-volume.make intermediate files.
1190
1191 * elisp.texi, vol1.texi, vol2.texi:
1192 Use a DATE variable with the publication date, and update it.
1193 Fix antinews menu description.
1194
1195 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1196 Update the detailed node listing to match elisp.texi.
1197
1198 * README: Update edition to match elisp.texi.
1199
1200 * objects.texi (General Escape Syntax):
1201 * nonascii.texi (Character Sets):
1202 Use consistent case for "Unicode Standard".
1203
1204 * anti.texi (Antinews):
1205 * customize.texi (Variable Definitions):
1206 * functions.texi (Declaring Functions):
1207 * nonascii.texi (Character Properties):
1208 * processes.texi (Serial Ports):
1209 * text.texi (Special Properties):
1210 * tips.texi (Coding Conventions):
1211 Minor rearrangements to improve TeX line-filling.
1212
1213 * commands.texi (Using Interactive): Fix cross-reference.
1214
17db8e10
JD
12152009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1216
1217 * frames.texi (Management Parameters): Mention sticky.
1218
77c7e2e1
AS
12192009-07-01 Andreas Schwab <aschwab@redhat.com>
1220
1221 * help.texi (Help Functions): Fix description of help-buffer and
1222 help-setup-xref to use @defun instead of @deffn.
1223
3f1c6666
JD
12242009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1225
1226 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1227
ca27c21b
CY
12282009-06-24 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * display.texi (Window Systems): Add ns to the list.
1231
70243478
CY
12322009-06-21 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * Branch for 23.1.
1235
df006536
MR
12362009-06-17 Martin Rudalics <rudalics@gmx.at>
1237
1238 * windows.texi (Dedicated Windows): Fix typo.
1239 (Resizing Windows): Replace @defun by @deffn.
1240
d259fc4b
GM
12412009-06-17 Glenn Morris <rgm@gnu.org>
1242
1243 * variables.texi (Directory Local Variables):
1244 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1245
30781db6
KH
12462009-06-09 Kenichi Handa <handa@m17n.org>
1247
1248 * nonascii.texi (Character Sets): State clearly that FROM and TO
1249 are codepoints of CHARSET.
1250
62e8099c
CY
12512009-06-07 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * minibuf.texi (Reading File Names): Fix introductory text.
1254 Suggested by stan@derbycityprints.com.
1255 (High-Level Completion): Fix typo.
1256
ee1b1917
CY
12572009-05-28 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * frames.texi (Text Terminal Colors): Multi-tty is already
1260 implemented, but tty-local colors are not.
1261
5df647e8
CY
12622009-05-27 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * hooks.texi (Standard Hooks): Remove mention of obsolete
1265 redisplay-end-trigger-functions.
1266
1267 * internals.texi (Window Internals): Remove mention of obsolete
1268 redisplay-end-trigger-functions.
1269
01f17ae2
MR
12702009-05-21 Martin Rudalics <rudalics@gmx.at>
1271
1272 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1273
1274 * backups.texi (Making Backups): backup-directory-alist and
1275 make-backup-file-name-function are options.
1276 (Auto-Saving): auto-save-list-file-prefix is an option.
1277
1278 * buffers.texi (Killing Buffers): buffer-offer-save is an
1279 option.
1280
1281 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1282 option.
1283 (Echo Area Customization): echo-keystrokes is an option.
1284 (Selective Display): selective-display-ellipses is an option.
1285 (Temporary Displays): temp-buffer-show-function is an option.
1286 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1287 are options.
1288 (Font Selection): face-font-family-alternatives,
1289 face-font-selection-order, face-font-registry-alternatives, and
1290 scalable-fonts-allowed are options.
1291 (Fringe Indicators): indicate-buffer-boundaries is an option.
1292 (Fringe Cursors): overflow-newline-into-fringe is an option.
1293 (Scroll Bars): scroll-bar-mode is an option.
1294
1295 * eval.texi (Eval): max-lisp-eval-depth is an option.
1296
1297 * files.texi (Visiting Functions): find-file-hook is an option.
1298 (Directory Names): directory-abbrev-alist is an option.
1299 (Unique File Names): temporary-file-directory and
1300 small-temporary-file-directory are options.
1301
1302 * frames.texi (Initial Parameters): initial-frame-alist,
1303 minibuffer-frame-alist and default-frame-alist are options.
1304 (Cursor Parameters): blink-cursor-alist and
1305 cursor-in-non-selected-windows ar options.
1306 (Window System Selections): selection-coding-system is an
1307 option.
1308 (Display Feature Testing): display-mm-dimensions-alist is an
1309 option.
1310
1311 * help.texi (Help Functions): help-char and help-event-list are
1312 options.
1313
1314 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1315 an option.
1316
1317 * minibuf.texi (Minibuffer History): history-length and
1318 history-delete-duplicates are options.
1319 (High-Level Completion): read-buffer-function and
1320 read-buffer-completion-ignore-case are options.
1321 (Reading File Names): read-file-name-completion-ignore-case is
1322 an option.
1323
1324 * modes.texi (Mode Line Top): mode-line-format is an option.
1325 (Mode Line Variables): mode-line-position and mode-line-modes
1326 are options.
1327
1328 * nonascii.texi (Text Representations):
1329 enable-multibyte-characters is an option.
1330 (Default Coding Systems): auto-coding-regexp-alist,
1331 file-coding-system-alist, auto-coding-alist and
1332 auto-coding-functions are options.
1333 (Specifying Coding Systems): inhibit-eol-conversion is an
1334 option.
1335
1336 * os.texi (Init File): site-run-file is an option.
1337 (System Environment): mail-host-address is an option.
1338 (User Identification): user-mail-address is an option.
1339 (Terminal Output): baud-rate is an option.
1340
1341 * positions.texi (Word Motion): words-include-escapes is an
1342 option.
1343
1344 * searching.texi (Standard Regexps): page-delimiter,
1345 paragraph-separate, paragraph-separate and sentence-end are
1346 options.
1347
1348 * text.texi (Margins): left-margin and fill-nobreak-predicate
1349 are options.
1350
1351 * variables.texi (Local Variables): max-specpdl-size is an
1352 option.
1353
1354 * windows.texi (Choosing Window):
1355 split-window-preferred-function, special-display-function and
1356 display-buffer-function are options.
1357
106e6894
CY
13582009-05-20 Chong Yidong <cyd@stupidchicken.com>
1359
4a83454d
CY
1360 Fix errors spotted by Martin Rudalics.
1361
106e6894
CY
1362 * syntax.texi (Position Parse): Document rationale for ignored
1363 arguments to syntax-ppss-flush-cache.
1364
1365 * processes.texi (Input to Processes): Mark PROCESS arg to
1366 process-running-child-p as optional.
1367 (Network Options): Document NO-ERROR arg to
1368 set-network-process-option.
1369
1370 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1371 command.
1372
1373 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1374 posix-search-backward as commands.
1375
1376 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1377 (Suspending Emacs): Mark suspend-emacs as a command.
1378 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1379 commands.
5dcb4c4e
SM
1380 (Terminal Output): Remove obsolete function baud-rate.
1381 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1382
1383 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1384 terminal-coding-system and set-terminal-coding-system.
1385 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1386 as optional.
1387 (Character Sets): Document RESTRICTION arg of char-charset.
1388 (Character Codes): Mark POS argument to get-byte as optional.
1389
1390 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1391 minibuffer-message.
1392
1393 * files.texi (Create/Delete Dirs): Mark make-directory and
1394 delete-directory as commands.
1395
1396 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1397
1398 * text.texi (Base 64): Mark base64-decode-string and
1399 base64-encode-string as commands.
1400 (Columns): Mark move-to-column as a command.
1401 (Mode-Specific Indent): Document RIGID arg to
1402 indent-for-tab-command.
1403 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1404 Mark indent-code-rigidly as a command.
1405 (Substitution): Mark translate-region as a command.
1406
1407 * frames.texi (Size and Position): Remove obsolete functions
1408 screen-height and screen-width.
1409
04173931
CY
14102009-05-19 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1413 (Displaying Buffers, Resizing Windows): Correct mistakes;
1414 next-window, previous-window, and pop-to-buffer are not commands,
1415 and fit-window-to-buffer" is a command. (Pointed out by Martin
1416 Rudalics.)
1417
eae7d8f8
RS
14182009-05-17 Richard M Stallman <rms@gnu.org>
1419
1420 * modes.texi (Precalculated Fontification): Clarify text.
1421
b8766179
MR
14222009-05-17 Martin Rudalics <rudalics@gmx.at>
1423
1424 * windows.texi (Selecting Windows): Clarify descriptions of
1425 with-selected-window and get-lru-window.
1426 (Cyclic Window Ordering): Refer to particular frame when talking
1427 about how splitting affects the ordering.
1428 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1429 switch-to-buffer-other-window. Explain how setting of
1430 display-buffer-reuse-frames affects pop-to-buffer.
1431 (Choosing Window): Clarify some details in descriptions of
1432 display-buffer-reuse-frames, pop-up-frames, and
1433 pop-up-frame-function.
1434 (Dedicated Windows): Clarify some details.
1435 (Textual Scrolling): Replace term vscroll by term vertical
1436 scroll position.
1437 (Vertical Scrolling): Fix typo.
1438 (Window Hooks): Relate text on jit-lock-register to window
1439 scrolling and size changes.
1440
734b5e3b
CY
14412009-05-14 Chong Yidong <cyd@stupidchicken.com>
1442
0a65633e
CY
1443 * frames.texi (Initial Parameters): Clarify what the initial
1444 minibuffer frame is.
05be46d7
CY
1445 (Buffer Parameters): Note that the minibuffer parameter can not be
1446 altered.
0a65633e 1447
734b5e3b
CY
1448 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1449 Document display-buffer changes.
1450
925672cd
CY
14512009-05-13 Chong Yidong <cyd@stupidchicken.com>
1452
17ecd7af
CY
1453 * anti.texi (Antinews): Rewrite for Emacs 22.
1454
925672cd
CY
1455 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1456 obarrays are first mentioned. Define "system abbrev" more
1457 prominently, and add it to the index.
1458 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1459 Copyedits.
1460 (Abbrev Expansion): Document abbrev-insert.
1461
80be4dd7
CY
14622009-05-12 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * frames.texi (Font and Color Parameters): Rename from Color
1465 Parameters. Document font-backend parameter.
1466
1467 * vol2.texi (Top): Update node listing.
1468 * vol1.texi (Top): Update node listing.
1469 * elisp.texi (Top): Update node listing.
1470
372a93ac
MR
14712009-05-11 Martin Rudalics <rudalics@gmx.at>
1472
1473 * windows.texi (Choosing Window): Don't explicitly refer to
1474 split-window-sensibly's window argument in descriptions of
1475 split-height-threshold and split-width-threshold.
1476
714c3541
MR
14772009-05-10 Martin Rudalics <rudalics@gmx.at>
1478
1479 * windows.texi (Choosing Window): Fix rewrite of window
1480 splitting section.
1481
0e90e7be
EZ
14822009-05-09 Eli Zaretskii <eliz@gnu.org>
1483
1484 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1485 find-auto-coding, set-auto-coding, and auto-coding-alist.
1486 Add indexing.
0e90e7be
EZ
1487 (Lisp and Coding Systems): Add index entries.
1488
d3c0c321
MR
14892009-05-09 Martin Rudalics <rudalics@gmx.at>
1490
1491 * windows.texi (Choosing Window): Describe split-window-sensibly
1492 and rewrite section on window splitting accordingly.
1493 (Textual Scrolling): Replace `...' by @code{...}.
1494
c773345a
CY
14952009-05-04 Chong Yidong <cyd@stupidchicken.com>
1496
ee2d5b5e
CY
1497 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1498 Remove obsoleted pre-abbrev-expand-hook.
1499
1500 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1501 entries.
1502
c773345a
CY
1503 * internals.texi (Object Internals): Don't assume 32-bit machines
1504 are the norm.
1505 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1506 (Window Internals): Synch field names to window.h.
1507 (Process Internals): Synch field names to process.h.
c773345a 1508
dd449674
CY
15092009-04-29 Chong Yidong <cyd@stupidchicken.com>
1510
1511 * variables.texi (File Local Variables): Note that read-circle is
1512 bound to nil when reading file-local variables.
1513
1514 * streams.texi (Input Functions): Document read-circle.
1515 (Output Variables): Add xref to Circular Objects.
1516
4f1e25e2
CY
15172009-04-25 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1520 Features and Coding System Basics. Node that "p" stands for
1521 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1522 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1523 mouse-appearance-menu.
1524 (Programming Tips): Add xref to Progress.
1525
dca019f8
CY
15262009-04-22 Chong Yidong <cyd@stupidchicken.com>
1527
5dcb4c4e
SM
1528 * os.texi (Command-Line Arguments):
1529 Document command-line-args-left.
dca019f8
CY
1530 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1531 terminal objects for tty arguments.
1532 (Startup Summary): Add xref to Session Management.
1533 (Session Management): Mention emacs-session-restore. Copyedits.
1534
02a89103
CY
15352009-04-20 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * os.texi (Startup Summary): Copyedits. The init file is not
1538 necessarily named .emacs now. Document initial-buffer-choice and
1539 initial-scratch-message. Note where Emacs exits in batch mode.
1540 Document inhibit-splash-screen as an alias.
1541 (Init File): Be neutral about which init file name to use.
1542
15432009-04-16 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * os.texi (System Interface): Fix Texinfo usage.
1546
0c1cfe01
CY
15472009-04-15 Chong Yidong <cyd@stupidchicken.com>
1548
80d7cdca
CY
1549 * searching.texi (Regexp Backslash): Also refer to shy groups as
1550 non-capturing or unnumbered groups.
1551 (Regexp Functions): Add cross-reference to Regexp Backslash.
1552
0c1cfe01
CY
1553 * display.texi (Truncation): Overlays can use line-prefix and
1554 wrap-prefix too.
1555 (Overlay Properties): Document wrap-prefix and line-prefix.
1556 (Face Attributes): Document underline-minimum-offset.
1557 (Face Remapping): Copyedits.
1558 (Low-Level Font): Copyedits.
1559 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1560 (Line Height): Emphasize that line-spacing only takes effect on
1561 graphical terminals.
0c1cfe01 1562
c4adeee0
CY
15632009-04-13 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * display.texi (Refresh Screen): Note that a passage about screen
1566 refreshing is text terminal only.
1567 (Forcing Redisplay): Delete misleading comment---sit-for calls
1568 redisplay, not the other way around.
1569 (Truncation): Note new values of truncate-partial-width-windows.
1570 Copyedits.
1571 (Invisible Text): Document invisible-p.
1572
b20ecfa1
EZ
15732009-04-11 Eli Zaretskii <eliz@gnu.org>
1574
1575 * display.texi (Overlays): Overlays don't scale well. See
1576 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1577
97d8273f
CY
15782009-04-10 Chong Yidong <cyd@stupidchicken.com>
1579
f147ff75
CY
1580 * syntax.texi (Syntax Table Functions): Document cons cell
1581 argument for modify-syntax-entry.
1582 (Categories): Document cons cell argument for
1583 modify-category-entry.
1584
fca4ec76
CY
1585 * searching.texi (String Search): Document word-search-forward-lax
1586 and word-search-backward-lax.
1587 (Searching and Case): Describe isearch behavior more precisely.
1588
9c283d5b
CY
1589 * keymaps.texi (Tool Bar): Mention that some platforms do not
1590 support multi-line toolbars. Suggested by Stephen Eglen.
1591
1592 * frames.texi (Layout Parameters): Mention that Nextstep also
1593 allows only one tool-bar line. Suggested by Stephen Eglen.
1594
97d8273f
CY
1595 * nonascii.texi (Text Representations): Copyedits.
1596 (Coding System Basics): Also mention utf-8-emacs.
1597 (Converting Representations, Selecting a Representation)
1598 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1599 Copyedits.
1600 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1601
2bad3299
CY
16022009-04-09 Chong Yidong <cyd@stupidchicken.com>
1603
1604 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1605 (Filling): Clarify REGION argument of fill-paragraph.
1606 Document fill-forward-paragraph-function.
2bad3299
CY
1607 (Special Properties): Remove "new in Emacs 22" declaration.
1608 (Clickable Text): Merge with Links and Mouse-1 node.
1609
5dcb4c4e
SM
1610 * display.texi (Button Properties, Button Buffer Commands):
1611 Change xref to Clickable Text.
2bad3299
CY
1612
1613 * tips.texi (Key Binding Conventions): Change xref to Clickable
1614 Text.
1615
1616 * elisp.texi (Top): Update node listing.
1617
ea30ce4f
CY
16182009-04-05 Chong Yidong <cyd@stupidchicken.com>
1619
47af2f4b
CY
1620 * markers.texi (The Mark): Copyedits. Improve description of
1621 handle-shift-selection.
1622 (The Region): Move use-region-p here from The Mark.
1623
ea30ce4f
CY
1624 * positions.texi (Screen Lines): Document (cols . lines) argument
1625 for vertical-motion.
1626
2aa8ea6e
CY
16272009-04-04 Chong Yidong <cyd@stupidchicken.com>
1628
3ec61d4e
CY
1629 * frames.texi (Frames): Clean up introduction. Document `ns'
1630 return value for framep.
1631 (Creating Frames): Note how the terminal is chosen.
1632 (Multiple Terminals, Multiple Displays): Merge into a single node.
1633 (Color Parameters): Fix typo.
1634
1635 * variables.texi (Local Variables, Buffer-Local Variables)
1636 (Creating Buffer-Local): Change link to Multiple Terminals.
1637
1638 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1639
1640 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1641 Terminals.
1642
1643 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1644 to Multiple Terminals.
1645
1646 * elisp.texi (Top): Update node listing.
1647 * vol2.texi (Top): Update node listing.
1648 * vol1.texi (Top): Update node listing.
1649
9257072f
CY
1650 * buffers.texi (Current Buffer): Note that the append-to-buffer
1651 example is no longer in synch with the latest code. Tie the two
1652 examples together.
1653
2aa8ea6e
CY
1654 * files.texi (File Attributes): Move note about MS-DOS from
1655 Changing Files to File Attributes.
1656 (Create/Delete Dirs): Note that mkdir is an alias for this.
1657
22e74b17
CY
16582009-04-01 Markus Triska <triska@gmx.at>
1659
1660 * processes.texi (Filter Functions): Suggest how to handle output
1661 batches.
1662
4bbe48ec
CY
16632009-03-30 Chong Yidong <cyd@stupidchicken.com>
1664
1665 * help.texi (Accessing Documentation): Update example to use
1666 help-setup-xref and with-help-window.
1667 (Help Functions): Remove print-help-return-message, which is
1668 semi-obsolete due to with-help-window. Document help-buffer and
1669 help-setup-xref.
1670
b9723f39
CY
16712009-03-29 Chong Yidong <cyd@stupidchicken.com>
1672
5dcb4c4e
SM
1673 * help.texi (Accessing Documentation, Help Functions):
1674 Remove information about long-obsolete Emacs versions.
9eb52e90 1675
b9723f39
CY
1676 * modes.texi (Mode Line Variables): The default values of the mode
1677 line variables are now more complicated.
1678
b0cc32db
CY
16792009-03-28 Chong Yidong <cyd@stupidchicken.com>
1680
3c25a5a9
CY
1681 * modes.texi (Major Mode Conventions): Note that specialness is
1682 inherited.
31c9eebb
CY
1683 (Derived Modes): Note that define-derive-mode sets the mode-class
1684 property.
3c25a5a9 1685
b0cc32db
CY
1686 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1687 goto-map. Add search-map to the list.
1688
c5e0006d
EZ
16892009-03-27 Eli Zaretskii <eliz@gnu.org>
1690
1213465a
EZ
1691 * os.texi (System Environment): Update the list of system-type
1692 values.
1693
c5e0006d
EZ
1694 * markers.texi (The Mark) <handle-shift-selection>: Update for
1695 removal of the optional argument DEACTIVATE.
1696
48bab3d6
CY
16972009-03-25 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * commands.texi (Focus Events): Most X window managers don't use
1700 focus-follows-mouse nowadays.
1701
6e4ff1b6
CY
17022009-03-24 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * commands.texi (Defining Commands): Clarify introduction.
1705 (Using Interactive): Not that interactive can be put in a symbol
1706 property.
1707 (Interactive Call): Note that a symbol with a non-nil
1708 interactive-form property satisfies commandp.
1709
11625308
JB
17102009-03-23 Juanma Barranquero <lekktu@gmail.com>
1711
1712 * minibuf.texi (Intro to Minibuffers): Fix typos.
1713
7b34420d
CY
17142009-03-23 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1717 about minibuffers in old Emacs versions. Copyedits.
1718 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1719 (Text from Minibuffer): Simplify introduction.
1720
f9257eed
AM
17212009-03-22 Alan Mackenzie <acm@muc.de>
1722
1723 * commands.texi (Using Interactive): Clarify string argument to
1724 `interactive' - even promptless elements need \n separators.
1725
f639ba70
CY
17262009-03-18 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * minibuf.texi (Completion Styles): New node.
1729
1730 * elisp.texi (Top): Update node listing.
1731
d897e8ee
CY
17322009-03-17 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * minibuf.texi (Basic Completion): Note that
1735 read-file-name-completion-ignore-case and
1736 read-buffer-completion-ignore-case can override
1737 completion-ignore-case.
1738 (Minibuffer Completion): Document completing-read changes.
1739 (Completion Commands): Avoid mentioning partial completion mode.
1740 Document minibuffer-completion-confirm changes, and
1741 minibuffer-confirm-exit-commands.
1742 (High-Level Completion): Document new require-match behavior for
1743 read-buffer. Document read-buffer-completion-ignore-case.
1744 (Reading File Names): Document new require-match behavior for
1745 read-file-name.
1746
b1f23349
CY
17472009-03-14 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * debugging.texi (Error Debugging): Don't mislead the reader into
1750 thinking that debug-on-error enters debugger for C-f at EOB.
1751 (Error Debugging): Setting debug-on-init within the init file
1752 works, and has for some time.
1753
d6eb4e25
KH
17542009-03-13 Kenichi Handa <handa@m17n.org>
1755
1756 * display.texi (Fontsets): Update the description.
1757
1cf53dc5
CY
17582009-03-13 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * advice.texi (Advising Primitives): Link to What Is a Function.
1761
81f919fc
CY
17622009-03-12 Chong Yidong <cyd@stupidchicken.com>
1763
cf4229eb
CY
1764 * compile.texi (Speed of Byte-Code): Update example.
1765 (Disassembly): Update examples.
1766
81f919fc 1767 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1768
1769 * customize.texi (Common Keywords): It's not necessary to use :tag
1770 to remove hyphens, as custom-unlispify-tag-name does it
1771 automatically.
5dcb4c4e
SM
1772 (Variable Definitions): Link to File Local Variables.
1773 Document customized-value symbol property.
f2bbc08c
CY
1774 (Customization Types): Move menu to end of node.
1775
955964d7
CY
17762009-03-10 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * macros.texi (Compiling Macros): Omit misleading sentence, which
1779 implied that macros can only be used in the same file they are
1780 defined.
1781 (Backquote): Remove obsolete information about Emacs 19.
1782
d25ed7db
GM
17832009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1784
1785 * display.texi (Display Margins): Fix paren typo.
1786
d55f6ca5
CY
17872009-02-27 Chong Yidong <cyd@stupidchicken.com>
1788
f0e57ed8
CY
1789 * elisp.texi (Top): Update node listing.
1790
1791 * variables.texi (Variables): Clarify introduction.
1792 (Global Variables): Mention that setq is a special form.
1793 (Local Variables): Use active voice.
1794 (Tips for Defining): Mention marking variables as safe.
1795 (Buffer-Local Variables): Mention terminal-local and frame-local
1796 variables together.
1797 (File Local Variables): Copyedits.
1798 (Frame-Local Variables): Note that they are not really useful.
1799 (Future Local Variables): Node deleted.
1800
d55f6ca5
CY
1801 * objects.texi (General Escape Syntax): Update explanation of
1802 unicode escape syntax.
1803
ca8f09a8
CY
18042009-02-23 Chong Yidong <cyd@stupidchicken.com>
1805
1806 * control.texi (Control Structures): Add cindex entry for "textual
1807 order".
1808
1809 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1810 instead of "expression" throughout.
1811 (Function Indirection): Copyedits. Use active voice.
1812 (Eval): The default value of max-lisp-eval-depth is now 400.
1813
a20878b6
MB
18142009-02-23 Miles Bader <miles@gnu.org>
1815
1816 * processes.texi (System Processes): Rename `system-process-attributes'
1817 to `process-attributes'.
1818
61f66044
CY
18192009-02-22 Chong Yidong <cyd@stupidchicken.com>
1820
1b80d1f3
CY
1821 * symbols.texi (Property Lists): Emphasize that property lists are
1822 not restricted to symbol cells.
1823 (Other Plists): Copyedit.
1824
61f66044
CY
1825 * sequences.texi (Sequences Arrays Vectors): Make introduction
1826 more concise.
1827 (Arrays): Mention char-tables and bool-vectors too.
1828 (Vectors): Don't repeat information given in Arrays node. Link to
1829 nodes that explain the vector usage examples.
1830 (Char-Tables): Note that char-table elements can have arbitrary
1831 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1832 Link to Property Lists node.
61f66044 1833
9403944b
CY
18342009-02-22 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1837 `append'.
4068c7b4 1838 (List Elements): Copyedits.
9403944b
CY
1839
1840 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1841 of `vconcat'.
1842
1843 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1844 Emacs 20 usage of `concat'.
1845 (Case Conversion): Copyedits.
1846
b87a185f
CY
18472009-02-21 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1850 Minor edits.
1851 (Frame Configuration Type): Emphasize that it is not primitive.
1852 (Font Type): New node.
1853 (Type Predicates): Add fontp; type-of now recognizes font object
1854 types.
1855
1856 * intro.texi (Version Info): Update version numbers in examples.
1857 (Acknowledgements): List more contributors.
1858
1859 * elisp.texi: Bump version number to 3.0.
1860 (Top): Link to Font Type node.
1861
867d4bb3
JB
18622009-02-20 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * modes.texi (Major Mode Conventions): Remove duplicate words.
1865 (Customizing Keywords): Fix typo.
1866
77730170
EZ
18672009-02-14 Eli Zaretskii <eliz@gnu.org>
1868
1869 * nonascii.texi (User-Chosen Coding Systems): Document that
1870 select-safe-coding-system suggests raw-text if there are raw bytes
1871 in the region.
1872 (Explicit Encoding): Warn not to use `undecided' when encoding.
1873
c8736212
GM
18742009-02-11 Glenn Morris <rgm@gnu.org>
1875
1876 * frames.texi (Visibility of Frames): Mention the effect multiple
1877 workspaces/desktops can have on visibility.
1878
ab992d66
EZ
18792009-02-07 Eli Zaretskii <eliz@gnu.org>
1880
c8736212
GM
1881 * text.texi (Commands for Insertion):
1882 * commands.texi (Event Mod):
1883 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1884 * nonascii.texi (Translation of Characters):
1885 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1886 (Explicit Encoding): Document the `charset' text property produced
1887 by decode-coding-region and decode-coding-string.
ab992d66 1888
e651a255
AM
18892009-01-27 Alan Mackenzie <acm@muc.de>
1890
1891 * modes.texi (Search-based Fontification): Correct a typo.
1892
bc5cde4b
JB
18932009-01-25 Juanma Barranquero <lekktu@gmail.com>
1894
1895 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1896 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1897
3533155b
EZ
18982009-01-24 Eli Zaretskii <eliz@gnu.org>
1899
f721deda
EZ
1900 * display.texi (Window Systems): Document the value of
1901 `initial-window-system' under --daemon.
1902
3533155b
EZ
1903 * os.texi (System Environment): Remove description of the
1904 `environment' function which has been deleted.
1905
f79b43b2
DN
19062009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1907
1908 * frames.texi (Multiple Displays): Remove documentation for
1909 removed function make-frame-on-tty.
1910
e3aa6669
CY
19112009-01-22 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1914 write-region-annotate-functions.
1915 Document write-region-post-annotation-function.
e3aa6669 1916
fb13a416
CY
19172009-01-19 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * display.texi (Font Lookup): Document WIDTH argument of
1920 x-list-fonts.
1921
02eccf6b
EZ
19222009-01-17 Eli Zaretskii <eliz@gnu.org>
1923
ead3f58d
EZ
1924 * maps.texi (Standard Keymaps): Rename function-key-map to
1925 local-function-key-map.
1926
1927 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1928 local-function-key-map.
1929
1930 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1931 and `set-keyboard-coding-system' now accept an optional terminal
1932 argument.
1933
1934 * commands.texi (Event Mod): `keyboard-translate-table' is now
1935 terminal-local.
1936 (Function Keys): Rename function-key-map to
1937 local-function-key-map.
1938
df05a163
EZ
1939 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1940 frames.texi.
1941
0ed8034e 1942 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1943 `delete-terminal-functions', `suspend-tty-functions' and
1944 `resume-tty-functions'.
0ed8034e
EZ
1945
1946 * frames.texi (Frames): Document `frame-terminal' and
1947 `terminal-live-p'.
1948 (Multiple Displays): Document `make-frame-on-tty'.
1949 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1950 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1951 (Terminal Parameters): Document `terminal-parameters',
1952 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1953
1954 * os.texi (System Environment): Document `environment' and
1955 `initial-environment'.
490f1197
EZ
1956 (Suspending Emacs): Update for multi-tty; document
1957 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1958
02eccf6b
EZ
1959 * nonascii.texi (Coding System Basics): More accurate description
1960 of `raw-text'.
1961
f19fea97
JB
19622009-01-12 Juanma Barranquero <lekktu@gmail.com>
1963
1964 * display.texi (Low-Level Font): Fix typo.
1965
16fa292f
CY
19662009-01-10 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * elisp.texi (Top): Update node listing.
1969
1970 * display.texi (PostScript Images): Node deleted.
1971
0b4faef3
EZ
19722009-01-10 Eli Zaretskii <eliz@gnu.org>
1973
3355f04d
EZ
1974 * processes.texi (Decoding Output): Document that null bytes force
1975 no-conversion for reading process output.
1976
1977 * files.texi (Reading from Files): Document that null bytes force
1978 no-conversion when visiting files.
1979
11625308 1980 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1981
5dcb4c4e
SM
1982 * nonascii.texi (Lisp and Coding Systems):
1983 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1984 (Character Properties): Improve wording.
0b4faef3 1985
ce9cf065
CY
19862009-01-09 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * display.texi (Font Lookup): Remove obsolete function
1989 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1990 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1991 (Font Selection): Reorder order of variable descriptions.
1992 Minor clarifications.
ce9cf065
CY
1993
1994 * elisp.texi (Top): Update node listing.
1995
ab756fb3
GM
19962009-01-09 Glenn Morris <rgm@gnu.org>
1997
1998 * commands.texi (Command Loop Info): Say that last-command-char and
1999 last-input-char are obsolete aliases.
2000
2001 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2002 last-input-char and last-command-char, since they are just aliases for
2003 last-input-event and last-command-event.
2004
2005 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2006 last-command-char.
2007
6b2b8ab1
CY
20082009-01-08 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * elisp.texi: Update node listing.
2011
2012 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2013 (Face Attributes): Don't link to Font Lookup.
2014 Document font-family-list.
6b2b8ab1
CY
2015 (Fonts): New node.
2016
3568e767
JR
20172009-01-08 Jason Rumney <jasonr@gnu.org>
2018
2019 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2020 changing the standard pointer shapes. (Bug#1485)
3568e767 2021
6221c8db
CY
20222009-01-08 Chong Yidong <cyd@stupidchicken.com>
2023
2024 * display.texi (Attribute Functions): Note that a function value
2025 :height is relative, and that compatibility functions work by
2026 calling set-face-attribute.
2027 (Displaying Faces): Reorder list in order of increasing priority.
2028 (Face Remapping): New node. Content moved here from Displaying
2029 Faces.
2030 (Glyphs): Link to Face Functions.
2031
e3d3799a
CY
20322009-01-08 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * display.texi (Faces): Don't discuss face id here. facep does
2035 not return t.
2036 (Defining Faces): Minor clarification.
2037 (Face Attributes): Rearrange items to match docstring of
2038 set-face-attribute. Add :foundry attribute. Document new role of
2039 :font attribute. Texinfo usage fix.
2040 (Attribute Functions): Copyedits.
2041 (Face Functions): Note that face number is seldom used.
2042
638a2457
RS
20432009-01-05 Richard M Stallman <rms@gnu.org>
2044
2045 * strings.texi (Predicates for Strings): Minor clarification.
2046
2047 * functions.texi (Function Safety): Texinfo usage fix.
2048
49ea0074
JB
20492009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2050
2051 * objects.texi (General Escape Syntax): Fix typo.
2052
9f822178
MR
20532009-01-03 Martin Rudalics <rudalics@gmx.at>
2054
2055 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2056 works via the default value of pop-up-frame-function.
2057
af34ad36
EZ
20582009-01-02 Eli Zaretskii <eliz@gnu.org>
2059
2060 * processes.texi (System Processes): Document the `time' and
2061 `ctime' attributes of `system-process-attributes'.
2062
d31f6679
CY
20632009-01-01 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * display.texi (Face Attributes): Clarify :height attribute.
2066
174dc00c
MR
20672008-12-31 Martin Rudalics <rudalics@gmx.at>
2068
2069 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2070 the front of the buffer list. Add entries for `last-buffer' and
2071 `unbury-buffer'.
2072
b8afe7e4
EZ
20732008-12-27 Eli Zaretskii <eliz@gnu.org>
2074
d14030f5
EZ
2075 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2076 and its subsections.
2077
2078 * frames.texi (Multiple Terminals, Low-level Terminal)
2079 (Terminal Parameters, Frames on Other TTY devices): New sections.
2080 (Frames): Add an xref to "Multiple Terminals".
2081
765980a4
EZ
2082 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2083
2084 * objects.texi (Terminal Type): New node.
2085 (Editing Types): Add it to the menu.
2086
47bd5577
EZ
2087 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2088 Variables".
2089
eb22b78c 2090 * variables.texi (Directory Local Variables): New node.
47bd5577 2091 (Variables): Add a menu item for it.
eb22b78c 2092
b8afe7e4
EZ
2093 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2094 `generated-autoload-file'.
2095
77bb0476
EZ
20962008-12-20 Eli Zaretskii <eliz@gnu.org>
2097
028e2c19
EZ
2098 * os.texi (Startup Summary): Add xref to documentation of
2099 `initial-window-system'.
2100
77bb0476
EZ
2101 * display.texi (Window Systems): Document `window-system' the
2102 function. The variable `window-system' is now frame-local.
028e2c19 2103 Document `initial-window-system'.
77bb0476 2104
dda87836
MR
21052008-12-19 Martin Rudalics <rudalics@gmx.at>
2106
2107 * windows.texi (Windows): Rewrite description of
2108 fit-window-to-buffer.
2109
caef3ed2
GM
21102008-12-13 Glenn Morris <rgm@gnu.org>
2111
2112 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2113 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2114
21c58e4d
GM
21152008-12-12 Glenn Morris <rgm@gnu.org>
2116
2117 * debugging.texi (Error Debugging): Refer forwards to
2118 eval-expression-debug-on-error.
2119
af38459f
EZ
21202008-12-05 Eli Zaretskii <eliz@gnu.org>
2121
5dedd9b5
EZ
2122 * strings.texi (String Basics): Only unibyte strings that
2123 represent key sequences hold 8-bit raw bytes.
2124
af38459f
EZ
2125 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2126 paragraph to speak about `undecided'.
2127 (Character Properties): Don't explain the meaning of each
2128 property; instead, identify their Unicode Standard names.
b3f1f4a5 2129 (Character Sets): Document `map-charset-chars'.
af38459f 2130
fa047ae7
GM
21312008-12-02 Glenn Morris <rgm@gnu.org>
2132
2133 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2134 section yet again.
2135
47dbc044
EZ
21362008-11-29 Eli Zaretskii <eliz@gnu.org>
2137
98d05998
EZ
2138 * nonascii.texi (Character Properties): New Section.
2139 (Specifying Coding Systems): Document
2140 `coding-system-priority-list', `set-coding-system-priority', and
2141 `with-coding-priority'.
2142 (Lisp and Coding Systems): Document `check-coding-systems-region'
2143 and `coding-system-charset-list'.
2144 (Coding System Basics): Document `coding-system-aliases'.
2145
2146 * elisp.texi (Top): Add a @detailmenu entry for "Character
2147 Properties".
2148
47dbc044
EZ
2149 * objects.texi (Character Type): Correct the range of Emacs
2150 characters. Add an @xref to "Character Codes".
2151
2152 * strings.texi (String Basics): Add an @xref to "Character Codes".
2153
2154 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2155
2156 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2157 (Character Codes): Document `max-char'.
2158
8b80cdf5
EZ
21592008-11-28 Eli Zaretskii <eliz@gnu.org>
2160
2161 * nonascii.texi (Text Representations, Converting Representations)
2162 (Character Sets, Scanning Charsets, Translation of Characters):
2163 Make text more accurate.
2164
a99dceba
GM
21652008-11-28 Glenn Morris <rgm@gnu.org>
2166
2167 * files.texi (Format Conversion Round-Trip): Improve previous change.
2168
f6dc3bed
CY
21692008-11-26 Chong Yidong <cyd@stupidchicken.com>
2170
2171 * modes.texi (Auto Major Mode): Fix example.
2172
5da9413d
GM
21732008-11-25 Glenn Morris <rgm@gnu.org>
2174
2175 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2176
2177 * files.texi (Format Conversion Round-Trip):
2178 Use active voice for previous change.
2179
fcca848c
CY
21802008-11-25 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * os.texi (Processor Run Time):
2183 * processes.texi (Transaction Queues):
2184 * markers.texi (The Mark):
2185 * windows.texi (Choosing Window, Selecting Windows):
2186 * files.texi (Changing Files, Magic File Names):
2187 * commands.texi (Key Sequence Input):
2188 * functions.texi (Declaring Functions):
2189 * strings.texi (Predicates for Strings):
2190 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2191
36c8dc54
CY
21922008-11-24 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * help.texi (Accessing Documentation): Update example.
2195
2196 * variables.texi (Defining Variables): Note that `*' is not
2197 necessary if defcustom is used.
2198
2a79b242
EZ
21992008-11-22 Eli Zaretskii <eliz@gnu.org>
2200
2201 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2202 Characters" from @detailmenu.
2203
2204 * nonascii.texi (Character Codes, Character Sets)
2205 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2206 (Chars and Bytes, Splitting Characters): Sections removed.
2207
392f0d26
LK
22082008-11-22 Lute Kamstra <lute@gnu.org>
2209
2210 * positions.texi (Text Lines): Update goto-line documentation.
2211
af1a5cd5
MR
22122008-11-21 Martin Rudalics <rudalics@gmx.at>
2213
6a4cfb0c
MR
2214 * frames.texi (Frames): Fix typo, add cross references, reword.
2215 (Initial Parameters): Reword special-display-frame-alist text.
2216 (Frames and Windows): Reword. Describe argument norecord for
2217 set-frame-selected-window.
2218 (Input Focus): Describe argument norecord for select-frame.
2219 Remove comment on MS-Windows behavior for focus-follows-mouse.
2220 (Raising and Lowering): Mention windows-frames dichotomy in
2221 metaphor.
2222
af1a5cd5
MR
2223 * windows.texi (Displaying Buffers, Vertical Scrolling)
2224 (Horizontal Scrolling): Fix indenting and rewording issues
2225 introduced with 2008-11-07 change.
2226
c249fa9c
GM
22272008-11-20 Glenn Morris <rgm@gnu.org>
2228
2229 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2230 element of `format-alist'.
2231
204d4665
GM
22322008-11-19 Glenn Morris <rgm@gnu.org>
2233
2234 * doclicense.texi: Update to FDL 1.3.
2235 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2236
cc0910af
CY
22372008-11-18 Chong Yidong <cyd@stupidchicken.com>
2238
efe6e7c4
CY
2239 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2240 vars, which are obsolete. Mention jit-lock-register.
2241
5dcb4c4e
SM
2242 * modes.texi (Other Font Lock Variables):
2243 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2244
cc0910af
CY
2245 * frames.texi (Color Parameters): Document alpha parameter.
2246
aeeedf76
MR
22472008-11-16 Martin Rudalics <rudalics@gmx.at>
2248
2249 * windows.texi (Splitting Windows, Deleting Windows)
2250 (Selecting Windows, Cyclic Window Ordering)
2251 (Buffers and Windows, Displaying Buffers, Choosing Window)
2252 (Dedicated Windows, Window Point, Window Start and End)
2253 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2254 (Size of Window, Resizing Windows, Window Configurations)
2255 (Window Parameters): Avoid @var at beginning of sentences and
2256 reword accordingly.
2257
4c565c5c
LK
22582008-11-11 Lute Kamstra <lute@gnu.org>
2259
2260 * files.texi (File Name Components): Fix file-name-extension
2261 documentation.
2262
25f494c9
JB
22632008-11-11 Juanma Barranquero <lekktu@gmail.com>
2264
2265 * frames.texi (Basic Parameters): Remove display-environment-variable
2266 and term-environment-variable.
2267
a1401ab1
EZ
22682008-11-08 Eli Zaretskii <eliz@gnu.org>
2269
2270 * windows.texi (Basic Windows, Splitting Windows)
2271 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2272 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2273 (Resizing Windows, Window Configurations, Window Parameters):
2274 Fix wording and markup.
a1401ab1 2275
efafc282
MR
22762008-11-07 Martin Rudalics <rudalics@gmx.at>
2277
2278 * windows.texi (Windows): Update entries.
2279 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2280 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2281 (Selecting Windows, Cyclic Window Ordering): Reword with special
2282 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2283 (Buffers and Windows, Choosing Window): Reword with special
2284 emphasis on dedicated windows.
2285 (Displaying Buffers): Reword. For switch-to-buffer mention that
2286 it may fall back on pop-to-buffer. For other-window try to
2287 explain how it treats the cyclic ordering of windows.
efafc282
MR
2288 (Dedicated Windows): New node and section discussing dedicated
2289 windows and associated functions.
86ab855a 2290 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2291 (Window Start and End): Rename node and section title. Reword.
2292 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2293 Minor rewording.
2294 (Size of Window): Reword, in particular text on window-width.
2295 (Resizing Windows): Reword. Add text on balancing windows.
2296 (Window Configurations): Reword. Mention window parameters.
2297 (Window Parameters): New node and section on window parameters.
2298 (Window Hooks): Reword. Mention that
2299 window-configuration-change-hook is run "buffer-locally".
2300 * elisp.texi (Top): Update Windows entries in @detailmenu
2301 section.
2302
d60a8ab2
JB
23032008-11-04 Juanma Barranquero <lekktu@gmail.com>
2304
2305 * searching.texi (Regexp Search): Fix typo.
2306
01777627
CY
23072008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2308
2309 * searching.texi (Regexp Search): Document GREEDY arg.
2310 (Simple Match Data): Fix return value.
2311
c4526e93
EZ
23122008-11-01 Eli Zaretskii <eliz@gnu.org>
2313
2314 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2315 with Emacs 23 internal representation of characters.
2316 Document `unibyte-string'.
c4526e93 2317
fe2ae8b5
CY
23182008-10-28 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * processes.texi (Process Information): Note that process-status
2321 does not accept buffer names.
2322
cc5a21e3
CY
23232008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2324
2325 * positions.texi (Skipping Characters): Correct return value of
2326 skip-chars-forward.
2327
09460d9a
MR
23282008-10-25 Martin Rudalics <rudalics@gmx.at>
2329
520b29e7
MR
2330 * windows.texi (Deleting Windows): Update documentation of
2331 delete-windows-on.
2332 (Buffers and Windows): Update documentations of
2333 get-buffer-window and get-buffer-window-list.
2334 (Displaying Buffers): Update documentation of
2335 replace-buffer-in-windows.
2336
09460d9a
MR
2337 * buffers.texi (Current Buffer): Reword set-buffer and
2338 with-current-buffer documentations.
2339 (Creating Buffers): Reword documentation of get-buffer-create.
2340
4d48fcdc
MR
23412008-10-23 Martin Rudalics <rudalics@gmx.at>
2342
2343 * buffers.texi (Current Buffer): Reword documentation of
2344 set-buffer.
2345 (Buffer Names): Reword documentation of buffer-name.
2346 (The Buffer List): For bury-buffer explain what happens with the
2347 buffer's window.
2348 (Creating Buffers): Say that get-buffer-create's arg is called
2349 buffer-or-name.
2350
f0143c43
CY
23512008-10-22 Chong Yidong <cyd@stupidchicken.com>
2352
3e5dbbd3
CY
2353 * advice.texi (Computed Advice): Explain what DEFINITION is.
2354
f0143c43
CY
2355 * nonascii.texi (Character Codes): Remove obsolete function
2356 char-valid-p, and document characterp instead.
2357
52a94b85
MR
23582008-10-22 Martin Rudalics <rudalics@gmx.at>
2359
2360 * windows.texi (Displaying Buffers): Reword documentation of
2361 pop-to-buffer.
2362 (Choosing Window): Rewrite documentation of display-buffer and
2363 its options.
2364
f76f8246
MR
2365 * buffers.texi (Killing Buffers): Update documentation of
2366 kill-buffer.
2367
acc8b598
EZ
23682008-10-21 Eli Zaretskii <eliz@gnu.org>
2369
80e6b6df
EZ
2370 * processes.texi (Serial Ports): Fix wording and improve markup.
2371
3645358a
EZ
2372 * searching.texi (Regexp Search): Document `string-match-p' and
2373 `looking-at-p'.
2374 (POSIX Regexps): Add an xref for "non-greedy".
2375 (Regexp Special): Add @cindex entry for "non-greedy".
2376
b3d50cff 2377 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2378 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2379
73b7530a
EZ
2380 * frames.texi (Color Names): Add an xref to `read-color'.
2381
2382 * minibuf.texi (High-Level Completion): Document `read-color'.
2383
acc8b598
EZ
2384 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2385
2386 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2387
2388 * buffers.texi (Swapping Text): New section, documents
2389 `buffer-swap-text'.
2390
10e187e8
MR
23912008-10-21 Martin Rudalics <rudalics@gmx.at>
2392
2393 * windows.texi (Resizing Windows): Minor wording fix.
2394
fd6f900c
EZ
23952008-10-20 Eli Zaretskii <eliz@gnu.org>
2396
2397 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2398 and `combine-and-quote-strings'.
2399
2400 * strings.texi (Creating Strings): Add xrefs for them.
2401
e4372165
EZ
24022008-10-19 Eli Zaretskii <eliz@gnu.org>
2403
d6328fba
EZ
2404 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2405 match the corresponding menu in minibuf.texi.
2406
e4372165
EZ
2407 * minibuf.texi (Reading File Names): Document `read-shell-command'
2408 and `minibuffer-local-shell-command-map'.
2409
5d8dda33
MR
24102008-10-19 Martin Rudalics <rudalics@gmx.at>
2411
2412 * windows.texi (Resizing Windows): Remove var{} around "window" in
2413 documentation of enlarge-window.
2414 Rewrite documentation of window-min-height and window-min-width.
2415
437706cd
EZ
24162008-10-19 Eli Zaretskii <eliz@gnu.org>
2417
80f85d7c
EZ
2418 * functions.texi (Calling Functions): Document `apply-partially'.
2419
291703b5
EZ
2420 * hooks.texi (Standard Hooks): Mention
2421 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2422
2423 * variables.texi (File Local Variables): Document
2424 `file-local-variables-alist', `before-hack-local-variables-hook'
2425 and `hack-local-variables-hook'.
2426
583d8b3c
EZ
2427 * processes.texi (Synchronous Processes): Document `process-lines'.
2428
5dcb4c4e
SM
2429 * customize.texi (Variable Definitions):
2430 Document `custom-reevaluate-setting'.
437706cd 2431
7e51d89b
MR
24322008-10-18 Martin Rudalics <rudalics@gmx.at>
2433
2434 * windows.texi (Choosing Window, Deleting Windows)
2435 (Displaying Buffers): Expand documentation of dedicated windows.
2436
43c59a3d
EZ
24372008-10-18 Eli Zaretskii <eliz@gnu.org>
2438
018a960d
EZ
2439 * files.texi (Changing Files): Document symbolic input of file
2440 modes to `set-file-modes'. Document `read-file-modes' and
2441 `file-modes-symbolic-to-number'.
2442
2c0b8144
EZ
2443 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2444 and `search-map'.
2445
5dcb4c4e
SM
2446 * searching.texi (Search and Replace):
2447 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2448 Document `multi-query-replace-map'.
80120f13 2449
6d4913f0 2450 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2451 (Completion Commands, Reading File Names):
2452 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2453 `minibuffer-local-filename-must-match-map'.
2454 (Minibuffer Completion): The `require-match' argument to
2455 `completing-read' can now have the value `confirm-only'.
2456
43c59a3d
EZ
2457 * windows.texi (Displaying Buffers): Minor wording fix.
2458 (Choosing Window): `split-height-threshold' can now be nil.
2459 Document `split-width-threshold'. `pop-up-frames' can have the
2460 value `graphic-only'.
2461
f36acfd9
EZ
24622008-10-17 Eli Zaretskii <eliz@gnu.org>
2463
2464 * os.texi (Startup Summary): Document `before-init-time' and
2465 `after-init-time'. Document `initial-window-system' and
2466 `window-system-initialization-alist'. Document reading the
2467 abbrevs file. Document the call to `server-start' under --daemon.
2468 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2469 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2470 (Time Parsing): Document `format-seconds'.
f36acfd9 2471
96995b89
MR
24722008-10-17 Martin Rudalics <rudalics@gmx.at>
2473
2474 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2475 and reword.
2476
2de17c73
EZ
24772008-10-16 Eli Zaretskii <eliz@gnu.org>
2478
2479 * markers.texi (The Mark): Document use-region-p.
2480
9cf52b11
EZ
24812008-10-15 Eli Zaretskii <eliz@gnu.org>
2482
c3aaf1d7
EZ
2483 * internals.texi (Writing Emacs Primitives): The interactive spec
2484 of a primitive can be a Lisp form.
2485
841a1743
EZ
2486 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2487 values of transient-mark-mode. Document handle-shift-selection.
2488
2489 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2490 (Interactive Examples): Show an example of `^'.
2491 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2492 (Defining Commands, Using Interactive): The interactive-form of a
2493 function can be added via its symbol's property.
841a1743 2494
52441368
EZ
2495 * positions.texi (List Motion): beginning-of-defun-function can
2496 now accept an argument.
2497
8e8c1a72
EZ
2498 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2499 now return a list of strings.
2500
a33a1f2a
EZ
2501 * control.texi (Handling Errors): Document ignore-errors.
2502
4fb04348
EZ
2503 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2504 (Parameter Access): Document set-frame-parameter.
2505
ee666f84
EZ
2506 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2507 Hooks" for the effect of kill-all-local-variables on local hook
2508 functions.
2509
9cf52b11
EZ
2510 * modes.texi (Major Mode Conventions, Mode Line Variables):
2511 `mode-name' need not be a string. xref to "Mode Line Data" for
2512 details, and to "Emulating Mode Line" for computing a string
2513 value.
2514
22526bc4
EZ
25152008-10-14 Eli Zaretskii <eliz@gnu.org>
2516
a65f6a85
EZ
2517 * processes.texi (System Processes): New section.
2518 (Processes, Signals to Processes): Add xrefs to it.
2519
2520 * objects.texi (Editing Types): A `process' is a subprocess of
2521 Emacs, not just any process running on the OS.
2522
2523 * elisp.texi (Top): Adjust the @detailmenu for the above two
2524 changes.
2525
2724b26a
EZ
2526 * sequences.texi (Char-Tables): Remove documentation of
2527 set-char-table-default, which has no effect since Emacs 23.
2528 <char-table-range, set-char-table-range>: Don't mention generic
2529 characters and charsets. Add a cons cell as a possible argument.
2530
2531 * nonascii.texi (Splitting Characters)
2532 (Translation of Characters): Don't mention generic characters.
2533
2534 * display.texi (Fontsets): Don't mention generic characters.
2535
22526bc4 2536 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2537 argument FUNCTION with a cons cell as KEY.
22526bc4 2538
eaf4b689
EZ
25392008-10-13 Eli Zaretskii <eliz@gnu.org>
2540
45e46036
EZ
2541 * objects.texi (Primitive Function Type): Move "@cindex special
2542 forms" from here...
2543
2544 * eval.texi (Special Forms): ...to here.
2545
2546 * functions.texi (What Is a Function): `functionp' returns nil for
2547 special forms. Add an xref.
2548
eaf4b689
EZ
2549 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2550 Variables".
2551
2552 * variables.texi (Frame-Local Variables): New section.
2553 (Buffer-Local Variables): Add an xref to it.
2554 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2555 have both frame-local and buffer-local binding.
2556
2557 * frames.texi (Frames): Mention multiple tty frames.
2558 (Frame Parameters, Parameter Access): Mention frame-local variable
2559 bindings.
2560
15688fce
GM
25612008-09-20 Glenn Morris <rgm@gnu.org>
2562
2563 * display.texi (Defining Faces): Recommend against face variables.
2564
35539065
JB
25652008-09-16 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * display.texi (Echo Area Customization): Fix typo.
2568
6a57054b
JB
25692008-09-09 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * loading.texi (Where Defined): Add `defface' item.
2572
d632fb82
MR
25732008-09-06 Martin Rudalics <rudalics@gmx.at>
2574
2575 * loading.texi (Where Defined): Fix description of symbol-file.
2576
905a9adb
JR
25772008-08-26 Jason Rumney <jasonr@gnu.org>
2578
2579 * display.texi (TIFF Images): New section describing :index property.
2580
852e91b7
CY
25812008-08-23 Chong Yidong <cyd@stupidchicken.com>
2582
2583 * display.texi (Temporary Displays): Remove unnecessary comment
2584 about usage of temp-buffer-show-hook.
2585
6be001ee
CY
25862008-08-05 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * symbols.texi (Other Plists): Fix incorrect example.
2589 Suggested by Florian Beck.
2590
58e3d8e8
JB
25912008-07-31 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * os.texi: Fix previous change.
2594
7c2fb837
DN
25952008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 * os.texi:
2598 * intro.texi:
2599 * files.texi: Remove VMS support.
2600
9e2a2647
DN
26012008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2602
2603 * os.texi:
2604 * frames.texi:
2605 * display.texi: Remove mentions of Mac Carbon.
2606
c4f4682b
MB
26072008-07-01 Miles Bader <miles@gnu.org>
2608
2609 * text.texi (Special Properties):
2610 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2611
3696411e
JB
26122008-06-28 Johan Bockgård <bojohan@gnu.org>
2613
2614 * display.texi (Other Image Types): Fix copy/paste error; say
2615 "PBM", not "XBM".
2616
f2a77c3a
DN
26172008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * os.texi: Remove references to obsolete systems.
2620
6d52677d
EZ
26212008-06-20 Eli Zaretskii <eliz@gnu.org>
2622
2623 * makefile.w32-in (distclean): Remove makefile.
2624
1a87da4c
GM
26252008-06-17 Glenn Morris <rgm@gnu.org>
2626
2627 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2628 (elisp, dist): Remove rules and variables that are obsolete now
2629 the lisp manual is no longer distributed separately.
2630
fdda1c5d
GM
26312008-06-16 Glenn Morris <rgm@gnu.org>
2632
646692e9
GM
2633 * configure, configure.in, mkinstalldirs: Remove unused files.
2634
2635 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2636 * vol1.texi (EMACSVER):
6a57054b 2637 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2638
2639 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2640 as per maintain.info.
2641
611bee81
GM
26422008-06-15 Glenn Morris <rgm@gnu.org>
2643
a7bed3a0
GM
2644 * makefile.w32-in (manual): Use "23" rather than "21".
2645
2646 * Makefile.in (emacsver): New, set by configure.
2647 (manual): Use emacsver.
2648
d794edf2
GM
2649 * intro.texi: Report bugs using M-x report-emacs-bug.
2650
611bee81
GM
2651 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2652
c73e02fa
GM
26532008-06-13 Daniel Engeler <engeler@gmail.com>
2654
2655 * elisp.texi, internals.texi, processes.texi: Add documentation
2656 about serial port access.
2657
e40a85cd
MB
26582008-06-05 Miles Bader <miles@gnu.org>
2659
2660 * display.texi (Displaying Faces): Update to reflect function
2661 renamings in face-remap.el.
2662
7b753744
JB
26632008-06-05 Juanma Barranquero <lekktu@gmail.com>
2664
2665 * display.texi (Fontsets): Fix typos.
2666
9d3d42fb
MB
26672008-06-03 Miles Bader <miles@gnu.org>
2668
7b753744
JB
2669 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2670 remove-relative-face-remapping, set-base-face-remapping,
2671 and set-default-base-face-remapping.
9d3d42fb 2672
f2cec7a9
MB
26732008-06-01 Miles Bader <miles@gnu.org>
2674
2675 * display.texi (Displaying Faces): Add face-remapping-alist.
2676
8f39c96d
SM
26772008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2680 variable names.
2681
1ef5eecc
ER
26822008-05-03 Eric S. Raymond <esr@golux>
2683
352c8b4a 2684 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2685 (current-global-map) return references, not copies.
2686
63b4387f
JL
26872008-05-02 Juri Linkov <juri@jurta.org>
2688
2689 * minibuf.texi (Text from Minibuffer): Document a list of
2690 default values for `read-from-minibuffer'.
2691
38a8b703
JB
26922008-04-24 Juanma Barranquero <lekktu@gmail.com>
2693
2694 * nonascii.texi (Translation of Characters): Fix previous change.
2695
7c42e639
CY
26962008-04-20 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * display.texi (Overlay Properties): Clarify role of underlying
2699 textprop and overlay keymaps for display strings.
2700
2701 * keymaps.texi (Active Keymaps): Ditto.
2702
25c0d999
SM
27032008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * minibuf.texi (Programmed Completion):
2706 Replace dynamic-completion-table with the new completion-table-dynamic.
2707
e3af5968
CY
27082008-04-07 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * intro.texi (Some Terms): Change "fonts in this manual" index
2711 entry to "typographic conventions".
2712
6bfc8698
EZ
27132008-04-05 Eli Zaretskii <eliz@gnu.org>
2714
2715 * objects.texi (Text Props and Strings): Add indexing for read
2716 syntax of text properties.
2717
4972c361
SM
27182008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * processes.texi (Decoding Output): Remove process-filter-multibyte
2721 functions.
2722
c70a68db
MR
27232008-03-15 Martin Rudalics <rudalics@gmx.at>
2724
2725 * display.texi (Finding Overlays): Say that empty overlays at
2726 the end of the buffer are reported too.
2727
1291fd36
GM
27282008-03-13 Glenn Morris <rgm@gnu.org>
2729
2730 * elisp.texi (EMACSVER): Set to 23.0.60.
2731
c6b0dfd5
CY
27322008-02-26 Chong Yidong <cyd@stupidchicken.com>
2733
38a8b703 2734 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2735
875fc30c
GM
27362008-02-22 Glenn Morris <rgm@gnu.org>
2737
2738 * frames.texi (Position Parameters): Clarify the description of
2739 `left' and `top', using information from "Geometry".
2740 (Geometry): Give a pointer to "Position Parameters", rather than
2741 repeating information.
2742
d8c8e45a
GM
27432008-02-11 Glenn Morris <rgm@gnu.org>
2744
2745 * objects.texi (Equality Predicates): No longer talk about "two"
2746 functions.
2747
38a8b703 27482008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2749
2750 * objects.texi (Equality Predicates): Add defun for
2751 equal-including-properties.
2752
bfffe0b1
GM
27532008-02-10 Glenn Morris <rgm@gnu.org>
2754
2755 * objects.texi (Equality Predicates):
2756 Mention equal-including-properties.
2757
431b78c9
RS
27582008-02-07 Richard Stallman <rms@gnu.org>
2759
2760 * windows.texi (Window Start): Mention the feature of moving
2761 window-start to start of line.
2762
c8763fb6 27632008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2764
2765 * keymaps.texi (Tool Bar): Document rtl property.
2766
1a256502
TTN
27672008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2768
2769 * display.texi (Button Types):
2770 For define-button-type, clarify type of NAME.
2771
569382c2
MR
27722008-01-19 Martin Rudalics <rudalics@gmx.at>
2773
2774 * buffers.texi (Buffer Modification): Fix typo.
2775
f3041af1
DN
27762008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2777
2778 * os.texi (System Environment): Remove references to OSes that are
2779 not supported anymore.
2780
d35e1cd7
DN
27812008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2782
2783 * os.texi (System Environment): Remove mention for Masscomp.
2784
23af7580
RS
27852008-01-04 Richard Stallman <rms@gnu.org>
2786
2787 * display.texi (Faces): Don't talk about internal face vector as arg
2788 to facep.
2789
2790 * customize.texi (Type Keywords): Fix previous change.
2791
2792 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2793 * elisp.texi (Top): Fix menu for commands.texi change.
2794
ec7d5b1e
RS
27952007-12-30 Richard Stallman <rms@gnu.org>
2796
5dcb4c4e 2797 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2798 (Accessing Scroll): New node broken out of Accessing Mouse.
2799
101a6cea
RS
28002007-12-28 Richard Stallman <rms@gnu.org>
2801
2802 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2803 (Basic Parameters): For `title', refer to title bar.
041817a4 2804 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2805
72b7e664
RS
28062007-12-23 Richard Stallman <rms@gnu.org>
2807
2808 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2809 Improve some of the commented-out keywords' text too.
2810
27a4f445
MR
28112007-12-14 Martin Rudalics <rudalics@gmx.at>
2812
e2e3f1d7
MR
2813 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2814 "visit the current buffer".
2815
27a4f445
MR
2816 * os.texi (System Interface): Fix typo.
2817
a2afc99d
RS
28182007-12-04 Richard Stallman <rms@gnu.org>
2819
2820 * objects.texi (Symbol Type): Fix typo.
2821
b694135c
RS
28222007-12-03 Richard Stallman <rms@gnu.org>
2823
2824 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2825
f99a19da
GM
28262007-12-01 Glenn Morris <rgm@gnu.org>
2827
2828 * functions.texi (Declaring Functions): Improve previous change.
2829
8f4b37d8
GM
28302007-11-30 Glenn Morris <rgm@gnu.org>
2831
2832 * functions.texi (Declaring Functions): Add optional fourth
2833 argument of declare-function, and setting third argument to `t'.
2834
61a2fe01
RS
28352007-11-29 Richard Stallman <rms@gnu.org>
2836
2837 * customize.texi (Composite Types): Document `group' type.
2838
cbfc5193
GM
28392007-11-29 Glenn Morris <rgm@gnu.org>
2840
5dcb4c4e
SM
2841 * functions.texi (Declaring Functions): Add findex.
2842 Mention `external' files.
cbfc5193 2843
8386283a
JB
28442007-11-26 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * functions.texi (Declaring Functions): Fix directive.
2847
a07c9a8b
RS
28482007-11-25 Richard Stallman <rms@gnu.org>
2849
2850 * help.texi (Help Functions): Clean up last change.
2851
2852 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2853
2854 * loading.texi (Named Features): Minor cleanup.
2855
2856 * macros.texi (Eval During Expansion): Minor cleanup.
2857
2858 * variables.texi (Variable Aliases): Minor cleanup.
2859
a0925923
RS
28602007-11-24 Richard Stallman <rms@gnu.org>
2861
2862 * functions.texi (Declaring Functions): Clarify previous change.
2863
2864 * compile.texi (Compiler Errors): Clarify previous change.
2865
20c63e44
RS
28662007-11-24 Richard Stallman <rms@gnu.org>
2867
e5e76c04 2868 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2869 Clarify the text and move items around.
2870
5bb0cda3
GM
28712007-11-24 Glenn Morris <rgm@gnu.org>
2872
2873 * functions.texi (Declaring Functions): New section.
2874 * compile.texi (Compiler Errors): Mention declaring functions,
2875 defvar with no initvalue, and byte-compile-warnings.
2876
af13c86a
MR
28772007-11-15 Martin Rudalics <rudalics@gmx.at>
2878
2879 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2880 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2881
a5373305
MR
28822007-11-13 Martin Rudalics <rudalics@gmx.at>
2883
2884 * help.texi (Help Functions): Document new macro `with-help-window'.
2885
fe284805
JL
28862007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2887
2888 * searching.texi (Replacing Match): Describe new
2889 `match-substitute-replacement'.
2890
2c3a09b1
RS
28912007-10-31 Richard Stallman <rms@gnu.org>
2892
2893 * strings.texi (Creating Strings): Null strings from concat not unique.
2894
f2b480f4
RS
28952007-10-26 Richard Stallman <rms@gnu.org>
2896
2897 * objects.texi (Equality Predicates): Null strings are uniquified.
2898
2899 * minibuf.texi: Minor clarifications in previous change.
2900
db21122c
GM
29012007-10-25 Glenn Morris <rgm@gnu.org>
2902
2903 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2904
2328cbb3
RS
29052007-10-24 Richard Stallman <rms@gnu.org>
2906
2907 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2908
2909 * variables.texi (Frame-Local Variables): Node deleted.
2910 (Variables): Delete Frame-Local Variables from menu.
2911 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2912 (Default Value): Don't mention frame-local vars.
2913
2914 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2915
2916 * loading.texi (Unloading): Document FEATURE-unload-function
2917 instead of FEATURE-unload-hook.
2918
2328cbb3
RS
2919 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2920
c066bafa
JL
29212007-10-22 Juri Linkov <juri@jurta.org>
2922
2923 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2924 (High-Level Completion): Document a list of default value strings
2925 in the DEFAULT argument, for which minibuffer functions return the
2926 first element.
2927
65ced25f
JL
29282007-10-17 Juri Linkov <juri@jurta.org>
2929
2930 * text.texi (Filling): Update arguments of fill-paragraph.
2931 fill-paragraph operates on the active region in Transient Mark mode.
2932 Remove fill-paragraph-or-region.
2933
ee46ec8e
KB
29342007-10-13 Karl Berry <karl@gnu.org>
2935
2936 * elisp.texi (@dircategory): Move to after @copying,
2937 since we want @copying as close as possible to the beginning of
2938 the output.
2939
61bbdbc6
RS
29402007-10-12 Richard Stallman <rms@gnu.org>
2941
2942 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2943
2944 * commands.texi (Distinguish Interactive): New node,
2945 broken out from Interactive Call and rewritten.
2946 (Command Loop): Put Distinguish Interactive in menu.
2947
af23e1e8
RS
29482007-10-09 Richard Stallman <rms@gnu.org>
2949
2950 * text.texi (Examining Properties): Mention overlay priority.
2951
2952 * display.texi (Display Margins): Correct the description
2953 of margin display specifications.
2954 (Replacing Specs): New subnode broken out of Display Property.
2955
e1965a69
JL
29562007-10-06 Juri Linkov <juri@jurta.org>
2957
2958 * text.texi (Filling): Document fill-paragraph-or-region.
2959
4638454b
JB
29602007-10-05 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * display.texi (Auto Faces): Fix typo.
2963
7ed54cc5
RS
29642007-10-02 Richard Stallman <rms@gnu.org>
2965
2966 * display.texi (Display Property): Explain some display specs
2967 don't let you move point in.
2968
5dcb4c4e
SM
2969 * frames.texi (Cursor Parameters):
2970 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2971
2972 * windows.texi (Basic Windows): Don't describe
2973 cursor-in-non-selected-windows here.
2974
305a7ef2
EZ
29752007-10-01 Eli Zaretskii <eliz@gnu.org>
2976
2977 * processes.texi (Misc Network): Note that these functions are
2978 supported only on some systems.
2979
f7a7f4eb
RS
29802007-10-01 Richard Stallman <rms@gnu.org>
2981
2982 * display.texi (Overlay Properties): Explain nil as priority.
2983 Explain that conflicts are unpredictable if not resolved by
2984 priorities.
2985
780d7bb9
RS
29862007-09-23 Richard Stallman <rms@gnu.org>
2987
2988 * macros.texi (Backquote): Minor clarification.
2989
14b4fdfb
RS
29902007-09-19 Richard Stallman <rms@gnu.org>
2991
2992 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2993 Clarify when they work in parallel and when one overrides.
2994 Fix error in example.
14b4fdfb 2995
b8d4c8d0
GM
29962007-09-06 Glenn Morris <rgm@gnu.org>
2997
b3e755a9 2998 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2999 commands to use ../../info.
3000 * Makefile.in (infodir): Go up one more level.
4638454b 3001 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3002 (miscmanualdir): New.
3003 (dist): Use new variable miscmanualdir.
3004 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3005 (usermanualdir): Change from ../man to ../emacs.
3006
1bb1f7d3
MR
30072007-08-30 Martin Rudalics <rudalics@gmx.at>
3008
3009 * commands.texi (Command Loop Info): Advise against changing
3010 most variables described here. Explain new variable
3011 last-repeatable-command.
3012
b8d4c8d0
GM
30132007-08-29 Glenn Morris <rgm@gnu.org>
3014
3015 * elisp.texi (EMACSVER): Increase to 23.0.50.
3016
30172007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3018
3019 * frames.texi (Basic Parameters): Add display-environment-variable
3020 and term-environment-variable.
3021
30222007-08-28 Juri Linkov <juri@jurta.org>
3023
3024 * display.texi (Image Formats, Other Image Types): Add SVG.
3025
30262007-08-28 Juri Linkov <juri@jurta.org>
3027
3028 * display.texi (Images): Move formats-related text to new node
3029 "Image Formats".
3030 (Image Formats): New node.
3031
619fb9ee
RS
30322007-08-27 Richard Stallman <rms@gnu.org>
3033
3034 * windows.texi (Window Configurations): Clarify what
3035 a window configuration saves.
3036
b8d4c8d0
GM
30372007-08-25 Richard Stallman <rms@gnu.org>
3038
3039 * display.texi (Images): Delete redundant @findex.
3040
39f9da30
GM
30412007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * text.texi (Change Hooks): (after|before)-change-functions are no
3044 longer bound to nil while running; rather inhibit-modification-hooks
3045 is t.
3046
b8d4c8d0
GM
30472007-08-16 Richard Stallman <rms@gnu.org>
3048
5dcb4c4e
SM
3049 * processes.texi (Asynchronous Processes):
3050 Clarify doc of start-file-process.
b8d4c8d0
GM
3051
30522007-08-08 Martin Rudalics <rudalics@gmx.at>
3053
3054 * modes.texi (Example Major Modes): Fix typo.
3055
30562007-08-08 Glenn Morris <rgm@gnu.org>
3057
3058 * intro.texi (nil and t): Do not use `iff' in documentation.
3059
3060 * tips.texi (Documentation Tips): Recommend against `iff'.
3061
30622007-08-07 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * display.texi (Image Cache): Document image-refresh.
3065
30662007-08-06 Martin Rudalics <rudalics@gmx.at>
3067
3068 * windows.texi (Size of Window): Document window-full-width-p.
3069
30702007-07-25 Glenn Morris <rgm@gnu.org>
3071
3072 * gpl.texi (GPL): Replace license with GPLv3.
3073
3074 * Relicense all FSF files to GPLv3 or later.
3075
30762007-07-24 Michael Albinus <michael.albinus@gmx.de>
3077
4638454b
JB
3078 * processes.texi (Synchronous Processes):
3079 Add `process-file-shell-command'.
b8d4c8d0
GM
3080 (Asynchronous Processes): Mention restricted use of
3081 `process-filter' and `process-sentinel' in
3082 `start-file-process'. Add `start-file-process-shell-command'.
3083
30842007-07-17 Michael Albinus <michael.albinus@gmx.de>
3085
3086 * files.texi (Magic File Names): Introduce optional parameter
3087 IDENTIFICATION for `file-remote-p'.
3088
30892007-07-16 Richard Stallman <rms@gnu.org>
3090
3091 * display.texi (Defining Faces): Fix previous change.
3092
30932007-07-14 Richard Stallman <rms@gnu.org>
3094
3095 * control.texi (Handling Errors): Document `debug' in handler list.
3096
30972007-07-10 Richard Stallman <rms@gnu.org>
3098
3099 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3100
31012007-07-09 Richard Stallman <rms@gnu.org>
3102
3103 * files.texi (Magic File Names): Rewrite previous change.
3104
31052007-07-08 Michael Albinus <michael.albinus@gmx.de>
3106
3107 * files.texi (Magic File Names): Introduce optional parameter
3108 CONNECTED for `file-remote-p'.
3109
31102007-07-07 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * processes.texi (Asynchronous Processes):
3113 * files.texi (Magic File Names): Add `start-file-process'.
3114
31152007-06-27 Richard Stallman <rms@gnu.org>
3116
5dcb4c4e
SM
3117 * files.texi (Format Conversion Piecemeal):
3118 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3119
31202007-06-27 Michael Albinus <michael.albinus@gmx.de>
3121
4638454b
JB
3122 * files.texi (Magic File Names): Remove `dired-call-process'.
3123 Add `process-file'.
b8d4c8d0
GM
3124
31252007-06-27 Kenichi Handa <handa@m17n.org>
3126
3127 * text.texi (Special Properties): Fix description about
4638454b 3128 `composition' property.
b8d4c8d0
GM
3129
31302007-06-26 Kenichi Handa <handa@m17n.org>
3131
3132 * nonascii.texi (Default Coding Systems): Document about the
3133 return value `undecided'.
3134
31352007-06-25 David Kastrup <dak@gnu.org>
3136
3137 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3138 `current-active-maps'.
3139
31402007-06-24 Karl Berry <karl@gnu.org>
3141
4638454b 3142 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3143
31442007-06-15 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * display.texi (Overlay Arrow): Doc fix.
3147
31482007-06-14 Karl Berry <karl@tug.org>
3149
3150 * anti.texi (Antinews): Typo.
3151
31522007-06-14 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * display.texi (Image Cache): Document image-refresh.
3155
31562007-06-12 Karl Berry <karl@gnu.org>
3157
3158 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3159 * two-volume.make: New file.
3160 * .cvsignore: Ignore two-volume files.
3161
31622007-06-12 Tom Tromey <tromey@redhat.com>
3163
3164 * os.texi (Init File): Document user-emacs-directory.
3165
31662007-06-03 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * commands.texi (Click Events): Describe width and height when
3169 object is nil.
3170
31712007-05-30 Nick Roberts <nickrob@snap.net.nz>
3172
5dcb4c4e
SM
3173 * commands.texi (Click Events): Layout more logically.
3174 Describe width and height.
b8d4c8d0
GM
3175 (Drag Events, Motion Events): Update to new format for position.
3176
31772007-06-02 Richard Stallman <rms@gnu.org>
3178
3179 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3180
31812007-06-02 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * Version 22.1 released.
3184
31852007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * text.texi (Special Properties): Correct meaning of fontified face.
3188
31892007-05-30 Richard Stallman <rms@gnu.org>
3190
3191 * text.texi (Special Properties): Add link to Adjusting Point.
3192
31932007-05-12 Richard Stallman <rms@gnu.org>
3194
3195 * text.texi (Margins): indent-to-left-margin is not the default.
3196 (Mode-Specific Indent): For indent-line-function, the default
3197 is indent-relative.
3198
3199 * modes.texi (Example Major Modes): Explain last line of text-mode
3200 is redundant.
3201
32022007-05-10 Richard Stallman <rms@gnu.org>
3203
3204 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3205
3206 * help.texi (Keys in Documentation): Add reference to
3207 Documentation Tips.
3208
3209 * files.texi (Format Conversion): TO-FN gets three arguments.
3210
3211 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3212
32132007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3214
3215 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3216 * files.texi (Format Conversion): Expand intro; add menu.
3217 (Format Conversion Overview, Format Conversion Round-Trip)
3218 (Format Conversion Piecemeal): New nodes/subsections.
3219 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3220 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3221 (Saving Properties): Delete node/subsection.
3222
32232007-05-07 Karl Berry <karl@gnu.org>
3224
3225 * elisp.texi (EMACSVER): Back to 22.
3226
32272007-05-06 Richard Stallman <rms@gnu.org>
3228
3229 * processes.texi (Accepting Output): Revert most of previous change.
3230
32312007-05-05 Richard Stallman <rms@gnu.org>
3232
3233 * processes.texi (Accepting Output): accept-process-output
3234 uses microseconds, not milliseconds. But that arg is obsolete.
3235
32362007-05-04 Karl Berry <karl@tug.org>
3237
3238 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3239
32402007-05-04 Eli Zaretskii <eliz@gnu.org>
3241
3242 * tips.texi (Documentation Tips): Rearrange items to place the
3243 more important ones first. Add an index entry for hyperlinks.
3244
32452007-05-03 Karl Berry <karl@gnu.org>
3246
3247 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3248 (EMACSVER) [smallbook]: 22 for printed version.
3249
3250 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3251 so restore anchor to normal position after defun. Found by Kevin Ryde.
3252
32532007-04-26 Glenn Morris <rgm@gnu.org>
3254
3255 * elisp.texi (EMACSVER): Increase to 22.1.50.
3256
32572007-04-28 Karl Berry <karl@gnu.org>
3258
3259 * elisp.texi: Improve line breaks on copyright page,
3260 similar layout to emacs manual, 8.5x11 by default.
3261
32622007-04-24 Richard Stallman <rms@gnu.org>
3263
3264 * text.texi (Special Properties): Add xref to Overlay Properties.
3265
3266 * display.texi (Overlay Properties): Add xref to Special Properties.
3267
32682007-04-22 Richard Stallman <rms@gnu.org>
3269
3270 * keymaps.texi (Extended Menu Items): Move the info about
3271 format with cached keyboard binding.
3272
32732007-04-21 Richard Stallman <rms@gnu.org>
3274
3275 * text.texi (Special Properties): Clarify previous change.
3276
3277 * files.texi (File Name Expansion): Clarify previous change.
3278
3279 * display.texi (Attribute Functions): Fix example for
3280 face-attribute-relative-p.
3281
32822007-04-19 Kenichi Handa <handa@m17n.org>
3283
3284 * text.texi (Special Properties): Document composition property.
3285
32862007-04-19 Glenn Morris <rgm@gnu.org>
3287
3288 * files.texi (File Name Expansion): Mention "superroot".
3289
32902007-04-15 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3293 setups.
3294 (Display Feature Testing): Note that display refers to all
3295 physical monitors for multi-monitor setups.
3296
32972007-04-14 Richard Stallman <rms@gnu.org>
3298
3299 * lists.texi (Sets And Lists): Clarify `delete' examples.
3300 Remove spurious xref to same node.
3301 Clarify xref for add-to-list.
3302
33032007-04-12 Nick Roberts <nickrob@snap.net.nz>
3304
3305 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3306 value of lisp-mode-map.
3307
33082007-04-11 Karl Berry <karl@gnu.org>
3309
3310 * anti.texi (Antinews):
3311 * display.texi (Overlay Properties, Defining Images):
3312 * processes.texi (Synchronous Processes, Sentinels):
3313 * syntax.texi (Syntax Table Internals):
3314 * searching.texi (Regexp Special):
3315 * nonascii.texi (Default Coding Systems):
3316 * text.texi (Special Properties):
3317 * minibuf.texi (Basic Completion): Wording to improve breaks in
3318 8.5x11 format.
3319 * elisp.texi (smallbook): New @set to more easily switch between
3320 smallbook and 8.5x11.
3321
33222007-04-11 Richard Stallman <rms@gnu.org>
3323
3324 * text.texi (Lazy Properties): Minor fix.
3325
33262007-04-08 Karl Berry <karl@gnu.org>
3327
3328 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3329 * macros.texi (Backquote): Downcase Backquote in index entries for
3330 consistency.
3331
33322007-04-08 Richard Stallman <rms@gnu.org>
3333
3334 * text.texi (Adaptive Fill): Just describe default,
3335 don't show it (since it contains non-ASCII chars).
3336
33372007-04-07 Karl Berry <karl@gnu.org>
3338
3339 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3340 adaptive-fill-regexp's value, since they are not in the standard
3341 TeX fonts.
3342
33432007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3344
3345 * display.texi (Defining Faces): Fix example.
3346
33472007-04-07 Karl Berry <karl@gnu.org>
3348
3349 * display.texi (Button Buffer Commands): Improve page break.
3350
33512007-04-07 Richard Stallman <rms@gnu.org>
3352
3353 * advice.texi (Activation of Advice): Remove redundant index entry.
3354
3355 * backups.texi: Improve index entries. Remove redundant ones.
3356
3357 * compile.texi (Byte Compilation): Improve index entry.
3358
3359 * hash.texi (Creating Hash): Improve index entry.
3360
3361 * symbols.texi (Definitions): Improve index entry.
3362
3363 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3364
3365 * maps.texi (Standard Keymaps): Remove useless index entry.
3366
3367 * help.texi (Documentation Basics): Remove redundant index entries.
3368
3369 * customize.texi: Improve index entries.
3370 Remove redundant/useless ones.
3371
3372 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3373
3374 * streams.texi (Output Variables): Improve index entry.
3375
3376 * abbrevs.texi (Abbrevs): Remove useless index entry.
3377
3378 * macros.texi (Expansion): Remove useless index entry.
3379
3380 * text.texi: Improve index entries. Remove redundant/useless ones.
3381 (Text Properties, Examining Properties)
3382 (Special Properties): Use "property category" instead of "category"
3383 to refer to the `category' property.
3384
3385 * positions.texi: Improve index entries. Remove useless one.
3386
3387 * lists.texi: Improve index entries. Remove redundant/useless ones.
3388
3389 * os.texi: Improve index entries.
3390 (Timers): Fix previous change.
3391
3392 * buffers.texi: Improve index entries.
3393 (Modification Time): Get rid of term "obsolete buffer".
3394
3395 * debugging.texi: Improve index entries.
3396 (Test Coverage): Add xref to other test coverage ftr.
3397
3398 * eval.texi: Improve index entry. Remove redundant ones.
3399
3400 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3401
3402 * files.texi: Improve index entries. Remove redundant/useless ones.
3403
3404 * objects.texi: Improve index entries.
3405
3406 * processes.texi: Improve index entries.
3407
3408 * modes.texi: Improve index entry. Remove redundant one.
3409
3410 * nonascii.texi: Improve index entries.
3411
3412 * internals.texi: Improve index entries.
3413
3414 * syntax.texi: Improve index entries.
3415
3416 * keymaps.texi (Active Keymaps): Improve index entries.
3417
3418 * commands.texi: Improve index entries. Remove redundant/useless ones.
3419
3420 * frames.texi: Improve index entries. Remove redundant/useless ones.
3421
3422 * markers.texi: Improve index entries. Remove redundant ones.
3423
3424 * tips.texi: Improve index entries.
3425
3426 * loading.texi (Unloading): Improve index entry.
3427
3428 * variables.texi: Improve index entries. Remove redundant one.
3429
3430 * sequences.texi: Improve index entry.
3431
3432 * display.texi: Improve index entries. Remove redundant ones.
3433
3434 * windows.texi: Improve index entries.
3435
3436 * searching.texi: Improve index entries. Remove redundant one.
3437
3438 * strings.texi (Case Tables): Improve last change.
3439
34402007-04-04 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * strings.texi (Case Tables): Document with-case-table and
3443 ascii-case-table.
3444
34452007-04-03 Karl Berry <karl@gnu.org>
3446
3447 * processes.texi (Network): Reword to improve page break.
3448
34492007-04-03 Eli Zaretskii <eliz@gnu.org>
3450
3451 * functions.texi (Inline Functions): Describe more disadvantages
3452 of defsubst, and make advice against it stronger.
3453
34542007-04-02 Karl Berry <karl@gnu.org>
3455
3456 * backups.texi (Backup Names): Avoid widow words.
3457 * modes.texi (Example Major Modes): Align last comment.
3458
34592007-04-01 Chong Yidong <cyd@stupidchicken.com>
3460
3461 * keymaps.texi (Remapping Commands): Document new arg to
3462 command-remapping.
3463
34642007-04-01 Karl Berry <karl@gnu.org>
3465
3466 * processes.texi (Low-Level Network): Typo.
3467 * loading.texi (Hooks for Loading): Avoid double "the".
3468 * keymaps.texi (Key Sequences): No double "and".
3469 (Changing Key Bindings): Shorten to improve line break.
3470
34712007-03-31 Glenn Morris <rgm@gnu.org>
3472
3473 * os.texi (Timers): Fix description of run-at-time TIME formats.
3474
34752007-03-31 Richard Stallman <rms@gnu.org>
3476
3477 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3478 regarding ellipsis.
3479
34802007-03-31 Eli Zaretskii <eliz@gnu.org>
3481
3482 * intro.texi (nil and t):
3483 * symbols.texi (Plists and Alists):
3484 * variables.texi (Variable Aliases, Constant Variables):
3485 * functions.texi (Defining Functions):
3486 * advice.texi (Advising Primitives):
3487 * debugging.texi (Syntax Errors, Compilation Errors):
3488 * minibuf.texi (Minibuffer Windows):
3489 * commands.texi (Adjusting Point):
3490 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3491 (Auto Major Mode, Major Mode Conventions):
3492 * help.texi (Describing Characters):
3493 * files.texi (Create/Delete Dirs, Information about Files)
3494 (File Locks, Writing to Files, Reading from Files)
3495 (Saving Buffers):
3496 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3497 * frames.texi (Finding All Frames):
3498 * positions.texi (Buffer End, Motion):
3499 * markers.texi (The Region):
3500 * text.texi (Deletion, Near Point):
3501 * display.texi (Displaying Messages, Truncation):
3502 * os.texi (Processor Run Time):
3503 * tips.texi (Key Binding Conventions, Programming Tips)
3504 (Warning Tips, Documentation Tips, Comment Tips):
3505 * internals.texi (Memory Usage): Improve indexing.
3506
3507 * variables.texi (Frame-Local Variables):
3508 * functions.texi (Argument List):
3509 * loading.texi (Library Search):
3510 * streams.texi (Output Variables):
3511 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3512 * searching.texi (Replacing Match, Search and Replace):
3513 * processes.texi (Byte Packing, Decoding Output)
3514 (Accepting Output, Network Servers, Shell Arguments):
3515 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3516 * windows.texi (Window Point, Window Start):
3517 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3518 * commands.texi (Reading Input, Keyboard Events):
3519 * minibuf.texi (Reading File Names, Minibuffer Completion)
3520 (Recursive Mini):
3521 * positions.texi (List Motion):
3522 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3523 * numbers.texi (Arithmetic Operations, Math Functions)
3524 (Predicates on Numbers, Comparison of Numbers):
3525 (Numeric Conversions):
3526 * locals.texi (Standard Buffer-Local Variables):
3527 * maps.texi (Standard Keymaps):
3528 * os.texi (User Identification, System Environment, Recording Input)
3529 (X11 Keysyms):
3530 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3531 * backups.texi (Backups and Auto-Saving):
3532 * customize.texi (Customization, Group Definitions)
3533 (Variable Definitions):
3534 * compile.texi (Byte Compilation): Improve index entries.
3535
35362007-03-31 Karl Berry <karl@gnu.org>
3537
3538 * macros.texi (Defining Macros): Avoid widow syllable.
3539
35402007-03-31 Eli Zaretskii <eliz@gnu.org>
3541
3542 * elisp.texi (Top): Postscript -> PostScript.
3543
3544 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3545
35462007-03-31 Markus Triska <markus.triska@gmx.at>
3547
3548 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3549
35502007-03-30 Karl Berry <karl@gnu.org>
3551
3552 * lists.texi (List-related Predicates): Remove spurious @need.
3553 (Setcdr): Use @smallexample to improve page break.
3554 (Association Lists) <assoc>: Reword to improve page break.
3555
3556 * strings.texi (String Conversion): Insert blank line to improve
3557 page break.
3558
3559 * numbers.texi (Random Numbers): Use @minus{}.
3560 (Math Functions): Use @minus{}.
3561
3562 * intro.texi (Acknowledgements): Avoid line breaks before middle
3563 initials.
3564
35652007-03-24 Eli Zaretskii <eliz@gnu.org>
3566
3567 * errors.texi (Standard Errors): Add an index entry.
3568
35692007-03-19 Richard Stallman <rms@gnu.org>
3570
3571 * os.texi (Recording Input): recent-keys now gives 300 keys.
3572
35732007-03-12 Glenn Morris <rgm@gnu.org>
3574
3575 * os.texi: Replace "daylight savings" with "daylight saving"
3576 throughout.
3577
35782007-03-05 Richard Stallman <rms@gnu.org>
3579
5dcb4c4e
SM
3580 * variables.texi (File Local Variables):
3581 Update enable-local-variables values.
b8d4c8d0
GM
3582
35832007-03-04 Richard Stallman <rms@gnu.org>
3584
3585 * syntax.texi (Control Parsing): Minor clarification.
3586
3587 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3588
3589 * sequences.texi (Sequence Functions): Move string-bytes away,
3590 add xref.
3591
3592 * nonascii.texi (Text Representations): Move string-bytes here.
3593
3594 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3595
3596 * minibuf.texi (Basic Completion): Minor clarification.
3597
3598 * markers.texi (The Mark): Clarify existence vs activation of mark.
3599 Other cleanup.
3600
3601 * display.texi (Finding Overlays): Write better example.
3602
3603 * compile.texi (Eval During Compile): Clarify putting macros
3604 in eval-when-compile.
3605
c5602427 36062007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3607
3608 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3609 load-read-function definition doc.
b8d4c8d0
GM
3610
36112007-02-21 Kim F. Storm <storm@cua.dk>
3612
3613 * strings.texi (Text Comparison): Mention that assoc-string
3614 converts symbols to strings before testing.
3615
36162007-02-17 Kim F. Storm <storm@cua.dk>
3617
3618 * processes.texi (Bindat Spec): Vector types can have optional
3619 element type.
3620 (Bindat Examples): Fix example. Add vector with element type.
3621
36222007-02-16 Andreas Schwab <schwab@suse.de>
3623
3624 * strings.texi (Formatting Strings): Document '+' flag.
3625
36262007-02-15 Juanma Barranquero <lekktu@gmail.com>
3627
3628 * strings.texi (Modifying Strings): Clarify that `clear-string'
3629 always converts the string to unibyte.
3630
36312007-02-14 Kim F. Storm <storm@cua.dk>
3632
3633 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3634 Rewrite glyph code description to refer to these functions.
3635 Remove details of encoding face number and char into integer code.
3636
36372007-02-03 Alan Mackenzie <acm@muc.de>
3638
3639 * loading.texi (Hooks for Loading): Make the description of
3640 `eval-after-load' more detailed, and amend the description of
3641 after-load-alist, in accordance with changes from 2006-05.
3642
36432007-02-03 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * modes.texi (Defining Minor Modes): Document that a :require
3646 keyword or similar may be required to make saved customization
3647 variables work.
3648
36492007-02-03 Eli Zaretskii <eliz@gnu.org>
3650
3651 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3652 Texinfo guidelines and with what texnfo-upd.el expects.
3653 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3654 parts needed by `texinfo-multiple-files-update'.
3655
36562007-02-02 Eli Zaretskii <eliz@gnu.org>
3657
3658 * elisp.texi (Top): Update the top-level menus.
3659
3660 * syntax.texi (Categories): Add index entries.
3661
36622007-02-01 Juanma Barranquero <lekktu@gmail.com>
3663
3664 * display.texi (Attribute Functions): Fix name and description of
3665 the UNDERLINE arg of `set-face-underline-p'.
3666
36672007-01-29 Eli Zaretskii <eliz@gnu.org>
3668
3669 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3670 Variables", and "Standard Keymaps" to the detailed menu.
3671
3672 * variables.texi (Future Local Variables): Add index entry.
3673
36742007-01-28 Richard Stallman <rms@gnu.org>
3675
3676 * tips.texi (Coding Conventions): Clarify the tip about macros
3677 that define a function or a variable.
3678
3679 * files.texi (File Attributes): UID and GID can be floats.
3680 (Magic File Names): Explain why deferring all operations to
3681 the standard handler does not work.
3682
36832007-01-23 Martin Rudalics <rudalics@gmx.at>
3684
3685 * backups.texi (Reverting): Use "buffer" instead of "file"
3686 when talking about major and minor modes.
3687
36882007-01-21 Richard Stallman <rms@gnu.org>
3689
3690 * help.texi (Documentation): Add xref to Documentation Tips.
3691
36922007-01-14 Juanma Barranquero <lekktu@gmail.com>
3693
3694 * tips.texi (Coding Conventions): Fix typos.
3695
36962007-01-05 Richard Stallman <rms@gnu.org>
3697
3698 * modes.texi (Defining Minor Modes): Fix previous change.
3699
37002007-01-03 Richard Stallman <rms@gnu.org>
3701
3702 * customize.texi (Variable Definitions, Customization Types):
3703 Don't use * in doc string for defcustom.
3704
37052007-01-02 Richard Stallman <rms@gnu.org>
3706
3707 * variables.texi (Variable Aliases): Clarify that aliases vars
3708 always have the same value.
3709
3710 * processes.texi (Bindat Spec): Fix Texinfo usage.
3711
3712 * modes.texi (Defining Minor Modes): Explain effect of command
3713 defined with define-global-minor-mode on new buffers.
3714
37152006-12-30 Kim F. Storm <storm@cua.dk>
3716
3717 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3718 `auto-resize-tool-bars'.
3719
37202006-12-30 Richard Stallman <rms@gnu.org>
3721
3722 * keymaps.texi (Active Keymaps): Fix previous change.
3723
37242006-12-30 Nick Roberts <nickrob@snap.net.nz>
3725
3726 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3727
37282006-12-30 Kim F. Storm <storm@cua.dk>
3729
3730 * processes.texi (Bindat Spec): Clarify using field names in
3731 length specifications.
3732
37332006-12-29 Kim F. Storm <storm@cua.dk>
3734
3735 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3736 Add count and index variables for eval forms in repeat blocks.
3737
37382006-12-24 Richard Stallman <rms@gnu.org>
3739
5dcb4c4e
SM
3740 * customize.texi (Variable Definitions):
3741 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3742
37432006-12-19 Kim F. Storm <storm@cua.dk>
3744
3745 * commands.texi (Misc Events): User signals now result in sigusr1
3746 and sigusr2 events which are handled through special-event-map.
3747 (Special Events): User signals and drag-n-drop are special.
3748
37492006-12-17 Richard Stallman <rms@gnu.org>
3750
3751 * loading.texi (Named Features): Explain subfeatures better.
3752
3753 * customize.texi: Use "option" only for user options.
3754 For the keyword values inside defcustom etc, say "keywords".
3755 For :options value's elements, say "elements".
3756 :group should not be omitted.
3757
3758 * syntax.texi (Parsing Expressions): Split up node.
3759 (Motion via Parsing, Position Parse, Parser State)
3760 (Low-Level Parsing, Control Parsing): New subnodes.
3761 (Parser State): Document syntax-ppss-toplevel-pos.
3762
3763 * positions.texi (List Motion): Punctuation fix.
3764
3765 * files.texi (File Name Completion): Document PREDICATE arg
3766 to file-name-completion.
3767
37682006-12-16 Eli Zaretskii <eliz@gnu.org>
3769
3770 * internals.texi (Building Emacs, Writing Emacs Primitives):
3771 Add index entries.
3772
37732006-12-11 Richard Stallman <rms@gnu.org>
3774
3775 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3776 affects face menu. Explain how to make it non-nil without enabling
3777 any fontification.
3778
37792006-12-10 Chong Yidong <cyd@stupidchicken.com>
3780
3781 * modes.texi (Font Lock Basics): Document nil value of
3782 font-lock-defaults.
3783
37842006-12-10 Glenn Morris <rgm@gnu.org>
3785
3786 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3787 value for system-flag argument. Abbrev tables may not be empty
3788 when major modes are loaded.
3789
37902006-12-08 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * makefile.w32-in (maintainer-clean): Partially revert last
3793 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3794 to protect elisp-covers.texi.
3795
37962006-12-07 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3799 Don't remove elisp* info files; they are already deleted by the
3800 `clean' and `distclean' targets, and they are in the $(infodir)
3801 directory, not the current one.
3802
38032006-12-04 Kim F. Storm <storm@cua.dk>
3804
3805 * commands.texi (Misc Events): Update signal events.
3806 (Event Examples): Add signal example.
3807
38082006-11-29 Richard Stallman <rms@gnu.org>
3809
3810 * frames.texi (Visibility of Frames): Explain visible windows
3811 can be covered by others. Add xref for raise-frame.
3812
38132006-11-28 Richard Stallman <rms@gnu.org>
3814
3815 * searching.texi (Regexp Special): Update when ^ is special.
3816
38172006-11-27 Eli Zaretskii <eliz@gnu.org>
3818
3819 * customize.texi (Customization, Common Keywords)
3820 (Group Definitions, Variable Definitions, Composite Types)
3821 (Type Keywords, Customization Types): Add index entries for
3822 various customization keywords.
3823
38242006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3827
c8763fb6 38282006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3829
3830 * frames.texi (Window System Selections): Remove clipboard from
3831 description of selection-coding-system.
3832
38332006-11-06 Richard Stallman <rms@gnu.org>
3834
3835 * lists.texi (List Variables): Document COMPARE-FN.
3836
3837 * keymaps.texi: Avoid use of "binding" to mean a relation;
3838 use it only to refer to the meaning associated with a key.
3839 (Keymaps): Change menu node description.
3840
3841 * elisp.texi (Top): Change menu node description.
3842
3843 * display.texi (Managing Overlays): Document overlay-recenter.
3844
38452006-10-29 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * Makefile.in: Use relative paths to avoid advertising filesystem
3848 contents during compilation.
3849
38502006-10-23 Kim F. Storm <storm@cua.dk>
3851
3852 * commands.texi (Event Input Misc): Update unread-command-events.
3853
38542006-10-23 Nick Roberts <nickrob@snap.net.nz>
3855
3856 * lists.texi (Sets And Lists): Fix typos.
3857
38582006-10-18 Juanma Barranquero <lekktu@gmail.com>
3859
3860 * control.texi (Processing of Errors): Use @var for an argument,
3861 not @code.
3862
38632006-10-16 Richard Stallman <rms@gnu.org>
3864
3865 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3866
3867 * keymaps.texi (Format of Keymaps): Show all the keymap element
3868 patterns that result from menu items.
3869 (Key Lookup): Minor cleanups.
3870
3871 * modes.texi (Precalculated Fontification): Don't say that
3872 not setting font-lock-defaults avoids loading font-lock.
3873
3874 * help.texi (Documentation): Move xref to Emacs Manual here.
3875 (Documentation Basics): From here.
3876 Also doc emacs-lisp-docstring-fill-column.
3877
3878 * elisp.texi: Update version and ISBN.
3879
3880 * commands.texi (Interactive Call): Clarify KEYS arg to
3881 call-interactively is a vector.
3882 (Command Loop Info): Delete anchor in this-command-keys.
3883 Add anchor in this-command-keys-vector.
3884 (Recursive Editing): Document how recursive-edit
3885 handles the current buffer.
3886
38872006-10-13 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * frames.texi (Frame Titles): %c and %l are ignored in
3890 frame-title-format.
3891
38922006-10-11 Richard Stallman <rms@gnu.org>
3893
3894 * keymaps.texi (Key Sequences): Clarify use of kbd.
3895
38962006-10-10 Kim F. Storm <storm@cua.dk>
3897
3898 * lists.texi (Sets And Lists): Add memql.
3899
39002006-10-03 Richard Stallman <rms@gnu.org>
3901
3902 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3903 Clarify :ascii: and :nonascii:.
3904
39052006-09-29 Juri Linkov <juri@jurta.org>
3906
3907 * modes.texi (%-Constructs): Reorder coding systems in the
3908 documentation of %z to the real order displayed in the modeline.
3909
39102006-09-25 Richard Stallman <rms@gnu.org>
3911
3912 * os.texi (Timers): Describe timer-max-repeats.
3913
39142006-09-25 Chong Yidong <cyd@stupidchicken.com>
3915
3916 * os.texi (Timers): Mention with-local-quit.
3917
39182006-09-24 Richard Stallman <rms@gnu.org>
3919
3920 * searching.texi (Searching and Matching): Mention property search.
3921
3922 * commands.texi (Command Loop Info): Explain how read-event affects
3923 this-command-keys.
3924
39252006-09-20 Richard Stallman <rms@gnu.org>
3926
3927 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3928
3929 * windows.texi (Window Start): Minor cleanups.
3930
39312006-09-20 Kim F. Storm <storm@cua.dk>
3932
3933 * windows.texi (Window Start): pos-visible-in-window-p allows
3934 specifying t for position to mean "end of window".
3935 Add window-line-height.
3936
3937 * anti.texi (Antinews): Mention window-line-height.
3938
39392006-09-19 David Kastrup <dak@gnu.org>
3940
3941 * keymaps.texi (Searching Keymaps): Small clarification.
3942
39432006-09-18 Richard Stallman <rms@gnu.org>
3944
3945 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3946 cause keyboard menus.
3947 (Menu Keymaps): Likewise.
3948 (Defining Menus, Keyboard Menus): Clarify.
3949
3950 * text.texi (Fields): Clarify explanation of constrain-to-field.
3951
39522006-09-16 Eli Zaretskii <eliz@gnu.org>
3953
3954 * variables.texi (Tips for Defining): Fix a typo.
3955
39562006-09-15 Richard Stallman <rms@gnu.org>
3957
3958 * keymaps.texi (Remapping Commands, Searching Keymaps)
3959 (Active Keymaps): Clean up previous change.
3960
39612006-09-15 Jay Belanger <belanger@truman.edu>
3962
3963 * gpl.texi: Replace "Library Public License" by "Lesser Public
3964 License" throughout.
3965
39662006-09-15 David Kastrup <dak@gnu.org>
3967
3968 * keymaps.texi (Active Keymaps): Adapt description to use
3969 `get-char-property' instead `get-text-property'. Explain how
3970 mouse events change this. Explain the new optional argument of
3971 `key-binding' and its mouse-dependent lookup.
3972 (Searching Keymaps): Adapt description similarly.
3973 (Remapping Commands): Explain the new optional argument of
3974 `command-remapping'.
3975
39762006-09-14 Richard Stallman <rms@gnu.org>
3977
3978 * keymaps.texi (Searching Keymaps): Clarification.
3979 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3980
39812006-09-13 Richard Stallman <rms@gnu.org>
3982
3983 * objects.texi (Character Type): Node split.
3984 Add xref to Describing Characters.
3985 (Basic Char Syntax, General Escape Syntax)
3986 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3987
39882006-09-11 Richard Stallman <rms@gnu.org>
3989
3990 * display.texi (Display Table Format): Wording clarification.
3991 (Glyphs): Clarifications.
3992
39932006-09-10 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3996 local maps.
3997
39982006-09-10 Kim F. Storm <storm@cua.dk>
3999
4000 * display.texi (Forcing Redisplay): Document return value of
4001 function redisplay.
4002
40032006-09-09 Richard Stallman <rms@gnu.org>
4004
4005 * windows.texi (Window Hooks): Explain limits of
4006 window-scroll-functions.
4007
4008 * display.texi (Fringe Indicators): Update for last change in
4009 indicate-buffer-boundaries.
4010
40112006-09-08 Richard Stallman <rms@gnu.org>
4012
4013 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4014
40152006-09-06 Kim F. Storm <storm@cua.dk>
4016
4017 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4018
4019 * windows.texi (Window Start): Update pos-visible-in-window-p.
4020
40212006-09-04 Richard Stallman <rms@gnu.org>
4022
4023 * processes.texi (Accepting Output): Explain SECONDS=0 for
4024 accept-process-output.
4025
4026 * os.texi (Idle Timers): Explain why timer functions should not
4027 loop until (input-pending-p).
4028
40292006-09-02 Eli Zaretskii <eliz@gnu.org>
4030
4031 * makefile.w32-in (usermanualdir): New variable.
4032 (elisp.dvi): Use it.
4033
40342006-09-01 Eli Zaretskii <eliz@gnu.org>
4035
4036 * buffers.texi (Buffer Modification): Fix last change.
4037
40382006-09-01 Chong Yidong <cyd@stupidchicken.com>
4039
5dcb4c4e
SM
4040 * buffers.texi (Buffer Modification):
4041 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4042
40432006-08-31 Richard Stallman <rms@gnu.org>
4044
4045 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4046
40472006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4048
4049 * modes.texi (Syntactic Font Lock):
4050 Mention font-lock-syntactic-face-function
4051 instead of specific faces.
4052
40532006-08-29 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * display.texi (Images): Add xrref to display-images-p.
4056
40572006-08-28 Kenichi Handa <handa@m17n.org>
4058
4059 * nonascii.texi (Lisp and Coding Systems): Fix description of
4060 detect-coding-region.
4061
40622006-08-27 Michael Olson <mwolson@gnu.org>
4063
4064 * processes.texi (Transaction Queues): Remove stray quote
4065 character.
4066
40672006-08-25 Richard Stallman <rms@gnu.org>
4068
4069 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4070 Add xref.
4071
40722006-08-24 Chong Yidong <cyd@stupidchicken.com>
4073
4074 * os.texi (Timers): Avoid waiting inside timers.
4075
40762006-08-21 Lute Kamstra <lute@gnu.org>
4077
4078 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4079
40802006-08-20 Richard Stallman <rms@gnu.org>
4081
4082 * os.texi (Idle Timers): New node, split out from Timers.
4083 Document current-idle-time.
4084 * commands.texi (Reading One Event): Update xref.
4085 * elisp.texi (Top): Update subnode menu.
4086
40872006-08-16 Richard Stallman <rms@gnu.org>
4088
4089 * keymaps.texi (Extended Menu Items): Show format of cached
4090 bindings in extended menu items.
4091
4092 * customize.texi (Variable Definitions): Explain when the
4093 standard value expression is evaluated.
4094
40952006-08-15 Chong Yidong <cyd@stupidchicken.com>
4096
4097 * commands.texi (Reading One Event): Explain idleness in
4098 `read-event'.
4099
41002006-08-12 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4103 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4104 relevant for Lisp programming.
4105 (Yank Commands): Rewrite introduction.
4106 (Undo): Clarify.
4107 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4108 (Filling): Remove redundant comment. Clarify return value of
4109 current-justification.
4110 (Margins): Minor clarifications.
4111 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4112 (Sorting): Update definition of sort-lines.
4113 (Columns): Clarify behavior of sort-columns.
4114 (Indent Tabs): Link to Tab Stops in Emacs manual.
4115 (Special Properties): Clarify.
4116 (Clickable Text): Mention Buttons package.
4117
41182006-08-12 Kevin Ryde <user42@zip.com.au>
4119
4120 * os.texi (Time Parsing): Add %z to description of
4121 format-time-string, as per docstring. Add cross reference to
4122 glibc manual for strftime.
4123
41242006-08-08 Richard Stallman <rms@gnu.org>
4125
4126 * modes.texi: Clean up wording in previous change.
4127
41282006-08-07 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * modes.texi (Hooks): Clarify.
4131 (Major Mode Basics): Mention define-derived-mode explicitly.
4132 (Major Mode Conventions): Rebinding RET is OK for some modes.
4133 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4134 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4135 (Mode Line Basics): Clarify.
4136 (Mode Line Data): Mention help-echo and local-map in strings.
4137 Explain reason for treatment of non-risky variables.
4138 (Properties in Mode): Clarify.
4139 (Faces for Font Lock): Add font-lock-negation-char-face.
4140
41412006-08-04 Eli Zaretskii <eliz@gnu.org>
4142
4143 * strings.texi (Formatting Strings): Warn against arbitrary
4144 strings as first arg to `format'.
4145
41462006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4147
4148 * text.texi (Clickable Text): Mention `help-echo' text property.
4149 Update intro, examples and associated explanations.
4150
41512006-07-31 Richard Stallman <rms@gnu.org>
4152
4153 * commands.texi: Update xrefs.
4154 (Event Mod): New node, cut out from old Translating Input.
4155
4156 * maps.texi: Update xrefs.
4157
4158 * keymaps.texi (Translation Keymaps): New node.
4159 Update xrefs from Translating Input to Translation Keymaps.
4160
4161 * elisp.texi (Top): Update subnode menu.
4162
4163 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4164
4165 * os.texi (System Interface): Fix menu descriptions of some nodes.
4166 (Translating Input): Node deleted.
4167
41682006-07-31 Nick Roberts <nickrob@snap.net.nz>
4169
4170 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4171
4172 * lists.texi (Sets And Lists): Likewise.
4173
41742006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4175
4176 * text.texi (Fields): Mention POS
4177 requirement when narrowing is in effect.
4178
41792006-07-28 Richard Stallman <rms@gnu.org>
4180
4181 * display.texi (Face Attributes): Simplify wording.
4182 (Attribute Functions): Clarify meaning of new-frame default
4183 attribute settings.
4184
4185 * customize.texi (Common Keywords): Document how to use
4186 :package-version in a package not in Emacs.
4187
41882006-07-28 Kim F. Storm <storm@cua.dk>
4189
4190 * commands.texi (Reading One Event): Fix last change.
4191
41922006-07-26 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * commands.texi (Reading One Event): Document SECONDS argument for
4195 read-event, read-char, and read-char-exclusive.
4196
41972006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4200 to ensure correct identification.
4201
42022006-07-24 Richard Stallman <rms@gnu.org>
4203
4204 * text.texi (Clickable Text): Clarify.
4205
4206 * sequences.texi (Vector Functions): Delete duplicate xref.
4207
4208 * objects.texi (Function Type): Clarify.
4209
4210 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4211 modes.
4212
4213 * lists.texi (List Variables): New node.
4214 Material moved from other nodes.
4215
4216 * variables.texi (Setting Variables): add-to-list and
4217 add-to-ordered-list moved to List Variables node.
4218
42192006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4220
4221 * text.texi (Links and Mouse-1):
4222 For mouse-on-link-p, expand on arg POS.
4223
42242006-07-21 Kim F. Storm <storm@cua.dk>
4225
4226 * display.texi (Forcing Redisplay): Don't mention systems which
4227 don't support sub-second timers for redisplay-preemption-period.
4228
4229 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4230
42312006-07-21 Eli Zaretskii <eliz@gnu.org>
4232
4233 * frames.texi (Input Focus): Document that focus-follows-mouse has
4234 no effect on MS-Windows.
4235
42362006-07-18 Richard Stallman <rms@gnu.org>
4237
4238 * display.texi (Forcing Redisplay): Cleanups in previous change.
4239
4240 * processes.texi (Low-Level Network): Make menu more convenient.
4241
42422006-07-18 Kim F. Storm <storm@cua.dk>
4243
4244 * display.texi (Forcing Redisplay): redisplay-preemption-period
4245 only used on window systems. Add xref to Terminal Output.
4246
4247 * os.texi (Terminal Output): baud-rate only controls preemption on
4248 non-window systems. Add xref to Forcing Redisplay.
4249
4250 * processes.texi (Low-Level Network): Rename node "Make Network"
4251 to "Network Processes".
4252
42532006-07-18 Karl Berry <karl@gnu.org>
4254
4255 * variables.texi, functions.texi, customize.texi, loading.texi:
4256 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4257
42582006-07-17 Chong Yidong <cyd@stupidchicken.com>
4259
4260 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4261
42622006-07-17 Richard Stallman <rms@gnu.org>
4263
4264 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4265 Put period and comma inside quotes.
4266
4267 * loading.texi, markers.texi: Use real doublequote inside menus.
4268
4269 * windows.texi: Put point and comma inside quotes.
4270 (Textual Scrolling): Use @samp for error message.
4271
4272 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4273 * strings.texi, streams.texi, processes.texi, os.texi:
4274 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4275 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4276 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4277 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4278 Put point and comma inside quotes.
4279
4280 * control.texi (Processing of Errors): Add command-error-function.
4281
4282 * variables.texi (File Local Variables): Clarify that
4283 file local variables make buffer-local bindings.
4284
4285 * modes.texi (Syntactic Font Lock): Give default for
4286 font-lock-syntax-table.
4287
42882006-07-17 Nick Roberts <nickrob@snap.net.nz>
4289
4290 * text.texi (Special Properties): Clean up previous change.
4291
42922006-07-16 Karl Berry <karl@gnu.org>
4293
4294 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4295 * control.texi: Fix bad page breaks through chapter 10 (control).
4296
4297 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4298 underfull hbox.
4299
43002006-07-15 Nick Roberts <nickrob@snap.net.nz>
4301
4302 * text.texi (Special Properties): Describe fontified text property
4303 in relation to a character (not text).
4304
43052006-07-15 Kim F. Storm <storm@cua.dk>
4306
4307 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4308 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4309 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4310
4311 * anti.texi (Antinews): Mention redisplay function.
4312 The kbd macro existed, but was not documented, before 22.x.
4313 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4314
43152006-07-14 Nick Roberts <nickrob@snap.net.nz>
4316
4317 * display.texi (Displaying Messages): Add anchor.
4318
4319 * frames.texi (Dialog Boxes): Use it.
4320
43212006-07-12 Richard Stallman <rms@gnu.org>
4322
4323 * objects.texi (Frame Type): Explain nature of frames better.
4324
4325 * frames.texi (Frames): Explain nature of frames better.
4326
43272006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4328
4329 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4330
43312006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4332
4333 * frames.texi (Window System Selections): Mention scrap support for Mac.
4334 Default value of x-select-enable-clipboard is t on Mac.
4335
4336 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4337
43382006-07-11 Kim F. Storm <storm@cua.dk>
4339
4340 * display.texi (Forcing Redisplay): Add `redisplay' function.
4341 Don't mention (sit-for -1) -- use (redisplay t) instead.
4342
4343 * commands.texi (Waiting): (sit-for -1) is no longer special.
4344 (sit-for 0) is equivalent to (redisplay).
4345 Iconifying/deiconifying no longer makes sit-for return.
4346
43472006-07-10 Nick Roberts <nickrob@snap.net.nz>
4348
4349 * display.texi (Buttons): Fix typo.
4350
4351 * index.texi, elisp.texi (New Symbols): Comment node out.
4352
43532006-07-09 Richard Stallman <rms@gnu.org>
4354
4355 * display.texi (Truncation): Clean up previous change.
4356
43572006-07-08 Richard Stallman <rms@gnu.org>
4358
4359 * commands.texi (Interactive Call): Use 3 as prefix in example
4360 for execute-extended-command.
4361
4362 * display.texi (Attribute Functions): Move paragraph about
4363 compatibility with Emacs < 21.
4364
43652006-07-09 Kim F. Storm <storm@cua.dk>
4366
4367 * display.texi (Refresh Screen): Clarify force-window-update.
4368 (Truncation): "Normally" indicated by fringe arrows.
4369
43702006-07-08 Eli Zaretskii <eliz@gnu.org>
4371
4372 * windows.texi (Textual Scrolling, Resizing Windows):
4373 * variables.texi (Constant Variables):
4374 * text.texi (Buffer Contents, Deletion, Changing Properties)
4375 (Property Search, Special Properties, Sticky Properties)
4376 (Links and Mouse-1, Fields, Change Hooks):
4377 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4378 (Categories):
4379 * symbols.texi (Other Plists):
4380 * streams.texi (Output Variables):
4381 * processes.texi (Input to Processes, Query Before Exit):
4382 * positions.texi (Word Motion, Text Lines, List Motion):
4383 * os.texi (Init File, System Environment, Sound Output)
4384 (Session Management):
4385 * nonascii.texi (Text Representations, Character Sets)
4386 (Chars and Bytes, Locales):
4387 * modes.texi (Defining Minor Modes, Header Lines):
4388 * minibuf.texi (Minibuffer Contents):
4389 * markers.texi (Information from Markers):
4390 * lists.texi (List Elements, Building Lists, Association Lists):
4391 * keymaps.texi (Tool Bar):
4392 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4393 * functions.texi (What Is a Function, Mapping Functions):
4394 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4395 (Color Names, Text Terminal Colors, Display Feature Testing):
4396 * files.texi (Visiting Functions, File Name Components)
4397 (Unique File Names, Contents of Directories):
4398 * display.texi (Forcing Redisplay, Displaying Messages)
4399 (Temporary Displays, Font Selection, Auto Faces)
4400 (Font Lookup, Fringe Indicators, Display Margins)
4401 (Image Descriptors, Showing Images, Image Cache, Button Types)
4402 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4403 (Display Table Format, Glyphs):
4404 * control.texi (Iteration):
4405 * commands.texi (Command Loop Info, Adjusting Point):
4406 * backups.texi (Making Backups, Auto-Saving):
4407 Remove @tindex entries.
4408
44092006-07-07 Kim F. Storm <storm@cua.dk>
4410
4411 * display.texi (Fringe Cursors): Fix typo.
4412 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4413 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4414
44152006-07-05 Richard Stallman <rms@gnu.org>
4416
4417 * text.texi (Buffer Contents): Add example of text props
4418 in result of buffer-substring.
4419 (Text Properties): Explain better about use of specific property names.
4420 (Property Search): Some cleanups; reorder some functions.
4421
4422 * keymaps.texi (Changing Key Bindings): Cleanup.
4423 Add xref to Key Binding Conventions.
4424
4425 * display.texi (Attribute Functions): Add examples for
4426 face-attribute-relative-p.
4427
4428 * tips.texi (Coding Conventions): Cleanup last change.
4429
44302006-07-05 Karl Berry <karl@gnu.org>
4431
4432 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4433 Remove @setchapternewpage odd.
4434 Result is 1013 pages, down from 1100.
4435
4436 * anti.texi, customize.texi, display.texi, internals.texi:
4437 * minibuf.texi, modes.texi, tips.texi:
4438 Fix overfull/underfull boxes.
4439
44402006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4441
4442 * edebug.texi (Instrumenting):
4443 Add Edebug-specific findex for eval-buffer.
4444 * loading.texi (Loading):
4445 Replace eval-current-buffer with eval-buffer.
4446
44472006-06-30 Nick Roberts <nickrob@snap.net.nz>
4448
4449 * locals.texi (Standard Buffer-Local Variables): Update the list
4450 of variables.
4451
44522006-06-26 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * files.texi (File Name Completion): Point user to the node
4455 "Reading File Names".
4456
44572006-06-24 Eli Zaretskii <eliz@gnu.org>
4458
4459 * files.texi (Contents of Directories): Document case-insensitive
4460 behavior on respective filesystems.
4461
4462 * objects.texi (Character Type): Document that Emacs signals an
4463 error for unsupported Unicode characters specified as \uNNNN.
4464
44652006-06-19 Richard Stallman <rms@gnu.org>
4466
4467 * processes.texi (Bindat Spec): Clarify previous change.
4468
44692006-06-16 Richard Stallman <rms@gnu.org>
4470
4471 * tips.texi (Coding Conventions): Better explain conventions
4472 for definition constructs.
4473
4474 * text.texi (Special Properties): String value of `read-only'
4475 serves as the error message.
4476
4477 * objects.texi (Character Type): Clarify prev. change.
4478 (Non-ASCII in Strings): Mention \u and \U.
4479
4480 * commands.texi (Using Interactive): Explain problem of
4481 markers, etc., in command-history.
4482
44832006-06-14 Kim F. Storm <storm@cua.dk>
4484
4485 * commands.texi (Waiting): Negative arg to sit-for forces
4486 redisplay even if input is pending.
4487
4488 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4489 redisplay. Remove incorrect example of binding redisplay-dont-pause
4490 around (sit-for 0).
4491
44922006-06-13 Richard Stallman <rms@gnu.org>
4493
4494 * display.texi (Forcing Redisplay): Clarify previous change.
4495
44962006-06-13 Romain Francoise <romain@orebokech.com>
4497
4498 * display.texi (Forcing Redisplay): Fix typo.
4499
45002006-06-13 Kim F. Storm <storm@cua.dk>
4501
4502 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4503
45042006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4505
4506 * tips.texi (Coding Conventions): Add `@end itemize'.
4507
45082006-06-10 Richard Stallman <rms@gnu.org>
4509
4510 * tips.texi (Coding Conventions): Explain use of coding systems
4511 to ensure one decoding for strings.
4512
45132006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4514
4515 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4516 syntax.
4517
45182006-06-07 Eli Zaretskii <eliz@gnu.org>
4519
4520 * display.texi (Font Selection): Remove description of
4521 clear-face-cache.
4522
4523 * compile.texi (Eval During Compile): Fix a typo. Add index
4524 entries for possible uses of eval-when-compile.
4525
45262006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4527
4528 * display.texi (Abstract Display): Fix typo.
4529
45302006-06-03 Eli Zaretskii <eliz@gnu.org>
4531
4532 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4533 Reword variable's description.
4534
45352006-06-01 Richard Stallman <rms@gnu.org>
4536
4537 * windows.texi (Splitting Windows): Clarify splitting nonselected
4538 window.
4539
45402006-05-31 Juri Linkov <juri@jurta.org>
4541
4542 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4543
45442006-05-30 Richard Stallman <rms@gnu.org>
4545
4546 * display.texi (Line Height): Fix errors in description of
10d1d0af 4547 default line height and line-height property.
b8d4c8d0
GM
4548
4549 * nonascii.texi (Default Coding Systems): Further clarification.
4550
45512006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4552
4553 * internals.texi (Pure Storage): Mention that an overflow in pure
4554 space causes a memory leak.
4555 (Garbage Collection): If there was an overflow in pure space,
4556 `garbage-collect' returns nil.
4557
45582006-05-30 Eli Zaretskii <eliz@gnu.org>
4559
4560 * nonascii.texi (Default Coding Systems): Fix it some more.
4561
45622006-05-29 Eli Zaretskii <eliz@gnu.org>
4563
4564 * nonascii.texi (Default Coding Systems): Fix last change.
4565
45662006-05-29 Kenichi Handa <handa@m17n.org>
4567
4568 * nonascii.texi (find-operation-coding-system): Describe the new
4569 argument format (FILENAME . BUFFER).
4570
45712006-05-28 Richard Stallman <rms@gnu.org>
4572
4573 * tips.texi (Coding Conventions): Better explain reasons not to
4574 advise other packages or use `eval-after-load'.
4575
45762006-05-29 Kim F. Storm <storm@cua.dk>
4577
4578 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4579 `bindat-idx' and `bindat-raw' for clarity.
4580
45812006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4582
4583 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4584
4585 * display.texi (Display): Add "Abstract Display" to menu.
4586 (Abstract Display, Abstract Display Functions)
4587 (Abstract Display Example): New nodes.
4588 * elisp.texi (Top): Add "Abstract Display" to menu.
4589
45902006-05-27 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * keymaps.texi (Key Sequences): Link to input events definition.
4593 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4594
4595 * files.texi (Changing Files): Document updated argument list for
4596 copy-file.
4597
45982006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4599
4600 * processes.texi (Bindat Functions): Explain term "total length".
4601 Use it in bindat-length and bindat-pack descriptions.
4602
46032006-05-26 Eli Zaretskii <eliz@gnu.org>
4604
4605 * tips.texi (Coding Conventions): Advise against using
4606 eval-after-load in packages. Add an index entry.
4607
46082006-05-25 Juri Linkov <juri@jurta.org>
4609
4610 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4611
4612 * modes.texi (%-Constructs): Add %e, %z, %Z.
4613
46142006-05-25 Richard Stallman <rms@gnu.org>
4615
4616 * elisp.texi (Top): Update subnode menu.
4617
4618 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4619 (Keymaps): Update menu.
4620
46212006-05-25 Chong Yidong <cyd@stupidchicken.com>
4622
4623 * keymaps.texi (Key Sequences): Some clarifications.
4624
46252006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4626
4627 * processes.texi (Bindat Functions): Say "unibyte string"
4628 explicitly for bindat-unpack and bindat-pack descriptions.
4629 (Bindat Examples): Don't call `string-make-unibyte' in example.
4630
46312006-05-25 Chong Yidong <cyd@stupidchicken.com>
4632
5dcb4c4e 4633 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4634 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4635
4636 * keymaps.texi (Changing Key Bindings):
dd7b651b 4637 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4638 * help.texi (Describing Characters): Refer to it.
4639
46402006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4641
4642 * frames.texi (Pointer Shape): @end table -> @end defvar.
4643
46442006-05-22 Richard Stallman <rms@gnu.org>
4645
4646 * elisp.texi (Top): Update subnode menus.
4647
4648 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4649 Contents rewritten; material from old Pointer Shape node moved here.
4650
4651 * display.texi (Pointer Shape): Node deleted.
4652 (Image Descriptors): Minor cleanup.
4653
46542006-05-21 Richard Stallman <rms@gnu.org>
4655
4656 * syntax.texi (Parsing Expressions): Update info on which STATE
4657 elements are ignored.
4658
46592006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4660
4661 * hooks.texi (Standard Hooks): Correct typo.
4662
4663 * gpl.texi (GPL): ifinfo -> ifnottex.
4664
46652006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4666
4667 * searching.texi (Simple Match Data): Warn about match data being
4668 set anew by every search.
4669
46702006-05-17 Richard Stallman <rms@gnu.org>
4671
4672 * minibuf.texi (Minibuffer History): Clarify.
4673
4674 * searching.texi (Regexp Special): Clarify nested regexp warning.
4675
46762006-05-16 Kim F. Storm <storm@cua.dk>
4677
4678 * minibuf.texi (Minibuffer History): Update add-to-history.
4679
46802006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4681
5dcb4c4e
SM
4682 * nonascii.texi (Explicit Encoding):
4683 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4684
46852006-05-14 Richard Stallman <rms@gnu.org>
4686
4687 * buffers.texi (Creating Buffers): Cleanup.
4688
4689 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4690
46912006-05-13 Eli Zaretskii <eliz@gnu.org>
4692
4693 * buffers.texi (Current Buffer): Document that with-temp-buffer
4694 disables undo.
4695
4696 * os.texi (Terminal-Specific): More accurate description of how
4697 Emacs searches for the terminal-specific libraries.
4698
46992006-05-12 Eli Zaretskii <eliz@gnu.org>
4700
4701 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4702 emacs-xtra to @inforef's.
4703
4704 * text.texi (Undo): Document that undo is turned off in buffers
4705 whose names begin with a space.
4706
4707 * buffers.texi (Buffer Names): Add index entries for buffers whose
4708 names begin with a space.
4709 (Creating Buffers): Document that undo is turned off in buffers
4710 whose names begin with a space.
4711
4712 * files.texi (Visiting Functions, Reading from Files)
4713 (Saving Buffers): Mention code and EOL conversions by file I/O
4714 primitives and subroutines.
4715
4716 * nonascii.texi (Lisp and Coding Systems): Document
4717 coding-system-eol-type. Add index entries for eol conversion.
4718
4719 * display.texi (Defining Faces): Mention `mac', and add an xref to
4720 where window-system is described.
4721
47222006-05-10 Richard Stallman <rms@gnu.org>
4723
4724 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4725
47262006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4727
4728 * variables.texi (File Local Variables): Recommend to quote lambda
4729 expressions in safe-local-variable property.
4730
47312006-05-09 Richard Stallman <rms@gnu.org>
4732
5dcb4c4e
SM
4733 * variables.texi (File Local Variables):
4734 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4735
47362006-05-07 Kim F. Storm <storm@cua.dk>
4737
4738 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4739 from add-to-history.
4740
47412006-05-07 Romain Francoise <romain@orebokech.com>
4742
4743 * commands.texi (Event Input Misc):
4744 * compile.texi (Eval During Compile):
4745 * internals.texi (Buffer Internals):
4746 * minibuf.texi (Initial Input):
4747 * nonascii.texi (Scanning Charsets):
4748 * numbers.texi (Comparison of Numbers):
4749 * windows.texi (Textual Scrolling, Vertical Scrolling):
4750 Fix various typos.
4751
47522006-05-06 Eli Zaretskii <eliz@gnu.org>
4753
4754 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4755 conditional xref's to either emacs or emacs-xtra, depending on
4756 @iftex/@ifnottex.
4757
4758 * minibuf.texi (Minibuffer History): Document add-to-history.
4759
47602006-05-05 Eli Zaretskii <eliz@gnu.org>
4761
4762 * internals.texi (Pure Storage): Mention the pure overflow message
4763 at startup.
4764
c8763fb6 47652006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4766
4767 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4768 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4769 search.
4770
47712006-05-01 Richard Stallman <rms@gnu.org>
4772
4773 * intro.texi (nil and t): Clarify.
4774
4775 * variables.texi (File Local Variables): Suggest using booleanp.
4776
47772006-05-01 Juanma Barranquero <lekktu@gmail.com>
4778
4779 * objects.texi (Type Predicates): Fix typos.
4780
47812006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * intro.texi (nil and t): Add booleanp.
4784
4785 * objects.texi (Type Predicates): Add links for booleanp and
4786 string-or-null-p.
4787
47882006-04-29 Richard Stallman <rms@gnu.org>
4789
4790 * modes.texi (Multiline Font Lock): Rename from
4791 Multi line Font Lock Elements. Much clarification.
4792 (Font Lock Multiline, Region to Fontify): Much clarification.
4793
47942006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * variables.texi (File Local Variables): Remove the special case t for
4797 safe-local-variable.
4798
47992006-04-26 Richard Stallman <rms@gnu.org>
4800
4801 * syntax.texi (Parsing Expressions): Minor cleanup.
4802
48032006-04-18 Richard Stallman <rms@gnu.org>
4804
4805 * tips.texi (Coding Conventions): Explain when the package's
4806 prefix should appear later on (not at the start of the name).
4807
4808 * searching.texi (String Search): Clarify effect of NOERROR.
4809
4810 * modes.texi (Imenu): Clarify what special items do.
4811
4812 * hooks.texi (Standard Hooks): Delete text about old hook names.
4813
48142006-04-17 Romain Francoise <romain@orebokech.com>
4815
4816 * variables.texi (Local Variables): Update the default value of
4817 `max-specpdl-size'.
4818
48192006-04-15 Michael Olson <mwolson@gnu.org>
4820
4821 * processes.texi (Transaction Queues): Mention the new optional
4822 `delay-question' argument for `tq-enqueue'.
4823
48242006-04-13 Bill Wohler <wohler@newt.com>
4825
4826 * customize.texi (Common Keywords): Use dotted notation for
4827 :package-version value. Specify its values. Improve documentation
4828 for customize-package-emacs-version-alist.
4829
48302006-04-12 Bill Wohler <wohler@newt.com>
4831
4832 * customize.texi (Common Keywords): Move description of
4833 customize-package-emacs-version-alist to @defvar.
4834
48352006-04-10 Bill Wohler <wohler@newt.com>
4836
4837 * customize.texi (Common Keywords): Add :package-version.
4838
48392006-04-10 Kim F. Storm <storm@cua.dk>
4840
4841 * text.texi (Buffer Contents): Add NOPROPS arg to
4842 filter-buffer-substring.
4843
48442006-04-08 Kevin Ryde <user42@zip.com.au>
4845
4846 * os.texi (Command-Line Arguments): Update xref to emacs manual
4847 "Command Arguments" -> "Emacs Invocation", per change there.
4848
48492006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4850
4851 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4852 be on one line to help makeinfo not render two spaces after the dot.
4853
48542006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4855
4856 * strings.texi (Predicates for Strings): Add string-or-null-p.
4857
48582006-03-28 Kim F. Storm <storm@cua.dk>
4859
4860 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4861 remarks about systems that don't support fractional seconds.
4862
48632006-03-25 Karl Berry <karl@gnu.org>
4864
4865 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4866 the year list.
4867
48682006-03-21 Nick Roberts <nickrob@snap.net.nz>
4869
4870 * display.texi (Fringe Indicators): Fix typos.
4871
48722006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4873
4874 * tips.texi (Documentation Tips): One can now also write `program'
4875 in front of a quoted symbol in a docstring to prevent making a
4876 hyperlink.
4877
48782006-03-19 Alan Mackenzie <acm@muc.de>
4879
4880 * text.texi (Special Properties): Clarify `fontified' property.
4881
48822006-03-16 Richard Stallman <rms@gnu.org>
4883
4884 * display.texi (Defining Images): Minor cleanup.
4885
48862006-03-16 Bill Wohler <wohler@newt.com>
4887
4888 * display.texi (Defining Images): In image-load-path-for-library,
4889 prefer user's images.
4890
48912006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4894
48952006-03-15 Bill Wohler <wohler@newt.com>
4896
4897 * display.texi (Defining Images): Fix example in
4898 image-load-path-for-library by not recommending that one binds
4899 image-load-path. Just defvar it to placate compiler and only use
4900 it if previously defined.
4901
49022006-03-14 Bill Wohler <wohler@newt.com>
4903
4904 * display.texi (Defining Images): In image-load-path-for-library,
4905 always return list of directories. Update example.
4906
49072006-03-14 Alan Mackenzie <acm@muc.de>
4908
4909 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4910 This describes font-lock-extend-region-function.
4911 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4912 the new node "Region to Fontify".
4913
49142006-03-13 Richard Stallman <rms@gnu.org>
4915
4916 * display.texi (Invisible Text): The impossible position is
4917 now before the invisible text, not after.
4918 (Defining Images): Clean up last change.
4919
49202006-03-11 Bill Wohler <wohler@newt.com>
4921
4922 * display.texi (Defining Images): Add image-load-path-for-library.
4923
49242006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4925
4926 * text.texi (Adaptive Fill): Fix Texinfo usage.
4927
4928 * strings.texi (Creating Strings): Fix Texinfo usage.
4929
4930 * searching.texi (Regexp Special): Use @samp for regular
4931 expressions that are not in Lisp syntax.
4932
49332006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4934
4935 * searching.texi (Regexp Special): Put remark between parentheses
4936 to avoid misreading.
4937
49382006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4939
4940 * searching.texi (Syntax of Regexps): More accurately describe
4941 which characters are special in which situations.
4942 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4943 are not special. Describe in detail when `[' and `]' are special.
4944 (Regexp Backslash): Plenty of regexps with unbalanced square
4945 brackets are valid, so reword that statement.
4946
49472006-03-02 Kim F. Storm <storm@cua.dk>
4948
4949 * keymaps.texi (Tool Bar): Add tool-bar-border.
4950
49512006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4952
4953 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4954
49552006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4956
4957 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4958
4959 * files.texi (Locating Files): Suggest additional values for the
4960 SUFFIXES arg of `locate-file'. Update pxref.
4961
4962 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4963 (How Programs Do Loading): Discuss the effects of Auto Compression
4964 mode on `load'.
4965 (Load Suffixes): New node.
4966 (Library Search): Delete description of `load-suffixes'; it was
4967 moved to "Load Suffixes".
4968 (Autoload, Named Features): Mention `load-suffixes'.
4969
49702006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4971
4972 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4973
4974 * windows.texi (Window Tree): Fix typo.
4975
49762006-02-20 Kim F. Storm <storm@cua.dk>
4977
4978 * display.texi (Fringe Indicators): New section.
4979 Move indicate-empty-lines, indicate-buffer-boundaries, and
4980 default-indicate-buffer-boundaries here.
4981 Add fringe-indicator-alist and default-fringes-indicator-alist.
4982 Add list of logical fringe indicator symbols.
4983 Update list of standard bitmap names.
4984 (Fringe Cursors): New section.
4985 Move overflow-newline-into-fringe here.
4986 Add fringe-cursor-alist and default-fringes-cursor-alist.
4987 Add list of fringe cursor symbols.
4988
49892006-02-20 Juanma Barranquero <lekktu@gmail.com>
4990
4991 * commands.texi (Using Interactive): Fix reference to node
4992 "Minibuffers".
4993
49942006-02-19 Richard M. Stallman <rms@gnu.org>
4995
4996 * minibuf.texi (High-Level Completion):
4997 Add xref to read-input-method-name.
4998
4999 * files.texi (Relative File Names): Move file-relative-name here.
5000 (File Name Expansion): From here. Minor clarifications.
5001
5002 * commands.texi (Using Interactive): Add xrefs about reading input.
5003 Clarify remarks about that moving point and mark.
5004 Put string case before list case.
5005
c8763fb6 50062006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5007
5008 * display.texi (Other Display Specs, Image Descriptors):
5009 Revert erroneous changes. The previous description of
5010 image-descriptors as `(image . PROPS)' was correct.
5011
50122006-02-14 Richard M. Stallman <rms@gnu.org>
5013
5014 * variables.texi (File Local Variables): Clarifications.
5015
50162006-02-14 Juanma Barranquero <lekktu@gmail.com>
5017
5018 * variables.texi (File Local Variables): Use @code for a cons
5019 cell, not @var.
5020
50212006-02-13 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * variables.texi (File Local Variables): Document new file local
5024 variable behavior.
5025
50262006-02-10 Kim F. Storm <storm@cua.dk>
5027
5028 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5029
50302006-02-08 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * modes.texi (%-Constructs): Remove obsolete info about
5033 `global-mode-string'.
5034
50352006-02-07 Richard M. Stallman <rms@gnu.org>
5036
5037 * commands.texi (Prefix Command Arguments): Minor cleanup.
5038
5039 * display.texi: "Graphical display", not window system.
5040
5041 * functions.texi (What Is a Function): Fix xref.
5042
5043 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5044 (Changing Key Bindings): Clarify when remapping is better than
5045 substitute-key-definition.
5046
50472006-02-02 Richard M. Stallman <rms@gnu.org>
5048
5049 * minibuf.texi (Basic Completion): Completion alists are risky.
5050
5051 * keymaps.texi (Active Keymaps): Clarifications.
5052 (Searching Keymaps): New node.
5053 (Keymaps): Update menu.
5054
5055 * frames.texi (Layout Parameters): Minor clarification.
5056 (Drag and Drop): New node.
5057 (Frames): Update menu.
5058
50592006-01-29 Chong Yidong <cyd@stupidchicken.com>
5060
5061 * display.texi (Other Display Specs, Image Descriptors):
5062 Image description is a list, not a cons cell.
5063
50642006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5065
5066 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5067 list is not necessarily a list).
5068
50692006-01-27 Eli Zaretskii <eliz@gnu.org>
5070
5071 * frames.texi (Layout Parameters): border-width and
5072 internal-border-width belong to the frame, not the window.
5073
50742006-01-19 Richard M. Stallman <rms@gnu.org>
5075
5076 * nonascii.texi (Translation of Characters): Search cmds use
5077 translation-table-for-input. Automatically made local.
5078
5079 * markers.texi (Overview of Markers): Count insertion type
5080 as one of a marker's attributes.
5081
5082 * keymaps.texi (Controlling Active Maps): New node, split out of
5083 Active Keymaps.
5084 (Keymaps): Menu updated.
5085 (Active Keymaps): Give pseudocode to explain how the active
5086 maps are searched. current-active-maps and key-binding moved here.
5087 (Functions for Key Lookup): current-active-maps and key-binding moved.
5088 Clarifications.
5089 (Searching the Keymaps): New subnode.
5090
5091 * elisp.texi (Top): Menu clarification.
5092
5093 * display.texi (Other Display Specs): Delete duplicate entry for
5094 just a string as display spec. Move text about recursive display
5095 specs on such a string.
5096
5097 * commands.texi (Key Sequence Input): Clarify.
5098 Move num-nonmacro-input-events out.
5099 (Reading One Event): num-nonmacro-input-events moved here.
5100
51012006-01-14 Nick Roberts <nickrob@snap.net.nz>
5102
5103 * advice.texi (Simple Advice): Update example to fit argument
5104 change in previous-line.
5105
51062006-01-05 Richard M. Stallman <rms@gnu.org>
5107
5108 * markers.texi (The Mark): Fix in `mark'.
5109
51102006-01-04 Richard M. Stallman <rms@gnu.org>
5111
5112 * processes.texi (Misc Network, Make Network): Minor cleanups.
5113
51142006-01-04 Kim F. Storm <storm@cua.dk>
5115
5116 * processes.texi (Make Network): Add IPv6 addresses and handling.
5117 (Network Feature Testing): Mention (:family ipv6).
5118 (Misc Network): Add IPv6 formats to format-network-address.
5119
51202005-12-30 Richard M. Stallman <rms@gnu.org>
5121
5122 * text.texi (Changing Properties):
5123 Don't use return value of set-text-properties.
5124
51252005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5126
5127 * modes.texi (Mode Line Format): Correct typo in menu.
5128
51292005-12-29 Richard M. Stallman <rms@gnu.org>
5130
5131 * modes.texi (Mode Line Top): New node.
5132 (Mode Line Data): Some text moved to new node.
5133 Explain the data structure more concretely.
5134 (Mode Line Basics): Clarifications.
5135 (Mode Line Variables): Clarify intro paragraph.
5136 (%-Constructs): Clarify intro paragraph.
5137 (Mode Line Format): Update menu.
5138
51392005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5140
5141 * minibuf.texi (Basic Completion): Update lazy-completion-table
5142 examples for removal of ARGS argument.
5143
51442005-12-23 Richard M. Stallman <rms@gnu.org>
5145
5146 * text.texi (Undo): Restore some explanation from the version
5147 that was deleted.
5148
51492005-12-23 Eli Zaretskii <eliz@gnu.org>
5150
5151 * text.texi (Undo): Remove duplicate descriptions of `apply
5152 funname' and `apply delta' elements of the undo list.
5153
51542005-12-20 Richard M. Stallman <rms@gnu.org>
5155
5156 * help.texi (Help Functions): Update documentation of `apropos'.
5157
51582005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5161 because it is confusing. If the :help-echo keyword is a function,
5162 it is not directly used as the :help-echo overlay property, as the
5163 xref seems to suggest (it does not take the appropriate args).
5164
51652005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5166
5167 * customize.texi (Common Keywords): Fix Texinfo usage.
5168 (Group Definitions, Variable Definitions): Update for new
5169 conventions for using `*' in docstrings.
5170
5171 * tips.texi (Documentation Tips): Update for new conventions for
5172 using `*' in docstrings.
5173
51742005-12-16 Richard M. Stallman <rms@gnu.org>
5175
5176 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5177
51782005-12-16 Juri Linkov <juri@jurta.org>
5179
5180 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5181
51822005-12-14 Romain Francoise <romain@orebokech.com>
5183
5184 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5185 Fix typo.
5186
51872005-12-11 Juri Linkov <juri@jurta.org>
5188
5189 * minibuf.texi (Completion Commands): Add mention of read-file-name
5190 for filename completion keymaps.
5191 (Reading File Names): Add mention of filename completion keymaps
5192 for read-file-name and xref to `Completion Commands'.
5193
51942005-12-10 Richard M. Stallman <rms@gnu.org>
5195
5196 * customize.texi (Common Keywords): State caveats for use of :tag.
5197
51982005-12-08 Richard M. Stallman <rms@gnu.org>
5199
5200 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5201 with xrefs and better explanation.
5202 (Completion Commands): Add the filename completion maps.
5203
5204 * objects.texi (Character Type): Clarify that \s is not space
5205 if a dash follows.
5206
52072005-12-05 Richard M. Stallman <rms@gnu.org>
5208
5209 * windows.texi (Resizing Windows): Delete preserve-before args.
5210
52112005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5214 in full keymaps, since the quirk has been fixed.
5215
52162005-12-03 Eli Zaretskii <eliz@gnu.org>
5217
5dcb4c4e
SM
5218 * hooks.texi (Standard Hooks): Add index entries.
5219 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5220
52212005-11-27 Richard M. Stallman <rms@gnu.org>
5222
5223 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5224
52252005-11-21 Juri Linkov <juri@jurta.org>
5226
5227 * customize.texi (Common Keywords): Update links types
5228 custom-manual and url-link. Add link types emacs-library-link,
5229 file-link, function-link, variable-link, custom-group-link.
5230
52312005-11-20 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * display.texi: Revert 2005-11-20 change.
5234
52352005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5236
5237 * processes.texi (Bindat Functions):
5238 Say "third" to refer to zero-based index "2".
5239
52402005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5241
5242 * loading.texi (Library Search): Update the default value of
5243 `load-suffixes'.
5244
52452005-11-17 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * display.texi (Attribute Functions): Mention :ignore-defface.
5248
52492005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5252 (Minor Mode Conventions): Mention the use of a hook.
5253
52542005-11-06 Richard M. Stallman <rms@gnu.org>
5255
5256 * files.texi (Magic File Names): find-file-name-handler checks the
5257 `operations' property of the handler.
5258
52592005-11-03 Richard M. Stallman <rms@gnu.org>
5260
5261 * variables.texi (Frame-Local Variables): Small clarification.
5262
52632005-10-29 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * os.texi (Init File): Document ~/.emacs.d/init.el.
5266
52672005-10-29 Richard M. Stallman <rms@gnu.org>
5268
5269 * internals.texi (Garbage Collection): Document memory-full.
5270
52712005-10-28 Bill Wohler <wohler@newt.com>
5272
5273 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5274 for URLs.
5275
52762005-10-28 Richard M. Stallman <rms@gnu.org>
5277
5278 * minibuf.texi (Completion Commands): Clean up prev change.
5279
52802005-10-26 Kevin Ryde <user42@zip.com.au>
5281
5282 * compile.texi (Eval During Compile): Explain recommended uses
5283 of eval-when-compile and eval-and-compile.
5284
52852005-10-27 Masatake YAMATO <jet@gyve.org>
5286
5287 * minibuf.texi (Completion Commands):
5288 Write about new optional argument for `display-completion-list'.
5289
52902005-10-23 Richard M. Stallman <rms@gnu.org>
5291
5292 * display.texi (Overlay Arrow): Clarify about local bindings of
5293 overlay-arrow-position.
5294
52952005-10-22 Eli Zaretskii <eliz@gnu.org>
5296
5297 * internals.texi (Building Emacs): Fix last change.
5298
52992005-10-22 Richard M. Stallman <rms@gnu.org>
5300
5301 * internals.texi (Building Emacs): Document eval-at-startup.
5302
53032005-10-21 Richard M. Stallman <rms@gnu.org>
5304
5305 * loading.texi (Where Defined): load-history contains abs file names.
5306 symbol-file returns abs file names.
5307
53082005-10-19 Kim F. Storm <storm@cua.dk>
5309
5310 * display.texi (Showing Images): Add max-image-size integer value.
5311
53122005-10-18 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * display.texi (Showing Images): Document max-image-size.
5315
53162005-10-17 Richard M. Stallman <rms@gnu.org>
5317
5318 * commands.texi (Quitting): Minor clarification.
5319
5320 * processes.texi (Sentinels): Clarify about output and quitting.
5321 (Filter Functions): Mention with-local-quit.
5322
53232005-10-17 Juri Linkov <juri@jurta.org>
5324
5325 * buffers.texi (Current Buffer):
5326 * commands.texi (Event Input Misc):
5327 * compile.texi (Eval During Compile, Compiler Errors):
5328 * customize.texi (Group Definitions):
5329 * display.texi (Progress, Defining Faces):
5330 * files.texi (Writing to Files):
5331 * modes.texi (Mode Hooks, Defining Minor Modes):
5332 * streams.texi (Output Functions):
5333 * syntax.texi (Syntax Table Functions):
5334 * text.texi (Change Hooks):
5335 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5336
5337 * commands.texi (Quitting): Replace arg `forms' with `body' in
5338 `with-local-quit'.
5339
5340 * positions.texi (Excursions): Replace arg `forms' with `body' in
5341 `save-excursion'.
5342
53432005-10-08 Kim F. Storm <storm@cua.dk>
5344
5345 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5346 Rename manual section accordingly.
5347
53482005-10-04 Kim F. Storm <storm@cua.dk>
5349
5350 * windows.texi (Window Split Tree): New section describing
5351 new function window-split-tree function.
5352
53532005-10-03 Nick Roberts <nickrob@snap.net.nz>
5354
5355 * display.texi (Fringe Size/Pos): Simplify and add detail.
5356
53572005-09-30 Romain Francoise <romain@orebokech.com>
5358
5359 * minibuf.texi (High-Level Completion): Explain that the prompt
5360 given to `read-buffer' should end with a colon and a space.
5361 Update usage examples.
5362
53632005-09-29 Juri Linkov <juri@jurta.org>
5364
5365 * display.texi (Displaying Messages): Rename argument name
5366 `string' to `format-string' in functions `message', `message-box',
5367 `message-or-box'.
5368
53692005-09-26 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * errors.texi (Standard Errors): Correct xrefs.
5372
53732005-09-18 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * display.texi (Defining Images): Update documentation for
5376 `image-load-path'.
5377
53782005-09-17 Richard M. Stallman <rms@gnu.org>
5379
5380 * display.texi (Defining Images): Clean up previous change.
5381
53822005-09-16 Romain Francoise <romain@orebokech.com>
5383
5384 * elisp.texi: Specify GFDL version 1.2.
5385
5386 * doclicense.texi (GNU Free Documentation License): Update to
5387 version 1.2.
5388
53892005-09-15 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * display.texi (Defining Images): Document `image-load-path'.
5392
53932005-09-15 Richard M. Stallman <rms@gnu.org>
5394
5395 * objects.texi (Printed Representation): Minor cleanup.
5396 (Box Diagrams): Minor fix.
5397 (Cons Cell Type): Move (...) index item here.
5398 (Box Diagrams): From here.
5399 (Array Type): Minor fix.
5400 (Type Predicates): Delete index "predicates".
5401 (Hash Table Type): Clarify xref.
5402 (Dotted Pair Notation): Minor fix.
5403
54042005-09-10 Chong Yidong <cyd@stupidchicken.com>
5405
5406 * files.texi (Saving Buffers): Fix typo.
5407
54082005-09-08 Richard M. Stallman <rms@gnu.org>
5409
5410 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5411
54122005-09-08 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * locals.texi (Standard Buffer-Local Variables): Don't include
5415 mode variables for minor modes.
5416 Fix xrefs for buffer-display-count, buffer-display-table,
5417 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5418 enable-multibyte-characters, fill-column, header-line-format,
5419 left-fringe-width, left-margin, and right-fringe-width.
5420
5421 * hooks.texi (Standard Hooks): All hooks should conform to the
5422 standard naming convention now.
5423 Fix xref for `echo-area-clear-hook'.
5424
5425 * display.texi (Usual Display): Note that indicate-empty-lines and
5426 tab-width are buffer-local.
5427
5428 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5429
5430 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5431
5432 * nonascii.texi (Encoding and I/O): Note that
5433 buffer-file-coding-system is buffer-local.
5434
5435 * positions.texi (List Motion): Note that defun-prompt-regexp is
5436 buffer-local.
5437
5438 * text.texi (Auto Filling): Note that auto-fill-function is
5439 buffer-local.
5440 (Undo): Note that buffer-undo-list is buffer-local.
5441
5dcb4c4e
SM
5442 * windows.texi (Buffers and Windows):
5443 Document buffer-display-count.
b8d4c8d0
GM
5444
54452005-09-06 Richard M. Stallman <rms@gnu.org>
5446
5447 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5448 package prefix elsewhere than at the start of the name.
5449
54502005-09-03 Richard M. Stallman <rms@gnu.org>
5451
5452 * tips.texi (Programming Tips): Add conventions for minibuffer
5453 questions and prompts.
5454
54552005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5456
5457 * intro.texi (nil and t): Minor cleanup.
5458 Delete spurious mention of keyword symbols.
5459 (Evaluation Notation): Add index entry.
5460 (A Sample Function Description): Minor cleanup.
5461 (A Sample Variable Description): Not all vars can be set.
5462
54632005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5464
5465 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5466
5467 (Insertion): Document precise type of `insert-char' arg COUNT.
5468
54692005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * modes.texi (Other Font Lock Variables): Sync the default of
5472 font-lock-lines-before.
5473
54742005-08-31 Michael Albinus <michael.albinus@gmx.de>
5475
5476 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5477
54782005-08-29 Richard M. Stallman <rms@gnu.org>
5479
5480 * elisp.texi (Top): Update subnode menu.
5481
5482 * searching.texi (Searching and Matching): Move node.
5483 Rearrange contents and add overall explanation.
5484 (Searching and Case): Move node.
5485 (Searching and Matching): Update menu.
5486
54872005-08-27 Eli Zaretskii <eliz@gnu.org>
5488
5489 * os.texi (Startup Summary): Fix the description of the initial
5490 startup message display.
5491
54922005-08-25 Richard M. Stallman <rms@gnu.org>
5493
5494 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5495
54962005-08-25 Emilio C. Lopes <eclig@gmx.net>
5497
5498 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5499 `next-overlay-change' example.
5500
55012005-08-22 Juri Linkov <juri@jurta.org>
5502
5503 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5504 Fix invert-face. Fix args of face-background.
5505
5506 * display.texi (Standard Faces): Delete node.
5507 (Faces): Add xref to `(emacs)Standard Faces'.
5508 (Displaying Faces): Fix xref to `Standard Faces'.
5509
5510 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5511
55122005-08-20 Alan Mackenzie <acm@muc.de>
5513
5514 * buffers.texi (The Buffer List): Clarify the manipulation of the
5515 buffer list.
5516
55172005-08-14 Richard M. Stallman <rms@gnu.org>
5518
5519 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5520 a regexp.
5521
55222005-08-11 Richard M. Stallman <rms@gnu.org>
5523
5524 * elisp.texi (Top): Update subnode lists.
5525
5526 * display.texi (Inverse Video): Node deleted.
5527
5528 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5529 New nodes split out of Coding Conventions.
5530
5531 * searching.texi (Regular Expressions): Document re-builder.
5532
5533 * os.texi (Time Parsing): New node split out of Time Conversion.
5534
5535 * processes.texi (Misc Network, Network Feature Testing)
5536 (Network Options, Make Network): New nodes split out of
5537 Low-Level Network.
5538
55392005-08-09 Richard M. Stallman <rms@gnu.org>
5540
5541 * frames.texi (Geometry): New node, split from Size and Position.
5542 (Frame Parameters): Refer to Geometry.
5543
5544 * buffers.texi (The Buffer List): Fix xrefs.
5545
5546 * windows.texi (Splitting Windows): Fix xref.
5547
5548 * frames.texi (Layout Parameters): Add xref.
5549
5550 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5551
5552 * keymaps.texi (Menu Bar): Fix xref.
5553
5554 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5555
5556 * modes.texi (%-Constructs): Fix xref.
5557
5558 * frames.texi (Window Frame Parameters): Node split up.
5559 (Basic Parameters, Position Parameters, Size Parameters)
5560 (Layout Parameters, Buffer Parameters, Management Parameters)
5561 (Cursor Parameters, Color Parameters): New subnodes.
5562
55632005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5564
5565 * positions.texi (Screen Lines): Update xref for previous change
5566 in minibuf.texi.
5567
5568 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5569 change in minibuf.texi.
5570
55712005-08-09 Richard M. Stallman <rms@gnu.org>
5572
5573 * tips.texi (Coding Conventions): Minor cleanup.
5574
5575 * modes.texi (Defining Minor Modes): Explain when init-value
5576 can be non-nil.
5577
5578 * elisp.texi (Top): Update submenu for Minibuffer.
5579
5580 * minibuf.texi (Minibuffer Misc): Node split up.
5581 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5582 (Recursive Mini): New nodes split out from Minibuffer Misc.
5583 (Minibuffer Misc): Document max-mini-window-height.
5584
5585 * hash.texi (Defining Hash): Delete stray paren in example.
5586
5587 * display.texi (Echo Area Customization): Don't define
5588 max-mini-window-height here; xref instead.
5589
5590 * commands.texi (Event Input Misc): Update while-no-input.
5591
5592 * advice.texi (Advising Functions): Explain when to use advice
5593 and when to use a hook.
5594
55952005-07-30 Eli Zaretskii <eliz@gnu.org>
5596
5597 * makefile.w32-in (info): Don't run install-info.
5598 ($(infodir)/dir): New target, produced by running install-info.
5599
56002005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5601
5602 * modes.texi (Defining Minor Modes): The keyword for the initial
5603 value is :init-value, not :initial-value.
5604
56052005-07-23 Eli Zaretskii <eliz@gnu.org>
5606
5607 * loading.texi (Autoload): Make the `doctor' example be consistent
5608 with what's in current loaddefs.el. Describe the "fn" magic in
5609 the usage portion of the doc string.
5610
56112005-07-22 Richard M. Stallman <rms@gnu.org>
5612
5613 * internals.texi (Garbage Collection): Clarify previous change.
5614
56152005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5618
56192005-07-18 Juri Linkov <juri@jurta.org>
5620
5621 * commands.texi (Accessing Events):
5622 * frames.texi (Text Terminal Colors, Resources):
5623 * markers.texi (The Mark):
5624 * modes.texi (Defining Minor Modes):
5625 Delete duplicate duplicate words.
5626
56272005-07-16 Richard M. Stallman <rms@gnu.org>
5628
5629 * display.texi (Managing Overlays): Clarify make-overlay
5630 args for insertion types.
5631
56322005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5633
5634 * customize.texi (Variable Definitions):
5635 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5636 `standard-value' is a list too.
5637 (Defining New Types): Use @key{RET} instead of @key{ret}.
5638
56392005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5640
5641 * os.texi (Translating Input): Fix typo.
5642
56432005-07-08 Richard M. Stallman <rms@gnu.org>
5644
5645 * README: Update edition number and size estimate.
5646
5647 * elisp.texi (VERSION): Set to 2.9.
5648
56492005-07-07 Richard M. Stallman <rms@gnu.org>
5650
5651 * book-spine.texinfo: Update Emacs version.
5652
5653 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5654
56552005-07-06 Richard M. Stallman <rms@gnu.org>
5656
5657 * searching.texi (Regexp Search): Clarify what re-search-forward
5658 does when the search fails.
5659
56602005-07-05 Lute Kamstra <lute@gnu.org>
5661
5662 * Update FSF's address in GPL notices.
5663
5664 * doclicense.texi (GNU Free Documentation License):
5665 * gpl.texi (GPL):
5666 * tips.texi (Coding Conventions, Library Headers):
5667 * vol1.texi:
5668 * vol2.texi: Update FSF's address.
5669
56702005-07-04 Richard M. Stallman <rms@gnu.org>
5671
5672 * hooks.texi (Standard Hooks): Add occur-hook.
5673
56742005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5675
5676 * display.texi (The Echo Area): Correct menu.
5677
56782005-07-03 Richard M. Stallman <rms@gnu.org>
5679
5680 * elisp.texi (Top): Update subnode menu for Display.
5681
5682 * display.texi (Displaying Messages): New node, with most
5683 of what was in The Echo Area.
5dcb4c4e 5684 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5685 (Logging Messages): New node with new text.
5686 (Echo Area Customization): New node, the rest of what was
5687 in The Echo Area. Document message-truncate-lines with @defvar.
5688 (Display): Update menu.
5689
5690 * windows.texi (Textual Scrolling): Doc 3 values for
5691 scroll-preserve-screen-position.
5692
5693 * text.texi (Special Properties): Change hook functions
5694 should bind inhibit-modification-hooks around altering buffer text.
5695
5696 * keymaps.texi (Key Binding Commands): Call binding BINDING
5697 rather than DEFINITION.
5698
56992005-06-29 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * variables.texi (Defining Variables): `user-variable-p' returns t
5702 for aliases of user options, nil for alias loops.
5703
57042005-06-28 Richard M. Stallman <rms@gnu.org>
5705
5706 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5707 make-keymap.
5708
57092005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5710
5711 * variables.texi (Setting Variables): Correct and clarify
5712 description of `add-to-ordered-list'.
5713
57142005-06-26 Richard M. Stallman <rms@gnu.org>
5715
5716 * display.texi (Faces): Minor cleanup.
5717
57182005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5719
5720 * display.texi (Faces): `facep' returns t for strings that are
5721 face names.
5722
57232005-06-25 Richard M. Stallman <rms@gnu.org>
5724
5725 * objects.texi (Equality Predicates): Clarify meaning of equal.
5726
5727 * windows.texi (Selecting Windows): save-selected-window
5728 and with-selected-window save and restore the current buffer.
5729
57302005-06-24 Richard M. Stallman <rms@gnu.org>
5731
5732 * numbers.texi (Float Basics): Explain how to test for NaN,
5733 and printing the sign of NaNs.
5734
57352005-06-24 Eli Zaretskii <eliz@gnu.org>
5736
5737 * makefile.w32-in (MAKEINFO): Use --force.
5738
57392005-06-23 Richard M. Stallman <rms@gnu.org>
5740
5741 * display.texi (Face Functions): Correct Texinfo usage.
5742
57432005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5744
5745 * lists.texi (Rings): `ring-elements' now returns the elements of
5746 RING in order.
5747
57482005-06-23 Juanma Barranquero <lekktu@gmail.com>
5749
5750 * markers.texi (The Mark): Texinfo usage fix.
5751
57522005-06-23 Kim F. Storm <storm@cua.dk>
5753
5754 * searching.texi (Entire Match Data): Remove evaporate option for
5755 match-data. Do not mention evaporate option for set-match-data.
5756
57572005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5758
5759 * display.texi (Face Functions): Mention face aliases.
5760
57612005-06-21 Richard M. Stallman <rms@gnu.org>
5762
5763 * anti.texi (Antinews): Texinfo usage fix.
5764
57652005-06-21 Karl Berry <karl@gnu.org>
5766
5767 * elisp.texi: Use @copying.
5768
5769 * elisp.texi: Put @summarycontents and @contents before the Top
5770 node, instead of the end of the file, so that the contents appear
5771 in the right place in the dvi/pdf output.
5772
57732005-06-21 Juri Linkov <juri@jurta.org>
5774
5775 * display.texi (Defining Faces): Add `customized-face'.
5776
57772005-06-20 Kim F. Storm <storm@cua.dk>
5778
5779 * variables.texi (Setting Variables): Any type of element can be
5780 given order in add-to-ordered-list. Compare elements with eq.
5781
5782 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5783
57842005-06-20 Karl Berry <karl@gnu.org>
5785
5786 * syntax.texi (Syntax Flags): Make last column very slightly wider
5787 to avoid "generic comment" breaking on two lines and causing an
5788 underfull box.
5789
57902005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5791
5792 * lists.texi (Rings): Various minor clarifications and corrections.
5793
57942005-06-18 Richard M. Stallman <rms@gnu.org>
5795
5796 * functions.texi (Obsolete Functions): Simplify.
5797
5798 * variables.texi (Variable Aliases): Simplify.
5799
5800 * anti.texi, backups.texi, compile.texi, customization.texi:
5801 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5802 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5803 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5804 * variables.texi: Fix formatting ugliness.
5805
5806 * elisp.texi: Add links to Rings and Byte Packing.
5807 Update version and copyright years.
5808
5809 * minibuf.texi: Fix formatting ugliness.
5810 (Completion Commands): Move keymap vars to the end
5811 and vars completing-read binds to the top.
5812
58132005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5814
5815 * processes.texi: Fix typos.
5816 (Bindat Spec): Correct Texinfo error.
5817 (Byte Packing): Fix ungrammatical sentence.
5818
58192005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5820
5821 * lists.texi (Rings): New node.
5822 (Lists): Add it to menu.
5823
5824 * processes.texi (Byte Packing): New node.
5825 (Processes): Add it to menu.
5826
58272005-06-17 Richard M. Stallman <rms@gnu.org>
5828
5829 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5830
5831 * help.texi (Documentation Basics): Explain the xref to
5832 Documentation Tips.
5833
5834 * debugging.texi (Debugger Commands): Minor fix.
5835
58362005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * edebug.texi (Instrumenting): Eliminate duplicate link.
5839 (Specification List): Replace references to "below", referring to
5840 a later node, with one @ref to that node.
5841
5842 * os.texi (Timers): Timers should save and restore the match data
5843 if they change it.
5844
5845 * debugging.texi (Debugger Commands): Mention that the Lisp
5846 debugger can not step through primitive functions.
5847
58482005-06-16 Juanma Barranquero <lekktu@gmail.com>
5849
5850 * functions.texi (Obsolete Functions): Update argument names of
5851 `make-obsolete' and `define-obsolete-function-alias'.
5852
5853 * variables.texi (Variable Aliases): Update argument names of
5854 `defvaralias', `make-obsolete-variable' and
5855 `define-obsolete-variable-alias'.
5856
58572005-06-15 Kim F. Storm <storm@cua.dk>
5858
5859 * searching.texi (Entire Match Data): Rephrase warnings about
5860 evaporate arg to match-data and set-match-data.
5861
58622005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5863
5864 * elisp.texi (Top): Update detailed menu.
5865
5866 * edebug.texi (Edebug): Update menu.
5867 (Instrumenting): Update xrefs.
5868 (Edebug Execution Modes): Correct xref.
5869 (Jumping): Clarify description of `h' command.
5870 Eliminate redundant @ref.
5871 (Breaks): New node.
5872 (Breakpoints): Is now a subsubsection.
5873 (Global Break Condition): Mention `C-x X X'.
5874 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5875 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5876 (Edebug Display Update): Correct pxref.
5877 (Edebug and Macros): New node.
5878 (Instrumenting Macro Calls): Is now a subsubsection.
5879 Neither arg of `def-edebug-spec' is evaluated.
5880 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5881 (Specification Examples): Fix typo.
5882
58832005-06-14 Lute Kamstra <lute@gnu.org>
5884
5885 * debugging.texi (Function Debugging): Primitives can break on
5886 entry too.
5887
58882005-06-14 Kim F. Storm <storm@cua.dk>
5889
5890 * variables.texi (Setting Variables): Add add-to-ordered-list.
5891
58922005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5895 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5896
58972005-06-13 Lute Kamstra <lute@gnu.org>
5898
5899 * text.texi (Special Properties): Fix cross reference.
5900
59012005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5902
5903 * debugging.texi (Function Debugging): Delete mention of empty
5904 string argument to `cancel-debug-on-entry'. Delete inaccurate
5905 description of the return value of that command.
5906
59072005-06-11 Alan Mackenzie <acm@muc.de>
5908
5909 * text.texi (Adaptive Fill): Amplify the description of
5910 fill-context-prefix.
5911
59122005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5913
5914 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5915
59162005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5919
59202005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5921
5922 * debugging.texi (Error Debugging): Minor rewording.
5923 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5924 is optional.
5925
59262005-06-10 Lute Kamstra <lute@gnu.org>
5927
5928 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5929 (Top): Give it a title. Correct version number. Give the
5930 detailed node listing a more prominent header.
5931 * intro.texi: Don't set VERSION here a second time.
5932 Mention Emacs's version too.
5933 * anti.texi (Antinews): Use EMACSVER to refer to the current
5934 version of Emacs.
5935
59362005-06-09 Kim F. Storm <storm@cua.dk>
5937
5938 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5939 match-data and set-match-data.
5940
59412005-06-08 Richard M. Stallman <rms@gnu.org>
5942
5943 * searching.texi (Entire Match Data): Clarify when match-data
5944 returns markers and when integers.
5945
5946 * display.texi (Defining Faces): Explain that face name should not
5947 end in `-face'.
5948
5949 * modes.texi (Mode Line Data): Minor cleanup.
5950 (Customizing Keywords): Node split out of Search-based Fontification.
5951 Add example of using font-lock-add-keywords from a hook.
5952 Clarify when MODE should be non-nil, and when nil.
5953
59542005-06-06 Richard M. Stallman <rms@gnu.org>
5955
5956 * modes.texi (Mode Line Data): Explain what happens when the car
5957 of a list is a void symbol.
5958 (Search-based Fontification): Explain MODE arg to
5959 font-lock-add-keywords and warn about calls from major modes.
5960
59612005-06-08 Juri Linkov <juri@jurta.org>
5962
5963 * display.texi (Standard Faces): Add `shadow' face.
5964
59652005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * modes.texi (Major Mode Conventions): A derived mode only needs
5968 to put the call to the parent mode inside `delay-mode-hooks'.
5969
59702005-05-29 Richard M. Stallman <rms@gnu.org>
5971
5972 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5973 new, and what that implies. Clarify.
5974
5975 * files.texi (Locating Files): Clean up the text.
5976
5977 * frames.texi (Window Frame Parameters): Document user-size.
5978 Shorten entry for top by referring to left.
5979
59802005-05-26 Richard M. Stallman <rms@gnu.org>
5981
5982 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5983 is new, and what the implications are. Other clarifications.
5984
59852005-05-24 Richard M. Stallman <rms@gnu.org>
5986
5987 * frames.texi (Dialog Boxes): Minor fixes.
5988
59892005-05-25 Masatake YAMATO <jet@gyve.org>
5990
5991 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5992
59932005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5994
5995 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5996 is optional.
5997
59982005-05-24 Nick Roberts <nickrob@snap.net.nz>
5999
10d1d0af 6000 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6001
60022005-05-23 Lute Kamstra <lute@gnu.org>
6003
6004 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6005 syntax-begin-function over font-lock-beginning-of-syntax-function.
6006
60072005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6008
6009 * minibuf.texi (Reading File Names): Update description of
6010 `read-directory-name'.
6011
6012 * modes.texi (Derived Modes): Clarify :group keyword.
6013
60142005-05-21 Eli Zaretskii <eliz@gnu.org>
6015
6016 * files.texi (Locating Files): New subsection.
6017 Describe locate-file and executable-find.
6018
60192005-05-21 Kevin Ryde <user42@zip.com.au>
6020
6021 * frames.texi (Initial Parameters): Update cross reference to
6022 "Emacs Invocation".
6023
60242005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6025
6026 * keymaps.texi (Active Keymaps): Add anchor.
6027
6028 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6029 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6030 appropriate place.
6031 (Derived Modes): Small clarifications.
6032 (Minor Mode Conventions, Keymaps and Minor Modes):
6033 Replace references to nodes with references to anchors.
6034 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6035 Clarify description of lists whose first element is an integer.
6036 (Mode Line Variables): Add anchor.
6037 (%-Constructs): Clarify description of integer after %.
6038 (Emulating Mode Line): Describe nil value for FACE.
6039
60402005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6041
6042 * modes.texi (Derived Modes): Correct references to non-existing
6043 variable standard-syntax-table.
6044
60452005-05-17 Lute Kamstra <lute@gnu.org>
6046
6047 * modes.texi (Defining Minor Modes): Mention the mode hook.
6048
60492005-05-15 Kim F. Storm <storm@cua.dk>
6050
6051 * processes.texi (Network): Remove open-network-stream-nowait.
6052 (Network Servers): Remove open-network-stream-server.
6053
60542005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6055
6056 * elisp.texi (Top): Update detailed menu.
6057
6058 * variables.texi: Reorder nodes.
6059 (Variables): Update menu.
6060 (File Local Variables): Do not refer to the `-*-' line as
6061 a "local variables list". Add pxref.
6062
60632005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6064
6065 * elisp.texi (Top): Update detailed menu for node changes.
6066
6067 * modes.texi (Modes): Update Menu.
6068 (Hooks): Move to beginning of chapter.
6069 Most minor modes run mode hooks too.
6070 `add-hook' can handle void hooks or hooks whose value is a single
6071 function.
6072 (Major Modes): Update Menu.
6073 (Major Mode Basics): New node, split off from `Major Modes'.
6074 (Major Mode Conventions): Correct xref. Explain how to handle
6075 auto-mode-alist if the major mode command has an autoload cookie.
6076 (Auto Major Mode): Major update. Add magic-mode-alist.
6077 (Derived Modes): Major update.
6078 (Mode Line Format): Update Menu.
6079 (Mode Line Basics): New node, split off from `Mode Line Format'.
6080
6081 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6082 for `magic autoload comment'. Add index entries and anchor.
6083
60842005-05-14 Richard M. Stallman <rms@gnu.org>
6085
6086 * tips.texi (Coding Conventions): Explain how important it is
6087 that just loading certain files not change Emacs behavior.
6088
6089 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6090
60912005-05-12 Lute Kamstra <lute@gnu.org>
6092
6093 * modes.texi (Generic Modes): Update.
6094 (Major Modes): Refer to node "Generic Modes".
6095
6096 * elisp.texi (Top): Update to the current structure of the manual.
6097 * processes.texi (Processes): Add menu description.
6098 * customize.texi (Customization): Add menu descriptions.
6099
61002005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6101
6102 * processes.texi (Signals to Processes)
6103 (Low-Level Network): Fix typos.
6104
61052005-05-11 Lute Kamstra <lute@gnu.org>
6106
6107 * elisp.texi (Top): Add some nodes from the chapter "Major and
6108 Minor Modes" to the detailed node listing.
6109
61102005-05-10 Richard M. Stallman <rms@gnu.org>
6111
6112 * keymaps.texi (Extended Menu Items): Menu item filter functions
6113 can be called at any time.
6114
61152005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6116
6117 * variables.texi (File Local Variables): `(hack-local-variables t)'
6118 now also checks whether a mode is specified in the local variables
6119 list.
6120
61212005-05-05 Kevin Ryde <user42@zip.com.au>
6122
6123 * display.texi (The Echo Area): Correct format function cross
6124 reference.
6125
61262005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6127
6128 * variables.texi (Variable Aliases): Change description of
6129 `define-obsolete-variable-alias'.
6130
6131 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6132 (Defining Functions): Add xref.
6133 (Obsolete Functions): New node.
6134 (Function Safety): Standardize capitalization of section title.
6135
6136 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6137 (Dialog Boxes): Complete description of `x-popup-dialog'.
6138
61392005-05-04 Richard M. Stallman <rms@gnu.org>
6140
6141 * commands.texi (Interactive Codes): Fix Texinfo usage.
6142 Document U more clearly.
6143
61442005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6145
6146 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6147 function and not a macro.
6148
6149 * frames.texi (Pop-Up Menus): Correct and clarify description of
6150 `x-popup-menu'.
6151 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6152
61532005-05-01 Richard M. Stallman <rms@gnu.org>
6154
6155 * edebug.texi (Checking Whether to Stop): Fix previous change.
6156
61572005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6158
6159 * display.texi: Fix typos and Texinfo usage.
6160
6161 * edebug.texi (Checking Whether to Stop): executing-macro ->
6162 executing-kbd-macro.
6163
61642005-05-01 Richard M. Stallman <rms@gnu.org>
6165
6166 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6167
61682005-04-30 Richard M. Stallman <rms@gnu.org>
6169
6170 * files.texi (Magic File Names): Document `operations' property.
6171
61722005-04-29 Lute Kamstra <lute@gnu.org>
6173
6174 * modes.texi (Generic Modes): New node.
6175 (Major Modes): Add it to the menu.
6176 (Derived Modes): Add "derived mode" to concept index.
6177
61782005-04-28 Lute Kamstra <lute@gnu.org>
6179
6180 * modes.texi (Defining Minor Modes): Fix previous change.
6181 (Font Lock Mode): Simplify.
6182 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6183 when set and that some parts are optional. Add cross references.
6184 (Search-based Fontification): Say how to specify font-lock-keywords.
6185 Add cross references. Add font-lock-multiline to index.
6186 Move font-lock-keywords-case-fold-search here from node "Other Font
6187 Lock Variables". Document font-lock-add-keywords and
6188 font-lock-remove-keywords.
6189 (Other Font Lock Variables): Move font-lock-keywords-only,
6190 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6191 and font-lock-syntactic-face-function to node "Syntactic Font
6192 Lock". Move font-lock-keywords-case-fold-search to node
6193 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6194 and font-lock-{,un}fontify-{buffer,region}-function.
6195 (Precalculated Fontification): Remove reference to deleted variable
6196 font-lock-core-only.
6197 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6198 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6199 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6200 and font-lock-syntactic-face-function here from node "Other Font
6201 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6202 Syntax Properties". Add cross references.
6203 (Setting Syntax Properties): New node.
6204 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6205 * syntax.texi (Syntax Properties): Add cross reference.
6206 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6207
62082005-04-26 Richard M. Stallman <rms@gnu.org>
6209
6210 * display.texi (Defining Faces):
6211 Document `default' elements of defface spec.
6212
6213 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6214
6215 * variables.texi (Variable Aliases): Clarify text.
6216
62172005-04-25 Chong Yidong <cyd@stupidchicken.com>
6218
6219 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6220
62212005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6222
6223 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6224
62252005-04-24 Eli Zaretskii <eliz@gnu.org>
6226
6227 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6228 syntax-after and syntax-class.
6229
6230 * files.texi (Changing Files): Fix last change's cross-reference.
6231 (Unique File Names): Don't mention "numbers" in the documentation
6232 of make-temp-file and make-temp-name.
6233
62342005-04-23 Richard M. Stallman <rms@gnu.org>
6235
6236 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6237
62382005-04-22 Nick Roberts <nickrob@snap.net.nz>
6239
6240 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6241
62422005-04-22 Nick Roberts <nickrob@snap.net.nz>
6243
6244 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6245 and define-obsolete-variable-alias.
6246
62472005-04-22 Kim F. Storm <storm@cua.dk>
6248
6249 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6250 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6251
62522005-04-21 Lute Kamstra <lute@gnu.org>
6253
6254 * lists.texi (Association Lists): Document rassq-delete-all.
6255
62562005-04-19 Richard M. Stallman <rms@gnu.org>
6257
6258 * modes.texi (Search-based Fontification): Explain that
6259 facespec is an expression to be evaluated.
6260
62612005-04-19 Kevin Ryde <user42@zip.com.au>
6262
6263 * streams.texi (Output Functions): Fix xref.
6264 * strings.texi (String Conversion): Fix xref.
6265
62662005-04-19 Kim F. Storm <storm@cua.dk>
6267
6268 * symbols.texi (Symbol Plists): Add safe-get.
6269 Mention that `get' may signal an error.
6270
62712005-04-18 Nick Roberts <nickrob@snap.net.nz>
6272
6273 * customize.texi (Variable Definitions): Replace tooltip-mode
6274 example with save-place.
6275
62762005-04-17 Richard M. Stallman <rms@gnu.org>
6277
6278 * buffers.texi (Indirect Buffers): Clarify.
6279
6280 * positions.texi (Positions): Clarify converting marker to integer.
6281
6282 * strings.texi (String Basics): Mention string-match; clarify.
6283
62842005-04-08 Lute Kamstra <lute@gnu.org>
6285
6286 * modes.texi (Search-based Fontification): Fix cross references.
6287 Use consistent terminology. Document anchored highlighting.
6288
62892005-04-05 Lute Kamstra <lute@gnu.org>
6290
6291 * modes.texi (Defining Minor Modes): Document :group keyword
6292 argument and its default value.
6293
62942005-04-03 Lute Kamstra <lute@gnu.org>
6295
6296 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6297 references and/or descriptions. Delete major mode hooks; mention
6298 them as a category instead. Rename or delete obsolete hooks.
6299
63002005-04-02 Richard M. Stallman <rms@gnu.org>
6301
6302 * nonascii.texi (Coding System Basics): Another wording cleanup.
6303
63042005-04-01 Richard M. Stallman <rms@gnu.org>
6305
6306 * nonascii.texi (Coding System Basics): Clarify previous change.
6307
63082005-04-01 Kenichi Handa <handa@m17n.org>
6309
10d1d0af 6310 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6311 identity of coding systems.
6312
63132005-03-29 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * text.texi (Buffer Contents): Add filter-buffer-substring and
6316 buffer-substring-filters.
6317
63182005-03-26 Chong Yidong <cyd@stupidchicken.com>
6319
6320 * anti.texi (Antinews): Mention `G' interactive code.
6321
6322 * tips.texi (Compilation Tips): Mention benchmark.el.
6323
63242005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6325
6326 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6327 is now bound to M-o M-o.
6328
6329 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6330
63312005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6332
6333 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6334 in the Emacs Manual).
6335 * Makefile.in (srcs): Remove calendar.texi.
6336 * makefile.w32-in (srcs): Remove calendar.texi.
6337 * display.texi (Display): Change name of next node.
6338 * os.texi (System In): Change name of previous node.
6339 * elisp.texi (Top): Remove Calendar references.
6340 * vol1.texi (Top): Remove Calendar references.
6341 * vol2.texi (Top): Remove Calendar references.
6342
63432005-03-25 Richard M. Stallman <rms@gnu.org>
6344
6345 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6346 Cleanup previous change.
6347
63482005-03-25 Chong Yidong <cyd@stupidchicken.com>
6349
6350 * display.texi (Face Attributes): Faces earlier in an :inherit
6351 list take precedence.
6352 (Scroll Bars): Fix description of vertical-scroll-bars.
6353 Document frame-current-scroll-bars and window-current-scroll-bars.
6354
6355 * markers.texi (The Mark): Document temporary Transient Mark mode.
6356
6357 * minibuf.texi (Reading File Names):
6358 Document read-file-name-completion-ignore-case.
6359
6360 * positions.texi (Screen Lines): Document nil for width argument
6361 to compute-motion.
6362
63632005-03-23 Kim F. Storm <storm@cua.dk>
6364
6365 * display.texi (Standard Faces): Other faces used in the fringe
6366 implicitly inherits from the fringe face.
6367 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6368 properties implicitly inherits from fringe face.
6369 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6370
63712005-03-20 Chong Yidong <cyd@stupidchicken.com>
6372
6373 * display.texi (Invisible Text): State default value of
6374 line-move-ignore-invisible.
6375 (Managing Overlays): Document remove-overlays.
6376 (Standard Faces): Document escape-glyph face.
6377
6378 * minibuf.texi (Reading File Names): Document read-file-name-function.
6379
6380 * modes.texi (Other Font Lock Variables):
6381 Document font-lock-lines-before.
6382
6383 * positions.texi (Skipping Characters): skip-chars-forward allows
6384 character classes.
6385
63862005-03-18 Lute Kamstra <lute@gnu.org>
6387
6388 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6389
63902005-03-17 Richard M. Stallman <rms@gnu.org>
6391
6392 * text.texi (Undo): Document extensible undo entries.
6393
dd7b651b 6394 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6395
6396 * nonascii.texi (Character Codes): Minor fix.
6397
6398 * display.texi (Display Property): Explain the significance
6399 of having text properties that are eq.
6400 (Other Display Specs): Explain string as display spec.
6401
6402 * commands.texi (Interactive Codes): Document G option.
6403
64042005-03-17 Chong Yidong <cyd@stupidchicken.com>
6405
6406 * text.texi (Filling): Add sentence-end-without-period and
6407 sentence-end-without-space.
6408 (Changing Properties): Minor fix.
6409
6410 * anti.texi: Total rewrite.
6411
64122005-03-15 Lute Kamstra <lute@gnu.org>
6413
6414 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6415
64162005-03-08 Kim F. Storm <storm@cua.dk>
6417
6418 * display.texi (Specified Space): Property :width is support on
6419 non-graphic terminals, :height is not.
6420
64212005-03-07 Richard M. Stallman <rms@gnu.org>
6422
6423 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6424 Now subnodes of Fringes.
6425 (Overlay Arrow): Document overlay-arrow-variable-list.
6426 (Fringe Size/Pos): New node, broken out of Fringes.
6427 (Display): Explain clearing vs redisplay better.
6428 (Truncation): Clarify use of bitmaps.
6429 (The Echo Area): Clarify the uses of the echo area.
6430 Add max-mini-window-height.
6431 (Progress): Clarify.
6432 (Invisible Text): Explain that main loop moves point out.
6433 (Selective Display): Say "hidden", not "invisible".
6434 (Managing Overlays): Move up. Describe relation to Undo here.
6435 (Overlay Properties): Clarify intro.
6436 (Finding Overlays): Explain return values when nothing found.
6437 (Width): truncate-string-to-width has added arg.
6438 (Displaying Faces): Clarify and update mode line face handling.
6439 (Face Functions): Minor cleanup.
6440 (Conditional Display): Merge into Other Display Specs.
6441 (Pixel Specification, Other Display Specs): Minor cleanups.
6442 (Images, Image Descriptors): Minor cleanups.
6443 (GIF Images): Patents have expired.
6444 (Showing Images): Explain default text for insert-image.
6445 (Manipulating Button Types): Merge into Manipulating Buttons.
6446 (Making Buttons): Explain return values.
6447 (Button Buffer Commands): Add xref.
6448 (Inverse Video): Update mode-line-inverse-video.
6449 (Display Table Format): Clarify.
6450 (Active Display Table): Give defaults for window-display-table.
6451
6452 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6453 and calendar-today-marker are strings, not chars.
6454 (Holiday Customizing): Minor fix.
6455
6456 * internals.texi (Writing Emacs Primitives): Update `or' example.
6457 Update limit on # args of subr.
6458
6459 * edebug.texi (Using Edebug): Arrow is in fringe.
6460 (Instrumenting): Arg to eval-defun works without loading edebug.
6461 (Edebug Execution Modes): Add xref.
6462
6463 * customize.texi (Common Keywords): Clarify :require.
6464 Mention :version here.
6465 (Variable Definitions, Group Definitions): Not here.
6466 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6467
64682005-03-07 Chong Yidong <cyd@stupidchicken.com>
6469 * nonascii.texi (Text Representations): Clarify position-bytes.
6470 (Character Sets): Add list-charset-chars.
6471 (Scanning Charsets): Add charset-after.
6472 (Encoding and I/O): Minor fix.
6473
64742005-03-06 Richard M. Stallman <rms@gnu.org>
6475
6476 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6477 (Resizing Windows): Likewise.
6478
6479 * text.texi (Change Hooks): Get rid of "Emacs 21".
6480
6481 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6482
6483 * streams.texi (Output Variables): Get rid of "Emacs 21".
6484
6485 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6486
6487 * os.texi (Translating Input): Replace flow-control example
6488 with a less obsolete example that uses `keyboard-translate'.
6489
6490 * objects.texi (Hash Table Type, Circular Objects):
6491 Get rid of "Emacs 21".
6492
6493 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6494 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6495
6496 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6497
6498 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6499
6500 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6501 (Menu Bar): Fix when menu-bar-update-hook is called.
6502
6503 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6504
6505 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6506 and make it read better.
6507
6508 * files.texi (Writing to Files): Get rid of "Emacs 21".
6509 (Unique File Names): Likewise.
6510
6511 * elisp.texi: Update Emacs version to 22.
6512
6513 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6514 (Overlay Properties, Face Attributes): Likewise.
6515 (Managing Overlays): Fix punctuation.
6516 (Attribute Functions): Clarify set-face-font; get rid of
6517 info about old Emacs versions.
6518 (Auto Faces, Font Lookup, Display Property, Images):
6519 Get rid of "Emacs 21".
6520
6521 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6522
65232005-03-05 Richard M. Stallman <rms@gnu.org>
6524
6525 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6526
65272005-03-04 Lute Kamstra <lute@gnu.org>
6528
6529 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6530
65312005-03-03 Lute Kamstra <lute@gnu.org>
6532
6533 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6534
65352005-03-01 Lute Kamstra <lute@gnu.org>
6536
6537 * debugging.texi (Debugger Commands): Update `j'.
6538
65392005-02-28 Lute Kamstra <lute@gnu.org>
6540
6541 * debugging.texi (Debugging): Fix typo.
6542 (Error Debugging): Document eval-expression-debug-on-error.
6543 (Function Debugging): Update example.
6544 (Using Debugger): Mention starred stack frames.
6545 (Debugger Commands): Document `j' and `l'.
6546 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6547 Update the messages that the debugger displays.
6548 (Internals of Debugger): Add cross reference. Update example.
6549 (Excess Open): Minor improvement.
6550 (Excess Close): Minor improvement.
6551
65522005-02-26 Richard M. Stallman <rms@gnu.org>
6553
6554 * tips.texi (Coding Conventions): Clarify.
6555 Put all the major mode key reservations together.
6556 Mention the Mouse-1 => Mouse-2 conventions.
6557
6558 * syntax.texi (Syntax Class Table): Clarify.
6559 (Syntax Table Functions): syntax-after moved from here.
6560 (Syntax Table Internals): syntax-after moved to here.
6561 (Parsing Expressions): Update info on number of values
6562 and what's meaningful in the STATE argument.
6563 (Categories): Fix typo.
6564
6565 * sequences.texi (Arrays): Cleanup.
6566 (Char-Tables): Clarify.
6567
6568 * processes.texi (Deleting Processes): Cleanups, add xref.
6569 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6570 (Process Information): set-process-coding-system, some args optional.
6571 (Input to Processes): Explain various types for PROCESS args.
6572 Rename them from PROCESS-NAME to PROCESS.
6573 (Signals to Processes): Likewise.
6574 (Decoding Output): Cleanup.
6575 (Query Before Exit): Clarify.
6576
6577 * os.texi (Startup Summary): Correct the options; add missing ones.
6578 (Terminal Output, Batch Mode): Clarify.
6579 (Flow Control): Node deleted.
6580
6581 * markers.texi (The Mark): Clarify.
6582
6583 * macros.texi (Expansion): Cleanup.
6584 (Indenting Macros): indent-spec allows ints, not floats.
6585
6586 * keymaps.texi (Keymaps): Clarify.
6587 (Format of Keymaps): Update lisp-mode-map example.
6588 (Active Keymaps, Key Lookup): Clarify.
6589 (Changing Key Bindings): Add xref to `kbd'.
6590 (Key Binding Commands, Simple Menu Items): Clarify.
6591 (Mouse Menus, Menu Bar): Clarify.
6592 (Menu Example): Replace print example with menu-bar-replace-menu.
6593
6594 * help.texi (Documentation Basics): Add function-documentation prop.
6595
6596 * elisp.texi (Top): Don't refer to Flow Control node.
6597
6598 * commands.texi (Command Overview): Improve xrefs.
6599 (Adjusting Point): Adjusting point applies to intangible and invis.
6600 (Key Sequence Input): Doc extra read-key-sequence args.
6601 Likewise for read-key-sequence-vector.
6602
6603 * backups.texi (Rename or Copy): Minor fix.
6604 (Numbered Backups): For version-control, say the default.
6605 (Auto-Saving): make-auto-save-file-name example is simplified.
6606
6607 * advice.texi (Advising Functions): Don't imply one part of Emacs
6608 should advise another part. Markup changes.
6609 (Defining Advice): Move transitional para.
6610 (Activation of Advice): Cleanup.
6611 Explain if COMPILE is nil or negative.
6612
6613 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6614
66152005-02-24 Lute Kamstra <lute@gnu.org>
6616
6617 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6618 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6619
66202005-02-23 Lute Kamstra <lute@gnu.org>
6621
6622 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6623 to define global minor modes as well.
6624
6625 * display.texi (Managing Overlays): overlay-buffer returns nil for
6626 deleted overlays.
6627
66282005-02-22 Kim F. Storm <storm@cua.dk>
6629
6630 * minibuf.texi (Basic Completion): Allow symbols in addition to
6631 strings in try-completion and all-completions.
6632
66332005-02-14 Lute Kamstra <lute@gnu.org>
6634
6635 * elisp.texi (Top): Remove reference to deleted node.
6636
6637 * lists.texi (Lists): Remove reference to deleted node.
6638 (Cons Cells): Fix typo.
6639
6640 * loading.texi (Where Defined): Fix typo.
6641
66422005-02-14 Richard M. Stallman <rms@gnu.org>
6643
6644 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6645 is useful for discarding some minor modes.
6646
6647 * symbols.texi (Symbol Components): Reorder examples.
6648
6649 * streams.texi (Input Functions): State standard-input default.
6650 (Output Variables): State standard-output default.
6651
6652 * objects.texi (Printed Representation): Clarify read syntax vs print.
6653 (Floating Point Type): Explain meaning better.
6654 (Symbol Type): Explain uniqueness better.
6655 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6656 List examples sooner.
6657 (Box Diagrams): New subnode broken out.
6658 Some examples moved from old Lists as Boxes node.
6659 (Dotted Pair Notation): Clarify intro.
6660 (Array Type): Clarify.
6661 (Type Predicates): Add hash-table-p.
6662
6663 * numbers.texi (Integer Basics): Clarify radix explanation.
6664 (Predicates on Numbers): Minor clarification.
6665 (Comparison of Numbers): Minor clarification. Clarify eql.
6666 Typos in min, max.
6667 (Math Functions): Clarify overflow in expt.
6668
6669 * minibuf.texi (Text from Minibuffer): Minor clarification.
6670 Mention arrow keys.
6671
6672 * loading.texi (Autoload): defun's doc string overrides autoload's
6673 doc string.
6674 (Repeated Loading): Modernize "add to list" examples.
6675 (Where Defined): Finish updating table of load-history elts.
6676
6677 * lists.texi (List-related Predicates): Minor wording improvement.
6678 (Lists as Boxes): Node deleted.
6679 (Building Lists): Explain trivial cases of number-sequence.
6680
6681 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6682 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6683 (Hash Access): Any object can be a key.
6684 State value of maphash.
6685
6686 * functions.texi (What Is a Function): Wording cleanup.
6687 (Function Documentation): Minor cleanup.
6688 Explain purpose of calling convention at end of doc string.
6689 (Function Names): Wording cleanup.
6690 (Calling Functions): Wording cleanup.
6691 Explain better how funcall calls the function.
6692 (Function Cells): Delete example of saving and redefining function.
6693
6694 * control.texi (Combining Conditions): Wording cleanup.
6695 (Iteration): dolist and dotimes bind VAR locally.
6696 (Cleanups): Xref to Atomic Changes.
6697
6698 * compile.texi (Byte Compilation): Delete 19.29 info.
6699 (Compilation Functions): Macros' difficulties don't affect defsubst.
6700 (Docs and Compilation): Delete 19.29 info.
6701
67022005-02-10 Richard M. Stallman <rms@gnu.org>
6703
6704 * objects.texi (Symbol Type): Minor correction.
6705
67062005-02-06 Lute Kamstra <lute@gnu.org>
6707
6708 * modes.texi (Example Major Modes): Fix typos.
6709
67102005-02-06 Richard M. Stallman <rms@gnu.org>
6711
6712 * text.texi (Margins): fill-nobreak-predicate can be one function.
6713
6714 * strings.texi (Modifying Strings): clear-string can make unibyte.
6715 (Formatting Strings): format gives error if values missing.
6716
6717 * positions.texi (Character Motion): Mention default arg
6718 for forward-char. backward-char refers to forward-char.
6719 (Word Motion): Mention default arg for forward-word.
6720 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6721 Simplify end-of-buffer.
6722 (Text Lines): Mention default arg for forward-line.
6723 (List Motion): Mention default arg for beginning/end-of-defun.
6724 (Skipping Characters): Minor fixes in explaining character-set.
6725
6726 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6727 Mode inheritance applies only when default-major-mode is nil.
6728 Clarifications.
6729 (Example Major Modes): Update Text mode and Lisp mode examples.
6730 (Minor Mode Conventions): Mention define-minor-mode at top.
6731 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6732 (Mode Line Format): Update mode line face display info.
6733 (Properties in Mode): Mention effect of risky vars.
6734 (Imenu): Define imenu-add-to-menubar.
6735 (Font Lock Mode): Add descriptions to menu lines.
6736 (Faces for Font Lock): Add font-lock-doc-face.
6737
67382005-02-05 Lute Kamstra <lute@gnu.org>
6739
6740 * text.texi (Maintaining Undo): Remove obsolete function.
6741
67422005-02-05 Eli Zaretskii <eliz@gnu.org>
6743
6744 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6745 color specifications. Improve indexing.
b8d4c8d0
GM
6746 (Text Terminal Colors): Replace the description of RGB values by
6747 an xref to "Color Names".
6748
67492005-02-03 Richard M. Stallman <rms@gnu.org>
6750
6751 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6752 Clarify.
6753 (Selecting Windows): Clarify save-selected-window.
6754 (Cyclic Window Ordering): Clarify walk-windows.
6755 (Window Point): Clarify.
6756 (Window Start): Add comment to example.
6757 (Resizing Windows): Add `interactive' specs in examples.
6758 Document fit-window-to-buffer.
6759
6760 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6761 (Undo, Maintaining Undo): Clarify last change.
6762 (Sorting): In sort-numeric-fields, explain about octal and hex.
6763 Mention sort-numeric-base.
6764 (Format Properties): Add xref for hard newlines.
6765
6766 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6767 (Pop-Up Menus): Fix typo.
6768 (Color Names): Explain all types of color names.
6769 Explain color-values on B&W terminal.
6770 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6771
6772 * files.texi (File Locks): Not supported on MS systems.
6773 (Testing Accessibility): Clarify.
6774
6775 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6776 (Coverage Testing): Fix typo.
6777
6778 * commands.texi (Misc Events): Remove stray space.
6779
6780 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6781 (Modification Time): Clarify when visited-file-modtime returns 0.
6782 (The Buffer List): Clarify bury-buffer.
6783 (Killing Buffers): Clarify.
6784 (Indirect Buffers): Add clone-indirect-buffer.
6785
67862005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6787
6788 * edebug.texi (Printing in Edebug): Fix default value of
6789 edebug-print-circle.
6790 (Coverage Testing): Fix displayed frequency count data.
6791
67922005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6793
6794 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6795
67962005-02-02 Kim F. Storm <storm@cua.dk>
6797
6798 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6799
68002005-01-29 Eli Zaretskii <eliz@gnu.org>
6801
6802 * commands.texi (Misc Events): Describe the help-echo event.
6803
6804 * text.texi (Special Properties) <help-echo>: Use `pos'
6805 consistently in description of the help-echo property.
6806 Use @code{nil} instead of @var{nil}.
6807
6808 * display.texi (Overlay Properties): Fix the index entry for
6809 help-echo overlay property.
6810
6811 * customize.texi (Type Keywords): Uncomment the xref to the
6812 help-echo property documentation.
6813
68142005-01-23 Kim F. Storm <storm@cua.dk>
6815
6816 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6817 return value. Third element FULLY replaced by PARTIAL which
6818 specifies number of invisible pixels if row is only partially visible.
6819 (Textual Scrolling): Mention auto-window-vscroll.
6820 (Vertical Scrolling): New defvar auto-window-vscroll.
6821
68222005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6823
6824 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6825 command remapping.
6826
68272005-01-15 Richard M. Stallman <rms@gnu.org>
6828
6829 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6830
68312005-01-14 Kim F. Storm <storm@cua.dk>
6832
6833 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6834
6835 * text.texi (Links and Mouse-1): Fix string and vector item.
6836
68372005-01-13 Richard M. Stallman <rms@gnu.org>
6838
6839 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6840 descriptions of overriding-local-map and overriding-terminal-local-map.
6841
6842 * text.texi (Links and Mouse-1): Clarify text.
6843
68442005-01-13 Kim F. Storm <storm@cua.dk>
6845
6846 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6847
68482005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6849
6850 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6851
68522005-01-12 Kim F. Storm <storm@cua.dk>
6853
6854 * text.texi (Links and Mouse-1): Rename section from Enabling
6855 Mouse-1 to Following Links. Change xrefs.
6856 Add examples for define-button-type and define-widget.
6857
6858 * display.texi (Button Properties, Button Buffer Commands):
6859 Clarify mouse-1 and follow-link functionality.
6860
68612005-01-12 Richard M. Stallman <rms@gnu.org>
6862
6863 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6864
6865 * display.texi (Beeping): Fix Texinfo usage.
6866
6867 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6868
68692005-01-11 Kim F. Storm <storm@cua.dk>
6870
6871 * display.texi (Button Properties, Button Buffer Commands):
6872 Mention mouse-1 binding. Add follow-link keyword.
6873
6874 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6875 (Enabling Mouse-1 to Follow Links): New subsection.
6876
68772005-01-06 Richard M. Stallman <rms@gnu.org>
6878
6879 * text.texi (Special Properties): Minor change.
6880
6881 * os.texi (Timers): Clarify previous change.
6882
6883 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6884
68852005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6886
6887 * display.texi (Face Attributes): Correct xref to renamed node.
6888
68892005-01-01 Richard M. Stallman <rms@gnu.org>
6890
6891 * display.texi (Face Attributes): Describe hex color specs.
6892
68932004-12-31 Richard M. Stallman <rms@gnu.org>
6894
6895 * os.texi (Timers): Update previous change.
6896
68972004-12-30 Kim F. Storm <storm@cua.dk>
6898
6899 * display.texi (Line Height): Total line-height is now specified
6900 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6901 in cons cells. (nil . RATIO) is relative to actual line height.
6902 Use line-height `t' instead of `0' to get minimum height.
6903
69042004-12-29 Richard M. Stallman <rms@gnu.org>
6905
6906 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6907
69082004-12-28 Richard M. Stallman <rms@gnu.org>
6909
6910 * commands.texi (Quitting): Clarify value of with-local-quit.
6911
6912 * elisp.texi (Top): Fix previous change.
6913
6914 * loading.texi (Loading): Fix previous change.
6915
69162004-12-27 Richard M. Stallman <rms@gnu.org>
6917
6918 * Makefile.in (MAKEINFO): Specify --force.
6919
6920 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6921
6922 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6923
6924 * display.texi (Line Height): Further clarify.
6925
6926 * elisp.texi (Top): Update Loading submenu.
6927
6928 * loading.texi (Where Defined): New node.
6929 (Unloading): load-history moved to Where Defined.
6930
69312004-12-21 Richard M. Stallman <rms@gnu.org>
6932
6933 * commands.texi (Event Input Misc): Add while-no-input.
6934
69352004-12-11 Richard M. Stallman <rms@gnu.org>
6936
6937 * display.texi (Line Height): Rewrite text for clarity.
6938
69392004-12-11 Kim F. Storm <storm@cua.dk>
6940
6941 * display.texi (Display): Add node "Line Height" to menu.
6942 (Line Height): New node. Move full description of line-spacing
6943 and line-height text properties here from text.texi.
6944 (Scroll Bars): Add vertical-scroll-bar variable.
6945
6946 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6947
6948 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6949 line-spacing and vertical-scroll-bar.
6950
6951 * text.texi (Special Properties): Just mention line-spacing and
6952 line-height here, add xref to new "Line Height" node.
6953
69542004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6955
6956 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6957
6958 * locals.texi (Standard Buffer-Local Variables):
6959 Add @xref for `line-spacing'.
6960
69612004-12-05 Richard M. Stallman <rms@gnu.org>
6962
6963 * Makefile.in (maintainer-clean): Remove the info files
6964 in $(infodir) where they are created.
6965
69662004-12-03 Richard M. Stallman <rms@gnu.org>
6967
6968 * windows.texi (Selecting Windows): get-lru-window and
6969 get-largest-window don't consider dedicated windows.
6970
6971 * text.texi (Undo): Document undo-in-progress.
6972
69732004-11-26 Richard M. Stallman <rms@gnu.org>
6974
6975 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6976 Remove a few vars that are not always buffer-local.
6977
69782004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6979
6980 * locals.texi (Standard Buffer-Local Variables): Comment out
6981 xref's to non-existent node `Yet to be written'.
6982
69832004-11-24 Richard M. Stallman <rms@gnu.org>
6984
6985 * processes.texi (Synchronous Processes): Grammar fix.
6986
6987 * numbers.texi (Comparison of Numbers): Add eql.
6988
6989 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6990
6991 * intro.texi (Printing Notation): Fix previous change.
6992
6993 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6994 and default-indicate-buffer-boundaries from here.
6995 (Usual Display): To here.
6996 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6997 (Usual Display): Move tab-width up.
6998
5dcb4c4e
SM
6999 * customize.texi (Variable Definitions):
7000 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7001 (Simple Types, Composite Types, Defining New Types):
7002 Minor cleanups.
7003
70042004-11-21 Jesper Harder <harder@ifa.au.dk>
7005
7006 * processes.texi (Synchronous Processes, Output from Processes):
7007 Markup fix.
7008
70092004-11-20 Richard M. Stallman <rms@gnu.org>
7010
7011 * positions.texi (Skipping Characters): skip-chars-forward
7012 now handles char classes.
7013
7014 * intro.texi (Printing Notation): Avoid confusion of `print'
7015 when explaining @print.
7016
7017 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7018
7019 * display.texi (Display Table Format): Minor fix.
7020
7021 * streams.texi (Output Functions): Fix print example.
7022
7023 * Makefile.in (elisp): New target.
7024 (dist): Depend on $(infodir)/elisp, not elisp.
7025 Copy the info files from $(infodir).
7026
7027 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7028 read-from-minibuffer.
7029
7030 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7031
70322004-11-19 Richard M. Stallman <rms@gnu.org>
7033
7034 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7035
70362004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7037
7038 * tips.texi (Coding Conventions): Fix typo.
7039
70402004-11-16 Richard M. Stallman <rms@gnu.org>
7041
7042 * tips.texi (Coding Conventions): Separate defvar and require
7043 methods to avoid warnings. Use require only when there are many
7044 functions and variables from that package.
7045
7046 * minibuf.texi (Minibuffer Completion): When ignoring case,
7047 predicate must not be case-sensitive.
7048
7049 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7050 (Test Coverage): Don't talk about "splotches". Clarified.
7051
70522004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7053
7054 * frames.texi (Window Frame Parameters): Fix typo.
7055
70562004-11-15 Kim F. Storm <storm@cua.dk>
7057
7058 * symbols.texi (Other Plists): Note that plist-get may signal error.
7059 Add safe-plist-get.
7060
70612004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7062
7063 * modes.texi (Font Lock Basics): Fix typo.
7064
70652004-11-08 Richard M. Stallman <rms@gnu.org>
7066
7067 * syntax.texi (Syntax Table Functions): Add syntax-after.
7068
70692004-11-06 Lars Brinkhoff <lars@nocrew.org>
7070
7071 * os.texi (Processor Run Time): New section documenting
7072 get-internal-run-time.
7073
70742004-11-06 Eli Zaretskii <eliz@gnu.org>
7075
7076 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7077 it nukes elisp-cover.texi.
7078 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7079 elisp-0 etc.
7080
70812004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7082
7083 * commands.texi (Keyboard Macros): Document `append' return value
7084 of `defining-kbd-macro'.
7085
70862004-11-01 Richard M. Stallman <rms@gnu.org>
7087
7088 * commands.texi (Interactive Call): Add called-interactively-p.
7089
70902004-10-29 Simon Josefsson <jas@extundo.com>
7091
7092 * minibuf.texi (Reading a Password): Revert.
7093
70942004-10-28 Richard M. Stallman <rms@gnu.org>
7095
7096 * frames.texi (Display Feature Testing): Explain about "vendor".
7097
70982004-10-27 Richard M. Stallman <rms@gnu.org>
7099
7100 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7101 not raw. Clarify `n'.
7102 (Interactive Call): Rewrite interactive-p, focusing on when
7103 and how to use it.
7104 (Misc Events): Clarify previous change.
7105
7106 * advice.texi (Simple Advice): Clarify what job the example does.
7107 (Around-Advice): Clarify ad-do-it.
7108 (Activation of Advice): An option of ad-default-compilation-action
7109 is `never', not `nil'.
7110
71112004-10-26 Kim F. Storm <storm@cua.dk>
7112
7113 * commands.texi (Interactive Codes): Add U code letter.
7114
71152004-10-25 Simon Josefsson <jas@extundo.com>
7116
7117 * minibuf.texi (Reading a Password): Add.
7118
71192004-10-24 Jason Rumney <jasonr@gnu.org>
7120
7121 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7122 and wheel-down.
7123
71242004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7125
7126 * processes.texi (Synchronous Processes): Document process-file.
7127
71282004-10-22 Kenichi Handa <handa@m17n.org>
7129
7130 * text.texi (translate-region): Document that it accepts also a
7131 char-table.
7132
71332004-10-22 David Ponce <david@dponce.com>
7134
7135 * windows.texi (Resizing Windows): Document the `preserve-before'
7136 argument of the functions `enlarge-window' and `shrink-window'.
7137
71382004-10-19 Jason Rumney <jasonr@gnu.org>
7139
7140 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7141
71422004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7143
7144 * text.texi (Filling): Add anchor for definition of
7145 `sentence-end-double-space'.
7146
7147 * searching.texi (Regexp Example): Update description of how
7148 Emacs currently recognizes the end of a sentence.
7149 (Standard Regexps): Update definition of the variable
7150 `sentence-end'. Add definition of the function `sentence-end'.
7151
71522004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7153
7154 * display.texi (Progress): New node.
7155
71562004-10-05 Kim F. Storm <storm@cua.dk>
7157
7158 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7159
71602004-09-29 Kim F. Storm <storm@cua.dk>
7161
7162 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7163 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7164 fringe bitmap symbols, as they now have their own namespace.
7165 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7166 vs. pixels. Signal error if no free bitmap slots.
7167 (Pixel Specification): Change IMAGE to @var{image}.
7168
71692004-09-28 Richard M. Stallman <rms@gnu.org>
7170
7171 * text.texi (Special Properties): Clarify line-spacing and line-height.
7172
7173 * searching.texi (Regexp Search): Add looking-back.
7174
71752004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * display.texi: Correct typos.
7178 (Image Descriptors): Correct xref's.
7179
71802004-09-25 Richard M. Stallman <rms@gnu.org>
7181
7182 * text.texi (Special Properties): Cleanups in `cursor'.
7183 Rewrites in `line-height' and `line-spacing'; exchange them.
7184
7185 * display.texi (Fringes): Rewrite previous change.
7186 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7187 (Display Fringe Bitmaps): Node deleted, text moved.
7188 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7189 (Scroll Bars): Clarify set-window-scroll-bars.
7190 (Pointer Shape): Rewrite.
7191 (Specified Space): Clarify :align-to, etc.
7192 (Pixel Specification): Use @var. Clarify new text.
7193 (Other Display Specs): Clarify `slice'.
7194 (Image Descriptors): Cleanups.
7195 (Showing Images): Cleanups.
7196
71972004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7198
7199 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7200
7201 * modes.texi: Various minor changes in addition to:
7202 (Major Mode Conventions): Final call to `run-mode-hooks' should
7203 not be inside the `delay-mode-hooks' form.
7204 (Mode Hooks): New node.
7205 (Hooks): Delete obsolete example.
7206 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7207 node "Mode Hooks".
7208
72092004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7210
7211 * display.texi: Correct various typos.
7212 (Display): Rename node "Pointer Shapes" to "Pointer
7213 Shape". (There is already a node called "Pointer Shapes" in
7214 frames.texi.)
7215 (Images): Remove non-existent node "Image Slices" from menu.
7216
72172004-09-23 Kim F. Storm <storm@cua.dk>
7218
7219 * text.texi (Special Properties): Add `cursor', `pointer',
7220 `line-height', and `line-spacing' properties.
7221
7222 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7223 Shapes' to menu.
7224 (Standard Faces): Doc fix for fringe face.
7225 (Fringes): Add `overflow-newline-into-fringe' and
7226 'indicate-buffer-boundaries'.
7227 (Fringe Bitmaps, Pointer Shapes): New nodes.
7228 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7229 Bitmaps' to menu.
7230 (Specified Space): Describe pixel width and height.
7231 (Pixel Specification): New node.
7232 (Other Display Specs): Add `slice' property.
7233 (Display Fringe Bitmaps): New node.
7234 (Images): Add 'Image Slices' to menu.
7235 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7236 (Showing Images): Add slice arg to `insert-image'.
7237 Add 'insert-sliced-image'.
b8d4c8d0
GM
7238
72392004-09-20 Richard M. Stallman <rms@gnu.org>
7240
7241 * commands.texi (Key Sequence Input):
7242 Clarify downcasing in read-key-sequence.
7243
72442004-09-08 Juri Linkov <juri@jurta.org>
7245
7246 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7247
72482004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7249
5dcb4c4e
SM
7250 * locals.texi (Standard Buffer-Local Variables):
7251 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7252 * internals.texi (Buffer Internals): Describe new
7253 auto_save_file_format field of the buffer structure.
7254 * files.texi (Format Conversion): `auto-save-file-format' has been
7255 renamed `buffer-auto-save-file-format'.
7256
72572004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7258
7259 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7260 an integer or a marker.
7261 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7262
72632004-08-22 Richard M. Stallman <rms@gnu.org>
7264
7265 * modes.texi (Major Mode Conventions): Discuss rebinding of
7266 standard key bindings.
7267
72682004-08-18 Kim F. Storm <storm@cua.dk>
7269
7270 * processes.texi (Accepting Output): Add `just-this-one' arg to
7271 `accept-process-output'.
7272 (Output from Processes): New var `process-adaptive-read-buffering'.
7273
72742004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7275
7276 * keymaps.texi: Various changes in addition to:
7277 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7278 Give more varied examples for `kbd'.
7279 (Creating Keymaps): Char tables have slots for all characters
7280 without modifiers.
7281 (Active Keymaps): `overriding-local-map' and
7282 `overriding-terminal-local-map' also override text property and
7283 overlay keymaps.
7284 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7285 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7286 to denote a prefix of no events.
7287 `map-keymap' includes parent's bindings _recursively_.
7288 Clarify and correct description of `where-is-internal'.
7289 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7290 (Menu Example): For menus intended for use with the keyboard, the
7291 menu items should be bound to characters or real function keys.
7292
72932004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7294
7295 * objects.texi (Character Type): Reposition `@anchor' to prevent
7296 double space inside sentence in Info.
7297
7298 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7299 renamed to `disabled-command-function'.
7300 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7301 (Command Loop Info): Replace reference to it.
7302 (Disabling Commands): `disabled-command-hook' has been renamed to
7303 `disabled-command-function'.
7304
73052004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7306
7307 * os.texi (Translating Input): Only non-prefix bindings in
7308 `key-translation-map' override actual key bindings. Warn about
7309 possible indirect effect of actual key bindings on non-prefix
7310 bindings in `key-translation-map'.
7311
73122004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7313
7314 * minibuf.texi (High-Level Completion): Add anchor for definition
7315 of `read-variable'.
7316
7317 * commands.texi: Various changes in addition to:
7318 (Using Interactive): Clarify description of `interactive-form'.
7319 (Interactive Call): Mention default for KEYS argument to
7320 `call-interactively'.
7321 (Command Loop Info): Clarify description of `this-command-keys'.
7322 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7323 Value of `last-event-frame' can be `macro'.
7324 (Repeat Events): `double-click-fuzz' is also used to distinguish
7325 clicks and drags.
7326 (Classifying Events): Clarify descriptions of `event-modifiers'
7327 `event-basic-type' and `event-convert-list'.
7328 (Accessing Events): `posn-timestamp' takes POSITION argument.
7329 (Quoted Character Input): Clarify description of
7330 `read-quoted-char' and fix example.
7331 (Quitting): Add `with-local-quit'.
7332 (Disabling Commands): Correct and clarify descriptions of
7333 `enable-command' and `disable-command'.
7334 Mention what happens if `disabled-command-hook' is nil.
7335 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7336 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7337
73382004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7339
7340 * frames.texi: Various changes in addition to:
7341 (Creating Frames): Expand and clarify description of `make-frame'.
7342 (Window Frame Parameters): Either none or both of the `icon-left'
7343 and `icon-top' parameters must be specified. Put descriptions of
7344 `menu-bar-lines' and `toolbar-lines' closer together and change
7345 them accordingly.
7346 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7347 except while processing `frame-title-format' or `icon-title-format'.
7348 (Deleting Frames): Correct description of `delete-frame'.
7349 Non-nil return values of `frame-live-p' are like those of `framep'.
7350 (Frames and Windows): Mention return value of
7351 `set-frame-selected-window'.
7352 (Visibility of Frames): Mention `force' argument to
7353 `make-frame-invisible'. `frame-visible-p' returns t for all
7354 frames on text-only terminals.
7355 (Frame Configurations): Restoring a frame configuration does not
7356 restore deleted frames.
7357 (Window System Selections): `x-set-selection' returns DATA.
7358 (Resources): Add example.
7359 (Display Feature Testing): Clarify descriptions of
7360 `display-pixel-height', `display-pixel-width', `x-server-version'
7361 and `x-server-vendor'.
7362
7363 * windows.texi (Choosing Window): Add anchor.
7364 * minibuf.texi (Minibuffer Misc): Add anchor.
7365
73662004-07-23 John Paul Wallington <jpw@gnu.org>
7367
7368 * macros.texi (Defining Macros): Declaration keyword for setting
7369 Edebug spec is `debug' not `edebug'.
7370
73712004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7372
7373 * windows.texi: Various small changes in addition to:
7374 (Window Point): Mention return value of `set-window-point'.
7375 (Window Start): `pos-visible-in-window-p' disregards horizontal
7376 scrolling. Explain return value if PARTIALLY is non-nil.
7377 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7378 and `set-window-vscroll'.
7379 (Size of Window): The argument WINDOW to `window-inside-edges',
7380 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7381 (Resizing Windows): Explain return value of
7382 `shrink-window-if-larger-than-buffer'.
7383 `window-size-fixed' automatically becomes buffer local when set.
7384 (Window Configurations): Explain return value of
7385 `set-window-configuration'.
7386
7387 * minibuf.texi (Minibuffer Misc): Add anchor for
7388 `minibuffer-scroll-window'.
7389
7390 * positions.texi (Text Lines): Add anchor for `count-lines'.
7391
73922004-07-17 Richard M. Stallman <rms@gnu.org>
7393
7394 * display.texi (Overlay Properties): Adding `evaporate' prop
7395 deletes empty overlay immediately.
7396
7397 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7398 fix example.
7399
74002004-07-16 Jim Blandy <jimb@redhat.com>
7401
7402 * searching.texi (Regexp Backslash): Document new \_< and \_>
7403 operators.
7404
74052004-07-16 Juanma Barranquero <lektu@terra.es>
7406
7407 * display.texi (Images): Fix Texinfo usage.
7408
74092004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7410
7411 * buffers.texi (Modification Time): `visited-file-modtime' now
7412 returns a list of two integers, instead of a cons.
7413
74142004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7415
7416 * windows.texi: Various changes in addition to:
7417 (Splitting Windows): Add `split-window-keep-point'.
7418
74192004-07-09 Richard M. Stallman <rms@gnu.org>
7420
7421 * frames.texi (Input Focus): Minor fix.
7422
74232004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * frames.texi (Input Focus): Clarify descriptions of
7426 `select-frame-set-input-focus' and `select-frame'.
7427
74282004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7429
7430 * os.texi: Various small changes in addition to:
7431 (Killing Emacs): Expand and clarify description of
7432 `kill-emacs-query-functions' and `kill-emacs-hook'.
7433 (System Environment): Expand and clarify description of `getenv'
7434 and `setenv'.
7435 (Timers): Clarify description of `run-at-time'.
7436 (Translating Input): Correct description of
7437 `extra-keyboard-modifiers'.
7438 (Flow Control): Correct description of `enable-flow-control'.
7439
74402004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7441
7442 * os.texi: Update copyright.
7443 (Session Management): Grammar fix.
7444 Clarify which Emacs does the restarting.
7445 Use @samp for *scratch* buffer.
7446
74472004-07-04 Alan Mackenzie <acm@muc.de>
7448
7449 * frames.texi (Input Focus): Add documentation for
7450 `select-frame-set-input-focus'. Replace refs to non-existent
7451 `switch-frame' with `select-frame'. Minor corrections and tidying
7452 up of text-only terminal stuff.
7453
74542004-07-02 Richard M. Stallman <rms@gnu.org>
7455
7456 * files.texi (Saving Buffers): Cleanup write-contents-function.
7457 (Magic File Names): Cleanup file-remote-p.
7458
b344d29d 74592004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7460
7461 * files.texi (Magic File Names): `file-remote-p' returns an
7462 identifier of the remote system, not just t.
7463
74642004-07-02 David Kastrup <dak@gnu.org>
7465
7466 * searching.texi (Entire Match Data): Add explanation about new
7467 match-data behavior when @var{integers} is non-nil.
7468
74692004-06-24 Richard M. Stallman <rms@gnu.org>
7470
7471 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7472
7473 * customize.texi (Variable Definitions): Note about doc strings
7474 and :set.
7475
7476 * keymaps.texi (Keymap Terminology): Document `kbd'.
7477 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7478
7479 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7480 makes it buffer-local.
7481
7482 * files.texi (Saving Buffers): Correct previous change.
7483
7484 * commands.texi (Accessing Events):
7485 Clarify posn-col-row and posn-actual-col-row.
7486
74872004-06-24 David Ponce <david.ponce@wanadoo.fr>
7488
7489 * commands.texi (Accessing Events): New functions
7490 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7491
74922004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7493
7494 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7495 * frames.texi, buffers.texi, backups.texi, variables.texi:
7496 * loading.texi, eval.texi, functions.texi, control.texi:
7497 * symbols.texi, minibuf.texi: Reposition @anchor's.
7498
7499 * help.texi: Various small changes in addition to the following.
7500 (Describing Characters): Describe PREFIX argument to
7501 `key-description'. Correct and clarify definition of
7502 `text-char-description'. Describe NEED-VECTOR argument to
7503 `read-kbd-macro'.
7504 (Help Functions): Clarify definition of `apropos'.
7505
75062004-06-23 Lars Hansen <larsh@math.ku.dk>
7507
7508 * files.texi (Saving Buffers): Correct description of
7509 `write-contents-functions'.
7510
75112004-06-21 Juanma Barranquero <lektu@terra.es>
7512
7513 * display.texi (Images): Remove redundant @vindex directives.
7514 Rewrite `image-library-alist' doc in active voice.
7515
75162004-06-14 Juanma Barranquero <lektu@terra.es>
7517
7518 * display.texi (Images): Document new delayed library loading,
7519 variable `image-library-alist' and (existing but undocumented)
7520 function `image-type-available-p'.
7521
75222004-06-05 Richard M. Stallman <rms@gnu.org>
7523
7524 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7525 refer the user to the Initial Input node.
7526 (Text from Minibuffer): Likewise.
7527 (Initial Input): New node. Document this feature
7528 and say it is mostly deprecated.
7529
75302004-05-30 Richard M. Stallman <rms@gnu.org>
7531
7532 * loading.texi (Named Features): Clarify return value
7533 and meaning of NOERROR.
7534
7535 * variables.texi (File Local Variables): Minor cleanup.
7536
75372004-05-30 Michael Albinus <michael.albinus@gmx.de>
7538
7539 * files.texi (Magic File Names): Add `file-remote-p' as operation
7540 of file name handlers.
7541
75422004-05-29 Richard M. Stallman <rms@gnu.org>
7543
7544 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7545 as arg to a minor mode command.
7546
75472004-05-22 Richard M. Stallman <rms@gnu.org>
7548
7549 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7550
7551 * streams.texi (Output Variables): Doc float-output-format.
7552
7553 * searching.texi (Regexp Special): Nested repetition can be infloop.
7554
7555 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7556 real stack overflow.
7557
7558 * compile.texi: Minor cleanups.
7559
75602004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7561
7562 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7563 circular lists.
7564 (List Elements): Explain handling of circular and dotted lists.
7565
75662004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7567
7568 * modes.texi (Search-based Fontification): Fix typo.
7569
75702004-05-10 Juanma Barranquero <lektu@terra.es>
7571
7572 * modes.texi (Mode Line Variables): Fix description of
7573 global-mode-string, which is now after which-func-mode, not the
7574 buffer name.
7575
75762004-05-07 Lars Hansen <larsh@math.ku.dk>
7577
7578 * modes.texi (Desktop Save Mode): Add.
7579 (Modes): Add menu entry Desktop Save Mode.
7580
7581 * hooks.texi: Add desktop-after-read-hook,
7582 desktop-no-desktop-file-hook and desktop-save-hook.
7583
7584 * locals.texi: Add desktop-save-buffer.
7585
75862004-04-30 Jesper Harder <harder@ifa.au.dk>
7587
7588 * display.texi: emacs -> Emacs.
7589
75902004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7591
7592 * files.texi (Changing Files): Document set-file-times.
7593
75942004-04-23 Juanma Barranquero <lektu@terra.es>
7595
7596 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7597
75982004-04-18 Jesper Harder <harder@ifa.au.dk>
7599
7600 * tips.texi (Coding Conventions): defopt -> defcustom.
7601
76022004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * sequences.texi: Various clarifications.
7605
76062004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7607
7608 * buffers.texi (Read Only Buffers): Mention optional ARG to
7609 `toggle-read-only'.
7610
76112004-04-14 Nick Roberts <nick@nick.uklinux.net>
7612
7613 * windows.texi (Selecting Windows): Note that get-lru-window
7614 returns a full-width window if possible.
7615
76162004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7617
7618 * buffers.texi: Various changes in addition to:
7619 (Buffer File Name): Add `find-buffer-visiting'.
7620 (Buffer Modification): Mention optional ARG to `not-modified'.
7621 (Indirect Buffers): Mention optional CLONE argument to
7622 `make-indirect-buffer'.
7623
7624 * files.texi: Various changes in addition to:
7625 (Visiting Functions): `find-file-hook' is now a normal hook.
7626 (File Name Expansion): Explain difference between the way that
7627 `expand-file-name' and `file-truename' treat `..'.
7628 (Contents of Directories): Mention optional ID-FORMAT argument to
7629 `directory-files-and-attributes'.
7630 (Format Conversion): Mention new optional CONFIRM argument to
7631 `format-write-file'.
7632
76332004-04-12 Miles Bader <miles@gnu.org>
7634
7635 * macros.texi (Expansion): Add description of `macroexpand-all'.
7636
76372004-04-05 Jesper Harder <harder@ifa.au.dk>
7638
5dcb4c4e
SM
7639 * variables.texi (Variable Aliases):
7640 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7641
7642 * errors.texi (Standard Errors): Ditto.
7643
76442004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7645
7646 * backups.texi: Various small changes in addition to:
7647 (Making Backups): Mention return value of `backup-buffer'.
7648 (Auto-Saving): Mention optional FORCE argument to
7649 `delete-auto-save-file-if-necessary'.
7650 (Reverting): Mention optional PRESERVE-MODES argument to
7651 `revert-buffer'. Correct description of `revert-buffer-function'.
7652
76532004-03-22 Juri Linkov <juri@jurta.org>
7654
7655 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7656 with `Vector Functions'.
7657
7658 * text.texi (Sorting): Add missing quote.
7659
76602004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * intro.texi (Lisp History): Replace xref to `cl' manual with
7663 inforef.
7664
76652004-03-12 Richard M. Stallman <rms@gnu.org>
7666
7667 * intro.texi (Version Info): Add arg to emacs-version.
7668 (Lisp History): Change xref to CL manual.
7669
76702004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7673 for Partial Completion mode.
7674
76752004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7676
7677 * customize.texi: Fix typo. Remove eol whitespace.
7678
76792004-03-04 Richard M. Stallman <rms@gnu.org>
7680
7681 * processes.texi: Fix typos.
7682
7683 * lists.texi (Building Lists): Minor clarification.
7684
7685 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7686 in make-hash-table.
7687
76882004-02-29 Juanma Barranquero <lektu@terra.es>
7689
7690 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7691 rm, and ignore exit code.
7692
76932004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7694
7695 * display.texi (Defining Faces): Add description for min-colors.
7696 Update example.
7697
76982004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7699
7700 * abbrevs.texi: Various corrections and clarifications in addition
7701 to the following:
7702 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7703
77042004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7705
7706 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7707
77082004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7709
7710 * text.texi: Various small changes in addition to the following:
7711 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7712 to delete-horizontal-space.
7713 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7714 description of yank-handler text property at various places.
7715
7716 * frames.texi (Window System Selections): Add anchor.
7717
7718 * syntax.texi (Syntax Table Functions): Clarify and correct
7719 descriptions of make-syntax-table and copy-syntax-table.
7720 (Motion and Syntax): Clarify SYNTAXES argument to
7721 skip-syntax-forward.
7722 (Parsing Expressions): Mention that the return value of
7723 parse-partial-sexp is currently a list of ten rather than nine
7724 elements.
7725 (Categories): Various corrections and clarifications.
7726
77272004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * markers.texi (Marker Insertion Types): Minor change.
7730
7731 * locals.texi (Standard Buffer-Local Variables):
7732 * commands.texi (Interactive Codes, Using Interactive):
7733 * functions.texi (Related Topics): Fix xrefs.
7734
77352004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7736
7737 * lists.texi (Sets And Lists): Update description of delete-dups.
7738
77392004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7740
7741 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7742
c8763fb6 77432004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7744
7745 * frames.texi (Parameter Access): frame-parameters arg is optional.
7746 modify-frame-parameters handles nil for FRAME.
7747 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7748 are all-or-nothing for certain toolkits.
7749 Mention parameter wait-for-wm.
7750 (Frames and Windows): In frame-first-window and frame-selected-window
7751 the arg is optional.
7752 (Input Focus): In redirect-frame-focus the second arg is optional.
7753 (Window System Selections): Mention selection type CLIPBOARD.
7754 Mention data-type UTF8_STRING.
7755 Mention numbering of cut buffers.
7756 (Resources): Describe x-resource-name.
7757
77582004-02-16 Richard M. Stallman <rms@gnu.org>
7759
7760 * windows.texi (Buffers and Windows): Delete false table
7761 about all-frames.
7762
7763 * syntax.texi (Parsing Expressions): Delete old caveat
7764 about parse-sexp-ignore-comments.
7765
7766 * streams.texi (Output Variables): Add print-quoted.
7767
7768 * lists.texi (Building Lists): Minor cleanup.
7769
7770 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7771
7772 * display.texi (Overlays): Explain overlays use markers.
7773 (Managing Overlays): Explain front-advance and rear-advance
7774 in more detail.
7775
7776 * loading.texi (Unloading): Document unload-feature-special-hooks.
7777 Get rid of fns-NNN.el file.
7778
77792004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7780
7781 * help.texi (Describing Characters): Fix text-char-description
7782 example output.
7783
7784 * edebug.texi (Using Edebug): Fix example.
7785
7786 * debugging.texi (Internals of Debugger): Fix return value.
7787
7788 * files.texi (Changing Files): Fix argname.
7789
7790 * calendar.texi: Fix parens, and default values.
7791
7792 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7793 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7794 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7795
7796 * positions.texi (Text Lines): Don't add -1 in current-line.
7797
77982004-02-16 Richard M. Stallman <rms@gnu.org>
7799
7800 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7801
78022004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7803
7804 * processes.texi (Low-Level Network): Fix a typo.
7805
78062004-02-12 Kim F. Storm <storm@cua.dk>
7807
7808 * display.texi (Fringes): Use consistent wording.
7809 Note that window-fringe's window arg is optional.
7810 (Scroll Bars): Use consistent wording.
7811
78122004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7813
7814 * tips.texi (Comment Tips): Document the new conventions for
7815 commenting out code.
7816
c8763fb6 78172004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7818
5dcb4c4e 7819 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7820
78212004-02-07 Kim F. Storm <storm@cua.dk>
7822
7823 * positions.texi (Text Lines): Add line-number-at-pos.
7824
78252004-02-06 John Paul Wallington <jpw@gnu.org>
7826
7827 * display.texi (Button Properties, Button Buffer Commands):
7828 mouse-2 invokes button, not down-mouse-1.
7829
78302004-02-04 Jason Rumney <jasonr@gnu.org>
7831
7832 * makefile.w32-in: Sync with Makefile.in changes.
7833
78342004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7835
7836 * minibuf.texi (Text from Minibuffer): Various corrections and
7837 clarifications.
7838 (Object from Minibuffer): Correct Lisp description of
7839 read-minibuffer.
7840 (Minibuffer History): Clarify description of cons values for
7841 HISTORY arguments.
5dcb4c4e
SM
7842 (Basic Completion): Various corrections and clarifications.
7843 Add completion-regexp-list.
b8d4c8d0
GM
7844 (Minibuffer Completion): Correct and clarify description of
7845 completing-read.
5dcb4c4e
SM
7846 (Completion Commands): Mention Partial Completion mode.
7847 Various other minor changes.
b8d4c8d0
GM
7848 (High-Level Completion): Various corrections and clarifications.
7849 (Reading File Names): Ditto.
7850 (Minibuffer Misc): Ditto.
7851
78522004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7853
7854 * strings.texi (Text Comparison): assoc-string also matches
7855 elements of alists that are strings instead of conses.
7856 (Formatting Strings): Standardize Texinfo usage. Update index
7857 entries.
7858
78592004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * lists.texi (Sets And Lists): Add delete-dups.
7862
78632004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7864
7865 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7866 special form.
7867 * macros.texi (Defining Macros): Update description of `declare',
7868 which now is a macro.
7869 (Wrong Time): Fix typos.
7870
78712004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7872
7873 * compile.texi (Compilation Functions): Expand descriptions of
7874 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7875 and `batch-byte-compile'. In particular, mention and describe
7876 all optional arguments.
7877 (Disassembly): Correct and clarify the description of `disassemble'.
7878
78792004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * searching.texi: Various small changes in addition to the
7882 following.
7883 (Regexp Example): Adapt to new value of `sentence-end'.
7884 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7885 `words'.
7886 (Search and Replace): Add usage note for `perform-replace'.
7887 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7888 `match-data'.
7889 (Standard Regexps): Update for new values of `paragraph-start'
7890 and `sentence-end'.
7891
78922004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7893
7894 * files.texi (Saving Buffers): Clarify descriptions of
7895 `write-contents-functions' and `before-save-hook'.
7896 Make the defvar's for `before-save-hook' and `after-save-hook'
7897 into defopt's.
7898
78992004-01-07 Kim F. Storm <storm@cua.dk>
7900
7901 * commands.texi (Click Events): Describe new image and
7902 width/height elements of click events.
7903 (Accessing Events): Add posn-string, posn-image, and
7904 posn-object-width-height. Change posn-object to return either
7905 image or string object.
7906
79072004-01-01 Simon Josefsson <jas@extundo.com>
7908
7909 * hooks.texi (Standard Hooks): Add before-save-hook.
7910 * files.texi (Saving Buffers): Likewise.
7911
79122004-01-03 Richard M. Stallman <rms@gnu.org>
7913
7914 * frames.texi (Frames and Windows): Delete frame-root-window.
7915
79162004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7917
7918 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7919
7920 * functions.texi: Various small changes in addition to the
7921 following.
5dcb4c4e
SM
7922 (What Is a Function): `functionp' returns nil for macros.
7923 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7924 (Function Documentation): Add `\' in front of (fn @var{arglist})
7925 and explain why.
7926 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7927 Add anchor.
7928 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7929
79302004-01-01 Miles Bader <miles@gnu.org>
7931
7932 * display.texi (Buttons): New section.
7933
79342003-12-31 Andreas Schwab <schwab@suse.de>
7935
7936 * numbers.texi (Math Functions): sqrt reports a domain-error
7937 error.
7938 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7939
79402003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7941
7942 * tips.texi (Documentation Tips): Update item on hyperlinks in
7943 documentation strings.
7944
7945 * errors.texi (Standard Errors): Various small corrections and
7946 additions.
7947
7948 * control.texi: Various small changes in addition to the
7949 following.
7950 (Signaling Errors): Provide some more details on how `signal'
7951 constructs the error message. Add anchor to the definition of
7952 `signal'.
7953 (Error Symbols): Describe special treatment of `quit'.
7954 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7955 to emphasize that it has to be a single form.
7956
7957 * buffers.texi: Add anchor.
7958
79592003-12-29 Richard M. Stallman <rms@gnu.org>
7960
7961 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7962 (Window Configurations): Add window-configuration-frame.
7963
7964 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7965
7966 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7967 Change arg name in get-char-property.
7968 (Special Properties): Update handling of keymap property.
7969
7970 * strings.texi (Modifying Strings): Add clear-string.
7971 (Text Comparison): Add assoc-string and remove
7972 assoc-ignore-case, assoc-ignore-representation.
7973
7974 * os.texi (Time of Day): Add set-time-zone-rule.
7975
7976 * numbers.texi (Math Functions): asin, acos, log, log10
7977 report domain-error errors.
7978
7979 * nonascii.texi (Converting Representations):
7980 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7981 (Encoding and I/O): Add file-name-coding-system.
7982
7983 * modes.texi (Search-based Fontification): Explain that
7984 face specs are symbols with face names as values.
7985
7986 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7987
7988 * lists.texi (Building Lists): remq moved elsewhere.
7989 (Sets And Lists): remq moved here.
7990 (Association Lists): Refer to assoc-string.
7991
7992 * internals.texi (Garbage Collection): Add memory-use-counts.
7993
7994 * frames.texi (Frames and Windows): Add set-frame-selected-window
7995 and frame-root-window.
7996
7997 * files.texi (Contents of Directories):
7998 Add directory-files-and-attributes.
7999
8000 * display.texi (Refresh Screen): Add force-window-update.
8001 (Invisible Text): Explain about moving point out of invis text.
8002 (Overlay Properties): Add overlay-properties.
8003 (Managing Overlays): Add overlayp.
8004 (GIF Images): Invalid image number displays a hollow box.
8005
8006 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8007 (Killing Buffers): Add buffer-live-p.
8008
80092003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8010
8011 * display.texi (Fringes): Fix typo "set-buffer-window".
8012
80132003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8014
8015 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8016 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8017 Add or change various xrefs and anchors.
8018
8019 * commands.texi: Replace all occurrences of @acronym{CAR} with
8020 @sc{car}, for consistency with the rest of the Elisp manual.
8021 `car' and `cdr' are historically acronyms, but are no longer
8022 widely thought of as such.
8023
8024 * internals.texi (Pure Storage): Mention that `purecopy' does not
8025 copy text properties.
8026 (Object Internals): Now 29 bits are used (in most implementations)
8027 to address Lisp objects.
8028
8029 * variables.texi (Variables with Restricted Values): New node.
8030
8031 * objects.texi (Lisp Data Types): Mention that certain variables
8032 can only take on a restricted set of values and add an xref to
8033 the new node "Variables with Restricted Values".
8034
8035 * eval.texi (Function Indirection): Describe the errors that
8036 `indirect-function' can signal.
8037 (Eval): Clarify the descriptions of `eval-region' and `values'.
8038 Describe `eval-buffer' instead of `eval-current-buffer' and
8039 mention `eval-current-buffer' as an alias for `current-buffer'.
8040 Correct the description and mention all optional arguments.
8041
8042 * nonascii.texi: Various small changes in addition to the
8043 following.
8044 (Converting Representations): Clarify behavior of
8045 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8046 ASCII arguments.
8047 (Character Sets): Document the variable `charset-list' and adapt
8048 the definition of the function `charset-list' accordingly.
8049 (Translation of Characters): Clarify use of generic characters in
8050 `make-translation-table'. Clarify and correct the description of
8051 the use of translation tables in encoding and decoding.
8052 (User-Chosen Coding Systems): Correct and clarify the description
8053 of `select-safe-coding-system'.
8054 (Default Coding Systems): Clarify description of
8055 `file-coding-system-alist'.
8056
80572003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * strings.texi (Text Comparison): Correctly describe when two
8060 strings are `equal'. Combine and clarify descriptions of
8061 `assoc-ignore-case' and `assoc-ignore-representation'.
8062
8063 * objects.texi (Non-ASCII in Strings): Clarify description of
8064 when a string is unibyte or multibyte.
8065 (Bool-Vector Type): Update examples.
8066 (Equality Predicates): Correctly describe when two strings are
8067 `equal'.
8068
80692003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8070
8071 * lists.texi (Building Lists): `append' no longer accepts integer
8072 arguments. Update the description of `number-sequence' to reflect
8073 recent changes.
8074 (Sets And Lists): Describe `member-ignore-case' after `member'.
8075
80762003-11-27 Kim F. Storm <storm@cua.dk>
8077
8078 * commands.texi (Click Events): Click object may be an images.
8079 Describe (dx . dy) element of click positions.
8080 (Accessing Events): Remove duplicate posn-timestamp.
8081 New functions posn-object and posn-object-x-y.
8082
80832003-11-23 Kim F. Storm <storm@cua.dk>
8084
8085 * commands.texi (Click Events): Describe enhancements to event
8086 position lists, including new text-pos and (col . row) items.
8087 Mention left-fringe and right-fringe area events.
8088 (Accessing Events): New functions posn-area and
8089 posn-actual-col-row. Mention posn-timestamp. Mention that
8090 posn-point in non-text area still returns buffer position.
8091 Clarify posn-col-row.
8092
80932003-11-21 Lars Hansen <larsh@math.ku.dk>
8094
8095 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8096 * anti.texi (File Attributes): Describe removed parameter
8097 ID-FORMAT.
8098
80992003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8100
8101 * positions.texi (Positions): Mention that, if a marker is used as
8102 a position, its buffer is ignored.
8103
8104 * markers.texi (Overview of Markers): Mention it here too.
8105
81062003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8107
8108 * numbers.texi (Numeric Conversions): Not just `floor', but also
8109 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8110
81112003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8112
8113 * markers.texi (Creating Markers): Specify insertion type of
8114 created markers. Add xref to `Marker Insertion Types'.
8115 Second argument to `copy-marker' is optional.
8116 (Marker Insertion Types): Mention that most markers are created
8117 with insertion type nil.
8118 (The Mark): Correctly describe when `mark' signals an error.
8119 (The Region): Correctly describe when `region-beginning' and
8120 `region-end' signal an error.
8121
81222003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8123
8124 * hash.texi (Creating Hash): Clarify description of `eql'.
8125 `makehash' is obsolete.
8126 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8127
8128 * positions.texi (Point): Change description of `buffer-end', so
8129 that it is also correct for floating point arguments.
8130 (List Motion): Correct argument lists of `beginning-of-defun' and
8131 `end-of-defun'.
8132 (Excursions): Add xref to `Marker Insertion Types'.
8133 (Narrowing): Argument to `narrow-to-page' is optional.
8134
81352003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * streams.texi (Output Streams): Clarify behavior of point for
8138 marker output streams.
8139
81402003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8141
8142 * variables.texi (Defining Variables): Second argument to
8143 `defconst' is not optional.
8144 (Setting Variables): Mention optional argument APPEND to
8145 `add-to-list'.
8146 (Creating Buffer-Local): Expand description of
8147 `make-variable-buffer-local'.
8148 (Frame-Local Variables): Expand description of
8149 `make-variable-frame-local'.
8150 (Variable Aliases): Correct description of optional argument
8151 DOCSTRING to `defvaralias'. Mention return value of
8152 `defvaralias'.
8153 (File Local Variables): Add xref to `File variables' in Emacs
8154 Manual. Correct description of `hack-local-variables'. Mention
8155 `safe-local-variable' property. Mention optional second argument
8156 to `risky-local-variable-p'.
8157
81582003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8159
8160 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8161
81622003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8163
8164 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8165 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8166 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8167 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8168 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8169 lispref/processes.texi, lispref/searching.texi,
8170 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8171 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8172 @acronym{FOO}.
8173
81742003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * strings.texi (Creating Strings): Argument START to `substring'
8177 can not be `nil'. Expand description of
8178 `substring-no-properties'. Correct description of `split-string',
8179 especially with respect to empty matches. Prevent very bad line
8180 break in definition of `split-string-default-separators'.
8181 (Text Comparison): `string=' and `string<' also accept symbols as
8182 arguments.
8183 (String Conversion): More completely describe argument BASE in
8184 `string-to-number'.
8185 (Formatting Strings): `%s' and `%S' in `format' do require
8186 corresponding object. Clarify behavior of numeric prefix after
8187 `%' in `format'.
8188 (Case Conversion): The argument to `upcase-initials' can be a
8189 character.
8190
81912003-10-27 Kenichi Handa <handa@m17n.org>
8192
8193 * display.texi (Fontsets): Fix texinfo usage.
8194
81952003-10-25 Kenichi Handa <handa@m17n.org>
8196
8197 * display.texi (Fontsets): Add description of the function
8198 set-fontset-font.
8199
82002003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * display.texi (Temporary Displays): Add xref to `Documentation
8203 Tips'.
8204
8205 * functions.texi (Function Safety): Use inforef instead of pxref
8206 for SES.
8207
82082003-10-23 Andreas Schwab <schwab@suse.de>
8209
8210 * Makefile.in (TEX, texinputdir): Don't define.
8211 (TEXI2DVI): Define.
8212 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8213 add $(srcdir)/index.texi.
8214 ($(infodir)/elisp): Remove index.texi dependency.
8215 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8216 (index.texi): Remove target.
8217 (dist): Don't link $(srcdir)/permute-index.
8218 (clean): Don't remove index.texi.
8219
8220 * permute-index, index.perm: Remove.
8221 * index.texi: Rename from index.unperm.
8222
82232003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8224
8225 * tips.texi (Documentation Tips): Document new behavior for face
8226 and variable hyperlinks in Help mode.
8227
82282003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8229
8230 * objects.texi (Integer Type): Update for extra bit of integer range.
8231 (Character Type): Ditto.
8232
82332003-10-16 Eli Zaretskii <eliz@gnu.org>
8234
8235 * numbers.texi (Integer Basics): Add index entries for reading
8236 numbers in hex, octal, and binary.
8237
82382003-10-16 Lute Kamstra <lute@gnu.org>
8239
8240 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8241 argument.
8242
82432003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8244
8245 * windows.texi (Choosing Window): Fix typo.
8246 * edebug.texi (Edebug Execution Modes): Fix typo.
8247
82482003-10-13 Richard M. Stallman <rms@gnu.org>
8249
8250 * windows.texi (Basic Windows): A window has fringe settings,
8251 display margins and scroll-bar settings.
8252 (Splitting Windows): Doc split-window return value.
8253 Clean up one-window-p.
8254 (Selecting Windows): Fix typo.
8255 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8256 (Buffers and Windows): In set-window-buffer, explain effect
8257 on fringe settings and scroll bar settings.
8258 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8259 (Choosing Window): Use defopt for pop-up-frame-function.
8260 For special-display-buffer-names, explain same-window and same-frame.
8261 Clarify window-dedicated-p return value.
8262 (Textual Scrolling): scroll-up and scroll-down can get an error.
8263 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8264 Clarify set-window-hscroll.
8265 (Size of Window): Don't mention tool bar in window-height.
8266 (Coordinates and Windows): Explain what coordinates-in-window-p
8267 returns for fringes and display margins.
8268 (Window Configurations): Explain saving fringes, etc.
8269
8270 * tips.texi (Library Headers): Clean up Documentation.
8271
8272 * syntax.texi (Parsing Expressions): Clean up forward-comment
8273 and parse-sexp-lookup-properties.
8274
8275 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8276
8277 * os.texi (System Environment): Clean up text for load-average errors.
8278
8279 * modes.texi (Hooks): Don't explain local hook details at front.
8280 Clarify run-hooks and run-hook-with-args a little.
8281 Clean up add-hook and remove-hook.
8282
8283 * edebug.texi (Edebug Execution Modes): Clarify t.
8284 Document edebug-sit-for-seconds.
8285 (Coverage Testing): Document C-x X = and =.
8286 (Instrumenting Macro Calls): Fix typo.
8287 (Specification List): Don't index the specification keywords.
8288
82892003-10-10 Kim F. Storm <storm@cua.dk>
8290
8291 * processes.texi (Network): Introduce make-network-process.
8292
82932003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8294
8295 * tips.texi (Library Headers): Fix typo.
8296
82972003-10-07 Juri Linkov <juri@jurta.org>
8298
8299 * modes.texi (Imenu): Mention imenu-create-index-function's
8300 default value. Explain submenus better.
8301
83022003-10-07 Lute Kamstra <lute@gnu.org>
8303
8304 * modes.texi (Faces for Font Lock): Fix typo.
8305 (Hooks): Explain how buffer-local hook variables can refer to
8306 global hook variables.
8307 Various minor clarifications.
8308
83092003-10-06 Lute Kamstra <lute@gnu.org>
8310
8311 * tips.texi (Coding Conventions): Mention naming conventions for
8312 hooks.
8313
83142003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8315
8316 * loading.texi (Library Search): Correct default value of
8317 load-suffixes.
8318 (Named Features): Fix typo.
8319
83202003-10-05 Richard M. Stallman <rms@gnu.org>
8321
8322 * loading.texi (Named Features): In `provide',
8323 say how to test for subfeatures.
8324 (Unloading): In unload-feature, use new var name
8325 unload-feature-special-hooks.
8326
83272003-10-03 Lute Kamstra <lute@gnu.org>
8328
8329 * modes.texi (Major Mode Conventions): Mention third way to set up
8330 Imenu.
8331 (Imenu): A number of small fixes.
8332 Delete documentation of internal variable imenu--index-alist.
8333 Document the return value format of imenu-create-index-function
8334 functions.
8335
83362003-09-30 Richard M. Stallman <rms@gnu.org>
8337
8338 * processes.texi (Network): Say what stopped datagram connections do.
8339
8340 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8341
8342 * display.texi (Overlay Properties): Clarify `evaporate' property.
8343
83442003-09-29 Lute Kamstra <lute@gnu.org>
8345
8346 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8347 constructs should be marked as risky.
8348 Change cons cell into proper list.
8349 (Mode Line Variables): Change cons cell into proper list.
8350
83512003-09-26 Lute Kamstra <lute@gnu.org>
8352
8353 * modes.texi (Mode Line Data): Document the :propertize construct.
8354 (Mode Line Variables): Reorder the descriptions of the variables
8355 to match their order in the default mode-line-format.
8356 Describe the new variables mode-line-position and mode-line-modes.
8357 Update the default values of mode-line-frame-identification,
8358 minor-mode-alist, and default-mode-line-format.
8359 (Properties in Mode): Mention the :propertize construct.
8360
83612003-09-26 Richard M. Stallman <rms@gnu.org>
8362
8363 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8364 * loading.texi, minibuf.texi, text.texi, variables.texi:
8365 Avoid @strong{Note:}.
8366
83672003-09-26 Richard M. Stallman <rms@gnu.org>
8368
8369 * keymaps.texi (Remapping Commands): Fix typo.
8370
83712003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8372
8373 * processes.texi (Low-Level Network): Fix typo.
8374
83752003-09-23 Kim F. Storm <storm@cua.dk>
8376
8377 * processes.texi (Network, Network Servers): Fix typos.
8378 (Low-Level Network): Add timeout value for :server keyword.
8379 Add new option keywords to make-network-process.
8380 Add set-network-process-options.
8381 Explain how to test availability of network options.
8382
83832003-09-19 Richard M. Stallman <rms@gnu.org>
8384
8385 * text.texi (Motion by Indent): Arg to
8386 backward-to-indentation and forward-to-indentation is optional.
8387
8388 * strings.texi (Creating Strings): Add substring-no-properties.
8389
8390 * processes.texi
8391 (Process Information): Add list-processes arg QUERY-ONLY.
8392 Delete process-contact from here.
8393 Add new status values for process-status.
8394 Add process-get, process-put, process-plist, set-process-plist.
8395 (Synchronous Processes): Add call-process-shell-command.
8396 (Signals to Processes): signal-process allows process objects.
8397 (Network): Complete rewrite.
8398 (Network Servers, Datagrams, Low-Level Network): New nodes.
8399
8400 * positions.texi (Word Motion): forward-word, backward-word
8401 arg is optional. Reword.
8402
8403 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8404
8405 * variables.texi (Creating Buffer-Local):
8406 Delete duplicate definition of buffer-local-value.
8407 (File Local Variables): Explain about discarding text props.
8408
84092003-09-11 Richard M. Stallman <rms@gnu.org>
8410
8411 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8412 changes variables that record input events.
8413 (Minibuffer Misc): Add minibuffer-selected-window.
8414
8415 * lists.texi (Building Lists): Add copy-tree.
8416
8417 * display.texi (Fontsets): Add char-displayable-p.
8418 (Scroll Bars): New node.
8419
84202003-09-08 Lute Kamstra <lute@gnu.org>
8421
8422 * modes.texi (%-Constructs): Document new `%i' and `%I'
8423 constructs.
8424
84252003-09-03 Peter Runestig <peter@runestig.com>
8426
8427 * makefile.w32-in: New file.
8428
84292003-08-29 Richard M. Stallman <rms@gnu.org>
8430
8431 * display.texi (Overlay Properties): Clarify how priorities
8432 affect use of the properties.
8433
84342003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8435
8436 * customize.texi (Type Keywords): Correct the description of
8437 `:help-echo' in the case where `motion-doc' is a function.
8438
84392003-08-14 John Paul Wallington <jpw@gnu.org>
8440
8441 * modes.texi (Emulating Mode Line): Subsection, not section.
8442
84432003-08-13 Richard M. Stallman <rms@gnu.org>
8444
8445 * elisp.texi (Top): Update subnode lists in menu.
8446
8447 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8448 (Kill Functions): kill-region has new arg yank-handler.
8449 (Yanking): New node.
8450 (Yank Commands): Add yank-undo-function.
8451 (Low-Level Kill Ring):
8452 kill-new and kill-append have new arg yank-handler.
8453 (Changing Properties): Add remove-list-of-text-properties.
8454 (Atomic Changes): New node.
8455
8456 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8457
8458 * streams.texi (Output Variables): Add eval-expression-print-length
8459 and eval-expression-print-level.
8460
8461 * os.texi (Time Conversion): For encode-time, explain limits on year.
8462
8463 * objects.texi (Character Type): Define anchor "modifier bits".
8464
8465 * modes.texi (Emulating Mode Line): New node.
8466 (Search-based Fontification): Font Lock uses font-lock-face property.
8467 (Other Font Lock Variables): Likewise.
8468
8469 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8470 not vectors.
8471 (Active Keymaps): Add emulation-mode-map-alists.
8472 (Functions for Key Lookup): key-binding has new arg no-remap.
8473 (Remapping Commands): New node.
8474 (Scanning Keymaps): where-is-internal has new arg no-remap.
8475 (Tool Bar): Add tool-bar-local-item-from-menu.
8476 Clarify when to use tool-bar-add-item-from-menu.
8477
8478 * commands.texi (Interactive Call): commandp has new arg.
8479 (Command Loop Info): Add this-original-command.
8480
84812003-08-06 John Paul Wallington <jpw@gnu.org>
8482
8483 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8484
8485 * display.texi (Warning Basics): Fix typo.
8486 (Fringes): Add closing curly bracket and fix typo.
8487
8488 * elisp.texi (Top): Fix typo.
8489
84902003-08-05 Richard M. Stallman <rms@gnu.org>
8491
8492 * elisp.texi: Update lists of subnodes.
8493
8494 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8495
8496 * variables.texi (Local Variables): Use lc for example variable names.
8497
8498 * tips.texi (Library Headers): Explain where to put -*-.
8499
8500 * strings.texi (Creating Strings): Fix xref for vconcat.
8501
8502 * sequences.texi (Vector Functions):
8503 vconcat no longer allows integer args.
8504
8505 * minibuf.texi (Reading File Names): read-file-name has new
8506 arg PREDICATE. New function read-directory-name.
8507
c4cc8b9a 8508 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8509 (Indenting Macros): New node.
8510
8511 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8512 (Window Frame Parameters): Make separate table of parameters
8513 that are coupled with specific face attributes.
8514 (Deleting Frames): delete-frame-hooks renamed to
8515 delete-frame-functions.
8516
8517 * files.texi (Magic File Names): Add file-remote-p.
8518 Clarify file-local-copy.
8519
8520 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8521 here; instead xref Defining Macros.
8522
8523 * display.texi (Warnings): New node, and subnodes.
8524 (Fringes): New node.
8525
8526 * debugging.texi (Test Coverage): New node.
8527
8528 * compile.texi (Compiler Errors): Explain with-no-warnings
8529 and other ways to suppress warnings.
8530
8531 * commands.texi (Interactive Call): Minor clarification.
8532
8533 * buffers.texi (Buffer File Name): set-visited-file-name
8534 renames the buffer too.
8535
8536 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8537
85382003-07-24 Markus Rost <rost@math.ohio-state.edu>
8539
8540 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8541
85422003-07-22 Markus Rost <rost@math.ohio-state.edu>
8543
8544 * internals.texi (Garbage Collection): Fix previous change.
8545
85462003-07-22 Richard M. Stallman <rms@gnu.org>
8547
8548 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8549
8550 * display.texi (Width): Use \s syntax in example.
8551 (Font Selection): Add face-font-rescale-alist.
8552
8553 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8554 Remove spurious indent in example.
8555
8556 * lists.texi (Building Lists): Add number-sequence.
8557
8558 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8559
8560 * functions.texi (Function Documentation): Explain how to
8561 show calling convention explicitly in the doc string.
8562
8563 * windows.texi (Selecting Windows): save-selected-window saves
8564 selected window of each frame.
8565 (Window Configurations): Minor change.
8566
8567 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8568
8569 * streams.texi (Output Variables): Add print-continuous-numbering
8570 and print-number-table.
8571
8572 * processes.texi (Decoding Output): New node.
8573
8574 * os.texi (Time Conversion): decode-time arg is optional.
8575
8576 * objects.texi (Character Type): Don't use space as example for \.
8577 Make list of char names and \-sequences correspond.
8578 Explain that \s is not used in strings. `\ ' needs space after.
8579
8580 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8581 (Translation of Characters): Add translation-table-for-input.
8582 (Default Coding Systems): Add auto-coding-functions.
8583 (Explicit Encoding): Add decode-coding-inserted-region.
8584 (Locales): Add locale-info.
8585
8586 * minibuf.texi (Basic Completion): Describe test-completion.
8587 Collections can be lists of strings.
8588 Clean up lazy-completion-table.
8589 (Programmed Completion): Mention test-completion.
8590 Clarify why lambda expressions are not accepted.
8591 (Minibuffer Misc): Describe minibufferp.
8592
85932003-07-14 Richard M. Stallman <rms@gnu.org>
8594
8595 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8596
8597 * windows.texi (Selecting Windows): New arg to select-window.
8598 (Selecting Windows): Add with-selected-window.
8599 (Size of Window): Add window-inside-edges, etc.
8600
8601 * internals.texi (Garbage Collection): Add post-gc-hook.
8602
8603 * processes.texi (Subprocess Creation): Add exec-suffixes.
8604
8605 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8606 (Scanning Keymaps): Add map-keymaps.
8607 (Defining Menus): Add keymap-prompt.
8608
8609 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8610 most-negative-fixnum.
8611
c4cc8b9a 8612 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8613 (Compiler Errors): New node.
8614
8615 * os.texi (User Identification): user-uid, user-real-uid
8616 can return float.
8617
8618 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8619 and about derived modes.
8620 (Minor Modes): Add minor-mode-list.
8621 (Defining Minor Modes): Keyword args for define-minor-mode.
8622 (Search-based Fontification): Explain managing other properties.
8623 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8624 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8625 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8626
8627 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8628 (Variable Aliases): Clarify defvaralias.
8629
8630 * loading.texi (Library Search): Add load-suffixes.
8631
8632 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8633 (Programmed Completion): Add dynamic-completion-table.
8634
8635 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8636 (Magic File Names): Specify precedence order of handlers.
8637
8638 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8639 and post-command-hook.
8640 (Waiting): New calling convention for sit-for.
8641
8642 * text.texi (Special Properties): local-map and keymap properties
8643 apply based on their stickiness.
8644
86452003-07-07 Richard M. Stallman <rms@gnu.org>
8646
8647 * modes.texi (Minor Mode Conventions): Specify only some kinds
8648 of list values as args to minor modes.
8649
8650 * files.texi (File Name Expansion): Warn about iterative use
8651 of substitute-in-file-name.
8652
8653 * advice.texi (Activation of Advice): Clean up previous change.
8654
86552003-07-06 Markus Rost <rost@math.ohio-state.edu>
8656
8657 * advice.texi (Activation of Advice): Note that ad-start-advice is
8658 turned on by default.
8659
86602003-06-30 Richard M. Stallman <rms@gnu.org>
8661
8662 * text.texi (Buffer Contents): Document current-word.
8663 (Change Hooks): Not called for *Messages*.
8664
8665 * functions.texi (Defining Functions): Explain about redefining
8666 primitives.
8667 (Function Safety): Renamed. Minor changes.
8668 Comment out the detailed criteria for what is safe.
8669
86702003-06-22 Andreas Schwab <schwab@suse.de>
8671
8672 * objects.texi (Symbol Type): Fix description of examples.
8673
86742003-06-16 Andreas Schwab <schwab@suse.de>
8675
8676 * hash.texi (Creating Hash): Fix description of :weakness.
8677
c8763fb6 86782003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8679
8680 * files.texi (Changing Files): copy-file copies file modes, too.
8681
86822003-05-28 Richard M. Stallman <rms@gnu.org>
8683
8684 * strings.texi (Creating Strings): Clarify split-string.
8685
86862003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8687
8688 * strings.texi (Creating Strings): Update split-string specification
8689 and examples.
8690
86912003-05-19 Richard M. Stallman <rms@gnu.org>
8692
8693 * elisp.texi: Correct invariant section names.
8694
86952003-04-20 Richard M. Stallman <rms@gnu.org>
8696
8697 * os.texi (Timers): Explain about timers and quitting.
8698
86992003-04-19 Richard M. Stallman <rms@gnu.org>
8700
8701 * internals.texi (Writing Emacs Primitives): Strings are
8702 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8703 Explain GCPRO convention for varargs function args.
8704
87052003-04-16 Richard M. Stallman <rms@gnu.org>
8706
8707 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8708
87092003-04-08 Richard M. Stallman <rms@gnu.org>
8710
8711 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8712
87132003-02-13 Kim F. Storm <storm@cua.dk>
8714
8715 * objects.texi (Character Type): New \s escape for space.
8716
87172003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8718
5dcb4c4e 8719 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8720
87212003-01-25 Richard M. Stallman <rms@gnu.org>
8722
8723 * keymaps.texi: Document that a symbol can act as a keymap.
8724
87252003-01-13 Richard M. Stallman <rms@gnu.org>
8726
8727 * text.texi (Changing Properties): Say string indices are origin-0.
8728
8729 * positions.texi (Screen Lines) <compute-motion>:
8730 Correct order of elts in return value.
8731
8732 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8733 how to define a default binding.
8734
87352002-12-07 Markus Rost <rost@math.ohio-state.edu>
8736
8737 * loading.texi (Unloading): Fix recent change for load-history.
8738
8739 * customize.texi (Simple Types): Clarify description of custom
8740 type 'number. Describe new custom type 'float.
8741
87422002-12-04 Markus Rost <rost@math.ohio-state.edu>
8743
8744 * variables.texi (File Local Variables): Fix typo.
8745
c8763fb6 87462002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8747
8748 From Michael Albinus <Michael.Albinus@alcatel.de>.
8749
8750 * README: Target for Info file is `make info'.
8751
5dcb4c4e 8752 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8753 `file-name-sans-extension'.
8754 (Magic File Names): Complete list of operations for magic file
8755 name handlers.
8756
87572002-09-16 Jonathan Yavner <jyavner@engineer.com>
8758
8759 * variables.texi (File Local Variables): New function
8760 risky-local-variable-p.
8761
87622002-09-15 Jonathan Yavner <jyavner@engineer.com>
8763
8764 * functions.texi (Function safety): New node about unsafep.
8765
87662002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8767
5dcb4c4e 8768 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8769 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8770
87712002-06-17 Juanma Barranquero <lektu@terra.es>
8772
8773 * frames.texi (Display Feature Testing): Fix typo.
8774
87752002-06-12 Andreas Schwab <schwab@suse.de>
8776
8777 * frames.texi (Initial Parameters, Resources): Fix references to
8778 the Emacs manual.
8779
87802002-05-13 Kim F. Storm <storm@cua.dk>
8781
8782 * variables.texi (Intro to Buffer-Local): Updated warning and
8783 example relating to changing buffer inside let.
8784
c8763fb6 87852002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8786
8787 * os.texi (Session Management): New node about X Session management.
8788
87892002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8790
8791 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8792 to which the manual corresponds, and the copyright years.
8793
8794 * Makefile.in (VERSION): Set to 2.9.
8795
87962001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8797
8798 * elisp.texi: Change the category in @dircategory to "Emacs", to
8799 make it consistent with info/dir.
8800
88012001-11-25 Miles Bader <miles@gnu.org>
8802
8803 * text.texi (Fields): Describe new `limit' arg in
8804 field-beginning/field-end.
8805
88062001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8807
5dcb4c4e
SM
8808 * permute-index: Don't depend on csh-specific features.
8809 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8810
8811 * two-volume-cross-refs.txt: New file.
8812 * two.el: New file.
8813 * spellfile: New file.
8814
88152001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8816
8817 * permute-index: New file.
8818
8819 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8820 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8821 8+3 restricted namespace.
8822
8823 * Makefile.in (infodir): Define relative to $(srcdir).
8824 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8825 include directories list via -I switch to makeinfo.
8826 (index.texi): Use cp if both hard and symbolic links fail.
8827
88282001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8829
8830 * Makefile.in (distclean): Add.
8831
8832 The following changes make ELisp manual part of the Emacs
8833 distribution:
8834
8835 * Makefile.in: Add Copyright notice.
8836 (prefix): Remove.
8837 (infodir): Change value to "../info".
8838 (VPATH): New variable.
8839 (MAKE): Don't define.
8840 (texmacrodir): Don't define.
8841 (texinputdir): Append the existing value of TEXINPUTS.
8842 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8843 command to be compatible with man/Makefile.in, and to put the
8844 output into ../info.
8845 (info): Add target.
8846 (installall): Target removed.
8847
c8763fb6 88482001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8849
8850 * tips.texi (Coding Conventions): Fix typo.
8851
88522001-10-23 Gerd Moellmann <gerd@gnu.org>
8853
8854 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8855
88562001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8857
8858 * files.texi (File Name Components): Update the description of
8859 file-name-sans-extension and file-name-extension, as they now
8860 ignore leading dots.
8861
88622001-10-20 Gerd Moellmann <gerd@gnu.org>
8863
8864 * (Version 21.1 released.)
8865
88662001-10-19 Miles Bader <miles@gnu.org>
8867
8868 * positions.texi (Text Lines): Describe behavior of
8869 `beginning-of-line'/`end-of-line' in the presence of field properties.
8870
88712001-10-17 Gerd Moellmann <gerd@gnu.org>
8872
8873 * Makefile.in (VERSION): Set to 2.8.
8874 (manual): Use `manual-21'.
8875
8876 * elisp.texi (VERSION): Add and use it where the version
8877 number was used. Set it to 2.8.
8878
8879 * intro.texi: Likewise.
8880
88812001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8882
8883 * files.texi (File Name Completion): Document the significance of
8884 a trailing slash in elements of completion-ignored-extensions.
8885
88862001-10-06 Miles Bader <miles@gnu.org>
8887
8888 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8889
88902001-10-04 Gerd Moellmann <gerd@gnu.org>
8891
8892 * variables.texi (Variable Aliases): New node.
8893
88942001-10-04 Gerd Moellmann <gerd@gnu.org>
8895
8896 * Branch for 21.1.
8897
88982001-10-02 Miles Bader <miles@gnu.org>
8899
8900 * minibuf.texi (Minibuffer Misc): Add entries for
8901 `minibuffer-contents', `minibuffer-contents-no-properties', and
8902 `delete-minibuffer-contents'.
8903 Correct description for `minibuffer-prompt-end'.
8904
8905 * text.texi (Property Search): Correct descriptions of
8906 `next-char-property-change' and `previous-char-property-change'.
8907 Add entries for `next-single-char-property-change' and
8908 `previous-single-char-property-change'.
8909 Make operand names a bit more consistent.
8910
89112001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8912
8913 * frames.texi (Finding All Frames): Document that next-frame and
8914 previous-frame are local to current terminal.
8915
89162001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8917
8918 * keymaps.texi (Creating Keymaps): Fix the description of the
8919 result of make-keymap.
8920
89212001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8922
8923 * display.texi (Font Lookup, Attribute Functions)
8924 (Image Descriptors): Add cross-references to the definition of
8925 selected frame.
8926
8927 * buffers.texi (The Buffer List): Add cross-references to the
8928 definition of selected frame.
8929
8930 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8931 frame at any given time.
8932 (Multiple Displays, Size and Position): Add a cross-reference to
8933 the definition of the selected frame.
8934
89352001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8936
8937 * strings.texi (String Conversion) <string-to-number>: Document
8938 that a float is returned for integers that are too large.
8939
8940 * frames.texi (Mouse Position): Document mouse-position-function.
8941 (Display Feature Testing): Document display-images-p.
8942 (Window Frame Parameters): Document the cursor-type variable.
8943
8944 * numbers.texi (Integer Basics): Document CL style read syntax for
8945 integers in bases other than 10.
8946
5dcb4c4e
SM
8947 * positions.texi (List Motion):
8948 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8949
8950 * lists.texi (Sets And Lists): Document member-ignore-case.
8951
8952 * internals.texi (Garbage Collection): Document the used and free
8953 strings report.
8954 (Memory Usage): Document strings-consed.
8955
8956 * os.texi (Time of Day): Document float-time.
8957 (Recording Input): Document that clear-this-command-keys clears
8958 the vector to be returned by recent-keys.
8959
8960 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8961 argument keymap can be a list.
8962
8963 * nonascii.texi (User-Chosen Coding Systems)
8964 <select-safe-coding-system>: Document the new argument
8965 accept-default-p and the variable
8966 select-safe-coding-system-accept-default-p. Tell what happens if
8967 buffer-file-coding-system is undecided.
8968 (Default Coding Systems): Document auto-coding-regexp-alist.
8969
8970 * display.texi (The Echo Area) <message>: Document
8971 message-truncate-lines.
8972 (Glyphs): Document that the glyph table is unused on windowed
8973 displays.
8974
8975 * help.texi (Describing Characters) <single-key-description>:
8976 Document the new argument no-angles.
8977 (Accessing Documentation) <documentation-property>: Document that
8978 a non-string property is evaluated.
8979 <documentation>: Document that the function-documentation property
8980 is looked for.
8981
8982 * windows.texi (Selecting Windows): Document some-window.
8983
8984 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8985
8986 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8987 apropos-mode-hook.
8988
8989 * commands.texi (Using Interactive): Document interactive-form.
8990 (Keyboard Macros): Document kbd-macro-termination-hook.
8991 (Command Loop Info): Document that clear-this-command-keys clears
8992 the vector to be returned by recent-keys.
8993
89942001-09-04 Werner LEMBERG <wl@gnu.org>
8995
8996 * Makefile.in (srcdir, texinputdir): New variables.
8997 (srcs, index.texi, install): Use $(srcdir).
8998 (.PHONY): Remove elisp.dvi.
8999 (elisp): Use -I switch for makeinfo.
9000 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9001 (installall, dist): Use $(srcdir).
9002 Fix path to texinfo.tex.
9003 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9004
90052001-08-30 Gerd Moellmann <gerd@gnu.org>
9006
9007 * display.texi (Conditional Display): Adjust to API change.
9008
9009 * configure: New file.
9010
90112001-07-30 Gerd Moellmann <gerd@gnu.org>
9012
9013 * commands.texi (Repeat Events): Add description of
9014 double-click-fuzz.
9015
90162001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9017
9018 * syntax.texi (Syntax Class Table): Add the missing designator for
9019 comment and string fences.
9020 (Syntax Properties): Add a xref to syntax table internals.
9021 (Syntax Table Internals): Document string-to-syntax.
9022
90232001-05-07 Gerd Moellmann <gerd@gnu.org>
9024
9025 * Makefile.in (install): Use install-info command line options
9026 like in Emacs' Makefile.in.
9027
90282000-12-09 Miles Bader <miles@gnu.org>
9029
9030 * windows.texi (Window Start): Update documentation for
9031 `pos-visible-in-window-p'.
9032
90332000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9034
9035 * lists.texi (Building Lists): Add footnote to explain how to add
9036 to the end of a list.
9037
90382000-10-25 Gerd Moellmann <gerd@gnu.org>
9039
9040 * files.texi (Visiting Functions): Typos.
9041
90422000-10-25 Kenichi Handa <handa@etl.go.jp>
9043
9044 * files.texi (Visiting Functions): Return value of
9045 find-file-noselect may be a list of buffers if wildcards are used.
9046
90472000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9048
9049 * display.texi (Defining Faces): Document `graphic' display type
9050 in face specs.
9051
b344d29d 90522000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9053
9054 * hooks.texi (Standard Hooks): Replace obsolete
9055 `after-make-frame-hook' with `after-make-frame-functions'.
9056
9057 * frames.texi (Creating Frames): Ditto.
9058
9059 * variables.texi (Future Local Variables): Ditto.
9060
90612000-10-16 Gerd Moellmann <gerd@gnu.org>
9062
9063 * display.texi (Other Image Types): Add description of :foreground
9064 and :background properties of mono PBM images.
9065
90662000-08-17 Werner LEMBERG <wl@gnu.org>
9067
9068 * .cvsignore: New file.
9069
90702000-01-05 Gerd Moellmann <gerd@gnu.org>
9071
9072 * tindex.pl: New script.
9073
90741999-12-03 Dave Love <fx@gnu.org>
9075
9076 * Makefile.in (MAKEINFO): New parameter.
9077
90781999-09-17 Richard Stallman <rms@gnu.org>
9079
9080 * Makefile.in (srcs): Add hash.texi.
9081 (VERSION): Update to 20.6.
9082
90831999-09-13 Richard Stallman <rms@gnu.org>
9084
9085 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9086
90871998-08-29 Karl Heuer <kwzh@gnu.org>
9088
9089 * configure.in: New file.
9090 * Makefile.in: Renamed from Makefile.
9091 (prefix, infodir): Use value obtained from configure.
9092 (emacslibdir): Obsolete variable deleted.
9093 (dist): Distribute configure.in, configure, Makefile.in.
9094
90951998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9096
9097 * Makefile (INSTALL_INFO): New variable.
9098 (install): Run install-info.
9099
91001998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9101
9102 * Makefile (elisp.dvi): Add missing backslash.
9103
91041998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9105
9106 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9107 Run texindex without `./'. Always run texindex on elisp.tp.
9108 (elisp.tps): Target deleted.
9109
91101998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9111
9112 * Makefile (srcs): Add nonascii.texi and customize.texi.
9113 (dist): Start by deleting `temp'.
9114
91151998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9116
9117 * Makefile (makeinfo, texindex): Targets deleted.
9118 (makeinfo.o, texindex.o): Targets deleted.
9119 (clean, dist): Don't do anything with them or with getopt*.
9120
91211998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9122
9123 * Makefile (SHELL): Defined.
9124
91251998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9126
9127 * Makefile (elisp.tps): New target.
9128 (elisp.dvi): Depend on elisp.tps.
9129
c5602427 91301996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9131
9132 * README: Update phone number.
9133
9134 * Makefile (elisp): Make this be the default target.
9135 Depend on makeinfo.c instead of makeinfo.
9136 (install): Don't depend on elisp.dvi, since we don't install that.
9137 Use mkinstalldirs.
9138 (dist): Add mkinstalldirs.
9139
c5602427 91401995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9141
9142 * Makefile (VERSION): Update version number.
5dcb4c4e 9143 (maintainer-clean): Rename from realclean.
b8d4c8d0 9144
c5602427 91451995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9146
9147 * Makefile (realclean): New target.
9148 (elisp): Remove any old elisp-* files first.
9149
c5602427 91501993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9151
9152 * Makefile (VERSION): New variable.
9153 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9154 Compressed file suffix should be `.gz', not `.z'.
9155
ce058493 91561993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9157
9158 * Makefile (elisp): Depend on makeinfo.
9159
c5602427 91601993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9161
9162 * Makefile (srcs): Add anti.texi.
9163
c5602427 91641993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9165
9166 * Makefile (infodir, prefix): New vars.
9167 (install): Use infodir.
9168 (emacsinfodir): Deleted.
9169
c5602427 91701993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9171
9172 * Makefile (srcs): Add calendar.texi.
9173
9174 * Makefile (dist): Copy texindex.c and makeinfo.c.
9175 Limit elisp-* files to those with one or two digits.
9176
c5602427 91771993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9178
9179 * Makefile (dist): Changed to use Gzip instead of compress.
9180
c5602427 91811993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9182
9183 * loading.texi (Unloading): define-function changed back to
9184 defalias. It may not stay this way, but at least it's
9185 consistent with the known-good version of the code patch.
9186
c5602427 91871993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9188
9189 * modes.texi (Hooks): Document new optional arg of add-hook.
9190
c5602427 91911993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9192
9193 * variables.texi: Document nil initial value of buffer-local variables.
9194
9195 * tips.texi: Add new section on standard library headers.
9196
c5602427 91971993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9198
9199 * Makefile (srcs): Add frame.texi to the list of sources.
9200
c5602427 92011993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9202
9203 * Makefile (dist): Don't bother excluding autosave files; they'll
9204 never make it into the temp directory anyway, and the hash marks
9205 in the name are problematic for make and the Bourne shell.
9206 (srcs):
9207
c5602427 92081993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9209
9210 * Makefile (dist): Don't include backup files or autosave files in
9211 the distribution tar file.
9212
c5602427 92131991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9214
5dcb4c4e 9215 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9216 (elisp.dvi): Remove erroneous shell comment.
9217 Expect output of permute-index in permuted.fns.
9218 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9219 (clean): Add index.texi to be deleted.
b8d4c8d0 9220
c5602427 92211990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9222
9223 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9224
c5602427 92251990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9226
9227 * files.texi: Noted that completion-ignored-extensions is ignored
9228 when making *Completions*.
9229
3e868ee3 92301990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9231
9232 * Makefile make dist now depends on elisp.dvi, since it tries
9233 to include it in the dist file.
9234
c5602427 92351990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9236
c5602427 9237 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9238
c5602427 92391989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9240
9241 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9242 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9243
c5602427 92441989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9245
9246 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9247 and @error{} are the terms now being used. The files in the
9248 directory have been changed to reflect this.
9249
9250 * All instances of @indentedresultt{} have been changed to
9251 ` @result{}', using 5 spaces at the begining of the line.
9252
c5602427 92531989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9254
9255 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9256 experimental @indentedresult{}, @indentedexpandsto{} are part of
9257 the texinfo.tex in this directory. These TeX macros are not
9258 stable yet.
9259
c5602427 92601989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9261
9262 * texinfo.tex: Temporarily added
9263 \let\result=\dblarrow
9264 \def\error{{\it ERROR} \longdblarrow}
9265 We need to do this better soon.
9266
c5602427 92671989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9268
9269 * Applied Karl Berry's patches to *.texinfo files, but not to
9270 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9271 new title page format is also not applied, since it requires
9272 texinfo.tex changes.)
9273
9274 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9275 for the Project GNU development environment.
9276
9277;; Local Variables:
c8763fb6 9278;; coding: utf-8
b8d4c8d0
GM
9279;; End:
9280
73b0cd50 9281 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9282
9283 This file is part of GNU Emacs.
9284
352c8b4a 9285 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9286 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9287 the Free Software Foundation, either version 3 of the License, or
9288 (at your option) any later version.
b8d4c8d0
GM
9289
9290 GNU Emacs is distributed in the hope that it will be useful,
9291 but WITHOUT ANY WARRANTY; without even the implied warranty of
9292 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9293 GNU General Public License for more details.
9294
9295 You should have received a copy of the GNU General Public License
352c8b4a 9296 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.