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