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