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