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