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