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