Document behavior of (string-to-number "+@") (Bug#16293).
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 Document behavior of (string-to-number "+@") (Bug#16293).
4 * strings.texi (String Conversion): Document behavior of
5 string-to-number on invalid strings that begin with "+", too.
6
7 2014-01-03 Chong Yidong <cyd@gnu.org>
8
9 * help.texi (Documentation, Accessing Documentation): Copyedits.
10 (Documentation Basics): Rewrite, avoiding a repeat discussion of
11 docstring conventions.
12
13 * tips.texi (Documentation Tips): Move discussion of
14 emacs-lisp-docstring-fill-column here from Documentation Basics.
15
16 * compile.texi (Docs and Compilation): Copyedits.
17
18 2014-01-02 Glenn Morris <rgm@gnu.org>
19
20 * numbers.texi (Numeric Conversions): Fix a typo.
21
22 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
23
24 Plain copy-file no longer chmods an existing destination (Bug#16133).
25 * files.texi (Changing Files): Document this.
26
27 2013-12-28 Chong Yidong <cyd@gnu.org>
28
29 * modes.texi (Auto Major Mode): Document interpreter-mode-alist
30 change.
31
32 * buffers.texi (Modification Time): Document visited-file-modtime
33 change.
34
35 2013-12-28 Glenn Morris <rgm@gnu.org>
36
37 * control.texi (Pattern matching case statement): Brevity.
38
39 2013-12-27 Chong Yidong <cyd@gnu.org>
40
41 * functions.texi (Function Cells):
42 * eval.texi (Function Indirection): Update for the fact that
43 symbol-function no longer signals an error.
44
45 * commands.texi (Reading One Event): Mention keyboard coding.
46
47 * keymaps.texi (Translation Keymaps, Translation Keymaps):
48 * nonascii.texi (Terminal I/O Encoding): Copyedits.
49
50 2013-12-26 Chong Yidong <cyd@gnu.org>
51
52 * advice.texi (Advising Functions, Defining Advice): Special forms
53 can no longer be advised.
54
55 2013-12-25 Chong Yidong <cyd@gnu.org>
56
57 * keymaps.texi (Active Keymaps): Re-organize the text.
58 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
59 (Controlling Active Maps): Note that set-transient-map uses
60 overriding-terminal-local-map.
61
62 * tips.texi (Coding Conventions): Tweak the coding system tip;
63 Emacs now uses utf-8 by default for Emacs Lisp source files.
64
65 * display.texi (Font Selection): Tweak example.
66
67 * commands.texi (Event Input Misc): Document new arg to
68 input-pending-p.
69
70 * nonascii.texi (Specifying Coding Systems): Don't refer to
71 emacs-mule-dos.
72 (Lisp and Coding Systems): Describe emacs-mule return value in
73 modern terms.
74
75 2013-12-25 Tassilo Horn <tsdh@gnu.org>
76
77 * control.texi (Pattern matching case statement): Rephrase lexical
78 binding requirement: the example needs it, not `pcase' itself.
79
80 2013-12-25 Chong Yidong <cyd@gnu.org>
81
82 * eval.texi (Eval): Document the LEXICAL arg to eval.
83
84 * variables.texi (Variables, Void Variables): Use "scoping rule"
85 terminology consistently.
86 (Variable Scoping): Add index entries, and use "dynamic scope"
87 terminology in place of "indefinite scope" to reduce confusion.
88 (Lexical Binding): Document lexical environment format.
89 (Using Lexical Binding): Add index entries for error messages.
90
91 2013-12-24 Tassilo Horn <tsdh@gnu.org>
92
93 * control.texi (Pattern matching case statement): Fix missing
94 argument in simple expression language sample (Bug#16238). Add
95 some sample programs written in that language. Mention that
96 `pcase' requires lexical binding.
97
98 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
99
100 * eval.texi (Special Forms): Document `special-form-p'.
101
102 * macros.texi (Simple Macro): Document `macrop'.
103
104 * files.texi (Changing Files): Fix an argument of `copy-file'.
105
106 * strings.texi (Creating Strings): Document TRIM in `split-string'.
107
108 2013-12-23 Chong Yidong <cyd@gnu.org>
109
110 * keymaps.texi (Controlling Active Maps): Renamed
111 set-temporary-overlay-map to set-transient map. Doc fixes.
112 (Searching Keymaps): The transient keymap takes precedence.
113
114 2013-12-23 Glenn Morris <rgm@gnu.org>
115
116 * loading.texi (How Programs Do Loading, Load Suffixes):
117 Mention `load-prefer-newer'.
118
119 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
120
121 * hash.texi (Other Hash): Document `hash-table-keys'
122 and `hash-table-values'.
123
124 2013-12-22 Eli Zaretskii <eliz@gnu.org>
125
126 * nonascii.texi (Character Properties): NAME or OLD-NAME
127 properties can be nil (there's no empty string).
128 (Character Properties): Update the reference to the UCD.
129
130 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
131
132 * sequences.texi (Bool-Vectors): Document new bool-vector set
133 operation functions.
134
135 * text.texi (Examining Properties): Document `get-pos-property'.
136
137 * variables.texi (Directory Local Variables):
138 Document `enable-dir-local-variables'.
139
140 * debugging.texi (Debugger Commands):
141 Document `debugger-toggle-locals'.
142
143 2013-12-21 Chong Yidong <cyd@gnu.org>
144
145 * text.texi (Region Indent): Note the new interactive behavior of
146 indent-rigidly.
147
148 2013-12-20 Tassilo Horn <tsdh@gnu.org>
149
150 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
151 one or many arguments.
152
153 * display.texi: Document `messages-buffer'.
154
155 * os.texi: Document `initial-buffer-choice' changes.
156
157 2013-12-20 Chong Yidong <cyd@gnu.org>
158
159 * text.texi (Changing Properties): Improve documentation for
160 add-face-text-property.
161 (Special Properties): Mention add-face-text-property.
162
163 2013-12-18 Chong Yidong <cyd@gnu.org>
164
165 * customize.texi (Custom Themes): Document custom-known-themes
166 (Bug#15717).
167
168 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
169 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
170
171 2013-12-13 Glenn Morris <rgm@gnu.org>
172
173 * internals.texi (Building Emacs):
174 * loading.texi (Library Search): Mention that site-load,
175 site-init cannot change load-path.
176
177 2013-12-12 Glenn Morris <rgm@gnu.org>
178
179 * elisp.texi: Tweak dircategory.
180
181 2013-12-12 Eli Zaretskii <eliz@gnu.org>
182
183 * nonascii.texi (Encoding and I/O): Document file-name encoding
184 peculiarities on MS-Windows.
185
186 2013-12-12 Glenn Morris <rgm@gnu.org>
187
188 * elisp.texi: Sync direntry with info/dir version.
189
190 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
191
192 * display.texi (Progress, Face Remapping):
193 * processes.texi (Serial Ports):
194 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
195
196 2013-12-04 Juri Linkov <juri@jurta.org>
197
198 * searching.texi (Search and Replace): Fix `unread-command-events'
199 and add ref.
200
201 2013-12-03 Juri Linkov <juri@jurta.org>
202
203 * windows.texi (Choosing Window): Rename `no-display-ok' to
204 `allow-no-window'. (Bug#13594)
205
206 2013-11-30 Glenn Morris <rgm@gnu.org>
207
208 * Makefile.in (distclean): Remove Makefile.
209
210 2013-11-29 Andreas Politz <politza@fh-trier.de>
211
212 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
213 (Bug#14029).
214
215 2013-11-27 Glenn Morris <rgm@gnu.org>
216
217 * loading.texi (Library Search):
218 * os.texi (Startup Summary): No more leim directory.
219
220 2013-11-26 Glenn Morris <rgm@gnu.org>
221
222 * os.texi (Startup Summary): Update for leim-list being preloaded.
223
224 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
225
226 * frames.texi (Input Focus):
227 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
228
229 2013-11-23 Glenn Morris <rgm@gnu.org>
230
231 * loading.texi (Library Search):
232 Empty elements in EMACSLOADPATH now mean the default load-path.
233
234 2013-11-22 Glenn Morris <rgm@gnu.org>
235
236 * loading.texi (Library Search): Minor clarification.
237
238 2013-11-20 Leo Liu <sdl.web@gmail.com>
239
240 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
241
242 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
243
244 * os.texi (File Notifications): Add an index.
245
246 * loading.texi (Loading): Add an cross-reference.
247
248 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
249
250 * os.texi (Session Management, Desktop Notifications): Add some
251 indexes and a cross-reference.
252
253 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
254
255 * os.texi (Time Parsing):
256 (Processor Run Time, Input Modes, Terminal Output): Minor fixes.
257
258 2013-11-14 Glenn Morris <rgm@gnu.org>
259
260 * loading.texi (Library Search): Update section.
261
262 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
263
264 * os.texi (User Identification, Time of Day, Time Conversion):
265 Minor fixes.
266
267 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
268
269 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
270
271 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
272
273 * os.texi (Startup Summary): Add an index about startup screen.
274 Typo fix.
275 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
276
277 2013-11-08 Eli Zaretskii <eliz@gnu.org>
278
279 * display.texi (Truncation): Document that cache-long-scans is now
280 non-nil by default. (Bug#15797)
281
282 2013-11-05 Eli Zaretskii <eliz@gnu.org>
283
284 * lists.texi (Rearrangement): Fix indexing.
285
286 * display.texi (Bidirectional Display): Fix indexing.
287
288 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
289
290 * lists.texi (Rearrangement): Improve indexing.
291
292 * display.texi (Glyphs): Add an index for glyph code.
293 (Bidirectional Display): Improve indexing.
294
295 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
296
297 * display.texi (Face Attributes): Document :distant-foreground.
298
299 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
300
301 * display.texi (Abstract Display): Improve indexing.
302
303 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * display.texi (Selective Display): Discourage the use of explicit
306 selective display.
307
308 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
309
310 * display.texi (Showing Images): Add an index for image-size.
311 Use @code instead of @var for a normal variable.
312 (Multi-Frame Images): Improve indexing.
313 (Button Buffer Commands): Use @code instead of @var for a normal variable.
314 (Abstract Display): Explain the meaning of Ewoc.
315
316 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
317
318 * display.texi (Image Descriptors): Improve indexing.
319
320 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
321
322 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
323 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
324
325 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
326
327 * display.texi (Fontsets): Minor wording fix.
328 (Low-Level Font): Improve indexing.
329
330 * nonascii.texi (Character Properties): Add an index for script symbols.
331
332 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
333
334 * display.texi (Face Remapping): Add indexes for face remapping.
335 (Font Selection): Add indexes.
336 (Low-Level Font): Add an index for font registry.
337
338 2013-10-23 Glenn Morris <rgm@gnu.org>
339
340 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
341 Nuke @refill.
342
343 * Makefile.in (install-dvi, install-html, install-pdf)
344 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
345 (uninstall-pdf): Quote entities that might contain whitespace.
346
347 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
348
349 * display.texi (Face Attributes): Add indexes for the ‘:box’
350 face attribute.
351
352 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
353
354 * display.texi (Line Height): Add indexes for line height.
355
356 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
357
358 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
359
360 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
361
362 * display.texi (Selective Display): Add an index for explicit
363 selective display.
364
365 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
366
367 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
368
369 2013-10-13 Glenn Morris <rgm@gnu.org>
370
371 * intro.texi (Acknowledgments): Use accented form of some names.
372
373 2013-10-09 Glenn Morris <rgm@gnu.org>
374
375 * control.texi (Conditionals): Copyedits. (Bug#15558)
376
377 2013-10-08 Eli Zaretskii <eliz@gnu.org>
378
379 Support menus on text-mode terminals.
380 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
381 wording to the effect that menus are supported on TTYs.
382
383 * frames.texi (Pop-Up Menus, Dialog Boxes)
384 (Display Feature Testing): Update for menu support on TTYs.
385
386 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
389 non-headings.
390
391 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
392
393 * syntax.texi (Categories): Add an index for category sets.
394
395 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
396
397 * syntax.texi (Syntax Flags):
398 (Syntax Table Functions): Add indexes.
399
400 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
401
402 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
403
404 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
405
406 * searching.texi (Regexp Search): Refine.
407
408 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
409
410 * nonascii.texi (Default Coding Systems): Typo fix.
411
412 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
413
414 * nonascii.texi (Coding System Basics): Add information about carriage-return.
415
416 2013-09-14 Eli Zaretskii <eliz@gnu.org>
417
418 * display.texi (Display Margins): State the units of measuring
419 margin width. (Bug#15375)
420
421 2013-09-13 Eli Zaretskii <eliz@gnu.org>
422
423 * text.texi (Not Intervals): Minor wording fix.
424
425 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
426
427 * functions.texi (Obsolete Functions): Add an index for obsolete
428 functions.
429
430 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
431
432 * nonascii.texi (Character Properties): Character properties fix
433 for decimal-digit-value and digit-value.
434
435 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * macros.texi (Defining Macros): Prefer "function" to "lambda
438 expression" (bug#15296).
439
440 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
441
442 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
443 for portability to hosts where /bin/sh has problems.
444
445 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
448
449 2013-08-20 Eli Zaretskii <eliz@gnu.org>
450
451 * files.texi (Information about Files): Mention file names with
452 trailing blanks on MS-Windows. (Bug#15130)
453
454 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
455
456 * positions.texi (Positions): Improve indexing.
457
458 2013-08-18 Eli Zaretskii <eliz@gnu.org>
459
460 * markers.texi (The Region): Improve indexing.
461
462 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
463
464 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
465
466 * text.texi (Maintaining Undo): Mention interactive call of
467 buffer-disable-undo.
468 (Filling): Add cross-reference for hard newlines.
469 (Sorting): Fix indentation.
470 (Columns): Comment out undefined behavior.
471 (Case Changes): Fix an `args-out-of-range' error in the example.
472
473 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
474
475 * text.texi (Insertion): Refine.
476 (Margins): Add an index.
477 (Undo): Doc fix for `buffer-undo-list'.
478
479 * positions.texi (Character Motion):
480 * markers.texi (Moving Markers):
481 (Creating Markers): Comment out undefined behavior.
482
483 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
484
485 * markers.texi (The Region): Add/move indexes.
486
487 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
488
489 * display.texi (ImageMagick Images): Mention :content-type and
490 `image-content-type-suffixes'.
491
492 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
493
494 * positions.texi (Word Motion): Remove redundant sentence.
495
496 2013-08-13 Glenn Morris <rgm@gnu.org>
497
498 * lists.texi (List Elements):
499 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
500
501 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
502
503 * frames.texi (Display Feature Testing): Add indexes.
504
505 2013-08-12 Glenn Morris <rgm@gnu.org>
506
507 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
508 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
509 (INSTALL_DATA): New, set by configure.
510 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
511 New variables.
512 (.SUFFIXES): Add .ps and .dvi.
513 (.dvi.ps): New suffix rule.
514 (dvi, html, pdf, ps): Use *_TARGETS variables.
515 (elisp.html): Use HTML_OPTS.
516 (elisp.ps): Remove explicit rule.
517 (.PHONY): install-dvi, install-html, install-pdf, install-ps
518 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
519 uninstall-ps, and uninstall-doc.
520 (install-dvi, install-html, install-pdf, install-ps, install-doc)
521 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
522 (uninstall-doc): New rules.
523 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
524
525 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
526
527 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
528
529 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
530
531 * control.texi (Error Symbols): Minor fix for previous change.
532
533 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
536
537 * control.texi (Signaling Errors): Refer to define-error.
538 (Error Symbols): Add `define-error'.
539
540 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
541
542 * positions.texi (Motion by Screen Lines):
543 * display.texi (Truncation): Rename `cache-long-line-scans'
544 to `cache-long-scans'.
545
546 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
547
548 * windows.texi (Window Start and End): Add an index.
549
550 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
551
552 * display.texi (Face Functions): Add an index.
553
554 * variables.texi (Variable Aliases): Add an index.
555
556 * functions.texi (Defining Functions): Add an index.
557
558 * nonascii.texi (Coding System Basics): Add an index.
559
560 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
561
562 * nonascii.texi (Non-ASCII Characters): Update menu.
563 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
564
565 * elisp.texi (Top): Update menu.
566
567 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
568
569 * windows.texi (Window History): Mention the default value of
570 switch-to-visible-buffer. Add cross-references.
571
572 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
573
574 * errors.texi (Standard Errors): Fix typo.
575
576 * files.texi (Magic File Names):
577 * os.texi (File Notifications): Remove file-notify-supported-p.
578
579 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
580
581 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
582 non-well-formed expressions result in unspecified behavior, though
583 Emacs will not crash.
584
585 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
586
587 * files.texi (Magic File Names): Add file-notify-add-watch,
588 file-notify-rm-watch and file-notify-supported-p. Move
589 file-remote-p down.
590
591 * errors.texi (Standard Errors): Add file-notify-error.
592
593 * os.texi (Desktop Notifications): Rename from Notifications.
594 (File Notifications): New node.
595
596 * elisp.texi (Top): Update menu for these changes.
597
598 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
599
600 * windows.texi (Display Action Functions): Mention next-window.
601
602 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
603
604 * windows.texi (Selecting Windows): Fix the introduction of
605 `set-frame-selected-window''s arguments.
606
607 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
608
609 Timestamp fixes for undo (Bug#14824).
610 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
611
612 2013-07-06 Eli Zaretskii <eliz@gnu.org>
613
614 * nonascii.texi (Text Representations): Document that
615 multibyte-string-p returns nil for non-string objects.
616
617 2013-07-06 Glenn Morris <rgm@gnu.org>
618
619 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
620
621 2013-07-03 Glenn Morris <rgm@gnu.org>
622
623 * debugging.texi (Debugging):
624 * files.texi (File Attributes, Changing Files): Fix cross-references.
625
626 * package.texi (Package Archives): Fix @url call.
627
628 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
629
630 2013-06-29 Eli Zaretskii <eliz@gnu.org>
631
632 * display.texi (Bidirectional Display): Document move-point-visually.
633
634 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
635
636 * buffers.texi (Buffer File Name): Fix typo.
637
638 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
639
640 * tips.texi (Coding Conventions): Improve wording.
641
642 2013-06-24 Glenn Morris <rgm@gnu.org>
643
644 * loading.texi (Autoload): Fix typo.
645
646 * variables.texi (Lexical Binding): Fix typo.
647
648 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
649
650 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
651
652 * display.texi (ImageMagick Images): Mention :max-width and
653 :max-height.
654
655 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
656
657 * numbers.texi (Math Functions): Remove obsolete function log10.
658
659 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
662 rather than `local-map'.
663
664 * keymaps.texi (Active Keymaps): Fix documentation of
665 set-temporary-overlay-map and overriding-terminal-local-map.
666
667 2013-06-19 Glenn Morris <rgm@gnu.org>
668
669 * Makefile.in (dist): Edit more configure variables.
670 Try to check that we do not miss any in future.
671
672 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
673
674 * text.texi (Undo, Changing Properties): Fix typos.
675
676 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
677
678 * text.texi (Changing Properties): Document `add-face-text-property'.
679
680 2013-06-17 Kenichi Handa <handa@gnu.org>
681
682 * display.texi (Face Attributes): Refer to "Low-Level font" (not
683 "Font Selection") in the explanation of :font attribute (bug#14629).
684
685 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * loading.texi (Hooks for Loading): Don't document after-load-alist.
688 Document with-eval-after-load instead of eval-after-load.
689
690 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
691
692 * files.texi (File Name Expansion): Make the example more
693 intuitive.
694
695 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
696
697 Documentation fix for 'ls' and hard links.
698 * compile.texi (Compilation Functions):
699 * files.texi (File Attributes, Changing Files):
700 Use current format for GNU 'ls' output.
701 (File Attributes): Fix problem introduced in previous change:
702 the link count is the number of hard links, not the number
703 of hard links + 1.
704
705 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
706
707 * files.texi (File Attributes): Fix typo.
708
709 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * functions.texi (Lambda Expressions): Lambda expressions don't
712 evaluate to themselves in general (bug#11782).
713
714 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * loading.texi (Autoload):
717 * help.texi (Documentation Basics, Accessing Documentation)
718 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
719
720 2013-04-23 Glenn Morris <rgm@gnu.org>
721
722 * internals.texi (Writing Emacs Primitives): Remove obvious example.
723 Tweak other to avoid overly long line.
724
725 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
726
727 * internals.texi (Writing Emacs Primitives): Remove unnecessary
728 references to the sources. (Bug#13800)
729
730 * searching.texi (Regexp Backslash): Doc fix for backslash
731 constructs in regular expressions.
732
733 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
734
735 * tips.texi (Coding Conventions): Mention separation of package
736 descriptor and name of internal symbols by two hyphens.
737
738 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
739
740 * windows.texi (Splitting Windows): Change category of
741 split-window from a command to a function.
742
743 2013-04-06 Chong Yidong <cyd@gnu.org>
744
745 * display.texi (Faces): Minor clarifications.
746 (Defining Faces): Clarify default vs custom face specs.
747 Document face-spec-set.
748
749 * display.texi (Overlay Properties):
750 * text.texi (Special Properties): Use the "anonymous face"
751 terminology. Describe foreground-color and background-color forms
752 as compatibility-only.
753
754 2013-03-24 Eli Zaretskii <eliz@gnu.org>
755
756 * compile.texi (Byte-Code Objects): Add index entry.
757 (Disassembly): Add cross-references.
758
759 2013-03-23 Eli Zaretskii <eliz@gnu.org>
760
761 * frames.texi (Size Parameters): More accurate description of the
762 difference between 'fullboth' and 'maximized'. (Bug#13935)
763
764 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
765
766 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
767
768 2013-03-16 Glenn Morris <rgm@gnu.org>
769
770 * elisp.texi: Add some stuff specific to www.gnu.org.
771
772 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
773
774 * control.texi (Pattern matching case statement): Fix typo.
775
776 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
777
778 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
779
780 2013-03-03 Glenn Morris <rgm@gnu.org>
781
782 * objects.texi (Symbol Type): Fix typo.
783
784 2013-02-28 Bastien Guerry <bzg@gnu.org>
785
786 * variables.texi (File Local Variables): Fix reference.
787
788 2013-02-24 Eli Zaretskii <eliz@gnu.org>
789
790 * files.texi (Magic File Names): Improve wording and indexing.
791
792 2013-02-21 Glenn Morris <rgm@gnu.org>
793
794 * display.texi (Multi-Frame Images): Minor rephrasing.
795
796 2013-02-20 Glenn Morris <rgm@gnu.org>
797
798 * display.texi (GIF Images, TIFF Images): Delete these nodes.
799 (ImageMagick Images): For :index, use an xref rather than duplicating.
800 (Other Image Types): Add GIF, adjust formatting.
801 (Multi-Frame Images): Rename from Animated Images. Expand section.
802 * elisp.texi (Top): Update menu for these changes.
803
804 2013-02-19 Glenn Morris <rgm@gnu.org>
805
806 * text.texi (Change Hooks): Fix typo.
807
808 2013-02-15 Glenn Morris <rgm@gnu.org>
809
810 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
811
812 2013-02-13 Glenn Morris <rgm@gnu.org>
813
814 * objects.texi (Char-Table Type): Add footnote about #^^.
815
816 * modes.texi (Minor Mode Conventions): Fix typo.
817
818 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
819 meta characters; this changed in 22.1. (Bug#13684)
820
821 * objects.texi (Char-Table Type): Add cindex.
822
823 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
824
825 2013-02-10 Glenn Morris <rgm@gnu.org>
826
827 * keymaps.texi (Creating Keymaps): Update make-keymap result.
828
829 2013-02-09 Eli Zaretskii <eliz@gnu.org>
830
831 * modes.texi (%-Constructs): Remove the description of %t.
832
833 * nonascii.texi (MS-DOS File Types): Delete node.
834
835 2013-02-08 Glenn Morris <rgm@gnu.org>
836
837 * keymaps.texi (Active Keymaps, Searching Keymaps):
838 Remove confusing mention of "symbolic prefix". (Bug#13643)
839
840 2013-01-19 Glenn Morris <rgm@gnu.org>
841
842 * macros.texi (Indenting Macros): Fix order of an indent
843 symbol's arguments. (Bug#13450)
844
845 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
846
847 Allow floating-point file offsets.
848 * files.texi (Reading from Files, Writing to Files):
849 Say that file offsets can be numbers, not just integers.
850
851 2013-01-09 Glenn Morris <rgm@gnu.org>
852
853 * commands.texi (Interactive Codes):
854 Whitespace does not terminate interactive "S". (Bug#13393)
855
856 2013-01-06 Chong Yidong <cyd@gnu.org>
857
858 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
859
860 2013-01-05 Glenn Morris <rgm@gnu.org>
861
862 * display.texi (Overlay Properties): Mention field. (Bug#13364)
863
864 2013-01-05 Eli Zaretskii <eliz@gnu.org>
865
866 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
867 directive in a group of items.
868
869 2013-01-05 Chong Yidong <cyd@gnu.org>
870
871 * keymaps.texi (Key Sequences): Remove obsolete sentence
872 (Bug#13356).
873
874 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
875
876 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
877
878 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * files.texi (File Attributes): Undocument return format of file-acl.
881
882 2013-01-03 Glenn Morris <rgm@gnu.org>
883
884 * processes.texi (System Processes):
885 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
886
887 * searching.texi (Replacing Match): Fix xref.
888
889 * elisp.texi (DATE): Bump to Jan 2013.
890
891 2013-01-02 Glenn Morris <rgm@gnu.org>
892
893 * customize.texi (Common Keywords, Type Keywords):
894 Replace "active field" with "button". (Bug#13310)
895
896 * customize.texi (Common Keywords): Add xref. (Bug#13311)
897 * tips.texi (Library Headers): Add cindex.
898
899 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
900
901 * functions.texi (Declare Form):
902 * intro.texi (A Sample Function Description):
903 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
904 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
905 in @def.. commands. (Bug#13292)
906
907 2012-12-29 Eli Zaretskii <eliz@gnu.org>
908
909 * files.texi (Changing Files): Document the return values of
910 set-file-selinux-context and set-file-acl.
911
912 2012-12-27 Glenn Morris <rgm@gnu.org>
913
914 * files.texi (File Names): Mention Cygwin conversion functions.
915
916 2012-12-22 Martin Rudalics <rudalics@gmx.at>
917
918 * windows.texi (Selecting Windows): Reword description of
919 select-window (Bug#13248).
920
921 2012-12-22 Eli Zaretskii <eliz@gnu.org>
922
923 * files.texi (File Attributes, Changing Files): Remove the details
924 about the text returned by file-acl. Instead, just document that
925 it is an opaque string meant to be used by set-file-acl.
926
927 2012-12-21 Chong Yidong <cyd@gnu.org>
928
929 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
930
931 * customize.texi (Simple Types): Document key-sequence type
932 (Bug#13048).
933
934 * strings.texi (Text Comparison): Doc fix for compare-strings.
935
936 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
937
938 * files.texi (Magic File Names): Add `file-acl',
939 `file-selinux-context', `set-file-acl' and
940 `set-file-selinux-context'. Make the list consistent.
941
942 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
943
944 * tips.texi (Library Headers): New header keyword `Homepage'.
945 Make continuation lines syntax more precise.
946
947 2012-12-17 Eli Zaretskii <eliz@gnu.org>
948
949 * files.texi (File Attributes, Changing Files): Update to include
950 MS-Windows support for ACLs.
951
952 2012-12-16 Romain Francoise <romain@orebokech.com>
953
954 * files.texi (File Attributes): Document ACL support and new
955 `file-acl' function.
956 (Changing Files): Mention argument name change of `copy-file' and
957 document new function `set-file-acl'.
958
959 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
960
961 Fix permissions bugs with setgid directories etc. (Bug#13125)
962 * files.texi (Testing Accessibility): Document GROUP arg
963 of file-ownership-preserved-p.
964 (File Attributes): Document that 9th element is now
965 just a placeholder.
966 * os.texi (User Identification): Document new functions group-gid,
967 group-real-gid.
968
969 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
970
971 * internals.texi (C Integer Types): New section.
972 This follows up and records an email in
973 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
974
975 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * control.texi (Pattern matching case statement): New node.
978
979 * customize.texi (Variable Definitions): Mention the default :group
980 for defcustoms (bug#13093).
981
982 2012-12-09 Glenn Morris <rgm@gnu.org>
983
984 * customize.texi (Variable Definitions): Mention eval-defun
985 on a defcustom calls the :set function when appropriate.
986
987 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
988
989 * doclicense.texi, gpl.texi: Update to latest version from FSF.
990 These are just minor editorial changes.
991
992 2012-12-06 Chong Yidong <cyd@gnu.org>
993
994 * lists.texi (Plist Access): Move put example to Symbol Plists.
995
996 * symbols.texi (Standard Properties): Fix typo.
997
998 2012-12-03 Chong Yidong <cyd@gnu.org>
999
1000 * symbols.texi (Symbol Properties): New node.
1001 (Symbol Plists): Make it a subsection under Symbol Properties.
1002 (Standard Properties): New node.
1003
1004 * lists.texi (Property Lists): Move here from symbols.texi.
1005 (Plist Access): Rename from Other Plists.
1006
1007 * customize.texi (Variable Definitions):
1008 * display.texi (Defining Faces):
1009 * sequences.texi (Char-Tables): Fix xref.
1010
1011 * keymaps.texi (Key Sequences): `kbd' is now a function.
1012
1013 * commands.texi (Using Interactive): Fix index entry.
1014
1015 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1016
1017 * doclicense.texi: Update to latest version from FSF.
1018 These are just minor editorial changes.
1019 * elisp.texi (GNU Free Documentation License)
1020 (GNU General Public Licens):
1021 Provide sectioning, since doclicense.texi no longer does that.
1022
1023 * loading.texi (Named Features): @ -> @@ to fix typo.
1024
1025 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1026
1027 * windows.texi (Basic Windows): Fix typo.
1028 (Windows and Frames): Fix example. Move description of
1029 window-in-direction here.
1030 (Recombining Windows): Fix example.
1031 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1032 (Switching Buffers): Reword.
1033 (Display Action Functions): Minor adjustments.
1034 (Choosing Window Options): Minor fixes.
1035 (Window History): Minor rewording.
1036 (Dedicated Windows): Correct and reword part describing how
1037 dedicatedness affects functions removing buffers or windows.
1038 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1039
1040 2012-11-24 Chong Yidong <cyd@gnu.org>
1041
1042 * modes.texi (%-Constructs): Fix statement about mode construct
1043 padding (Bug#12866).
1044
1045 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * debugging.texi (Profiling): Make it more clear
1048 that --enable-profiling is about profiling the C code.
1049
1050 2012-11-21 Glenn Morris <rgm@gnu.org>
1051
1052 * display.texi (Attribute Functions):
1053 Update for set-face-* name changes.
1054 Add new "inherit" argument for face-bold-p etc.
1055 Move description of this argument to a common section, like "frame".
1056
1057 * debugging.texi (Profiling): New section.
1058 (Debugging): Mention profiling in the introduction.
1059 * tips.texi (Compilation Tips): Move profiling to separate section.
1060 * elisp.texi: Add Profiling to detailed menu.
1061
1062 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1063
1064 * windows.texi (Display Action Functions): Fix recently added
1065 example. Suggested by Michael Heerdegen.
1066
1067 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 Minor cleanup for times as lists of four integers.
1070 * os.texi (Time Parsing): Time values can now be four integers.
1071
1072 2012-11-18 Glenn Morris <rgm@gnu.org>
1073
1074 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1075 * macros.texi (Expansion): Mention eager macro expansion.
1076
1077 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1078
1079 2012-11-18 Leo Liu <sdl.web@gmail.com>
1080
1081 * minibuf.texi (Programmed Completion): Doc fix for metadata
1082 request (Bug#12850).
1083
1084 2012-11-18 Glenn Morris <rgm@gnu.org>
1085
1086 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1087
1088 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1089 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1090 (Window Sizes): Add vindex for window-min-height, window-min-width.
1091 (Display Action Functions): Mention pop-up-frame-parameters.
1092
1093 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1094
1095 * windows.texi (Choosing Window): Rewrite description of
1096 display-buffer-alist (Bug#12167).
1097 (Display Action Functions): Mention inhibit-switch-frame.
1098 Fix description of display-buffer-below-selected. Reorder actions.
1099 Add example (Bug#12848).
1100
1101 2012-11-16 Glenn Morris <rgm@gnu.org>
1102
1103 * display.texi (Face Attributes): Fix :underline COLOR description.
1104 (Attribute Functions): Update for set-face-underline rename.
1105 Tweak descriptions of face-underline-p, face-inverse-video-p.
1106
1107 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1108 so they align better in info.
1109 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1110 Document set-temporary-overlay-map.
1111
1112 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1115 with normal keymaps".
1116
1117 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1118
1119 * internals.texi (Garbage Collection): Update descriptions
1120 of vectorlike_header, garbage-collect and gc-cons-threshold.
1121 (Object Internals): Explain Lisp_Object layout and the basics
1122 of an internal type system.
1123 (Buffer Internals): Update description of struct buffer.
1124
1125 2012-11-13 Glenn Morris <rgm@gnu.org>
1126
1127 * variables.texi (Adding Generalized Variables):
1128 At least mention gv-define-expander and gv-letplace.
1129
1130 * debugging.texi (Error Debugging): Mention debug-on-message.
1131 (Using Debugger): Mention debugger-bury-or-kill.
1132
1133 * control.texi (Signaling Errors):
1134 * debugging.texi (Error Debugging):
1135 * errors.texi (Standard Errors): Add user-error.
1136
1137 * variables.texi (Adding Generalized Variables):
1138 Use standard formatting for common lisp note about setf functions.
1139
1140 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1141
1142 * elisp.texi (Top): Add Recombining Windows to menu.
1143 * windows.texi (Recombining Windows): New subsection.
1144 (Splitting Windows): Rewrite text on handling of window
1145 combinations and move it to new subsection.
1146
1147 2012-11-10 Chong Yidong <cyd@gnu.org>
1148
1149 * searching.texi (Replacing Match): Document \? in replace-match.
1150
1151 * variables.texi (Creating Buffer-Local): Document setq-local and
1152 defvar-local.
1153 (Setting Generalized Variables): Arrange table alphabetically.
1154
1155 * lists.texi (List Elements, List Variables): Clarify descriptions
1156 of push and pop for generalized variables.
1157
1158 * edebug.texi (Specification List): setf is no longer CL-only.
1159
1160 2012-11-10 Glenn Morris <rgm@gnu.org>
1161
1162 * variables.texi (Adding Generalized Variables):
1163 Update description of FIX-RETURN expansion.
1164
1165 * variables.texi (Setting Generalized Variables):
1166 Split most of previous contents into this subsection.
1167 (Adding Generalized Variables): New subsection.
1168 Move note on lack of setf functions here from misc/cl.texi.
1169
1170 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1171
1172 2012-11-10 Chong Yidong <cyd@gnu.org>
1173
1174 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1175
1176 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1177
1178 * os.texi (Notifications): Update descriptions of
1179 notifications-notify, notifications-close-notification and
1180 notifications-get-capabilities according to latest code changes.
1181 Add notifications-get-server-information.
1182
1183 2012-11-03 Chong Yidong <cyd@gnu.org>
1184
1185 * objects.texi (General Escape Syntax): Clarify the explanation of
1186 escape sequences.
1187 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1188 multibyte. Hex escapes do not automatically make a string
1189 multibyte.
1190
1191 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1192
1193 * windows.texi (Switching Buffers): Document option
1194 switch-to-buffer-preserve-window-point.
1195 (Display Action Functions): Document window-height and
1196 window-width alist entries.
1197 (Display Action Functions):
1198 Document display-buffer-below-selected and
1199 display-buffer-in-previous-window.
1200 (Quitting Windows): Document quit-restore-window.
1201 Rewrite section.
1202 (Window Configurations): In window-state-get mention that
1203 argument window must be valid.
1204 (Window Parameters): Document quit-restore window parameter
1205 (Bug#12158).
1206
1207 2012-10-31 Glenn Morris <rgm@gnu.org>
1208
1209 * control.texi (Catch and Throw): Add xref to cl.texi.
1210
1211 * lists.texi (Sets And Lists): Point xref to better location.
1212
1213 * errors.texi (Standard Errors):
1214 * loading.texi (Autoload): Update for cl-lib namespace changes.
1215
1216 * modes.texi (Defining Minor Modes): "Generalized Variables"
1217 section is now in this manual rather than cl.texi.
1218
1219 * eval.texi (Special Forms): No longer special forms: defmacro,
1220 defun, save-window-excursion, with-output-to-temp-buffer.
1221 * functions.texi (Defining Functions): Defun is now a macro.
1222 Defalias is a function.
1223
1224 2012-10-30 Glenn Morris <rgm@gnu.org>
1225
1226 * variables.texi (Generalized Variables): Fix typo.
1227
1228 2012-10-30 Chong Yidong <cyd@gnu.org>
1229
1230 * symbols.texi (Symbol Plists): Document function-get.
1231
1232 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1233
1234 * frames.texi (Visibility of Frames): Document tty-top-frame.
1235
1236 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * keymaps.texi (Format of Keymaps): Document the multiple
1239 inheritance format.
1240
1241 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1242
1243 * windows.texi (Basic Windows): Reformulate description of live,
1244 internal and valid windows.
1245 (Cyclic Window Ordering): Describe new argument of
1246 get-lru-window and get-largest-window. Add description of
1247 window-in-direction.
1248
1249 2012-10-27 Glenn Morris <rgm@gnu.org>
1250
1251 * variables.texi (Generalized Variables): New section,
1252 adapted from misc/cl.texi.
1253 * elisp.texi (Top): Add Generalized Variables to menu.
1254 * lists.texi (List Elements, List Variables):
1255 Mention generalized variables.
1256
1257 * lists.texi (List Elements): Typo fix.
1258
1259 2012-10-27 Chong Yidong <cyd@gnu.org>
1260
1261 * minibuf.texi (High-Level Completion): Don't mention removed
1262 function iswitchb-read-buffer.
1263
1264 * commands.texi (Event Input Misc): Remove last-input-char.
1265 (Command Loop Info): Remove last-command-char.
1266
1267 * frames.texi (Initial Parameters): Don't mention the obsolete
1268 special-display feature.
1269
1270 * windows.texi (Choosing Window): Don't mention the obsolete
1271 special display feature.
1272 (Choosing Window Options): Remove obsolete special-display
1273 variables, and the functions special-display-p and
1274 special-display-popup-frame.
1275
1276 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1277
1278 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1279
1280 * markers.texi (Information from Markers): Remove obsolete
1281 function buffer-has-markers-at.
1282
1283 * text.texi (Yanking): Document yank-handled-properties.
1284
1285 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1286
1287 Update manual for new time stamp format (Bug#12706).
1288 * buffers.texi (Modification Time):
1289 * files.texi (Testing Accessibility, File Attributes):
1290 * intro.texi (Version Info):
1291 * os.texi (Time of Day):
1292 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1293 These instances were missed the first time around.
1294 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1295
1296 2012-10-24 Chong Yidong <cyd@gnu.org>
1297
1298 * minibuf.texi (Text from Minibuffer): Document read-regexp
1299 changes.
1300
1301 * nonascii.texi (Selecting a Representation):
1302 Document set-buffer-multibyte changes.
1303
1304 * keymaps.texi (Toolkit Differences): Node deleted.
1305 (Easy Menu): New node.
1306
1307 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1310
1311 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1312
1313 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1314 * files.texi (File Attributes):
1315 * text.texi (Undo):
1316 Time stamp resolution is now 1 picosecond, not 1 second.
1317
1318 2012-10-23 Chong Yidong <cyd@gnu.org>
1319
1320 * display.texi (Font Lookup): Remove font-list-limit.
1321
1322 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1323 (Bug#12529).
1324
1325 2012-10-22 Glenn Morris <rgm@gnu.org>
1326
1327 * os.texi (Recording Input): Tiny fix.
1328
1329 * intro.texi (Lisp History):
1330 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1331 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1332
1333 2012-10-15 Chong Yidong <cyd@gnu.org>
1334
1335 * macros.texi (Defining Macros): defmacro is now a macro.
1336 Explicitly list the docstring and declare arguments.
1337
1338 * functions.texi (Anonymous Functions): Explicitly list the
1339 docstring, declare, and interactive arguments to lambda.
1340 (Defining Functions): Likewise for defun.
1341 (Inline Functions): Likewise for defsubst.
1342 (Declare Form): Tweak description.
1343
1344 2012-10-13 Chong Yidong <cyd@gnu.org>
1345
1346 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1347
1348 2012-10-05 Chong Yidong <cyd@gnu.org>
1349
1350 * minibuf.texi (Basic Completion): Clarify list form of completion
1351 table (Bug#12564).
1352
1353 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1354
1355 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1356
1357 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1358
1359 Revert the FOLLOW-SYMLINKS change for file-attributes.
1360 * files.texi (File Attributes, Magic File Names): Undo last change.
1361
1362 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1363
1364 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1365 * files.texi (File Attributes): Describe it.
1366 (Magic File Names): Use it.
1367
1368 2012-09-30 Chong Yidong <cyd@gnu.org>
1369
1370 * commands.texi (Click Events): Define "mouse position list".
1371 Remove mention of unimplemented horizontal scroll bars.
1372 (Drag Events, Motion Events): Refer to "mouse position list".
1373 (Accessing Mouse): Document posnp.
1374
1375 * errors.texi (Standard Errors): Tweak arith-error description.
1376 Tweak markup. Remove domain-error and friends, which seem to be
1377 unused after the floating-point code revamp.
1378
1379 * functions.texi (Defining Functions): defun is now a macro.
1380 (Obsolete Functions): Obsolescence also affects
1381 documentation commands. Various clarifications.
1382 (Declare Form): New node.
1383
1384 * strings.texi (String Basics): Copyedits.
1385
1386 * os.texi (Startup Summary): Document leim-list.el change.
1387 (User Identification): Add system-users and system-groups.
1388 (Idle Timers): Minor clarifications.
1389
1390 * macros.texi (Defining Macros): Move description of `declare' to
1391 Declare Form node.
1392
1393 * loading.texi (Autoload):
1394 * help.texi (Documentation Basics): The special sequences can
1395 trigger autoloading.
1396
1397 * numbers.texi (Integer Basics): Copyedits.
1398 (Float Basics): Consider IEEE floating point always available.
1399 (Random Numbers): Document actual limits.
1400 (Arithmetic Operations): Clarify division by zero. Don't mention
1401 the machine-independence of negative division since it does not
1402 happen in practice.
1403
1404 2012-09-28 Leo Liu <sdl.web@gmail.com>
1405
1406 * files.texi (Files): Fix typo.
1407
1408 2012-09-23 Chong Yidong <cyd@gnu.org>
1409
1410 * buffers.texi (Read Only Buffers): Document read-only-mode.
1411
1412 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1413 read-only-mode.
1414
1415 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1416 calling conventions.
1417
1418 2012-09-22 Chong Yidong <cyd@gnu.org>
1419
1420 * searching.texi (Replacing Match): Minor clarification.
1421
1422 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1423
1424 * edebug.texi (Instrumenting): Improve indexing.
1425
1426 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1427 from within its own timer action. (Bug#12447)
1428
1429 2012-09-22 Chong Yidong <cyd@gnu.org>
1430
1431 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1432
1433 2012-09-21 Glenn Morris <rgm@gnu.org>
1434
1435 * debugging.texi (Using Debugger): Fix typo.
1436
1437 2012-09-18 Chong Yidong <cyd@gnu.org>
1438
1439 * display.texi (Faces): Discuss anonymous faces.
1440 (Face Attributes): Tweak intro.
1441 (Defining Faces): Move after the Face Attributes node. Copyedits.
1442 (Displaying Faces): Describe role of inheritance.
1443
1444 * customize.texi (Customization): Define customization more
1445 carefully (Bug#11440).
1446 (Common Keywords): Add xref to Constant Variables.
1447
1448 * variables.texi (Defining Variables): Link to defcustom's node
1449 instead of the higher-level Customization chapter.
1450
1451 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1452
1453 Simplify, document, and port floating-point (Bug#12381).
1454 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1455 Document that / and mod (with floating point arguments), along
1456 with asin, acos, log, log10, expt and sqrt, return special values
1457 instead of signaling exceptions.
1458 (Float Basics): Document that logb operates on the absolute value
1459 of its argument.
1460 (Math Functions): Document that (log ARG BASE) also returns NaN if
1461 BASE is negative. Document that (expt X Y) returns NaN if X is a
1462 finite negative number and Y a finite non-integer.
1463
1464 2012-09-09 Chong Yidong <cyd@gnu.org>
1465
1466 * lists.texi (Sets And Lists): Explain that the return value for
1467 delete should be used, like for delq.
1468
1469 * minibuf.texi (Yes-or-No Queries): Document recentering and
1470 scrolling in y-or-n-p. Remove gratuitous example.
1471
1472 * searching.texi (Search and Replace): Document window scrolling
1473 entries in query-replace-map.
1474
1475 2012-09-08 Chong Yidong <cyd@gnu.org>
1476
1477 * syntax.texi (Syntax Table Internals): Define "raw syntax
1478 descriptor" terminology (Bug#12383).
1479 (Syntax Descriptors): Mention raw syntax descriptors.
1480
1481 2012-09-07 Chong Yidong <cyd@gnu.org>
1482
1483 * variables.texi (Creating Buffer-Local): Fix description of
1484 local-variable-if-set-p (Bug#10713).
1485
1486 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1487
1488 * windows.texi (Display Action Functions)
1489 (Choosing Window Options): Remove obsolete variable
1490 display-buffer-reuse-frames.
1491 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1492
1493 * positions.texi (Narrowing): Document buffer-narrowed-p.
1494
1495 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1496
1497 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1498 (Bug#12269).
1499
1500 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1501
1502 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1503
1504 2012-09-02 Chong Yidong <cyd@gnu.org>
1505
1506 * windows.texi (Window Configurations): Recommend against using
1507 save-window-excursion (Bug#12075).
1508
1509 * control.texi (Catch and Throw):
1510 * positions.texi (Excursions): Don't mention it.
1511
1512 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1513
1514 Better seed support for (random).
1515 * numbers.texi (Random Numbers): Document new behavior of
1516 the calls (random) and (random STRING).
1517
1518 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1519
1520 * windows.texi (Window Point): Document recent changes in
1521 window-point and set-window-point.
1522 (Selecting Windows): Document recent change in select-window.
1523
1524 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1525
1526 * functions.texi (Closures): Put the main index entry for
1527 "closures" here. (Bug#12138)
1528
1529 * variables.texi (Lexical Binding): Disambiguate the index entry
1530 for "closures".
1531
1532 2012-08-05 Chong Yidong <cyd@gnu.org>
1533
1534 * display.texi (Defining Faces): Move documentation of
1535 frame-background-mode to the Emacs manual (Bug#7774).
1536
1537 2012-08-04 Chong Yidong <cyd@gnu.org>
1538
1539 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1540 Fix description of syntax table inheritance.
1541 (Syntax Table Functions): Don't refer to internal contents of
1542 syntax table, since that is not explained yet. Copyedits.
1543 (Standard Syntax Tables): Node deleted.
1544 (Syntax Table Internals): Misc clarifications. Improve table
1545 formatting.
1546
1547 * keymaps.texi (Inheritance and Keymaps):
1548 * text.texi (Sticky Properties): Tweak index entry.
1549
1550 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1551
1552 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1553
1554 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1555
1556 Prefer typical American spelling for "acknowledgment".
1557 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1558
1559 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1560
1561 * commands.texi (Special Events): Mention language-change event.
1562 (Input Events, Interactive Codes):
1563 * keymaps.texi (Key Sequences): Mention events that are
1564 non-keyboard but also non-mouse events.
1565
1566 2012-07-17 Chong Yidong <cyd@gnu.org>
1567
1568 * text.texi (Insertion): Document insert-char changes.
1569
1570 2012-07-15 Leo Liu <sdl.web@gmail.com>
1571
1572 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1573
1574 2012-07-13 Chong Yidong <cyd@gnu.org>
1575
1576 * buffers.texi (Read Only Buffers): Document toggle-read-only
1577 changes. Reword to account for the fact that read-only is
1578 currently not supported in overlay properties.
1579
1580 2012-07-07 Chong Yidong <cyd@gnu.org>
1581
1582 * loading.texi (Library Search): Index site-lisp directories.
1583
1584 2012-07-06 Chong Yidong <cyd@gnu.org>
1585
1586 * intro.texi (A Sample Function Description): Fix incorrect
1587 markup, undoing previous change.
1588 (A Sample Variable Description): Minor clarifications and markup
1589 improvements.
1590
1591 * elisp.texi (Top):
1592 * text.texi (Text): Fix menu order.
1593
1594 2012-07-06 Richard Stallman <rms@gnu.org>
1595
1596 * intro.texi (Evaluation Notation, A Sample Function Description):
1597 (A Sample Variable Description): Improve/undo previous changes.
1598
1599 2012-07-05 Glenn Morris <rgm@gnu.org>
1600
1601 * intro.texi (A Sample Function Description): Fix cross-refs.
1602
1603 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1604
1605 * intro.texi (Evaluation Notation, A Sample Function Description)
1606 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1607
1608 2012-06-27 Chong Yidong <cyd@gnu.org>
1609
1610 * processes.texi (Asynchronous Processes, Input to Processes):
1611 * internals.texi (Process Internals): Don't capitalize "pty".
1612
1613 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1614
1615 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1616 discussion more prominent.
1617
1618 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1619
1620 * commands.texi (Misc Events): Document the language-change event.
1621
1622 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1623
1624 Support higher-resolution time stamps (Bug#9000).
1625 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1626 * processes.texi (System Processes):
1627 Time stamp resolution is now picosecond, not microsecond.
1628
1629 2012-06-21 Glenn Morris <rgm@gnu.org>
1630
1631 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1632
1633 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * functions.texi (Defining Functions):
1636 * macros.texi (Defining Macros): Un-define the return value of `defun',
1637 `defmacro' and `defalias'.
1638
1639 2012-06-17 Chong Yidong <cyd@gnu.org>
1640
1641 * elisp.texi: Remove urlcolor setting.
1642
1643 2012-06-17 Glenn Morris <rgm@gnu.org>
1644
1645 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1646 Overlining no longer behaves exactly like underlining.
1647
1648 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
1649
1650 * display.texi (Face Attributes):
1651 Document wave-style underline face attribute.
1652
1653 2012-06-11 Chong Yidong <cyd@gnu.org>
1654
1655 * display.texi (ImageMagick Images): ImageMagick now supports the
1656 :background property.
1657
1658 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1659
1660 * internals.texi (Garbage Collection): Typo fix.
1661
1662 2012-06-09 Chong Yidong <cyd@gnu.org>
1663
1664 * text.texi (Special Properties): Clarify the meaning of a list of
1665 faces in the `face' property.
1666
1667 * display.texi (Face Remapping): Minor clarification.
1668
1669 2012-06-08 Chong Yidong <cyd@gnu.org>
1670
1671 * display.texi (Face Attributes): Font family does not accept
1672 wildcards. De-document obsolete :bold and :italic attributes.
1673 (Defining Faces): Use new-style face spec format.
1674
1675 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1676
1677 * internals.texi (Garbage Collection): Document new
1678 vector management code and vectorlike_header structure.
1679
1680 2012-06-03 Chong Yidong <cyd@gnu.org>
1681
1682 * modes.texi (Mode Line Data): Use "mode line construct"
1683 terminology for consistency.
1684
1685 2012-05-27 Glenn Morris <rgm@gnu.org>
1686
1687 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1688 * buffers.texi, commands.texi, compile.texi, control.texi:
1689 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1690 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1691 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1692 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1693 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1694 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1695 * objects.texi, os.texi, package.texi, positions.texi:
1696 * processes.texi, searching.texi, sequences.texi, streams.texi:
1697 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1698 * variables.texi, windows.texi: Nuke hand-written node pointers.
1699
1700 2012-05-27 Chong Yidong <cyd@gnu.org>
1701
1702 * functions.texi (Obsolete Functions):
1703 Fix doc for set-advertised-calling-convention.
1704
1705 * modes.texi (Mode Help): Fix describe-mode.
1706
1707 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1708
1709 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1710
1711 2012-05-27 Martin Rudalics <rudalics@gmx.at>
1712
1713 * commands.texi (Recursive Editing): recursive-edit is a command.
1714
1715 * compile.texi (Docs and Compilation):
1716 byte-compile-dynamic-docstrings is an option.
1717
1718 * debugging.texi (Invoking the Debugger): debug is a command.
1719
1720 * display.texi (Progress): progress-reporter-update and
1721 progress-reporter-force-update have VALUE argument optional.
1722 (Animated Images): Use non-@code{nil} instead of non-nil.
1723
1724 * files.texi (Format Conversion Round-Trip):
1725 Use non-@code{nil} instead of non-nil.
1726
1727 * frames.texi (Creating Frames): make-frame is a command.
1728 (Input Focus): select-frame is a command.
1729 (Pointer Shape): void-text-area-pointer is an option.
1730
1731 * help.texi (Describing Characters): read-kbd-macro is a command.
1732 (Help Functions): describe-prefix-bindings is a command.
1733
1734 * markers.texi (Creating Markers): Both arguments of copy-marker
1735 are optional.
1736
1737 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1738
1739 * modes.texi (Mode Line Variables): mode-line-remote and
1740 mode-line-client are not options.
1741 (Imenu): imenu-add-to-menubar is a command.
1742 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
1743
1744 * os.texi (Sound Output): play-sound-file is a command.
1745
1746 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
1747
1748 * processes.texi (Signals to Processes):
1749 Use @key{RET} instead of @code{RET}.
1750 (Signals to Processes): signal-process is a command.
1751
1752 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
1753 (Base 64): base64-encode-string is not a command while
1754 base64-decode-region is.
1755
1756 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1757
1758 2012-05-12 Glenn Morris <rgm@gnu.org>
1759
1760 * Makefile.in (MKDIR_P): New, set by configure.
1761 (mkinfodir): Use $MKDIR_P.
1762
1763 2012-05-10 Glenn Morris <rgm@gnu.org>
1764
1765 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1766 with "coding: raw-text".
1767 Concept of multibyte sessions no longer exists.
1768
1769 * files.texi (File Locks): Mention create-lockfiles option.
1770
1771 2012-05-09 Glenn Morris <rgm@gnu.org>
1772
1773 * vol1.texi, vol2.texi: Remove files.
1774 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1775 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1776
1777 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
1778
1779 * two-volume.make (emacsdir): New.
1780 (tex): Add directory with emacsver.texi to TEXINPUTS.
1781
1782 * minibuf.texi (Minibuffer History, Basic Completion):
1783 Tweak page breaks.
1784
1785 * internals.texi (Garbage Collection, Memory Usage)
1786 (Writing Emacs Primitives): Tweak page breaks.
1787
1788 * streams.texi (Output Variables): Improve page break.
1789
1790 * edebug.texi (Edebug Display Update): Improve page break.
1791
1792 * compile.texi (Disassembly): Condense the examples.
1793
1794 * eval.texi, functions.texi, loading.texi, macros.texi:
1795 Where possible, use example rather than smallexample.
1796
1797 * symbols.texi: Where possible, use example rather than smallexample.
1798 (Symbol Components): Fix typo.
1799 (Other Plists): Tweak page break.
1800
1801 * sequences.texi (Arrays): Tweak page breaks.
1802
1803 * customize.texi: Where possible, use example rather than smallexample.
1804 (Common Keywords, Variable Definitions, Applying Customizations)
1805 (Custom Themes): Tweak page breaks.
1806
1807 * control.texi: Where possible, use example rather than smallexample.
1808 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1809 Tweak page breaks.
1810
1811 2012-05-08 Glenn Morris <rgm@gnu.org>
1812
1813 * two.el: Remove; unused since creation of two-volume.make.
1814
1815 * vol1.texi, vol2.texi: No need to keep menus in these files.
1816
1817 2012-05-05 Glenn Morris <rgm@gnu.org>
1818
1819 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1820
1821 * intro.texi (Caveats): Copyedit.
1822 (Lisp History): Convert inforef to xref.
1823 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1824
1825 * text.texi (Auto Filling): Don't mention Emacs 19.
1826
1827 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1828 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1829
1830 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1831
1832 * lists.texi (List-related Predicates, List Variables):
1833 Tweak page-breaks.
1834 (Sets And Lists): Convert inforef to xref.
1835
1836 2012-05-04 Glenn Morris <rgm@gnu.org>
1837
1838 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1839 (info, infoclean): Use $INFO_EXT.
1840 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1841 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1842 (info, maintainer-clean): Use $INFO_EXT.
1843 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1844
1845 2012-05-04 Chong Yidong <cyd@gnu.org>
1846
1847 * os.texi (Timers): Use defopt for timer-max-repeats.
1848
1849 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1850
1851 * os.texi (Time of Day): Do not limit current-time-string
1852 to years 1000..9999.
1853
1854 2012-05-02 Chong Yidong <cyd@gnu.org>
1855
1856 * display.texi (Font Lookup):
1857 * frames.texi (Pointer Shape):
1858 * processes.texi (Subprocess Creation): Use defopt for options.
1859
1860 2012-05-02 Glenn Morris <rgm@gnu.org>
1861
1862 * elisp.texi (@copying):
1863 * intro.texi (Introduction): Only print VERSION in the TeX version.
1864
1865 2012-05-02 Chong Yidong <cyd@gnu.org>
1866
1867 * text.texi (Change Hooks): Minor fix for after-change-functions.
1868
1869 2012-05-02 Glenn Morris <rgm@gnu.org>
1870
1871 * package.texi (Packaging Basics):
1872 * loading.texi (Autoload):
1873 * files.texi (Magic File Names):
1874 Reword to remove/reduce some overly long/short lines.
1875
1876 2012-04-27 Glenn Morris <rgm@gnu.org>
1877
1878 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1879 * modes.texi (Major Modes, Auto-Indentation):
1880 * buffers.texi (Buffers): Some fixes for menu descriptions.
1881
1882 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1883 * functions.texi (Simple Lambda, Argument List):
1884 * eval.texi (Function Indirection): Avoid deprecated form.
1885
1886 2012-04-27 Glenn Morris <rgm@gnu.org>
1887
1888 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1889 Add "et al." to authors.
1890
1891 * buffers.texi, commands.texi, compile.texi, control.texi:
1892 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1893 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1894 * modes.texi, numbers.texi, objects.texi, streams.texi:
1895 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1896 Use Texinfo recommended convention for quotes+punctuation.
1897
1898 2012-04-27 Chong Yidong <cyd@gnu.org>
1899
1900 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1901 to where-is-internal (Bug#10872).
1902
1903 2012-04-27 Glenn Morris <rgm@gnu.org>
1904
1905 * macros.texi (Indenting Macros): Fix typo.
1906
1907 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1908 (Resizing Windows, Deleting Windows, Selecting Windows)
1909 (Choosing Window Options, Horizontal Scrolling)
1910 (Cyclic Window Ordering, Window History, Dedicated Windows)
1911 (Quitting Windows, Window Configurations, Textual Scrolling):
1912 (Coordinates and Windows, Window Configurations)
1913 (Window Parameters, Window Hooks): Copyedits.
1914 (Splitting Windows, Deleting Windows):
1915 Fix ignore-window-parameters logic.
1916 (Selecting Windows, Choosing Window Options): Markup fixes.
1917 (Window Start and End): Remove pointless example.
1918 Remove cross-reference to deleted count-lines content.
1919 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1920 and recenter-positions. Remove recenter example.
1921
1922 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1923
1924 * minibuf.texi (Intro to Minibuffers):
1925 Tweak discussion of resizing minibuffer window.
1926
1927 2012-04-26 Glenn Morris <rgm@gnu.org>
1928
1929 * elisp-covers.texi, front-cover-1.texi: Remove files.
1930
1931 * tindex.pl: Remove file.
1932
1933 * makefile.w32-in (srcs):
1934 * Makefile.in (srcs): Remove back.texi (which is unused).
1935
1936 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1937
1938 * os.texi (Notifications): Extend possible notification hints.
1939 Add notifications-get-capabilities.
1940
1941 2012-04-20 Chong Yidong <cyd@gnu.org>
1942
1943 * processes.texi (Asynchronous Processes): Mention nil argument to
1944 start-process.
1945
1946 2012-04-20 Glenn Morris <rgm@gnu.org>
1947
1948 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1949 Don't mention obsolete `nospace' argument of all-completions.
1950 (Minibuffer Completion, Completion Commands, Reading File Names)
1951 (Completion Variables): Copyedits.
1952 (Completion Commands): Mention parent keymaps.
1953 Remove obsolete minibuffer-local-filename-must-match-map.
1954 (High-Level Completion): Remove read-variable's almost
1955 word-for-word duplication of read-command.
1956 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1957 Update "High-Level Completion" description.
1958
1959 * minibuf.texi (Minibuffers):
1960 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1961
1962 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1963 Use Texinfo-recommended form of quote+punctuation.
1964 (Intro to Minibuffers): First minibuffer is #1, not #0.
1965 Mention minibuffer-inactive-mode.
1966 (Text from Minibuffer): Copyedits.
1967 (Minibuffer History, Programmed Completion): Fix @var usage.
1968 (Object from Minibuffer): Remove overly pedantic para.
1969 (Minibuffer History): Copyedits. Add face-name-history.
1970 (Initial Input, Yes-or-No Queries, Multiple Queries)
1971 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1972 (Yes-or-No Queries): Tweak example.
1973 (Minibuffer Commands): Add next-complete-history-element.
1974 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1975 minibuffer-inactive-mode.
1976
1977 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1978 (Bindat Functions): Copyedits.
1979
1980 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
1981
1982 * files.texi (Saving Buffers): Document `visit and `visit-save'
1983 values of require-final-newline.
1984
1985 2012-04-20 Glenn Morris <rgm@gnu.org>
1986
1987 * processes.texi (Output from Processes, Filter Functions):
1988 Mention waiting-for-user-input-p.
1989 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1990 (Network Servers, Datagrams, Network Processes, Network Options)
1991 (Network Feature Testing, Serial Ports): Copyedits.
1992 (Network): Add encrypted network overview paragraph.
1993 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1994
1995 2012-04-20 Chong Yidong <cyd@gnu.org>
1996
1997 * help.texi (Keys in Documentation): Mention :advertised-binding.
1998
1999 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2000 description to help.texi.
2001
2002 2012-04-20 Glenn Morris <rgm@gnu.org>
2003
2004 * processes.texi (Process Information, Input to Processes)
2005 (Signals to Processes, Output from Processes, Process Buffers)
2006 (Filter Functions, Decoding Output): Copyedits.
2007 (Accepting Output): Discourage use of `millisec' argument.
2008
2009 2012-04-15 Glenn Morris <rgm@gnu.org>
2010
2011 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
2012 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2013 Copyedits.
2014 (Subprocess Creation): Discourage modifying exec-path directly.
2015 (Synchronous Processes, Asynchronous Processes):
2016 Update some example output.
2017 (Process Information): Fix typo.
2018 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2019
2020 2012-04-15 Glenn Morris <rgm@gnu.org>
2021
2022 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2023 open-network-stream does exist in Emacs 23, but is simpler.
2024
2025 2012-04-15 Chong Yidong <cyd@gnu.org>
2026
2027 * customize.texi (Custom Themes): Also document load-theme etc.
2028
2029 2012-04-14 Chong Yidong <cyd@gnu.org>
2030
2031 * customize.texi (Applying Customizations):
2032 (Custom Themes): New nodes.
2033
2034 * display.texi (Defining Faces): Reference custom-set-faces.
2035
2036 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2037 * os.texi (Startup Summary): Copyedits.
2038
2039 2012-04-14 Glenn Morris <rgm@gnu.org>
2040
2041 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2042
2043 * strings.texi (Case Tables):
2044 * objects.texi (General Escape Syntax):
2045 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2046
2047 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2048 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2049 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2050 * text.texi: Use @file for buffers, per the Texinfo manual.
2051
2052 * compile.texi (Compiler Errors): Add missing space in buffer name.
2053
2054 2012-04-14 Chong Yidong <cyd@gnu.org>
2055
2056 * processes.texi (Query Before Exit): Remove obsolete function
2057 process-kill-without-query (Bug#11190).
2058
2059 2012-04-14 Glenn Morris <rgm@gnu.org>
2060
2061 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2062 Use @env for environment variables.
2063
2064 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2065
2066 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2067
2068 * processes.texi (Synchronous Processes):
2069 Mention `default-directory' (bug#7515).
2070
2071 2012-04-09 Chong Yidong <cyd@gnu.org>
2072
2073 * customize.texi (Variable Definitions): Remove user-variable-p.
2074
2075 * commands.texi (Interactive Codes):
2076 * help.texi (Accessing Documentation):
2077 * minibuf.texi (High-Level Completion): Callers changed.
2078
2079 2012-04-06 Chong Yidong <cyd@gnu.org>
2080
2081 * minibuf.texi (Programmed Completion): Document metadata method.
2082 (Completion Variables): Document completion-category-overrides.
2083
2084 2012-04-05 Chong Yidong <cyd@gnu.org>
2085
2086 * anti.texi (Antinews): Rewrite for Emacs 23.
2087
2088 2012-04-04 Chong Yidong <cyd@gnu.org>
2089
2090 * minibuf.texi (Programmed Completion): Remove obsolete variable
2091 completion-annotate-function.
2092 (Completion Variables): Rename from Completion Styles.
2093 Document completion-extra-properties. Document completion-styles-alist
2094 change.
2095 (Reading File Names): minibuffer-local-filename-must-match-map is
2096 not used anymore.
2097 (Minibuffer Completion): Document completing-read-function.
2098 (Completion in Buffers): completion-at-point-functions can return
2099 properties recognized in completion-extra-properties.
2100
2101 * display.texi (Delayed Warnings): New node.
2102
2103 * os.texi (Notifications): Copyedits.
2104
2105 2012-04-04 Glenn Morris <rgm@gnu.org>
2106
2107 * os.texi (Notifications): Copyedits.
2108
2109 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2110
2111 * os.texi (Terminal-Specific): Fix typo.
2112 (Notifications): New section.
2113
2114 * elisp.texi (Top):
2115 * vol1.texi (Top):
2116 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2117 menu entries.
2118
2119 2012-04-01 Chong Yidong <cyd@gnu.org>
2120
2121 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2122 file-in-directory-p.
2123
2124 2012-03-31 Glenn Morris <rgm@gnu.org>
2125
2126 * edebug.texi (Instrumenting Macro Calls):
2127 Mention defining macros at instrumentation time.
2128 (Edebug Options): Mention edebug-unwrap-results.
2129
2130 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2131
2132 * text.texi (Special Properties): Clarify the description of the
2133 effect of integer values of the 'cursor' property on cursor
2134 position. See the discussions in bug#11068 for more details and
2135 context.
2136
2137 2012-03-31 Glenn Morris <rgm@gnu.org>
2138
2139 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2140 Copyedits.
2141
2142 2012-03-30 Chong Yidong <cyd@gnu.org>
2143
2144 * display.texi (Image Formats): Add imagemagick type.
2145 (Image Descriptors): Mention how they are used.
2146 (ImageMagick Images): Clarify role of imagemagick-register-types.
2147 (Character Display): Don't mention glyph tables.
2148 (Display Tables): Use make-glyph-code in example.
2149 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2150 tables are semi-obsolete. De-document create-glyph.
2151 (Glyphless Chars): Note that display tables override this.
2152 (Bidirectional Display): Copyedits. Introduce "bidirectional
2153 reordering" terminology, and use it.
2154
2155 2012-03-30 Glenn Morris <rgm@gnu.org>
2156
2157 * edebug.texi (Jumping): Give name of `i' binding.
2158
2159 2012-03-28 Glenn Morris <rgm@gnu.org>
2160
2161 * searching.texi (Regular Expressions, Regexp Special):
2162 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
2163 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2164 (Regexp Special): Mention collation.
2165 Clarify char classes with an example.
2166 (Regexp Functions): Mention regexp-opt is not guaranteed.
2167 Mention regexp-opt-charset.
2168 (Regexp Search): Recommend against looking-back.
2169 (Search and Replace): Use Texinfo recommended quote convention.
2170 Add more query-replace-map items. List multi-query-replace-map items.
2171
2172 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2173
2174 * windows.texi (Window History): Describe new option
2175 switch-to-visible-buffer.
2176
2177 2012-03-27 Glenn Morris <rgm@gnu.org>
2178
2179 * searching.texi (String Search): Add xref to Emacs manual.
2180 Copyedits. Mention the function word-search-regexp.
2181 (Searching and Case): Add xref to Emacs manual. Copyedits.
2182
2183 * processes.texi (Network Servers): Standardize apostrophe usage.
2184
2185 * os.texi (System Environment): Copyedits. Remove some examples
2186 that do not seem useful. Mention setenv third arg.
2187 tty-erase-char does not seem to be nil under a window-system.
2188 (User Identification): Copyedits.
2189 Remove some examples that do not seem useful.
2190
2191 2012-03-26 Glenn Morris <rgm@gnu.org>
2192
2193 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2194 (Init File): Copyedits.
2195 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2196 (Killing Emacs): Copyedits.
2197 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2198 Shorten the example, use more standard shell prompts.
2199
2200 2012-03-25 Chong Yidong <cyd@gnu.org>
2201
2202 * display.texi (Fringes): Note that fringes are shown on graphical
2203 displays only.
2204 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2205 (Replacing Specs): Clarify example.
2206 (Manipulating Buttons): Note that button-at can return a marker.
2207 (Buttons): Minor rewrite.
2208 (Character Display): New node. Consolidate all character display
2209 related nodes into its subsections.
2210 (Usual Display): Character 127 is also affected by ctl-arrow.
2211 (Display Tables): Improve example.
2212
2213 2012-03-22 Glenn Morris <rgm@gnu.org>
2214
2215 * strings.texi (Text Comparison): Mention string-prefix-p.
2216
2217 2012-03-21 Chong Yidong <cyd@gnu.org>
2218
2219 * display.texi (The Echo Area): Add xref to Output Streams.
2220 (Displaying Messages): Improve doc of message.
2221 (Echo Area Customization, Invisible Text): Copyedits.
2222 (Invisible Text): Mention that spec comparison is done with eq.
2223 (Width): Improve doc of char-width.
2224 (Faces): Recommend using symbol instead of string for face name.
2225 Minor clarifications.
2226 (Defining Faces): Copyedits. Update face example.
2227 (Attribute Functions): Mark set-face-foreground etc as commands.
2228 (Face Remapping): Mention text-scale-adjust.
2229 Clarify face-remapping-alist and related docs.
2230 (Face Functions): Don't document make-face or copy-face.
2231
2232 2012-03-20 Chong Yidong <cyd@gnu.org>
2233
2234 * display.texi (Forcing Redisplay): Various rewrites to reflect
2235 new value of redisplay-dont-pause.
2236 (Truncation): Copyedits.
2237
2238 2012-03-20 Glenn Morris <rgm@gnu.org>
2239
2240 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2241 Add summary table of some relevant command-line options.
2242
2243 2012-03-18 Chong Yidong <cyd@gnu.org>
2244
2245 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2246 (Writing Emacs Primitives): Re-organize discussion of functions
2247 with variable Lisp arguments are handled. Delete an obsolete
2248 remark, previously tagged as FIXME.
2249
2250 * os.texi (Idle Timers): Minor clarification.
2251 (Idle Timers): Link to Time of Day for description of time list.
2252
2253 2012-03-18 Glenn Morris <rgm@gnu.org>
2254
2255 * os.texi (System Interface): Flow control was removed.
2256 (Startup Summary): General update.
2257 (Init File): Don't mention compiling it.
2258
2259 2012-03-17 Chong Yidong <cyd@gnu.org>
2260
2261 * os.texi (Startup Summary): Mention package loading.
2262 (Init File): Don't refer to .emacs in section title. Copyedits.
2263 (Terminal-Specific): Give a realistic example.
2264 (Command-Line Arguments): Reference Entering Emacs instead of
2265 repeating the spiel about not restarting Emacs.
2266 (Time of Day): Discuss time representation at beginning of node.
2267 (Sound Output): Copyedits.
2268
2269 * package.texi (Packaging Basics): Document package-initialize.
2270
2271 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2272
2273 * frames.texi (Initial Parameters): Add an index entry for
2274 minibuffer-only frame.
2275
2276 2012-03-16 Glenn Morris <rgm@gnu.org>
2277
2278 * modes.texi (Major Mode Conventions): Mention the strange
2279 relationship between View mode and special modes. (Bug#10650)
2280
2281 2012-03-11 Chong Yidong <cyd@gnu.org>
2282
2283 * windows.texi (Window Configurations): save-window-excursion is
2284 now a macro.
2285
2286 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2287 now a macro.
2288
2289 * text.texi (Fields): Minor copyedit.
2290
2291 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2292
2293 * strings.texi (String Basics):
2294 * sequences.texi (Sequence Functions): Mention that `length' is
2295 not appropriate for computing the string width on display; add a
2296 cross-reference to the description of `string-width'. (Bug#10978)
2297
2298 * eval.texi (Autoloading): Minor change of wording.
2299
2300 2012-03-10 Chong Yidong <cyd@gnu.org>
2301
2302 * loading.texi (Autoload): Explicitly state which forms are
2303 processed specially (Bug#7783).
2304
2305 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2306 non-default situation. Describe one-submenu exception (Bug#7695).
2307
2308 * nonascii.texi (Character Properties): Copyedits.
2309
2310 2012-03-08 Chong Yidong <cyd@gnu.org>
2311
2312 * text.texi (Mode-Specific Indent): Document new behavior of
2313 indent-for-tab-command. Document tab-always-indent.
2314 (Special Properties): Copyedits.
2315 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2316 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2317 libxml-parse-html-region.
2318
2319 2012-03-07 Glenn Morris <rgm@gnu.org>
2320
2321 * markers.texi (The Region): Briefly mention use-empty-active-region
2322 and region-active-p.
2323 (Overview of Markers): Reword garbage collection, add cross-ref.
2324 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2325
2326 2012-03-07 Chong Yidong <cyd@gnu.org>
2327
2328 * text.texi (Buffer Contents): Don't duplicate explanation of
2329 region arguments from Text node. Put doc of obsolete var
2330 buffer-substring-filters back, since it is referred to.
2331 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2332 selection by default.
2333
2334 * markers.texi (The Mark): Fix typo.
2335 (The Region): Copyedits.
2336
2337 2012-03-07 Glenn Morris <rgm@gnu.org>
2338
2339 * markers.texi (Overview of Markers): Copyedits.
2340 (Creating Markers): Update approximate example buffer size.
2341 (The Mark): Don't mention uninteresting return values.
2342
2343 2012-03-05 Chong Yidong <cyd@gnu.org>
2344
2345 * positions.texi (Text Lines): Document count-words.
2346
2347 2012-03-04 Chong Yidong <cyd@gnu.org>
2348
2349 * frames.texi (Frames): Remove little-used "terminal frame" and
2350 "window frame" terminology.
2351 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2352 (Size and Position, Visibility of Frames): Callers changed.
2353 (Frames): Clarify which terminals in framep are graphical.
2354 (Initial Parameters): --geometry is not the only option which adds
2355 to initial-frame-alist.
2356 (Position Parameters): Note that icon-left and icon-top are for
2357 old window managers only.
2358 (Size Parameters): Sizes are in characters even on graphical
2359 displays.
2360 (Management Parameters): Note that window-id and outer-window-id
2361 can't really be changed, and that auto-raise isn't always obeyed.
2362 (Cursor Parameters): Document cursor-type explicitly.
2363 (Size and Position): The aliases set-screen-height and
2364 set-screen-width have been deleted.
2365 (Visibility of Frames): Mention "minimization".
2366
2367 * os.texi (Startup Summary): Minor clarifications.
2368 (Startup Summary, Suspending Emacs): Standardize on "text
2369 terminal" terminology.
2370
2371 * windows.texi (Basic Windows, Coordinates and Windows)
2372 (Coordinates and Windows):
2373 * display.texi (Refresh Screen, Line Height, Face Attributes)
2374 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2375
2376 2012-03-04 Glenn Morris <rgm@gnu.org>
2377
2378 * abbrevs.texi: Small copyedits throughout.
2379 (Abbrev Mode): Remove this section, folding it into the top-level.
2380 (Abbrev Tables): Don't mention irrelevant return values.
2381 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2382 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2383 (Abbrev Table Properties): Update nil :regexp description.
2384
2385 2012-03-03 Glenn Morris <rgm@gnu.org>
2386
2387 * internals.texi: Change @appendix section commands to @section.
2388 (Building Emacs): Say less about CANNOT_DUMP platforms.
2389 Replace deleted eval-at-startup with custom-initialize-delay.
2390 (Pure Storage): Small changes.
2391 (Memory Usage): Copyedit.
2392 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2393 example definitions. Give examples of things with non-nil
2394 interactive args. Mention eval_sub. Remove old info about
2395 strings and GCPRO. Mention cus-start.el.
2396 (Buffer Internals, Window Internals, Process Internals):
2397 Misc small updates and fixes for fields.
2398
2399 * tips.texi: Copyedits.
2400 (Coding Conventions): Mention autoloads.
2401 Combine partially duplicated macro items. Fix xref.
2402 Refer to Library Headers for copyright notice.
2403 (Programming Tips): edit-options is long-obsolete.
2404 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2405 (Warning Tips): Mention declare-function.
2406 (Documentation Tips): Remove old info.
2407 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2408 (Library Headers): General update.
2409
2410 2012-03-02 Glenn Morris <rgm@gnu.org>
2411
2412 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2413 and relocate entry. Mention buffer-stale-function.
2414
2415 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2416
2417 * hooks.texi (Standard Hooks): General update.
2418 Put related hooks together. Add and remove items.
2419 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2420 * modes.texi (Hooks): Tweak cross-ref description.
2421
2422 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * files.texi (Kinds of Files): The return value of file-equal-p is
2425 unspecified, if FILE1 or FILE2 does not exist.
2426
2427 2012-03-01 Glenn Morris <rgm@gnu.org>
2428
2429 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2430
2431 * maps.texi (Standard Keymaps): General update.
2432 Remove mode-specific maps, talk about the more general keymaps.
2433 * help.texi (Help Functions): Add vindex for Helper-help-map.
2434 * keymaps.texi (Active Keymaps): Minor rephrasing.
2435
2436 2012-02-29 Glenn Morris <rgm@gnu.org>
2437
2438 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2439
2440 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2441
2442 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2443 Update changed behavior of file-subdir-of-p.
2444
2445 2012-02-28 Glenn Morris <rgm@gnu.org>
2446
2447 * advice.texi, anti.texi, display.texi, elisp.texi:
2448 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2449 Standardize possessive apostrophe usage.
2450
2451 * locals.texi: Remove file.
2452 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2453 Remove menu entry.
2454 * errors.texi, maps.texi: Adjust node pointers.
2455 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2456 * makefile.w32-in (srcs):
2457 * Makefile.in (srcs): Remove locals.texi.
2458
2459 * frames.texi (Mouse Position): Fix cross-ref.
2460
2461 2012-02-27 Chong Yidong <cyd@gnu.org>
2462
2463 * buffers.texi (Creating Buffers): Clarify that
2464 generate-new-buffer uses generate-new-buffer-names.
2465 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2466
2467 * files.texi (Directory Names): Index entry for file name abbreviations.
2468 (Relative File Names, File Name Expansion): Refer to it.
2469 (Locating Files): Move locate-user-emacs-file documentation to
2470 Standard File Names.
2471 (Standard File Names): Add locate-user-emacs-file; update examples.
2472
2473 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2474
2475 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2476
2477 2012-02-26 Chong Yidong <cyd@gnu.org>
2478
2479 * files.texi (Kinds of Files): Improve documentation of
2480 files-equal-p and file-subdir-of-p.
2481
2482 2012-02-26 Glenn Morris <rgm@gnu.org>
2483
2484 * intro.texi (Acknowledgements): Small changes.
2485
2486 2012-02-25 Glenn Morris <rgm@gnu.org>
2487
2488 * errors.texi: Don't try to list _all_ the error symbols.
2489 Add circular-list, cl-assertion-failed, compression-error.
2490 * elisp.texi, vol1.texi, vol2.texi:
2491 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2492
2493 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2494
2495 * files.texi (files-equal-p, file-subdir-of-p): New,
2496 add initial documentation.
2497
2498 2012-02-25 Chong Yidong <cyd@gnu.org>
2499
2500 * files.texi (File Attributes): Document file-selinux-context.
2501 (Changing Files): Link to it.
2502 (Changing Files): Document set-file-selinux-context.
2503
2504 * backups.texi (Making Backups): Return value of backup-buffer is
2505 changed. Mention default value of backup-directory-alist.
2506 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2507 (Auto-Saving): New minor mode behavior for auto-save-mode.
2508 (Reverting): Add defvar for revert-buffer-in-progress-p.
2509
2510 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2511
2512 2012-02-24 Glenn Morris <rgm@gnu.org>
2513
2514 * errors.texi (Standard Errors): Mention dbus-error.
2515 For arith-error sub-classes, just use one cross-ref.
2516
2517 2012-02-23 Alan Mackenzie <acm@muc.de>
2518
2519 * modes.texi (Defining Minor Modes): Document the new keyword
2520 :after-hook.
2521
2522 2012-02-21 Chong Yidong <cyd@gnu.org>
2523
2524 * files.texi (Files): Mention magic file names as arguments.
2525 (Reading from Files): Copyedits.
2526 (File Attributes): Mention how to change file modes.
2527 (Changing Files): Use standard "file permissions" terminology.
2528 Add xref to File Attributes node.
2529 (Locating Files): Document locate-user-emacs-file.
2530 (Unique File Names): Recommend against using make-temp-name.
2531
2532 2012-02-19 Chong Yidong <cyd@gnu.org>
2533
2534 * help.texi (Documentation, Documentation Basics, Help Functions):
2535 Minor clarifications.
2536 (Accessing Documentation): Clarify what documentation-property is
2537 for. Add xref to Keys in Documentation.
2538
2539 * tips.texi (Documentation Tips): Don't recommend using * in
2540 docstrings.
2541
2542 * macros.texi (Defining Macros):
2543 * modes.texi (Derived Modes): Say "documentation string" instead
2544 of docstring.
2545
2546 2012-02-18 Chong Yidong <cyd@gnu.org>
2547
2548 * modes.texi (Tabulated List Mode): New node.
2549 (Basic Major Modes): Add xref to it.
2550
2551 * processes.texi (Process Information): Mention Process Menu mode.
2552
2553 2012-02-17 Chong Yidong <cyd@gnu.org>
2554
2555 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2556
2557 2012-02-17 Glenn Morris <rgm@gnu.org>
2558
2559 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2560
2561 2012-02-16 Chong Yidong <cyd@gnu.org>
2562
2563 * syntax.texi (Syntax Tables, Syntax Descriptors)
2564 (Syntax Table Functions): Copyedits.
2565 (Syntax Basics): Don't repeat the material in the preceding node.
2566 (Syntax Class Table): Use a table.
2567 (Syntax Properties): Document syntax-propertize-function and
2568 syntax-propertize-extend-region-functions.
2569 (Motion via Parsing): Clarify scan-lists. Fix indentation.
2570 (Parser State): Update for the new "c" comment style.
2571 Fix description of item 7 (comment style).
2572
2573 * modes.texi (Minor Modes): Update how mode commands should treat
2574 arguments now.
2575 (Mode Line Basics): Clarify force-mode-line-update.
2576 (Mode Line Top): Note that the example is not realistic.
2577 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2578 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2579 "mode line construct" instead of "mode line specification".
2580 (Syntactic Font Lock): Remove mention of obsolete variable
2581 font-lock-syntactic-keywords.
2582 (Setting Syntax Properties): Node deleted.
2583 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2584 (Font Lock Basics): Note that syntactic fontification falls back
2585 on `syntax-table'.
2586 (Search-based Fontification): Emphasize that font-lock-keywords
2587 should not be set directly.
2588 (Faces for Font Lock): Avoid some confusing terminology.
2589 (Syntactic Font Lock): Minor clarifications. Add xref to
2590 Syntactic Font Lock node.
2591
2592 2012-02-15 Chong Yidong <cyd@gnu.org>
2593
2594 * minibuf.texi (Basic Completion): Define "completion table".
2595 Move completion-in-region to Completion in Buffers node.
2596 (Completion Commands): Use "completion table" terminology.
2597 (Completion in Buffers): New node.
2598
2599 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2600 (Setting Hooks): Update minor mode usage example.
2601 (Major Mode Conventions): Note that completion-at-point-functions
2602 should be altered locally. Add xref to Completion in Buffers.
2603 Remove duplicate tip about auto-mode-alist.
2604 (Minor Modes): Rewrite introduction.
2605 (Minor Mode Conventions): Copyedits. Don't recommend
2606 variable-only minor modes since few minor modes are like that.
2607
2608 2012-02-15 Glenn Morris <rgm@gnu.org>
2609
2610 * processes.texi (Network): Document open-network-stream :parameters.
2611
2612 2012-02-14 Chong Yidong <cyd@gnu.org>
2613
2614 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2615 was removed on 2009-09-10. Update lisp-mode-map example.
2616 (Inheritance and Keymaps): Minor clarification.
2617 (Searching Keymaps): Remove out-of-place enumeration.
2618 (Key Lookup): Remove unnecessary example (one was already given in
2619 Format of Keymaps).
2620 (Changing Key Bindings): Update suppress-keymap example.
2621 (Menu Bar, Tool Bar): Copyedits.
2622 (Tool Bar): Update tool-bar-map example.
2623
2624 2012-02-12 Chong Yidong <cyd@gnu.org>
2625
2626 * debugging.texi (Debugger Commands): Continuing is now allowed
2627 for errors.
2628
2629 2012-02-11 Chong Yidong <cyd@gnu.org>
2630
2631 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2632 Move the list of standard bitmaps there.
2633 (Fringe Cursors): Rewrite for clarity.
2634 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2635
2636 * commands.texi (Command Overview): Mention read-key.
2637 (Using Interactive, Interactive Call): Minor clarifications.
2638 (Function Keys, Click Events): Avoid "input stream" terminology.
2639 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2640 Clarify column and row components.
2641 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2642 (Special Events): Copyedits.
2643
2644 * streams.texi (Input Streams): De-document get-file-char.
2645 (Output Variables): Don't refer to old backquote syntax.
2646
2647 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2648 (Error Debugging): Note that debug-ignored-errors overrides list
2649 values of debug-on-error too. Add xref to Signaling Errors.
2650 Note that debug-on-signal is not customizable.
2651 Mention condition-case-unless-debug.
2652 (Compilation Errors): Node deleted.
2653
2654 * compile.texi (Compiler Errors): Move a paragraph here from
2655 deleted node Compilation Errors.
2656
2657 2012-02-10 Leo Liu <sdl.web@gmail.com>
2658
2659 * control.texi (Handling Errors): Change condition-case-no-debug
2660 to condition-case-unless-debug.
2661
2662 2012-02-10 Chong Yidong <cyd@gnu.org>
2663
2664 * advice.texi (Defining Advice): Clarify ad-unadvise.
2665 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2666 is not abnormal.
2667 (Advising Primitives): Node deleted; ad-define-subr-args has been
2668 removed.
2669
2670 * compile.texi (Speed of Byte-Code): Use float-time in example.
2671 (Compilation Functions): Note that the log uses Compilation mode.
2672 Don't discuss the contents of byte-code function object here.
2673 (Compilation Functions): De-document internal function byte-code.
2674 (Docs and Compilation): Minor clarifications.
2675
2676 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2677 Objects.
2678
2679 2012-02-10 Glenn Morris <rgm@gnu.org>
2680
2681 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2682 Mention secure-hash.
2683 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2684
2685 2012-02-10 Chong Yidong <cyd@gnu.org>
2686
2687 * loading.texi (Loading): Don't emphasize "library" terminology.
2688 (Library Search): load-path is not a user option. Mention role of
2689 -L option and packages. Improve examples.
2690 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2691 obsolete.
2692 (Autoload): Minor clarifications.
2693
2694 2012-02-10 Glenn Morris <rgm@gnu.org>
2695
2696 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2697
2698 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2699
2700 2012-02-08 Glenn Morris <rgm@gnu.org>
2701
2702 * loading.texi (Named Features): Update the require example.
2703
2704 2012-02-07 Glenn Morris <rgm@gnu.org>
2705
2706 * modes.texi (Defining Minor Modes):
2707 Expand on args of defined minor modes.
2708
2709 2012-02-07 Chong Yidong <cyd@gnu.org>
2710
2711 * variables.texi (Creating Buffer-Local): Minor clarification
2712 to buffer-local-variables doc (Bug#10715).
2713
2714 2012-02-07 Glenn Morris <rgm@gnu.org>
2715
2716 * display.texi (ImageMagick Images): General update.
2717 Move most details of imagemagick-render-type to the variable's doc.
2718
2719 2012-02-06 Glenn Morris <rgm@gnu.org>
2720
2721 * keymaps.texi (Tool Bar): Mention separators.
2722 (Inheritance and Keymaps):
2723 Mention make-composed-keymap and multiple inheritance.
2724
2725 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2726
2727 * control.texi (Handling Errors):
2728 Mention condition-case-no-debug and with-demoted-errors.
2729
2730 2012-02-05 Chong Yidong <cyd@gnu.org>
2731
2732 * customize.texi (Common Keywords): Minor clarifications.
2733 Document custom-unlispify-remove-prefixes.
2734 (Variable Definitions): Backquotes in defcustom seem to work fine
2735 now. Various other copyedits.
2736 (Simple Types): Copyedits. Document color selector.
2737 (Composite Types): Copyedits.
2738 (Splicing into Lists): Clarifications.
2739
2740 * eval.texi (Backquote): Move from macros.texi.
2741
2742 * macros.texi (Expansion): Minor clarification.
2743 (Backquote): Move node to eval.texi.
2744 (Defining Macros): Move an example from Backquote node.
2745 (Argument Evaluation): No need to mention Pascal.
2746 (Indenting Macros): Add xref to Defining Macros.
2747
2748 2012-02-05 Glenn Morris <rgm@gnu.org>
2749
2750 * debugging.texi (Error Debugging): Mention debug-on-event default.
2751
2752 2012-02-04 Glenn Morris <rgm@gnu.org>
2753
2754 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2755
2756 * debugging.texi (Error Debugging): Mention debug-on-event.
2757 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2758
2759 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2760
2761 * text.texi (Buffer Contents):
2762 Update filter-buffer-substring description.
2763
2764 2012-02-04 Chong Yidong <cyd@gnu.org>
2765
2766 * functions.texi (What Is a Function): Add closures.
2767 Mention "return value" terminology. Add xref for command-execute.
2768 Remove unused "keystroke command" terminology.
2769 (Lambda Expressions): Give a different example than in the
2770 following subsection. Add xref to Anonymous Functions.
2771 (Function Documentation): Remove gratuitous markup.
2772 (Function Names): Move introductory text to `What Is a Function'.
2773 (Defining Functions): Fix defun argument spec.
2774 (Anonymous Functions): Document lambda macro explicitly.
2775 Mention effects on lexical binding.
2776 (Function Cells): Downplay direct usage of fset.
2777 (Closures): New node.
2778 (Inline Functions): Remove "open-code" terminology.
2779 (Declaring Functions): Minor tweak; .m is not C code.
2780
2781 * variables.texi (Variables): Don't refer to "global value".
2782 (Local Variables, Void Variables): Copyedits.
2783 (Lexical Binding): Minor clarification of example.
2784 (File Local Variables): Mention :safe and :risky defcustom args.
2785 (Lexical Binding): Add xref to Closures node.
2786
2787 2012-02-04 Glenn Morris <rgm@gnu.org>
2788
2789 * minibuf.texi (High-Level Completion): Updates for read-color.
2790
2791 2012-02-03 Glenn Morris <rgm@gnu.org>
2792
2793 * display.texi (GIF Images): Mention animation.
2794 Remove commented-out old example of animation.
2795 (Animated Images): New subsection.
2796 * elisp.texi (Top):
2797 * vol1.texi (Top):
2798 * vol2.texi (Top): Add Animated Images menu entry.
2799
2800 * display.texi (Image Formats): Remove oddly specific information
2801 on versions of image libraries.
2802 (GIF Images, TIFF Images): Minor rephrasing.
2803
2804 2012-02-02 Glenn Morris <rgm@gnu.org>
2805
2806 * processes.texi (Synchronous Processes):
2807 Mention call-process's :file gets overwritten.
2808
2809 * commands.texi (Reading One Event):
2810 * help.texi (Help Functions): Document read-char-choice.
2811
2812 * hooks.texi (Standard Hooks):
2813 * modes.texi (Keymaps and Minor Modes):
2814 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2815
2816 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2817
2818 * hooks.texi (Standard Hooks):
2819 * modes.texi (Major Mode Conventions, Mode Hooks):
2820 Document change-major-mode-after-body-hook.
2821
2822 2012-02-01 Glenn Morris <rgm@gnu.org>
2823
2824 * modes.texi (Defining Minor Modes):
2825 Mention disabling global minor modes on a per-major-mode basis.
2826
2827 2012-01-31 Chong Yidong <cyd@gnu.org>
2828
2829 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2830 (Parser State): Remove unnecessary statement (Bug#10661).
2831
2832 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2833
2834 2012-01-31 Glenn Morris <rgm@gnu.org>
2835
2836 * modes.texi (Defining Minor Modes):
2837 Document define-minor-mode's new :variable keyword.
2838
2839 2012-01-29 Chong Yidong <cyd@gnu.org>
2840
2841 * syntax.texi (Syntax Class Table): Tweak description of newline
2842 char syntax (Bug#9619).
2843
2844 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2845 description (Bug#10189).
2846
2847 2012-01-29 Glenn Morris <rgm@gnu.org>
2848
2849 * files.texi (Changing Files): Document SELinux support.
2850
2851 * windows.texi (Window Sizes): Fix typo.
2852
2853 2012-01-28 Chong Yidong <cyd@gnu.org>
2854
2855 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2856 doc (Bug#8568).
2857
2858 * frames.texi (Input Focus): Add NORECORD arg to
2859 select-frame-set-input-focus. Clarify its role in select-frame.
2860
2861 * text.texi (Transposition): We don't use transpose-region as an
2862 internal subroutine (Bug#3249).
2863
2864 * modes.texi (Example Major Modes): Update Lisp example code to
2865 current sources. Delete the old non-derived-major-mode example,
2866 which has diverged badly from current sources.
2867
2868 2012-01-27 Glenn Morris <rgm@gnu.org>
2869
2870 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2871 (VERSION, manual): Remove, unused.
2872
2873 2012-01-27 Chong Yidong <cyd@gnu.org>
2874
2875 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2876
2877 2012-01-26 Chong Yidong <cyd@gnu.org>
2878
2879 * searching.texi (String Search): Document negative repeat count
2880 (Bug#10507).
2881
2882 2012-01-26 Glenn Morris <rgm@gnu.org>
2883
2884 * variables.texi (Using Lexical Binding):
2885 Mention that lexical-binding should be set in the first line.
2886
2887 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2888
2889 * macros.texi (Defining Macros): Don't claim that `declare' only
2890 affects Edebug and indentation.
2891
2892 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2893
2894 * macros.texi (Defining Macros): Slight `declare' fixup.
2895
2896 2012-01-25 Glenn Morris <rgm@gnu.org>
2897
2898 * makefile.w32-in (texinputdir):
2899 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2900
2901 2012-01-24 Chong Yidong <cyd@gnu.org>
2902
2903 * variables.texi (Variables, Local Variables, Void Variables):
2904 Edit to make the descriptions less specific to dynamic binding.
2905 (Local Variables): Default max-specpdl-size is now 1300.
2906 (Defining Variables): Edits for lexical scoping.
2907 Delete information about starting docstrings with *. De-document
2908 user-variable-p.
2909 (Tips for Defining): Remove an unimportant discussion of quitting
2910 in the middle of a load.
2911 (Accessing Variables, Setting Variables): Discuss lexical binding.
2912 (Variable Scoping): Rewrite.
2913 (Scope, Extent, Impl of Scope): Nodes deleted.
2914 (Dynamic Binding): New node, with material from Scope, Extent, and
2915 Impl of Scope nodes.
2916 (Dynamic Binding Tips): Rename from Using Scoping.
2917 (Lexical Binding): Rewrite.
2918 (Using Lexical Binding): Rename from Converting to Lexical
2919 Binding. Convert to subsection.
2920
2921 * customize.texi (Variable Definitions): Add custom-variable-p.
2922 Move user-variable-p documentation here.
2923
2924 2012-01-23 Chong Yidong <cyd@gnu.org>
2925
2926 * strings.texi (Text Comparison): Minor qualification.
2927
2928 * lists.texi (Cons Cells): Copyedits.
2929 (List Elements): Mention push.
2930 (List Variables): Mention pop.
2931 (Rings): Move to sequences.texi.
2932
2933 * sequences.texi (Sequence Functions): Don't repeat the
2934 introduction already given in the parent.
2935 (Vectors): Copyedits.
2936 (Rings): Move from lists.texi. Note that this is specific to the
2937 ring package.
2938
2939 * symbols.texi (Definitions, Symbol Components): Mention variable
2940 scoping issues.
2941 (Plists and Alists): Copyedits.
2942
2943 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2944 correctness with lexical scoping.
2945 (Eval): Copyedits.
2946
2947 2012-01-21 Chong Yidong <cyd@gnu.org>
2948
2949 * intro.texi (A Sample Function Description): Special notation
2950 used for macros too.
2951
2952 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2953 (Symbol Type): Add xref for keyword symbols.
2954 (Sequence Type): Clarify differences between sequence types.
2955 (Cons Cell Type): Add "linked list" index entry.
2956 (Non-ASCII in Strings): Copyedits.
2957 (Equality Predicates): Symbols with same name need not be eq.
2958
2959 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2960 ldexp. Move float-e and float-pi to Math Functions node.
2961
2962 2012-01-21 Glenn Morris <rgm@gnu.org>
2963
2964 * modes.texi (Auto Major Mode):
2965 * variables.texi (File Local Variables):
2966 Mention inhibit-local-variables-regexps.
2967
2968 2012-01-19 Martin Rudalics <rudalics@gmx.at>
2969
2970 * windows.texi (Window Configurations): Rewrite references to
2971 persistent window parameters.
2972 (Window Parameters): Fix description of persistent window
2973 parameters.
2974
2975 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2976
2977 * windows.texi (Window Parameters): Use @pxref.
2978
2979 2012-01-16 Martin Rudalics <rudalics@gmx.at>
2980
2981 * windows.texi (Window Configurations, Window Parameters):
2982 Describe persistent window parameters.
2983
2984 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * variables.texi (Creating Buffer-Local): Warn against misuses of
2987 make-variable-buffer-local (bug#10258).
2988
2989 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2990
2991 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2992
2993 2012-01-06 Chong Yidong <cyd@gnu.org>
2994
2995 * variables.texi (Directory Local Variables):
2996 Document hack-dir-local-variables-non-file-buffer.
2997
2998 2012-01-06 Glenn Morris <rgm@gnu.org>
2999
3000 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3001 rather than by keybinding.
3002
3003 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3004
3005 * frames.texi (Font and Color Parameters): Add @pxref.
3006
3007 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3008
3009 * frames.texi (Font and Color Parameters):
3010 Document w32 font backends (bug#10399).
3011
3012 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3013
3014 * files.texi (File Attributes, Changing Files):
3015 Use a more-natural notation for octal numbers.
3016
3017 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * variables.texi (Variables with Restricted Values):
3020 Change reference to variable (bug#10354).
3021
3022 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3023
3024 * windows.texi (Splitting Windows): Use t instead of non-nil
3025 when describing window-combination-resize.
3026
3027 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * text.texi (Special Properties): Warn against `intangible' properties
3030 (bug#10222).
3031
3032 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3033
3034 * display.texi (Truncation):
3035 * text.texi (Special Properties): Describe what a stretch-glyph is
3036 instead of using that term without explanation. Make the
3037 cross-references more accurate.
3038
3039 * display.texi (Usual Display): Update the description,
3040 cross-references, and indexing related to display of control
3041 characters and raw bytes.
3042
3043 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3044
3045 * windows.texi (Splitting Windows): Fix description of
3046 window-combination-limit. Suggested by Eli Zaretskii.
3047
3048 2011-11-23 Chong Yidong <cyd@gnu.org>
3049
3050 * windows.texi (Window Sizes): Move window-top-line,
3051 window-left-column, and window-*-pixel-edges to Coordinates and
3052 Windows node.
3053 (Coordinates and Windows): Restore window-edges doc.
3054
3055 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3056
3057 * windows.texi (Windows and Frames, Splitting Windows):
3058 Fix typos.
3059
3060 2011-11-21 Chong Yidong <cyd@gnu.org>
3061
3062 * windows.texi (Splitting Windows): Fix error in documentation of
3063 window-combination-limit.
3064 (Cyclic Window Ordering): Minor fixes to next-window,
3065 one-window-p, and get-lru-window docs. Don't document
3066 window-list-1.
3067 (Buffers and Windows): Copyedits.
3068 (Choosing Window): Document special handling of special-display-*.
3069 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3070 Don't document even-window-heights, which is going away.
3071 Clarify which options are obeyed by which action functions.
3072
3073 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3076
3077 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3078
3079 * windows.texi (Resizing Windows, Splitting Windows):
3080 Remove term "status" when talking about combination limits.
3081
3082 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * compile.texi (Compiler Errors):
3085 * help.texi (Help Functions): Fix typos.
3086
3087 2011-11-19 Chong Yidong <cyd@gnu.org>
3088
3089 * windows.texi (Splitting Windows): Clarify role of window
3090 parameters in split-window. Shorten the example.
3091 (Deleting Windows): Rewrite intro to handle internal windows.
3092 Fix delete-windows-on doc.
3093 (Selecting Windows): Copyedits.
3094
3095 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3096
3097 * windows.texi (Resizing Windows, Splitting Windows)
3098 (Deleting Windows): Use term window-combination-resize instead
3099 of window-splits.
3100
3101 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3102
3103 * windows.texi (Resizing Windows, Splitting Windows):
3104 Rename occurrences of window-nest to window-combination-limit.
3105
3106 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * intro.texi (Lisp History): Fix typo.
3109
3110 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3111
3112 * windows.texi (Splitting Windows, Deleting Windows):
3113 Remove references to splits status of windows.
3114
3115 2011-11-10 Glenn Morris <rgm@gnu.org>
3116
3117 * buffers.texi (Read Only Buffers): Expand a bit on why
3118 toggle-read-only should only be used interactively. (Bug#7292)
3119
3120 2011-11-09 Chong Yidong <cyd@gnu.org>
3121
3122 * windows.texi (Window Sizes): Document window-pixel-edges,
3123 window-inside-pixel-edges, window-absolute-pixel-edges, and
3124 window-inside-absolute-pixel-edges.
3125 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3126 non-full-width windows.
3127
3128 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3129
3130 * windows.texi (Resizing Windows): Rewrite documentation of
3131 window-resizable.
3132
3133 2011-11-09 Chong Yidong <cyd@gnu.org>
3134
3135 * windows.texi (Splitting Windows): Simplify example.
3136
3137 2011-11-08 Chong Yidong <cyd@gnu.org>
3138
3139 * windows.texi (Window Sizes): Copyedits. Document
3140 window-text-height. Remove window-min-height and window-min-width
3141 discussion, referring instead to Emacs manual.
3142 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3143 (Resizing Windows): Simplify introduction. Don't document
3144 enlarge-window, shrink-window, enlarge-window-horizontally, and
3145 shrink-window-horizontally; they are no longer preferred for
3146 calling from Lisp, and are already documented in the Emacs manual.
3147
3148 2011-11-07 Glenn Morris <rgm@gnu.org>
3149
3150 * windows.texi (Choosing Window): Fix keybinding typo.
3151
3152 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3153
3154 * windows.texi (Resizing Windows, Splitting Windows)
3155 (Window Configurations): Use "child window" instead of
3156 "subwindow".
3157
3158 2011-11-06 Chong Yidong <cyd@gnu.org>
3159
3160 * windows.texi (Basic Windows): Clarify various definitions.
3161 Treat window-normalize-* as internal; don't document them.
3162 (Windows and Frames): Various clarifications, e.g. non-live
3163 windows also belong to frames. Fix window-list description.
3164 Simplify window nesting example.
3165 (Splitting Windows, Window Configurations):
3166 Use split-window-below.
3167
3168 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3169
3170 * windows.texi (Window Sizes): Mention in the doc string that the
3171 return values of `window-body-height' and `window-body-width' are
3172 in frame's canonical units. (Bug#9949)
3173
3174 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3175
3176 * windows.texi (Windows and Frames): Remove "iso-" infix from
3177 documentation of window-iso-combined-p.
3178
3179 2011-10-26 Chong Yidong <cyd@gnu.org>
3180
3181 * modes.texi (Running Hooks): Document with-wrapper-hook.
3182
3183 2011-10-18 Chong Yidong <cyd@gnu.org>
3184
3185 * display.texi (Glyphless Chars): New node.
3186
3187 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * text.texi (Yanking): Document yank-excluded-properties.
3190
3191 * package.texi (Packaging Basics): The commentary should say how
3192 to begin using the package.
3193
3194 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3195
3196 * windows.texi (Deleting Windows): Mention which window gets
3197 selected when deleting the selected window.
3198
3199 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3200
3201 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3202 with the selected window.
3203 * windows.texi (Buffers and Windows): Reformulate text on how
3204 replace-buffer-in-windows deals with a window.
3205 (Quitting Windows): Describe how quit-window deals with a
3206 standalone frame. Describe new option frame-auto-hide-function.
3207
3208 2011-10-08 Glenn Morris <rgm@gnu.org>
3209
3210 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3211
3212 * positions.texi (Excursions): Update warning message.
3213
3214 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3217 Fix Emacs manual xref (Bug#9675).
3218
3219 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * windows.texi (Textual Scrolling): Document scroll-up-command,
3222 scroll-down-command, scroll-error-top-bottom, and the
3223 scroll-command symbol property.
3224 (Display Action Functions): Fix description of
3225 display-buffer-pop-up-window.
3226
3227 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * windows.texi (Splitting Windows): Fix typos.
3230
3231 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3232
3233 * windows.texi (Windows and Frames, Display Action Functions)
3234 (Switching Buffers): Fix some typos.
3235 (Buffers and Windows): Remove reference to window-auto-delete.
3236 Reword description of replace-buffer-in-windows.
3237 (Window History): Fix some typos and refer to frame local buffer
3238 list.
3239 (Quitting Windows): New node.
3240 (Window Configurations): Add descriptions of window-state-get
3241 and window-state-put.
3242 (Window Parameters): Describe variable ignore-window-parameters.
3243 Sketch some window parameters currently in use.
3244 * elisp.texi (Top): Update node listing.
3245
3246 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * windows.texi (Display Action Functions)
3249 (Choosing Window Options): New nodes.
3250
3251 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3252
3253 * windows.texi (Window History): New node. Move text here from
3254 Buffers and Windows.
3255 (Switching Buffers): Rename from Displaying Buffers, since we
3256 don't document display-buffer here; callers changed.
3257 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3258 switch-to-buffer-other-frame. Delete duplicate
3259 replace-buffer-in-windows doc.
3260 (Choosing Window): Document display actions.
3261
3262 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3263
3264 * display.texi (Forcing Redisplay): Update the description of
3265 redisplay-dont-pause due to change in the default value.
3266
3267 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3268
3269 * frames.texi (Frames and Windows): Move section and rename to
3270 Windows and Frames in windows.texi.
3271 * windows.texi (Windows): Restructure.
3272 (Basic Windows): Rewrite. Explain live and internal windows and
3273 normalization functions.
3274 (Windows and Frames): Move section here from frames.texi.
3275 Describe subwindows, window combinations, window tree, and
3276 corresponding functions including window-list here.
3277 (Window Sizes): Rename section from Size of Window and move it
3278 up in chapter. Describe total and body sizes and the
3279 corresponding functions. Explain new semantics of
3280 window-min-height/-width.
3281 (Resizing Windows): Move section up in chapter. Describe new
3282 resize functions.
3283 (Splitting Windows): Describe new behavior of split-window,
3284 split-window-above-each-other and split-window-side-by-side.
3285 Provide examples. Describe window-nest and window-splits
3286 options.
3287 (Deleting Windows): Minor rewrite.
3288 (Selecting Windows): Minor rewrite.
3289 Describe frame-selected-window and set-frame-selected-window here.
3290 (Cyclic Window Ordering): Minor rewrite.
3291 Describe window-list-1.
3292 (Buffers and Windows): Rewrite. Explain a window's previous and
3293 next buffers and the corresponding functions.
3294 (Window Tree): Merge into Windows and Frames section.
3295 * elisp.texi (Top): Update node listings for frames and windows
3296 sections.
3297
3298 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3301
3302 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * errors.texi (Standard Errors): Remove apparent placeholder text
3305 (bug#9491).
3306
3307 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * frames.texi (Management Parameters): Fix description of
3310 icon-type parameter.
3311
3312 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3315 ending in C-g. Suggested by Edward O'Connor.
3316
3317 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3318
3319 * numbers.texi (Integer Basics): Add indexing for
3320 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3321
3322 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3323
3324 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3325
3326 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3327
3328 * processes.texi (Network Servers): Clarify what the process
3329 buffer is used for (bug#9233).
3330
3331 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3332
3333 * lists.texi (Building Lists): Fix typo.
3334
3335 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * display.texi (Basic Faces): New node. Document new faces.
3338
3339 * modes.texi (Major Mode Conventions): Move some text there.
3340 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3341
3342 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * modes.texi (Basic Major Modes): New node. Callers updated.
3345 (Major Modes): Document fundamental-mode and major-mode.
3346 (Major Mode Basics): Node deleted; text moved to Major Modes.
3347 (Derived Modes): Document derived-mode-p.
3348
3349 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * files.texi (Changing Files, Create/Delete Dirs): Document new
3352 arguments for delete-file, delete-directory, and copy-directory.
3353 (Visiting Functions): Remove view-file; it is documented in the
3354 Emacs manual.
3355
3356 * frames.texi (Layout Parameters): The defaults for the
3357 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3358
3359 * display.texi (Progress): Document spinner functionality.
3360
3361 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3362 operating system signals. Refer to save-buffers-kill-terminal
3363 instead of save-buffers-kill-emacs.
3364
3365 * objects.texi (Symbol Type): Document ## print representation.
3366
3367 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3368
3369 * display.texi (Specified Space): Mention that `space' specs
3370 influence bidi reordering.
3371 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3372 separating fields with bidirectional content.
3373
3374 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3375
3376 * display.texi (Bidirectional Display): Document return value in
3377 buffers that are not bidi-reordered for display, and in unibyte
3378 buffers.
3379
3380 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3381
3382 * nonascii.texi (Character Properties): Document the values for
3383 unassigned codepoints.
3384
3385 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3386
3387 * nonascii.texi (Character Properties): Document use of
3388 `bidi-class' and `mirroring' properties as part of reordering.
3389 Provide cross-references to "Bidirectional Display".
3390
3391 * display.texi (Bidirectional Display): Document the pitfalls of
3392 concatenating strings with bidirectional content, with possible
3393 solutions. Document bidi-string-mark-left-to-right.
3394 Mention paragraph direction in modes that inherit from prog-mode.
3395 Document use of `bidi-class' and `mirroring' properties as part of
3396 reordering.
3397
3398 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3399
3400 * modes.texi (Major Mode Conventions): Improve the documentation
3401 of `mode-class' `special' modes.
3402
3403 * nonascii.texi (Character Properties): Document the `mirroring'
3404 property. Add index entries.
3405
3406 * syntax.texi (Categories): Add an example of defining a new
3407 category and category table.
3408
3409 * searching.texi (Regexp Backslash): Document how to display
3410 existing categories. Mention the possibility of adding
3411 categories, and add an xref to where this is described. Add an
3412 index entry.
3413
3414 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3415
3416 * text.texi (Special Properties):
3417 * display.texi (Overlay Properties): Note that mouse-face cannot
3418 change the text size (Bug#8530).
3419
3420 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3423 using setenv instead.
3424
3425 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3426
3427 * display.texi (Bidirectional Display): Document the fact that
3428 bidi-display-reordering is t by default.
3429
3430 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3431
3432 * display.texi (Bidirectional Display): New section.
3433
3434 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3435 Tim Cross <theophilusx@gmail.com> (tiny change)
3436 Glenn Morris <rgm@gnu.org>
3437
3438 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3439
3440 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3441
3442 * help.texi (Keys in Documentation): Revert last change.
3443
3444 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3445
3446 * help.texi (Keys in Documentation): Clarify that \= only quotes
3447 the next character, and doesn't affect longer sequences in
3448 particular (bug#8935).
3449
3450 * debugging.texi (Using Debugger):
3451 Mention @code{eval-expression-debug-on-error} (bug#8549).
3452
3453 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3454
3455 * display.texi (Other Display Specs): Document that `left-fringe'
3456 and `right-fringe' display specifications are of the "replacing"
3457 kind.
3458
3459 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * help.texi (Documentation Basics): Add a link to the Function
3462 Documentation node (bug#6580).
3463
3464 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3465
3466 * keymaps.texi (Menu Bar): Mention :visible and :enable
3467 (bug#6344). Text by Drew Adams.
3468
3469 * modes.texi (Running Hooks): Mention buffer-local hook variables
3470 (bug#6218).
3471
3472 * objects.texi (General Escape Syntax): "a with grave accent" is
3473 ?xe0, not ?x8e0 (bug#5259).
3474
3475 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * display.texi (Face Attributes, Font Selection): Add references
3478 to the Fonts node in the Emacs manual (Bug#4178).
3479
3480 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * display.texi (Window Systems): `window-system' is
3483 terminal-local.
3484
3485 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3486 frame-local variables.
3487
3488 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3489 frame-local variables.
3490 (Frame-Local Variables): Node deleted.
3491
3492 * elisp.texi (Top): Update node listing.
3493
3494 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3495
3496 * elisp.texi: Change "inferiors" to "subnodes" in three places
3497 (bug#3523).
3498
3499 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3500
3501 * frames.texi (Window System Selections): Discussion of
3502 x-select-enable-clipboard moved to Emacs manual.
3503
3504 2011-07-11 Deniz Dogan <deniz@dogan.se>
3505
3506 * commands.texi (Prefix Command Arguments): Remove excessive
3507 apostrophe.
3508
3509 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3510
3511 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3512 description is a string (bug#3313).
3513
3514 * frames.texi (Display Feature Testing): Try to explain what all
3515 the visual classes mean (bug#3042).
3516
3517 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3518
3519 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3520 and `mode-line-client' (bug#2974).
3521
3522 * text.texi (Insertion): Clarify marker movements (bug#1651).
3523 Text from Drew Adams.
3524
3525 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3526
3527 * text.texi (Special Properties): Clarify the format of `face'
3528 (bug#1375).
3529
3530 * commands.texi (Interactive Call): Add a `call-interactively'
3531 example (bug#1010).
3532
3533 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3534
3535 * functions.texi (Calling Functions): Link to the "Interactive
3536 Call" node (bug#1001).
3537
3538 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3539
3540 * customize.texi (Composite Types): Move alist and plist to here
3541 from Simple Types (Bug#7545).
3542
3543 * elisp.texi (Top): Update menu description.
3544
3545 * display.texi (Face Attributes): Document negative line widths
3546 (Bug#6113).
3547
3548 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3549
3550 * searching.texi (Match Data): Note that match data can be
3551 overwritten by most functions (bug#2499).
3552
3553 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
3555 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3556 flags mean (bug#6659).
3557
3558 * functions.texi (What Is a Function): Document the autoload
3559 object (bug#6496).
3560
3561 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3562
3563 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3564 is only used in the Customize user interface (bug#6089).
3565
3566 * display.texi (Showing Images): Mention the point of sliced
3567 images (bug#7836).
3568
3569 2011-07-02 Eli Zaretskii <eliz@gnu.org>
3570
3571 * variables.texi (Defining Variables, Void Variables)
3572 (Constant Variables): Fix incorrect usage of @kindex.
3573
3574 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3575
3576 * variables.texi (Defining Variables): Add an index entry for
3577 `set-variable' (bug#7262).
3578 (Defining Variables): Use @findex for functions.
3579
3580 * frames.texi (Basic Parameters): Document the `explicit-name'
3581 parameter (bug#6951).
3582
3583 * customize.texi (Type Keywords): Clarify that :value provides a
3584 default value for all types (bug#7386).
3585
3586 * streams.texi (Output Functions): Document `pp'.
3587
3588 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * keymaps.texi (Searching Keymaps):
3591 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3592 change. Suggested by Johan Bockgård.
3593
3594 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * text.texi (Special Properties): Clarify role of font-lock-face.
3597
3598 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3599
3600 * processes.texi (Process Information): Rename `process-alive-p'
3601 to `process-live-p' for consistency with other `-live-p' functions.
3602
3603 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3604
3605 Document wide integers better.
3606 * files.texi (File Attributes): Document ino_t values better.
3607 ino_t values no longer map to anything larger than a single cons.
3608 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3609 (Bitwise Operations):
3610 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3611 to read, and that will port better if 62-bits becomes the default.
3612 Fix or remove incorrect examples.
3613 * os.texi (Time Conversion): Document time_t values better.
3614
3615 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3616
3617 * processes.texi (Process Information):
3618 Document `process-alive-p'.
3619
3620 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * help.texi (Accessing Documentation):
3623 * display.texi (Pixel Specification):
3624 * processes.texi (Serial Ports, Serial Ports):
3625 * nonascii.texi (Character Properties, Default Coding Systems):
3626 * text.texi (Changing Properties, Special Properties):
3627 * windows.texi (Window Start and End):
3628 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3629 * keymaps.texi (Searching Keymaps, Tool Bar):
3630 * minibuf.texi (Basic Completion):
3631 * compile.texi (Eval During Compile):
3632 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3633 7x9 paper in printed manual.
3634
3635 * lists.texi (Sets And Lists): Fix misplaced text.
3636
3637 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3638
3639 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3640 needs to be active (Bug#8350).
3641
3642 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3645
3646 * tips.texi (Coding Conventions): Remove antediluvian filename
3647 limit recommendation (Bug#8538).
3648
3649 2011-05-27 Glenn Morris <rgm@gnu.org>
3650
3651 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3652
3653 2011-05-26 Glenn Morris <rgm@gnu.org>
3654
3655 * variables.texi (File Local Variables):
3656 Update hack-local-variables `mode-only' return value.
3657 Add some more details on what this function does in the other case.
3658
3659 2011-05-19 Glenn Morris <rgm@gnu.org>
3660
3661 * lists.texi (Sets And Lists): Mention cl provides union etc.
3662
3663 2011-05-19 Nix <nix@esperi.org.uk>
3664
3665 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3666
3667 * text.texi (Parsing HTML): Update for function name changes.
3668
3669 * syntax.texi (Syntax Flags): Small fix.
3670
3671 * keymaps.texi (Active Keymaps): Typo fix.
3672 (Changing Key Bindings): Grammar fix.
3673
3674 * frames.texi (Minibuffers and Frames): Grammar fix.
3675 (Window System Selections): x-select-enable-clipboard now defaults to t.
3676
3677 * customize.texi (Common Keywords):
3678 * display.texi (Abstract Display):
3679 * modes.texi (Auto-Indentation):
3680 * nonascii.texi (Converting Representations): Typo fixes.
3681
3682 * control.texi (Examples of Catch): Call it "goto" not "go to".
3683
3684 2011-05-14 Eli Zaretskii <eliz@gnu.org>
3685
3686 * nonascii.texi (Character Properties): Fix inconsistencies with
3687 implementation.
3688
3689 * text.texi (Special Properties): Move @defvar's out of the
3690 @table. (Bug#8652)
3691
3692 2011-05-12 Glenn Morris <rgm@gnu.org>
3693
3694 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3695
3696 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3699 (Multiline Font Lock):
3700 * vol2.texi (Top):
3701 * vol1.texi (Top):
3702 * elisp.texi (Top): Update menu accordingly.
3703
3704 2011-05-12 Drew Adams <drew.adams@oracle.com>
3705
3706 * modes.texi (Region to Fontify): Fix typo.
3707
3708 2011-05-10 Jim Meyering <meyering@redhat.com>
3709
3710 * minibuf.texi: Fix typo "in in -> in".
3711
3712 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3713
3714 * numbers.texi (Integer Basics): Large integers are treated as floats.
3715
3716 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3717
3718 * processes.texi (Synchronous Processes): Document the (:file
3719 "/file-name") syntax for `call-process'.
3720
3721 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * windows.texi (Choosing Window): Fix typo.
3724
3725 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * frames.texi (Layout Parameters): Note the difference between
3728 querying and setting parameters for left-fringe and right-fringe
3729 (Bug#6930).
3730
3731 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * minibuf.texi (Basic Completion): Be a bit more precise about the
3734 valid kinds of completion tables.
3735 (Programmed Completion): Remove obsolete text about lambda expressions
3736 not being valid completion tables.
3737
3738 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
3739
3740 * positions.texi (Excursions): Explain the "save-excursion
3741 defeated by set-buffer" warning.
3742
3743 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3744 save-excursion. Suggested by Uday S Reddy.
3745
3746 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3749 (Lexical Binding): New sub-section.
3750
3751 * eval.texi (Eval): Discourage the use of `eval'.
3752 Document its new `lexical' argument.
3753
3754 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * commands.texi (Command Overview): `post-command-hook' is not reset to
3757 nil any more.
3758
3759 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * strings.texi (String Conversion): Don't mention
3762 string-make-(uni|multi)byte (bug#8262).
3763 * nonascii.texi (Converting Representations): Fix up range.
3764 * keymaps.texi (Key Binding Commands): Update code point, avoid
3765 "unibyte character" and remove mention of unibyte bindings.
3766
3767 2011-03-10 Eli Zaretskii <eliz@gnu.org>
3768
3769 * modes.texi (Operator Precedence Grammars): Don't use characters
3770 outside ISO-8859-1.
3771
3772 2011-03-09 Eli Zaretskii <eliz@gnu.org>
3773
3774 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3775
3776 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3777
3778 2011-03-08 Glenn Morris <rgm@gnu.org>
3779
3780 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3781 * intro.texi (Acknowledgements): Names to UTF-8.
3782 * elisp.texi: Set documentencoding.
3783
3784 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3785
3786 * Version 23.3 released.
3787
3788 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * package.texi: Update index keywords.
3791 (Package Archives): New node contents. Document package-x.el.
3792
3793 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
3794
3795 * makefile.w32-in (srcs): Add package.texi.
3796
3797 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * package.texi (Packaging, Packaging Basics, Simple Packages)
3800 (Multi-file Packages): Expand and clarify.
3801 (Package Archives): Temporary placeholder node.
3802
3803 * elisp.texi (Top): Update node listing.
3804
3805 * Makefile.in (srcs): Add package.texi.
3806
3807 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * processes.texi (Synchronous Processes): Minor clarification
3810 (Bug#8149).
3811
3812 2011-03-03 Glenn Morris <rgm@gnu.org>
3813
3814 * files.texi (Truenames): Minor clarification. (Bug#2341)
3815
3816 2011-03-01 Glenn Morris <rgm@gnu.org>
3817
3818 * variables.texi (Directory Local Variables):
3819 Mention `(subdirs . nil)' alist element.
3820
3821 2011-02-28 Glenn Morris <rgm@gnu.org>
3822
3823 * variables.texi (Directory Local Variables): Mention the optional
3824 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3825
3826 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * minibuf.texi (Minibuffer History): Clarify discussion of
3829 minibuffer history lists (Bug#8085).
3830
3831 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3832
3833 * elisp.texi: Sync @dircategory with ../../info/dir.
3834
3835 * files.texi (Visiting Functions): Document find-file-literally,
3836 both the command and the variable.
3837
3838 * variables.texi (Creating Buffer-Local): Explain the meaning of
3839 permanent local variables.
3840
3841 * files.texi (Visiting Functions): Document find-file-literally,
3842 both the command and the variable.
3843
3844 * variables.texi (Creating Buffer-Local): Explain the meaning of
3845 permanent local variables.
3846
3847 2011-02-19 Glenn Morris <rgm@gnu.org>
3848
3849 * keymaps.texi (Remapping Commands): Mention how to undo it.
3850
3851 2011-02-09 Reuben Thomas <rrt@sc3d.org>
3852
3853 * loading.texi (Hooks for Loading): Remove unnecessary advice
3854 about eval-after-load (Bug#7986).
3855
3856 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * commands.texi (Accessing Mouse): Note that a header line is not
3859 included in the row of posn-col-row.
3860
3861 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * modes.texi (Major Mode Conventions): Add face guidelines.
3864 (Faces for Font Lock): List faces in order of prominence.
3865
3866 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3867
3868 format-time-string now supports subsecond time stamp resolution
3869 * os.texi (Time Parsing): Document %N.
3870
3871 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * vol1.texi (Top):
3874 * vol2.texi (Top):
3875 * elisp.texi (Top):
3876 * display.texi (Display Property): Shorten the menu description of
3877 the "Other Display Specs" node (Bug#7816).
3878
3879 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3880 menu item" concept index entries (Bug#7805).
3881
3882 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3883
3884 * makefile.w32-in (texinfodir): New variable.
3885 (usermanualdir): Remove as redundant with $(emacsdir).
3886 (MAKEINFO): Remove options, leave only program name.
3887 (MAKEINFO_OPTS): New variable.
3888 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3889
3890 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3891 Richard Kim <emacs18@gmail.com>
3892
3893 * loading.texi (Library Search): Document list-load-path-shadows
3894 (Bug#7757).
3895
3896 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * searching.texi (Regexp Special): Remove outdated discussion of
3899 character sets (Bug#7780).
3900
3901 * frames.texi (Pop-Up Menus): Document where menu title comes
3902 from (Bug#7684).
3903
3904 2011-01-25 Glenn Morris <rgm@gnu.org>
3905
3906 * display.texi (Making Buttons): Mention limitation of text buttons.
3907
3908 2011-01-23 Werner Lemberg <wl@gnu.org>
3909
3910 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3911 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3912 (ENVADD): New variable to control texi2dvi and texi2pdf.
3913
3914 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3915
3916 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3917 Emacs manual.
3918
3919 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3920
3921 * files.texi (Directory Names): Explain why FROM in
3922 directory-abbrev-alist should begin with \`. (Bug#7777)
3923
3924 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3927
3928 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3929
3930 * modes.texi (Emulating Mode Line): Fix last change.
3931
3932 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3933
3934 * modes.texi (Emulating Mode Line): Update documentation of
3935 format-mode-line according to changes that fixed bug #7587.
3936
3937 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * modes.texi (Derived Modes): Mention prog-mode.
3940
3941 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3942 of the key-binding-data cache since we don't use it any more.
3943
3944 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3945
3946 * processes.texi (Shell Arguments):
3947 * strings.texi (Creating Strings): Don't mention "shell commands";
3948 make it explicit that `split-string-and-unquote' and
3949 `combine-and-quote-strings' are mainly for working with arguments
3950 to call-process and start-process.
3951
3952 * processes.texi (Shell Arguments): Fix documentation of
3953 `split-string-and-unquote'. Add indexing. (Bug#7563)
3954
3955 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * modes.texi (Auto-Indentation): New section to document SMIE.
3958 (Major Mode Conventions):
3959 * text.texi (Mode-Specific Indent): Refer to it.
3960
3961 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3962
3963 * display.texi (Other Display Specs): Document left-fringe and
3964 right-fringe display specs.
3965
3966 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * backups.texi (Making Backups):
3969 * modes.texi (Example Major Modes): Use recommended coding style.
3970 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3971 define-derived-mode. Mention completion-at-point-functions.
3972
3973 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * nonascii.texi (Converting Representations):
3976 Document byte-to-string.
3977
3978 2010-12-08 Glenn Morris <rgm@gnu.org>
3979
3980 * buffers.texi (Modification Time):
3981 verify-visited-file-modtime now defaults to the current buffer.
3982
3983 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * nonascii.texi (Converting Representations): Document byte-to-string.
3986
3987 * strings.texi (Creating Strings): Don't mention semi-obsolete
3988 function char-to-string.
3989 (String Conversion): Shorten discussion of semi-obsolete function
3990 string-to-char. Link to Converting Representations.
3991
3992 * objects.texi (Symbol Type):
3993 * text.texi (Near Point):
3994 * help.texi (Help Functions):
3995 * functions.texi (Mapping Functions): Use string instead of
3996 char-to-string in examples.
3997
3998 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * text.texi (Kill Functions, Kill Functions)
4001 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4002 YANK-HANDLER args.
4003
4004 * symbols.texi (Creating Symbols): Using unintern without an
4005 obarray arg is now obsolete.
4006
4007 * numbers.texi (Float Basics): Document float-e and float-pi.
4008
4009 * variables.texi (Defining Variables): Change "pi" example to
4010 "float-pi".
4011
4012 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4013
4014 * commands.texi (Click Events): Document the values of X, Y and
4015 COL, ROW in the event's position, when the click is on the header
4016 or mode line, on the fringes, or in the margins.
4017
4018 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4019
4020 * customize.texi (Composite Types): Lower-case index entry.
4021
4022 * loading.texi (How Programs Do Loading):
4023 Document load-file-name. (Bug#7346)
4024
4025 2010-11-17 Glenn Morris <rgm@gnu.org>
4026
4027 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4028
4029 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4030
4031 * display.texi (Usual Display): Characters with no fonts are not
4032 necessarily displayed as empty boxes.
4033
4034 2010-10-31 Glenn Morris <rgm@gnu.org>
4035
4036 * maps.texi (Standard Keymaps): Update File menu description.
4037
4038 2010-10-28 Glenn Morris <rgm@gnu.org>
4039
4040 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4041
4042 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4043
4044 * display.texi (Window Systems): Deprecate use of window-system as
4045 a predicate.
4046
4047 2010-10-23 Glenn Morris <rgm@gnu.org>
4048
4049 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4050 sorted-doc.
4051
4052 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4053
4054 * os.texi (Dynamic Libraries): New node, with slightly modified
4055 text deleted from "Image Formats".
4056 (System Interface): Add @menu entry for "Dynamic Libraries".
4057
4058 * display.texi (Image Formats): Remove description of
4059 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4060
4061 2010-10-12 Glenn Morris <rgm@gnu.org>
4062
4063 * book-spine.texinfo: Rename to book-spine.texi.
4064
4065 2010-10-11 Glenn Morris <rgm@gnu.org>
4066
4067 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4068
4069 * Makefile.in (DVIPS): New variable.
4070 (.PHONY): Add html, ps.
4071 (html, elisp.html, ps, elisp.ps): New targets.
4072 (clean): Delete html, ps files.
4073 ($(infodir)/elisp): Remove unnecessary includes.
4074
4075 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4076
4077 * makefile.w32-in (emacsdir): New variable.
4078 (srcs): Add emacsver.texi.
4079 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4080
4081 2010-10-09 Glenn Morris <rgm@gnu.org>
4082
4083 * Makefile.in (VPATH): Remove.
4084 (infodir): Make it absolute.
4085 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4086
4087 * Makefile.in (dist): Anchor regexps.
4088
4089 * Makefile.in (srcs): Put elisp.texi first.
4090 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4091
4092 * Makefile.in (infoclean): Remove harmless, long-standing error.
4093
4094 * Makefile.in ($(infodir)): Delete rule.
4095 (mkinfodir): New.
4096 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4097
4098 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4099 Also copy emacsver.texi, and edit $emacsdir.
4100
4101 2010-10-09 Glenn Morris <rgm@gnu.org>
4102
4103 * Makefile.in (emacsdir): New variable.
4104 (MAKEINFO): Add -I $emacsdir.
4105 (dist): Copy emacsver.texi.
4106 (srcs): Add emacsver.texi.
4107
4108 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4109 Set EMACSVER by including emacsver.texi.
4110
4111 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4112
4113 2010-10-07 Glenn Morris <rgm@gnu.org>
4114
4115 * Makefile.in (version): New, set by configure.
4116 (clean): Delete dist tar file.
4117 (dist): Use version in tar name.
4118
4119 2010-10-06 Glenn Morris <rgm@gnu.org>
4120
4121 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4122 (INSTALL_INFO): Remove unused variable.
4123 (mostlyclean, infoclean, dist): New rules.
4124 (clean): Delete dvi and pdf files.
4125 (maintainer-clean): Remove elisp.oaux, use infoclean.
4126 ($(infodir)): Add parallel build workaround.
4127
4128 2010-10-04 Glenn Morris <rgm@gnu.org>
4129
4130 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4131 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4132 Fix -I typo.
4133 (clean): No 'make.out' or 'core' files.
4134 (.PHONY): Declare clean rules.
4135 (maintainer-clean): Delete pdf file. Guard against cd failures.
4136
4137 2010-10-03 Glenn Morris <rgm@gnu.org>
4138
4139 * files.texi (File Name Components): Remove ignored section about
4140 deleted variable directory-sep-char.
4141
4142 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4143
4144 * files.texi (Magic File Names): New defopt
4145 remote-file-name-inhibit-cache.
4146
4147 2010-10-02 Glenn Morris <rgm@gnu.org>
4148
4149 * os.texi (Killing Emacs): Hook now runs in batch mode.
4150
4151 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * text.texi (Special Properties): Clarify when modification-hooks run.
4154
4155 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * syntax.texi (Syntax Flags): Document new `c' flag.
4158
4159 2010-09-09 Glenn Morris <rgm@gnu.org>
4160
4161 * display.texi (ImageMagick Images): General cleanup.
4162
4163 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4164
4165 * files.texi (Directory Names): Use \` rather than ^.
4166
4167 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4168
4169 * text.texi (Low-Level Kill Ring):
4170 * frames.texi (Window System Selections): Remove cut buffer
4171 documentation.
4172
4173 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4174
4175 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4176 Parameters", where the default fringe width is described.
4177
4178 * frames.texi (Window Frame Parameters, Basic Parameters)
4179 (Position Parameters, Layout Parameters, Management Parameters)
4180 (Cursor Parameters, Font and Color Parameters): Add indexing for
4181 frame parameters. (Bug#6929)
4182
4183 2010-08-25 Tom Tromey <tromey@redhat.com>
4184
4185 * vol2.texi (Top): Update.
4186 * vol1.texi (Top): Update.
4187 * tips.texi (Library Headers): Mention Package-Version and
4188 Package-Requires.
4189 * package.texi: New file.
4190 * os.texi (System Interface): Update pointers.
4191 * elisp.texi (Top): Link to new nodes. Include package.texi.
4192 * anti.texi (Antinews): Update pointers.
4193
4194 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4195
4196 * processes.texi (Filter Functions): Fix last change.
4197
4198 2010-08-24 Markus Triska <triska@gmx.at>
4199
4200 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4201 of `buffer-name' in the main text as well as in the example
4202 (Bug#3098).
4203
4204 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4205
4206 * nonascii.texi (Text Representations):
4207 * loading.texi (Loading Non-ASCII):
4208 * compile.texi (Byte Compilation): Don't mention obsolete
4209 --unibyte command-line argument.
4210
4211 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4212
4213 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4214
4215 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4216
4217 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4218
4219 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4220
4221 * commands.texi (Misc Events): Add cross-references to where
4222 POSITION of a mouse event is described in detail.
4223
4224 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4225
4226 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4227
4228 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4231 Suggested by Štěpán Němec <stepnem@gmail.com>.
4232
4233 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * minibuf.texi (High-Level Completion): Document args of
4236 `read-buffer-function' (bug#5625).
4237
4238 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4239
4240 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4241
4242 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4243
4244 * processes.texi (Process Information): Explain process property
4245 `remote-tty'.
4246
4247 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4248
4249 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4250 instead of "\C-\^?" (bug#6334).
4251
4252 * text.texi (Special Properties): Fix typo.
4253
4254 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4255
4256 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4257 calling sequences, which are now the standard.
4258
4259 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4262
4263 * commands.texi (Command Overview): Mention undo-boundary call.
4264
4265 2010-06-23 Glenn Morris <rgm@gnu.org>
4266
4267 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4268 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4269 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4270 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4271 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4272 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4273 Untabify Texinfo files.
4274
4275 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4278
4279 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4282
4283 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4284
4285 * searching.texi (Regexp Special): Remove obsolete information
4286 about matching non-ASCII characters, and suggest using char
4287 classes (Bug#6283).
4288
4289 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * minibuf.texi (Basic Completion): Add missing "@end defun".
4292
4293 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * minibuf.texi (Basic Completion): Document completion-boundaries.
4296 (Programmed Completion): Document the new fourth method for boundaries.
4297
4298 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * display.texi (Image Cache): Update documentation about image caching.
4301
4302 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4303
4304 * windows.texi (Textual Scrolling):
4305 * tips.texi (Coding Conventions):
4306 * minibuf.texi (Minibuffer History):
4307 * maps.texi (Standard Keymaps):
4308 * loading.texi (Where Defined):
4309 * edebug.texi (Instrumenting): Fix typos.
4310
4311 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4314
4315 * functions.texi (Obsolete Functions):
4316 Document set-advertised-calling-convention.
4317
4318 * minibuf.texi (Basic Completion): Document completion-in-region.
4319 (Programmed Completion): Document completion-annotate-function.
4320
4321 * commands.texi (Reading One Event): Document read-key.
4322 (Distinguish Interactive): Document KIND arg to
4323 called-interactively-p. Delete obsolete interactive-p.
4324
4325 * elisp.texi (Top): Update node description.
4326
4327 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4328
4329 * nonascii.texi (Character Properties):
4330 Document unicode-category-table. Add an index entry for Unicode
4331 general category.
4332
4333 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * Version 23.2 released.
4336
4337 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4338
4339 * locals.texi (Standard Buffer-Local Variables):
4340 Remove @ignore'd reference to `direction-reversed'.
4341
4342 2010-04-14 Juri Linkov <juri@jurta.org>
4343
4344 Fix @deffn without category.
4345
4346 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4347 for `abbrev-insert'.
4348
4349 * buffers.texi (Indirect Buffers): Add category `Command'
4350 to @deffn of `clone-indirect-buffer'.
4351
4352 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4353 for `next-window' and `previous-window'. Add category `Command'
4354 to @deffn of `pop-to-buffer'.
4355
4356 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * nonascii.texi (Text Representations): Don't mark
4359 enable-multibyte-characters as a user option.
4360
4361 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4362
4363 * control.texi (Handling Errors): How to re-throw a signal caught
4364 by condition-case.
4365
4366 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4367
4368 * loading.texi (Hooks for Loading): Document after-load-functions.
4369 Copyedits.
4370
4371 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4372
4373 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4374
4375 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * processes.texi (Network Processes): Document seqpacket type.
4378
4379 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4380
4381 * os.texi (System Environment): Do not mention lynxos.
4382
4383 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * Branch for 23.2.
4386
4387 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * objects.texi (Integer Type): Take note of the read syntax
4390 exception for numbers that cannot fit in the integer type.
4391
4392 2010-03-03 Glenn Morris <rgm@gnu.org>
4393
4394 * numbers.texi (Integer Basics, Bitwise Operations):
4395 * objects.texi (Integer Type): Update for integers now being 30-bit.
4396
4397 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4398
4399 * display.texi (Low-Level Font): Document :otf font-spec property.
4400
4401 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * display.texi (Line Height): Avoid obsolete special default variables
4404 like default-major-mode.
4405
4406 2010-01-28 Alan Mackenzie <acm@muc.de>
4407
4408 * display.texi (Auto Faces): Say fontification-functions is called
4409 whether or not Font Lock is enabled. Tidy up the wording a bit.
4410
4411 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4412
4413 * elisp.texi: Remove duplicate edition information (Bug#5407).
4414
4415 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4416
4417 * two.el (volume-header-toc-markup): Fix typos in docstring.
4418
4419 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 Avoid dubious uses of save-excursions.
4422 * positions.texi (Excursions): Recommend the use of
4423 save-current-buffer if applicable.
4424 * text.texi (Clickable Text): Fix the example code which used
4425 save-excursion in a naive way which sometimes preserves point and
4426 sometimes not.
4427 * variables.texi (Creating Buffer-Local):
4428 * os.texi (Session Management):
4429 * display.texi (GIF Images):
4430 * control.texi (Cleanups): Use (save|with)-current-buffer.
4431
4432 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4433
4434 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4435
4436 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * nonascii.texi (Text Representations, Character Codes)
4439 (Converting Representations, Explicit Encoding)
4440 (Translation of Characters): Use hex notation consistently.
4441 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4442
4443 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * loading.texi (Where Defined): Make it clearer that these are
4446 loaded files (Bug#5068).
4447
4448 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4449
4450 * minibuf.texi (Completion Styles): Document `initials' style.
4451
4452 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * frames.texi (Resources): Describe inhibit-x-resources.
4455 (Size Parameters): Copyedit.
4456
4457 * hash.texi (Creating Hash):
4458 * objects.texi (Hash Table Type): Document the new hash table
4459 printed representation.
4460
4461 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4462 obsolete.
4463
4464 * processes.texi (Process Buffers):
4465 Document process-kill-buffer-query-function.
4466
4467 2009-12-05 Glenn Morris <rgm@gnu.org>
4468
4469 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4470 diary-display-function, and no longer recommended to be a hook.
4471 Update for changes in the names of calendar and diary hooks.
4472 diary-print-entries-hook has changed section.
4473
4474 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4475
4476 * text.texi (Special Properties): More accurate description of
4477 what the `cursor' property does.
4478
4479 2009-11-26 Kevin Ryde <user42@zip.com.au>
4480
4481 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4482 mouse-wheel-down-event, the closest thing to a definition for them.
4483 * os.texi (Startup Summary): vindex inhibit-startup-message and
4484 inhibit-splash-screen.
4485 (Command-Line Arguments): vindex argv.
4486 (Suspending Emacs): vindex suspend-tty-functions and
4487 resume-tty-functions. Don't want to index every hook, but having
4488 the programming ones is helpful.
4489
4490 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * commands.texi (Motion Events): Fix typo (Bug#4907).
4493
4494 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4495
4496 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4497 are affected by case-fold-search (Bug#4483).
4498
4499 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4500
4501 * minibuf.texi (Reading File Names): Note that read-file-name may
4502 use a graphical file dialog.
4503
4504 2009-10-31 Glenn Morris <rgm@gnu.org>
4505
4506 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4507
4508 2009-10-16 Kevin Ryde <user42@zip.com.au>
4509
4510 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4511 in particular so `info-lookup-symbol' can find its docs.
4512
4513 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * variables.texi (Constant Variables): Distinguish from defconst
4516 variables.
4517 (Defining Variables): Add cindex.
4518
4519 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * os.texi (Time of Day): Clarify that the microsecond part is
4522 ignored (Bug#4637).
4523
4524 2009-10-11 Glenn Morris <rgm@gnu.org>
4525
4526 * frames.texi (Size and Position): Clarify what is included in the frame
4527 height. (Bug#4535)
4528
4529 2009-10-10 Glenn Morris <rgm@gnu.org>
4530
4531 * windows.texi (Size of Window): The relationship between window and
4532 frame heights is not so simple. (Bug#4535)
4533 Mention window-full-height-p.
4534
4535 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4536
4537 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4538 used from Lisp.
4539
4540 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4541
4542 * files.texi (Directory Names) <abbreviate-file-name>:
4543 Document that root home directories are not replaced with "~".
4544
4545 2009-10-06 Eli Zaretskii <eliz@gnu.org>
4546
4547 * text.texi (Special Properties): Document the meaning of the
4548 `cursor' text property whose value is an integer.
4549
4550 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4551
4552 * files.texi (Magic File Names): Add `copy-directory'.
4553
4554 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4555
4556 * files.texi (File Attributes): Fix description of file
4557 attributes. (Bug#4638) Update attributes of files.texi example to
4558 be more representative.
4559
4560 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * files.texi (Create/Delete Dirs): New command copy-directory.
4563
4564 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4565
4566 * anti.texi (Antinews):
4567 * macros.texi (Indenting Macros):
4568 * strings.texi (Creating Strings, Case Conversion):
4569 Remove duplicate words.
4570
4571 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * files.texi (Create/Delete Dirs): delete-directory has an
4574 optional parameter RECURSIVE.
4575
4576 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * buffers.texi (Swapping Text): Minor clarification.
4579
4580 2009-10-01 Glenn Morris <rgm@gnu.org>
4581
4582 * functions.texi (Declaring Functions): Mention that we also search for
4583 ".m" files in the src/ directory.
4584
4585 2009-09-25 David Engster <deng@randomsample.de>
4586
4587 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4588
4589 2009-09-22 Glenn Morris <rgm@gnu.org>
4590
4591 * internals.texi (Building Emacs): Mention preloaded-file-list.
4592
4593 2009-09-14 Alan Mackenzie <acm@muc.de>
4594
4595 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4596
4597 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * functions.texi (Anonymous Functions): Rearrange discussion,
4600 giving usage of unquoted lambda forms first. Mention that
4601 `function' and `#'' are no longer required (Bug#4290).
4602
4603 2009-09-11 Alan Mackenzie <acm@muc.de>
4604
4605 * os.texi (Terminal Output): Document `send-string-to-terminal' in
4606 batch mode.
4607
4608 2009-09-01 Glenn Morris <rgm@gnu.org>
4609
4610 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4611
4612 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
4613
4614 * nonascii.texi (Character Codes): Fix typos.
4615
4616 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4617
4618 * processes.texi (Synchronous Processes): New defvar
4619 process-file-side-effects.
4620
4621 2009-08-25 Glenn Morris <rgm@gnu.org>
4622
4623 * display.texi (Fontsets): Fix typo.
4624
4625 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4626
4627 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * processes.texi (Asynchronous Processes): Adjust arglist of
4630 start-process-shell-command and start-file-process-shell-command.
4631
4632 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4633
4634 * advice.texi (Argument Access in Advice): Note that argument
4635 positions are zero-based (Bug#3932).
4636
4637 * commands.texi (Distinguish Interactive): Minor copyedit.
4638
4639 * display.texi (Face Attributes): Add xref to Displaying Faces for
4640 explanation of "underlying face".
4641
4642 * customize.texi (Common Keywords): Add xref to Loading.
4643
4644 * loading.texi (How Programs Do Loading): Add xref to Lisp
4645 Libraries node in the Emacs manual.
4646
4647 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4650
4651 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4652
4653 * processes.texi (Shell Arguments): Copyedits.
4654
4655 2009-07-18 Glenn Morris <rgm@gnu.org>
4656
4657 * loading.texi (Repeated Loading): Fix typo.
4658
4659 2009-07-16 Richard Stallman <rms@gnu.org>
4660
4661 * buffers.texi (Swapping Text): Recommend setting
4662 write-region-annotate-functions and buffer-saved-size.
4663
4664 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4665
4666 2009-07-15 Glenn Morris <rgm@gnu.org>
4667
4668 * edebug.texi: Minor re-phrasings throughout.
4669 (Edebug Execution Modes): Sit-for affects continue mode too.
4670 (Jumping): Use `forward-sexp' rather than its keybinding.
4671 (Edebug Misc): Fix Q binding.
4672 (Edebug Eval): Remove cl version.
4673 (Printing in Edebug): Clarify print-length etc.
4674 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4675 (Specification List): Remove edebug-unwrap findex entry.
4676 (Specification Examples): defmacro is actually not the same as defun.
4677 Escape "`" in example.
4678
4679 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * markers.texi (The Mark): Document optional arg to
4682 deactivate-mark.
4683
4684 2009-07-11 Kevin Ryde <user42@zip.com.au>
4685
4686 * hooks.texi (Standard Hooks): Fix cross-references.
4687
4688 * loading.texi (Named Features): Refer to eval-after-load.
4689
4690 2009-07-11 Glenn Morris <rgm@gnu.org>
4691
4692 * Makefile.in (TEXI2PDF): New.
4693 (elisp.pdf): New target.
4694
4695 * searching.texi (Regexp Backslash): Fix typo.
4696
4697 * elisp.texi (Top): Display copyright notice at start of non-TeX.
4698
4699 2009-07-10 Glenn Morris <rgm@gnu.org>
4700
4701 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4702
4703 * customize.texi (Customization Types):
4704 * display.texi (Abstract Display):
4705 * objects.texi (Character Type, String Type):
4706 Merge in some menu descriptions from elisp.texi.
4707
4708 * hash.texi (Hash Tables):
4709 * modes.texi (Multiline Font Lock):
4710 End menu description with period.
4711
4712 2009-07-09 Glenn Morris <rgm@gnu.org>
4713
4714 * back.texi: Don't hard-code texinfo location.
4715
4716 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4717 (tex): Add texinfodir to TEXINPUTS.
4718 (elisp1med-init, elisp2med-init): Use texinfodir.
4719
4720 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4721 (clean): Add two-volume.make intermediate files.
4722
4723 * elisp.texi, vol1.texi, vol2.texi:
4724 Use a DATE variable with the publication date, and update it.
4725 Fix antinews menu description.
4726
4727 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4728 Update the detailed node listing to match elisp.texi.
4729
4730 * README: Update edition to match elisp.texi.
4731
4732 * objects.texi (General Escape Syntax):
4733 * nonascii.texi (Character Sets):
4734 Use consistent case for "Unicode Standard".
4735
4736 * anti.texi (Antinews):
4737 * customize.texi (Variable Definitions):
4738 * functions.texi (Declaring Functions):
4739 * nonascii.texi (Character Properties):
4740 * processes.texi (Serial Ports):
4741 * text.texi (Special Properties):
4742 * tips.texi (Coding Conventions):
4743 Minor rearrangements to improve TeX line-filling.
4744
4745 * commands.texi (Using Interactive): Fix cross-reference.
4746
4747 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4748
4749 * frames.texi (Management Parameters): Mention sticky.
4750
4751 2009-07-01 Andreas Schwab <aschwab@redhat.com>
4752
4753 * help.texi (Help Functions): Fix description of help-buffer and
4754 help-setup-xref to use @defun instead of @deffn.
4755
4756 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4757
4758 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4759
4760 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
4761
4762 * display.texi (Window Systems): Add ns to the list.
4763
4764 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * Branch for 23.1.
4767
4768 2009-06-17 Martin Rudalics <rudalics@gmx.at>
4769
4770 * windows.texi (Dedicated Windows): Fix typo.
4771 (Resizing Windows): Replace @defun by @deffn.
4772
4773 2009-06-17 Glenn Morris <rgm@gnu.org>
4774
4775 * variables.texi (Directory Local Variables):
4776 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4777
4778 2009-06-09 Kenichi Handa <handa@m17n.org>
4779
4780 * nonascii.texi (Character Sets): State clearly that FROM and TO
4781 are codepoints of CHARSET.
4782
4783 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
4784
4785 * minibuf.texi (Reading File Names): Fix introductory text.
4786 Suggested by stan@derbycityprints.com.
4787 (High-Level Completion): Fix typo.
4788
4789 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * frames.texi (Text Terminal Colors): Multi-tty is already
4792 implemented, but tty-local colors are not.
4793
4794 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * hooks.texi (Standard Hooks): Remove mention of obsolete
4797 redisplay-end-trigger-functions.
4798
4799 * internals.texi (Window Internals): Remove mention of obsolete
4800 redisplay-end-trigger-functions.
4801
4802 2009-05-21 Martin Rudalics <rudalics@gmx.at>
4803
4804 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4805
4806 * backups.texi (Making Backups): backup-directory-alist and
4807 make-backup-file-name-function are options.
4808 (Auto-Saving): auto-save-list-file-prefix is an option.
4809
4810 * buffers.texi (Killing Buffers): buffer-offer-save is an
4811 option.
4812
4813 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4814 option.
4815 (Echo Area Customization): echo-keystrokes is an option.
4816 (Selective Display): selective-display-ellipses is an option.
4817 (Temporary Displays): temp-buffer-show-function is an option.
4818 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4819 are options.
4820 (Font Selection): face-font-family-alternatives,
4821 face-font-selection-order, face-font-registry-alternatives, and
4822 scalable-fonts-allowed are options.
4823 (Fringe Indicators): indicate-buffer-boundaries is an option.
4824 (Fringe Cursors): overflow-newline-into-fringe is an option.
4825 (Scroll Bars): scroll-bar-mode is an option.
4826
4827 * eval.texi (Eval): max-lisp-eval-depth is an option.
4828
4829 * files.texi (Visiting Functions): find-file-hook is an option.
4830 (Directory Names): directory-abbrev-alist is an option.
4831 (Unique File Names): temporary-file-directory and
4832 small-temporary-file-directory are options.
4833
4834 * frames.texi (Initial Parameters): initial-frame-alist,
4835 minibuffer-frame-alist and default-frame-alist are options.
4836 (Cursor Parameters): blink-cursor-alist and
4837 cursor-in-non-selected-windows ar options.
4838 (Window System Selections): selection-coding-system is an
4839 option.
4840 (Display Feature Testing): display-mm-dimensions-alist is an
4841 option.
4842
4843 * help.texi (Help Functions): help-char and help-event-list are
4844 options.
4845
4846 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4847 an option.
4848
4849 * minibuf.texi (Minibuffer History): history-length and
4850 history-delete-duplicates are options.
4851 (High-Level Completion): read-buffer-function and
4852 read-buffer-completion-ignore-case are options.
4853 (Reading File Names): read-file-name-completion-ignore-case is
4854 an option.
4855
4856 * modes.texi (Mode Line Top): mode-line-format is an option.
4857 (Mode Line Variables): mode-line-position and mode-line-modes
4858 are options.
4859
4860 * nonascii.texi (Text Representations):
4861 enable-multibyte-characters is an option.
4862 (Default Coding Systems): auto-coding-regexp-alist,
4863 file-coding-system-alist, auto-coding-alist and
4864 auto-coding-functions are options.
4865 (Specifying Coding Systems): inhibit-eol-conversion is an
4866 option.
4867
4868 * os.texi (Init File): site-run-file is an option.
4869 (System Environment): mail-host-address is an option.
4870 (User Identification): user-mail-address is an option.
4871 (Terminal Output): baud-rate is an option.
4872
4873 * positions.texi (Word Motion): words-include-escapes is an
4874 option.
4875
4876 * searching.texi (Standard Regexps): page-delimiter,
4877 paragraph-separate, paragraph-separate and sentence-end are
4878 options.
4879
4880 * text.texi (Margins): left-margin and fill-nobreak-predicate
4881 are options.
4882
4883 * variables.texi (Local Variables): max-specpdl-size is an
4884 option.
4885
4886 * windows.texi (Choosing Window):
4887 split-window-preferred-function, special-display-function and
4888 display-buffer-function are options.
4889
4890 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
4891
4892 Fix errors spotted by Martin Rudalics.
4893
4894 * syntax.texi (Position Parse): Document rationale for ignored
4895 arguments to syntax-ppss-flush-cache.
4896
4897 * processes.texi (Input to Processes): Mark PROCESS arg to
4898 process-running-child-p as optional.
4899 (Network Options): Document NO-ERROR arg to
4900 set-network-process-option.
4901
4902 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4903 command.
4904
4905 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4906 posix-search-backward as commands.
4907
4908 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4909 (Suspending Emacs): Mark suspend-emacs as a command.
4910 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4911 commands.
4912 (Terminal Output): Remove obsolete function baud-rate.
4913 Document TERMINAL arg for send-string-to-terminal.
4914
4915 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4916 terminal-coding-system and set-terminal-coding-system.
4917 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4918 as optional.
4919 (Character Sets): Document RESTRICTION arg of char-charset.
4920 (Character Codes): Mark POS argument to get-byte as optional.
4921
4922 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4923 minibuffer-message.
4924
4925 * files.texi (Create/Delete Dirs): Mark make-directory and
4926 delete-directory as commands.
4927
4928 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4929
4930 * text.texi (Base 64): Mark base64-decode-string and
4931 base64-encode-string as commands.
4932 (Columns): Mark move-to-column as a command.
4933 (Mode-Specific Indent): Document RIGID arg to
4934 indent-for-tab-command.
4935 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4936 Mark indent-code-rigidly as a command.
4937 (Substitution): Mark translate-region as a command.
4938
4939 * frames.texi (Size and Position): Remove obsolete functions
4940 screen-height and screen-width.
4941
4942 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
4943
4944 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4945 (Displaying Buffers, Resizing Windows): Correct mistakes;
4946 next-window, previous-window, and pop-to-buffer are not commands,
4947 and fit-window-to-buffer" is a command. (Pointed out by Martin
4948 Rudalics.)
4949
4950 2009-05-17 Richard M Stallman <rms@gnu.org>
4951
4952 * modes.texi (Precalculated Fontification): Clarify text.
4953
4954 2009-05-17 Martin Rudalics <rudalics@gmx.at>
4955
4956 * windows.texi (Selecting Windows): Clarify descriptions of
4957 with-selected-window and get-lru-window.
4958 (Cyclic Window Ordering): Refer to particular frame when talking
4959 about how splitting affects the ordering.
4960 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4961 switch-to-buffer-other-window. Explain how setting of
4962 display-buffer-reuse-frames affects pop-to-buffer.
4963 (Choosing Window): Clarify some details in descriptions of
4964 display-buffer-reuse-frames, pop-up-frames, and
4965 pop-up-frame-function.
4966 (Dedicated Windows): Clarify some details.
4967 (Textual Scrolling): Replace term vscroll by term vertical
4968 scroll position.
4969 (Vertical Scrolling): Fix typo.
4970 (Window Hooks): Relate text on jit-lock-register to window
4971 scrolling and size changes.
4972
4973 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * frames.texi (Initial Parameters): Clarify what the initial
4976 minibuffer frame is.
4977 (Buffer Parameters): Note that the minibuffer parameter can not be
4978 altered.
4979
4980 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4981 Document display-buffer changes.
4982
4983 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * anti.texi (Antinews): Rewrite for Emacs 22.
4986
4987 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4988 obarrays are first mentioned. Define "system abbrev" more
4989 prominently, and add it to the index.
4990 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4991 Copyedits.
4992 (Abbrev Expansion): Document abbrev-insert.
4993
4994 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4995
4996 * frames.texi (Font and Color Parameters): Rename from Color
4997 Parameters. Document font-backend parameter.
4998
4999 * vol2.texi (Top): Update node listing.
5000 * vol1.texi (Top): Update node listing.
5001 * elisp.texi (Top): Update node listing.
5002
5003 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5004
5005 * windows.texi (Choosing Window): Don't explicitly refer to
5006 split-window-sensibly's window argument in descriptions of
5007 split-height-threshold and split-width-threshold.
5008
5009 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5010
5011 * windows.texi (Choosing Window): Fix rewrite of window
5012 splitting section.
5013
5014 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5015
5016 * nonascii.texi (Default Coding Systems):
5017 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5018 Add indexing.
5019 (Lisp and Coding Systems): Add index entries.
5020
5021 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5022
5023 * windows.texi (Choosing Window): Describe split-window-sensibly
5024 and rewrite section on window splitting accordingly.
5025 (Textual Scrolling): Replace `...' by @code{...}.
5026
5027 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5030 Remove obsoleted pre-abbrev-expand-hook.
5031
5032 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5033 entries.
5034
5035 * internals.texi (Object Internals): Don't assume 32-bit machines
5036 are the norm.
5037 (Buffer Internals): Consolidate table entries for readability.
5038 (Window Internals): Synch field names to window.h.
5039 (Process Internals): Synch field names to process.h.
5040
5041 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * variables.texi (File Local Variables): Note that read-circle is
5044 bound to nil when reading file-local variables.
5045
5046 * streams.texi (Input Functions): Document read-circle.
5047 (Output Variables): Add xref to Circular Objects.
5048
5049 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5052 Features and Coding System Basics. Node that "p" stands for
5053 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5054 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5055 mouse-appearance-menu.
5056 (Programming Tips): Add xref to Progress.
5057
5058 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5059
5060 * os.texi (Command-Line Arguments):
5061 Document command-line-args-left.
5062 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5063 terminal objects for tty arguments.
5064 (Startup Summary): Add xref to Session Management.
5065 (Session Management): Mention emacs-session-restore. Copyedits.
5066
5067 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * os.texi (Startup Summary): Copyedits. The init file is not
5070 necessarily named .emacs now. Document initial-buffer-choice and
5071 initial-scratch-message. Note where Emacs exits in batch mode.
5072 Document inhibit-splash-screen as an alias.
5073 (Init File): Be neutral about which init file name to use.
5074
5075 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5076
5077 * os.texi (System Interface): Fix Texinfo usage.
5078
5079 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * searching.texi (Regexp Backslash): Also refer to shy groups as
5082 non-capturing or unnumbered groups.
5083 (Regexp Functions): Add cross-reference to Regexp Backslash.
5084
5085 * display.texi (Truncation): Overlays can use line-prefix and
5086 wrap-prefix too.
5087 (Overlay Properties): Document wrap-prefix and line-prefix.
5088 (Face Attributes): Document underline-minimum-offset.
5089 (Face Remapping): Copyedits.
5090 (Low-Level Font): Copyedits.
5091 (Image Cache): Note that the image cache is shared between frames.
5092 (Line Height): Emphasize that line-spacing only takes effect on
5093 graphical terminals.
5094
5095 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5096
5097 * display.texi (Refresh Screen): Note that a passage about screen
5098 refreshing is text terminal only.
5099 (Forcing Redisplay): Delete misleading comment---sit-for calls
5100 redisplay, not the other way around.
5101 (Truncation): Note new values of truncate-partial-width-windows.
5102 Copyedits.
5103 (Invisible Text): Document invisible-p.
5104
5105 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5106
5107 * display.texi (Overlays): Overlays don't scale well. See
5108 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5109
5110 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * syntax.texi (Syntax Table Functions): Document cons cell
5113 argument for modify-syntax-entry.
5114 (Categories): Document cons cell argument for
5115 modify-category-entry.
5116
5117 * searching.texi (String Search): Document word-search-forward-lax
5118 and word-search-backward-lax.
5119 (Searching and Case): Describe isearch behavior more precisely.
5120
5121 * keymaps.texi (Tool Bar): Mention that some platforms do not
5122 support multi-line toolbars. Suggested by Stephen Eglen.
5123
5124 * frames.texi (Layout Parameters): Mention that Nextstep also
5125 allows only one tool-bar line. Suggested by Stephen Eglen.
5126
5127 * nonascii.texi (Text Representations): Copyedits.
5128 (Coding System Basics): Also mention utf-8-emacs.
5129 (Converting Representations, Selecting a Representation)
5130 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5131 Copyedits.
5132 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5133
5134 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * text.texi (Yank Commands): Note that yank uses push-mark.
5137 (Filling): Clarify REGION argument of fill-paragraph.
5138 Document fill-forward-paragraph-function.
5139 (Special Properties): Remove "new in Emacs 22" declaration.
5140 (Clickable Text): Merge with Links and Mouse-1 node.
5141
5142 * display.texi (Button Properties, Button Buffer Commands):
5143 Change xref to Clickable Text.
5144
5145 * tips.texi (Key Binding Conventions): Change xref to Clickable
5146 Text.
5147
5148 * elisp.texi (Top): Update node listing.
5149
5150 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5151
5152 * markers.texi (The Mark): Copyedits. Improve description of
5153 handle-shift-selection.
5154 (The Region): Move use-region-p here from The Mark.
5155
5156 * positions.texi (Screen Lines): Document (cols . lines) argument
5157 for vertical-motion.
5158
5159 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * frames.texi (Frames): Clean up introduction. Document `ns'
5162 return value for framep.
5163 (Creating Frames): Note how the terminal is chosen.
5164 (Multiple Terminals, Multiple Displays): Merge into a single node.
5165 (Color Parameters): Fix typo.
5166
5167 * variables.texi (Local Variables, Buffer-Local Variables)
5168 (Creating Buffer-Local): Change link to Multiple Terminals.
5169
5170 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5171
5172 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5173 Terminals.
5174
5175 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5176 to Multiple Terminals.
5177
5178 * elisp.texi (Top): Update node listing.
5179 * vol2.texi (Top): Update node listing.
5180 * vol1.texi (Top): Update node listing.
5181
5182 * buffers.texi (Current Buffer): Note that the append-to-buffer
5183 example is no longer in synch with the latest code. Tie the two
5184 examples together.
5185
5186 * files.texi (File Attributes): Move note about MS-DOS from
5187 Changing Files to File Attributes.
5188 (Create/Delete Dirs): Note that mkdir is an alias for this.
5189
5190 2009-04-01 Markus Triska <triska@gmx.at>
5191
5192 * processes.texi (Filter Functions): Suggest how to handle output
5193 batches.
5194
5195 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5196
5197 * help.texi (Accessing Documentation): Update example to use
5198 help-setup-xref and with-help-window.
5199 (Help Functions): Remove print-help-return-message, which is
5200 semi-obsolete due to with-help-window. Document help-buffer and
5201 help-setup-xref.
5202
5203 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * help.texi (Accessing Documentation, Help Functions):
5206 Remove information about long-obsolete Emacs versions.
5207
5208 * modes.texi (Mode Line Variables): The default values of the mode
5209 line variables are now more complicated.
5210
5211 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * modes.texi (Major Mode Conventions): Note that specialness is
5214 inherited.
5215 (Derived Modes): Note that define-derive-mode sets the mode-class
5216 property.
5217
5218 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5219 goto-map. Add search-map to the list.
5220
5221 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5222
5223 * os.texi (System Environment): Update the list of system-type
5224 values.
5225
5226 * markers.texi (The Mark) <handle-shift-selection>: Update for
5227 removal of the optional argument DEACTIVATE.
5228
5229 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * commands.texi (Focus Events): Most X window managers don't use
5232 focus-follows-mouse nowadays.
5233
5234 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * commands.texi (Defining Commands): Clarify introduction.
5237 (Using Interactive): Not that interactive can be put in a symbol
5238 property.
5239 (Interactive Call): Note that a symbol with a non-nil
5240 interactive-form property satisfies commandp.
5241
5242 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * minibuf.texi (Intro to Minibuffers): Fix typos.
5245
5246 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5247
5248 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5249 about minibuffers in old Emacs versions. Copyedits.
5250 Emphasize that enable-recursive-minibuffers defaults to nil.
5251 (Text from Minibuffer): Simplify introduction.
5252
5253 2009-03-22 Alan Mackenzie <acm@muc.de>
5254
5255 * commands.texi (Using Interactive): Clarify string argument to
5256 `interactive' - even promptless elements need \n separators.
5257
5258 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5259
5260 * minibuf.texi (Completion Styles): New node.
5261
5262 * elisp.texi (Top): Update node listing.
5263
5264 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * minibuf.texi (Basic Completion): Note that
5267 read-file-name-completion-ignore-case and
5268 read-buffer-completion-ignore-case can override
5269 completion-ignore-case.
5270 (Minibuffer Completion): Document completing-read changes.
5271 (Completion Commands): Avoid mentioning partial completion mode.
5272 Document minibuffer-completion-confirm changes, and
5273 minibuffer-confirm-exit-commands.
5274 (High-Level Completion): Document new require-match behavior for
5275 read-buffer. Document read-buffer-completion-ignore-case.
5276 (Reading File Names): Document new require-match behavior for
5277 read-file-name.
5278
5279 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5280
5281 * debugging.texi (Error Debugging): Don't mislead the reader into
5282 thinking that debug-on-error enters debugger for C-f at EOB.
5283 (Error Debugging): Setting debug-on-init within the init file
5284 works, and has for some time.
5285
5286 2009-03-13 Kenichi Handa <handa@m17n.org>
5287
5288 * display.texi (Fontsets): Update the description.
5289
5290 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5291
5292 * advice.texi (Advising Primitives): Link to What Is a Function.
5293
5294 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * compile.texi (Speed of Byte-Code): Update example.
5297 (Disassembly): Update examples.
5298
5299 * loading.texi (Repeated Loading): Simplify examples.
5300
5301 * customize.texi (Common Keywords): It's not necessary to use :tag
5302 to remove hyphens, as custom-unlispify-tag-name does it
5303 automatically.
5304 (Variable Definitions): Link to File Local Variables.
5305 Document customized-value symbol property.
5306 (Customization Types): Move menu to end of node.
5307
5308 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * macros.texi (Compiling Macros): Omit misleading sentence, which
5311 implied that macros can only be used in the same file they are
5312 defined.
5313 (Backquote): Remove obsolete information about Emacs 19.
5314
5315 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5316
5317 * display.texi (Display Margins): Fix paren typo.
5318
5319 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * elisp.texi (Top): Update node listing.
5322
5323 * variables.texi (Variables): Clarify introduction.
5324 (Global Variables): Mention that setq is a special form.
5325 (Local Variables): Use active voice.
5326 (Tips for Defining): Mention marking variables as safe.
5327 (Buffer-Local Variables): Mention terminal-local and frame-local
5328 variables together.
5329 (File Local Variables): Copyedits.
5330 (Frame-Local Variables): Note that they are not really useful.
5331 (Future Local Variables): Node deleted.
5332
5333 * objects.texi (General Escape Syntax): Update explanation of
5334 Unicode escape syntax.
5335
5336 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * control.texi (Control Structures): Add cindex entry for "textual
5339 order".
5340
5341 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5342 instead of "expression" throughout.
5343 (Function Indirection): Copyedits. Use active voice.
5344 (Eval): The default value of max-lisp-eval-depth is now 400.
5345
5346 2009-02-23 Miles Bader <miles@gnu.org>
5347
5348 * processes.texi (System Processes): Rename `system-process-attributes'
5349 to `process-attributes'.
5350
5351 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * symbols.texi (Property Lists): Emphasize that property lists are
5354 not restricted to symbol cells.
5355 (Other Plists): Copyedit.
5356
5357 * sequences.texi (Sequences Arrays Vectors): Make introduction
5358 more concise.
5359 (Arrays): Mention char-tables and bool-vectors too.
5360 (Vectors): Don't repeat information given in Arrays node. Link to
5361 nodes that explain the vector usage examples.
5362 (Char-Tables): Note that char-table elements can have arbitrary
5363 type. Explain effect of omitted char-table-extra-slots property.
5364 Link to Property Lists node.
5365
5366 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5369 `append'.
5370 (List Elements): Copyedits.
5371
5372 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5373 of `vconcat'.
5374
5375 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5376 Emacs 20 usage of `concat'.
5377 (Case Conversion): Copyedits.
5378
5379 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5380
5381 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5382 Minor edits.
5383 (Frame Configuration Type): Emphasize that it is not primitive.
5384 (Font Type): New node.
5385 (Type Predicates): Add fontp; type-of now recognizes font object
5386 types.
5387
5388 * intro.texi (Version Info): Update version numbers in examples.
5389 (Acknowledgements): List more contributors.
5390
5391 * elisp.texi: Bump version number to 3.0.
5392 (Top): Link to Font Type node.
5393
5394 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5395
5396 * modes.texi (Major Mode Conventions): Remove duplicate words.
5397 (Customizing Keywords): Fix typo.
5398
5399 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5400
5401 * nonascii.texi (User-Chosen Coding Systems): Document that
5402 select-safe-coding-system suggests raw-text if there are raw bytes
5403 in the region.
5404 (Explicit Encoding): Warn not to use `undecided' when encoding.
5405
5406 2009-02-11 Glenn Morris <rgm@gnu.org>
5407
5408 * frames.texi (Visibility of Frames): Mention the effect multiple
5409 workspaces/desktops can have on visibility.
5410
5411 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5412
5413 * text.texi (Commands for Insertion):
5414 * commands.texi (Event Mod):
5415 * keymaps.texi (Searching Keymaps):
5416 * nonascii.texi (Translation of Characters):
5417 Reinstate documentation of translation-table-for-input.
5418 (Explicit Encoding): Document the `charset' text property produced
5419 by decode-coding-region and decode-coding-string.
5420
5421 2009-01-27 Alan Mackenzie <acm@muc.de>
5422
5423 * modes.texi (Search-based Fontification): Correct a typo.
5424
5425 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5428 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5429
5430 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5431
5432 * display.texi (Window Systems): Document the value of
5433 `initial-window-system' under --daemon.
5434
5435 * os.texi (System Environment): Remove description of the
5436 `environment' function which has been deleted.
5437
5438 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5439
5440 * frames.texi (Multiple Displays): Remove documentation for
5441 removed function make-frame-on-tty.
5442
5443 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5444
5445 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5446 write-region-annotate-functions.
5447 Document write-region-post-annotation-function.
5448
5449 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * display.texi (Font Lookup): Document WIDTH argument of
5452 x-list-fonts.
5453
5454 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5455
5456 * maps.texi (Standard Keymaps): Rename function-key-map to
5457 local-function-key-map.
5458
5459 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5460 local-function-key-map.
5461
5462 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5463 and `set-keyboard-coding-system' now accept an optional terminal
5464 argument.
5465
5466 * commands.texi (Event Mod): `keyboard-translate-table' is now
5467 terminal-local.
5468 (Function Keys): Rename function-key-map to
5469 local-function-key-map.
5470
5471 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5472 frames.texi.
5473
5474 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5475 `delete-terminal-functions', `suspend-tty-functions' and
5476 `resume-tty-functions'.
5477
5478 * frames.texi (Frames): Document `frame-terminal' and
5479 `terminal-live-p'.
5480 (Multiple Displays): Document `make-frame-on-tty'.
5481 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5482 `terminal-name', and `get-device-terminal'.
5483 (Terminal Parameters): Document `terminal-parameters',
5484 `terminal-parameter', and `set-terminal-parameter'.
5485
5486 * os.texi (System Environment): Document `environment' and
5487 `initial-environment'.
5488 (Suspending Emacs): Update for multi-tty; document
5489 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5490
5491 * nonascii.texi (Coding System Basics): More accurate description
5492 of `raw-text'.
5493
5494 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5495
5496 * display.texi (Low-Level Font): Fix typo.
5497
5498 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * elisp.texi (Top): Update node listing.
5501
5502 * display.texi (PostScript Images): Node deleted.
5503
5504 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5505
5506 * processes.texi (Decoding Output): Document that null bytes force
5507 no-conversion for reading process output.
5508
5509 * files.texi (Reading from Files): Document that null bytes force
5510 no-conversion when visiting files.
5511
5512 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5513
5514 * nonascii.texi (Lisp and Coding Systems):
5515 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5516 (Character Properties): Improve wording.
5517
5518 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5519
5520 * display.texi (Font Lookup): Remove obsolete function
5521 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5522 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5523 (Font Selection): Reorder order of variable descriptions.
5524 Minor clarifications.
5525
5526 * elisp.texi (Top): Update node listing.
5527
5528 2009-01-09 Glenn Morris <rgm@gnu.org>
5529
5530 * commands.texi (Command Loop Info): Say that last-command-char and
5531 last-input-char are obsolete aliases.
5532
5533 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5534 last-input-char and last-command-char, since they are just aliases for
5535 last-input-event and last-command-event.
5536
5537 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5538 last-command-char.
5539
5540 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5541
5542 * elisp.texi: Update node listing.
5543
5544 * display.texi (Faces): Put Font Selection node after Auto Faces.
5545 (Face Attributes): Don't link to Font Lookup.
5546 Document font-family-list.
5547 (Fonts): New node.
5548
5549 2009-01-08 Jason Rumney <jasonr@gnu.org>
5550
5551 * frames.texi (Pointer Shape): Clarify that only X supports
5552 changing the standard pointer shapes. (Bug#1485)
5553
5554 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * display.texi (Attribute Functions): Note that a function value
5557 :height is relative, and that compatibility functions work by
5558 calling set-face-attribute.
5559 (Displaying Faces): Reorder list in order of increasing priority.
5560 (Face Remapping): New node. Content moved here from Displaying
5561 Faces.
5562 (Glyphs): Link to Face Functions.
5563
5564 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5565
5566 * display.texi (Faces): Don't discuss face id here. facep does
5567 not return t.
5568 (Defining Faces): Minor clarification.
5569 (Face Attributes): Rearrange items to match docstring of
5570 set-face-attribute. Add :foundry attribute. Document new role of
5571 :font attribute. Texinfo usage fix.
5572 (Attribute Functions): Copyedits.
5573 (Face Functions): Note that face number is seldom used.
5574
5575 2009-01-05 Richard M Stallman <rms@gnu.org>
5576
5577 * strings.texi (Predicates for Strings): Minor clarification.
5578
5579 * functions.texi (Function Safety): Texinfo usage fix.
5580
5581 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
5582
5583 * objects.texi (General Escape Syntax): Fix typo.
5584
5585 2009-01-03 Martin Rudalics <rudalics@gmx.at>
5586
5587 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5588 works via the default value of pop-up-frame-function.
5589
5590 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5591
5592 * processes.texi (System Processes): Document the `time' and
5593 `ctime' attributes of `system-process-attributes'.
5594
5595 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * display.texi (Face Attributes): Clarify :height attribute.
5598
5599 2008-12-31 Martin Rudalics <rudalics@gmx.at>
5600
5601 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5602 the front of the buffer list. Add entries for `last-buffer' and
5603 `unbury-buffer'.
5604
5605 2008-12-27 Eli Zaretskii <eliz@gnu.org>
5606
5607 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5608 and its subsections.
5609
5610 * frames.texi (Multiple Terminals, Low-level Terminal)
5611 (Terminal Parameters, Frames on Other TTY devices): New sections.
5612 (Frames): Add an xref to "Multiple Terminals".
5613
5614 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5615
5616 * objects.texi (Terminal Type): New node.
5617 (Editing Types): Add it to the menu.
5618
5619 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5620 Variables".
5621
5622 * variables.texi (Directory Local Variables): New node.
5623 (Variables): Add a menu item for it.
5624
5625 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5626 `generated-autoload-file'.
5627
5628 2008-12-20 Eli Zaretskii <eliz@gnu.org>
5629
5630 * os.texi (Startup Summary): Add xref to documentation of
5631 `initial-window-system'.
5632
5633 * display.texi (Window Systems): Document `window-system' the
5634 function. The variable `window-system' is now frame-local.
5635 Document `initial-window-system'.
5636
5637 2008-12-19 Martin Rudalics <rudalics@gmx.at>
5638
5639 * windows.texi (Windows): Rewrite description of
5640 fit-window-to-buffer.
5641
5642 2008-12-13 Glenn Morris <rgm@gnu.org>
5643
5644 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5645 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5646
5647 2008-12-12 Glenn Morris <rgm@gnu.org>
5648
5649 * debugging.texi (Error Debugging): Refer forwards to
5650 eval-expression-debug-on-error.
5651
5652 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5653
5654 * strings.texi (String Basics): Only unibyte strings that
5655 represent key sequences hold 8-bit raw bytes.
5656
5657 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5658 paragraph to speak about `undecided'.
5659 (Character Properties): Don't explain the meaning of each
5660 property; instead, identify their Unicode Standard names.
5661 (Character Sets): Document `map-charset-chars'.
5662
5663 2008-12-02 Glenn Morris <rgm@gnu.org>
5664
5665 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5666 section yet again.
5667
5668 2008-11-29 Eli Zaretskii <eliz@gnu.org>
5669
5670 * nonascii.texi (Character Properties): New Section.
5671 (Specifying Coding Systems): Document
5672 `coding-system-priority-list', `set-coding-system-priority', and
5673 `with-coding-priority'.
5674 (Lisp and Coding Systems): Document `check-coding-systems-region'
5675 and `coding-system-charset-list'.
5676 (Coding System Basics): Document `coding-system-aliases'.
5677
5678 * elisp.texi (Top): Add a @detailmenu entry for "Character
5679 Properties".
5680
5681 * objects.texi (Character Type): Correct the range of Emacs
5682 characters. Add an @xref to "Character Codes".
5683
5684 * strings.texi (String Basics): Add an @xref to "Character Codes".
5685
5686 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5687
5688 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5689 (Character Codes): Document `max-char'.
5690
5691 2008-11-28 Eli Zaretskii <eliz@gnu.org>
5692
5693 * nonascii.texi (Text Representations, Converting Representations)
5694 (Character Sets, Scanning Charsets, Translation of Characters):
5695 Make text more accurate.
5696
5697 2008-11-28 Glenn Morris <rgm@gnu.org>
5698
5699 * files.texi (Format Conversion Round-Trip): Improve previous change.
5700
5701 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
5702
5703 * modes.texi (Auto Major Mode): Fix example.
5704
5705 2008-11-25 Glenn Morris <rgm@gnu.org>
5706
5707 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5708
5709 * files.texi (Format Conversion Round-Trip):
5710 Use active voice for previous change.
5711
5712 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
5713
5714 * os.texi (Processor Run Time):
5715 * processes.texi (Transaction Queues):
5716 * markers.texi (The Mark):
5717 * windows.texi (Choosing Window, Selecting Windows):
5718 * files.texi (Changing Files, Magic File Names):
5719 * commands.texi (Key Sequence Input):
5720 * functions.texi (Declaring Functions):
5721 * strings.texi (Predicates for Strings):
5722 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5723
5724 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
5725
5726 * help.texi (Accessing Documentation): Update example.
5727
5728 * variables.texi (Defining Variables): Note that `*' is not
5729 necessary if defcustom is used.
5730
5731 2008-11-22 Eli Zaretskii <eliz@gnu.org>
5732
5733 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5734 Characters" from @detailmenu.
5735
5736 * nonascii.texi (Character Codes, Character Sets)
5737 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5738 (Chars and Bytes, Splitting Characters): Sections removed.
5739
5740 2008-11-22 Lute Kamstra <lute@gnu.org>
5741
5742 * positions.texi (Text Lines): Update goto-line documentation.
5743
5744 2008-11-21 Martin Rudalics <rudalics@gmx.at>
5745
5746 * frames.texi (Frames): Fix typo, add cross references, reword.
5747 (Initial Parameters): Reword special-display-frame-alist text.
5748 (Frames and Windows): Reword. Describe argument norecord for
5749 set-frame-selected-window.
5750 (Input Focus): Describe argument norecord for select-frame.
5751 Remove comment on MS-Windows behavior for focus-follows-mouse.
5752 (Raising and Lowering): Mention windows-frames dichotomy in
5753 metaphor.
5754
5755 * windows.texi (Displaying Buffers, Vertical Scrolling)
5756 (Horizontal Scrolling): Fix indenting and rewording issues
5757 introduced with 2008-11-07 change.
5758
5759 2008-11-20 Glenn Morris <rgm@gnu.org>
5760
5761 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5762 element of `format-alist'.
5763
5764 2008-11-19 Glenn Morris <rgm@gnu.org>
5765
5766 * doclicense.texi: Update to FDL 1.3.
5767 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5768
5769 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
5770
5771 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5772 vars, which are obsolete. Mention jit-lock-register.
5773
5774 * modes.texi (Other Font Lock Variables):
5775 Document jit-lock-register and jit-lock-unregister.
5776
5777 * frames.texi (Color Parameters): Document alpha parameter.
5778
5779 2008-11-16 Martin Rudalics <rudalics@gmx.at>
5780
5781 * windows.texi (Splitting Windows, Deleting Windows)
5782 (Selecting Windows, Cyclic Window Ordering)
5783 (Buffers and Windows, Displaying Buffers, Choosing Window)
5784 (Dedicated Windows, Window Point, Window Start and End)
5785 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5786 (Size of Window, Resizing Windows, Window Configurations)
5787 (Window Parameters): Avoid @var at beginning of sentences and
5788 reword accordingly.
5789
5790 2008-11-11 Lute Kamstra <lute@gnu.org>
5791
5792 * files.texi (File Name Components): Fix file-name-extension
5793 documentation.
5794
5795 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
5796
5797 * frames.texi (Basic Parameters): Remove display-environment-variable
5798 and term-environment-variable.
5799
5800 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5801
5802 * windows.texi (Basic Windows, Splitting Windows)
5803 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5804 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
5805 (Resizing Windows, Window Configurations, Window Parameters):
5806 Fix wording and markup.
5807
5808 2008-11-07 Martin Rudalics <rudalics@gmx.at>
5809
5810 * windows.texi (Windows): Update entries.
5811 (Basic Windows): Remove listing of attributes. Reword.
5812 (Splitting Windows, Deleting Windows): Reword.
5813 (Selecting Windows, Cyclic Window Ordering): Reword with special
5814 emphasis on order of recently selected windows and buffer list.
5815 (Buffers and Windows, Choosing Window): Reword with special
5816 emphasis on dedicated windows.
5817 (Displaying Buffers): Reword. For switch-to-buffer mention that
5818 it may fall back on pop-to-buffer. For other-window try to
5819 explain how it treats the cyclic ordering of windows.
5820 (Dedicated Windows): New node and section discussing dedicated
5821 windows and associated functions.
5822 (Window Point): Add entry for window-point-insertion-type. Reword.
5823 (Window Start and End): Rename node and section title. Reword.
5824 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5825 Minor rewording.
5826 (Size of Window): Reword, in particular text on window-width.
5827 (Resizing Windows): Reword. Add text on balancing windows.
5828 (Window Configurations): Reword. Mention window parameters.
5829 (Window Parameters): New node and section on window parameters.
5830 (Window Hooks): Reword. Mention that
5831 window-configuration-change-hook is run "buffer-locally".
5832 * elisp.texi (Top): Update Windows entries in @detailmenu
5833 section.
5834
5835 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5836
5837 * searching.texi (Regexp Search): Fix typo.
5838
5839 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5840
5841 * searching.texi (Regexp Search): Document GREEDY arg.
5842 (Simple Match Data): Fix return value.
5843
5844 2008-11-01 Eli Zaretskii <eliz@gnu.org>
5845
5846 * nonascii.texi (Text Representations): Rewrite to make consistent
5847 with Emacs 23 internal representation of characters.
5848 Document `unibyte-string'.
5849
5850 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * processes.texi (Process Information): Note that process-status
5853 does not accept buffer names.
5854
5855 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5856
5857 * positions.texi (Skipping Characters): Correct return value of
5858 skip-chars-forward.
5859
5860 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5861
5862 * windows.texi (Deleting Windows): Update documentation of
5863 delete-windows-on.
5864 (Buffers and Windows): Update documentations of
5865 get-buffer-window and get-buffer-window-list.
5866 (Displaying Buffers): Update documentation of
5867 replace-buffer-in-windows.
5868
5869 * buffers.texi (Current Buffer): Reword set-buffer and
5870 with-current-buffer documentations.
5871 (Creating Buffers): Reword documentation of get-buffer-create.
5872
5873 2008-10-23 Martin Rudalics <rudalics@gmx.at>
5874
5875 * buffers.texi (Current Buffer): Reword documentation of
5876 set-buffer.
5877 (Buffer Names): Reword documentation of buffer-name.
5878 (The Buffer List): For bury-buffer explain what happens with the
5879 buffer's window.
5880 (Creating Buffers): Say that get-buffer-create's arg is called
5881 buffer-or-name.
5882
5883 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * advice.texi (Computed Advice): Explain what DEFINITION is.
5886
5887 * nonascii.texi (Character Codes): Remove obsolete function
5888 char-valid-p, and document characterp instead.
5889
5890 2008-10-22 Martin Rudalics <rudalics@gmx.at>
5891
5892 * windows.texi (Displaying Buffers): Reword documentation of
5893 pop-to-buffer.
5894 (Choosing Window): Rewrite documentation of display-buffer and
5895 its options.
5896
5897 * buffers.texi (Killing Buffers): Update documentation of
5898 kill-buffer.
5899
5900 2008-10-21 Eli Zaretskii <eliz@gnu.org>
5901
5902 * processes.texi (Serial Ports): Fix wording and improve markup.
5903
5904 * searching.texi (Regexp Search): Document `string-match-p' and
5905 `looking-at-p'.
5906 (POSIX Regexps): Add an xref for "non-greedy".
5907 (Regexp Special): Add @cindex entry for "non-greedy".
5908
5909 * display.texi (Attribute Functions): Document `face-all-attributes'.
5910 (Image Cache) <image-refresh>: Minor wording fixes.
5911
5912 * frames.texi (Color Names): Add an xref to `read-color'.
5913
5914 * minibuf.texi (High-Level Completion): Document `read-color'.
5915
5916 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5917
5918 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5919
5920 * buffers.texi (Swapping Text): New section, documents
5921 `buffer-swap-text'.
5922
5923 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5924
5925 * windows.texi (Resizing Windows): Minor wording fix.
5926
5927 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5928
5929 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5930 and `combine-and-quote-strings'.
5931
5932 * strings.texi (Creating Strings): Add xrefs for them.
5933
5934 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5935
5936 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5937 match the corresponding menu in minibuf.texi.
5938
5939 * minibuf.texi (Reading File Names): Document `read-shell-command'
5940 and `minibuffer-local-shell-command-map'.
5941
5942 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5943
5944 * windows.texi (Resizing Windows): Remove var{} around "window" in
5945 documentation of enlarge-window.
5946 Rewrite documentation of window-min-height and window-min-width.
5947
5948 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5949
5950 * functions.texi (Calling Functions): Document `apply-partially'.
5951
5952 * hooks.texi (Standard Hooks): Mention
5953 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5954
5955 * variables.texi (File Local Variables): Document
5956 `file-local-variables-alist', `before-hack-local-variables-hook'
5957 and `hack-local-variables-hook'.
5958
5959 * processes.texi (Synchronous Processes): Document `process-lines'.
5960
5961 * customize.texi (Variable Definitions):
5962 Document `custom-reevaluate-setting'.
5963
5964 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5965
5966 * windows.texi (Choosing Window, Deleting Windows)
5967 (Displaying Buffers): Expand documentation of dedicated windows.
5968
5969 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5970
5971 * files.texi (Changing Files): Document symbolic input of file
5972 modes to `set-file-modes'. Document `read-file-modes' and
5973 `file-modes-symbolic-to-number'.
5974
5975 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5976 and `search-map'.
5977
5978 * searching.texi (Search and Replace):
5979 Document `replace-search-function' and `replace-re-search-function'.
5980 Document `multi-query-replace-map'.
5981
5982 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5983 (Completion Commands, Reading File Names):
5984 Rename `minibuffer-local-must-match-filename-map' to
5985 `minibuffer-local-filename-must-match-map'.
5986 (Minibuffer Completion): The `require-match' argument to
5987 `completing-read' can now have the value `confirm-only'.
5988
5989 * windows.texi (Displaying Buffers): Minor wording fix.
5990 (Choosing Window): `split-height-threshold' can now be nil.
5991 Document `split-width-threshold'. `pop-up-frames' can have the
5992 value `graphic-only'.
5993
5994 2008-10-17 Eli Zaretskii <eliz@gnu.org>
5995
5996 * os.texi (Startup Summary): Document `before-init-time' and
5997 `after-init-time'. Document `initial-window-system' and
5998 `window-system-initialization-alist'. Document reading the
5999 abbrevs file. Document the call to `server-start' under --daemon.
6000 Rearrange a bit to be consistent with the code flow.
6001 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6002 (Time Parsing): Document `format-seconds'.
6003
6004 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6005
6006 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6007 and reword.
6008
6009 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6010
6011 * markers.texi (The Mark): Document use-region-p.
6012
6013 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6014
6015 * internals.texi (Writing Emacs Primitives): The interactive spec
6016 of a primitive can be a Lisp form.
6017
6018 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6019 values of transient-mark-mode. Document handle-shift-selection.
6020
6021 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6022 (Interactive Examples): Show an example of `^'.
6023 (Key Sequence Input): Document this-command-keys-shift-translated.
6024 (Defining Commands, Using Interactive): The interactive-form of a
6025 function can be added via its symbol's property.
6026
6027 * positions.texi (List Motion): beginning-of-defun-function can
6028 now accept an argument.
6029
6030 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6031 now return a list of strings.
6032
6033 * control.texi (Handling Errors): Document ignore-errors.
6034
6035 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6036 (Parameter Access): Document set-frame-parameter.
6037
6038 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6039 Hooks" for the effect of kill-all-local-variables on local hook
6040 functions.
6041
6042 * modes.texi (Major Mode Conventions, Mode Line Variables):
6043 `mode-name' need not be a string. xref to "Mode Line Data" for
6044 details, and to "Emulating Mode Line" for computing a string
6045 value.
6046
6047 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6048
6049 * processes.texi (System Processes): New section.
6050 (Processes, Signals to Processes): Add xrefs to it.
6051
6052 * objects.texi (Editing Types): A `process' is a subprocess of
6053 Emacs, not just any process running on the OS.
6054
6055 * elisp.texi (Top): Adjust the @detailmenu for the above two
6056 changes.
6057
6058 * sequences.texi (Char-Tables): Remove documentation of
6059 set-char-table-default, which has no effect since Emacs 23.
6060 <char-table-range, set-char-table-range>: Don't mention generic
6061 characters and charsets. Add a cons cell as a possible argument.
6062
6063 * nonascii.texi (Splitting Characters)
6064 (Translation of Characters): Don't mention generic characters.
6065
6066 * display.texi (Fontsets): Don't mention generic characters.
6067
6068 * sequences.texi (Char-Tables): `map-char-table' can now call its
6069 argument FUNCTION with a cons cell as KEY.
6070
6071 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6072
6073 * objects.texi (Primitive Function Type): Move "@cindex special
6074 forms" from here...
6075
6076 * eval.texi (Special Forms): ...to here.
6077
6078 * functions.texi (What Is a Function): `functionp' returns nil for
6079 special forms. Add an xref.
6080
6081 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6082 Variables".
6083
6084 * variables.texi (Frame-Local Variables): New section.
6085 (Buffer-Local Variables): Add an xref to it.
6086 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6087 have both frame-local and buffer-local binding.
6088
6089 * frames.texi (Frames): Mention multiple tty frames.
6090 (Frame Parameters, Parameter Access): Mention frame-local variable
6091 bindings.
6092
6093 2008-09-20 Glenn Morris <rgm@gnu.org>
6094
6095 * display.texi (Defining Faces): Recommend against face variables.
6096
6097 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6098
6099 * display.texi (Echo Area Customization): Fix typo.
6100
6101 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6102
6103 * loading.texi (Where Defined): Add `defface' item.
6104
6105 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6106
6107 * loading.texi (Where Defined): Fix description of symbol-file.
6108
6109 2008-08-26 Jason Rumney <jasonr@gnu.org>
6110
6111 * display.texi (TIFF Images): New section describing :index property.
6112
6113 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6114
6115 * display.texi (Temporary Displays): Remove unnecessary comment
6116 about usage of temp-buffer-show-hook.
6117
6118 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * symbols.texi (Other Plists): Fix incorrect example.
6121 Suggested by Florian Beck.
6122
6123 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6124
6125 * os.texi: Fix previous change.
6126
6127 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6128
6129 * os.texi:
6130 * intro.texi:
6131 * files.texi: Remove VMS support.
6132
6133 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6134
6135 * os.texi:
6136 * frames.texi:
6137 * display.texi: Remove mentions of Mac Carbon.
6138
6139 2008-07-01 Miles Bader <miles@gnu.org>
6140
6141 * text.texi (Special Properties):
6142 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6143
6144 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6145
6146 * display.texi (Other Image Types): Fix copy/paste error; say
6147 "PBM", not "XBM".
6148
6149 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6150
6151 * os.texi: Remove references to obsolete systems.
6152
6153 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6154
6155 * makefile.w32-in (distclean): Remove makefile.
6156
6157 2008-06-17 Glenn Morris <rgm@gnu.org>
6158
6159 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6160 (elisp, dist): Remove rules and variables that are obsolete now
6161 the lisp manual is no longer distributed separately.
6162
6163 2008-06-16 Glenn Morris <rgm@gnu.org>
6164
6165 * configure, configure.in, mkinstalldirs: Remove unused files.
6166
6167 * book-spine.texinfo: Set version to 23.0.60.
6168 * vol1.texi (EMACSVER):
6169 * vol2.texi (EMACSVER): Set to 23.0.60.
6170
6171 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6172 as per maintain.info.
6173
6174 2008-06-15 Glenn Morris <rgm@gnu.org>
6175
6176 * makefile.w32-in (manual): Use "23" rather than "21".
6177
6178 * Makefile.in (emacsver): New, set by configure.
6179 (manual): Use emacsver.
6180
6181 * intro.texi: Report bugs using M-x report-emacs-bug.
6182
6183 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6184
6185 2008-06-13 Daniel Engeler <engeler@gmail.com>
6186
6187 * elisp.texi, internals.texi, processes.texi: Add documentation
6188 about serial port access.
6189
6190 2008-06-05 Miles Bader <miles@gnu.org>
6191
6192 * display.texi (Displaying Faces): Update to reflect function
6193 renamings in face-remap.el.
6194
6195 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * display.texi (Fontsets): Fix typos.
6198
6199 2008-06-03 Miles Bader <miles@gnu.org>
6200
6201 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6202 remove-relative-face-remapping, set-base-face-remapping,
6203 and set-default-base-face-remapping.
6204
6205 2008-06-01 Miles Bader <miles@gnu.org>
6206
6207 * display.texi (Displaying Faces): Add face-remapping-alist.
6208
6209 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6212 variable names.
6213
6214 2008-05-03 Eric S. Raymond <esr@golux>
6215
6216 * keymaps.texi: Clarify that (current-local-map) and
6217 (current-global-map) return references, not copies.
6218
6219 2008-05-02 Juri Linkov <juri@jurta.org>
6220
6221 * minibuf.texi (Text from Minibuffer): Document a list of
6222 default values for `read-from-minibuffer'.
6223
6224 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6225
6226 * nonascii.texi (Translation of Characters): Fix previous change.
6227
6228 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * display.texi (Overlay Properties): Clarify role of underlying
6231 textprop and overlay keymaps for display strings.
6232
6233 * keymaps.texi (Active Keymaps): Ditto.
6234
6235 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * minibuf.texi (Programmed Completion):
6238 Replace dynamic-completion-table with the new completion-table-dynamic.
6239
6240 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * intro.texi (Some Terms): Change "fonts in this manual" index
6243 entry to "typographic conventions".
6244
6245 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6246
6247 * objects.texi (Text Props and Strings): Add indexing for read
6248 syntax of text properties.
6249
6250 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * processes.texi (Decoding Output): Remove process-filter-multibyte
6253 functions.
6254
6255 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6256
6257 * display.texi (Finding Overlays): Say that empty overlays at
6258 the end of the buffer are reported too.
6259
6260 2008-03-13 Glenn Morris <rgm@gnu.org>
6261
6262 * elisp.texi (EMACSVER): Set to 23.0.60.
6263
6264 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6265
6266 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6267
6268 2008-02-22 Glenn Morris <rgm@gnu.org>
6269
6270 * frames.texi (Position Parameters): Clarify the description of
6271 `left' and `top', using information from "Geometry".
6272 (Geometry): Give a pointer to "Position Parameters", rather than
6273 repeating information.
6274
6275 2008-02-11 Glenn Morris <rgm@gnu.org>
6276
6277 * objects.texi (Equality Predicates): No longer talk about "two"
6278 functions.
6279
6280 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6281
6282 * objects.texi (Equality Predicates): Add defun for
6283 equal-including-properties.
6284
6285 2008-02-10 Glenn Morris <rgm@gnu.org>
6286
6287 * objects.texi (Equality Predicates):
6288 Mention equal-including-properties.
6289
6290 2008-02-07 Richard Stallman <rms@gnu.org>
6291
6292 * windows.texi (Window Start): Mention the feature of moving
6293 window-start to start of line.
6294
6295 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6296
6297 * keymaps.texi (Tool Bar): Document rtl property.
6298
6299 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6300
6301 * display.texi (Button Types):
6302 For define-button-type, clarify type of NAME.
6303
6304 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6305
6306 * buffers.texi (Buffer Modification): Fix typo.
6307
6308 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6309
6310 * os.texi (System Environment): Remove references to OSes that are
6311 not supported anymore.
6312
6313 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6314
6315 * os.texi (System Environment): Remove mention for Masscomp.
6316
6317 2008-01-04 Richard Stallman <rms@gnu.org>
6318
6319 * display.texi (Faces): Don't talk about internal face vector as arg
6320 to facep.
6321
6322 * customize.texi (Type Keywords): Fix previous change.
6323
6324 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6325 * elisp.texi (Top): Fix menu for commands.texi change.
6326
6327 2007-12-30 Richard Stallman <rms@gnu.org>
6328
6329 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6330 (Accessing Scroll): New node broken out of Accessing Mouse.
6331
6332 2007-12-28 Richard Stallman <rms@gnu.org>
6333
6334 * frames.texi (Size Parameters): Fix typo.
6335 (Basic Parameters): For `title', refer to title bar.
6336 (Size and Position): Explain meaning of frame pixel width and height.
6337
6338 2007-12-23 Richard Stallman <rms@gnu.org>
6339
6340 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6341 Improve some of the commented-out keywords' text too.
6342
6343 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6344
6345 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6346 "visit the current buffer".
6347
6348 * os.texi (System Interface): Fix typo.
6349
6350 2007-12-04 Richard Stallman <rms@gnu.org>
6351
6352 * objects.texi (Symbol Type): Fix typo.
6353
6354 2007-12-03 Richard Stallman <rms@gnu.org>
6355
6356 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6357
6358 2007-12-01 Glenn Morris <rgm@gnu.org>
6359
6360 * functions.texi (Declaring Functions): Improve previous change.
6361
6362 2007-11-30 Glenn Morris <rgm@gnu.org>
6363
6364 * functions.texi (Declaring Functions): Add optional fourth
6365 argument of declare-function, and setting third argument to `t'.
6366
6367 2007-11-29 Richard Stallman <rms@gnu.org>
6368
6369 * customize.texi (Composite Types): Document `group' type.
6370
6371 2007-11-29 Glenn Morris <rgm@gnu.org>
6372
6373 * functions.texi (Declaring Functions): Add findex.
6374 Mention `external' files.
6375
6376 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * functions.texi (Declaring Functions): Fix directive.
6379
6380 2007-11-25 Richard Stallman <rms@gnu.org>
6381
6382 * help.texi (Help Functions): Clean up last change.
6383
6384 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6385
6386 * loading.texi (Named Features): Minor cleanup.
6387
6388 * macros.texi (Eval During Expansion): Minor cleanup.
6389
6390 * variables.texi (Variable Aliases): Minor cleanup.
6391
6392 2007-11-24 Richard Stallman <rms@gnu.org>
6393
6394 * functions.texi (Declaring Functions): Clarify previous change.
6395
6396 * compile.texi (Compiler Errors): Clarify previous change.
6397
6398 2007-11-24 Richard Stallman <rms@gnu.org>
6399
6400 * display.texi (Refresh Screen, Forcing Redisplay):
6401 Clarify the text and move items around.
6402
6403 2007-11-24 Glenn Morris <rgm@gnu.org>
6404
6405 * functions.texi (Declaring Functions): New section.
6406 * compile.texi (Compiler Errors): Mention declaring functions,
6407 defvar with no initvalue, and byte-compile-warnings.
6408
6409 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6410
6411 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6412 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6413
6414 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6415
6416 * help.texi (Help Functions): Document new macro `with-help-window'.
6417
6418 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6419
6420 * searching.texi (Replacing Match): Describe new
6421 `match-substitute-replacement'.
6422
6423 2007-10-31 Richard Stallman <rms@gnu.org>
6424
6425 * strings.texi (Creating Strings): Null strings from concat not unique.
6426
6427 2007-10-26 Richard Stallman <rms@gnu.org>
6428
6429 * objects.texi (Equality Predicates): Null strings are uniquified.
6430
6431 * minibuf.texi: Minor clarifications in previous change.
6432
6433 2007-10-25 Glenn Morris <rgm@gnu.org>
6434
6435 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6436
6437 2007-10-24 Richard Stallman <rms@gnu.org>
6438
6439 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6440
6441 * variables.texi (Frame-Local Variables): Node deleted.
6442 (Variables): Delete Frame-Local Variables from menu.
6443 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6444 (Default Value): Don't mention frame-local vars.
6445
6446 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6447
6448 * loading.texi (Unloading): Document FEATURE-unload-function
6449 instead of FEATURE-unload-hook.
6450
6451 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6452
6453 2007-10-22 Juri Linkov <juri@jurta.org>
6454
6455 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6456 (High-Level Completion): Document a list of default value strings
6457 in the DEFAULT argument, for which minibuffer functions return the
6458 first element.
6459
6460 2007-10-17 Juri Linkov <juri@jurta.org>
6461
6462 * text.texi (Filling): Update arguments of fill-paragraph.
6463 fill-paragraph operates on the active region in Transient Mark mode.
6464 Remove fill-paragraph-or-region.
6465
6466 2007-10-13 Karl Berry <karl@gnu.org>
6467
6468 * elisp.texi (@dircategory): Move to after @copying,
6469 since we want @copying as close as possible to the beginning of
6470 the output.
6471
6472 2007-10-12 Richard Stallman <rms@gnu.org>
6473
6474 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6475
6476 * commands.texi (Distinguish Interactive): New node,
6477 broken out from Interactive Call and rewritten.
6478 (Command Loop): Put Distinguish Interactive in menu.
6479
6480 2007-10-09 Richard Stallman <rms@gnu.org>
6481
6482 * text.texi (Examining Properties): Mention overlay priority.
6483
6484 * display.texi (Display Margins): Correct the description
6485 of margin display specifications.
6486 (Replacing Specs): New subnode broken out of Display Property.
6487
6488 2007-10-06 Juri Linkov <juri@jurta.org>
6489
6490 * text.texi (Filling): Document fill-paragraph-or-region.
6491
6492 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6493
6494 * display.texi (Auto Faces): Fix typo.
6495
6496 2007-10-02 Richard Stallman <rms@gnu.org>
6497
6498 * display.texi (Display Property): Explain some display specs
6499 don't let you move point in.
6500
6501 * frames.texi (Cursor Parameters):
6502 Describe cursor-in-non-selected-windows here. Explain more values.
6503
6504 * windows.texi (Basic Windows): Don't describe
6505 cursor-in-non-selected-windows here.
6506
6507 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6508
6509 * processes.texi (Misc Network): Note that these functions are
6510 supported only on some systems.
6511
6512 2007-10-01 Richard Stallman <rms@gnu.org>
6513
6514 * display.texi (Overlay Properties): Explain nil as priority.
6515 Explain that conflicts are unpredictable if not resolved by
6516 priorities.
6517
6518 2007-09-23 Richard Stallman <rms@gnu.org>
6519
6520 * macros.texi (Backquote): Minor clarification.
6521
6522 2007-09-19 Richard Stallman <rms@gnu.org>
6523
6524 * display.texi (Display Property): Explain multiple display specs.
6525 Clarify when they work in parallel and when one overrides.
6526 Fix error in example.
6527
6528 2007-09-06 Glenn Morris <rgm@gnu.org>
6529
6530 Move from lispref/ to doc/lispref/. Change all setfilename
6531 commands to use ../../info.
6532 * Makefile.in (infodir): Go up one more level.
6533 (usermanualdir): Change from ../man to ../emacs.
6534 (miscmanualdir): New.
6535 (dist): Use new variable miscmanualdir.
6536 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6537 (usermanualdir): Change from ../man to ../emacs.
6538
6539 2007-08-30 Martin Rudalics <rudalics@gmx.at>
6540
6541 * commands.texi (Command Loop Info): Advise against changing
6542 most variables described here. Explain new variable
6543 last-repeatable-command.
6544
6545 2007-08-29 Glenn Morris <rgm@gnu.org>
6546
6547 * elisp.texi (EMACSVER): Increase to 23.0.50.
6548
6549 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6550
6551 * frames.texi (Basic Parameters): Add display-environment-variable
6552 and term-environment-variable.
6553
6554 2007-08-28 Juri Linkov <juri@jurta.org>
6555
6556 * display.texi (Image Formats, Other Image Types): Add SVG.
6557
6558 2007-08-28 Juri Linkov <juri@jurta.org>
6559
6560 * display.texi (Images): Move formats-related text to new node
6561 "Image Formats".
6562 (Image Formats): New node.
6563
6564 2007-08-27 Richard Stallman <rms@gnu.org>
6565
6566 * windows.texi (Window Configurations): Clarify what
6567 a window configuration saves.
6568
6569 2007-08-25 Richard Stallman <rms@gnu.org>
6570
6571 * display.texi (Images): Delete redundant @findex.
6572
6573 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * text.texi (Change Hooks): (after|before)-change-functions are no
6576 longer bound to nil while running; rather inhibit-modification-hooks
6577 is t.
6578
6579 2007-08-16 Richard Stallman <rms@gnu.org>
6580
6581 * processes.texi (Asynchronous Processes):
6582 Clarify doc of start-file-process.
6583
6584 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6585
6586 * modes.texi (Example Major Modes): Fix typo.
6587
6588 2007-08-08 Glenn Morris <rgm@gnu.org>
6589
6590 * intro.texi (nil and t): Do not use `iff' in documentation.
6591
6592 * tips.texi (Documentation Tips): Recommend against `iff'.
6593
6594 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * display.texi (Image Cache): Document image-refresh.
6597
6598 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6599
6600 * windows.texi (Size of Window): Document window-full-width-p.
6601
6602 2007-07-25 Glenn Morris <rgm@gnu.org>
6603
6604 * gpl.texi (GPL): Replace license with GPLv3.
6605
6606 * Relicense all FSF files to GPLv3 or later.
6607
6608 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6609
6610 * processes.texi (Synchronous Processes):
6611 Add `process-file-shell-command'.
6612 (Asynchronous Processes): Mention restricted use of
6613 `process-filter' and `process-sentinel' in
6614 `start-file-process'. Add `start-file-process-shell-command'.
6615
6616 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6617
6618 * files.texi (Magic File Names): Introduce optional parameter
6619 IDENTIFICATION for `file-remote-p'.
6620
6621 2007-07-16 Richard Stallman <rms@gnu.org>
6622
6623 * display.texi (Defining Faces): Fix previous change.
6624
6625 2007-07-14 Richard Stallman <rms@gnu.org>
6626
6627 * control.texi (Handling Errors): Document `debug' in handler list.
6628
6629 2007-07-10 Richard Stallman <rms@gnu.org>
6630
6631 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6632
6633 2007-07-09 Richard Stallman <rms@gnu.org>
6634
6635 * files.texi (Magic File Names): Rewrite previous change.
6636
6637 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6638
6639 * files.texi (Magic File Names): Introduce optional parameter
6640 CONNECTED for `file-remote-p'.
6641
6642 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6643
6644 * processes.texi (Asynchronous Processes):
6645 * files.texi (Magic File Names): Add `start-file-process'.
6646
6647 2007-06-27 Richard Stallman <rms@gnu.org>
6648
6649 * files.texi (Format Conversion Piecemeal):
6650 Clarify `after-insert-file-functions' calling convention.
6651
6652 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6653
6654 * files.texi (Magic File Names): Remove `dired-call-process'.
6655 Add `process-file'.
6656
6657 2007-06-27 Kenichi Handa <handa@m17n.org>
6658
6659 * text.texi (Special Properties): Fix description about
6660 `composition' property.
6661
6662 2007-06-26 Kenichi Handa <handa@m17n.org>
6663
6664 * nonascii.texi (Default Coding Systems): Document about the
6665 return value `undecided'.
6666
6667 2007-06-25 David Kastrup <dak@gnu.org>
6668
6669 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6670 `current-active-maps'.
6671
6672 2007-06-24 Karl Berry <karl@gnu.org>
6673
6674 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
6675
6676 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
6677
6678 * display.texi (Overlay Arrow): Doc fix.
6679
6680 2007-06-14 Karl Berry <karl@tug.org>
6681
6682 * anti.texi (Antinews): Typo.
6683
6684 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * display.texi (Image Cache): Document image-refresh.
6687
6688 2007-06-12 Karl Berry <karl@gnu.org>
6689
6690 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6691 * two-volume.make: New file.
6692 * .cvsignore: Ignore two-volume files.
6693
6694 2007-06-12 Tom Tromey <tromey@redhat.com>
6695
6696 * os.texi (Init File): Document user-emacs-directory.
6697
6698 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * commands.texi (Click Events): Describe width and height when
6701 object is nil.
6702
6703 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
6704
6705 * commands.texi (Click Events): Layout more logically.
6706 Describe width and height.
6707 (Drag Events, Motion Events): Update to new format for position.
6708
6709 2007-06-02 Richard Stallman <rms@gnu.org>
6710
6711 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6712
6713 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6714
6715 * Version 22.1 released.
6716
6717 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * text.texi (Special Properties): Correct meaning of fontified face.
6720
6721 2007-05-30 Richard Stallman <rms@gnu.org>
6722
6723 * text.texi (Special Properties): Add link to Adjusting Point.
6724
6725 2007-05-12 Richard Stallman <rms@gnu.org>
6726
6727 * text.texi (Margins): indent-to-left-margin is not the default.
6728 (Mode-Specific Indent): For indent-line-function, the default
6729 is indent-relative.
6730
6731 * modes.texi (Example Major Modes): Explain last line of text-mode
6732 is redundant.
6733
6734 2007-05-10 Richard Stallman <rms@gnu.org>
6735
6736 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6737
6738 * help.texi (Keys in Documentation): Add reference to
6739 Documentation Tips.
6740
6741 * files.texi (Format Conversion): TO-FN gets three arguments.
6742
6743 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6744
6745 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6746
6747 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6748 * files.texi (Format Conversion): Expand intro; add menu.
6749 (Format Conversion Overview, Format Conversion Round-Trip)
6750 (Format Conversion Piecemeal): New nodes/subsections.
6751 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6752 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6753 (Saving Properties): Delete node/subsection.
6754
6755 2007-05-07 Karl Berry <karl@gnu.org>
6756
6757 * elisp.texi (EMACSVER): Back to 22.
6758
6759 2007-05-06 Richard Stallman <rms@gnu.org>
6760
6761 * processes.texi (Accepting Output): Revert most of previous change.
6762
6763 2007-05-05 Richard Stallman <rms@gnu.org>
6764
6765 * processes.texi (Accepting Output): accept-process-output
6766 uses microseconds, not milliseconds. But that arg is obsolete.
6767
6768 2007-05-04 Karl Berry <karl@tug.org>
6769
6770 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6771
6772 2007-05-04 Eli Zaretskii <eliz@gnu.org>
6773
6774 * tips.texi (Documentation Tips): Rearrange items to place the
6775 more important ones first. Add an index entry for hyperlinks.
6776
6777 2007-05-03 Karl Berry <karl@gnu.org>
6778
6779 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6780 (EMACSVER) [smallbook]: 22 for printed version.
6781
6782 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6783 so restore anchor to normal position after defun. Found by Kevin Ryde.
6784
6785 2007-04-26 Glenn Morris <rgm@gnu.org>
6786
6787 * elisp.texi (EMACSVER): Increase to 22.1.50.
6788
6789 2007-04-28 Karl Berry <karl@gnu.org>
6790
6791 * elisp.texi: Improve line breaks on copyright page,
6792 similar layout to emacs manual, 8.5x11 by default.
6793
6794 2007-04-24 Richard Stallman <rms@gnu.org>
6795
6796 * text.texi (Special Properties): Add xref to Overlay Properties.
6797
6798 * display.texi (Overlay Properties): Add xref to Special Properties.
6799
6800 2007-04-22 Richard Stallman <rms@gnu.org>
6801
6802 * keymaps.texi (Extended Menu Items): Move the info about
6803 format with cached keyboard binding.
6804
6805 2007-04-21 Richard Stallman <rms@gnu.org>
6806
6807 * text.texi (Special Properties): Clarify previous change.
6808
6809 * files.texi (File Name Expansion): Clarify previous change.
6810
6811 * display.texi (Attribute Functions): Fix example for
6812 face-attribute-relative-p.
6813
6814 2007-04-19 Kenichi Handa <handa@m17n.org>
6815
6816 * text.texi (Special Properties): Document composition property.
6817
6818 2007-04-19 Glenn Morris <rgm@gnu.org>
6819
6820 * files.texi (File Name Expansion): Mention "superroot".
6821
6822 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
6823
6824 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6825 setups.
6826 (Display Feature Testing): Note that display refers to all
6827 physical monitors for multi-monitor setups.
6828
6829 2007-04-14 Richard Stallman <rms@gnu.org>
6830
6831 * lists.texi (Sets And Lists): Clarify `delete' examples.
6832 Remove spurious xref to same node.
6833 Clarify xref for add-to-list.
6834
6835 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
6836
6837 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6838 value of lisp-mode-map.
6839
6840 2007-04-11 Karl Berry <karl@gnu.org>
6841
6842 * anti.texi (Antinews):
6843 * display.texi (Overlay Properties, Defining Images):
6844 * processes.texi (Synchronous Processes, Sentinels):
6845 * syntax.texi (Syntax Table Internals):
6846 * searching.texi (Regexp Special):
6847 * nonascii.texi (Default Coding Systems):
6848 * text.texi (Special Properties):
6849 * minibuf.texi (Basic Completion): Wording to improve breaks in
6850 8.5x11 format.
6851 * elisp.texi (smallbook): New @set to more easily switch between
6852 smallbook and 8.5x11.
6853
6854 2007-04-11 Richard Stallman <rms@gnu.org>
6855
6856 * text.texi (Lazy Properties): Minor fix.
6857
6858 2007-04-08 Karl Berry <karl@gnu.org>
6859
6860 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6861 * macros.texi (Backquote): Downcase Backquote in index entries for
6862 consistency.
6863
6864 2007-04-08 Richard Stallman <rms@gnu.org>
6865
6866 * text.texi (Adaptive Fill): Just describe default,
6867 don't show it (since it contains non-ASCII chars).
6868
6869 2007-04-07 Karl Berry <karl@gnu.org>
6870
6871 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6872 adaptive-fill-regexp's value, since they are not in the standard
6873 TeX fonts.
6874
6875 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6876
6877 * display.texi (Defining Faces): Fix example.
6878
6879 2007-04-07 Karl Berry <karl@gnu.org>
6880
6881 * display.texi (Button Buffer Commands): Improve page break.
6882
6883 2007-04-07 Richard Stallman <rms@gnu.org>
6884
6885 * advice.texi (Activation of Advice): Remove redundant index entry.
6886
6887 * backups.texi: Improve index entries. Remove redundant ones.
6888
6889 * compile.texi (Byte Compilation): Improve index entry.
6890
6891 * hash.texi (Creating Hash): Improve index entry.
6892
6893 * symbols.texi (Definitions): Improve index entry.
6894
6895 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6896
6897 * maps.texi (Standard Keymaps): Remove useless index entry.
6898
6899 * help.texi (Documentation Basics): Remove redundant index entries.
6900
6901 * customize.texi: Improve index entries.
6902 Remove redundant/useless ones.
6903
6904 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6905
6906 * streams.texi (Output Variables): Improve index entry.
6907
6908 * abbrevs.texi (Abbrevs): Remove useless index entry.
6909
6910 * macros.texi (Expansion): Remove useless index entry.
6911
6912 * text.texi: Improve index entries. Remove redundant/useless ones.
6913 (Text Properties, Examining Properties)
6914 (Special Properties): Use "property category" instead of "category"
6915 to refer to the `category' property.
6916
6917 * positions.texi: Improve index entries. Remove useless one.
6918
6919 * lists.texi: Improve index entries. Remove redundant/useless ones.
6920
6921 * os.texi: Improve index entries.
6922 (Timers): Fix previous change.
6923
6924 * buffers.texi: Improve index entries.
6925 (Modification Time): Get rid of term "obsolete buffer".
6926
6927 * debugging.texi: Improve index entries.
6928 (Test Coverage): Add xref to other test coverage ftr.
6929
6930 * eval.texi: Improve index entry. Remove redundant ones.
6931
6932 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6933
6934 * files.texi: Improve index entries. Remove redundant/useless ones.
6935
6936 * objects.texi: Improve index entries.
6937
6938 * processes.texi: Improve index entries.
6939
6940 * modes.texi: Improve index entry. Remove redundant one.
6941
6942 * nonascii.texi: Improve index entries.
6943
6944 * internals.texi: Improve index entries.
6945
6946 * syntax.texi: Improve index entries.
6947
6948 * keymaps.texi (Active Keymaps): Improve index entries.
6949
6950 * commands.texi: Improve index entries. Remove redundant/useless ones.
6951
6952 * frames.texi: Improve index entries. Remove redundant/useless ones.
6953
6954 * markers.texi: Improve index entries. Remove redundant ones.
6955
6956 * tips.texi: Improve index entries.
6957
6958 * loading.texi (Unloading): Improve index entry.
6959
6960 * variables.texi: Improve index entries. Remove redundant one.
6961
6962 * sequences.texi: Improve index entry.
6963
6964 * display.texi: Improve index entries. Remove redundant ones.
6965
6966 * windows.texi: Improve index entries.
6967
6968 * searching.texi: Improve index entries. Remove redundant one.
6969
6970 * strings.texi (Case Tables): Improve last change.
6971
6972 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
6973
6974 * strings.texi (Case Tables): Document with-case-table and
6975 ascii-case-table.
6976
6977 2007-04-03 Karl Berry <karl@gnu.org>
6978
6979 * processes.texi (Network): Reword to improve page break.
6980
6981 2007-04-03 Eli Zaretskii <eliz@gnu.org>
6982
6983 * functions.texi (Inline Functions): Describe more disadvantages
6984 of defsubst, and make advice against it stronger.
6985
6986 2007-04-02 Karl Berry <karl@gnu.org>
6987
6988 * backups.texi (Backup Names): Avoid widow words.
6989 * modes.texi (Example Major Modes): Align last comment.
6990
6991 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * keymaps.texi (Remapping Commands): Document new arg to
6994 command-remapping.
6995
6996 2007-04-01 Karl Berry <karl@gnu.org>
6997
6998 * processes.texi (Low-Level Network): Typo.
6999 * loading.texi (Hooks for Loading): Avoid double "the".
7000 * keymaps.texi (Key Sequences): No double "and".
7001 (Changing Key Bindings): Shorten to improve line break.
7002
7003 2007-03-31 Glenn Morris <rgm@gnu.org>
7004
7005 * os.texi (Timers): Fix description of run-at-time TIME formats.
7006
7007 2007-03-31 Richard Stallman <rms@gnu.org>
7008
7009 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7010 regarding ellipsis.
7011
7012 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7013
7014 * intro.texi (nil and t):
7015 * symbols.texi (Plists and Alists):
7016 * variables.texi (Variable Aliases, Constant Variables):
7017 * functions.texi (Defining Functions):
7018 * advice.texi (Advising Primitives):
7019 * debugging.texi (Syntax Errors, Compilation Errors):
7020 * minibuf.texi (Minibuffer Windows):
7021 * commands.texi (Adjusting Point):
7022 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7023 (Auto Major Mode, Major Mode Conventions):
7024 * help.texi (Describing Characters):
7025 * files.texi (Create/Delete Dirs, Information about Files)
7026 (File Locks, Writing to Files, Reading from Files)
7027 (Saving Buffers):
7028 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7029 * frames.texi (Finding All Frames):
7030 * positions.texi (Buffer End, Motion):
7031 * markers.texi (The Region):
7032 * text.texi (Deletion, Near Point):
7033 * display.texi (Displaying Messages, Truncation):
7034 * os.texi (Processor Run Time):
7035 * tips.texi (Key Binding Conventions, Programming Tips)
7036 (Warning Tips, Documentation Tips, Comment Tips):
7037 * internals.texi (Memory Usage): Improve indexing.
7038
7039 * variables.texi (Frame-Local Variables):
7040 * functions.texi (Argument List):
7041 * loading.texi (Library Search):
7042 * streams.texi (Output Variables):
7043 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7044 * searching.texi (Replacing Match, Search and Replace):
7045 * processes.texi (Byte Packing, Decoding Output)
7046 (Accepting Output, Network Servers, Shell Arguments):
7047 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7048 * windows.texi (Window Point, Window Start):
7049 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7050 * commands.texi (Reading Input, Keyboard Events):
7051 * minibuf.texi (Reading File Names, Minibuffer Completion)
7052 (Recursive Mini):
7053 * positions.texi (List Motion):
7054 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7055 * numbers.texi (Arithmetic Operations, Math Functions)
7056 (Predicates on Numbers, Comparison of Numbers):
7057 (Numeric Conversions):
7058 * locals.texi (Standard Buffer-Local Variables):
7059 * maps.texi (Standard Keymaps):
7060 * os.texi (User Identification, System Environment, Recording Input)
7061 (X11 Keysyms):
7062 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7063 * backups.texi (Backups and Auto-Saving):
7064 * customize.texi (Customization, Group Definitions)
7065 (Variable Definitions):
7066 * compile.texi (Byte Compilation): Improve index entries.
7067
7068 2007-03-31 Karl Berry <karl@gnu.org>
7069
7070 * macros.texi (Defining Macros): Avoid widow syllable.
7071
7072 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7073
7074 * elisp.texi (Top): Postscript -> PostScript.
7075
7076 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7077
7078 2007-03-31 Markus Triska <markus.triska@gmx.at>
7079
7080 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7081
7082 2007-03-30 Karl Berry <karl@gnu.org>
7083
7084 * lists.texi (List-related Predicates): Remove spurious @need.
7085 (Setcdr): Use @smallexample to improve page break.
7086 (Association Lists) <assoc>: Reword to improve page break.
7087
7088 * strings.texi (String Conversion): Insert blank line to improve
7089 page break.
7090
7091 * numbers.texi (Random Numbers): Use @minus{}.
7092 (Math Functions): Use @minus{}.
7093
7094 * intro.texi (Acknowledgements): Avoid line breaks before middle
7095 initials.
7096
7097 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7098
7099 * errors.texi (Standard Errors): Add an index entry.
7100
7101 2007-03-19 Richard Stallman <rms@gnu.org>
7102
7103 * os.texi (Recording Input): recent-keys now gives 300 keys.
7104
7105 2007-03-12 Glenn Morris <rgm@gnu.org>
7106
7107 * os.texi: Replace "daylight savings" with "daylight saving"
7108 throughout.
7109
7110 2007-03-05 Richard Stallman <rms@gnu.org>
7111
7112 * variables.texi (File Local Variables):
7113 Update enable-local-variables values.
7114
7115 2007-03-04 Richard Stallman <rms@gnu.org>
7116
7117 * syntax.texi (Control Parsing): Minor clarification.
7118
7119 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7120
7121 * sequences.texi (Sequence Functions): Move string-bytes away,
7122 add xref.
7123
7124 * nonascii.texi (Text Representations): Move string-bytes here.
7125
7126 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7127
7128 * minibuf.texi (Basic Completion): Minor clarification.
7129
7130 * markers.texi (The Mark): Clarify existence vs activation of mark.
7131 Other cleanup.
7132
7133 * display.texi (Finding Overlays): Write better example.
7134
7135 * compile.texi (Eval During Compile): Clarify putting macros
7136 in eval-when-compile.
7137
7138 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7139
7140 * loading.texi (How Programs Do Loading): Fix anchor position at
7141 load-read-function definition doc.
7142
7143 2007-02-21 Kim F. Storm <storm@cua.dk>
7144
7145 * strings.texi (Text Comparison): Mention that assoc-string
7146 converts symbols to strings before testing.
7147
7148 2007-02-17 Kim F. Storm <storm@cua.dk>
7149
7150 * processes.texi (Bindat Spec): Vector types can have optional
7151 element type.
7152 (Bindat Examples): Fix example. Add vector with element type.
7153
7154 2007-02-16 Andreas Schwab <schwab@suse.de>
7155
7156 * strings.texi (Formatting Strings): Document '+' flag.
7157
7158 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7159
7160 * strings.texi (Modifying Strings): Clarify that `clear-string'
7161 always converts the string to unibyte.
7162
7163 2007-02-14 Kim F. Storm <storm@cua.dk>
7164
7165 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7166 Rewrite glyph code description to refer to these functions.
7167 Remove details of encoding face number and char into integer code.
7168
7169 2007-02-03 Alan Mackenzie <acm@muc.de>
7170
7171 * loading.texi (Hooks for Loading): Make the description of
7172 `eval-after-load' more detailed, and amend the description of
7173 after-load-alist, in accordance with changes from 2006-05.
7174
7175 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * modes.texi (Defining Minor Modes): Document that a :require
7178 keyword or similar may be required to make saved customization
7179 variables work.
7180
7181 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7182
7183 * elisp.texi (Top): Make the detailed menu headers compliant with
7184 Texinfo guidelines and with what texnfo-upd.el expects.
7185 Add comments to prevent people from inadvertently modifying the key
7186 parts needed by `texinfo-multiple-files-update'.
7187
7188 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7189
7190 * elisp.texi (Top): Update the top-level menus.
7191
7192 * syntax.texi (Categories): Add index entries.
7193
7194 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7195
7196 * display.texi (Attribute Functions): Fix name and description of
7197 the UNDERLINE arg of `set-face-underline-p'.
7198
7199 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7200
7201 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7202 Variables", and "Standard Keymaps" to the detailed menu.
7203
7204 * variables.texi (Future Local Variables): Add index entry.
7205
7206 2007-01-28 Richard Stallman <rms@gnu.org>
7207
7208 * tips.texi (Coding Conventions): Clarify the tip about macros
7209 that define a function or a variable.
7210
7211 * files.texi (File Attributes): UID and GID can be floats.
7212 (Magic File Names): Explain why deferring all operations to
7213 the standard handler does not work.
7214
7215 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7216
7217 * backups.texi (Reverting): Use "buffer" instead of "file"
7218 when talking about major and minor modes.
7219
7220 2007-01-21 Richard Stallman <rms@gnu.org>
7221
7222 * help.texi (Documentation): Add xref to Documentation Tips.
7223
7224 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7225
7226 * tips.texi (Coding Conventions): Fix typos.
7227
7228 2007-01-05 Richard Stallman <rms@gnu.org>
7229
7230 * modes.texi (Defining Minor Modes): Fix previous change.
7231
7232 2007-01-03 Richard Stallman <rms@gnu.org>
7233
7234 * customize.texi (Variable Definitions, Customization Types):
7235 Don't use * in doc string for defcustom.
7236
7237 2007-01-02 Richard Stallman <rms@gnu.org>
7238
7239 * variables.texi (Variable Aliases): Clarify that aliases vars
7240 always have the same value.
7241
7242 * processes.texi (Bindat Spec): Fix Texinfo usage.
7243
7244 * modes.texi (Defining Minor Modes): Explain effect of command
7245 defined with define-global-minor-mode on new buffers.
7246
7247 2006-12-30 Kim F. Storm <storm@cua.dk>
7248
7249 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7250 `auto-resize-tool-bars'.
7251
7252 2006-12-30 Richard Stallman <rms@gnu.org>
7253
7254 * keymaps.texi (Active Keymaps): Fix previous change.
7255
7256 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7257
7258 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7259
7260 2006-12-30 Kim F. Storm <storm@cua.dk>
7261
7262 * processes.texi (Bindat Spec): Clarify using field names in
7263 length specifications.
7264
7265 2006-12-29 Kim F. Storm <storm@cua.dk>
7266
7267 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7268 Add count and index variables for eval forms in repeat blocks.
7269
7270 2006-12-24 Richard Stallman <rms@gnu.org>
7271
7272 * customize.texi (Variable Definitions):
7273 Document new name custom-add-frequent-value.
7274
7275 2006-12-19 Kim F. Storm <storm@cua.dk>
7276
7277 * commands.texi (Misc Events): User signals now result in sigusr1
7278 and sigusr2 events which are handled through special-event-map.
7279 (Special Events): User signals and drag-n-drop are special.
7280
7281 2006-12-17 Richard Stallman <rms@gnu.org>
7282
7283 * loading.texi (Named Features): Explain subfeatures better.
7284
7285 * customize.texi: Use "option" only for user options.
7286 For the keyword values inside defcustom etc, say "keywords".
7287 For :options value's elements, say "elements".
7288 :group should not be omitted.
7289
7290 * syntax.texi (Parsing Expressions): Split up node.
7291 (Motion via Parsing, Position Parse, Parser State)
7292 (Low-Level Parsing, Control Parsing): New subnodes.
7293 (Parser State): Document syntax-ppss-toplevel-pos.
7294
7295 * positions.texi (List Motion): Punctuation fix.
7296
7297 * files.texi (File Name Completion): Document PREDICATE arg
7298 to file-name-completion.
7299
7300 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7301
7302 * internals.texi (Building Emacs, Writing Emacs Primitives):
7303 Add index entries.
7304
7305 2006-12-11 Richard Stallman <rms@gnu.org>
7306
7307 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7308 affects face menu. Explain how to make it non-nil without enabling
7309 any fontification.
7310
7311 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * modes.texi (Font Lock Basics): Document nil value of
7314 font-lock-defaults.
7315
7316 2006-12-10 Glenn Morris <rgm@gnu.org>
7317
7318 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7319 value for system-flag argument. Abbrev tables may not be empty
7320 when major modes are loaded.
7321
7322 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * makefile.w32-in (maintainer-clean): Partially revert last
7325 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7326 to protect elisp-covers.texi.
7327
7328 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7331 Don't remove elisp* info files; they are already deleted by the
7332 `clean' and `distclean' targets, and they are in the $(infodir)
7333 directory, not the current one.
7334
7335 2006-12-04 Kim F. Storm <storm@cua.dk>
7336
7337 * commands.texi (Misc Events): Update signal events.
7338 (Event Examples): Add signal example.
7339
7340 2006-11-29 Richard Stallman <rms@gnu.org>
7341
7342 * frames.texi (Visibility of Frames): Explain visible windows
7343 can be covered by others. Add xref for raise-frame.
7344
7345 2006-11-28 Richard Stallman <rms@gnu.org>
7346
7347 * searching.texi (Regexp Special): Update when ^ is special.
7348
7349 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7350
7351 * customize.texi (Customization, Common Keywords)
7352 (Group Definitions, Variable Definitions, Composite Types)
7353 (Type Keywords, Customization Types): Add index entries for
7354 various customization keywords.
7355
7356 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7359
7360 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7361
7362 * frames.texi (Window System Selections): Remove clipboard from
7363 description of selection-coding-system.
7364
7365 2006-11-06 Richard Stallman <rms@gnu.org>
7366
7367 * lists.texi (List Variables): Document COMPARE-FN.
7368
7369 * keymaps.texi: Avoid use of "binding" to mean a relation;
7370 use it only to refer to the meaning associated with a key.
7371 (Keymaps): Change menu node description.
7372
7373 * elisp.texi (Top): Change menu node description.
7374
7375 * display.texi (Managing Overlays): Document overlay-recenter.
7376
7377 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * Makefile.in: Use relative paths to avoid advertising filesystem
7380 contents during compilation.
7381
7382 2006-10-23 Kim F. Storm <storm@cua.dk>
7383
7384 * commands.texi (Event Input Misc): Update unread-command-events.
7385
7386 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * lists.texi (Sets And Lists): Fix typos.
7389
7390 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7391
7392 * control.texi (Processing of Errors): Use @var for an argument,
7393 not @code.
7394
7395 2006-10-16 Richard Stallman <rms@gnu.org>
7396
7397 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7398
7399 * keymaps.texi (Format of Keymaps): Show all the keymap element
7400 patterns that result from menu items.
7401 (Key Lookup): Minor cleanups.
7402
7403 * modes.texi (Precalculated Fontification): Don't say that
7404 not setting font-lock-defaults avoids loading font-lock.
7405
7406 * help.texi (Documentation): Move xref to Emacs Manual here.
7407 (Documentation Basics): From here.
7408 Also doc emacs-lisp-docstring-fill-column.
7409
7410 * elisp.texi: Update version and ISBN.
7411
7412 * commands.texi (Interactive Call): Clarify KEYS arg to
7413 call-interactively is a vector.
7414 (Command Loop Info): Delete anchor in this-command-keys.
7415 Add anchor in this-command-keys-vector.
7416 (Recursive Editing): Document how recursive-edit
7417 handles the current buffer.
7418
7419 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7420
7421 * frames.texi (Frame Titles): %c and %l are ignored in
7422 frame-title-format.
7423
7424 2006-10-11 Richard Stallman <rms@gnu.org>
7425
7426 * keymaps.texi (Key Sequences): Clarify use of kbd.
7427
7428 2006-10-10 Kim F. Storm <storm@cua.dk>
7429
7430 * lists.texi (Sets And Lists): Add memql.
7431
7432 2006-10-03 Richard Stallman <rms@gnu.org>
7433
7434 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7435 Clarify :ascii: and :nonascii:.
7436
7437 2006-09-29 Juri Linkov <juri@jurta.org>
7438
7439 * modes.texi (%-Constructs): Reorder coding systems in the
7440 documentation of %z to the real order displayed in the modeline.
7441
7442 2006-09-25 Richard Stallman <rms@gnu.org>
7443
7444 * os.texi (Timers): Describe timer-max-repeats.
7445
7446 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * os.texi (Timers): Mention with-local-quit.
7449
7450 2006-09-24 Richard Stallman <rms@gnu.org>
7451
7452 * searching.texi (Searching and Matching): Mention property search.
7453
7454 * commands.texi (Command Loop Info): Explain how read-event affects
7455 this-command-keys.
7456
7457 2006-09-20 Richard Stallman <rms@gnu.org>
7458
7459 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7460
7461 * windows.texi (Window Start): Minor cleanups.
7462
7463 2006-09-20 Kim F. Storm <storm@cua.dk>
7464
7465 * windows.texi (Window Start): pos-visible-in-window-p allows
7466 specifying t for position to mean "end of window".
7467 Add window-line-height.
7468
7469 * anti.texi (Antinews): Mention window-line-height.
7470
7471 2006-09-19 David Kastrup <dak@gnu.org>
7472
7473 * keymaps.texi (Searching Keymaps): Small clarification.
7474
7475 2006-09-18 Richard Stallman <rms@gnu.org>
7476
7477 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7478 cause keyboard menus.
7479 (Menu Keymaps): Likewise.
7480 (Defining Menus, Keyboard Menus): Clarify.
7481
7482 * text.texi (Fields): Clarify explanation of constrain-to-field.
7483
7484 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7485
7486 * variables.texi (Tips for Defining): Fix a typo.
7487
7488 2006-09-15 Richard Stallman <rms@gnu.org>
7489
7490 * keymaps.texi (Remapping Commands, Searching Keymaps)
7491 (Active Keymaps): Clean up previous change.
7492
7493 2006-09-15 Jay Belanger <belanger@truman.edu>
7494
7495 * gpl.texi: Replace "Library Public License" by "Lesser Public
7496 License" throughout.
7497
7498 2006-09-15 David Kastrup <dak@gnu.org>
7499
7500 * keymaps.texi (Active Keymaps): Adapt description to use
7501 `get-char-property' instead `get-text-property'. Explain how
7502 mouse events change this. Explain the new optional argument of
7503 `key-binding' and its mouse-dependent lookup.
7504 (Searching Keymaps): Adapt description similarly.
7505 (Remapping Commands): Explain the new optional argument of
7506 `command-remapping'.
7507
7508 2006-09-14 Richard Stallman <rms@gnu.org>
7509
7510 * keymaps.texi (Searching Keymaps): Clarification.
7511 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7512
7513 2006-09-13 Richard Stallman <rms@gnu.org>
7514
7515 * objects.texi (Character Type): Node split.
7516 Add xref to Describing Characters.
7517 (Basic Char Syntax, General Escape Syntax)
7518 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7519
7520 2006-09-11 Richard Stallman <rms@gnu.org>
7521
7522 * display.texi (Display Table Format): Wording clarification.
7523 (Glyphs): Clarifications.
7524
7525 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
7526
7527 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7528 local maps.
7529
7530 2006-09-10 Kim F. Storm <storm@cua.dk>
7531
7532 * display.texi (Forcing Redisplay): Document return value of
7533 function redisplay.
7534
7535 2006-09-09 Richard Stallman <rms@gnu.org>
7536
7537 * windows.texi (Window Hooks): Explain limits of
7538 window-scroll-functions.
7539
7540 * display.texi (Fringe Indicators): Update for last change in
7541 indicate-buffer-boundaries.
7542
7543 2006-09-08 Richard Stallman <rms@gnu.org>
7544
7545 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7546
7547 2006-09-06 Kim F. Storm <storm@cua.dk>
7548
7549 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7550
7551 * windows.texi (Window Start): Update pos-visible-in-window-p.
7552
7553 2006-09-04 Richard Stallman <rms@gnu.org>
7554
7555 * processes.texi (Accepting Output): Explain SECONDS=0 for
7556 accept-process-output.
7557
7558 * os.texi (Idle Timers): Explain why timer functions should not
7559 loop until (input-pending-p).
7560
7561 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7562
7563 * makefile.w32-in (usermanualdir): New variable.
7564 (elisp.dvi): Use it.
7565
7566 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7567
7568 * buffers.texi (Buffer Modification): Fix last change.
7569
7570 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * buffers.texi (Buffer Modification):
7573 Document buffer-chars-modified-tick.
7574
7575 2006-08-31 Richard Stallman <rms@gnu.org>
7576
7577 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7578
7579 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7580
7581 * modes.texi (Syntactic Font Lock):
7582 Mention font-lock-syntactic-face-function
7583 instead of specific faces.
7584
7585 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7586
7587 * display.texi (Images): Add xrref to display-images-p.
7588
7589 2006-08-28 Kenichi Handa <handa@m17n.org>
7590
7591 * nonascii.texi (Lisp and Coding Systems): Fix description of
7592 detect-coding-region.
7593
7594 2006-08-27 Michael Olson <mwolson@gnu.org>
7595
7596 * processes.texi (Transaction Queues): Remove stray quote
7597 character.
7598
7599 2006-08-25 Richard Stallman <rms@gnu.org>
7600
7601 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7602 Add xref.
7603
7604 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7605
7606 * os.texi (Timers): Avoid waiting inside timers.
7607
7608 2006-08-21 Lute Kamstra <lute@gnu.org>
7609
7610 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7611
7612 2006-08-20 Richard Stallman <rms@gnu.org>
7613
7614 * os.texi (Idle Timers): New node, split out from Timers.
7615 Document current-idle-time.
7616 * commands.texi (Reading One Event): Update xref.
7617 * elisp.texi (Top): Update subnode menu.
7618
7619 2006-08-16 Richard Stallman <rms@gnu.org>
7620
7621 * keymaps.texi (Extended Menu Items): Show format of cached
7622 bindings in extended menu items.
7623
7624 * customize.texi (Variable Definitions): Explain when the
7625 standard value expression is evaluated.
7626
7627 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * commands.texi (Reading One Event): Explain idleness in
7630 `read-event'.
7631
7632 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * text.texi (Near Point): Say "cursor" not "terminal cursor".
7635 (Commands for Insertion): Remove split-line since it's not
7636 relevant for Lisp programming.
7637 (Yank Commands): Rewrite introduction.
7638 (Undo): Clarify.
7639 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7640 (Filling): Remove redundant comment. Clarify return value of
7641 current-justification.
7642 (Margins): Minor clarifications.
7643 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7644 (Sorting): Update definition of sort-lines.
7645 (Columns): Clarify behavior of sort-columns.
7646 (Indent Tabs): Link to Tab Stops in Emacs manual.
7647 (Special Properties): Clarify.
7648 (Clickable Text): Mention Buttons package.
7649
7650 2006-08-12 Kevin Ryde <user42@zip.com.au>
7651
7652 * os.texi (Time Parsing): Add %z to description of
7653 format-time-string, as per docstring. Add cross reference to
7654 glibc manual for strftime.
7655
7656 2006-08-08 Richard Stallman <rms@gnu.org>
7657
7658 * modes.texi: Clean up wording in previous change.
7659
7660 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * modes.texi (Hooks): Clarify.
7663 (Major Mode Basics): Mention define-derived-mode explicitly.
7664 (Major Mode Conventions): Rebinding RET is OK for some modes.
7665 Mention change-major-mode-hook and after-change-major-mode-hook.
7666 (Example Major Modes): Move to end of Modes section.
7667 (Mode Line Basics): Clarify.
7668 (Mode Line Data): Mention help-echo and local-map in strings.
7669 Explain reason for treatment of non-risky variables.
7670 (Properties in Mode): Clarify.
7671 (Faces for Font Lock): Add font-lock-negation-char-face.
7672
7673 2006-08-04 Eli Zaretskii <eliz@gnu.org>
7674
7675 * strings.texi (Formatting Strings): Warn against arbitrary
7676 strings as first arg to `format'.
7677
7678 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7679
7680 * text.texi (Clickable Text): Mention `help-echo' text property.
7681 Update intro, examples and associated explanations.
7682
7683 2006-07-31 Richard Stallman <rms@gnu.org>
7684
7685 * commands.texi: Update xrefs.
7686 (Event Mod): New node, cut out from old Translating Input.
7687
7688 * maps.texi: Update xrefs.
7689
7690 * keymaps.texi (Translation Keymaps): New node.
7691 Update xrefs from Translating Input to Translation Keymaps.
7692
7693 * elisp.texi (Top): Update subnode menu.
7694
7695 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7696
7697 * os.texi (System Interface): Fix menu descriptions of some nodes.
7698 (Translating Input): Node deleted.
7699
7700 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7701
7702 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7703
7704 * lists.texi (Sets And Lists): Likewise.
7705
7706 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7707
7708 * text.texi (Fields): Mention POS
7709 requirement when narrowing is in effect.
7710
7711 2006-07-28 Richard Stallman <rms@gnu.org>
7712
7713 * display.texi (Face Attributes): Simplify wording.
7714 (Attribute Functions): Clarify meaning of new-frame default
7715 attribute settings.
7716
7717 * customize.texi (Common Keywords): Document how to use
7718 :package-version in a package not in Emacs.
7719
7720 2006-07-28 Kim F. Storm <storm@cua.dk>
7721
7722 * commands.texi (Reading One Event): Fix last change.
7723
7724 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7725
7726 * commands.texi (Reading One Event): Document SECONDS argument for
7727 read-event, read-char, and read-char-exclusive.
7728
7729 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7732 to ensure correct identification.
7733
7734 2006-07-24 Richard Stallman <rms@gnu.org>
7735
7736 * text.texi (Clickable Text): Clarify.
7737
7738 * sequences.texi (Vector Functions): Delete duplicate xref.
7739
7740 * objects.texi (Function Type): Clarify.
7741
7742 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7743 modes.
7744
7745 * lists.texi (List Variables): New node.
7746 Material moved from other nodes.
7747
7748 * variables.texi (Setting Variables): add-to-list and
7749 add-to-ordered-list moved to List Variables node.
7750
7751 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7752
7753 * text.texi (Links and Mouse-1):
7754 For mouse-on-link-p, expand on arg POS.
7755
7756 2006-07-21 Kim F. Storm <storm@cua.dk>
7757
7758 * display.texi (Forcing Redisplay): Don't mention systems which
7759 don't support sub-second timers for redisplay-preemption-period.
7760
7761 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7762
7763 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7764
7765 * frames.texi (Input Focus): Document that focus-follows-mouse has
7766 no effect on MS-Windows.
7767
7768 2006-07-18 Richard Stallman <rms@gnu.org>
7769
7770 * display.texi (Forcing Redisplay): Cleanups in previous change.
7771
7772 * processes.texi (Low-Level Network): Make menu more convenient.
7773
7774 2006-07-18 Kim F. Storm <storm@cua.dk>
7775
7776 * display.texi (Forcing Redisplay): redisplay-preemption-period
7777 only used on window systems. Add xref to Terminal Output.
7778
7779 * os.texi (Terminal Output): baud-rate only controls preemption on
7780 non-window systems. Add xref to Forcing Redisplay.
7781
7782 * processes.texi (Low-Level Network): Rename node "Make Network"
7783 to "Network Processes".
7784
7785 2006-07-18 Karl Berry <karl@gnu.org>
7786
7787 * variables.texi, functions.texi, customize.texi, loading.texi:
7788 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7789
7790 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7793
7794 2006-07-17 Richard Stallman <rms@gnu.org>
7795
7796 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7797 Put period and comma inside quotes.
7798
7799 * loading.texi, markers.texi: Use real doublequote inside menus.
7800
7801 * windows.texi: Put point and comma inside quotes.
7802 (Textual Scrolling): Use @samp for error message.
7803
7804 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7805 * strings.texi, streams.texi, processes.texi, os.texi:
7806 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7807 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7808 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7809 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7810 Put point and comma inside quotes.
7811
7812 * control.texi (Processing of Errors): Add command-error-function.
7813
7814 * variables.texi (File Local Variables): Clarify that
7815 file local variables make buffer-local bindings.
7816
7817 * modes.texi (Syntactic Font Lock): Give default for
7818 font-lock-syntax-table.
7819
7820 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7821
7822 * text.texi (Special Properties): Clean up previous change.
7823
7824 2006-07-16 Karl Berry <karl@gnu.org>
7825
7826 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7827 * control.texi: Fix bad page breaks through chapter 10 (control).
7828
7829 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7830 underfull hbox.
7831
7832 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
7833
7834 * text.texi (Special Properties): Describe fontified text property
7835 in relation to a character (not text).
7836
7837 2006-07-15 Kim F. Storm <storm@cua.dk>
7838
7839 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7840 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7841 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7842
7843 * anti.texi (Antinews): Mention redisplay function.
7844 The kbd macro existed, but was not documented, before 22.x.
7845 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7846
7847 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * display.texi (Displaying Messages): Add anchor.
7850
7851 * frames.texi (Dialog Boxes): Use it.
7852
7853 2006-07-12 Richard Stallman <rms@gnu.org>
7854
7855 * objects.texi (Frame Type): Explain nature of frames better.
7856
7857 * frames.texi (Frames): Explain nature of frames better.
7858
7859 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7860
7861 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7862
7863 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7864
7865 * frames.texi (Window System Selections): Mention scrap support for Mac.
7866 Default value of x-select-enable-clipboard is t on Mac.
7867
7868 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7869
7870 2006-07-11 Kim F. Storm <storm@cua.dk>
7871
7872 * display.texi (Forcing Redisplay): Add `redisplay' function.
7873 Don't mention (sit-for -1) -- use (redisplay t) instead.
7874
7875 * commands.texi (Waiting): (sit-for -1) is no longer special.
7876 (sit-for 0) is equivalent to (redisplay).
7877 Iconifying/deiconifying no longer makes sit-for return.
7878
7879 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
7880
7881 * display.texi (Buttons): Fix typo.
7882
7883 * index.texi, elisp.texi (New Symbols): Comment node out.
7884
7885 2006-07-09 Richard Stallman <rms@gnu.org>
7886
7887 * display.texi (Truncation): Clean up previous change.
7888
7889 2006-07-08 Richard Stallman <rms@gnu.org>
7890
7891 * commands.texi (Interactive Call): Use 3 as prefix in example
7892 for execute-extended-command.
7893
7894 * display.texi (Attribute Functions): Move paragraph about
7895 compatibility with Emacs < 21.
7896
7897 2006-07-09 Kim F. Storm <storm@cua.dk>
7898
7899 * display.texi (Refresh Screen): Clarify force-window-update.
7900 (Truncation): "Normally" indicated by fringe arrows.
7901
7902 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7903
7904 * windows.texi (Textual Scrolling, Resizing Windows):
7905 * variables.texi (Constant Variables):
7906 * text.texi (Buffer Contents, Deletion, Changing Properties)
7907 (Property Search, Special Properties, Sticky Properties)
7908 (Links and Mouse-1, Fields, Change Hooks):
7909 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7910 (Categories):
7911 * symbols.texi (Other Plists):
7912 * streams.texi (Output Variables):
7913 * processes.texi (Input to Processes, Query Before Exit):
7914 * positions.texi (Word Motion, Text Lines, List Motion):
7915 * os.texi (Init File, System Environment, Sound Output)
7916 (Session Management):
7917 * nonascii.texi (Text Representations, Character Sets)
7918 (Chars and Bytes, Locales):
7919 * modes.texi (Defining Minor Modes, Header Lines):
7920 * minibuf.texi (Minibuffer Contents):
7921 * markers.texi (Information from Markers):
7922 * lists.texi (List Elements, Building Lists, Association Lists):
7923 * keymaps.texi (Tool Bar):
7924 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7925 * functions.texi (What Is a Function, Mapping Functions):
7926 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7927 (Color Names, Text Terminal Colors, Display Feature Testing):
7928 * files.texi (Visiting Functions, File Name Components)
7929 (Unique File Names, Contents of Directories):
7930 * display.texi (Forcing Redisplay, Displaying Messages)
7931 (Temporary Displays, Font Selection, Auto Faces)
7932 (Font Lookup, Fringe Indicators, Display Margins)
7933 (Image Descriptors, Showing Images, Image Cache, Button Types)
7934 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7935 (Display Table Format, Glyphs):
7936 * control.texi (Iteration):
7937 * commands.texi (Command Loop Info, Adjusting Point):
7938 * backups.texi (Making Backups, Auto-Saving):
7939 Remove @tindex entries.
7940
7941 2006-07-07 Kim F. Storm <storm@cua.dk>
7942
7943 * display.texi (Fringe Cursors): Fix typo.
7944 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7945 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7946
7947 2006-07-05 Richard Stallman <rms@gnu.org>
7948
7949 * text.texi (Buffer Contents): Add example of text props
7950 in result of buffer-substring.
7951 (Text Properties): Explain better about use of specific property names.
7952 (Property Search): Some cleanups; reorder some functions.
7953
7954 * keymaps.texi (Changing Key Bindings): Cleanup.
7955 Add xref to Key Binding Conventions.
7956
7957 * display.texi (Attribute Functions): Add examples for
7958 face-attribute-relative-p.
7959
7960 * tips.texi (Coding Conventions): Cleanup last change.
7961
7962 2006-07-05 Karl Berry <karl@gnu.org>
7963
7964 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7965 Remove @setchapternewpage odd.
7966 Result is 1013 pages, down from 1100.
7967
7968 * anti.texi, customize.texi, display.texi, internals.texi:
7969 * minibuf.texi, modes.texi, tips.texi:
7970 Fix overfull/underfull boxes.
7971
7972 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7973
7974 * edebug.texi (Instrumenting):
7975 Add Edebug-specific findex for eval-buffer.
7976 * loading.texi (Loading):
7977 Replace eval-current-buffer with eval-buffer.
7978
7979 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7980
7981 * locals.texi (Standard Buffer-Local Variables): Update the list
7982 of variables.
7983
7984 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
7985
7986 * files.texi (File Name Completion): Point user to the node
7987 "Reading File Names".
7988
7989 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7990
7991 * files.texi (Contents of Directories): Document case-insensitive
7992 behavior on respective filesystems.
7993
7994 * objects.texi (Character Type): Document that Emacs signals an
7995 error for unsupported Unicode characters specified as \uNNNN.
7996
7997 2006-06-19 Richard Stallman <rms@gnu.org>
7998
7999 * processes.texi (Bindat Spec): Clarify previous change.
8000
8001 2006-06-16 Richard Stallman <rms@gnu.org>
8002
8003 * tips.texi (Coding Conventions): Better explain conventions
8004 for definition constructs.
8005
8006 * text.texi (Special Properties): String value of `read-only'
8007 serves as the error message.
8008
8009 * objects.texi (Character Type): Clarify prev. change.
8010 (Non-ASCII in Strings): Mention \u and \U.
8011
8012 * commands.texi (Using Interactive): Explain problem of
8013 markers, etc., in command-history.
8014
8015 2006-06-14 Kim F. Storm <storm@cua.dk>
8016
8017 * commands.texi (Waiting): Negative arg to sit-for forces
8018 redisplay even if input is pending.
8019
8020 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8021 redisplay. Remove incorrect example of binding redisplay-dont-pause
8022 around (sit-for 0).
8023
8024 2006-06-13 Richard Stallman <rms@gnu.org>
8025
8026 * display.texi (Forcing Redisplay): Clarify previous change.
8027
8028 2006-06-13 Romain Francoise <romain@orebokech.com>
8029
8030 * display.texi (Forcing Redisplay): Fix typo.
8031
8032 2006-06-13 Kim F. Storm <storm@cua.dk>
8033
8034 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8035
8036 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8037
8038 * tips.texi (Coding Conventions): Add `@end itemize'.
8039
8040 2006-06-10 Richard Stallman <rms@gnu.org>
8041
8042 * tips.texi (Coding Conventions): Explain use of coding systems
8043 to ensure one decoding for strings.
8044
8045 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8046
8047 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8048 syntax.
8049
8050 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8051
8052 * display.texi (Font Selection): Remove description of
8053 clear-face-cache.
8054
8055 * compile.texi (Eval During Compile): Fix a typo. Add index
8056 entries for possible uses of eval-when-compile.
8057
8058 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8059
8060 * display.texi (Abstract Display): Fix typo.
8061
8062 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8063
8064 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8065 Reword variable's description.
8066
8067 2006-06-01 Richard Stallman <rms@gnu.org>
8068
8069 * windows.texi (Splitting Windows): Clarify splitting nonselected
8070 window.
8071
8072 2006-05-31 Juri Linkov <juri@jurta.org>
8073
8074 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8075
8076 2006-05-30 Richard Stallman <rms@gnu.org>
8077
8078 * display.texi (Line Height): Fix errors in description of
8079 default line height and line-height property.
8080
8081 * nonascii.texi (Default Coding Systems): Further clarification.
8082
8083 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8084
8085 * internals.texi (Pure Storage): Mention that an overflow in pure
8086 space causes a memory leak.
8087 (Garbage Collection): If there was an overflow in pure space,
8088 `garbage-collect' returns nil.
8089
8090 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8091
8092 * nonascii.texi (Default Coding Systems): Fix it some more.
8093
8094 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8095
8096 * nonascii.texi (Default Coding Systems): Fix last change.
8097
8098 2006-05-29 Kenichi Handa <handa@m17n.org>
8099
8100 * nonascii.texi (find-operation-coding-system): Describe the new
8101 argument format (FILENAME . BUFFER).
8102
8103 2006-05-28 Richard Stallman <rms@gnu.org>
8104
8105 * tips.texi (Coding Conventions): Better explain reasons not to
8106 advise other packages or use `eval-after-load'.
8107
8108 2006-05-29 Kim F. Storm <storm@cua.dk>
8109
8110 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8111 `bindat-idx' and `bindat-raw' for clarity.
8112
8113 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8114
8115 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8116
8117 * display.texi (Display): Add "Abstract Display" to menu.
8118 (Abstract Display, Abstract Display Functions)
8119 (Abstract Display Example): New nodes.
8120 * elisp.texi (Top): Add "Abstract Display" to menu.
8121
8122 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * keymaps.texi (Key Sequences): Link to input events definition.
8125 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8126
8127 * files.texi (Changing Files): Document updated argument list for
8128 copy-file.
8129
8130 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8131
8132 * processes.texi (Bindat Functions): Explain term "total length".
8133 Use it in bindat-length and bindat-pack descriptions.
8134
8135 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8136
8137 * tips.texi (Coding Conventions): Advise against using
8138 eval-after-load in packages. Add an index entry.
8139
8140 2006-05-25 Juri Linkov <juri@jurta.org>
8141
8142 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8143
8144 * modes.texi (%-Constructs): Add %e, %z, %Z.
8145
8146 2006-05-25 Richard Stallman <rms@gnu.org>
8147
8148 * elisp.texi (Top): Update subnode menu.
8149
8150 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8151 (Keymaps): Update menu.
8152
8153 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * keymaps.texi (Key Sequences): Some clarifications.
8156
8157 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8158
8159 * processes.texi (Bindat Functions): Say "unibyte string"
8160 explicitly for bindat-unpack and bindat-pack descriptions.
8161 (Bindat Examples): Don't call `string-make-unibyte' in example.
8162
8163 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8166 Explain string and vector representations of key sequences.
8167
8168 * keymaps.texi (Changing Key Bindings):
8169 * commands.texi (Interactive Codes):
8170 * help.texi (Describing Characters): Refer to it.
8171
8172 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * frames.texi (Pointer Shape): @end table -> @end defvar.
8175
8176 2006-05-22 Richard Stallman <rms@gnu.org>
8177
8178 * elisp.texi (Top): Update subnode menus.
8179
8180 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8181 Contents rewritten; material from old Pointer Shape node moved here.
8182
8183 * display.texi (Pointer Shape): Node deleted.
8184 (Image Descriptors): Minor cleanup.
8185
8186 2006-05-21 Richard Stallman <rms@gnu.org>
8187
8188 * syntax.texi (Parsing Expressions): Update info on which STATE
8189 elements are ignored.
8190
8191 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8192
8193 * hooks.texi (Standard Hooks): Correct typo.
8194
8195 * gpl.texi (GPL): ifinfo -> ifnottex.
8196
8197 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8198
8199 * searching.texi (Simple Match Data): Warn about match data being
8200 set anew by every search.
8201
8202 2006-05-17 Richard Stallman <rms@gnu.org>
8203
8204 * minibuf.texi (Minibuffer History): Clarify.
8205
8206 * searching.texi (Regexp Special): Clarify nested regexp warning.
8207
8208 2006-05-16 Kim F. Storm <storm@cua.dk>
8209
8210 * minibuf.texi (Minibuffer History): Update add-to-history.
8211
8212 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8213
8214 * nonascii.texi (Explicit Encoding):
8215 Fix typo (encoding<->decoding).
8216
8217 2006-05-14 Richard Stallman <rms@gnu.org>
8218
8219 * buffers.texi (Creating Buffers): Cleanup.
8220
8221 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8222
8223 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8224
8225 * buffers.texi (Current Buffer): Document that with-temp-buffer
8226 disables undo.
8227
8228 * os.texi (Terminal-Specific): More accurate description of how
8229 Emacs searches for the terminal-specific libraries.
8230
8231 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8232
8233 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8234 emacs-xtra to @inforef's.
8235
8236 * text.texi (Undo): Document that undo is turned off in buffers
8237 whose names begin with a space.
8238
8239 * buffers.texi (Buffer Names): Add index entries for buffers whose
8240 names begin with a space.
8241 (Creating Buffers): Document that undo is turned off in buffers
8242 whose names begin with a space.
8243
8244 * files.texi (Visiting Functions, Reading from Files)
8245 (Saving Buffers): Mention code and EOL conversions by file I/O
8246 primitives and subroutines.
8247
8248 * nonascii.texi (Lisp and Coding Systems):
8249 Document coding-system-eol-type. Add index entries for eol conversion.
8250
8251 * display.texi (Defining Faces): Mention `mac', and add an xref to
8252 where window-system is described.
8253
8254 2006-05-10 Richard Stallman <rms@gnu.org>
8255
8256 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8257
8258 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8259
8260 * variables.texi (File Local Variables): Recommend to quote lambda
8261 expressions in safe-local-variable property.
8262
8263 2006-05-09 Richard Stallman <rms@gnu.org>
8264
8265 * variables.texi (File Local Variables):
8266 Document safe-local-eval-forms and safe-local-eval-function.
8267
8268 2006-05-07 Kim F. Storm <storm@cua.dk>
8269
8270 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8271 from add-to-history.
8272
8273 2006-05-07 Romain Francoise <romain@orebokech.com>
8274
8275 * commands.texi (Event Input Misc):
8276 * compile.texi (Eval During Compile):
8277 * internals.texi (Buffer Internals):
8278 * minibuf.texi (Initial Input):
8279 * nonascii.texi (Scanning Charsets):
8280 * numbers.texi (Comparison of Numbers):
8281 * windows.texi (Textual Scrolling, Vertical Scrolling):
8282 Fix various typos.
8283
8284 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8285
8286 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8287 conditional xref's to either emacs or emacs-xtra, depending on
8288 @iftex/@ifnottex.
8289
8290 * minibuf.texi (Minibuffer History): Document add-to-history.
8291
8292 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8293
8294 * internals.texi (Pure Storage): Mention the pure overflow message
8295 at startup.
8296
8297 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8298
8299 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8300 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8301 search.
8302
8303 2006-05-01 Richard Stallman <rms@gnu.org>
8304
8305 * intro.texi (nil and t): Clarify.
8306
8307 * variables.texi (File Local Variables): Suggest using booleanp.
8308
8309 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8310
8311 * objects.texi (Type Predicates): Fix typos.
8312
8313 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * intro.texi (nil and t): Add booleanp.
8316
8317 * objects.texi (Type Predicates): Add links for booleanp and
8318 string-or-null-p.
8319
8320 2006-04-29 Richard Stallman <rms@gnu.org>
8321
8322 * modes.texi (Multiline Font Lock): Rename from
8323 Multi line Font Lock Elements. Much clarification.
8324 (Font Lock Multiline, Region to Fontify): Much clarification.
8325
8326 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * variables.texi (File Local Variables): Remove the special case t for
8329 safe-local-variable.
8330
8331 2006-04-26 Richard Stallman <rms@gnu.org>
8332
8333 * syntax.texi (Parsing Expressions): Minor cleanup.
8334
8335 2006-04-18 Richard Stallman <rms@gnu.org>
8336
8337 * tips.texi (Coding Conventions): Explain when the package's
8338 prefix should appear later on (not at the start of the name).
8339
8340 * searching.texi (String Search): Clarify effect of NOERROR.
8341
8342 * modes.texi (Imenu): Clarify what special items do.
8343
8344 * hooks.texi (Standard Hooks): Delete text about old hook names.
8345
8346 2006-04-17 Romain Francoise <romain@orebokech.com>
8347
8348 * variables.texi (Local Variables): Update the default value of
8349 `max-specpdl-size'.
8350
8351 2006-04-15 Michael Olson <mwolson@gnu.org>
8352
8353 * processes.texi (Transaction Queues): Mention the new optional
8354 `delay-question' argument for `tq-enqueue'.
8355
8356 2006-04-13 Bill Wohler <wohler@newt.com>
8357
8358 * customize.texi (Common Keywords): Use dotted notation for
8359 :package-version value. Specify its values. Improve documentation
8360 for customize-package-emacs-version-alist.
8361
8362 2006-04-12 Bill Wohler <wohler@newt.com>
8363
8364 * customize.texi (Common Keywords): Move description of
8365 customize-package-emacs-version-alist to @defvar.
8366
8367 2006-04-10 Bill Wohler <wohler@newt.com>
8368
8369 * customize.texi (Common Keywords): Add :package-version.
8370
8371 2006-04-10 Kim F. Storm <storm@cua.dk>
8372
8373 * text.texi (Buffer Contents): Add NOPROPS arg to
8374 filter-buffer-substring.
8375
8376 2006-04-08 Kevin Ryde <user42@zip.com.au>
8377
8378 * os.texi (Command-Line Arguments): Update xref to emacs manual
8379 "Command Arguments" -> "Emacs Invocation", per change there.
8380
8381 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8382
8383 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8384 be on one line to help makeinfo not render two spaces after the dot.
8385
8386 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8387
8388 * strings.texi (Predicates for Strings): Add string-or-null-p.
8389
8390 2006-03-28 Kim F. Storm <storm@cua.dk>
8391
8392 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8393 remarks about systems that don't support fractional seconds.
8394
8395 2006-03-25 Karl Berry <karl@gnu.org>
8396
8397 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8398 the year list.
8399
8400 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8401
8402 * display.texi (Fringe Indicators): Fix typos.
8403
8404 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8405
8406 * tips.texi (Documentation Tips): One can now also write `program'
8407 in front of a quoted symbol in a docstring to prevent making a
8408 hyperlink.
8409
8410 2006-03-19 Alan Mackenzie <acm@muc.de>
8411
8412 * text.texi (Special Properties): Clarify `fontified' property.
8413
8414 2006-03-16 Richard Stallman <rms@gnu.org>
8415
8416 * display.texi (Defining Images): Minor cleanup.
8417
8418 2006-03-16 Bill Wohler <wohler@newt.com>
8419
8420 * display.texi (Defining Images): In image-load-path-for-library,
8421 prefer user's images.
8422
8423 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8426
8427 2006-03-15 Bill Wohler <wohler@newt.com>
8428
8429 * display.texi (Defining Images): Fix example in
8430 image-load-path-for-library by not recommending that one binds
8431 image-load-path. Just defvar it to placate compiler and only use
8432 it if previously defined.
8433
8434 2006-03-14 Bill Wohler <wohler@newt.com>
8435
8436 * display.texi (Defining Images): In image-load-path-for-library,
8437 always return list of directories. Update example.
8438
8439 2006-03-14 Alan Mackenzie <acm@muc.de>
8440
8441 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8442 This describes font-lock-extend-region-function.
8443 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8444 the new node "Region to Fontify".
8445
8446 2006-03-13 Richard Stallman <rms@gnu.org>
8447
8448 * display.texi (Invisible Text): The impossible position is
8449 now before the invisible text, not after.
8450 (Defining Images): Clean up last change.
8451
8452 2006-03-11 Bill Wohler <wohler@newt.com>
8453
8454 * display.texi (Defining Images): Add image-load-path-for-library.
8455
8456 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8457
8458 * text.texi (Adaptive Fill): Fix Texinfo usage.
8459
8460 * strings.texi (Creating Strings): Fix Texinfo usage.
8461
8462 * searching.texi (Regexp Special): Use @samp for regular
8463 expressions that are not in Lisp syntax.
8464
8465 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8466
8467 * searching.texi (Regexp Special): Put remark between parentheses
8468 to avoid misreading.
8469
8470 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8471
8472 * searching.texi (Syntax of Regexps): More accurately describe
8473 which characters are special in which situations.
8474 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8475 are not special. Describe in detail when `[' and `]' are special.
8476 (Regexp Backslash): Plenty of regexps with unbalanced square
8477 brackets are valid, so reword that statement.
8478
8479 2006-03-02 Kim F. Storm <storm@cua.dk>
8480
8481 * keymaps.texi (Tool Bar): Add tool-bar-border.
8482
8483 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8484
8485 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8486
8487 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8488
8489 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8490
8491 * files.texi (Locating Files): Suggest additional values for the
8492 SUFFIXES arg of `locate-file'. Update pxref.
8493
8494 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8495 (How Programs Do Loading): Discuss the effects of Auto Compression
8496 mode on `load'.
8497 (Load Suffixes): New node.
8498 (Library Search): Delete description of `load-suffixes'; it was
8499 moved to "Load Suffixes".
8500 (Autoload, Named Features): Mention `load-suffixes'.
8501
8502 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8503
8504 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8505
8506 * windows.texi (Window Tree): Fix typo.
8507
8508 2006-02-20 Kim F. Storm <storm@cua.dk>
8509
8510 * display.texi (Fringe Indicators): New section.
8511 Move indicate-empty-lines, indicate-buffer-boundaries, and
8512 default-indicate-buffer-boundaries here.
8513 Add fringe-indicator-alist and default-fringes-indicator-alist.
8514 Add list of logical fringe indicator symbols.
8515 Update list of standard bitmap names.
8516 (Fringe Cursors): New section.
8517 Move overflow-newline-into-fringe here.
8518 Add fringe-cursor-alist and default-fringes-cursor-alist.
8519 Add list of fringe cursor symbols.
8520
8521 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8522
8523 * commands.texi (Using Interactive): Fix reference to node
8524 "Minibuffers".
8525
8526 2006-02-19 Richard M. Stallman <rms@gnu.org>
8527
8528 * minibuf.texi (High-Level Completion):
8529 Add xref to read-input-method-name.
8530
8531 * files.texi (Relative File Names): Move file-relative-name here.
8532 (File Name Expansion): From here. Minor clarifications.
8533
8534 * commands.texi (Using Interactive): Add xrefs about reading input.
8535 Clarify remarks about that moving point and mark.
8536 Put string case before list case.
8537
8538 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
8539
8540 * display.texi (Other Display Specs, Image Descriptors):
8541 Revert erroneous changes. The previous description of
8542 image-descriptors as `(image . PROPS)' was correct.
8543
8544 2006-02-14 Richard M. Stallman <rms@gnu.org>
8545
8546 * variables.texi (File Local Variables): Clarifications.
8547
8548 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8549
8550 * variables.texi (File Local Variables): Use @code for a cons
8551 cell, not @var.
8552
8553 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8554
8555 * variables.texi (File Local Variables): Document new file local
8556 variable behavior.
8557
8558 2006-02-10 Kim F. Storm <storm@cua.dk>
8559
8560 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8561
8562 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
8563
8564 * modes.texi (%-Constructs): Remove obsolete info about
8565 `global-mode-string'.
8566
8567 2006-02-07 Richard M. Stallman <rms@gnu.org>
8568
8569 * commands.texi (Prefix Command Arguments): Minor cleanup.
8570
8571 * display.texi: "Graphical display", not window system.
8572
8573 * functions.texi (What Is a Function): Fix xref.
8574
8575 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8576 (Changing Key Bindings): Clarify when remapping is better than
8577 substitute-key-definition.
8578
8579 2006-02-02 Richard M. Stallman <rms@gnu.org>
8580
8581 * minibuf.texi (Basic Completion): Completion alists are risky.
8582
8583 * keymaps.texi (Active Keymaps): Clarifications.
8584 (Searching Keymaps): New node.
8585 (Keymaps): Update menu.
8586
8587 * frames.texi (Layout Parameters): Minor clarification.
8588 (Drag and Drop): New node.
8589 (Frames): Update menu.
8590
8591 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * display.texi (Other Display Specs, Image Descriptors):
8594 Image description is a list, not a cons cell.
8595
8596 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8599 list is not necessarily a list).
8600
8601 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8602
8603 * frames.texi (Layout Parameters): border-width and
8604 internal-border-width belong to the frame, not the window.
8605
8606 2006-01-19 Richard M. Stallman <rms@gnu.org>
8607
8608 * nonascii.texi (Translation of Characters): Search cmds use
8609 translation-table-for-input. Automatically made local.
8610
8611 * markers.texi (Overview of Markers): Count insertion type
8612 as one of a marker's attributes.
8613
8614 * keymaps.texi (Controlling Active Maps): New node, split out of
8615 Active Keymaps.
8616 (Keymaps): Menu updated.
8617 (Active Keymaps): Give pseudocode to explain how the active
8618 maps are searched. current-active-maps and key-binding moved here.
8619 (Functions for Key Lookup): current-active-maps and key-binding moved.
8620 Clarifications.
8621 (Searching the Keymaps): New subnode.
8622
8623 * elisp.texi (Top): Menu clarification.
8624
8625 * display.texi (Other Display Specs): Delete duplicate entry for
8626 just a string as display spec. Move text about recursive display
8627 specs on such a string.
8628
8629 * commands.texi (Key Sequence Input): Clarify.
8630 Move num-nonmacro-input-events out.
8631 (Reading One Event): num-nonmacro-input-events moved here.
8632
8633 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
8634
8635 * advice.texi (Simple Advice): Update example to fit argument
8636 change in previous-line.
8637
8638 2006-01-05 Richard M. Stallman <rms@gnu.org>
8639
8640 * markers.texi (The Mark): Fix in `mark'.
8641
8642 2006-01-04 Richard M. Stallman <rms@gnu.org>
8643
8644 * processes.texi (Misc Network, Make Network): Minor cleanups.
8645
8646 2006-01-04 Kim F. Storm <storm@cua.dk>
8647
8648 * processes.texi (Make Network): Add IPv6 addresses and handling.
8649 (Network Feature Testing): Mention (:family ipv6).
8650 (Misc Network): Add IPv6 formats to format-network-address.
8651
8652 2005-12-30 Richard M. Stallman <rms@gnu.org>
8653
8654 * text.texi (Changing Properties):
8655 Don't use return value of set-text-properties.
8656
8657 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8658
8659 * modes.texi (Mode Line Format): Correct typo in menu.
8660
8661 2005-12-29 Richard M. Stallman <rms@gnu.org>
8662
8663 * modes.texi (Mode Line Top): New node.
8664 (Mode Line Data): Some text moved to new node.
8665 Explain the data structure more concretely.
8666 (Mode Line Basics): Clarifications.
8667 (Mode Line Variables): Clarify intro paragraph.
8668 (%-Constructs): Clarify intro paragraph.
8669 (Mode Line Format): Update menu.
8670
8671 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8672
8673 * minibuf.texi (Basic Completion): Update lazy-completion-table
8674 examples for removal of ARGS argument.
8675
8676 2005-12-23 Richard M. Stallman <rms@gnu.org>
8677
8678 * text.texi (Undo): Restore some explanation from the version
8679 that was deleted.
8680
8681 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8682
8683 * text.texi (Undo): Remove duplicate descriptions of `apply
8684 funname' and `apply delta' elements of the undo list.
8685
8686 2005-12-20 Richard M. Stallman <rms@gnu.org>
8687
8688 * help.texi (Help Functions): Update documentation of `apropos'.
8689
8690 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8691
8692 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8693 because it is confusing. If the :help-echo keyword is a function,
8694 it is not directly used as the :help-echo overlay property, as the
8695 xref seems to suggest (it does not take the appropriate args).
8696
8697 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8698
8699 * customize.texi (Common Keywords): Fix Texinfo usage.
8700 (Group Definitions, Variable Definitions): Update for new
8701 conventions for using `*' in docstrings.
8702
8703 * tips.texi (Documentation Tips): Update for new conventions for
8704 using `*' in docstrings.
8705
8706 2005-12-16 Richard M. Stallman <rms@gnu.org>
8707
8708 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8709
8710 2005-12-16 Juri Linkov <juri@jurta.org>
8711
8712 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8713
8714 2005-12-14 Romain Francoise <romain@orebokech.com>
8715
8716 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8717 Fix typo.
8718
8719 2005-12-11 Juri Linkov <juri@jurta.org>
8720
8721 * minibuf.texi (Completion Commands): Add mention of read-file-name
8722 for filename completion keymaps.
8723 (Reading File Names): Add mention of filename completion keymaps
8724 for read-file-name and xref to `Completion Commands'.
8725
8726 2005-12-10 Richard M. Stallman <rms@gnu.org>
8727
8728 * customize.texi (Common Keywords): State caveats for use of :tag.
8729
8730 2005-12-08 Richard M. Stallman <rms@gnu.org>
8731
8732 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8733 with xrefs and better explanation.
8734 (Completion Commands): Add the filename completion maps.
8735
8736 * objects.texi (Character Type): Clarify that \s is not space
8737 if a dash follows.
8738
8739 2005-12-05 Richard M. Stallman <rms@gnu.org>
8740
8741 * windows.texi (Resizing Windows): Delete preserve-before args.
8742
8743 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8746 in full keymaps, since the quirk has been fixed.
8747
8748 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8749
8750 * hooks.texi (Standard Hooks): Add index entries.
8751 Mention `compilation-finish-functions'.
8752
8753 2005-11-27 Richard M. Stallman <rms@gnu.org>
8754
8755 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8756
8757 2005-11-21 Juri Linkov <juri@jurta.org>
8758
8759 * customize.texi (Common Keywords): Update links types
8760 custom-manual and url-link. Add link types emacs-library-link,
8761 file-link, function-link, variable-link, custom-group-link.
8762
8763 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8764
8765 * display.texi: Revert 2005-11-20 change.
8766
8767 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8768
8769 * processes.texi (Bindat Functions):
8770 Say "third" to refer to zero-based index "2".
8771
8772 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8773
8774 * loading.texi (Library Search): Update the default value of
8775 `load-suffixes'.
8776
8777 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8778
8779 * display.texi (Attribute Functions): Mention :ignore-defface.
8780
8781 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8784 (Minor Mode Conventions): Mention the use of a hook.
8785
8786 2005-11-06 Richard M. Stallman <rms@gnu.org>
8787
8788 * files.texi (Magic File Names): find-file-name-handler checks the
8789 `operations' property of the handler.
8790
8791 2005-11-03 Richard M. Stallman <rms@gnu.org>
8792
8793 * variables.texi (Frame-Local Variables): Small clarification.
8794
8795 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8796
8797 * os.texi (Init File): Document ~/.emacs.d/init.el.
8798
8799 2005-10-29 Richard M. Stallman <rms@gnu.org>
8800
8801 * internals.texi (Garbage Collection): Document memory-full.
8802
8803 2005-10-28 Bill Wohler <wohler@newt.com>
8804
8805 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8806 for URLs.
8807
8808 2005-10-28 Richard M. Stallman <rms@gnu.org>
8809
8810 * minibuf.texi (Completion Commands): Clean up prev change.
8811
8812 2005-10-26 Kevin Ryde <user42@zip.com.au>
8813
8814 * compile.texi (Eval During Compile): Explain recommended uses
8815 of eval-when-compile and eval-and-compile.
8816
8817 2005-10-27 Masatake YAMATO <jet@gyve.org>
8818
8819 * minibuf.texi (Completion Commands):
8820 Write about new optional argument for `display-completion-list'.
8821
8822 2005-10-23 Richard M. Stallman <rms@gnu.org>
8823
8824 * display.texi (Overlay Arrow): Clarify about local bindings of
8825 overlay-arrow-position.
8826
8827 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8828
8829 * internals.texi (Building Emacs): Fix last change.
8830
8831 2005-10-22 Richard M. Stallman <rms@gnu.org>
8832
8833 * internals.texi (Building Emacs): Document eval-at-startup.
8834
8835 2005-10-21 Richard M. Stallman <rms@gnu.org>
8836
8837 * loading.texi (Where Defined): load-history contains abs file names.
8838 symbol-file returns abs file names.
8839
8840 2005-10-19 Kim F. Storm <storm@cua.dk>
8841
8842 * display.texi (Showing Images): Add max-image-size integer value.
8843
8844 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * display.texi (Showing Images): Document max-image-size.
8847
8848 2005-10-17 Richard M. Stallman <rms@gnu.org>
8849
8850 * commands.texi (Quitting): Minor clarification.
8851
8852 * processes.texi (Sentinels): Clarify about output and quitting.
8853 (Filter Functions): Mention with-local-quit.
8854
8855 2005-10-17 Juri Linkov <juri@jurta.org>
8856
8857 * buffers.texi (Current Buffer):
8858 * commands.texi (Event Input Misc):
8859 * compile.texi (Eval During Compile, Compiler Errors):
8860 * customize.texi (Group Definitions):
8861 * display.texi (Progress, Defining Faces):
8862 * files.texi (Writing to Files):
8863 * modes.texi (Mode Hooks, Defining Minor Modes):
8864 * streams.texi (Output Functions):
8865 * syntax.texi (Syntax Table Functions):
8866 * text.texi (Change Hooks):
8867 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8868
8869 * commands.texi (Quitting): Replace arg `forms' with `body' in
8870 `with-local-quit'.
8871
8872 * positions.texi (Excursions): Replace arg `forms' with `body' in
8873 `save-excursion'.
8874
8875 2005-10-08 Kim F. Storm <storm@cua.dk>
8876
8877 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8878 Rename manual section accordingly.
8879
8880 2005-10-04 Kim F. Storm <storm@cua.dk>
8881
8882 * windows.texi (Window Split Tree): New section describing
8883 new function window-split-tree function.
8884
8885 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
8886
8887 * display.texi (Fringe Size/Pos): Simplify and add detail.
8888
8889 2005-09-30 Romain Francoise <romain@orebokech.com>
8890
8891 * minibuf.texi (High-Level Completion): Explain that the prompt
8892 given to `read-buffer' should end with a colon and a space.
8893 Update usage examples.
8894
8895 2005-09-29 Juri Linkov <juri@jurta.org>
8896
8897 * display.texi (Displaying Messages): Rename argument name
8898 `string' to `format-string' in functions `message', `message-box',
8899 `message-or-box'.
8900
8901 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
8902
8903 * errors.texi (Standard Errors): Correct xrefs.
8904
8905 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8906
8907 * display.texi (Defining Images): Update documentation for
8908 `image-load-path'.
8909
8910 2005-09-17 Richard M. Stallman <rms@gnu.org>
8911
8912 * display.texi (Defining Images): Clean up previous change.
8913
8914 2005-09-16 Romain Francoise <romain@orebokech.com>
8915
8916 * elisp.texi: Specify GFDL version 1.2.
8917
8918 * doclicense.texi (GNU Free Documentation License): Update to
8919 version 1.2.
8920
8921 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8922
8923 * display.texi (Defining Images): Document `image-load-path'.
8924
8925 2005-09-15 Richard M. Stallman <rms@gnu.org>
8926
8927 * objects.texi (Printed Representation): Minor cleanup.
8928 (Box Diagrams): Minor fix.
8929 (Cons Cell Type): Move (...) index item here.
8930 (Box Diagrams): From here.
8931 (Array Type): Minor fix.
8932 (Type Predicates): Delete index "predicates".
8933 (Hash Table Type): Clarify xref.
8934 (Dotted Pair Notation): Minor fix.
8935
8936 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
8937
8938 * files.texi (Saving Buffers): Fix typo.
8939
8940 2005-09-08 Richard M. Stallman <rms@gnu.org>
8941
8942 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8943
8944 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8945
8946 * locals.texi (Standard Buffer-Local Variables): Don't include
8947 mode variables for minor modes.
8948 Fix xrefs for buffer-display-count, buffer-display-table,
8949 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8950 enable-multibyte-characters, fill-column, header-line-format,
8951 left-fringe-width, left-margin, and right-fringe-width.
8952
8953 * hooks.texi (Standard Hooks): All hooks should conform to the
8954 standard naming convention now.
8955 Fix xref for `echo-area-clear-hook'.
8956
8957 * display.texi (Usual Display): Note that indicate-empty-lines and
8958 tab-width are buffer-local.
8959
8960 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8961
8962 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8963
8964 * nonascii.texi (Encoding and I/O): Note that
8965 buffer-file-coding-system is buffer-local.
8966
8967 * positions.texi (List Motion): Note that defun-prompt-regexp is
8968 buffer-local.
8969
8970 * text.texi (Auto Filling): Note that auto-fill-function is
8971 buffer-local.
8972 (Undo): Note that buffer-undo-list is buffer-local.
8973
8974 * windows.texi (Buffers and Windows):
8975 Document buffer-display-count.
8976
8977 2005-09-06 Richard M. Stallman <rms@gnu.org>
8978
8979 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8980 package prefix elsewhere than at the start of the name.
8981
8982 2005-09-03 Richard M. Stallman <rms@gnu.org>
8983
8984 * tips.texi (Programming Tips): Add conventions for minibuffer
8985 questions and prompts.
8986
8987 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8988
8989 * intro.texi (nil and t): Minor cleanup.
8990 Delete spurious mention of keyword symbols.
8991 (Evaluation Notation): Add index entry.
8992 (A Sample Function Description): Minor cleanup.
8993 (A Sample Variable Description): Not all vars can be set.
8994
8995 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8996
8997 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8998
8999 (Insertion): Document precise type of `insert-char' arg COUNT.
9000
9001 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 * modes.texi (Other Font Lock Variables): Sync the default of
9004 font-lock-lines-before.
9005
9006 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9007
9008 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9009
9010 2005-08-29 Richard M. Stallman <rms@gnu.org>
9011
9012 * elisp.texi (Top): Update subnode menu.
9013
9014 * searching.texi (Searching and Matching): Move node.
9015 Rearrange contents and add overall explanation.
9016 (Searching and Case): Move node.
9017 (Searching and Matching): Update menu.
9018
9019 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9020
9021 * os.texi (Startup Summary): Fix the description of the initial
9022 startup message display.
9023
9024 2005-08-25 Richard M. Stallman <rms@gnu.org>
9025
9026 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9027
9028 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9029
9030 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9031 `next-overlay-change' example.
9032
9033 2005-08-22 Juri Linkov <juri@jurta.org>
9034
9035 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9036 Fix invert-face. Fix args of face-background.
9037
9038 * display.texi (Standard Faces): Delete node.
9039 (Faces): Add xref to `(emacs)Standard Faces'.
9040 (Displaying Faces): Fix xref to `Standard Faces'.
9041
9042 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9043
9044 2005-08-20 Alan Mackenzie <acm@muc.de>
9045
9046 * buffers.texi (The Buffer List): Clarify the manipulation of the
9047 buffer list.
9048
9049 2005-08-14 Richard M. Stallman <rms@gnu.org>
9050
9051 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9052 a regexp.
9053
9054 2005-08-11 Richard M. Stallman <rms@gnu.org>
9055
9056 * elisp.texi (Top): Update subnode lists.
9057
9058 * display.texi (Inverse Video): Node deleted.
9059
9060 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9061 New nodes split out of Coding Conventions.
9062
9063 * searching.texi (Regular Expressions): Document re-builder.
9064
9065 * os.texi (Time Parsing): New node split out of Time Conversion.
9066
9067 * processes.texi (Misc Network, Network Feature Testing)
9068 (Network Options, Make Network): New nodes split out of
9069 Low-Level Network.
9070
9071 2005-08-09 Richard M. Stallman <rms@gnu.org>
9072
9073 * frames.texi (Geometry): New node, split from Size and Position.
9074 (Frame Parameters): Refer to Geometry.
9075
9076 * buffers.texi (The Buffer List): Fix xrefs.
9077
9078 * windows.texi (Splitting Windows): Fix xref.
9079
9080 * frames.texi (Layout Parameters): Add xref.
9081
9082 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9083
9084 * keymaps.texi (Menu Bar): Fix xref.
9085
9086 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9087
9088 * modes.texi (%-Constructs): Fix xref.
9089
9090 * frames.texi (Window Frame Parameters): Node split up.
9091 (Basic Parameters, Position Parameters, Size Parameters)
9092 (Layout Parameters, Buffer Parameters, Management Parameters)
9093 (Cursor Parameters, Color Parameters): New subnodes.
9094
9095 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9096
9097 * positions.texi (Screen Lines): Update xref for previous change
9098 in minibuf.texi.
9099
9100 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9101 change in minibuf.texi.
9102
9103 2005-08-09 Richard M. Stallman <rms@gnu.org>
9104
9105 * tips.texi (Coding Conventions): Minor cleanup.
9106
9107 * modes.texi (Defining Minor Modes): Explain when init-value
9108 can be non-nil.
9109
9110 * elisp.texi (Top): Update submenu for Minibuffer.
9111
9112 * minibuf.texi (Minibuffer Misc): Node split up.
9113 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9114 (Recursive Mini): New nodes split out from Minibuffer Misc.
9115 (Minibuffer Misc): Document max-mini-window-height.
9116
9117 * hash.texi (Defining Hash): Delete stray paren in example.
9118
9119 * display.texi (Echo Area Customization): Don't define
9120 max-mini-window-height here; xref instead.
9121
9122 * commands.texi (Event Input Misc): Update while-no-input.
9123
9124 * advice.texi (Advising Functions): Explain when to use advice
9125 and when to use a hook.
9126
9127 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9128
9129 * makefile.w32-in (info): Don't run install-info.
9130 ($(infodir)/dir): New target, produced by running install-info.
9131
9132 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9133
9134 * modes.texi (Defining Minor Modes): The keyword for the initial
9135 value is :init-value, not :initial-value.
9136
9137 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9138
9139 * loading.texi (Autoload): Make the `doctor' example be consistent
9140 with what's in current loaddefs.el. Describe the "fn" magic in
9141 the usage portion of the doc string.
9142
9143 2005-07-22 Richard M. Stallman <rms@gnu.org>
9144
9145 * internals.texi (Garbage Collection): Clarify previous change.
9146
9147 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9150
9151 2005-07-18 Juri Linkov <juri@jurta.org>
9152
9153 * commands.texi (Accessing Events):
9154 * frames.texi (Text Terminal Colors, Resources):
9155 * markers.texi (The Mark):
9156 * modes.texi (Defining Minor Modes):
9157 Delete duplicate duplicate words.
9158
9159 2005-07-16 Richard M. Stallman <rms@gnu.org>
9160
9161 * display.texi (Managing Overlays): Clarify make-overlay
9162 args for insertion types.
9163
9164 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9165
9166 * customize.texi (Variable Definitions):
9167 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9168 `standard-value' is a list too.
9169 (Defining New Types): Use @key{RET} instead of @key{ret}.
9170
9171 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9172
9173 * os.texi (Translating Input): Fix typo.
9174
9175 2005-07-08 Richard M. Stallman <rms@gnu.org>
9176
9177 * README: Update edition number and size estimate.
9178
9179 * elisp.texi (VERSION): Set to 2.9.
9180
9181 2005-07-07 Richard M. Stallman <rms@gnu.org>
9182
9183 * book-spine.texinfo: Update Emacs version.
9184
9185 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9186
9187 2005-07-06 Richard M. Stallman <rms@gnu.org>
9188
9189 * searching.texi (Regexp Search): Clarify what re-search-forward
9190 does when the search fails.
9191
9192 2005-07-05 Lute Kamstra <lute@gnu.org>
9193
9194 * Update FSF's address in GPL notices.
9195
9196 * doclicense.texi (GNU Free Documentation License):
9197 * gpl.texi (GPL):
9198 * tips.texi (Coding Conventions, Library Headers):
9199 * vol1.texi:
9200 * vol2.texi: Update FSF's address.
9201
9202 2005-07-04 Richard M. Stallman <rms@gnu.org>
9203
9204 * hooks.texi (Standard Hooks): Add occur-hook.
9205
9206 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9207
9208 * display.texi (The Echo Area): Correct menu.
9209
9210 2005-07-03 Richard M. Stallman <rms@gnu.org>
9211
9212 * elisp.texi (Top): Update subnode menu for Display.
9213
9214 * display.texi (Displaying Messages): New node, with most
9215 of what was in The Echo Area.
9216 (Progress): Move under The Echo Area.
9217 (Logging Messages): New node with new text.
9218 (Echo Area Customization): New node, the rest of what was
9219 in The Echo Area. Document message-truncate-lines with @defvar.
9220 (Display): Update menu.
9221
9222 * windows.texi (Textual Scrolling): Doc 3 values for
9223 scroll-preserve-screen-position.
9224
9225 * text.texi (Special Properties): Change hook functions
9226 should bind inhibit-modification-hooks around altering buffer text.
9227
9228 * keymaps.texi (Key Binding Commands): Call binding BINDING
9229 rather than DEFINITION.
9230
9231 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * variables.texi (Defining Variables): `user-variable-p' returns t
9234 for aliases of user options, nil for alias loops.
9235
9236 2005-06-28 Richard M. Stallman <rms@gnu.org>
9237
9238 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9239 make-keymap.
9240
9241 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9242
9243 * variables.texi (Setting Variables): Correct and clarify
9244 description of `add-to-ordered-list'.
9245
9246 2005-06-26 Richard M. Stallman <rms@gnu.org>
9247
9248 * display.texi (Faces): Minor cleanup.
9249
9250 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9251
9252 * display.texi (Faces): `facep' returns t for strings that are
9253 face names.
9254
9255 2005-06-25 Richard M. Stallman <rms@gnu.org>
9256
9257 * objects.texi (Equality Predicates): Clarify meaning of equal.
9258
9259 * windows.texi (Selecting Windows): save-selected-window
9260 and with-selected-window save and restore the current buffer.
9261
9262 2005-06-24 Richard M. Stallman <rms@gnu.org>
9263
9264 * numbers.texi (Float Basics): Explain how to test for NaN,
9265 and printing the sign of NaNs.
9266
9267 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9268
9269 * makefile.w32-in (MAKEINFO): Use --force.
9270
9271 2005-06-23 Richard M. Stallman <rms@gnu.org>
9272
9273 * display.texi (Face Functions): Correct Texinfo usage.
9274
9275 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9276
9277 * lists.texi (Rings): `ring-elements' now returns the elements of
9278 RING in order.
9279
9280 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9281
9282 * markers.texi (The Mark): Texinfo usage fix.
9283
9284 2005-06-23 Kim F. Storm <storm@cua.dk>
9285
9286 * searching.texi (Entire Match Data): Remove evaporate option for
9287 match-data. Do not mention evaporate option for set-match-data.
9288
9289 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9290
9291 * display.texi (Face Functions): Mention face aliases.
9292
9293 2005-06-21 Richard M. Stallman <rms@gnu.org>
9294
9295 * anti.texi (Antinews): Texinfo usage fix.
9296
9297 2005-06-21 Karl Berry <karl@gnu.org>
9298
9299 * elisp.texi: Use @copying.
9300
9301 * elisp.texi: Put @summarycontents and @contents before the Top
9302 node, instead of the end of the file, so that the contents appear
9303 in the right place in the dvi/pdf output.
9304
9305 2005-06-21 Juri Linkov <juri@jurta.org>
9306
9307 * display.texi (Defining Faces): Add `customized-face'.
9308
9309 2005-06-20 Kim F. Storm <storm@cua.dk>
9310
9311 * variables.texi (Setting Variables): Any type of element can be
9312 given order in add-to-ordered-list. Compare elements with eq.
9313
9314 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9315
9316 2005-06-20 Karl Berry <karl@gnu.org>
9317
9318 * syntax.texi (Syntax Flags): Make last column very slightly wider
9319 to avoid "generic comment" breaking on two lines and causing an
9320 underfull box.
9321
9322 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9323
9324 * lists.texi (Rings): Various minor clarifications and corrections.
9325
9326 2005-06-18 Richard M. Stallman <rms@gnu.org>
9327
9328 * functions.texi (Obsolete Functions): Simplify.
9329
9330 * variables.texi (Variable Aliases): Simplify.
9331
9332 * anti.texi, backups.texi, compile.texi, customization.texi:
9333 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9334 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9335 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9336 * variables.texi: Fix formatting ugliness.
9337
9338 * elisp.texi: Add links to Rings and Byte Packing.
9339 Update version and copyright years.
9340
9341 * minibuf.texi: Fix formatting ugliness.
9342 (Completion Commands): Move keymap vars to the end
9343 and vars completing-read binds to the top.
9344
9345 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9346
9347 * processes.texi: Fix typos.
9348 (Bindat Spec): Correct Texinfo error.
9349 (Byte Packing): Fix ungrammatical sentence.
9350
9351 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9352
9353 * lists.texi (Rings): New node.
9354 (Lists): Add it to menu.
9355
9356 * processes.texi (Byte Packing): New node.
9357 (Processes): Add it to menu.
9358
9359 2005-06-17 Richard M. Stallman <rms@gnu.org>
9360
9361 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9362
9363 * help.texi (Documentation Basics): Explain the xref to
9364 Documentation Tips.
9365
9366 * debugging.texi (Debugger Commands): Minor fix.
9367
9368 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9369
9370 * edebug.texi (Instrumenting): Eliminate duplicate link.
9371 (Specification List): Replace references to "below", referring to
9372 a later node, with one @ref to that node.
9373
9374 * os.texi (Timers): Timers should save and restore the match data
9375 if they change it.
9376
9377 * debugging.texi (Debugger Commands): Mention that the Lisp
9378 debugger can not step through primitive functions.
9379
9380 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9381
9382 * functions.texi (Obsolete Functions): Update argument names of
9383 `make-obsolete' and `define-obsolete-function-alias'.
9384
9385 * variables.texi (Variable Aliases): Update argument names of
9386 `defvaralias', `make-obsolete-variable' and
9387 `define-obsolete-variable-alias'.
9388
9389 2005-06-15 Kim F. Storm <storm@cua.dk>
9390
9391 * searching.texi (Entire Match Data): Rephrase warnings about
9392 evaporate arg to match-data and set-match-data.
9393
9394 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9395
9396 * elisp.texi (Top): Update detailed menu.
9397
9398 * edebug.texi (Edebug): Update menu.
9399 (Instrumenting): Update xrefs.
9400 (Edebug Execution Modes): Correct xref.
9401 (Jumping): Clarify description of `h' command.
9402 Eliminate redundant @ref.
9403 (Breaks): New node.
9404 (Breakpoints): Is now a subsubsection.
9405 (Global Break Condition): Mention `C-x X X'.
9406 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9407 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9408 (Edebug Display Update): Correct pxref.
9409 (Edebug and Macros): New node.
9410 (Instrumenting Macro Calls): Is now a subsubsection.
9411 Neither arg of `def-edebug-spec' is evaluated.
9412 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9413 (Specification Examples): Fix typo.
9414
9415 2005-06-14 Lute Kamstra <lute@gnu.org>
9416
9417 * debugging.texi (Function Debugging): Primitives can break on
9418 entry too.
9419
9420 2005-06-14 Kim F. Storm <storm@cua.dk>
9421
9422 * variables.texi (Setting Variables): Add add-to-ordered-list.
9423
9424 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9427 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9428
9429 2005-06-13 Lute Kamstra <lute@gnu.org>
9430
9431 * text.texi (Special Properties): Fix cross reference.
9432
9433 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9434
9435 * debugging.texi (Function Debugging): Delete mention of empty
9436 string argument to `cancel-debug-on-entry'. Delete inaccurate
9437 description of the return value of that command.
9438
9439 2005-06-11 Alan Mackenzie <acm@muc.de>
9440
9441 * text.texi (Adaptive Fill): Amplify the description of
9442 fill-context-prefix.
9443
9444 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9445
9446 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9447
9448 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9451
9452 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9453
9454 * debugging.texi (Error Debugging): Minor rewording.
9455 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9456 is optional.
9457
9458 2005-06-10 Lute Kamstra <lute@gnu.org>
9459
9460 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9461 (Top): Give it a title. Correct version number. Give the
9462 detailed node listing a more prominent header.
9463 * intro.texi: Don't set VERSION here a second time.
9464 Mention Emacs's version too.
9465 * anti.texi (Antinews): Use EMACSVER to refer to the current
9466 version of Emacs.
9467
9468 2005-06-09 Kim F. Storm <storm@cua.dk>
9469
9470 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9471 match-data and set-match-data.
9472
9473 2005-06-08 Richard M. Stallman <rms@gnu.org>
9474
9475 * searching.texi (Entire Match Data): Clarify when match-data
9476 returns markers and when integers.
9477
9478 * display.texi (Defining Faces): Explain that face name should not
9479 end in `-face'.
9480
9481 * modes.texi (Mode Line Data): Minor cleanup.
9482 (Customizing Keywords): Node split out of Search-based Fontification.
9483 Add example of using font-lock-add-keywords from a hook.
9484 Clarify when MODE should be non-nil, and when nil.
9485
9486 2005-06-06 Richard M. Stallman <rms@gnu.org>
9487
9488 * modes.texi (Mode Line Data): Explain what happens when the car
9489 of a list is a void symbol.
9490 (Search-based Fontification): Explain MODE arg to
9491 font-lock-add-keywords and warn about calls from major modes.
9492
9493 2005-06-08 Juri Linkov <juri@jurta.org>
9494
9495 * display.texi (Standard Faces): Add `shadow' face.
9496
9497 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9498
9499 * modes.texi (Major Mode Conventions): A derived mode only needs
9500 to put the call to the parent mode inside `delay-mode-hooks'.
9501
9502 2005-05-29 Richard M. Stallman <rms@gnu.org>
9503
9504 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9505 new, and what that implies. Clarify.
9506
9507 * files.texi (Locating Files): Clean up the text.
9508
9509 * frames.texi (Window Frame Parameters): Document user-size.
9510 Shorten entry for top by referring to left.
9511
9512 2005-05-26 Richard M. Stallman <rms@gnu.org>
9513
9514 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9515 is new, and what the implications are. Other clarifications.
9516
9517 2005-05-24 Richard M. Stallman <rms@gnu.org>
9518
9519 * frames.texi (Dialog Boxes): Minor fixes.
9520
9521 2005-05-25 Masatake YAMATO <jet@gyve.org>
9522
9523 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9524
9525 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9526
9527 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9528 is optional.
9529
9530 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9531
9532 * frames.texi (Dialog Boxes): Describe new optional argument.
9533
9534 2005-05-23 Lute Kamstra <lute@gnu.org>
9535
9536 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9537 syntax-begin-function over font-lock-beginning-of-syntax-function.
9538
9539 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9540
9541 * minibuf.texi (Reading File Names): Update description of
9542 `read-directory-name'.
9543
9544 * modes.texi (Derived Modes): Clarify :group keyword.
9545
9546 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9547
9548 * files.texi (Locating Files): New subsection.
9549 Describe locate-file and executable-find.
9550
9551 2005-05-21 Kevin Ryde <user42@zip.com.au>
9552
9553 * frames.texi (Initial Parameters): Update cross reference to
9554 "Emacs Invocation".
9555
9556 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9557
9558 * keymaps.texi (Active Keymaps): Add anchor.
9559
9560 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9561 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9562 appropriate place.
9563 (Derived Modes): Small clarifications.
9564 (Minor Mode Conventions, Keymaps and Minor Modes):
9565 Replace references to nodes with references to anchors.
9566 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9567 Clarify description of lists whose first element is an integer.
9568 (Mode Line Variables): Add anchor.
9569 (%-Constructs): Clarify description of integer after %.
9570 (Emulating Mode Line): Describe nil value for FACE.
9571
9572 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9573
9574 * modes.texi (Derived Modes): Correct references to non-existing
9575 variable standard-syntax-table.
9576
9577 2005-05-17 Lute Kamstra <lute@gnu.org>
9578
9579 * modes.texi (Defining Minor Modes): Mention the mode hook.
9580
9581 2005-05-15 Kim F. Storm <storm@cua.dk>
9582
9583 * processes.texi (Network): Remove open-network-stream-nowait.
9584 (Network Servers): Remove open-network-stream-server.
9585
9586 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9587
9588 * elisp.texi (Top): Update detailed menu.
9589
9590 * variables.texi: Reorder nodes.
9591 (Variables): Update menu.
9592 (File Local Variables): Do not refer to the `-*-' line as
9593 a "local variables list". Add pxref.
9594
9595 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9596
9597 * elisp.texi (Top): Update detailed menu for node changes.
9598
9599 * modes.texi (Modes): Update Menu.
9600 (Hooks): Move to beginning of chapter.
9601 Most minor modes run mode hooks too.
9602 `add-hook' can handle void hooks or hooks whose value is a single
9603 function.
9604 (Major Modes): Update Menu.
9605 (Major Mode Basics): New node, split off from `Major Modes'.
9606 (Major Mode Conventions): Correct xref. Explain how to handle
9607 auto-mode-alist if the major mode command has an autoload cookie.
9608 (Auto Major Mode): Major update. Add magic-mode-alist.
9609 (Derived Modes): Major update.
9610 (Mode Line Format): Update Menu.
9611 (Mode Line Basics): New node, split off from `Mode Line Format'.
9612
9613 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9614 for `magic autoload comment'. Add index entries and anchor.
9615
9616 2005-05-14 Richard M. Stallman <rms@gnu.org>
9617
9618 * tips.texi (Coding Conventions): Explain how important it is
9619 that just loading certain files not change Emacs behavior.
9620
9621 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9622
9623 2005-05-12 Lute Kamstra <lute@gnu.org>
9624
9625 * modes.texi (Generic Modes): Update.
9626 (Major Modes): Refer to node "Generic Modes".
9627
9628 * elisp.texi (Top): Update to the current structure of the manual.
9629 * processes.texi (Processes): Add menu description.
9630 * customize.texi (Customization): Add menu descriptions.
9631
9632 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9633
9634 * processes.texi (Signals to Processes)
9635 (Low-Level Network): Fix typos.
9636
9637 2005-05-11 Lute Kamstra <lute@gnu.org>
9638
9639 * elisp.texi (Top): Add some nodes from the chapter "Major and
9640 Minor Modes" to the detailed node listing.
9641
9642 2005-05-10 Richard M. Stallman <rms@gnu.org>
9643
9644 * keymaps.texi (Extended Menu Items): Menu item filter functions
9645 can be called at any time.
9646
9647 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9648
9649 * variables.texi (File Local Variables): `(hack-local-variables t)'
9650 now also checks whether a mode is specified in the local variables
9651 list.
9652
9653 2005-05-05 Kevin Ryde <user42@zip.com.au>
9654
9655 * display.texi (The Echo Area): Correct format function cross
9656 reference.
9657
9658 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9659
9660 * variables.texi (Variable Aliases): Change description of
9661 `define-obsolete-variable-alias'.
9662
9663 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9664 (Defining Functions): Add xref.
9665 (Obsolete Functions): New node.
9666 (Function Safety): Standardize capitalization of section title.
9667
9668 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9669 (Dialog Boxes): Complete description of `x-popup-dialog'.
9670
9671 2005-05-04 Richard M. Stallman <rms@gnu.org>
9672
9673 * commands.texi (Interactive Codes): Fix Texinfo usage.
9674 Document U more clearly.
9675
9676 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9677
9678 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9679 function and not a macro.
9680
9681 * frames.texi (Pop-Up Menus): Correct and clarify description of
9682 `x-popup-menu'.
9683 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9684
9685 2005-05-01 Richard M. Stallman <rms@gnu.org>
9686
9687 * edebug.texi (Checking Whether to Stop): Fix previous change.
9688
9689 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9690
9691 * display.texi: Fix typos and Texinfo usage.
9692
9693 * edebug.texi (Checking Whether to Stop): executing-macro ->
9694 executing-kbd-macro.
9695
9696 2005-05-01 Richard M. Stallman <rms@gnu.org>
9697
9698 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9699
9700 2005-04-30 Richard M. Stallman <rms@gnu.org>
9701
9702 * files.texi (Magic File Names): Document `operations' property.
9703
9704 2005-04-29 Lute Kamstra <lute@gnu.org>
9705
9706 * modes.texi (Generic Modes): New node.
9707 (Major Modes): Add it to the menu.
9708 (Derived Modes): Add "derived mode" to concept index.
9709
9710 2005-04-28 Lute Kamstra <lute@gnu.org>
9711
9712 * modes.texi (Defining Minor Modes): Fix previous change.
9713 (Font Lock Mode): Simplify.
9714 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9715 when set and that some parts are optional. Add cross references.
9716 (Search-based Fontification): Say how to specify font-lock-keywords.
9717 Add cross references. Add font-lock-multiline to index.
9718 Move font-lock-keywords-case-fold-search here from node "Other Font
9719 Lock Variables". Document font-lock-add-keywords and
9720 font-lock-remove-keywords.
9721 (Other Font Lock Variables): Move font-lock-keywords-only,
9722 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9723 and font-lock-syntactic-face-function to node "Syntactic Font
9724 Lock". Move font-lock-keywords-case-fold-search to node
9725 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9726 and font-lock-{,un}fontify-{buffer,region}-function.
9727 (Precalculated Fontification): Remove reference to deleted variable
9728 font-lock-core-only.
9729 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9730 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9731 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9732 and font-lock-syntactic-face-function here from node "Other Font
9733 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9734 Syntax Properties". Add cross references.
9735 (Setting Syntax Properties): New node.
9736 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9737 * syntax.texi (Syntax Properties): Add cross reference.
9738 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9739
9740 2005-04-26 Richard M. Stallman <rms@gnu.org>
9741
9742 * display.texi (Defining Faces):
9743 Document `default' elements of defface spec.
9744
9745 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9746
9747 * variables.texi (Variable Aliases): Clarify text.
9748
9749 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
9750
9751 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9752
9753 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9754
9755 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9756
9757 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9758
9759 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9760 syntax-after and syntax-class.
9761
9762 * files.texi (Changing Files): Fix last change's cross-reference.
9763 (Unique File Names): Don't mention "numbers" in the documentation
9764 of make-temp-file and make-temp-name.
9765
9766 2005-04-23 Richard M. Stallman <rms@gnu.org>
9767
9768 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9769
9770 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9771
9772 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9773
9774 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9775
9776 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9777 and define-obsolete-variable-alias.
9778
9779 2005-04-22 Kim F. Storm <storm@cua.dk>
9780
9781 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9782 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9783
9784 2005-04-21 Lute Kamstra <lute@gnu.org>
9785
9786 * lists.texi (Association Lists): Document rassq-delete-all.
9787
9788 2005-04-19 Richard M. Stallman <rms@gnu.org>
9789
9790 * modes.texi (Search-based Fontification): Explain that
9791 facespec is an expression to be evaluated.
9792
9793 2005-04-19 Kevin Ryde <user42@zip.com.au>
9794
9795 * streams.texi (Output Functions): Fix xref.
9796 * strings.texi (String Conversion): Fix xref.
9797
9798 2005-04-19 Kim F. Storm <storm@cua.dk>
9799
9800 * symbols.texi (Symbol Plists): Add safe-get.
9801 Mention that `get' may signal an error.
9802
9803 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9804
9805 * customize.texi (Variable Definitions): Replace tooltip-mode
9806 example with save-place.
9807
9808 2005-04-17 Richard M. Stallman <rms@gnu.org>
9809
9810 * buffers.texi (Indirect Buffers): Clarify.
9811
9812 * positions.texi (Positions): Clarify converting marker to integer.
9813
9814 * strings.texi (String Basics): Mention string-match; clarify.
9815
9816 2005-04-08 Lute Kamstra <lute@gnu.org>
9817
9818 * modes.texi (Search-based Fontification): Fix cross references.
9819 Use consistent terminology. Document anchored highlighting.
9820
9821 2005-04-05 Lute Kamstra <lute@gnu.org>
9822
9823 * modes.texi (Defining Minor Modes): Document :group keyword
9824 argument and its default value.
9825
9826 2005-04-03 Lute Kamstra <lute@gnu.org>
9827
9828 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9829 references and/or descriptions. Delete major mode hooks; mention
9830 them as a category instead. Rename or delete obsolete hooks.
9831
9832 2005-04-02 Richard M. Stallman <rms@gnu.org>
9833
9834 * nonascii.texi (Coding System Basics): Another wording cleanup.
9835
9836 2005-04-01 Richard M. Stallman <rms@gnu.org>
9837
9838 * nonascii.texi (Coding System Basics): Clarify previous change.
9839
9840 2005-04-01 Kenichi Handa <handa@m17n.org>
9841
9842 * nonascii.texi (Coding System Basics): Describe about roundtrip
9843 identity of coding systems.
9844
9845 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9846
9847 * text.texi (Buffer Contents): Add filter-buffer-substring and
9848 buffer-substring-filters.
9849
9850 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * anti.texi (Antinews): Mention `G' interactive code.
9853
9854 * tips.texi (Compilation Tips): Mention benchmark.el.
9855
9856 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9857
9858 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9859 is now bound to M-o M-o.
9860
9861 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9862
9863 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9864
9865 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9866 in the Emacs Manual).
9867 * Makefile.in (srcs): Remove calendar.texi.
9868 * makefile.w32-in (srcs): Remove calendar.texi.
9869 * display.texi (Display): Change name of next node.
9870 * os.texi (System In): Change name of previous node.
9871 * elisp.texi (Top): Remove Calendar references.
9872 * vol1.texi (Top): Remove Calendar references.
9873 * vol2.texi (Top): Remove Calendar references.
9874
9875 2005-03-25 Richard M. Stallman <rms@gnu.org>
9876
9877 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9878 Cleanup previous change.
9879
9880 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
9881
9882 * display.texi (Face Attributes): Faces earlier in an :inherit
9883 list take precedence.
9884 (Scroll Bars): Fix description of vertical-scroll-bars.
9885 Document frame-current-scroll-bars and window-current-scroll-bars.
9886
9887 * markers.texi (The Mark): Document temporary Transient Mark mode.
9888
9889 * minibuf.texi (Reading File Names):
9890 Document read-file-name-completion-ignore-case.
9891
9892 * positions.texi (Screen Lines): Document nil for width argument
9893 to compute-motion.
9894
9895 2005-03-23 Kim F. Storm <storm@cua.dk>
9896
9897 * display.texi (Standard Faces): Other faces used in the fringe
9898 implicitly inherits from the fringe face.
9899 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9900 properties implicitly inherits from fringe face.
9901 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9902
9903 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
9904
9905 * display.texi (Invisible Text): State default value of
9906 line-move-ignore-invisible.
9907 (Managing Overlays): Document remove-overlays.
9908 (Standard Faces): Document escape-glyph face.
9909
9910 * minibuf.texi (Reading File Names): Document read-file-name-function.
9911
9912 * modes.texi (Other Font Lock Variables):
9913 Document font-lock-lines-before.
9914
9915 * positions.texi (Skipping Characters): skip-chars-forward allows
9916 character classes.
9917
9918 2005-03-18 Lute Kamstra <lute@gnu.org>
9919
9920 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9921
9922 2005-03-17 Richard M. Stallman <rms@gnu.org>
9923
9924 * text.texi (Undo): Document extensible undo entries.
9925
9926 * searching.texi (String Search, Regexp Search): Cleanups.
9927
9928 * nonascii.texi (Character Codes): Minor fix.
9929
9930 * display.texi (Display Property): Explain the significance
9931 of having text properties that are eq.
9932 (Other Display Specs): Explain string as display spec.
9933
9934 * commands.texi (Interactive Codes): Document G option.
9935
9936 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
9937
9938 * text.texi (Filling): Add sentence-end-without-period and
9939 sentence-end-without-space.
9940 (Changing Properties): Minor fix.
9941
9942 * anti.texi: Total rewrite.
9943
9944 2005-03-15 Lute Kamstra <lute@gnu.org>
9945
9946 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9947
9948 2005-03-08 Kim F. Storm <storm@cua.dk>
9949
9950 * display.texi (Specified Space): Property :width is support on
9951 non-graphic terminals, :height is not.
9952
9953 2005-03-07 Richard M. Stallman <rms@gnu.org>
9954
9955 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9956 Now subnodes of Fringes.
9957 (Overlay Arrow): Document overlay-arrow-variable-list.
9958 (Fringe Size/Pos): New node, broken out of Fringes.
9959 (Display): Explain clearing vs redisplay better.
9960 (Truncation): Clarify use of bitmaps.
9961 (The Echo Area): Clarify the uses of the echo area.
9962 Add max-mini-window-height.
9963 (Progress): Clarify.
9964 (Invisible Text): Explain that main loop moves point out.
9965 (Selective Display): Say "hidden", not "invisible".
9966 (Managing Overlays): Move up. Describe relation to Undo here.
9967 (Overlay Properties): Clarify intro.
9968 (Finding Overlays): Explain return values when nothing found.
9969 (Width): truncate-string-to-width has added arg.
9970 (Displaying Faces): Clarify and update mode line face handling.
9971 (Face Functions): Minor cleanup.
9972 (Conditional Display): Merge into Other Display Specs.
9973 (Pixel Specification, Other Display Specs): Minor cleanups.
9974 (Images, Image Descriptors): Minor cleanups.
9975 (GIF Images): Patents have expired.
9976 (Showing Images): Explain default text for insert-image.
9977 (Manipulating Button Types): Merge into Manipulating Buttons.
9978 (Making Buttons): Explain return values.
9979 (Button Buffer Commands): Add xref.
9980 (Inverse Video): Update mode-line-inverse-video.
9981 (Display Table Format): Clarify.
9982 (Active Display Table): Give defaults for window-display-table.
9983
9984 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9985 and calendar-today-marker are strings, not chars.
9986 (Holiday Customizing): Minor fix.
9987
9988 * internals.texi (Writing Emacs Primitives): Update `or' example.
9989 Update limit on # args of subr.
9990
9991 * edebug.texi (Using Edebug): Arrow is in fringe.
9992 (Instrumenting): Arg to eval-defun works without loading edebug.
9993 (Edebug Execution Modes): Add xref.
9994
9995 * customize.texi (Common Keywords): Clarify :require.
9996 Mention :version here.
9997 (Variable Definitions, Group Definitions): Not here.
9998 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9999
10000 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10001 * nonascii.texi (Text Representations): Clarify position-bytes.
10002 (Character Sets): Add list-charset-chars.
10003 (Scanning Charsets): Add charset-after.
10004 (Encoding and I/O): Minor fix.
10005
10006 2005-03-06 Richard M. Stallman <rms@gnu.org>
10007
10008 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10009 (Resizing Windows): Likewise.
10010
10011 * text.texi (Change Hooks): Get rid of "Emacs 21".
10012
10013 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10014
10015 * streams.texi (Output Variables): Get rid of "Emacs 21".
10016
10017 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10018
10019 * os.texi (Translating Input): Replace flow-control example
10020 with a less obsolete example that uses `keyboard-translate'.
10021
10022 * objects.texi (Hash Table Type, Circular Objects):
10023 Get rid of "Emacs 21".
10024
10025 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10026 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10027
10028 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10029
10030 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10031
10032 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10033 (Menu Bar): Fix when menu-bar-update-hook is called.
10034
10035 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10036
10037 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10038 and make it read better.
10039
10040 * files.texi (Writing to Files): Get rid of "Emacs 21".
10041 (Unique File Names): Likewise.
10042
10043 * elisp.texi: Update Emacs version to 22.
10044
10045 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10046 (Overlay Properties, Face Attributes): Likewise.
10047 (Managing Overlays): Fix punctuation.
10048 (Attribute Functions): Clarify set-face-font; get rid of
10049 info about old Emacs versions.
10050 (Auto Faces, Font Lookup, Display Property, Images):
10051 Get rid of "Emacs 21".
10052
10053 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10054
10055 2005-03-05 Richard M. Stallman <rms@gnu.org>
10056
10057 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10058
10059 2005-03-04 Lute Kamstra <lute@gnu.org>
10060
10061 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10062
10063 2005-03-03 Lute Kamstra <lute@gnu.org>
10064
10065 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10066
10067 2005-03-01 Lute Kamstra <lute@gnu.org>
10068
10069 * debugging.texi (Debugger Commands): Update `j'.
10070
10071 2005-02-28 Lute Kamstra <lute@gnu.org>
10072
10073 * debugging.texi (Debugging): Fix typo.
10074 (Error Debugging): Document eval-expression-debug-on-error.
10075 (Function Debugging): Update example.
10076 (Using Debugger): Mention starred stack frames.
10077 (Debugger Commands): Document `j' and `l'.
10078 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10079 Update the messages that the debugger displays.
10080 (Internals of Debugger): Add cross reference. Update example.
10081 (Excess Open): Minor improvement.
10082 (Excess Close): Minor improvement.
10083
10084 2005-02-26 Richard M. Stallman <rms@gnu.org>
10085
10086 * tips.texi (Coding Conventions): Clarify.
10087 Put all the major mode key reservations together.
10088 Mention the Mouse-1 => Mouse-2 conventions.
10089
10090 * syntax.texi (Syntax Class Table): Clarify.
10091 (Syntax Table Functions): syntax-after moved from here.
10092 (Syntax Table Internals): syntax-after moved to here.
10093 (Parsing Expressions): Update info on number of values
10094 and what's meaningful in the STATE argument.
10095 (Categories): Fix typo.
10096
10097 * sequences.texi (Arrays): Cleanup.
10098 (Char-Tables): Clarify.
10099
10100 * processes.texi (Deleting Processes): Cleanups, add xref.
10101 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10102 (Process Information): set-process-coding-system, some args optional.
10103 (Input to Processes): Explain various types for PROCESS args.
10104 Rename them from PROCESS-NAME to PROCESS.
10105 (Signals to Processes): Likewise.
10106 (Decoding Output): Cleanup.
10107 (Query Before Exit): Clarify.
10108
10109 * os.texi (Startup Summary): Correct the options; add missing ones.
10110 (Terminal Output, Batch Mode): Clarify.
10111 (Flow Control): Node deleted.
10112
10113 * markers.texi (The Mark): Clarify.
10114
10115 * macros.texi (Expansion): Cleanup.
10116 (Indenting Macros): indent-spec allows ints, not floats.
10117
10118 * keymaps.texi (Keymaps): Clarify.
10119 (Format of Keymaps): Update lisp-mode-map example.
10120 (Active Keymaps, Key Lookup): Clarify.
10121 (Changing Key Bindings): Add xref to `kbd'.
10122 (Key Binding Commands, Simple Menu Items): Clarify.
10123 (Mouse Menus, Menu Bar): Clarify.
10124 (Menu Example): Replace print example with menu-bar-replace-menu.
10125
10126 * help.texi (Documentation Basics): Add function-documentation prop.
10127
10128 * elisp.texi (Top): Don't refer to Flow Control node.
10129
10130 * commands.texi (Command Overview): Improve xrefs.
10131 (Adjusting Point): Adjusting point applies to intangible and invis.
10132 (Key Sequence Input): Doc extra read-key-sequence args.
10133 Likewise for read-key-sequence-vector.
10134
10135 * backups.texi (Rename or Copy): Minor fix.
10136 (Numbered Backups): For version-control, say the default.
10137 (Auto-Saving): make-auto-save-file-name example is simplified.
10138
10139 * advice.texi (Advising Functions): Don't imply one part of Emacs
10140 should advise another part. Markup changes.
10141 (Defining Advice): Move transitional para.
10142 (Activation of Advice): Cleanup.
10143 Explain if COMPILE is nil or negative.
10144
10145 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10146
10147 2005-02-24 Lute Kamstra <lute@gnu.org>
10148
10149 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10150 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10151
10152 2005-02-23 Lute Kamstra <lute@gnu.org>
10153
10154 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10155 to define global minor modes as well.
10156
10157 * display.texi (Managing Overlays): overlay-buffer returns nil for
10158 deleted overlays.
10159
10160 2005-02-22 Kim F. Storm <storm@cua.dk>
10161
10162 * minibuf.texi (Basic Completion): Allow symbols in addition to
10163 strings in try-completion and all-completions.
10164
10165 2005-02-14 Lute Kamstra <lute@gnu.org>
10166
10167 * elisp.texi (Top): Remove reference to deleted node.
10168
10169 * lists.texi (Lists): Remove reference to deleted node.
10170 (Cons Cells): Fix typo.
10171
10172 * loading.texi (Where Defined): Fix typo.
10173
10174 2005-02-14 Richard M. Stallman <rms@gnu.org>
10175
10176 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10177 is useful for discarding some minor modes.
10178
10179 * symbols.texi (Symbol Components): Reorder examples.
10180
10181 * streams.texi (Input Functions): State standard-input default.
10182 (Output Variables): State standard-output default.
10183
10184 * objects.texi (Printed Representation): Clarify read syntax vs print.
10185 (Floating Point Type): Explain meaning better.
10186 (Symbol Type): Explain uniqueness better.
10187 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10188 List examples sooner.
10189 (Box Diagrams): New subnode broken out.
10190 Some examples moved from old Lists as Boxes node.
10191 (Dotted Pair Notation): Clarify intro.
10192 (Array Type): Clarify.
10193 (Type Predicates): Add hash-table-p.
10194
10195 * numbers.texi (Integer Basics): Clarify radix explanation.
10196 (Predicates on Numbers): Minor clarification.
10197 (Comparison of Numbers): Minor clarification. Clarify eql.
10198 Typos in min, max.
10199 (Math Functions): Clarify overflow in expt.
10200
10201 * minibuf.texi (Text from Minibuffer): Minor clarification.
10202 Mention arrow keys.
10203
10204 * loading.texi (Autoload): defun's doc string overrides autoload's
10205 doc string.
10206 (Repeated Loading): Modernize "add to list" examples.
10207 (Where Defined): Finish updating table of load-history elts.
10208
10209 * lists.texi (List-related Predicates): Minor wording improvement.
10210 (Lists as Boxes): Node deleted.
10211 (Building Lists): Explain trivial cases of number-sequence.
10212
10213 * hash.texi (Hash Tables): Add desc to menu items.
10214 (Creating Hash): Explain "full" means "make larger".
10215 (Hash Access): Any object can be a key.
10216 State value of maphash.
10217
10218 * functions.texi (What Is a Function): Wording cleanup.
10219 (Function Documentation): Minor cleanup.
10220 Explain purpose of calling convention at end of doc string.
10221 (Function Names): Wording cleanup.
10222 (Calling Functions): Wording cleanup.
10223 Explain better how funcall calls the function.
10224 (Function Cells): Delete example of saving and redefining function.
10225
10226 * control.texi (Combining Conditions): Wording cleanup.
10227 (Iteration): dolist and dotimes bind VAR locally.
10228 (Cleanups): Xref to Atomic Changes.
10229
10230 * compile.texi (Byte Compilation): Delete 19.29 info.
10231 (Compilation Functions): Macros' difficulties don't affect defsubst.
10232 (Docs and Compilation): Delete 19.29 info.
10233
10234 2005-02-10 Richard M. Stallman <rms@gnu.org>
10235
10236 * objects.texi (Symbol Type): Minor correction.
10237
10238 2005-02-06 Lute Kamstra <lute@gnu.org>
10239
10240 * modes.texi (Example Major Modes): Fix typos.
10241
10242 2005-02-06 Richard M. Stallman <rms@gnu.org>
10243
10244 * text.texi (Margins): fill-nobreak-predicate can be one function.
10245
10246 * strings.texi (Modifying Strings): clear-string can make unibyte.
10247 (Formatting Strings): format gives error if values missing.
10248
10249 * positions.texi (Character Motion): Mention default arg
10250 for forward-char. backward-char refers to forward-char.
10251 (Word Motion): Mention default arg for forward-word.
10252 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10253 Simplify end-of-buffer.
10254 (Text Lines): Mention default arg for forward-line.
10255 (List Motion): Mention default arg for beginning/end-of-defun.
10256 (Skipping Characters): Minor fixes in explaining character-set.
10257
10258 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10259 Mode inheritance applies only when default-major-mode is nil.
10260 Clarifications.
10261 (Example Major Modes): Update Text mode and Lisp mode examples.
10262 (Minor Mode Conventions): Mention define-minor-mode at top.
10263 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10264 (Mode Line Format): Update mode line face display info.
10265 (Properties in Mode): Mention effect of risky vars.
10266 (Imenu): Define imenu-add-to-menubar.
10267 (Font Lock Mode): Add descriptions to menu lines.
10268 (Faces for Font Lock): Add font-lock-doc-face.
10269
10270 2005-02-05 Lute Kamstra <lute@gnu.org>
10271
10272 * text.texi (Maintaining Undo): Remove obsolete function.
10273
10274 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10275
10276 * frames.texi (Color Names): Add pointer to the X docs about RGB
10277 color specifications. Improve indexing.
10278 (Text Terminal Colors): Replace the description of RGB values by
10279 an xref to "Color Names".
10280
10281 2005-02-03 Richard M. Stallman <rms@gnu.org>
10282
10283 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10284 Clarify.
10285 (Selecting Windows): Clarify save-selected-window.
10286 (Cyclic Window Ordering): Clarify walk-windows.
10287 (Window Point): Clarify.
10288 (Window Start): Add comment to example.
10289 (Resizing Windows): Add `interactive' specs in examples.
10290 Document fit-window-to-buffer.
10291
10292 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10293 (Undo, Maintaining Undo): Clarify last change.
10294 (Sorting): In sort-numeric-fields, explain about octal and hex.
10295 Mention sort-numeric-base.
10296 (Format Properties): Add xref for hard newlines.
10297
10298 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10299 (Pop-Up Menus): Fix typo.
10300 (Color Names): Explain all types of color names.
10301 Explain color-values on B&W terminal.
10302 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10303
10304 * files.texi (File Locks): Not supported on MS systems.
10305 (Testing Accessibility): Clarify.
10306
10307 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10308 (Coverage Testing): Fix typo.
10309
10310 * commands.texi (Misc Events): Remove stray space.
10311
10312 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10313 (Modification Time): Clarify when visited-file-modtime returns 0.
10314 (The Buffer List): Clarify bury-buffer.
10315 (Killing Buffers): Clarify.
10316 (Indirect Buffers): Add clone-indirect-buffer.
10317
10318 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10319
10320 * edebug.texi (Printing in Edebug): Fix default value of
10321 edebug-print-circle.
10322 (Coverage Testing): Fix displayed frequency count data.
10323
10324 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10325
10326 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10327
10328 2005-02-02 Kim F. Storm <storm@cua.dk>
10329
10330 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10331
10332 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10333
10334 * commands.texi (Misc Events): Describe the help-echo event.
10335
10336 * text.texi (Special Properties) <help-echo>: Use `pos'
10337 consistently in description of the help-echo property.
10338 Use @code{nil} instead of @var{nil}.
10339
10340 * display.texi (Overlay Properties): Fix the index entry for
10341 help-echo overlay property.
10342
10343 * customize.texi (Type Keywords): Uncomment the xref to the
10344 help-echo property documentation.
10345
10346 2005-01-23 Kim F. Storm <storm@cua.dk>
10347
10348 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10349 return value. Third element FULLY replaced by PARTIAL which
10350 specifies number of invisible pixels if row is only partially visible.
10351 (Textual Scrolling): Mention auto-window-vscroll.
10352 (Vertical Scrolling): New defvar auto-window-vscroll.
10353
10354 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10355
10356 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10357 command remapping.
10358
10359 2005-01-15 Richard M. Stallman <rms@gnu.org>
10360
10361 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10362
10363 2005-01-14 Kim F. Storm <storm@cua.dk>
10364
10365 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10366
10367 * text.texi (Links and Mouse-1): Fix string and vector item.
10368
10369 2005-01-13 Richard M. Stallman <rms@gnu.org>
10370
10371 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10372 descriptions of overriding-local-map and overriding-terminal-local-map.
10373
10374 * text.texi (Links and Mouse-1): Clarify text.
10375
10376 2005-01-13 Kim F. Storm <storm@cua.dk>
10377
10378 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10379
10380 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10381
10382 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10383
10384 2005-01-12 Kim F. Storm <storm@cua.dk>
10385
10386 * text.texi (Links and Mouse-1): Rename section from Enabling
10387 Mouse-1 to Following Links. Change xrefs.
10388 Add examples for define-button-type and define-widget.
10389
10390 * display.texi (Button Properties, Button Buffer Commands):
10391 Clarify mouse-1 and follow-link functionality.
10392
10393 2005-01-12 Richard M. Stallman <rms@gnu.org>
10394
10395 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10396
10397 * display.texi (Beeping): Fix Texinfo usage.
10398
10399 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10400
10401 2005-01-11 Kim F. Storm <storm@cua.dk>
10402
10403 * display.texi (Button Properties, Button Buffer Commands):
10404 Mention mouse-1 binding. Add follow-link keyword.
10405
10406 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10407 (Enabling Mouse-1 to Follow Links): New subsection.
10408
10409 2005-01-06 Richard M. Stallman <rms@gnu.org>
10410
10411 * text.texi (Special Properties): Minor change.
10412
10413 * os.texi (Timers): Clarify previous change.
10414
10415 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10416
10417 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10418
10419 * display.texi (Face Attributes): Correct xref to renamed node.
10420
10421 2005-01-01 Richard M. Stallman <rms@gnu.org>
10422
10423 * display.texi (Face Attributes): Describe hex color specs.
10424
10425 2004-12-31 Richard M. Stallman <rms@gnu.org>
10426
10427 * os.texi (Timers): Update previous change.
10428
10429 2004-12-30 Kim F. Storm <storm@cua.dk>
10430
10431 * display.texi (Line Height): Total line-height is now specified
10432 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10433 in cons cells. (nil . RATIO) is relative to actual line height.
10434 Use line-height `t' instead of `0' to get minimum height.
10435
10436 2004-12-29 Richard M. Stallman <rms@gnu.org>
10437
10438 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10439
10440 2004-12-28 Richard M. Stallman <rms@gnu.org>
10441
10442 * commands.texi (Quitting): Clarify value of with-local-quit.
10443
10444 * elisp.texi (Top): Fix previous change.
10445
10446 * loading.texi (Loading): Fix previous change.
10447
10448 2004-12-27 Richard M. Stallman <rms@gnu.org>
10449
10450 * Makefile.in (MAKEINFO): Specify --force.
10451
10452 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10453
10454 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10455
10456 * display.texi (Line Height): Further clarify.
10457
10458 * elisp.texi (Top): Update Loading submenu.
10459
10460 * loading.texi (Where Defined): New node.
10461 (Unloading): load-history moved to Where Defined.
10462
10463 2004-12-21 Richard M. Stallman <rms@gnu.org>
10464
10465 * commands.texi (Event Input Misc): Add while-no-input.
10466
10467 2004-12-11 Richard M. Stallman <rms@gnu.org>
10468
10469 * display.texi (Line Height): Rewrite text for clarity.
10470
10471 2004-12-11 Kim F. Storm <storm@cua.dk>
10472
10473 * display.texi (Display): Add node "Line Height" to menu.
10474 (Line Height): New node. Move full description of line-spacing
10475 and line-height text properties here from text.texi.
10476 (Scroll Bars): Add vertical-scroll-bar variable.
10477
10478 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10479
10480 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10481 line-spacing and vertical-scroll-bar.
10482
10483 * text.texi (Special Properties): Just mention line-spacing and
10484 line-height here, add xref to new "Line Height" node.
10485
10486 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10487
10488 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10489
10490 * locals.texi (Standard Buffer-Local Variables):
10491 Add @xref for `line-spacing'.
10492
10493 2004-12-05 Richard M. Stallman <rms@gnu.org>
10494
10495 * Makefile.in (maintainer-clean): Remove the info files
10496 in $(infodir) where they are created.
10497
10498 2004-12-03 Richard M. Stallman <rms@gnu.org>
10499
10500 * windows.texi (Selecting Windows): get-lru-window and
10501 get-largest-window don't consider dedicated windows.
10502
10503 * text.texi (Undo): Document undo-in-progress.
10504
10505 2004-11-26 Richard M. Stallman <rms@gnu.org>
10506
10507 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10508 Remove a few vars that are not always buffer-local.
10509
10510 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10511
10512 * locals.texi (Standard Buffer-Local Variables): Comment out
10513 xref's to non-existent node `Yet to be written'.
10514
10515 2004-11-24 Richard M. Stallman <rms@gnu.org>
10516
10517 * processes.texi (Synchronous Processes): Grammar fix.
10518
10519 * numbers.texi (Comparison of Numbers): Add eql.
10520
10521 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10522
10523 * intro.texi (Printing Notation): Fix previous change.
10524
10525 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10526 and default-indicate-buffer-boundaries from here.
10527 (Usual Display): To here.
10528 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10529 (Usual Display): Move tab-width up.
10530
10531 * customize.texi (Variable Definitions):
10532 Replace show-paren-mode example with tooltip-mode.
10533 (Simple Types, Composite Types, Defining New Types):
10534 Minor cleanups.
10535
10536 2004-11-21 Jesper Harder <harder@ifa.au.dk>
10537
10538 * processes.texi (Synchronous Processes, Output from Processes):
10539 Markup fix.
10540
10541 2004-11-20 Richard M. Stallman <rms@gnu.org>
10542
10543 * positions.texi (Skipping Characters): skip-chars-forward
10544 now handles char classes.
10545
10546 * intro.texi (Printing Notation): Avoid confusion of `print'
10547 when explaining @print.
10548
10549 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10550
10551 * display.texi (Display Table Format): Minor fix.
10552
10553 * streams.texi (Output Functions): Fix print example.
10554
10555 * Makefile.in (elisp): New target.
10556 (dist): Depend on $(infodir)/elisp, not elisp.
10557 Copy the info files from $(infodir).
10558
10559 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10560 read-from-minibuffer.
10561
10562 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10563
10564 2004-11-19 Richard M. Stallman <rms@gnu.org>
10565
10566 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10567
10568 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10569
10570 * tips.texi (Coding Conventions): Fix typo.
10571
10572 2004-11-16 Richard M. Stallman <rms@gnu.org>
10573
10574 * tips.texi (Coding Conventions): Separate defvar and require
10575 methods to avoid warnings. Use require only when there are many
10576 functions and variables from that package.
10577
10578 * minibuf.texi (Minibuffer Completion): When ignoring case,
10579 predicate must not be case-sensitive.
10580
10581 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10582 (Test Coverage): Don't talk about "splotches". Clarified.
10583
10584 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10585
10586 * frames.texi (Window Frame Parameters): Fix typo.
10587
10588 2004-11-15 Kim F. Storm <storm@cua.dk>
10589
10590 * symbols.texi (Other Plists): Note that plist-get may signal error.
10591 Add safe-plist-get.
10592
10593 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10594
10595 * modes.texi (Font Lock Basics): Fix typo.
10596
10597 2004-11-08 Richard M. Stallman <rms@gnu.org>
10598
10599 * syntax.texi (Syntax Table Functions): Add syntax-after.
10600
10601 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10602
10603 * os.texi (Processor Run Time): New section documenting
10604 get-internal-run-time.
10605
10606 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10607
10608 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10609 it nukes elisp-cover.texi.
10610 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10611 elisp-0 etc.
10612
10613 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10614
10615 * commands.texi (Keyboard Macros): Document `append' return value
10616 of `defining-kbd-macro'.
10617
10618 2004-11-01 Richard M. Stallman <rms@gnu.org>
10619
10620 * commands.texi (Interactive Call): Add called-interactively-p.
10621
10622 2004-10-29 Simon Josefsson <jas@extundo.com>
10623
10624 * minibuf.texi (Reading a Password): Revert.
10625
10626 2004-10-28 Richard M. Stallman <rms@gnu.org>
10627
10628 * frames.texi (Display Feature Testing): Explain about "vendor".
10629
10630 2004-10-27 Richard M. Stallman <rms@gnu.org>
10631
10632 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10633 not raw. Clarify `n'.
10634 (Interactive Call): Rewrite interactive-p, focusing on when
10635 and how to use it.
10636 (Misc Events): Clarify previous change.
10637
10638 * advice.texi (Simple Advice): Clarify what job the example does.
10639 (Around-Advice): Clarify ad-do-it.
10640 (Activation of Advice): An option of ad-default-compilation-action
10641 is `never', not `nil'.
10642
10643 2004-10-26 Kim F. Storm <storm@cua.dk>
10644
10645 * commands.texi (Interactive Codes): Add U code letter.
10646
10647 2004-10-25 Simon Josefsson <jas@extundo.com>
10648
10649 * minibuf.texi (Reading a Password): Add.
10650
10651 2004-10-24 Jason Rumney <jasonr@gnu.org>
10652
10653 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10654 and wheel-down.
10655
10656 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10657
10658 * processes.texi (Synchronous Processes): Document process-file.
10659
10660 2004-10-22 Kenichi Handa <handa@m17n.org>
10661
10662 * text.texi (translate-region): Document that it accepts also a
10663 char-table.
10664
10665 2004-10-22 David Ponce <david@dponce.com>
10666
10667 * windows.texi (Resizing Windows): Document the `preserve-before'
10668 argument of the functions `enlarge-window' and `shrink-window'.
10669
10670 2004-10-19 Jason Rumney <jasonr@gnu.org>
10671
10672 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10673
10674 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10675
10676 * text.texi (Filling): Add anchor for definition of
10677 `sentence-end-double-space'.
10678
10679 * searching.texi (Regexp Example): Update description of how
10680 Emacs currently recognizes the end of a sentence.
10681 (Standard Regexps): Update definition of the variable
10682 `sentence-end'. Add definition of the function `sentence-end'.
10683
10684 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10685
10686 * display.texi (Progress): New node.
10687
10688 2004-10-05 Kim F. Storm <storm@cua.dk>
10689
10690 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10691
10692 2004-09-29 Kim F. Storm <storm@cua.dk>
10693
10694 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10695 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10696 fringe bitmap symbols, as they now have their own namespace.
10697 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10698 vs. pixels. Signal error if no free bitmap slots.
10699 (Pixel Specification): Change IMAGE to @var{image}.
10700
10701 2004-09-28 Richard M. Stallman <rms@gnu.org>
10702
10703 * text.texi (Special Properties): Clarify line-spacing and line-height.
10704
10705 * searching.texi (Regexp Search): Add looking-back.
10706
10707 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * display.texi: Correct typos.
10710 (Image Descriptors): Correct xref's.
10711
10712 2004-09-25 Richard M. Stallman <rms@gnu.org>
10713
10714 * text.texi (Special Properties): Cleanups in `cursor'.
10715 Rewrites in `line-height' and `line-spacing'; exchange them.
10716
10717 * display.texi (Fringes): Rewrite previous change.
10718 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10719 (Display Fringe Bitmaps): Node deleted, text moved.
10720 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10721 (Scroll Bars): Clarify set-window-scroll-bars.
10722 (Pointer Shape): Rewrite.
10723 (Specified Space): Clarify :align-to, etc.
10724 (Pixel Specification): Use @var. Clarify new text.
10725 (Other Display Specs): Clarify `slice'.
10726 (Image Descriptors): Cleanups.
10727 (Showing Images): Cleanups.
10728
10729 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10730
10731 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10732
10733 * modes.texi: Various minor changes in addition to:
10734 (Major Mode Conventions): Final call to `run-mode-hooks' should
10735 not be inside the `delay-mode-hooks' form.
10736 (Mode Hooks): New node.
10737 (Hooks): Delete obsolete example.
10738 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10739 node "Mode Hooks".
10740
10741 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10742
10743 * display.texi: Correct various typos.
10744 (Display): Rename node "Pointer Shapes" to "Pointer
10745 Shape". (There is already a node called "Pointer Shapes" in
10746 frames.texi.)
10747 (Images): Remove non-existent node "Image Slices" from menu.
10748
10749 2004-09-23 Kim F. Storm <storm@cua.dk>
10750
10751 * text.texi (Special Properties): Add `cursor', `pointer',
10752 `line-height', and `line-spacing' properties.
10753
10754 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10755 Shapes' to menu.
10756 (Standard Faces): Doc fix for fringe face.
10757 (Fringes): Add `overflow-newline-into-fringe' and
10758 'indicate-buffer-boundaries'.
10759 (Fringe Bitmaps, Pointer Shapes): New nodes.
10760 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10761 Bitmaps' to menu.
10762 (Specified Space): Describe pixel width and height.
10763 (Pixel Specification): New node.
10764 (Other Display Specs): Add `slice' property.
10765 (Display Fringe Bitmaps): New node.
10766 (Images): Add 'Image Slices' to menu.
10767 (Image Descriptors): Add `:pointer' and `:map' properties.
10768 (Showing Images): Add slice arg to `insert-image'.
10769 Add 'insert-sliced-image'.
10770
10771 2004-09-20 Richard M. Stallman <rms@gnu.org>
10772
10773 * commands.texi (Key Sequence Input):
10774 Clarify downcasing in read-key-sequence.
10775
10776 2004-09-08 Juri Linkov <juri@jurta.org>
10777
10778 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10779
10780 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10781
10782 * locals.texi (Standard Buffer-Local Variables):
10783 Add `buffer-auto-save-file-format'.
10784 * internals.texi (Buffer Internals): Describe new
10785 auto_save_file_format field of the buffer structure.
10786 * files.texi (Format Conversion): `auto-save-file-format' has been
10787 renamed `buffer-auto-save-file-format'.
10788
10789 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10790
10791 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10792 an integer or a marker.
10793 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10794
10795 2004-08-22 Richard M. Stallman <rms@gnu.org>
10796
10797 * modes.texi (Major Mode Conventions): Discuss rebinding of
10798 standard key bindings.
10799
10800 2004-08-18 Kim F. Storm <storm@cua.dk>
10801
10802 * processes.texi (Accepting Output): Add `just-this-one' arg to
10803 `accept-process-output'.
10804 (Output from Processes): New var `process-adaptive-read-buffering'.
10805
10806 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10807
10808 * keymaps.texi: Various changes in addition to:
10809 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10810 Give more varied examples for `kbd'.
10811 (Creating Keymaps): Char tables have slots for all characters
10812 without modifiers.
10813 (Active Keymaps): `overriding-local-map' and
10814 `overriding-terminal-local-map' also override text property and
10815 overlay keymaps.
10816 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10817 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10818 to denote a prefix of no events.
10819 `map-keymap' includes parent's bindings _recursively_.
10820 Clarify and correct description of `where-is-internal'.
10821 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10822 (Menu Example): For menus intended for use with the keyboard, the
10823 menu items should be bound to characters or real function keys.
10824
10825 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10826
10827 * objects.texi (Character Type): Reposition `@anchor' to prevent
10828 double space inside sentence in Info.
10829
10830 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10831 renamed to `disabled-command-function'.
10832 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10833 (Command Loop Info): Replace reference to it.
10834 (Disabling Commands): `disabled-command-hook' has been renamed to
10835 `disabled-command-function'.
10836
10837 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10838
10839 * os.texi (Translating Input): Only non-prefix bindings in
10840 `key-translation-map' override actual key bindings. Warn about
10841 possible indirect effect of actual key bindings on non-prefix
10842 bindings in `key-translation-map'.
10843
10844 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10845
10846 * minibuf.texi (High-Level Completion): Add anchor for definition
10847 of `read-variable'.
10848
10849 * commands.texi: Various changes in addition to:
10850 (Using Interactive): Clarify description of `interactive-form'.
10851 (Interactive Call): Mention default for KEYS argument to
10852 `call-interactively'.
10853 (Command Loop Info): Clarify description of `this-command-keys'.
10854 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10855 Value of `last-event-frame' can be `macro'.
10856 (Repeat Events): `double-click-fuzz' is also used to distinguish
10857 clicks and drags.
10858 (Classifying Events): Clarify descriptions of `event-modifiers'
10859 `event-basic-type' and `event-convert-list'.
10860 (Accessing Events): `posn-timestamp' takes POSITION argument.
10861 (Quoted Character Input): Clarify description of
10862 `read-quoted-char' and fix example.
10863 (Quitting): Add `with-local-quit'.
10864 (Disabling Commands): Correct and clarify descriptions of
10865 `enable-command' and `disable-command'.
10866 Mention what happens if `disabled-command-hook' is nil.
10867 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10868 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10869
10870 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10871
10872 * frames.texi: Various changes in addition to:
10873 (Creating Frames): Expand and clarify description of `make-frame'.
10874 (Window Frame Parameters): Either none or both of the `icon-left'
10875 and `icon-top' parameters must be specified. Put descriptions of
10876 `menu-bar-lines' and `toolbar-lines' closer together and change
10877 them accordingly.
10878 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10879 except while processing `frame-title-format' or `icon-title-format'.
10880 (Deleting Frames): Correct description of `delete-frame'.
10881 Non-nil return values of `frame-live-p' are like those of `framep'.
10882 (Frames and Windows): Mention return value of
10883 `set-frame-selected-window'.
10884 (Visibility of Frames): Mention `force' argument to
10885 `make-frame-invisible'. `frame-visible-p' returns t for all
10886 frames on text-only terminals.
10887 (Frame Configurations): Restoring a frame configuration does not
10888 restore deleted frames.
10889 (Window System Selections): `x-set-selection' returns DATA.
10890 (Resources): Add example.
10891 (Display Feature Testing): Clarify descriptions of
10892 `display-pixel-height', `display-pixel-width', `x-server-version'
10893 and `x-server-vendor'.
10894
10895 * windows.texi (Choosing Window): Add anchor.
10896 * minibuf.texi (Minibuffer Misc): Add anchor.
10897
10898 2004-07-23 John Paul Wallington <jpw@gnu.org>
10899
10900 * macros.texi (Defining Macros): Declaration keyword for setting
10901 Edebug spec is `debug' not `edebug'.
10902
10903 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10904
10905 * windows.texi: Various small changes in addition to:
10906 (Window Point): Mention return value of `set-window-point'.
10907 (Window Start): `pos-visible-in-window-p' disregards horizontal
10908 scrolling. Explain return value if PARTIALLY is non-nil.
10909 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10910 and `set-window-vscroll'.
10911 (Size of Window): The argument WINDOW to `window-inside-edges',
10912 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10913 (Resizing Windows): Explain return value of
10914 `shrink-window-if-larger-than-buffer'.
10915 `window-size-fixed' automatically becomes buffer local when set.
10916 (Window Configurations): Explain return value of
10917 `set-window-configuration'.
10918
10919 * minibuf.texi (Minibuffer Misc): Add anchor for
10920 `minibuffer-scroll-window'.
10921
10922 * positions.texi (Text Lines): Add anchor for `count-lines'.
10923
10924 2004-07-17 Richard M. Stallman <rms@gnu.org>
10925
10926 * display.texi (Overlay Properties): Adding `evaporate' prop
10927 deletes empty overlay immediately.
10928
10929 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10930 fix example.
10931
10932 2004-07-16 Jim Blandy <jimb@redhat.com>
10933
10934 * searching.texi (Regexp Backslash): Document new \_< and \_>
10935 operators.
10936
10937 2004-07-16 Juanma Barranquero <lektu@terra.es>
10938
10939 * display.texi (Images): Fix Texinfo usage.
10940
10941 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10942
10943 * buffers.texi (Modification Time): `visited-file-modtime' now
10944 returns a list of two integers, instead of a cons.
10945
10946 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10947
10948 * windows.texi: Various changes in addition to:
10949 (Splitting Windows): Add `split-window-keep-point'.
10950
10951 2004-07-09 Richard M. Stallman <rms@gnu.org>
10952
10953 * frames.texi (Input Focus): Minor fix.
10954
10955 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10956
10957 * frames.texi (Input Focus): Clarify descriptions of
10958 `select-frame-set-input-focus' and `select-frame'.
10959
10960 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10961
10962 * os.texi: Various small changes in addition to:
10963 (Killing Emacs): Expand and clarify description of
10964 `kill-emacs-query-functions' and `kill-emacs-hook'.
10965 (System Environment): Expand and clarify description of `getenv'
10966 and `setenv'.
10967 (Timers): Clarify description of `run-at-time'.
10968 (Translating Input): Correct description of
10969 `extra-keyboard-modifiers'.
10970 (Flow Control): Correct description of `enable-flow-control'.
10971
10972 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10973
10974 * os.texi: Update copyright.
10975 (Session Management): Grammar fix.
10976 Clarify which Emacs does the restarting.
10977 Use @samp for *scratch* buffer.
10978
10979 2004-07-04 Alan Mackenzie <acm@muc.de>
10980
10981 * frames.texi (Input Focus): Add documentation for
10982 `select-frame-set-input-focus'. Replace refs to non-existent
10983 `switch-frame' with `select-frame'. Minor corrections and tidying
10984 up of text-only terminal stuff.
10985
10986 2004-07-02 Richard M. Stallman <rms@gnu.org>
10987
10988 * files.texi (Saving Buffers): Cleanup write-contents-function.
10989 (Magic File Names): Cleanup file-remote-p.
10990
10991 2004-07-02 Kai Großjohann <kai@emptydomain.de>
10992
10993 * files.texi (Magic File Names): `file-remote-p' returns an
10994 identifier of the remote system, not just t.
10995
10996 2004-07-02 David Kastrup <dak@gnu.org>
10997
10998 * searching.texi (Entire Match Data): Add explanation about new
10999 match-data behavior when @var{integers} is non-nil.
11000
11001 2004-06-24 Richard M. Stallman <rms@gnu.org>
11002
11003 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11004
11005 * customize.texi (Variable Definitions): Note about doc strings
11006 and :set.
11007
11008 * keymaps.texi (Keymap Terminology): Document `kbd'.
11009 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11010
11011 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11012 makes it buffer-local.
11013
11014 * files.texi (Saving Buffers): Correct previous change.
11015
11016 * commands.texi (Accessing Events):
11017 Clarify posn-col-row and posn-actual-col-row.
11018
11019 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11020
11021 * commands.texi (Accessing Events): New functions
11022 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11023
11024 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11027 * frames.texi, buffers.texi, backups.texi, variables.texi:
11028 * loading.texi, eval.texi, functions.texi, control.texi:
11029 * symbols.texi, minibuf.texi: Reposition @anchor's.
11030
11031 * help.texi: Various small changes in addition to the following.
11032 (Describing Characters): Describe PREFIX argument to
11033 `key-description'. Correct and clarify definition of
11034 `text-char-description'. Describe NEED-VECTOR argument to
11035 `read-kbd-macro'.
11036 (Help Functions): Clarify definition of `apropos'.
11037
11038 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11039
11040 * files.texi (Saving Buffers): Correct description of
11041 `write-contents-functions'.
11042
11043 2004-06-21 Juanma Barranquero <lektu@terra.es>
11044
11045 * display.texi (Images): Remove redundant @vindex directives.
11046 Rewrite `image-library-alist' doc in active voice.
11047
11048 2004-06-14 Juanma Barranquero <lektu@terra.es>
11049
11050 * display.texi (Images): Document new delayed library loading,
11051 variable `image-library-alist' and (existing but undocumented)
11052 function `image-type-available-p'.
11053
11054 2004-06-05 Richard M. Stallman <rms@gnu.org>
11055
11056 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11057 refer the user to the Initial Input node.
11058 (Text from Minibuffer): Likewise.
11059 (Initial Input): New node. Document this feature
11060 and say it is mostly deprecated.
11061
11062 2004-05-30 Richard M. Stallman <rms@gnu.org>
11063
11064 * loading.texi (Named Features): Clarify return value
11065 and meaning of NOERROR.
11066
11067 * variables.texi (File Local Variables): Minor cleanup.
11068
11069 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11070
11071 * files.texi (Magic File Names): Add `file-remote-p' as operation
11072 of file name handlers.
11073
11074 2004-05-29 Richard M. Stallman <rms@gnu.org>
11075
11076 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11077 as arg to a minor mode command.
11078
11079 2004-05-22 Richard M. Stallman <rms@gnu.org>
11080
11081 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11082
11083 * streams.texi (Output Variables): Doc float-output-format.
11084
11085 * searching.texi (Regexp Special): Nested repetition can be infloop.
11086
11087 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11088 real stack overflow.
11089
11090 * compile.texi: Minor cleanups.
11091
11092 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11093
11094 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11095 circular lists.
11096 (List Elements): Explain handling of circular and dotted lists.
11097
11098 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11099
11100 * modes.texi (Search-based Fontification): Fix typo.
11101
11102 2004-05-10 Juanma Barranquero <lektu@terra.es>
11103
11104 * modes.texi (Mode Line Variables): Fix description of
11105 global-mode-string, which is now after which-func-mode, not the
11106 buffer name.
11107
11108 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11109
11110 * modes.texi (Desktop Save Mode): Add.
11111 (Modes): Add menu entry Desktop Save Mode.
11112
11113 * hooks.texi: Add desktop-after-read-hook,
11114 desktop-no-desktop-file-hook and desktop-save-hook.
11115
11116 * locals.texi: Add desktop-save-buffer.
11117
11118 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11119
11120 * display.texi: emacs -> Emacs.
11121
11122 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11123
11124 * files.texi (Changing Files): Document set-file-times.
11125
11126 2004-04-23 Juanma Barranquero <lektu@terra.es>
11127
11128 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11129
11130 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11131
11132 * tips.texi (Coding Conventions): defopt -> defcustom.
11133
11134 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11135
11136 * sequences.texi: Various clarifications.
11137
11138 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11139
11140 * buffers.texi (Read Only Buffers): Mention optional ARG to
11141 `toggle-read-only'.
11142
11143 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11144
11145 * windows.texi (Selecting Windows): Note that get-lru-window
11146 returns a full-width window if possible.
11147
11148 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11149
11150 * buffers.texi: Various changes in addition to:
11151 (Buffer File Name): Add `find-buffer-visiting'.
11152 (Buffer Modification): Mention optional ARG to `not-modified'.
11153 (Indirect Buffers): Mention optional CLONE argument to
11154 `make-indirect-buffer'.
11155
11156 * files.texi: Various changes in addition to:
11157 (Visiting Functions): `find-file-hook' is now a normal hook.
11158 (File Name Expansion): Explain difference between the way that
11159 `expand-file-name' and `file-truename' treat `..'.
11160 (Contents of Directories): Mention optional ID-FORMAT argument to
11161 `directory-files-and-attributes'.
11162 (Format Conversion): Mention new optional CONFIRM argument to
11163 `format-write-file'.
11164
11165 2004-04-12 Miles Bader <miles@gnu.org>
11166
11167 * macros.texi (Expansion): Add description of `macroexpand-all'.
11168
11169 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11170
11171 * variables.texi (Variable Aliases):
11172 Mention cyclic-variable-indirection.
11173
11174 * errors.texi (Standard Errors): Ditto.
11175
11176 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11177
11178 * backups.texi: Various small changes in addition to:
11179 (Making Backups): Mention return value of `backup-buffer'.
11180 (Auto-Saving): Mention optional FORCE argument to
11181 `delete-auto-save-file-if-necessary'.
11182 (Reverting): Mention optional PRESERVE-MODES argument to
11183 `revert-buffer'. Correct description of `revert-buffer-function'.
11184
11185 2004-03-22 Juri Linkov <juri@jurta.org>
11186
11187 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11188 with `Vector Functions'.
11189
11190 * text.texi (Sorting): Add missing quote.
11191
11192 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11193
11194 * intro.texi (Lisp History): Replace xref to `cl' manual with
11195 inforef.
11196
11197 2004-03-12 Richard M. Stallman <rms@gnu.org>
11198
11199 * intro.texi (Version Info): Add arg to emacs-version.
11200 (Lisp History): Change xref to CL manual.
11201
11202 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11203
11204 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11205 for Partial Completion mode.
11206
11207 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11208
11209 * customize.texi: Fix typo. Remove eol whitespace.
11210
11211 2004-03-04 Richard M. Stallman <rms@gnu.org>
11212
11213 * processes.texi: Fix typos.
11214
11215 * lists.texi (Building Lists): Minor clarification.
11216
11217 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11218 in make-hash-table.
11219
11220 2004-02-29 Juanma Barranquero <lektu@terra.es>
11221
11222 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11223 rm, and ignore exit code.
11224
11225 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11226
11227 * display.texi (Defining Faces): Add description for min-colors.
11228 Update example.
11229
11230 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11231
11232 * abbrevs.texi: Various corrections and clarifications in addition
11233 to the following:
11234 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11235
11236 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11237
11238 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11239
11240 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11241
11242 * text.texi: Various small changes in addition to the following:
11243 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11244 to delete-horizontal-space.
11245 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11246 description of yank-handler text property at various places.
11247
11248 * frames.texi (Window System Selections): Add anchor.
11249
11250 * syntax.texi (Syntax Table Functions): Clarify and correct
11251 descriptions of make-syntax-table and copy-syntax-table.
11252 (Motion and Syntax): Clarify SYNTAXES argument to
11253 skip-syntax-forward.
11254 (Parsing Expressions): Mention that the return value of
11255 parse-partial-sexp is currently a list of ten rather than nine
11256 elements.
11257 (Categories): Various corrections and clarifications.
11258
11259 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11260
11261 * markers.texi (Marker Insertion Types): Minor change.
11262
11263 * locals.texi (Standard Buffer-Local Variables):
11264 * commands.texi (Interactive Codes, Using Interactive):
11265 * functions.texi (Related Topics): Fix xrefs.
11266
11267 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11268
11269 * lists.texi (Sets And Lists): Update description of delete-dups.
11270
11271 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11272
11273 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11274
11275 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11276
11277 * frames.texi (Parameter Access): frame-parameters arg is optional.
11278 modify-frame-parameters handles nil for FRAME.
11279 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11280 are all-or-nothing for certain toolkits.
11281 Mention parameter wait-for-wm.
11282 (Frames and Windows): In frame-first-window and frame-selected-window
11283 the arg is optional.
11284 (Input Focus): In redirect-frame-focus the second arg is optional.
11285 (Window System Selections): Mention selection type CLIPBOARD.
11286 Mention data-type UTF8_STRING.
11287 Mention numbering of cut buffers.
11288 (Resources): Describe x-resource-name.
11289
11290 2004-02-16 Richard M. Stallman <rms@gnu.org>
11291
11292 * windows.texi (Buffers and Windows): Delete false table
11293 about all-frames.
11294
11295 * syntax.texi (Parsing Expressions): Delete old caveat
11296 about parse-sexp-ignore-comments.
11297
11298 * streams.texi (Output Variables): Add print-quoted.
11299
11300 * lists.texi (Building Lists): Minor cleanup.
11301
11302 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11303
11304 * display.texi (Overlays): Explain overlays use markers.
11305 (Managing Overlays): Explain front-advance and rear-advance
11306 in more detail.
11307
11308 * loading.texi (Unloading): Document unload-feature-special-hooks.
11309 Get rid of fns-NNN.el file.
11310
11311 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11312
11313 * help.texi (Describing Characters): Fix text-char-description
11314 example output.
11315
11316 * edebug.texi (Using Edebug): Fix example.
11317
11318 * debugging.texi (Internals of Debugger): Fix return value.
11319
11320 * files.texi (Changing Files): Fix argname.
11321
11322 * calendar.texi: Fix parens, and default values.
11323
11324 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11325 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11326 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11327
11328 * positions.texi (Text Lines): Don't add -1 in current-line.
11329
11330 2004-02-16 Richard M. Stallman <rms@gnu.org>
11331
11332 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11333
11334 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11335
11336 * processes.texi (Low-Level Network): Fix a typo.
11337
11338 2004-02-12 Kim F. Storm <storm@cua.dk>
11339
11340 * display.texi (Fringes): Use consistent wording.
11341 Note that window-fringe's window arg is optional.
11342 (Scroll Bars): Use consistent wording.
11343
11344 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11345
11346 * tips.texi (Comment Tips): Document the new conventions for
11347 commenting out code.
11348
11349 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11350
11351 * positions.texi (Text Lines): Add missing end defun.
11352
11353 2004-02-07 Kim F. Storm <storm@cua.dk>
11354
11355 * positions.texi (Text Lines): Add line-number-at-pos.
11356
11357 2004-02-06 John Paul Wallington <jpw@gnu.org>
11358
11359 * display.texi (Button Properties, Button Buffer Commands):
11360 mouse-2 invokes button, not down-mouse-1.
11361
11362 2004-02-04 Jason Rumney <jasonr@gnu.org>
11363
11364 * makefile.w32-in: Sync with Makefile.in changes.
11365
11366 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11367
11368 * minibuf.texi (Text from Minibuffer): Various corrections and
11369 clarifications.
11370 (Object from Minibuffer): Correct Lisp description of
11371 read-minibuffer.
11372 (Minibuffer History): Clarify description of cons values for
11373 HISTORY arguments.
11374 (Basic Completion): Various corrections and clarifications.
11375 Add completion-regexp-list.
11376 (Minibuffer Completion): Correct and clarify description of
11377 completing-read.
11378 (Completion Commands): Mention Partial Completion mode.
11379 Various other minor changes.
11380 (High-Level Completion): Various corrections and clarifications.
11381 (Reading File Names): Ditto.
11382 (Minibuffer Misc): Ditto.
11383
11384 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11385
11386 * strings.texi (Text Comparison): assoc-string also matches
11387 elements of alists that are strings instead of conses.
11388 (Formatting Strings): Standardize Texinfo usage. Update index
11389 entries.
11390
11391 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11392
11393 * lists.texi (Sets And Lists): Add delete-dups.
11394
11395 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11396
11397 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11398 special form.
11399 * macros.texi (Defining Macros): Update description of `declare',
11400 which now is a macro.
11401 (Wrong Time): Fix typos.
11402
11403 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11404
11405 * compile.texi (Compilation Functions): Expand descriptions of
11406 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11407 and `batch-byte-compile'. In particular, mention and describe
11408 all optional arguments.
11409 (Disassembly): Correct and clarify the description of `disassemble'.
11410
11411 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11412
11413 * searching.texi: Various small changes in addition to the
11414 following.
11415 (Regexp Example): Adapt to new value of `sentence-end'.
11416 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11417 `words'.
11418 (Search and Replace): Add usage note for `perform-replace'.
11419 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11420 `match-data'.
11421 (Standard Regexps): Update for new values of `paragraph-start'
11422 and `sentence-end'.
11423
11424 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11425
11426 * files.texi (Saving Buffers): Clarify descriptions of
11427 `write-contents-functions' and `before-save-hook'.
11428 Make the defvar's for `before-save-hook' and `after-save-hook'
11429 into defopt's.
11430
11431 2004-01-07 Kim F. Storm <storm@cua.dk>
11432
11433 * commands.texi (Click Events): Describe new image and
11434 width/height elements of click events.
11435 (Accessing Events): Add posn-string, posn-image, and
11436 posn-object-width-height. Change posn-object to return either
11437 image or string object.
11438
11439 2004-01-01 Simon Josefsson <jas@extundo.com>
11440
11441 * hooks.texi (Standard Hooks): Add before-save-hook.
11442 * files.texi (Saving Buffers): Likewise.
11443
11444 2004-01-03 Richard M. Stallman <rms@gnu.org>
11445
11446 * frames.texi (Frames and Windows): Delete frame-root-window.
11447
11448 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11449
11450 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11451
11452 * functions.texi: Various small changes in addition to the
11453 following.
11454 (What Is a Function): `functionp' returns nil for macros.
11455 Clarify behavior of this and following functions for symbol arguments.
11456 (Function Documentation): Add `\' in front of (fn @var{arglist})
11457 and explain why.
11458 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11459 Add anchor.
11460 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11461
11462 2004-01-01 Miles Bader <miles@gnu.org>
11463
11464 * display.texi (Buttons): New section.
11465
11466 2003-12-31 Andreas Schwab <schwab@suse.de>
11467
11468 * numbers.texi (Math Functions): sqrt reports a domain-error
11469 error.
11470 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11471
11472 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11473
11474 * tips.texi (Documentation Tips): Update item on hyperlinks in
11475 documentation strings.
11476
11477 * errors.texi (Standard Errors): Various small corrections and
11478 additions.
11479
11480 * control.texi: Various small changes in addition to the
11481 following.
11482 (Signaling Errors): Provide some more details on how `signal'
11483 constructs the error message. Add anchor to the definition of
11484 `signal'.
11485 (Error Symbols): Describe special treatment of `quit'.
11486 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11487 to emphasize that it has to be a single form.
11488
11489 * buffers.texi: Add anchor.
11490
11491 2003-12-29 Richard M. Stallman <rms@gnu.org>
11492
11493 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11494 (Window Configurations): Add window-configuration-frame.
11495
11496 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11497
11498 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11499 Change arg name in get-char-property.
11500 (Special Properties): Update handling of keymap property.
11501
11502 * strings.texi (Modifying Strings): Add clear-string.
11503 (Text Comparison): Add assoc-string and remove
11504 assoc-ignore-case, assoc-ignore-representation.
11505
11506 * os.texi (Time of Day): Add set-time-zone-rule.
11507
11508 * numbers.texi (Math Functions): asin, acos, log, log10
11509 report domain-error errors.
11510
11511 * nonascii.texi (Converting Representations):
11512 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11513 (Encoding and I/O): Add file-name-coding-system.
11514
11515 * modes.texi (Search-based Fontification): Explain that
11516 face specs are symbols with face names as values.
11517
11518 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11519
11520 * lists.texi (Building Lists): remq moved elsewhere.
11521 (Sets And Lists): remq moved here.
11522 (Association Lists): Refer to assoc-string.
11523
11524 * internals.texi (Garbage Collection): Add memory-use-counts.
11525
11526 * frames.texi (Frames and Windows): Add set-frame-selected-window
11527 and frame-root-window.
11528
11529 * files.texi (Contents of Directories):
11530 Add directory-files-and-attributes.
11531
11532 * display.texi (Refresh Screen): Add force-window-update.
11533 (Invisible Text): Explain about moving point out of invis text.
11534 (Overlay Properties): Add overlay-properties.
11535 (Managing Overlays): Add overlayp.
11536 (GIF Images): Invalid image number displays a hollow box.
11537
11538 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11539 (Killing Buffers): Add buffer-live-p.
11540
11541 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11542
11543 * display.texi (Fringes): Fix typo "set-buffer-window".
11544
11545 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11546
11547 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11548 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11549 Add or change various xrefs and anchors.
11550
11551 * commands.texi: Replace all occurrences of @acronym{CAR} with
11552 @sc{car}, for consistency with the rest of the Elisp manual.
11553 `car' and `cdr' are historically acronyms, but are no longer
11554 widely thought of as such.
11555
11556 * internals.texi (Pure Storage): Mention that `purecopy' does not
11557 copy text properties.
11558 (Object Internals): Now 29 bits are used (in most implementations)
11559 to address Lisp objects.
11560
11561 * variables.texi (Variables with Restricted Values): New node.
11562
11563 * objects.texi (Lisp Data Types): Mention that certain variables
11564 can only take on a restricted set of values and add an xref to
11565 the new node "Variables with Restricted Values".
11566
11567 * eval.texi (Function Indirection): Describe the errors that
11568 `indirect-function' can signal.
11569 (Eval): Clarify the descriptions of `eval-region' and `values'.
11570 Describe `eval-buffer' instead of `eval-current-buffer' and
11571 mention `eval-current-buffer' as an alias for `current-buffer'.
11572 Correct the description and mention all optional arguments.
11573
11574 * nonascii.texi: Various small changes in addition to the
11575 following.
11576 (Converting Representations): Clarify behavior of
11577 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11578 ASCII arguments.
11579 (Character Sets): Document the variable `charset-list' and adapt
11580 the definition of the function `charset-list' accordingly.
11581 (Translation of Characters): Clarify use of generic characters in
11582 `make-translation-table'. Clarify and correct the description of
11583 the use of translation tables in encoding and decoding.
11584 (User-Chosen Coding Systems): Correct and clarify the description
11585 of `select-safe-coding-system'.
11586 (Default Coding Systems): Clarify description of
11587 `file-coding-system-alist'.
11588
11589 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11590
11591 * strings.texi (Text Comparison): Correctly describe when two
11592 strings are `equal'. Combine and clarify descriptions of
11593 `assoc-ignore-case' and `assoc-ignore-representation'.
11594
11595 * objects.texi (Non-ASCII in Strings): Clarify description of
11596 when a string is unibyte or multibyte.
11597 (Bool-Vector Type): Update examples.
11598 (Equality Predicates): Correctly describe when two strings are
11599 `equal'.
11600
11601 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11602
11603 * lists.texi (Building Lists): `append' no longer accepts integer
11604 arguments. Update the description of `number-sequence' to reflect
11605 recent changes.
11606 (Sets And Lists): Describe `member-ignore-case' after `member'.
11607
11608 2003-11-27 Kim F. Storm <storm@cua.dk>
11609
11610 * commands.texi (Click Events): Click object may be an images.
11611 Describe (dx . dy) element of click positions.
11612 (Accessing Events): Remove duplicate posn-timestamp.
11613 New functions posn-object and posn-object-x-y.
11614
11615 2003-11-23 Kim F. Storm <storm@cua.dk>
11616
11617 * commands.texi (Click Events): Describe enhancements to event
11618 position lists, including new text-pos and (col . row) items.
11619 Mention left-fringe and right-fringe area events.
11620 (Accessing Events): New functions posn-area and
11621 posn-actual-col-row. Mention posn-timestamp. Mention that
11622 posn-point in non-text area still returns buffer position.
11623 Clarify posn-col-row.
11624
11625 2003-11-21 Lars Hansen <larsh@math.ku.dk>
11626
11627 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11628 * anti.texi (File Attributes): Describe removed parameter
11629 ID-FORMAT.
11630
11631 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11632
11633 * positions.texi (Positions): Mention that, if a marker is used as
11634 a position, its buffer is ignored.
11635
11636 * markers.texi (Overview of Markers): Mention it here too.
11637
11638 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11639
11640 * numbers.texi (Numeric Conversions): Not just `floor', but also
11641 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11642
11643 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11644
11645 * markers.texi (Creating Markers): Specify insertion type of
11646 created markers. Add xref to `Marker Insertion Types'.
11647 Second argument to `copy-marker' is optional.
11648 (Marker Insertion Types): Mention that most markers are created
11649 with insertion type nil.
11650 (The Mark): Correctly describe when `mark' signals an error.
11651 (The Region): Correctly describe when `region-beginning' and
11652 `region-end' signal an error.
11653
11654 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11655
11656 * hash.texi (Creating Hash): Clarify description of `eql'.
11657 `makehash' is obsolete.
11658 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11659
11660 * positions.texi (Point): Change description of `buffer-end', so
11661 that it is also correct for floating point arguments.
11662 (List Motion): Correct argument lists of `beginning-of-defun' and
11663 `end-of-defun'.
11664 (Excursions): Add xref to `Marker Insertion Types'.
11665 (Narrowing): Argument to `narrow-to-page' is optional.
11666
11667 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11668
11669 * streams.texi (Output Streams): Clarify behavior of point for
11670 marker output streams.
11671
11672 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11673
11674 * variables.texi (Defining Variables): Second argument to
11675 `defconst' is not optional.
11676 (Setting Variables): Mention optional argument APPEND to
11677 `add-to-list'.
11678 (Creating Buffer-Local): Expand description of
11679 `make-variable-buffer-local'.
11680 (Frame-Local Variables): Expand description of
11681 `make-variable-frame-local'.
11682 (Variable Aliases): Correct description of optional argument
11683 DOCSTRING to `defvaralias'. Mention return value of
11684 `defvaralias'.
11685 (File Local Variables): Add xref to `File variables' in Emacs
11686 Manual. Correct description of `hack-local-variables'. Mention
11687 `safe-local-variable' property. Mention optional second argument
11688 to `risky-local-variable-p'.
11689
11690 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11691
11692 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11693
11694 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11695
11696 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11697 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11698 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11699 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11700 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11701 lispref/processes.texi, lispref/searching.texi,
11702 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11703 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11704 @acronym{FOO}.
11705
11706 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11707
11708 * strings.texi (Creating Strings): Argument START to `substring'
11709 can not be `nil'. Expand description of
11710 `substring-no-properties'. Correct description of `split-string',
11711 especially with respect to empty matches. Prevent very bad line
11712 break in definition of `split-string-default-separators'.
11713 (Text Comparison): `string=' and `string<' also accept symbols as
11714 arguments.
11715 (String Conversion): More completely describe argument BASE in
11716 `string-to-number'.
11717 (Formatting Strings): `%s' and `%S' in `format' do require
11718 corresponding object. Clarify behavior of numeric prefix after
11719 `%' in `format'.
11720 (Case Conversion): The argument to `upcase-initials' can be a
11721 character.
11722
11723 2003-10-27 Kenichi Handa <handa@m17n.org>
11724
11725 * display.texi (Fontsets): Fix texinfo usage.
11726
11727 2003-10-25 Kenichi Handa <handa@m17n.org>
11728
11729 * display.texi (Fontsets): Add description of the function
11730 set-fontset-font.
11731
11732 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11733
11734 * display.texi (Temporary Displays): Add xref to `Documentation
11735 Tips'.
11736
11737 * functions.texi (Function Safety): Use inforef instead of pxref
11738 for SES.
11739
11740 2003-10-23 Andreas Schwab <schwab@suse.de>
11741
11742 * Makefile.in (TEX, texinputdir): Don't define.
11743 (TEXI2DVI): Define.
11744 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11745 add $(srcdir)/index.texi.
11746 ($(infodir)/elisp): Remove index.texi dependency.
11747 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11748 (index.texi): Remove target.
11749 (dist): Don't link $(srcdir)/permute-index.
11750 (clean): Don't remove index.texi.
11751
11752 * permute-index, index.perm: Remove.
11753 * index.texi: Rename from index.unperm.
11754
11755 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11756
11757 * tips.texi (Documentation Tips): Document new behavior for face
11758 and variable hyperlinks in Help mode.
11759
11760 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11761
11762 * objects.texi (Integer Type): Update for extra bit of integer range.
11763 (Character Type): Ditto.
11764
11765 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11766
11767 * numbers.texi (Integer Basics): Add index entries for reading
11768 numbers in hex, octal, and binary.
11769
11770 2003-10-16 Lute Kamstra <lute@gnu.org>
11771
11772 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11773 argument.
11774
11775 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11776
11777 * windows.texi (Choosing Window): Fix typo.
11778 * edebug.texi (Edebug Execution Modes): Fix typo.
11779
11780 2003-10-13 Richard M. Stallman <rms@gnu.org>
11781
11782 * windows.texi (Basic Windows): A window has fringe settings,
11783 display margins and scroll-bar settings.
11784 (Splitting Windows): Doc split-window return value.
11785 Clean up one-window-p.
11786 (Selecting Windows): Fix typo.
11787 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11788 (Buffers and Windows): In set-window-buffer, explain effect
11789 on fringe settings and scroll bar settings.
11790 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11791 (Choosing Window): Use defopt for pop-up-frame-function.
11792 For special-display-buffer-names, explain same-window and same-frame.
11793 Clarify window-dedicated-p return value.
11794 (Textual Scrolling): scroll-up and scroll-down can get an error.
11795 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11796 Clarify set-window-hscroll.
11797 (Size of Window): Don't mention tool bar in window-height.
11798 (Coordinates and Windows): Explain what coordinates-in-window-p
11799 returns for fringes and display margins.
11800 (Window Configurations): Explain saving fringes, etc.
11801
11802 * tips.texi (Library Headers): Clean up Documentation.
11803
11804 * syntax.texi (Parsing Expressions): Clean up forward-comment
11805 and parse-sexp-lookup-properties.
11806
11807 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11808
11809 * os.texi (System Environment): Clean up text for load-average errors.
11810
11811 * modes.texi (Hooks): Don't explain local hook details at front.
11812 Clarify run-hooks and run-hook-with-args a little.
11813 Clean up add-hook and remove-hook.
11814
11815 * edebug.texi (Edebug Execution Modes): Clarify t.
11816 Document edebug-sit-for-seconds.
11817 (Coverage Testing): Document C-x X = and =.
11818 (Instrumenting Macro Calls): Fix typo.
11819 (Specification List): Don't index the specification keywords.
11820
11821 2003-10-10 Kim F. Storm <storm@cua.dk>
11822
11823 * processes.texi (Network): Introduce make-network-process.
11824
11825 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11826
11827 * tips.texi (Library Headers): Fix typo.
11828
11829 2003-10-07 Juri Linkov <juri@jurta.org>
11830
11831 * modes.texi (Imenu): Mention imenu-create-index-function's
11832 default value. Explain submenus better.
11833
11834 2003-10-07 Lute Kamstra <lute@gnu.org>
11835
11836 * modes.texi (Faces for Font Lock): Fix typo.
11837 (Hooks): Explain how buffer-local hook variables can refer to
11838 global hook variables.
11839 Various minor clarifications.
11840
11841 2003-10-06 Lute Kamstra <lute@gnu.org>
11842
11843 * tips.texi (Coding Conventions): Mention naming conventions for
11844 hooks.
11845
11846 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11847
11848 * loading.texi (Library Search): Correct default value of
11849 load-suffixes.
11850 (Named Features): Fix typo.
11851
11852 2003-10-05 Richard M. Stallman <rms@gnu.org>
11853
11854 * loading.texi (Named Features): In `provide',
11855 say how to test for subfeatures.
11856 (Unloading): In unload-feature, use new var name
11857 unload-feature-special-hooks.
11858
11859 2003-10-03 Lute Kamstra <lute@gnu.org>
11860
11861 * modes.texi (Major Mode Conventions): Mention third way to set up
11862 Imenu.
11863 (Imenu): A number of small fixes.
11864 Delete documentation of internal variable imenu--index-alist.
11865 Document the return value format of imenu-create-index-function
11866 functions.
11867
11868 2003-09-30 Richard M. Stallman <rms@gnu.org>
11869
11870 * processes.texi (Network): Say what stopped datagram connections do.
11871
11872 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11873
11874 * display.texi (Overlay Properties): Clarify `evaporate' property.
11875
11876 2003-09-29 Lute Kamstra <lute@gnu.org>
11877
11878 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11879 constructs should be marked as risky.
11880 Change cons cell into proper list.
11881 (Mode Line Variables): Change cons cell into proper list.
11882
11883 2003-09-26 Lute Kamstra <lute@gnu.org>
11884
11885 * modes.texi (Mode Line Data): Document the :propertize construct.
11886 (Mode Line Variables): Reorder the descriptions of the variables
11887 to match their order in the default mode-line-format.
11888 Describe the new variables mode-line-position and mode-line-modes.
11889 Update the default values of mode-line-frame-identification,
11890 minor-mode-alist, and default-mode-line-format.
11891 (Properties in Mode): Mention the :propertize construct.
11892
11893 2003-09-26 Richard M. Stallman <rms@gnu.org>
11894
11895 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11896 * loading.texi, minibuf.texi, text.texi, variables.texi:
11897 Avoid @strong{Note:}.
11898
11899 2003-09-26 Richard M. Stallman <rms@gnu.org>
11900
11901 * keymaps.texi (Remapping Commands): Fix typo.
11902
11903 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11904
11905 * processes.texi (Low-Level Network): Fix typo.
11906
11907 2003-09-23 Kim F. Storm <storm@cua.dk>
11908
11909 * processes.texi (Network, Network Servers): Fix typos.
11910 (Low-Level Network): Add timeout value for :server keyword.
11911 Add new option keywords to make-network-process.
11912 Add set-network-process-options.
11913 Explain how to test availability of network options.
11914
11915 2003-09-19 Richard M. Stallman <rms@gnu.org>
11916
11917 * text.texi (Motion by Indent): Arg to
11918 backward-to-indentation and forward-to-indentation is optional.
11919
11920 * strings.texi (Creating Strings): Add substring-no-properties.
11921
11922 * processes.texi
11923 (Process Information): Add list-processes arg QUERY-ONLY.
11924 Delete process-contact from here.
11925 Add new status values for process-status.
11926 Add process-get, process-put, process-plist, set-process-plist.
11927 (Synchronous Processes): Add call-process-shell-command.
11928 (Signals to Processes): signal-process allows process objects.
11929 (Network): Complete rewrite.
11930 (Network Servers, Datagrams, Low-Level Network): New nodes.
11931
11932 * positions.texi (Word Motion): forward-word, backward-word
11933 arg is optional. Reword.
11934
11935 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11936
11937 * variables.texi (Creating Buffer-Local):
11938 Delete duplicate definition of buffer-local-value.
11939 (File Local Variables): Explain about discarding text props.
11940
11941 2003-09-11 Richard M. Stallman <rms@gnu.org>
11942
11943 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11944 changes variables that record input events.
11945 (Minibuffer Misc): Add minibuffer-selected-window.
11946
11947 * lists.texi (Building Lists): Add copy-tree.
11948
11949 * display.texi (Fontsets): Add char-displayable-p.
11950 (Scroll Bars): New node.
11951
11952 2003-09-08 Lute Kamstra <lute@gnu.org>
11953
11954 * modes.texi (%-Constructs): Document new `%i' and `%I'
11955 constructs.
11956
11957 2003-09-03 Peter Runestig <peter@runestig.com>
11958
11959 * makefile.w32-in: New file.
11960
11961 2003-08-29 Richard M. Stallman <rms@gnu.org>
11962
11963 * display.texi (Overlay Properties): Clarify how priorities
11964 affect use of the properties.
11965
11966 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11967
11968 * customize.texi (Type Keywords): Correct the description of
11969 `:help-echo' in the case where `motion-doc' is a function.
11970
11971 2003-08-14 John Paul Wallington <jpw@gnu.org>
11972
11973 * modes.texi (Emulating Mode Line): Subsection, not section.
11974
11975 2003-08-13 Richard M. Stallman <rms@gnu.org>
11976
11977 * elisp.texi (Top): Update subnode lists in menu.
11978
11979 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11980 (Kill Functions): kill-region has new arg yank-handler.
11981 (Yanking): New node.
11982 (Yank Commands): Add yank-undo-function.
11983 (Low-Level Kill Ring):
11984 kill-new and kill-append have new arg yank-handler.
11985 (Changing Properties): Add remove-list-of-text-properties.
11986 (Atomic Changes): New node.
11987
11988 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11989
11990 * streams.texi (Output Variables): Add eval-expression-print-length
11991 and eval-expression-print-level.
11992
11993 * os.texi (Time Conversion): For encode-time, explain limits on year.
11994
11995 * objects.texi (Character Type): Define anchor "modifier bits".
11996
11997 * modes.texi (Emulating Mode Line): New node.
11998 (Search-based Fontification): Font Lock uses font-lock-face property.
11999 (Other Font Lock Variables): Likewise.
12000
12001 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12002 not vectors.
12003 (Active Keymaps): Add emulation-mode-map-alists.
12004 (Functions for Key Lookup): key-binding has new arg no-remap.
12005 (Remapping Commands): New node.
12006 (Scanning Keymaps): where-is-internal has new arg no-remap.
12007 (Tool Bar): Add tool-bar-local-item-from-menu.
12008 Clarify when to use tool-bar-add-item-from-menu.
12009
12010 * commands.texi (Interactive Call): commandp has new arg.
12011 (Command Loop Info): Add this-original-command.
12012
12013 2003-08-06 John Paul Wallington <jpw@gnu.org>
12014
12015 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12016
12017 * display.texi (Warning Basics): Fix typo.
12018 (Fringes): Add closing curly bracket and fix typo.
12019
12020 * elisp.texi (Top): Fix typo.
12021
12022 2003-08-05 Richard M. Stallman <rms@gnu.org>
12023
12024 * elisp.texi: Update lists of subnodes.
12025
12026 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12027
12028 * variables.texi (Local Variables): Use lc for example variable names.
12029
12030 * tips.texi (Library Headers): Explain where to put -*-.
12031
12032 * strings.texi (Creating Strings): Fix xref for vconcat.
12033
12034 * sequences.texi (Vector Functions):
12035 vconcat no longer allows integer args.
12036
12037 * minibuf.texi (Reading File Names): read-file-name has new
12038 arg PREDICATE. New function read-directory-name.
12039
12040 * macros.texi (Defining Macros): Give definition of `declare'.
12041 (Indenting Macros): New node.
12042
12043 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12044 (Window Frame Parameters): Make separate table of parameters
12045 that are coupled with specific face attributes.
12046 (Deleting Frames): delete-frame-hooks renamed to
12047 delete-frame-functions.
12048
12049 * files.texi (Magic File Names): Add file-remote-p.
12050 Clarify file-local-copy.
12051
12052 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12053 here; instead xref Defining Macros.
12054
12055 * display.texi (Warnings): New node, and subnodes.
12056 (Fringes): New node.
12057
12058 * debugging.texi (Test Coverage): New node.
12059
12060 * compile.texi (Compiler Errors): Explain with-no-warnings
12061 and other ways to suppress warnings.
12062
12063 * commands.texi (Interactive Call): Minor clarification.
12064
12065 * buffers.texi (Buffer File Name): set-visited-file-name
12066 renames the buffer too.
12067
12068 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12069
12070 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12071
12072 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12073
12074 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12075
12076 * internals.texi (Garbage Collection): Fix previous change.
12077
12078 2003-07-22 Richard M. Stallman <rms@gnu.org>
12079
12080 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12081
12082 * display.texi (Width): Use \s syntax in example.
12083 (Font Selection): Add face-font-rescale-alist.
12084
12085 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12086 Remove spurious indent in example.
12087
12088 * lists.texi (Building Lists): Add number-sequence.
12089
12090 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12091
12092 * functions.texi (Function Documentation): Explain how to
12093 show calling convention explicitly in the doc string.
12094
12095 * windows.texi (Selecting Windows): save-selected-window saves
12096 selected window of each frame.
12097 (Window Configurations): Minor change.
12098
12099 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12100
12101 * streams.texi (Output Variables): Add print-continuous-numbering
12102 and print-number-table.
12103
12104 * processes.texi (Decoding Output): New node.
12105
12106 * os.texi (Time Conversion): decode-time arg is optional.
12107
12108 * objects.texi (Character Type): Don't use space as example for \.
12109 Make list of char names and \-sequences correspond.
12110 Explain that \s is not used in strings. `\ ' needs space after.
12111
12112 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12113 (Translation of Characters): Add translation-table-for-input.
12114 (Default Coding Systems): Add auto-coding-functions.
12115 (Explicit Encoding): Add decode-coding-inserted-region.
12116 (Locales): Add locale-info.
12117
12118 * minibuf.texi (Basic Completion): Describe test-completion.
12119 Collections can be lists of strings.
12120 Clean up lazy-completion-table.
12121 (Programmed Completion): Mention test-completion.
12122 Clarify why lambda expressions are not accepted.
12123 (Minibuffer Misc): Describe minibufferp.
12124
12125 2003-07-14 Richard M. Stallman <rms@gnu.org>
12126
12127 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12128
12129 * windows.texi (Selecting Windows): New arg to select-window.
12130 (Selecting Windows): Add with-selected-window.
12131 (Size of Window): Add window-inside-edges, etc.
12132
12133 * internals.texi (Garbage Collection): Add post-gc-hook.
12134
12135 * processes.texi (Subprocess Creation): Add exec-suffixes.
12136
12137 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12138 (Scanning Keymaps): Add map-keymaps.
12139 (Defining Menus): Add keymap-prompt.
12140
12141 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12142 most-negative-fixnum.
12143
12144 * compile.texi (Byte Compilation): Explain no-byte-compile.
12145 (Compiler Errors): New node.
12146
12147 * os.texi (User Identification): user-uid, user-real-uid
12148 can return float.
12149
12150 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12151 and about derived modes.
12152 (Minor Modes): Add minor-mode-list.
12153 (Defining Minor Modes): Keyword args for define-minor-mode.
12154 (Search-based Fontification): Explain managing other properties.
12155 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12156 (Faces for Font Lock): Add font-lock-preprocessor-face.
12157 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12158
12159 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12160 (Variable Aliases): Clarify defvaralias.
12161
12162 * loading.texi (Library Search): Add load-suffixes.
12163
12164 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12165 (Programmed Completion): Add dynamic-completion-table.
12166
12167 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12168 (Magic File Names): Specify precedence order of handlers.
12169
12170 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12171 and post-command-hook.
12172 (Waiting): New calling convention for sit-for.
12173
12174 * text.texi (Special Properties): local-map and keymap properties
12175 apply based on their stickiness.
12176
12177 2003-07-07 Richard M. Stallman <rms@gnu.org>
12178
12179 * modes.texi (Minor Mode Conventions): Specify only some kinds
12180 of list values as args to minor modes.
12181
12182 * files.texi (File Name Expansion): Warn about iterative use
12183 of substitute-in-file-name.
12184
12185 * advice.texi (Activation of Advice): Clean up previous change.
12186
12187 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12188
12189 * advice.texi (Activation of Advice): Note that ad-start-advice is
12190 turned on by default.
12191
12192 2003-06-30 Richard M. Stallman <rms@gnu.org>
12193
12194 * text.texi (Buffer Contents): Document current-word.
12195 (Change Hooks): Not called for *Messages*.
12196
12197 * functions.texi (Defining Functions): Explain about redefining
12198 primitives.
12199 (Function Safety): Rename. Minor changes.
12200 Comment out the detailed criteria for what is safe.
12201
12202 2003-06-22 Andreas Schwab <schwab@suse.de>
12203
12204 * objects.texi (Symbol Type): Fix description of examples.
12205
12206 2003-06-16 Andreas Schwab <schwab@suse.de>
12207
12208 * hash.texi (Creating Hash): Fix description of :weakness.
12209
12210 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12211
12212 * files.texi (Changing Files): copy-file copies file modes, too.
12213
12214 2003-05-28 Richard M. Stallman <rms@gnu.org>
12215
12216 * strings.texi (Creating Strings): Clarify split-string.
12217
12218 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12219
12220 * strings.texi (Creating Strings): Update split-string specification
12221 and examples.
12222
12223 2003-05-19 Richard M. Stallman <rms@gnu.org>
12224
12225 * elisp.texi: Correct invariant section names.
12226
12227 2003-04-20 Richard M. Stallman <rms@gnu.org>
12228
12229 * os.texi (Timers): Explain about timers and quitting.
12230
12231 2003-04-19 Richard M. Stallman <rms@gnu.org>
12232
12233 * internals.texi (Writing Emacs Primitives): Strings are
12234 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12235 Explain GCPRO convention for varargs function args.
12236
12237 2003-04-16 Richard M. Stallman <rms@gnu.org>
12238
12239 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12240
12241 2003-04-08 Richard M. Stallman <rms@gnu.org>
12242
12243 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12244
12245 2003-02-13 Kim F. Storm <storm@cua.dk>
12246
12247 * objects.texi (Character Type): New \s escape for space.
12248
12249 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12250
12251 * os.texi (System Environment): Add cygwin system-type.
12252
12253 2003-01-25 Richard M. Stallman <rms@gnu.org>
12254
12255 * keymaps.texi: Document that a symbol can act as a keymap.
12256
12257 2003-01-13 Richard M. Stallman <rms@gnu.org>
12258
12259 * text.texi (Changing Properties): Say string indices are origin-0.
12260
12261 * positions.texi (Screen Lines) <compute-motion>:
12262 Correct order of elts in return value.
12263
12264 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12265 how to define a default binding.
12266
12267 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12268
12269 * loading.texi (Unloading): Fix recent change for load-history.
12270
12271 * customize.texi (Simple Types): Clarify description of custom
12272 type 'number. Describe new custom type 'float.
12273
12274 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12275
12276 * variables.texi (File Local Variables): Fix typo.
12277
12278 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12279
12280 From Michael Albinus <Michael.Albinus@alcatel.de>.
12281
12282 * README: Target for Info file is `make info'.
12283
12284 * files.texi (File Name Components): Fix typos in
12285 `file-name-sans-extension'.
12286 (Magic File Names): Complete list of operations for magic file
12287 name handlers.
12288
12289 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12290
12291 * variables.texi (File Local Variables): New function
12292 risky-local-variable-p.
12293
12294 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12295
12296 * functions.texi (Function safety): New node about unsafep.
12297
12298 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12299
12300 * customize.texi (Splicing into Lists): Fix example.
12301 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12302
12303 2002-06-17 Juanma Barranquero <lektu@terra.es>
12304
12305 * frames.texi (Display Feature Testing): Fix typo.
12306
12307 2002-06-12 Andreas Schwab <schwab@suse.de>
12308
12309 * frames.texi (Initial Parameters, Resources): Fix references to
12310 the Emacs manual.
12311
12312 2002-05-13 Kim F. Storm <storm@cua.dk>
12313
12314 * variables.texi (Intro to Buffer-Local): Update warning and
12315 example relating to changing buffer inside let.
12316
12317 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12318
12319 * os.texi (Session Management): New node about X Session management.
12320
12321 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12322
12323 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12324 to which the manual corresponds, and the copyright years.
12325
12326 * Makefile.in (VERSION): Set to 2.9.
12327
12328 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12329
12330 * elisp.texi: Change the category in @dircategory to "Emacs", to
12331 make it consistent with info/dir.
12332
12333 2001-11-25 Miles Bader <miles@gnu.org>
12334
12335 * text.texi (Fields): Describe new `limit' arg in
12336 field-beginning/field-end.
12337
12338 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12339
12340 * permute-index: Don't depend on csh-specific features.
12341 Replace the interpreter name with /bin/sh.
12342
12343 * two-volume-cross-refs.txt: New file.
12344 * two.el: New file.
12345 * spellfile: New file.
12346
12347 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12348
12349 * permute-index: New file.
12350
12351 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12352 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12353 8+3 restricted namespace.
12354
12355 * Makefile.in (infodir): Define relative to $(srcdir).
12356 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12357 include directories list via -I switch to makeinfo.
12358 (index.texi): Use cp if both hard and symbolic links fail.
12359
12360 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12361
12362 * Makefile.in (distclean): Add.
12363
12364 The following changes make ELisp manual part of the Emacs
12365 distribution:
12366
12367 * Makefile.in: Add Copyright notice.
12368 (prefix): Remove.
12369 (infodir): Change value to "../info".
12370 (VPATH): New variable.
12371 (MAKE): Don't define.
12372 (texmacrodir): Don't define.
12373 (texinputdir): Append the existing value of TEXINPUTS.
12374 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12375 command to be compatible with man/Makefile.in, and to put the
12376 output into ../info.
12377 (info): Add target.
12378 (installall): Target removed.
12379
12380 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12381
12382 * tips.texi (Coding Conventions): Fix typo.
12383
12384 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12385
12386 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12387
12388 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12389
12390 * files.texi (File Name Components): Update the description of
12391 file-name-sans-extension and file-name-extension, as they now
12392 ignore leading dots.
12393
12394 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12395
12396 * (Version 21.1 released.)
12397
12398 2001-10-19 Miles Bader <miles@gnu.org>
12399
12400 * positions.texi (Text Lines): Describe behavior of
12401 `beginning-of-line'/`end-of-line' in the presence of field properties.
12402
12403 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12404
12405 * Makefile.in (VERSION): Set to 2.8.
12406 (manual): Use `manual-21'.
12407
12408 * elisp.texi (VERSION): Add and use it where the version
12409 number was used. Set it to 2.8.
12410
12411 * intro.texi: Likewise.
12412
12413 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12414
12415 * files.texi (File Name Completion): Document the significance of
12416 a trailing slash in elements of completion-ignored-extensions.
12417
12418 2001-10-06 Miles Bader <miles@gnu.org>
12419
12420 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12421
12422 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12423
12424 * variables.texi (Variable Aliases): New node.
12425
12426 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12427
12428 * Branch for 21.1.
12429
12430 2001-10-02 Miles Bader <miles@gnu.org>
12431
12432 * minibuf.texi (Minibuffer Misc): Add entries for
12433 `minibuffer-contents', `minibuffer-contents-no-properties', and
12434 `delete-minibuffer-contents'.
12435 Correct description for `minibuffer-prompt-end'.
12436
12437 * text.texi (Property Search): Correct descriptions of
12438 `next-char-property-change' and `previous-char-property-change'.
12439 Add entries for `next-single-char-property-change' and
12440 `previous-single-char-property-change'.
12441 Make operand names a bit more consistent.
12442
12443 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12444
12445 * frames.texi (Finding All Frames): Document that next-frame and
12446 previous-frame are local to current terminal.
12447
12448 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12449
12450 * keymaps.texi (Creating Keymaps): Fix the description of the
12451 result of make-keymap.
12452
12453 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12454
12455 * display.texi (Font Lookup, Attribute Functions)
12456 (Image Descriptors): Add cross-references to the definition of
12457 selected frame.
12458
12459 * buffers.texi (The Buffer List): Add cross-references to the
12460 definition of selected frame.
12461
12462 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12463 frame at any given time.
12464 (Multiple Displays, Size and Position): Add a cross-reference to
12465 the definition of the selected frame.
12466
12467 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12468
12469 * strings.texi (String Conversion) <string-to-number>: Document
12470 that a float is returned for integers that are too large.
12471
12472 * frames.texi (Mouse Position): Document mouse-position-function.
12473 (Display Feature Testing): Document display-images-p.
12474 (Window Frame Parameters): Document the cursor-type variable.
12475
12476 * numbers.texi (Integer Basics): Document CL style read syntax for
12477 integers in bases other than 10.
12478
12479 * positions.texi (List Motion):
12480 Document open-paren-in-column-0-is-defun-start.
12481
12482 * lists.texi (Sets And Lists): Document member-ignore-case.
12483
12484 * internals.texi (Garbage Collection): Document the used and free
12485 strings report.
12486 (Memory Usage): Document strings-consed.
12487
12488 * os.texi (Time of Day): Document float-time.
12489 (Recording Input): Document that clear-this-command-keys clears
12490 the vector to be returned by recent-keys.
12491
12492 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12493 The argument keymap can be a list.
12494
12495 * nonascii.texi (User-Chosen Coding Systems)
12496 <select-safe-coding-system>: Document the new argument
12497 accept-default-p and the variable
12498 select-safe-coding-system-accept-default-p. Tell what happens if
12499 buffer-file-coding-system is undecided.
12500 (Default Coding Systems): Document auto-coding-regexp-alist.
12501
12502 * display.texi (The Echo Area) <message>: Document
12503 message-truncate-lines.
12504 (Glyphs): Document that the glyph table is unused on windowed
12505 displays.
12506
12507 * help.texi (Describing Characters) <single-key-description>:
12508 Document the new argument no-angles.
12509 (Accessing Documentation) <documentation-property>: Document that
12510 a non-string property is evaluated.
12511 <documentation>: Document that the function-documentation property
12512 is looked for.
12513
12514 * windows.texi (Selecting Windows): Document some-window.
12515
12516 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12517
12518 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12519 apropos-mode-hook.
12520
12521 * commands.texi (Using Interactive): Document interactive-form.
12522 (Keyboard Macros): Document kbd-macro-termination-hook.
12523 (Command Loop Info): Document that clear-this-command-keys clears
12524 the vector to be returned by recent-keys.
12525
12526 2001-09-04 Werner LEMBERG <wl@gnu.org>
12527
12528 * Makefile.in (srcdir, texinputdir): New variables.
12529 (srcs, index.texi, install): Use $(srcdir).
12530 (.PHONY): Remove elisp.dvi.
12531 (elisp): Use -I switch for makeinfo.
12532 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12533 (installall, dist): Use $(srcdir).
12534 Fix path to texinfo.tex.
12535 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12536
12537 2001-08-30 Gerd Moellmann <gerd@gnu.org>
12538
12539 * display.texi (Conditional Display): Adjust to API change.
12540
12541 * configure: New file.
12542
12543 2001-07-30 Gerd Moellmann <gerd@gnu.org>
12544
12545 * commands.texi (Repeat Events): Add description of
12546 double-click-fuzz.
12547
12548 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12549
12550 * syntax.texi (Syntax Class Table): Add the missing designator for
12551 comment and string fences.
12552 (Syntax Properties): Add a xref to syntax table internals.
12553 (Syntax Table Internals): Document string-to-syntax.
12554
12555 2001-05-07 Gerd Moellmann <gerd@gnu.org>
12556
12557 * Makefile.in (install): Use install-info command line options
12558 like in Emacs' Makefile.in.
12559
12560 2000-12-09 Miles Bader <miles@gnu.org>
12561
12562 * windows.texi (Window Start): Update documentation for
12563 `pos-visible-in-window-p'.
12564
12565 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12566
12567 * lists.texi (Building Lists): Add footnote to explain how to add
12568 to the end of a list.
12569
12570 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12571
12572 * files.texi (Visiting Functions): Typos.
12573
12574 2000-10-25 Kenichi Handa <handa@etl.go.jp>
12575
12576 * files.texi (Visiting Functions): Return value of
12577 find-file-noselect may be a list of buffers if wildcards are used.
12578
12579 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12580
12581 * display.texi (Defining Faces): Document `graphic' display type
12582 in face specs.
12583
12584 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12585
12586 * hooks.texi (Standard Hooks): Replace obsolete
12587 `after-make-frame-hook' with `after-make-frame-functions'.
12588
12589 * frames.texi (Creating Frames): Ditto.
12590
12591 * variables.texi (Future Local Variables): Ditto.
12592
12593 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12594
12595 * display.texi (Other Image Types): Add description of :foreground
12596 and :background properties of mono PBM images.
12597
12598 2000-08-17 Werner LEMBERG <wl@gnu.org>
12599
12600 * .cvsignore: New file.
12601
12602 2000-01-05 Gerd Moellmann <gerd@gnu.org>
12603
12604 * tindex.pl: New script.
12605
12606 1999-12-03 Dave Love <fx@gnu.org>
12607
12608 * Makefile.in (MAKEINFO): New parameter.
12609
12610 1999-09-17 Richard Stallman <rms@gnu.org>
12611
12612 * Makefile.in (srcs): Add hash.texi.
12613 (VERSION): Update to 20.6.
12614
12615 1999-09-13 Richard Stallman <rms@gnu.org>
12616
12617 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12618
12619 1998-08-29 Karl Heuer <kwzh@gnu.org>
12620
12621 * configure.in: New file.
12622 * Makefile.in: Renamed from Makefile.
12623 (prefix, infodir): Use value obtained from configure.
12624 (emacslibdir): Obsolete variable deleted.
12625 (dist): Distribute configure.in, configure, Makefile.in.
12626
12627 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12628
12629 * Makefile (INSTALL_INFO): New variable.
12630 (install): Run install-info.
12631
12632 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12633
12634 * Makefile (elisp.dvi): Add missing backslash.
12635
12636 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12637
12638 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12639 Run texindex without `./'. Always run texindex on elisp.tp.
12640 (elisp.tps): Target deleted.
12641
12642 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12643
12644 * Makefile (srcs): Add nonascii.texi and customize.texi.
12645 (dist): Start by deleting `temp'.
12646
12647 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12648
12649 * Makefile (makeinfo, texindex): Targets deleted.
12650 (makeinfo.o, texindex.o): Targets deleted.
12651 (clean, dist): Don't do anything with them or with getopt*.
12652
12653 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12654
12655 * Makefile (SHELL): Defined.
12656
12657 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12658
12659 * Makefile (elisp.tps): New target.
12660 (elisp.dvi): Depend on elisp.tps.
12661
12662 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
12663
12664 * README: Update phone number.
12665
12666 * Makefile (elisp): Make this be the default target.
12667 Depend on makeinfo.c instead of makeinfo.
12668 (install): Don't depend on elisp.dvi, since we don't install that.
12669 Use mkinstalldirs.
12670 (dist): Add mkinstalldirs.
12671
12672 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12673
12674 * Makefile (VERSION): Update version number.
12675 (maintainer-clean): Rename from realclean.
12676
12677 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
12678
12679 * Makefile (realclean): New target.
12680 (elisp): Remove any old elisp-* files first.
12681
12682 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
12683
12684 * Makefile (VERSION): New variable.
12685 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12686 Compressed file suffix should be `.gz', not `.z'.
12687
12688 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12689
12690 * Makefile (elisp): Depend on makeinfo.
12691
12692 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
12693
12694 * Makefile (srcs): Add anti.texi.
12695
12696 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12697
12698 * Makefile (infodir, prefix): New vars.
12699 (install): Use infodir.
12700 (emacsinfodir): Delete.
12701
12702 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12703
12704 * Makefile (srcs): Add calendar.texi.
12705
12706 * Makefile (dist): Copy texindex.c and makeinfo.c.
12707 Limit elisp-* files to those with one or two digits.
12708
12709 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12710
12711 * Makefile (dist): Change to use Gzip instead of compress.
12712
12713 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12714
12715 * loading.texi (Unloading): define-function changed back to
12716 defalias. It may not stay this way, but at least it's
12717 consistent with the known-good version of the code patch.
12718
12719 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12720
12721 * modes.texi (Hooks): Document new optional arg of add-hook.
12722
12723 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12724
12725 * variables.texi: Document nil initial value of buffer-local variables.
12726
12727 * tips.texi: Add new section on standard library headers.
12728
12729 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12730
12731 * Makefile (srcs): Add frame.texi to the list of sources.
12732
12733 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12734
12735 * Makefile (dist): Don't bother excluding autosave files; they'll
12736 never make it into the temp directory anyway, and the hash marks
12737 in the name are problematic for make and the Bourne shell.
12738 (srcs): ???
12739
12740 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12741
12742 * Makefile (dist): Don't include backup files or autosave files in
12743 the distribution tar file.
12744
12745 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12746
12747 * Makefile (srcs): Add index.perm.
12748 (elisp.dvi): Remove erroneous shell comment.
12749 Expect output of permute-index in permuted.fns.
12750 Save old elisp.aux in elisp.oaux.
12751 (clean): Add index.texi to be deleted.
12752
12753 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12754
12755 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12756
12757 1990-06-26 David Lawrence (tale@geech)
12758
12759 * files.texi: Noted that completion-ignored-extensions is ignored
12760 when making *Completions*.
12761
12762 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
12763
12764 * Makefile make dist now depends on elisp.dvi, since it tries
12765 to include it in the dist file.
12766
12767 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
12768
12769 * functions.texinfo (Mapping Functions): Add missing quote.
12770
12771 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12772
12773 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12774 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12775
12776 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12777
12778 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12779 and @error{} are the terms now being used. The files in the
12780 directory have been changed to reflect this.
12781
12782 * All instances of @indentedresultt{} have been changed to
12783 ` @result{}', using 5 spaces at the beginning of the line.
12784
12785 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12786
12787 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12788 experimental @indentedresult{}, @indentedexpandsto{} are part of
12789 the texinfo.tex in this directory. These TeX macros are not
12790 stable yet.
12791
12792 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12793
12794 * texinfo.tex: Temporarily added
12795 \let\result=\dblarrow
12796 \def\error{{\it ERROR} \longdblarrow}
12797 We need to do this better soon.
12798
12799 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
12800
12801 * Applied Karl Berry's patches to *.texinfo files, but not to
12802 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12803 new title page format is also not applied, since it requires
12804 texinfo.tex changes.)
12805
12806 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12807 for the Project GNU development environment.
12808
12809 ;; Local Variables:
12810 ;; coding: utf-8
12811 ;; End:
12812
12813 Copyright (C) 1998-2014 Free Software Foundation, Inc.
12814
12815 This file is part of GNU Emacs.
12816
12817 GNU Emacs is free software: you can redistribute it and/or modify
12818 it under the terms of the GNU General Public License as published by
12819 the Free Software Foundation, either version 3 of the License, or
12820 (at your option) any later version.
12821
12822 GNU Emacs is distributed in the hope that it will be useful,
12823 but WITHOUT ANY WARRANTY; without even the implied warranty of
12824 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12825 GNU General Public License for more details.
12826
12827 You should have received a copy of the GNU General Public License
12828 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.