]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Document `debugger-toggle-locals'.
[gnu-emacs] / doc / lispref / ChangeLog
1 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
2
3 * debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.
4
5 2013-12-21 Chong Yidong <cyd@gnu.org>
6
7 * text.texi (Region Indent): Note the new interactive behavior of
8 indent-rigidly.
9
10 2013-12-20 Tassilo Horn <tsdh@gnu.org>
11
12 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
13 one or many arguments.
14
15 * display.texi: Document `messages-buffer'.
16
17 * os.texi: Document `initial-buffer-choice' changes.
18
19 2013-12-20 Chong Yidong <cyd@gnu.org>
20
21 * text.texi (Changing Properties): Improve documentation for
22 add-face-text-property.
23 (Special Properties): Mention add-face-text-property.
24
25 2013-12-18 Chong Yidong <cyd@gnu.org>
26
27 * customize.texi (Custom Themes): Document custom-known-themes
28 (Bug#15717).
29
30 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
31 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
32
33 2013-12-13 Glenn Morris <rgm@gnu.org>
34
35 * internals.texi (Building Emacs):
36 * loading.texi (Library Search): Mention that site-load,
37 site-init cannot change load-path.
38
39 2013-12-12 Glenn Morris <rgm@gnu.org>
40
41 * elisp.texi: Tweak dircategory.
42
43 2013-12-12 Eli Zaretskii <eliz@gnu.org>
44
45 * nonascii.texi (Encoding and I/O): Document file-name encoding
46 peculiarities on MS-Windows.
47
48 2013-12-12 Glenn Morris <rgm@gnu.org>
49
50 * elisp.texi: Sync direntry with info/dir version.
51
52 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
53
54 * display.texi (Progress, Face Remapping):
55 * processes.texi (Serial Ports):
56 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
57
58 2013-12-04 Juri Linkov <juri@jurta.org>
59
60 * searching.texi (Search and Replace): Fix `unread-command-events'
61 and add ref.
62
63 2013-12-03 Juri Linkov <juri@jurta.org>
64
65 * windows.texi (Choosing Window): Rename `no-display-ok' to
66 `allow-no-window'. (Bug#13594)
67
68 2013-11-30 Glenn Morris <rgm@gnu.org>
69
70 * Makefile.in (distclean): Remove Makefile.
71
72 2013-11-29 Andreas Politz <politza@fh-trier.de>
73
74 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
75 (Bug#14029).
76
77 2013-11-27 Glenn Morris <rgm@gnu.org>
78
79 * loading.texi (Library Search):
80 * os.texi (Startup Summary): No more leim directory.
81
82 2013-11-26 Glenn Morris <rgm@gnu.org>
83
84 * os.texi (Startup Summary): Update for leim-list being preloaded.
85
86 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
87
88 * frames.texi (Input Focus):
89 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
90
91 2013-11-23 Glenn Morris <rgm@gnu.org>
92
93 * loading.texi (Library Search):
94 Empty elements in EMACSLOADPATH now mean the default load-path.
95
96 2013-11-22 Glenn Morris <rgm@gnu.org>
97
98 * loading.texi (Library Search): Minor clarification.
99
100 2013-11-20 Leo Liu <sdl.web@gmail.com>
101
102 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
103
104 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
105
106 * os.texi (File Notifications): Add an index.
107
108 * loading.texi (Loading): Add an cross-reference.
109
110 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
111
112 * os.texi (Session Management, Desktop Notifications): Add some
113 indexes and a cross-reference.
114
115 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
116
117 * os.texi (Time Parsing):
118 (Processor Run Time, Input Modes, Terminal Output): Minor fixes.
119
120 2013-11-14 Glenn Morris <rgm@gnu.org>
121
122 * loading.texi (Library Search): Update section.
123
124 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
125
126 * os.texi (User Identification, Time of Day, Time Conversion):
127 Minor fixes.
128
129 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
130
131 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
132
133 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
134
135 * os.texi (Startup Summary): Add an index about startup screen.
136 Typo fix.
137 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
138
139 2013-11-08 Eli Zaretskii <eliz@gnu.org>
140
141 * display.texi (Truncation): Document that cache-long-scans is now
142 non-nil by default. (Bug#15797)
143
144 2013-11-05 Eli Zaretskii <eliz@gnu.org>
145
146 * lists.texi (Rearrangement): Fix indexing.
147
148 * display.texi (Bidirectional Display): Fix indexing.
149
150 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
151
152 * lists.texi (Rearrangement): Improve indexing.
153
154 * display.texi (Glyphs): Add an index for glyph code.
155 (Bidirectional Display): Improve indexing.
156
157 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
158
159 * display.texi (Face Attributes): Document :distant-foreground.
160
161 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
162
163 * display.texi (Abstract Display): Improve indexing.
164
165 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * display.texi (Selective Display): Discourage the use of explicit
168 selective display.
169
170 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
171
172 * display.texi (Showing Images): Add an index for image-size.
173 Use @code instead of @var for a normal variable.
174 (Multi-Frame Images): Improve indexing.
175 (Button Buffer Commands): Use @code instead of @var for a normal variable.
176 (Abstract Display): Explain the meaning of Ewoc.
177
178 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
179
180 * display.texi (Image Descriptors): Improve indexing.
181
182 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
183
184 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
185 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
186
187 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
188
189 * display.texi (Fontsets): Minor wording fix.
190 (Low-Level Font): Improve indexing.
191
192 * nonascii.texi (Character Properties): Add an index for script symbols.
193
194 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
195
196 * display.texi (Face Remapping): Add indexes for face remapping.
197 (Font Selection): Add indexes.
198 (Low-Level Font): Add an index for font registry.
199
200 2013-10-23 Glenn Morris <rgm@gnu.org>
201
202 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
203 Nuke @refill.
204
205 * Makefile.in (install-dvi, install-html, install-pdf)
206 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
207 (uninstall-pdf): Quote entities that might contain whitespace.
208
209 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
210
211 * display.texi (Face Attributes): Add indexes for the ‘:box’
212 face attribute.
213
214 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
215
216 * display.texi (Line Height): Add indexes for line height.
217
218 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
219
220 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
221
222 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
223
224 * display.texi (Selective Display): Add an index for explicit
225 selective display.
226
227 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
228
229 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
230
231 2013-10-13 Glenn Morris <rgm@gnu.org>
232
233 * intro.texi (Acknowledgments): Use accented form of some names.
234
235 2013-10-09 Glenn Morris <rgm@gnu.org>
236
237 * control.texi (Conditionals): Copyedits. (Bug#15558)
238
239 2013-10-08 Eli Zaretskii <eliz@gnu.org>
240
241 Support menus on text-mode terminals.
242 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
243 wording to the effect that menus are supported on TTYs.
244
245 * frames.texi (Pop-Up Menus, Dialog Boxes)
246 (Display Feature Testing): Update for menu support on TTYs.
247
248 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
251 non-headings.
252
253 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
254
255 * syntax.texi (Categories): Add an index for category sets.
256
257 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
258
259 * syntax.texi (Syntax Flags):
260 (Syntax Table Functions): Add indexes.
261
262 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
263
264 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
265
266 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
267
268 * searching.texi (Regexp Search): Refine.
269
270 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
271
272 * nonascii.texi (Default Coding Systems): Typo fix.
273
274 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
275
276 * nonascii.texi (Coding System Basics): Add information about carriage-return.
277
278 2013-09-14 Eli Zaretskii <eliz@gnu.org>
279
280 * display.texi (Display Margins): State the units of measuring
281 margin width. (Bug#15375)
282
283 2013-09-13 Eli Zaretskii <eliz@gnu.org>
284
285 * text.texi (Not Intervals): Minor wording fix.
286
287 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
288
289 * functions.texi (Obsolete Functions): Add an index for obsolete
290 functions.
291
292 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
293
294 * nonascii.texi (Character Properties): Character properties fix
295 for decimal-digit-value and digit-value.
296
297 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * macros.texi (Defining Macros): Prefer "function" to "lambda
300 expression" (bug#15296).
301
302 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
303
304 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
305 for portability to hosts where /bin/sh has problems.
306
307 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
310
311 2013-08-20 Eli Zaretskii <eliz@gnu.org>
312
313 * files.texi (Information about Files): Mention file names with
314 trailing blanks on MS-Windows. (Bug#15130)
315
316 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
317
318 * positions.texi (Positions): Improve indexing.
319
320 2013-08-18 Eli Zaretskii <eliz@gnu.org>
321
322 * markers.texi (The Region): Improve indexing.
323
324 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
325
326 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
327
328 * text.texi (Maintaining Undo): Mention interactive call of
329 buffer-disable-undo.
330 (Filling): Add cross-reference for hard newlines.
331 (Sorting): Fix indentation.
332 (Columns): Comment out undefined behavior.
333 (Case Changes): Fix an `args-out-of-range' error in the example.
334
335 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
336
337 * text.texi (Insertion): Refine.
338 (Margins): Add an index.
339 (Undo): Doc fix for `buffer-undo-list'.
340
341 * positions.texi (Character Motion):
342 * markers.texi (Moving Markers):
343 (Creating Markers): Comment out undefined behavior.
344
345 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
346
347 * markers.texi (The Region): Add/move indexes.
348
349 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
350
351 * display.texi (ImageMagick Images): Mention :content-type and
352 `image-content-type-suffixes'.
353
354 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
355
356 * positions.texi (Word Motion): Remove redundant sentence.
357
358 2013-08-13 Glenn Morris <rgm@gnu.org>
359
360 * lists.texi (List Elements):
361 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
362
363 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
364
365 * frames.texi (Display Feature Testing): Add indexes.
366
367 2013-08-12 Glenn Morris <rgm@gnu.org>
368
369 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
370 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
371 (INSTALL_DATA): New, set by configure.
372 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
373 New variables.
374 (.SUFFIXES): Add .ps and .dvi.
375 (.dvi.ps): New suffix rule.
376 (dvi, html, pdf, ps): Use *_TARGETS variables.
377 (elisp.html): Use HTML_OPTS.
378 (elisp.ps): Remove explicit rule.
379 (.PHONY): install-dvi, install-html, install-pdf, install-ps
380 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
381 uninstall-ps, and uninstall-doc.
382 (install-dvi, install-html, install-pdf, install-ps, install-doc)
383 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
384 (uninstall-doc): New rules.
385 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
386
387 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
388
389 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
390
391 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
392
393 * control.texi (Error Symbols): Minor fix for previous change.
394
395 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
398
399 * control.texi (Signaling Errors): Refer to define-error.
400 (Error Symbols): Add `define-error'.
401
402 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
403
404 * positions.texi (Motion by Screen Lines):
405 * display.texi (Truncation): Rename `cache-long-line-scans'
406 to `cache-long-scans'.
407
408 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
409
410 * windows.texi (Window Start and End): Add an index.
411
412 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
413
414 * display.texi (Face Functions): Add an index.
415
416 * variables.texi (Variable Aliases): Add an index.
417
418 * functions.texi (Defining Functions): Add an index.
419
420 * nonascii.texi (Coding System Basics): Add an index.
421
422 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
423
424 * nonascii.texi (Non-ASCII Characters): Update menu.
425 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
426
427 * elisp.texi (Top): Update menu.
428
429 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
430
431 * windows.texi (Window History): Mention the default value of
432 switch-to-visible-buffer. Add cross-references.
433
434 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
435
436 * errors.texi (Standard Errors): Fix typo.
437
438 * files.texi (Magic File Names):
439 * os.texi (File Notifications): Remove file-notify-supported-p.
440
441 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
442
443 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
444 non-well-formed expressions result in unspecified behavior, though
445 Emacs will not crash.
446
447 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
448
449 * files.texi (Magic File Names): Add file-notify-add-watch,
450 file-notify-rm-watch and file-notify-supported-p. Move
451 file-remote-p down.
452
453 * errors.texi (Standard Errors): Add file-notify-error.
454
455 * os.texi (Desktop Notifications): Rename from Notifications.
456 (File Notifications): New node.
457
458 * elisp.texi (Top): Update menu for these changes.
459
460 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
461
462 * windows.texi (Display Action Functions): Mention next-window.
463
464 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
465
466 * windows.texi (Selecting Windows): Fix the introduction of
467 `set-frame-selected-window''s arguments.
468
469 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
470
471 Timestamp fixes for undo (Bug#14824).
472 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
473
474 2013-07-06 Eli Zaretskii <eliz@gnu.org>
475
476 * nonascii.texi (Text Representations): Document that
477 multibyte-string-p returns nil for non-string objects.
478
479 2013-07-06 Glenn Morris <rgm@gnu.org>
480
481 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
482
483 2013-07-03 Glenn Morris <rgm@gnu.org>
484
485 * debugging.texi (Debugging):
486 * files.texi (File Attributes, Changing Files): Fix cross-references.
487
488 * package.texi (Package Archives): Fix @url call.
489
490 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
491
492 2013-06-29 Eli Zaretskii <eliz@gnu.org>
493
494 * display.texi (Bidirectional Display): Document move-point-visually.
495
496 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
497
498 * buffers.texi (Buffer File Name): Fix typo.
499
500 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
501
502 * tips.texi (Coding Conventions): Improve wording.
503
504 2013-06-24 Glenn Morris <rgm@gnu.org>
505
506 * loading.texi (Autoload): Fix typo.
507
508 * variables.texi (Lexical Binding): Fix typo.
509
510 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
511
512 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
513
514 * display.texi (ImageMagick Images): Mention :max-width and
515 :max-height.
516
517 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
518
519 * numbers.texi (Math Functions): Remove obsolete function log10.
520
521 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
524 rather than `local-map'.
525
526 * keymaps.texi (Active Keymaps): Fix documentation of
527 set-temporary-overlay-map and overriding-terminal-local-map.
528
529 2013-06-19 Glenn Morris <rgm@gnu.org>
530
531 * Makefile.in (dist): Edit more configure variables.
532 Try to check that we do not miss any in future.
533
534 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
535
536 * text.texi (Undo, Changing Properties): Fix typos.
537
538 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
539
540 * text.texi (Changing Properties): Document `add-face-text-property'.
541
542 2013-06-17 Kenichi Handa <handa@gnu.org>
543
544 * display.texi (Face Attributes): Refer to "Low-Level font" (not
545 "Font Selection") in the explanation of :font attribute (bug#14629).
546
547 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * loading.texi (Hooks for Loading): Don't document after-load-alist.
550 Document with-eval-after-load instead of eval-after-load.
551
552 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
553
554 * files.texi (File Name Expansion): Make the example more
555 intuitive.
556
557 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
558
559 Documentation fix for 'ls' and hard links.
560 * compile.texi (Compilation Functions):
561 * files.texi (File Attributes, Changing Files):
562 Use current format for GNU 'ls' output.
563 (File Attributes): Fix problem introduced in previous change:
564 the link count is the number of hard links, not the number
565 of hard links + 1.
566
567 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
568
569 * files.texi (File Attributes): Fix typo.
570
571 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * functions.texi (Lambda Expressions): Lambda expressions don't
574 evaluate to themselves in general (bug#11782).
575
576 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * loading.texi (Autoload):
579 * help.texi (Documentation Basics, Accessing Documentation)
580 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
581
582 2013-04-23 Glenn Morris <rgm@gnu.org>
583
584 * internals.texi (Writing Emacs Primitives): Remove obvious example.
585 Tweak other to avoid overly long line.
586
587 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
588
589 * internals.texi (Writing Emacs Primitives): Remove unnecessary
590 references to the sources. (Bug#13800)
591
592 * searching.texi (Regexp Backslash): Doc fix for backslash
593 constructs in regular expressions.
594
595 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
596
597 * tips.texi (Coding Conventions): Mention separation of package
598 descriptor and name of internal symbols by two hyphens.
599
600 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
601
602 * windows.texi (Splitting Windows): Change category of
603 split-window from a command to a function.
604
605 2013-04-06 Chong Yidong <cyd@gnu.org>
606
607 * display.texi (Faces): Minor clarifications.
608 (Defining Faces): Clarify default vs custom face specs.
609 Document face-spec-set.
610
611 * display.texi (Overlay Properties):
612 * text.texi (Special Properties): Use the "anonymous face"
613 terminology. Describe foreground-color and background-color forms
614 as compatibility-only.
615
616 2013-03-24 Eli Zaretskii <eliz@gnu.org>
617
618 * compile.texi (Byte-Code Objects): Add index entry.
619 (Disassembly): Add cross-references.
620
621 2013-03-23 Eli Zaretskii <eliz@gnu.org>
622
623 * frames.texi (Size Parameters): More accurate description of the
624 difference between 'fullboth' and 'maximized'. (Bug#13935)
625
626 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
627
628 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
629
630 2013-03-16 Glenn Morris <rgm@gnu.org>
631
632 * elisp.texi: Add some stuff specific to www.gnu.org.
633
634 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
635
636 * control.texi (Pattern matching case statement): Fix typo.
637
638 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
639
640 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
641
642 2013-03-03 Glenn Morris <rgm@gnu.org>
643
644 * objects.texi (Symbol Type): Fix typo.
645
646 2013-02-28 Bastien Guerry <bzg@gnu.org>
647
648 * variables.texi (File Local Variables): Fix reference.
649
650 2013-02-24 Eli Zaretskii <eliz@gnu.org>
651
652 * files.texi (Magic File Names): Improve wording and indexing.
653
654 2013-02-21 Glenn Morris <rgm@gnu.org>
655
656 * display.texi (Multi-Frame Images): Minor rephrasing.
657
658 2013-02-20 Glenn Morris <rgm@gnu.org>
659
660 * display.texi (GIF Images, TIFF Images): Delete these nodes.
661 (ImageMagick Images): For :index, use an xref rather than duplicating.
662 (Other Image Types): Add GIF, adjust formatting.
663 (Multi-Frame Images): Rename from Animated Images. Expand section.
664 * elisp.texi (Top): Update menu for these changes.
665
666 2013-02-19 Glenn Morris <rgm@gnu.org>
667
668 * text.texi (Change Hooks): Fix typo.
669
670 2013-02-15 Glenn Morris <rgm@gnu.org>
671
672 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
673
674 2013-02-13 Glenn Morris <rgm@gnu.org>
675
676 * objects.texi (Char-Table Type): Add footnote about #^^.
677
678 * modes.texi (Minor Mode Conventions): Fix typo.
679
680 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
681 meta characters; this changed in 22.1. (Bug#13684)
682
683 * objects.texi (Char-Table Type): Add cindex.
684
685 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
686
687 2013-02-10 Glenn Morris <rgm@gnu.org>
688
689 * keymaps.texi (Creating Keymaps): Update make-keymap result.
690
691 2013-02-09 Eli Zaretskii <eliz@gnu.org>
692
693 * modes.texi (%-Constructs): Remove the description of %t.
694
695 * nonascii.texi (MS-DOS File Types): Delete node.
696
697 2013-02-08 Glenn Morris <rgm@gnu.org>
698
699 * keymaps.texi (Active Keymaps, Searching Keymaps):
700 Remove confusing mention of "symbolic prefix". (Bug#13643)
701
702 2013-01-19 Glenn Morris <rgm@gnu.org>
703
704 * macros.texi (Indenting Macros): Fix order of an indent
705 symbol's arguments. (Bug#13450)
706
707 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
708
709 Allow floating-point file offsets.
710 * files.texi (Reading from Files, Writing to Files):
711 Say that file offsets can be numbers, not just integers.
712
713 2013-01-09 Glenn Morris <rgm@gnu.org>
714
715 * commands.texi (Interactive Codes):
716 Whitespace does not terminate interactive "S". (Bug#13393)
717
718 2013-01-06 Chong Yidong <cyd@gnu.org>
719
720 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
721
722 2013-01-05 Glenn Morris <rgm@gnu.org>
723
724 * display.texi (Overlay Properties): Mention field. (Bug#13364)
725
726 2013-01-05 Eli Zaretskii <eliz@gnu.org>
727
728 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
729 directive in a group of items.
730
731 2013-01-05 Chong Yidong <cyd@gnu.org>
732
733 * keymaps.texi (Key Sequences): Remove obsolete sentence
734 (Bug#13356).
735
736 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
737
738 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
739
740 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * files.texi (File Attributes): Undocument return format of file-acl.
743
744 2013-01-03 Glenn Morris <rgm@gnu.org>
745
746 * processes.texi (System Processes):
747 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
748
749 * searching.texi (Replacing Match): Fix xref.
750
751 * elisp.texi (DATE): Bump to Jan 2013.
752
753 2013-01-02 Glenn Morris <rgm@gnu.org>
754
755 * customize.texi (Common Keywords, Type Keywords):
756 Replace "active field" with "button". (Bug#13310)
757
758 * customize.texi (Common Keywords): Add xref. (Bug#13311)
759 * tips.texi (Library Headers): Add cindex.
760
761 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
762
763 * functions.texi (Declare Form):
764 * intro.texi (A Sample Function Description):
765 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
766 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
767 in @def.. commands. (Bug#13292)
768
769 2012-12-29 Eli Zaretskii <eliz@gnu.org>
770
771 * files.texi (Changing Files): Document the return values of
772 set-file-selinux-context and set-file-acl.
773
774 2012-12-27 Glenn Morris <rgm@gnu.org>
775
776 * files.texi (File Names): Mention Cygwin conversion functions.
777
778 2012-12-22 Martin Rudalics <rudalics@gmx.at>
779
780 * windows.texi (Selecting Windows): Reword description of
781 select-window (Bug#13248).
782
783 2012-12-22 Eli Zaretskii <eliz@gnu.org>
784
785 * files.texi (File Attributes, Changing Files): Remove the details
786 about the text returned by file-acl. Instead, just document that
787 it is an opaque string meant to be used by set-file-acl.
788
789 2012-12-21 Chong Yidong <cyd@gnu.org>
790
791 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
792
793 * customize.texi (Simple Types): Document key-sequence type
794 (Bug#13048).
795
796 * strings.texi (Text Comparison): Doc fix for compare-strings.
797
798 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
799
800 * files.texi (Magic File Names): Add `file-acl',
801 `file-selinux-context', `set-file-acl' and
802 `set-file-selinux-context'. Make the list consistent.
803
804 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
805
806 * tips.texi (Library Headers): New header keyword `Homepage'.
807 Make continuation lines syntax more precise.
808
809 2012-12-17 Eli Zaretskii <eliz@gnu.org>
810
811 * files.texi (File Attributes, Changing Files): Update to include
812 MS-Windows support for ACLs.
813
814 2012-12-16 Romain Francoise <romain@orebokech.com>
815
816 * files.texi (File Attributes): Document ACL support and new
817 `file-acl' function.
818 (Changing Files): Mention argument name change of `copy-file' and
819 document new function `set-file-acl'.
820
821 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
822
823 Fix permissions bugs with setgid directories etc. (Bug#13125)
824 * files.texi (Testing Accessibility): Document GROUP arg
825 of file-ownership-preserved-p.
826 (File Attributes): Document that 9th element is now
827 just a placeholder.
828 * os.texi (User Identification): Document new functions group-gid,
829 group-real-gid.
830
831 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
832
833 * internals.texi (C Integer Types): New section.
834 This follows up and records an email in
835 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
836
837 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * control.texi (Pattern matching case statement): New node.
840
841 * customize.texi (Variable Definitions): Mention the default :group
842 for defcustoms (bug#13093).
843
844 2012-12-09 Glenn Morris <rgm@gnu.org>
845
846 * customize.texi (Variable Definitions): Mention eval-defun
847 on a defcustom calls the :set function when appropriate.
848
849 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
850
851 * doclicense.texi, gpl.texi: Update to latest version from FSF.
852 These are just minor editorial changes.
853
854 2012-12-06 Chong Yidong <cyd@gnu.org>
855
856 * lists.texi (Plist Access): Move put example to Symbol Plists.
857
858 * symbols.texi (Standard Properties): Fix typo.
859
860 2012-12-03 Chong Yidong <cyd@gnu.org>
861
862 * symbols.texi (Symbol Properties): New node.
863 (Symbol Plists): Make it a subsection under Symbol Properties.
864 (Standard Properties): New node.
865
866 * lists.texi (Property Lists): Move here from symbols.texi.
867 (Plist Access): Rename from Other Plists.
868
869 * customize.texi (Variable Definitions):
870 * display.texi (Defining Faces):
871 * sequences.texi (Char-Tables): Fix xref.
872
873 * keymaps.texi (Key Sequences): `kbd' is now a function.
874
875 * commands.texi (Using Interactive): Fix index entry.
876
877 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
878
879 * doclicense.texi: Update to latest version from FSF.
880 These are just minor editorial changes.
881 * elisp.texi (GNU Free Documentation License)
882 (GNU General Public Licens):
883 Provide sectioning, since doclicense.texi no longer does that.
884
885 * loading.texi (Named Features): @ -> @@ to fix typo.
886
887 2012-11-24 Martin Rudalics <rudalics@gmx.at>
888
889 * windows.texi (Basic Windows): Fix typo.
890 (Windows and Frames): Fix example. Move description of
891 window-in-direction here.
892 (Recombining Windows): Fix example.
893 (Buffers and Windows): Fix description of replace-buffer-in-windows.
894 (Switching Buffers): Reword.
895 (Display Action Functions): Minor adjustments.
896 (Choosing Window Options): Minor fixes.
897 (Window History): Minor rewording.
898 (Dedicated Windows): Correct and reword part describing how
899 dedicatedness affects functions removing buffers or windows.
900 * buffers.texi (The Buffer List): Fix description of bury-buffer.
901
902 2012-11-24 Chong Yidong <cyd@gnu.org>
903
904 * modes.texi (%-Constructs): Fix statement about mode construct
905 padding (Bug#12866).
906
907 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * debugging.texi (Profiling): Make it more clear
910 that --enable-profiling is about profiling the C code.
911
912 2012-11-21 Glenn Morris <rgm@gnu.org>
913
914 * display.texi (Attribute Functions):
915 Update for set-face-* name changes.
916 Add new "inherit" argument for face-bold-p etc.
917 Move description of this argument to a common section, like "frame".
918
919 * debugging.texi (Profiling): New section.
920 (Debugging): Mention profiling in the introduction.
921 * tips.texi (Compilation Tips): Move profiling to separate section.
922 * elisp.texi: Add Profiling to detailed menu.
923
924 2012-11-21 Martin Rudalics <rudalics@gmx.at>
925
926 * windows.texi (Display Action Functions): Fix recently added
927 example. Suggested by Michael Heerdegen.
928
929 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
930
931 Minor cleanup for times as lists of four integers.
932 * os.texi (Time Parsing): Time values can now be four integers.
933
934 2012-11-18 Glenn Morris <rgm@gnu.org>
935
936 * loading.texi (How Programs Do Loading): Add eager macro expansion.
937 * macros.texi (Expansion): Mention eager macro expansion.
938
939 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
940
941 2012-11-18 Leo Liu <sdl.web@gmail.com>
942
943 * minibuf.texi (Programmed Completion): Doc fix for metadata
944 request (Bug#12850).
945
946 2012-11-18 Glenn Morris <rgm@gnu.org>
947
948 * display.texi (Temporary Displays): Document with-temp-buffer-window.
949
950 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
951 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
952 (Window Sizes): Add vindex for window-min-height, window-min-width.
953 (Display Action Functions): Mention pop-up-frame-parameters.
954
955 2012-11-16 Martin Rudalics <rudalics@gmx.at>
956
957 * windows.texi (Choosing Window): Rewrite description of
958 display-buffer-alist (Bug#12167).
959 (Display Action Functions): Mention inhibit-switch-frame.
960 Fix description of display-buffer-below-selected. Reorder actions.
961 Add example (Bug#12848).
962
963 2012-11-16 Glenn Morris <rgm@gnu.org>
964
965 * display.texi (Face Attributes): Fix :underline COLOR description.
966 (Attribute Functions): Update for set-face-underline rename.
967 Tweak descriptions of face-underline-p, face-inverse-video-p.
968
969 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
970 so they align better in info.
971 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
972 Document set-temporary-overlay-map.
973
974 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
977 with normal keymaps".
978
979 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
980
981 * internals.texi (Garbage Collection): Update descriptions
982 of vectorlike_header, garbage-collect and gc-cons-threshold.
983 (Object Internals): Explain Lisp_Object layout and the basics
984 of an internal type system.
985 (Buffer Internals): Update description of struct buffer.
986
987 2012-11-13 Glenn Morris <rgm@gnu.org>
988
989 * variables.texi (Adding Generalized Variables):
990 At least mention gv-define-expander and gv-letplace.
991
992 * debugging.texi (Error Debugging): Mention debug-on-message.
993 (Using Debugger): Mention debugger-bury-or-kill.
994
995 * control.texi (Signaling Errors):
996 * debugging.texi (Error Debugging):
997 * errors.texi (Standard Errors): Add user-error.
998
999 * variables.texi (Adding Generalized Variables):
1000 Use standard formatting for common lisp note about setf functions.
1001
1002 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1003
1004 * elisp.texi (Top): Add Recombining Windows to menu.
1005 * windows.texi (Recombining Windows): New subsection.
1006 (Splitting Windows): Rewrite text on handling of window
1007 combinations and move it to new subsection.
1008
1009 2012-11-10 Chong Yidong <cyd@gnu.org>
1010
1011 * searching.texi (Replacing Match): Document \? in replace-match.
1012
1013 * variables.texi (Creating Buffer-Local): Document setq-local and
1014 defvar-local.
1015 (Setting Generalized Variables): Arrange table alphabetically.
1016
1017 * lists.texi (List Elements, List Variables): Clarify descriptions
1018 of push and pop for generalized variables.
1019
1020 * edebug.texi (Specification List): setf is no longer CL-only.
1021
1022 2012-11-10 Glenn Morris <rgm@gnu.org>
1023
1024 * variables.texi (Adding Generalized Variables):
1025 Update description of FIX-RETURN expansion.
1026
1027 * variables.texi (Setting Generalized Variables):
1028 Split most of previous contents into this subsection.
1029 (Adding Generalized Variables): New subsection.
1030 Move note on lack of setf functions here from misc/cl.texi.
1031
1032 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1033
1034 2012-11-10 Chong Yidong <cyd@gnu.org>
1035
1036 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1037
1038 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * os.texi (Notifications): Update descriptions of
1041 notifications-notify, notifications-close-notification and
1042 notifications-get-capabilities according to latest code changes.
1043 Add notifications-get-server-information.
1044
1045 2012-11-03 Chong Yidong <cyd@gnu.org>
1046
1047 * objects.texi (General Escape Syntax): Clarify the explanation of
1048 escape sequences.
1049 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1050 multibyte. Hex escapes do not automatically make a string
1051 multibyte.
1052
1053 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1054
1055 * windows.texi (Switching Buffers): Document option
1056 switch-to-buffer-preserve-window-point.
1057 (Display Action Functions): Document window-height and
1058 window-width alist entries.
1059 (Display Action Functions):
1060 Document display-buffer-below-selected and
1061 display-buffer-in-previous-window.
1062 (Quitting Windows): Document quit-restore-window.
1063 Rewrite section.
1064 (Window Configurations): In window-state-get mention that
1065 argument window must be valid.
1066 (Window Parameters): Document quit-restore window parameter
1067 (Bug#12158).
1068
1069 2012-10-31 Glenn Morris <rgm@gnu.org>
1070
1071 * control.texi (Catch and Throw): Add xref to cl.texi.
1072
1073 * lists.texi (Sets And Lists): Point xref to better location.
1074
1075 * errors.texi (Standard Errors):
1076 * loading.texi (Autoload): Update for cl-lib namespace changes.
1077
1078 * modes.texi (Defining Minor Modes): "Generalized Variables"
1079 section is now in this manual rather than cl.texi.
1080
1081 * eval.texi (Special Forms): No longer special forms: defmacro,
1082 defun, save-window-excursion, with-output-to-temp-buffer.
1083 * functions.texi (Defining Functions): Defun is now a macro.
1084 Defalias is a function.
1085
1086 2012-10-30 Glenn Morris <rgm@gnu.org>
1087
1088 * variables.texi (Generalized Variables): Fix typo.
1089
1090 2012-10-30 Chong Yidong <cyd@gnu.org>
1091
1092 * symbols.texi (Symbol Plists): Document function-get.
1093
1094 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1095
1096 * frames.texi (Visibility of Frames): Document tty-top-frame.
1097
1098 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * keymaps.texi (Format of Keymaps): Document the multiple
1101 inheritance format.
1102
1103 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1104
1105 * windows.texi (Basic Windows): Reformulate description of live,
1106 internal and valid windows.
1107 (Cyclic Window Ordering): Describe new argument of
1108 get-lru-window and get-largest-window. Add description of
1109 window-in-direction.
1110
1111 2012-10-27 Glenn Morris <rgm@gnu.org>
1112
1113 * variables.texi (Generalized Variables): New section,
1114 adapted from misc/cl.texi.
1115 * elisp.texi (Top): Add Generalized Variables to menu.
1116 * lists.texi (List Elements, List Variables):
1117 Mention generalized variables.
1118
1119 * lists.texi (List Elements): Typo fix.
1120
1121 2012-10-27 Chong Yidong <cyd@gnu.org>
1122
1123 * minibuf.texi (High-Level Completion): Don't mention removed
1124 function iswitchb-read-buffer.
1125
1126 * commands.texi (Event Input Misc): Remove last-input-char.
1127 (Command Loop Info): Remove last-command-char.
1128
1129 * frames.texi (Initial Parameters): Don't mention the obsolete
1130 special-display feature.
1131
1132 * windows.texi (Choosing Window): Don't mention the obsolete
1133 special display feature.
1134 (Choosing Window Options): Remove obsolete special-display
1135 variables, and the functions special-display-p and
1136 special-display-popup-frame.
1137
1138 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1139
1140 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1141
1142 * markers.texi (Information from Markers): Remove obsolete
1143 function buffer-has-markers-at.
1144
1145 * text.texi (Yanking): Document yank-handled-properties.
1146
1147 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1148
1149 Update manual for new time stamp format (Bug#12706).
1150 * buffers.texi (Modification Time):
1151 * files.texi (Testing Accessibility, File Attributes):
1152 * intro.texi (Version Info):
1153 * os.texi (Time of Day):
1154 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1155 These instances were missed the first time around.
1156 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1157
1158 2012-10-24 Chong Yidong <cyd@gnu.org>
1159
1160 * minibuf.texi (Text from Minibuffer): Document read-regexp
1161 changes.
1162
1163 * nonascii.texi (Selecting a Representation):
1164 Document set-buffer-multibyte changes.
1165
1166 * keymaps.texi (Toolkit Differences): Node deleted.
1167 (Easy Menu): New node.
1168
1169 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1172
1173 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1174
1175 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1176 * files.texi (File Attributes):
1177 * text.texi (Undo):
1178 Time stamp resolution is now 1 picosecond, not 1 second.
1179
1180 2012-10-23 Chong Yidong <cyd@gnu.org>
1181
1182 * display.texi (Font Lookup): Remove font-list-limit.
1183
1184 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1185 (Bug#12529).
1186
1187 2012-10-22 Glenn Morris <rgm@gnu.org>
1188
1189 * os.texi (Recording Input): Tiny fix.
1190
1191 * intro.texi (Lisp History):
1192 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1193 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1194
1195 2012-10-15 Chong Yidong <cyd@gnu.org>
1196
1197 * macros.texi (Defining Macros): defmacro is now a macro.
1198 Explicitly list the docstring and declare arguments.
1199
1200 * functions.texi (Anonymous Functions): Explicitly list the
1201 docstring, declare, and interactive arguments to lambda.
1202 (Defining Functions): Likewise for defun.
1203 (Inline Functions): Likewise for defsubst.
1204 (Declare Form): Tweak description.
1205
1206 2012-10-13 Chong Yidong <cyd@gnu.org>
1207
1208 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1209
1210 2012-10-05 Chong Yidong <cyd@gnu.org>
1211
1212 * minibuf.texi (Basic Completion): Clarify list form of completion
1213 table (Bug#12564).
1214
1215 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1216
1217 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1218
1219 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1220
1221 Revert the FOLLOW-SYMLINKS change for file-attributes.
1222 * files.texi (File Attributes, Magic File Names): Undo last change.
1223
1224 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1225
1226 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1227 * files.texi (File Attributes): Describe it.
1228 (Magic File Names): Use it.
1229
1230 2012-09-30 Chong Yidong <cyd@gnu.org>
1231
1232 * commands.texi (Click Events): Define "mouse position list".
1233 Remove mention of unimplemented horizontal scroll bars.
1234 (Drag Events, Motion Events): Refer to "mouse position list".
1235 (Accessing Mouse): Document posnp.
1236
1237 * errors.texi (Standard Errors): Tweak arith-error description.
1238 Tweak markup. Remove domain-error and friends, which seem to be
1239 unused after the floating-point code revamp.
1240
1241 * functions.texi (Obsolete Functions): Obsolescence also affects
1242 documentation commands. Various clarifications.
1243 (Declare Form): New node.
1244
1245 * strings.texi (String Basics): Copyedits.
1246
1247 * os.texi (Idle Timers): Minor clarifications.
1248 (User Identification): Add system-users and system-groups.
1249
1250 * macros.texi (Defining Macros): Move description of `declare' to
1251 Declare Form node.
1252
1253 * loading.texi (Autoload):
1254 * help.texi (Documentation Basics): The special sequences can
1255 trigger autoloading.
1256
1257 * numbers.texi (Integer Basics): Copyedits.
1258 (Float Basics): Consider IEEE floating point always available.
1259 (Random Numbers): Document actual limits.
1260 (Arithmetic Operations): Clarify division by zero. Don't mention
1261 the machine-independence of negative division since it does not
1262 happen in practice.
1263
1264 2012-09-28 Chong Yidong <cyd@gnu.org>
1265
1266 * os.texi (Startup Summary): Document leim-list.el change.
1267
1268 2012-09-25 Chong Yidong <cyd@gnu.org>
1269
1270 * functions.texi (Defining Functions): defun is now a macro.
1271
1272 2012-09-28 Leo Liu <sdl.web@gmail.com>
1273
1274 * files.texi (Files): Fix typo.
1275
1276 2012-09-23 Chong Yidong <cyd@gnu.org>
1277
1278 * buffers.texi (Read Only Buffers): Document read-only-mode.
1279
1280 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1281 read-only-mode.
1282
1283 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1284 calling conventions.
1285
1286 2012-09-22 Chong Yidong <cyd@gnu.org>
1287
1288 * searching.texi (Replacing Match): Minor clarification.
1289
1290 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1291
1292 * edebug.texi (Instrumenting): Improve indexing.
1293
1294 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1295 from within its own timer action. (Bug#12447)
1296
1297 2012-09-22 Chong Yidong <cyd@gnu.org>
1298
1299 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1300
1301 2012-09-21 Glenn Morris <rgm@gnu.org>
1302
1303 * debugging.texi (Using Debugger): Fix typo.
1304
1305 2012-09-18 Chong Yidong <cyd@gnu.org>
1306
1307 * display.texi (Faces): Discuss anonymous faces.
1308 (Face Attributes): Tweak intro.
1309 (Defining Faces): Move after the Face Attributes node. Copyedits.
1310 (Displaying Faces): Describe role of inheritance.
1311
1312 * customize.texi (Customization): Define customization more
1313 carefully (Bug#11440).
1314 (Common Keywords): Add xref to Constant Variables.
1315
1316 * variables.texi (Defining Variables): Link to defcustom's node
1317 instead of the higher-level Customization chapter.
1318
1319 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1320
1321 Simplify, document, and port floating-point (Bug#12381).
1322 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1323 Document that / and mod (with floating point arguments), along
1324 with asin, acos, log, log10, expt and sqrt, return special values
1325 instead of signaling exceptions.
1326 (Float Basics): Document that logb operates on the absolute value
1327 of its argument.
1328 (Math Functions): Document that (log ARG BASE) also returns NaN if
1329 BASE is negative. Document that (expt X Y) returns NaN if X is a
1330 finite negative number and Y a finite non-integer.
1331
1332 2012-09-09 Chong Yidong <cyd@gnu.org>
1333
1334 * lists.texi (Sets And Lists): Explain that the return value for
1335 delete should be used, like for delq.
1336
1337 * minibuf.texi (Yes-or-No Queries): Document recentering and
1338 scrolling in y-or-n-p. Remove gratuitous example.
1339
1340 * searching.texi (Search and Replace): Document window scrolling
1341 entries in query-replace-map.
1342
1343 2012-09-08 Chong Yidong <cyd@gnu.org>
1344
1345 * syntax.texi (Syntax Table Internals): Define "raw syntax
1346 descriptor" terminology (Bug#12383).
1347 (Syntax Descriptors): Mention raw syntax descriptors.
1348
1349 2012-09-07 Chong Yidong <cyd@gnu.org>
1350
1351 * variables.texi (Creating Buffer-Local): Fix description of
1352 local-variable-if-set-p (Bug#10713).
1353
1354 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1355
1356 * windows.texi (Display Action Functions)
1357 (Choosing Window Options): Remove obsolete variable
1358 display-buffer-reuse-frames.
1359 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1360
1361 * positions.texi (Narrowing): Document buffer-narrowed-p.
1362
1363 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1364
1365 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1366 (Bug#12269).
1367
1368 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1369
1370 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1371
1372 2012-09-02 Chong Yidong <cyd@gnu.org>
1373
1374 * windows.texi (Window Configurations): Recommend against using
1375 save-window-excursion (Bug#12075).
1376
1377 * control.texi (Catch and Throw):
1378 * positions.texi (Excursions): Don't mention it.
1379
1380 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1381
1382 Better seed support for (random).
1383 * numbers.texi (Random Numbers): Document new behavior of
1384 the calls (random) and (random STRING).
1385
1386 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1387
1388 * windows.texi (Window Point): Document recent changes in
1389 window-point and set-window-point.
1390 (Selecting Windows): Document recent change in select-window.
1391
1392 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1393
1394 * functions.texi (Closures): Put the main index entry for
1395 "closures" here. (Bug#12138)
1396
1397 * variables.texi (Lexical Binding): Disambiguate the index entry
1398 for "closures".
1399
1400 2012-08-05 Chong Yidong <cyd@gnu.org>
1401
1402 * display.texi (Defining Faces): Move documentation of
1403 frame-background-mode to the Emacs manual (Bug#7774).
1404
1405 2012-08-04 Chong Yidong <cyd@gnu.org>
1406
1407 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1408 Fix description of syntax table inheritance.
1409 (Syntax Table Functions): Don't refer to internal contents of
1410 syntax table, since that is not explained yet. Copyedits.
1411 (Standard Syntax Tables): Node deleted.
1412 (Syntax Table Internals): Misc clarifications. Improve table
1413 formatting.
1414
1415 * keymaps.texi (Inheritance and Keymaps):
1416 * text.texi (Sticky Properties): Tweak index entry.
1417
1418 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1419
1420 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1421
1422 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1423
1424 Prefer typical American spelling for "acknowledgment".
1425 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1426
1427 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1428
1429 * commands.texi (Special Events): Mention language-change event.
1430 (Input Events, Interactive Codes):
1431 * keymaps.texi (Key Sequences): Mention events that are
1432 non-keyboard but also non-mouse events.
1433
1434 2012-07-17 Chong Yidong <cyd@gnu.org>
1435
1436 * text.texi (Insertion): Document insert-char changes.
1437
1438 2012-07-15 Leo Liu <sdl.web@gmail.com>
1439
1440 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1441
1442 2012-07-13 Chong Yidong <cyd@gnu.org>
1443
1444 * buffers.texi (Read Only Buffers): Document toggle-read-only
1445 changes. Reword to account for the fact that read-only is
1446 currently not supported in overlay properties.
1447
1448 2012-07-07 Chong Yidong <cyd@gnu.org>
1449
1450 * loading.texi (Library Search): Index site-lisp directories.
1451
1452 2012-07-06 Chong Yidong <cyd@gnu.org>
1453
1454 * intro.texi (A Sample Function Description): Fix incorrect
1455 markup, undoing previous change.
1456 (A Sample Variable Description): Minor clarifications and markup
1457 improvements.
1458
1459 * elisp.texi (Top):
1460 * text.texi (Text): Fix menu order.
1461
1462 2012-07-06 Richard Stallman <rms@gnu.org>
1463
1464 * intro.texi (Evaluation Notation, A Sample Function Description):
1465 (A Sample Variable Description): Improve/undo previous changes.
1466
1467 2012-07-05 Glenn Morris <rgm@gnu.org>
1468
1469 * intro.texi (A Sample Function Description): Fix cross-refs.
1470
1471 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1472
1473 * intro.texi (Evaluation Notation, A Sample Function Description)
1474 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1475
1476 2012-06-27 Chong Yidong <cyd@gnu.org>
1477
1478 * processes.texi (Asynchronous Processes, Input to Processes):
1479 * internals.texi (Process Internals): Don't capitalize "pty".
1480
1481 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1482
1483 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1484 discussion more prominent.
1485
1486 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1487
1488 * commands.texi (Misc Events): Document the language-change event.
1489
1490 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1491
1492 Support higher-resolution time stamps (Bug#9000).
1493 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1494 * processes.texi (System Processes):
1495 Time stamp resolution is now picosecond, not microsecond.
1496
1497 2012-06-21 Glenn Morris <rgm@gnu.org>
1498
1499 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1500
1501 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * functions.texi (Defining Functions):
1504 * macros.texi (Defining Macros): Un-define the return value of `defun',
1505 `defmacro' and `defalias'.
1506
1507 2012-06-17 Chong Yidong <cyd@gnu.org>
1508
1509 * elisp.texi: Remove urlcolor setting.
1510
1511 2012-06-17 Glenn Morris <rgm@gnu.org>
1512
1513 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1514 Overlining no longer behaves exactly like underlining.
1515
1516 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
1517
1518 * display.texi (Face Attributes):
1519 Document wave-style underline face attribute.
1520
1521 2012-06-11 Chong Yidong <cyd@gnu.org>
1522
1523 * display.texi (ImageMagick Images): ImageMagick now supports the
1524 :background property.
1525
1526 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1527
1528 * internals.texi (Garbage Collection): Typo fix.
1529
1530 2012-06-09 Chong Yidong <cyd@gnu.org>
1531
1532 * text.texi (Special Properties): Clarify the meaning of a list of
1533 faces in the `face' property.
1534
1535 * display.texi (Face Remapping): Minor clarification.
1536
1537 2012-06-08 Chong Yidong <cyd@gnu.org>
1538
1539 * display.texi (Face Attributes): Font family does not accept
1540 wildcards. De-document obsolete :bold and :italic attributes.
1541 (Defining Faces): Use new-style face spec format.
1542
1543 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1544
1545 * internals.texi (Garbage Collection): Document new
1546 vector management code and vectorlike_header structure.
1547
1548 2012-06-03 Chong Yidong <cyd@gnu.org>
1549
1550 * modes.texi (Mode Line Data): Use "mode line construct"
1551 terminology for consistency.
1552
1553 2012-05-27 Glenn Morris <rgm@gnu.org>
1554
1555 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1556 * buffers.texi, commands.texi, compile.texi, control.texi:
1557 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1558 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1559 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1560 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1561 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1562 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1563 * objects.texi, os.texi, package.texi, positions.texi:
1564 * processes.texi, searching.texi, sequences.texi, streams.texi:
1565 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1566 * variables.texi, windows.texi: Nuke hand-written node pointers.
1567
1568 2012-05-27 Chong Yidong <cyd@gnu.org>
1569
1570 * functions.texi (Obsolete Functions):
1571 Fix doc for set-advertised-calling-convention.
1572
1573 * modes.texi (Mode Help): Fix describe-mode.
1574
1575 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1576
1577 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1578
1579 2012-05-27 Martin Rudalics <rudalics@gmx.at>
1580
1581 * commands.texi (Recursive Editing): recursive-edit is a command.
1582
1583 * compile.texi (Docs and Compilation):
1584 byte-compile-dynamic-docstrings is an option.
1585
1586 * debugging.texi (Invoking the Debugger): debug is a command.
1587
1588 * display.texi (Progress): progress-reporter-update and
1589 progress-reporter-force-update have VALUE argument optional.
1590 (Animated Images): Use non-@code{nil} instead of non-nil.
1591
1592 * files.texi (Format Conversion Round-Trip):
1593 Use non-@code{nil} instead of non-nil.
1594
1595 * frames.texi (Creating Frames): make-frame is a command.
1596 (Input Focus): select-frame is a command.
1597 (Pointer Shape): void-text-area-pointer is an option.
1598
1599 * help.texi (Describing Characters): read-kbd-macro is a command.
1600 (Help Functions): describe-prefix-bindings is a command.
1601
1602 * markers.texi (Creating Markers): Both arguments of copy-marker
1603 are optional.
1604
1605 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1606
1607 * modes.texi (Mode Line Variables): mode-line-remote and
1608 mode-line-client are not options.
1609 (Imenu): imenu-add-to-menubar is a command.
1610 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
1611
1612 * os.texi (Sound Output): play-sound-file is a command.
1613
1614 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
1615
1616 * processes.texi (Signals to Processes):
1617 Use @key{RET} instead of @code{RET}.
1618 (Signals to Processes): signal-process is a command.
1619
1620 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
1621 (Base 64): base64-encode-string is not a command while
1622 base64-decode-region is.
1623
1624 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1625
1626 2012-05-12 Glenn Morris <rgm@gnu.org>
1627
1628 * Makefile.in (MKDIR_P): New, set by configure.
1629 (mkinfodir): Use $MKDIR_P.
1630
1631 2012-05-10 Glenn Morris <rgm@gnu.org>
1632
1633 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1634 with "coding: raw-text".
1635 Concept of multibyte sessions no longer exists.
1636
1637 * files.texi (File Locks): Mention create-lockfiles option.
1638
1639 2012-05-09 Glenn Morris <rgm@gnu.org>
1640
1641 * vol1.texi, vol2.texi: Remove files.
1642 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1643 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1644
1645 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
1646
1647 * two-volume.make (emacsdir): New.
1648 (tex): Add directory with emacsver.texi to TEXINPUTS.
1649
1650 * minibuf.texi (Minibuffer History, Basic Completion):
1651 Tweak page breaks.
1652
1653 * internals.texi (Garbage Collection, Memory Usage)
1654 (Writing Emacs Primitives): Tweak page breaks.
1655
1656 * streams.texi (Output Variables): Improve page break.
1657
1658 * edebug.texi (Edebug Display Update): Improve page break.
1659
1660 * compile.texi (Disassembly): Condense the examples.
1661
1662 * eval.texi, functions.texi, loading.texi, macros.texi:
1663 Where possible, use example rather than smallexample.
1664
1665 * symbols.texi: Where possible, use example rather than smallexample.
1666 (Symbol Components): Fix typo.
1667 (Other Plists): Tweak page break.
1668
1669 * sequences.texi (Arrays): Tweak page breaks.
1670
1671 * customize.texi: Where possible, use example rather than smallexample.
1672 (Common Keywords, Variable Definitions, Applying Customizations)
1673 (Custom Themes): Tweak page breaks.
1674
1675 * control.texi: Where possible, use example rather than smallexample.
1676 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1677 Tweak page breaks.
1678
1679 2012-05-08 Glenn Morris <rgm@gnu.org>
1680
1681 * two.el: Remove; unused since creation of two-volume.make.
1682
1683 * vol1.texi, vol2.texi: No need to keep menus in these files.
1684
1685 2012-05-05 Glenn Morris <rgm@gnu.org>
1686
1687 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1688
1689 * intro.texi (Caveats): Copyedit.
1690 (Lisp History): Convert inforef to xref.
1691 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1692
1693 * text.texi (Auto Filling): Don't mention Emacs 19.
1694
1695 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1696 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1697
1698 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1699
1700 * lists.texi (List-related Predicates, List Variables):
1701 Tweak page-breaks.
1702 (Sets And Lists): Convert inforef to xref.
1703
1704 2012-05-04 Glenn Morris <rgm@gnu.org>
1705
1706 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1707 (info, infoclean): Use $INFO_EXT.
1708 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1709 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1710 (info, maintainer-clean): Use $INFO_EXT.
1711 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1712
1713 2012-05-04 Chong Yidong <cyd@gnu.org>
1714
1715 * os.texi (Timers): Use defopt for timer-max-repeats.
1716
1717 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1718
1719 * os.texi (Time of Day): Do not limit current-time-string
1720 to years 1000..9999.
1721
1722 2012-05-02 Chong Yidong <cyd@gnu.org>
1723
1724 * display.texi (Font Lookup):
1725 * frames.texi (Pointer Shape):
1726 * processes.texi (Subprocess Creation): Use defopt for options.
1727
1728 2012-05-02 Glenn Morris <rgm@gnu.org>
1729
1730 * elisp.texi (@copying):
1731 * intro.texi (Introduction): Only print VERSION in the TeX version.
1732
1733 2012-05-02 Chong Yidong <cyd@gnu.org>
1734
1735 * text.texi (Change Hooks): Minor fix for after-change-functions.
1736
1737 2012-05-02 Glenn Morris <rgm@gnu.org>
1738
1739 * package.texi (Packaging Basics):
1740 * loading.texi (Autoload):
1741 * files.texi (Magic File Names):
1742 Reword to remove/reduce some overly long/short lines.
1743
1744 2012-04-27 Glenn Morris <rgm@gnu.org>
1745
1746 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1747 * modes.texi (Major Modes, Auto-Indentation):
1748 * buffers.texi (Buffers): Some fixes for menu descriptions.
1749
1750 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1751 * functions.texi (Simple Lambda, Argument List):
1752 * eval.texi (Function Indirection): Avoid deprecated form.
1753
1754 2012-04-27 Glenn Morris <rgm@gnu.org>
1755
1756 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1757 Add "et al." to authors.
1758
1759 * buffers.texi, commands.texi, compile.texi, control.texi:
1760 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1761 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1762 * modes.texi, numbers.texi, objects.texi, streams.texi:
1763 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1764 Use Texinfo recommended convention for quotes+punctuation.
1765
1766 2012-04-27 Chong Yidong <cyd@gnu.org>
1767
1768 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1769 to where-is-internal (Bug#10872).
1770
1771 2012-04-27 Glenn Morris <rgm@gnu.org>
1772
1773 * macros.texi (Indenting Macros): Fix typo.
1774
1775 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1776 (Resizing Windows, Deleting Windows, Selecting Windows)
1777 (Choosing Window Options, Horizontal Scrolling)
1778 (Cyclic Window Ordering, Window History, Dedicated Windows)
1779 (Quitting Windows, Window Configurations, Textual Scrolling):
1780 (Coordinates and Windows, Window Configurations)
1781 (Window Parameters, Window Hooks): Copyedits.
1782 (Splitting Windows, Deleting Windows):
1783 Fix ignore-window-parameters logic.
1784 (Selecting Windows, Choosing Window Options): Markup fixes.
1785 (Window Start and End): Remove pointless example.
1786 Remove cross-reference to deleted count-lines content.
1787 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1788 and recenter-positions. Remove recenter example.
1789
1790 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1791
1792 * minibuf.texi (Intro to Minibuffers):
1793 Tweak discussion of resizing minibuffer window.
1794
1795 2012-04-26 Glenn Morris <rgm@gnu.org>
1796
1797 * elisp-covers.texi, front-cover-1.texi: Remove files.
1798
1799 * tindex.pl: Remove file.
1800
1801 * makefile.w32-in (srcs):
1802 * Makefile.in (srcs): Remove back.texi (which is unused).
1803
1804 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1805
1806 * os.texi (Notifications): Extend possible notification hints.
1807 Add notifications-get-capabilities.
1808
1809 2012-04-20 Chong Yidong <cyd@gnu.org>
1810
1811 * processes.texi (Asynchronous Processes): Mention nil argument to
1812 start-process.
1813
1814 2012-04-20 Glenn Morris <rgm@gnu.org>
1815
1816 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1817 Don't mention obsolete `nospace' argument of all-completions.
1818 (Minibuffer Completion, Completion Commands, Reading File Names)
1819 (Completion Variables): Copyedits.
1820 (Completion Commands): Mention parent keymaps.
1821 Remove obsolete minibuffer-local-filename-must-match-map.
1822 (High-Level Completion): Remove read-variable's almost
1823 word-for-word duplication of read-command.
1824 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1825 Update "High-Level Completion" description.
1826
1827 * minibuf.texi (Minibuffers):
1828 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1829
1830 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1831 Use Texinfo-recommended form of quote+punctuation.
1832 (Intro to Minibuffers): First minibuffer is #1, not #0.
1833 Mention minibuffer-inactive-mode.
1834 (Text from Minibuffer): Copyedits.
1835 (Minibuffer History, Programmed Completion): Fix @var usage.
1836 (Object from Minibuffer): Remove overly pedantic para.
1837 (Minibuffer History): Copyedits. Add face-name-history.
1838 (Initial Input, Yes-or-No Queries, Multiple Queries)
1839 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1840 (Yes-or-No Queries): Tweak example.
1841 (Minibuffer Commands): Add next-complete-history-element.
1842 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1843 minibuffer-inactive-mode.
1844
1845 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1846 (Bindat Functions): Copyedits.
1847
1848 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
1849
1850 * files.texi (Saving Buffers): Document `visit and `visit-save'
1851 values of require-final-newline.
1852
1853 2012-04-20 Glenn Morris <rgm@gnu.org>
1854
1855 * processes.texi (Output from Processes, Filter Functions):
1856 Mention waiting-for-user-input-p.
1857 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1858 (Network Servers, Datagrams, Network Processes, Network Options)
1859 (Network Feature Testing, Serial Ports): Copyedits.
1860 (Network): Add encrypted network overview paragraph.
1861 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1862
1863 2012-04-20 Chong Yidong <cyd@gnu.org>
1864
1865 * help.texi (Keys in Documentation): Mention :advertised-binding.
1866
1867 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1868 description to help.texi.
1869
1870 2012-04-20 Glenn Morris <rgm@gnu.org>
1871
1872 * processes.texi (Process Information, Input to Processes)
1873 (Signals to Processes, Output from Processes, Process Buffers)
1874 (Filter Functions, Decoding Output): Copyedits.
1875 (Accepting Output): Discourage use of `millisec' argument.
1876
1877 2012-04-15 Glenn Morris <rgm@gnu.org>
1878
1879 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
1880 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1881 Copyedits.
1882 (Subprocess Creation): Discourage modifying exec-path directly.
1883 (Synchronous Processes, Asynchronous Processes):
1884 Update some example output.
1885 (Process Information): Fix typo.
1886 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1887
1888 2012-04-15 Glenn Morris <rgm@gnu.org>
1889
1890 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1891 open-network-stream does exist in Emacs 23, but is simpler.
1892
1893 2012-04-15 Chong Yidong <cyd@gnu.org>
1894
1895 * customize.texi (Custom Themes): Also document load-theme etc.
1896
1897 2012-04-14 Chong Yidong <cyd@gnu.org>
1898
1899 * customize.texi (Applying Customizations):
1900 (Custom Themes): New nodes.
1901
1902 * display.texi (Defining Faces): Reference custom-set-faces.
1903
1904 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1905 * os.texi (Startup Summary): Copyedits.
1906
1907 2012-04-14 Glenn Morris <rgm@gnu.org>
1908
1909 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1910
1911 * strings.texi (Case Tables):
1912 * objects.texi (General Escape Syntax):
1913 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1914
1915 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1916 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1917 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1918 * text.texi: Use @file for buffers, per the Texinfo manual.
1919
1920 * compile.texi (Compiler Errors): Add missing space in buffer name.
1921
1922 2012-04-14 Chong Yidong <cyd@gnu.org>
1923
1924 * processes.texi (Query Before Exit): Remove obsolete function
1925 process-kill-without-query (Bug#11190).
1926
1927 2012-04-14 Glenn Morris <rgm@gnu.org>
1928
1929 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1930 Use @env for environment variables.
1931
1932 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1933
1934 2012-04-12 Jari Aalto <jari.aalto@cante.net>
1935
1936 * processes.texi (Synchronous Processes):
1937 Mention `default-directory' (bug#7515).
1938
1939 2012-04-09 Chong Yidong <cyd@gnu.org>
1940
1941 * customize.texi (Variable Definitions): Remove user-variable-p.
1942
1943 * commands.texi (Interactive Codes):
1944 * help.texi (Accessing Documentation):
1945 * minibuf.texi (High-Level Completion): Callers changed.
1946
1947 2012-04-06 Chong Yidong <cyd@gnu.org>
1948
1949 * minibuf.texi (Programmed Completion): Document metadata method.
1950 (Completion Variables): Document completion-category-overrides.
1951
1952 2012-04-05 Chong Yidong <cyd@gnu.org>
1953
1954 * anti.texi (Antinews): Rewrite for Emacs 23.
1955
1956 2012-04-04 Chong Yidong <cyd@gnu.org>
1957
1958 * minibuf.texi (Programmed Completion): Remove obsolete variable
1959 completion-annotate-function.
1960 (Completion Variables): Rename from Completion Styles.
1961 Document completion-extra-properties. Document completion-styles-alist
1962 change.
1963 (Reading File Names): minibuffer-local-filename-must-match-map is
1964 not used anymore.
1965 (Minibuffer Completion): Document completing-read-function.
1966 (Completion in Buffers): completion-at-point-functions can return
1967 properties recognized in completion-extra-properties.
1968
1969 * display.texi (Delayed Warnings): New node.
1970
1971 * os.texi (Notifications): Copyedits.
1972
1973 2012-04-04 Glenn Morris <rgm@gnu.org>
1974
1975 * os.texi (Notifications): Copyedits.
1976
1977 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
1978
1979 * os.texi (Terminal-Specific): Fix typo.
1980 (Notifications): New section.
1981
1982 * elisp.texi (Top):
1983 * vol1.texi (Top):
1984 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1985 menu entries.
1986
1987 2012-04-01 Chong Yidong <cyd@gnu.org>
1988
1989 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1990 file-in-directory-p.
1991
1992 2012-03-31 Glenn Morris <rgm@gnu.org>
1993
1994 * edebug.texi (Instrumenting Macro Calls):
1995 Mention defining macros at instrumentation time.
1996 (Edebug Options): Mention edebug-unwrap-results.
1997
1998 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1999
2000 * text.texi (Special Properties): Clarify the description of the
2001 effect of integer values of the 'cursor' property on cursor
2002 position. See the discussions in bug#11068 for more details and
2003 context.
2004
2005 2012-03-31 Glenn Morris <rgm@gnu.org>
2006
2007 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2008 Copyedits.
2009
2010 2012-03-30 Chong Yidong <cyd@gnu.org>
2011
2012 * display.texi (Image Formats): Add imagemagick type.
2013 (Image Descriptors): Mention how they are used.
2014 (ImageMagick Images): Clarify role of imagemagick-register-types.
2015 (Character Display): Don't mention glyph tables.
2016 (Display Tables): Use make-glyph-code in example.
2017 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2018 tables are semi-obsolete. De-document create-glyph.
2019 (Glyphless Chars): Note that display tables override this.
2020 (Bidirectional Display): Copyedits. Introduce "bidirectional
2021 reordering" terminology, and use it.
2022
2023 2012-03-30 Glenn Morris <rgm@gnu.org>
2024
2025 * edebug.texi (Jumping): Give name of `i' binding.
2026
2027 2012-03-28 Glenn Morris <rgm@gnu.org>
2028
2029 * searching.texi (Regular Expressions, Regexp Special):
2030 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
2031 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2032 (Regexp Special): Mention collation.
2033 Clarify char classes with an example.
2034 (Regexp Functions): Mention regexp-opt is not guaranteed.
2035 Mention regexp-opt-charset.
2036 (Regexp Search): Recommend against looking-back.
2037 (Search and Replace): Use Texinfo recommended quote convention.
2038 Add more query-replace-map items. List multi-query-replace-map items.
2039
2040 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2041
2042 * windows.texi (Window History): Describe new option
2043 switch-to-visible-buffer.
2044
2045 2012-03-27 Glenn Morris <rgm@gnu.org>
2046
2047 * searching.texi (String Search): Add xref to Emacs manual.
2048 Copyedits. Mention the function word-search-regexp.
2049 (Searching and Case): Add xref to Emacs manual. Copyedits.
2050
2051 * processes.texi (Network Servers): Standardize apostrophe usage.
2052
2053 * os.texi (System Environment): Copyedits. Remove some examples
2054 that do not seem useful. Mention setenv third arg.
2055 tty-erase-char does not seem to be nil under a window-system.
2056 (User Identification): Copyedits.
2057 Remove some examples that do not seem useful.
2058
2059 2012-03-26 Glenn Morris <rgm@gnu.org>
2060
2061 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2062 (Init File): Copyedits.
2063 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2064 (Killing Emacs): Copyedits.
2065 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2066 Shorten the example, use more standard shell prompts.
2067
2068 2012-03-25 Chong Yidong <cyd@gnu.org>
2069
2070 * display.texi (Fringes): Note that fringes are shown on graphical
2071 displays only.
2072 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2073 (Replacing Specs): Clarify example.
2074 (Manipulating Buttons): Note that button-at can return a marker.
2075 (Buttons): Minor rewrite.
2076 (Character Display): New node. Consolidate all character display
2077 related nodes into its subsections.
2078 (Usual Display): Character 127 is also affected by ctl-arrow.
2079 (Display Tables): Improve example.
2080
2081 2012-03-22 Glenn Morris <rgm@gnu.org>
2082
2083 * strings.texi (Text Comparison): Mention string-prefix-p.
2084
2085 2012-03-21 Chong Yidong <cyd@gnu.org>
2086
2087 * display.texi (The Echo Area): Add xref to Output Streams.
2088 (Displaying Messages): Improve doc of message.
2089 (Echo Area Customization, Invisible Text): Copyedits.
2090 (Invisible Text): Mention that spec comparison is done with eq.
2091 (Width): Improve doc of char-width.
2092 (Faces): Recommend using symbol instead of string for face name.
2093 Minor clarifications.
2094 (Defining Faces): Copyedits. Update face example.
2095 (Attribute Functions): Mark set-face-foreground etc as commands.
2096 (Face Remapping): Mention text-scale-adjust.
2097 Clarify face-remapping-alist and related docs.
2098 (Face Functions): Don't document make-face or copy-face.
2099
2100 2012-03-20 Chong Yidong <cyd@gnu.org>
2101
2102 * display.texi (Forcing Redisplay): Various rewrites to reflect
2103 new value of redisplay-dont-pause.
2104 (Truncation): Copyedits.
2105
2106 2012-03-20 Glenn Morris <rgm@gnu.org>
2107
2108 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2109 Add summary table of some relevant command-line options.
2110
2111 2012-03-18 Chong Yidong <cyd@gnu.org>
2112
2113 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2114 (Writing Emacs Primitives): Re-organize discussion of functions
2115 with variable Lisp arguments are handled. Delete an obsolete
2116 remark, previously tagged as FIXME.
2117
2118 * os.texi (Idle Timers): Minor clarification.
2119 (Idle Timers): Link to Time of Day for description of time list.
2120
2121 2012-03-18 Glenn Morris <rgm@gnu.org>
2122
2123 * os.texi (System Interface): Flow control was removed.
2124 (Startup Summary): General update.
2125 (Init File): Don't mention compiling it.
2126
2127 2012-03-17 Chong Yidong <cyd@gnu.org>
2128
2129 * os.texi (Startup Summary): Mention package loading.
2130 (Init File): Don't refer to .emacs in section title. Copyedits.
2131 (Terminal-Specific): Give a realistic example.
2132 (Command-Line Arguments): Reference Entering Emacs instead of
2133 repeating the spiel about not restarting Emacs.
2134 (Time of Day): Discuss time representation at beginning of node.
2135 (Sound Output): Copyedits.
2136
2137 * package.texi (Packaging Basics): Document package-initialize.
2138
2139 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2140
2141 * frames.texi (Initial Parameters): Add an index entry for
2142 minibuffer-only frame.
2143
2144 2012-03-16 Glenn Morris <rgm@gnu.org>
2145
2146 * modes.texi (Major Mode Conventions): Mention the strange
2147 relationship between View mode and special modes. (Bug#10650)
2148
2149 2012-03-11 Chong Yidong <cyd@gnu.org>
2150
2151 * windows.texi (Window Configurations): save-window-excursion is
2152 now a macro.
2153
2154 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2155 now a macro.
2156
2157 * text.texi (Fields): Minor copyedit.
2158
2159 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2160
2161 * strings.texi (String Basics):
2162 * sequences.texi (Sequence Functions): Mention that `length' is
2163 not appropriate for computing the string width on display; add a
2164 cross-reference to the description of `string-width'. (Bug#10978)
2165
2166 * eval.texi (Autoloading): Minor change of wording.
2167
2168 2012-03-10 Chong Yidong <cyd@gnu.org>
2169
2170 * loading.texi (Autoload): Explicitly state which forms are
2171 processed specially (Bug#7783).
2172
2173 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2174 non-default situation. Describe one-submenu exception (Bug#7695).
2175
2176 * nonascii.texi (Character Properties): Copyedits.
2177
2178 2012-03-08 Chong Yidong <cyd@gnu.org>
2179
2180 * text.texi (Mode-Specific Indent): Document new behavior of
2181 indent-for-tab-command. Document tab-always-indent.
2182 (Special Properties): Copyedits.
2183 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2184 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2185 libxml-parse-html-region.
2186
2187 2012-03-07 Glenn Morris <rgm@gnu.org>
2188
2189 * markers.texi (The Region): Briefly mention use-empty-active-region
2190 and region-active-p.
2191 (Overview of Markers): Reword garbage collection, add cross-ref.
2192 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2193
2194 2012-03-07 Chong Yidong <cyd@gnu.org>
2195
2196 * text.texi (Buffer Contents): Don't duplicate explanation of
2197 region arguments from Text node. Put doc of obsolete var
2198 buffer-substring-filters back, since it is referred to.
2199 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2200 selection by default.
2201
2202 * markers.texi (The Mark): Fix typo.
2203 (The Region): Copyedits.
2204
2205 2012-03-07 Glenn Morris <rgm@gnu.org>
2206
2207 * markers.texi (Overview of Markers): Copyedits.
2208 (Creating Markers): Update approximate example buffer size.
2209 (The Mark): Don't mention uninteresting return values.
2210
2211 2012-03-05 Chong Yidong <cyd@gnu.org>
2212
2213 * positions.texi (Text Lines): Document count-words.
2214
2215 2012-03-04 Chong Yidong <cyd@gnu.org>
2216
2217 * frames.texi (Frames): Remove little-used "terminal frame" and
2218 "window frame" terminology.
2219 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2220 (Size and Position, Visibility of Frames): Callers changed.
2221 (Frames): Clarify which terminals in framep are graphical.
2222 (Initial Parameters): --geometry is not the only option which adds
2223 to initial-frame-alist.
2224 (Position Parameters): Note that icon-left and icon-top are for
2225 old window managers only.
2226 (Size Parameters): Sizes are in characters even on graphical
2227 displays.
2228 (Management Parameters): Note that window-id and outer-window-id
2229 can't really be changed, and that auto-raise isn't always obeyed.
2230 (Cursor Parameters): Document cursor-type explicitly.
2231 (Size and Position): The aliases set-screen-height and
2232 set-screen-width have been deleted.
2233 (Visibility of Frames): Mention "minimization".
2234
2235 * os.texi (Startup Summary): Minor clarifications.
2236 (Startup Summary, Suspending Emacs): Standardize on "text
2237 terminal" terminology.
2238
2239 * windows.texi (Basic Windows, Coordinates and Windows)
2240 (Coordinates and Windows):
2241 * display.texi (Refresh Screen, Line Height, Face Attributes)
2242 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2243
2244 2012-03-04 Glenn Morris <rgm@gnu.org>
2245
2246 * abbrevs.texi: Small copyedits throughout.
2247 (Abbrev Mode): Remove this section, folding it into the top-level.
2248 (Abbrev Tables): Don't mention irrelevant return values.
2249 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2250 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2251 (Abbrev Table Properties): Update nil :regexp description.
2252
2253 2012-03-03 Glenn Morris <rgm@gnu.org>
2254
2255 * internals.texi: Change @appendix section commands to @section.
2256 (Building Emacs): Say less about CANNOT_DUMP platforms.
2257 Replace deleted eval-at-startup with custom-initialize-delay.
2258 (Pure Storage): Small changes.
2259 (Memory Usage): Copyedit.
2260 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2261 example definitions. Give examples of things with non-nil
2262 interactive args. Mention eval_sub. Remove old info about
2263 strings and GCPRO. Mention cus-start.el.
2264 (Buffer Internals, Window Internals, Process Internals):
2265 Misc small updates and fixes for fields.
2266
2267 * tips.texi: Copyedits.
2268 (Coding Conventions): Mention autoloads.
2269 Combine partially duplicated macro items. Fix xref.
2270 Refer to Library Headers for copyright notice.
2271 (Programming Tips): edit-options is long-obsolete.
2272 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2273 (Warning Tips): Mention declare-function.
2274 (Documentation Tips): Remove old info.
2275 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2276 (Library Headers): General update.
2277
2278 2012-03-02 Glenn Morris <rgm@gnu.org>
2279
2280 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2281 and relocate entry. Mention buffer-stale-function.
2282
2283 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2284
2285 * hooks.texi (Standard Hooks): General update.
2286 Put related hooks together. Add and remove items.
2287 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2288 * modes.texi (Hooks): Tweak cross-ref description.
2289
2290 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * files.texi (Kinds of Files): The return value of file-equal-p is
2293 unspecified, if FILE1 or FILE2 does not exist.
2294
2295 2012-03-01 Glenn Morris <rgm@gnu.org>
2296
2297 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2298
2299 * maps.texi (Standard Keymaps): General update.
2300 Remove mode-specific maps, talk about the more general keymaps.
2301 * help.texi (Help Functions): Add vindex for Helper-help-map.
2302 * keymaps.texi (Active Keymaps): Minor rephrasing.
2303
2304 2012-02-29 Glenn Morris <rgm@gnu.org>
2305
2306 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2307
2308 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2309
2310 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2311 Update changed behavior of file-subdir-of-p.
2312
2313 2012-02-28 Glenn Morris <rgm@gnu.org>
2314
2315 * advice.texi, anti.texi, display.texi, elisp.texi:
2316 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2317 Standardize possessive apostrophe usage.
2318
2319 * locals.texi: Remove file.
2320 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2321 Remove menu entry.
2322 * errors.texi, maps.texi: Adjust node pointers.
2323 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2324 * makefile.w32-in (srcs):
2325 * Makefile.in (srcs): Remove locals.texi.
2326
2327 * frames.texi (Mouse Position): Fix cross-ref.
2328
2329 2012-02-27 Chong Yidong <cyd@gnu.org>
2330
2331 * buffers.texi (Creating Buffers): Clarify that
2332 generate-new-buffer uses generate-new-buffer-names.
2333 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2334
2335 * files.texi (Directory Names): Index entry for file name abbreviations.
2336 (Relative File Names, File Name Expansion): Refer to it.
2337 (Locating Files): Move locate-user-emacs-file documentation to
2338 Standard File Names.
2339 (Standard File Names): Add locate-user-emacs-file; update examples.
2340
2341 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2344
2345 2012-02-26 Chong Yidong <cyd@gnu.org>
2346
2347 * files.texi (Kinds of Files): Improve documentation of
2348 files-equal-p and file-subdir-of-p.
2349
2350 2012-02-26 Glenn Morris <rgm@gnu.org>
2351
2352 * intro.texi (Acknowledgements): Small changes.
2353
2354 2012-02-25 Glenn Morris <rgm@gnu.org>
2355
2356 * errors.texi: Don't try to list _all_ the error symbols.
2357 Add circular-list, cl-assertion-failed, compression-error.
2358 * elisp.texi, vol1.texi, vol2.texi:
2359 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2360
2361 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2362
2363 * files.texi (files-equal-p, file-subdir-of-p): New,
2364 add initial documentation.
2365
2366 2012-02-25 Chong Yidong <cyd@gnu.org>
2367
2368 * files.texi (File Attributes): Document file-selinux-context.
2369 (Changing Files): Link to it.
2370 (Changing Files): Document set-file-selinux-context.
2371
2372 * backups.texi (Making Backups): Return value of backup-buffer is
2373 changed. Mention default value of backup-directory-alist.
2374 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2375 (Auto-Saving): New minor mode behavior for auto-save-mode.
2376 (Reverting): Add defvar for revert-buffer-in-progress-p.
2377
2378 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2379
2380 2012-02-24 Glenn Morris <rgm@gnu.org>
2381
2382 * errors.texi (Standard Errors): Mention dbus-error.
2383 For arith-error sub-classes, just use one cross-ref.
2384
2385 2012-02-23 Alan Mackenzie <acm@muc.de>
2386
2387 * modes.texi (Defining Minor Modes): Document the new keyword
2388 :after-hook.
2389
2390 2012-02-21 Chong Yidong <cyd@gnu.org>
2391
2392 * files.texi (Files): Mention magic file names as arguments.
2393 (Reading from Files): Copyedits.
2394 (File Attributes): Mention how to change file modes.
2395 (Changing Files): Use standard "file permissions" terminology.
2396 Add xref to File Attributes node.
2397 (Locating Files): Document locate-user-emacs-file.
2398 (Unique File Names): Recommend against using make-temp-name.
2399
2400 2012-02-19 Chong Yidong <cyd@gnu.org>
2401
2402 * help.texi (Documentation, Documentation Basics, Help Functions):
2403 Minor clarifications.
2404 (Accessing Documentation): Clarify what documentation-property is
2405 for. Add xref to Keys in Documentation.
2406
2407 * tips.texi (Documentation Tips): Don't recommend using * in
2408 docstrings.
2409
2410 * macros.texi (Defining Macros):
2411 * modes.texi (Derived Modes): Say "documentation string" instead
2412 of docstring.
2413
2414 2012-02-18 Chong Yidong <cyd@gnu.org>
2415
2416 * modes.texi (Tabulated List Mode): New node.
2417 (Basic Major Modes): Add xref to it.
2418
2419 * processes.texi (Process Information): Mention Process Menu mode.
2420
2421 2012-02-17 Chong Yidong <cyd@gnu.org>
2422
2423 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2424
2425 2012-02-17 Glenn Morris <rgm@gnu.org>
2426
2427 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2428
2429 2012-02-16 Chong Yidong <cyd@gnu.org>
2430
2431 * syntax.texi (Syntax Tables, Syntax Descriptors)
2432 (Syntax Table Functions): Copyedits.
2433 (Syntax Basics): Don't repeat the material in the preceding node.
2434 (Syntax Class Table): Use a table.
2435 (Syntax Properties): Document syntax-propertize-function and
2436 syntax-propertize-extend-region-functions.
2437 (Motion via Parsing): Clarify scan-lists. Fix indentation.
2438 (Parser State): Update for the new "c" comment style.
2439 Fix description of item 7 (comment style).
2440
2441 * modes.texi (Minor Modes): Update how mode commands should treat
2442 arguments now.
2443 (Mode Line Basics): Clarify force-mode-line-update.
2444 (Mode Line Top): Note that the example is not realistic.
2445 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2446 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2447 "mode line construct" instead of "mode line specification".
2448 (Syntactic Font Lock): Remove mention of obsolete variable
2449 font-lock-syntactic-keywords.
2450 (Setting Syntax Properties): Node deleted.
2451 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2452 (Font Lock Basics): Note that syntactic fontification falls back
2453 on `syntax-table'.
2454 (Search-based Fontification): Emphasize that font-lock-keywords
2455 should not be set directly.
2456 (Faces for Font Lock): Avoid some confusing terminology.
2457 (Syntactic Font Lock): Minor clarifications. Add xref to
2458 Syntactic Font Lock node.
2459
2460 2012-02-15 Chong Yidong <cyd@gnu.org>
2461
2462 * minibuf.texi (Basic Completion): Define "completion table".
2463 Move completion-in-region to Completion in Buffers node.
2464 (Completion Commands): Use "completion table" terminology.
2465 (Completion in Buffers): New node.
2466
2467 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2468 (Setting Hooks): Update minor mode usage example.
2469 (Major Mode Conventions): Note that completion-at-point-functions
2470 should be altered locally. Add xref to Completion in Buffers.
2471 Remove duplicate tip about auto-mode-alist.
2472 (Minor Modes): Rewrite introduction.
2473 (Minor Mode Conventions): Copyedits. Don't recommend
2474 variable-only minor modes since few minor modes are like that.
2475
2476 2012-02-15 Glenn Morris <rgm@gnu.org>
2477
2478 * processes.texi (Network): Document open-network-stream :parameters.
2479
2480 2012-02-14 Chong Yidong <cyd@gnu.org>
2481
2482 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2483 was removed on 2009-09-10. Update lisp-mode-map example.
2484 (Inheritance and Keymaps): Minor clarification.
2485 (Searching Keymaps): Remove out-of-place enumeration.
2486 (Key Lookup): Remove unnecessary example (one was already given in
2487 Format of Keymaps).
2488 (Changing Key Bindings): Update suppress-keymap example.
2489 (Menu Bar, Tool Bar): Copyedits.
2490 (Tool Bar): Update tool-bar-map example.
2491
2492 2012-02-12 Chong Yidong <cyd@gnu.org>
2493
2494 * debugging.texi (Debugger Commands): Continuing is now allowed
2495 for errors.
2496
2497 2012-02-11 Chong Yidong <cyd@gnu.org>
2498
2499 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2500 Move the list of standard bitmaps there.
2501 (Fringe Cursors): Rewrite for clarity.
2502 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2503
2504 * commands.texi (Command Overview): Mention read-key.
2505 (Using Interactive, Interactive Call): Minor clarifications.
2506 (Function Keys, Click Events): Avoid "input stream" terminology.
2507 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2508 Clarify column and row components.
2509 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2510 (Special Events): Copyedits.
2511
2512 * streams.texi (Input Streams): De-document get-file-char.
2513 (Output Variables): Don't refer to old backquote syntax.
2514
2515 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2516 (Error Debugging): Note that debug-ignored-errors overrides list
2517 values of debug-on-error too. Add xref to Signaling Errors.
2518 Note that debug-on-signal is not customizable.
2519 Mention condition-case-unless-debug.
2520 (Compilation Errors): Node deleted.
2521
2522 * compile.texi (Compiler Errors): Move a paragraph here from
2523 deleted node Compilation Errors.
2524
2525 2012-02-10 Leo Liu <sdl.web@gmail.com>
2526
2527 * control.texi (Handling Errors): Change condition-case-no-debug
2528 to condition-case-unless-debug.
2529
2530 2012-02-10 Chong Yidong <cyd@gnu.org>
2531
2532 * advice.texi (Defining Advice): Clarify ad-unadvise.
2533 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2534 is not abnormal.
2535 (Advising Primitives): Node deleted; ad-define-subr-args has been
2536 removed.
2537
2538 * compile.texi (Speed of Byte-Code): Use float-time in example.
2539 (Compilation Functions): Note that the log uses Compilation mode.
2540 Don't discuss the contents of byte-code function object here.
2541 (Compilation Functions): De-document internal function byte-code.
2542 (Docs and Compilation): Minor clarifications.
2543
2544 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2545 Objects.
2546
2547 2012-02-10 Glenn Morris <rgm@gnu.org>
2548
2549 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2550 Mention secure-hash.
2551 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2552
2553 2012-02-10 Chong Yidong <cyd@gnu.org>
2554
2555 * loading.texi (Loading): Don't emphasize "library" terminology.
2556 (Library Search): load-path is not a user option. Mention role of
2557 -L option and packages. Improve examples.
2558 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2559 obsolete.
2560 (Autoload): Minor clarifications.
2561
2562 2012-02-10 Glenn Morris <rgm@gnu.org>
2563
2564 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2565
2566 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2567
2568 2012-02-08 Glenn Morris <rgm@gnu.org>
2569
2570 * loading.texi (Named Features): Update the require example.
2571
2572 2012-02-07 Glenn Morris <rgm@gnu.org>
2573
2574 * modes.texi (Defining Minor Modes):
2575 Expand on args of defined minor modes.
2576
2577 2012-02-07 Chong Yidong <cyd@gnu.org>
2578
2579 * variables.texi (Creating Buffer-Local): Minor clarification
2580 to buffer-local-variables doc (Bug#10715).
2581
2582 2012-02-07 Glenn Morris <rgm@gnu.org>
2583
2584 * display.texi (ImageMagick Images): General update.
2585 Move most details of imagemagick-render-type to the variable's doc.
2586
2587 2012-02-06 Glenn Morris <rgm@gnu.org>
2588
2589 * keymaps.texi (Tool Bar): Mention separators.
2590 (Inheritance and Keymaps):
2591 Mention make-composed-keymap and multiple inheritance.
2592
2593 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2594
2595 * control.texi (Handling Errors):
2596 Mention condition-case-no-debug and with-demoted-errors.
2597
2598 2012-02-05 Chong Yidong <cyd@gnu.org>
2599
2600 * customize.texi (Common Keywords): Minor clarifications.
2601 Document custom-unlispify-remove-prefixes.
2602 (Variable Definitions): Backquotes in defcustom seem to work fine
2603 now. Various other copyedits.
2604 (Simple Types): Copyedits. Document color selector.
2605 (Composite Types): Copyedits.
2606 (Splicing into Lists): Clarifications.
2607
2608 * eval.texi (Backquote): Move from macros.texi.
2609
2610 * macros.texi (Expansion): Minor clarification.
2611 (Backquote): Move node to eval.texi.
2612 (Defining Macros): Move an example from Backquote node.
2613 (Argument Evaluation): No need to mention Pascal.
2614 (Indenting Macros): Add xref to Defining Macros.
2615
2616 2012-02-05 Glenn Morris <rgm@gnu.org>
2617
2618 * debugging.texi (Error Debugging): Mention debug-on-event default.
2619
2620 2012-02-04 Glenn Morris <rgm@gnu.org>
2621
2622 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2623
2624 * debugging.texi (Error Debugging): Mention debug-on-event.
2625 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2626
2627 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2628
2629 * text.texi (Buffer Contents):
2630 Update filter-buffer-substring description.
2631
2632 2012-02-04 Chong Yidong <cyd@gnu.org>
2633
2634 * functions.texi (What Is a Function): Add closures.
2635 Mention "return value" terminology. Add xref for command-execute.
2636 Remove unused "keystroke command" terminology.
2637 (Lambda Expressions): Give a different example than in the
2638 following subsection. Add xref to Anonymous Functions.
2639 (Function Documentation): Remove gratuitous markup.
2640 (Function Names): Move introductory text to `What Is a Function'.
2641 (Defining Functions): Fix defun argument spec.
2642 (Anonymous Functions): Document lambda macro explicitly.
2643 Mention effects on lexical binding.
2644 (Function Cells): Downplay direct usage of fset.
2645 (Closures): New node.
2646 (Inline Functions): Remove "open-code" terminology.
2647 (Declaring Functions): Minor tweak; .m is not C code.
2648
2649 * variables.texi (Variables): Don't refer to "global value".
2650 (Local Variables, Void Variables): Copyedits.
2651 (Lexical Binding): Minor clarification of example.
2652 (File Local Variables): Mention :safe and :risky defcustom args.
2653 (Lexical Binding): Add xref to Closures node.
2654
2655 2012-02-04 Glenn Morris <rgm@gnu.org>
2656
2657 * minibuf.texi (High-Level Completion): Updates for read-color.
2658
2659 2012-02-03 Glenn Morris <rgm@gnu.org>
2660
2661 * display.texi (GIF Images): Mention animation.
2662 Remove commented-out old example of animation.
2663 (Animated Images): New subsection.
2664 * elisp.texi (Top):
2665 * vol1.texi (Top):
2666 * vol2.texi (Top): Add Animated Images menu entry.
2667
2668 * display.texi (Image Formats): Remove oddly specific information
2669 on versions of image libraries.
2670 (GIF Images, TIFF Images): Minor rephrasing.
2671
2672 2012-02-02 Glenn Morris <rgm@gnu.org>
2673
2674 * processes.texi (Synchronous Processes):
2675 Mention call-process's :file gets overwritten.
2676
2677 * commands.texi (Reading One Event):
2678 * help.texi (Help Functions): Document read-char-choice.
2679
2680 * hooks.texi (Standard Hooks):
2681 * modes.texi (Keymaps and Minor Modes):
2682 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2683
2684 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2685
2686 * hooks.texi (Standard Hooks):
2687 * modes.texi (Major Mode Conventions, Mode Hooks):
2688 Document change-major-mode-after-body-hook.
2689
2690 2012-02-01 Glenn Morris <rgm@gnu.org>
2691
2692 * modes.texi (Defining Minor Modes):
2693 Mention disabling global minor modes on a per-major-mode basis.
2694
2695 2012-01-31 Chong Yidong <cyd@gnu.org>
2696
2697 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2698 (Parser State): Remove unnecessary statement (Bug#10661).
2699
2700 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2701
2702 2012-01-31 Glenn Morris <rgm@gnu.org>
2703
2704 * modes.texi (Defining Minor Modes):
2705 Document define-minor-mode's new :variable keyword.
2706
2707 2012-01-29 Chong Yidong <cyd@gnu.org>
2708
2709 * syntax.texi (Syntax Class Table): Tweak description of newline
2710 char syntax (Bug#9619).
2711
2712 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2713 description (Bug#10189).
2714
2715 2012-01-29 Glenn Morris <rgm@gnu.org>
2716
2717 * files.texi (Changing Files): Document SELinux support.
2718
2719 * windows.texi (Window Sizes): Fix typo.
2720
2721 2012-01-28 Chong Yidong <cyd@gnu.org>
2722
2723 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2724 doc (Bug#8568).
2725
2726 * frames.texi (Input Focus): Add NORECORD arg to
2727 select-frame-set-input-focus. Clarify its role in select-frame.
2728
2729 * text.texi (Transposition): We don't use transpose-region as an
2730 internal subroutine (Bug#3249).
2731
2732 * modes.texi (Example Major Modes): Update Lisp example code to
2733 current sources. Delete the old non-derived-major-mode example,
2734 which has diverged badly from current sources.
2735
2736 2012-01-27 Glenn Morris <rgm@gnu.org>
2737
2738 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2739 (VERSION, manual): Remove, unused.
2740
2741 2012-01-27 Chong Yidong <cyd@gnu.org>
2742
2743 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2744
2745 2012-01-26 Chong Yidong <cyd@gnu.org>
2746
2747 * searching.texi (String Search): Document negative repeat count
2748 (Bug#10507).
2749
2750 2012-01-26 Glenn Morris <rgm@gnu.org>
2751
2752 * variables.texi (Using Lexical Binding):
2753 Mention that lexical-binding should be set in the first line.
2754
2755 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2756
2757 * macros.texi (Defining Macros): Don't claim that `declare' only
2758 affects Edebug and indentation.
2759
2760 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2761
2762 * macros.texi (Defining Macros): Slight `declare' fixup.
2763
2764 2012-01-25 Glenn Morris <rgm@gnu.org>
2765
2766 * makefile.w32-in (texinputdir):
2767 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2768
2769 2012-01-24 Chong Yidong <cyd@gnu.org>
2770
2771 * variables.texi (Variables, Local Variables, Void Variables):
2772 Edit to make the descriptions less specific to dynamic binding.
2773 (Local Variables): Default max-specpdl-size is now 1300.
2774 (Defining Variables): Edits for lexical scoping.
2775 Delete information about starting docstrings with *. De-document
2776 user-variable-p.
2777 (Tips for Defining): Remove an unimportant discussion of quitting
2778 in the middle of a load.
2779 (Accessing Variables, Setting Variables): Discuss lexical binding.
2780 (Variable Scoping): Rewrite.
2781 (Scope, Extent, Impl of Scope): Nodes deleted.
2782 (Dynamic Binding): New node, with material from Scope, Extent, and
2783 Impl of Scope nodes.
2784 (Dynamic Binding Tips): Rename from Using Scoping.
2785 (Lexical Binding): Rewrite.
2786 (Using Lexical Binding): Rename from Converting to Lexical
2787 Binding. Convert to subsection.
2788
2789 * customize.texi (Variable Definitions): Add custom-variable-p.
2790 Move user-variable-p documentation here.
2791
2792 2012-01-23 Chong Yidong <cyd@gnu.org>
2793
2794 * strings.texi (Text Comparison): Minor qualification.
2795
2796 * lists.texi (Cons Cells): Copyedits.
2797 (List Elements): Mention push.
2798 (List Variables): Mention pop.
2799 (Rings): Move to sequences.texi.
2800
2801 * sequences.texi (Sequence Functions): Don't repeat the
2802 introduction already given in the parent.
2803 (Vectors): Copyedits.
2804 (Rings): Move from lists.texi. Note that this is specific to the
2805 ring package.
2806
2807 * symbols.texi (Definitions, Symbol Components): Mention variable
2808 scoping issues.
2809 (Plists and Alists): Copyedits.
2810
2811 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2812 correctness with lexical scoping.
2813 (Eval): Copyedits.
2814
2815 2012-01-21 Chong Yidong <cyd@gnu.org>
2816
2817 * intro.texi (A Sample Function Description): Special notation
2818 used for macros too.
2819
2820 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2821 (Symbol Type): Add xref for keyword symbols.
2822 (Sequence Type): Clarify differences between sequence types.
2823 (Cons Cell Type): Add "linked list" index entry.
2824 (Non-ASCII in Strings): Copyedits.
2825 (Equality Predicates): Symbols with same name need not be eq.
2826
2827 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2828 ldexp. Move float-e and float-pi to Math Functions node.
2829
2830 2012-01-21 Glenn Morris <rgm@gnu.org>
2831
2832 * modes.texi (Auto Major Mode):
2833 * variables.texi (File Local Variables):
2834 Mention inhibit-local-variables-regexps.
2835
2836 2012-01-19 Martin Rudalics <rudalics@gmx.at>
2837
2838 * windows.texi (Window Configurations): Rewrite references to
2839 persistent window parameters.
2840 (Window Parameters): Fix description of persistent window
2841 parameters.
2842
2843 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * windows.texi (Window Parameters): Use @pxref.
2846
2847 2012-01-16 Martin Rudalics <rudalics@gmx.at>
2848
2849 * windows.texi (Window Configurations, Window Parameters):
2850 Describe persistent window parameters.
2851
2852 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * variables.texi (Creating Buffer-Local): Warn against misuses of
2855 make-variable-buffer-local (bug#10258).
2856
2857 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2858
2859 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2860
2861 2012-01-06 Chong Yidong <cyd@gnu.org>
2862
2863 * variables.texi (Directory Local Variables):
2864 Document hack-dir-local-variables-non-file-buffer.
2865
2866 2012-01-06 Glenn Morris <rgm@gnu.org>
2867
2868 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2869 rather than by keybinding.
2870
2871 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * frames.texi (Font and Color Parameters): Add @pxref.
2874
2875 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2876
2877 * frames.texi (Font and Color Parameters):
2878 Document w32 font backends (bug#10399).
2879
2880 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2881
2882 * files.texi (File Attributes, Changing Files):
2883 Use a more-natural notation for octal numbers.
2884
2885 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2886
2887 * variables.texi (Variables with Restricted Values):
2888 Change reference to variable (bug#10354).
2889
2890 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2891
2892 * windows.texi (Splitting Windows): Use t instead of non-nil
2893 when describing window-combination-resize.
2894
2895 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * text.texi (Special Properties): Warn against `intangible' properties
2898 (bug#10222).
2899
2900 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2901
2902 * display.texi (Truncation):
2903 * text.texi (Special Properties): Describe what a stretch-glyph is
2904 instead of using that term without explanation. Make the
2905 cross-references more accurate.
2906
2907 * display.texi (Usual Display): Update the description,
2908 cross-references, and indexing related to display of control
2909 characters and raw bytes.
2910
2911 2011-11-25 Martin Rudalics <rudalics@gmx.at>
2912
2913 * windows.texi (Splitting Windows): Fix description of
2914 window-combination-limit. Suggested by Eli Zaretskii.
2915
2916 2011-11-23 Chong Yidong <cyd@gnu.org>
2917
2918 * windows.texi (Window Sizes): Move window-top-line,
2919 window-left-column, and window-*-pixel-edges to Coordinates and
2920 Windows node.
2921 (Coordinates and Windows): Restore window-edges doc.
2922
2923 2011-11-21 Martin Rudalics <rudalics@gmx.at>
2924
2925 * windows.texi (Windows and Frames, Splitting Windows):
2926 Fix typos.
2927
2928 2011-11-21 Chong Yidong <cyd@gnu.org>
2929
2930 * windows.texi (Splitting Windows): Fix error in documentation of
2931 window-combination-limit.
2932 (Cyclic Window Ordering): Minor fixes to next-window,
2933 one-window-p, and get-lru-window docs. Don't document
2934 window-list-1.
2935 (Buffers and Windows): Copyedits.
2936 (Choosing Window): Document special handling of special-display-*.
2937 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2938 Don't document even-window-heights, which is going away.
2939 Clarify which options are obeyed by which action functions.
2940
2941 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2944
2945 2011-11-20 Martin Rudalics <rudalics@gmx.at>
2946
2947 * windows.texi (Resizing Windows, Splitting Windows):
2948 Remove term "status" when talking about combination limits.
2949
2950 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * compile.texi (Compiler Errors):
2953 * help.texi (Help Functions): Fix typos.
2954
2955 2011-11-19 Chong Yidong <cyd@gnu.org>
2956
2957 * windows.texi (Splitting Windows): Clarify role of window
2958 parameters in split-window. Shorten the example.
2959 (Deleting Windows): Rewrite intro to handle internal windows.
2960 Fix delete-windows-on doc.
2961 (Selecting Windows): Copyedits.
2962
2963 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2964
2965 * windows.texi (Resizing Windows, Splitting Windows)
2966 (Deleting Windows): Use term window-combination-resize instead
2967 of window-splits.
2968
2969 2011-11-16 Martin Rudalics <rudalics@gmx.at>
2970
2971 * windows.texi (Resizing Windows, Splitting Windows):
2972 Rename occurrences of window-nest to window-combination-limit.
2973
2974 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2975
2976 * intro.texi (Lisp History): Fix typo.
2977
2978 2011-11-12 Martin Rudalics <rudalics@gmx.at>
2979
2980 * windows.texi (Splitting Windows, Deleting Windows):
2981 Remove references to splits status of windows.
2982
2983 2011-11-10 Glenn Morris <rgm@gnu.org>
2984
2985 * buffers.texi (Read Only Buffers): Expand a bit on why
2986 toggle-read-only should only be used interactively. (Bug#7292)
2987
2988 2011-11-09 Chong Yidong <cyd@gnu.org>
2989
2990 * windows.texi (Window Sizes): Document window-pixel-edges,
2991 window-inside-pixel-edges, window-absolute-pixel-edges, and
2992 window-inside-absolute-pixel-edges.
2993 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2994 non-full-width windows.
2995
2996 2011-11-09 Martin Rudalics <rudalics@gmx.at>
2997
2998 * windows.texi (Resizing Windows): Rewrite documentation of
2999 window-resizable.
3000
3001 2011-11-09 Chong Yidong <cyd@gnu.org>
3002
3003 * windows.texi (Splitting Windows): Simplify example.
3004
3005 2011-11-08 Chong Yidong <cyd@gnu.org>
3006
3007 * windows.texi (Window Sizes): Copyedits. Document
3008 window-text-height. Remove window-min-height and window-min-width
3009 discussion, referring instead to Emacs manual.
3010 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3011 (Resizing Windows): Simplify introduction. Don't document
3012 enlarge-window, shrink-window, enlarge-window-horizontally, and
3013 shrink-window-horizontally; they are no longer preferred for
3014 calling from Lisp, and are already documented in the Emacs manual.
3015
3016 2011-11-07 Glenn Morris <rgm@gnu.org>
3017
3018 * windows.texi (Choosing Window): Fix keybinding typo.
3019
3020 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3021
3022 * windows.texi (Resizing Windows, Splitting Windows)
3023 (Window Configurations): Use "child window" instead of
3024 "subwindow".
3025
3026 2011-11-06 Chong Yidong <cyd@gnu.org>
3027
3028 * windows.texi (Basic Windows): Clarify various definitions.
3029 Treat window-normalize-* as internal; don't document them.
3030 (Windows and Frames): Various clarifications, e.g. non-live
3031 windows also belong to frames. Fix window-list description.
3032 Simplify window nesting example.
3033 (Splitting Windows, Window Configurations):
3034 Use split-window-below.
3035
3036 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3037
3038 * windows.texi (Window Sizes): Mention in the doc string that the
3039 return values of `window-body-height' and `window-body-width' are
3040 in frame's canonical units. (Bug#9949)
3041
3042 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3043
3044 * windows.texi (Windows and Frames): Remove "iso-" infix from
3045 documentation of window-iso-combined-p.
3046
3047 2011-10-26 Chong Yidong <cyd@gnu.org>
3048
3049 * modes.texi (Running Hooks): Document with-wrapper-hook.
3050
3051 2011-10-18 Chong Yidong <cyd@gnu.org>
3052
3053 * display.texi (Glyphless Chars): New node.
3054
3055 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * text.texi (Yanking): Document yank-excluded-properties.
3058
3059 * package.texi (Packaging Basics): The commentary should say how
3060 to begin using the package.
3061
3062 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3063
3064 * windows.texi (Deleting Windows): Mention which window gets
3065 selected when deleting the selected window.
3066
3067 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3068
3069 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3070 with the selected window.
3071 * windows.texi (Buffers and Windows): Reformulate text on how
3072 replace-buffer-in-windows deals with a window.
3073 (Quitting Windows): Describe how quit-window deals with a
3074 standalone frame. Describe new option frame-auto-hide-function.
3075
3076 2011-10-08 Glenn Morris <rgm@gnu.org>
3077
3078 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3079
3080 * positions.texi (Excursions): Update warning message.
3081
3082 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3085 Fix Emacs manual xref (Bug#9675).
3086
3087 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * windows.texi (Textual Scrolling): Document scroll-up-command,
3090 scroll-down-command, scroll-error-top-bottom, and the
3091 scroll-command symbol property.
3092 (Display Action Functions): Fix description of
3093 display-buffer-pop-up-window.
3094
3095 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * windows.texi (Splitting Windows): Fix typos.
3098
3099 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3100
3101 * windows.texi (Windows and Frames, Display Action Functions)
3102 (Switching Buffers): Fix some typos.
3103 (Buffers and Windows): Remove reference to window-auto-delete.
3104 Reword description of replace-buffer-in-windows.
3105 (Window History): Fix some typos and refer to frame local buffer
3106 list.
3107 (Quitting Windows): New node.
3108 (Window Configurations): Add descriptions of window-state-get
3109 and window-state-put.
3110 (Window Parameters): Describe variable ignore-window-parameters.
3111 Sketch some window parameters currently in use.
3112 * elisp.texi (Top): Update node listing.
3113
3114 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * windows.texi (Display Action Functions)
3117 (Choosing Window Options): New nodes.
3118
3119 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * windows.texi (Window History): New node. Move text here from
3122 Buffers and Windows.
3123 (Switching Buffers): Rename from Displaying Buffers, since we
3124 don't document display-buffer here; callers changed.
3125 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3126 switch-to-buffer-other-frame. Delete duplicate
3127 replace-buffer-in-windows doc.
3128 (Choosing Window): Document display actions.
3129
3130 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3131
3132 * display.texi (Forcing Redisplay): Update the description of
3133 redisplay-dont-pause due to change in the default value.
3134
3135 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3136
3137 * frames.texi (Frames and Windows): Move section and rename to
3138 Windows and Frames in windows.texi.
3139 * windows.texi (Windows): Restructure.
3140 (Basic Windows): Rewrite. Explain live and internal windows and
3141 normalization functions.
3142 (Windows and Frames): Move section here from frames.texi.
3143 Describe subwindows, window combinations, window tree, and
3144 corresponding functions including window-list here.
3145 (Window Sizes): Rename section from Size of Window and move it
3146 up in chapter. Describe total and body sizes and the
3147 corresponding functions. Explain new semantics of
3148 window-min-height/-width.
3149 (Resizing Windows): Move section up in chapter. Describe new
3150 resize functions.
3151 (Splitting Windows): Describe new behavior of split-window,
3152 split-window-above-each-other and split-window-side-by-side.
3153 Provide examples. Describe window-nest and window-splits
3154 options.
3155 (Deleting Windows): Minor rewrite.
3156 (Selecting Windows): Minor rewrite.
3157 Describe frame-selected-window and set-frame-selected-window here.
3158 (Cyclic Window Ordering): Minor rewrite.
3159 Describe window-list-1.
3160 (Buffers and Windows): Rewrite. Explain a window's previous and
3161 next buffers and the corresponding functions.
3162 (Window Tree): Merge into Windows and Frames section.
3163 * elisp.texi (Top): Update node listings for frames and windows
3164 sections.
3165
3166 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3169
3170 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
3172 * errors.texi (Standard Errors): Remove apparent placeholder text
3173 (bug#9491).
3174
3175 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * frames.texi (Management Parameters): Fix description of
3178 icon-type parameter.
3179
3180 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3183 ending in C-g. Suggested by Edward O'Connor.
3184
3185 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3186
3187 * numbers.texi (Integer Basics): Add indexing for
3188 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3189
3190 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3191
3192 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3193
3194 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * processes.texi (Network Servers): Clarify what the process
3197 buffer is used for (bug#9233).
3198
3199 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3200
3201 * lists.texi (Building Lists): Fix typo.
3202
3203 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * display.texi (Basic Faces): New node. Document new faces.
3206
3207 * modes.texi (Major Mode Conventions): Move some text there.
3208 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3209
3210 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * modes.texi (Basic Major Modes): New node. Callers updated.
3213 (Major Modes): Document fundamental-mode and major-mode.
3214 (Major Mode Basics): Node deleted; text moved to Major Modes.
3215 (Derived Modes): Document derived-mode-p.
3216
3217 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * files.texi (Changing Files, Create/Delete Dirs): Document new
3220 arguments for delete-file, delete-directory, and copy-directory.
3221 (Visiting Functions): Remove view-file; it is documented in the
3222 Emacs manual.
3223
3224 * frames.texi (Layout Parameters): The defaults for the
3225 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3226
3227 * display.texi (Progress): Document spinner functionality.
3228
3229 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3230 operating system signals. Refer to save-buffers-kill-terminal
3231 instead of save-buffers-kill-emacs.
3232
3233 * objects.texi (Symbol Type): Document ## print representation.
3234
3235 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3236
3237 * display.texi (Specified Space): Mention that `space' specs
3238 influence bidi reordering.
3239 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3240 separating fields with bidirectional content.
3241
3242 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3243
3244 * display.texi (Bidirectional Display): Document return value in
3245 buffers that are not bidi-reordered for display, and in unibyte
3246 buffers.
3247
3248 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3249
3250 * nonascii.texi (Character Properties): Document the values for
3251 unassigned codepoints.
3252
3253 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3254
3255 * nonascii.texi (Character Properties): Document use of
3256 `bidi-class' and `mirroring' properties as part of reordering.
3257 Provide cross-references to "Bidirectional Display".
3258
3259 * display.texi (Bidirectional Display): Document the pitfalls of
3260 concatenating strings with bidirectional content, with possible
3261 solutions. Document bidi-string-mark-left-to-right.
3262 Mention paragraph direction in modes that inherit from prog-mode.
3263 Document use of `bidi-class' and `mirroring' properties as part of
3264 reordering.
3265
3266 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3267
3268 * modes.texi (Major Mode Conventions): Improve the documentation
3269 of `mode-class' `special' modes.
3270
3271 * nonascii.texi (Character Properties): Document the `mirroring'
3272 property. Add index entries.
3273
3274 * syntax.texi (Categories): Add an example of defining a new
3275 category and category table.
3276
3277 * searching.texi (Regexp Backslash): Document how to display
3278 existing categories. Mention the possibility of adding
3279 categories, and add an xref to where this is described. Add an
3280 index entry.
3281
3282 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * text.texi (Special Properties):
3285 * display.texi (Overlay Properties): Note that mouse-face cannot
3286 change the text size (Bug#8530).
3287
3288 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3291 using setenv instead.
3292
3293 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3294
3295 * display.texi (Bidirectional Display): Document the fact that
3296 bidi-display-reordering is t by default.
3297
3298 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3299
3300 * display.texi (Bidirectional Display): New section.
3301
3302 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303 Tim Cross <theophilusx@gmail.com> (tiny change)
3304 Glenn Morris <rgm@gnu.org>
3305
3306 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3307
3308 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3309
3310 * help.texi (Keys in Documentation): Revert last change.
3311
3312 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3313
3314 * help.texi (Keys in Documentation): Clarify that \= only quotes
3315 the next character, and doesn't affect longer sequences in
3316 particular (bug#8935).
3317
3318 * debugging.texi (Using Debugger):
3319 Mention @code{eval-expression-debug-on-error} (bug#8549).
3320
3321 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3322
3323 * display.texi (Other Display Specs): Document that `left-fringe'
3324 and `right-fringe' display specifications are of the "replacing"
3325 kind.
3326
3327 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3328
3329 * help.texi (Documentation Basics): Add a link to the Function
3330 Documentation node (bug#6580).
3331
3332 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3333
3334 * keymaps.texi (Menu Bar): Mention :visible and :enable
3335 (bug#6344). Text by Drew Adams.
3336
3337 * modes.texi (Running Hooks): Mention buffer-local hook variables
3338 (bug#6218).
3339
3340 * objects.texi (General Escape Syntax): "a with grave accent" is
3341 ?xe0, not ?x8e0 (bug#5259).
3342
3343 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * display.texi (Face Attributes, Font Selection): Add references
3346 to the Fonts node in the Emacs manual (Bug#4178).
3347
3348 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3349
3350 * display.texi (Window Systems): `window-system' is
3351 terminal-local.
3352
3353 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3354 frame-local variables.
3355
3356 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3357 frame-local variables.
3358 (Frame-Local Variables): Node deleted.
3359
3360 * elisp.texi (Top): Update node listing.
3361
3362 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3363
3364 * elisp.texi: Change "inferiors" to "subnodes" in three places
3365 (bug#3523).
3366
3367 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * frames.texi (Window System Selections): Discussion of
3370 x-select-enable-clipboard moved to Emacs manual.
3371
3372 2011-07-11 Deniz Dogan <deniz@dogan.se>
3373
3374 * commands.texi (Prefix Command Arguments): Remove excessive
3375 apostrophe.
3376
3377 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3378
3379 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3380 description is a string (bug#3313).
3381
3382 * frames.texi (Display Feature Testing): Try to explain what all
3383 the visual classes mean (bug#3042).
3384
3385 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3386
3387 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3388 and `mode-line-client' (bug#2974).
3389
3390 * text.texi (Insertion): Clarify marker movements (bug#1651).
3391 Text from Drew Adams.
3392
3393 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * text.texi (Special Properties): Clarify the format of `face'
3396 (bug#1375).
3397
3398 * commands.texi (Interactive Call): Add a `call-interactively'
3399 example (bug#1010).
3400
3401 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3402
3403 * functions.texi (Calling Functions): Link to the "Interactive
3404 Call" node (bug#1001).
3405
3406 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * customize.texi (Composite Types): Move alist and plist to here
3409 from Simple Types (Bug#7545).
3410
3411 * elisp.texi (Top): Update menu description.
3412
3413 * display.texi (Face Attributes): Document negative line widths
3414 (Bug#6113).
3415
3416 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3417
3418 * searching.texi (Match Data): Note that match data can be
3419 overwritten by most functions (bug#2499).
3420
3421 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422
3423 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3424 flags mean (bug#6659).
3425
3426 * functions.texi (What Is a Function): Document the autoload
3427 object (bug#6496).
3428
3429 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3430
3431 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3432 is only used in the Customize user interface (bug#6089).
3433
3434 * display.texi (Showing Images): Mention the point of sliced
3435 images (bug#7836).
3436
3437 2011-07-02 Eli Zaretskii <eliz@gnu.org>
3438
3439 * variables.texi (Defining Variables, Void Variables)
3440 (Constant Variables): Fix incorrect usage of @kindex.
3441
3442 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3443
3444 * variables.texi (Defining Variables): Add an index entry for
3445 `set-variable' (bug#7262).
3446 (Defining Variables): Use @findex for functions.
3447
3448 * frames.texi (Basic Parameters): Document the `explicit-name'
3449 parameter (bug#6951).
3450
3451 * customize.texi (Type Keywords): Clarify that :value provides a
3452 default value for all types (bug#7386).
3453
3454 * streams.texi (Output Functions): Document `pp'.
3455
3456 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * keymaps.texi (Searching Keymaps):
3459 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3460 change. Suggested by Johan Bockgård.
3461
3462 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * text.texi (Special Properties): Clarify role of font-lock-face.
3465
3466 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3467
3468 * processes.texi (Process Information): Rename `process-alive-p'
3469 to `process-live-p' for consistency with other `-live-p' functions.
3470
3471 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3472
3473 Document wide integers better.
3474 * files.texi (File Attributes): Document ino_t values better.
3475 ino_t values no longer map to anything larger than a single cons.
3476 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3477 (Bitwise Operations):
3478 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3479 to read, and that will port better if 62-bits becomes the default.
3480 Fix or remove incorrect examples.
3481 * os.texi (Time Conversion): Document time_t values better.
3482
3483 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3484
3485 * processes.texi (Process Information):
3486 Document `process-alive-p'.
3487
3488 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * help.texi (Accessing Documentation):
3491 * display.texi (Pixel Specification):
3492 * processes.texi (Serial Ports, Serial Ports):
3493 * nonascii.texi (Character Properties, Default Coding Systems):
3494 * text.texi (Changing Properties, Special Properties):
3495 * windows.texi (Window Start and End):
3496 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3497 * keymaps.texi (Searching Keymaps, Tool Bar):
3498 * minibuf.texi (Basic Completion):
3499 * compile.texi (Eval During Compile):
3500 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3501 7x9 paper in printed manual.
3502
3503 * lists.texi (Sets And Lists): Fix misplaced text.
3504
3505 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3508 needs to be active (Bug#8350).
3509
3510 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3513
3514 * tips.texi (Coding Conventions): Remove antediluvian filename
3515 limit recommendation (Bug#8538).
3516
3517 2011-05-27 Glenn Morris <rgm@gnu.org>
3518
3519 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3520
3521 2011-05-26 Glenn Morris <rgm@gnu.org>
3522
3523 * variables.texi (File Local Variables):
3524 Update hack-local-variables `mode-only' return value.
3525 Add some more details on what this function does in the other case.
3526
3527 2011-05-19 Glenn Morris <rgm@gnu.org>
3528
3529 * lists.texi (Sets And Lists): Mention cl provides union etc.
3530
3531 2011-05-19 Nix <nix@esperi.org.uk>
3532
3533 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3534
3535 * text.texi (Parsing HTML): Update for function name changes.
3536
3537 * syntax.texi (Syntax Flags): Small fix.
3538
3539 * keymaps.texi (Active Keymaps): Typo fix.
3540 (Changing Key Bindings): Grammar fix.
3541
3542 * frames.texi (Minibuffers and Frames): Grammar fix.
3543 (Window System Selections): x-select-enable-clipboard now defaults to t.
3544
3545 * customize.texi (Common Keywords):
3546 * display.texi (Abstract Display):
3547 * modes.texi (Auto-Indentation):
3548 * nonascii.texi (Converting Representations): Typo fixes.
3549
3550 * control.texi (Examples of Catch): Call it "goto" not "go to".
3551
3552 2011-05-14 Eli Zaretskii <eliz@gnu.org>
3553
3554 * nonascii.texi (Character Properties): Fix inconsistencies with
3555 implementation.
3556
3557 * text.texi (Special Properties): Move @defvar's out of the
3558 @table. (Bug#8652)
3559
3560 2011-05-12 Glenn Morris <rgm@gnu.org>
3561
3562 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3563
3564 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3567 (Multiline Font Lock):
3568 * vol2.texi (Top):
3569 * vol1.texi (Top):
3570 * elisp.texi (Top): Update menu accordingly.
3571
3572 2011-05-12 Drew Adams <drew.adams@oracle.com>
3573
3574 * modes.texi (Region to Fontify): Fix typo.
3575
3576 2011-05-10 Jim Meyering <meyering@redhat.com>
3577
3578 * minibuf.texi: Fix typo "in in -> in".
3579
3580 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3581
3582 * numbers.texi (Integer Basics): Large integers are treated as floats.
3583
3584 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * processes.texi (Synchronous Processes): Document the (:file
3587 "/file-name") syntax for `call-process'.
3588
3589 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * windows.texi (Choosing Window): Fix typo.
3592
3593 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * frames.texi (Layout Parameters): Note the difference between
3596 querying and setting parameters for left-fringe and right-fringe
3597 (Bug#6930).
3598
3599 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * minibuf.texi (Basic Completion): Be a bit more precise about the
3602 valid kinds of completion tables.
3603 (Programmed Completion): Remove obsolete text about lambda expressions
3604 not being valid completion tables.
3605
3606 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * positions.texi (Excursions): Explain the "save-excursion
3609 defeated by set-buffer" warning.
3610
3611 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3612 save-excursion. Suggested by Uday S Reddy.
3613
3614 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3617 (Lexical Binding): New sub-section.
3618
3619 * eval.texi (Eval): Discourage the use of `eval'.
3620 Document its new `lexical' argument.
3621
3622 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * commands.texi (Command Overview): `post-command-hook' is not reset to
3625 nil any more.
3626
3627 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * strings.texi (String Conversion): Don't mention
3630 string-make-(uni|multi)byte (bug#8262).
3631 * nonascii.texi (Converting Representations): Fix up range.
3632 * keymaps.texi (Key Binding Commands): Update code point, avoid
3633 "unibyte character" and remove mention of unibyte bindings.
3634
3635 2011-03-10 Eli Zaretskii <eliz@gnu.org>
3636
3637 * modes.texi (Operator Precedence Grammars): Don't use characters
3638 outside ISO-8859-1.
3639
3640 2011-03-09 Eli Zaretskii <eliz@gnu.org>
3641
3642 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3643
3644 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3645
3646 2011-03-08 Glenn Morris <rgm@gnu.org>
3647
3648 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3649 * intro.texi (Acknowledgements): Names to UTF-8.
3650 * elisp.texi: Set documentencoding.
3651
3652 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3653
3654 * Version 23.3 released.
3655
3656 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * package.texi: Update index keywords.
3659 (Package Archives): New node contents. Document package-x.el.
3660
3661 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
3662
3663 * makefile.w32-in (srcs): Add package.texi.
3664
3665 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3666
3667 * package.texi (Packaging, Packaging Basics, Simple Packages)
3668 (Multi-file Packages): Expand and clarify.
3669 (Package Archives): Temporary placeholder node.
3670
3671 * elisp.texi (Top): Update node listing.
3672
3673 * Makefile.in (srcs): Add package.texi.
3674
3675 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * processes.texi (Synchronous Processes): Minor clarification
3678 (Bug#8149).
3679
3680 2011-03-03 Glenn Morris <rgm@gnu.org>
3681
3682 * files.texi (Truenames): Minor clarification. (Bug#2341)
3683
3684 2011-03-01 Glenn Morris <rgm@gnu.org>
3685
3686 * variables.texi (Directory Local Variables):
3687 Mention `(subdirs . nil)' alist element.
3688
3689 2011-02-28 Glenn Morris <rgm@gnu.org>
3690
3691 * variables.texi (Directory Local Variables): Mention the optional
3692 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3693
3694 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * minibuf.texi (Minibuffer History): Clarify discussion of
3697 minibuffer history lists (Bug#8085).
3698
3699 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3700
3701 * elisp.texi: Sync @dircategory with ../../info/dir.
3702
3703 * files.texi (Visiting Functions): Document find-file-literally,
3704 both the command and the variable.
3705
3706 * variables.texi (Creating Buffer-Local): Explain the meaning of
3707 permanent local variables.
3708
3709 * files.texi (Visiting Functions): Document find-file-literally,
3710 both the command and the variable.
3711
3712 * variables.texi (Creating Buffer-Local): Explain the meaning of
3713 permanent local variables.
3714
3715 2011-02-19 Glenn Morris <rgm@gnu.org>
3716
3717 * keymaps.texi (Remapping Commands): Mention how to undo it.
3718
3719 2011-02-09 Reuben Thomas <rrt@sc3d.org>
3720
3721 * loading.texi (Hooks for Loading): Remove unnecessary advice
3722 about eval-after-load (Bug#7986).
3723
3724 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * commands.texi (Accessing Mouse): Note that a header line is not
3727 included in the row of posn-col-row.
3728
3729 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * modes.texi (Major Mode Conventions): Add face guidelines.
3732 (Faces for Font Lock): List faces in order of prominence.
3733
3734 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3735
3736 format-time-string now supports subsecond time stamp resolution
3737 * os.texi (Time Parsing): Document %N.
3738
3739 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * vol1.texi (Top):
3742 * vol2.texi (Top):
3743 * elisp.texi (Top):
3744 * display.texi (Display Property): Shorten the menu description of
3745 the "Other Display Specs" node (Bug#7816).
3746
3747 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3748 menu item" concept index entries (Bug#7805).
3749
3750 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3751
3752 * makefile.w32-in (texinfodir): New variable.
3753 (usermanualdir): Remove as redundant with $(emacsdir).
3754 (MAKEINFO): Remove options, leave only program name.
3755 (MAKEINFO_OPTS): New variable.
3756 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3757
3758 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3759 Richard Kim <emacs18@gmail.com>
3760
3761 * loading.texi (Library Search): Document list-load-path-shadows
3762 (Bug#7757).
3763
3764 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3765
3766 * searching.texi (Regexp Special): Remove outdated discussion of
3767 character sets (Bug#7780).
3768
3769 * frames.texi (Pop-Up Menus): Document where menu title comes
3770 from (Bug#7684).
3771
3772 2011-01-25 Glenn Morris <rgm@gnu.org>
3773
3774 * display.texi (Making Buttons): Mention limitation of text buttons.
3775
3776 2011-01-23 Werner Lemberg <wl@gnu.org>
3777
3778 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3779 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3780 (ENVADD): New variable to control texi2dvi and texi2pdf.
3781
3782 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3785 Emacs manual.
3786
3787 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3788
3789 * files.texi (Directory Names): Explain why FROM in
3790 directory-abbrev-alist should begin with \`. (Bug#7777)
3791
3792 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3795
3796 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3797
3798 * modes.texi (Emulating Mode Line): Fix last change.
3799
3800 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3801
3802 * modes.texi (Emulating Mode Line): Update documentation of
3803 format-mode-line according to changes that fixed bug #7587.
3804
3805 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * modes.texi (Derived Modes): Mention prog-mode.
3808
3809 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3810 of the key-binding-data cache since we don't use it any more.
3811
3812 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3813
3814 * processes.texi (Shell Arguments):
3815 * strings.texi (Creating Strings): Don't mention "shell commands";
3816 make it explicit that `split-string-and-unquote' and
3817 `combine-and-quote-strings' are mainly for working with arguments
3818 to call-process and start-process.
3819
3820 * processes.texi (Shell Arguments): Fix documentation of
3821 `split-string-and-unquote'. Add indexing. (Bug#7563)
3822
3823 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * modes.texi (Auto-Indentation): New section to document SMIE.
3826 (Major Mode Conventions):
3827 * text.texi (Mode-Specific Indent): Refer to it.
3828
3829 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3830
3831 * display.texi (Other Display Specs): Document left-fringe and
3832 right-fringe display specs.
3833
3834 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * backups.texi (Making Backups):
3837 * modes.texi (Example Major Modes): Use recommended coding style.
3838 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3839 define-derived-mode. Mention completion-at-point-functions.
3840
3841 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * nonascii.texi (Converting Representations):
3844 Document byte-to-string.
3845
3846 2010-12-08 Glenn Morris <rgm@gnu.org>
3847
3848 * buffers.texi (Modification Time):
3849 verify-visited-file-modtime now defaults to the current buffer.
3850
3851 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * nonascii.texi (Converting Representations): Document byte-to-string.
3854
3855 * strings.texi (Creating Strings): Don't mention semi-obsolete
3856 function char-to-string.
3857 (String Conversion): Shorten discussion of semi-obsolete function
3858 string-to-char. Link to Converting Representations.
3859
3860 * objects.texi (Symbol Type):
3861 * text.texi (Near Point):
3862 * help.texi (Help Functions):
3863 * functions.texi (Mapping Functions): Use string instead of
3864 char-to-string in examples.
3865
3866 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3867
3868 * text.texi (Kill Functions, Kill Functions)
3869 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3870 YANK-HANDLER args.
3871
3872 * symbols.texi (Creating Symbols): Using unintern without an
3873 obarray arg is now obsolete.
3874
3875 * numbers.texi (Float Basics): Document float-e and float-pi.
3876
3877 * variables.texi (Defining Variables): Change "pi" example to
3878 "float-pi".
3879
3880 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3881
3882 * commands.texi (Click Events): Document the values of X, Y and
3883 COL, ROW in the event's position, when the click is on the header
3884 or mode line, on the fringes, or in the margins.
3885
3886 2010-11-17 Eli Zaretskii <eliz@gnu.org>
3887
3888 * customize.texi (Composite Types): Lower-case index entry.
3889
3890 * loading.texi (How Programs Do Loading):
3891 Document load-file-name. (Bug#7346)
3892
3893 2010-11-17 Glenn Morris <rgm@gnu.org>
3894
3895 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3896
3897 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3898
3899 * display.texi (Usual Display): Characters with no fonts are not
3900 necessarily displayed as empty boxes.
3901
3902 2010-10-31 Glenn Morris <rgm@gnu.org>
3903
3904 * maps.texi (Standard Keymaps): Update File menu description.
3905
3906 2010-10-28 Glenn Morris <rgm@gnu.org>
3907
3908 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3909
3910 2010-10-24 Eli Zaretskii <eliz@gnu.org>
3911
3912 * display.texi (Window Systems): Deprecate use of window-system as
3913 a predicate.
3914
3915 2010-10-23 Glenn Morris <rgm@gnu.org>
3916
3917 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3918 sorted-doc.
3919
3920 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3921
3922 * os.texi (Dynamic Libraries): New node, with slightly modified
3923 text deleted from "Image Formats".
3924 (System Interface): Add @menu entry for "Dynamic Libraries".
3925
3926 * display.texi (Image Formats): Remove description of
3927 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3928
3929 2010-10-12 Glenn Morris <rgm@gnu.org>
3930
3931 * book-spine.texinfo: Rename to book-spine.texi.
3932
3933 2010-10-11 Glenn Morris <rgm@gnu.org>
3934
3935 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3936
3937 * Makefile.in (DVIPS): New variable.
3938 (.PHONY): Add html, ps.
3939 (html, elisp.html, ps, elisp.ps): New targets.
3940 (clean): Delete html, ps files.
3941 ($(infodir)/elisp): Remove unnecessary includes.
3942
3943 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3944
3945 * makefile.w32-in (emacsdir): New variable.
3946 (srcs): Add emacsver.texi.
3947 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3948
3949 2010-10-09 Glenn Morris <rgm@gnu.org>
3950
3951 * Makefile.in (VPATH): Remove.
3952 (infodir): Make it absolute.
3953 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3954
3955 * Makefile.in (dist): Anchor regexps.
3956
3957 * Makefile.in (srcs): Put elisp.texi first.
3958 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3959
3960 * Makefile.in (infoclean): Remove harmless, long-standing error.
3961
3962 * Makefile.in ($(infodir)): Delete rule.
3963 (mkinfodir): New.
3964 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3965
3966 * Makefile.in (dist): Remove reference to emacsver.texi.in.
3967 Also copy emacsver.texi, and edit $emacsdir.
3968
3969 2010-10-09 Glenn Morris <rgm@gnu.org>
3970
3971 * Makefile.in (emacsdir): New variable.
3972 (MAKEINFO): Add -I $emacsdir.
3973 (dist): Copy emacsver.texi.
3974 (srcs): Add emacsver.texi.
3975
3976 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3977 Set EMACSVER by including emacsver.texi.
3978
3979 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3980
3981 2010-10-07 Glenn Morris <rgm@gnu.org>
3982
3983 * Makefile.in (version): New, set by configure.
3984 (clean): Delete dist tar file.
3985 (dist): Use version in tar name.
3986
3987 2010-10-06 Glenn Morris <rgm@gnu.org>
3988
3989 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3990 (INSTALL_INFO): Remove unused variable.
3991 (mostlyclean, infoclean, dist): New rules.
3992 (clean): Delete dvi and pdf files.
3993 (maintainer-clean): Remove elisp.oaux, use infoclean.
3994 ($(infodir)): Add parallel build workaround.
3995
3996 2010-10-04 Glenn Morris <rgm@gnu.org>
3997
3998 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3999 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4000 Fix -I typo.
4001 (clean): No 'make.out' or 'core' files.
4002 (.PHONY): Declare clean rules.
4003 (maintainer-clean): Delete pdf file. Guard against cd failures.
4004
4005 2010-10-03 Glenn Morris <rgm@gnu.org>
4006
4007 * files.texi (File Name Components): Remove ignored section about
4008 deleted variable directory-sep-char.
4009
4010 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * files.texi (Magic File Names): New defopt
4013 remote-file-name-inhibit-cache.
4014
4015 2010-10-02 Glenn Morris <rgm@gnu.org>
4016
4017 * os.texi (Killing Emacs): Hook now runs in batch mode.
4018
4019 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * text.texi (Special Properties): Clarify when modification-hooks run.
4022
4023 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * syntax.texi (Syntax Flags): Document new `c' flag.
4026
4027 2010-09-09 Glenn Morris <rgm@gnu.org>
4028
4029 * display.texi (ImageMagick Images): General cleanup.
4030
4031 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4032
4033 * files.texi (Directory Names): Use \` rather than ^.
4034
4035 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4036
4037 * text.texi (Low-Level Kill Ring):
4038 * frames.texi (Window System Selections): Remove cut buffer
4039 documentation.
4040
4041 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4042
4043 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4044 Parameters", where the default fringe width is described.
4045
4046 * frames.texi (Window Frame Parameters, Basic Parameters)
4047 (Position Parameters, Layout Parameters, Management Parameters)
4048 (Cursor Parameters, Font and Color Parameters): Add indexing for
4049 frame parameters. (Bug#6929)
4050
4051 2010-08-25 Tom Tromey <tromey@redhat.com>
4052
4053 * vol2.texi (Top): Update.
4054 * vol1.texi (Top): Update.
4055 * tips.texi (Library Headers): Mention Package-Version and
4056 Package-Requires.
4057 * package.texi: New file.
4058 * os.texi (System Interface): Update pointers.
4059 * elisp.texi (Top): Link to new nodes. Include package.texi.
4060 * anti.texi (Antinews): Update pointers.
4061
4062 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4063
4064 * processes.texi (Filter Functions): Fix last change.
4065
4066 2010-08-24 Markus Triska <triska@gmx.at>
4067
4068 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4069 of `buffer-name' in the main text as well as in the example
4070 (Bug#3098).
4071
4072 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4073
4074 * nonascii.texi (Text Representations):
4075 * loading.texi (Loading Non-ASCII):
4076 * compile.texi (Byte Compilation): Don't mention obsolete
4077 --unibyte command-line argument.
4078
4079 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4080
4081 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4082
4083 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4086
4087 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4088
4089 * commands.texi (Misc Events): Add cross-references to where
4090 POSITION of a mouse event is described in detail.
4091
4092 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4093
4094 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4095
4096 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4099 Suggested by Štěpán Němec <stepnem@gmail.com>.
4100
4101 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4102
4103 * minibuf.texi (High-Level Completion): Document args of
4104 `read-buffer-function' (bug#5625).
4105
4106 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4107
4108 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4109
4110 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * processes.texi (Process Information): Explain process property
4113 `remote-tty'.
4114
4115 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4116
4117 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4118 instead of "\C-\^?" (bug#6334).
4119
4120 * text.texi (Special Properties): Fix typo.
4121
4122 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4123
4124 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4125 calling sequences, which are now the standard.
4126
4127 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4130
4131 * commands.texi (Command Overview): Mention undo-boundary call.
4132
4133 2010-06-23 Glenn Morris <rgm@gnu.org>
4134
4135 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4136 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4137 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4138 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4139 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4140 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4141 Untabify Texinfo files.
4142
4143 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4146
4147 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4150
4151 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * searching.texi (Regexp Special): Remove obsolete information
4154 about matching non-ASCII characters, and suggest using char
4155 classes (Bug#6283).
4156
4157 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * minibuf.texi (Basic Completion): Add missing "@end defun".
4160
4161 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * minibuf.texi (Basic Completion): Document completion-boundaries.
4164 (Programmed Completion): Document the new fourth method for boundaries.
4165
4166 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * display.texi (Image Cache): Update documentation about image caching.
4169
4170 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4171
4172 * windows.texi (Textual Scrolling):
4173 * tips.texi (Coding Conventions):
4174 * minibuf.texi (Minibuffer History):
4175 * maps.texi (Standard Keymaps):
4176 * loading.texi (Where Defined):
4177 * edebug.texi (Instrumenting): Fix typos.
4178
4179 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4182
4183 * functions.texi (Obsolete Functions):
4184 Document set-advertised-calling-convention.
4185
4186 * minibuf.texi (Basic Completion): Document completion-in-region.
4187 (Programmed Completion): Document completion-annotate-function.
4188
4189 * commands.texi (Reading One Event): Document read-key.
4190 (Distinguish Interactive): Document KIND arg to
4191 called-interactively-p. Delete obsolete interactive-p.
4192
4193 * elisp.texi (Top): Update node description.
4194
4195 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4196
4197 * nonascii.texi (Character Properties):
4198 Document unicode-category-table. Add an index entry for Unicode
4199 general category.
4200
4201 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * Version 23.2 released.
4204
4205 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4206
4207 * locals.texi (Standard Buffer-Local Variables):
4208 Remove @ignore'd reference to `direction-reversed'.
4209
4210 2010-04-14 Juri Linkov <juri@jurta.org>
4211
4212 Fix @deffn without category.
4213
4214 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4215 for `abbrev-insert'.
4216
4217 * buffers.texi (Indirect Buffers): Add category `Command'
4218 to @deffn of `clone-indirect-buffer'.
4219
4220 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4221 for `next-window' and `previous-window'. Add category `Command'
4222 to @deffn of `pop-to-buffer'.
4223
4224 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4225
4226 * nonascii.texi (Text Representations): Don't mark
4227 enable-multibyte-characters as a user option.
4228
4229 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4230
4231 * control.texi (Handling Errors): How to re-throw a signal caught
4232 by condition-case.
4233
4234 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * loading.texi (Hooks for Loading): Document after-load-functions.
4237 Copyedits.
4238
4239 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4240
4241 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4242
4243 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4244
4245 * processes.texi (Network Processes): Document seqpacket type.
4246
4247 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * os.texi (System Environment): Do not mention lynxos.
4250
4251 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * Branch for 23.2.
4254
4255 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4256
4257 * objects.texi (Integer Type): Take note of the read syntax
4258 exception for numbers that cannot fit in the integer type.
4259
4260 2010-03-03 Glenn Morris <rgm@gnu.org>
4261
4262 * numbers.texi (Integer Basics, Bitwise Operations):
4263 * objects.texi (Integer Type): Update for integers now being 30-bit.
4264
4265 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4266
4267 * display.texi (Low-Level Font): Document :otf font-spec property.
4268
4269 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * display.texi (Line Height): Avoid obsolete special default variables
4272 like default-major-mode.
4273
4274 2010-01-28 Alan Mackenzie <acm@muc.de>
4275
4276 * display.texi (Auto Faces): Say fontification-functions is called
4277 whether or not Font Lock is enabled. Tidy up the wording a bit.
4278
4279 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * elisp.texi: Remove duplicate edition information (Bug#5407).
4282
4283 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * two.el (volume-header-toc-markup): Fix typos in docstring.
4286
4287 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 Avoid dubious uses of save-excursions.
4290 * positions.texi (Excursions): Recommend the use of
4291 save-current-buffer if applicable.
4292 * text.texi (Clickable Text): Fix the example code which used
4293 save-excursion in a naive way which sometimes preserves point and
4294 sometimes not.
4295 * variables.texi (Creating Buffer-Local):
4296 * os.texi (Session Management):
4297 * display.texi (GIF Images):
4298 * control.texi (Cleanups): Use (save|with)-current-buffer.
4299
4300 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4301
4302 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4303
4304 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * nonascii.texi (Text Representations, Character Codes)
4307 (Converting Representations, Explicit Encoding)
4308 (Translation of Characters): Use hex notation consistently.
4309 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4310
4311 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * loading.texi (Where Defined): Make it clearer that these are
4314 loaded files (Bug#5068).
4315
4316 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * minibuf.texi (Completion Styles): Document `initials' style.
4319
4320 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * frames.texi (Resources): Describe inhibit-x-resources.
4323 (Size Parameters): Copyedit.
4324
4325 * hash.texi (Creating Hash):
4326 * objects.texi (Hash Table Type): Document the new hash table
4327 printed representation.
4328
4329 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4330 obsolete.
4331
4332 * processes.texi (Process Buffers):
4333 Document process-kill-buffer-query-function.
4334
4335 2009-12-05 Glenn Morris <rgm@gnu.org>
4336
4337 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4338 diary-display-function, and no longer recommended to be a hook.
4339 Update for changes in the names of calendar and diary hooks.
4340 diary-print-entries-hook has changed section.
4341
4342 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4343
4344 * text.texi (Special Properties): More accurate description of
4345 what the `cursor' property does.
4346
4347 2009-11-26 Kevin Ryde <user42@zip.com.au>
4348
4349 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4350 mouse-wheel-down-event, the closest thing to a definition for them.
4351 * os.texi (Startup Summary): vindex inhibit-startup-message and
4352 inhibit-splash-screen.
4353 (Command-Line Arguments): vindex argv.
4354 (Suspending Emacs): vindex suspend-tty-functions and
4355 resume-tty-functions. Don't want to index every hook, but having
4356 the programming ones is helpful.
4357
4358 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * commands.texi (Motion Events): Fix typo (Bug#4907).
4361
4362 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4365 are affected by case-fold-search (Bug#4483).
4366
4367 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * minibuf.texi (Reading File Names): Note that read-file-name may
4370 use a graphical file dialog.
4371
4372 2009-10-31 Glenn Morris <rgm@gnu.org>
4373
4374 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4375
4376 2009-10-16 Kevin Ryde <user42@zip.com.au>
4377
4378 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4379 in particular so `info-lookup-symbol' can find its docs.
4380
4381 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4382
4383 * variables.texi (Constant Variables): Distinguish from defconst
4384 variables.
4385 (Defining Variables): Add cindex.
4386
4387 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * os.texi (Time of Day): Clarify that the microsecond part is
4390 ignored (Bug#4637).
4391
4392 2009-10-11 Glenn Morris <rgm@gnu.org>
4393
4394 * frames.texi (Size and Position): Clarify what is included in the frame
4395 height. (Bug#4535)
4396
4397 2009-10-10 Glenn Morris <rgm@gnu.org>
4398
4399 * windows.texi (Size of Window): The relationship between window and
4400 frame heights is not so simple. (Bug#4535)
4401 Mention window-full-height-p.
4402
4403 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4406 used from Lisp.
4407
4408 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4409
4410 * files.texi (Directory Names) <abbreviate-file-name>:
4411 Document that root home directories are not replaced with "~".
4412
4413 2009-10-06 Eli Zaretskii <eliz@gnu.org>
4414
4415 * text.texi (Special Properties): Document the meaning of the
4416 `cursor' text property whose value is an integer.
4417
4418 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4419
4420 * files.texi (Magic File Names): Add `copy-directory'.
4421
4422 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4423
4424 * files.texi (File Attributes): Fix description of file
4425 attributes. (Bug#4638) Update attributes of files.texi example to
4426 be more representative.
4427
4428 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4429
4430 * files.texi (Create/Delete Dirs): New command copy-directory.
4431
4432 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4433
4434 * anti.texi (Antinews):
4435 * macros.texi (Indenting Macros):
4436 * strings.texi (Creating Strings, Case Conversion):
4437 Remove duplicate words.
4438
4439 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * files.texi (Create/Delete Dirs): delete-directory has an
4442 optional parameter RECURSIVE.
4443
4444 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * buffers.texi (Swapping Text): Minor clarification.
4447
4448 2009-10-01 Glenn Morris <rgm@gnu.org>
4449
4450 * functions.texi (Declaring Functions): Mention that we also search for
4451 ".m" files in the src/ directory.
4452
4453 2009-09-25 David Engster <deng@randomsample.de>
4454
4455 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4456
4457 2009-09-22 Glenn Morris <rgm@gnu.org>
4458
4459 * internals.texi (Building Emacs): Mention preloaded-file-list.
4460
4461 2009-09-14 Alan Mackenzie <acm@muc.de>
4462
4463 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4464
4465 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * functions.texi (Anonymous Functions): Rearrange discussion,
4468 giving usage of unquoted lambda forms first. Mention that
4469 `function' and `#'' are no longer required (Bug#4290).
4470
4471 2009-09-11 Alan Mackenzie <acm@muc.de>
4472
4473 * os.texi (Terminal Output): Document `send-string-to-terminal' in
4474 batch mode.
4475
4476 2009-09-01 Glenn Morris <rgm@gnu.org>
4477
4478 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4479
4480 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
4481
4482 * nonascii.texi (Character Codes): Fix typos.
4483
4484 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4485
4486 * processes.texi (Synchronous Processes): New defvar
4487 process-file-side-effects.
4488
4489 2009-08-25 Glenn Morris <rgm@gnu.org>
4490
4491 * display.texi (Fontsets): Fix typo.
4492
4493 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4494
4495 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * processes.texi (Asynchronous Processes): Adjust arglist of
4498 start-process-shell-command and start-file-process-shell-command.
4499
4500 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4501
4502 * advice.texi (Argument Access in Advice): Note that argument
4503 positions are zero-based (Bug#3932).
4504
4505 * commands.texi (Distinguish Interactive): Minor copyedit.
4506
4507 * display.texi (Face Attributes): Add xref to Displaying Faces for
4508 explanation of "underlying face".
4509
4510 * customize.texi (Common Keywords): Add xref to Loading.
4511
4512 * loading.texi (How Programs Do Loading): Add xref to Lisp
4513 Libraries node in the Emacs manual.
4514
4515 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4518
4519 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * processes.texi (Shell Arguments): Copyedits.
4522
4523 2009-07-18 Glenn Morris <rgm@gnu.org>
4524
4525 * loading.texi (Repeated Loading): Fix typo.
4526
4527 2009-07-16 Richard Stallman <rms@gnu.org>
4528
4529 * buffers.texi (Swapping Text): Recommend setting
4530 write-region-annotate-functions and buffer-saved-size.
4531
4532 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4533
4534 2009-07-15 Glenn Morris <rgm@gnu.org>
4535
4536 * edebug.texi: Minor re-phrasings throughout.
4537 (Edebug Execution Modes): Sit-for affects continue mode too.
4538 (Jumping): Use `forward-sexp' rather than its keybinding.
4539 (Edebug Misc): Fix Q binding.
4540 (Edebug Eval): Remove cl version.
4541 (Printing in Edebug): Clarify print-length etc.
4542 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4543 (Specification List): Remove edebug-unwrap findex entry.
4544 (Specification Examples): defmacro is actually not the same as defun.
4545 Escape "`" in example.
4546
4547 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * markers.texi (The Mark): Document optional arg to
4550 deactivate-mark.
4551
4552 2009-07-11 Kevin Ryde <user42@zip.com.au>
4553
4554 * hooks.texi (Standard Hooks): Fix cross-references.
4555
4556 * loading.texi (Named Features): Refer to eval-after-load.
4557
4558 2009-07-11 Glenn Morris <rgm@gnu.org>
4559
4560 * Makefile.in (TEXI2PDF): New.
4561 (elisp.pdf): New target.
4562
4563 * searching.texi (Regexp Backslash): Fix typo.
4564
4565 * elisp.texi (Top): Display copyright notice at start of non-TeX.
4566
4567 2009-07-10 Glenn Morris <rgm@gnu.org>
4568
4569 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4570
4571 * customize.texi (Customization Types):
4572 * display.texi (Abstract Display):
4573 * objects.texi (Character Type, String Type):
4574 Merge in some menu descriptions from elisp.texi.
4575
4576 * hash.texi (Hash Tables):
4577 * modes.texi (Multiline Font Lock):
4578 End menu description with period.
4579
4580 2009-07-09 Glenn Morris <rgm@gnu.org>
4581
4582 * back.texi: Don't hard-code texinfo location.
4583
4584 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4585 (tex): Add texinfodir to TEXINPUTS.
4586 (elisp1med-init, elisp2med-init): Use texinfodir.
4587
4588 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4589 (clean): Add two-volume.make intermediate files.
4590
4591 * elisp.texi, vol1.texi, vol2.texi:
4592 Use a DATE variable with the publication date, and update it.
4593 Fix antinews menu description.
4594
4595 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4596 Update the detailed node listing to match elisp.texi.
4597
4598 * README: Update edition to match elisp.texi.
4599
4600 * objects.texi (General Escape Syntax):
4601 * nonascii.texi (Character Sets):
4602 Use consistent case for "Unicode Standard".
4603
4604 * anti.texi (Antinews):
4605 * customize.texi (Variable Definitions):
4606 * functions.texi (Declaring Functions):
4607 * nonascii.texi (Character Properties):
4608 * processes.texi (Serial Ports):
4609 * text.texi (Special Properties):
4610 * tips.texi (Coding Conventions):
4611 Minor rearrangements to improve TeX line-filling.
4612
4613 * commands.texi (Using Interactive): Fix cross-reference.
4614
4615 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4616
4617 * frames.texi (Management Parameters): Mention sticky.
4618
4619 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4620
4621 * help.texi (Help Functions): Fix description of help-buffer and
4622 help-setup-xref to use @defun instead of @deffn.
4623
4624 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4625
4626 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4627
4628 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
4629
4630 * display.texi (Window Systems): Add ns to the list.
4631
4632 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4633
4634 * Branch for 23.1.
4635
4636 2009-06-17 Martin Rudalics <rudalics@gmx.at>
4637
4638 * windows.texi (Dedicated Windows): Fix typo.
4639 (Resizing Windows): Replace @defun by @deffn.
4640
4641 2009-06-17 Glenn Morris <rgm@gnu.org>
4642
4643 * variables.texi (Directory Local Variables):
4644 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4645
4646 2009-06-09 Kenichi Handa <handa@m17n.org>
4647
4648 * nonascii.texi (Character Sets): State clearly that FROM and TO
4649 are codepoints of CHARSET.
4650
4651 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
4652
4653 * minibuf.texi (Reading File Names): Fix introductory text.
4654 Suggested by stan@derbycityprints.com.
4655 (High-Level Completion): Fix typo.
4656
4657 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4658
4659 * frames.texi (Text Terminal Colors): Multi-tty is already
4660 implemented, but tty-local colors are not.
4661
4662 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
4663
4664 * hooks.texi (Standard Hooks): Remove mention of obsolete
4665 redisplay-end-trigger-functions.
4666
4667 * internals.texi (Window Internals): Remove mention of obsolete
4668 redisplay-end-trigger-functions.
4669
4670 2009-05-21 Martin Rudalics <rudalics@gmx.at>
4671
4672 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4673
4674 * backups.texi (Making Backups): backup-directory-alist and
4675 make-backup-file-name-function are options.
4676 (Auto-Saving): auto-save-list-file-prefix is an option.
4677
4678 * buffers.texi (Killing Buffers): buffer-offer-save is an
4679 option.
4680
4681 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4682 option.
4683 (Echo Area Customization): echo-keystrokes is an option.
4684 (Selective Display): selective-display-ellipses is an option.
4685 (Temporary Displays): temp-buffer-show-function is an option.
4686 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4687 are options.
4688 (Font Selection): face-font-family-alternatives,
4689 face-font-selection-order, face-font-registry-alternatives, and
4690 scalable-fonts-allowed are options.
4691 (Fringe Indicators): indicate-buffer-boundaries is an option.
4692 (Fringe Cursors): overflow-newline-into-fringe is an option.
4693 (Scroll Bars): scroll-bar-mode is an option.
4694
4695 * eval.texi (Eval): max-lisp-eval-depth is an option.
4696
4697 * files.texi (Visiting Functions): find-file-hook is an option.
4698 (Directory Names): directory-abbrev-alist is an option.
4699 (Unique File Names): temporary-file-directory and
4700 small-temporary-file-directory are options.
4701
4702 * frames.texi (Initial Parameters): initial-frame-alist,
4703 minibuffer-frame-alist and default-frame-alist are options.
4704 (Cursor Parameters): blink-cursor-alist and
4705 cursor-in-non-selected-windows ar options.
4706 (Window System Selections): selection-coding-system is an
4707 option.
4708 (Display Feature Testing): display-mm-dimensions-alist is an
4709 option.
4710
4711 * help.texi (Help Functions): help-char and help-event-list are
4712 options.
4713
4714 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4715 an option.
4716
4717 * minibuf.texi (Minibuffer History): history-length and
4718 history-delete-duplicates are options.
4719 (High-Level Completion): read-buffer-function and
4720 read-buffer-completion-ignore-case are options.
4721 (Reading File Names): read-file-name-completion-ignore-case is
4722 an option.
4723
4724 * modes.texi (Mode Line Top): mode-line-format is an option.
4725 (Mode Line Variables): mode-line-position and mode-line-modes
4726 are options.
4727
4728 * nonascii.texi (Text Representations):
4729 enable-multibyte-characters is an option.
4730 (Default Coding Systems): auto-coding-regexp-alist,
4731 file-coding-system-alist, auto-coding-alist and
4732 auto-coding-functions are options.
4733 (Specifying Coding Systems): inhibit-eol-conversion is an
4734 option.
4735
4736 * os.texi (Init File): site-run-file is an option.
4737 (System Environment): mail-host-address is an option.
4738 (User Identification): user-mail-address is an option.
4739 (Terminal Output): baud-rate is an option.
4740
4741 * positions.texi (Word Motion): words-include-escapes is an
4742 option.
4743
4744 * searching.texi (Standard Regexps): page-delimiter,
4745 paragraph-separate, paragraph-separate and sentence-end are
4746 options.
4747
4748 * text.texi (Margins): left-margin and fill-nobreak-predicate
4749 are options.
4750
4751 * variables.texi (Local Variables): max-specpdl-size is an
4752 option.
4753
4754 * windows.texi (Choosing Window):
4755 split-window-preferred-function, special-display-function and
4756 display-buffer-function are options.
4757
4758 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
4759
4760 Fix errors spotted by Martin Rudalics.
4761
4762 * syntax.texi (Position Parse): Document rationale for ignored
4763 arguments to syntax-ppss-flush-cache.
4764
4765 * processes.texi (Input to Processes): Mark PROCESS arg to
4766 process-running-child-p as optional.
4767 (Network Options): Document NO-ERROR arg to
4768 set-network-process-option.
4769
4770 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4771 command.
4772
4773 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4774 posix-search-backward as commands.
4775
4776 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4777 (Suspending Emacs): Mark suspend-emacs as a command.
4778 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4779 commands.
4780 (Terminal Output): Remove obsolete function baud-rate.
4781 Document TERMINAL arg for send-string-to-terminal.
4782
4783 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4784 terminal-coding-system and set-terminal-coding-system.
4785 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4786 as optional.
4787 (Character Sets): Document RESTRICTION arg of char-charset.
4788 (Character Codes): Mark POS argument to get-byte as optional.
4789
4790 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4791 minibuffer-message.
4792
4793 * files.texi (Create/Delete Dirs): Mark make-directory and
4794 delete-directory as commands.
4795
4796 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4797
4798 * text.texi (Base 64): Mark base64-decode-string and
4799 base64-encode-string as commands.
4800 (Columns): Mark move-to-column as a command.
4801 (Mode-Specific Indent): Document RIGID arg to
4802 indent-for-tab-command.
4803 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4804 Mark indent-code-rigidly as a command.
4805 (Substitution): Mark translate-region as a command.
4806
4807 * frames.texi (Size and Position): Remove obsolete functions
4808 screen-height and screen-width.
4809
4810 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4813 (Displaying Buffers, Resizing Windows): Correct mistakes;
4814 next-window, previous-window, and pop-to-buffer are not commands,
4815 and fit-window-to-buffer" is a command. (Pointed out by Martin
4816 Rudalics.)
4817
4818 2009-05-17 Richard M Stallman <rms@gnu.org>
4819
4820 * modes.texi (Precalculated Fontification): Clarify text.
4821
4822 2009-05-17 Martin Rudalics <rudalics@gmx.at>
4823
4824 * windows.texi (Selecting Windows): Clarify descriptions of
4825 with-selected-window and get-lru-window.
4826 (Cyclic Window Ordering): Refer to particular frame when talking
4827 about how splitting affects the ordering.
4828 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4829 switch-to-buffer-other-window. Explain how setting of
4830 display-buffer-reuse-frames affects pop-to-buffer.
4831 (Choosing Window): Clarify some details in descriptions of
4832 display-buffer-reuse-frames, pop-up-frames, and
4833 pop-up-frame-function.
4834 (Dedicated Windows): Clarify some details.
4835 (Textual Scrolling): Replace term vscroll by term vertical
4836 scroll position.
4837 (Vertical Scrolling): Fix typo.
4838 (Window Hooks): Relate text on jit-lock-register to window
4839 scrolling and size changes.
4840
4841 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
4842
4843 * frames.texi (Initial Parameters): Clarify what the initial
4844 minibuffer frame is.
4845 (Buffer Parameters): Note that the minibuffer parameter can not be
4846 altered.
4847
4848 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4849 Document display-buffer changes.
4850
4851 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * anti.texi (Antinews): Rewrite for Emacs 22.
4854
4855 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4856 obarrays are first mentioned. Define "system abbrev" more
4857 prominently, and add it to the index.
4858 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4859 Copyedits.
4860 (Abbrev Expansion): Document abbrev-insert.
4861
4862 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4863
4864 * frames.texi (Font and Color Parameters): Rename from Color
4865 Parameters. Document font-backend parameter.
4866
4867 * vol2.texi (Top): Update node listing.
4868 * vol1.texi (Top): Update node listing.
4869 * elisp.texi (Top): Update node listing.
4870
4871 2009-05-11 Martin Rudalics <rudalics@gmx.at>
4872
4873 * windows.texi (Choosing Window): Don't explicitly refer to
4874 split-window-sensibly's window argument in descriptions of
4875 split-height-threshold and split-width-threshold.
4876
4877 2009-05-10 Martin Rudalics <rudalics@gmx.at>
4878
4879 * windows.texi (Choosing Window): Fix rewrite of window
4880 splitting section.
4881
4882 2009-05-09 Eli Zaretskii <eliz@gnu.org>
4883
4884 * nonascii.texi (Default Coding Systems):
4885 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
4886 Add indexing.
4887 (Lisp and Coding Systems): Add index entries.
4888
4889 2009-05-09 Martin Rudalics <rudalics@gmx.at>
4890
4891 * windows.texi (Choosing Window): Describe split-window-sensibly
4892 and rewrite section on window splitting accordingly.
4893 (Textual Scrolling): Replace `...' by @code{...}.
4894
4895 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4898 Remove obsoleted pre-abbrev-expand-hook.
4899
4900 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4901 entries.
4902
4903 * internals.texi (Object Internals): Don't assume 32-bit machines
4904 are the norm.
4905 (Buffer Internals): Consolidate table entries for readability.
4906 (Window Internals): Synch field names to window.h.
4907 (Process Internals): Synch field names to process.h.
4908
4909 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
4910
4911 * variables.texi (File Local Variables): Note that read-circle is
4912 bound to nil when reading file-local variables.
4913
4914 * streams.texi (Input Functions): Document read-circle.
4915 (Output Variables): Add xref to Circular Objects.
4916
4917 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4920 Features and Coding System Basics. Node that "p" stands for
4921 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4922 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4923 mouse-appearance-menu.
4924 (Programming Tips): Add xref to Progress.
4925
4926 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * os.texi (Command-Line Arguments):
4929 Document command-line-args-left.
4930 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4931 terminal objects for tty arguments.
4932 (Startup Summary): Add xref to Session Management.
4933 (Session Management): Mention emacs-session-restore. Copyedits.
4934
4935 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * os.texi (Startup Summary): Copyedits. The init file is not
4938 necessarily named .emacs now. Document initial-buffer-choice and
4939 initial-scratch-message. Note where Emacs exits in batch mode.
4940 Document inhibit-splash-screen as an alias.
4941 (Init File): Be neutral about which init file name to use.
4942
4943 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * os.texi (System Interface): Fix Texinfo usage.
4946
4947 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * searching.texi (Regexp Backslash): Also refer to shy groups as
4950 non-capturing or unnumbered groups.
4951 (Regexp Functions): Add cross-reference to Regexp Backslash.
4952
4953 * display.texi (Truncation): Overlays can use line-prefix and
4954 wrap-prefix too.
4955 (Overlay Properties): Document wrap-prefix and line-prefix.
4956 (Face Attributes): Document underline-minimum-offset.
4957 (Face Remapping): Copyedits.
4958 (Low-Level Font): Copyedits.
4959 (Image Cache): Note that the image cache is shared between frames.
4960 (Line Height): Emphasize that line-spacing only takes effect on
4961 graphical terminals.
4962
4963 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * display.texi (Refresh Screen): Note that a passage about screen
4966 refreshing is text terminal only.
4967 (Forcing Redisplay): Delete misleading comment---sit-for calls
4968 redisplay, not the other way around.
4969 (Truncation): Note new values of truncate-partial-width-windows.
4970 Copyedits.
4971 (Invisible Text): Document invisible-p.
4972
4973 2009-04-11 Eli Zaretskii <eliz@gnu.org>
4974
4975 * display.texi (Overlays): Overlays don't scale well. See
4976 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4977
4978 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * syntax.texi (Syntax Table Functions): Document cons cell
4981 argument for modify-syntax-entry.
4982 (Categories): Document cons cell argument for
4983 modify-category-entry.
4984
4985 * searching.texi (String Search): Document word-search-forward-lax
4986 and word-search-backward-lax.
4987 (Searching and Case): Describe isearch behavior more precisely.
4988
4989 * keymaps.texi (Tool Bar): Mention that some platforms do not
4990 support multi-line toolbars. Suggested by Stephen Eglen.
4991
4992 * frames.texi (Layout Parameters): Mention that Nextstep also
4993 allows only one tool-bar line. Suggested by Stephen Eglen.
4994
4995 * nonascii.texi (Text Representations): Copyedits.
4996 (Coding System Basics): Also mention utf-8-emacs.
4997 (Converting Representations, Selecting a Representation)
4998 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4999 Copyedits.
5000 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5001
5002 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5003
5004 * text.texi (Yank Commands): Note that yank uses push-mark.
5005 (Filling): Clarify REGION argument of fill-paragraph.
5006 Document fill-forward-paragraph-function.
5007 (Special Properties): Remove "new in Emacs 22" declaration.
5008 (Clickable Text): Merge with Links and Mouse-1 node.
5009
5010 * display.texi (Button Properties, Button Buffer Commands):
5011 Change xref to Clickable Text.
5012
5013 * tips.texi (Key Binding Conventions): Change xref to Clickable
5014 Text.
5015
5016 * elisp.texi (Top): Update node listing.
5017
5018 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * markers.texi (The Mark): Copyedits. Improve description of
5021 handle-shift-selection.
5022 (The Region): Move use-region-p here from The Mark.
5023
5024 * positions.texi (Screen Lines): Document (cols . lines) argument
5025 for vertical-motion.
5026
5027 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * frames.texi (Frames): Clean up introduction. Document `ns'
5030 return value for framep.
5031 (Creating Frames): Note how the terminal is chosen.
5032 (Multiple Terminals, Multiple Displays): Merge into a single node.
5033 (Color Parameters): Fix typo.
5034
5035 * variables.texi (Local Variables, Buffer-Local Variables)
5036 (Creating Buffer-Local): Change link to Multiple Terminals.
5037
5038 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5039
5040 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5041 Terminals.
5042
5043 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5044 to Multiple Terminals.
5045
5046 * elisp.texi (Top): Update node listing.
5047 * vol2.texi (Top): Update node listing.
5048 * vol1.texi (Top): Update node listing.
5049
5050 * buffers.texi (Current Buffer): Note that the append-to-buffer
5051 example is no longer in synch with the latest code. Tie the two
5052 examples together.
5053
5054 * files.texi (File Attributes): Move note about MS-DOS from
5055 Changing Files to File Attributes.
5056 (Create/Delete Dirs): Note that mkdir is an alias for this.
5057
5058 2009-04-01 Markus Triska <triska@gmx.at>
5059
5060 * processes.texi (Filter Functions): Suggest how to handle output
5061 batches.
5062
5063 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5064
5065 * help.texi (Accessing Documentation): Update example to use
5066 help-setup-xref and with-help-window.
5067 (Help Functions): Remove print-help-return-message, which is
5068 semi-obsolete due to with-help-window. Document help-buffer and
5069 help-setup-xref.
5070
5071 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * help.texi (Accessing Documentation, Help Functions):
5074 Remove information about long-obsolete Emacs versions.
5075
5076 * modes.texi (Mode Line Variables): The default values of the mode
5077 line variables are now more complicated.
5078
5079 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * modes.texi (Major Mode Conventions): Note that specialness is
5082 inherited.
5083 (Derived Modes): Note that define-derive-mode sets the mode-class
5084 property.
5085
5086 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5087 goto-map. Add search-map to the list.
5088
5089 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5090
5091 * os.texi (System Environment): Update the list of system-type
5092 values.
5093
5094 * markers.texi (The Mark) <handle-shift-selection>: Update for
5095 removal of the optional argument DEACTIVATE.
5096
5097 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5098
5099 * commands.texi (Focus Events): Most X window managers don't use
5100 focus-follows-mouse nowadays.
5101
5102 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5103
5104 * commands.texi (Defining Commands): Clarify introduction.
5105 (Using Interactive): Not that interactive can be put in a symbol
5106 property.
5107 (Interactive Call): Note that a symbol with a non-nil
5108 interactive-form property satisfies commandp.
5109
5110 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * minibuf.texi (Intro to Minibuffers): Fix typos.
5113
5114 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5117 about minibuffers in old Emacs versions. Copyedits.
5118 Emphasize that enable-recursive-minibuffers defaults to nil.
5119 (Text from Minibuffer): Simplify introduction.
5120
5121 2009-03-22 Alan Mackenzie <acm@muc.de>
5122
5123 * commands.texi (Using Interactive): Clarify string argument to
5124 `interactive' - even promptless elements need \n separators.
5125
5126 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5127
5128 * minibuf.texi (Completion Styles): New node.
5129
5130 * elisp.texi (Top): Update node listing.
5131
5132 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * minibuf.texi (Basic Completion): Note that
5135 read-file-name-completion-ignore-case and
5136 read-buffer-completion-ignore-case can override
5137 completion-ignore-case.
5138 (Minibuffer Completion): Document completing-read changes.
5139 (Completion Commands): Avoid mentioning partial completion mode.
5140 Document minibuffer-completion-confirm changes, and
5141 minibuffer-confirm-exit-commands.
5142 (High-Level Completion): Document new require-match behavior for
5143 read-buffer. Document read-buffer-completion-ignore-case.
5144 (Reading File Names): Document new require-match behavior for
5145 read-file-name.
5146
5147 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * debugging.texi (Error Debugging): Don't mislead the reader into
5150 thinking that debug-on-error enters debugger for C-f at EOB.
5151 (Error Debugging): Setting debug-on-init within the init file
5152 works, and has for some time.
5153
5154 2009-03-13 Kenichi Handa <handa@m17n.org>
5155
5156 * display.texi (Fontsets): Update the description.
5157
5158 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * advice.texi (Advising Primitives): Link to What Is a Function.
5161
5162 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * compile.texi (Speed of Byte-Code): Update example.
5165 (Disassembly): Update examples.
5166
5167 * loading.texi (Repeated Loading): Simplify examples.
5168
5169 * customize.texi (Common Keywords): It's not necessary to use :tag
5170 to remove hyphens, as custom-unlispify-tag-name does it
5171 automatically.
5172 (Variable Definitions): Link to File Local Variables.
5173 Document customized-value symbol property.
5174 (Customization Types): Move menu to end of node.
5175
5176 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * macros.texi (Compiling Macros): Omit misleading sentence, which
5179 implied that macros can only be used in the same file they are
5180 defined.
5181 (Backquote): Remove obsolete information about Emacs 19.
5182
5183 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5184
5185 * display.texi (Display Margins): Fix paren typo.
5186
5187 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * elisp.texi (Top): Update node listing.
5190
5191 * variables.texi (Variables): Clarify introduction.
5192 (Global Variables): Mention that setq is a special form.
5193 (Local Variables): Use active voice.
5194 (Tips for Defining): Mention marking variables as safe.
5195 (Buffer-Local Variables): Mention terminal-local and frame-local
5196 variables together.
5197 (File Local Variables): Copyedits.
5198 (Frame-Local Variables): Note that they are not really useful.
5199 (Future Local Variables): Node deleted.
5200
5201 * objects.texi (General Escape Syntax): Update explanation of
5202 Unicode escape syntax.
5203
5204 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * control.texi (Control Structures): Add cindex entry for "textual
5207 order".
5208
5209 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5210 instead of "expression" throughout.
5211 (Function Indirection): Copyedits. Use active voice.
5212 (Eval): The default value of max-lisp-eval-depth is now 400.
5213
5214 2009-02-23 Miles Bader <miles@gnu.org>
5215
5216 * processes.texi (System Processes): Rename `system-process-attributes'
5217 to `process-attributes'.
5218
5219 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * symbols.texi (Property Lists): Emphasize that property lists are
5222 not restricted to symbol cells.
5223 (Other Plists): Copyedit.
5224
5225 * sequences.texi (Sequences Arrays Vectors): Make introduction
5226 more concise.
5227 (Arrays): Mention char-tables and bool-vectors too.
5228 (Vectors): Don't repeat information given in Arrays node. Link to
5229 nodes that explain the vector usage examples.
5230 (Char-Tables): Note that char-table elements can have arbitrary
5231 type. Explain effect of omitted char-table-extra-slots property.
5232 Link to Property Lists node.
5233
5234 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5237 `append'.
5238 (List Elements): Copyedits.
5239
5240 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5241 of `vconcat'.
5242
5243 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5244 Emacs 20 usage of `concat'.
5245 (Case Conversion): Copyedits.
5246
5247 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5250 Minor edits.
5251 (Frame Configuration Type): Emphasize that it is not primitive.
5252 (Font Type): New node.
5253 (Type Predicates): Add fontp; type-of now recognizes font object
5254 types.
5255
5256 * intro.texi (Version Info): Update version numbers in examples.
5257 (Acknowledgements): List more contributors.
5258
5259 * elisp.texi: Bump version number to 3.0.
5260 (Top): Link to Font Type node.
5261
5262 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5263
5264 * modes.texi (Major Mode Conventions): Remove duplicate words.
5265 (Customizing Keywords): Fix typo.
5266
5267 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5268
5269 * nonascii.texi (User-Chosen Coding Systems): Document that
5270 select-safe-coding-system suggests raw-text if there are raw bytes
5271 in the region.
5272 (Explicit Encoding): Warn not to use `undecided' when encoding.
5273
5274 2009-02-11 Glenn Morris <rgm@gnu.org>
5275
5276 * frames.texi (Visibility of Frames): Mention the effect multiple
5277 workspaces/desktops can have on visibility.
5278
5279 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5280
5281 * text.texi (Commands for Insertion):
5282 * commands.texi (Event Mod):
5283 * keymaps.texi (Searching Keymaps):
5284 * nonascii.texi (Translation of Characters):
5285 Reinstate documentation of translation-table-for-input.
5286 (Explicit Encoding): Document the `charset' text property produced
5287 by decode-coding-region and decode-coding-string.
5288
5289 2009-01-27 Alan Mackenzie <acm@muc.de>
5290
5291 * modes.texi (Search-based Fontification): Correct a typo.
5292
5293 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5294
5295 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5296 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5297
5298 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5299
5300 * display.texi (Window Systems): Document the value of
5301 `initial-window-system' under --daemon.
5302
5303 * os.texi (System Environment): Remove description of the
5304 `environment' function which has been deleted.
5305
5306 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5307
5308 * frames.texi (Multiple Displays): Remove documentation for
5309 removed function make-frame-on-tty.
5310
5311 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5314 write-region-annotate-functions.
5315 Document write-region-post-annotation-function.
5316
5317 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * display.texi (Font Lookup): Document WIDTH argument of
5320 x-list-fonts.
5321
5322 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5323
5324 * maps.texi (Standard Keymaps): Rename function-key-map to
5325 local-function-key-map.
5326
5327 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5328 local-function-key-map.
5329
5330 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5331 and `set-keyboard-coding-system' now accept an optional terminal
5332 argument.
5333
5334 * commands.texi (Event Mod): `keyboard-translate-table' is now
5335 terminal-local.
5336 (Function Keys): Rename function-key-map to
5337 local-function-key-map.
5338
5339 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5340 frames.texi.
5341
5342 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5343 `delete-terminal-functions', `suspend-tty-functions' and
5344 `resume-tty-functions'.
5345
5346 * frames.texi (Frames): Document `frame-terminal' and
5347 `terminal-live-p'.
5348 (Multiple Displays): Document `make-frame-on-tty'.
5349 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5350 `terminal-name', and `get-device-terminal'.
5351 (Terminal Parameters): Document `terminal-parameters',
5352 `terminal-parameter', and `set-terminal-parameter'.
5353
5354 * os.texi (System Environment): Document `environment' and
5355 `initial-environment'.
5356 (Suspending Emacs): Update for multi-tty; document
5357 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5358
5359 * nonascii.texi (Coding System Basics): More accurate description
5360 of `raw-text'.
5361
5362 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * display.texi (Low-Level Font): Fix typo.
5365
5366 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * elisp.texi (Top): Update node listing.
5369
5370 * display.texi (PostScript Images): Node deleted.
5371
5372 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5373
5374 * processes.texi (Decoding Output): Document that null bytes force
5375 no-conversion for reading process output.
5376
5377 * files.texi (Reading from Files): Document that null bytes force
5378 no-conversion when visiting files.
5379
5380 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5381
5382 * nonascii.texi (Lisp and Coding Systems):
5383 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5384 (Character Properties): Improve wording.
5385
5386 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * display.texi (Font Lookup): Remove obsolete function
5389 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5390 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5391 (Font Selection): Reorder order of variable descriptions.
5392 Minor clarifications.
5393
5394 * elisp.texi (Top): Update node listing.
5395
5396 2009-01-09 Glenn Morris <rgm@gnu.org>
5397
5398 * commands.texi (Command Loop Info): Say that last-command-char and
5399 last-input-char are obsolete aliases.
5400
5401 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5402 last-input-char and last-command-char, since they are just aliases for
5403 last-input-event and last-command-event.
5404
5405 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5406 last-command-char.
5407
5408 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * elisp.texi: Update node listing.
5411
5412 * display.texi (Faces): Put Font Selection node after Auto Faces.
5413 (Face Attributes): Don't link to Font Lookup.
5414 Document font-family-list.
5415 (Fonts): New node.
5416
5417 2009-01-08 Jason Rumney <jasonr@gnu.org>
5418
5419 * frames.texi (Pointer Shape): Clarify that only X supports
5420 changing the standard pointer shapes. (Bug#1485)
5421
5422 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * display.texi (Attribute Functions): Note that a function value
5425 :height is relative, and that compatibility functions work by
5426 calling set-face-attribute.
5427 (Displaying Faces): Reorder list in order of increasing priority.
5428 (Face Remapping): New node. Content moved here from Displaying
5429 Faces.
5430 (Glyphs): Link to Face Functions.
5431
5432 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5433
5434 * display.texi (Faces): Don't discuss face id here. facep does
5435 not return t.
5436 (Defining Faces): Minor clarification.
5437 (Face Attributes): Rearrange items to match docstring of
5438 set-face-attribute. Add :foundry attribute. Document new role of
5439 :font attribute. Texinfo usage fix.
5440 (Attribute Functions): Copyedits.
5441 (Face Functions): Note that face number is seldom used.
5442
5443 2009-01-05 Richard M Stallman <rms@gnu.org>
5444
5445 * strings.texi (Predicates for Strings): Minor clarification.
5446
5447 * functions.texi (Function Safety): Texinfo usage fix.
5448
5449 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
5450
5451 * objects.texi (General Escape Syntax): Fix typo.
5452
5453 2009-01-03 Martin Rudalics <rudalics@gmx.at>
5454
5455 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5456 works via the default value of pop-up-frame-function.
5457
5458 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5459
5460 * processes.texi (System Processes): Document the `time' and
5461 `ctime' attributes of `system-process-attributes'.
5462
5463 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5464
5465 * display.texi (Face Attributes): Clarify :height attribute.
5466
5467 2008-12-31 Martin Rudalics <rudalics@gmx.at>
5468
5469 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5470 the front of the buffer list. Add entries for `last-buffer' and
5471 `unbury-buffer'.
5472
5473 2008-12-27 Eli Zaretskii <eliz@gnu.org>
5474
5475 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5476 and its subsections.
5477
5478 * frames.texi (Multiple Terminals, Low-level Terminal)
5479 (Terminal Parameters, Frames on Other TTY devices): New sections.
5480 (Frames): Add an xref to "Multiple Terminals".
5481
5482 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5483
5484 * objects.texi (Terminal Type): New node.
5485 (Editing Types): Add it to the menu.
5486
5487 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5488 Variables".
5489
5490 * variables.texi (Directory Local Variables): New node.
5491 (Variables): Add a menu item for it.
5492
5493 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5494 `generated-autoload-file'.
5495
5496 2008-12-20 Eli Zaretskii <eliz@gnu.org>
5497
5498 * os.texi (Startup Summary): Add xref to documentation of
5499 `initial-window-system'.
5500
5501 * display.texi (Window Systems): Document `window-system' the
5502 function. The variable `window-system' is now frame-local.
5503 Document `initial-window-system'.
5504
5505 2008-12-19 Martin Rudalics <rudalics@gmx.at>
5506
5507 * windows.texi (Windows): Rewrite description of
5508 fit-window-to-buffer.
5509
5510 2008-12-13 Glenn Morris <rgm@gnu.org>
5511
5512 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5513 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5514
5515 2008-12-12 Glenn Morris <rgm@gnu.org>
5516
5517 * debugging.texi (Error Debugging): Refer forwards to
5518 eval-expression-debug-on-error.
5519
5520 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5521
5522 * strings.texi (String Basics): Only unibyte strings that
5523 represent key sequences hold 8-bit raw bytes.
5524
5525 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5526 paragraph to speak about `undecided'.
5527 (Character Properties): Don't explain the meaning of each
5528 property; instead, identify their Unicode Standard names.
5529 (Character Sets): Document `map-charset-chars'.
5530
5531 2008-12-02 Glenn Morris <rgm@gnu.org>
5532
5533 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5534 section yet again.
5535
5536 2008-11-29 Eli Zaretskii <eliz@gnu.org>
5537
5538 * nonascii.texi (Character Properties): New Section.
5539 (Specifying Coding Systems): Document
5540 `coding-system-priority-list', `set-coding-system-priority', and
5541 `with-coding-priority'.
5542 (Lisp and Coding Systems): Document `check-coding-systems-region'
5543 and `coding-system-charset-list'.
5544 (Coding System Basics): Document `coding-system-aliases'.
5545
5546 * elisp.texi (Top): Add a @detailmenu entry for "Character
5547 Properties".
5548
5549 * objects.texi (Character Type): Correct the range of Emacs
5550 characters. Add an @xref to "Character Codes".
5551
5552 * strings.texi (String Basics): Add an @xref to "Character Codes".
5553
5554 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5555
5556 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5557 (Character Codes): Document `max-char'.
5558
5559 2008-11-28 Eli Zaretskii <eliz@gnu.org>
5560
5561 * nonascii.texi (Text Representations, Converting Representations)
5562 (Character Sets, Scanning Charsets, Translation of Characters):
5563 Make text more accurate.
5564
5565 2008-11-28 Glenn Morris <rgm@gnu.org>
5566
5567 * files.texi (Format Conversion Round-Trip): Improve previous change.
5568
5569 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * modes.texi (Auto Major Mode): Fix example.
5572
5573 2008-11-25 Glenn Morris <rgm@gnu.org>
5574
5575 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5576
5577 * files.texi (Format Conversion Round-Trip):
5578 Use active voice for previous change.
5579
5580 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * os.texi (Processor Run Time):
5583 * processes.texi (Transaction Queues):
5584 * markers.texi (The Mark):
5585 * windows.texi (Choosing Window, Selecting Windows):
5586 * files.texi (Changing Files, Magic File Names):
5587 * commands.texi (Key Sequence Input):
5588 * functions.texi (Declaring Functions):
5589 * strings.texi (Predicates for Strings):
5590 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5591
5592 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5593
5594 * help.texi (Accessing Documentation): Update example.
5595
5596 * variables.texi (Defining Variables): Note that `*' is not
5597 necessary if defcustom is used.
5598
5599 2008-11-22 Eli Zaretskii <eliz@gnu.org>
5600
5601 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5602 Characters" from @detailmenu.
5603
5604 * nonascii.texi (Character Codes, Character Sets)
5605 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5606 (Chars and Bytes, Splitting Characters): Sections removed.
5607
5608 2008-11-22 Lute Kamstra <lute@gnu.org>
5609
5610 * positions.texi (Text Lines): Update goto-line documentation.
5611
5612 2008-11-21 Martin Rudalics <rudalics@gmx.at>
5613
5614 * frames.texi (Frames): Fix typo, add cross references, reword.
5615 (Initial Parameters): Reword special-display-frame-alist text.
5616 (Frames and Windows): Reword. Describe argument norecord for
5617 set-frame-selected-window.
5618 (Input Focus): Describe argument norecord for select-frame.
5619 Remove comment on MS-Windows behavior for focus-follows-mouse.
5620 (Raising and Lowering): Mention windows-frames dichotomy in
5621 metaphor.
5622
5623 * windows.texi (Displaying Buffers, Vertical Scrolling)
5624 (Horizontal Scrolling): Fix indenting and rewording issues
5625 introduced with 2008-11-07 change.
5626
5627 2008-11-20 Glenn Morris <rgm@gnu.org>
5628
5629 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5630 element of `format-alist'.
5631
5632 2008-11-19 Glenn Morris <rgm@gnu.org>
5633
5634 * doclicense.texi: Update to FDL 1.3.
5635 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5636
5637 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5640 vars, which are obsolete. Mention jit-lock-register.
5641
5642 * modes.texi (Other Font Lock Variables):
5643 Document jit-lock-register and jit-lock-unregister.
5644
5645 * frames.texi (Color Parameters): Document alpha parameter.
5646
5647 2008-11-16 Martin Rudalics <rudalics@gmx.at>
5648
5649 * windows.texi (Splitting Windows, Deleting Windows)
5650 (Selecting Windows, Cyclic Window Ordering)
5651 (Buffers and Windows, Displaying Buffers, Choosing Window)
5652 (Dedicated Windows, Window Point, Window Start and End)
5653 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5654 (Size of Window, Resizing Windows, Window Configurations)
5655 (Window Parameters): Avoid @var at beginning of sentences and
5656 reword accordingly.
5657
5658 2008-11-11 Lute Kamstra <lute@gnu.org>
5659
5660 * files.texi (File Name Components): Fix file-name-extension
5661 documentation.
5662
5663 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * frames.texi (Basic Parameters): Remove display-environment-variable
5666 and term-environment-variable.
5667
5668 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5669
5670 * windows.texi (Basic Windows, Splitting Windows)
5671 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5672 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
5673 (Resizing Windows, Window Configurations, Window Parameters):
5674 Fix wording and markup.
5675
5676 2008-11-07 Martin Rudalics <rudalics@gmx.at>
5677
5678 * windows.texi (Windows): Update entries.
5679 (Basic Windows): Remove listing of attributes. Reword.
5680 (Splitting Windows, Deleting Windows): Reword.
5681 (Selecting Windows, Cyclic Window Ordering): Reword with special
5682 emphasis on order of recently selected windows and buffer list.
5683 (Buffers and Windows, Choosing Window): Reword with special
5684 emphasis on dedicated windows.
5685 (Displaying Buffers): Reword. For switch-to-buffer mention that
5686 it may fall back on pop-to-buffer. For other-window try to
5687 explain how it treats the cyclic ordering of windows.
5688 (Dedicated Windows): New node and section discussing dedicated
5689 windows and associated functions.
5690 (Window Point): Add entry for window-point-insertion-type. Reword.
5691 (Window Start and End): Rename node and section title. Reword.
5692 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5693 Minor rewording.
5694 (Size of Window): Reword, in particular text on window-width.
5695 (Resizing Windows): Reword. Add text on balancing windows.
5696 (Window Configurations): Reword. Mention window parameters.
5697 (Window Parameters): New node and section on window parameters.
5698 (Window Hooks): Reword. Mention that
5699 window-configuration-change-hook is run "buffer-locally".
5700 * elisp.texi (Top): Update Windows entries in @detailmenu
5701 section.
5702
5703 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5704
5705 * searching.texi (Regexp Search): Fix typo.
5706
5707 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5708
5709 * searching.texi (Regexp Search): Document GREEDY arg.
5710 (Simple Match Data): Fix return value.
5711
5712 2008-11-01 Eli Zaretskii <eliz@gnu.org>
5713
5714 * nonascii.texi (Text Representations): Rewrite to make consistent
5715 with Emacs 23 internal representation of characters.
5716 Document `unibyte-string'.
5717
5718 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
5719
5720 * processes.texi (Process Information): Note that process-status
5721 does not accept buffer names.
5722
5723 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5724
5725 * positions.texi (Skipping Characters): Correct return value of
5726 skip-chars-forward.
5727
5728 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5729
5730 * windows.texi (Deleting Windows): Update documentation of
5731 delete-windows-on.
5732 (Buffers and Windows): Update documentations of
5733 get-buffer-window and get-buffer-window-list.
5734 (Displaying Buffers): Update documentation of
5735 replace-buffer-in-windows.
5736
5737 * buffers.texi (Current Buffer): Reword set-buffer and
5738 with-current-buffer documentations.
5739 (Creating Buffers): Reword documentation of get-buffer-create.
5740
5741 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5742
5743 * buffers.texi (Current Buffer): Reword documentation of
5744 set-buffer.
5745 (Buffer Names): Reword documentation of buffer-name.
5746 (The Buffer List): For bury-buffer explain what happens with the
5747 buffer's window.
5748 (Creating Buffers): Say that get-buffer-create's arg is called
5749 buffer-or-name.
5750
5751 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * advice.texi (Computed Advice): Explain what DEFINITION is.
5754
5755 * nonascii.texi (Character Codes): Remove obsolete function
5756 char-valid-p, and document characterp instead.
5757
5758 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5759
5760 * windows.texi (Displaying Buffers): Reword documentation of
5761 pop-to-buffer.
5762 (Choosing Window): Rewrite documentation of display-buffer and
5763 its options.
5764
5765 * buffers.texi (Killing Buffers): Update documentation of
5766 kill-buffer.
5767
5768 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5769
5770 * processes.texi (Serial Ports): Fix wording and improve markup.
5771
5772 * searching.texi (Regexp Search): Document `string-match-p' and
5773 `looking-at-p'.
5774 (POSIX Regexps): Add an xref for "non-greedy".
5775 (Regexp Special): Add @cindex entry for "non-greedy".
5776
5777 * display.texi (Attribute Functions): Document `face-all-attributes'.
5778 (Image Cache) <image-refresh>: Minor wording fixes.
5779
5780 * frames.texi (Color Names): Add an xref to `read-color'.
5781
5782 * minibuf.texi (High-Level Completion): Document `read-color'.
5783
5784 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5785
5786 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5787
5788 * buffers.texi (Swapping Text): New section, documents
5789 `buffer-swap-text'.
5790
5791 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5792
5793 * windows.texi (Resizing Windows): Minor wording fix.
5794
5795 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5796
5797 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5798 and `combine-and-quote-strings'.
5799
5800 * strings.texi (Creating Strings): Add xrefs for them.
5801
5802 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5803
5804 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5805 match the corresponding menu in minibuf.texi.
5806
5807 * minibuf.texi (Reading File Names): Document `read-shell-command'
5808 and `minibuffer-local-shell-command-map'.
5809
5810 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5811
5812 * windows.texi (Resizing Windows): Remove var{} around "window" in
5813 documentation of enlarge-window.
5814 Rewrite documentation of window-min-height and window-min-width.
5815
5816 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5817
5818 * functions.texi (Calling Functions): Document `apply-partially'.
5819
5820 * hooks.texi (Standard Hooks): Mention
5821 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5822
5823 * variables.texi (File Local Variables): Document
5824 `file-local-variables-alist', `before-hack-local-variables-hook'
5825 and `hack-local-variables-hook'.
5826
5827 * processes.texi (Synchronous Processes): Document `process-lines'.
5828
5829 * customize.texi (Variable Definitions):
5830 Document `custom-reevaluate-setting'.
5831
5832 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5833
5834 * windows.texi (Choosing Window, Deleting Windows)
5835 (Displaying Buffers): Expand documentation of dedicated windows.
5836
5837 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5838
5839 * files.texi (Changing Files): Document symbolic input of file
5840 modes to `set-file-modes'. Document `read-file-modes' and
5841 `file-modes-symbolic-to-number'.
5842
5843 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5844 and `search-map'.
5845
5846 * searching.texi (Search and Replace):
5847 Document `replace-search-function' and `replace-re-search-function'.
5848 Document `multi-query-replace-map'.
5849
5850 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5851 (Completion Commands, Reading File Names):
5852 Rename `minibuffer-local-must-match-filename-map' to
5853 `minibuffer-local-filename-must-match-map'.
5854 (Minibuffer Completion): The `require-match' argument to
5855 `completing-read' can now have the value `confirm-only'.
5856
5857 * windows.texi (Displaying Buffers): Minor wording fix.
5858 (Choosing Window): `split-height-threshold' can now be nil.
5859 Document `split-width-threshold'. `pop-up-frames' can have the
5860 value `graphic-only'.
5861
5862 2008-10-17 Eli Zaretskii <eliz@gnu.org>
5863
5864 * os.texi (Startup Summary): Document `before-init-time' and
5865 `after-init-time'. Document `initial-window-system' and
5866 `window-system-initialization-alist'. Document reading the
5867 abbrevs file. Document the call to `server-start' under --daemon.
5868 Rearrange a bit to be consistent with the code flow.
5869 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5870 (Time Parsing): Document `format-seconds'.
5871
5872 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5873
5874 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5875 and reword.
5876
5877 2008-10-16 Eli Zaretskii <eliz@gnu.org>
5878
5879 * markers.texi (The Mark): Document use-region-p.
5880
5881 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5882
5883 * internals.texi (Writing Emacs Primitives): The interactive spec
5884 of a primitive can be a Lisp form.
5885
5886 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5887 values of transient-mark-mode. Document handle-shift-selection.
5888
5889 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5890 (Interactive Examples): Show an example of `^'.
5891 (Key Sequence Input): Document this-command-keys-shift-translated.
5892 (Defining Commands, Using Interactive): The interactive-form of a
5893 function can be added via its symbol's property.
5894
5895 * positions.texi (List Motion): beginning-of-defun-function can
5896 now accept an argument.
5897
5898 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5899 now return a list of strings.
5900
5901 * control.texi (Handling Errors): Document ignore-errors.
5902
5903 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5904 (Parameter Access): Document set-frame-parameter.
5905
5906 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5907 Hooks" for the effect of kill-all-local-variables on local hook
5908 functions.
5909
5910 * modes.texi (Major Mode Conventions, Mode Line Variables):
5911 `mode-name' need not be a string. xref to "Mode Line Data" for
5912 details, and to "Emulating Mode Line" for computing a string
5913 value.
5914
5915 2008-10-14 Eli Zaretskii <eliz@gnu.org>
5916
5917 * processes.texi (System Processes): New section.
5918 (Processes, Signals to Processes): Add xrefs to it.
5919
5920 * objects.texi (Editing Types): A `process' is a subprocess of
5921 Emacs, not just any process running on the OS.
5922
5923 * elisp.texi (Top): Adjust the @detailmenu for the above two
5924 changes.
5925
5926 * sequences.texi (Char-Tables): Remove documentation of
5927 set-char-table-default, which has no effect since Emacs 23.
5928 <char-table-range, set-char-table-range>: Don't mention generic
5929 characters and charsets. Add a cons cell as a possible argument.
5930
5931 * nonascii.texi (Splitting Characters)
5932 (Translation of Characters): Don't mention generic characters.
5933
5934 * display.texi (Fontsets): Don't mention generic characters.
5935
5936 * sequences.texi (Char-Tables): `map-char-table' can now call its
5937 argument FUNCTION with a cons cell as KEY.
5938
5939 2008-10-13 Eli Zaretskii <eliz@gnu.org>
5940
5941 * objects.texi (Primitive Function Type): Move "@cindex special
5942 forms" from here...
5943
5944 * eval.texi (Special Forms): ...to here.
5945
5946 * functions.texi (What Is a Function): `functionp' returns nil for
5947 special forms. Add an xref.
5948
5949 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5950 Variables".
5951
5952 * variables.texi (Frame-Local Variables): New section.
5953 (Buffer-Local Variables): Add an xref to it.
5954 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5955 have both frame-local and buffer-local binding.
5956
5957 * frames.texi (Frames): Mention multiple tty frames.
5958 (Frame Parameters, Parameter Access): Mention frame-local variable
5959 bindings.
5960
5961 2008-09-20 Glenn Morris <rgm@gnu.org>
5962
5963 * display.texi (Defining Faces): Recommend against face variables.
5964
5965 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * display.texi (Echo Area Customization): Fix typo.
5968
5969 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5970
5971 * loading.texi (Where Defined): Add `defface' item.
5972
5973 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5974
5975 * loading.texi (Where Defined): Fix description of symbol-file.
5976
5977 2008-08-26 Jason Rumney <jasonr@gnu.org>
5978
5979 * display.texi (TIFF Images): New section describing :index property.
5980
5981 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * display.texi (Temporary Displays): Remove unnecessary comment
5984 about usage of temp-buffer-show-hook.
5985
5986 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
5987
5988 * symbols.texi (Other Plists): Fix incorrect example.
5989 Suggested by Florian Beck.
5990
5991 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5992
5993 * os.texi: Fix previous change.
5994
5995 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5996
5997 * os.texi:
5998 * intro.texi:
5999 * files.texi: Remove VMS support.
6000
6001 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6002
6003 * os.texi:
6004 * frames.texi:
6005 * display.texi: Remove mentions of Mac Carbon.
6006
6007 2008-07-01 Miles Bader <miles@gnu.org>
6008
6009 * text.texi (Special Properties):
6010 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6011
6012 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6013
6014 * display.texi (Other Image Types): Fix copy/paste error; say
6015 "PBM", not "XBM".
6016
6017 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6018
6019 * os.texi: Remove references to obsolete systems.
6020
6021 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6022
6023 * makefile.w32-in (distclean): Remove makefile.
6024
6025 2008-06-17 Glenn Morris <rgm@gnu.org>
6026
6027 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6028 (elisp, dist): Remove rules and variables that are obsolete now
6029 the lisp manual is no longer distributed separately.
6030
6031 2008-06-16 Glenn Morris <rgm@gnu.org>
6032
6033 * configure, configure.in, mkinstalldirs: Remove unused files.
6034
6035 * book-spine.texinfo: Set version to 23.0.60.
6036 * vol1.texi (EMACSVER):
6037 * vol2.texi (EMACSVER): Set to 23.0.60.
6038
6039 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6040 as per maintain.info.
6041
6042 2008-06-15 Glenn Morris <rgm@gnu.org>
6043
6044 * makefile.w32-in (manual): Use "23" rather than "21".
6045
6046 * Makefile.in (emacsver): New, set by configure.
6047 (manual): Use emacsver.
6048
6049 * intro.texi: Report bugs using M-x report-emacs-bug.
6050
6051 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6052
6053 2008-06-13 Daniel Engeler <engeler@gmail.com>
6054
6055 * elisp.texi, internals.texi, processes.texi: Add documentation
6056 about serial port access.
6057
6058 2008-06-05 Miles Bader <miles@gnu.org>
6059
6060 * display.texi (Displaying Faces): Update to reflect function
6061 renamings in face-remap.el.
6062
6063 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6064
6065 * display.texi (Fontsets): Fix typos.
6066
6067 2008-06-03 Miles Bader <miles@gnu.org>
6068
6069 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6070 remove-relative-face-remapping, set-base-face-remapping,
6071 and set-default-base-face-remapping.
6072
6073 2008-06-01 Miles Bader <miles@gnu.org>
6074
6075 * display.texi (Displaying Faces): Add face-remapping-alist.
6076
6077 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6080 variable names.
6081
6082 2008-05-03 Eric S. Raymond <esr@golux>
6083
6084 * keymaps.texi: Clarify that (current-local-map) and
6085 (current-global-map) return references, not copies.
6086
6087 2008-05-02 Juri Linkov <juri@jurta.org>
6088
6089 * minibuf.texi (Text from Minibuffer): Document a list of
6090 default values for `read-from-minibuffer'.
6091
6092 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6093
6094 * nonascii.texi (Translation of Characters): Fix previous change.
6095
6096 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * display.texi (Overlay Properties): Clarify role of underlying
6099 textprop and overlay keymaps for display strings.
6100
6101 * keymaps.texi (Active Keymaps): Ditto.
6102
6103 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * minibuf.texi (Programmed Completion):
6106 Replace dynamic-completion-table with the new completion-table-dynamic.
6107
6108 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * intro.texi (Some Terms): Change "fonts in this manual" index
6111 entry to "typographic conventions".
6112
6113 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6114
6115 * objects.texi (Text Props and Strings): Add indexing for read
6116 syntax of text properties.
6117
6118 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * processes.texi (Decoding Output): Remove process-filter-multibyte
6121 functions.
6122
6123 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6124
6125 * display.texi (Finding Overlays): Say that empty overlays at
6126 the end of the buffer are reported too.
6127
6128 2008-03-13 Glenn Morris <rgm@gnu.org>
6129
6130 * elisp.texi (EMACSVER): Set to 23.0.60.
6131
6132 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6133
6134 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6135
6136 2008-02-22 Glenn Morris <rgm@gnu.org>
6137
6138 * frames.texi (Position Parameters): Clarify the description of
6139 `left' and `top', using information from "Geometry".
6140 (Geometry): Give a pointer to "Position Parameters", rather than
6141 repeating information.
6142
6143 2008-02-11 Glenn Morris <rgm@gnu.org>
6144
6145 * objects.texi (Equality Predicates): No longer talk about "two"
6146 functions.
6147
6148 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6149
6150 * objects.texi (Equality Predicates): Add defun for
6151 equal-including-properties.
6152
6153 2008-02-10 Glenn Morris <rgm@gnu.org>
6154
6155 * objects.texi (Equality Predicates):
6156 Mention equal-including-properties.
6157
6158 2008-02-07 Richard Stallman <rms@gnu.org>
6159
6160 * windows.texi (Window Start): Mention the feature of moving
6161 window-start to start of line.
6162
6163 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6164
6165 * keymaps.texi (Tool Bar): Document rtl property.
6166
6167 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6168
6169 * display.texi (Button Types):
6170 For define-button-type, clarify type of NAME.
6171
6172 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6173
6174 * buffers.texi (Buffer Modification): Fix typo.
6175
6176 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6177
6178 * os.texi (System Environment): Remove references to OSes that are
6179 not supported anymore.
6180
6181 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6182
6183 * os.texi (System Environment): Remove mention for Masscomp.
6184
6185 2008-01-04 Richard Stallman <rms@gnu.org>
6186
6187 * display.texi (Faces): Don't talk about internal face vector as arg
6188 to facep.
6189
6190 * customize.texi (Type Keywords): Fix previous change.
6191
6192 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6193 * elisp.texi (Top): Fix menu for commands.texi change.
6194
6195 2007-12-30 Richard Stallman <rms@gnu.org>
6196
6197 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6198 (Accessing Scroll): New node broken out of Accessing Mouse.
6199
6200 2007-12-28 Richard Stallman <rms@gnu.org>
6201
6202 * frames.texi (Size Parameters): Fix typo.
6203 (Basic Parameters): For `title', refer to title bar.
6204 (Size and Position): Explain meaning of frame pixel width and height.
6205
6206 2007-12-23 Richard Stallman <rms@gnu.org>
6207
6208 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6209 Improve some of the commented-out keywords' text too.
6210
6211 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6212
6213 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6214 "visit the current buffer".
6215
6216 * os.texi (System Interface): Fix typo.
6217
6218 2007-12-04 Richard Stallman <rms@gnu.org>
6219
6220 * objects.texi (Symbol Type): Fix typo.
6221
6222 2007-12-03 Richard Stallman <rms@gnu.org>
6223
6224 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6225
6226 2007-12-01 Glenn Morris <rgm@gnu.org>
6227
6228 * functions.texi (Declaring Functions): Improve previous change.
6229
6230 2007-11-30 Glenn Morris <rgm@gnu.org>
6231
6232 * functions.texi (Declaring Functions): Add optional fourth
6233 argument of declare-function, and setting third argument to `t'.
6234
6235 2007-11-29 Richard Stallman <rms@gnu.org>
6236
6237 * customize.texi (Composite Types): Document `group' type.
6238
6239 2007-11-29 Glenn Morris <rgm@gnu.org>
6240
6241 * functions.texi (Declaring Functions): Add findex.
6242 Mention `external' files.
6243
6244 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * functions.texi (Declaring Functions): Fix directive.
6247
6248 2007-11-25 Richard Stallman <rms@gnu.org>
6249
6250 * help.texi (Help Functions): Clean up last change.
6251
6252 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6253
6254 * loading.texi (Named Features): Minor cleanup.
6255
6256 * macros.texi (Eval During Expansion): Minor cleanup.
6257
6258 * variables.texi (Variable Aliases): Minor cleanup.
6259
6260 2007-11-24 Richard Stallman <rms@gnu.org>
6261
6262 * functions.texi (Declaring Functions): Clarify previous change.
6263
6264 * compile.texi (Compiler Errors): Clarify previous change.
6265
6266 2007-11-24 Richard Stallman <rms@gnu.org>
6267
6268 * display.texi (Refresh Screen, Forcing Redisplay):
6269 Clarify the text and move items around.
6270
6271 2007-11-24 Glenn Morris <rgm@gnu.org>
6272
6273 * functions.texi (Declaring Functions): New section.
6274 * compile.texi (Compiler Errors): Mention declaring functions,
6275 defvar with no initvalue, and byte-compile-warnings.
6276
6277 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6278
6279 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6280 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6281
6282 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6283
6284 * help.texi (Help Functions): Document new macro `with-help-window'.
6285
6286 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6287
6288 * searching.texi (Replacing Match): Describe new
6289 `match-substitute-replacement'.
6290
6291 2007-10-31 Richard Stallman <rms@gnu.org>
6292
6293 * strings.texi (Creating Strings): Null strings from concat not unique.
6294
6295 2007-10-26 Richard Stallman <rms@gnu.org>
6296
6297 * objects.texi (Equality Predicates): Null strings are uniquified.
6298
6299 * minibuf.texi: Minor clarifications in previous change.
6300
6301 2007-10-25 Glenn Morris <rgm@gnu.org>
6302
6303 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6304
6305 2007-10-24 Richard Stallman <rms@gnu.org>
6306
6307 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6308
6309 * variables.texi (Frame-Local Variables): Node deleted.
6310 (Variables): Delete Frame-Local Variables from menu.
6311 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6312 (Default Value): Don't mention frame-local vars.
6313
6314 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6315
6316 * loading.texi (Unloading): Document FEATURE-unload-function
6317 instead of FEATURE-unload-hook.
6318
6319 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6320
6321 2007-10-22 Juri Linkov <juri@jurta.org>
6322
6323 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6324 (High-Level Completion): Document a list of default value strings
6325 in the DEFAULT argument, for which minibuffer functions return the
6326 first element.
6327
6328 2007-10-17 Juri Linkov <juri@jurta.org>
6329
6330 * text.texi (Filling): Update arguments of fill-paragraph.
6331 fill-paragraph operates on the active region in Transient Mark mode.
6332 Remove fill-paragraph-or-region.
6333
6334 2007-10-13 Karl Berry <karl@gnu.org>
6335
6336 * elisp.texi (@dircategory): Move to after @copying,
6337 since we want @copying as close as possible to the beginning of
6338 the output.
6339
6340 2007-10-12 Richard Stallman <rms@gnu.org>
6341
6342 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6343
6344 * commands.texi (Distinguish Interactive): New node,
6345 broken out from Interactive Call and rewritten.
6346 (Command Loop): Put Distinguish Interactive in menu.
6347
6348 2007-10-09 Richard Stallman <rms@gnu.org>
6349
6350 * text.texi (Examining Properties): Mention overlay priority.
6351
6352 * display.texi (Display Margins): Correct the description
6353 of margin display specifications.
6354 (Replacing Specs): New subnode broken out of Display Property.
6355
6356 2007-10-06 Juri Linkov <juri@jurta.org>
6357
6358 * text.texi (Filling): Document fill-paragraph-or-region.
6359
6360 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6361
6362 * display.texi (Auto Faces): Fix typo.
6363
6364 2007-10-02 Richard Stallman <rms@gnu.org>
6365
6366 * display.texi (Display Property): Explain some display specs
6367 don't let you move point in.
6368
6369 * frames.texi (Cursor Parameters):
6370 Describe cursor-in-non-selected-windows here. Explain more values.
6371
6372 * windows.texi (Basic Windows): Don't describe
6373 cursor-in-non-selected-windows here.
6374
6375 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6376
6377 * processes.texi (Misc Network): Note that these functions are
6378 supported only on some systems.
6379
6380 2007-10-01 Richard Stallman <rms@gnu.org>
6381
6382 * display.texi (Overlay Properties): Explain nil as priority.
6383 Explain that conflicts are unpredictable if not resolved by
6384 priorities.
6385
6386 2007-09-23 Richard Stallman <rms@gnu.org>
6387
6388 * macros.texi (Backquote): Minor clarification.
6389
6390 2007-09-19 Richard Stallman <rms@gnu.org>
6391
6392 * display.texi (Display Property): Explain multiple display specs.
6393 Clarify when they work in parallel and when one overrides.
6394 Fix error in example.
6395
6396 2007-09-06 Glenn Morris <rgm@gnu.org>
6397
6398 Move from lispref/ to doc/lispref/. Change all setfilename
6399 commands to use ../../info.
6400 * Makefile.in (infodir): Go up one more level.
6401 (usermanualdir): Change from ../man to ../emacs.
6402 (miscmanualdir): New.
6403 (dist): Use new variable miscmanualdir.
6404 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6405 (usermanualdir): Change from ../man to ../emacs.
6406
6407 2007-08-30 Martin Rudalics <rudalics@gmx.at>
6408
6409 * commands.texi (Command Loop Info): Advise against changing
6410 most variables described here. Explain new variable
6411 last-repeatable-command.
6412
6413 2007-08-29 Glenn Morris <rgm@gnu.org>
6414
6415 * elisp.texi (EMACSVER): Increase to 23.0.50.
6416
6417 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6418
6419 * frames.texi (Basic Parameters): Add display-environment-variable
6420 and term-environment-variable.
6421
6422 2007-08-28 Juri Linkov <juri@jurta.org>
6423
6424 * display.texi (Image Formats, Other Image Types): Add SVG.
6425
6426 2007-08-28 Juri Linkov <juri@jurta.org>
6427
6428 * display.texi (Images): Move formats-related text to new node
6429 "Image Formats".
6430 (Image Formats): New node.
6431
6432 2007-08-27 Richard Stallman <rms@gnu.org>
6433
6434 * windows.texi (Window Configurations): Clarify what
6435 a window configuration saves.
6436
6437 2007-08-25 Richard Stallman <rms@gnu.org>
6438
6439 * display.texi (Images): Delete redundant @findex.
6440
6441 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * text.texi (Change Hooks): (after|before)-change-functions are no
6444 longer bound to nil while running; rather inhibit-modification-hooks
6445 is t.
6446
6447 2007-08-16 Richard Stallman <rms@gnu.org>
6448
6449 * processes.texi (Asynchronous Processes):
6450 Clarify doc of start-file-process.
6451
6452 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6453
6454 * modes.texi (Example Major Modes): Fix typo.
6455
6456 2007-08-08 Glenn Morris <rgm@gnu.org>
6457
6458 * intro.texi (nil and t): Do not use `iff' in documentation.
6459
6460 * tips.texi (Documentation Tips): Recommend against `iff'.
6461
6462 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * display.texi (Image Cache): Document image-refresh.
6465
6466 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6467
6468 * windows.texi (Size of Window): Document window-full-width-p.
6469
6470 2007-07-25 Glenn Morris <rgm@gnu.org>
6471
6472 * gpl.texi (GPL): Replace license with GPLv3.
6473
6474 * Relicense all FSF files to GPLv3 or later.
6475
6476 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6477
6478 * processes.texi (Synchronous Processes):
6479 Add `process-file-shell-command'.
6480 (Asynchronous Processes): Mention restricted use of
6481 `process-filter' and `process-sentinel' in
6482 `start-file-process'. Add `start-file-process-shell-command'.
6483
6484 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6485
6486 * files.texi (Magic File Names): Introduce optional parameter
6487 IDENTIFICATION for `file-remote-p'.
6488
6489 2007-07-16 Richard Stallman <rms@gnu.org>
6490
6491 * display.texi (Defining Faces): Fix previous change.
6492
6493 2007-07-14 Richard Stallman <rms@gnu.org>
6494
6495 * control.texi (Handling Errors): Document `debug' in handler list.
6496
6497 2007-07-10 Richard Stallman <rms@gnu.org>
6498
6499 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6500
6501 2007-07-09 Richard Stallman <rms@gnu.org>
6502
6503 * files.texi (Magic File Names): Rewrite previous change.
6504
6505 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6506
6507 * files.texi (Magic File Names): Introduce optional parameter
6508 CONNECTED for `file-remote-p'.
6509
6510 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6511
6512 * processes.texi (Asynchronous Processes):
6513 * files.texi (Magic File Names): Add `start-file-process'.
6514
6515 2007-06-27 Richard Stallman <rms@gnu.org>
6516
6517 * files.texi (Format Conversion Piecemeal):
6518 Clarify `after-insert-file-functions' calling convention.
6519
6520 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6521
6522 * files.texi (Magic File Names): Remove `dired-call-process'.
6523 Add `process-file'.
6524
6525 2007-06-27 Kenichi Handa <handa@m17n.org>
6526
6527 * text.texi (Special Properties): Fix description about
6528 `composition' property.
6529
6530 2007-06-26 Kenichi Handa <handa@m17n.org>
6531
6532 * nonascii.texi (Default Coding Systems): Document about the
6533 return value `undecided'.
6534
6535 2007-06-25 David Kastrup <dak@gnu.org>
6536
6537 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6538 `current-active-maps'.
6539
6540 2007-06-24 Karl Berry <karl@gnu.org>
6541
6542 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
6543
6544 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
6545
6546 * display.texi (Overlay Arrow): Doc fix.
6547
6548 2007-06-14 Karl Berry <karl@tug.org>
6549
6550 * anti.texi (Antinews): Typo.
6551
6552 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * display.texi (Image Cache): Document image-refresh.
6555
6556 2007-06-12 Karl Berry <karl@gnu.org>
6557
6558 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6559 * two-volume.make: New file.
6560 * .cvsignore: Ignore two-volume files.
6561
6562 2007-06-12 Tom Tromey <tromey@redhat.com>
6563
6564 * os.texi (Init File): Document user-emacs-directory.
6565
6566 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
6567
6568 * commands.texi (Click Events): Describe width and height when
6569 object is nil.
6570
6571 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * commands.texi (Click Events): Layout more logically.
6574 Describe width and height.
6575 (Drag Events, Motion Events): Update to new format for position.
6576
6577 2007-06-02 Richard Stallman <rms@gnu.org>
6578
6579 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6580
6581 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6582
6583 * Version 22.1 released.
6584
6585 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * text.texi (Special Properties): Correct meaning of fontified face.
6588
6589 2007-05-30 Richard Stallman <rms@gnu.org>
6590
6591 * text.texi (Special Properties): Add link to Adjusting Point.
6592
6593 2007-05-12 Richard Stallman <rms@gnu.org>
6594
6595 * text.texi (Margins): indent-to-left-margin is not the default.
6596 (Mode-Specific Indent): For indent-line-function, the default
6597 is indent-relative.
6598
6599 * modes.texi (Example Major Modes): Explain last line of text-mode
6600 is redundant.
6601
6602 2007-05-10 Richard Stallman <rms@gnu.org>
6603
6604 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6605
6606 * help.texi (Keys in Documentation): Add reference to
6607 Documentation Tips.
6608
6609 * files.texi (Format Conversion): TO-FN gets three arguments.
6610
6611 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6612
6613 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6614
6615 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6616 * files.texi (Format Conversion): Expand intro; add menu.
6617 (Format Conversion Overview, Format Conversion Round-Trip)
6618 (Format Conversion Piecemeal): New nodes/subsections.
6619 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6620 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6621 (Saving Properties): Delete node/subsection.
6622
6623 2007-05-07 Karl Berry <karl@gnu.org>
6624
6625 * elisp.texi (EMACSVER): Back to 22.
6626
6627 2007-05-06 Richard Stallman <rms@gnu.org>
6628
6629 * processes.texi (Accepting Output): Revert most of previous change.
6630
6631 2007-05-05 Richard Stallman <rms@gnu.org>
6632
6633 * processes.texi (Accepting Output): accept-process-output
6634 uses microseconds, not milliseconds. But that arg is obsolete.
6635
6636 2007-05-04 Karl Berry <karl@tug.org>
6637
6638 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6639
6640 2007-05-04 Eli Zaretskii <eliz@gnu.org>
6641
6642 * tips.texi (Documentation Tips): Rearrange items to place the
6643 more important ones first. Add an index entry for hyperlinks.
6644
6645 2007-05-03 Karl Berry <karl@gnu.org>
6646
6647 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6648 (EMACSVER) [smallbook]: 22 for printed version.
6649
6650 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6651 so restore anchor to normal position after defun. Found by Kevin Ryde.
6652
6653 2007-04-26 Glenn Morris <rgm@gnu.org>
6654
6655 * elisp.texi (EMACSVER): Increase to 22.1.50.
6656
6657 2007-04-28 Karl Berry <karl@gnu.org>
6658
6659 * elisp.texi: Improve line breaks on copyright page,
6660 similar layout to emacs manual, 8.5x11 by default.
6661
6662 2007-04-24 Richard Stallman <rms@gnu.org>
6663
6664 * text.texi (Special Properties): Add xref to Overlay Properties.
6665
6666 * display.texi (Overlay Properties): Add xref to Special Properties.
6667
6668 2007-04-22 Richard Stallman <rms@gnu.org>
6669
6670 * keymaps.texi (Extended Menu Items): Move the info about
6671 format with cached keyboard binding.
6672
6673 2007-04-21 Richard Stallman <rms@gnu.org>
6674
6675 * text.texi (Special Properties): Clarify previous change.
6676
6677 * files.texi (File Name Expansion): Clarify previous change.
6678
6679 * display.texi (Attribute Functions): Fix example for
6680 face-attribute-relative-p.
6681
6682 2007-04-19 Kenichi Handa <handa@m17n.org>
6683
6684 * text.texi (Special Properties): Document composition property.
6685
6686 2007-04-19 Glenn Morris <rgm@gnu.org>
6687
6688 * files.texi (File Name Expansion): Mention "superroot".
6689
6690 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6693 setups.
6694 (Display Feature Testing): Note that display refers to all
6695 physical monitors for multi-monitor setups.
6696
6697 2007-04-14 Richard Stallman <rms@gnu.org>
6698
6699 * lists.texi (Sets And Lists): Clarify `delete' examples.
6700 Remove spurious xref to same node.
6701 Clarify xref for add-to-list.
6702
6703 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
6704
6705 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6706 value of lisp-mode-map.
6707
6708 2007-04-11 Karl Berry <karl@gnu.org>
6709
6710 * anti.texi (Antinews):
6711 * display.texi (Overlay Properties, Defining Images):
6712 * processes.texi (Synchronous Processes, Sentinels):
6713 * syntax.texi (Syntax Table Internals):
6714 * searching.texi (Regexp Special):
6715 * nonascii.texi (Default Coding Systems):
6716 * text.texi (Special Properties):
6717 * minibuf.texi (Basic Completion): Wording to improve breaks in
6718 8.5x11 format.
6719 * elisp.texi (smallbook): New @set to more easily switch between
6720 smallbook and 8.5x11.
6721
6722 2007-04-11 Richard Stallman <rms@gnu.org>
6723
6724 * text.texi (Lazy Properties): Minor fix.
6725
6726 2007-04-08 Karl Berry <karl@gnu.org>
6727
6728 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6729 * macros.texi (Backquote): Downcase Backquote in index entries for
6730 consistency.
6731
6732 2007-04-08 Richard Stallman <rms@gnu.org>
6733
6734 * text.texi (Adaptive Fill): Just describe default,
6735 don't show it (since it contains non-ASCII chars).
6736
6737 2007-04-07 Karl Berry <karl@gnu.org>
6738
6739 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6740 adaptive-fill-regexp's value, since they are not in the standard
6741 TeX fonts.
6742
6743 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6744
6745 * display.texi (Defining Faces): Fix example.
6746
6747 2007-04-07 Karl Berry <karl@gnu.org>
6748
6749 * display.texi (Button Buffer Commands): Improve page break.
6750
6751 2007-04-07 Richard Stallman <rms@gnu.org>
6752
6753 * advice.texi (Activation of Advice): Remove redundant index entry.
6754
6755 * backups.texi: Improve index entries. Remove redundant ones.
6756
6757 * compile.texi (Byte Compilation): Improve index entry.
6758
6759 * hash.texi (Creating Hash): Improve index entry.
6760
6761 * symbols.texi (Definitions): Improve index entry.
6762
6763 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6764
6765 * maps.texi (Standard Keymaps): Remove useless index entry.
6766
6767 * help.texi (Documentation Basics): Remove redundant index entries.
6768
6769 * customize.texi: Improve index entries.
6770 Remove redundant/useless ones.
6771
6772 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6773
6774 * streams.texi (Output Variables): Improve index entry.
6775
6776 * abbrevs.texi (Abbrevs): Remove useless index entry.
6777
6778 * macros.texi (Expansion): Remove useless index entry.
6779
6780 * text.texi: Improve index entries. Remove redundant/useless ones.
6781 (Text Properties, Examining Properties)
6782 (Special Properties): Use "property category" instead of "category"
6783 to refer to the `category' property.
6784
6785 * positions.texi: Improve index entries. Remove useless one.
6786
6787 * lists.texi: Improve index entries. Remove redundant/useless ones.
6788
6789 * os.texi: Improve index entries.
6790 (Timers): Fix previous change.
6791
6792 * buffers.texi: Improve index entries.
6793 (Modification Time): Get rid of term "obsolete buffer".
6794
6795 * debugging.texi: Improve index entries.
6796 (Test Coverage): Add xref to other test coverage ftr.
6797
6798 * eval.texi: Improve index entry. Remove redundant ones.
6799
6800 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6801
6802 * files.texi: Improve index entries. Remove redundant/useless ones.
6803
6804 * objects.texi: Improve index entries.
6805
6806 * processes.texi: Improve index entries.
6807
6808 * modes.texi: Improve index entry. Remove redundant one.
6809
6810 * nonascii.texi: Improve index entries.
6811
6812 * internals.texi: Improve index entries.
6813
6814 * syntax.texi: Improve index entries.
6815
6816 * keymaps.texi (Active Keymaps): Improve index entries.
6817
6818 * commands.texi: Improve index entries. Remove redundant/useless ones.
6819
6820 * frames.texi: Improve index entries. Remove redundant/useless ones.
6821
6822 * markers.texi: Improve index entries. Remove redundant ones.
6823
6824 * tips.texi: Improve index entries.
6825
6826 * loading.texi (Unloading): Improve index entry.
6827
6828 * variables.texi: Improve index entries. Remove redundant one.
6829
6830 * sequences.texi: Improve index entry.
6831
6832 * display.texi: Improve index entries. Remove redundant ones.
6833
6834 * windows.texi: Improve index entries.
6835
6836 * searching.texi: Improve index entries. Remove redundant one.
6837
6838 * strings.texi (Case Tables): Improve last change.
6839
6840 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
6841
6842 * strings.texi (Case Tables): Document with-case-table and
6843 ascii-case-table.
6844
6845 2007-04-03 Karl Berry <karl@gnu.org>
6846
6847 * processes.texi (Network): Reword to improve page break.
6848
6849 2007-04-03 Eli Zaretskii <eliz@gnu.org>
6850
6851 * functions.texi (Inline Functions): Describe more disadvantages
6852 of defsubst, and make advice against it stronger.
6853
6854 2007-04-02 Karl Berry <karl@gnu.org>
6855
6856 * backups.texi (Backup Names): Avoid widow words.
6857 * modes.texi (Example Major Modes): Align last comment.
6858
6859 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * keymaps.texi (Remapping Commands): Document new arg to
6862 command-remapping.
6863
6864 2007-04-01 Karl Berry <karl@gnu.org>
6865
6866 * processes.texi (Low-Level Network): Typo.
6867 * loading.texi (Hooks for Loading): Avoid double "the".
6868 * keymaps.texi (Key Sequences): No double "and".
6869 (Changing Key Bindings): Shorten to improve line break.
6870
6871 2007-03-31 Glenn Morris <rgm@gnu.org>
6872
6873 * os.texi (Timers): Fix description of run-at-time TIME formats.
6874
6875 2007-03-31 Richard Stallman <rms@gnu.org>
6876
6877 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6878 regarding ellipsis.
6879
6880 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6881
6882 * intro.texi (nil and t):
6883 * symbols.texi (Plists and Alists):
6884 * variables.texi (Variable Aliases, Constant Variables):
6885 * functions.texi (Defining Functions):
6886 * advice.texi (Advising Primitives):
6887 * debugging.texi (Syntax Errors, Compilation Errors):
6888 * minibuf.texi (Minibuffer Windows):
6889 * commands.texi (Adjusting Point):
6890 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6891 (Auto Major Mode, Major Mode Conventions):
6892 * help.texi (Describing Characters):
6893 * files.texi (Create/Delete Dirs, Information about Files)
6894 (File Locks, Writing to Files, Reading from Files)
6895 (Saving Buffers):
6896 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6897 * frames.texi (Finding All Frames):
6898 * positions.texi (Buffer End, Motion):
6899 * markers.texi (The Region):
6900 * text.texi (Deletion, Near Point):
6901 * display.texi (Displaying Messages, Truncation):
6902 * os.texi (Processor Run Time):
6903 * tips.texi (Key Binding Conventions, Programming Tips)
6904 (Warning Tips, Documentation Tips, Comment Tips):
6905 * internals.texi (Memory Usage): Improve indexing.
6906
6907 * variables.texi (Frame-Local Variables):
6908 * functions.texi (Argument List):
6909 * loading.texi (Library Search):
6910 * streams.texi (Output Variables):
6911 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6912 * searching.texi (Replacing Match, Search and Replace):
6913 * processes.texi (Byte Packing, Decoding Output)
6914 (Accepting Output, Network Servers, Shell Arguments):
6915 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6916 * windows.texi (Window Point, Window Start):
6917 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6918 * commands.texi (Reading Input, Keyboard Events):
6919 * minibuf.texi (Reading File Names, Minibuffer Completion)
6920 (Recursive Mini):
6921 * positions.texi (List Motion):
6922 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6923 * numbers.texi (Arithmetic Operations, Math Functions)
6924 (Predicates on Numbers, Comparison of Numbers):
6925 (Numeric Conversions):
6926 * locals.texi (Standard Buffer-Local Variables):
6927 * maps.texi (Standard Keymaps):
6928 * os.texi (User Identification, System Environment, Recording Input)
6929 (X11 Keysyms):
6930 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6931 * backups.texi (Backups and Auto-Saving):
6932 * customize.texi (Customization, Group Definitions)
6933 (Variable Definitions):
6934 * compile.texi (Byte Compilation): Improve index entries.
6935
6936 2007-03-31 Karl Berry <karl@gnu.org>
6937
6938 * macros.texi (Defining Macros): Avoid widow syllable.
6939
6940 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6941
6942 * elisp.texi (Top): Postscript -> PostScript.
6943
6944 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6945
6946 2007-03-31 Markus Triska <markus.triska@gmx.at>
6947
6948 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6949
6950 2007-03-30 Karl Berry <karl@gnu.org>
6951
6952 * lists.texi (List-related Predicates): Remove spurious @need.
6953 (Setcdr): Use @smallexample to improve page break.
6954 (Association Lists) <assoc>: Reword to improve page break.
6955
6956 * strings.texi (String Conversion): Insert blank line to improve
6957 page break.
6958
6959 * numbers.texi (Random Numbers): Use @minus{}.
6960 (Math Functions): Use @minus{}.
6961
6962 * intro.texi (Acknowledgements): Avoid line breaks before middle
6963 initials.
6964
6965 2007-03-24 Eli Zaretskii <eliz@gnu.org>
6966
6967 * errors.texi (Standard Errors): Add an index entry.
6968
6969 2007-03-19 Richard Stallman <rms@gnu.org>
6970
6971 * os.texi (Recording Input): recent-keys now gives 300 keys.
6972
6973 2007-03-12 Glenn Morris <rgm@gnu.org>
6974
6975 * os.texi: Replace "daylight savings" with "daylight saving"
6976 throughout.
6977
6978 2007-03-05 Richard Stallman <rms@gnu.org>
6979
6980 * variables.texi (File Local Variables):
6981 Update enable-local-variables values.
6982
6983 2007-03-04 Richard Stallman <rms@gnu.org>
6984
6985 * syntax.texi (Control Parsing): Minor clarification.
6986
6987 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6988
6989 * sequences.texi (Sequence Functions): Move string-bytes away,
6990 add xref.
6991
6992 * nonascii.texi (Text Representations): Move string-bytes here.
6993
6994 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6995
6996 * minibuf.texi (Basic Completion): Minor clarification.
6997
6998 * markers.texi (The Mark): Clarify existence vs activation of mark.
6999 Other cleanup.
7000
7001 * display.texi (Finding Overlays): Write better example.
7002
7003 * compile.texi (Eval During Compile): Clarify putting macros
7004 in eval-when-compile.
7005
7006 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7007
7008 * loading.texi (How Programs Do Loading): Fix anchor position at
7009 load-read-function definition doc.
7010
7011 2007-02-21 Kim F. Storm <storm@cua.dk>
7012
7013 * strings.texi (Text Comparison): Mention that assoc-string
7014 converts symbols to strings before testing.
7015
7016 2007-02-17 Kim F. Storm <storm@cua.dk>
7017
7018 * processes.texi (Bindat Spec): Vector types can have optional
7019 element type.
7020 (Bindat Examples): Fix example. Add vector with element type.
7021
7022 2007-02-16 Andreas Schwab <schwab@suse.de>
7023
7024 * strings.texi (Formatting Strings): Document '+' flag.
7025
7026 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7027
7028 * strings.texi (Modifying Strings): Clarify that `clear-string'
7029 always converts the string to unibyte.
7030
7031 2007-02-14 Kim F. Storm <storm@cua.dk>
7032
7033 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7034 Rewrite glyph code description to refer to these functions.
7035 Remove details of encoding face number and char into integer code.
7036
7037 2007-02-03 Alan Mackenzie <acm@muc.de>
7038
7039 * loading.texi (Hooks for Loading): Make the description of
7040 `eval-after-load' more detailed, and amend the description of
7041 after-load-alist, in accordance with changes from 2006-05.
7042
7043 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * modes.texi (Defining Minor Modes): Document that a :require
7046 keyword or similar may be required to make saved customization
7047 variables work.
7048
7049 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7050
7051 * elisp.texi (Top): Make the detailed menu headers compliant with
7052 Texinfo guidelines and with what texnfo-upd.el expects.
7053 Add comments to prevent people from inadvertently modifying the key
7054 parts needed by `texinfo-multiple-files-update'.
7055
7056 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7057
7058 * elisp.texi (Top): Update the top-level menus.
7059
7060 * syntax.texi (Categories): Add index entries.
7061
7062 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7063
7064 * display.texi (Attribute Functions): Fix name and description of
7065 the UNDERLINE arg of `set-face-underline-p'.
7066
7067 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7068
7069 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7070 Variables", and "Standard Keymaps" to the detailed menu.
7071
7072 * variables.texi (Future Local Variables): Add index entry.
7073
7074 2007-01-28 Richard Stallman <rms@gnu.org>
7075
7076 * tips.texi (Coding Conventions): Clarify the tip about macros
7077 that define a function or a variable.
7078
7079 * files.texi (File Attributes): UID and GID can be floats.
7080 (Magic File Names): Explain why deferring all operations to
7081 the standard handler does not work.
7082
7083 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7084
7085 * backups.texi (Reverting): Use "buffer" instead of "file"
7086 when talking about major and minor modes.
7087
7088 2007-01-21 Richard Stallman <rms@gnu.org>
7089
7090 * help.texi (Documentation): Add xref to Documentation Tips.
7091
7092 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7093
7094 * tips.texi (Coding Conventions): Fix typos.
7095
7096 2007-01-05 Richard Stallman <rms@gnu.org>
7097
7098 * modes.texi (Defining Minor Modes): Fix previous change.
7099
7100 2007-01-03 Richard Stallman <rms@gnu.org>
7101
7102 * customize.texi (Variable Definitions, Customization Types):
7103 Don't use * in doc string for defcustom.
7104
7105 2007-01-02 Richard Stallman <rms@gnu.org>
7106
7107 * variables.texi (Variable Aliases): Clarify that aliases vars
7108 always have the same value.
7109
7110 * processes.texi (Bindat Spec): Fix Texinfo usage.
7111
7112 * modes.texi (Defining Minor Modes): Explain effect of command
7113 defined with define-global-minor-mode on new buffers.
7114
7115 2006-12-30 Kim F. Storm <storm@cua.dk>
7116
7117 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7118 `auto-resize-tool-bars'.
7119
7120 2006-12-30 Richard Stallman <rms@gnu.org>
7121
7122 * keymaps.texi (Active Keymaps): Fix previous change.
7123
7124 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7125
7126 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7127
7128 2006-12-30 Kim F. Storm <storm@cua.dk>
7129
7130 * processes.texi (Bindat Spec): Clarify using field names in
7131 length specifications.
7132
7133 2006-12-29 Kim F. Storm <storm@cua.dk>
7134
7135 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7136 Add count and index variables for eval forms in repeat blocks.
7137
7138 2006-12-24 Richard Stallman <rms@gnu.org>
7139
7140 * customize.texi (Variable Definitions):
7141 Document new name custom-add-frequent-value.
7142
7143 2006-12-19 Kim F. Storm <storm@cua.dk>
7144
7145 * commands.texi (Misc Events): User signals now result in sigusr1
7146 and sigusr2 events which are handled through special-event-map.
7147 (Special Events): User signals and drag-n-drop are special.
7148
7149 2006-12-17 Richard Stallman <rms@gnu.org>
7150
7151 * loading.texi (Named Features): Explain subfeatures better.
7152
7153 * customize.texi: Use "option" only for user options.
7154 For the keyword values inside defcustom etc, say "keywords".
7155 For :options value's elements, say "elements".
7156 :group should not be omitted.
7157
7158 * syntax.texi (Parsing Expressions): Split up node.
7159 (Motion via Parsing, Position Parse, Parser State)
7160 (Low-Level Parsing, Control Parsing): New subnodes.
7161 (Parser State): Document syntax-ppss-toplevel-pos.
7162
7163 * positions.texi (List Motion): Punctuation fix.
7164
7165 * files.texi (File Name Completion): Document PREDICATE arg
7166 to file-name-completion.
7167
7168 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7169
7170 * internals.texi (Building Emacs, Writing Emacs Primitives):
7171 Add index entries.
7172
7173 2006-12-11 Richard Stallman <rms@gnu.org>
7174
7175 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7176 affects face menu. Explain how to make it non-nil without enabling
7177 any fontification.
7178
7179 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * modes.texi (Font Lock Basics): Document nil value of
7182 font-lock-defaults.
7183
7184 2006-12-10 Glenn Morris <rgm@gnu.org>
7185
7186 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7187 value for system-flag argument. Abbrev tables may not be empty
7188 when major modes are loaded.
7189
7190 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7191
7192 * makefile.w32-in (maintainer-clean): Partially revert last
7193 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7194 to protect elisp-covers.texi.
7195
7196 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7197
7198 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7199 Don't remove elisp* info files; they are already deleted by the
7200 `clean' and `distclean' targets, and they are in the $(infodir)
7201 directory, not the current one.
7202
7203 2006-12-04 Kim F. Storm <storm@cua.dk>
7204
7205 * commands.texi (Misc Events): Update signal events.
7206 (Event Examples): Add signal example.
7207
7208 2006-11-29 Richard Stallman <rms@gnu.org>
7209
7210 * frames.texi (Visibility of Frames): Explain visible windows
7211 can be covered by others. Add xref for raise-frame.
7212
7213 2006-11-28 Richard Stallman <rms@gnu.org>
7214
7215 * searching.texi (Regexp Special): Update when ^ is special.
7216
7217 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7218
7219 * customize.texi (Customization, Common Keywords)
7220 (Group Definitions, Variable Definitions, Composite Types)
7221 (Type Keywords, Customization Types): Add index entries for
7222 various customization keywords.
7223
7224 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7227
7228 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7229
7230 * frames.texi (Window System Selections): Remove clipboard from
7231 description of selection-coding-system.
7232
7233 2006-11-06 Richard Stallman <rms@gnu.org>
7234
7235 * lists.texi (List Variables): Document COMPARE-FN.
7236
7237 * keymaps.texi: Avoid use of "binding" to mean a relation;
7238 use it only to refer to the meaning associated with a key.
7239 (Keymaps): Change menu node description.
7240
7241 * elisp.texi (Top): Change menu node description.
7242
7243 * display.texi (Managing Overlays): Document overlay-recenter.
7244
7245 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7246
7247 * Makefile.in: Use relative paths to avoid advertising filesystem
7248 contents during compilation.
7249
7250 2006-10-23 Kim F. Storm <storm@cua.dk>
7251
7252 * commands.texi (Event Input Misc): Update unread-command-events.
7253
7254 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7255
7256 * lists.texi (Sets And Lists): Fix typos.
7257
7258 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * control.texi (Processing of Errors): Use @var for an argument,
7261 not @code.
7262
7263 2006-10-16 Richard Stallman <rms@gnu.org>
7264
7265 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7266
7267 * keymaps.texi (Format of Keymaps): Show all the keymap element
7268 patterns that result from menu items.
7269 (Key Lookup): Minor cleanups.
7270
7271 * modes.texi (Precalculated Fontification): Don't say that
7272 not setting font-lock-defaults avoids loading font-lock.
7273
7274 * help.texi (Documentation): Move xref to Emacs Manual here.
7275 (Documentation Basics): From here.
7276 Also doc emacs-lisp-docstring-fill-column.
7277
7278 * elisp.texi: Update version and ISBN.
7279
7280 * commands.texi (Interactive Call): Clarify KEYS arg to
7281 call-interactively is a vector.
7282 (Command Loop Info): Delete anchor in this-command-keys.
7283 Add anchor in this-command-keys-vector.
7284 (Recursive Editing): Document how recursive-edit
7285 handles the current buffer.
7286
7287 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * frames.texi (Frame Titles): %c and %l are ignored in
7290 frame-title-format.
7291
7292 2006-10-11 Richard Stallman <rms@gnu.org>
7293
7294 * keymaps.texi (Key Sequences): Clarify use of kbd.
7295
7296 2006-10-10 Kim F. Storm <storm@cua.dk>
7297
7298 * lists.texi (Sets And Lists): Add memql.
7299
7300 2006-10-03 Richard Stallman <rms@gnu.org>
7301
7302 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7303 Clarify :ascii: and :nonascii:.
7304
7305 2006-09-29 Juri Linkov <juri@jurta.org>
7306
7307 * modes.texi (%-Constructs): Reorder coding systems in the
7308 documentation of %z to the real order displayed in the modeline.
7309
7310 2006-09-25 Richard Stallman <rms@gnu.org>
7311
7312 * os.texi (Timers): Describe timer-max-repeats.
7313
7314 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * os.texi (Timers): Mention with-local-quit.
7317
7318 2006-09-24 Richard Stallman <rms@gnu.org>
7319
7320 * searching.texi (Searching and Matching): Mention property search.
7321
7322 * commands.texi (Command Loop Info): Explain how read-event affects
7323 this-command-keys.
7324
7325 2006-09-20 Richard Stallman <rms@gnu.org>
7326
7327 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7328
7329 * windows.texi (Window Start): Minor cleanups.
7330
7331 2006-09-20 Kim F. Storm <storm@cua.dk>
7332
7333 * windows.texi (Window Start): pos-visible-in-window-p allows
7334 specifying t for position to mean "end of window".
7335 Add window-line-height.
7336
7337 * anti.texi (Antinews): Mention window-line-height.
7338
7339 2006-09-19 David Kastrup <dak@gnu.org>
7340
7341 * keymaps.texi (Searching Keymaps): Small clarification.
7342
7343 2006-09-18 Richard Stallman <rms@gnu.org>
7344
7345 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7346 cause keyboard menus.
7347 (Menu Keymaps): Likewise.
7348 (Defining Menus, Keyboard Menus): Clarify.
7349
7350 * text.texi (Fields): Clarify explanation of constrain-to-field.
7351
7352 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7353
7354 * variables.texi (Tips for Defining): Fix a typo.
7355
7356 2006-09-15 Richard Stallman <rms@gnu.org>
7357
7358 * keymaps.texi (Remapping Commands, Searching Keymaps)
7359 (Active Keymaps): Clean up previous change.
7360
7361 2006-09-15 Jay Belanger <belanger@truman.edu>
7362
7363 * gpl.texi: Replace "Library Public License" by "Lesser Public
7364 License" throughout.
7365
7366 2006-09-15 David Kastrup <dak@gnu.org>
7367
7368 * keymaps.texi (Active Keymaps): Adapt description to use
7369 `get-char-property' instead `get-text-property'. Explain how
7370 mouse events change this. Explain the new optional argument of
7371 `key-binding' and its mouse-dependent lookup.
7372 (Searching Keymaps): Adapt description similarly.
7373 (Remapping Commands): Explain the new optional argument of
7374 `command-remapping'.
7375
7376 2006-09-14 Richard Stallman <rms@gnu.org>
7377
7378 * keymaps.texi (Searching Keymaps): Clarification.
7379 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7380
7381 2006-09-13 Richard Stallman <rms@gnu.org>
7382
7383 * objects.texi (Character Type): Node split.
7384 Add xref to Describing Characters.
7385 (Basic Char Syntax, General Escape Syntax)
7386 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7387
7388 2006-09-11 Richard Stallman <rms@gnu.org>
7389
7390 * display.texi (Display Table Format): Wording clarification.
7391 (Glyphs): Clarifications.
7392
7393 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
7394
7395 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7396 local maps.
7397
7398 2006-09-10 Kim F. Storm <storm@cua.dk>
7399
7400 * display.texi (Forcing Redisplay): Document return value of
7401 function redisplay.
7402
7403 2006-09-09 Richard Stallman <rms@gnu.org>
7404
7405 * windows.texi (Window Hooks): Explain limits of
7406 window-scroll-functions.
7407
7408 * display.texi (Fringe Indicators): Update for last change in
7409 indicate-buffer-boundaries.
7410
7411 2006-09-08 Richard Stallman <rms@gnu.org>
7412
7413 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7414
7415 2006-09-06 Kim F. Storm <storm@cua.dk>
7416
7417 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7418
7419 * windows.texi (Window Start): Update pos-visible-in-window-p.
7420
7421 2006-09-04 Richard Stallman <rms@gnu.org>
7422
7423 * processes.texi (Accepting Output): Explain SECONDS=0 for
7424 accept-process-output.
7425
7426 * os.texi (Idle Timers): Explain why timer functions should not
7427 loop until (input-pending-p).
7428
7429 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7430
7431 * makefile.w32-in (usermanualdir): New variable.
7432 (elisp.dvi): Use it.
7433
7434 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7435
7436 * buffers.texi (Buffer Modification): Fix last change.
7437
7438 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7439
7440 * buffers.texi (Buffer Modification):
7441 Document buffer-chars-modified-tick.
7442
7443 2006-08-31 Richard Stallman <rms@gnu.org>
7444
7445 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7446
7447 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7448
7449 * modes.texi (Syntactic Font Lock):
7450 Mention font-lock-syntactic-face-function
7451 instead of specific faces.
7452
7453 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * display.texi (Images): Add xrref to display-images-p.
7456
7457 2006-08-28 Kenichi Handa <handa@m17n.org>
7458
7459 * nonascii.texi (Lisp and Coding Systems): Fix description of
7460 detect-coding-region.
7461
7462 2006-08-27 Michael Olson <mwolson@gnu.org>
7463
7464 * processes.texi (Transaction Queues): Remove stray quote
7465 character.
7466
7467 2006-08-25 Richard Stallman <rms@gnu.org>
7468
7469 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7470 Add xref.
7471
7472 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * os.texi (Timers): Avoid waiting inside timers.
7475
7476 2006-08-21 Lute Kamstra <lute@gnu.org>
7477
7478 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7479
7480 2006-08-20 Richard Stallman <rms@gnu.org>
7481
7482 * os.texi (Idle Timers): New node, split out from Timers.
7483 Document current-idle-time.
7484 * commands.texi (Reading One Event): Update xref.
7485 * elisp.texi (Top): Update subnode menu.
7486
7487 2006-08-16 Richard Stallman <rms@gnu.org>
7488
7489 * keymaps.texi (Extended Menu Items): Show format of cached
7490 bindings in extended menu items.
7491
7492 * customize.texi (Variable Definitions): Explain when the
7493 standard value expression is evaluated.
7494
7495 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * commands.texi (Reading One Event): Explain idleness in
7498 `read-event'.
7499
7500 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
7501
7502 * text.texi (Near Point): Say "cursor" not "terminal cursor".
7503 (Commands for Insertion): Remove split-line since it's not
7504 relevant for Lisp programming.
7505 (Yank Commands): Rewrite introduction.
7506 (Undo): Clarify.
7507 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7508 (Filling): Remove redundant comment. Clarify return value of
7509 current-justification.
7510 (Margins): Minor clarifications.
7511 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7512 (Sorting): Update definition of sort-lines.
7513 (Columns): Clarify behavior of sort-columns.
7514 (Indent Tabs): Link to Tab Stops in Emacs manual.
7515 (Special Properties): Clarify.
7516 (Clickable Text): Mention Buttons package.
7517
7518 2006-08-12 Kevin Ryde <user42@zip.com.au>
7519
7520 * os.texi (Time Parsing): Add %z to description of
7521 format-time-string, as per docstring. Add cross reference to
7522 glibc manual for strftime.
7523
7524 2006-08-08 Richard Stallman <rms@gnu.org>
7525
7526 * modes.texi: Clean up wording in previous change.
7527
7528 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * modes.texi (Hooks): Clarify.
7531 (Major Mode Basics): Mention define-derived-mode explicitly.
7532 (Major Mode Conventions): Rebinding RET is OK for some modes.
7533 Mention change-major-mode-hook and after-change-major-mode-hook.
7534 (Example Major Modes): Move to end of Modes section.
7535 (Mode Line Basics): Clarify.
7536 (Mode Line Data): Mention help-echo and local-map in strings.
7537 Explain reason for treatment of non-risky variables.
7538 (Properties in Mode): Clarify.
7539 (Faces for Font Lock): Add font-lock-negation-char-face.
7540
7541 2006-08-04 Eli Zaretskii <eliz@gnu.org>
7542
7543 * strings.texi (Formatting Strings): Warn against arbitrary
7544 strings as first arg to `format'.
7545
7546 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7547
7548 * text.texi (Clickable Text): Mention `help-echo' text property.
7549 Update intro, examples and associated explanations.
7550
7551 2006-07-31 Richard Stallman <rms@gnu.org>
7552
7553 * commands.texi: Update xrefs.
7554 (Event Mod): New node, cut out from old Translating Input.
7555
7556 * maps.texi: Update xrefs.
7557
7558 * keymaps.texi (Translation Keymaps): New node.
7559 Update xrefs from Translating Input to Translation Keymaps.
7560
7561 * elisp.texi (Top): Update subnode menu.
7562
7563 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7564
7565 * os.texi (System Interface): Fix menu descriptions of some nodes.
7566 (Translating Input): Node deleted.
7567
7568 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7571
7572 * lists.texi (Sets And Lists): Likewise.
7573
7574 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7575
7576 * text.texi (Fields): Mention POS
7577 requirement when narrowing is in effect.
7578
7579 2006-07-28 Richard Stallman <rms@gnu.org>
7580
7581 * display.texi (Face Attributes): Simplify wording.
7582 (Attribute Functions): Clarify meaning of new-frame default
7583 attribute settings.
7584
7585 * customize.texi (Common Keywords): Document how to use
7586 :package-version in a package not in Emacs.
7587
7588 2006-07-28 Kim F. Storm <storm@cua.dk>
7589
7590 * commands.texi (Reading One Event): Fix last change.
7591
7592 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7593
7594 * commands.texi (Reading One Event): Document SECONDS argument for
7595 read-event, read-char, and read-char-exclusive.
7596
7597 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7600 to ensure correct identification.
7601
7602 2006-07-24 Richard Stallman <rms@gnu.org>
7603
7604 * text.texi (Clickable Text): Clarify.
7605
7606 * sequences.texi (Vector Functions): Delete duplicate xref.
7607
7608 * objects.texi (Function Type): Clarify.
7609
7610 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7611 modes.
7612
7613 * lists.texi (List Variables): New node.
7614 Material moved from other nodes.
7615
7616 * variables.texi (Setting Variables): add-to-list and
7617 add-to-ordered-list moved to List Variables node.
7618
7619 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7620
7621 * text.texi (Links and Mouse-1):
7622 For mouse-on-link-p, expand on arg POS.
7623
7624 2006-07-21 Kim F. Storm <storm@cua.dk>
7625
7626 * display.texi (Forcing Redisplay): Don't mention systems which
7627 don't support sub-second timers for redisplay-preemption-period.
7628
7629 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7630
7631 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7632
7633 * frames.texi (Input Focus): Document that focus-follows-mouse has
7634 no effect on MS-Windows.
7635
7636 2006-07-18 Richard Stallman <rms@gnu.org>
7637
7638 * display.texi (Forcing Redisplay): Cleanups in previous change.
7639
7640 * processes.texi (Low-Level Network): Make menu more convenient.
7641
7642 2006-07-18 Kim F. Storm <storm@cua.dk>
7643
7644 * display.texi (Forcing Redisplay): redisplay-preemption-period
7645 only used on window systems. Add xref to Terminal Output.
7646
7647 * os.texi (Terminal Output): baud-rate only controls preemption on
7648 non-window systems. Add xref to Forcing Redisplay.
7649
7650 * processes.texi (Low-Level Network): Rename node "Make Network"
7651 to "Network Processes".
7652
7653 2006-07-18 Karl Berry <karl@gnu.org>
7654
7655 * variables.texi, functions.texi, customize.texi, loading.texi:
7656 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7657
7658 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7659
7660 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7661
7662 2006-07-17 Richard Stallman <rms@gnu.org>
7663
7664 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7665 Put period and comma inside quotes.
7666
7667 * loading.texi, markers.texi: Use real doublequote inside menus.
7668
7669 * windows.texi: Put point and comma inside quotes.
7670 (Textual Scrolling): Use @samp for error message.
7671
7672 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7673 * strings.texi, streams.texi, processes.texi, os.texi:
7674 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7675 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7676 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7677 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7678 Put point and comma inside quotes.
7679
7680 * control.texi (Processing of Errors): Add command-error-function.
7681
7682 * variables.texi (File Local Variables): Clarify that
7683 file local variables make buffer-local bindings.
7684
7685 * modes.texi (Syntactic Font Lock): Give default for
7686 font-lock-syntax-table.
7687
7688 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7689
7690 * text.texi (Special Properties): Clean up previous change.
7691
7692 2006-07-16 Karl Berry <karl@gnu.org>
7693
7694 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7695 * control.texi: Fix bad page breaks through chapter 10 (control).
7696
7697 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7698 underfull hbox.
7699
7700 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
7701
7702 * text.texi (Special Properties): Describe fontified text property
7703 in relation to a character (not text).
7704
7705 2006-07-15 Kim F. Storm <storm@cua.dk>
7706
7707 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7708 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7709 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7710
7711 * anti.texi (Antinews): Mention redisplay function.
7712 The kbd macro existed, but was not documented, before 22.x.
7713 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7714
7715 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7716
7717 * display.texi (Displaying Messages): Add anchor.
7718
7719 * frames.texi (Dialog Boxes): Use it.
7720
7721 2006-07-12 Richard Stallman <rms@gnu.org>
7722
7723 * objects.texi (Frame Type): Explain nature of frames better.
7724
7725 * frames.texi (Frames): Explain nature of frames better.
7726
7727 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7728
7729 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7730
7731 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7732
7733 * frames.texi (Window System Selections): Mention scrap support for Mac.
7734 Default value of x-select-enable-clipboard is t on Mac.
7735
7736 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7737
7738 2006-07-11 Kim F. Storm <storm@cua.dk>
7739
7740 * display.texi (Forcing Redisplay): Add `redisplay' function.
7741 Don't mention (sit-for -1) -- use (redisplay t) instead.
7742
7743 * commands.texi (Waiting): (sit-for -1) is no longer special.
7744 (sit-for 0) is equivalent to (redisplay).
7745 Iconifying/deiconifying no longer makes sit-for return.
7746
7747 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7748
7749 * display.texi (Buttons): Fix typo.
7750
7751 * index.texi, elisp.texi (New Symbols): Comment node out.
7752
7753 2006-07-09 Richard Stallman <rms@gnu.org>
7754
7755 * display.texi (Truncation): Clean up previous change.
7756
7757 2006-07-08 Richard Stallman <rms@gnu.org>
7758
7759 * commands.texi (Interactive Call): Use 3 as prefix in example
7760 for execute-extended-command.
7761
7762 * display.texi (Attribute Functions): Move paragraph about
7763 compatibility with Emacs < 21.
7764
7765 2006-07-09 Kim F. Storm <storm@cua.dk>
7766
7767 * display.texi (Refresh Screen): Clarify force-window-update.
7768 (Truncation): "Normally" indicated by fringe arrows.
7769
7770 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7771
7772 * windows.texi (Textual Scrolling, Resizing Windows):
7773 * variables.texi (Constant Variables):
7774 * text.texi (Buffer Contents, Deletion, Changing Properties)
7775 (Property Search, Special Properties, Sticky Properties)
7776 (Links and Mouse-1, Fields, Change Hooks):
7777 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7778 (Categories):
7779 * symbols.texi (Other Plists):
7780 * streams.texi (Output Variables):
7781 * processes.texi (Input to Processes, Query Before Exit):
7782 * positions.texi (Word Motion, Text Lines, List Motion):
7783 * os.texi (Init File, System Environment, Sound Output)
7784 (Session Management):
7785 * nonascii.texi (Text Representations, Character Sets)
7786 (Chars and Bytes, Locales):
7787 * modes.texi (Defining Minor Modes, Header Lines):
7788 * minibuf.texi (Minibuffer Contents):
7789 * markers.texi (Information from Markers):
7790 * lists.texi (List Elements, Building Lists, Association Lists):
7791 * keymaps.texi (Tool Bar):
7792 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7793 * functions.texi (What Is a Function, Mapping Functions):
7794 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7795 (Color Names, Text Terminal Colors, Display Feature Testing):
7796 * files.texi (Visiting Functions, File Name Components)
7797 (Unique File Names, Contents of Directories):
7798 * display.texi (Forcing Redisplay, Displaying Messages)
7799 (Temporary Displays, Font Selection, Auto Faces)
7800 (Font Lookup, Fringe Indicators, Display Margins)
7801 (Image Descriptors, Showing Images, Image Cache, Button Types)
7802 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7803 (Display Table Format, Glyphs):
7804 * control.texi (Iteration):
7805 * commands.texi (Command Loop Info, Adjusting Point):
7806 * backups.texi (Making Backups, Auto-Saving):
7807 Remove @tindex entries.
7808
7809 2006-07-07 Kim F. Storm <storm@cua.dk>
7810
7811 * display.texi (Fringe Cursors): Fix typo.
7812 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7813 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7814
7815 2006-07-05 Richard Stallman <rms@gnu.org>
7816
7817 * text.texi (Buffer Contents): Add example of text props
7818 in result of buffer-substring.
7819 (Text Properties): Explain better about use of specific property names.
7820 (Property Search): Some cleanups; reorder some functions.
7821
7822 * keymaps.texi (Changing Key Bindings): Cleanup.
7823 Add xref to Key Binding Conventions.
7824
7825 * display.texi (Attribute Functions): Add examples for
7826 face-attribute-relative-p.
7827
7828 * tips.texi (Coding Conventions): Cleanup last change.
7829
7830 2006-07-05 Karl Berry <karl@gnu.org>
7831
7832 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7833 Remove @setchapternewpage odd.
7834 Result is 1013 pages, down from 1100.
7835
7836 * anti.texi, customize.texi, display.texi, internals.texi:
7837 * minibuf.texi, modes.texi, tips.texi:
7838 Fix overfull/underfull boxes.
7839
7840 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7841
7842 * edebug.texi (Instrumenting):
7843 Add Edebug-specific findex for eval-buffer.
7844 * loading.texi (Loading):
7845 Replace eval-current-buffer with eval-buffer.
7846
7847 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * locals.texi (Standard Buffer-Local Variables): Update the list
7850 of variables.
7851
7852 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
7853
7854 * files.texi (File Name Completion): Point user to the node
7855 "Reading File Names".
7856
7857 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7858
7859 * files.texi (Contents of Directories): Document case-insensitive
7860 behavior on respective filesystems.
7861
7862 * objects.texi (Character Type): Document that Emacs signals an
7863 error for unsupported Unicode characters specified as \uNNNN.
7864
7865 2006-06-19 Richard Stallman <rms@gnu.org>
7866
7867 * processes.texi (Bindat Spec): Clarify previous change.
7868
7869 2006-06-16 Richard Stallman <rms@gnu.org>
7870
7871 * tips.texi (Coding Conventions): Better explain conventions
7872 for definition constructs.
7873
7874 * text.texi (Special Properties): String value of `read-only'
7875 serves as the error message.
7876
7877 * objects.texi (Character Type): Clarify prev. change.
7878 (Non-ASCII in Strings): Mention \u and \U.
7879
7880 * commands.texi (Using Interactive): Explain problem of
7881 markers, etc., in command-history.
7882
7883 2006-06-14 Kim F. Storm <storm@cua.dk>
7884
7885 * commands.texi (Waiting): Negative arg to sit-for forces
7886 redisplay even if input is pending.
7887
7888 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7889 redisplay. Remove incorrect example of binding redisplay-dont-pause
7890 around (sit-for 0).
7891
7892 2006-06-13 Richard Stallman <rms@gnu.org>
7893
7894 * display.texi (Forcing Redisplay): Clarify previous change.
7895
7896 2006-06-13 Romain Francoise <romain@orebokech.com>
7897
7898 * display.texi (Forcing Redisplay): Fix typo.
7899
7900 2006-06-13 Kim F. Storm <storm@cua.dk>
7901
7902 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7903
7904 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * tips.texi (Coding Conventions): Add `@end itemize'.
7907
7908 2006-06-10 Richard Stallman <rms@gnu.org>
7909
7910 * tips.texi (Coding Conventions): Explain use of coding systems
7911 to ensure one decoding for strings.
7912
7913 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7914
7915 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7916 syntax.
7917
7918 2006-06-07 Eli Zaretskii <eliz@gnu.org>
7919
7920 * display.texi (Font Selection): Remove description of
7921 clear-face-cache.
7922
7923 * compile.texi (Eval During Compile): Fix a typo. Add index
7924 entries for possible uses of eval-when-compile.
7925
7926 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7927
7928 * display.texi (Abstract Display): Fix typo.
7929
7930 2006-06-03 Eli Zaretskii <eliz@gnu.org>
7931
7932 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7933 Reword variable's description.
7934
7935 2006-06-01 Richard Stallman <rms@gnu.org>
7936
7937 * windows.texi (Splitting Windows): Clarify splitting nonselected
7938 window.
7939
7940 2006-05-31 Juri Linkov <juri@jurta.org>
7941
7942 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7943
7944 2006-05-30 Richard Stallman <rms@gnu.org>
7945
7946 * display.texi (Line Height): Fix errors in description of
7947 default line height and line-height property.
7948
7949 * nonascii.texi (Default Coding Systems): Further clarification.
7950
7951 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7952
7953 * internals.texi (Pure Storage): Mention that an overflow in pure
7954 space causes a memory leak.
7955 (Garbage Collection): If there was an overflow in pure space,
7956 `garbage-collect' returns nil.
7957
7958 2006-05-30 Eli Zaretskii <eliz@gnu.org>
7959
7960 * nonascii.texi (Default Coding Systems): Fix it some more.
7961
7962 2006-05-29 Eli Zaretskii <eliz@gnu.org>
7963
7964 * nonascii.texi (Default Coding Systems): Fix last change.
7965
7966 2006-05-29 Kenichi Handa <handa@m17n.org>
7967
7968 * nonascii.texi (find-operation-coding-system): Describe the new
7969 argument format (FILENAME . BUFFER).
7970
7971 2006-05-28 Richard Stallman <rms@gnu.org>
7972
7973 * tips.texi (Coding Conventions): Better explain reasons not to
7974 advise other packages or use `eval-after-load'.
7975
7976 2006-05-29 Kim F. Storm <storm@cua.dk>
7977
7978 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7979 `bindat-idx' and `bindat-raw' for clarity.
7980
7981 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7982
7983 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7984
7985 * display.texi (Display): Add "Abstract Display" to menu.
7986 (Abstract Display, Abstract Display Functions)
7987 (Abstract Display Example): New nodes.
7988 * elisp.texi (Top): Add "Abstract Display" to menu.
7989
7990 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
7991
7992 * keymaps.texi (Key Sequences): Link to input events definition.
7993 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7994
7995 * files.texi (Changing Files): Document updated argument list for
7996 copy-file.
7997
7998 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7999
8000 * processes.texi (Bindat Functions): Explain term "total length".
8001 Use it in bindat-length and bindat-pack descriptions.
8002
8003 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8004
8005 * tips.texi (Coding Conventions): Advise against using
8006 eval-after-load in packages. Add an index entry.
8007
8008 2006-05-25 Juri Linkov <juri@jurta.org>
8009
8010 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8011
8012 * modes.texi (%-Constructs): Add %e, %z, %Z.
8013
8014 2006-05-25 Richard Stallman <rms@gnu.org>
8015
8016 * elisp.texi (Top): Update subnode menu.
8017
8018 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8019 (Keymaps): Update menu.
8020
8021 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * keymaps.texi (Key Sequences): Some clarifications.
8024
8025 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8026
8027 * processes.texi (Bindat Functions): Say "unibyte string"
8028 explicitly for bindat-unpack and bindat-pack descriptions.
8029 (Bindat Examples): Don't call `string-make-unibyte' in example.
8030
8031 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8032
8033 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8034 Explain string and vector representations of key sequences.
8035
8036 * keymaps.texi (Changing Key Bindings):
8037 * commands.texi (Interactive Codes):
8038 * help.texi (Describing Characters): Refer to it.
8039
8040 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8041
8042 * frames.texi (Pointer Shape): @end table -> @end defvar.
8043
8044 2006-05-22 Richard Stallman <rms@gnu.org>
8045
8046 * elisp.texi (Top): Update subnode menus.
8047
8048 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8049 Contents rewritten; material from old Pointer Shape node moved here.
8050
8051 * display.texi (Pointer Shape): Node deleted.
8052 (Image Descriptors): Minor cleanup.
8053
8054 2006-05-21 Richard Stallman <rms@gnu.org>
8055
8056 * syntax.texi (Parsing Expressions): Update info on which STATE
8057 elements are ignored.
8058
8059 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8060
8061 * hooks.texi (Standard Hooks): Correct typo.
8062
8063 * gpl.texi (GPL): ifinfo -> ifnottex.
8064
8065 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8066
8067 * searching.texi (Simple Match Data): Warn about match data being
8068 set anew by every search.
8069
8070 2006-05-17 Richard Stallman <rms@gnu.org>
8071
8072 * minibuf.texi (Minibuffer History): Clarify.
8073
8074 * searching.texi (Regexp Special): Clarify nested regexp warning.
8075
8076 2006-05-16 Kim F. Storm <storm@cua.dk>
8077
8078 * minibuf.texi (Minibuffer History): Update add-to-history.
8079
8080 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8081
8082 * nonascii.texi (Explicit Encoding):
8083 Fix typo (encoding<->decoding).
8084
8085 2006-05-14 Richard Stallman <rms@gnu.org>
8086
8087 * buffers.texi (Creating Buffers): Cleanup.
8088
8089 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8090
8091 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8092
8093 * buffers.texi (Current Buffer): Document that with-temp-buffer
8094 disables undo.
8095
8096 * os.texi (Terminal-Specific): More accurate description of how
8097 Emacs searches for the terminal-specific libraries.
8098
8099 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8100
8101 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8102 emacs-xtra to @inforef's.
8103
8104 * text.texi (Undo): Document that undo is turned off in buffers
8105 whose names begin with a space.
8106
8107 * buffers.texi (Buffer Names): Add index entries for buffers whose
8108 names begin with a space.
8109 (Creating Buffers): Document that undo is turned off in buffers
8110 whose names begin with a space.
8111
8112 * files.texi (Visiting Functions, Reading from Files)
8113 (Saving Buffers): Mention code and EOL conversions by file I/O
8114 primitives and subroutines.
8115
8116 * nonascii.texi (Lisp and Coding Systems):
8117 Document coding-system-eol-type. Add index entries for eol conversion.
8118
8119 * display.texi (Defining Faces): Mention `mac', and add an xref to
8120 where window-system is described.
8121
8122 2006-05-10 Richard Stallman <rms@gnu.org>
8123
8124 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8125
8126 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8127
8128 * variables.texi (File Local Variables): Recommend to quote lambda
8129 expressions in safe-local-variable property.
8130
8131 2006-05-09 Richard Stallman <rms@gnu.org>
8132
8133 * variables.texi (File Local Variables):
8134 Document safe-local-eval-forms and safe-local-eval-function.
8135
8136 2006-05-07 Kim F. Storm <storm@cua.dk>
8137
8138 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8139 from add-to-history.
8140
8141 2006-05-07 Romain Francoise <romain@orebokech.com>
8142
8143 * commands.texi (Event Input Misc):
8144 * compile.texi (Eval During Compile):
8145 * internals.texi (Buffer Internals):
8146 * minibuf.texi (Initial Input):
8147 * nonascii.texi (Scanning Charsets):
8148 * numbers.texi (Comparison of Numbers):
8149 * windows.texi (Textual Scrolling, Vertical Scrolling):
8150 Fix various typos.
8151
8152 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8153
8154 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8155 conditional xref's to either emacs or emacs-xtra, depending on
8156 @iftex/@ifnottex.
8157
8158 * minibuf.texi (Minibuffer History): Document add-to-history.
8159
8160 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8161
8162 * internals.texi (Pure Storage): Mention the pure overflow message
8163 at startup.
8164
8165 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8166
8167 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8168 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8169 search.
8170
8171 2006-05-01 Richard Stallman <rms@gnu.org>
8172
8173 * intro.texi (nil and t): Clarify.
8174
8175 * variables.texi (File Local Variables): Suggest using booleanp.
8176
8177 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8178
8179 * objects.texi (Type Predicates): Fix typos.
8180
8181 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * intro.texi (nil and t): Add booleanp.
8184
8185 * objects.texi (Type Predicates): Add links for booleanp and
8186 string-or-null-p.
8187
8188 2006-04-29 Richard Stallman <rms@gnu.org>
8189
8190 * modes.texi (Multiline Font Lock): Rename from
8191 Multi line Font Lock Elements. Much clarification.
8192 (Font Lock Multiline, Region to Fontify): Much clarification.
8193
8194 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * variables.texi (File Local Variables): Remove the special case t for
8197 safe-local-variable.
8198
8199 2006-04-26 Richard Stallman <rms@gnu.org>
8200
8201 * syntax.texi (Parsing Expressions): Minor cleanup.
8202
8203 2006-04-18 Richard Stallman <rms@gnu.org>
8204
8205 * tips.texi (Coding Conventions): Explain when the package's
8206 prefix should appear later on (not at the start of the name).
8207
8208 * searching.texi (String Search): Clarify effect of NOERROR.
8209
8210 * modes.texi (Imenu): Clarify what special items do.
8211
8212 * hooks.texi (Standard Hooks): Delete text about old hook names.
8213
8214 2006-04-17 Romain Francoise <romain@orebokech.com>
8215
8216 * variables.texi (Local Variables): Update the default value of
8217 `max-specpdl-size'.
8218
8219 2006-04-15 Michael Olson <mwolson@gnu.org>
8220
8221 * processes.texi (Transaction Queues): Mention the new optional
8222 `delay-question' argument for `tq-enqueue'.
8223
8224 2006-04-13 Bill Wohler <wohler@newt.com>
8225
8226 * customize.texi (Common Keywords): Use dotted notation for
8227 :package-version value. Specify its values. Improve documentation
8228 for customize-package-emacs-version-alist.
8229
8230 2006-04-12 Bill Wohler <wohler@newt.com>
8231
8232 * customize.texi (Common Keywords): Move description of
8233 customize-package-emacs-version-alist to @defvar.
8234
8235 2006-04-10 Bill Wohler <wohler@newt.com>
8236
8237 * customize.texi (Common Keywords): Add :package-version.
8238
8239 2006-04-10 Kim F. Storm <storm@cua.dk>
8240
8241 * text.texi (Buffer Contents): Add NOPROPS arg to
8242 filter-buffer-substring.
8243
8244 2006-04-08 Kevin Ryde <user42@zip.com.au>
8245
8246 * os.texi (Command-Line Arguments): Update xref to emacs manual
8247 "Command Arguments" -> "Emacs Invocation", per change there.
8248
8249 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8250
8251 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8252 be on one line to help makeinfo not render two spaces after the dot.
8253
8254 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8255
8256 * strings.texi (Predicates for Strings): Add string-or-null-p.
8257
8258 2006-03-28 Kim F. Storm <storm@cua.dk>
8259
8260 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8261 remarks about systems that don't support fractional seconds.
8262
8263 2006-03-25 Karl Berry <karl@gnu.org>
8264
8265 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8266 the year list.
8267
8268 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8269
8270 * display.texi (Fringe Indicators): Fix typos.
8271
8272 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8273
8274 * tips.texi (Documentation Tips): One can now also write `program'
8275 in front of a quoted symbol in a docstring to prevent making a
8276 hyperlink.
8277
8278 2006-03-19 Alan Mackenzie <acm@muc.de>
8279
8280 * text.texi (Special Properties): Clarify `fontified' property.
8281
8282 2006-03-16 Richard Stallman <rms@gnu.org>
8283
8284 * display.texi (Defining Images): Minor cleanup.
8285
8286 2006-03-16 Bill Wohler <wohler@newt.com>
8287
8288 * display.texi (Defining Images): In image-load-path-for-library,
8289 prefer user's images.
8290
8291 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8294
8295 2006-03-15 Bill Wohler <wohler@newt.com>
8296
8297 * display.texi (Defining Images): Fix example in
8298 image-load-path-for-library by not recommending that one binds
8299 image-load-path. Just defvar it to placate compiler and only use
8300 it if previously defined.
8301
8302 2006-03-14 Bill Wohler <wohler@newt.com>
8303
8304 * display.texi (Defining Images): In image-load-path-for-library,
8305 always return list of directories. Update example.
8306
8307 2006-03-14 Alan Mackenzie <acm@muc.de>
8308
8309 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8310 This describes font-lock-extend-region-function.
8311 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8312 the new node "Region to Fontify".
8313
8314 2006-03-13 Richard Stallman <rms@gnu.org>
8315
8316 * display.texi (Invisible Text): The impossible position is
8317 now before the invisible text, not after.
8318 (Defining Images): Clean up last change.
8319
8320 2006-03-11 Bill Wohler <wohler@newt.com>
8321
8322 * display.texi (Defining Images): Add image-load-path-for-library.
8323
8324 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * text.texi (Adaptive Fill): Fix Texinfo usage.
8327
8328 * strings.texi (Creating Strings): Fix Texinfo usage.
8329
8330 * searching.texi (Regexp Special): Use @samp for regular
8331 expressions that are not in Lisp syntax.
8332
8333 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8334
8335 * searching.texi (Regexp Special): Put remark between parentheses
8336 to avoid misreading.
8337
8338 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * searching.texi (Syntax of Regexps): More accurately describe
8341 which characters are special in which situations.
8342 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8343 are not special. Describe in detail when `[' and `]' are special.
8344 (Regexp Backslash): Plenty of regexps with unbalanced square
8345 brackets are valid, so reword that statement.
8346
8347 2006-03-02 Kim F. Storm <storm@cua.dk>
8348
8349 * keymaps.texi (Tool Bar): Add tool-bar-border.
8350
8351 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8352
8353 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8354
8355 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8358
8359 * files.texi (Locating Files): Suggest additional values for the
8360 SUFFIXES arg of `locate-file'. Update pxref.
8361
8362 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8363 (How Programs Do Loading): Discuss the effects of Auto Compression
8364 mode on `load'.
8365 (Load Suffixes): New node.
8366 (Library Search): Delete description of `load-suffixes'; it was
8367 moved to "Load Suffixes".
8368 (Autoload, Named Features): Mention `load-suffixes'.
8369
8370 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8371
8372 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8373
8374 * windows.texi (Window Tree): Fix typo.
8375
8376 2006-02-20 Kim F. Storm <storm@cua.dk>
8377
8378 * display.texi (Fringe Indicators): New section.
8379 Move indicate-empty-lines, indicate-buffer-boundaries, and
8380 default-indicate-buffer-boundaries here.
8381 Add fringe-indicator-alist and default-fringes-indicator-alist.
8382 Add list of logical fringe indicator symbols.
8383 Update list of standard bitmap names.
8384 (Fringe Cursors): New section.
8385 Move overflow-newline-into-fringe here.
8386 Add fringe-cursor-alist and default-fringes-cursor-alist.
8387 Add list of fringe cursor symbols.
8388
8389 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8390
8391 * commands.texi (Using Interactive): Fix reference to node
8392 "Minibuffers".
8393
8394 2006-02-19 Richard M. Stallman <rms@gnu.org>
8395
8396 * minibuf.texi (High-Level Completion):
8397 Add xref to read-input-method-name.
8398
8399 * files.texi (Relative File Names): Move file-relative-name here.
8400 (File Name Expansion): From here. Minor clarifications.
8401
8402 * commands.texi (Using Interactive): Add xrefs about reading input.
8403 Clarify remarks about that moving point and mark.
8404 Put string case before list case.
8405
8406 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
8407
8408 * display.texi (Other Display Specs, Image Descriptors):
8409 Revert erroneous changes. The previous description of
8410 image-descriptors as `(image . PROPS)' was correct.
8411
8412 2006-02-14 Richard M. Stallman <rms@gnu.org>
8413
8414 * variables.texi (File Local Variables): Clarifications.
8415
8416 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8417
8418 * variables.texi (File Local Variables): Use @code for a cons
8419 cell, not @var.
8420
8421 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8422
8423 * variables.texi (File Local Variables): Document new file local
8424 variable behavior.
8425
8426 2006-02-10 Kim F. Storm <storm@cua.dk>
8427
8428 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8429
8430 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
8431
8432 * modes.texi (%-Constructs): Remove obsolete info about
8433 `global-mode-string'.
8434
8435 2006-02-07 Richard M. Stallman <rms@gnu.org>
8436
8437 * commands.texi (Prefix Command Arguments): Minor cleanup.
8438
8439 * display.texi: "Graphical display", not window system.
8440
8441 * functions.texi (What Is a Function): Fix xref.
8442
8443 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8444 (Changing Key Bindings): Clarify when remapping is better than
8445 substitute-key-definition.
8446
8447 2006-02-02 Richard M. Stallman <rms@gnu.org>
8448
8449 * minibuf.texi (Basic Completion): Completion alists are risky.
8450
8451 * keymaps.texi (Active Keymaps): Clarifications.
8452 (Searching Keymaps): New node.
8453 (Keymaps): Update menu.
8454
8455 * frames.texi (Layout Parameters): Minor clarification.
8456 (Drag and Drop): New node.
8457 (Frames): Update menu.
8458
8459 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * display.texi (Other Display Specs, Image Descriptors):
8462 Image description is a list, not a cons cell.
8463
8464 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8465
8466 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8467 list is not necessarily a list).
8468
8469 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8470
8471 * frames.texi (Layout Parameters): border-width and
8472 internal-border-width belong to the frame, not the window.
8473
8474 2006-01-19 Richard M. Stallman <rms@gnu.org>
8475
8476 * nonascii.texi (Translation of Characters): Search cmds use
8477 translation-table-for-input. Automatically made local.
8478
8479 * markers.texi (Overview of Markers): Count insertion type
8480 as one of a marker's attributes.
8481
8482 * keymaps.texi (Controlling Active Maps): New node, split out of
8483 Active Keymaps.
8484 (Keymaps): Menu updated.
8485 (Active Keymaps): Give pseudocode to explain how the active
8486 maps are searched. current-active-maps and key-binding moved here.
8487 (Functions for Key Lookup): current-active-maps and key-binding moved.
8488 Clarifications.
8489 (Searching the Keymaps): New subnode.
8490
8491 * elisp.texi (Top): Menu clarification.
8492
8493 * display.texi (Other Display Specs): Delete duplicate entry for
8494 just a string as display spec. Move text about recursive display
8495 specs on such a string.
8496
8497 * commands.texi (Key Sequence Input): Clarify.
8498 Move num-nonmacro-input-events out.
8499 (Reading One Event): num-nonmacro-input-events moved here.
8500
8501 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
8502
8503 * advice.texi (Simple Advice): Update example to fit argument
8504 change in previous-line.
8505
8506 2006-01-05 Richard M. Stallman <rms@gnu.org>
8507
8508 * markers.texi (The Mark): Fix in `mark'.
8509
8510 2006-01-04 Richard M. Stallman <rms@gnu.org>
8511
8512 * processes.texi (Misc Network, Make Network): Minor cleanups.
8513
8514 2006-01-04 Kim F. Storm <storm@cua.dk>
8515
8516 * processes.texi (Make Network): Add IPv6 addresses and handling.
8517 (Network Feature Testing): Mention (:family ipv6).
8518 (Misc Network): Add IPv6 formats to format-network-address.
8519
8520 2005-12-30 Richard M. Stallman <rms@gnu.org>
8521
8522 * text.texi (Changing Properties):
8523 Don't use return value of set-text-properties.
8524
8525 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8526
8527 * modes.texi (Mode Line Format): Correct typo in menu.
8528
8529 2005-12-29 Richard M. Stallman <rms@gnu.org>
8530
8531 * modes.texi (Mode Line Top): New node.
8532 (Mode Line Data): Some text moved to new node.
8533 Explain the data structure more concretely.
8534 (Mode Line Basics): Clarifications.
8535 (Mode Line Variables): Clarify intro paragraph.
8536 (%-Constructs): Clarify intro paragraph.
8537 (Mode Line Format): Update menu.
8538
8539 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * minibuf.texi (Basic Completion): Update lazy-completion-table
8542 examples for removal of ARGS argument.
8543
8544 2005-12-23 Richard M. Stallman <rms@gnu.org>
8545
8546 * text.texi (Undo): Restore some explanation from the version
8547 that was deleted.
8548
8549 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8550
8551 * text.texi (Undo): Remove duplicate descriptions of `apply
8552 funname' and `apply delta' elements of the undo list.
8553
8554 2005-12-20 Richard M. Stallman <rms@gnu.org>
8555
8556 * help.texi (Help Functions): Update documentation of `apropos'.
8557
8558 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8559
8560 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8561 because it is confusing. If the :help-echo keyword is a function,
8562 it is not directly used as the :help-echo overlay property, as the
8563 xref seems to suggest (it does not take the appropriate args).
8564
8565 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8566
8567 * customize.texi (Common Keywords): Fix Texinfo usage.
8568 (Group Definitions, Variable Definitions): Update for new
8569 conventions for using `*' in docstrings.
8570
8571 * tips.texi (Documentation Tips): Update for new conventions for
8572 using `*' in docstrings.
8573
8574 2005-12-16 Richard M. Stallman <rms@gnu.org>
8575
8576 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8577
8578 2005-12-16 Juri Linkov <juri@jurta.org>
8579
8580 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8581
8582 2005-12-14 Romain Francoise <romain@orebokech.com>
8583
8584 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8585 Fix typo.
8586
8587 2005-12-11 Juri Linkov <juri@jurta.org>
8588
8589 * minibuf.texi (Completion Commands): Add mention of read-file-name
8590 for filename completion keymaps.
8591 (Reading File Names): Add mention of filename completion keymaps
8592 for read-file-name and xref to `Completion Commands'.
8593
8594 2005-12-10 Richard M. Stallman <rms@gnu.org>
8595
8596 * customize.texi (Common Keywords): State caveats for use of :tag.
8597
8598 2005-12-08 Richard M. Stallman <rms@gnu.org>
8599
8600 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8601 with xrefs and better explanation.
8602 (Completion Commands): Add the filename completion maps.
8603
8604 * objects.texi (Character Type): Clarify that \s is not space
8605 if a dash follows.
8606
8607 2005-12-05 Richard M. Stallman <rms@gnu.org>
8608
8609 * windows.texi (Resizing Windows): Delete preserve-before args.
8610
8611 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8614 in full keymaps, since the quirk has been fixed.
8615
8616 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8617
8618 * hooks.texi (Standard Hooks): Add index entries.
8619 Mention `compilation-finish-functions'.
8620
8621 2005-11-27 Richard M. Stallman <rms@gnu.org>
8622
8623 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8624
8625 2005-11-21 Juri Linkov <juri@jurta.org>
8626
8627 * customize.texi (Common Keywords): Update links types
8628 custom-manual and url-link. Add link types emacs-library-link,
8629 file-link, function-link, variable-link, custom-group-link.
8630
8631 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8632
8633 * display.texi: Revert 2005-11-20 change.
8634
8635 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8636
8637 * processes.texi (Bindat Functions):
8638 Say "third" to refer to zero-based index "2".
8639
8640 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8641
8642 * loading.texi (Library Search): Update the default value of
8643 `load-suffixes'.
8644
8645 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * display.texi (Attribute Functions): Mention :ignore-defface.
8648
8649 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8652 (Minor Mode Conventions): Mention the use of a hook.
8653
8654 2005-11-06 Richard M. Stallman <rms@gnu.org>
8655
8656 * files.texi (Magic File Names): find-file-name-handler checks the
8657 `operations' property of the handler.
8658
8659 2005-11-03 Richard M. Stallman <rms@gnu.org>
8660
8661 * variables.texi (Frame-Local Variables): Small clarification.
8662
8663 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8664
8665 * os.texi (Init File): Document ~/.emacs.d/init.el.
8666
8667 2005-10-29 Richard M. Stallman <rms@gnu.org>
8668
8669 * internals.texi (Garbage Collection): Document memory-full.
8670
8671 2005-10-28 Bill Wohler <wohler@newt.com>
8672
8673 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8674 for URLs.
8675
8676 2005-10-28 Richard M. Stallman <rms@gnu.org>
8677
8678 * minibuf.texi (Completion Commands): Clean up prev change.
8679
8680 2005-10-26 Kevin Ryde <user42@zip.com.au>
8681
8682 * compile.texi (Eval During Compile): Explain recommended uses
8683 of eval-when-compile and eval-and-compile.
8684
8685 2005-10-27 Masatake YAMATO <jet@gyve.org>
8686
8687 * minibuf.texi (Completion Commands):
8688 Write about new optional argument for `display-completion-list'.
8689
8690 2005-10-23 Richard M. Stallman <rms@gnu.org>
8691
8692 * display.texi (Overlay Arrow): Clarify about local bindings of
8693 overlay-arrow-position.
8694
8695 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8696
8697 * internals.texi (Building Emacs): Fix last change.
8698
8699 2005-10-22 Richard M. Stallman <rms@gnu.org>
8700
8701 * internals.texi (Building Emacs): Document eval-at-startup.
8702
8703 2005-10-21 Richard M. Stallman <rms@gnu.org>
8704
8705 * loading.texi (Where Defined): load-history contains abs file names.
8706 symbol-file returns abs file names.
8707
8708 2005-10-19 Kim F. Storm <storm@cua.dk>
8709
8710 * display.texi (Showing Images): Add max-image-size integer value.
8711
8712 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8713
8714 * display.texi (Showing Images): Document max-image-size.
8715
8716 2005-10-17 Richard M. Stallman <rms@gnu.org>
8717
8718 * commands.texi (Quitting): Minor clarification.
8719
8720 * processes.texi (Sentinels): Clarify about output and quitting.
8721 (Filter Functions): Mention with-local-quit.
8722
8723 2005-10-17 Juri Linkov <juri@jurta.org>
8724
8725 * buffers.texi (Current Buffer):
8726 * commands.texi (Event Input Misc):
8727 * compile.texi (Eval During Compile, Compiler Errors):
8728 * customize.texi (Group Definitions):
8729 * display.texi (Progress, Defining Faces):
8730 * files.texi (Writing to Files):
8731 * modes.texi (Mode Hooks, Defining Minor Modes):
8732 * streams.texi (Output Functions):
8733 * syntax.texi (Syntax Table Functions):
8734 * text.texi (Change Hooks):
8735 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8736
8737 * commands.texi (Quitting): Replace arg `forms' with `body' in
8738 `with-local-quit'.
8739
8740 * positions.texi (Excursions): Replace arg `forms' with `body' in
8741 `save-excursion'.
8742
8743 2005-10-08 Kim F. Storm <storm@cua.dk>
8744
8745 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8746 Rename manual section accordingly.
8747
8748 2005-10-04 Kim F. Storm <storm@cua.dk>
8749
8750 * windows.texi (Window Split Tree): New section describing
8751 new function window-split-tree function.
8752
8753 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
8754
8755 * display.texi (Fringe Size/Pos): Simplify and add detail.
8756
8757 2005-09-30 Romain Francoise <romain@orebokech.com>
8758
8759 * minibuf.texi (High-Level Completion): Explain that the prompt
8760 given to `read-buffer' should end with a colon and a space.
8761 Update usage examples.
8762
8763 2005-09-29 Juri Linkov <juri@jurta.org>
8764
8765 * display.texi (Displaying Messages): Rename argument name
8766 `string' to `format-string' in functions `message', `message-box',
8767 `message-or-box'.
8768
8769 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
8770
8771 * errors.texi (Standard Errors): Correct xrefs.
8772
8773 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8774
8775 * display.texi (Defining Images): Update documentation for
8776 `image-load-path'.
8777
8778 2005-09-17 Richard M. Stallman <rms@gnu.org>
8779
8780 * display.texi (Defining Images): Clean up previous change.
8781
8782 2005-09-16 Romain Francoise <romain@orebokech.com>
8783
8784 * elisp.texi: Specify GFDL version 1.2.
8785
8786 * doclicense.texi (GNU Free Documentation License): Update to
8787 version 1.2.
8788
8789 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * display.texi (Defining Images): Document `image-load-path'.
8792
8793 2005-09-15 Richard M. Stallman <rms@gnu.org>
8794
8795 * objects.texi (Printed Representation): Minor cleanup.
8796 (Box Diagrams): Minor fix.
8797 (Cons Cell Type): Move (...) index item here.
8798 (Box Diagrams): From here.
8799 (Array Type): Minor fix.
8800 (Type Predicates): Delete index "predicates".
8801 (Hash Table Type): Clarify xref.
8802 (Dotted Pair Notation): Minor fix.
8803
8804 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
8805
8806 * files.texi (Saving Buffers): Fix typo.
8807
8808 2005-09-08 Richard M. Stallman <rms@gnu.org>
8809
8810 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8811
8812 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * locals.texi (Standard Buffer-Local Variables): Don't include
8815 mode variables for minor modes.
8816 Fix xrefs for buffer-display-count, buffer-display-table,
8817 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8818 enable-multibyte-characters, fill-column, header-line-format,
8819 left-fringe-width, left-margin, and right-fringe-width.
8820
8821 * hooks.texi (Standard Hooks): All hooks should conform to the
8822 standard naming convention now.
8823 Fix xref for `echo-area-clear-hook'.
8824
8825 * display.texi (Usual Display): Note that indicate-empty-lines and
8826 tab-width are buffer-local.
8827
8828 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8829
8830 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8831
8832 * nonascii.texi (Encoding and I/O): Note that
8833 buffer-file-coding-system is buffer-local.
8834
8835 * positions.texi (List Motion): Note that defun-prompt-regexp is
8836 buffer-local.
8837
8838 * text.texi (Auto Filling): Note that auto-fill-function is
8839 buffer-local.
8840 (Undo): Note that buffer-undo-list is buffer-local.
8841
8842 * windows.texi (Buffers and Windows):
8843 Document buffer-display-count.
8844
8845 2005-09-06 Richard M. Stallman <rms@gnu.org>
8846
8847 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8848 package prefix elsewhere than at the start of the name.
8849
8850 2005-09-03 Richard M. Stallman <rms@gnu.org>
8851
8852 * tips.texi (Programming Tips): Add conventions for minibuffer
8853 questions and prompts.
8854
8855 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8856
8857 * intro.texi (nil and t): Minor cleanup.
8858 Delete spurious mention of keyword symbols.
8859 (Evaluation Notation): Add index entry.
8860 (A Sample Function Description): Minor cleanup.
8861 (A Sample Variable Description): Not all vars can be set.
8862
8863 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8864
8865 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8866
8867 (Insertion): Document precise type of `insert-char' arg COUNT.
8868
8869 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * modes.texi (Other Font Lock Variables): Sync the default of
8872 font-lock-lines-before.
8873
8874 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8875
8876 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8877
8878 2005-08-29 Richard M. Stallman <rms@gnu.org>
8879
8880 * elisp.texi (Top): Update subnode menu.
8881
8882 * searching.texi (Searching and Matching): Move node.
8883 Rearrange contents and add overall explanation.
8884 (Searching and Case): Move node.
8885 (Searching and Matching): Update menu.
8886
8887 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8888
8889 * os.texi (Startup Summary): Fix the description of the initial
8890 startup message display.
8891
8892 2005-08-25 Richard M. Stallman <rms@gnu.org>
8893
8894 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8895
8896 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
8897
8898 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8899 `next-overlay-change' example.
8900
8901 2005-08-22 Juri Linkov <juri@jurta.org>
8902
8903 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8904 Fix invert-face. Fix args of face-background.
8905
8906 * display.texi (Standard Faces): Delete node.
8907 (Faces): Add xref to `(emacs)Standard Faces'.
8908 (Displaying Faces): Fix xref to `Standard Faces'.
8909
8910 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8911
8912 2005-08-20 Alan Mackenzie <acm@muc.de>
8913
8914 * buffers.texi (The Buffer List): Clarify the manipulation of the
8915 buffer list.
8916
8917 2005-08-14 Richard M. Stallman <rms@gnu.org>
8918
8919 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8920 a regexp.
8921
8922 2005-08-11 Richard M. Stallman <rms@gnu.org>
8923
8924 * elisp.texi (Top): Update subnode lists.
8925
8926 * display.texi (Inverse Video): Node deleted.
8927
8928 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8929 New nodes split out of Coding Conventions.
8930
8931 * searching.texi (Regular Expressions): Document re-builder.
8932
8933 * os.texi (Time Parsing): New node split out of Time Conversion.
8934
8935 * processes.texi (Misc Network, Network Feature Testing)
8936 (Network Options, Make Network): New nodes split out of
8937 Low-Level Network.
8938
8939 2005-08-09 Richard M. Stallman <rms@gnu.org>
8940
8941 * frames.texi (Geometry): New node, split from Size and Position.
8942 (Frame Parameters): Refer to Geometry.
8943
8944 * buffers.texi (The Buffer List): Fix xrefs.
8945
8946 * windows.texi (Splitting Windows): Fix xref.
8947
8948 * frames.texi (Layout Parameters): Add xref.
8949
8950 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8951
8952 * keymaps.texi (Menu Bar): Fix xref.
8953
8954 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8955
8956 * modes.texi (%-Constructs): Fix xref.
8957
8958 * frames.texi (Window Frame Parameters): Node split up.
8959 (Basic Parameters, Position Parameters, Size Parameters)
8960 (Layout Parameters, Buffer Parameters, Management Parameters)
8961 (Cursor Parameters, Color Parameters): New subnodes.
8962
8963 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * positions.texi (Screen Lines): Update xref for previous change
8966 in minibuf.texi.
8967
8968 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8969 change in minibuf.texi.
8970
8971 2005-08-09 Richard M. Stallman <rms@gnu.org>
8972
8973 * tips.texi (Coding Conventions): Minor cleanup.
8974
8975 * modes.texi (Defining Minor Modes): Explain when init-value
8976 can be non-nil.
8977
8978 * elisp.texi (Top): Update submenu for Minibuffer.
8979
8980 * minibuf.texi (Minibuffer Misc): Node split up.
8981 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8982 (Recursive Mini): New nodes split out from Minibuffer Misc.
8983 (Minibuffer Misc): Document max-mini-window-height.
8984
8985 * hash.texi (Defining Hash): Delete stray paren in example.
8986
8987 * display.texi (Echo Area Customization): Don't define
8988 max-mini-window-height here; xref instead.
8989
8990 * commands.texi (Event Input Misc): Update while-no-input.
8991
8992 * advice.texi (Advising Functions): Explain when to use advice
8993 and when to use a hook.
8994
8995 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8996
8997 * makefile.w32-in (info): Don't run install-info.
8998 ($(infodir)/dir): New target, produced by running install-info.
8999
9000 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9001
9002 * modes.texi (Defining Minor Modes): The keyword for the initial
9003 value is :init-value, not :initial-value.
9004
9005 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9006
9007 * loading.texi (Autoload): Make the `doctor' example be consistent
9008 with what's in current loaddefs.el. Describe the "fn" magic in
9009 the usage portion of the doc string.
9010
9011 2005-07-22 Richard M. Stallman <rms@gnu.org>
9012
9013 * internals.texi (Garbage Collection): Clarify previous change.
9014
9015 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9018
9019 2005-07-18 Juri Linkov <juri@jurta.org>
9020
9021 * commands.texi (Accessing Events):
9022 * frames.texi (Text Terminal Colors, Resources):
9023 * markers.texi (The Mark):
9024 * modes.texi (Defining Minor Modes):
9025 Delete duplicate duplicate words.
9026
9027 2005-07-16 Richard M. Stallman <rms@gnu.org>
9028
9029 * display.texi (Managing Overlays): Clarify make-overlay
9030 args for insertion types.
9031
9032 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9033
9034 * customize.texi (Variable Definitions):
9035 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9036 `standard-value' is a list too.
9037 (Defining New Types): Use @key{RET} instead of @key{ret}.
9038
9039 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9040
9041 * os.texi (Translating Input): Fix typo.
9042
9043 2005-07-08 Richard M. Stallman <rms@gnu.org>
9044
9045 * README: Update edition number and size estimate.
9046
9047 * elisp.texi (VERSION): Set to 2.9.
9048
9049 2005-07-07 Richard M. Stallman <rms@gnu.org>
9050
9051 * book-spine.texinfo: Update Emacs version.
9052
9053 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9054
9055 2005-07-06 Richard M. Stallman <rms@gnu.org>
9056
9057 * searching.texi (Regexp Search): Clarify what re-search-forward
9058 does when the search fails.
9059
9060 2005-07-05 Lute Kamstra <lute@gnu.org>
9061
9062 * Update FSF's address in GPL notices.
9063
9064 * doclicense.texi (GNU Free Documentation License):
9065 * gpl.texi (GPL):
9066 * tips.texi (Coding Conventions, Library Headers):
9067 * vol1.texi:
9068 * vol2.texi: Update FSF's address.
9069
9070 2005-07-04 Richard M. Stallman <rms@gnu.org>
9071
9072 * hooks.texi (Standard Hooks): Add occur-hook.
9073
9074 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * display.texi (The Echo Area): Correct menu.
9077
9078 2005-07-03 Richard M. Stallman <rms@gnu.org>
9079
9080 * elisp.texi (Top): Update subnode menu for Display.
9081
9082 * display.texi (Displaying Messages): New node, with most
9083 of what was in The Echo Area.
9084 (Progress): Move under The Echo Area.
9085 (Logging Messages): New node with new text.
9086 (Echo Area Customization): New node, the rest of what was
9087 in The Echo Area. Document message-truncate-lines with @defvar.
9088 (Display): Update menu.
9089
9090 * windows.texi (Textual Scrolling): Doc 3 values for
9091 scroll-preserve-screen-position.
9092
9093 * text.texi (Special Properties): Change hook functions
9094 should bind inhibit-modification-hooks around altering buffer text.
9095
9096 * keymaps.texi (Key Binding Commands): Call binding BINDING
9097 rather than DEFINITION.
9098
9099 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9100
9101 * variables.texi (Defining Variables): `user-variable-p' returns t
9102 for aliases of user options, nil for alias loops.
9103
9104 2005-06-28 Richard M. Stallman <rms@gnu.org>
9105
9106 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9107 make-keymap.
9108
9109 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9110
9111 * variables.texi (Setting Variables): Correct and clarify
9112 description of `add-to-ordered-list'.
9113
9114 2005-06-26 Richard M. Stallman <rms@gnu.org>
9115
9116 * display.texi (Faces): Minor cleanup.
9117
9118 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9119
9120 * display.texi (Faces): `facep' returns t for strings that are
9121 face names.
9122
9123 2005-06-25 Richard M. Stallman <rms@gnu.org>
9124
9125 * objects.texi (Equality Predicates): Clarify meaning of equal.
9126
9127 * windows.texi (Selecting Windows): save-selected-window
9128 and with-selected-window save and restore the current buffer.
9129
9130 2005-06-24 Richard M. Stallman <rms@gnu.org>
9131
9132 * numbers.texi (Float Basics): Explain how to test for NaN,
9133 and printing the sign of NaNs.
9134
9135 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9136
9137 * makefile.w32-in (MAKEINFO): Use --force.
9138
9139 2005-06-23 Richard M. Stallman <rms@gnu.org>
9140
9141 * display.texi (Face Functions): Correct Texinfo usage.
9142
9143 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9144
9145 * lists.texi (Rings): `ring-elements' now returns the elements of
9146 RING in order.
9147
9148 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9149
9150 * markers.texi (The Mark): Texinfo usage fix.
9151
9152 2005-06-23 Kim F. Storm <storm@cua.dk>
9153
9154 * searching.texi (Entire Match Data): Remove evaporate option for
9155 match-data. Do not mention evaporate option for set-match-data.
9156
9157 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9158
9159 * display.texi (Face Functions): Mention face aliases.
9160
9161 2005-06-21 Richard M. Stallman <rms@gnu.org>
9162
9163 * anti.texi (Antinews): Texinfo usage fix.
9164
9165 2005-06-21 Karl Berry <karl@gnu.org>
9166
9167 * elisp.texi: Use @copying.
9168
9169 * elisp.texi: Put @summarycontents and @contents before the Top
9170 node, instead of the end of the file, so that the contents appear
9171 in the right place in the dvi/pdf output.
9172
9173 2005-06-21 Juri Linkov <juri@jurta.org>
9174
9175 * display.texi (Defining Faces): Add `customized-face'.
9176
9177 2005-06-20 Kim F. Storm <storm@cua.dk>
9178
9179 * variables.texi (Setting Variables): Any type of element can be
9180 given order in add-to-ordered-list. Compare elements with eq.
9181
9182 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9183
9184 2005-06-20 Karl Berry <karl@gnu.org>
9185
9186 * syntax.texi (Syntax Flags): Make last column very slightly wider
9187 to avoid "generic comment" breaking on two lines and causing an
9188 underfull box.
9189
9190 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * lists.texi (Rings): Various minor clarifications and corrections.
9193
9194 2005-06-18 Richard M. Stallman <rms@gnu.org>
9195
9196 * functions.texi (Obsolete Functions): Simplify.
9197
9198 * variables.texi (Variable Aliases): Simplify.
9199
9200 * anti.texi, backups.texi, compile.texi, customization.texi:
9201 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9202 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9203 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9204 * variables.texi: Fix formatting ugliness.
9205
9206 * elisp.texi: Add links to Rings and Byte Packing.
9207 Update version and copyright years.
9208
9209 * minibuf.texi: Fix formatting ugliness.
9210 (Completion Commands): Move keymap vars to the end
9211 and vars completing-read binds to the top.
9212
9213 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9214
9215 * processes.texi: Fix typos.
9216 (Bindat Spec): Correct Texinfo error.
9217 (Byte Packing): Fix ungrammatical sentence.
9218
9219 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9220
9221 * lists.texi (Rings): New node.
9222 (Lists): Add it to menu.
9223
9224 * processes.texi (Byte Packing): New node.
9225 (Processes): Add it to menu.
9226
9227 2005-06-17 Richard M. Stallman <rms@gnu.org>
9228
9229 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9230
9231 * help.texi (Documentation Basics): Explain the xref to
9232 Documentation Tips.
9233
9234 * debugging.texi (Debugger Commands): Minor fix.
9235
9236 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9237
9238 * edebug.texi (Instrumenting): Eliminate duplicate link.
9239 (Specification List): Replace references to "below", referring to
9240 a later node, with one @ref to that node.
9241
9242 * os.texi (Timers): Timers should save and restore the match data
9243 if they change it.
9244
9245 * debugging.texi (Debugger Commands): Mention that the Lisp
9246 debugger can not step through primitive functions.
9247
9248 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9249
9250 * functions.texi (Obsolete Functions): Update argument names of
9251 `make-obsolete' and `define-obsolete-function-alias'.
9252
9253 * variables.texi (Variable Aliases): Update argument names of
9254 `defvaralias', `make-obsolete-variable' and
9255 `define-obsolete-variable-alias'.
9256
9257 2005-06-15 Kim F. Storm <storm@cua.dk>
9258
9259 * searching.texi (Entire Match Data): Rephrase warnings about
9260 evaporate arg to match-data and set-match-data.
9261
9262 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9263
9264 * elisp.texi (Top): Update detailed menu.
9265
9266 * edebug.texi (Edebug): Update menu.
9267 (Instrumenting): Update xrefs.
9268 (Edebug Execution Modes): Correct xref.
9269 (Jumping): Clarify description of `h' command.
9270 Eliminate redundant @ref.
9271 (Breaks): New node.
9272 (Breakpoints): Is now a subsubsection.
9273 (Global Break Condition): Mention `C-x X X'.
9274 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9275 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9276 (Edebug Display Update): Correct pxref.
9277 (Edebug and Macros): New node.
9278 (Instrumenting Macro Calls): Is now a subsubsection.
9279 Neither arg of `def-edebug-spec' is evaluated.
9280 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9281 (Specification Examples): Fix typo.
9282
9283 2005-06-14 Lute Kamstra <lute@gnu.org>
9284
9285 * debugging.texi (Function Debugging): Primitives can break on
9286 entry too.
9287
9288 2005-06-14 Kim F. Storm <storm@cua.dk>
9289
9290 * variables.texi (Setting Variables): Add add-to-ordered-list.
9291
9292 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9295 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9296
9297 2005-06-13 Lute Kamstra <lute@gnu.org>
9298
9299 * text.texi (Special Properties): Fix cross reference.
9300
9301 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9302
9303 * debugging.texi (Function Debugging): Delete mention of empty
9304 string argument to `cancel-debug-on-entry'. Delete inaccurate
9305 description of the return value of that command.
9306
9307 2005-06-11 Alan Mackenzie <acm@muc.de>
9308
9309 * text.texi (Adaptive Fill): Amplify the description of
9310 fill-context-prefix.
9311
9312 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9313
9314 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9315
9316 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9319
9320 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9321
9322 * debugging.texi (Error Debugging): Minor rewording.
9323 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9324 is optional.
9325
9326 2005-06-10 Lute Kamstra <lute@gnu.org>
9327
9328 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9329 (Top): Give it a title. Correct version number. Give the
9330 detailed node listing a more prominent header.
9331 * intro.texi: Don't set VERSION here a second time.
9332 Mention Emacs's version too.
9333 * anti.texi (Antinews): Use EMACSVER to refer to the current
9334 version of Emacs.
9335
9336 2005-06-09 Kim F. Storm <storm@cua.dk>
9337
9338 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9339 match-data and set-match-data.
9340
9341 2005-06-08 Richard M. Stallman <rms@gnu.org>
9342
9343 * searching.texi (Entire Match Data): Clarify when match-data
9344 returns markers and when integers.
9345
9346 * display.texi (Defining Faces): Explain that face name should not
9347 end in `-face'.
9348
9349 * modes.texi (Mode Line Data): Minor cleanup.
9350 (Customizing Keywords): Node split out of Search-based Fontification.
9351 Add example of using font-lock-add-keywords from a hook.
9352 Clarify when MODE should be non-nil, and when nil.
9353
9354 2005-06-06 Richard M. Stallman <rms@gnu.org>
9355
9356 * modes.texi (Mode Line Data): Explain what happens when the car
9357 of a list is a void symbol.
9358 (Search-based Fontification): Explain MODE arg to
9359 font-lock-add-keywords and warn about calls from major modes.
9360
9361 2005-06-08 Juri Linkov <juri@jurta.org>
9362
9363 * display.texi (Standard Faces): Add `shadow' face.
9364
9365 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9366
9367 * modes.texi (Major Mode Conventions): A derived mode only needs
9368 to put the call to the parent mode inside `delay-mode-hooks'.
9369
9370 2005-05-29 Richard M. Stallman <rms@gnu.org>
9371
9372 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9373 new, and what that implies. Clarify.
9374
9375 * files.texi (Locating Files): Clean up the text.
9376
9377 * frames.texi (Window Frame Parameters): Document user-size.
9378 Shorten entry for top by referring to left.
9379
9380 2005-05-26 Richard M. Stallman <rms@gnu.org>
9381
9382 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9383 is new, and what the implications are. Other clarifications.
9384
9385 2005-05-24 Richard M. Stallman <rms@gnu.org>
9386
9387 * frames.texi (Dialog Boxes): Minor fixes.
9388
9389 2005-05-25 Masatake YAMATO <jet@gyve.org>
9390
9391 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9392
9393 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9394
9395 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9396 is optional.
9397
9398 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9399
9400 * frames.texi (Dialog Boxes): Describe new optional argument.
9401
9402 2005-05-23 Lute Kamstra <lute@gnu.org>
9403
9404 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9405 syntax-begin-function over font-lock-beginning-of-syntax-function.
9406
9407 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * minibuf.texi (Reading File Names): Update description of
9410 `read-directory-name'.
9411
9412 * modes.texi (Derived Modes): Clarify :group keyword.
9413
9414 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9415
9416 * files.texi (Locating Files): New subsection.
9417 Describe locate-file and executable-find.
9418
9419 2005-05-21 Kevin Ryde <user42@zip.com.au>
9420
9421 * frames.texi (Initial Parameters): Update cross reference to
9422 "Emacs Invocation".
9423
9424 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9425
9426 * keymaps.texi (Active Keymaps): Add anchor.
9427
9428 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9429 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9430 appropriate place.
9431 (Derived Modes): Small clarifications.
9432 (Minor Mode Conventions, Keymaps and Minor Modes):
9433 Replace references to nodes with references to anchors.
9434 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9435 Clarify description of lists whose first element is an integer.
9436 (Mode Line Variables): Add anchor.
9437 (%-Constructs): Clarify description of integer after %.
9438 (Emulating Mode Line): Describe nil value for FACE.
9439
9440 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9441
9442 * modes.texi (Derived Modes): Correct references to non-existing
9443 variable standard-syntax-table.
9444
9445 2005-05-17 Lute Kamstra <lute@gnu.org>
9446
9447 * modes.texi (Defining Minor Modes): Mention the mode hook.
9448
9449 2005-05-15 Kim F. Storm <storm@cua.dk>
9450
9451 * processes.texi (Network): Remove open-network-stream-nowait.
9452 (Network Servers): Remove open-network-stream-server.
9453
9454 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9455
9456 * elisp.texi (Top): Update detailed menu.
9457
9458 * variables.texi: Reorder nodes.
9459 (Variables): Update menu.
9460 (File Local Variables): Do not refer to the `-*-' line as
9461 a "local variables list". Add pxref.
9462
9463 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9464
9465 * elisp.texi (Top): Update detailed menu for node changes.
9466
9467 * modes.texi (Modes): Update Menu.
9468 (Hooks): Move to beginning of chapter.
9469 Most minor modes run mode hooks too.
9470 `add-hook' can handle void hooks or hooks whose value is a single
9471 function.
9472 (Major Modes): Update Menu.
9473 (Major Mode Basics): New node, split off from `Major Modes'.
9474 (Major Mode Conventions): Correct xref. Explain how to handle
9475 auto-mode-alist if the major mode command has an autoload cookie.
9476 (Auto Major Mode): Major update. Add magic-mode-alist.
9477 (Derived Modes): Major update.
9478 (Mode Line Format): Update Menu.
9479 (Mode Line Basics): New node, split off from `Mode Line Format'.
9480
9481 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9482 for `magic autoload comment'. Add index entries and anchor.
9483
9484 2005-05-14 Richard M. Stallman <rms@gnu.org>
9485
9486 * tips.texi (Coding Conventions): Explain how important it is
9487 that just loading certain files not change Emacs behavior.
9488
9489 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9490
9491 2005-05-12 Lute Kamstra <lute@gnu.org>
9492
9493 * modes.texi (Generic Modes): Update.
9494 (Major Modes): Refer to node "Generic Modes".
9495
9496 * elisp.texi (Top): Update to the current structure of the manual.
9497 * processes.texi (Processes): Add menu description.
9498 * customize.texi (Customization): Add menu descriptions.
9499
9500 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9501
9502 * processes.texi (Signals to Processes)
9503 (Low-Level Network): Fix typos.
9504
9505 2005-05-11 Lute Kamstra <lute@gnu.org>
9506
9507 * elisp.texi (Top): Add some nodes from the chapter "Major and
9508 Minor Modes" to the detailed node listing.
9509
9510 2005-05-10 Richard M. Stallman <rms@gnu.org>
9511
9512 * keymaps.texi (Extended Menu Items): Menu item filter functions
9513 can be called at any time.
9514
9515 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9516
9517 * variables.texi (File Local Variables): `(hack-local-variables t)'
9518 now also checks whether a mode is specified in the local variables
9519 list.
9520
9521 2005-05-05 Kevin Ryde <user42@zip.com.au>
9522
9523 * display.texi (The Echo Area): Correct format function cross
9524 reference.
9525
9526 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9527
9528 * variables.texi (Variable Aliases): Change description of
9529 `define-obsolete-variable-alias'.
9530
9531 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9532 (Defining Functions): Add xref.
9533 (Obsolete Functions): New node.
9534 (Function Safety): Standardize capitalization of section title.
9535
9536 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9537 (Dialog Boxes): Complete description of `x-popup-dialog'.
9538
9539 2005-05-04 Richard M. Stallman <rms@gnu.org>
9540
9541 * commands.texi (Interactive Codes): Fix Texinfo usage.
9542 Document U more clearly.
9543
9544 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9547 function and not a macro.
9548
9549 * frames.texi (Pop-Up Menus): Correct and clarify description of
9550 `x-popup-menu'.
9551 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9552
9553 2005-05-01 Richard M. Stallman <rms@gnu.org>
9554
9555 * edebug.texi (Checking Whether to Stop): Fix previous change.
9556
9557 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9558
9559 * display.texi: Fix typos and Texinfo usage.
9560
9561 * edebug.texi (Checking Whether to Stop): executing-macro ->
9562 executing-kbd-macro.
9563
9564 2005-05-01 Richard M. Stallman <rms@gnu.org>
9565
9566 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9567
9568 2005-04-30 Richard M. Stallman <rms@gnu.org>
9569
9570 * files.texi (Magic File Names): Document `operations' property.
9571
9572 2005-04-29 Lute Kamstra <lute@gnu.org>
9573
9574 * modes.texi (Generic Modes): New node.
9575 (Major Modes): Add it to the menu.
9576 (Derived Modes): Add "derived mode" to concept index.
9577
9578 2005-04-28 Lute Kamstra <lute@gnu.org>
9579
9580 * modes.texi (Defining Minor Modes): Fix previous change.
9581 (Font Lock Mode): Simplify.
9582 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9583 when set and that some parts are optional. Add cross references.
9584 (Search-based Fontification): Say how to specify font-lock-keywords.
9585 Add cross references. Add font-lock-multiline to index.
9586 Move font-lock-keywords-case-fold-search here from node "Other Font
9587 Lock Variables". Document font-lock-add-keywords and
9588 font-lock-remove-keywords.
9589 (Other Font Lock Variables): Move font-lock-keywords-only,
9590 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9591 and font-lock-syntactic-face-function to node "Syntactic Font
9592 Lock". Move font-lock-keywords-case-fold-search to node
9593 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9594 and font-lock-{,un}fontify-{buffer,region}-function.
9595 (Precalculated Fontification): Remove reference to deleted variable
9596 font-lock-core-only.
9597 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9598 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9599 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9600 and font-lock-syntactic-face-function here from node "Other Font
9601 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9602 Syntax Properties". Add cross references.
9603 (Setting Syntax Properties): New node.
9604 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9605 * syntax.texi (Syntax Properties): Add cross reference.
9606 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9607
9608 2005-04-26 Richard M. Stallman <rms@gnu.org>
9609
9610 * display.texi (Defining Faces):
9611 Document `default' elements of defface spec.
9612
9613 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9614
9615 * variables.texi (Variable Aliases): Clarify text.
9616
9617 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
9618
9619 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9620
9621 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9622
9623 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9624
9625 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9626
9627 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9628 syntax-after and syntax-class.
9629
9630 * files.texi (Changing Files): Fix last change's cross-reference.
9631 (Unique File Names): Don't mention "numbers" in the documentation
9632 of make-temp-file and make-temp-name.
9633
9634 2005-04-23 Richard M. Stallman <rms@gnu.org>
9635
9636 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9637
9638 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9639
9640 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9641
9642 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9643
9644 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9645 and define-obsolete-variable-alias.
9646
9647 2005-04-22 Kim F. Storm <storm@cua.dk>
9648
9649 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9650 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9651
9652 2005-04-21 Lute Kamstra <lute@gnu.org>
9653
9654 * lists.texi (Association Lists): Document rassq-delete-all.
9655
9656 2005-04-19 Richard M. Stallman <rms@gnu.org>
9657
9658 * modes.texi (Search-based Fontification): Explain that
9659 facespec is an expression to be evaluated.
9660
9661 2005-04-19 Kevin Ryde <user42@zip.com.au>
9662
9663 * streams.texi (Output Functions): Fix xref.
9664 * strings.texi (String Conversion): Fix xref.
9665
9666 2005-04-19 Kim F. Storm <storm@cua.dk>
9667
9668 * symbols.texi (Symbol Plists): Add safe-get.
9669 Mention that `get' may signal an error.
9670
9671 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9672
9673 * customize.texi (Variable Definitions): Replace tooltip-mode
9674 example with save-place.
9675
9676 2005-04-17 Richard M. Stallman <rms@gnu.org>
9677
9678 * buffers.texi (Indirect Buffers): Clarify.
9679
9680 * positions.texi (Positions): Clarify converting marker to integer.
9681
9682 * strings.texi (String Basics): Mention string-match; clarify.
9683
9684 2005-04-08 Lute Kamstra <lute@gnu.org>
9685
9686 * modes.texi (Search-based Fontification): Fix cross references.
9687 Use consistent terminology. Document anchored highlighting.
9688
9689 2005-04-05 Lute Kamstra <lute@gnu.org>
9690
9691 * modes.texi (Defining Minor Modes): Document :group keyword
9692 argument and its default value.
9693
9694 2005-04-03 Lute Kamstra <lute@gnu.org>
9695
9696 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9697 references and/or descriptions. Delete major mode hooks; mention
9698 them as a category instead. Rename or delete obsolete hooks.
9699
9700 2005-04-02 Richard M. Stallman <rms@gnu.org>
9701
9702 * nonascii.texi (Coding System Basics): Another wording cleanup.
9703
9704 2005-04-01 Richard M. Stallman <rms@gnu.org>
9705
9706 * nonascii.texi (Coding System Basics): Clarify previous change.
9707
9708 2005-04-01 Kenichi Handa <handa@m17n.org>
9709
9710 * nonascii.texi (Coding System Basics): Describe about roundtrip
9711 identity of coding systems.
9712
9713 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * text.texi (Buffer Contents): Add filter-buffer-substring and
9716 buffer-substring-filters.
9717
9718 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
9719
9720 * anti.texi (Antinews): Mention `G' interactive code.
9721
9722 * tips.texi (Compilation Tips): Mention benchmark.el.
9723
9724 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9725
9726 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9727 is now bound to M-o M-o.
9728
9729 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9730
9731 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9732
9733 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9734 in the Emacs Manual).
9735 * Makefile.in (srcs): Remove calendar.texi.
9736 * makefile.w32-in (srcs): Remove calendar.texi.
9737 * display.texi (Display): Change name of next node.
9738 * os.texi (System In): Change name of previous node.
9739 * elisp.texi (Top): Remove Calendar references.
9740 * vol1.texi (Top): Remove Calendar references.
9741 * vol2.texi (Top): Remove Calendar references.
9742
9743 2005-03-25 Richard M. Stallman <rms@gnu.org>
9744
9745 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9746 Cleanup previous change.
9747
9748 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
9749
9750 * display.texi (Face Attributes): Faces earlier in an :inherit
9751 list take precedence.
9752 (Scroll Bars): Fix description of vertical-scroll-bars.
9753 Document frame-current-scroll-bars and window-current-scroll-bars.
9754
9755 * markers.texi (The Mark): Document temporary Transient Mark mode.
9756
9757 * minibuf.texi (Reading File Names):
9758 Document read-file-name-completion-ignore-case.
9759
9760 * positions.texi (Screen Lines): Document nil for width argument
9761 to compute-motion.
9762
9763 2005-03-23 Kim F. Storm <storm@cua.dk>
9764
9765 * display.texi (Standard Faces): Other faces used in the fringe
9766 implicitly inherits from the fringe face.
9767 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9768 properties implicitly inherits from fringe face.
9769 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9770
9771 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
9772
9773 * display.texi (Invisible Text): State default value of
9774 line-move-ignore-invisible.
9775 (Managing Overlays): Document remove-overlays.
9776 (Standard Faces): Document escape-glyph face.
9777
9778 * minibuf.texi (Reading File Names): Document read-file-name-function.
9779
9780 * modes.texi (Other Font Lock Variables):
9781 Document font-lock-lines-before.
9782
9783 * positions.texi (Skipping Characters): skip-chars-forward allows
9784 character classes.
9785
9786 2005-03-18 Lute Kamstra <lute@gnu.org>
9787
9788 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9789
9790 2005-03-17 Richard M. Stallman <rms@gnu.org>
9791
9792 * text.texi (Undo): Document extensible undo entries.
9793
9794 * searching.texi (String Search, Regexp Search): Cleanups.
9795
9796 * nonascii.texi (Character Codes): Minor fix.
9797
9798 * display.texi (Display Property): Explain the significance
9799 of having text properties that are eq.
9800 (Other Display Specs): Explain string as display spec.
9801
9802 * commands.texi (Interactive Codes): Document G option.
9803
9804 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * text.texi (Filling): Add sentence-end-without-period and
9807 sentence-end-without-space.
9808 (Changing Properties): Minor fix.
9809
9810 * anti.texi: Total rewrite.
9811
9812 2005-03-15 Lute Kamstra <lute@gnu.org>
9813
9814 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9815
9816 2005-03-08 Kim F. Storm <storm@cua.dk>
9817
9818 * display.texi (Specified Space): Property :width is support on
9819 non-graphic terminals, :height is not.
9820
9821 2005-03-07 Richard M. Stallman <rms@gnu.org>
9822
9823 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9824 Now subnodes of Fringes.
9825 (Overlay Arrow): Document overlay-arrow-variable-list.
9826 (Fringe Size/Pos): New node, broken out of Fringes.
9827 (Display): Explain clearing vs redisplay better.
9828 (Truncation): Clarify use of bitmaps.
9829 (The Echo Area): Clarify the uses of the echo area.
9830 Add max-mini-window-height.
9831 (Progress): Clarify.
9832 (Invisible Text): Explain that main loop moves point out.
9833 (Selective Display): Say "hidden", not "invisible".
9834 (Managing Overlays): Move up. Describe relation to Undo here.
9835 (Overlay Properties): Clarify intro.
9836 (Finding Overlays): Explain return values when nothing found.
9837 (Width): truncate-string-to-width has added arg.
9838 (Displaying Faces): Clarify and update mode line face handling.
9839 (Face Functions): Minor cleanup.
9840 (Conditional Display): Merge into Other Display Specs.
9841 (Pixel Specification, Other Display Specs): Minor cleanups.
9842 (Images, Image Descriptors): Minor cleanups.
9843 (GIF Images): Patents have expired.
9844 (Showing Images): Explain default text for insert-image.
9845 (Manipulating Button Types): Merge into Manipulating Buttons.
9846 (Making Buttons): Explain return values.
9847 (Button Buffer Commands): Add xref.
9848 (Inverse Video): Update mode-line-inverse-video.
9849 (Display Table Format): Clarify.
9850 (Active Display Table): Give defaults for window-display-table.
9851
9852 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9853 and calendar-today-marker are strings, not chars.
9854 (Holiday Customizing): Minor fix.
9855
9856 * internals.texi (Writing Emacs Primitives): Update `or' example.
9857 Update limit on # args of subr.
9858
9859 * edebug.texi (Using Edebug): Arrow is in fringe.
9860 (Instrumenting): Arg to eval-defun works without loading edebug.
9861 (Edebug Execution Modes): Add xref.
9862
9863 * customize.texi (Common Keywords): Clarify :require.
9864 Mention :version here.
9865 (Variable Definitions, Group Definitions): Not here.
9866 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9867
9868 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
9869 * nonascii.texi (Text Representations): Clarify position-bytes.
9870 (Character Sets): Add list-charset-chars.
9871 (Scanning Charsets): Add charset-after.
9872 (Encoding and I/O): Minor fix.
9873
9874 2005-03-06 Richard M. Stallman <rms@gnu.org>
9875
9876 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9877 (Resizing Windows): Likewise.
9878
9879 * text.texi (Change Hooks): Get rid of "Emacs 21".
9880
9881 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9882
9883 * streams.texi (Output Variables): Get rid of "Emacs 21".
9884
9885 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9886
9887 * os.texi (Translating Input): Replace flow-control example
9888 with a less obsolete example that uses `keyboard-translate'.
9889
9890 * objects.texi (Hash Table Type, Circular Objects):
9891 Get rid of "Emacs 21".
9892
9893 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9894 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9895
9896 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9897
9898 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9899
9900 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9901 (Menu Bar): Fix when menu-bar-update-hook is called.
9902
9903 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9904
9905 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9906 and make it read better.
9907
9908 * files.texi (Writing to Files): Get rid of "Emacs 21".
9909 (Unique File Names): Likewise.
9910
9911 * elisp.texi: Update Emacs version to 22.
9912
9913 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9914 (Overlay Properties, Face Attributes): Likewise.
9915 (Managing Overlays): Fix punctuation.
9916 (Attribute Functions): Clarify set-face-font; get rid of
9917 info about old Emacs versions.
9918 (Auto Faces, Font Lookup, Display Property, Images):
9919 Get rid of "Emacs 21".
9920
9921 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9922
9923 2005-03-05 Richard M. Stallman <rms@gnu.org>
9924
9925 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9926
9927 2005-03-04 Lute Kamstra <lute@gnu.org>
9928
9929 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9930
9931 2005-03-03 Lute Kamstra <lute@gnu.org>
9932
9933 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9934
9935 2005-03-01 Lute Kamstra <lute@gnu.org>
9936
9937 * debugging.texi (Debugger Commands): Update `j'.
9938
9939 2005-02-28 Lute Kamstra <lute@gnu.org>
9940
9941 * debugging.texi (Debugging): Fix typo.
9942 (Error Debugging): Document eval-expression-debug-on-error.
9943 (Function Debugging): Update example.
9944 (Using Debugger): Mention starred stack frames.
9945 (Debugger Commands): Document `j' and `l'.
9946 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9947 Update the messages that the debugger displays.
9948 (Internals of Debugger): Add cross reference. Update example.
9949 (Excess Open): Minor improvement.
9950 (Excess Close): Minor improvement.
9951
9952 2005-02-26 Richard M. Stallman <rms@gnu.org>
9953
9954 * tips.texi (Coding Conventions): Clarify.
9955 Put all the major mode key reservations together.
9956 Mention the Mouse-1 => Mouse-2 conventions.
9957
9958 * syntax.texi (Syntax Class Table): Clarify.
9959 (Syntax Table Functions): syntax-after moved from here.
9960 (Syntax Table Internals): syntax-after moved to here.
9961 (Parsing Expressions): Update info on number of values
9962 and what's meaningful in the STATE argument.
9963 (Categories): Fix typo.
9964
9965 * sequences.texi (Arrays): Cleanup.
9966 (Char-Tables): Clarify.
9967
9968 * processes.texi (Deleting Processes): Cleanups, add xref.
9969 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9970 (Process Information): set-process-coding-system, some args optional.
9971 (Input to Processes): Explain various types for PROCESS args.
9972 Rename them from PROCESS-NAME to PROCESS.
9973 (Signals to Processes): Likewise.
9974 (Decoding Output): Cleanup.
9975 (Query Before Exit): Clarify.
9976
9977 * os.texi (Startup Summary): Correct the options; add missing ones.
9978 (Terminal Output, Batch Mode): Clarify.
9979 (Flow Control): Node deleted.
9980
9981 * markers.texi (The Mark): Clarify.
9982
9983 * macros.texi (Expansion): Cleanup.
9984 (Indenting Macros): indent-spec allows ints, not floats.
9985
9986 * keymaps.texi (Keymaps): Clarify.
9987 (Format of Keymaps): Update lisp-mode-map example.
9988 (Active Keymaps, Key Lookup): Clarify.
9989 (Changing Key Bindings): Add xref to `kbd'.
9990 (Key Binding Commands, Simple Menu Items): Clarify.
9991 (Mouse Menus, Menu Bar): Clarify.
9992 (Menu Example): Replace print example with menu-bar-replace-menu.
9993
9994 * help.texi (Documentation Basics): Add function-documentation prop.
9995
9996 * elisp.texi (Top): Don't refer to Flow Control node.
9997
9998 * commands.texi (Command Overview): Improve xrefs.
9999 (Adjusting Point): Adjusting point applies to intangible and invis.
10000 (Key Sequence Input): Doc extra read-key-sequence args.
10001 Likewise for read-key-sequence-vector.
10002
10003 * backups.texi (Rename or Copy): Minor fix.
10004 (Numbered Backups): For version-control, say the default.
10005 (Auto-Saving): make-auto-save-file-name example is simplified.
10006
10007 * advice.texi (Advising Functions): Don't imply one part of Emacs
10008 should advise another part. Markup changes.
10009 (Defining Advice): Move transitional para.
10010 (Activation of Advice): Cleanup.
10011 Explain if COMPILE is nil or negative.
10012
10013 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10014
10015 2005-02-24 Lute Kamstra <lute@gnu.org>
10016
10017 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10018 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10019
10020 2005-02-23 Lute Kamstra <lute@gnu.org>
10021
10022 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10023 to define global minor modes as well.
10024
10025 * display.texi (Managing Overlays): overlay-buffer returns nil for
10026 deleted overlays.
10027
10028 2005-02-22 Kim F. Storm <storm@cua.dk>
10029
10030 * minibuf.texi (Basic Completion): Allow symbols in addition to
10031 strings in try-completion and all-completions.
10032
10033 2005-02-14 Lute Kamstra <lute@gnu.org>
10034
10035 * elisp.texi (Top): Remove reference to deleted node.
10036
10037 * lists.texi (Lists): Remove reference to deleted node.
10038 (Cons Cells): Fix typo.
10039
10040 * loading.texi (Where Defined): Fix typo.
10041
10042 2005-02-14 Richard M. Stallman <rms@gnu.org>
10043
10044 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10045 is useful for discarding some minor modes.
10046
10047 * symbols.texi (Symbol Components): Reorder examples.
10048
10049 * streams.texi (Input Functions): State standard-input default.
10050 (Output Variables): State standard-output default.
10051
10052 * objects.texi (Printed Representation): Clarify read syntax vs print.
10053 (Floating Point Type): Explain meaning better.
10054 (Symbol Type): Explain uniqueness better.
10055 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10056 List examples sooner.
10057 (Box Diagrams): New subnode broken out.
10058 Some examples moved from old Lists as Boxes node.
10059 (Dotted Pair Notation): Clarify intro.
10060 (Array Type): Clarify.
10061 (Type Predicates): Add hash-table-p.
10062
10063 * numbers.texi (Integer Basics): Clarify radix explanation.
10064 (Predicates on Numbers): Minor clarification.
10065 (Comparison of Numbers): Minor clarification. Clarify eql.
10066 Typos in min, max.
10067 (Math Functions): Clarify overflow in expt.
10068
10069 * minibuf.texi (Text from Minibuffer): Minor clarification.
10070 Mention arrow keys.
10071
10072 * loading.texi (Autoload): defun's doc string overrides autoload's
10073 doc string.
10074 (Repeated Loading): Modernize "add to list" examples.
10075 (Where Defined): Finish updating table of load-history elts.
10076
10077 * lists.texi (List-related Predicates): Minor wording improvement.
10078 (Lists as Boxes): Node deleted.
10079 (Building Lists): Explain trivial cases of number-sequence.
10080
10081 * hash.texi (Hash Tables): Add desc to menu items.
10082 (Creating Hash): Explain "full" means "make larger".
10083 (Hash Access): Any object can be a key.
10084 State value of maphash.
10085
10086 * functions.texi (What Is a Function): Wording cleanup.
10087 (Function Documentation): Minor cleanup.
10088 Explain purpose of calling convention at end of doc string.
10089 (Function Names): Wording cleanup.
10090 (Calling Functions): Wording cleanup.
10091 Explain better how funcall calls the function.
10092 (Function Cells): Delete example of saving and redefining function.
10093
10094 * control.texi (Combining Conditions): Wording cleanup.
10095 (Iteration): dolist and dotimes bind VAR locally.
10096 (Cleanups): Xref to Atomic Changes.
10097
10098 * compile.texi (Byte Compilation): Delete 19.29 info.
10099 (Compilation Functions): Macros' difficulties don't affect defsubst.
10100 (Docs and Compilation): Delete 19.29 info.
10101
10102 2005-02-10 Richard M. Stallman <rms@gnu.org>
10103
10104 * objects.texi (Symbol Type): Minor correction.
10105
10106 2005-02-06 Lute Kamstra <lute@gnu.org>
10107
10108 * modes.texi (Example Major Modes): Fix typos.
10109
10110 2005-02-06 Richard M. Stallman <rms@gnu.org>
10111
10112 * text.texi (Margins): fill-nobreak-predicate can be one function.
10113
10114 * strings.texi (Modifying Strings): clear-string can make unibyte.
10115 (Formatting Strings): format gives error if values missing.
10116
10117 * positions.texi (Character Motion): Mention default arg
10118 for forward-char. backward-char refers to forward-char.
10119 (Word Motion): Mention default arg for forward-word.
10120 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10121 Simplify end-of-buffer.
10122 (Text Lines): Mention default arg for forward-line.
10123 (List Motion): Mention default arg for beginning/end-of-defun.
10124 (Skipping Characters): Minor fixes in explaining character-set.
10125
10126 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10127 Mode inheritance applies only when default-major-mode is nil.
10128 Clarifications.
10129 (Example Major Modes): Update Text mode and Lisp mode examples.
10130 (Minor Mode Conventions): Mention define-minor-mode at top.
10131 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10132 (Mode Line Format): Update mode line face display info.
10133 (Properties in Mode): Mention effect of risky vars.
10134 (Imenu): Define imenu-add-to-menubar.
10135 (Font Lock Mode): Add descriptions to menu lines.
10136 (Faces for Font Lock): Add font-lock-doc-face.
10137
10138 2005-02-05 Lute Kamstra <lute@gnu.org>
10139
10140 * text.texi (Maintaining Undo): Remove obsolete function.
10141
10142 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10143
10144 * frames.texi (Color Names): Add pointer to the X docs about RGB
10145 color specifications. Improve indexing.
10146 (Text Terminal Colors): Replace the description of RGB values by
10147 an xref to "Color Names".
10148
10149 2005-02-03 Richard M. Stallman <rms@gnu.org>
10150
10151 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10152 Clarify.
10153 (Selecting Windows): Clarify save-selected-window.
10154 (Cyclic Window Ordering): Clarify walk-windows.
10155 (Window Point): Clarify.
10156 (Window Start): Add comment to example.
10157 (Resizing Windows): Add `interactive' specs in examples.
10158 Document fit-window-to-buffer.
10159
10160 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10161 (Undo, Maintaining Undo): Clarify last change.
10162 (Sorting): In sort-numeric-fields, explain about octal and hex.
10163 Mention sort-numeric-base.
10164 (Format Properties): Add xref for hard newlines.
10165
10166 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10167 (Pop-Up Menus): Fix typo.
10168 (Color Names): Explain all types of color names.
10169 Explain color-values on B&W terminal.
10170 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10171
10172 * files.texi (File Locks): Not supported on MS systems.
10173 (Testing Accessibility): Clarify.
10174
10175 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10176 (Coverage Testing): Fix typo.
10177
10178 * commands.texi (Misc Events): Remove stray space.
10179
10180 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10181 (Modification Time): Clarify when visited-file-modtime returns 0.
10182 (The Buffer List): Clarify bury-buffer.
10183 (Killing Buffers): Clarify.
10184 (Indirect Buffers): Add clone-indirect-buffer.
10185
10186 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10187
10188 * edebug.texi (Printing in Edebug): Fix default value of
10189 edebug-print-circle.
10190 (Coverage Testing): Fix displayed frequency count data.
10191
10192 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10193
10194 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10195
10196 2005-02-02 Kim F. Storm <storm@cua.dk>
10197
10198 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10199
10200 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10201
10202 * commands.texi (Misc Events): Describe the help-echo event.
10203
10204 * text.texi (Special Properties) <help-echo>: Use `pos'
10205 consistently in description of the help-echo property.
10206 Use @code{nil} instead of @var{nil}.
10207
10208 * display.texi (Overlay Properties): Fix the index entry for
10209 help-echo overlay property.
10210
10211 * customize.texi (Type Keywords): Uncomment the xref to the
10212 help-echo property documentation.
10213
10214 2005-01-23 Kim F. Storm <storm@cua.dk>
10215
10216 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10217 return value. Third element FULLY replaced by PARTIAL which
10218 specifies number of invisible pixels if row is only partially visible.
10219 (Textual Scrolling): Mention auto-window-vscroll.
10220 (Vertical Scrolling): New defvar auto-window-vscroll.
10221
10222 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10225 command remapping.
10226
10227 2005-01-15 Richard M. Stallman <rms@gnu.org>
10228
10229 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10230
10231 2005-01-14 Kim F. Storm <storm@cua.dk>
10232
10233 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10234
10235 * text.texi (Links and Mouse-1): Fix string and vector item.
10236
10237 2005-01-13 Richard M. Stallman <rms@gnu.org>
10238
10239 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10240 descriptions of overriding-local-map and overriding-terminal-local-map.
10241
10242 * text.texi (Links and Mouse-1): Clarify text.
10243
10244 2005-01-13 Kim F. Storm <storm@cua.dk>
10245
10246 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10247
10248 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10249
10250 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10251
10252 2005-01-12 Kim F. Storm <storm@cua.dk>
10253
10254 * text.texi (Links and Mouse-1): Rename section from Enabling
10255 Mouse-1 to Following Links. Change xrefs.
10256 Add examples for define-button-type and define-widget.
10257
10258 * display.texi (Button Properties, Button Buffer Commands):
10259 Clarify mouse-1 and follow-link functionality.
10260
10261 2005-01-12 Richard M. Stallman <rms@gnu.org>
10262
10263 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10264
10265 * display.texi (Beeping): Fix Texinfo usage.
10266
10267 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10268
10269 2005-01-11 Kim F. Storm <storm@cua.dk>
10270
10271 * display.texi (Button Properties, Button Buffer Commands):
10272 Mention mouse-1 binding. Add follow-link keyword.
10273
10274 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10275 (Enabling Mouse-1 to Follow Links): New subsection.
10276
10277 2005-01-06 Richard M. Stallman <rms@gnu.org>
10278
10279 * text.texi (Special Properties): Minor change.
10280
10281 * os.texi (Timers): Clarify previous change.
10282
10283 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10284
10285 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10286
10287 * display.texi (Face Attributes): Correct xref to renamed node.
10288
10289 2005-01-01 Richard M. Stallman <rms@gnu.org>
10290
10291 * display.texi (Face Attributes): Describe hex color specs.
10292
10293 2004-12-31 Richard M. Stallman <rms@gnu.org>
10294
10295 * os.texi (Timers): Update previous change.
10296
10297 2004-12-30 Kim F. Storm <storm@cua.dk>
10298
10299 * display.texi (Line Height): Total line-height is now specified
10300 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10301 in cons cells. (nil . RATIO) is relative to actual line height.
10302 Use line-height `t' instead of `0' to get minimum height.
10303
10304 2004-12-29 Richard M. Stallman <rms@gnu.org>
10305
10306 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10307
10308 2004-12-28 Richard M. Stallman <rms@gnu.org>
10309
10310 * commands.texi (Quitting): Clarify value of with-local-quit.
10311
10312 * elisp.texi (Top): Fix previous change.
10313
10314 * loading.texi (Loading): Fix previous change.
10315
10316 2004-12-27 Richard M. Stallman <rms@gnu.org>
10317
10318 * Makefile.in (MAKEINFO): Specify --force.
10319
10320 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10321
10322 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10323
10324 * display.texi (Line Height): Further clarify.
10325
10326 * elisp.texi (Top): Update Loading submenu.
10327
10328 * loading.texi (Where Defined): New node.
10329 (Unloading): load-history moved to Where Defined.
10330
10331 2004-12-21 Richard M. Stallman <rms@gnu.org>
10332
10333 * commands.texi (Event Input Misc): Add while-no-input.
10334
10335 2004-12-11 Richard M. Stallman <rms@gnu.org>
10336
10337 * display.texi (Line Height): Rewrite text for clarity.
10338
10339 2004-12-11 Kim F. Storm <storm@cua.dk>
10340
10341 * display.texi (Display): Add node "Line Height" to menu.
10342 (Line Height): New node. Move full description of line-spacing
10343 and line-height text properties here from text.texi.
10344 (Scroll Bars): Add vertical-scroll-bar variable.
10345
10346 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10347
10348 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10349 line-spacing and vertical-scroll-bar.
10350
10351 * text.texi (Special Properties): Just mention line-spacing and
10352 line-height here, add xref to new "Line Height" node.
10353
10354 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10355
10356 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10357
10358 * locals.texi (Standard Buffer-Local Variables):
10359 Add @xref for `line-spacing'.
10360
10361 2004-12-05 Richard M. Stallman <rms@gnu.org>
10362
10363 * Makefile.in (maintainer-clean): Remove the info files
10364 in $(infodir) where they are created.
10365
10366 2004-12-03 Richard M. Stallman <rms@gnu.org>
10367
10368 * windows.texi (Selecting Windows): get-lru-window and
10369 get-largest-window don't consider dedicated windows.
10370
10371 * text.texi (Undo): Document undo-in-progress.
10372
10373 2004-11-26 Richard M. Stallman <rms@gnu.org>
10374
10375 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10376 Remove a few vars that are not always buffer-local.
10377
10378 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10379
10380 * locals.texi (Standard Buffer-Local Variables): Comment out
10381 xref's to non-existent node `Yet to be written'.
10382
10383 2004-11-24 Richard M. Stallman <rms@gnu.org>
10384
10385 * processes.texi (Synchronous Processes): Grammar fix.
10386
10387 * numbers.texi (Comparison of Numbers): Add eql.
10388
10389 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10390
10391 * intro.texi (Printing Notation): Fix previous change.
10392
10393 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10394 and default-indicate-buffer-boundaries from here.
10395 (Usual Display): To here.
10396 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10397 (Usual Display): Move tab-width up.
10398
10399 * customize.texi (Variable Definitions):
10400 Replace show-paren-mode example with tooltip-mode.
10401 (Simple Types, Composite Types, Defining New Types):
10402 Minor cleanups.
10403
10404 2004-11-21 Jesper Harder <harder@ifa.au.dk>
10405
10406 * processes.texi (Synchronous Processes, Output from Processes):
10407 Markup fix.
10408
10409 2004-11-20 Richard M. Stallman <rms@gnu.org>
10410
10411 * positions.texi (Skipping Characters): skip-chars-forward
10412 now handles char classes.
10413
10414 * intro.texi (Printing Notation): Avoid confusion of `print'
10415 when explaining @print.
10416
10417 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10418
10419 * display.texi (Display Table Format): Minor fix.
10420
10421 * streams.texi (Output Functions): Fix print example.
10422
10423 * Makefile.in (elisp): New target.
10424 (dist): Depend on $(infodir)/elisp, not elisp.
10425 Copy the info files from $(infodir).
10426
10427 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10428 read-from-minibuffer.
10429
10430 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10431
10432 2004-11-19 Richard M. Stallman <rms@gnu.org>
10433
10434 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10435
10436 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10437
10438 * tips.texi (Coding Conventions): Fix typo.
10439
10440 2004-11-16 Richard M. Stallman <rms@gnu.org>
10441
10442 * tips.texi (Coding Conventions): Separate defvar and require
10443 methods to avoid warnings. Use require only when there are many
10444 functions and variables from that package.
10445
10446 * minibuf.texi (Minibuffer Completion): When ignoring case,
10447 predicate must not be case-sensitive.
10448
10449 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10450 (Test Coverage): Don't talk about "splotches". Clarified.
10451
10452 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10453
10454 * frames.texi (Window Frame Parameters): Fix typo.
10455
10456 2004-11-15 Kim F. Storm <storm@cua.dk>
10457
10458 * symbols.texi (Other Plists): Note that plist-get may signal error.
10459 Add safe-plist-get.
10460
10461 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10462
10463 * modes.texi (Font Lock Basics): Fix typo.
10464
10465 2004-11-08 Richard M. Stallman <rms@gnu.org>
10466
10467 * syntax.texi (Syntax Table Functions): Add syntax-after.
10468
10469 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10470
10471 * os.texi (Processor Run Time): New section documenting
10472 get-internal-run-time.
10473
10474 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10475
10476 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10477 it nukes elisp-cover.texi.
10478 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10479 elisp-0 etc.
10480
10481 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10482
10483 * commands.texi (Keyboard Macros): Document `append' return value
10484 of `defining-kbd-macro'.
10485
10486 2004-11-01 Richard M. Stallman <rms@gnu.org>
10487
10488 * commands.texi (Interactive Call): Add called-interactively-p.
10489
10490 2004-10-29 Simon Josefsson <jas@extundo.com>
10491
10492 * minibuf.texi (Reading a Password): Revert.
10493
10494 2004-10-28 Richard M. Stallman <rms@gnu.org>
10495
10496 * frames.texi (Display Feature Testing): Explain about "vendor".
10497
10498 2004-10-27 Richard M. Stallman <rms@gnu.org>
10499
10500 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10501 not raw. Clarify `n'.
10502 (Interactive Call): Rewrite interactive-p, focusing on when
10503 and how to use it.
10504 (Misc Events): Clarify previous change.
10505
10506 * advice.texi (Simple Advice): Clarify what job the example does.
10507 (Around-Advice): Clarify ad-do-it.
10508 (Activation of Advice): An option of ad-default-compilation-action
10509 is `never', not `nil'.
10510
10511 2004-10-26 Kim F. Storm <storm@cua.dk>
10512
10513 * commands.texi (Interactive Codes): Add U code letter.
10514
10515 2004-10-25 Simon Josefsson <jas@extundo.com>
10516
10517 * minibuf.texi (Reading a Password): Add.
10518
10519 2004-10-24 Jason Rumney <jasonr@gnu.org>
10520
10521 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10522 and wheel-down.
10523
10524 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10525
10526 * processes.texi (Synchronous Processes): Document process-file.
10527
10528 2004-10-22 Kenichi Handa <handa@m17n.org>
10529
10530 * text.texi (translate-region): Document that it accepts also a
10531 char-table.
10532
10533 2004-10-22 David Ponce <david@dponce.com>
10534
10535 * windows.texi (Resizing Windows): Document the `preserve-before'
10536 argument of the functions `enlarge-window' and `shrink-window'.
10537
10538 2004-10-19 Jason Rumney <jasonr@gnu.org>
10539
10540 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10541
10542 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10543
10544 * text.texi (Filling): Add anchor for definition of
10545 `sentence-end-double-space'.
10546
10547 * searching.texi (Regexp Example): Update description of how
10548 Emacs currently recognizes the end of a sentence.
10549 (Standard Regexps): Update definition of the variable
10550 `sentence-end'. Add definition of the function `sentence-end'.
10551
10552 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10553
10554 * display.texi (Progress): New node.
10555
10556 2004-10-05 Kim F. Storm <storm@cua.dk>
10557
10558 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10559
10560 2004-09-29 Kim F. Storm <storm@cua.dk>
10561
10562 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10563 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10564 fringe bitmap symbols, as they now have their own namespace.
10565 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10566 vs. pixels. Signal error if no free bitmap slots.
10567 (Pixel Specification): Change IMAGE to @var{image}.
10568
10569 2004-09-28 Richard M. Stallman <rms@gnu.org>
10570
10571 * text.texi (Special Properties): Clarify line-spacing and line-height.
10572
10573 * searching.texi (Regexp Search): Add looking-back.
10574
10575 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10576
10577 * display.texi: Correct typos.
10578 (Image Descriptors): Correct xref's.
10579
10580 2004-09-25 Richard M. Stallman <rms@gnu.org>
10581
10582 * text.texi (Special Properties): Cleanups in `cursor'.
10583 Rewrites in `line-height' and `line-spacing'; exchange them.
10584
10585 * display.texi (Fringes): Rewrite previous change.
10586 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10587 (Display Fringe Bitmaps): Node deleted, text moved.
10588 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10589 (Scroll Bars): Clarify set-window-scroll-bars.
10590 (Pointer Shape): Rewrite.
10591 (Specified Space): Clarify :align-to, etc.
10592 (Pixel Specification): Use @var. Clarify new text.
10593 (Other Display Specs): Clarify `slice'.
10594 (Image Descriptors): Cleanups.
10595 (Showing Images): Cleanups.
10596
10597 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10598
10599 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10600
10601 * modes.texi: Various minor changes in addition to:
10602 (Major Mode Conventions): Final call to `run-mode-hooks' should
10603 not be inside the `delay-mode-hooks' form.
10604 (Mode Hooks): New node.
10605 (Hooks): Delete obsolete example.
10606 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10607 node "Mode Hooks".
10608
10609 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10610
10611 * display.texi: Correct various typos.
10612 (Display): Rename node "Pointer Shapes" to "Pointer
10613 Shape". (There is already a node called "Pointer Shapes" in
10614 frames.texi.)
10615 (Images): Remove non-existent node "Image Slices" from menu.
10616
10617 2004-09-23 Kim F. Storm <storm@cua.dk>
10618
10619 * text.texi (Special Properties): Add `cursor', `pointer',
10620 `line-height', and `line-spacing' properties.
10621
10622 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10623 Shapes' to menu.
10624 (Standard Faces): Doc fix for fringe face.
10625 (Fringes): Add `overflow-newline-into-fringe' and
10626 'indicate-buffer-boundaries'.
10627 (Fringe Bitmaps, Pointer Shapes): New nodes.
10628 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10629 Bitmaps' to menu.
10630 (Specified Space): Describe pixel width and height.
10631 (Pixel Specification): New node.
10632 (Other Display Specs): Add `slice' property.
10633 (Display Fringe Bitmaps): New node.
10634 (Images): Add 'Image Slices' to menu.
10635 (Image Descriptors): Add `:pointer' and `:map' properties.
10636 (Showing Images): Add slice arg to `insert-image'.
10637 Add 'insert-sliced-image'.
10638
10639 2004-09-20 Richard M. Stallman <rms@gnu.org>
10640
10641 * commands.texi (Key Sequence Input):
10642 Clarify downcasing in read-key-sequence.
10643
10644 2004-09-08 Juri Linkov <juri@jurta.org>
10645
10646 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10647
10648 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10649
10650 * locals.texi (Standard Buffer-Local Variables):
10651 Add `buffer-auto-save-file-format'.
10652 * internals.texi (Buffer Internals): Describe new
10653 auto_save_file_format field of the buffer structure.
10654 * files.texi (Format Conversion): `auto-save-file-format' has been
10655 renamed `buffer-auto-save-file-format'.
10656
10657 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10658
10659 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10660 an integer or a marker.
10661 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10662
10663 2004-08-22 Richard M. Stallman <rms@gnu.org>
10664
10665 * modes.texi (Major Mode Conventions): Discuss rebinding of
10666 standard key bindings.
10667
10668 2004-08-18 Kim F. Storm <storm@cua.dk>
10669
10670 * processes.texi (Accepting Output): Add `just-this-one' arg to
10671 `accept-process-output'.
10672 (Output from Processes): New var `process-adaptive-read-buffering'.
10673
10674 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10675
10676 * keymaps.texi: Various changes in addition to:
10677 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10678 Give more varied examples for `kbd'.
10679 (Creating Keymaps): Char tables have slots for all characters
10680 without modifiers.
10681 (Active Keymaps): `overriding-local-map' and
10682 `overriding-terminal-local-map' also override text property and
10683 overlay keymaps.
10684 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10685 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10686 to denote a prefix of no events.
10687 `map-keymap' includes parent's bindings _recursively_.
10688 Clarify and correct description of `where-is-internal'.
10689 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10690 (Menu Example): For menus intended for use with the keyboard, the
10691 menu items should be bound to characters or real function keys.
10692
10693 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10694
10695 * objects.texi (Character Type): Reposition `@anchor' to prevent
10696 double space inside sentence in Info.
10697
10698 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10699 renamed to `disabled-command-function'.
10700 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10701 (Command Loop Info): Replace reference to it.
10702 (Disabling Commands): `disabled-command-hook' has been renamed to
10703 `disabled-command-function'.
10704
10705 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10706
10707 * os.texi (Translating Input): Only non-prefix bindings in
10708 `key-translation-map' override actual key bindings. Warn about
10709 possible indirect effect of actual key bindings on non-prefix
10710 bindings in `key-translation-map'.
10711
10712 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10713
10714 * minibuf.texi (High-Level Completion): Add anchor for definition
10715 of `read-variable'.
10716
10717 * commands.texi: Various changes in addition to:
10718 (Using Interactive): Clarify description of `interactive-form'.
10719 (Interactive Call): Mention default for KEYS argument to
10720 `call-interactively'.
10721 (Command Loop Info): Clarify description of `this-command-keys'.
10722 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10723 Value of `last-event-frame' can be `macro'.
10724 (Repeat Events): `double-click-fuzz' is also used to distinguish
10725 clicks and drags.
10726 (Classifying Events): Clarify descriptions of `event-modifiers'
10727 `event-basic-type' and `event-convert-list'.
10728 (Accessing Events): `posn-timestamp' takes POSITION argument.
10729 (Quoted Character Input): Clarify description of
10730 `read-quoted-char' and fix example.
10731 (Quitting): Add `with-local-quit'.
10732 (Disabling Commands): Correct and clarify descriptions of
10733 `enable-command' and `disable-command'.
10734 Mention what happens if `disabled-command-hook' is nil.
10735 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10736 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10737
10738 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10739
10740 * frames.texi: Various changes in addition to:
10741 (Creating Frames): Expand and clarify description of `make-frame'.
10742 (Window Frame Parameters): Either none or both of the `icon-left'
10743 and `icon-top' parameters must be specified. Put descriptions of
10744 `menu-bar-lines' and `toolbar-lines' closer together and change
10745 them accordingly.
10746 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10747 except while processing `frame-title-format' or `icon-title-format'.
10748 (Deleting Frames): Correct description of `delete-frame'.
10749 Non-nil return values of `frame-live-p' are like those of `framep'.
10750 (Frames and Windows): Mention return value of
10751 `set-frame-selected-window'.
10752 (Visibility of Frames): Mention `force' argument to
10753 `make-frame-invisible'. `frame-visible-p' returns t for all
10754 frames on text-only terminals.
10755 (Frame Configurations): Restoring a frame configuration does not
10756 restore deleted frames.
10757 (Window System Selections): `x-set-selection' returns DATA.
10758 (Resources): Add example.
10759 (Display Feature Testing): Clarify descriptions of
10760 `display-pixel-height', `display-pixel-width', `x-server-version'
10761 and `x-server-vendor'.
10762
10763 * windows.texi (Choosing Window): Add anchor.
10764 * minibuf.texi (Minibuffer Misc): Add anchor.
10765
10766 2004-07-23 John Paul Wallington <jpw@gnu.org>
10767
10768 * macros.texi (Defining Macros): Declaration keyword for setting
10769 Edebug spec is `debug' not `edebug'.
10770
10771 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10772
10773 * windows.texi: Various small changes in addition to:
10774 (Window Point): Mention return value of `set-window-point'.
10775 (Window Start): `pos-visible-in-window-p' disregards horizontal
10776 scrolling. Explain return value if PARTIALLY is non-nil.
10777 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10778 and `set-window-vscroll'.
10779 (Size of Window): The argument WINDOW to `window-inside-edges',
10780 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10781 (Resizing Windows): Explain return value of
10782 `shrink-window-if-larger-than-buffer'.
10783 `window-size-fixed' automatically becomes buffer local when set.
10784 (Window Configurations): Explain return value of
10785 `set-window-configuration'.
10786
10787 * minibuf.texi (Minibuffer Misc): Add anchor for
10788 `minibuffer-scroll-window'.
10789
10790 * positions.texi (Text Lines): Add anchor for `count-lines'.
10791
10792 2004-07-17 Richard M. Stallman <rms@gnu.org>
10793
10794 * display.texi (Overlay Properties): Adding `evaporate' prop
10795 deletes empty overlay immediately.
10796
10797 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10798 fix example.
10799
10800 2004-07-16 Jim Blandy <jimb@redhat.com>
10801
10802 * searching.texi (Regexp Backslash): Document new \_< and \_>
10803 operators.
10804
10805 2004-07-16 Juanma Barranquero <lektu@terra.es>
10806
10807 * display.texi (Images): Fix Texinfo usage.
10808
10809 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10810
10811 * buffers.texi (Modification Time): `visited-file-modtime' now
10812 returns a list of two integers, instead of a cons.
10813
10814 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10815
10816 * windows.texi: Various changes in addition to:
10817 (Splitting Windows): Add `split-window-keep-point'.
10818
10819 2004-07-09 Richard M. Stallman <rms@gnu.org>
10820
10821 * frames.texi (Input Focus): Minor fix.
10822
10823 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10824
10825 * frames.texi (Input Focus): Clarify descriptions of
10826 `select-frame-set-input-focus' and `select-frame'.
10827
10828 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10829
10830 * os.texi: Various small changes in addition to:
10831 (Killing Emacs): Expand and clarify description of
10832 `kill-emacs-query-functions' and `kill-emacs-hook'.
10833 (System Environment): Expand and clarify description of `getenv'
10834 and `setenv'.
10835 (Timers): Clarify description of `run-at-time'.
10836 (Translating Input): Correct description of
10837 `extra-keyboard-modifiers'.
10838 (Flow Control): Correct description of `enable-flow-control'.
10839
10840 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10841
10842 * os.texi: Update copyright.
10843 (Session Management): Grammar fix.
10844 Clarify which Emacs does the restarting.
10845 Use @samp for *scratch* buffer.
10846
10847 2004-07-04 Alan Mackenzie <acm@muc.de>
10848
10849 * frames.texi (Input Focus): Add documentation for
10850 `select-frame-set-input-focus'. Replace refs to non-existent
10851 `switch-frame' with `select-frame'. Minor corrections and tidying
10852 up of text-only terminal stuff.
10853
10854 2004-07-02 Richard M. Stallman <rms@gnu.org>
10855
10856 * files.texi (Saving Buffers): Cleanup write-contents-function.
10857 (Magic File Names): Cleanup file-remote-p.
10858
10859 2004-07-02 Kai Großjohann <kai@emptydomain.de>
10860
10861 * files.texi (Magic File Names): `file-remote-p' returns an
10862 identifier of the remote system, not just t.
10863
10864 2004-07-02 David Kastrup <dak@gnu.org>
10865
10866 * searching.texi (Entire Match Data): Add explanation about new
10867 match-data behavior when @var{integers} is non-nil.
10868
10869 2004-06-24 Richard M. Stallman <rms@gnu.org>
10870
10871 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10872
10873 * customize.texi (Variable Definitions): Note about doc strings
10874 and :set.
10875
10876 * keymaps.texi (Keymap Terminology): Document `kbd'.
10877 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10878
10879 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10880 makes it buffer-local.
10881
10882 * files.texi (Saving Buffers): Correct previous change.
10883
10884 * commands.texi (Accessing Events):
10885 Clarify posn-col-row and posn-actual-col-row.
10886
10887 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
10888
10889 * commands.texi (Accessing Events): New functions
10890 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10891
10892 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10893
10894 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10895 * frames.texi, buffers.texi, backups.texi, variables.texi:
10896 * loading.texi, eval.texi, functions.texi, control.texi:
10897 * symbols.texi, minibuf.texi: Reposition @anchor's.
10898
10899 * help.texi: Various small changes in addition to the following.
10900 (Describing Characters): Describe PREFIX argument to
10901 `key-description'. Correct and clarify definition of
10902 `text-char-description'. Describe NEED-VECTOR argument to
10903 `read-kbd-macro'.
10904 (Help Functions): Clarify definition of `apropos'.
10905
10906 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10907
10908 * files.texi (Saving Buffers): Correct description of
10909 `write-contents-functions'.
10910
10911 2004-06-21 Juanma Barranquero <lektu@terra.es>
10912
10913 * display.texi (Images): Remove redundant @vindex directives.
10914 Rewrite `image-library-alist' doc in active voice.
10915
10916 2004-06-14 Juanma Barranquero <lektu@terra.es>
10917
10918 * display.texi (Images): Document new delayed library loading,
10919 variable `image-library-alist' and (existing but undocumented)
10920 function `image-type-available-p'.
10921
10922 2004-06-05 Richard M. Stallman <rms@gnu.org>
10923
10924 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10925 refer the user to the Initial Input node.
10926 (Text from Minibuffer): Likewise.
10927 (Initial Input): New node. Document this feature
10928 and say it is mostly deprecated.
10929
10930 2004-05-30 Richard M. Stallman <rms@gnu.org>
10931
10932 * loading.texi (Named Features): Clarify return value
10933 and meaning of NOERROR.
10934
10935 * variables.texi (File Local Variables): Minor cleanup.
10936
10937 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10938
10939 * files.texi (Magic File Names): Add `file-remote-p' as operation
10940 of file name handlers.
10941
10942 2004-05-29 Richard M. Stallman <rms@gnu.org>
10943
10944 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10945 as arg to a minor mode command.
10946
10947 2004-05-22 Richard M. Stallman <rms@gnu.org>
10948
10949 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10950
10951 * streams.texi (Output Variables): Doc float-output-format.
10952
10953 * searching.texi (Regexp Special): Nested repetition can be infloop.
10954
10955 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10956 real stack overflow.
10957
10958 * compile.texi: Minor cleanups.
10959
10960 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10961
10962 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10963 circular lists.
10964 (List Elements): Explain handling of circular and dotted lists.
10965
10966 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10967
10968 * modes.texi (Search-based Fontification): Fix typo.
10969
10970 2004-05-10 Juanma Barranquero <lektu@terra.es>
10971
10972 * modes.texi (Mode Line Variables): Fix description of
10973 global-mode-string, which is now after which-func-mode, not the
10974 buffer name.
10975
10976 2004-05-07 Lars Hansen <larsh@math.ku.dk>
10977
10978 * modes.texi (Desktop Save Mode): Add.
10979 (Modes): Add menu entry Desktop Save Mode.
10980
10981 * hooks.texi: Add desktop-after-read-hook,
10982 desktop-no-desktop-file-hook and desktop-save-hook.
10983
10984 * locals.texi: Add desktop-save-buffer.
10985
10986 2004-04-30 Jesper Harder <harder@ifa.au.dk>
10987
10988 * display.texi: emacs -> Emacs.
10989
10990 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10991
10992 * files.texi (Changing Files): Document set-file-times.
10993
10994 2004-04-23 Juanma Barranquero <lektu@terra.es>
10995
10996 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10997
10998 2004-04-18 Jesper Harder <harder@ifa.au.dk>
10999
11000 * tips.texi (Coding Conventions): defopt -> defcustom.
11001
11002 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11003
11004 * sequences.texi: Various clarifications.
11005
11006 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11007
11008 * buffers.texi (Read Only Buffers): Mention optional ARG to
11009 `toggle-read-only'.
11010
11011 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11012
11013 * windows.texi (Selecting Windows): Note that get-lru-window
11014 returns a full-width window if possible.
11015
11016 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11017
11018 * buffers.texi: Various changes in addition to:
11019 (Buffer File Name): Add `find-buffer-visiting'.
11020 (Buffer Modification): Mention optional ARG to `not-modified'.
11021 (Indirect Buffers): Mention optional CLONE argument to
11022 `make-indirect-buffer'.
11023
11024 * files.texi: Various changes in addition to:
11025 (Visiting Functions): `find-file-hook' is now a normal hook.
11026 (File Name Expansion): Explain difference between the way that
11027 `expand-file-name' and `file-truename' treat `..'.
11028 (Contents of Directories): Mention optional ID-FORMAT argument to
11029 `directory-files-and-attributes'.
11030 (Format Conversion): Mention new optional CONFIRM argument to
11031 `format-write-file'.
11032
11033 2004-04-12 Miles Bader <miles@gnu.org>
11034
11035 * macros.texi (Expansion): Add description of `macroexpand-all'.
11036
11037 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11038
11039 * variables.texi (Variable Aliases):
11040 Mention cyclic-variable-indirection.
11041
11042 * errors.texi (Standard Errors): Ditto.
11043
11044 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11045
11046 * backups.texi: Various small changes in addition to:
11047 (Making Backups): Mention return value of `backup-buffer'.
11048 (Auto-Saving): Mention optional FORCE argument to
11049 `delete-auto-save-file-if-necessary'.
11050 (Reverting): Mention optional PRESERVE-MODES argument to
11051 `revert-buffer'. Correct description of `revert-buffer-function'.
11052
11053 2004-03-22 Juri Linkov <juri@jurta.org>
11054
11055 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11056 with `Vector Functions'.
11057
11058 * text.texi (Sorting): Add missing quote.
11059
11060 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11061
11062 * intro.texi (Lisp History): Replace xref to `cl' manual with
11063 inforef.
11064
11065 2004-03-12 Richard M. Stallman <rms@gnu.org>
11066
11067 * intro.texi (Version Info): Add arg to emacs-version.
11068 (Lisp History): Change xref to CL manual.
11069
11070 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11071
11072 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11073 for Partial Completion mode.
11074
11075 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11076
11077 * customize.texi: Fix typo. Remove eol whitespace.
11078
11079 2004-03-04 Richard M. Stallman <rms@gnu.org>
11080
11081 * processes.texi: Fix typos.
11082
11083 * lists.texi (Building Lists): Minor clarification.
11084
11085 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11086 in make-hash-table.
11087
11088 2004-02-29 Juanma Barranquero <lektu@terra.es>
11089
11090 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11091 rm, and ignore exit code.
11092
11093 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11094
11095 * display.texi (Defining Faces): Add description for min-colors.
11096 Update example.
11097
11098 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11099
11100 * abbrevs.texi: Various corrections and clarifications in addition
11101 to the following:
11102 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11103
11104 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11105
11106 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11107
11108 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11109
11110 * text.texi: Various small changes in addition to the following:
11111 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11112 to delete-horizontal-space.
11113 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11114 description of yank-handler text property at various places.
11115
11116 * frames.texi (Window System Selections): Add anchor.
11117
11118 * syntax.texi (Syntax Table Functions): Clarify and correct
11119 descriptions of make-syntax-table and copy-syntax-table.
11120 (Motion and Syntax): Clarify SYNTAXES argument to
11121 skip-syntax-forward.
11122 (Parsing Expressions): Mention that the return value of
11123 parse-partial-sexp is currently a list of ten rather than nine
11124 elements.
11125 (Categories): Various corrections and clarifications.
11126
11127 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11128
11129 * markers.texi (Marker Insertion Types): Minor change.
11130
11131 * locals.texi (Standard Buffer-Local Variables):
11132 * commands.texi (Interactive Codes, Using Interactive):
11133 * functions.texi (Related Topics): Fix xrefs.
11134
11135 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11136
11137 * lists.texi (Sets And Lists): Update description of delete-dups.
11138
11139 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11140
11141 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11142
11143 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11144
11145 * frames.texi (Parameter Access): frame-parameters arg is optional.
11146 modify-frame-parameters handles nil for FRAME.
11147 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11148 are all-or-nothing for certain toolkits.
11149 Mention parameter wait-for-wm.
11150 (Frames and Windows): In frame-first-window and frame-selected-window
11151 the arg is optional.
11152 (Input Focus): In redirect-frame-focus the second arg is optional.
11153 (Window System Selections): Mention selection type CLIPBOARD.
11154 Mention data-type UTF8_STRING.
11155 Mention numbering of cut buffers.
11156 (Resources): Describe x-resource-name.
11157
11158 2004-02-16 Richard M. Stallman <rms@gnu.org>
11159
11160 * windows.texi (Buffers and Windows): Delete false table
11161 about all-frames.
11162
11163 * syntax.texi (Parsing Expressions): Delete old caveat
11164 about parse-sexp-ignore-comments.
11165
11166 * streams.texi (Output Variables): Add print-quoted.
11167
11168 * lists.texi (Building Lists): Minor cleanup.
11169
11170 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11171
11172 * display.texi (Overlays): Explain overlays use markers.
11173 (Managing Overlays): Explain front-advance and rear-advance
11174 in more detail.
11175
11176 * loading.texi (Unloading): Document unload-feature-special-hooks.
11177 Get rid of fns-NNN.el file.
11178
11179 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11180
11181 * help.texi (Describing Characters): Fix text-char-description
11182 example output.
11183
11184 * edebug.texi (Using Edebug): Fix example.
11185
11186 * debugging.texi (Internals of Debugger): Fix return value.
11187
11188 * files.texi (Changing Files): Fix argname.
11189
11190 * calendar.texi: Fix parens, and default values.
11191
11192 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11193 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11194 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11195
11196 * positions.texi (Text Lines): Don't add -1 in current-line.
11197
11198 2004-02-16 Richard M. Stallman <rms@gnu.org>
11199
11200 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11201
11202 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11203
11204 * processes.texi (Low-Level Network): Fix a typo.
11205
11206 2004-02-12 Kim F. Storm <storm@cua.dk>
11207
11208 * display.texi (Fringes): Use consistent wording.
11209 Note that window-fringe's window arg is optional.
11210 (Scroll Bars): Use consistent wording.
11211
11212 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11213
11214 * tips.texi (Comment Tips): Document the new conventions for
11215 commenting out code.
11216
11217 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11218
11219 * positions.texi (Text Lines): Add missing end defun.
11220
11221 2004-02-07 Kim F. Storm <storm@cua.dk>
11222
11223 * positions.texi (Text Lines): Add line-number-at-pos.
11224
11225 2004-02-06 John Paul Wallington <jpw@gnu.org>
11226
11227 * display.texi (Button Properties, Button Buffer Commands):
11228 mouse-2 invokes button, not down-mouse-1.
11229
11230 2004-02-04 Jason Rumney <jasonr@gnu.org>
11231
11232 * makefile.w32-in: Sync with Makefile.in changes.
11233
11234 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11235
11236 * minibuf.texi (Text from Minibuffer): Various corrections and
11237 clarifications.
11238 (Object from Minibuffer): Correct Lisp description of
11239 read-minibuffer.
11240 (Minibuffer History): Clarify description of cons values for
11241 HISTORY arguments.
11242 (Basic Completion): Various corrections and clarifications.
11243 Add completion-regexp-list.
11244 (Minibuffer Completion): Correct and clarify description of
11245 completing-read.
11246 (Completion Commands): Mention Partial Completion mode.
11247 Various other minor changes.
11248 (High-Level Completion): Various corrections and clarifications.
11249 (Reading File Names): Ditto.
11250 (Minibuffer Misc): Ditto.
11251
11252 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11253
11254 * strings.texi (Text Comparison): assoc-string also matches
11255 elements of alists that are strings instead of conses.
11256 (Formatting Strings): Standardize Texinfo usage. Update index
11257 entries.
11258
11259 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11260
11261 * lists.texi (Sets And Lists): Add delete-dups.
11262
11263 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11264
11265 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11266 special form.
11267 * macros.texi (Defining Macros): Update description of `declare',
11268 which now is a macro.
11269 (Wrong Time): Fix typos.
11270
11271 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11272
11273 * compile.texi (Compilation Functions): Expand descriptions of
11274 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11275 and `batch-byte-compile'. In particular, mention and describe
11276 all optional arguments.
11277 (Disassembly): Correct and clarify the description of `disassemble'.
11278
11279 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11280
11281 * searching.texi: Various small changes in addition to the
11282 following.
11283 (Regexp Example): Adapt to new value of `sentence-end'.
11284 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11285 `words'.
11286 (Search and Replace): Add usage note for `perform-replace'.
11287 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11288 `match-data'.
11289 (Standard Regexps): Update for new values of `paragraph-start'
11290 and `sentence-end'.
11291
11292 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11293
11294 * files.texi (Saving Buffers): Clarify descriptions of
11295 `write-contents-functions' and `before-save-hook'.
11296 Make the defvar's for `before-save-hook' and `after-save-hook'
11297 into defopt's.
11298
11299 2004-01-07 Kim F. Storm <storm@cua.dk>
11300
11301 * commands.texi (Click Events): Describe new image and
11302 width/height elements of click events.
11303 (Accessing Events): Add posn-string, posn-image, and
11304 posn-object-width-height. Change posn-object to return either
11305 image or string object.
11306
11307 2004-01-01 Simon Josefsson <jas@extundo.com>
11308
11309 * hooks.texi (Standard Hooks): Add before-save-hook.
11310 * files.texi (Saving Buffers): Likewise.
11311
11312 2004-01-03 Richard M. Stallman <rms@gnu.org>
11313
11314 * frames.texi (Frames and Windows): Delete frame-root-window.
11315
11316 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11317
11318 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11319
11320 * functions.texi: Various small changes in addition to the
11321 following.
11322 (What Is a Function): `functionp' returns nil for macros.
11323 Clarify behavior of this and following functions for symbol arguments.
11324 (Function Documentation): Add `\' in front of (fn @var{arglist})
11325 and explain why.
11326 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11327 Add anchor.
11328 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11329
11330 2004-01-01 Miles Bader <miles@gnu.org>
11331
11332 * display.texi (Buttons): New section.
11333
11334 2003-12-31 Andreas Schwab <schwab@suse.de>
11335
11336 * numbers.texi (Math Functions): sqrt reports a domain-error
11337 error.
11338 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11339
11340 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11341
11342 * tips.texi (Documentation Tips): Update item on hyperlinks in
11343 documentation strings.
11344
11345 * errors.texi (Standard Errors): Various small corrections and
11346 additions.
11347
11348 * control.texi: Various small changes in addition to the
11349 following.
11350 (Signaling Errors): Provide some more details on how `signal'
11351 constructs the error message. Add anchor to the definition of
11352 `signal'.
11353 (Error Symbols): Describe special treatment of `quit'.
11354 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11355 to emphasize that it has to be a single form.
11356
11357 * buffers.texi: Add anchor.
11358
11359 2003-12-29 Richard M. Stallman <rms@gnu.org>
11360
11361 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11362 (Window Configurations): Add window-configuration-frame.
11363
11364 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11365
11366 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11367 Change arg name in get-char-property.
11368 (Special Properties): Update handling of keymap property.
11369
11370 * strings.texi (Modifying Strings): Add clear-string.
11371 (Text Comparison): Add assoc-string and remove
11372 assoc-ignore-case, assoc-ignore-representation.
11373
11374 * os.texi (Time of Day): Add set-time-zone-rule.
11375
11376 * numbers.texi (Math Functions): asin, acos, log, log10
11377 report domain-error errors.
11378
11379 * nonascii.texi (Converting Representations):
11380 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11381 (Encoding and I/O): Add file-name-coding-system.
11382
11383 * modes.texi (Search-based Fontification): Explain that
11384 face specs are symbols with face names as values.
11385
11386 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11387
11388 * lists.texi (Building Lists): remq moved elsewhere.
11389 (Sets And Lists): remq moved here.
11390 (Association Lists): Refer to assoc-string.
11391
11392 * internals.texi (Garbage Collection): Add memory-use-counts.
11393
11394 * frames.texi (Frames and Windows): Add set-frame-selected-window
11395 and frame-root-window.
11396
11397 * files.texi (Contents of Directories):
11398 Add directory-files-and-attributes.
11399
11400 * display.texi (Refresh Screen): Add force-window-update.
11401 (Invisible Text): Explain about moving point out of invis text.
11402 (Overlay Properties): Add overlay-properties.
11403 (Managing Overlays): Add overlayp.
11404 (GIF Images): Invalid image number displays a hollow box.
11405
11406 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11407 (Killing Buffers): Add buffer-live-p.
11408
11409 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11410
11411 * display.texi (Fringes): Fix typo "set-buffer-window".
11412
11413 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11414
11415 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11416 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11417 Add or change various xrefs and anchors.
11418
11419 * commands.texi: Replace all occurrences of @acronym{CAR} with
11420 @sc{car}, for consistency with the rest of the Elisp manual.
11421 `car' and `cdr' are historically acronyms, but are no longer
11422 widely thought of as such.
11423
11424 * internals.texi (Pure Storage): Mention that `purecopy' does not
11425 copy text properties.
11426 (Object Internals): Now 29 bits are used (in most implementations)
11427 to address Lisp objects.
11428
11429 * variables.texi (Variables with Restricted Values): New node.
11430
11431 * objects.texi (Lisp Data Types): Mention that certain variables
11432 can only take on a restricted set of values and add an xref to
11433 the new node "Variables with Restricted Values".
11434
11435 * eval.texi (Function Indirection): Describe the errors that
11436 `indirect-function' can signal.
11437 (Eval): Clarify the descriptions of `eval-region' and `values'.
11438 Describe `eval-buffer' instead of `eval-current-buffer' and
11439 mention `eval-current-buffer' as an alias for `current-buffer'.
11440 Correct the description and mention all optional arguments.
11441
11442 * nonascii.texi: Various small changes in addition to the
11443 following.
11444 (Converting Representations): Clarify behavior of
11445 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11446 ASCII arguments.
11447 (Character Sets): Document the variable `charset-list' and adapt
11448 the definition of the function `charset-list' accordingly.
11449 (Translation of Characters): Clarify use of generic characters in
11450 `make-translation-table'. Clarify and correct the description of
11451 the use of translation tables in encoding and decoding.
11452 (User-Chosen Coding Systems): Correct and clarify the description
11453 of `select-safe-coding-system'.
11454 (Default Coding Systems): Clarify description of
11455 `file-coding-system-alist'.
11456
11457 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11458
11459 * strings.texi (Text Comparison): Correctly describe when two
11460 strings are `equal'. Combine and clarify descriptions of
11461 `assoc-ignore-case' and `assoc-ignore-representation'.
11462
11463 * objects.texi (Non-ASCII in Strings): Clarify description of
11464 when a string is unibyte or multibyte.
11465 (Bool-Vector Type): Update examples.
11466 (Equality Predicates): Correctly describe when two strings are
11467 `equal'.
11468
11469 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11470
11471 * lists.texi (Building Lists): `append' no longer accepts integer
11472 arguments. Update the description of `number-sequence' to reflect
11473 recent changes.
11474 (Sets And Lists): Describe `member-ignore-case' after `member'.
11475
11476 2003-11-27 Kim F. Storm <storm@cua.dk>
11477
11478 * commands.texi (Click Events): Click object may be an images.
11479 Describe (dx . dy) element of click positions.
11480 (Accessing Events): Remove duplicate posn-timestamp.
11481 New functions posn-object and posn-object-x-y.
11482
11483 2003-11-23 Kim F. Storm <storm@cua.dk>
11484
11485 * commands.texi (Click Events): Describe enhancements to event
11486 position lists, including new text-pos and (col . row) items.
11487 Mention left-fringe and right-fringe area events.
11488 (Accessing Events): New functions posn-area and
11489 posn-actual-col-row. Mention posn-timestamp. Mention that
11490 posn-point in non-text area still returns buffer position.
11491 Clarify posn-col-row.
11492
11493 2003-11-21 Lars Hansen <larsh@math.ku.dk>
11494
11495 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11496 * anti.texi (File Attributes): Describe removed parameter
11497 ID-FORMAT.
11498
11499 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11500
11501 * positions.texi (Positions): Mention that, if a marker is used as
11502 a position, its buffer is ignored.
11503
11504 * markers.texi (Overview of Markers): Mention it here too.
11505
11506 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11507
11508 * numbers.texi (Numeric Conversions): Not just `floor', but also
11509 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11510
11511 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11512
11513 * markers.texi (Creating Markers): Specify insertion type of
11514 created markers. Add xref to `Marker Insertion Types'.
11515 Second argument to `copy-marker' is optional.
11516 (Marker Insertion Types): Mention that most markers are created
11517 with insertion type nil.
11518 (The Mark): Correctly describe when `mark' signals an error.
11519 (The Region): Correctly describe when `region-beginning' and
11520 `region-end' signal an error.
11521
11522 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11523
11524 * hash.texi (Creating Hash): Clarify description of `eql'.
11525 `makehash' is obsolete.
11526 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11527
11528 * positions.texi (Point): Change description of `buffer-end', so
11529 that it is also correct for floating point arguments.
11530 (List Motion): Correct argument lists of `beginning-of-defun' and
11531 `end-of-defun'.
11532 (Excursions): Add xref to `Marker Insertion Types'.
11533 (Narrowing): Argument to `narrow-to-page' is optional.
11534
11535 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11536
11537 * streams.texi (Output Streams): Clarify behavior of point for
11538 marker output streams.
11539
11540 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11541
11542 * variables.texi (Defining Variables): Second argument to
11543 `defconst' is not optional.
11544 (Setting Variables): Mention optional argument APPEND to
11545 `add-to-list'.
11546 (Creating Buffer-Local): Expand description of
11547 `make-variable-buffer-local'.
11548 (Frame-Local Variables): Expand description of
11549 `make-variable-frame-local'.
11550 (Variable Aliases): Correct description of optional argument
11551 DOCSTRING to `defvaralias'. Mention return value of
11552 `defvaralias'.
11553 (File Local Variables): Add xref to `File variables' in Emacs
11554 Manual. Correct description of `hack-local-variables'. Mention
11555 `safe-local-variable' property. Mention optional second argument
11556 to `risky-local-variable-p'.
11557
11558 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11559
11560 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11561
11562 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11563
11564 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11565 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11566 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11567 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11568 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11569 lispref/processes.texi, lispref/searching.texi,
11570 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11571 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11572 @acronym{FOO}.
11573
11574 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11575
11576 * strings.texi (Creating Strings): Argument START to `substring'
11577 can not be `nil'. Expand description of
11578 `substring-no-properties'. Correct description of `split-string',
11579 especially with respect to empty matches. Prevent very bad line
11580 break in definition of `split-string-default-separators'.
11581 (Text Comparison): `string=' and `string<' also accept symbols as
11582 arguments.
11583 (String Conversion): More completely describe argument BASE in
11584 `string-to-number'.
11585 (Formatting Strings): `%s' and `%S' in `format' do require
11586 corresponding object. Clarify behavior of numeric prefix after
11587 `%' in `format'.
11588 (Case Conversion): The argument to `upcase-initials' can be a
11589 character.
11590
11591 2003-10-27 Kenichi Handa <handa@m17n.org>
11592
11593 * display.texi (Fontsets): Fix texinfo usage.
11594
11595 2003-10-25 Kenichi Handa <handa@m17n.org>
11596
11597 * display.texi (Fontsets): Add description of the function
11598 set-fontset-font.
11599
11600 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11601
11602 * display.texi (Temporary Displays): Add xref to `Documentation
11603 Tips'.
11604
11605 * functions.texi (Function Safety): Use inforef instead of pxref
11606 for SES.
11607
11608 2003-10-23 Andreas Schwab <schwab@suse.de>
11609
11610 * Makefile.in (TEX, texinputdir): Don't define.
11611 (TEXI2DVI): Define.
11612 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11613 add $(srcdir)/index.texi.
11614 ($(infodir)/elisp): Remove index.texi dependency.
11615 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11616 (index.texi): Remove target.
11617 (dist): Don't link $(srcdir)/permute-index.
11618 (clean): Don't remove index.texi.
11619
11620 * permute-index, index.perm: Remove.
11621 * index.texi: Rename from index.unperm.
11622
11623 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11624
11625 * tips.texi (Documentation Tips): Document new behavior for face
11626 and variable hyperlinks in Help mode.
11627
11628 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11629
11630 * objects.texi (Integer Type): Update for extra bit of integer range.
11631 (Character Type): Ditto.
11632
11633 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11634
11635 * numbers.texi (Integer Basics): Add index entries for reading
11636 numbers in hex, octal, and binary.
11637
11638 2003-10-16 Lute Kamstra <lute@gnu.org>
11639
11640 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11641 argument.
11642
11643 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11644
11645 * windows.texi (Choosing Window): Fix typo.
11646 * edebug.texi (Edebug Execution Modes): Fix typo.
11647
11648 2003-10-13 Richard M. Stallman <rms@gnu.org>
11649
11650 * windows.texi (Basic Windows): A window has fringe settings,
11651 display margins and scroll-bar settings.
11652 (Splitting Windows): Doc split-window return value.
11653 Clean up one-window-p.
11654 (Selecting Windows): Fix typo.
11655 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11656 (Buffers and Windows): In set-window-buffer, explain effect
11657 on fringe settings and scroll bar settings.
11658 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11659 (Choosing Window): Use defopt for pop-up-frame-function.
11660 For special-display-buffer-names, explain same-window and same-frame.
11661 Clarify window-dedicated-p return value.
11662 (Textual Scrolling): scroll-up and scroll-down can get an error.
11663 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11664 Clarify set-window-hscroll.
11665 (Size of Window): Don't mention tool bar in window-height.
11666 (Coordinates and Windows): Explain what coordinates-in-window-p
11667 returns for fringes and display margins.
11668 (Window Configurations): Explain saving fringes, etc.
11669
11670 * tips.texi (Library Headers): Clean up Documentation.
11671
11672 * syntax.texi (Parsing Expressions): Clean up forward-comment
11673 and parse-sexp-lookup-properties.
11674
11675 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11676
11677 * os.texi (System Environment): Clean up text for load-average errors.
11678
11679 * modes.texi (Hooks): Don't explain local hook details at front.
11680 Clarify run-hooks and run-hook-with-args a little.
11681 Clean up add-hook and remove-hook.
11682
11683 * edebug.texi (Edebug Execution Modes): Clarify t.
11684 Document edebug-sit-for-seconds.
11685 (Coverage Testing): Document C-x X = and =.
11686 (Instrumenting Macro Calls): Fix typo.
11687 (Specification List): Don't index the specification keywords.
11688
11689 2003-10-10 Kim F. Storm <storm@cua.dk>
11690
11691 * processes.texi (Network): Introduce make-network-process.
11692
11693 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11694
11695 * tips.texi (Library Headers): Fix typo.
11696
11697 2003-10-07 Juri Linkov <juri@jurta.org>
11698
11699 * modes.texi (Imenu): Mention imenu-create-index-function's
11700 default value. Explain submenus better.
11701
11702 2003-10-07 Lute Kamstra <lute@gnu.org>
11703
11704 * modes.texi (Faces for Font Lock): Fix typo.
11705 (Hooks): Explain how buffer-local hook variables can refer to
11706 global hook variables.
11707 Various minor clarifications.
11708
11709 2003-10-06 Lute Kamstra <lute@gnu.org>
11710
11711 * tips.texi (Coding Conventions): Mention naming conventions for
11712 hooks.
11713
11714 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11715
11716 * loading.texi (Library Search): Correct default value of
11717 load-suffixes.
11718 (Named Features): Fix typo.
11719
11720 2003-10-05 Richard M. Stallman <rms@gnu.org>
11721
11722 * loading.texi (Named Features): In `provide',
11723 say how to test for subfeatures.
11724 (Unloading): In unload-feature, use new var name
11725 unload-feature-special-hooks.
11726
11727 2003-10-03 Lute Kamstra <lute@gnu.org>
11728
11729 * modes.texi (Major Mode Conventions): Mention third way to set up
11730 Imenu.
11731 (Imenu): A number of small fixes.
11732 Delete documentation of internal variable imenu--index-alist.
11733 Document the return value format of imenu-create-index-function
11734 functions.
11735
11736 2003-09-30 Richard M. Stallman <rms@gnu.org>
11737
11738 * processes.texi (Network): Say what stopped datagram connections do.
11739
11740 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11741
11742 * display.texi (Overlay Properties): Clarify `evaporate' property.
11743
11744 2003-09-29 Lute Kamstra <lute@gnu.org>
11745
11746 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11747 constructs should be marked as risky.
11748 Change cons cell into proper list.
11749 (Mode Line Variables): Change cons cell into proper list.
11750
11751 2003-09-26 Lute Kamstra <lute@gnu.org>
11752
11753 * modes.texi (Mode Line Data): Document the :propertize construct.
11754 (Mode Line Variables): Reorder the descriptions of the variables
11755 to match their order in the default mode-line-format.
11756 Describe the new variables mode-line-position and mode-line-modes.
11757 Update the default values of mode-line-frame-identification,
11758 minor-mode-alist, and default-mode-line-format.
11759 (Properties in Mode): Mention the :propertize construct.
11760
11761 2003-09-26 Richard M. Stallman <rms@gnu.org>
11762
11763 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11764 * loading.texi, minibuf.texi, text.texi, variables.texi:
11765 Avoid @strong{Note:}.
11766
11767 2003-09-26 Richard M. Stallman <rms@gnu.org>
11768
11769 * keymaps.texi (Remapping Commands): Fix typo.
11770
11771 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11772
11773 * processes.texi (Low-Level Network): Fix typo.
11774
11775 2003-09-23 Kim F. Storm <storm@cua.dk>
11776
11777 * processes.texi (Network, Network Servers): Fix typos.
11778 (Low-Level Network): Add timeout value for :server keyword.
11779 Add new option keywords to make-network-process.
11780 Add set-network-process-options.
11781 Explain how to test availability of network options.
11782
11783 2003-09-19 Richard M. Stallman <rms@gnu.org>
11784
11785 * text.texi (Motion by Indent): Arg to
11786 backward-to-indentation and forward-to-indentation is optional.
11787
11788 * strings.texi (Creating Strings): Add substring-no-properties.
11789
11790 * processes.texi
11791 (Process Information): Add list-processes arg QUERY-ONLY.
11792 Delete process-contact from here.
11793 Add new status values for process-status.
11794 Add process-get, process-put, process-plist, set-process-plist.
11795 (Synchronous Processes): Add call-process-shell-command.
11796 (Signals to Processes): signal-process allows process objects.
11797 (Network): Complete rewrite.
11798 (Network Servers, Datagrams, Low-Level Network): New nodes.
11799
11800 * positions.texi (Word Motion): forward-word, backward-word
11801 arg is optional. Reword.
11802
11803 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11804
11805 * variables.texi (Creating Buffer-Local):
11806 Delete duplicate definition of buffer-local-value.
11807 (File Local Variables): Explain about discarding text props.
11808
11809 2003-09-11 Richard M. Stallman <rms@gnu.org>
11810
11811 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11812 changes variables that record input events.
11813 (Minibuffer Misc): Add minibuffer-selected-window.
11814
11815 * lists.texi (Building Lists): Add copy-tree.
11816
11817 * display.texi (Fontsets): Add char-displayable-p.
11818 (Scroll Bars): New node.
11819
11820 2003-09-08 Lute Kamstra <lute@gnu.org>
11821
11822 * modes.texi (%-Constructs): Document new `%i' and `%I'
11823 constructs.
11824
11825 2003-09-03 Peter Runestig <peter@runestig.com>
11826
11827 * makefile.w32-in: New file.
11828
11829 2003-08-29 Richard M. Stallman <rms@gnu.org>
11830
11831 * display.texi (Overlay Properties): Clarify how priorities
11832 affect use of the properties.
11833
11834 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11835
11836 * customize.texi (Type Keywords): Correct the description of
11837 `:help-echo' in the case where `motion-doc' is a function.
11838
11839 2003-08-14 John Paul Wallington <jpw@gnu.org>
11840
11841 * modes.texi (Emulating Mode Line): Subsection, not section.
11842
11843 2003-08-13 Richard M. Stallman <rms@gnu.org>
11844
11845 * elisp.texi (Top): Update subnode lists in menu.
11846
11847 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11848 (Kill Functions): kill-region has new arg yank-handler.
11849 (Yanking): New node.
11850 (Yank Commands): Add yank-undo-function.
11851 (Low-Level Kill Ring):
11852 kill-new and kill-append have new arg yank-handler.
11853 (Changing Properties): Add remove-list-of-text-properties.
11854 (Atomic Changes): New node.
11855
11856 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11857
11858 * streams.texi (Output Variables): Add eval-expression-print-length
11859 and eval-expression-print-level.
11860
11861 * os.texi (Time Conversion): For encode-time, explain limits on year.
11862
11863 * objects.texi (Character Type): Define anchor "modifier bits".
11864
11865 * modes.texi (Emulating Mode Line): New node.
11866 (Search-based Fontification): Font Lock uses font-lock-face property.
11867 (Other Font Lock Variables): Likewise.
11868
11869 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11870 not vectors.
11871 (Active Keymaps): Add emulation-mode-map-alists.
11872 (Functions for Key Lookup): key-binding has new arg no-remap.
11873 (Remapping Commands): New node.
11874 (Scanning Keymaps): where-is-internal has new arg no-remap.
11875 (Tool Bar): Add tool-bar-local-item-from-menu.
11876 Clarify when to use tool-bar-add-item-from-menu.
11877
11878 * commands.texi (Interactive Call): commandp has new arg.
11879 (Command Loop Info): Add this-original-command.
11880
11881 2003-08-06 John Paul Wallington <jpw@gnu.org>
11882
11883 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11884
11885 * display.texi (Warning Basics): Fix typo.
11886 (Fringes): Add closing curly bracket and fix typo.
11887
11888 * elisp.texi (Top): Fix typo.
11889
11890 2003-08-05 Richard M. Stallman <rms@gnu.org>
11891
11892 * elisp.texi: Update lists of subnodes.
11893
11894 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11895
11896 * variables.texi (Local Variables): Use lc for example variable names.
11897
11898 * tips.texi (Library Headers): Explain where to put -*-.
11899
11900 * strings.texi (Creating Strings): Fix xref for vconcat.
11901
11902 * sequences.texi (Vector Functions):
11903 vconcat no longer allows integer args.
11904
11905 * minibuf.texi (Reading File Names): read-file-name has new
11906 arg PREDICATE. New function read-directory-name.
11907
11908 * macros.texi (Defining Macros): Give definition of `declare'.
11909 (Indenting Macros): New node.
11910
11911 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11912 (Window Frame Parameters): Make separate table of parameters
11913 that are coupled with specific face attributes.
11914 (Deleting Frames): delete-frame-hooks renamed to
11915 delete-frame-functions.
11916
11917 * files.texi (Magic File Names): Add file-remote-p.
11918 Clarify file-local-copy.
11919
11920 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11921 here; instead xref Defining Macros.
11922
11923 * display.texi (Warnings): New node, and subnodes.
11924 (Fringes): New node.
11925
11926 * debugging.texi (Test Coverage): New node.
11927
11928 * compile.texi (Compiler Errors): Explain with-no-warnings
11929 and other ways to suppress warnings.
11930
11931 * commands.texi (Interactive Call): Minor clarification.
11932
11933 * buffers.texi (Buffer File Name): set-visited-file-name
11934 renames the buffer too.
11935
11936 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11937
11938 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
11939
11940 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11941
11942 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
11943
11944 * internals.texi (Garbage Collection): Fix previous change.
11945
11946 2003-07-22 Richard M. Stallman <rms@gnu.org>
11947
11948 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11949
11950 * display.texi (Width): Use \s syntax in example.
11951 (Font Selection): Add face-font-rescale-alist.
11952
11953 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11954 Remove spurious indent in example.
11955
11956 * lists.texi (Building Lists): Add number-sequence.
11957
11958 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11959
11960 * functions.texi (Function Documentation): Explain how to
11961 show calling convention explicitly in the doc string.
11962
11963 * windows.texi (Selecting Windows): save-selected-window saves
11964 selected window of each frame.
11965 (Window Configurations): Minor change.
11966
11967 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11968
11969 * streams.texi (Output Variables): Add print-continuous-numbering
11970 and print-number-table.
11971
11972 * processes.texi (Decoding Output): New node.
11973
11974 * os.texi (Time Conversion): decode-time arg is optional.
11975
11976 * objects.texi (Character Type): Don't use space as example for \.
11977 Make list of char names and \-sequences correspond.
11978 Explain that \s is not used in strings. `\ ' needs space after.
11979
11980 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11981 (Translation of Characters): Add translation-table-for-input.
11982 (Default Coding Systems): Add auto-coding-functions.
11983 (Explicit Encoding): Add decode-coding-inserted-region.
11984 (Locales): Add locale-info.
11985
11986 * minibuf.texi (Basic Completion): Describe test-completion.
11987 Collections can be lists of strings.
11988 Clean up lazy-completion-table.
11989 (Programmed Completion): Mention test-completion.
11990 Clarify why lambda expressions are not accepted.
11991 (Minibuffer Misc): Describe minibufferp.
11992
11993 2003-07-14 Richard M. Stallman <rms@gnu.org>
11994
11995 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11996
11997 * windows.texi (Selecting Windows): New arg to select-window.
11998 (Selecting Windows): Add with-selected-window.
11999 (Size of Window): Add window-inside-edges, etc.
12000
12001 * internals.texi (Garbage Collection): Add post-gc-hook.
12002
12003 * processes.texi (Subprocess Creation): Add exec-suffixes.
12004
12005 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12006 (Scanning Keymaps): Add map-keymaps.
12007 (Defining Menus): Add keymap-prompt.
12008
12009 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12010 most-negative-fixnum.
12011
12012 * compile.texi (Byte Compilation): Explain no-byte-compile.
12013 (Compiler Errors): New node.
12014
12015 * os.texi (User Identification): user-uid, user-real-uid
12016 can return float.
12017
12018 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12019 and about derived modes.
12020 (Minor Modes): Add minor-mode-list.
12021 (Defining Minor Modes): Keyword args for define-minor-mode.
12022 (Search-based Fontification): Explain managing other properties.
12023 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12024 (Faces for Font Lock): Add font-lock-preprocessor-face.
12025 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12026
12027 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12028 (Variable Aliases): Clarify defvaralias.
12029
12030 * loading.texi (Library Search): Add load-suffixes.
12031
12032 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12033 (Programmed Completion): Add dynamic-completion-table.
12034
12035 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12036 (Magic File Names): Specify precedence order of handlers.
12037
12038 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12039 and post-command-hook.
12040 (Waiting): New calling convention for sit-for.
12041
12042 * text.texi (Special Properties): local-map and keymap properties
12043 apply based on their stickiness.
12044
12045 2003-07-07 Richard M. Stallman <rms@gnu.org>
12046
12047 * modes.texi (Minor Mode Conventions): Specify only some kinds
12048 of list values as args to minor modes.
12049
12050 * files.texi (File Name Expansion): Warn about iterative use
12051 of substitute-in-file-name.
12052
12053 * advice.texi (Activation of Advice): Clean up previous change.
12054
12055 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12056
12057 * advice.texi (Activation of Advice): Note that ad-start-advice is
12058 turned on by default.
12059
12060 2003-06-30 Richard M. Stallman <rms@gnu.org>
12061
12062 * text.texi (Buffer Contents): Document current-word.
12063 (Change Hooks): Not called for *Messages*.
12064
12065 * functions.texi (Defining Functions): Explain about redefining
12066 primitives.
12067 (Function Safety): Rename. Minor changes.
12068 Comment out the detailed criteria for what is safe.
12069
12070 2003-06-22 Andreas Schwab <schwab@suse.de>
12071
12072 * objects.texi (Symbol Type): Fix description of examples.
12073
12074 2003-06-16 Andreas Schwab <schwab@suse.de>
12075
12076 * hash.texi (Creating Hash): Fix description of :weakness.
12077
12078 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12079
12080 * files.texi (Changing Files): copy-file copies file modes, too.
12081
12082 2003-05-28 Richard M. Stallman <rms@gnu.org>
12083
12084 * strings.texi (Creating Strings): Clarify split-string.
12085
12086 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12087
12088 * strings.texi (Creating Strings): Update split-string specification
12089 and examples.
12090
12091 2003-05-19 Richard M. Stallman <rms@gnu.org>
12092
12093 * elisp.texi: Correct invariant section names.
12094
12095 2003-04-20 Richard M. Stallman <rms@gnu.org>
12096
12097 * os.texi (Timers): Explain about timers and quitting.
12098
12099 2003-04-19 Richard M. Stallman <rms@gnu.org>
12100
12101 * internals.texi (Writing Emacs Primitives): Strings are
12102 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12103 Explain GCPRO convention for varargs function args.
12104
12105 2003-04-16 Richard M. Stallman <rms@gnu.org>
12106
12107 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12108
12109 2003-04-08 Richard M. Stallman <rms@gnu.org>
12110
12111 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12112
12113 2003-02-13 Kim F. Storm <storm@cua.dk>
12114
12115 * objects.texi (Character Type): New \s escape for space.
12116
12117 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12118
12119 * os.texi (System Environment): Add cygwin system-type.
12120
12121 2003-01-25 Richard M. Stallman <rms@gnu.org>
12122
12123 * keymaps.texi: Document that a symbol can act as a keymap.
12124
12125 2003-01-13 Richard M. Stallman <rms@gnu.org>
12126
12127 * text.texi (Changing Properties): Say string indices are origin-0.
12128
12129 * positions.texi (Screen Lines) <compute-motion>:
12130 Correct order of elts in return value.
12131
12132 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12133 how to define a default binding.
12134
12135 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12136
12137 * loading.texi (Unloading): Fix recent change for load-history.
12138
12139 * customize.texi (Simple Types): Clarify description of custom
12140 type 'number. Describe new custom type 'float.
12141
12142 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12143
12144 * variables.texi (File Local Variables): Fix typo.
12145
12146 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12147
12148 From Michael Albinus <Michael.Albinus@alcatel.de>.
12149
12150 * README: Target for Info file is `make info'.
12151
12152 * files.texi (File Name Components): Fix typos in
12153 `file-name-sans-extension'.
12154 (Magic File Names): Complete list of operations for magic file
12155 name handlers.
12156
12157 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12158
12159 * variables.texi (File Local Variables): New function
12160 risky-local-variable-p.
12161
12162 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12163
12164 * functions.texi (Function safety): New node about unsafep.
12165
12166 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12167
12168 * customize.texi (Splicing into Lists): Fix example.
12169 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12170
12171 2002-06-17 Juanma Barranquero <lektu@terra.es>
12172
12173 * frames.texi (Display Feature Testing): Fix typo.
12174
12175 2002-06-12 Andreas Schwab <schwab@suse.de>
12176
12177 * frames.texi (Initial Parameters, Resources): Fix references to
12178 the Emacs manual.
12179
12180 2002-05-13 Kim F. Storm <storm@cua.dk>
12181
12182 * variables.texi (Intro to Buffer-Local): Update warning and
12183 example relating to changing buffer inside let.
12184
12185 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12186
12187 * os.texi (Session Management): New node about X Session management.
12188
12189 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12190
12191 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12192 to which the manual corresponds, and the copyright years.
12193
12194 * Makefile.in (VERSION): Set to 2.9.
12195
12196 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12197
12198 * elisp.texi: Change the category in @dircategory to "Emacs", to
12199 make it consistent with info/dir.
12200
12201 2001-11-25 Miles Bader <miles@gnu.org>
12202
12203 * text.texi (Fields): Describe new `limit' arg in
12204 field-beginning/field-end.
12205
12206 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12207
12208 * permute-index: Don't depend on csh-specific features.
12209 Replace the interpreter name with /bin/sh.
12210
12211 * two-volume-cross-refs.txt: New file.
12212 * two.el: New file.
12213 * spellfile: New file.
12214
12215 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12216
12217 * permute-index: New file.
12218
12219 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12220 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12221 8+3 restricted namespace.
12222
12223 * Makefile.in (infodir): Define relative to $(srcdir).
12224 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12225 include directories list via -I switch to makeinfo.
12226 (index.texi): Use cp if both hard and symbolic links fail.
12227
12228 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12229
12230 * Makefile.in (distclean): Add.
12231
12232 The following changes make ELisp manual part of the Emacs
12233 distribution:
12234
12235 * Makefile.in: Add Copyright notice.
12236 (prefix): Remove.
12237 (infodir): Change value to "../info".
12238 (VPATH): New variable.
12239 (MAKE): Don't define.
12240 (texmacrodir): Don't define.
12241 (texinputdir): Append the existing value of TEXINPUTS.
12242 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12243 command to be compatible with man/Makefile.in, and to put the
12244 output into ../info.
12245 (info): Add target.
12246 (installall): Target removed.
12247
12248 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12249
12250 * tips.texi (Coding Conventions): Fix typo.
12251
12252 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12253
12254 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12255
12256 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12257
12258 * files.texi (File Name Components): Update the description of
12259 file-name-sans-extension and file-name-extension, as they now
12260 ignore leading dots.
12261
12262 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12263
12264 * (Version 21.1 released.)
12265
12266 2001-10-19 Miles Bader <miles@gnu.org>
12267
12268 * positions.texi (Text Lines): Describe behavior of
12269 `beginning-of-line'/`end-of-line' in the presence of field properties.
12270
12271 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12272
12273 * Makefile.in (VERSION): Set to 2.8.
12274 (manual): Use `manual-21'.
12275
12276 * elisp.texi (VERSION): Add and use it where the version
12277 number was used. Set it to 2.8.
12278
12279 * intro.texi: Likewise.
12280
12281 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12282
12283 * files.texi (File Name Completion): Document the significance of
12284 a trailing slash in elements of completion-ignored-extensions.
12285
12286 2001-10-06 Miles Bader <miles@gnu.org>
12287
12288 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12289
12290 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12291
12292 * variables.texi (Variable Aliases): New node.
12293
12294 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12295
12296 * Branch for 21.1.
12297
12298 2001-10-02 Miles Bader <miles@gnu.org>
12299
12300 * minibuf.texi (Minibuffer Misc): Add entries for
12301 `minibuffer-contents', `minibuffer-contents-no-properties', and
12302 `delete-minibuffer-contents'.
12303 Correct description for `minibuffer-prompt-end'.
12304
12305 * text.texi (Property Search): Correct descriptions of
12306 `next-char-property-change' and `previous-char-property-change'.
12307 Add entries for `next-single-char-property-change' and
12308 `previous-single-char-property-change'.
12309 Make operand names a bit more consistent.
12310
12311 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12312
12313 * frames.texi (Finding All Frames): Document that next-frame and
12314 previous-frame are local to current terminal.
12315
12316 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12317
12318 * keymaps.texi (Creating Keymaps): Fix the description of the
12319 result of make-keymap.
12320
12321 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12322
12323 * display.texi (Font Lookup, Attribute Functions)
12324 (Image Descriptors): Add cross-references to the definition of
12325 selected frame.
12326
12327 * buffers.texi (The Buffer List): Add cross-references to the
12328 definition of selected frame.
12329
12330 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12331 frame at any given time.
12332 (Multiple Displays, Size and Position): Add a cross-reference to
12333 the definition of the selected frame.
12334
12335 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12336
12337 * strings.texi (String Conversion) <string-to-number>: Document
12338 that a float is returned for integers that are too large.
12339
12340 * frames.texi (Mouse Position): Document mouse-position-function.
12341 (Display Feature Testing): Document display-images-p.
12342 (Window Frame Parameters): Document the cursor-type variable.
12343
12344 * numbers.texi (Integer Basics): Document CL style read syntax for
12345 integers in bases other than 10.
12346
12347 * positions.texi (List Motion):
12348 Document open-paren-in-column-0-is-defun-start.
12349
12350 * lists.texi (Sets And Lists): Document member-ignore-case.
12351
12352 * internals.texi (Garbage Collection): Document the used and free
12353 strings report.
12354 (Memory Usage): Document strings-consed.
12355
12356 * os.texi (Time of Day): Document float-time.
12357 (Recording Input): Document that clear-this-command-keys clears
12358 the vector to be returned by recent-keys.
12359
12360 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12361 The argument keymap can be a list.
12362
12363 * nonascii.texi (User-Chosen Coding Systems)
12364 <select-safe-coding-system>: Document the new argument
12365 accept-default-p and the variable
12366 select-safe-coding-system-accept-default-p. Tell what happens if
12367 buffer-file-coding-system is undecided.
12368 (Default Coding Systems): Document auto-coding-regexp-alist.
12369
12370 * display.texi (The Echo Area) <message>: Document
12371 message-truncate-lines.
12372 (Glyphs): Document that the glyph table is unused on windowed
12373 displays.
12374
12375 * help.texi (Describing Characters) <single-key-description>:
12376 Document the new argument no-angles.
12377 (Accessing Documentation) <documentation-property>: Document that
12378 a non-string property is evaluated.
12379 <documentation>: Document that the function-documentation property
12380 is looked for.
12381
12382 * windows.texi (Selecting Windows): Document some-window.
12383
12384 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12385
12386 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12387 apropos-mode-hook.
12388
12389 * commands.texi (Using Interactive): Document interactive-form.
12390 (Keyboard Macros): Document kbd-macro-termination-hook.
12391 (Command Loop Info): Document that clear-this-command-keys clears
12392 the vector to be returned by recent-keys.
12393
12394 2001-09-04 Werner LEMBERG <wl@gnu.org>
12395
12396 * Makefile.in (srcdir, texinputdir): New variables.
12397 (srcs, index.texi, install): Use $(srcdir).
12398 (.PHONY): Remove elisp.dvi.
12399 (elisp): Use -I switch for makeinfo.
12400 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12401 (installall, dist): Use $(srcdir).
12402 Fix path to texinfo.tex.
12403 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12404
12405 2001-08-30 Gerd Moellmann <gerd@gnu.org>
12406
12407 * display.texi (Conditional Display): Adjust to API change.
12408
12409 * configure: New file.
12410
12411 2001-07-30 Gerd Moellmann <gerd@gnu.org>
12412
12413 * commands.texi (Repeat Events): Add description of
12414 double-click-fuzz.
12415
12416 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12417
12418 * syntax.texi (Syntax Class Table): Add the missing designator for
12419 comment and string fences.
12420 (Syntax Properties): Add a xref to syntax table internals.
12421 (Syntax Table Internals): Document string-to-syntax.
12422
12423 2001-05-07 Gerd Moellmann <gerd@gnu.org>
12424
12425 * Makefile.in (install): Use install-info command line options
12426 like in Emacs' Makefile.in.
12427
12428 2000-12-09 Miles Bader <miles@gnu.org>
12429
12430 * windows.texi (Window Start): Update documentation for
12431 `pos-visible-in-window-p'.
12432
12433 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12434
12435 * lists.texi (Building Lists): Add footnote to explain how to add
12436 to the end of a list.
12437
12438 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12439
12440 * files.texi (Visiting Functions): Typos.
12441
12442 2000-10-25 Kenichi Handa <handa@etl.go.jp>
12443
12444 * files.texi (Visiting Functions): Return value of
12445 find-file-noselect may be a list of buffers if wildcards are used.
12446
12447 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12448
12449 * display.texi (Defining Faces): Document `graphic' display type
12450 in face specs.
12451
12452 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12453
12454 * hooks.texi (Standard Hooks): Replace obsolete
12455 `after-make-frame-hook' with `after-make-frame-functions'.
12456
12457 * frames.texi (Creating Frames): Ditto.
12458
12459 * variables.texi (Future Local Variables): Ditto.
12460
12461 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12462
12463 * display.texi (Other Image Types): Add description of :foreground
12464 and :background properties of mono PBM images.
12465
12466 2000-08-17 Werner LEMBERG <wl@gnu.org>
12467
12468 * .cvsignore: New file.
12469
12470 2000-01-05 Gerd Moellmann <gerd@gnu.org>
12471
12472 * tindex.pl: New script.
12473
12474 1999-12-03 Dave Love <fx@gnu.org>
12475
12476 * Makefile.in (MAKEINFO): New parameter.
12477
12478 1999-09-17 Richard Stallman <rms@gnu.org>
12479
12480 * Makefile.in (srcs): Add hash.texi.
12481 (VERSION): Update to 20.6.
12482
12483 1999-09-13 Richard Stallman <rms@gnu.org>
12484
12485 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12486
12487 1998-08-29 Karl Heuer <kwzh@gnu.org>
12488
12489 * configure.in: New file.
12490 * Makefile.in: Renamed from Makefile.
12491 (prefix, infodir): Use value obtained from configure.
12492 (emacslibdir): Obsolete variable deleted.
12493 (dist): Distribute configure.in, configure, Makefile.in.
12494
12495 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12496
12497 * Makefile (INSTALL_INFO): New variable.
12498 (install): Run install-info.
12499
12500 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12501
12502 * Makefile (elisp.dvi): Add missing backslash.
12503
12504 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12505
12506 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12507 Run texindex without `./'. Always run texindex on elisp.tp.
12508 (elisp.tps): Target deleted.
12509
12510 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12511
12512 * Makefile (srcs): Add nonascii.texi and customize.texi.
12513 (dist): Start by deleting `temp'.
12514
12515 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12516
12517 * Makefile (makeinfo, texindex): Targets deleted.
12518 (makeinfo.o, texindex.o): Targets deleted.
12519 (clean, dist): Don't do anything with them or with getopt*.
12520
12521 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12522
12523 * Makefile (SHELL): Defined.
12524
12525 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12526
12527 * Makefile (elisp.tps): New target.
12528 (elisp.dvi): Depend on elisp.tps.
12529
12530 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
12531
12532 * README: Update phone number.
12533
12534 * Makefile (elisp): Make this be the default target.
12535 Depend on makeinfo.c instead of makeinfo.
12536 (install): Don't depend on elisp.dvi, since we don't install that.
12537 Use mkinstalldirs.
12538 (dist): Add mkinstalldirs.
12539
12540 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12541
12542 * Makefile (VERSION): Update version number.
12543 (maintainer-clean): Rename from realclean.
12544
12545 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12546
12547 * Makefile (realclean): New target.
12548 (elisp): Remove any old elisp-* files first.
12549
12550 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
12551
12552 * Makefile (VERSION): New variable.
12553 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12554 Compressed file suffix should be `.gz', not `.z'.
12555
12556 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12557
12558 * Makefile (elisp): Depend on makeinfo.
12559
12560 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
12561
12562 * Makefile (srcs): Add anti.texi.
12563
12564 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12565
12566 * Makefile (infodir, prefix): New vars.
12567 (install): Use infodir.
12568 (emacsinfodir): Delete.
12569
12570 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12571
12572 * Makefile (srcs): Add calendar.texi.
12573
12574 * Makefile (dist): Copy texindex.c and makeinfo.c.
12575 Limit elisp-* files to those with one or two digits.
12576
12577 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12578
12579 * Makefile (dist): Change to use Gzip instead of compress.
12580
12581 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12582
12583 * loading.texi (Unloading): define-function changed back to
12584 defalias. It may not stay this way, but at least it's
12585 consistent with the known-good version of the code patch.
12586
12587 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12588
12589 * modes.texi (Hooks): Document new optional arg of add-hook.
12590
12591 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12592
12593 * variables.texi: Document nil initial value of buffer-local variables.
12594
12595 * tips.texi: Add new section on standard library headers.
12596
12597 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12598
12599 * Makefile (srcs): Add frame.texi to the list of sources.
12600
12601 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12602
12603 * Makefile (dist): Don't bother excluding autosave files; they'll
12604 never make it into the temp directory anyway, and the hash marks
12605 in the name are problematic for make and the Bourne shell.
12606 (srcs): ???
12607
12608 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12609
12610 * Makefile (dist): Don't include backup files or autosave files in
12611 the distribution tar file.
12612
12613 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12614
12615 * Makefile (srcs): Add index.perm.
12616 (elisp.dvi): Remove erroneous shell comment.
12617 Expect output of permute-index in permuted.fns.
12618 Save old elisp.aux in elisp.oaux.
12619 (clean): Add index.texi to be deleted.
12620
12621 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12622
12623 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12624
12625 1990-06-26 David Lawrence (tale@geech)
12626
12627 * files.texi: Noted that completion-ignored-extensions is ignored
12628 when making *Completions*.
12629
12630 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
12631
12632 * Makefile make dist now depends on elisp.dvi, since it tries
12633 to include it in the dist file.
12634
12635 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
12636
12637 * functions.texinfo (Mapping Functions): Add missing quote.
12638
12639 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12640
12641 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12642 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12643
12644 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12645
12646 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12647 and @error{} are the terms now being used. The files in the
12648 directory have been changed to reflect this.
12649
12650 * All instances of @indentedresultt{} have been changed to
12651 ` @result{}', using 5 spaces at the beginning of the line.
12652
12653 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12654
12655 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12656 experimental @indentedresult{}, @indentedexpandsto{} are part of
12657 the texinfo.tex in this directory. These TeX macros are not
12658 stable yet.
12659
12660 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12661
12662 * texinfo.tex: Temporarily added
12663 \let\result=\dblarrow
12664 \def\error{{\it ERROR} \longdblarrow}
12665 We need to do this better soon.
12666
12667 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12668
12669 * Applied Karl Berry's patches to *.texinfo files, but not to
12670 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12671 new title page format is also not applied, since it requires
12672 texinfo.tex changes.)
12673
12674 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12675 for the Project GNU development environment.
12676
12677 ;; Local Variables:
12678 ;; coding: utf-8
12679 ;; End:
12680
12681 Copyright (C) 1998-2013 Free Software Foundation, Inc.
12682
12683 This file is part of GNU Emacs.
12684
12685 GNU Emacs is free software: you can redistribute it and/or modify
12686 it under the terms of the GNU General Public License as published by
12687 the Free Software Foundation, either version 3 of the License, or
12688 (at your option) any later version.
12689
12690 GNU Emacs is distributed in the hope that it will be useful,
12691 but WITHOUT ANY WARRANTY; without even the implied warranty of
12692 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12693 GNU General Public License for more details.
12694
12695 You should have received a copy of the GNU General Public License
12696 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.