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