]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from trunk.
[gnu-emacs] / doc / lispref / ChangeLog
1 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4
5 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * errors.texi (Standard Errors): Remove apparent placeholder text
8 (bug#9491).
9
10 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
11
12 * frames.texi (Management Parameters): Fix description of
13 icon-type parameter.
14
15 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
16
17 * tips.texi (Key Binding Conventions): Don't bind a key sequence
18 ending in C-g. Suggested by Edward O'Connor.
19
20 2011-09-17 Eli Zaretskii <eliz@gnu.org>
21
22 * numbers.texi (Integer Basics): Add indexing for
23 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
24
25 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
26
27 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
28
29 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
30
31 * processes.texi (Network Servers): Clarify what the process
32 buffer is used for (bug#9233).
33
34 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
35
36 * lists.texi (Building Lists): Fix typo.
37
38 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
39
40 * display.texi (Basic Faces): New node. Document new faces.
41
42 * modes.texi (Major Mode Conventions): Move some text there.
43 (Mode Help): Remove major-mode var, duplicated in Major Modes.
44
45 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
46
47 * modes.texi (Basic Major Modes): New node. Callers updated.
48 (Major Modes): Document fundamental-mode and major-mode.
49 (Major Mode Basics): Node deleted; text moved to Major Modes.
50 (Derived Modes): Document derived-mode-p.
51
52 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
53
54 * files.texi (Changing Files, Create/Delete Dirs): Document new
55 arguments for delete-file, delete-directory, and copy-directory.
56 (Visiting Functions): Remove view-file; it is documented in the
57 Emacs manual.
58
59 * frames.texi (Layout Parameters): The defaults for the
60 menu-bar-lines and tool-bar-lines parameters depend on the mode.
61
62 * display.texi (Progress): Document spinner functionality.
63
64 * os.texi (Killing Emacs): Note that kill-emacs can be called by
65 operating system signals. Refer to save-buffers-kill-terminal
66 instead of save-buffers-kill-emacs.
67
68 * objects.texi (Symbol Type): Document ## print representation.
69
70 2011-08-25 Eli Zaretskii <eliz@gnu.org>
71
72 * display.texi (Specified Space): Mention that `space' specs
73 influence bidi reordering.
74 (Bidirectional Display): Explain how to use `(space . PROPS)' for
75 separating fields with bidirectional content.
76
77 2011-08-24 Eli Zaretskii <eliz@gnu.org>
78
79 * display.texi (Bidirectional Display): Document return value in
80 buffers that are not bidi-reordered for display, and in unibyte
81 buffers.
82
83 2011-08-23 Eli Zaretskii <eliz@gnu.org>
84
85 * nonascii.texi (Character Properties): Document the values for
86 unassigned codepoints.
87
88 2011-08-18 Eli Zaretskii <eliz@gnu.org>
89
90 * nonascii.texi (Character Properties): Document use of
91 `bidi-class' and `mirroring' properties as part of reordering.
92 Provide cross-references to "Bidirectional Display".
93
94 * display.texi (Bidirectional Display): Document the pitfalls of
95 concatenating strings with bidirectional content, with possible
96 solutions. Document bidi-string-mark-left-to-right. Mention
97 paragraph direction in modes that inherit from prog-mode.
98 Document use of `bidi-class' and `mirroring' properties as part of
99 reordering.
100
101 2011-08-16 Eli Zaretskii <eliz@gnu.org>
102
103 * modes.texi (Major Mode Conventions): Improve the documentation
104 of `mode-class' `special' modes.
105
106 * nonascii.texi (Character Properties): Document the `mirroring'
107 property. Add index entries.
108
109 * syntax.texi (Categories): Add an example of defining a new
110 category and category table.
111
112 * searching.texi (Regexp Backslash): Document how to display
113 existing categories. Mention the possibility of adding
114 categories, and add an xref to where this is described. Add an
115 index entry.
116
117 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
118
119 * text.texi (Special Properties):
120 * display.texi (Overlay Properties): Note that mouse-face cannot
121 change the text size (Bug#8530).
122
123 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
124
125 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
126 using setenv instead.
127
128 2011-07-28 Eli Zaretskii <eliz@gnu.org>
129
130 * display.texi (Bidirectional Display): Document the fact that
131 bidi-display-reordering is t by default.
132
133 2011-07-23 Eli Zaretskii <eliz@gnu.org>
134
135 * display.texi (Bidirectional Display): New section.
136
137 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
138 Tim Cross <theophilusx@gmail.com> (tiny change)
139 Glenn Morris <rgm@gnu.org>
140
141 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
142
143 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
144
145 * help.texi (Keys in Documentation): Revert last change.
146
147 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
148
149 * help.texi (Keys in Documentation): Clarify that \= only quotes
150 the next character, and doesn't affect longer sequences in
151 particular (bug#8935).
152
153 * debugging.texi (Using Debugger): Mention
154 @code{eval-expression-debug-on-error} (bug#8549).
155
156 2011-07-14 Eli Zaretskii <eliz@gnu.org>
157
158 * display.texi (Other Display Specs): Document that `left-fringe'
159 and `right-fringe' display specifications are of the "replacing"
160 kind.
161
162 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
163
164 * help.texi (Documentation Basics): Add a link to the Function
165 Documentation node (bug#6580).
166
167 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
168
169 * keymaps.texi (Menu Bar): Mention :visible and :enable
170 (bug#6344). Text by Drew Adams.
171
172 * modes.texi (Running Hooks): Mention buffer-local hook variables
173 (bug#6218).
174
175 * objects.texi (General Escape Syntax): "a with grave accent" is
176 ?xe0, not ?x8e0 (bug#5259).
177
178 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
179
180 * display.texi (Face Attributes, Font Selection): Add references
181 to the Fonts node in the Emacs manual (Bug#4178).
182
183 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
184
185 * display.texi (Window Systems): `window-system' is
186 terminal-local.
187
188 * frames.texi (Frame Parameters, Parameter Access): Don't mention
189 frame-local variables.
190
191 * variables.texi (Buffer-Local Variables): Don't mention obsolete
192 frame-local variables.
193 (Frame-Local Variables): Node deleted.
194
195 * elisp.texi (Top): Update node listing.
196
197 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * elisp.texi: Change "inferiors" to "subnodes" in three places
200 (bug#3523).
201
202 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
203
204 * frames.texi (Window System Selections): Discussion of
205 x-select-enable-clipboard moved to Emacs manual.
206
207 2011-07-11 Deniz Dogan <deniz@dogan.se>
208
209 * commands.texi (Prefix Command Arguments): Remove excessive
210 apostrophe.
211
212 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
215 description is a string (bug#3313).
216
217 * frames.texi (Display Feature Testing): Try to explain what all
218 the visual classes mean (bug#3042).
219
220 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
221
222 * modes.texi (Mode Line Variables): Document `mode-line-remote'
223 and `mode-line-client' (bug#2974).
224
225 * text.texi (Insertion): Clarify marker movements (bug#1651).
226 Text from Drew Adams.
227
228 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
229
230 * text.texi (Special Properties): Clarify the format of `face'
231 (bug#1375).
232
233 * commands.texi (Interactive Call): Add a `call-interactively'
234 example (bug#1010).
235
236 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
237
238 * functions.texi (Calling Functions): Link to the "Interactive
239 Call" node (bug#1001).
240
241 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
242
243 * customize.texi (Composite Types): Move alist and plist to here
244 from Simple Types (Bug#7545).
245
246 * elisp.texi (Top): Update menu description.
247
248 * display.texi (Face Attributes): Document negative line widths
249 (Bug#6113).
250
251 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
252
253 * searching.texi (Match Data): Note that match data can be
254 overwritten by most functions (bug#2499).
255
256 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
257
258 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
259 flags mean (bug#6659).
260
261 * functions.texi (What Is a Function): Document the autoload
262 object (bug#6496).
263
264 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
265
266 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
267 is only used in the Customize user interface (bug#6089).
268
269 * display.texi (Showing Images): Mention the point of sliced
270 images (bug#7836).
271
272 2011-07-02 Eli Zaretskii <eliz@gnu.org>
273
274 * variables.texi (Defining Variables, Void Variables)
275 (Constant Variables): Fix incorrect usage of @kindex.
276
277 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
278
279 * variables.texi (Defining Variables): Add an index entry for
280 `set-variable' (bug#7262).
281 (Defining Variables): Use @findex for functions.
282
283 * frames.texi (Basic Parameters): Document the `explicit-name'
284 parameter (bug#6951).
285
286 * customize.texi (Type Keywords): Clarify that :value provides a
287 default value for all types (bug#7386).
288
289 * streams.texi (Output Functions): Document `pp'.
290
291 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
292
293 * keymaps.texi (Searching Keymaps):
294 * display.texi (Overlay Properties): Fix errors in 2011-05-29
295 change. Suggested by Johan Bockgård.
296
297 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
298
299 * text.texi (Special Properties): Clarify role of font-lock-face.
300
301 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
302
303 * processes.texi (Process Information): Renamed `process-alive-p'
304 to `process-live-p' for consistency with other `-live-p' functions.
305
306 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
307
308 Document wide integers better.
309 * files.texi (File Attributes): Document ino_t values better.
310 ino_t values no longer map to anything larger than a single cons.
311 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
312 (Bitwise Operations):
313 * objects.texi (Integer Type): Use a binary notation that is a bit easier
314 to read, and that will port better if 62-bits becomes the default.
315 Fix or remove incorrect examples.
316 * os.texi (Time Conversion): Document time_t values better.
317
318 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
319
320 * processes.texi (Process Information): Document
321 `process-alive-p'.
322
323 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
324
325 * help.texi (Accessing Documentation):
326 * display.texi (Pixel Specification):
327 * processes.texi (Serial Ports, Serial Ports):
328 * nonascii.texi (Character Properties, Default Coding Systems):
329 * text.texi (Changing Properties, Special Properties):
330 * windows.texi (Window Start and End):
331 * modes.texi (SMIE Indentation Example, SMIE Tricks):
332 * keymaps.texi (Searching Keymaps, Tool Bar):
333 * minibuf.texi (Basic Completion):
334 * compile.texi (Eval During Compile):
335 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
336 7x9 paper in printed manual.
337
338 * lists.texi (Sets And Lists): Fix misplaced text.
339
340 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
341
342 * keymaps.texi (Remapping Commands): Emphasize that the keymap
343 needs to be active (Bug#8350).
344
345 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
346
347 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
348
349 * tips.texi (Coding Conventions): Remove antediluvian filename
350 limit recommendation (Bug#8538).
351
352 2011-05-27 Glenn Morris <rgm@gnu.org>
353
354 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
355
356 2011-05-26 Glenn Morris <rgm@gnu.org>
357
358 * variables.texi (File Local Variables):
359 Update hack-local-variables `mode-only' return value.
360 Add some more details on what this function does in the other case.
361
362 2011-05-19 Glenn Morris <rgm@gnu.org>
363
364 * lists.texi (Sets And Lists): Mention cl provides union etc.
365
366 2011-05-19 Nix <nix@esperi.org.uk>
367
368 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
369
370 * text.texi (Parsing HTML): Update for function name changes.
371
372 * syntax.texi (Syntax Flags): Small fix.
373
374 * keymaps.texi (Active Keymaps): Typo fix.
375 (Changing Key Bindings): Grammar fix.
376
377 * frames.texi (Minibuffers and Frames): Grammar fix.
378 (Window System Selections): x-select-enable-clipboard now defaults to t.
379
380 * customize.texi (Common Keywords):
381 * display.texi (Abstract Display):
382 * modes.texi (Auto-Indentation):
383 * nonascii.texi (Converting Representations): Typo fixes.
384
385 * control.texi (Examples of Catch): Call it "goto" not "go to".
386
387 2011-05-14 Eli Zaretskii <eliz@gnu.org>
388
389 * nonascii.texi (Character Properties): Fix inconsistencies with
390 implementation.
391
392 * text.texi (Special Properties): Move @defvar's out of the
393 @table. (Bug#8652)
394
395 2011-05-12 Glenn Morris <rgm@gnu.org>
396
397 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
398
399 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
402 (Multiline Font Lock):
403 * vol2.texi (Top):
404 * vol1.texi (Top):
405 * elisp.texi (Top): Update menu accordingly.
406
407 2011-05-12 Drew Adams <drew.adams@oracle.com>
408
409 * modes.texi (Region to Fontify): Fix typo.
410
411 2011-05-10 Jim Meyering <meyering@redhat.com>
412
413 * minibuf.texi: Fix typo "in in -> in".
414
415 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
416
417 * numbers.texi (Integer Basics): Large integers are treated as floats.
418
419 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
420
421 * processes.texi (Synchronous Processes): Document the (:file
422 "/file-name") syntax for `call-process'.
423
424 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
425
426 * windows.texi (Choosing Window): Fix typo.
427
428 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
429
430 * frames.texi (Layout Parameters): Note the difference between
431 querying and setting parameters for left-fringe and right-fringe
432 (Bug#6930).
433
434 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * minibuf.texi (Basic Completion): Be a bit more precise about the
437 valid kinds of completion tables.
438 (Programmed Completion): Remove obsolete text about lambda expressions
439 not being valid completion tables.
440
441 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
442
443 * positions.texi (Excursions): Explain the "save-excursion
444 defeated by set-buffer" warning.
445
446 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
447 save-excursion. Suggested by Uday S Reddy.
448
449 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
452 (Lexical Binding): New sub-section.
453
454 * eval.texi (Eval): Discourage the use of `eval'.
455 Document its new `lexical' argument.
456
457 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * commands.texi (Command Overview): `post-command-hook' is not reset to
460 nil any more.
461
462 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * strings.texi (String Conversion): Don't mention
465 string-make-(uni|multi)byte (bug#8262).
466 * nonascii.texi (Converting Representations): Fix up range.
467 * keymaps.texi (Key Binding Commands): Update code point, avoid
468 "unibyte character" and remove mention of unibyte bindings.
469
470 2011-03-10 Eli Zaretskii <eliz@gnu.org>
471
472 * modes.texi (Operator Precedence Grammars): Don't use characters
473 outside ISO-8859-1.
474
475 2011-03-09 Eli Zaretskii <eliz@gnu.org>
476
477 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
478
479 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
480
481 2011-03-08 Glenn Morris <rgm@gnu.org>
482
483 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
484 * intro.texi (Acknowledgements): Names to UTF-8.
485 * elisp.texi: Set documentencoding.
486
487 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
488
489 * Version 23.3 released.
490
491 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
492
493 * package.texi: Update index keywords.
494 (Package Archives): New node contents. Document package-x.el.
495
496 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
497
498 * makefile.w32-in (srcs): Add package.texi.
499
500 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
501
502 * package.texi (Packaging, Packaging Basics, Simple Packages)
503 (Multi-file Packages): Expand and clarify.
504 (Package Archives): Temporary placeholder node.
505
506 * elisp.texi (Top): Update node listing.
507
508 * Makefile.in (srcs): Add package.texi.
509
510 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
511
512 * processes.texi (Synchronous Processes): Minor clarification
513 (Bug#8149).
514
515 2011-03-03 Glenn Morris <rgm@gnu.org>
516
517 * files.texi (Truenames): Minor clarification. (Bug#2341)
518
519 2011-03-01 Glenn Morris <rgm@gnu.org>
520
521 * variables.texi (Directory Local Variables):
522 Mention `(subdirs . nil)' alist element.
523
524 2011-02-28 Glenn Morris <rgm@gnu.org>
525
526 * variables.texi (Directory Local Variables): Mention the optional
527 mtime argument of dir-locals-set-directory-class. (Bug#3577)
528
529 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
530
531 * minibuf.texi (Minibuffer History): Clarify discussion of
532 minibuffer history lists (Bug#8085).
533
534 2011-02-19 Eli Zaretskii <eliz@gnu.org>
535
536 * elisp.texi: Sync @dircategory with ../../info/dir.
537
538 * files.texi (Visiting Functions): Document find-file-literally,
539 both the command and the variable.
540
541 * variables.texi (Creating Buffer-Local): Explain the meaning of
542 permanent local variables.
543
544 * files.texi (Visiting Functions): Document find-file-literally,
545 both the command and the variable.
546
547 * variables.texi (Creating Buffer-Local): Explain the meaning of
548 permanent local variables.
549
550 2011-02-19 Glenn Morris <rgm@gnu.org>
551
552 * keymaps.texi (Remapping Commands): Mention how to undo it.
553
554 2011-02-09 Reuben Thomas <rrt@sc3d.org>
555
556 * loading.texi (Hooks for Loading): Remove unnecessary advice
557 about eval-after-load (Bug#7986).
558
559 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
560
561 * commands.texi (Accessing Mouse): Note that a header line is not
562 included in the row of posn-col-row.
563
564 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
565
566 * modes.texi (Major Mode Conventions): Add face guidelines.
567 (Faces for Font Lock): List faces in order of prominence.
568
569 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
570
571 format-time-string now supports subsecond time stamp resolution
572 * os.texi (Time Parsing): Document %N.
573
574 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
575
576 * vol1.texi (Top):
577 * vol2.texi (Top):
578 * elisp.texi (Top):
579 * display.texi (Display Property): Shorten the menu description of
580 the "Other Display Specs" node (Bug#7816).
581
582 * keymaps.texi (Defining Menus): Add "menu item" and "extended
583 menu item" concept index entries (Bug#7805).
584
585 2011-01-29 Eli Zaretskii <eliz@gnu.org>
586
587 * makefile.w32-in (texinfodir): New variable.
588 (usermanualdir): Remove as redundant with $(emacsdir).
589 (MAKEINFO): Remove options, leave only program name.
590 (MAKEINFO_OPTS): New variable.
591 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
592
593 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
594 Richard Kim <emacs18@gmail.com>
595
596 * loading.texi (Library Search): Document list-load-path-shadows
597 (Bug#7757).
598
599 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
600
601 * searching.texi (Regexp Special): Remove outdated discussion of
602 character sets (Bug#7780).
603
604 * frames.texi (Pop-Up Menus): Document where menu title comes
605 from (Bug#7684).
606
607 2011-01-25 Glenn Morris <rgm@gnu.org>
608
609 * display.texi (Making Buttons): Mention limitation of text buttons.
610
611 2011-01-23 Werner Lemberg <wl@gnu.org>
612
613 * Makefile.in (MAKEINFO): Now controlled by `configure'.
614 (MAKEINFO_OPTS): New variable. Use it where appropriate.
615 (ENVADD): New variable to control texi2dvi and texi2pdf.
616
617 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
618
619 * files.texi (Directory Names): Move directory-abbrev-alist doc to
620 Emacs manual.
621
622 2011-01-15 Eli Zaretskii <eliz@gnu.org>
623
624 * files.texi (Directory Names): Explain why FROM in
625 directory-abbrev-alist should begin with \`. (Bug#7777)
626
627 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
630
631 2011-01-02 Eli Zaretskii <eliz@gnu.org>
632
633 * modes.texi (Emulating Mode Line): Fix last change.
634
635 2011-01-02 Eli Zaretskii <eliz@gnu.org>
636
637 * modes.texi (Emulating Mode Line): Update documentation of
638 format-mode-line according to changes that fixed bug #7587.
639
640 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * modes.texi (Derived Modes): Mention prog-mode.
643
644 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
645 of the key-binding-data cache since we don't use it any more.
646
647 2010-12-13 Eli Zaretskii <eliz@gnu.org>
648
649 * processes.texi (Shell Arguments):
650 * strings.texi (Creating Strings): Don't mention "shell commands";
651 make it explicit that `split-string-and-unquote' and
652 `combine-and-quote-strings' are mainly for working with arguments
653 to call-process and start-process.
654
655 * processes.texi (Shell Arguments): Fix documentation of
656 `split-string-and-unquote'. Add indexing. (Bug#7563)
657
658 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * modes.texi (Auto-Indentation): New section to document SMIE.
661 (Major Mode Conventions):
662 * text.texi (Mode-Specific Indent): Refer to it.
663
664 2010-12-13 Eli Zaretskii <eliz@gnu.org>
665
666 * display.texi (Other Display Specs): Document left-fringe and
667 right-fringe display specs.
668
669 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * backups.texi (Making Backups):
672 * modes.texi (Example Major Modes): Use recommended coding style.
673 (Major Mode Basics, Derived Modes): Encourge more strongly use of
674 define-derived-mode. Mention completion-at-point-functions.
675
676 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
677
678 * nonascii.texi (Converting Representations):
679 Document byte-to-string.
680
681 2010-12-08 Glenn Morris <rgm@gnu.org>
682
683 * buffers.texi (Modification Time):
684 verify-visited-file-modtime now defaults to the current buffer.
685
686 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
687
688 * nonascii.texi (Converting Representations): Document byte-to-string.
689
690 * strings.texi (Creating Strings): Don't mention semi-obsolete
691 function char-to-string.
692 (String Conversion): Shorten discussion of semi-obsolete function
693 string-to-char. Link to Converting Representations.
694
695 * objects.texi (Symbol Type):
696 * text.texi (Near Point):
697 * help.texi (Help Functions):
698 * functions.texi (Mapping Functions): Use string instead of
699 char-to-string in examples.
700
701 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
702
703 * text.texi (Kill Functions, Kill Functions)
704 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
705 YANK-HANDLER args.
706
707 * symbols.texi (Creating Symbols): Using unintern without an
708 obarray arg is now obsolete.
709
710 * numbers.texi (Float Basics): Document float-e and float-pi.
711
712 * variables.texi (Defining Variables): Change "pi" example to
713 "float-pi".
714
715 2010-11-26 Eli Zaretskii <eliz@gnu.org>
716
717 * commands.texi (Click Events): Document the values of X, Y and
718 COL, ROW in the event's position, when the click is on the header
719 or mode line, on the fringes, or in the margins.
720
721 2010-11-17 Eli Zaretskii <eliz@gnu.org>
722
723 * customize.texi (Composite Types): Lower-case index entry.
724
725 * loading.texi (How Programs Do Loading):
726 Document load-file-name. (Bug#7346)
727
728 2010-11-17 Glenn Morris <rgm@gnu.org>
729
730 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
731
732 2010-11-13 Eli Zaretskii <eliz@gnu.org>
733
734 * display.texi (Usual Display): Characters with no fonts are not
735 necessarily displayed as empty boxes.
736
737 2010-10-31 Glenn Morris <rgm@gnu.org>
738
739 * maps.texi (Standard Keymaps): Update File menu description.
740
741 2010-10-28 Glenn Morris <rgm@gnu.org>
742
743 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
744
745 2010-10-24 Eli Zaretskii <eliz@gnu.org>
746
747 * display.texi (Window Systems): Deprecate use of window-system as
748 a predicate.
749
750 2010-10-23 Glenn Morris <rgm@gnu.org>
751
752 * help.texi (Documentation Basics): Remove mentions of digest-doc and
753 sorted-doc.
754
755 2010-10-15 Eli Zaretskii <eliz@gnu.org>
756
757 * os.texi (Dynamic Libraries): New node, with slightly modified
758 text deleted from "Image Formats".
759 (System Interface): Add @menu entry for "Dynamic Libraries".
760
761 * display.texi (Image Formats): Remove description of
762 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
763
764 2010-10-12 Glenn Morris <rgm@gnu.org>
765
766 * book-spine.texinfo: Rename to book-spine.texi.
767
768 2010-10-11 Glenn Morris <rgm@gnu.org>
769
770 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
771
772 * Makefile.in (DVIPS): New variable.
773 (.PHONY): Add html, ps.
774 (html, elisp.html, ps, elisp.ps): New targets.
775 (clean): Delete html, ps files.
776 ($(infodir)/elisp): Remove unnecessary includes.
777
778 2010-10-09 Eli Zaretskii <eliz@gnu.org>
779
780 * makefile.w32-in (emacsdir): New variable.
781 (srcs): Add emacsver.texi.
782 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
783
784 2010-10-09 Glenn Morris <rgm@gnu.org>
785
786 * Makefile.in (VPATH): Remove.
787 (infodir): Make it absolute.
788 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
789
790 * Makefile.in (dist): Anchor regexps.
791
792 * Makefile.in (srcs): Put elisp.texi first.
793 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
794
795 * Makefile.in (infoclean): Remove harmless, long-standing error.
796
797 * Makefile.in ($(infodir)): Delete rule.
798 (mkinfodir): New.
799 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
800
801 * Makefile.in (dist): Remove reference to emacsver.texi.in.
802 Also copy emacsver.texi, and edit $emacsdir.
803
804 2010-10-09 Glenn Morris <rgm@gnu.org>
805
806 * Makefile.in (emacsdir): New variable.
807 (MAKEINFO): Add -I $emacsdir.
808 (dist): Copy emacsver.texi.
809 (srcs): Add emacsver.texi.
810
811 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
812 Set EMACSVER by including emacsver.texi.
813
814 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
815
816 2010-10-07 Glenn Morris <rgm@gnu.org>
817
818 * Makefile.in (version): New, set by configure.
819 (clean): Delete dist tar file.
820 (dist): Use version in tar name.
821
822 2010-10-06 Glenn Morris <rgm@gnu.org>
823
824 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
825 (INSTALL_INFO): Remove unused variable.
826 (mostlyclean, infoclean, dist): New rules.
827 (clean): Delete dvi and pdf files.
828 (maintainer-clean): Remove elisp.oaux, use infoclean.
829 ($(infodir)): Add parallel build workaround.
830
831 2010-10-04 Glenn Morris <rgm@gnu.org>
832
833 * Makefile.in (dvi, pdf, $(infodir)): New targets.
834 ($(infodir)/elisp): Ensure target directory exists. Use $@.
835 Fix -I typo.
836 (clean): No 'make.out' or 'core' files.
837 (.PHONY): Declare clean rules.
838 (maintainer-clean): Delete pdf file. Guard against cd failures.
839
840 2010-10-03 Glenn Morris <rgm@gnu.org>
841
842 * files.texi (File Name Components): Remove ignored section about
843 deleted variable directory-sep-char.
844
845 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
846
847 * files.texi (Magic File Names): New defopt
848 remote-file-name-inhibit-cache.
849
850 2010-10-02 Glenn Morris <rgm@gnu.org>
851
852 * os.texi (Killing Emacs): Hook now runs in batch mode.
853
854 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * text.texi (Special Properties): Clarify when modification-hooks run.
857
858 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * syntax.texi (Syntax Flags): Document new `c' flag.
861
862 2010-09-09 Glenn Morris <rgm@gnu.org>
863
864 * display.texi (ImageMagick Images): General cleanup.
865
866 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
867
868 * files.texi (Directory Names): Use \` rather than ^.
869
870 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
871
872 * text.texi (Low-Level Kill Ring):
873 * frames.texi (Window System Selections): Remove cut buffer
874 documentation.
875
876 2010-08-28 Eli Zaretskii <eliz@gnu.org>
877
878 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
879 Parameters", where the default fringe width is described.
880
881 * frames.texi (Window Frame Parameters, Basic Parameters)
882 (Position Parameters, Layout Parameters, Management Parameters)
883 (Cursor Parameters, Font and Color Parameters): Add indexing for
884 frame parameters. (Bug#6929)
885
886 2010-08-25 Tom Tromey <tromey@redhat.com>
887
888 * vol2.texi (Top): Update.
889 * vol1.texi (Top): Update.
890 * tips.texi (Library Headers): Mention Package-Version and
891 Package-Requires.
892 * package.texi: New file.
893 * os.texi (System Interface): Update pointers.
894 * elisp.texi (Top): Link to new nodes. Include package.texi.
895 * anti.texi (Antinews): Update pointers.
896
897 2010-08-25 Eli Zaretskii <eliz@gnu.org>
898
899 * processes.texi (Filter Functions): Fix last change.
900
901 2010-08-24 Markus Triska <triska@gmx.at>
902
903 * processes.texi (Filter Functions): Use `buffer-live-p' instead
904 of `buffer-name' in the main text as well as in the example
905 (Bug#3098).
906
907 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
908
909 * nonascii.texi (Text Representations):
910 * loading.texi (Loading Non-ASCII):
911 * compile.texi (Byte Compilation): Don't mention obsolete
912 --unibyte command-line argument.
913
914 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
915
916 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
917
918 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
919
920 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
921
922 2010-08-20 Eli Zaretskii <eliz@gnu.org>
923
924 * commands.texi (Misc Events): Add cross-references to where
925 POSITION of a mouse event is described in detail.
926
927 2010-08-08 Christoph <cschol2112@googlemail.com>
928
929 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
930
931 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
932
933 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
934 Suggested by Štěpán Němec <stepnem@gmail.com>.
935
936 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
937
938 * minibuf.texi (High-Level Completion): Document args of
939 `read-buffer-function' (bug#5625).
940
941 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
942
943 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
944
945 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
946
947 * processes.texi (Process Information): Explain process property
948 `remote-tty'.
949
950 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
951
952 * modes.texi (Defining Minor Modes): Use C-delete in examples,
953 instead of "\C-\^?" (bug#6334).
954
955 * text.texi (Special Properties): Fix typo.
956
957 2010-07-09 Eli Zaretskii <eliz@gnu.org>
958
959 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
960 calling sequences, which are now the standard.
961
962 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
963
964 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
965
966 * commands.texi (Command Overview): Mention undo-boundary call.
967
968 2010-06-23 Glenn Morris <rgm@gnu.org>
969
970 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
971 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
972 * frames.texi, functions.texi, internals.texi, keymaps.texi:
973 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
974 * searching.texi, sequences.texi, strings.texi, syntax.texi:
975 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
976 Untabify Texinfo files.
977
978 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
979
980 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
981
982 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
983
984 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
985
986 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
987
988 * searching.texi (Regexp Special): Remove obsolete information
989 about matching non-ASCII characters, and suggest using char
990 classes (Bug#6283).
991
992 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
993
994 * minibuf.texi (Basic Completion): Add missing "@end defun".
995
996 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * minibuf.texi (Basic Completion): Document completion-boundaries.
999 (Programmed Completion): Document the new fourth method for boundaries.
1000
1001 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * display.texi (Image Cache): Update documentation about image caching.
1004
1005 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
1006
1007 * windows.texi (Textual Scrolling):
1008 * tips.texi (Coding Conventions):
1009 * minibuf.texi (Minibuffer History):
1010 * maps.texi (Standard Keymaps):
1011 * loading.texi (Where Defined):
1012 * edebug.texi (Instrumenting): Fix typos.
1013
1014 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1017
1018 * functions.texi (Obsolete Functions):
1019 Document set-advertised-calling-convention.
1020
1021 * minibuf.texi (Basic Completion): Document completion-in-region.
1022 (Programmed Completion): Document completion-annotate-function.
1023
1024 * commands.texi (Reading One Event): Document read-key.
1025 (Distinguish Interactive): Document KIND arg to
1026 called-interactively-p. Delete obsolete interactive-p.
1027
1028 * elisp.texi (Top): Update node description.
1029
1030 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1031
1032 * nonascii.texi (Character Properties):
1033 Document unicode-category-table. Add an index entry for Unicode
1034 general category.
1035
1036 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * Version 23.2 released.
1039
1040 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1041
1042 * locals.texi (Standard Buffer-Local Variables):
1043 Remove @ignore'd reference to `direction-reversed'.
1044
1045 2010-04-14 Juri Linkov <juri@jurta.org>
1046
1047 Fix @deffn without category.
1048
1049 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1050 for `abbrev-insert'.
1051
1052 * buffers.texi (Indirect Buffers): Add category `Command'
1053 to @deffn of `clone-indirect-buffer'.
1054
1055 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1056 for `next-window' and `previous-window'. Add category `Command'
1057 to @deffn of `pop-to-buffer'.
1058
1059 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * nonascii.texi (Text Representations): Don't mark
1062 enable-multibyte-characters as a user option.
1063
1064 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1065
1066 * control.texi (Handling Errors): How to re-throw a signal caught
1067 by condition-case.
1068
1069 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
1070
1071 * loading.texi (Hooks for Loading): Document after-load-functions.
1072 Copyedits.
1073
1074 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1075
1076 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1077
1078 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * processes.texi (Network Processes): Document seqpacket type.
1081
1082 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1083
1084 * os.texi (System Environment): Do not mention lynxos.
1085
1086 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * Branch for 23.2.
1089
1090 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1091
1092 * objects.texi (Integer Type): Take note of the read syntax
1093 exception for numbers that cannot fit in the integer type.
1094
1095 2010-03-03 Glenn Morris <rgm@gnu.org>
1096
1097 * numbers.texi (Integer Basics, Bitwise Operations):
1098 * objects.texi (Integer Type): Update for integers now being 30-bit.
1099
1100 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1101
1102 * display.texi (Low-Level Font): Document :otf font-spec property.
1103
1104 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * display.texi (Line Height): Avoid obsolete special default variables
1107 like default-major-mode.
1108
1109 2010-01-28 Alan Mackenzie <acm@muc.de>
1110
1111 * display.texi (Auto Faces): Say fontification-functions is called
1112 whether or not Font Lock is enabled. Tidy up the wording a bit.
1113
1114 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * elisp.texi: Remove duplicate edition information (Bug#5407).
1117
1118 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * two.el (volume-header-toc-markup): Fix typos in docstring.
1121
1122 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 Avoid dubious uses of save-excursions.
1125 * positions.texi (Excursions): Recommend the use of
1126 save-current-buffer if applicable.
1127 * text.texi (Clickable Text): Fix the example code which used
1128 save-excursion in a naive way which sometimes preserves point and
1129 sometimes not.
1130 * variables.texi (Creating Buffer-Local):
1131 * os.texi (Session Management):
1132 * display.texi (GIF Images):
1133 * control.texi (Cleanups): Use (save|with)-current-buffer.
1134
1135 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1136
1137 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1138
1139 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * nonascii.texi (Text Representations, Character Codes)
1142 (Converting Representations, Explicit Encoding)
1143 (Translation of Characters): Use hex notation consistently.
1144 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1145
1146 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * loading.texi (Where Defined): Make it clearer that these are
1149 loaded files (Bug#5068).
1150
1151 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * minibuf.texi (Completion Styles): Document `initials' style.
1154
1155 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * frames.texi (Resources): Describe inhibit-x-resources.
1158 (Size Parameters): Copyedit.
1159
1160 * hash.texi (Creating Hash):
1161 * objects.texi (Hash Table Type): Document the new hash table
1162 printed representation.
1163
1164 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1165 obsolete.
1166
1167 * processes.texi (Process Buffers):
1168 Document process-kill-buffer-query-function.
1169
1170 2009-12-05 Glenn Morris <rgm@gnu.org>
1171
1172 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1173 diary-display-function, and no longer recommended to be a hook.
1174 Update for changes in the names of calendar and diary hooks.
1175 diary-print-entries-hook has changed section.
1176
1177 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1178
1179 * text.texi (Special Properties): More accurate description of
1180 what the `cursor' property does.
1181
1182 2009-11-26 Kevin Ryde <user42@zip.com.au>
1183
1184 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1185 mouse-wheel-down-event, the closest thing to a definition for them.
1186 * os.texi (Startup Summary): vindex inhibit-startup-message and
1187 inhibit-splash-screen.
1188 (Command-Line Arguments): vindex argv.
1189 (Suspending Emacs): vindex suspend-tty-functions and
1190 resume-tty-functions. Don't want to index every hook, but having
1191 the programming ones is helpful.
1192
1193 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * commands.texi (Motion Events): Fix typo (Bug#4907).
1196
1197 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1200 are affected by case-fold-search (Bug#4483).
1201
1202 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * minibuf.texi (Reading File Names): Note that read-file-name may
1205 use a graphical file dialog.
1206
1207 2009-10-31 Glenn Morris <rgm@gnu.org>
1208
1209 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1210
1211 2009-10-16 Kevin Ryde <user42@zip.com.au>
1212
1213 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1214 in particular so `info-lookup-symbol' can find its docs.
1215
1216 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
1217
1218 * variables.texi (Constant Variables): Distinguish from defconst
1219 variables.
1220 (Defining Variables): Add cindex.
1221
1222 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * os.texi (Time of Day): Clarify that the microsecond part is
1225 ignored (Bug#4637).
1226
1227 2009-10-11 Glenn Morris <rgm@gnu.org>
1228
1229 * frames.texi (Size and Position): Clarify what is included in the frame
1230 height. (Bug#4535)
1231
1232 2009-10-10 Glenn Morris <rgm@gnu.org>
1233
1234 * windows.texi (Size of Window): The relationship between window and
1235 frame heights is not so simple. (Bug#4535)
1236 Mention window-full-height-p.
1237
1238 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1241 used from Lisp.
1242
1243 2009-10-07 Eli Zaretskii <eliz@gnu.org>
1244
1245 * files.texi (Directory Names) <abbreviate-file-name>:
1246 Document that root home directories are not replaced with "~".
1247
1248 2009-10-06 Eli Zaretskii <eliz@gnu.org>
1249
1250 * text.texi (Special Properties): Document the meaning of the
1251 `cursor' text property whose value is an integer.
1252
1253 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
1254
1255 * files.texi (Magic File Names): Add `copy-directory'.
1256
1257 2009-10-05 Eli Zaretskii <eliz@gnu.org>
1258
1259 * files.texi (File Attributes): Fix description of file
1260 attributes. (Bug#4638) Update attributes of files.texi example to
1261 be more representative.
1262
1263 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
1264
1265 * files.texi (Create/Delete Dirs): New command copy-directory.
1266
1267 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * anti.texi (Antinews):
1270 * macros.texi (Indenting Macros):
1271 * strings.texi (Creating Strings, Case Conversion):
1272 Remove duplicate words.
1273
1274 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * files.texi (Create/Delete Dirs): delete-directory has an
1277 optional parameter RECURSIVE.
1278
1279 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * buffers.texi (Swapping Text): Minor clarification.
1282
1283 2009-10-01 Glenn Morris <rgm@gnu.org>
1284
1285 * functions.texi (Declaring Functions): Mention that we also search for
1286 ".m" files in the src/ directory.
1287
1288 2009-09-25 David Engster <deng@randomsample.de>
1289
1290 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1291
1292 2009-09-22 Glenn Morris <rgm@gnu.org>
1293
1294 * internals.texi (Building Emacs): Mention preloaded-file-list.
1295
1296 2009-09-14 Alan Mackenzie <acm@muc.de>
1297
1298 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1299
1300 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * functions.texi (Anonymous Functions): Rearrange discussion,
1303 giving usage of unquoted lambda forms first. Mention that
1304 `function' and `#'' are no longer required (Bug#4290).
1305
1306 2009-09-11 Alan Mackenzie <acm@muc.de>
1307
1308 * os.texi (Terminal Output): Document `send-string-to-terminal' in
1309 batch mode.
1310
1311 2009-09-01 Glenn Morris <rgm@gnu.org>
1312
1313 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1314
1315 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
1316
1317 * nonascii.texi (Character Codes): Fix typos.
1318
1319 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1320
1321 * processes.texi (Synchronous Processes): New defvar
1322 process-file-side-effects.
1323
1324 2009-08-25 Glenn Morris <rgm@gnu.org>
1325
1326 * display.texi (Fontsets): Fix typo.
1327
1328 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1329
1330 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * processes.texi (Asynchronous Processes): Adjust arglist of
1333 start-process-shell-command and start-file-process-shell-command.
1334
1335 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * advice.texi (Argument Access in Advice): Note that argument
1338 positions are zero-based (Bug#3932).
1339
1340 * commands.texi (Distinguish Interactive): Minor copyedit.
1341
1342 * display.texi (Face Attributes): Add xref to Displaying Faces for
1343 explanation of "underlying face".
1344
1345 * customize.texi (Common Keywords): Add xref to Loading.
1346
1347 * loading.texi (How Programs Do Loading): Add xref to Lisp
1348 Libraries node in the Emacs manual.
1349
1350 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1353
1354 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * processes.texi (Shell Arguments): Copyedits.
1357
1358 2009-07-18 Glenn Morris <rgm@gnu.org>
1359
1360 * loading.texi (Repeated Loading): Fix typo.
1361
1362 2009-07-16 Richard Stallman <rms@gnu.org>
1363
1364 * buffers.texi (Swapping Text): Recommend setting
1365 write-region-annotate-functions and buffer-saved-size.
1366
1367 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1368
1369 2009-07-15 Glenn Morris <rgm@gnu.org>
1370
1371 * edebug.texi: Minor re-phrasings throughout.
1372 (Edebug Execution Modes): Sit-for affects continue mode too.
1373 (Jumping): Use `forward-sexp' rather than its keybinding.
1374 (Edebug Misc): Fix Q binding.
1375 (Edebug Eval): Remove cl version.
1376 (Printing in Edebug): Clarify print-length etc.
1377 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1378 (Specification List): Remove edebug-unwrap findex entry.
1379 (Specification Examples): defmacro is actually not the same as defun.
1380 Escape "`" in example.
1381
1382 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * markers.texi (The Mark): Document optional arg to
1385 deactivate-mark.
1386
1387 2009-07-11 Kevin Ryde <user42@zip.com.au>
1388
1389 * hooks.texi (Standard Hooks): Fix cross-references.
1390
1391 * loading.texi (Named Features): Refer to eval-after-load.
1392
1393 2009-07-11 Glenn Morris <rgm@gnu.org>
1394
1395 * Makefile.in (TEXI2PDF): New.
1396 (elisp.pdf): New target.
1397
1398 * searching.texi (Regexp Backslash): Fix typo.
1399
1400 * elisp.texi (Top): Display copyright notice at start of non-TeX.
1401
1402 2009-07-10 Glenn Morris <rgm@gnu.org>
1403
1404 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1405
1406 * customize.texi (Customization Types):
1407 * display.texi (Abstract Display):
1408 * objects.texi (Character Type, String Type):
1409 Merge in some menu descriptions from elisp.texi.
1410
1411 * hash.texi (Hash Tables):
1412 * modes.texi (Multiline Font Lock):
1413 End menu description with period.
1414
1415 2009-07-09 Glenn Morris <rgm@gnu.org>
1416
1417 * back.texi: Don't hard-code texinfo location.
1418
1419 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1420 (tex): Add texinfodir to TEXINPUTS.
1421 (elisp1med-init, elisp2med-init): Use texinfodir.
1422
1423 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1424 (clean): Add two-volume.make intermediate files.
1425
1426 * elisp.texi, vol1.texi, vol2.texi:
1427 Use a DATE variable with the publication date, and update it.
1428 Fix antinews menu description.
1429
1430 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1431 Update the detailed node listing to match elisp.texi.
1432
1433 * README: Update edition to match elisp.texi.
1434
1435 * objects.texi (General Escape Syntax):
1436 * nonascii.texi (Character Sets):
1437 Use consistent case for "Unicode Standard".
1438
1439 * anti.texi (Antinews):
1440 * customize.texi (Variable Definitions):
1441 * functions.texi (Declaring Functions):
1442 * nonascii.texi (Character Properties):
1443 * processes.texi (Serial Ports):
1444 * text.texi (Special Properties):
1445 * tips.texi (Coding Conventions):
1446 Minor rearrangements to improve TeX line-filling.
1447
1448 * commands.texi (Using Interactive): Fix cross-reference.
1449
1450 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1451
1452 * frames.texi (Management Parameters): Mention sticky.
1453
1454 2009-07-01 Andreas Schwab <aschwab@redhat.com>
1455
1456 * help.texi (Help Functions): Fix description of help-buffer and
1457 help-setup-xref to use @defun instead of @deffn.
1458
1459 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1460
1461 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1462
1463 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * display.texi (Window Systems): Add ns to the list.
1466
1467 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * Branch for 23.1.
1470
1471 2009-06-17 Martin Rudalics <rudalics@gmx.at>
1472
1473 * windows.texi (Dedicated Windows): Fix typo.
1474 (Resizing Windows): Replace @defun by @deffn.
1475
1476 2009-06-17 Glenn Morris <rgm@gnu.org>
1477
1478 * variables.texi (Directory Local Variables):
1479 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1480
1481 2009-06-09 Kenichi Handa <handa@m17n.org>
1482
1483 * nonascii.texi (Character Sets): State clearly that FROM and TO
1484 are codepoints of CHARSET.
1485
1486 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
1487
1488 * minibuf.texi (Reading File Names): Fix introductory text.
1489 Suggested by stan@derbycityprints.com.
1490 (High-Level Completion): Fix typo.
1491
1492 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * frames.texi (Text Terminal Colors): Multi-tty is already
1495 implemented, but tty-local colors are not.
1496
1497 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * hooks.texi (Standard Hooks): Remove mention of obsolete
1500 redisplay-end-trigger-functions.
1501
1502 * internals.texi (Window Internals): Remove mention of obsolete
1503 redisplay-end-trigger-functions.
1504
1505 2009-05-21 Martin Rudalics <rudalics@gmx.at>
1506
1507 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1508
1509 * backups.texi (Making Backups): backup-directory-alist and
1510 make-backup-file-name-function are options.
1511 (Auto-Saving): auto-save-list-file-prefix is an option.
1512
1513 * buffers.texi (Killing Buffers): buffer-offer-save is an
1514 option.
1515
1516 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1517 option.
1518 (Echo Area Customization): echo-keystrokes is an option.
1519 (Selective Display): selective-display-ellipses is an option.
1520 (Temporary Displays): temp-buffer-show-function is an option.
1521 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1522 are options.
1523 (Font Selection): face-font-family-alternatives,
1524 face-font-selection-order, face-font-registry-alternatives, and
1525 scalable-fonts-allowed are options.
1526 (Fringe Indicators): indicate-buffer-boundaries is an option.
1527 (Fringe Cursors): overflow-newline-into-fringe is an option.
1528 (Scroll Bars): scroll-bar-mode is an option.
1529
1530 * eval.texi (Eval): max-lisp-eval-depth is an option.
1531
1532 * files.texi (Visiting Functions): find-file-hook is an option.
1533 (Directory Names): directory-abbrev-alist is an option.
1534 (Unique File Names): temporary-file-directory and
1535 small-temporary-file-directory are options.
1536
1537 * frames.texi (Initial Parameters): initial-frame-alist,
1538 minibuffer-frame-alist and default-frame-alist are options.
1539 (Cursor Parameters): blink-cursor-alist and
1540 cursor-in-non-selected-windows ar options.
1541 (Window System Selections): selection-coding-system is an
1542 option.
1543 (Display Feature Testing): display-mm-dimensions-alist is an
1544 option.
1545
1546 * help.texi (Help Functions): help-char and help-event-list are
1547 options.
1548
1549 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1550 an option.
1551
1552 * minibuf.texi (Minibuffer History): history-length and
1553 history-delete-duplicates are options.
1554 (High-Level Completion): read-buffer-function and
1555 read-buffer-completion-ignore-case are options.
1556 (Reading File Names): read-file-name-completion-ignore-case is
1557 an option.
1558
1559 * modes.texi (Mode Line Top): mode-line-format is an option.
1560 (Mode Line Variables): mode-line-position and mode-line-modes
1561 are options.
1562
1563 * nonascii.texi (Text Representations):
1564 enable-multibyte-characters is an option.
1565 (Default Coding Systems): auto-coding-regexp-alist,
1566 file-coding-system-alist, auto-coding-alist and
1567 auto-coding-functions are options.
1568 (Specifying Coding Systems): inhibit-eol-conversion is an
1569 option.
1570
1571 * os.texi (Init File): site-run-file is an option.
1572 (System Environment): mail-host-address is an option.
1573 (User Identification): user-mail-address is an option.
1574 (Terminal Output): baud-rate is an option.
1575
1576 * positions.texi (Word Motion): words-include-escapes is an
1577 option.
1578
1579 * searching.texi (Standard Regexps): page-delimiter,
1580 paragraph-separate, paragraph-separate and sentence-end are
1581 options.
1582
1583 * text.texi (Margins): left-margin and fill-nobreak-predicate
1584 are options.
1585
1586 * variables.texi (Local Variables): max-specpdl-size is an
1587 option.
1588
1589 * windows.texi (Choosing Window):
1590 split-window-preferred-function, special-display-function and
1591 display-buffer-function are options.
1592
1593 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
1594
1595 Fix errors spotted by Martin Rudalics.
1596
1597 * syntax.texi (Position Parse): Document rationale for ignored
1598 arguments to syntax-ppss-flush-cache.
1599
1600 * processes.texi (Input to Processes): Mark PROCESS arg to
1601 process-running-child-p as optional.
1602 (Network Options): Document NO-ERROR arg to
1603 set-network-process-option.
1604
1605 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1606 command.
1607
1608 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1609 posix-search-backward as commands.
1610
1611 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1612 (Suspending Emacs): Mark suspend-emacs as a command.
1613 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1614 commands.
1615 (Terminal Output): Remove obsolete function baud-rate.
1616 Document TERMINAL arg for send-string-to-terminal.
1617
1618 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1619 terminal-coding-system and set-terminal-coding-system.
1620 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1621 as optional.
1622 (Character Sets): Document RESTRICTION arg of char-charset.
1623 (Character Codes): Mark POS argument to get-byte as optional.
1624
1625 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1626 minibuffer-message.
1627
1628 * files.texi (Create/Delete Dirs): Mark make-directory and
1629 delete-directory as commands.
1630
1631 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1632
1633 * text.texi (Base 64): Mark base64-decode-string and
1634 base64-encode-string as commands.
1635 (Columns): Mark move-to-column as a command.
1636 (Mode-Specific Indent): Document RIGID arg to
1637 indent-for-tab-command.
1638 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1639 Mark indent-code-rigidly as a command.
1640 (Substitution): Mark translate-region as a command.
1641
1642 * frames.texi (Size and Position): Remove obsolete functions
1643 screen-height and screen-width.
1644
1645 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1648 (Displaying Buffers, Resizing Windows): Correct mistakes;
1649 next-window, previous-window, and pop-to-buffer are not commands,
1650 and fit-window-to-buffer" is a command. (Pointed out by Martin
1651 Rudalics.)
1652
1653 2009-05-17 Richard M Stallman <rms@gnu.org>
1654
1655 * modes.texi (Precalculated Fontification): Clarify text.
1656
1657 2009-05-17 Martin Rudalics <rudalics@gmx.at>
1658
1659 * windows.texi (Selecting Windows): Clarify descriptions of
1660 with-selected-window and get-lru-window.
1661 (Cyclic Window Ordering): Refer to particular frame when talking
1662 about how splitting affects the ordering.
1663 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1664 switch-to-buffer-other-window. Explain how setting of
1665 display-buffer-reuse-frames affects pop-to-buffer.
1666 (Choosing Window): Clarify some details in descriptions of
1667 display-buffer-reuse-frames, pop-up-frames, and
1668 pop-up-frame-function.
1669 (Dedicated Windows): Clarify some details.
1670 (Textual Scrolling): Replace term vscroll by term vertical
1671 scroll position.
1672 (Vertical Scrolling): Fix typo.
1673 (Window Hooks): Relate text on jit-lock-register to window
1674 scrolling and size changes.
1675
1676 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * frames.texi (Initial Parameters): Clarify what the initial
1679 minibuffer frame is.
1680 (Buffer Parameters): Note that the minibuffer parameter can not be
1681 altered.
1682
1683 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1684 Document display-buffer changes.
1685
1686 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * anti.texi (Antinews): Rewrite for Emacs 22.
1689
1690 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1691 obarrays are first mentioned. Define "system abbrev" more
1692 prominently, and add it to the index.
1693 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1694 Copyedits.
1695 (Abbrev Expansion): Document abbrev-insert.
1696
1697 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * frames.texi (Font and Color Parameters): Rename from Color
1700 Parameters. Document font-backend parameter.
1701
1702 * vol2.texi (Top): Update node listing.
1703 * vol1.texi (Top): Update node listing.
1704 * elisp.texi (Top): Update node listing.
1705
1706 2009-05-11 Martin Rudalics <rudalics@gmx.at>
1707
1708 * windows.texi (Choosing Window): Don't explicitly refer to
1709 split-window-sensibly's window argument in descriptions of
1710 split-height-threshold and split-width-threshold.
1711
1712 2009-05-10 Martin Rudalics <rudalics@gmx.at>
1713
1714 * windows.texi (Choosing Window): Fix rewrite of window
1715 splitting section.
1716
1717 2009-05-09 Eli Zaretskii <eliz@gnu.org>
1718
1719 * nonascii.texi (Default Coding Systems): Document
1720 find-auto-coding, set-auto-coding, and auto-coding-alist.
1721 Add indexing.
1722 (Lisp and Coding Systems): Add index entries.
1723
1724 2009-05-09 Martin Rudalics <rudalics@gmx.at>
1725
1726 * windows.texi (Choosing Window): Describe split-window-sensibly
1727 and rewrite section on window splitting accordingly.
1728 (Textual Scrolling): Replace `...' by @code{...}.
1729
1730 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1733 Remove obsoleted pre-abbrev-expand-hook.
1734
1735 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1736 entries.
1737
1738 * internals.texi (Object Internals): Don't assume 32-bit machines
1739 are the norm.
1740 (Buffer Internals): Consolidate table entries for readability.
1741 (Window Internals): Synch field names to window.h.
1742 (Process Internals): Synch field names to process.h.
1743
1744 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * variables.texi (File Local Variables): Note that read-circle is
1747 bound to nil when reading file-local variables.
1748
1749 * streams.texi (Input Functions): Document read-circle.
1750 (Output Variables): Add xref to Circular Objects.
1751
1752 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1755 Features and Coding System Basics. Node that "p" stands for
1756 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1757 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1758 mouse-appearance-menu.
1759 (Programming Tips): Add xref to Progress.
1760
1761 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * os.texi (Command-Line Arguments):
1764 Document command-line-args-left.
1765 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1766 terminal objects for tty arguments.
1767 (Startup Summary): Add xref to Session Management.
1768 (Session Management): Mention emacs-session-restore. Copyedits.
1769
1770 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * os.texi (Startup Summary): Copyedits. The init file is not
1773 necessarily named .emacs now. Document initial-buffer-choice and
1774 initial-scratch-message. Note where Emacs exits in batch mode.
1775 Document inhibit-splash-screen as an alias.
1776 (Init File): Be neutral about which init file name to use.
1777
1778 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * os.texi (System Interface): Fix Texinfo usage.
1781
1782 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * searching.texi (Regexp Backslash): Also refer to shy groups as
1785 non-capturing or unnumbered groups.
1786 (Regexp Functions): Add cross-reference to Regexp Backslash.
1787
1788 * display.texi (Truncation): Overlays can use line-prefix and
1789 wrap-prefix too.
1790 (Overlay Properties): Document wrap-prefix and line-prefix.
1791 (Face Attributes): Document underline-minimum-offset.
1792 (Face Remapping): Copyedits.
1793 (Low-Level Font): Copyedits.
1794 (Image Cache): Note that the image cache is shared between frames.
1795 (Line Height): Emphasize that line-spacing only takes effect on
1796 graphical terminals.
1797
1798 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * display.texi (Refresh Screen): Note that a passage about screen
1801 refreshing is text terminal only.
1802 (Forcing Redisplay): Delete misleading comment---sit-for calls
1803 redisplay, not the other way around.
1804 (Truncation): Note new values of truncate-partial-width-windows.
1805 Copyedits.
1806 (Invisible Text): Document invisible-p.
1807
1808 2009-04-11 Eli Zaretskii <eliz@gnu.org>
1809
1810 * display.texi (Overlays): Overlays don't scale well. See
1811 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1812
1813 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * syntax.texi (Syntax Table Functions): Document cons cell
1816 argument for modify-syntax-entry.
1817 (Categories): Document cons cell argument for
1818 modify-category-entry.
1819
1820 * searching.texi (String Search): Document word-search-forward-lax
1821 and word-search-backward-lax.
1822 (Searching and Case): Describe isearch behavior more precisely.
1823
1824 * keymaps.texi (Tool Bar): Mention that some platforms do not
1825 support multi-line toolbars. Suggested by Stephen Eglen.
1826
1827 * frames.texi (Layout Parameters): Mention that Nextstep also
1828 allows only one tool-bar line. Suggested by Stephen Eglen.
1829
1830 * nonascii.texi (Text Representations): Copyedits.
1831 (Coding System Basics): Also mention utf-8-emacs.
1832 (Converting Representations, Selecting a Representation)
1833 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1834 Copyedits.
1835 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1836
1837 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * text.texi (Yank Commands): Note that yank uses push-mark.
1840 (Filling): Clarify REGION argument of fill-paragraph.
1841 Document fill-forward-paragraph-function.
1842 (Special Properties): Remove "new in Emacs 22" declaration.
1843 (Clickable Text): Merge with Links and Mouse-1 node.
1844
1845 * display.texi (Button Properties, Button Buffer Commands):
1846 Change xref to Clickable Text.
1847
1848 * tips.texi (Key Binding Conventions): Change xref to Clickable
1849 Text.
1850
1851 * elisp.texi (Top): Update node listing.
1852
1853 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * markers.texi (The Mark): Copyedits. Improve description of
1856 handle-shift-selection.
1857 (The Region): Move use-region-p here from The Mark.
1858
1859 * positions.texi (Screen Lines): Document (cols . lines) argument
1860 for vertical-motion.
1861
1862 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * frames.texi (Frames): Clean up introduction. Document `ns'
1865 return value for framep.
1866 (Creating Frames): Note how the terminal is chosen.
1867 (Multiple Terminals, Multiple Displays): Merge into a single node.
1868 (Color Parameters): Fix typo.
1869
1870 * variables.texi (Local Variables, Buffer-Local Variables)
1871 (Creating Buffer-Local): Change link to Multiple Terminals.
1872
1873 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1874
1875 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1876 Terminals.
1877
1878 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1879 to Multiple Terminals.
1880
1881 * elisp.texi (Top): Update node listing.
1882 * vol2.texi (Top): Update node listing.
1883 * vol1.texi (Top): Update node listing.
1884
1885 * buffers.texi (Current Buffer): Note that the append-to-buffer
1886 example is no longer in synch with the latest code. Tie the two
1887 examples together.
1888
1889 * files.texi (File Attributes): Move note about MS-DOS from
1890 Changing Files to File Attributes.
1891 (Create/Delete Dirs): Note that mkdir is an alias for this.
1892
1893 2009-04-01 Markus Triska <triska@gmx.at>
1894
1895 * processes.texi (Filter Functions): Suggest how to handle output
1896 batches.
1897
1898 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * help.texi (Accessing Documentation): Update example to use
1901 help-setup-xref and with-help-window.
1902 (Help Functions): Remove print-help-return-message, which is
1903 semi-obsolete due to with-help-window. Document help-buffer and
1904 help-setup-xref.
1905
1906 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * help.texi (Accessing Documentation, Help Functions):
1909 Remove information about long-obsolete Emacs versions.
1910
1911 * modes.texi (Mode Line Variables): The default values of the mode
1912 line variables are now more complicated.
1913
1914 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * modes.texi (Major Mode Conventions): Note that specialness is
1917 inherited.
1918 (Derived Modes): Note that define-derive-mode sets the mode-class
1919 property.
1920
1921 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1922 goto-map. Add search-map to the list.
1923
1924 2009-03-27 Eli Zaretskii <eliz@gnu.org>
1925
1926 * os.texi (System Environment): Update the list of system-type
1927 values.
1928
1929 * markers.texi (The Mark) <handle-shift-selection>: Update for
1930 removal of the optional argument DEACTIVATE.
1931
1932 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * commands.texi (Focus Events): Most X window managers don't use
1935 focus-follows-mouse nowadays.
1936
1937 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
1938
1939 * commands.texi (Defining Commands): Clarify introduction.
1940 (Using Interactive): Not that interactive can be put in a symbol
1941 property.
1942 (Interactive Call): Note that a symbol with a non-nil
1943 interactive-form property satisfies commandp.
1944
1945 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
1946
1947 * minibuf.texi (Intro to Minibuffers): Fix typos.
1948
1949 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
1950
1951 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1952 about minibuffers in old Emacs versions. Copyedits.
1953 Emphasize that enable-recursive-minibuffers defaults to nil.
1954 (Text from Minibuffer): Simplify introduction.
1955
1956 2009-03-22 Alan Mackenzie <acm@muc.de>
1957
1958 * commands.texi (Using Interactive): Clarify string argument to
1959 `interactive' - even promptless elements need \n separators.
1960
1961 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * minibuf.texi (Completion Styles): New node.
1964
1965 * elisp.texi (Top): Update node listing.
1966
1967 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * minibuf.texi (Basic Completion): Note that
1970 read-file-name-completion-ignore-case and
1971 read-buffer-completion-ignore-case can override
1972 completion-ignore-case.
1973 (Minibuffer Completion): Document completing-read changes.
1974 (Completion Commands): Avoid mentioning partial completion mode.
1975 Document minibuffer-completion-confirm changes, and
1976 minibuffer-confirm-exit-commands.
1977 (High-Level Completion): Document new require-match behavior for
1978 read-buffer. Document read-buffer-completion-ignore-case.
1979 (Reading File Names): Document new require-match behavior for
1980 read-file-name.
1981
1982 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * debugging.texi (Error Debugging): Don't mislead the reader into
1985 thinking that debug-on-error enters debugger for C-f at EOB.
1986 (Error Debugging): Setting debug-on-init within the init file
1987 works, and has for some time.
1988
1989 2009-03-13 Kenichi Handa <handa@m17n.org>
1990
1991 * display.texi (Fontsets): Update the description.
1992
1993 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * advice.texi (Advising Primitives): Link to What Is a Function.
1996
1997 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * compile.texi (Speed of Byte-Code): Update example.
2000 (Disassembly): Update examples.
2001
2002 * loading.texi (Repeated Loading): Simplify examples.
2003
2004 * customize.texi (Common Keywords): It's not necessary to use :tag
2005 to remove hyphens, as custom-unlispify-tag-name does it
2006 automatically.
2007 (Variable Definitions): Link to File Local Variables.
2008 Document customized-value symbol property.
2009 (Customization Types): Move menu to end of node.
2010
2011 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * macros.texi (Compiling Macros): Omit misleading sentence, which
2014 implied that macros can only be used in the same file they are
2015 defined.
2016 (Backquote): Remove obsolete information about Emacs 19.
2017
2018 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2019
2020 * display.texi (Display Margins): Fix paren typo.
2021
2022 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
2023
2024 * elisp.texi (Top): Update node listing.
2025
2026 * variables.texi (Variables): Clarify introduction.
2027 (Global Variables): Mention that setq is a special form.
2028 (Local Variables): Use active voice.
2029 (Tips for Defining): Mention marking variables as safe.
2030 (Buffer-Local Variables): Mention terminal-local and frame-local
2031 variables together.
2032 (File Local Variables): Copyedits.
2033 (Frame-Local Variables): Note that they are not really useful.
2034 (Future Local Variables): Node deleted.
2035
2036 * objects.texi (General Escape Syntax): Update explanation of
2037 unicode escape syntax.
2038
2039 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * control.texi (Control Structures): Add cindex entry for "textual
2042 order".
2043
2044 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2045 instead of "expression" throughout.
2046 (Function Indirection): Copyedits. Use active voice.
2047 (Eval): The default value of max-lisp-eval-depth is now 400.
2048
2049 2009-02-23 Miles Bader <miles@gnu.org>
2050
2051 * processes.texi (System Processes): Rename `system-process-attributes'
2052 to `process-attributes'.
2053
2054 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * symbols.texi (Property Lists): Emphasize that property lists are
2057 not restricted to symbol cells.
2058 (Other Plists): Copyedit.
2059
2060 * sequences.texi (Sequences Arrays Vectors): Make introduction
2061 more concise.
2062 (Arrays): Mention char-tables and bool-vectors too.
2063 (Vectors): Don't repeat information given in Arrays node. Link to
2064 nodes that explain the vector usage examples.
2065 (Char-Tables): Note that char-table elements can have arbitrary
2066 type. Explain effect of omitted char-table-extra-slots property.
2067 Link to Property Lists node.
2068
2069 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
2070
2071 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2072 `append'.
2073 (List Elements): Copyedits.
2074
2075 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2076 of `vconcat'.
2077
2078 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2079 Emacs 20 usage of `concat'.
2080 (Case Conversion): Copyedits.
2081
2082 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2085 Minor edits.
2086 (Frame Configuration Type): Emphasize that it is not primitive.
2087 (Font Type): New node.
2088 (Type Predicates): Add fontp; type-of now recognizes font object
2089 types.
2090
2091 * intro.texi (Version Info): Update version numbers in examples.
2092 (Acknowledgements): List more contributors.
2093
2094 * elisp.texi: Bump version number to 3.0.
2095 (Top): Link to Font Type node.
2096
2097 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * modes.texi (Major Mode Conventions): Remove duplicate words.
2100 (Customizing Keywords): Fix typo.
2101
2102 2009-02-14 Eli Zaretskii <eliz@gnu.org>
2103
2104 * nonascii.texi (User-Chosen Coding Systems): Document that
2105 select-safe-coding-system suggests raw-text if there are raw bytes
2106 in the region.
2107 (Explicit Encoding): Warn not to use `undecided' when encoding.
2108
2109 2009-02-11 Glenn Morris <rgm@gnu.org>
2110
2111 * frames.texi (Visibility of Frames): Mention the effect multiple
2112 workspaces/desktops can have on visibility.
2113
2114 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2115
2116 * text.texi (Commands for Insertion):
2117 * commands.texi (Event Mod):
2118 * keymaps.texi (Searching Keymaps):
2119 * nonascii.texi (Translation of Characters):
2120 Reinstate documentation of translation-table-for-input.
2121 (Explicit Encoding): Document the `charset' text property produced
2122 by decode-coding-region and decode-coding-string.
2123
2124 2009-01-27 Alan Mackenzie <acm@muc.de>
2125
2126 * modes.texi (Search-based Fontification): Correct a typo.
2127
2128 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2131 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2132
2133 2009-01-24 Eli Zaretskii <eliz@gnu.org>
2134
2135 * display.texi (Window Systems): Document the value of
2136 `initial-window-system' under --daemon.
2137
2138 * os.texi (System Environment): Remove description of the
2139 `environment' function which has been deleted.
2140
2141 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2142
2143 * frames.texi (Multiple Displays): Remove documentation for
2144 removed function make-frame-on-tty.
2145
2146 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * files.texi (Format Conversion Piecemeal): Clarify behavior of
2149 write-region-annotate-functions.
2150 Document write-region-post-annotation-function.
2151
2152 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * display.texi (Font Lookup): Document WIDTH argument of
2155 x-list-fonts.
2156
2157 2009-01-17 Eli Zaretskii <eliz@gnu.org>
2158
2159 * maps.texi (Standard Keymaps): Rename function-key-map to
2160 local-function-key-map.
2161
2162 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2163 local-function-key-map.
2164
2165 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2166 and `set-keyboard-coding-system' now accept an optional terminal
2167 argument.
2168
2169 * commands.texi (Event Mod): `keyboard-translate-table' is now
2170 terminal-local.
2171 (Function Keys): Rename function-key-map to
2172 local-function-key-map.
2173
2174 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2175 frames.texi.
2176
2177 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2178 `delete-terminal-functions', `suspend-tty-functions' and
2179 `resume-tty-functions'.
2180
2181 * frames.texi (Frames): Document `frame-terminal' and
2182 `terminal-live-p'.
2183 (Multiple Displays): Document `make-frame-on-tty'.
2184 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2185 `terminal-name', and `get-device-terminal'.
2186 (Terminal Parameters): Document `terminal-parameters',
2187 `terminal-parameter', and `set-terminal-parameter'.
2188
2189 * os.texi (System Environment): Document `environment' and
2190 `initial-environment'.
2191 (Suspending Emacs): Update for multi-tty; document
2192 `suspend-tty', `resume-tty', and `controlling-tty-p'.
2193
2194 * nonascii.texi (Coding System Basics): More accurate description
2195 of `raw-text'.
2196
2197 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2198
2199 * display.texi (Low-Level Font): Fix typo.
2200
2201 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * elisp.texi (Top): Update node listing.
2204
2205 * display.texi (PostScript Images): Node deleted.
2206
2207 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2208
2209 * processes.texi (Decoding Output): Document that null bytes force
2210 no-conversion for reading process output.
2211
2212 * files.texi (Reading from Files): Document that null bytes force
2213 no-conversion when visiting files.
2214
2215 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2216
2217 * nonascii.texi (Lisp and Coding Systems):
2218 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2219 (Character Properties): Improve wording.
2220
2221 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * display.texi (Font Lookup): Remove obsolete function
2224 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2225 (Low-Level Font): Rename from Fonts, move to end of Faces section.
2226 (Font Selection): Reorder order of variable descriptions.
2227 Minor clarifications.
2228
2229 * elisp.texi (Top): Update node listing.
2230
2231 2009-01-09 Glenn Morris <rgm@gnu.org>
2232
2233 * commands.texi (Command Loop Info): Say that last-command-char and
2234 last-input-char are obsolete aliases.
2235
2236 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2237 last-input-char and last-command-char, since they are just aliases for
2238 last-input-event and last-command-event.
2239
2240 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2241 last-command-char.
2242
2243 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * elisp.texi: Update node listing.
2246
2247 * display.texi (Faces): Put Font Selection node after Auto Faces.
2248 (Face Attributes): Don't link to Font Lookup.
2249 Document font-family-list.
2250 (Fonts): New node.
2251
2252 2009-01-08 Jason Rumney <jasonr@gnu.org>
2253
2254 * frames.texi (Pointer Shape): Clarify that only X supports
2255 changing the standard pointer shapes. (Bug#1485)
2256
2257 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * display.texi (Attribute Functions): Note that a function value
2260 :height is relative, and that compatibility functions work by
2261 calling set-face-attribute.
2262 (Displaying Faces): Reorder list in order of increasing priority.
2263 (Face Remapping): New node. Content moved here from Displaying
2264 Faces.
2265 (Glyphs): Link to Face Functions.
2266
2267 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * display.texi (Faces): Don't discuss face id here. facep does
2270 not return t.
2271 (Defining Faces): Minor clarification.
2272 (Face Attributes): Rearrange items to match docstring of
2273 set-face-attribute. Add :foundry attribute. Document new role of
2274 :font attribute. Texinfo usage fix.
2275 (Attribute Functions): Copyedits.
2276 (Face Functions): Note that face number is seldom used.
2277
2278 2009-01-05 Richard M Stallman <rms@gnu.org>
2279
2280 * strings.texi (Predicates for Strings): Minor clarification.
2281
2282 * functions.texi (Function Safety): Texinfo usage fix.
2283
2284 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2285
2286 * objects.texi (General Escape Syntax): Fix typo.
2287
2288 2009-01-03 Martin Rudalics <rudalics@gmx.at>
2289
2290 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2291 works via the default value of pop-up-frame-function.
2292
2293 2009-01-02 Eli Zaretskii <eliz@gnu.org>
2294
2295 * processes.texi (System Processes): Document the `time' and
2296 `ctime' attributes of `system-process-attributes'.
2297
2298 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * display.texi (Face Attributes): Clarify :height attribute.
2301
2302 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2303
2304 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2305 the front of the buffer list. Add entries for `last-buffer' and
2306 `unbury-buffer'.
2307
2308 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2309
2310 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2311 and its subsections.
2312
2313 * frames.texi (Multiple Terminals, Low-level Terminal)
2314 (Terminal Parameters, Frames on Other TTY devices): New sections.
2315 (Frames): Add an xref to "Multiple Terminals".
2316
2317 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2318
2319 * objects.texi (Terminal Type): New node.
2320 (Editing Types): Add it to the menu.
2321
2322 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2323 Variables".
2324
2325 * variables.texi (Directory Local Variables): New node.
2326 (Variables): Add a menu item for it.
2327
2328 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2329 `generated-autoload-file'.
2330
2331 2008-12-20 Eli Zaretskii <eliz@gnu.org>
2332
2333 * os.texi (Startup Summary): Add xref to documentation of
2334 `initial-window-system'.
2335
2336 * display.texi (Window Systems): Document `window-system' the
2337 function. The variable `window-system' is now frame-local.
2338 Document `initial-window-system'.
2339
2340 2008-12-19 Martin Rudalics <rudalics@gmx.at>
2341
2342 * windows.texi (Windows): Rewrite description of
2343 fit-window-to-buffer.
2344
2345 2008-12-13 Glenn Morris <rgm@gnu.org>
2346
2347 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2348 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2349
2350 2008-12-12 Glenn Morris <rgm@gnu.org>
2351
2352 * debugging.texi (Error Debugging): Refer forwards to
2353 eval-expression-debug-on-error.
2354
2355 2008-12-05 Eli Zaretskii <eliz@gnu.org>
2356
2357 * strings.texi (String Basics): Only unibyte strings that
2358 represent key sequences hold 8-bit raw bytes.
2359
2360 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2361 paragraph to speak about `undecided'.
2362 (Character Properties): Don't explain the meaning of each
2363 property; instead, identify their Unicode Standard names.
2364 (Character Sets): Document `map-charset-chars'.
2365
2366 2008-12-02 Glenn Morris <rgm@gnu.org>
2367
2368 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2369 section yet again.
2370
2371 2008-11-29 Eli Zaretskii <eliz@gnu.org>
2372
2373 * nonascii.texi (Character Properties): New Section.
2374 (Specifying Coding Systems): Document
2375 `coding-system-priority-list', `set-coding-system-priority', and
2376 `with-coding-priority'.
2377 (Lisp and Coding Systems): Document `check-coding-systems-region'
2378 and `coding-system-charset-list'.
2379 (Coding System Basics): Document `coding-system-aliases'.
2380
2381 * elisp.texi (Top): Add a @detailmenu entry for "Character
2382 Properties".
2383
2384 * objects.texi (Character Type): Correct the range of Emacs
2385 characters. Add an @xref to "Character Codes".
2386
2387 * strings.texi (String Basics): Add an @xref to "Character Codes".
2388
2389 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2390
2391 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2392 (Character Codes): Document `max-char'.
2393
2394 2008-11-28 Eli Zaretskii <eliz@gnu.org>
2395
2396 * nonascii.texi (Text Representations, Converting Representations)
2397 (Character Sets, Scanning Charsets, Translation of Characters):
2398 Make text more accurate.
2399
2400 2008-11-28 Glenn Morris <rgm@gnu.org>
2401
2402 * files.texi (Format Conversion Round-Trip): Improve previous change.
2403
2404 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * modes.texi (Auto Major Mode): Fix example.
2407
2408 2008-11-25 Glenn Morris <rgm@gnu.org>
2409
2410 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2411
2412 * files.texi (Format Conversion Round-Trip):
2413 Use active voice for previous change.
2414
2415 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * os.texi (Processor Run Time):
2418 * processes.texi (Transaction Queues):
2419 * markers.texi (The Mark):
2420 * windows.texi (Choosing Window, Selecting Windows):
2421 * files.texi (Changing Files, Magic File Names):
2422 * commands.texi (Key Sequence Input):
2423 * functions.texi (Declaring Functions):
2424 * strings.texi (Predicates for Strings):
2425 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2426
2427 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * help.texi (Accessing Documentation): Update example.
2430
2431 * variables.texi (Defining Variables): Note that `*' is not
2432 necessary if defcustom is used.
2433
2434 2008-11-22 Eli Zaretskii <eliz@gnu.org>
2435
2436 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2437 Characters" from @detailmenu.
2438
2439 * nonascii.texi (Character Codes, Character Sets)
2440 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2441 (Chars and Bytes, Splitting Characters): Sections removed.
2442
2443 2008-11-22 Lute Kamstra <lute@gnu.org>
2444
2445 * positions.texi (Text Lines): Update goto-line documentation.
2446
2447 2008-11-21 Martin Rudalics <rudalics@gmx.at>
2448
2449 * frames.texi (Frames): Fix typo, add cross references, reword.
2450 (Initial Parameters): Reword special-display-frame-alist text.
2451 (Frames and Windows): Reword. Describe argument norecord for
2452 set-frame-selected-window.
2453 (Input Focus): Describe argument norecord for select-frame.
2454 Remove comment on MS-Windows behavior for focus-follows-mouse.
2455 (Raising and Lowering): Mention windows-frames dichotomy in
2456 metaphor.
2457
2458 * windows.texi (Displaying Buffers, Vertical Scrolling)
2459 (Horizontal Scrolling): Fix indenting and rewording issues
2460 introduced with 2008-11-07 change.
2461
2462 2008-11-20 Glenn Morris <rgm@gnu.org>
2463
2464 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2465 element of `format-alist'.
2466
2467 2008-11-19 Glenn Morris <rgm@gnu.org>
2468
2469 * doclicense.texi: Update to FDL 1.3.
2470 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2471
2472 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
2473
2474 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2475 vars, which are obsolete. Mention jit-lock-register.
2476
2477 * modes.texi (Other Font Lock Variables):
2478 Document jit-lock-register and jit-lock-unregister.
2479
2480 * frames.texi (Color Parameters): Document alpha parameter.
2481
2482 2008-11-16 Martin Rudalics <rudalics@gmx.at>
2483
2484 * windows.texi (Splitting Windows, Deleting Windows)
2485 (Selecting Windows, Cyclic Window Ordering)
2486 (Buffers and Windows, Displaying Buffers, Choosing Window)
2487 (Dedicated Windows, Window Point, Window Start and End)
2488 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2489 (Size of Window, Resizing Windows, Window Configurations)
2490 (Window Parameters): Avoid @var at beginning of sentences and
2491 reword accordingly.
2492
2493 2008-11-11 Lute Kamstra <lute@gnu.org>
2494
2495 * files.texi (File Name Components): Fix file-name-extension
2496 documentation.
2497
2498 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * frames.texi (Basic Parameters): Remove display-environment-variable
2501 and term-environment-variable.
2502
2503 2008-11-08 Eli Zaretskii <eliz@gnu.org>
2504
2505 * windows.texi (Basic Windows, Splitting Windows)
2506 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2507 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
2508 (Resizing Windows, Window Configurations, Window Parameters):
2509 Fix wording and markup.
2510
2511 2008-11-07 Martin Rudalics <rudalics@gmx.at>
2512
2513 * windows.texi (Windows): Update entries.
2514 (Basic Windows): Remove listing of attributes. Reword.
2515 (Splitting Windows, Deleting Windows): Reword.
2516 (Selecting Windows, Cyclic Window Ordering): Reword with special
2517 emphasis on order of recently selected windows and buffer list.
2518 (Buffers and Windows, Choosing Window): Reword with special
2519 emphasis on dedicated windows.
2520 (Displaying Buffers): Reword. For switch-to-buffer mention that
2521 it may fall back on pop-to-buffer. For other-window try to
2522 explain how it treats the cyclic ordering of windows.
2523 (Dedicated Windows): New node and section discussing dedicated
2524 windows and associated functions.
2525 (Window Point): Add entry for window-point-insertion-type. Reword.
2526 (Window Start and End): Rename node and section title. Reword.
2527 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2528 Minor rewording.
2529 (Size of Window): Reword, in particular text on window-width.
2530 (Resizing Windows): Reword. Add text on balancing windows.
2531 (Window Configurations): Reword. Mention window parameters.
2532 (Window Parameters): New node and section on window parameters.
2533 (Window Hooks): Reword. Mention that
2534 window-configuration-change-hook is run "buffer-locally".
2535 * elisp.texi (Top): Update Windows entries in @detailmenu
2536 section.
2537
2538 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * searching.texi (Regexp Search): Fix typo.
2541
2542 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2543
2544 * searching.texi (Regexp Search): Document GREEDY arg.
2545 (Simple Match Data): Fix return value.
2546
2547 2008-11-01 Eli Zaretskii <eliz@gnu.org>
2548
2549 * nonascii.texi (Text Representations): Rewrite to make consistent
2550 with Emacs 23 internal representation of characters.
2551 Document `unibyte-string'.
2552
2553 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * processes.texi (Process Information): Note that process-status
2556 does not accept buffer names.
2557
2558 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2559
2560 * positions.texi (Skipping Characters): Correct return value of
2561 skip-chars-forward.
2562
2563 2008-10-25 Martin Rudalics <rudalics@gmx.at>
2564
2565 * windows.texi (Deleting Windows): Update documentation of
2566 delete-windows-on.
2567 (Buffers and Windows): Update documentations of
2568 get-buffer-window and get-buffer-window-list.
2569 (Displaying Buffers): Update documentation of
2570 replace-buffer-in-windows.
2571
2572 * buffers.texi (Current Buffer): Reword set-buffer and
2573 with-current-buffer documentations.
2574 (Creating Buffers): Reword documentation of get-buffer-create.
2575
2576 2008-10-23 Martin Rudalics <rudalics@gmx.at>
2577
2578 * buffers.texi (Current Buffer): Reword documentation of
2579 set-buffer.
2580 (Buffer Names): Reword documentation of buffer-name.
2581 (The Buffer List): For bury-buffer explain what happens with the
2582 buffer's window.
2583 (Creating Buffers): Say that get-buffer-create's arg is called
2584 buffer-or-name.
2585
2586 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * advice.texi (Computed Advice): Explain what DEFINITION is.
2589
2590 * nonascii.texi (Character Codes): Remove obsolete function
2591 char-valid-p, and document characterp instead.
2592
2593 2008-10-22 Martin Rudalics <rudalics@gmx.at>
2594
2595 * windows.texi (Displaying Buffers): Reword documentation of
2596 pop-to-buffer.
2597 (Choosing Window): Rewrite documentation of display-buffer and
2598 its options.
2599
2600 * buffers.texi (Killing Buffers): Update documentation of
2601 kill-buffer.
2602
2603 2008-10-21 Eli Zaretskii <eliz@gnu.org>
2604
2605 * processes.texi (Serial Ports): Fix wording and improve markup.
2606
2607 * searching.texi (Regexp Search): Document `string-match-p' and
2608 `looking-at-p'.
2609 (POSIX Regexps): Add an xref for "non-greedy".
2610 (Regexp Special): Add @cindex entry for "non-greedy".
2611
2612 * display.texi (Attribute Functions): Document `face-all-attributes'.
2613 (Image Cache) <image-refresh>: Minor wording fixes.
2614
2615 * frames.texi (Color Names): Add an xref to `read-color'.
2616
2617 * minibuf.texi (High-Level Completion): Document `read-color'.
2618
2619 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2620
2621 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2622
2623 * buffers.texi (Swapping Text): New section, documents
2624 `buffer-swap-text'.
2625
2626 2008-10-21 Martin Rudalics <rudalics@gmx.at>
2627
2628 * windows.texi (Resizing Windows): Minor wording fix.
2629
2630 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2631
2632 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2633 and `combine-and-quote-strings'.
2634
2635 * strings.texi (Creating Strings): Add xrefs for them.
2636
2637 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2638
2639 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2640 match the corresponding menu in minibuf.texi.
2641
2642 * minibuf.texi (Reading File Names): Document `read-shell-command'
2643 and `minibuffer-local-shell-command-map'.
2644
2645 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2646
2647 * windows.texi (Resizing Windows): Remove var{} around "window" in
2648 documentation of enlarge-window.
2649 Rewrite documentation of window-min-height and window-min-width.
2650
2651 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2652
2653 * functions.texi (Calling Functions): Document `apply-partially'.
2654
2655 * hooks.texi (Standard Hooks): Mention
2656 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2657
2658 * variables.texi (File Local Variables): Document
2659 `file-local-variables-alist', `before-hack-local-variables-hook'
2660 and `hack-local-variables-hook'.
2661
2662 * processes.texi (Synchronous Processes): Document `process-lines'.
2663
2664 * customize.texi (Variable Definitions):
2665 Document `custom-reevaluate-setting'.
2666
2667 2008-10-18 Martin Rudalics <rudalics@gmx.at>
2668
2669 * windows.texi (Choosing Window, Deleting Windows)
2670 (Displaying Buffers): Expand documentation of dedicated windows.
2671
2672 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2673
2674 * files.texi (Changing Files): Document symbolic input of file
2675 modes to `set-file-modes'. Document `read-file-modes' and
2676 `file-modes-symbolic-to-number'.
2677
2678 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2679 and `search-map'.
2680
2681 * searching.texi (Search and Replace):
2682 Document `replace-search-function' and `replace-re-search-function'.
2683 Document `multi-query-replace-map'.
2684
2685 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2686 (Completion Commands, Reading File Names):
2687 Rename `minibuffer-local-must-match-filename-map' to
2688 `minibuffer-local-filename-must-match-map'.
2689 (Minibuffer Completion): The `require-match' argument to
2690 `completing-read' can now have the value `confirm-only'.
2691
2692 * windows.texi (Displaying Buffers): Minor wording fix.
2693 (Choosing Window): `split-height-threshold' can now be nil.
2694 Document `split-width-threshold'. `pop-up-frames' can have the
2695 value `graphic-only'.
2696
2697 2008-10-17 Eli Zaretskii <eliz@gnu.org>
2698
2699 * os.texi (Startup Summary): Document `before-init-time' and
2700 `after-init-time'. Document `initial-window-system' and
2701 `window-system-initialization-alist'. Document reading the
2702 abbrevs file. Document the call to `server-start' under --daemon.
2703 Rearrange a bit to be consistent with the code flow.
2704 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2705 (Time Parsing): Document `format-seconds'.
2706
2707 2008-10-17 Martin Rudalics <rudalics@gmx.at>
2708
2709 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2710 and reword.
2711
2712 2008-10-16 Eli Zaretskii <eliz@gnu.org>
2713
2714 * markers.texi (The Mark): Document use-region-p.
2715
2716 2008-10-15 Eli Zaretskii <eliz@gnu.org>
2717
2718 * internals.texi (Writing Emacs Primitives): The interactive spec
2719 of a primitive can be a Lisp form.
2720
2721 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2722 values of transient-mark-mode. Document handle-shift-selection.
2723
2724 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2725 (Interactive Examples): Show an example of `^'.
2726 (Key Sequence Input): Document this-command-keys-shift-translated.
2727 (Defining Commands, Using Interactive): The interactive-form of a
2728 function can be added via its symbol's property.
2729
2730 * positions.texi (List Motion): beginning-of-defun-function can
2731 now accept an argument.
2732
2733 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2734 now return a list of strings.
2735
2736 * control.texi (Handling Errors): Document ignore-errors.
2737
2738 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2739 (Parameter Access): Document set-frame-parameter.
2740
2741 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2742 Hooks" for the effect of kill-all-local-variables on local hook
2743 functions.
2744
2745 * modes.texi (Major Mode Conventions, Mode Line Variables):
2746 `mode-name' need not be a string. xref to "Mode Line Data" for
2747 details, and to "Emulating Mode Line" for computing a string
2748 value.
2749
2750 2008-10-14 Eli Zaretskii <eliz@gnu.org>
2751
2752 * processes.texi (System Processes): New section.
2753 (Processes, Signals to Processes): Add xrefs to it.
2754
2755 * objects.texi (Editing Types): A `process' is a subprocess of
2756 Emacs, not just any process running on the OS.
2757
2758 * elisp.texi (Top): Adjust the @detailmenu for the above two
2759 changes.
2760
2761 * sequences.texi (Char-Tables): Remove documentation of
2762 set-char-table-default, which has no effect since Emacs 23.
2763 <char-table-range, set-char-table-range>: Don't mention generic
2764 characters and charsets. Add a cons cell as a possible argument.
2765
2766 * nonascii.texi (Splitting Characters)
2767 (Translation of Characters): Don't mention generic characters.
2768
2769 * display.texi (Fontsets): Don't mention generic characters.
2770
2771 * sequences.texi (Char-Tables): `map-char-table' can now call its
2772 argument FUNCTION with a cons cell as KEY.
2773
2774 2008-10-13 Eli Zaretskii <eliz@gnu.org>
2775
2776 * objects.texi (Primitive Function Type): Move "@cindex special
2777 forms" from here...
2778
2779 * eval.texi (Special Forms): ...to here.
2780
2781 * functions.texi (What Is a Function): `functionp' returns nil for
2782 special forms. Add an xref.
2783
2784 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2785 Variables".
2786
2787 * variables.texi (Frame-Local Variables): New section.
2788 (Buffer-Local Variables): Add an xref to it.
2789 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2790 have both frame-local and buffer-local binding.
2791
2792 * frames.texi (Frames): Mention multiple tty frames.
2793 (Frame Parameters, Parameter Access): Mention frame-local variable
2794 bindings.
2795
2796 2008-09-20 Glenn Morris <rgm@gnu.org>
2797
2798 * display.texi (Defining Faces): Recommend against face variables.
2799
2800 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
2801
2802 * display.texi (Echo Area Customization): Fix typo.
2803
2804 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * loading.texi (Where Defined): Add `defface' item.
2807
2808 2008-09-06 Martin Rudalics <rudalics@gmx.at>
2809
2810 * loading.texi (Where Defined): Fix description of symbol-file.
2811
2812 2008-08-26 Jason Rumney <jasonr@gnu.org>
2813
2814 * display.texi (TIFF Images): New section describing :index property.
2815
2816 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * display.texi (Temporary Displays): Remove unnecessary comment
2819 about usage of temp-buffer-show-hook.
2820
2821 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * symbols.texi (Other Plists): Fix incorrect example.
2824 Suggested by Florian Beck.
2825
2826 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
2827
2828 * os.texi: Fix previous change.
2829
2830 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2831
2832 * os.texi:
2833 * intro.texi:
2834 * files.texi: Remove VMS support.
2835
2836 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 * os.texi:
2839 * frames.texi:
2840 * display.texi: Remove mentions of Mac Carbon.
2841
2842 2008-07-01 Miles Bader <miles@gnu.org>
2843
2844 * text.texi (Special Properties):
2845 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2846
2847 2008-06-28 Johan Bockgård <bojohan@gnu.org>
2848
2849 * display.texi (Other Image Types): Fix copy/paste error; say
2850 "PBM", not "XBM".
2851
2852 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2853
2854 * os.texi: Remove references to obsolete systems.
2855
2856 2008-06-20 Eli Zaretskii <eliz@gnu.org>
2857
2858 * makefile.w32-in (distclean): Remove makefile.
2859
2860 2008-06-17 Glenn Morris <rgm@gnu.org>
2861
2862 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2863 (elisp, dist): Remove rules and variables that are obsolete now
2864 the lisp manual is no longer distributed separately.
2865
2866 2008-06-16 Glenn Morris <rgm@gnu.org>
2867
2868 * configure, configure.in, mkinstalldirs: Remove unused files.
2869
2870 * book-spine.texinfo: Set version to 23.0.60.
2871 * vol1.texi (EMACSVER):
2872 * vol2.texi (EMACSVER): Set to 23.0.60.
2873
2874 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2875 as per maintain.info.
2876
2877 2008-06-15 Glenn Morris <rgm@gnu.org>
2878
2879 * makefile.w32-in (manual): Use "23" rather than "21".
2880
2881 * Makefile.in (emacsver): New, set by configure.
2882 (manual): Use emacsver.
2883
2884 * intro.texi: Report bugs using M-x report-emacs-bug.
2885
2886 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2887
2888 2008-06-13 Daniel Engeler <engeler@gmail.com>
2889
2890 * elisp.texi, internals.texi, processes.texi: Add documentation
2891 about serial port access.
2892
2893 2008-06-05 Miles Bader <miles@gnu.org>
2894
2895 * display.texi (Displaying Faces): Update to reflect function
2896 renamings in face-remap.el.
2897
2898 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * display.texi (Fontsets): Fix typos.
2901
2902 2008-06-03 Miles Bader <miles@gnu.org>
2903
2904 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2905 remove-relative-face-remapping, set-base-face-remapping,
2906 and set-default-base-face-remapping.
2907
2908 2008-06-01 Miles Bader <miles@gnu.org>
2909
2910 * display.texi (Displaying Faces): Add face-remapping-alist.
2911
2912 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2915 variable names.
2916
2917 2008-05-03 Eric S. Raymond <esr@golux>
2918
2919 * keymaps.texi: Clarify that (current-local-map) and
2920 (current-global-map) return references, not copies.
2921
2922 2008-05-02 Juri Linkov <juri@jurta.org>
2923
2924 * minibuf.texi (Text from Minibuffer): Document a list of
2925 default values for `read-from-minibuffer'.
2926
2927 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * nonascii.texi (Translation of Characters): Fix previous change.
2930
2931 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * display.texi (Overlay Properties): Clarify role of underlying
2934 textprop and overlay keymaps for display strings.
2935
2936 * keymaps.texi (Active Keymaps): Ditto.
2937
2938 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * minibuf.texi (Programmed Completion):
2941 Replace dynamic-completion-table with the new completion-table-dynamic.
2942
2943 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * intro.texi (Some Terms): Change "fonts in this manual" index
2946 entry to "typographic conventions".
2947
2948 2008-04-05 Eli Zaretskii <eliz@gnu.org>
2949
2950 * objects.texi (Text Props and Strings): Add indexing for read
2951 syntax of text properties.
2952
2953 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2954
2955 * processes.texi (Decoding Output): Remove process-filter-multibyte
2956 functions.
2957
2958 2008-03-15 Martin Rudalics <rudalics@gmx.at>
2959
2960 * display.texi (Finding Overlays): Say that empty overlays at
2961 the end of the buffer are reported too.
2962
2963 2008-03-13 Glenn Morris <rgm@gnu.org>
2964
2965 * elisp.texi (EMACSVER): Set to 23.0.60.
2966
2967 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
2968
2969 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
2970
2971 2008-02-22 Glenn Morris <rgm@gnu.org>
2972
2973 * frames.texi (Position Parameters): Clarify the description of
2974 `left' and `top', using information from "Geometry".
2975 (Geometry): Give a pointer to "Position Parameters", rather than
2976 repeating information.
2977
2978 2008-02-11 Glenn Morris <rgm@gnu.org>
2979
2980 * objects.texi (Equality Predicates): No longer talk about "two"
2981 functions.
2982
2983 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
2984
2985 * objects.texi (Equality Predicates): Add defun for
2986 equal-including-properties.
2987
2988 2008-02-10 Glenn Morris <rgm@gnu.org>
2989
2990 * objects.texi (Equality Predicates):
2991 Mention equal-including-properties.
2992
2993 2008-02-07 Richard Stallman <rms@gnu.org>
2994
2995 * windows.texi (Window Start): Mention the feature of moving
2996 window-start to start of line.
2997
2998 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
2999
3000 * keymaps.texi (Tool Bar): Document rtl property.
3001
3002 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3003
3004 * display.texi (Button Types):
3005 For define-button-type, clarify type of NAME.
3006
3007 2008-01-19 Martin Rudalics <rudalics@gmx.at>
3008
3009 * buffers.texi (Buffer Modification): Fix typo.
3010
3011 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3012
3013 * os.texi (System Environment): Remove references to OSes that are
3014 not supported anymore.
3015
3016 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3017
3018 * os.texi (System Environment): Remove mention for Masscomp.
3019
3020 2008-01-04 Richard Stallman <rms@gnu.org>
3021
3022 * display.texi (Faces): Don't talk about internal face vector as arg
3023 to facep.
3024
3025 * customize.texi (Type Keywords): Fix previous change.
3026
3027 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3028 * elisp.texi (Top): Fix menu for commands.texi change.
3029
3030 2007-12-30 Richard Stallman <rms@gnu.org>
3031
3032 * commands.texi (Accessing Mouse): Rename from Accessing Events.
3033 (Accessing Scroll): New node broken out of Accessing Mouse.
3034
3035 2007-12-28 Richard Stallman <rms@gnu.org>
3036
3037 * frames.texi (Size Parameters): Fix typo.
3038 (Basic Parameters): For `title', refer to title bar.
3039 (Size and Position): Explain meaning of frame pixel width and height.
3040
3041 2007-12-23 Richard Stallman <rms@gnu.org>
3042
3043 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3044 Improve some of the commented-out keywords' text too.
3045
3046 2007-12-14 Martin Rudalics <rudalics@gmx.at>
3047
3048 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3049 "visit the current buffer".
3050
3051 * os.texi (System Interface): Fix typo.
3052
3053 2007-12-04 Richard Stallman <rms@gnu.org>
3054
3055 * objects.texi (Symbol Type): Fix typo.
3056
3057 2007-12-03 Richard Stallman <rms@gnu.org>
3058
3059 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3060
3061 2007-12-01 Glenn Morris <rgm@gnu.org>
3062
3063 * functions.texi (Declaring Functions): Improve previous change.
3064
3065 2007-11-30 Glenn Morris <rgm@gnu.org>
3066
3067 * functions.texi (Declaring Functions): Add optional fourth
3068 argument of declare-function, and setting third argument to `t'.
3069
3070 2007-11-29 Richard Stallman <rms@gnu.org>
3071
3072 * customize.texi (Composite Types): Document `group' type.
3073
3074 2007-11-29 Glenn Morris <rgm@gnu.org>
3075
3076 * functions.texi (Declaring Functions): Add findex.
3077 Mention `external' files.
3078
3079 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * functions.texi (Declaring Functions): Fix directive.
3082
3083 2007-11-25 Richard Stallman <rms@gnu.org>
3084
3085 * help.texi (Help Functions): Clean up last change.
3086
3087 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3088
3089 * loading.texi (Named Features): Minor cleanup.
3090
3091 * macros.texi (Eval During Expansion): Minor cleanup.
3092
3093 * variables.texi (Variable Aliases): Minor cleanup.
3094
3095 2007-11-24 Richard Stallman <rms@gnu.org>
3096
3097 * functions.texi (Declaring Functions): Clarify previous change.
3098
3099 * compile.texi (Compiler Errors): Clarify previous change.
3100
3101 2007-11-24 Richard Stallman <rms@gnu.org>
3102
3103 * display.texi (Refresh Screen, Forcing Redisplay):
3104 Clarify the text and move items around.
3105
3106 2007-11-24 Glenn Morris <rgm@gnu.org>
3107
3108 * functions.texi (Declaring Functions): New section.
3109 * compile.texi (Compiler Errors): Mention declaring functions,
3110 defvar with no initvalue, and byte-compile-warnings.
3111
3112 2007-11-15 Martin Rudalics <rudalics@gmx.at>
3113
3114 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3115 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3116
3117 2007-11-13 Martin Rudalics <rudalics@gmx.at>
3118
3119 * help.texi (Help Functions): Document new macro `with-help-window'.
3120
3121 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3122
3123 * searching.texi (Replacing Match): Describe new
3124 `match-substitute-replacement'.
3125
3126 2007-10-31 Richard Stallman <rms@gnu.org>
3127
3128 * strings.texi (Creating Strings): Null strings from concat not unique.
3129
3130 2007-10-26 Richard Stallman <rms@gnu.org>
3131
3132 * objects.texi (Equality Predicates): Null strings are uniquified.
3133
3134 * minibuf.texi: Minor clarifications in previous change.
3135
3136 2007-10-25 Glenn Morris <rgm@gnu.org>
3137
3138 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3139
3140 2007-10-24 Richard Stallman <rms@gnu.org>
3141
3142 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3143
3144 * variables.texi (Frame-Local Variables): Node deleted.
3145 (Variables): Delete Frame-Local Variables from menu.
3146 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3147 (Default Value): Don't mention frame-local vars.
3148
3149 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3150
3151 * loading.texi (Unloading): Document FEATURE-unload-function
3152 instead of FEATURE-unload-hook.
3153
3154 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3155
3156 2007-10-22 Juri Linkov <juri@jurta.org>
3157
3158 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3159 (High-Level Completion): Document a list of default value strings
3160 in the DEFAULT argument, for which minibuffer functions return the
3161 first element.
3162
3163 2007-10-17 Juri Linkov <juri@jurta.org>
3164
3165 * text.texi (Filling): Update arguments of fill-paragraph.
3166 fill-paragraph operates on the active region in Transient Mark mode.
3167 Remove fill-paragraph-or-region.
3168
3169 2007-10-13 Karl Berry <karl@gnu.org>
3170
3171 * elisp.texi (@dircategory): Move to after @copying,
3172 since we want @copying as close as possible to the beginning of
3173 the output.
3174
3175 2007-10-12 Richard Stallman <rms@gnu.org>
3176
3177 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3178
3179 * commands.texi (Distinguish Interactive): New node,
3180 broken out from Interactive Call and rewritten.
3181 (Command Loop): Put Distinguish Interactive in menu.
3182
3183 2007-10-09 Richard Stallman <rms@gnu.org>
3184
3185 * text.texi (Examining Properties): Mention overlay priority.
3186
3187 * display.texi (Display Margins): Correct the description
3188 of margin display specifications.
3189 (Replacing Specs): New subnode broken out of Display Property.
3190
3191 2007-10-06 Juri Linkov <juri@jurta.org>
3192
3193 * text.texi (Filling): Document fill-paragraph-or-region.
3194
3195 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
3196
3197 * display.texi (Auto Faces): Fix typo.
3198
3199 2007-10-02 Richard Stallman <rms@gnu.org>
3200
3201 * display.texi (Display Property): Explain some display specs
3202 don't let you move point in.
3203
3204 * frames.texi (Cursor Parameters):
3205 Describe cursor-in-non-selected-windows here. Explain more values.
3206
3207 * windows.texi (Basic Windows): Don't describe
3208 cursor-in-non-selected-windows here.
3209
3210 2007-10-01 Eli Zaretskii <eliz@gnu.org>
3211
3212 * processes.texi (Misc Network): Note that these functions are
3213 supported only on some systems.
3214
3215 2007-10-01 Richard Stallman <rms@gnu.org>
3216
3217 * display.texi (Overlay Properties): Explain nil as priority.
3218 Explain that conflicts are unpredictable if not resolved by
3219 priorities.
3220
3221 2007-09-23 Richard Stallman <rms@gnu.org>
3222
3223 * macros.texi (Backquote): Minor clarification.
3224
3225 2007-09-19 Richard Stallman <rms@gnu.org>
3226
3227 * display.texi (Display Property): Explain multiple display specs.
3228 Clarify when they work in parallel and when one overrides.
3229 Fix error in example.
3230
3231 2007-09-06 Glenn Morris <rgm@gnu.org>
3232
3233 Move from lispref/ to doc/lispref/. Change all setfilename
3234 commands to use ../../info.
3235 * Makefile.in (infodir): Go up one more level.
3236 (usermanualdir): Change from ../man to ../emacs.
3237 (miscmanualdir): New.
3238 (dist): Use new variable miscmanualdir.
3239 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3240 (usermanualdir): Change from ../man to ../emacs.
3241
3242 2007-08-30 Martin Rudalics <rudalics@gmx.at>
3243
3244 * commands.texi (Command Loop Info): Advise against changing
3245 most variables described here. Explain new variable
3246 last-repeatable-command.
3247
3248 2007-08-29 Glenn Morris <rgm@gnu.org>
3249
3250 * elisp.texi (EMACSVER): Increase to 23.0.50.
3251
3252 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * frames.texi (Basic Parameters): Add display-environment-variable
3255 and term-environment-variable.
3256
3257 2007-08-28 Juri Linkov <juri@jurta.org>
3258
3259 * display.texi (Image Formats, Other Image Types): Add SVG.
3260
3261 2007-08-28 Juri Linkov <juri@jurta.org>
3262
3263 * display.texi (Images): Move formats-related text to new node
3264 "Image Formats".
3265 (Image Formats): New node.
3266
3267 2007-08-27 Richard Stallman <rms@gnu.org>
3268
3269 * windows.texi (Window Configurations): Clarify what
3270 a window configuration saves.
3271
3272 2007-08-25 Richard Stallman <rms@gnu.org>
3273
3274 * display.texi (Images): Delete redundant @findex.
3275
3276 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * text.texi (Change Hooks): (after|before)-change-functions are no
3279 longer bound to nil while running; rather inhibit-modification-hooks
3280 is t.
3281
3282 2007-08-16 Richard Stallman <rms@gnu.org>
3283
3284 * processes.texi (Asynchronous Processes):
3285 Clarify doc of start-file-process.
3286
3287 2007-08-08 Martin Rudalics <rudalics@gmx.at>
3288
3289 * modes.texi (Example Major Modes): Fix typo.
3290
3291 2007-08-08 Glenn Morris <rgm@gnu.org>
3292
3293 * intro.texi (nil and t): Do not use `iff' in documentation.
3294
3295 * tips.texi (Documentation Tips): Recommend against `iff'.
3296
3297 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * display.texi (Image Cache): Document image-refresh.
3300
3301 2007-08-06 Martin Rudalics <rudalics@gmx.at>
3302
3303 * windows.texi (Size of Window): Document window-full-width-p.
3304
3305 2007-07-25 Glenn Morris <rgm@gnu.org>
3306
3307 * gpl.texi (GPL): Replace license with GPLv3.
3308
3309 * Relicense all FSF files to GPLv3 or later.
3310
3311 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * processes.texi (Synchronous Processes):
3314 Add `process-file-shell-command'.
3315 (Asynchronous Processes): Mention restricted use of
3316 `process-filter' and `process-sentinel' in
3317 `start-file-process'. Add `start-file-process-shell-command'.
3318
3319 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
3320
3321 * files.texi (Magic File Names): Introduce optional parameter
3322 IDENTIFICATION for `file-remote-p'.
3323
3324 2007-07-16 Richard Stallman <rms@gnu.org>
3325
3326 * display.texi (Defining Faces): Fix previous change.
3327
3328 2007-07-14 Richard Stallman <rms@gnu.org>
3329
3330 * control.texi (Handling Errors): Document `debug' in handler list.
3331
3332 2007-07-10 Richard Stallman <rms@gnu.org>
3333
3334 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3335
3336 2007-07-09 Richard Stallman <rms@gnu.org>
3337
3338 * files.texi (Magic File Names): Rewrite previous change.
3339
3340 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * files.texi (Magic File Names): Introduce optional parameter
3343 CONNECTED for `file-remote-p'.
3344
3345 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * processes.texi (Asynchronous Processes):
3348 * files.texi (Magic File Names): Add `start-file-process'.
3349
3350 2007-06-27 Richard Stallman <rms@gnu.org>
3351
3352 * files.texi (Format Conversion Piecemeal):
3353 Clarify `after-insert-file-functions' calling convention.
3354
3355 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
3356
3357 * files.texi (Magic File Names): Remove `dired-call-process'.
3358 Add `process-file'.
3359
3360 2007-06-27 Kenichi Handa <handa@m17n.org>
3361
3362 * text.texi (Special Properties): Fix description about
3363 `composition' property.
3364
3365 2007-06-26 Kenichi Handa <handa@m17n.org>
3366
3367 * nonascii.texi (Default Coding Systems): Document about the
3368 return value `undecided'.
3369
3370 2007-06-25 David Kastrup <dak@gnu.org>
3371
3372 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3373 `current-active-maps'.
3374
3375 2007-06-24 Karl Berry <karl@gnu.org>
3376
3377 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
3378
3379 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * display.texi (Overlay Arrow): Doc fix.
3382
3383 2007-06-14 Karl Berry <karl@tug.org>
3384
3385 * anti.texi (Antinews): Typo.
3386
3387 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * display.texi (Image Cache): Document image-refresh.
3390
3391 2007-06-12 Karl Berry <karl@gnu.org>
3392
3393 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3394 * two-volume.make: New file.
3395 * .cvsignore: Ignore two-volume files.
3396
3397 2007-06-12 Tom Tromey <tromey@redhat.com>
3398
3399 * os.texi (Init File): Document user-emacs-directory.
3400
3401 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
3402
3403 * commands.texi (Click Events): Describe width and height when
3404 object is nil.
3405
3406 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
3407
3408 * commands.texi (Click Events): Layout more logically.
3409 Describe width and height.
3410 (Drag Events, Motion Events): Update to new format for position.
3411
3412 2007-06-02 Richard Stallman <rms@gnu.org>
3413
3414 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3415
3416 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3417
3418 * Version 22.1 released.
3419
3420 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * text.texi (Special Properties): Correct meaning of fontified face.
3423
3424 2007-05-30 Richard Stallman <rms@gnu.org>
3425
3426 * text.texi (Special Properties): Add link to Adjusting Point.
3427
3428 2007-05-12 Richard Stallman <rms@gnu.org>
3429
3430 * text.texi (Margins): indent-to-left-margin is not the default.
3431 (Mode-Specific Indent): For indent-line-function, the default
3432 is indent-relative.
3433
3434 * modes.texi (Example Major Modes): Explain last line of text-mode
3435 is redundant.
3436
3437 2007-05-10 Richard Stallman <rms@gnu.org>
3438
3439 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3440
3441 * help.texi (Keys in Documentation): Add reference to
3442 Documentation Tips.
3443
3444 * files.texi (Format Conversion): TO-FN gets three arguments.
3445
3446 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3447
3448 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3449
3450 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3451 * files.texi (Format Conversion): Expand intro; add menu.
3452 (Format Conversion Overview, Format Conversion Round-Trip)
3453 (Format Conversion Piecemeal): New nodes/subsections.
3454 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3455 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3456 (Saving Properties): Delete node/subsection.
3457
3458 2007-05-07 Karl Berry <karl@gnu.org>
3459
3460 * elisp.texi (EMACSVER): Back to 22.
3461
3462 2007-05-06 Richard Stallman <rms@gnu.org>
3463
3464 * processes.texi (Accepting Output): Revert most of previous change.
3465
3466 2007-05-05 Richard Stallman <rms@gnu.org>
3467
3468 * processes.texi (Accepting Output): accept-process-output
3469 uses microseconds, not milliseconds. But that arg is obsolete.
3470
3471 2007-05-04 Karl Berry <karl@tug.org>
3472
3473 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3474
3475 2007-05-04 Eli Zaretskii <eliz@gnu.org>
3476
3477 * tips.texi (Documentation Tips): Rearrange items to place the
3478 more important ones first. Add an index entry for hyperlinks.
3479
3480 2007-05-03 Karl Berry <karl@gnu.org>
3481
3482 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3483 (EMACSVER) [smallbook]: 22 for printed version.
3484
3485 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3486 so restore anchor to normal position after defun. Found by Kevin Ryde.
3487
3488 2007-04-26 Glenn Morris <rgm@gnu.org>
3489
3490 * elisp.texi (EMACSVER): Increase to 22.1.50.
3491
3492 2007-04-28 Karl Berry <karl@gnu.org>
3493
3494 * elisp.texi: Improve line breaks on copyright page,
3495 similar layout to emacs manual, 8.5x11 by default.
3496
3497 2007-04-24 Richard Stallman <rms@gnu.org>
3498
3499 * text.texi (Special Properties): Add xref to Overlay Properties.
3500
3501 * display.texi (Overlay Properties): Add xref to Special Properties.
3502
3503 2007-04-22 Richard Stallman <rms@gnu.org>
3504
3505 * keymaps.texi (Extended Menu Items): Move the info about
3506 format with cached keyboard binding.
3507
3508 2007-04-21 Richard Stallman <rms@gnu.org>
3509
3510 * text.texi (Special Properties): Clarify previous change.
3511
3512 * files.texi (File Name Expansion): Clarify previous change.
3513
3514 * display.texi (Attribute Functions): Fix example for
3515 face-attribute-relative-p.
3516
3517 2007-04-19 Kenichi Handa <handa@m17n.org>
3518
3519 * text.texi (Special Properties): Document composition property.
3520
3521 2007-04-19 Glenn Morris <rgm@gnu.org>
3522
3523 * files.texi (File Name Expansion): Mention "superroot".
3524
3525 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3528 setups.
3529 (Display Feature Testing): Note that display refers to all
3530 physical monitors for multi-monitor setups.
3531
3532 2007-04-14 Richard Stallman <rms@gnu.org>
3533
3534 * lists.texi (Sets And Lists): Clarify `delete' examples.
3535 Remove spurious xref to same node.
3536 Clarify xref for add-to-list.
3537
3538 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3539
3540 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3541 value of lisp-mode-map.
3542
3543 2007-04-11 Karl Berry <karl@gnu.org>
3544
3545 * anti.texi (Antinews):
3546 * display.texi (Overlay Properties, Defining Images):
3547 * processes.texi (Synchronous Processes, Sentinels):
3548 * syntax.texi (Syntax Table Internals):
3549 * searching.texi (Regexp Special):
3550 * nonascii.texi (Default Coding Systems):
3551 * text.texi (Special Properties):
3552 * minibuf.texi (Basic Completion): Wording to improve breaks in
3553 8.5x11 format.
3554 * elisp.texi (smallbook): New @set to more easily switch between
3555 smallbook and 8.5x11.
3556
3557 2007-04-11 Richard Stallman <rms@gnu.org>
3558
3559 * text.texi (Lazy Properties): Minor fix.
3560
3561 2007-04-08 Karl Berry <karl@gnu.org>
3562
3563 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3564 * macros.texi (Backquote): Downcase Backquote in index entries for
3565 consistency.
3566
3567 2007-04-08 Richard Stallman <rms@gnu.org>
3568
3569 * text.texi (Adaptive Fill): Just describe default,
3570 don't show it (since it contains non-ASCII chars).
3571
3572 2007-04-07 Karl Berry <karl@gnu.org>
3573
3574 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3575 adaptive-fill-regexp's value, since they are not in the standard
3576 TeX fonts.
3577
3578 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3579
3580 * display.texi (Defining Faces): Fix example.
3581
3582 2007-04-07 Karl Berry <karl@gnu.org>
3583
3584 * display.texi (Button Buffer Commands): Improve page break.
3585
3586 2007-04-07 Richard Stallman <rms@gnu.org>
3587
3588 * advice.texi (Activation of Advice): Remove redundant index entry.
3589
3590 * backups.texi: Improve index entries. Remove redundant ones.
3591
3592 * compile.texi (Byte Compilation): Improve index entry.
3593
3594 * hash.texi (Creating Hash): Improve index entry.
3595
3596 * symbols.texi (Definitions): Improve index entry.
3597
3598 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3599
3600 * maps.texi (Standard Keymaps): Remove useless index entry.
3601
3602 * help.texi (Documentation Basics): Remove redundant index entries.
3603
3604 * customize.texi: Improve index entries.
3605 Remove redundant/useless ones.
3606
3607 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3608
3609 * streams.texi (Output Variables): Improve index entry.
3610
3611 * abbrevs.texi (Abbrevs): Remove useless index entry.
3612
3613 * macros.texi (Expansion): Remove useless index entry.
3614
3615 * text.texi: Improve index entries. Remove redundant/useless ones.
3616 (Text Properties, Examining Properties)
3617 (Special Properties): Use "property category" instead of "category"
3618 to refer to the `category' property.
3619
3620 * positions.texi: Improve index entries. Remove useless one.
3621
3622 * lists.texi: Improve index entries. Remove redundant/useless ones.
3623
3624 * os.texi: Improve index entries.
3625 (Timers): Fix previous change.
3626
3627 * buffers.texi: Improve index entries.
3628 (Modification Time): Get rid of term "obsolete buffer".
3629
3630 * debugging.texi: Improve index entries.
3631 (Test Coverage): Add xref to other test coverage ftr.
3632
3633 * eval.texi: Improve index entry. Remove redundant ones.
3634
3635 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3636
3637 * files.texi: Improve index entries. Remove redundant/useless ones.
3638
3639 * objects.texi: Improve index entries.
3640
3641 * processes.texi: Improve index entries.
3642
3643 * modes.texi: Improve index entry. Remove redundant one.
3644
3645 * nonascii.texi: Improve index entries.
3646
3647 * internals.texi: Improve index entries.
3648
3649 * syntax.texi: Improve index entries.
3650
3651 * keymaps.texi (Active Keymaps): Improve index entries.
3652
3653 * commands.texi: Improve index entries. Remove redundant/useless ones.
3654
3655 * frames.texi: Improve index entries. Remove redundant/useless ones.
3656
3657 * markers.texi: Improve index entries. Remove redundant ones.
3658
3659 * tips.texi: Improve index entries.
3660
3661 * loading.texi (Unloading): Improve index entry.
3662
3663 * variables.texi: Improve index entries. Remove redundant one.
3664
3665 * sequences.texi: Improve index entry.
3666
3667 * display.texi: Improve index entries. Remove redundant ones.
3668
3669 * windows.texi: Improve index entries.
3670
3671 * searching.texi: Improve index entries. Remove redundant one.
3672
3673 * strings.texi (Case Tables): Improve last change.
3674
3675 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * strings.texi (Case Tables): Document with-case-table and
3678 ascii-case-table.
3679
3680 2007-04-03 Karl Berry <karl@gnu.org>
3681
3682 * processes.texi (Network): Reword to improve page break.
3683
3684 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3685
3686 * functions.texi (Inline Functions): Describe more disadvantages
3687 of defsubst, and make advice against it stronger.
3688
3689 2007-04-02 Karl Berry <karl@gnu.org>
3690
3691 * backups.texi (Backup Names): Avoid widow words.
3692 * modes.texi (Example Major Modes): Align last comment.
3693
3694 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * keymaps.texi (Remapping Commands): Document new arg to
3697 command-remapping.
3698
3699 2007-04-01 Karl Berry <karl@gnu.org>
3700
3701 * processes.texi (Low-Level Network): Typo.
3702 * loading.texi (Hooks for Loading): Avoid double "the".
3703 * keymaps.texi (Key Sequences): No double "and".
3704 (Changing Key Bindings): Shorten to improve line break.
3705
3706 2007-03-31 Glenn Morris <rgm@gnu.org>
3707
3708 * os.texi (Timers): Fix description of run-at-time TIME formats.
3709
3710 2007-03-31 Richard Stallman <rms@gnu.org>
3711
3712 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3713 regarding ellipsis.
3714
3715 2007-03-31 Eli Zaretskii <eliz@gnu.org>
3716
3717 * intro.texi (nil and t):
3718 * symbols.texi (Plists and Alists):
3719 * variables.texi (Variable Aliases, Constant Variables):
3720 * functions.texi (Defining Functions):
3721 * advice.texi (Advising Primitives):
3722 * debugging.texi (Syntax Errors, Compilation Errors):
3723 * minibuf.texi (Minibuffer Windows):
3724 * commands.texi (Adjusting Point):
3725 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3726 (Auto Major Mode, Major Mode Conventions):
3727 * help.texi (Describing Characters):
3728 * files.texi (Create/Delete Dirs, Information about Files)
3729 (File Locks, Writing to Files, Reading from Files)
3730 (Saving Buffers):
3731 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3732 * frames.texi (Finding All Frames):
3733 * positions.texi (Buffer End, Motion):
3734 * markers.texi (The Region):
3735 * text.texi (Deletion, Near Point):
3736 * display.texi (Displaying Messages, Truncation):
3737 * os.texi (Processor Run Time):
3738 * tips.texi (Key Binding Conventions, Programming Tips)
3739 (Warning Tips, Documentation Tips, Comment Tips):
3740 * internals.texi (Memory Usage): Improve indexing.
3741
3742 * variables.texi (Frame-Local Variables):
3743 * functions.texi (Argument List):
3744 * loading.texi (Library Search):
3745 * streams.texi (Output Variables):
3746 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3747 * searching.texi (Replacing Match, Search and Replace):
3748 * processes.texi (Byte Packing, Decoding Output)
3749 (Accepting Output, Network Servers, Shell Arguments):
3750 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3751 * windows.texi (Window Point, Window Start):
3752 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3753 * commands.texi (Reading Input, Keyboard Events):
3754 * minibuf.texi (Reading File Names, Minibuffer Completion)
3755 (Recursive Mini):
3756 * positions.texi (List Motion):
3757 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3758 * numbers.texi (Arithmetic Operations, Math Functions)
3759 (Predicates on Numbers, Comparison of Numbers):
3760 (Numeric Conversions):
3761 * locals.texi (Standard Buffer-Local Variables):
3762 * maps.texi (Standard Keymaps):
3763 * os.texi (User Identification, System Environment, Recording Input)
3764 (X11 Keysyms):
3765 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3766 * backups.texi (Backups and Auto-Saving):
3767 * customize.texi (Customization, Group Definitions)
3768 (Variable Definitions):
3769 * compile.texi (Byte Compilation): Improve index entries.
3770
3771 2007-03-31 Karl Berry <karl@gnu.org>
3772
3773 * macros.texi (Defining Macros): Avoid widow syllable.
3774
3775 2007-03-31 Eli Zaretskii <eliz@gnu.org>
3776
3777 * elisp.texi (Top): Postscript -> PostScript.
3778
3779 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3780
3781 2007-03-31 Markus Triska <markus.triska@gmx.at>
3782
3783 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3784
3785 2007-03-30 Karl Berry <karl@gnu.org>
3786
3787 * lists.texi (List-related Predicates): Remove spurious @need.
3788 (Setcdr): Use @smallexample to improve page break.
3789 (Association Lists) <assoc>: Reword to improve page break.
3790
3791 * strings.texi (String Conversion): Insert blank line to improve
3792 page break.
3793
3794 * numbers.texi (Random Numbers): Use @minus{}.
3795 (Math Functions): Use @minus{}.
3796
3797 * intro.texi (Acknowledgements): Avoid line breaks before middle
3798 initials.
3799
3800 2007-03-24 Eli Zaretskii <eliz@gnu.org>
3801
3802 * errors.texi (Standard Errors): Add an index entry.
3803
3804 2007-03-19 Richard Stallman <rms@gnu.org>
3805
3806 * os.texi (Recording Input): recent-keys now gives 300 keys.
3807
3808 2007-03-12 Glenn Morris <rgm@gnu.org>
3809
3810 * os.texi: Replace "daylight savings" with "daylight saving"
3811 throughout.
3812
3813 2007-03-05 Richard Stallman <rms@gnu.org>
3814
3815 * variables.texi (File Local Variables):
3816 Update enable-local-variables values.
3817
3818 2007-03-04 Richard Stallman <rms@gnu.org>
3819
3820 * syntax.texi (Control Parsing): Minor clarification.
3821
3822 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3823
3824 * sequences.texi (Sequence Functions): Move string-bytes away,
3825 add xref.
3826
3827 * nonascii.texi (Text Representations): Move string-bytes here.
3828
3829 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3830
3831 * minibuf.texi (Basic Completion): Minor clarification.
3832
3833 * markers.texi (The Mark): Clarify existence vs activation of mark.
3834 Other cleanup.
3835
3836 * display.texi (Finding Overlays): Write better example.
3837
3838 * compile.texi (Eval During Compile): Clarify putting macros
3839 in eval-when-compile.
3840
3841 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
3842
3843 * loading.texi (How Programs Do Loading): Fix anchor position at
3844 load-read-function definition doc.
3845
3846 2007-02-21 Kim F. Storm <storm@cua.dk>
3847
3848 * strings.texi (Text Comparison): Mention that assoc-string
3849 converts symbols to strings before testing.
3850
3851 2007-02-17 Kim F. Storm <storm@cua.dk>
3852
3853 * processes.texi (Bindat Spec): Vector types can have optional
3854 element type.
3855 (Bindat Examples): Fix example. Add vector with element type.
3856
3857 2007-02-16 Andreas Schwab <schwab@suse.de>
3858
3859 * strings.texi (Formatting Strings): Document '+' flag.
3860
3861 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3862
3863 * strings.texi (Modifying Strings): Clarify that `clear-string'
3864 always converts the string to unibyte.
3865
3866 2007-02-14 Kim F. Storm <storm@cua.dk>
3867
3868 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3869 Rewrite glyph code description to refer to these functions.
3870 Remove details of encoding face number and char into integer code.
3871
3872 2007-02-03 Alan Mackenzie <acm@muc.de>
3873
3874 * loading.texi (Hooks for Loading): Make the description of
3875 `eval-after-load' more detailed, and amend the description of
3876 after-load-alist, in accordance with changes from 2006-05.
3877
3878 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * modes.texi (Defining Minor Modes): Document that a :require
3881 keyword or similar may be required to make saved customization
3882 variables work.
3883
3884 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3885
3886 * elisp.texi (Top): Make the detailed menu headers compliant with
3887 Texinfo guidelines and with what texnfo-upd.el expects.
3888 Add comments to prevent people from inadvertently modifying the key
3889 parts needed by `texinfo-multiple-files-update'.
3890
3891 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3892
3893 * elisp.texi (Top): Update the top-level menus.
3894
3895 * syntax.texi (Categories): Add index entries.
3896
3897 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3898
3899 * display.texi (Attribute Functions): Fix name and description of
3900 the UNDERLINE arg of `set-face-underline-p'.
3901
3902 2007-01-29 Eli Zaretskii <eliz@gnu.org>
3903
3904 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3905 Variables", and "Standard Keymaps" to the detailed menu.
3906
3907 * variables.texi (Future Local Variables): Add index entry.
3908
3909 2007-01-28 Richard Stallman <rms@gnu.org>
3910
3911 * tips.texi (Coding Conventions): Clarify the tip about macros
3912 that define a function or a variable.
3913
3914 * files.texi (File Attributes): UID and GID can be floats.
3915 (Magic File Names): Explain why deferring all operations to
3916 the standard handler does not work.
3917
3918 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3919
3920 * backups.texi (Reverting): Use "buffer" instead of "file"
3921 when talking about major and minor modes.
3922
3923 2007-01-21 Richard Stallman <rms@gnu.org>
3924
3925 * help.texi (Documentation): Add xref to Documentation Tips.
3926
3927 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
3928
3929 * tips.texi (Coding Conventions): Fix typos.
3930
3931 2007-01-05 Richard Stallman <rms@gnu.org>
3932
3933 * modes.texi (Defining Minor Modes): Fix previous change.
3934
3935 2007-01-03 Richard Stallman <rms@gnu.org>
3936
3937 * customize.texi (Variable Definitions, Customization Types):
3938 Don't use * in doc string for defcustom.
3939
3940 2007-01-02 Richard Stallman <rms@gnu.org>
3941
3942 * variables.texi (Variable Aliases): Clarify that aliases vars
3943 always have the same value.
3944
3945 * processes.texi (Bindat Spec): Fix Texinfo usage.
3946
3947 * modes.texi (Defining Minor Modes): Explain effect of command
3948 defined with define-global-minor-mode on new buffers.
3949
3950 2006-12-30 Kim F. Storm <storm@cua.dk>
3951
3952 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3953 `auto-resize-tool-bars'.
3954
3955 2006-12-30 Richard Stallman <rms@gnu.org>
3956
3957 * keymaps.texi (Active Keymaps): Fix previous change.
3958
3959 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
3960
3961 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3962
3963 2006-12-30 Kim F. Storm <storm@cua.dk>
3964
3965 * processes.texi (Bindat Spec): Clarify using field names in
3966 length specifications.
3967
3968 2006-12-29 Kim F. Storm <storm@cua.dk>
3969
3970 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3971 Add count and index variables for eval forms in repeat blocks.
3972
3973 2006-12-24 Richard Stallman <rms@gnu.org>
3974
3975 * customize.texi (Variable Definitions):
3976 Document new name custom-add-frequent-value.
3977
3978 2006-12-19 Kim F. Storm <storm@cua.dk>
3979
3980 * commands.texi (Misc Events): User signals now result in sigusr1
3981 and sigusr2 events which are handled through special-event-map.
3982 (Special Events): User signals and drag-n-drop are special.
3983
3984 2006-12-17 Richard Stallman <rms@gnu.org>
3985
3986 * loading.texi (Named Features): Explain subfeatures better.
3987
3988 * customize.texi: Use "option" only for user options.
3989 For the keyword values inside defcustom etc, say "keywords".
3990 For :options value's elements, say "elements".
3991 :group should not be omitted.
3992
3993 * syntax.texi (Parsing Expressions): Split up node.
3994 (Motion via Parsing, Position Parse, Parser State)
3995 (Low-Level Parsing, Control Parsing): New subnodes.
3996 (Parser State): Document syntax-ppss-toplevel-pos.
3997
3998 * positions.texi (List Motion): Punctuation fix.
3999
4000 * files.texi (File Name Completion): Document PREDICATE arg
4001 to file-name-completion.
4002
4003 2006-12-16 Eli Zaretskii <eliz@gnu.org>
4004
4005 * internals.texi (Building Emacs, Writing Emacs Primitives):
4006 Add index entries.
4007
4008 2006-12-11 Richard Stallman <rms@gnu.org>
4009
4010 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4011 affects face menu. Explain how to make it non-nil without enabling
4012 any fontification.
4013
4014 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
4015
4016 * modes.texi (Font Lock Basics): Document nil value of
4017 font-lock-defaults.
4018
4019 2006-12-10 Glenn Morris <rgm@gnu.org>
4020
4021 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4022 value for system-flag argument. Abbrev tables may not be empty
4023 when major modes are loaded.
4024
4025 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
4026
4027 * makefile.w32-in (maintainer-clean): Partially revert last
4028 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4029 to protect elisp-covers.texi.
4030
4031 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
4032
4033 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4034 Don't remove elisp* info files; they are already deleted by the
4035 `clean' and `distclean' targets, and they are in the $(infodir)
4036 directory, not the current one.
4037
4038 2006-12-04 Kim F. Storm <storm@cua.dk>
4039
4040 * commands.texi (Misc Events): Update signal events.
4041 (Event Examples): Add signal example.
4042
4043 2006-11-29 Richard Stallman <rms@gnu.org>
4044
4045 * frames.texi (Visibility of Frames): Explain visible windows
4046 can be covered by others. Add xref for raise-frame.
4047
4048 2006-11-28 Richard Stallman <rms@gnu.org>
4049
4050 * searching.texi (Regexp Special): Update when ^ is special.
4051
4052 2006-11-27 Eli Zaretskii <eliz@gnu.org>
4053
4054 * customize.texi (Customization, Common Keywords)
4055 (Group Definitions, Variable Definitions, Composite Types)
4056 (Type Keywords, Customization Types): Add index entries for
4057 various customization keywords.
4058
4059 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4062
4063 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
4064
4065 * frames.texi (Window System Selections): Remove clipboard from
4066 description of selection-coding-system.
4067
4068 2006-11-06 Richard Stallman <rms@gnu.org>
4069
4070 * lists.texi (List Variables): Document COMPARE-FN.
4071
4072 * keymaps.texi: Avoid use of "binding" to mean a relation;
4073 use it only to refer to the meaning associated with a key.
4074 (Keymaps): Change menu node description.
4075
4076 * elisp.texi (Top): Change menu node description.
4077
4078 * display.texi (Managing Overlays): Document overlay-recenter.
4079
4080 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * Makefile.in: Use relative paths to avoid advertising filesystem
4083 contents during compilation.
4084
4085 2006-10-23 Kim F. Storm <storm@cua.dk>
4086
4087 * commands.texi (Event Input Misc): Update unread-command-events.
4088
4089 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
4090
4091 * lists.texi (Sets And Lists): Fix typos.
4092
4093 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
4094
4095 * control.texi (Processing of Errors): Use @var for an argument,
4096 not @code.
4097
4098 2006-10-16 Richard Stallman <rms@gnu.org>
4099
4100 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4101
4102 * keymaps.texi (Format of Keymaps): Show all the keymap element
4103 patterns that result from menu items.
4104 (Key Lookup): Minor cleanups.
4105
4106 * modes.texi (Precalculated Fontification): Don't say that
4107 not setting font-lock-defaults avoids loading font-lock.
4108
4109 * help.texi (Documentation): Move xref to Emacs Manual here.
4110 (Documentation Basics): From here.
4111 Also doc emacs-lisp-docstring-fill-column.
4112
4113 * elisp.texi: Update version and ISBN.
4114
4115 * commands.texi (Interactive Call): Clarify KEYS arg to
4116 call-interactively is a vector.
4117 (Command Loop Info): Delete anchor in this-command-keys.
4118 Add anchor in this-command-keys-vector.
4119 (Recursive Editing): Document how recursive-edit
4120 handles the current buffer.
4121
4122 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * frames.texi (Frame Titles): %c and %l are ignored in
4125 frame-title-format.
4126
4127 2006-10-11 Richard Stallman <rms@gnu.org>
4128
4129 * keymaps.texi (Key Sequences): Clarify use of kbd.
4130
4131 2006-10-10 Kim F. Storm <storm@cua.dk>
4132
4133 * lists.texi (Sets And Lists): Add memql.
4134
4135 2006-10-03 Richard Stallman <rms@gnu.org>
4136
4137 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4138 Clarify :ascii: and :nonascii:.
4139
4140 2006-09-29 Juri Linkov <juri@jurta.org>
4141
4142 * modes.texi (%-Constructs): Reorder coding systems in the
4143 documentation of %z to the real order displayed in the modeline.
4144
4145 2006-09-25 Richard Stallman <rms@gnu.org>
4146
4147 * os.texi (Timers): Describe timer-max-repeats.
4148
4149 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * os.texi (Timers): Mention with-local-quit.
4152
4153 2006-09-24 Richard Stallman <rms@gnu.org>
4154
4155 * searching.texi (Searching and Matching): Mention property search.
4156
4157 * commands.texi (Command Loop Info): Explain how read-event affects
4158 this-command-keys.
4159
4160 2006-09-20 Richard Stallman <rms@gnu.org>
4161
4162 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4163
4164 * windows.texi (Window Start): Minor cleanups.
4165
4166 2006-09-20 Kim F. Storm <storm@cua.dk>
4167
4168 * windows.texi (Window Start): pos-visible-in-window-p allows
4169 specifying t for position to mean "end of window".
4170 Add window-line-height.
4171
4172 * anti.texi (Antinews): Mention window-line-height.
4173
4174 2006-09-19 David Kastrup <dak@gnu.org>
4175
4176 * keymaps.texi (Searching Keymaps): Small clarification.
4177
4178 2006-09-18 Richard Stallman <rms@gnu.org>
4179
4180 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4181 cause keyboard menus.
4182 (Menu Keymaps): Likewise.
4183 (Defining Menus, Keyboard Menus): Clarify.
4184
4185 * text.texi (Fields): Clarify explanation of constrain-to-field.
4186
4187 2006-09-16 Eli Zaretskii <eliz@gnu.org>
4188
4189 * variables.texi (Tips for Defining): Fix a typo.
4190
4191 2006-09-15 Richard Stallman <rms@gnu.org>
4192
4193 * keymaps.texi (Remapping Commands, Searching Keymaps)
4194 (Active Keymaps): Clean up previous change.
4195
4196 2006-09-15 Jay Belanger <belanger@truman.edu>
4197
4198 * gpl.texi: Replace "Library Public License" by "Lesser Public
4199 License" throughout.
4200
4201 2006-09-15 David Kastrup <dak@gnu.org>
4202
4203 * keymaps.texi (Active Keymaps): Adapt description to use
4204 `get-char-property' instead `get-text-property'. Explain how
4205 mouse events change this. Explain the new optional argument of
4206 `key-binding' and its mouse-dependent lookup.
4207 (Searching Keymaps): Adapt description similarly.
4208 (Remapping Commands): Explain the new optional argument of
4209 `command-remapping'.
4210
4211 2006-09-14 Richard Stallman <rms@gnu.org>
4212
4213 * keymaps.texi (Searching Keymaps): Clarification.
4214 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4215
4216 2006-09-13 Richard Stallman <rms@gnu.org>
4217
4218 * objects.texi (Character Type): Node split.
4219 Add xref to Describing Characters.
4220 (Basic Char Syntax, General Escape Syntax)
4221 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4222
4223 2006-09-11 Richard Stallman <rms@gnu.org>
4224
4225 * display.texi (Display Table Format): Wording clarification.
4226 (Glyphs): Clarifications.
4227
4228 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4231 local maps.
4232
4233 2006-09-10 Kim F. Storm <storm@cua.dk>
4234
4235 * display.texi (Forcing Redisplay): Document return value of
4236 function redisplay.
4237
4238 2006-09-09 Richard Stallman <rms@gnu.org>
4239
4240 * windows.texi (Window Hooks): Explain limits of
4241 window-scroll-functions.
4242
4243 * display.texi (Fringe Indicators): Update for last change in
4244 indicate-buffer-boundaries.
4245
4246 2006-09-08 Richard Stallman <rms@gnu.org>
4247
4248 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4249
4250 2006-09-06 Kim F. Storm <storm@cua.dk>
4251
4252 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4253
4254 * windows.texi (Window Start): Update pos-visible-in-window-p.
4255
4256 2006-09-04 Richard Stallman <rms@gnu.org>
4257
4258 * processes.texi (Accepting Output): Explain SECONDS=0 for
4259 accept-process-output.
4260
4261 * os.texi (Idle Timers): Explain why timer functions should not
4262 loop until (input-pending-p).
4263
4264 2006-09-02 Eli Zaretskii <eliz@gnu.org>
4265
4266 * makefile.w32-in (usermanualdir): New variable.
4267 (elisp.dvi): Use it.
4268
4269 2006-09-01 Eli Zaretskii <eliz@gnu.org>
4270
4271 * buffers.texi (Buffer Modification): Fix last change.
4272
4273 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * buffers.texi (Buffer Modification):
4276 Document buffer-chars-modified-tick.
4277
4278 2006-08-31 Richard Stallman <rms@gnu.org>
4279
4280 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4281
4282 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4283
4284 * modes.texi (Syntactic Font Lock):
4285 Mention font-lock-syntactic-face-function
4286 instead of specific faces.
4287
4288 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * display.texi (Images): Add xrref to display-images-p.
4291
4292 2006-08-28 Kenichi Handa <handa@m17n.org>
4293
4294 * nonascii.texi (Lisp and Coding Systems): Fix description of
4295 detect-coding-region.
4296
4297 2006-08-27 Michael Olson <mwolson@gnu.org>
4298
4299 * processes.texi (Transaction Queues): Remove stray quote
4300 character.
4301
4302 2006-08-25 Richard Stallman <rms@gnu.org>
4303
4304 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4305 Add xref.
4306
4307 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * os.texi (Timers): Avoid waiting inside timers.
4310
4311 2006-08-21 Lute Kamstra <lute@gnu.org>
4312
4313 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4314
4315 2006-08-20 Richard Stallman <rms@gnu.org>
4316
4317 * os.texi (Idle Timers): New node, split out from Timers.
4318 Document current-idle-time.
4319 * commands.texi (Reading One Event): Update xref.
4320 * elisp.texi (Top): Update subnode menu.
4321
4322 2006-08-16 Richard Stallman <rms@gnu.org>
4323
4324 * keymaps.texi (Extended Menu Items): Show format of cached
4325 bindings in extended menu items.
4326
4327 * customize.texi (Variable Definitions): Explain when the
4328 standard value expression is evaluated.
4329
4330 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * commands.texi (Reading One Event): Explain idleness in
4333 `read-event'.
4334
4335 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * text.texi (Near Point): Say "cursor" not "terminal cursor".
4338 (Commands for Insertion): Remove split-line since it's not
4339 relevant for Lisp programming.
4340 (Yank Commands): Rewrite introduction.
4341 (Undo): Clarify.
4342 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4343 (Filling): Remove redundant comment. Clarify return value of
4344 current-justification.
4345 (Margins): Minor clarifications.
4346 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4347 (Sorting): Update definition of sort-lines.
4348 (Columns): Clarify behavior of sort-columns.
4349 (Indent Tabs): Link to Tab Stops in Emacs manual.
4350 (Special Properties): Clarify.
4351 (Clickable Text): Mention Buttons package.
4352
4353 2006-08-12 Kevin Ryde <user42@zip.com.au>
4354
4355 * os.texi (Time Parsing): Add %z to description of
4356 format-time-string, as per docstring. Add cross reference to
4357 glibc manual for strftime.
4358
4359 2006-08-08 Richard Stallman <rms@gnu.org>
4360
4361 * modes.texi: Clean up wording in previous change.
4362
4363 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * modes.texi (Hooks): Clarify.
4366 (Major Mode Basics): Mention define-derived-mode explicitly.
4367 (Major Mode Conventions): Rebinding RET is OK for some modes.
4368 Mention change-major-mode-hook and after-change-major-mode-hook.
4369 (Example Major Modes): Move to end of Modes section.
4370 (Mode Line Basics): Clarify.
4371 (Mode Line Data): Mention help-echo and local-map in strings.
4372 Explain reason for treatment of non-risky variables.
4373 (Properties in Mode): Clarify.
4374 (Faces for Font Lock): Add font-lock-negation-char-face.
4375
4376 2006-08-04 Eli Zaretskii <eliz@gnu.org>
4377
4378 * strings.texi (Formatting Strings): Warn against arbitrary
4379 strings as first arg to `format'.
4380
4381 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4382
4383 * text.texi (Clickable Text): Mention `help-echo' text property.
4384 Update intro, examples and associated explanations.
4385
4386 2006-07-31 Richard Stallman <rms@gnu.org>
4387
4388 * commands.texi: Update xrefs.
4389 (Event Mod): New node, cut out from old Translating Input.
4390
4391 * maps.texi: Update xrefs.
4392
4393 * keymaps.texi (Translation Keymaps): New node.
4394 Update xrefs from Translating Input to Translation Keymaps.
4395
4396 * elisp.texi (Top): Update subnode menu.
4397
4398 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4399
4400 * os.texi (System Interface): Fix menu descriptions of some nodes.
4401 (Translating Input): Node deleted.
4402
4403 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4404
4405 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4406
4407 * lists.texi (Sets And Lists): Likewise.
4408
4409 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4410
4411 * text.texi (Fields): Mention POS
4412 requirement when narrowing is in effect.
4413
4414 2006-07-28 Richard Stallman <rms@gnu.org>
4415
4416 * display.texi (Face Attributes): Simplify wording.
4417 (Attribute Functions): Clarify meaning of new-frame default
4418 attribute settings.
4419
4420 * customize.texi (Common Keywords): Document how to use
4421 :package-version in a package not in Emacs.
4422
4423 2006-07-28 Kim F. Storm <storm@cua.dk>
4424
4425 * commands.texi (Reading One Event): Fix last change.
4426
4427 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * commands.texi (Reading One Event): Document SECONDS argument for
4430 read-event, read-char, and read-char-exclusive.
4431
4432 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4435 to ensure correct identification.
4436
4437 2006-07-24 Richard Stallman <rms@gnu.org>
4438
4439 * text.texi (Clickable Text): Clarify.
4440
4441 * sequences.texi (Vector Functions): Delete duplicate xref.
4442
4443 * objects.texi (Function Type): Clarify.
4444
4445 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4446 modes.
4447
4448 * lists.texi (List Variables): New node.
4449 Material moved from other nodes.
4450
4451 * variables.texi (Setting Variables): add-to-list and
4452 add-to-ordered-list moved to List Variables node.
4453
4454 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4455
4456 * text.texi (Links and Mouse-1):
4457 For mouse-on-link-p, expand on arg POS.
4458
4459 2006-07-21 Kim F. Storm <storm@cua.dk>
4460
4461 * display.texi (Forcing Redisplay): Don't mention systems which
4462 don't support sub-second timers for redisplay-preemption-period.
4463
4464 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4465
4466 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4467
4468 * frames.texi (Input Focus): Document that focus-follows-mouse has
4469 no effect on MS-Windows.
4470
4471 2006-07-18 Richard Stallman <rms@gnu.org>
4472
4473 * display.texi (Forcing Redisplay): Cleanups in previous change.
4474
4475 * processes.texi (Low-Level Network): Make menu more convenient.
4476
4477 2006-07-18 Kim F. Storm <storm@cua.dk>
4478
4479 * display.texi (Forcing Redisplay): redisplay-preemption-period
4480 only used on window systems. Add xref to Terminal Output.
4481
4482 * os.texi (Terminal Output): baud-rate only controls preemption on
4483 non-window systems. Add xref to Forcing Redisplay.
4484
4485 * processes.texi (Low-Level Network): Rename node "Make Network"
4486 to "Network Processes".
4487
4488 2006-07-18 Karl Berry <karl@gnu.org>
4489
4490 * variables.texi, functions.texi, customize.texi, loading.texi:
4491 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4492
4493 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4496
4497 2006-07-17 Richard Stallman <rms@gnu.org>
4498
4499 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4500 Put period and comma inside quotes.
4501
4502 * loading.texi, markers.texi: Use real doublequote inside menus.
4503
4504 * windows.texi: Put point and comma inside quotes.
4505 (Textual Scrolling): Use @samp for error message.
4506
4507 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4508 * strings.texi, streams.texi, processes.texi, os.texi:
4509 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4510 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4511 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4512 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4513 Put point and comma inside quotes.
4514
4515 * control.texi (Processing of Errors): Add command-error-function.
4516
4517 * variables.texi (File Local Variables): Clarify that
4518 file local variables make buffer-local bindings.
4519
4520 * modes.texi (Syntactic Font Lock): Give default for
4521 font-lock-syntax-table.
4522
4523 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
4524
4525 * text.texi (Special Properties): Clean up previous change.
4526
4527 2006-07-16 Karl Berry <karl@gnu.org>
4528
4529 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4530 * control.texi: Fix bad page breaks through chapter 10 (control).
4531
4532 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4533 underfull hbox.
4534
4535 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
4536
4537 * text.texi (Special Properties): Describe fontified text property
4538 in relation to a character (not text).
4539
4540 2006-07-15 Kim F. Storm <storm@cua.dk>
4541
4542 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4543 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4544 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4545
4546 * anti.texi (Antinews): Mention redisplay function.
4547 The kbd macro existed, but was not documented, before 22.x.
4548 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4549
4550 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
4551
4552 * display.texi (Displaying Messages): Add anchor.
4553
4554 * frames.texi (Dialog Boxes): Use it.
4555
4556 2006-07-12 Richard Stallman <rms@gnu.org>
4557
4558 * objects.texi (Frame Type): Explain nature of frames better.
4559
4560 * frames.texi (Frames): Explain nature of frames better.
4561
4562 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4563
4564 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4565
4566 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4567
4568 * frames.texi (Window System Selections): Mention scrap support for Mac.
4569 Default value of x-select-enable-clipboard is t on Mac.
4570
4571 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4572
4573 2006-07-11 Kim F. Storm <storm@cua.dk>
4574
4575 * display.texi (Forcing Redisplay): Add `redisplay' function.
4576 Don't mention (sit-for -1) -- use (redisplay t) instead.
4577
4578 * commands.texi (Waiting): (sit-for -1) is no longer special.
4579 (sit-for 0) is equivalent to (redisplay).
4580 Iconifying/deiconifying no longer makes sit-for return.
4581
4582 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
4583
4584 * display.texi (Buttons): Fix typo.
4585
4586 * index.texi, elisp.texi (New Symbols): Comment node out.
4587
4588 2006-07-09 Richard Stallman <rms@gnu.org>
4589
4590 * display.texi (Truncation): Clean up previous change.
4591
4592 2006-07-08 Richard Stallman <rms@gnu.org>
4593
4594 * commands.texi (Interactive Call): Use 3 as prefix in example
4595 for execute-extended-command.
4596
4597 * display.texi (Attribute Functions): Move paragraph about
4598 compatibility with Emacs < 21.
4599
4600 2006-07-09 Kim F. Storm <storm@cua.dk>
4601
4602 * display.texi (Refresh Screen): Clarify force-window-update.
4603 (Truncation): "Normally" indicated by fringe arrows.
4604
4605 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4606
4607 * windows.texi (Textual Scrolling, Resizing Windows):
4608 * variables.texi (Constant Variables):
4609 * text.texi (Buffer Contents, Deletion, Changing Properties)
4610 (Property Search, Special Properties, Sticky Properties)
4611 (Links and Mouse-1, Fields, Change Hooks):
4612 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4613 (Categories):
4614 * symbols.texi (Other Plists):
4615 * streams.texi (Output Variables):
4616 * processes.texi (Input to Processes, Query Before Exit):
4617 * positions.texi (Word Motion, Text Lines, List Motion):
4618 * os.texi (Init File, System Environment, Sound Output)
4619 (Session Management):
4620 * nonascii.texi (Text Representations, Character Sets)
4621 (Chars and Bytes, Locales):
4622 * modes.texi (Defining Minor Modes, Header Lines):
4623 * minibuf.texi (Minibuffer Contents):
4624 * markers.texi (Information from Markers):
4625 * lists.texi (List Elements, Building Lists, Association Lists):
4626 * keymaps.texi (Tool Bar):
4627 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4628 * functions.texi (What Is a Function, Mapping Functions):
4629 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4630 (Color Names, Text Terminal Colors, Display Feature Testing):
4631 * files.texi (Visiting Functions, File Name Components)
4632 (Unique File Names, Contents of Directories):
4633 * display.texi (Forcing Redisplay, Displaying Messages)
4634 (Temporary Displays, Font Selection, Auto Faces)
4635 (Font Lookup, Fringe Indicators, Display Margins)
4636 (Image Descriptors, Showing Images, Image Cache, Button Types)
4637 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4638 (Display Table Format, Glyphs):
4639 * control.texi (Iteration):
4640 * commands.texi (Command Loop Info, Adjusting Point):
4641 * backups.texi (Making Backups, Auto-Saving):
4642 Remove @tindex entries.
4643
4644 2006-07-07 Kim F. Storm <storm@cua.dk>
4645
4646 * display.texi (Fringe Cursors): Fix typo.
4647 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4648 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4649
4650 2006-07-05 Richard Stallman <rms@gnu.org>
4651
4652 * text.texi (Buffer Contents): Add example of text props
4653 in result of buffer-substring.
4654 (Text Properties): Explain better about use of specific property names.
4655 (Property Search): Some cleanups; reorder some functions.
4656
4657 * keymaps.texi (Changing Key Bindings): Cleanup.
4658 Add xref to Key Binding Conventions.
4659
4660 * display.texi (Attribute Functions): Add examples for
4661 face-attribute-relative-p.
4662
4663 * tips.texi (Coding Conventions): Cleanup last change.
4664
4665 2006-07-05 Karl Berry <karl@gnu.org>
4666
4667 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4668 Remove @setchapternewpage odd.
4669 Result is 1013 pages, down from 1100.
4670
4671 * anti.texi, customize.texi, display.texi, internals.texi:
4672 * minibuf.texi, modes.texi, tips.texi:
4673 Fix overfull/underfull boxes.
4674
4675 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4676
4677 * edebug.texi (Instrumenting):
4678 Add Edebug-specific findex for eval-buffer.
4679 * loading.texi (Loading):
4680 Replace eval-current-buffer with eval-buffer.
4681
4682 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
4683
4684 * locals.texi (Standard Buffer-Local Variables): Update the list
4685 of variables.
4686
4687 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
4688
4689 * files.texi (File Name Completion): Point user to the node
4690 "Reading File Names".
4691
4692 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4693
4694 * files.texi (Contents of Directories): Document case-insensitive
4695 behavior on respective filesystems.
4696
4697 * objects.texi (Character Type): Document that Emacs signals an
4698 error for unsupported Unicode characters specified as \uNNNN.
4699
4700 2006-06-19 Richard Stallman <rms@gnu.org>
4701
4702 * processes.texi (Bindat Spec): Clarify previous change.
4703
4704 2006-06-16 Richard Stallman <rms@gnu.org>
4705
4706 * tips.texi (Coding Conventions): Better explain conventions
4707 for definition constructs.
4708
4709 * text.texi (Special Properties): String value of `read-only'
4710 serves as the error message.
4711
4712 * objects.texi (Character Type): Clarify prev. change.
4713 (Non-ASCII in Strings): Mention \u and \U.
4714
4715 * commands.texi (Using Interactive): Explain problem of
4716 markers, etc., in command-history.
4717
4718 2006-06-14 Kim F. Storm <storm@cua.dk>
4719
4720 * commands.texi (Waiting): Negative arg to sit-for forces
4721 redisplay even if input is pending.
4722
4723 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4724 redisplay. Remove incorrect example of binding redisplay-dont-pause
4725 around (sit-for 0).
4726
4727 2006-06-13 Richard Stallman <rms@gnu.org>
4728
4729 * display.texi (Forcing Redisplay): Clarify previous change.
4730
4731 2006-06-13 Romain Francoise <romain@orebokech.com>
4732
4733 * display.texi (Forcing Redisplay): Fix typo.
4734
4735 2006-06-13 Kim F. Storm <storm@cua.dk>
4736
4737 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4738
4739 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4740
4741 * tips.texi (Coding Conventions): Add `@end itemize'.
4742
4743 2006-06-10 Richard Stallman <rms@gnu.org>
4744
4745 * tips.texi (Coding Conventions): Explain use of coding systems
4746 to ensure one decoding for strings.
4747
4748 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4749
4750 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4751 syntax.
4752
4753 2006-06-07 Eli Zaretskii <eliz@gnu.org>
4754
4755 * display.texi (Font Selection): Remove description of
4756 clear-face-cache.
4757
4758 * compile.texi (Eval During Compile): Fix a typo. Add index
4759 entries for possible uses of eval-when-compile.
4760
4761 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4762
4763 * display.texi (Abstract Display): Fix typo.
4764
4765 2006-06-03 Eli Zaretskii <eliz@gnu.org>
4766
4767 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4768 Reword variable's description.
4769
4770 2006-06-01 Richard Stallman <rms@gnu.org>
4771
4772 * windows.texi (Splitting Windows): Clarify splitting nonselected
4773 window.
4774
4775 2006-05-31 Juri Linkov <juri@jurta.org>
4776
4777 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4778
4779 2006-05-30 Richard Stallman <rms@gnu.org>
4780
4781 * display.texi (Line Height): Fix errors in description of
4782 default line height and line-height property.
4783
4784 * nonascii.texi (Default Coding Systems): Further clarification.
4785
4786 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * internals.texi (Pure Storage): Mention that an overflow in pure
4789 space causes a memory leak.
4790 (Garbage Collection): If there was an overflow in pure space,
4791 `garbage-collect' returns nil.
4792
4793 2006-05-30 Eli Zaretskii <eliz@gnu.org>
4794
4795 * nonascii.texi (Default Coding Systems): Fix it some more.
4796
4797 2006-05-29 Eli Zaretskii <eliz@gnu.org>
4798
4799 * nonascii.texi (Default Coding Systems): Fix last change.
4800
4801 2006-05-29 Kenichi Handa <handa@m17n.org>
4802
4803 * nonascii.texi (find-operation-coding-system): Describe the new
4804 argument format (FILENAME . BUFFER).
4805
4806 2006-05-28 Richard Stallman <rms@gnu.org>
4807
4808 * tips.texi (Coding Conventions): Better explain reasons not to
4809 advise other packages or use `eval-after-load'.
4810
4811 2006-05-29 Kim F. Storm <storm@cua.dk>
4812
4813 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4814 `bindat-idx' and `bindat-raw' for clarity.
4815
4816 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4817
4818 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4819
4820 * display.texi (Display): Add "Abstract Display" to menu.
4821 (Abstract Display, Abstract Display Functions)
4822 (Abstract Display Example): New nodes.
4823 * elisp.texi (Top): Add "Abstract Display" to menu.
4824
4825 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4826
4827 * keymaps.texi (Key Sequences): Link to input events definition.
4828 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4829
4830 * files.texi (Changing Files): Document updated argument list for
4831 copy-file.
4832
4833 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4834
4835 * processes.texi (Bindat Functions): Explain term "total length".
4836 Use it in bindat-length and bindat-pack descriptions.
4837
4838 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4839
4840 * tips.texi (Coding Conventions): Advise against using
4841 eval-after-load in packages. Add an index entry.
4842
4843 2006-05-25 Juri Linkov <juri@jurta.org>
4844
4845 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4846
4847 * modes.texi (%-Constructs): Add %e, %z, %Z.
4848
4849 2006-05-25 Richard Stallman <rms@gnu.org>
4850
4851 * elisp.texi (Top): Update subnode menu.
4852
4853 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4854 (Keymaps): Update menu.
4855
4856 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * keymaps.texi (Key Sequences): Some clarifications.
4859
4860 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4861
4862 * processes.texi (Bindat Functions): Say "unibyte string"
4863 explicitly for bindat-unpack and bindat-pack descriptions.
4864 (Bindat Examples): Don't call `string-make-unibyte' in example.
4865
4866 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
4869 Explain string and vector representations of key sequences.
4870
4871 * keymaps.texi (Changing Key Bindings):
4872 * commands.texi (Interactive Codes):
4873 * help.texi (Describing Characters): Refer to it.
4874
4875 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4876
4877 * frames.texi (Pointer Shape): @end table -> @end defvar.
4878
4879 2006-05-22 Richard Stallman <rms@gnu.org>
4880
4881 * elisp.texi (Top): Update subnode menus.
4882
4883 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4884 Contents rewritten; material from old Pointer Shape node moved here.
4885
4886 * display.texi (Pointer Shape): Node deleted.
4887 (Image Descriptors): Minor cleanup.
4888
4889 2006-05-21 Richard Stallman <rms@gnu.org>
4890
4891 * syntax.texi (Parsing Expressions): Update info on which STATE
4892 elements are ignored.
4893
4894 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4895
4896 * hooks.texi (Standard Hooks): Correct typo.
4897
4898 * gpl.texi (GPL): ifinfo -> ifnottex.
4899
4900 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4901
4902 * searching.texi (Simple Match Data): Warn about match data being
4903 set anew by every search.
4904
4905 2006-05-17 Richard Stallman <rms@gnu.org>
4906
4907 * minibuf.texi (Minibuffer History): Clarify.
4908
4909 * searching.texi (Regexp Special): Clarify nested regexp warning.
4910
4911 2006-05-16 Kim F. Storm <storm@cua.dk>
4912
4913 * minibuf.texi (Minibuffer History): Update add-to-history.
4914
4915 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4916
4917 * nonascii.texi (Explicit Encoding):
4918 Fix typo (encoding<->decoding).
4919
4920 2006-05-14 Richard Stallman <rms@gnu.org>
4921
4922 * buffers.texi (Creating Buffers): Cleanup.
4923
4924 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4925
4926 2006-05-13 Eli Zaretskii <eliz@gnu.org>
4927
4928 * buffers.texi (Current Buffer): Document that with-temp-buffer
4929 disables undo.
4930
4931 * os.texi (Terminal-Specific): More accurate description of how
4932 Emacs searches for the terminal-specific libraries.
4933
4934 2006-05-12 Eli Zaretskii <eliz@gnu.org>
4935
4936 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4937 emacs-xtra to @inforef's.
4938
4939 * text.texi (Undo): Document that undo is turned off in buffers
4940 whose names begin with a space.
4941
4942 * buffers.texi (Buffer Names): Add index entries for buffers whose
4943 names begin with a space.
4944 (Creating Buffers): Document that undo is turned off in buffers
4945 whose names begin with a space.
4946
4947 * files.texi (Visiting Functions, Reading from Files)
4948 (Saving Buffers): Mention code and EOL conversions by file I/O
4949 primitives and subroutines.
4950
4951 * nonascii.texi (Lisp and Coding Systems): Document
4952 coding-system-eol-type. Add index entries for eol conversion.
4953
4954 * display.texi (Defining Faces): Mention `mac', and add an xref to
4955 where window-system is described.
4956
4957 2006-05-10 Richard Stallman <rms@gnu.org>
4958
4959 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4960
4961 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4962
4963 * variables.texi (File Local Variables): Recommend to quote lambda
4964 expressions in safe-local-variable property.
4965
4966 2006-05-09 Richard Stallman <rms@gnu.org>
4967
4968 * variables.texi (File Local Variables):
4969 Document safe-local-eval-forms and safe-local-eval-function.
4970
4971 2006-05-07 Kim F. Storm <storm@cua.dk>
4972
4973 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4974 from add-to-history.
4975
4976 2006-05-07 Romain Francoise <romain@orebokech.com>
4977
4978 * commands.texi (Event Input Misc):
4979 * compile.texi (Eval During Compile):
4980 * internals.texi (Buffer Internals):
4981 * minibuf.texi (Initial Input):
4982 * nonascii.texi (Scanning Charsets):
4983 * numbers.texi (Comparison of Numbers):
4984 * windows.texi (Textual Scrolling, Vertical Scrolling):
4985 Fix various typos.
4986
4987 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4988
4989 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4990 conditional xref's to either emacs or emacs-xtra, depending on
4991 @iftex/@ifnottex.
4992
4993 * minibuf.texi (Minibuffer History): Document add-to-history.
4994
4995 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4996
4997 * internals.texi (Pure Storage): Mention the pure overflow message
4998 at startup.
4999
5000 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
5001
5002 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5003 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5004 search.
5005
5006 2006-05-01 Richard Stallman <rms@gnu.org>
5007
5008 * intro.texi (nil and t): Clarify.
5009
5010 * variables.texi (File Local Variables): Suggest using booleanp.
5011
5012 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
5013
5014 * objects.texi (Type Predicates): Fix typos.
5015
5016 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * intro.texi (nil and t): Add booleanp.
5019
5020 * objects.texi (Type Predicates): Add links for booleanp and
5021 string-or-null-p.
5022
5023 2006-04-29 Richard Stallman <rms@gnu.org>
5024
5025 * modes.texi (Multiline Font Lock): Rename from
5026 Multi line Font Lock Elements. Much clarification.
5027 (Font Lock Multiline, Region to Fontify): Much clarification.
5028
5029 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * variables.texi (File Local Variables): Remove the special case t for
5032 safe-local-variable.
5033
5034 2006-04-26 Richard Stallman <rms@gnu.org>
5035
5036 * syntax.texi (Parsing Expressions): Minor cleanup.
5037
5038 2006-04-18 Richard Stallman <rms@gnu.org>
5039
5040 * tips.texi (Coding Conventions): Explain when the package's
5041 prefix should appear later on (not at the start of the name).
5042
5043 * searching.texi (String Search): Clarify effect of NOERROR.
5044
5045 * modes.texi (Imenu): Clarify what special items do.
5046
5047 * hooks.texi (Standard Hooks): Delete text about old hook names.
5048
5049 2006-04-17 Romain Francoise <romain@orebokech.com>
5050
5051 * variables.texi (Local Variables): Update the default value of
5052 `max-specpdl-size'.
5053
5054 2006-04-15 Michael Olson <mwolson@gnu.org>
5055
5056 * processes.texi (Transaction Queues): Mention the new optional
5057 `delay-question' argument for `tq-enqueue'.
5058
5059 2006-04-13 Bill Wohler <wohler@newt.com>
5060
5061 * customize.texi (Common Keywords): Use dotted notation for
5062 :package-version value. Specify its values. Improve documentation
5063 for customize-package-emacs-version-alist.
5064
5065 2006-04-12 Bill Wohler <wohler@newt.com>
5066
5067 * customize.texi (Common Keywords): Move description of
5068 customize-package-emacs-version-alist to @defvar.
5069
5070 2006-04-10 Bill Wohler <wohler@newt.com>
5071
5072 * customize.texi (Common Keywords): Add :package-version.
5073
5074 2006-04-10 Kim F. Storm <storm@cua.dk>
5075
5076 * text.texi (Buffer Contents): Add NOPROPS arg to
5077 filter-buffer-substring.
5078
5079 2006-04-08 Kevin Ryde <user42@zip.com.au>
5080
5081 * os.texi (Command-Line Arguments): Update xref to emacs manual
5082 "Command Arguments" -> "Emacs Invocation", per change there.
5083
5084 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5085
5086 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5087 be on one line to help makeinfo not render two spaces after the dot.
5088
5089 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5090
5091 * strings.texi (Predicates for Strings): Add string-or-null-p.
5092
5093 2006-03-28 Kim F. Storm <storm@cua.dk>
5094
5095 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5096 remarks about systems that don't support fractional seconds.
5097
5098 2006-03-25 Karl Berry <karl@gnu.org>
5099
5100 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5101 the year list.
5102
5103 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5104
5105 * display.texi (Fringe Indicators): Fix typos.
5106
5107 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5108
5109 * tips.texi (Documentation Tips): One can now also write `program'
5110 in front of a quoted symbol in a docstring to prevent making a
5111 hyperlink.
5112
5113 2006-03-19 Alan Mackenzie <acm@muc.de>
5114
5115 * text.texi (Special Properties): Clarify `fontified' property.
5116
5117 2006-03-16 Richard Stallman <rms@gnu.org>
5118
5119 * display.texi (Defining Images): Minor cleanup.
5120
5121 2006-03-16 Bill Wohler <wohler@newt.com>
5122
5123 * display.texi (Defining Images): In image-load-path-for-library,
5124 prefer user's images.
5125
5126 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5129
5130 2006-03-15 Bill Wohler <wohler@newt.com>
5131
5132 * display.texi (Defining Images): Fix example in
5133 image-load-path-for-library by not recommending that one binds
5134 image-load-path. Just defvar it to placate compiler and only use
5135 it if previously defined.
5136
5137 2006-03-14 Bill Wohler <wohler@newt.com>
5138
5139 * display.texi (Defining Images): In image-load-path-for-library,
5140 always return list of directories. Update example.
5141
5142 2006-03-14 Alan Mackenzie <acm@muc.de>
5143
5144 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5145 This describes font-lock-extend-region-function.
5146 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5147 the new node "Region to Fontify".
5148
5149 2006-03-13 Richard Stallman <rms@gnu.org>
5150
5151 * display.texi (Invisible Text): The impossible position is
5152 now before the invisible text, not after.
5153 (Defining Images): Clean up last change.
5154
5155 2006-03-11 Bill Wohler <wohler@newt.com>
5156
5157 * display.texi (Defining Images): Add image-load-path-for-library.
5158
5159 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5160
5161 * text.texi (Adaptive Fill): Fix Texinfo usage.
5162
5163 * strings.texi (Creating Strings): Fix Texinfo usage.
5164
5165 * searching.texi (Regexp Special): Use @samp for regular
5166 expressions that are not in Lisp syntax.
5167
5168 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5169
5170 * searching.texi (Regexp Special): Put remark between parentheses
5171 to avoid misreading.
5172
5173 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5174
5175 * searching.texi (Syntax of Regexps): More accurately describe
5176 which characters are special in which situations.
5177 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5178 are not special. Describe in detail when `[' and `]' are special.
5179 (Regexp Backslash): Plenty of regexps with unbalanced square
5180 brackets are valid, so reword that statement.
5181
5182 2006-03-02 Kim F. Storm <storm@cua.dk>
5183
5184 * keymaps.texi (Tool Bar): Add tool-bar-border.
5185
5186 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5187
5188 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5189
5190 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5191
5192 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5193
5194 * files.texi (Locating Files): Suggest additional values for the
5195 SUFFIXES arg of `locate-file'. Update pxref.
5196
5197 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5198 (How Programs Do Loading): Discuss the effects of Auto Compression
5199 mode on `load'.
5200 (Load Suffixes): New node.
5201 (Library Search): Delete description of `load-suffixes'; it was
5202 moved to "Load Suffixes".
5203 (Autoload, Named Features): Mention `load-suffixes'.
5204
5205 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5206
5207 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5208
5209 * windows.texi (Window Tree): Fix typo.
5210
5211 2006-02-20 Kim F. Storm <storm@cua.dk>
5212
5213 * display.texi (Fringe Indicators): New section.
5214 Move indicate-empty-lines, indicate-buffer-boundaries, and
5215 default-indicate-buffer-boundaries here.
5216 Add fringe-indicator-alist and default-fringes-indicator-alist.
5217 Add list of logical fringe indicator symbols.
5218 Update list of standard bitmap names.
5219 (Fringe Cursors): New section.
5220 Move overflow-newline-into-fringe here.
5221 Add fringe-cursor-alist and default-fringes-cursor-alist.
5222 Add list of fringe cursor symbols.
5223
5224 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * commands.texi (Using Interactive): Fix reference to node
5227 "Minibuffers".
5228
5229 2006-02-19 Richard M. Stallman <rms@gnu.org>
5230
5231 * minibuf.texi (High-Level Completion):
5232 Add xref to read-input-method-name.
5233
5234 * files.texi (Relative File Names): Move file-relative-name here.
5235 (File Name Expansion): From here. Minor clarifications.
5236
5237 * commands.texi (Using Interactive): Add xrefs about reading input.
5238 Clarify remarks about that moving point and mark.
5239 Put string case before list case.
5240
5241 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
5242
5243 * display.texi (Other Display Specs, Image Descriptors):
5244 Revert erroneous changes. The previous description of
5245 image-descriptors as `(image . PROPS)' was correct.
5246
5247 2006-02-14 Richard M. Stallman <rms@gnu.org>
5248
5249 * variables.texi (File Local Variables): Clarifications.
5250
5251 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5252
5253 * variables.texi (File Local Variables): Use @code for a cons
5254 cell, not @var.
5255
5256 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * variables.texi (File Local Variables): Document new file local
5259 variable behavior.
5260
5261 2006-02-10 Kim F. Storm <storm@cua.dk>
5262
5263 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5264
5265 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
5266
5267 * modes.texi (%-Constructs): Remove obsolete info about
5268 `global-mode-string'.
5269
5270 2006-02-07 Richard M. Stallman <rms@gnu.org>
5271
5272 * commands.texi (Prefix Command Arguments): Minor cleanup.
5273
5274 * display.texi: "Graphical display", not window system.
5275
5276 * functions.texi (What Is a Function): Fix xref.
5277
5278 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5279 (Changing Key Bindings): Clarify when remapping is better than
5280 substitute-key-definition.
5281
5282 2006-02-02 Richard M. Stallman <rms@gnu.org>
5283
5284 * minibuf.texi (Basic Completion): Completion alists are risky.
5285
5286 * keymaps.texi (Active Keymaps): Clarifications.
5287 (Searching Keymaps): New node.
5288 (Keymaps): Update menu.
5289
5290 * frames.texi (Layout Parameters): Minor clarification.
5291 (Drag and Drop): New node.
5292 (Frames): Update menu.
5293
5294 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * display.texi (Other Display Specs, Image Descriptors):
5297 Image description is a list, not a cons cell.
5298
5299 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5300
5301 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5302 list is not necessarily a list).
5303
5304 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5305
5306 * frames.texi (Layout Parameters): border-width and
5307 internal-border-width belong to the frame, not the window.
5308
5309 2006-01-19 Richard M. Stallman <rms@gnu.org>
5310
5311 * nonascii.texi (Translation of Characters): Search cmds use
5312 translation-table-for-input. Automatically made local.
5313
5314 * markers.texi (Overview of Markers): Count insertion type
5315 as one of a marker's attributes.
5316
5317 * keymaps.texi (Controlling Active Maps): New node, split out of
5318 Active Keymaps.
5319 (Keymaps): Menu updated.
5320 (Active Keymaps): Give pseudocode to explain how the active
5321 maps are searched. current-active-maps and key-binding moved here.
5322 (Functions for Key Lookup): current-active-maps and key-binding moved.
5323 Clarifications.
5324 (Searching the Keymaps): New subnode.
5325
5326 * elisp.texi (Top): Menu clarification.
5327
5328 * display.texi (Other Display Specs): Delete duplicate entry for
5329 just a string as display spec. Move text about recursive display
5330 specs on such a string.
5331
5332 * commands.texi (Key Sequence Input): Clarify.
5333 Move num-nonmacro-input-events out.
5334 (Reading One Event): num-nonmacro-input-events moved here.
5335
5336 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * advice.texi (Simple Advice): Update example to fit argument
5339 change in previous-line.
5340
5341 2006-01-05 Richard M. Stallman <rms@gnu.org>
5342
5343 * markers.texi (The Mark): Fix in `mark'.
5344
5345 2006-01-04 Richard M. Stallman <rms@gnu.org>
5346
5347 * processes.texi (Misc Network, Make Network): Minor cleanups.
5348
5349 2006-01-04 Kim F. Storm <storm@cua.dk>
5350
5351 * processes.texi (Make Network): Add IPv6 addresses and handling.
5352 (Network Feature Testing): Mention (:family ipv6).
5353 (Misc Network): Add IPv6 formats to format-network-address.
5354
5355 2005-12-30 Richard M. Stallman <rms@gnu.org>
5356
5357 * text.texi (Changing Properties):
5358 Don't use return value of set-text-properties.
5359
5360 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5361
5362 * modes.texi (Mode Line Format): Correct typo in menu.
5363
5364 2005-12-29 Richard M. Stallman <rms@gnu.org>
5365
5366 * modes.texi (Mode Line Top): New node.
5367 (Mode Line Data): Some text moved to new node.
5368 Explain the data structure more concretely.
5369 (Mode Line Basics): Clarifications.
5370 (Mode Line Variables): Clarify intro paragraph.
5371 (%-Constructs): Clarify intro paragraph.
5372 (Mode Line Format): Update menu.
5373
5374 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5375
5376 * minibuf.texi (Basic Completion): Update lazy-completion-table
5377 examples for removal of ARGS argument.
5378
5379 2005-12-23 Richard M. Stallman <rms@gnu.org>
5380
5381 * text.texi (Undo): Restore some explanation from the version
5382 that was deleted.
5383
5384 2005-12-23 Eli Zaretskii <eliz@gnu.org>
5385
5386 * text.texi (Undo): Remove duplicate descriptions of `apply
5387 funname' and `apply delta' elements of the undo list.
5388
5389 2005-12-20 Richard M. Stallman <rms@gnu.org>
5390
5391 * help.texi (Help Functions): Update documentation of `apropos'.
5392
5393 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5394
5395 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5396 because it is confusing. If the :help-echo keyword is a function,
5397 it is not directly used as the :help-echo overlay property, as the
5398 xref seems to suggest (it does not take the appropriate args).
5399
5400 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5401
5402 * customize.texi (Common Keywords): Fix Texinfo usage.
5403 (Group Definitions, Variable Definitions): Update for new
5404 conventions for using `*' in docstrings.
5405
5406 * tips.texi (Documentation Tips): Update for new conventions for
5407 using `*' in docstrings.
5408
5409 2005-12-16 Richard M. Stallman <rms@gnu.org>
5410
5411 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5412
5413 2005-12-16 Juri Linkov <juri@jurta.org>
5414
5415 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5416
5417 2005-12-14 Romain Francoise <romain@orebokech.com>
5418
5419 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5420 Fix typo.
5421
5422 2005-12-11 Juri Linkov <juri@jurta.org>
5423
5424 * minibuf.texi (Completion Commands): Add mention of read-file-name
5425 for filename completion keymaps.
5426 (Reading File Names): Add mention of filename completion keymaps
5427 for read-file-name and xref to `Completion Commands'.
5428
5429 2005-12-10 Richard M. Stallman <rms@gnu.org>
5430
5431 * customize.texi (Common Keywords): State caveats for use of :tag.
5432
5433 2005-12-08 Richard M. Stallman <rms@gnu.org>
5434
5435 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5436 with xrefs and better explanation.
5437 (Completion Commands): Add the filename completion maps.
5438
5439 * objects.texi (Character Type): Clarify that \s is not space
5440 if a dash follows.
5441
5442 2005-12-05 Richard M. Stallman <rms@gnu.org>
5443
5444 * windows.texi (Resizing Windows): Delete preserve-before args.
5445
5446 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5449 in full keymaps, since the quirk has been fixed.
5450
5451 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5452
5453 * hooks.texi (Standard Hooks): Add index entries.
5454 Mention `compilation-finish-functions'.
5455
5456 2005-11-27 Richard M. Stallman <rms@gnu.org>
5457
5458 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5459
5460 2005-11-21 Juri Linkov <juri@jurta.org>
5461
5462 * customize.texi (Common Keywords): Update links types
5463 custom-manual and url-link. Add link types emacs-library-link,
5464 file-link, function-link, variable-link, custom-group-link.
5465
5466 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * display.texi: Revert 2005-11-20 change.
5469
5470 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5471
5472 * processes.texi (Bindat Functions):
5473 Say "third" to refer to zero-based index "2".
5474
5475 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5476
5477 * loading.texi (Library Search): Update the default value of
5478 `load-suffixes'.
5479
5480 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * display.texi (Attribute Functions): Mention :ignore-defface.
5483
5484 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5487 (Minor Mode Conventions): Mention the use of a hook.
5488
5489 2005-11-06 Richard M. Stallman <rms@gnu.org>
5490
5491 * files.texi (Magic File Names): find-file-name-handler checks the
5492 `operations' property of the handler.
5493
5494 2005-11-03 Richard M. Stallman <rms@gnu.org>
5495
5496 * variables.texi (Frame-Local Variables): Small clarification.
5497
5498 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * os.texi (Init File): Document ~/.emacs.d/init.el.
5501
5502 2005-10-29 Richard M. Stallman <rms@gnu.org>
5503
5504 * internals.texi (Garbage Collection): Document memory-full.
5505
5506 2005-10-28 Bill Wohler <wohler@newt.com>
5507
5508 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5509 for URLs.
5510
5511 2005-10-28 Richard M. Stallman <rms@gnu.org>
5512
5513 * minibuf.texi (Completion Commands): Clean up prev change.
5514
5515 2005-10-26 Kevin Ryde <user42@zip.com.au>
5516
5517 * compile.texi (Eval During Compile): Explain recommended uses
5518 of eval-when-compile and eval-and-compile.
5519
5520 2005-10-27 Masatake YAMATO <jet@gyve.org>
5521
5522 * minibuf.texi (Completion Commands):
5523 Write about new optional argument for `display-completion-list'.
5524
5525 2005-10-23 Richard M. Stallman <rms@gnu.org>
5526
5527 * display.texi (Overlay Arrow): Clarify about local bindings of
5528 overlay-arrow-position.
5529
5530 2005-10-22 Eli Zaretskii <eliz@gnu.org>
5531
5532 * internals.texi (Building Emacs): Fix last change.
5533
5534 2005-10-22 Richard M. Stallman <rms@gnu.org>
5535
5536 * internals.texi (Building Emacs): Document eval-at-startup.
5537
5538 2005-10-21 Richard M. Stallman <rms@gnu.org>
5539
5540 * loading.texi (Where Defined): load-history contains abs file names.
5541 symbol-file returns abs file names.
5542
5543 2005-10-19 Kim F. Storm <storm@cua.dk>
5544
5545 * display.texi (Showing Images): Add max-image-size integer value.
5546
5547 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5548
5549 * display.texi (Showing Images): Document max-image-size.
5550
5551 2005-10-17 Richard M. Stallman <rms@gnu.org>
5552
5553 * commands.texi (Quitting): Minor clarification.
5554
5555 * processes.texi (Sentinels): Clarify about output and quitting.
5556 (Filter Functions): Mention with-local-quit.
5557
5558 2005-10-17 Juri Linkov <juri@jurta.org>
5559
5560 * buffers.texi (Current Buffer):
5561 * commands.texi (Event Input Misc):
5562 * compile.texi (Eval During Compile, Compiler Errors):
5563 * customize.texi (Group Definitions):
5564 * display.texi (Progress, Defining Faces):
5565 * files.texi (Writing to Files):
5566 * modes.texi (Mode Hooks, Defining Minor Modes):
5567 * streams.texi (Output Functions):
5568 * syntax.texi (Syntax Table Functions):
5569 * text.texi (Change Hooks):
5570 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5571
5572 * commands.texi (Quitting): Replace arg `forms' with `body' in
5573 `with-local-quit'.
5574
5575 * positions.texi (Excursions): Replace arg `forms' with `body' in
5576 `save-excursion'.
5577
5578 2005-10-08 Kim F. Storm <storm@cua.dk>
5579
5580 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5581 Rename manual section accordingly.
5582
5583 2005-10-04 Kim F. Storm <storm@cua.dk>
5584
5585 * windows.texi (Window Split Tree): New section describing
5586 new function window-split-tree function.
5587
5588 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
5589
5590 * display.texi (Fringe Size/Pos): Simplify and add detail.
5591
5592 2005-09-30 Romain Francoise <romain@orebokech.com>
5593
5594 * minibuf.texi (High-Level Completion): Explain that the prompt
5595 given to `read-buffer' should end with a colon and a space.
5596 Update usage examples.
5597
5598 2005-09-29 Juri Linkov <juri@jurta.org>
5599
5600 * display.texi (Displaying Messages): Rename argument name
5601 `string' to `format-string' in functions `message', `message-box',
5602 `message-or-box'.
5603
5604 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * errors.texi (Standard Errors): Correct xrefs.
5607
5608 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * display.texi (Defining Images): Update documentation for
5611 `image-load-path'.
5612
5613 2005-09-17 Richard M. Stallman <rms@gnu.org>
5614
5615 * display.texi (Defining Images): Clean up previous change.
5616
5617 2005-09-16 Romain Francoise <romain@orebokech.com>
5618
5619 * elisp.texi: Specify GFDL version 1.2.
5620
5621 * doclicense.texi (GNU Free Documentation License): Update to
5622 version 1.2.
5623
5624 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
5625
5626 * display.texi (Defining Images): Document `image-load-path'.
5627
5628 2005-09-15 Richard M. Stallman <rms@gnu.org>
5629
5630 * objects.texi (Printed Representation): Minor cleanup.
5631 (Box Diagrams): Minor fix.
5632 (Cons Cell Type): Move (...) index item here.
5633 (Box Diagrams): From here.
5634 (Array Type): Minor fix.
5635 (Type Predicates): Delete index "predicates".
5636 (Hash Table Type): Clarify xref.
5637 (Dotted Pair Notation): Minor fix.
5638
5639 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * files.texi (Saving Buffers): Fix typo.
5642
5643 2005-09-08 Richard M. Stallman <rms@gnu.org>
5644
5645 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5646
5647 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * locals.texi (Standard Buffer-Local Variables): Don't include
5650 mode variables for minor modes.
5651 Fix xrefs for buffer-display-count, buffer-display-table,
5652 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5653 enable-multibyte-characters, fill-column, header-line-format,
5654 left-fringe-width, left-margin, and right-fringe-width.
5655
5656 * hooks.texi (Standard Hooks): All hooks should conform to the
5657 standard naming convention now.
5658 Fix xref for `echo-area-clear-hook'.
5659
5660 * display.texi (Usual Display): Note that indicate-empty-lines and
5661 tab-width are buffer-local.
5662
5663 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5664
5665 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5666
5667 * nonascii.texi (Encoding and I/O): Note that
5668 buffer-file-coding-system is buffer-local.
5669
5670 * positions.texi (List Motion): Note that defun-prompt-regexp is
5671 buffer-local.
5672
5673 * text.texi (Auto Filling): Note that auto-fill-function is
5674 buffer-local.
5675 (Undo): Note that buffer-undo-list is buffer-local.
5676
5677 * windows.texi (Buffers and Windows):
5678 Document buffer-display-count.
5679
5680 2005-09-06 Richard M. Stallman <rms@gnu.org>
5681
5682 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5683 package prefix elsewhere than at the start of the name.
5684
5685 2005-09-03 Richard M. Stallman <rms@gnu.org>
5686
5687 * tips.texi (Programming Tips): Add conventions for minibuffer
5688 questions and prompts.
5689
5690 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5691
5692 * intro.texi (nil and t): Minor cleanup.
5693 Delete spurious mention of keyword symbols.
5694 (Evaluation Notation): Add index entry.
5695 (A Sample Function Description): Minor cleanup.
5696 (A Sample Variable Description): Not all vars can be set.
5697
5698 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5699
5700 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5701
5702 (Insertion): Document precise type of `insert-char' arg COUNT.
5703
5704 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * modes.texi (Other Font Lock Variables): Sync the default of
5707 font-lock-lines-before.
5708
5709 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
5710
5711 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5712
5713 2005-08-29 Richard M. Stallman <rms@gnu.org>
5714
5715 * elisp.texi (Top): Update subnode menu.
5716
5717 * searching.texi (Searching and Matching): Move node.
5718 Rearrange contents and add overall explanation.
5719 (Searching and Case): Move node.
5720 (Searching and Matching): Update menu.
5721
5722 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5723
5724 * os.texi (Startup Summary): Fix the description of the initial
5725 startup message display.
5726
5727 2005-08-25 Richard M. Stallman <rms@gnu.org>
5728
5729 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5730
5731 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
5732
5733 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5734 `next-overlay-change' example.
5735
5736 2005-08-22 Juri Linkov <juri@jurta.org>
5737
5738 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5739 Fix invert-face. Fix args of face-background.
5740
5741 * display.texi (Standard Faces): Delete node.
5742 (Faces): Add xref to `(emacs)Standard Faces'.
5743 (Displaying Faces): Fix xref to `Standard Faces'.
5744
5745 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5746
5747 2005-08-20 Alan Mackenzie <acm@muc.de>
5748
5749 * buffers.texi (The Buffer List): Clarify the manipulation of the
5750 buffer list.
5751
5752 2005-08-14 Richard M. Stallman <rms@gnu.org>
5753
5754 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5755 a regexp.
5756
5757 2005-08-11 Richard M. Stallman <rms@gnu.org>
5758
5759 * elisp.texi (Top): Update subnode lists.
5760
5761 * display.texi (Inverse Video): Node deleted.
5762
5763 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5764 New nodes split out of Coding Conventions.
5765
5766 * searching.texi (Regular Expressions): Document re-builder.
5767
5768 * os.texi (Time Parsing): New node split out of Time Conversion.
5769
5770 * processes.texi (Misc Network, Network Feature Testing)
5771 (Network Options, Make Network): New nodes split out of
5772 Low-Level Network.
5773
5774 2005-08-09 Richard M. Stallman <rms@gnu.org>
5775
5776 * frames.texi (Geometry): New node, split from Size and Position.
5777 (Frame Parameters): Refer to Geometry.
5778
5779 * buffers.texi (The Buffer List): Fix xrefs.
5780
5781 * windows.texi (Splitting Windows): Fix xref.
5782
5783 * frames.texi (Layout Parameters): Add xref.
5784
5785 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5786
5787 * keymaps.texi (Menu Bar): Fix xref.
5788
5789 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5790
5791 * modes.texi (%-Constructs): Fix xref.
5792
5793 * frames.texi (Window Frame Parameters): Node split up.
5794 (Basic Parameters, Position Parameters, Size Parameters)
5795 (Layout Parameters, Buffer Parameters, Management Parameters)
5796 (Cursor Parameters, Color Parameters): New subnodes.
5797
5798 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5799
5800 * positions.texi (Screen Lines): Update xref for previous change
5801 in minibuf.texi.
5802
5803 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5804 change in minibuf.texi.
5805
5806 2005-08-09 Richard M. Stallman <rms@gnu.org>
5807
5808 * tips.texi (Coding Conventions): Minor cleanup.
5809
5810 * modes.texi (Defining Minor Modes): Explain when init-value
5811 can be non-nil.
5812
5813 * elisp.texi (Top): Update submenu for Minibuffer.
5814
5815 * minibuf.texi (Minibuffer Misc): Node split up.
5816 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5817 (Recursive Mini): New nodes split out from Minibuffer Misc.
5818 (Minibuffer Misc): Document max-mini-window-height.
5819
5820 * hash.texi (Defining Hash): Delete stray paren in example.
5821
5822 * display.texi (Echo Area Customization): Don't define
5823 max-mini-window-height here; xref instead.
5824
5825 * commands.texi (Event Input Misc): Update while-no-input.
5826
5827 * advice.texi (Advising Functions): Explain when to use advice
5828 and when to use a hook.
5829
5830 2005-07-30 Eli Zaretskii <eliz@gnu.org>
5831
5832 * makefile.w32-in (info): Don't run install-info.
5833 ($(infodir)/dir): New target, produced by running install-info.
5834
5835 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5836
5837 * modes.texi (Defining Minor Modes): The keyword for the initial
5838 value is :init-value, not :initial-value.
5839
5840 2005-07-23 Eli Zaretskii <eliz@gnu.org>
5841
5842 * loading.texi (Autoload): Make the `doctor' example be consistent
5843 with what's in current loaddefs.el. Describe the "fn" magic in
5844 the usage portion of the doc string.
5845
5846 2005-07-22 Richard M. Stallman <rms@gnu.org>
5847
5848 * internals.texi (Garbage Collection): Clarify previous change.
5849
5850 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5853
5854 2005-07-18 Juri Linkov <juri@jurta.org>
5855
5856 * commands.texi (Accessing Events):
5857 * frames.texi (Text Terminal Colors, Resources):
5858 * markers.texi (The Mark):
5859 * modes.texi (Defining Minor Modes):
5860 Delete duplicate duplicate words.
5861
5862 2005-07-16 Richard M. Stallman <rms@gnu.org>
5863
5864 * display.texi (Managing Overlays): Clarify make-overlay
5865 args for insertion types.
5866
5867 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5868
5869 * customize.texi (Variable Definitions):
5870 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5871 `standard-value' is a list too.
5872 (Defining New Types): Use @key{RET} instead of @key{ret}.
5873
5874 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5875
5876 * os.texi (Translating Input): Fix typo.
5877
5878 2005-07-08 Richard M. Stallman <rms@gnu.org>
5879
5880 * README: Update edition number and size estimate.
5881
5882 * elisp.texi (VERSION): Set to 2.9.
5883
5884 2005-07-07 Richard M. Stallman <rms@gnu.org>
5885
5886 * book-spine.texinfo: Update Emacs version.
5887
5888 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5889
5890 2005-07-06 Richard M. Stallman <rms@gnu.org>
5891
5892 * searching.texi (Regexp Search): Clarify what re-search-forward
5893 does when the search fails.
5894
5895 2005-07-05 Lute Kamstra <lute@gnu.org>
5896
5897 * Update FSF's address in GPL notices.
5898
5899 * doclicense.texi (GNU Free Documentation License):
5900 * gpl.texi (GPL):
5901 * tips.texi (Coding Conventions, Library Headers):
5902 * vol1.texi:
5903 * vol2.texi: Update FSF's address.
5904
5905 2005-07-04 Richard M. Stallman <rms@gnu.org>
5906
5907 * hooks.texi (Standard Hooks): Add occur-hook.
5908
5909 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5910
5911 * display.texi (The Echo Area): Correct menu.
5912
5913 2005-07-03 Richard M. Stallman <rms@gnu.org>
5914
5915 * elisp.texi (Top): Update subnode menu for Display.
5916
5917 * display.texi (Displaying Messages): New node, with most
5918 of what was in The Echo Area.
5919 (Progress): Move under The Echo Area.
5920 (Logging Messages): New node with new text.
5921 (Echo Area Customization): New node, the rest of what was
5922 in The Echo Area. Document message-truncate-lines with @defvar.
5923 (Display): Update menu.
5924
5925 * windows.texi (Textual Scrolling): Doc 3 values for
5926 scroll-preserve-screen-position.
5927
5928 * text.texi (Special Properties): Change hook functions
5929 should bind inhibit-modification-hooks around altering buffer text.
5930
5931 * keymaps.texi (Key Binding Commands): Call binding BINDING
5932 rather than DEFINITION.
5933
5934 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * variables.texi (Defining Variables): `user-variable-p' returns t
5937 for aliases of user options, nil for alias loops.
5938
5939 2005-06-28 Richard M. Stallman <rms@gnu.org>
5940
5941 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5942 make-keymap.
5943
5944 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5945
5946 * variables.texi (Setting Variables): Correct and clarify
5947 description of `add-to-ordered-list'.
5948
5949 2005-06-26 Richard M. Stallman <rms@gnu.org>
5950
5951 * display.texi (Faces): Minor cleanup.
5952
5953 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5954
5955 * display.texi (Faces): `facep' returns t for strings that are
5956 face names.
5957
5958 2005-06-25 Richard M. Stallman <rms@gnu.org>
5959
5960 * objects.texi (Equality Predicates): Clarify meaning of equal.
5961
5962 * windows.texi (Selecting Windows): save-selected-window
5963 and with-selected-window save and restore the current buffer.
5964
5965 2005-06-24 Richard M. Stallman <rms@gnu.org>
5966
5967 * numbers.texi (Float Basics): Explain how to test for NaN,
5968 and printing the sign of NaNs.
5969
5970 2005-06-24 Eli Zaretskii <eliz@gnu.org>
5971
5972 * makefile.w32-in (MAKEINFO): Use --force.
5973
5974 2005-06-23 Richard M. Stallman <rms@gnu.org>
5975
5976 * display.texi (Face Functions): Correct Texinfo usage.
5977
5978 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5979
5980 * lists.texi (Rings): `ring-elements' now returns the elements of
5981 RING in order.
5982
5983 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
5984
5985 * markers.texi (The Mark): Texinfo usage fix.
5986
5987 2005-06-23 Kim F. Storm <storm@cua.dk>
5988
5989 * searching.texi (Entire Match Data): Remove evaporate option for
5990 match-data. Do not mention evaporate option for set-match-data.
5991
5992 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5993
5994 * display.texi (Face Functions): Mention face aliases.
5995
5996 2005-06-21 Richard M. Stallman <rms@gnu.org>
5997
5998 * anti.texi (Antinews): Texinfo usage fix.
5999
6000 2005-06-21 Karl Berry <karl@gnu.org>
6001
6002 * elisp.texi: Use @copying.
6003
6004 * elisp.texi: Put @summarycontents and @contents before the Top
6005 node, instead of the end of the file, so that the contents appear
6006 in the right place in the dvi/pdf output.
6007
6008 2005-06-21 Juri Linkov <juri@jurta.org>
6009
6010 * display.texi (Defining Faces): Add `customized-face'.
6011
6012 2005-06-20 Kim F. Storm <storm@cua.dk>
6013
6014 * variables.texi (Setting Variables): Any type of element can be
6015 given order in add-to-ordered-list. Compare elements with eq.
6016
6017 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6018
6019 2005-06-20 Karl Berry <karl@gnu.org>
6020
6021 * syntax.texi (Syntax Flags): Make last column very slightly wider
6022 to avoid "generic comment" breaking on two lines and causing an
6023 underfull box.
6024
6025 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6026
6027 * lists.texi (Rings): Various minor clarifications and corrections.
6028
6029 2005-06-18 Richard M. Stallman <rms@gnu.org>
6030
6031 * functions.texi (Obsolete Functions): Simplify.
6032
6033 * variables.texi (Variable Aliases): Simplify.
6034
6035 * anti.texi, backups.texi, compile.texi, customization.texi:
6036 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6037 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6038 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6039 * variables.texi: Fix formatting ugliness.
6040
6041 * elisp.texi: Add links to Rings and Byte Packing.
6042 Update version and copyright years.
6043
6044 * minibuf.texi: Fix formatting ugliness.
6045 (Completion Commands): Move keymap vars to the end
6046 and vars completing-read binds to the top.
6047
6048 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6049
6050 * processes.texi: Fix typos.
6051 (Bindat Spec): Correct Texinfo error.
6052 (Byte Packing): Fix ungrammatical sentence.
6053
6054 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6055
6056 * lists.texi (Rings): New node.
6057 (Lists): Add it to menu.
6058
6059 * processes.texi (Byte Packing): New node.
6060 (Processes): Add it to menu.
6061
6062 2005-06-17 Richard M. Stallman <rms@gnu.org>
6063
6064 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6065
6066 * help.texi (Documentation Basics): Explain the xref to
6067 Documentation Tips.
6068
6069 * debugging.texi (Debugger Commands): Minor fix.
6070
6071 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * edebug.texi (Instrumenting): Eliminate duplicate link.
6074 (Specification List): Replace references to "below", referring to
6075 a later node, with one @ref to that node.
6076
6077 * os.texi (Timers): Timers should save and restore the match data
6078 if they change it.
6079
6080 * debugging.texi (Debugger Commands): Mention that the Lisp
6081 debugger can not step through primitive functions.
6082
6083 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * functions.texi (Obsolete Functions): Update argument names of
6086 `make-obsolete' and `define-obsolete-function-alias'.
6087
6088 * variables.texi (Variable Aliases): Update argument names of
6089 `defvaralias', `make-obsolete-variable' and
6090 `define-obsolete-variable-alias'.
6091
6092 2005-06-15 Kim F. Storm <storm@cua.dk>
6093
6094 * searching.texi (Entire Match Data): Rephrase warnings about
6095 evaporate arg to match-data and set-match-data.
6096
6097 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6098
6099 * elisp.texi (Top): Update detailed menu.
6100
6101 * edebug.texi (Edebug): Update menu.
6102 (Instrumenting): Update xrefs.
6103 (Edebug Execution Modes): Correct xref.
6104 (Jumping): Clarify description of `h' command.
6105 Eliminate redundant @ref.
6106 (Breaks): New node.
6107 (Breakpoints): Is now a subsubsection.
6108 (Global Break Condition): Mention `C-x X X'.
6109 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6110 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6111 (Edebug Display Update): Correct pxref.
6112 (Edebug and Macros): New node.
6113 (Instrumenting Macro Calls): Is now a subsubsection.
6114 Neither arg of `def-edebug-spec' is evaluated.
6115 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6116 (Specification Examples): Fix typo.
6117
6118 2005-06-14 Lute Kamstra <lute@gnu.org>
6119
6120 * debugging.texi (Function Debugging): Primitives can break on
6121 entry too.
6122
6123 2005-06-14 Kim F. Storm <storm@cua.dk>
6124
6125 * variables.texi (Setting Variables): Add add-to-ordered-list.
6126
6127 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6130 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6131
6132 2005-06-13 Lute Kamstra <lute@gnu.org>
6133
6134 * text.texi (Special Properties): Fix cross reference.
6135
6136 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6137
6138 * debugging.texi (Function Debugging): Delete mention of empty
6139 string argument to `cancel-debug-on-entry'. Delete inaccurate
6140 description of the return value of that command.
6141
6142 2005-06-11 Alan Mackenzie <acm@muc.de>
6143
6144 * text.texi (Adaptive Fill): Amplify the description of
6145 fill-context-prefix.
6146
6147 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6150
6151 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6154
6155 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6156
6157 * debugging.texi (Error Debugging): Minor rewording.
6158 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6159 is optional.
6160
6161 2005-06-10 Lute Kamstra <lute@gnu.org>
6162
6163 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6164 (Top): Give it a title. Correct version number. Give the
6165 detailed node listing a more prominent header.
6166 * intro.texi: Don't set VERSION here a second time.
6167 Mention Emacs's version too.
6168 * anti.texi (Antinews): Use EMACSVER to refer to the current
6169 version of Emacs.
6170
6171 2005-06-09 Kim F. Storm <storm@cua.dk>
6172
6173 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6174 match-data and set-match-data.
6175
6176 2005-06-08 Richard M. Stallman <rms@gnu.org>
6177
6178 * searching.texi (Entire Match Data): Clarify when match-data
6179 returns markers and when integers.
6180
6181 * display.texi (Defining Faces): Explain that face name should not
6182 end in `-face'.
6183
6184 * modes.texi (Mode Line Data): Minor cleanup.
6185 (Customizing Keywords): Node split out of Search-based Fontification.
6186 Add example of using font-lock-add-keywords from a hook.
6187 Clarify when MODE should be non-nil, and when nil.
6188
6189 2005-06-06 Richard M. Stallman <rms@gnu.org>
6190
6191 * modes.texi (Mode Line Data): Explain what happens when the car
6192 of a list is a void symbol.
6193 (Search-based Fontification): Explain MODE arg to
6194 font-lock-add-keywords and warn about calls from major modes.
6195
6196 2005-06-08 Juri Linkov <juri@jurta.org>
6197
6198 * display.texi (Standard Faces): Add `shadow' face.
6199
6200 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * modes.texi (Major Mode Conventions): A derived mode only needs
6203 to put the call to the parent mode inside `delay-mode-hooks'.
6204
6205 2005-05-29 Richard M. Stallman <rms@gnu.org>
6206
6207 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6208 new, and what that implies. Clarify.
6209
6210 * files.texi (Locating Files): Clean up the text.
6211
6212 * frames.texi (Window Frame Parameters): Document user-size.
6213 Shorten entry for top by referring to left.
6214
6215 2005-05-26 Richard M. Stallman <rms@gnu.org>
6216
6217 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6218 is new, and what the implications are. Other clarifications.
6219
6220 2005-05-24 Richard M. Stallman <rms@gnu.org>
6221
6222 * frames.texi (Dialog Boxes): Minor fixes.
6223
6224 2005-05-25 Masatake YAMATO <jet@gyve.org>
6225
6226 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6227
6228 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6229
6230 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6231 is optional.
6232
6233 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6234
6235 * frames.texi (Dialog Boxes): Describe new optional argument.
6236
6237 2005-05-23 Lute Kamstra <lute@gnu.org>
6238
6239 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6240 syntax-begin-function over font-lock-beginning-of-syntax-function.
6241
6242 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6243
6244 * minibuf.texi (Reading File Names): Update description of
6245 `read-directory-name'.
6246
6247 * modes.texi (Derived Modes): Clarify :group keyword.
6248
6249 2005-05-21 Eli Zaretskii <eliz@gnu.org>
6250
6251 * files.texi (Locating Files): New subsection.
6252 Describe locate-file and executable-find.
6253
6254 2005-05-21 Kevin Ryde <user42@zip.com.au>
6255
6256 * frames.texi (Initial Parameters): Update cross reference to
6257 "Emacs Invocation".
6258
6259 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * keymaps.texi (Active Keymaps): Add anchor.
6262
6263 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6264 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6265 appropriate place.
6266 (Derived Modes): Small clarifications.
6267 (Minor Mode Conventions, Keymaps and Minor Modes):
6268 Replace references to nodes with references to anchors.
6269 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6270 Clarify description of lists whose first element is an integer.
6271 (Mode Line Variables): Add anchor.
6272 (%-Constructs): Clarify description of integer after %.
6273 (Emulating Mode Line): Describe nil value for FACE.
6274
6275 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6276
6277 * modes.texi (Derived Modes): Correct references to non-existing
6278 variable standard-syntax-table.
6279
6280 2005-05-17 Lute Kamstra <lute@gnu.org>
6281
6282 * modes.texi (Defining Minor Modes): Mention the mode hook.
6283
6284 2005-05-15 Kim F. Storm <storm@cua.dk>
6285
6286 * processes.texi (Network): Remove open-network-stream-nowait.
6287 (Network Servers): Remove open-network-stream-server.
6288
6289 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * elisp.texi (Top): Update detailed menu.
6292
6293 * variables.texi: Reorder nodes.
6294 (Variables): Update menu.
6295 (File Local Variables): Do not refer to the `-*-' line as
6296 a "local variables list". Add pxref.
6297
6298 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6299
6300 * elisp.texi (Top): Update detailed menu for node changes.
6301
6302 * modes.texi (Modes): Update Menu.
6303 (Hooks): Move to beginning of chapter.
6304 Most minor modes run mode hooks too.
6305 `add-hook' can handle void hooks or hooks whose value is a single
6306 function.
6307 (Major Modes): Update Menu.
6308 (Major Mode Basics): New node, split off from `Major Modes'.
6309 (Major Mode Conventions): Correct xref. Explain how to handle
6310 auto-mode-alist if the major mode command has an autoload cookie.
6311 (Auto Major Mode): Major update. Add magic-mode-alist.
6312 (Derived Modes): Major update.
6313 (Mode Line Format): Update Menu.
6314 (Mode Line Basics): New node, split off from `Mode Line Format'.
6315
6316 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6317 for `magic autoload comment'. Add index entries and anchor.
6318
6319 2005-05-14 Richard M. Stallman <rms@gnu.org>
6320
6321 * tips.texi (Coding Conventions): Explain how important it is
6322 that just loading certain files not change Emacs behavior.
6323
6324 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6325
6326 2005-05-12 Lute Kamstra <lute@gnu.org>
6327
6328 * modes.texi (Generic Modes): Update.
6329 (Major Modes): Refer to node "Generic Modes".
6330
6331 * elisp.texi (Top): Update to the current structure of the manual.
6332 * processes.texi (Processes): Add menu description.
6333 * customize.texi (Customization): Add menu descriptions.
6334
6335 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6336
6337 * processes.texi (Signals to Processes)
6338 (Low-Level Network): Fix typos.
6339
6340 2005-05-11 Lute Kamstra <lute@gnu.org>
6341
6342 * elisp.texi (Top): Add some nodes from the chapter "Major and
6343 Minor Modes" to the detailed node listing.
6344
6345 2005-05-10 Richard M. Stallman <rms@gnu.org>
6346
6347 * keymaps.texi (Extended Menu Items): Menu item filter functions
6348 can be called at any time.
6349
6350 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6351
6352 * variables.texi (File Local Variables): `(hack-local-variables t)'
6353 now also checks whether a mode is specified in the local variables
6354 list.
6355
6356 2005-05-05 Kevin Ryde <user42@zip.com.au>
6357
6358 * display.texi (The Echo Area): Correct format function cross
6359 reference.
6360
6361 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6362
6363 * variables.texi (Variable Aliases): Change description of
6364 `define-obsolete-variable-alias'.
6365
6366 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6367 (Defining Functions): Add xref.
6368 (Obsolete Functions): New node.
6369 (Function Safety): Standardize capitalization of section title.
6370
6371 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6372 (Dialog Boxes): Complete description of `x-popup-dialog'.
6373
6374 2005-05-04 Richard M. Stallman <rms@gnu.org>
6375
6376 * commands.texi (Interactive Codes): Fix Texinfo usage.
6377 Document U more clearly.
6378
6379 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6380
6381 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6382 function and not a macro.
6383
6384 * frames.texi (Pop-Up Menus): Correct and clarify description of
6385 `x-popup-menu'.
6386 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6387
6388 2005-05-01 Richard M. Stallman <rms@gnu.org>
6389
6390 * edebug.texi (Checking Whether to Stop): Fix previous change.
6391
6392 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6393
6394 * display.texi: Fix typos and Texinfo usage.
6395
6396 * edebug.texi (Checking Whether to Stop): executing-macro ->
6397 executing-kbd-macro.
6398
6399 2005-05-01 Richard M. Stallman <rms@gnu.org>
6400
6401 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6402
6403 2005-04-30 Richard M. Stallman <rms@gnu.org>
6404
6405 * files.texi (Magic File Names): Document `operations' property.
6406
6407 2005-04-29 Lute Kamstra <lute@gnu.org>
6408
6409 * modes.texi (Generic Modes): New node.
6410 (Major Modes): Add it to the menu.
6411 (Derived Modes): Add "derived mode" to concept index.
6412
6413 2005-04-28 Lute Kamstra <lute@gnu.org>
6414
6415 * modes.texi (Defining Minor Modes): Fix previous change.
6416 (Font Lock Mode): Simplify.
6417 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6418 when set and that some parts are optional. Add cross references.
6419 (Search-based Fontification): Say how to specify font-lock-keywords.
6420 Add cross references. Add font-lock-multiline to index.
6421 Move font-lock-keywords-case-fold-search here from node "Other Font
6422 Lock Variables". Document font-lock-add-keywords and
6423 font-lock-remove-keywords.
6424 (Other Font Lock Variables): Move font-lock-keywords-only,
6425 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6426 and font-lock-syntactic-face-function to node "Syntactic Font
6427 Lock". Move font-lock-keywords-case-fold-search to node
6428 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6429 and font-lock-{,un}fontify-{buffer,region}-function.
6430 (Precalculated Fontification): Remove reference to deleted variable
6431 font-lock-core-only.
6432 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6433 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6434 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6435 and font-lock-syntactic-face-function here from node "Other Font
6436 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6437 Syntax Properties". Add cross references.
6438 (Setting Syntax Properties): New node.
6439 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6440 * syntax.texi (Syntax Properties): Add cross reference.
6441 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6442
6443 2005-04-26 Richard M. Stallman <rms@gnu.org>
6444
6445 * display.texi (Defining Faces):
6446 Document `default' elements of defface spec.
6447
6448 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6449
6450 * variables.texi (Variable Aliases): Clarify text.
6451
6452 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6455
6456 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6457
6458 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6459
6460 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6461
6462 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6463 syntax-after and syntax-class.
6464
6465 * files.texi (Changing Files): Fix last change's cross-reference.
6466 (Unique File Names): Don't mention "numbers" in the documentation
6467 of make-temp-file and make-temp-name.
6468
6469 2005-04-23 Richard M. Stallman <rms@gnu.org>
6470
6471 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6472
6473 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6474
6475 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6476
6477 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6478
6479 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6480 and define-obsolete-variable-alias.
6481
6482 2005-04-22 Kim F. Storm <storm@cua.dk>
6483
6484 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6485 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6486
6487 2005-04-21 Lute Kamstra <lute@gnu.org>
6488
6489 * lists.texi (Association Lists): Document rassq-delete-all.
6490
6491 2005-04-19 Richard M. Stallman <rms@gnu.org>
6492
6493 * modes.texi (Search-based Fontification): Explain that
6494 facespec is an expression to be evaluated.
6495
6496 2005-04-19 Kevin Ryde <user42@zip.com.au>
6497
6498 * streams.texi (Output Functions): Fix xref.
6499 * strings.texi (String Conversion): Fix xref.
6500
6501 2005-04-19 Kim F. Storm <storm@cua.dk>
6502
6503 * symbols.texi (Symbol Plists): Add safe-get.
6504 Mention that `get' may signal an error.
6505
6506 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
6507
6508 * customize.texi (Variable Definitions): Replace tooltip-mode
6509 example with save-place.
6510
6511 2005-04-17 Richard M. Stallman <rms@gnu.org>
6512
6513 * buffers.texi (Indirect Buffers): Clarify.
6514
6515 * positions.texi (Positions): Clarify converting marker to integer.
6516
6517 * strings.texi (String Basics): Mention string-match; clarify.
6518
6519 2005-04-08 Lute Kamstra <lute@gnu.org>
6520
6521 * modes.texi (Search-based Fontification): Fix cross references.
6522 Use consistent terminology. Document anchored highlighting.
6523
6524 2005-04-05 Lute Kamstra <lute@gnu.org>
6525
6526 * modes.texi (Defining Minor Modes): Document :group keyword
6527 argument and its default value.
6528
6529 2005-04-03 Lute Kamstra <lute@gnu.org>
6530
6531 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6532 references and/or descriptions. Delete major mode hooks; mention
6533 them as a category instead. Rename or delete obsolete hooks.
6534
6535 2005-04-02 Richard M. Stallman <rms@gnu.org>
6536
6537 * nonascii.texi (Coding System Basics): Another wording cleanup.
6538
6539 2005-04-01 Richard M. Stallman <rms@gnu.org>
6540
6541 * nonascii.texi (Coding System Basics): Clarify previous change.
6542
6543 2005-04-01 Kenichi Handa <handa@m17n.org>
6544
6545 * nonascii.texi (Coding System Basics): Describe about roundtrip
6546 identity of coding systems.
6547
6548 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * text.texi (Buffer Contents): Add filter-buffer-substring and
6551 buffer-substring-filters.
6552
6553 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
6554
6555 * anti.texi (Antinews): Mention `G' interactive code.
6556
6557 * tips.texi (Compilation Tips): Mention benchmark.el.
6558
6559 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6562 is now bound to M-o M-o.
6563
6564 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6565
6566 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6567
6568 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6569 in the Emacs Manual).
6570 * Makefile.in (srcs): Remove calendar.texi.
6571 * makefile.w32-in (srcs): Remove calendar.texi.
6572 * display.texi (Display): Change name of next node.
6573 * os.texi (System In): Change name of previous node.
6574 * elisp.texi (Top): Remove Calendar references.
6575 * vol1.texi (Top): Remove Calendar references.
6576 * vol2.texi (Top): Remove Calendar references.
6577
6578 2005-03-25 Richard M. Stallman <rms@gnu.org>
6579
6580 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6581 Cleanup previous change.
6582
6583 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
6584
6585 * display.texi (Face Attributes): Faces earlier in an :inherit
6586 list take precedence.
6587 (Scroll Bars): Fix description of vertical-scroll-bars.
6588 Document frame-current-scroll-bars and window-current-scroll-bars.
6589
6590 * markers.texi (The Mark): Document temporary Transient Mark mode.
6591
6592 * minibuf.texi (Reading File Names):
6593 Document read-file-name-completion-ignore-case.
6594
6595 * positions.texi (Screen Lines): Document nil for width argument
6596 to compute-motion.
6597
6598 2005-03-23 Kim F. Storm <storm@cua.dk>
6599
6600 * display.texi (Standard Faces): Other faces used in the fringe
6601 implicitly inherits from the fringe face.
6602 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6603 properties implicitly inherits from fringe face.
6604 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6605
6606 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * display.texi (Invisible Text): State default value of
6609 line-move-ignore-invisible.
6610 (Managing Overlays): Document remove-overlays.
6611 (Standard Faces): Document escape-glyph face.
6612
6613 * minibuf.texi (Reading File Names): Document read-file-name-function.
6614
6615 * modes.texi (Other Font Lock Variables):
6616 Document font-lock-lines-before.
6617
6618 * positions.texi (Skipping Characters): skip-chars-forward allows
6619 character classes.
6620
6621 2005-03-18 Lute Kamstra <lute@gnu.org>
6622
6623 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6624
6625 2005-03-17 Richard M. Stallman <rms@gnu.org>
6626
6627 * text.texi (Undo): Document extensible undo entries.
6628
6629 * searching.texi (String Search, Regexp Search): Cleanups.
6630
6631 * nonascii.texi (Character Codes): Minor fix.
6632
6633 * display.texi (Display Property): Explain the significance
6634 of having text properties that are eq.
6635 (Other Display Specs): Explain string as display spec.
6636
6637 * commands.texi (Interactive Codes): Document G option.
6638
6639 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
6640
6641 * text.texi (Filling): Add sentence-end-without-period and
6642 sentence-end-without-space.
6643 (Changing Properties): Minor fix.
6644
6645 * anti.texi: Total rewrite.
6646
6647 2005-03-15 Lute Kamstra <lute@gnu.org>
6648
6649 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6650
6651 2005-03-08 Kim F. Storm <storm@cua.dk>
6652
6653 * display.texi (Specified Space): Property :width is support on
6654 non-graphic terminals, :height is not.
6655
6656 2005-03-07 Richard M. Stallman <rms@gnu.org>
6657
6658 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6659 Now subnodes of Fringes.
6660 (Overlay Arrow): Document overlay-arrow-variable-list.
6661 (Fringe Size/Pos): New node, broken out of Fringes.
6662 (Display): Explain clearing vs redisplay better.
6663 (Truncation): Clarify use of bitmaps.
6664 (The Echo Area): Clarify the uses of the echo area.
6665 Add max-mini-window-height.
6666 (Progress): Clarify.
6667 (Invisible Text): Explain that main loop moves point out.
6668 (Selective Display): Say "hidden", not "invisible".
6669 (Managing Overlays): Move up. Describe relation to Undo here.
6670 (Overlay Properties): Clarify intro.
6671 (Finding Overlays): Explain return values when nothing found.
6672 (Width): truncate-string-to-width has added arg.
6673 (Displaying Faces): Clarify and update mode line face handling.
6674 (Face Functions): Minor cleanup.
6675 (Conditional Display): Merge into Other Display Specs.
6676 (Pixel Specification, Other Display Specs): Minor cleanups.
6677 (Images, Image Descriptors): Minor cleanups.
6678 (GIF Images): Patents have expired.
6679 (Showing Images): Explain default text for insert-image.
6680 (Manipulating Button Types): Merge into Manipulating Buttons.
6681 (Making Buttons): Explain return values.
6682 (Button Buffer Commands): Add xref.
6683 (Inverse Video): Update mode-line-inverse-video.
6684 (Display Table Format): Clarify.
6685 (Active Display Table): Give defaults for window-display-table.
6686
6687 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6688 and calendar-today-marker are strings, not chars.
6689 (Holiday Customizing): Minor fix.
6690
6691 * internals.texi (Writing Emacs Primitives): Update `or' example.
6692 Update limit on # args of subr.
6693
6694 * edebug.texi (Using Edebug): Arrow is in fringe.
6695 (Instrumenting): Arg to eval-defun works without loading edebug.
6696 (Edebug Execution Modes): Add xref.
6697
6698 * customize.texi (Common Keywords): Clarify :require.
6699 Mention :version here.
6700 (Variable Definitions, Group Definitions): Not here.
6701 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6702
6703 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
6704 * nonascii.texi (Text Representations): Clarify position-bytes.
6705 (Character Sets): Add list-charset-chars.
6706 (Scanning Charsets): Add charset-after.
6707 (Encoding and I/O): Minor fix.
6708
6709 2005-03-06 Richard M. Stallman <rms@gnu.org>
6710
6711 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6712 (Resizing Windows): Likewise.
6713
6714 * text.texi (Change Hooks): Get rid of "Emacs 21".
6715
6716 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6717
6718 * streams.texi (Output Variables): Get rid of "Emacs 21".
6719
6720 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6721
6722 * os.texi (Translating Input): Replace flow-control example
6723 with a less obsolete example that uses `keyboard-translate'.
6724
6725 * objects.texi (Hash Table Type, Circular Objects):
6726 Get rid of "Emacs 21".
6727
6728 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6729 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6730
6731 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6732
6733 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6734
6735 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6736 (Menu Bar): Fix when menu-bar-update-hook is called.
6737
6738 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6739
6740 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6741 and make it read better.
6742
6743 * files.texi (Writing to Files): Get rid of "Emacs 21".
6744 (Unique File Names): Likewise.
6745
6746 * elisp.texi: Update Emacs version to 22.
6747
6748 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6749 (Overlay Properties, Face Attributes): Likewise.
6750 (Managing Overlays): Fix punctuation.
6751 (Attribute Functions): Clarify set-face-font; get rid of
6752 info about old Emacs versions.
6753 (Auto Faces, Font Lookup, Display Property, Images):
6754 Get rid of "Emacs 21".
6755
6756 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6757
6758 2005-03-05 Richard M. Stallman <rms@gnu.org>
6759
6760 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6761
6762 2005-03-04 Lute Kamstra <lute@gnu.org>
6763
6764 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6765
6766 2005-03-03 Lute Kamstra <lute@gnu.org>
6767
6768 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6769
6770 2005-03-01 Lute Kamstra <lute@gnu.org>
6771
6772 * debugging.texi (Debugger Commands): Update `j'.
6773
6774 2005-02-28 Lute Kamstra <lute@gnu.org>
6775
6776 * debugging.texi (Debugging): Fix typo.
6777 (Error Debugging): Document eval-expression-debug-on-error.
6778 (Function Debugging): Update example.
6779 (Using Debugger): Mention starred stack frames.
6780 (Debugger Commands): Document `j' and `l'.
6781 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6782 Update the messages that the debugger displays.
6783 (Internals of Debugger): Add cross reference. Update example.
6784 (Excess Open): Minor improvement.
6785 (Excess Close): Minor improvement.
6786
6787 2005-02-26 Richard M. Stallman <rms@gnu.org>
6788
6789 * tips.texi (Coding Conventions): Clarify.
6790 Put all the major mode key reservations together.
6791 Mention the Mouse-1 => Mouse-2 conventions.
6792
6793 * syntax.texi (Syntax Class Table): Clarify.
6794 (Syntax Table Functions): syntax-after moved from here.
6795 (Syntax Table Internals): syntax-after moved to here.
6796 (Parsing Expressions): Update info on number of values
6797 and what's meaningful in the STATE argument.
6798 (Categories): Fix typo.
6799
6800 * sequences.texi (Arrays): Cleanup.
6801 (Char-Tables): Clarify.
6802
6803 * processes.texi (Deleting Processes): Cleanups, add xref.
6804 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6805 (Process Information): set-process-coding-system, some args optional.
6806 (Input to Processes): Explain various types for PROCESS args.
6807 Rename them from PROCESS-NAME to PROCESS.
6808 (Signals to Processes): Likewise.
6809 (Decoding Output): Cleanup.
6810 (Query Before Exit): Clarify.
6811
6812 * os.texi (Startup Summary): Correct the options; add missing ones.
6813 (Terminal Output, Batch Mode): Clarify.
6814 (Flow Control): Node deleted.
6815
6816 * markers.texi (The Mark): Clarify.
6817
6818 * macros.texi (Expansion): Cleanup.
6819 (Indenting Macros): indent-spec allows ints, not floats.
6820
6821 * keymaps.texi (Keymaps): Clarify.
6822 (Format of Keymaps): Update lisp-mode-map example.
6823 (Active Keymaps, Key Lookup): Clarify.
6824 (Changing Key Bindings): Add xref to `kbd'.
6825 (Key Binding Commands, Simple Menu Items): Clarify.
6826 (Mouse Menus, Menu Bar): Clarify.
6827 (Menu Example): Replace print example with menu-bar-replace-menu.
6828
6829 * help.texi (Documentation Basics): Add function-documentation prop.
6830
6831 * elisp.texi (Top): Don't refer to Flow Control node.
6832
6833 * commands.texi (Command Overview): Improve xrefs.
6834 (Adjusting Point): Adjusting point applies to intangible and invis.
6835 (Key Sequence Input): Doc extra read-key-sequence args.
6836 Likewise for read-key-sequence-vector.
6837
6838 * backups.texi (Rename or Copy): Minor fix.
6839 (Numbered Backups): For version-control, say the default.
6840 (Auto-Saving): make-auto-save-file-name example is simplified.
6841
6842 * advice.texi (Advising Functions): Don't imply one part of Emacs
6843 should advise another part. Markup changes.
6844 (Defining Advice): Move transitional para.
6845 (Activation of Advice): Cleanup.
6846 Explain if COMPILE is nil or negative.
6847
6848 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6849
6850 2005-02-24 Lute Kamstra <lute@gnu.org>
6851
6852 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6853 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6854
6855 2005-02-23 Lute Kamstra <lute@gnu.org>
6856
6857 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6858 to define global minor modes as well.
6859
6860 * display.texi (Managing Overlays): overlay-buffer returns nil for
6861 deleted overlays.
6862
6863 2005-02-22 Kim F. Storm <storm@cua.dk>
6864
6865 * minibuf.texi (Basic Completion): Allow symbols in addition to
6866 strings in try-completion and all-completions.
6867
6868 2005-02-14 Lute Kamstra <lute@gnu.org>
6869
6870 * elisp.texi (Top): Remove reference to deleted node.
6871
6872 * lists.texi (Lists): Remove reference to deleted node.
6873 (Cons Cells): Fix typo.
6874
6875 * loading.texi (Where Defined): Fix typo.
6876
6877 2005-02-14 Richard M. Stallman <rms@gnu.org>
6878
6879 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6880 is useful for discarding some minor modes.
6881
6882 * symbols.texi (Symbol Components): Reorder examples.
6883
6884 * streams.texi (Input Functions): State standard-input default.
6885 (Output Variables): State standard-output default.
6886
6887 * objects.texi (Printed Representation): Clarify read syntax vs print.
6888 (Floating Point Type): Explain meaning better.
6889 (Symbol Type): Explain uniqueness better.
6890 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6891 List examples sooner.
6892 (Box Diagrams): New subnode broken out.
6893 Some examples moved from old Lists as Boxes node.
6894 (Dotted Pair Notation): Clarify intro.
6895 (Array Type): Clarify.
6896 (Type Predicates): Add hash-table-p.
6897
6898 * numbers.texi (Integer Basics): Clarify radix explanation.
6899 (Predicates on Numbers): Minor clarification.
6900 (Comparison of Numbers): Minor clarification. Clarify eql.
6901 Typos in min, max.
6902 (Math Functions): Clarify overflow in expt.
6903
6904 * minibuf.texi (Text from Minibuffer): Minor clarification.
6905 Mention arrow keys.
6906
6907 * loading.texi (Autoload): defun's doc string overrides autoload's
6908 doc string.
6909 (Repeated Loading): Modernize "add to list" examples.
6910 (Where Defined): Finish updating table of load-history elts.
6911
6912 * lists.texi (List-related Predicates): Minor wording improvement.
6913 (Lists as Boxes): Node deleted.
6914 (Building Lists): Explain trivial cases of number-sequence.
6915
6916 * hash.texi (Hash Tables): Add desc to menu items.
6917 (Creating Hash): Explain "full" means "make larger".
6918 (Hash Access): Any object can be a key.
6919 State value of maphash.
6920
6921 * functions.texi (What Is a Function): Wording cleanup.
6922 (Function Documentation): Minor cleanup.
6923 Explain purpose of calling convention at end of doc string.
6924 (Function Names): Wording cleanup.
6925 (Calling Functions): Wording cleanup.
6926 Explain better how funcall calls the function.
6927 (Function Cells): Delete example of saving and redefining function.
6928
6929 * control.texi (Combining Conditions): Wording cleanup.
6930 (Iteration): dolist and dotimes bind VAR locally.
6931 (Cleanups): Xref to Atomic Changes.
6932
6933 * compile.texi (Byte Compilation): Delete 19.29 info.
6934 (Compilation Functions): Macros' difficulties don't affect defsubst.
6935 (Docs and Compilation): Delete 19.29 info.
6936
6937 2005-02-10 Richard M. Stallman <rms@gnu.org>
6938
6939 * objects.texi (Symbol Type): Minor correction.
6940
6941 2005-02-06 Lute Kamstra <lute@gnu.org>
6942
6943 * modes.texi (Example Major Modes): Fix typos.
6944
6945 2005-02-06 Richard M. Stallman <rms@gnu.org>
6946
6947 * text.texi (Margins): fill-nobreak-predicate can be one function.
6948
6949 * strings.texi (Modifying Strings): clear-string can make unibyte.
6950 (Formatting Strings): format gives error if values missing.
6951
6952 * positions.texi (Character Motion): Mention default arg
6953 for forward-char. backward-char refers to forward-char.
6954 (Word Motion): Mention default arg for forward-word.
6955 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6956 Simplify end-of-buffer.
6957 (Text Lines): Mention default arg for forward-line.
6958 (List Motion): Mention default arg for beginning/end-of-defun.
6959 (Skipping Characters): Minor fixes in explaining character-set.
6960
6961 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6962 Mode inheritance applies only when default-major-mode is nil.
6963 Clarifications.
6964 (Example Major Modes): Update Text mode and Lisp mode examples.
6965 (Minor Mode Conventions): Mention define-minor-mode at top.
6966 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6967 (Mode Line Format): Update mode line face display info.
6968 (Properties in Mode): Mention effect of risky vars.
6969 (Imenu): Define imenu-add-to-menubar.
6970 (Font Lock Mode): Add descriptions to menu lines.
6971 (Faces for Font Lock): Add font-lock-doc-face.
6972
6973 2005-02-05 Lute Kamstra <lute@gnu.org>
6974
6975 * text.texi (Maintaining Undo): Remove obsolete function.
6976
6977 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6978
6979 * frames.texi (Color Names): Add pointer to the X docs about RGB
6980 color specifications. Improve indexing.
6981 (Text Terminal Colors): Replace the description of RGB values by
6982 an xref to "Color Names".
6983
6984 2005-02-03 Richard M. Stallman <rms@gnu.org>
6985
6986 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6987 Clarify.
6988 (Selecting Windows): Clarify save-selected-window.
6989 (Cyclic Window Ordering): Clarify walk-windows.
6990 (Window Point): Clarify.
6991 (Window Start): Add comment to example.
6992 (Resizing Windows): Add `interactive' specs in examples.
6993 Document fit-window-to-buffer.
6994
6995 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6996 (Undo, Maintaining Undo): Clarify last change.
6997 (Sorting): In sort-numeric-fields, explain about octal and hex.
6998 Mention sort-numeric-base.
6999 (Format Properties): Add xref for hard newlines.
7000
7001 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7002 (Pop-Up Menus): Fix typo.
7003 (Color Names): Explain all types of color names.
7004 Explain color-values on B&W terminal.
7005 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7006
7007 * files.texi (File Locks): Not supported on MS systems.
7008 (Testing Accessibility): Clarify.
7009
7010 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7011 (Coverage Testing): Fix typo.
7012
7013 * commands.texi (Misc Events): Remove stray space.
7014
7015 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7016 (Modification Time): Clarify when visited-file-modtime returns 0.
7017 (The Buffer List): Clarify bury-buffer.
7018 (Killing Buffers): Clarify.
7019 (Indirect Buffers): Add clone-indirect-buffer.
7020
7021 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7022
7023 * edebug.texi (Printing in Edebug): Fix default value of
7024 edebug-print-circle.
7025 (Coverage Testing): Fix displayed frequency count data.
7026
7027 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7030
7031 2005-02-02 Kim F. Storm <storm@cua.dk>
7032
7033 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7034
7035 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7036
7037 * commands.texi (Misc Events): Describe the help-echo event.
7038
7039 * text.texi (Special Properties) <help-echo>: Use `pos'
7040 consistently in description of the help-echo property.
7041 Use @code{nil} instead of @var{nil}.
7042
7043 * display.texi (Overlay Properties): Fix the index entry for
7044 help-echo overlay property.
7045
7046 * customize.texi (Type Keywords): Uncomment the xref to the
7047 help-echo property documentation.
7048
7049 2005-01-23 Kim F. Storm <storm@cua.dk>
7050
7051 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7052 return value. Third element FULLY replaced by PARTIAL which
7053 specifies number of invisible pixels if row is only partially visible.
7054 (Textual Scrolling): Mention auto-window-vscroll.
7055 (Vertical Scrolling): New defvar auto-window-vscroll.
7056
7057 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7058
7059 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7060 command remapping.
7061
7062 2005-01-15 Richard M. Stallman <rms@gnu.org>
7063
7064 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7065
7066 2005-01-14 Kim F. Storm <storm@cua.dk>
7067
7068 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7069
7070 * text.texi (Links and Mouse-1): Fix string and vector item.
7071
7072 2005-01-13 Richard M. Stallman <rms@gnu.org>
7073
7074 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7075 descriptions of overriding-local-map and overriding-terminal-local-map.
7076
7077 * text.texi (Links and Mouse-1): Clarify text.
7078
7079 2005-01-13 Kim F. Storm <storm@cua.dk>
7080
7081 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7082
7083 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7084
7085 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7086
7087 2005-01-12 Kim F. Storm <storm@cua.dk>
7088
7089 * text.texi (Links and Mouse-1): Rename section from Enabling
7090 Mouse-1 to Following Links. Change xrefs.
7091 Add examples for define-button-type and define-widget.
7092
7093 * display.texi (Button Properties, Button Buffer Commands):
7094 Clarify mouse-1 and follow-link functionality.
7095
7096 2005-01-12 Richard M. Stallman <rms@gnu.org>
7097
7098 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7099
7100 * display.texi (Beeping): Fix Texinfo usage.
7101
7102 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7103
7104 2005-01-11 Kim F. Storm <storm@cua.dk>
7105
7106 * display.texi (Button Properties, Button Buffer Commands):
7107 Mention mouse-1 binding. Add follow-link keyword.
7108
7109 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7110 (Enabling Mouse-1 to Follow Links): New subsection.
7111
7112 2005-01-06 Richard M. Stallman <rms@gnu.org>
7113
7114 * text.texi (Special Properties): Minor change.
7115
7116 * os.texi (Timers): Clarify previous change.
7117
7118 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7119
7120 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * display.texi (Face Attributes): Correct xref to renamed node.
7123
7124 2005-01-01 Richard M. Stallman <rms@gnu.org>
7125
7126 * display.texi (Face Attributes): Describe hex color specs.
7127
7128 2004-12-31 Richard M. Stallman <rms@gnu.org>
7129
7130 * os.texi (Timers): Update previous change.
7131
7132 2004-12-30 Kim F. Storm <storm@cua.dk>
7133
7134 * display.texi (Line Height): Total line-height is now specified
7135 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7136 in cons cells. (nil . RATIO) is relative to actual line height.
7137 Use line-height `t' instead of `0' to get minimum height.
7138
7139 2004-12-29 Richard M. Stallman <rms@gnu.org>
7140
7141 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7142
7143 2004-12-28 Richard M. Stallman <rms@gnu.org>
7144
7145 * commands.texi (Quitting): Clarify value of with-local-quit.
7146
7147 * elisp.texi (Top): Fix previous change.
7148
7149 * loading.texi (Loading): Fix previous change.
7150
7151 2004-12-27 Richard M. Stallman <rms@gnu.org>
7152
7153 * Makefile.in (MAKEINFO): Specify --force.
7154
7155 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7156
7157 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7158
7159 * display.texi (Line Height): Further clarify.
7160
7161 * elisp.texi (Top): Update Loading submenu.
7162
7163 * loading.texi (Where Defined): New node.
7164 (Unloading): load-history moved to Where Defined.
7165
7166 2004-12-21 Richard M. Stallman <rms@gnu.org>
7167
7168 * commands.texi (Event Input Misc): Add while-no-input.
7169
7170 2004-12-11 Richard M. Stallman <rms@gnu.org>
7171
7172 * display.texi (Line Height): Rewrite text for clarity.
7173
7174 2004-12-11 Kim F. Storm <storm@cua.dk>
7175
7176 * display.texi (Display): Add node "Line Height" to menu.
7177 (Line Height): New node. Move full description of line-spacing
7178 and line-height text properties here from text.texi.
7179 (Scroll Bars): Add vertical-scroll-bar variable.
7180
7181 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7182
7183 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7184 line-spacing and vertical-scroll-bar.
7185
7186 * text.texi (Special Properties): Just mention line-spacing and
7187 line-height here, add xref to new "Line Height" node.
7188
7189 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7190
7191 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7192
7193 * locals.texi (Standard Buffer-Local Variables):
7194 Add @xref for `line-spacing'.
7195
7196 2004-12-05 Richard M. Stallman <rms@gnu.org>
7197
7198 * Makefile.in (maintainer-clean): Remove the info files
7199 in $(infodir) where they are created.
7200
7201 2004-12-03 Richard M. Stallman <rms@gnu.org>
7202
7203 * windows.texi (Selecting Windows): get-lru-window and
7204 get-largest-window don't consider dedicated windows.
7205
7206 * text.texi (Undo): Document undo-in-progress.
7207
7208 2004-11-26 Richard M. Stallman <rms@gnu.org>
7209
7210 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7211 Remove a few vars that are not always buffer-local.
7212
7213 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7214
7215 * locals.texi (Standard Buffer-Local Variables): Comment out
7216 xref's to non-existent node `Yet to be written'.
7217
7218 2004-11-24 Richard M. Stallman <rms@gnu.org>
7219
7220 * processes.texi (Synchronous Processes): Grammar fix.
7221
7222 * numbers.texi (Comparison of Numbers): Add eql.
7223
7224 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7225
7226 * intro.texi (Printing Notation): Fix previous change.
7227
7228 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7229 and default-indicate-buffer-boundaries from here.
7230 (Usual Display): To here.
7231 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7232 (Usual Display): Move tab-width up.
7233
7234 * customize.texi (Variable Definitions):
7235 Replace show-paren-mode example with tooltip-mode.
7236 (Simple Types, Composite Types, Defining New Types):
7237 Minor cleanups.
7238
7239 2004-11-21 Jesper Harder <harder@ifa.au.dk>
7240
7241 * processes.texi (Synchronous Processes, Output from Processes):
7242 Markup fix.
7243
7244 2004-11-20 Richard M. Stallman <rms@gnu.org>
7245
7246 * positions.texi (Skipping Characters): skip-chars-forward
7247 now handles char classes.
7248
7249 * intro.texi (Printing Notation): Avoid confusion of `print'
7250 when explaining @print.
7251
7252 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7253
7254 * display.texi (Display Table Format): Minor fix.
7255
7256 * streams.texi (Output Functions): Fix print example.
7257
7258 * Makefile.in (elisp): New target.
7259 (dist): Depend on $(infodir)/elisp, not elisp.
7260 Copy the info files from $(infodir).
7261
7262 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7263 read-from-minibuffer.
7264
7265 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7266
7267 2004-11-19 Richard M. Stallman <rms@gnu.org>
7268
7269 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7270
7271 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7272
7273 * tips.texi (Coding Conventions): Fix typo.
7274
7275 2004-11-16 Richard M. Stallman <rms@gnu.org>
7276
7277 * tips.texi (Coding Conventions): Separate defvar and require
7278 methods to avoid warnings. Use require only when there are many
7279 functions and variables from that package.
7280
7281 * minibuf.texi (Minibuffer Completion): When ignoring case,
7282 predicate must not be case-sensitive.
7283
7284 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7285 (Test Coverage): Don't talk about "splotches". Clarified.
7286
7287 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7288
7289 * frames.texi (Window Frame Parameters): Fix typo.
7290
7291 2004-11-15 Kim F. Storm <storm@cua.dk>
7292
7293 * symbols.texi (Other Plists): Note that plist-get may signal error.
7294 Add safe-plist-get.
7295
7296 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7297
7298 * modes.texi (Font Lock Basics): Fix typo.
7299
7300 2004-11-08 Richard M. Stallman <rms@gnu.org>
7301
7302 * syntax.texi (Syntax Table Functions): Add syntax-after.
7303
7304 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
7305
7306 * os.texi (Processor Run Time): New section documenting
7307 get-internal-run-time.
7308
7309 2004-11-06 Eli Zaretskii <eliz@gnu.org>
7310
7311 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7312 it nukes elisp-cover.texi.
7313 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7314 elisp-0 etc.
7315
7316 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7317
7318 * commands.texi (Keyboard Macros): Document `append' return value
7319 of `defining-kbd-macro'.
7320
7321 2004-11-01 Richard M. Stallman <rms@gnu.org>
7322
7323 * commands.texi (Interactive Call): Add called-interactively-p.
7324
7325 2004-10-29 Simon Josefsson <jas@extundo.com>
7326
7327 * minibuf.texi (Reading a Password): Revert.
7328
7329 2004-10-28 Richard M. Stallman <rms@gnu.org>
7330
7331 * frames.texi (Display Feature Testing): Explain about "vendor".
7332
7333 2004-10-27 Richard M. Stallman <rms@gnu.org>
7334
7335 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7336 not raw. Clarify `n'.
7337 (Interactive Call): Rewrite interactive-p, focusing on when
7338 and how to use it.
7339 (Misc Events): Clarify previous change.
7340
7341 * advice.texi (Simple Advice): Clarify what job the example does.
7342 (Around-Advice): Clarify ad-do-it.
7343 (Activation of Advice): An option of ad-default-compilation-action
7344 is `never', not `nil'.
7345
7346 2004-10-26 Kim F. Storm <storm@cua.dk>
7347
7348 * commands.texi (Interactive Codes): Add U code letter.
7349
7350 2004-10-25 Simon Josefsson <jas@extundo.com>
7351
7352 * minibuf.texi (Reading a Password): Add.
7353
7354 2004-10-24 Jason Rumney <jasonr@gnu.org>
7355
7356 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7357 and wheel-down.
7358
7359 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7360
7361 * processes.texi (Synchronous Processes): Document process-file.
7362
7363 2004-10-22 Kenichi Handa <handa@m17n.org>
7364
7365 * text.texi (translate-region): Document that it accepts also a
7366 char-table.
7367
7368 2004-10-22 David Ponce <david@dponce.com>
7369
7370 * windows.texi (Resizing Windows): Document the `preserve-before'
7371 argument of the functions `enlarge-window' and `shrink-window'.
7372
7373 2004-10-19 Jason Rumney <jasonr@gnu.org>
7374
7375 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7376
7377 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7378
7379 * text.texi (Filling): Add anchor for definition of
7380 `sentence-end-double-space'.
7381
7382 * searching.texi (Regexp Example): Update description of how
7383 Emacs currently recognizes the end of a sentence.
7384 (Standard Regexps): Update definition of the variable
7385 `sentence-end'. Add definition of the function `sentence-end'.
7386
7387 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7388
7389 * display.texi (Progress): New node.
7390
7391 2004-10-05 Kim F. Storm <storm@cua.dk>
7392
7393 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7394
7395 2004-09-29 Kim F. Storm <storm@cua.dk>
7396
7397 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7398 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7399 fringe bitmap symbols, as they now have their own namespace.
7400 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7401 vs. pixels. Signal error if no free bitmap slots.
7402 (Pixel Specification): Change IMAGE to @var{image}.
7403
7404 2004-09-28 Richard M. Stallman <rms@gnu.org>
7405
7406 * text.texi (Special Properties): Clarify line-spacing and line-height.
7407
7408 * searching.texi (Regexp Search): Add looking-back.
7409
7410 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7411
7412 * display.texi: Correct typos.
7413 (Image Descriptors): Correct xref's.
7414
7415 2004-09-25 Richard M. Stallman <rms@gnu.org>
7416
7417 * text.texi (Special Properties): Cleanups in `cursor'.
7418 Rewrites in `line-height' and `line-spacing'; exchange them.
7419
7420 * display.texi (Fringes): Rewrite previous change.
7421 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7422 (Display Fringe Bitmaps): Node deleted, text moved.
7423 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7424 (Scroll Bars): Clarify set-window-scroll-bars.
7425 (Pointer Shape): Rewrite.
7426 (Specified Space): Clarify :align-to, etc.
7427 (Pixel Specification): Use @var. Clarify new text.
7428 (Other Display Specs): Clarify `slice'.
7429 (Image Descriptors): Cleanups.
7430 (Showing Images): Cleanups.
7431
7432 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7433
7434 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7435
7436 * modes.texi: Various minor changes in addition to:
7437 (Major Mode Conventions): Final call to `run-mode-hooks' should
7438 not be inside the `delay-mode-hooks' form.
7439 (Mode Hooks): New node.
7440 (Hooks): Delete obsolete example.
7441 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7442 node "Mode Hooks".
7443
7444 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7445
7446 * display.texi: Correct various typos.
7447 (Display): Rename node "Pointer Shapes" to "Pointer
7448 Shape". (There is already a node called "Pointer Shapes" in
7449 frames.texi.)
7450 (Images): Remove non-existent node "Image Slices" from menu.
7451
7452 2004-09-23 Kim F. Storm <storm@cua.dk>
7453
7454 * text.texi (Special Properties): Add `cursor', `pointer',
7455 `line-height', and `line-spacing' properties.
7456
7457 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7458 Shapes' to menu.
7459 (Standard Faces): Doc fix for fringe face.
7460 (Fringes): Add `overflow-newline-into-fringe' and
7461 'indicate-buffer-boundaries'.
7462 (Fringe Bitmaps, Pointer Shapes): New nodes.
7463 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7464 Bitmaps' to menu.
7465 (Specified Space): Describe pixel width and height.
7466 (Pixel Specification): New node.
7467 (Other Display Specs): Add `slice' property.
7468 (Display Fringe Bitmaps): New node.
7469 (Images): Add 'Image Slices' to menu.
7470 (Image Descriptors): Add `:pointer' and `:map' properties.
7471 (Showing Images): Add slice arg to `insert-image'.
7472 Add 'insert-sliced-image'.
7473
7474 2004-09-20 Richard M. Stallman <rms@gnu.org>
7475
7476 * commands.texi (Key Sequence Input):
7477 Clarify downcasing in read-key-sequence.
7478
7479 2004-09-08 Juri Linkov <juri@jurta.org>
7480
7481 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7482
7483 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7484
7485 * locals.texi (Standard Buffer-Local Variables):
7486 Add `buffer-auto-save-file-format'.
7487 * internals.texi (Buffer Internals): Describe new
7488 auto_save_file_format field of the buffer structure.
7489 * files.texi (Format Conversion): `auto-save-file-format' has been
7490 renamed `buffer-auto-save-file-format'.
7491
7492 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7493
7494 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7495 an integer or a marker.
7496 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7497
7498 2004-08-22 Richard M. Stallman <rms@gnu.org>
7499
7500 * modes.texi (Major Mode Conventions): Discuss rebinding of
7501 standard key bindings.
7502
7503 2004-08-18 Kim F. Storm <storm@cua.dk>
7504
7505 * processes.texi (Accepting Output): Add `just-this-one' arg to
7506 `accept-process-output'.
7507 (Output from Processes): New var `process-adaptive-read-buffering'.
7508
7509 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7510
7511 * keymaps.texi: Various changes in addition to:
7512 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7513 Give more varied examples for `kbd'.
7514 (Creating Keymaps): Char tables have slots for all characters
7515 without modifiers.
7516 (Active Keymaps): `overriding-local-map' and
7517 `overriding-terminal-local-map' also override text property and
7518 overlay keymaps.
7519 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7520 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7521 to denote a prefix of no events.
7522 `map-keymap' includes parent's bindings _recursively_.
7523 Clarify and correct description of `where-is-internal'.
7524 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7525 (Menu Example): For menus intended for use with the keyboard, the
7526 menu items should be bound to characters or real function keys.
7527
7528 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7529
7530 * objects.texi (Character Type): Reposition `@anchor' to prevent
7531 double space inside sentence in Info.
7532
7533 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7534 renamed to `disabled-command-function'.
7535 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7536 (Command Loop Info): Replace reference to it.
7537 (Disabling Commands): `disabled-command-hook' has been renamed to
7538 `disabled-command-function'.
7539
7540 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7541
7542 * os.texi (Translating Input): Only non-prefix bindings in
7543 `key-translation-map' override actual key bindings. Warn about
7544 possible indirect effect of actual key bindings on non-prefix
7545 bindings in `key-translation-map'.
7546
7547 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7548
7549 * minibuf.texi (High-Level Completion): Add anchor for definition
7550 of `read-variable'.
7551
7552 * commands.texi: Various changes in addition to:
7553 (Using Interactive): Clarify description of `interactive-form'.
7554 (Interactive Call): Mention default for KEYS argument to
7555 `call-interactively'.
7556 (Command Loop Info): Clarify description of `this-command-keys'.
7557 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7558 Value of `last-event-frame' can be `macro'.
7559 (Repeat Events): `double-click-fuzz' is also used to distinguish
7560 clicks and drags.
7561 (Classifying Events): Clarify descriptions of `event-modifiers'
7562 `event-basic-type' and `event-convert-list'.
7563 (Accessing Events): `posn-timestamp' takes POSITION argument.
7564 (Quoted Character Input): Clarify description of
7565 `read-quoted-char' and fix example.
7566 (Quitting): Add `with-local-quit'.
7567 (Disabling Commands): Correct and clarify descriptions of
7568 `enable-command' and `disable-command'.
7569 Mention what happens if `disabled-command-hook' is nil.
7570 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7571 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7572
7573 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * frames.texi: Various changes in addition to:
7576 (Creating Frames): Expand and clarify description of `make-frame'.
7577 (Window Frame Parameters): Either none or both of the `icon-left'
7578 and `icon-top' parameters must be specified. Put descriptions of
7579 `menu-bar-lines' and `toolbar-lines' closer together and change
7580 them accordingly.
7581 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7582 except while processing `frame-title-format' or `icon-title-format'.
7583 (Deleting Frames): Correct description of `delete-frame'.
7584 Non-nil return values of `frame-live-p' are like those of `framep'.
7585 (Frames and Windows): Mention return value of
7586 `set-frame-selected-window'.
7587 (Visibility of Frames): Mention `force' argument to
7588 `make-frame-invisible'. `frame-visible-p' returns t for all
7589 frames on text-only terminals.
7590 (Frame Configurations): Restoring a frame configuration does not
7591 restore deleted frames.
7592 (Window System Selections): `x-set-selection' returns DATA.
7593 (Resources): Add example.
7594 (Display Feature Testing): Clarify descriptions of
7595 `display-pixel-height', `display-pixel-width', `x-server-version'
7596 and `x-server-vendor'.
7597
7598 * windows.texi (Choosing Window): Add anchor.
7599 * minibuf.texi (Minibuffer Misc): Add anchor.
7600
7601 2004-07-23 John Paul Wallington <jpw@gnu.org>
7602
7603 * macros.texi (Defining Macros): Declaration keyword for setting
7604 Edebug spec is `debug' not `edebug'.
7605
7606 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7607
7608 * windows.texi: Various small changes in addition to:
7609 (Window Point): Mention return value of `set-window-point'.
7610 (Window Start): `pos-visible-in-window-p' disregards horizontal
7611 scrolling. Explain return value if PARTIALLY is non-nil.
7612 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7613 and `set-window-vscroll'.
7614 (Size of Window): The argument WINDOW to `window-inside-edges',
7615 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7616 (Resizing Windows): Explain return value of
7617 `shrink-window-if-larger-than-buffer'.
7618 `window-size-fixed' automatically becomes buffer local when set.
7619 (Window Configurations): Explain return value of
7620 `set-window-configuration'.
7621
7622 * minibuf.texi (Minibuffer Misc): Add anchor for
7623 `minibuffer-scroll-window'.
7624
7625 * positions.texi (Text Lines): Add anchor for `count-lines'.
7626
7627 2004-07-17 Richard M. Stallman <rms@gnu.org>
7628
7629 * display.texi (Overlay Properties): Adding `evaporate' prop
7630 deletes empty overlay immediately.
7631
7632 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7633 fix example.
7634
7635 2004-07-16 Jim Blandy <jimb@redhat.com>
7636
7637 * searching.texi (Regexp Backslash): Document new \_< and \_>
7638 operators.
7639
7640 2004-07-16 Juanma Barranquero <lektu@terra.es>
7641
7642 * display.texi (Images): Fix Texinfo usage.
7643
7644 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7645
7646 * buffers.texi (Modification Time): `visited-file-modtime' now
7647 returns a list of two integers, instead of a cons.
7648
7649 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7650
7651 * windows.texi: Various changes in addition to:
7652 (Splitting Windows): Add `split-window-keep-point'.
7653
7654 2004-07-09 Richard M. Stallman <rms@gnu.org>
7655
7656 * frames.texi (Input Focus): Minor fix.
7657
7658 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * frames.texi (Input Focus): Clarify descriptions of
7661 `select-frame-set-input-focus' and `select-frame'.
7662
7663 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7664
7665 * os.texi: Various small changes in addition to:
7666 (Killing Emacs): Expand and clarify description of
7667 `kill-emacs-query-functions' and `kill-emacs-hook'.
7668 (System Environment): Expand and clarify description of `getenv'
7669 and `setenv'.
7670 (Timers): Clarify description of `run-at-time'.
7671 (Translating Input): Correct description of
7672 `extra-keyboard-modifiers'.
7673 (Flow Control): Correct description of `enable-flow-control'.
7674
7675 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7676
7677 * os.texi: Update copyright.
7678 (Session Management): Grammar fix.
7679 Clarify which Emacs does the restarting.
7680 Use @samp for *scratch* buffer.
7681
7682 2004-07-04 Alan Mackenzie <acm@muc.de>
7683
7684 * frames.texi (Input Focus): Add documentation for
7685 `select-frame-set-input-focus'. Replace refs to non-existent
7686 `switch-frame' with `select-frame'. Minor corrections and tidying
7687 up of text-only terminal stuff.
7688
7689 2004-07-02 Richard M. Stallman <rms@gnu.org>
7690
7691 * files.texi (Saving Buffers): Cleanup write-contents-function.
7692 (Magic File Names): Cleanup file-remote-p.
7693
7694 2004-07-02 Kai Großjohann <kai@emptydomain.de>
7695
7696 * files.texi (Magic File Names): `file-remote-p' returns an
7697 identifier of the remote system, not just t.
7698
7699 2004-07-02 David Kastrup <dak@gnu.org>
7700
7701 * searching.texi (Entire Match Data): Add explanation about new
7702 match-data behavior when @var{integers} is non-nil.
7703
7704 2004-06-24 Richard M. Stallman <rms@gnu.org>
7705
7706 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7707
7708 * customize.texi (Variable Definitions): Note about doc strings
7709 and :set.
7710
7711 * keymaps.texi (Keymap Terminology): Document `kbd'.
7712 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7713
7714 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7715 makes it buffer-local.
7716
7717 * files.texi (Saving Buffers): Correct previous change.
7718
7719 * commands.texi (Accessing Events):
7720 Clarify posn-col-row and posn-actual-col-row.
7721
7722 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
7723
7724 * commands.texi (Accessing Events): New functions
7725 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7726
7727 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7730 * frames.texi, buffers.texi, backups.texi, variables.texi:
7731 * loading.texi, eval.texi, functions.texi, control.texi:
7732 * symbols.texi, minibuf.texi: Reposition @anchor's.
7733
7734 * help.texi: Various small changes in addition to the following.
7735 (Describing Characters): Describe PREFIX argument to
7736 `key-description'. Correct and clarify definition of
7737 `text-char-description'. Describe NEED-VECTOR argument to
7738 `read-kbd-macro'.
7739 (Help Functions): Clarify definition of `apropos'.
7740
7741 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7742
7743 * files.texi (Saving Buffers): Correct description of
7744 `write-contents-functions'.
7745
7746 2004-06-21 Juanma Barranquero <lektu@terra.es>
7747
7748 * display.texi (Images): Remove redundant @vindex directives.
7749 Rewrite `image-library-alist' doc in active voice.
7750
7751 2004-06-14 Juanma Barranquero <lektu@terra.es>
7752
7753 * display.texi (Images): Document new delayed library loading,
7754 variable `image-library-alist' and (existing but undocumented)
7755 function `image-type-available-p'.
7756
7757 2004-06-05 Richard M. Stallman <rms@gnu.org>
7758
7759 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7760 refer the user to the Initial Input node.
7761 (Text from Minibuffer): Likewise.
7762 (Initial Input): New node. Document this feature
7763 and say it is mostly deprecated.
7764
7765 2004-05-30 Richard M. Stallman <rms@gnu.org>
7766
7767 * loading.texi (Named Features): Clarify return value
7768 and meaning of NOERROR.
7769
7770 * variables.texi (File Local Variables): Minor cleanup.
7771
7772 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
7773
7774 * files.texi (Magic File Names): Add `file-remote-p' as operation
7775 of file name handlers.
7776
7777 2004-05-29 Richard M. Stallman <rms@gnu.org>
7778
7779 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7780 as arg to a minor mode command.
7781
7782 2004-05-22 Richard M. Stallman <rms@gnu.org>
7783
7784 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7785
7786 * streams.texi (Output Variables): Doc float-output-format.
7787
7788 * searching.texi (Regexp Special): Nested repetition can be infloop.
7789
7790 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7791 real stack overflow.
7792
7793 * compile.texi: Minor cleanups.
7794
7795 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7796
7797 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7798 circular lists.
7799 (List Elements): Explain handling of circular and dotted lists.
7800
7801 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7802
7803 * modes.texi (Search-based Fontification): Fix typo.
7804
7805 2004-05-10 Juanma Barranquero <lektu@terra.es>
7806
7807 * modes.texi (Mode Line Variables): Fix description of
7808 global-mode-string, which is now after which-func-mode, not the
7809 buffer name.
7810
7811 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7812
7813 * modes.texi (Desktop Save Mode): Add.
7814 (Modes): Add menu entry Desktop Save Mode.
7815
7816 * hooks.texi: Add desktop-after-read-hook,
7817 desktop-no-desktop-file-hook and desktop-save-hook.
7818
7819 * locals.texi: Add desktop-save-buffer.
7820
7821 2004-04-30 Jesper Harder <harder@ifa.au.dk>
7822
7823 * display.texi: emacs -> Emacs.
7824
7825 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7826
7827 * files.texi (Changing Files): Document set-file-times.
7828
7829 2004-04-23 Juanma Barranquero <lektu@terra.es>
7830
7831 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7832
7833 2004-04-18 Jesper Harder <harder@ifa.au.dk>
7834
7835 * tips.texi (Coding Conventions): defopt -> defcustom.
7836
7837 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * sequences.texi: Various clarifications.
7840
7841 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7842
7843 * buffers.texi (Read Only Buffers): Mention optional ARG to
7844 `toggle-read-only'.
7845
7846 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
7847
7848 * windows.texi (Selecting Windows): Note that get-lru-window
7849 returns a full-width window if possible.
7850
7851 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7852
7853 * buffers.texi: Various changes in addition to:
7854 (Buffer File Name): Add `find-buffer-visiting'.
7855 (Buffer Modification): Mention optional ARG to `not-modified'.
7856 (Indirect Buffers): Mention optional CLONE argument to
7857 `make-indirect-buffer'.
7858
7859 * files.texi: Various changes in addition to:
7860 (Visiting Functions): `find-file-hook' is now a normal hook.
7861 (File Name Expansion): Explain difference between the way that
7862 `expand-file-name' and `file-truename' treat `..'.
7863 (Contents of Directories): Mention optional ID-FORMAT argument to
7864 `directory-files-and-attributes'.
7865 (Format Conversion): Mention new optional CONFIRM argument to
7866 `format-write-file'.
7867
7868 2004-04-12 Miles Bader <miles@gnu.org>
7869
7870 * macros.texi (Expansion): Add description of `macroexpand-all'.
7871
7872 2004-04-05 Jesper Harder <harder@ifa.au.dk>
7873
7874 * variables.texi (Variable Aliases):
7875 Mention cyclic-variable-indirection.
7876
7877 * errors.texi (Standard Errors): Ditto.
7878
7879 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * backups.texi: Various small changes in addition to:
7882 (Making Backups): Mention return value of `backup-buffer'.
7883 (Auto-Saving): Mention optional FORCE argument to
7884 `delete-auto-save-file-if-necessary'.
7885 (Reverting): Mention optional PRESERVE-MODES argument to
7886 `revert-buffer'. Correct description of `revert-buffer-function'.
7887
7888 2004-03-22 Juri Linkov <juri@jurta.org>
7889
7890 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7891 with `Vector Functions'.
7892
7893 * text.texi (Sorting): Add missing quote.
7894
7895 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7896
7897 * intro.texi (Lisp History): Replace xref to `cl' manual with
7898 inforef.
7899
7900 2004-03-12 Richard M. Stallman <rms@gnu.org>
7901
7902 * intro.texi (Version Info): Add arg to emacs-version.
7903 (Lisp History): Change xref to CL manual.
7904
7905 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7906
7907 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7908 for Partial Completion mode.
7909
7910 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7911
7912 * customize.texi: Fix typo. Remove eol whitespace.
7913
7914 2004-03-04 Richard M. Stallman <rms@gnu.org>
7915
7916 * processes.texi: Fix typos.
7917
7918 * lists.texi (Building Lists): Minor clarification.
7919
7920 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7921 in make-hash-table.
7922
7923 2004-02-29 Juanma Barranquero <lektu@terra.es>
7924
7925 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7926 rm, and ignore exit code.
7927
7928 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7929
7930 * display.texi (Defining Faces): Add description for min-colors.
7931 Update example.
7932
7933 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7934
7935 * abbrevs.texi: Various corrections and clarifications in addition
7936 to the following:
7937 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7938
7939 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7940
7941 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7942
7943 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7944
7945 * text.texi: Various small changes in addition to the following:
7946 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7947 to delete-horizontal-space.
7948 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7949 description of yank-handler text property at various places.
7950
7951 * frames.texi (Window System Selections): Add anchor.
7952
7953 * syntax.texi (Syntax Table Functions): Clarify and correct
7954 descriptions of make-syntax-table and copy-syntax-table.
7955 (Motion and Syntax): Clarify SYNTAXES argument to
7956 skip-syntax-forward.
7957 (Parsing Expressions): Mention that the return value of
7958 parse-partial-sexp is currently a list of ten rather than nine
7959 elements.
7960 (Categories): Various corrections and clarifications.
7961
7962 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7963
7964 * markers.texi (Marker Insertion Types): Minor change.
7965
7966 * locals.texi (Standard Buffer-Local Variables):
7967 * commands.texi (Interactive Codes, Using Interactive):
7968 * functions.texi (Related Topics): Fix xrefs.
7969
7970 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7971
7972 * lists.texi (Sets And Lists): Update description of delete-dups.
7973
7974 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7975
7976 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7977
7978 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
7979
7980 * frames.texi (Parameter Access): frame-parameters arg is optional.
7981 modify-frame-parameters handles nil for FRAME.
7982 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7983 are all-or-nothing for certain toolkits.
7984 Mention parameter wait-for-wm.
7985 (Frames and Windows): In frame-first-window and frame-selected-window
7986 the arg is optional.
7987 (Input Focus): In redirect-frame-focus the second arg is optional.
7988 (Window System Selections): Mention selection type CLIPBOARD.
7989 Mention data-type UTF8_STRING.
7990 Mention numbering of cut buffers.
7991 (Resources): Describe x-resource-name.
7992
7993 2004-02-16 Richard M. Stallman <rms@gnu.org>
7994
7995 * windows.texi (Buffers and Windows): Delete false table
7996 about all-frames.
7997
7998 * syntax.texi (Parsing Expressions): Delete old caveat
7999 about parse-sexp-ignore-comments.
8000
8001 * streams.texi (Output Variables): Add print-quoted.
8002
8003 * lists.texi (Building Lists): Minor cleanup.
8004
8005 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8006
8007 * display.texi (Overlays): Explain overlays use markers.
8008 (Managing Overlays): Explain front-advance and rear-advance
8009 in more detail.
8010
8011 * loading.texi (Unloading): Document unload-feature-special-hooks.
8012 Get rid of fns-NNN.el file.
8013
8014 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8015
8016 * help.texi (Describing Characters): Fix text-char-description
8017 example output.
8018
8019 * edebug.texi (Using Edebug): Fix example.
8020
8021 * debugging.texi (Internals of Debugger): Fix return value.
8022
8023 * files.texi (Changing Files): Fix argname.
8024
8025 * calendar.texi: Fix parens, and default values.
8026
8027 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8028 * nonascii.texi, objects.texi, os.texi: Minor fixes.
8029 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8030
8031 * positions.texi (Text Lines): Don't add -1 in current-line.
8032
8033 2004-02-16 Richard M. Stallman <rms@gnu.org>
8034
8035 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8036
8037 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8038
8039 * processes.texi (Low-Level Network): Fix a typo.
8040
8041 2004-02-12 Kim F. Storm <storm@cua.dk>
8042
8043 * display.texi (Fringes): Use consistent wording.
8044 Note that window-fringe's window arg is optional.
8045 (Scroll Bars): Use consistent wording.
8046
8047 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8048
8049 * tips.texi (Comment Tips): Document the new conventions for
8050 commenting out code.
8051
8052 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
8053
8054 * positions.texi (Text Lines): Add missing end defun.
8055
8056 2004-02-07 Kim F. Storm <storm@cua.dk>
8057
8058 * positions.texi (Text Lines): Add line-number-at-pos.
8059
8060 2004-02-06 John Paul Wallington <jpw@gnu.org>
8061
8062 * display.texi (Button Properties, Button Buffer Commands):
8063 mouse-2 invokes button, not down-mouse-1.
8064
8065 2004-02-04 Jason Rumney <jasonr@gnu.org>
8066
8067 * makefile.w32-in: Sync with Makefile.in changes.
8068
8069 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8070
8071 * minibuf.texi (Text from Minibuffer): Various corrections and
8072 clarifications.
8073 (Object from Minibuffer): Correct Lisp description of
8074 read-minibuffer.
8075 (Minibuffer History): Clarify description of cons values for
8076 HISTORY arguments.
8077 (Basic Completion): Various corrections and clarifications.
8078 Add completion-regexp-list.
8079 (Minibuffer Completion): Correct and clarify description of
8080 completing-read.
8081 (Completion Commands): Mention Partial Completion mode.
8082 Various other minor changes.
8083 (High-Level Completion): Various corrections and clarifications.
8084 (Reading File Names): Ditto.
8085 (Minibuffer Misc): Ditto.
8086
8087 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8088
8089 * strings.texi (Text Comparison): assoc-string also matches
8090 elements of alists that are strings instead of conses.
8091 (Formatting Strings): Standardize Texinfo usage. Update index
8092 entries.
8093
8094 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8095
8096 * lists.texi (Sets And Lists): Add delete-dups.
8097
8098 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8099
8100 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8101 special form.
8102 * macros.texi (Defining Macros): Update description of `declare',
8103 which now is a macro.
8104 (Wrong Time): Fix typos.
8105
8106 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8107
8108 * compile.texi (Compilation Functions): Expand descriptions of
8109 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8110 and `batch-byte-compile'. In particular, mention and describe
8111 all optional arguments.
8112 (Disassembly): Correct and clarify the description of `disassemble'.
8113
8114 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8115
8116 * searching.texi: Various small changes in addition to the
8117 following.
8118 (Regexp Example): Adapt to new value of `sentence-end'.
8119 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8120 `words'.
8121 (Search and Replace): Add usage note for `perform-replace'.
8122 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8123 `match-data'.
8124 (Standard Regexps): Update for new values of `paragraph-start'
8125 and `sentence-end'.
8126
8127 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8128
8129 * files.texi (Saving Buffers): Clarify descriptions of
8130 `write-contents-functions' and `before-save-hook'.
8131 Make the defvar's for `before-save-hook' and `after-save-hook'
8132 into defopt's.
8133
8134 2004-01-07 Kim F. Storm <storm@cua.dk>
8135
8136 * commands.texi (Click Events): Describe new image and
8137 width/height elements of click events.
8138 (Accessing Events): Add posn-string, posn-image, and
8139 posn-object-width-height. Change posn-object to return either
8140 image or string object.
8141
8142 2004-01-01 Simon Josefsson <jas@extundo.com>
8143
8144 * hooks.texi (Standard Hooks): Add before-save-hook.
8145 * files.texi (Saving Buffers): Likewise.
8146
8147 2004-01-03 Richard M. Stallman <rms@gnu.org>
8148
8149 * frames.texi (Frames and Windows): Delete frame-root-window.
8150
8151 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8152
8153 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8154
8155 * functions.texi: Various small changes in addition to the
8156 following.
8157 (What Is a Function): `functionp' returns nil for macros.
8158 Clarify behavior of this and following functions for symbol arguments.
8159 (Function Documentation): Add `\' in front of (fn @var{arglist})
8160 and explain why.
8161 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8162 Add anchor.
8163 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8164
8165 2004-01-01 Miles Bader <miles@gnu.org>
8166
8167 * display.texi (Buttons): New section.
8168
8169 2003-12-31 Andreas Schwab <schwab@suse.de>
8170
8171 * numbers.texi (Math Functions): sqrt reports a domain-error
8172 error.
8173 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8174
8175 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8176
8177 * tips.texi (Documentation Tips): Update item on hyperlinks in
8178 documentation strings.
8179
8180 * errors.texi (Standard Errors): Various small corrections and
8181 additions.
8182
8183 * control.texi: Various small changes in addition to the
8184 following.
8185 (Signaling Errors): Provide some more details on how `signal'
8186 constructs the error message. Add anchor to the definition of
8187 `signal'.
8188 (Error Symbols): Describe special treatment of `quit'.
8189 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8190 to emphasize that it has to be a single form.
8191
8192 * buffers.texi: Add anchor.
8193
8194 2003-12-29 Richard M. Stallman <rms@gnu.org>
8195
8196 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8197 (Window Configurations): Add window-configuration-frame.
8198
8199 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8200
8201 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8202 Change arg name in get-char-property.
8203 (Special Properties): Update handling of keymap property.
8204
8205 * strings.texi (Modifying Strings): Add clear-string.
8206 (Text Comparison): Add assoc-string and remove
8207 assoc-ignore-case, assoc-ignore-representation.
8208
8209 * os.texi (Time of Day): Add set-time-zone-rule.
8210
8211 * numbers.texi (Math Functions): asin, acos, log, log10
8212 report domain-error errors.
8213
8214 * nonascii.texi (Converting Representations):
8215 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8216 (Encoding and I/O): Add file-name-coding-system.
8217
8218 * modes.texi (Search-based Fontification): Explain that
8219 face specs are symbols with face names as values.
8220
8221 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8222
8223 * lists.texi (Building Lists): remq moved elsewhere.
8224 (Sets And Lists): remq moved here.
8225 (Association Lists): Refer to assoc-string.
8226
8227 * internals.texi (Garbage Collection): Add memory-use-counts.
8228
8229 * frames.texi (Frames and Windows): Add set-frame-selected-window
8230 and frame-root-window.
8231
8232 * files.texi (Contents of Directories):
8233 Add directory-files-and-attributes.
8234
8235 * display.texi (Refresh Screen): Add force-window-update.
8236 (Invisible Text): Explain about moving point out of invis text.
8237 (Overlay Properties): Add overlay-properties.
8238 (Managing Overlays): Add overlayp.
8239 (GIF Images): Invalid image number displays a hollow box.
8240
8241 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8242 (Killing Buffers): Add buffer-live-p.
8243
8244 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8245
8246 * display.texi (Fringes): Fix typo "set-buffer-window".
8247
8248 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8249
8250 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8251 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8252 Add or change various xrefs and anchors.
8253
8254 * commands.texi: Replace all occurrences of @acronym{CAR} with
8255 @sc{car}, for consistency with the rest of the Elisp manual.
8256 `car' and `cdr' are historically acronyms, but are no longer
8257 widely thought of as such.
8258
8259 * internals.texi (Pure Storage): Mention that `purecopy' does not
8260 copy text properties.
8261 (Object Internals): Now 29 bits are used (in most implementations)
8262 to address Lisp objects.
8263
8264 * variables.texi (Variables with Restricted Values): New node.
8265
8266 * objects.texi (Lisp Data Types): Mention that certain variables
8267 can only take on a restricted set of values and add an xref to
8268 the new node "Variables with Restricted Values".
8269
8270 * eval.texi (Function Indirection): Describe the errors that
8271 `indirect-function' can signal.
8272 (Eval): Clarify the descriptions of `eval-region' and `values'.
8273 Describe `eval-buffer' instead of `eval-current-buffer' and
8274 mention `eval-current-buffer' as an alias for `current-buffer'.
8275 Correct the description and mention all optional arguments.
8276
8277 * nonascii.texi: Various small changes in addition to the
8278 following.
8279 (Converting Representations): Clarify behavior of
8280 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8281 ASCII arguments.
8282 (Character Sets): Document the variable `charset-list' and adapt
8283 the definition of the function `charset-list' accordingly.
8284 (Translation of Characters): Clarify use of generic characters in
8285 `make-translation-table'. Clarify and correct the description of
8286 the use of translation tables in encoding and decoding.
8287 (User-Chosen Coding Systems): Correct and clarify the description
8288 of `select-safe-coding-system'.
8289 (Default Coding Systems): Clarify description of
8290 `file-coding-system-alist'.
8291
8292 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8293
8294 * strings.texi (Text Comparison): Correctly describe when two
8295 strings are `equal'. Combine and clarify descriptions of
8296 `assoc-ignore-case' and `assoc-ignore-representation'.
8297
8298 * objects.texi (Non-ASCII in Strings): Clarify description of
8299 when a string is unibyte or multibyte.
8300 (Bool-Vector Type): Update examples.
8301 (Equality Predicates): Correctly describe when two strings are
8302 `equal'.
8303
8304 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8305
8306 * lists.texi (Building Lists): `append' no longer accepts integer
8307 arguments. Update the description of `number-sequence' to reflect
8308 recent changes.
8309 (Sets And Lists): Describe `member-ignore-case' after `member'.
8310
8311 2003-11-27 Kim F. Storm <storm@cua.dk>
8312
8313 * commands.texi (Click Events): Click object may be an images.
8314 Describe (dx . dy) element of click positions.
8315 (Accessing Events): Remove duplicate posn-timestamp.
8316 New functions posn-object and posn-object-x-y.
8317
8318 2003-11-23 Kim F. Storm <storm@cua.dk>
8319
8320 * commands.texi (Click Events): Describe enhancements to event
8321 position lists, including new text-pos and (col . row) items.
8322 Mention left-fringe and right-fringe area events.
8323 (Accessing Events): New functions posn-area and
8324 posn-actual-col-row. Mention posn-timestamp. Mention that
8325 posn-point in non-text area still returns buffer position.
8326 Clarify posn-col-row.
8327
8328 2003-11-21 Lars Hansen <larsh@math.ku.dk>
8329
8330 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8331 * anti.texi (File Attributes): Describe removed parameter
8332 ID-FORMAT.
8333
8334 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8335
8336 * positions.texi (Positions): Mention that, if a marker is used as
8337 a position, its buffer is ignored.
8338
8339 * markers.texi (Overview of Markers): Mention it here too.
8340
8341 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8342
8343 * numbers.texi (Numeric Conversions): Not just `floor', but also
8344 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8345
8346 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8347
8348 * markers.texi (Creating Markers): Specify insertion type of
8349 created markers. Add xref to `Marker Insertion Types'.
8350 Second argument to `copy-marker' is optional.
8351 (Marker Insertion Types): Mention that most markers are created
8352 with insertion type nil.
8353 (The Mark): Correctly describe when `mark' signals an error.
8354 (The Region): Correctly describe when `region-beginning' and
8355 `region-end' signal an error.
8356
8357 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8358
8359 * hash.texi (Creating Hash): Clarify description of `eql'.
8360 `makehash' is obsolete.
8361 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8362
8363 * positions.texi (Point): Change description of `buffer-end', so
8364 that it is also correct for floating point arguments.
8365 (List Motion): Correct argument lists of `beginning-of-defun' and
8366 `end-of-defun'.
8367 (Excursions): Add xref to `Marker Insertion Types'.
8368 (Narrowing): Argument to `narrow-to-page' is optional.
8369
8370 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8371
8372 * streams.texi (Output Streams): Clarify behavior of point for
8373 marker output streams.
8374
8375 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8376
8377 * variables.texi (Defining Variables): Second argument to
8378 `defconst' is not optional.
8379 (Setting Variables): Mention optional argument APPEND to
8380 `add-to-list'.
8381 (Creating Buffer-Local): Expand description of
8382 `make-variable-buffer-local'.
8383 (Frame-Local Variables): Expand description of
8384 `make-variable-frame-local'.
8385 (Variable Aliases): Correct description of optional argument
8386 DOCSTRING to `defvaralias'. Mention return value of
8387 `defvaralias'.
8388 (File Local Variables): Add xref to `File variables' in Emacs
8389 Manual. Correct description of `hack-local-variables'. Mention
8390 `safe-local-variable' property. Mention optional second argument
8391 to `risky-local-variable-p'.
8392
8393 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8394
8395 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8396
8397 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8398
8399 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8400 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8401 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8402 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8403 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8404 lispref/processes.texi, lispref/searching.texi,
8405 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8406 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8407 @acronym{FOO}.
8408
8409 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8410
8411 * strings.texi (Creating Strings): Argument START to `substring'
8412 can not be `nil'. Expand description of
8413 `substring-no-properties'. Correct description of `split-string',
8414 especially with respect to empty matches. Prevent very bad line
8415 break in definition of `split-string-default-separators'.
8416 (Text Comparison): `string=' and `string<' also accept symbols as
8417 arguments.
8418 (String Conversion): More completely describe argument BASE in
8419 `string-to-number'.
8420 (Formatting Strings): `%s' and `%S' in `format' do require
8421 corresponding object. Clarify behavior of numeric prefix after
8422 `%' in `format'.
8423 (Case Conversion): The argument to `upcase-initials' can be a
8424 character.
8425
8426 2003-10-27 Kenichi Handa <handa@m17n.org>
8427
8428 * display.texi (Fontsets): Fix texinfo usage.
8429
8430 2003-10-25 Kenichi Handa <handa@m17n.org>
8431
8432 * display.texi (Fontsets): Add description of the function
8433 set-fontset-font.
8434
8435 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * display.texi (Temporary Displays): Add xref to `Documentation
8438 Tips'.
8439
8440 * functions.texi (Function Safety): Use inforef instead of pxref
8441 for SES.
8442
8443 2003-10-23 Andreas Schwab <schwab@suse.de>
8444
8445 * Makefile.in (TEX, texinputdir): Don't define.
8446 (TEXI2DVI): Define.
8447 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8448 add $(srcdir)/index.texi.
8449 ($(infodir)/elisp): Remove index.texi dependency.
8450 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8451 (index.texi): Remove target.
8452 (dist): Don't link $(srcdir)/permute-index.
8453 (clean): Don't remove index.texi.
8454
8455 * permute-index, index.perm: Remove.
8456 * index.texi: Rename from index.unperm.
8457
8458 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8459
8460 * tips.texi (Documentation Tips): Document new behavior for face
8461 and variable hyperlinks in Help mode.
8462
8463 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8464
8465 * objects.texi (Integer Type): Update for extra bit of integer range.
8466 (Character Type): Ditto.
8467
8468 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8469
8470 * numbers.texi (Integer Basics): Add index entries for reading
8471 numbers in hex, octal, and binary.
8472
8473 2003-10-16 Lute Kamstra <lute@gnu.org>
8474
8475 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8476 argument.
8477
8478 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8479
8480 * windows.texi (Choosing Window): Fix typo.
8481 * edebug.texi (Edebug Execution Modes): Fix typo.
8482
8483 2003-10-13 Richard M. Stallman <rms@gnu.org>
8484
8485 * windows.texi (Basic Windows): A window has fringe settings,
8486 display margins and scroll-bar settings.
8487 (Splitting Windows): Doc split-window return value.
8488 Clean up one-window-p.
8489 (Selecting Windows): Fix typo.
8490 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8491 (Buffers and Windows): In set-window-buffer, explain effect
8492 on fringe settings and scroll bar settings.
8493 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8494 (Choosing Window): Use defopt for pop-up-frame-function.
8495 For special-display-buffer-names, explain same-window and same-frame.
8496 Clarify window-dedicated-p return value.
8497 (Textual Scrolling): scroll-up and scroll-down can get an error.
8498 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8499 Clarify set-window-hscroll.
8500 (Size of Window): Don't mention tool bar in window-height.
8501 (Coordinates and Windows): Explain what coordinates-in-window-p
8502 returns for fringes and display margins.
8503 (Window Configurations): Explain saving fringes, etc.
8504
8505 * tips.texi (Library Headers): Clean up Documentation.
8506
8507 * syntax.texi (Parsing Expressions): Clean up forward-comment
8508 and parse-sexp-lookup-properties.
8509
8510 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8511
8512 * os.texi (System Environment): Clean up text for load-average errors.
8513
8514 * modes.texi (Hooks): Don't explain local hook details at front.
8515 Clarify run-hooks and run-hook-with-args a little.
8516 Clean up add-hook and remove-hook.
8517
8518 * edebug.texi (Edebug Execution Modes): Clarify t.
8519 Document edebug-sit-for-seconds.
8520 (Coverage Testing): Document C-x X = and =.
8521 (Instrumenting Macro Calls): Fix typo.
8522 (Specification List): Don't index the specification keywords.
8523
8524 2003-10-10 Kim F. Storm <storm@cua.dk>
8525
8526 * processes.texi (Network): Introduce make-network-process.
8527
8528 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8529
8530 * tips.texi (Library Headers): Fix typo.
8531
8532 2003-10-07 Juri Linkov <juri@jurta.org>
8533
8534 * modes.texi (Imenu): Mention imenu-create-index-function's
8535 default value. Explain submenus better.
8536
8537 2003-10-07 Lute Kamstra <lute@gnu.org>
8538
8539 * modes.texi (Faces for Font Lock): Fix typo.
8540 (Hooks): Explain how buffer-local hook variables can refer to
8541 global hook variables.
8542 Various minor clarifications.
8543
8544 2003-10-06 Lute Kamstra <lute@gnu.org>
8545
8546 * tips.texi (Coding Conventions): Mention naming conventions for
8547 hooks.
8548
8549 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * loading.texi (Library Search): Correct default value of
8552 load-suffixes.
8553 (Named Features): Fix typo.
8554
8555 2003-10-05 Richard M. Stallman <rms@gnu.org>
8556
8557 * loading.texi (Named Features): In `provide',
8558 say how to test for subfeatures.
8559 (Unloading): In unload-feature, use new var name
8560 unload-feature-special-hooks.
8561
8562 2003-10-03 Lute Kamstra <lute@gnu.org>
8563
8564 * modes.texi (Major Mode Conventions): Mention third way to set up
8565 Imenu.
8566 (Imenu): A number of small fixes.
8567 Delete documentation of internal variable imenu--index-alist.
8568 Document the return value format of imenu-create-index-function
8569 functions.
8570
8571 2003-09-30 Richard M. Stallman <rms@gnu.org>
8572
8573 * processes.texi (Network): Say what stopped datagram connections do.
8574
8575 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8576
8577 * display.texi (Overlay Properties): Clarify `evaporate' property.
8578
8579 2003-09-29 Lute Kamstra <lute@gnu.org>
8580
8581 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8582 constructs should be marked as risky.
8583 Change cons cell into proper list.
8584 (Mode Line Variables): Change cons cell into proper list.
8585
8586 2003-09-26 Lute Kamstra <lute@gnu.org>
8587
8588 * modes.texi (Mode Line Data): Document the :propertize construct.
8589 (Mode Line Variables): Reorder the descriptions of the variables
8590 to match their order in the default mode-line-format.
8591 Describe the new variables mode-line-position and mode-line-modes.
8592 Update the default values of mode-line-frame-identification,
8593 minor-mode-alist, and default-mode-line-format.
8594 (Properties in Mode): Mention the :propertize construct.
8595
8596 2003-09-26 Richard M. Stallman <rms@gnu.org>
8597
8598 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8599 * loading.texi, minibuf.texi, text.texi, variables.texi:
8600 Avoid @strong{Note:}.
8601
8602 2003-09-26 Richard M. Stallman <rms@gnu.org>
8603
8604 * keymaps.texi (Remapping Commands): Fix typo.
8605
8606 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8607
8608 * processes.texi (Low-Level Network): Fix typo.
8609
8610 2003-09-23 Kim F. Storm <storm@cua.dk>
8611
8612 * processes.texi (Network, Network Servers): Fix typos.
8613 (Low-Level Network): Add timeout value for :server keyword.
8614 Add new option keywords to make-network-process.
8615 Add set-network-process-options.
8616 Explain how to test availability of network options.
8617
8618 2003-09-19 Richard M. Stallman <rms@gnu.org>
8619
8620 * text.texi (Motion by Indent): Arg to
8621 backward-to-indentation and forward-to-indentation is optional.
8622
8623 * strings.texi (Creating Strings): Add substring-no-properties.
8624
8625 * processes.texi
8626 (Process Information): Add list-processes arg QUERY-ONLY.
8627 Delete process-contact from here.
8628 Add new status values for process-status.
8629 Add process-get, process-put, process-plist, set-process-plist.
8630 (Synchronous Processes): Add call-process-shell-command.
8631 (Signals to Processes): signal-process allows process objects.
8632 (Network): Complete rewrite.
8633 (Network Servers, Datagrams, Low-Level Network): New nodes.
8634
8635 * positions.texi (Word Motion): forward-word, backward-word
8636 arg is optional. Reword.
8637
8638 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8639
8640 * variables.texi (Creating Buffer-Local):
8641 Delete duplicate definition of buffer-local-value.
8642 (File Local Variables): Explain about discarding text props.
8643
8644 2003-09-11 Richard M. Stallman <rms@gnu.org>
8645
8646 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8647 changes variables that record input events.
8648 (Minibuffer Misc): Add minibuffer-selected-window.
8649
8650 * lists.texi (Building Lists): Add copy-tree.
8651
8652 * display.texi (Fontsets): Add char-displayable-p.
8653 (Scroll Bars): New node.
8654
8655 2003-09-08 Lute Kamstra <lute@gnu.org>
8656
8657 * modes.texi (%-Constructs): Document new `%i' and `%I'
8658 constructs.
8659
8660 2003-09-03 Peter Runestig <peter@runestig.com>
8661
8662 * makefile.w32-in: New file.
8663
8664 2003-08-29 Richard M. Stallman <rms@gnu.org>
8665
8666 * display.texi (Overlay Properties): Clarify how priorities
8667 affect use of the properties.
8668
8669 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8670
8671 * customize.texi (Type Keywords): Correct the description of
8672 `:help-echo' in the case where `motion-doc' is a function.
8673
8674 2003-08-14 John Paul Wallington <jpw@gnu.org>
8675
8676 * modes.texi (Emulating Mode Line): Subsection, not section.
8677
8678 2003-08-13 Richard M. Stallman <rms@gnu.org>
8679
8680 * elisp.texi (Top): Update subnode lists in menu.
8681
8682 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8683 (Kill Functions): kill-region has new arg yank-handler.
8684 (Yanking): New node.
8685 (Yank Commands): Add yank-undo-function.
8686 (Low-Level Kill Ring):
8687 kill-new and kill-append have new arg yank-handler.
8688 (Changing Properties): Add remove-list-of-text-properties.
8689 (Atomic Changes): New node.
8690
8691 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8692
8693 * streams.texi (Output Variables): Add eval-expression-print-length
8694 and eval-expression-print-level.
8695
8696 * os.texi (Time Conversion): For encode-time, explain limits on year.
8697
8698 * objects.texi (Character Type): Define anchor "modifier bits".
8699
8700 * modes.texi (Emulating Mode Line): New node.
8701 (Search-based Fontification): Font Lock uses font-lock-face property.
8702 (Other Font Lock Variables): Likewise.
8703
8704 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8705 not vectors.
8706 (Active Keymaps): Add emulation-mode-map-alists.
8707 (Functions for Key Lookup): key-binding has new arg no-remap.
8708 (Remapping Commands): New node.
8709 (Scanning Keymaps): where-is-internal has new arg no-remap.
8710 (Tool Bar): Add tool-bar-local-item-from-menu.
8711 Clarify when to use tool-bar-add-item-from-menu.
8712
8713 * commands.texi (Interactive Call): commandp has new arg.
8714 (Command Loop Info): Add this-original-command.
8715
8716 2003-08-06 John Paul Wallington <jpw@gnu.org>
8717
8718 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8719
8720 * display.texi (Warning Basics): Fix typo.
8721 (Fringes): Add closing curly bracket and fix typo.
8722
8723 * elisp.texi (Top): Fix typo.
8724
8725 2003-08-05 Richard M. Stallman <rms@gnu.org>
8726
8727 * elisp.texi: Update lists of subnodes.
8728
8729 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8730
8731 * variables.texi (Local Variables): Use lc for example variable names.
8732
8733 * tips.texi (Library Headers): Explain where to put -*-.
8734
8735 * strings.texi (Creating Strings): Fix xref for vconcat.
8736
8737 * sequences.texi (Vector Functions):
8738 vconcat no longer allows integer args.
8739
8740 * minibuf.texi (Reading File Names): read-file-name has new
8741 arg PREDICATE. New function read-directory-name.
8742
8743 * macros.texi (Defining Macros): Give definition of `declare'.
8744 (Indenting Macros): New node.
8745
8746 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8747 (Window Frame Parameters): Make separate table of parameters
8748 that are coupled with specific face attributes.
8749 (Deleting Frames): delete-frame-hooks renamed to
8750 delete-frame-functions.
8751
8752 * files.texi (Magic File Names): Add file-remote-p.
8753 Clarify file-local-copy.
8754
8755 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8756 here; instead xref Defining Macros.
8757
8758 * display.texi (Warnings): New node, and subnodes.
8759 (Fringes): New node.
8760
8761 * debugging.texi (Test Coverage): New node.
8762
8763 * compile.texi (Compiler Errors): Explain with-no-warnings
8764 and other ways to suppress warnings.
8765
8766 * commands.texi (Interactive Call): Minor clarification.
8767
8768 * buffers.texi (Buffer File Name): set-visited-file-name
8769 renames the buffer too.
8770
8771 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8772
8773 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
8774
8775 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8776
8777 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
8778
8779 * internals.texi (Garbage Collection): Fix previous change.
8780
8781 2003-07-22 Richard M. Stallman <rms@gnu.org>
8782
8783 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8784
8785 * display.texi (Width): Use \s syntax in example.
8786 (Font Selection): Add face-font-rescale-alist.
8787
8788 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8789 Remove spurious indent in example.
8790
8791 * lists.texi (Building Lists): Add number-sequence.
8792
8793 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8794
8795 * functions.texi (Function Documentation): Explain how to
8796 show calling convention explicitly in the doc string.
8797
8798 * windows.texi (Selecting Windows): save-selected-window saves
8799 selected window of each frame.
8800 (Window Configurations): Minor change.
8801
8802 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8803
8804 * streams.texi (Output Variables): Add print-continuous-numbering
8805 and print-number-table.
8806
8807 * processes.texi (Decoding Output): New node.
8808
8809 * os.texi (Time Conversion): decode-time arg is optional.
8810
8811 * objects.texi (Character Type): Don't use space as example for \.
8812 Make list of char names and \-sequences correspond.
8813 Explain that \s is not used in strings. `\ ' needs space after.
8814
8815 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8816 (Translation of Characters): Add translation-table-for-input.
8817 (Default Coding Systems): Add auto-coding-functions.
8818 (Explicit Encoding): Add decode-coding-inserted-region.
8819 (Locales): Add locale-info.
8820
8821 * minibuf.texi (Basic Completion): Describe test-completion.
8822 Collections can be lists of strings.
8823 Clean up lazy-completion-table.
8824 (Programmed Completion): Mention test-completion.
8825 Clarify why lambda expressions are not accepted.
8826 (Minibuffer Misc): Describe minibufferp.
8827
8828 2003-07-14 Richard M. Stallman <rms@gnu.org>
8829
8830 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8831
8832 * windows.texi (Selecting Windows): New arg to select-window.
8833 (Selecting Windows): Add with-selected-window.
8834 (Size of Window): Add window-inside-edges, etc.
8835
8836 * internals.texi (Garbage Collection): Add post-gc-hook.
8837
8838 * processes.texi (Subprocess Creation): Add exec-suffixes.
8839
8840 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8841 (Scanning Keymaps): Add map-keymaps.
8842 (Defining Menus): Add keymap-prompt.
8843
8844 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8845 most-negative-fixnum.
8846
8847 * compile.texi (Byte Compilation): Explain no-byte-compile.
8848 (Compiler Errors): New node.
8849
8850 * os.texi (User Identification): user-uid, user-real-uid
8851 can return float.
8852
8853 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8854 and about derived modes.
8855 (Minor Modes): Add minor-mode-list.
8856 (Defining Minor Modes): Keyword args for define-minor-mode.
8857 (Search-based Fontification): Explain managing other properties.
8858 (Other Font Lock Variables): Add font-lock-extra-managed-props.
8859 (Faces for Font Lock): Add font-lock-preprocessor-face.
8860 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8861
8862 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8863 (Variable Aliases): Clarify defvaralias.
8864
8865 * loading.texi (Library Search): Add load-suffixes.
8866
8867 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8868 (Programmed Completion): Add dynamic-completion-table.
8869
8870 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8871 (Magic File Names): Specify precedence order of handlers.
8872
8873 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8874 and post-command-hook.
8875 (Waiting): New calling convention for sit-for.
8876
8877 * text.texi (Special Properties): local-map and keymap properties
8878 apply based on their stickiness.
8879
8880 2003-07-07 Richard M. Stallman <rms@gnu.org>
8881
8882 * modes.texi (Minor Mode Conventions): Specify only some kinds
8883 of list values as args to minor modes.
8884
8885 * files.texi (File Name Expansion): Warn about iterative use
8886 of substitute-in-file-name.
8887
8888 * advice.texi (Activation of Advice): Clean up previous change.
8889
8890 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
8891
8892 * advice.texi (Activation of Advice): Note that ad-start-advice is
8893 turned on by default.
8894
8895 2003-06-30 Richard M. Stallman <rms@gnu.org>
8896
8897 * text.texi (Buffer Contents): Document current-word.
8898 (Change Hooks): Not called for *Messages*.
8899
8900 * functions.texi (Defining Functions): Explain about redefining
8901 primitives.
8902 (Function Safety): Renamed. Minor changes.
8903 Comment out the detailed criteria for what is safe.
8904
8905 2003-06-22 Andreas Schwab <schwab@suse.de>
8906
8907 * objects.texi (Symbol Type): Fix description of examples.
8908
8909 2003-06-16 Andreas Schwab <schwab@suse.de>
8910
8911 * hash.texi (Creating Hash): Fix description of :weakness.
8912
8913 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
8914
8915 * files.texi (Changing Files): copy-file copies file modes, too.
8916
8917 2003-05-28 Richard M. Stallman <rms@gnu.org>
8918
8919 * strings.texi (Creating Strings): Clarify split-string.
8920
8921 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8922
8923 * strings.texi (Creating Strings): Update split-string specification
8924 and examples.
8925
8926 2003-05-19 Richard M. Stallman <rms@gnu.org>
8927
8928 * elisp.texi: Correct invariant section names.
8929
8930 2003-04-20 Richard M. Stallman <rms@gnu.org>
8931
8932 * os.texi (Timers): Explain about timers and quitting.
8933
8934 2003-04-19 Richard M. Stallman <rms@gnu.org>
8935
8936 * internals.texi (Writing Emacs Primitives): Strings are
8937 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8938 Explain GCPRO convention for varargs function args.
8939
8940 2003-04-16 Richard M. Stallman <rms@gnu.org>
8941
8942 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8943
8944 2003-04-08 Richard M. Stallman <rms@gnu.org>
8945
8946 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8947
8948 2003-02-13 Kim F. Storm <storm@cua.dk>
8949
8950 * objects.texi (Character Type): New \s escape for space.
8951
8952 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8953
8954 * os.texi (System Environment): Add cygwin system-type.
8955
8956 2003-01-25 Richard M. Stallman <rms@gnu.org>
8957
8958 * keymaps.texi: Document that a symbol can act as a keymap.
8959
8960 2003-01-13 Richard M. Stallman <rms@gnu.org>
8961
8962 * text.texi (Changing Properties): Say string indices are origin-0.
8963
8964 * positions.texi (Screen Lines) <compute-motion>:
8965 Correct order of elts in return value.
8966
8967 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8968 how to define a default binding.
8969
8970 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
8971
8972 * loading.texi (Unloading): Fix recent change for load-history.
8973
8974 * customize.texi (Simple Types): Clarify description of custom
8975 type 'number. Describe new custom type 'float.
8976
8977 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
8978
8979 * variables.texi (File Local Variables): Fix typo.
8980
8981 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
8982
8983 From Michael Albinus <Michael.Albinus@alcatel.de>.
8984
8985 * README: Target for Info file is `make info'.
8986
8987 * files.texi (File Name Components): Fix typos in
8988 `file-name-sans-extension'.
8989 (Magic File Names): Complete list of operations for magic file
8990 name handlers.
8991
8992 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
8993
8994 * variables.texi (File Local Variables): New function
8995 risky-local-variable-p.
8996
8997 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
8998
8999 * functions.texi (Function safety): New node about unsafep.
9000
9001 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9002
9003 * customize.texi (Splicing into Lists): Fix example.
9004 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9005
9006 2002-06-17 Juanma Barranquero <lektu@terra.es>
9007
9008 * frames.texi (Display Feature Testing): Fix typo.
9009
9010 2002-06-12 Andreas Schwab <schwab@suse.de>
9011
9012 * frames.texi (Initial Parameters, Resources): Fix references to
9013 the Emacs manual.
9014
9015 2002-05-13 Kim F. Storm <storm@cua.dk>
9016
9017 * variables.texi (Intro to Buffer-Local): Updated warning and
9018 example relating to changing buffer inside let.
9019
9020 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
9021
9022 * os.texi (Session Management): New node about X Session management.
9023
9024 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9025
9026 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9027 to which the manual corresponds, and the copyright years.
9028
9029 * Makefile.in (VERSION): Set to 2.9.
9030
9031 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9032
9033 * elisp.texi: Change the category in @dircategory to "Emacs", to
9034 make it consistent with info/dir.
9035
9036 2001-11-25 Miles Bader <miles@gnu.org>
9037
9038 * text.texi (Fields): Describe new `limit' arg in
9039 field-beginning/field-end.
9040
9041 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9042
9043 * permute-index: Don't depend on csh-specific features.
9044 Replace the interpreter name with /bin/sh.
9045
9046 * two-volume-cross-refs.txt: New file.
9047 * two.el: New file.
9048 * spellfile: New file.
9049
9050 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9051
9052 * permute-index: New file.
9053
9054 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9055 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9056 8+3 restricted namespace.
9057
9058 * Makefile.in (infodir): Define relative to $(srcdir).
9059 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9060 include directories list via -I switch to makeinfo.
9061 (index.texi): Use cp if both hard and symbolic links fail.
9062
9063 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9064
9065 * Makefile.in (distclean): Add.
9066
9067 The following changes make ELisp manual part of the Emacs
9068 distribution:
9069
9070 * Makefile.in: Add Copyright notice.
9071 (prefix): Remove.
9072 (infodir): Change value to "../info".
9073 (VPATH): New variable.
9074 (MAKE): Don't define.
9075 (texmacrodir): Don't define.
9076 (texinputdir): Append the existing value of TEXINPUTS.
9077 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9078 command to be compatible with man/Makefile.in, and to put the
9079 output into ../info.
9080 (info): Add target.
9081 (installall): Target removed.
9082
9083 2001-10-31 Pavel Janík <Pavel@Janik.cz>
9084
9085 * tips.texi (Coding Conventions): Fix typo.
9086
9087 2001-10-23 Gerd Moellmann <gerd@gnu.org>
9088
9089 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9090
9091 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * files.texi (File Name Components): Update the description of
9094 file-name-sans-extension and file-name-extension, as they now
9095 ignore leading dots.
9096
9097 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9098
9099 * (Version 21.1 released.)
9100
9101 2001-10-19 Miles Bader <miles@gnu.org>
9102
9103 * positions.texi (Text Lines): Describe behavior of
9104 `beginning-of-line'/`end-of-line' in the presence of field properties.
9105
9106 2001-10-17 Gerd Moellmann <gerd@gnu.org>
9107
9108 * Makefile.in (VERSION): Set to 2.8.
9109 (manual): Use `manual-21'.
9110
9111 * elisp.texi (VERSION): Add and use it where the version
9112 number was used. Set it to 2.8.
9113
9114 * intro.texi: Likewise.
9115
9116 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9117
9118 * files.texi (File Name Completion): Document the significance of
9119 a trailing slash in elements of completion-ignored-extensions.
9120
9121 2001-10-06 Miles Bader <miles@gnu.org>
9122
9123 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9124
9125 2001-10-04 Gerd Moellmann <gerd@gnu.org>
9126
9127 * variables.texi (Variable Aliases): New node.
9128
9129 2001-10-04 Gerd Moellmann <gerd@gnu.org>
9130
9131 * Branch for 21.1.
9132
9133 2001-10-02 Miles Bader <miles@gnu.org>
9134
9135 * minibuf.texi (Minibuffer Misc): Add entries for
9136 `minibuffer-contents', `minibuffer-contents-no-properties', and
9137 `delete-minibuffer-contents'.
9138 Correct description for `minibuffer-prompt-end'.
9139
9140 * text.texi (Property Search): Correct descriptions of
9141 `next-char-property-change' and `previous-char-property-change'.
9142 Add entries for `next-single-char-property-change' and
9143 `previous-single-char-property-change'.
9144 Make operand names a bit more consistent.
9145
9146 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9147
9148 * frames.texi (Finding All Frames): Document that next-frame and
9149 previous-frame are local to current terminal.
9150
9151 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9152
9153 * keymaps.texi (Creating Keymaps): Fix the description of the
9154 result of make-keymap.
9155
9156 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9157
9158 * display.texi (Font Lookup, Attribute Functions)
9159 (Image Descriptors): Add cross-references to the definition of
9160 selected frame.
9161
9162 * buffers.texi (The Buffer List): Add cross-references to the
9163 definition of selected frame.
9164
9165 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9166 frame at any given time.
9167 (Multiple Displays, Size and Position): Add a cross-reference to
9168 the definition of the selected frame.
9169
9170 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * strings.texi (String Conversion) <string-to-number>: Document
9173 that a float is returned for integers that are too large.
9174
9175 * frames.texi (Mouse Position): Document mouse-position-function.
9176 (Display Feature Testing): Document display-images-p.
9177 (Window Frame Parameters): Document the cursor-type variable.
9178
9179 * numbers.texi (Integer Basics): Document CL style read syntax for
9180 integers in bases other than 10.
9181
9182 * positions.texi (List Motion):
9183 Document open-paren-in-column-0-is-defun-start.
9184
9185 * lists.texi (Sets And Lists): Document member-ignore-case.
9186
9187 * internals.texi (Garbage Collection): Document the used and free
9188 strings report.
9189 (Memory Usage): Document strings-consed.
9190
9191 * os.texi (Time of Day): Document float-time.
9192 (Recording Input): Document that clear-this-command-keys clears
9193 the vector to be returned by recent-keys.
9194
9195 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9196 argument keymap can be a list.
9197
9198 * nonascii.texi (User-Chosen Coding Systems)
9199 <select-safe-coding-system>: Document the new argument
9200 accept-default-p and the variable
9201 select-safe-coding-system-accept-default-p. Tell what happens if
9202 buffer-file-coding-system is undecided.
9203 (Default Coding Systems): Document auto-coding-regexp-alist.
9204
9205 * display.texi (The Echo Area) <message>: Document
9206 message-truncate-lines.
9207 (Glyphs): Document that the glyph table is unused on windowed
9208 displays.
9209
9210 * help.texi (Describing Characters) <single-key-description>:
9211 Document the new argument no-angles.
9212 (Accessing Documentation) <documentation-property>: Document that
9213 a non-string property is evaluated.
9214 <documentation>: Document that the function-documentation property
9215 is looked for.
9216
9217 * windows.texi (Selecting Windows): Document some-window.
9218
9219 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9220
9221 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9222 apropos-mode-hook.
9223
9224 * commands.texi (Using Interactive): Document interactive-form.
9225 (Keyboard Macros): Document kbd-macro-termination-hook.
9226 (Command Loop Info): Document that clear-this-command-keys clears
9227 the vector to be returned by recent-keys.
9228
9229 2001-09-04 Werner LEMBERG <wl@gnu.org>
9230
9231 * Makefile.in (srcdir, texinputdir): New variables.
9232 (srcs, index.texi, install): Use $(srcdir).
9233 (.PHONY): Remove elisp.dvi.
9234 (elisp): Use -I switch for makeinfo.
9235 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9236 (installall, dist): Use $(srcdir).
9237 Fix path to texinfo.tex.
9238 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9239
9240 2001-08-30 Gerd Moellmann <gerd@gnu.org>
9241
9242 * display.texi (Conditional Display): Adjust to API change.
9243
9244 * configure: New file.
9245
9246 2001-07-30 Gerd Moellmann <gerd@gnu.org>
9247
9248 * commands.texi (Repeat Events): Add description of
9249 double-click-fuzz.
9250
9251 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9252
9253 * syntax.texi (Syntax Class Table): Add the missing designator for
9254 comment and string fences.
9255 (Syntax Properties): Add a xref to syntax table internals.
9256 (Syntax Table Internals): Document string-to-syntax.
9257
9258 2001-05-07 Gerd Moellmann <gerd@gnu.org>
9259
9260 * Makefile.in (install): Use install-info command line options
9261 like in Emacs' Makefile.in.
9262
9263 2000-12-09 Miles Bader <miles@gnu.org>
9264
9265 * windows.texi (Window Start): Update documentation for
9266 `pos-visible-in-window-p'.
9267
9268 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9269
9270 * lists.texi (Building Lists): Add footnote to explain how to add
9271 to the end of a list.
9272
9273 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9274
9275 * files.texi (Visiting Functions): Typos.
9276
9277 2000-10-25 Kenichi Handa <handa@etl.go.jp>
9278
9279 * files.texi (Visiting Functions): Return value of
9280 find-file-noselect may be a list of buffers if wildcards are used.
9281
9282 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9283
9284 * display.texi (Defining Faces): Document `graphic' display type
9285 in face specs.
9286
9287 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9288
9289 * hooks.texi (Standard Hooks): Replace obsolete
9290 `after-make-frame-hook' with `after-make-frame-functions'.
9291
9292 * frames.texi (Creating Frames): Ditto.
9293
9294 * variables.texi (Future Local Variables): Ditto.
9295
9296 2000-10-16 Gerd Moellmann <gerd@gnu.org>
9297
9298 * display.texi (Other Image Types): Add description of :foreground
9299 and :background properties of mono PBM images.
9300
9301 2000-08-17 Werner LEMBERG <wl@gnu.org>
9302
9303 * .cvsignore: New file.
9304
9305 2000-01-05 Gerd Moellmann <gerd@gnu.org>
9306
9307 * tindex.pl: New script.
9308
9309 1999-12-03 Dave Love <fx@gnu.org>
9310
9311 * Makefile.in (MAKEINFO): New parameter.
9312
9313 1999-09-17 Richard Stallman <rms@gnu.org>
9314
9315 * Makefile.in (srcs): Add hash.texi.
9316 (VERSION): Update to 20.6.
9317
9318 1999-09-13 Richard Stallman <rms@gnu.org>
9319
9320 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9321
9322 1998-08-29 Karl Heuer <kwzh@gnu.org>
9323
9324 * configure.in: New file.
9325 * Makefile.in: Renamed from Makefile.
9326 (prefix, infodir): Use value obtained from configure.
9327 (emacslibdir): Obsolete variable deleted.
9328 (dist): Distribute configure.in, configure, Makefile.in.
9329
9330 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9331
9332 * Makefile (INSTALL_INFO): New variable.
9333 (install): Run install-info.
9334
9335 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9336
9337 * Makefile (elisp.dvi): Add missing backslash.
9338
9339 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9340
9341 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9342 Run texindex without `./'. Always run texindex on elisp.tp.
9343 (elisp.tps): Target deleted.
9344
9345 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9346
9347 * Makefile (srcs): Add nonascii.texi and customize.texi.
9348 (dist): Start by deleting `temp'.
9349
9350 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9351
9352 * Makefile (makeinfo, texindex): Targets deleted.
9353 (makeinfo.o, texindex.o): Targets deleted.
9354 (clean, dist): Don't do anything with them or with getopt*.
9355
9356 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9357
9358 * Makefile (SHELL): Defined.
9359
9360 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9361
9362 * Makefile (elisp.tps): New target.
9363 (elisp.dvi): Depend on elisp.tps.
9364
9365 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
9366
9367 * README: Update phone number.
9368
9369 * Makefile (elisp): Make this be the default target.
9370 Depend on makeinfo.c instead of makeinfo.
9371 (install): Don't depend on elisp.dvi, since we don't install that.
9372 Use mkinstalldirs.
9373 (dist): Add mkinstalldirs.
9374
9375 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9376
9377 * Makefile (VERSION): Update version number.
9378 (maintainer-clean): Rename from realclean.
9379
9380 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9381
9382 * Makefile (realclean): New target.
9383 (elisp): Remove any old elisp-* files first.
9384
9385 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9386
9387 * Makefile (VERSION): New variable.
9388 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9389 Compressed file suffix should be `.gz', not `.z'.
9390
9391 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9392
9393 * Makefile (elisp): Depend on makeinfo.
9394
9395 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
9396
9397 * Makefile (srcs): Add anti.texi.
9398
9399 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9400
9401 * Makefile (infodir, prefix): New vars.
9402 (install): Use infodir.
9403 (emacsinfodir): Deleted.
9404
9405 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9406
9407 * Makefile (srcs): Add calendar.texi.
9408
9409 * Makefile (dist): Copy texindex.c and makeinfo.c.
9410 Limit elisp-* files to those with one or two digits.
9411
9412 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9413
9414 * Makefile (dist): Changed to use Gzip instead of compress.
9415
9416 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9417
9418 * loading.texi (Unloading): define-function changed back to
9419 defalias. It may not stay this way, but at least it's
9420 consistent with the known-good version of the code patch.
9421
9422 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9423
9424 * modes.texi (Hooks): Document new optional arg of add-hook.
9425
9426 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9427
9428 * variables.texi: Document nil initial value of buffer-local variables.
9429
9430 * tips.texi: Add new section on standard library headers.
9431
9432 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9433
9434 * Makefile (srcs): Add frame.texi to the list of sources.
9435
9436 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9437
9438 * Makefile (dist): Don't bother excluding autosave files; they'll
9439 never make it into the temp directory anyway, and the hash marks
9440 in the name are problematic for make and the Bourne shell.
9441 (srcs):
9442
9443 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9444
9445 * Makefile (dist): Don't include backup files or autosave files in
9446 the distribution tar file.
9447
9448 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9449
9450 * Makefile (srcs): Add index.perm.
9451 (elisp.dvi): Remove erroneous shell comment.
9452 Expect output of permute-index in permuted.fns.
9453 Save old elisp.aux in elisp.oaux.
9454 (clean): Add index.texi to be deleted.
9455
9456 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9457
9458 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9459
9460 1990-06-26 David Lawrence (tale@geech)
9461
9462 * files.texi: Noted that completion-ignored-extensions is ignored
9463 when making *Completions*.
9464
9465 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
9466
9467 * Makefile make dist now depends on elisp.dvi, since it tries
9468 to include it in the dist file.
9469
9470 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
9471
9472 * functions.texinfo (Mapping Functions): Add missing quote.
9473
9474 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9475
9476 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9477 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9478
9479 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9480
9481 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9482 and @error{} are the terms now being used. The files in the
9483 directory have been changed to reflect this.
9484
9485 * All instances of @indentedresultt{} have been changed to
9486 ` @result{}', using 5 spaces at the begining of the line.
9487
9488 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9489
9490 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9491 experimental @indentedresult{}, @indentedexpandsto{} are part of
9492 the texinfo.tex in this directory. These TeX macros are not
9493 stable yet.
9494
9495 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9496
9497 * texinfo.tex: Temporarily added
9498 \let\result=\dblarrow
9499 \def\error{{\it ERROR} \longdblarrow}
9500 We need to do this better soon.
9501
9502 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9503
9504 * Applied Karl Berry's patches to *.texinfo files, but not to
9505 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9506 new title page format is also not applied, since it requires
9507 texinfo.tex changes.)
9508
9509 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9510 for the Project GNU development environment.
9511
9512 ;; Local Variables:
9513 ;; coding: utf-8
9514 ;; End:
9515
9516 Copyright (C) 1998-2011 Free Software Foundation, Inc.
9517
9518 This file is part of GNU Emacs.
9519
9520 GNU Emacs is free software: you can redistribute it and/or modify
9521 it under the terms of the GNU General Public License as published by
9522 the Free Software Foundation, either version 3 of the License, or
9523 (at your option) any later version.
9524
9525 GNU Emacs is distributed in the hope that it will be useful,
9526 but WITHOUT ANY WARRANTY; without even the implied warranty of
9527 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9528 GNU General Public License for more details.
9529
9530 You should have received a copy of the GNU General Public License
9531 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.