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