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