* internals.texi (C Dialect): New section.
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2014-05-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 * internals.texi (C Dialect): New section.
4 (C Integer Types): Mention bool_bf.
5
6 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
9
10 2014-04-24 Eli Zaretskii <eliz@gnu.org>
11
12 * strings.texi (Text Comparison): Mention equal-including-properties
13 for when text properties of the strings matter for comparison.
14
15 2014-04-21 Eli Zaretskii <eliz@gnu.org>
16
17 * text.texi (Registers): Document register-read-with-preview.
18
19 * internals.texi (Building Emacs): Improve indexing.
20
21 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * display.texi (Overlay Properties): Reword the doc of `priority'.
24 (Finding Overlays): Document new arg of `overlays-at'.
25
26 2014-04-05 Glenn Morris <rgm@gnu.org>
27
28 * os.texi (Recording Input): Dribble files may contain passwords.
29
30 2014-04-04 Glenn Morris <rgm@gnu.org>
31
32 * backups.texi (Making Backups, Reverting):
33 Update for default values of some -function vars no longer being nil.
34 (Reverting): Update for buffer-stale-function
35 also applying to file-buffers.
36
37 2014-03-25 Eli Zaretskii <eliz@gnu.org>
38
39 * files.texi (Kinds of Files): Improve documentation of
40 file-symlink-p. (Bug#17073) Add cross-references.
41
42 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
43
44 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
45 change mentioning undo's inability to handle relocated markers no
46 longer applies. See bug#16818.
47 * text.texi (Undo): Expand documentation of (TEXT . POS) and
48 (MARKER . ADJUSTMENT) undo elements.
49
50 2014-03-22 Glenn Morris <rgm@gnu.org>
51
52 * commands.texi (Defining Commands): List interactive-only values.
53
54 2014-03-22 Eli Zaretskii <eliz@gnu.org>
55
56 * functions.texi (Core Advising Primitives): Fix cross-reference
57 in last change.
58
59 2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * functions.texi (Advising Functions): Explain a bit more how
62 arguments work.
63 (Advice combinators): New node.
64 (Core Advising Primitives): Use it. Expand description of "depth".
65 (Advising Named Functions): Document limitation of advices on macros.
66
67 2014-03-21 Martin Rudalics <rudalics@gmx.at>
68
69 * frames.texi (Size and Position): In `frame-resize-pixelwise'
70 description drop remark about frame maximization.
71 * windows.texi (Display Action Functions): Add description for
72 `display-buffer-no-window' and explain use of `allow-no-window'
73 alist entries.
74
75 2014-03-21 Glenn Morris <rgm@gnu.org>
76
77 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
78
79 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
80
81 * internals.texi (C Integer Types): Prefer 'false' and 'true'
82 to '0' and '1' for booleans.
83
84 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
85
86 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
87 Remove now-obsolete hypothetical note about negative division,
88 as the C standard has changed.
89
90 Fix porting inconsistency about rounding to even.
91 * numbers.texi (Numeric Conversions, Rounding Operations):
92 Document that 'round' and 'fround' round to even.
93
94 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
95
96 * customize.texi (Variable Definitions): Recommend avoiding
97 destructive modification of the value argument of :set (bug#16755).
98
99 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * modes.texi (Auto-Indentation): Mention electric-indent variables.
102
103 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
104
105 * functions.texi (Advising Named Functions): Fix reference.
106
107 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
108
109 Improve documentation for integer and floating-point basics.
110 * numbers.texi (Numbers, Integer Basics, Float Basics):
111 Document the basics a bit more precisely. Say more clearly
112 that Emacs floating-point numbers are IEEE doubles on all
113 current platforms. Give more details about frexp.
114 Say more clearly that '1.' is an integer.
115 (Predicates on Numbers): Fix wholenump typo.
116 * objects.texi (Integer Type): Adjust to match numbers.texi.
117
118 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * functions.texi (Advising Functions): Try and improve the text.
121 Add example use of advice-add (bug#16959).
122 (Core Advising Primitives): Rename. Explain handling of interactive
123 specs, including advice-eval-interactive-spec.
124 (Advising Named Functions): Try and better explain the difference with
125 add-function.
126 (Porting old advices): New node.
127
128 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
129
130 Style fixes for floating-point doc.
131 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
132 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
133 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
134 * processes.texi, streams.texi, strings.texi, text.texi:
135 * variables.texi, windows.texi:
136 Hyphenate "floating-point" iff it precedes a noun.
137 Reword to avoid nouns and hyphenation when that's easy.
138 Prefer "integer" to "integer number" and "is floating point"
139 to "is a floating point number".
140 Prefer "@minus{}" to "-" when it's a minus.
141
142 2014-03-16 Martin Rudalics <rudalics@gmx.at>
143
144 * display.texi (Temporary Displays): Rewrite descriptions of
145 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
146 * help.texi (Help Functions): Rewrite description of `with-help-window'.
147
148 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
149
150 * display.texi (Blinking): Update WRT to the new
151 `blink-matchin-paren' behavior.
152
153 2014-03-14 Martin Rudalics <rudalics@gmx.at>
154
155 * display.texi (Temporary Displays): Say that
156 `with-temp-buffer-window' makes its buffer current.
157 * frames.texi (Size and Position): Describe new option
158 `frame-resize-pixelwise'. Rewrite descriptions of
159 `set-frame-size', `set-frame-height' and `set-frame-width'.
160
161 2014-03-09 Martin Rudalics <rudalics@gmx.at>
162
163 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
164 * text.texi (Primitive Indent):
165 * strings.texi (String Basics):
166 * sequences.texi (Sequence Functions): Update references accordingly.
167 * display.texi (Size of Displayed Text): Rename section from
168 "Width". Add description for `window-text-pixel-size'.
169 (Window Dividers): Reword description of window dividers.
170 * frames.texi (Layout Parameters): Improve description of window
171 divider parameters.
172 * windows.texi (Window Sizes): Add descriptions of
173 `window-mode-line-height' and `window-header-line-height'.
174 (Coordinates and Windows): Mention window dividers.
175
176 2014-03-07 Martin Rudalics <rudalics@gmx.at>
177
178 * buffers.texi (The Buffer List): Rename node to Buffer List.
179 Describe `buffer-list-update-hook'.
180 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
181 Add node for Window Dividers.
182 * hooks.texi (Standard Hooks): Add reference to
183 `buffer-list-update-hook'.
184 * windows.texi (Window Sizes): Describe `window-min-size'.
185 (Splitting Windows): Update description of `split-window'.
186 (Selecting Windows): Update description of `select-window'.
187
188 2014-03-06 Martin Rudalics <rudalics@gmx.at>
189
190 * frames.texi (Size and Position): Rewrite entries for
191 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
192 Add description for `fit-frame-to-buffer-sizes'.
193 * windows.texi (Resizing Windows): Add descriptions for
194 pixelwise resizing. Add entries for `window-resize-pixelwise'
195 and `fit-window-to-buffer-horizontally'.
196 Rewrite `fit-window-to-buffer' entry.
197
198 2014-03-06 Xue Fuqiao <xfq@gnu.org>
199
200 * internals.texi (Window Internals): Remove field `region_showing'.
201
202 2014-03-06 Glenn Morris <rgm@gnu.org>
203
204 * searching.texi (Replacing Match):
205 Remove incorrect, uninteresting return value. (Bug#16942)
206
207 2014-03-05 Martin Rudalics <rudalics@gmx.at>
208
209 * display.texi (Window Dividers): New section.
210 * frames.texi (Layout Parameters): Add right-divider-width and
211 bottom-divider-width.
212 * windows.texi (Window Sizes): Redraw schematic and rewrite its
213 description. Rewrite descriptions of `window-total-height',
214 `window-total-width', `window-total-size', `window-body-height',
215 `window-body-width' and `window-size-fixed'. Add descriptions
216 for `window-pixel-height', `window-pixel-width',
217 `window-min-height' and `window-min-width'. Remove description
218 of `window-size-fixed-p' moving part of it to that of
219 `window-size-fixed'.
220 (Resizing Windows): Mention dividers when talking about minimum sizes.
221
222 2014-03-05 Glenn Morris <rgm@gnu.org>
223
224 * modes.texi (SMIE Customization): New section.
225 * elisp.texi (Top): Update detailed menu.
226
227 2014-03-04 Martin Rudalics <rudalics@gmx.at>
228
229 * windows.texi (Windows and Frames): Add some missing &optional
230 designators. Adjust description of window-in-direction.
231
232 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
233
234 * markers.texi (Moving Marker Positions): Clarify guidance about
235 when to move markers and when to create a new one, as discussed at
236 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
237
238 2014-03-02 Glenn Morris <rgm@gnu.org>
239
240 * text.texi (Decompression): New node.
241 * elisp.texi (Top): Update detailed menu.
242
243 2014-03-01 Glenn Morris <rgm@gnu.org>
244
245 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
246
247 2014-02-28 Xue Fuqiao <xfq@gnu.org>
248
249 * functions.texi (Advising Functions, Advising Named Functions):
250 Tweak markup.
251
252 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
253
254 * elisp.texi (Top):
255 * commands.texi (Generic Commands, Defining Commands):
256 Document `define-alternatives'.
257
258 2014-02-27 Xue Fuqiao <xfq@gnu.org>
259
260 * windows.texi (Window Sizes): Document `window-size'.
261 (Display Action Functions): Document `display-buffer-at-bottom'.
262 (Window Configurations): Minor fixes.
263
264 * modes.texi (Header Lines): Document `window-header-line-height'.
265
266 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
267
268 * windows.texi (Window Sizes, Resizing Windows): Document some
269 pixelwise window operations.
270
271 * text.texi (Margins): Fix the description of RET and `C-j'.
272
273 * frames.texi (Multiple Terminals): Document
274 `display-monitor-attributes-list' and `display-monitor-attributes'.
275 (Display Feature Testing): Add some notes about multi-monitor.
276
277 2014-02-27 Glenn Morris <rgm@gnu.org>
278
279 * minibuf.texi (Programmed Completion):
280 Mention completion-table-with-cache.
281
282 2014-02-25 Glenn Morris <rgm@gnu.org>
283
284 * display.texi (Window Systems):
285 Replace term-setup-hook with emacs-startup-hook.
286 * hooks.texi (Standard Hooks):
287 Replace term-setup-hook with tty-setup-hook.
288 * os.texi (Startup Summary, Init File, Terminal-Specific):
289 Replace term-setup-hook with tty-setup-hook, and update.
290
291 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * functions.texi (Declare Form): Document gv-expander, gv-setter,
294 and compiler-macro (bug#16829, bug#15093).
295
296 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
297
298 * windows.texi (Window Configurations): Doc fix.
299 (Windows and Frames): Fix typo.
300
301 2014-02-21 Glenn Morris <rgm@gnu.org>
302
303 * internals.texi (Process Internals):
304 * processes.texi (Subprocess Creation, Deleting Processes)
305 (Output from Processes, Process Buffers, Filter Functions)
306 (Accepting Output, Sentinels, Network, Network Servers):
307 Filters and sentinels can no longer be nil.
308 * elisp.texi (Top): Menu update.
309
310 2014-02-20 Glenn Morris <rgm@gnu.org>
311
312 * functions.texi (Defining Functions): Mention defalias-fset-function.
313
314 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * minibuf.texi (Completion Commands): Don't document obsolete
317 `common-substring' arg of display-completion-list.
318
319 2014-02-17 Glenn Morris <rgm@gnu.org>
320
321 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
322 Mention read-regexp-defaults-function.
323
324 2014-02-13 Glenn Morris <rgm@gnu.org>
325
326 * debugging.texi (Debugger Commands): Tiny edits.
327
328 2014-02-12 Glenn Morris <rgm@gnu.org>
329
330 * package.texi (Simple Packages): Describe URL and Keywords headers.
331
332 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
333
334 * text.texi (User-Level Deletion):
335 Document `delete-trailing-whitespace' (bug#15309).
336
337 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
338
339 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
340
341 * display.texi (Blinking): Clarify doc string in example (bug#10658).
342
343 * commands.texi (Accessing Mouse): Mention that these function
344 also work on keyboard events (bug#14228).
345 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
346
347 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
348
349 * display.texi (Face Attributes): Add an index (bug#14924).
350
351 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
352
353 2014-02-06 Glenn Morris <rgm@gnu.org>
354
355 * display.texi (Truncation):
356 * positions.texi (Screen Lines): Do not mention cache-long-scans.
357
358 2014-01-31 Juri Linkov <juri@jurta.org>
359
360 * searching.texi (String Search): Incremental word search fixes.
361
362 2014-01-28 Glenn Morris <rgm@gnu.org>
363
364 * text.texi (Indent Tabs): Update related to tab-stops.
365
366 2014-01-24 Glenn Morris <rgm@gnu.org>
367
368 * control.texi (Handling Errors): Update with-demoted-errors.
369
370 * files.texi (File Locks): Every platform supports locking now.
371
372 2014-01-22 Glenn Morris <rgm@gnu.org>
373
374 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
375
376 2014-01-20 Glenn Morris <rgm@gnu.org>
377
378 * hash.texi (Other Hash): Do not mention subr-x.el functions;
379 reverts 2013-12-22 change.
380
381 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * functions.texi (Advising Functions): New section.
384 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
385 run-hook-wrapped any more.
386 (Hooks): Link to the new Advising Functions node.
387 * elisp.texi (Top): Don't include advice.texi.
388 * advice.texi: Remove.
389 * makefile.w32-in (srcs):
390 * Makefile.in (srcs): Adjust accordingly.
391
392 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
393
394 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
395
396 * strings.texi (Text Comparison): Document `string-suffix-p'.
397
398 2014-01-07 Glenn Morris <rgm@gnu.org>
399
400 * files.texi (File Attributes): Fix superscipt typo.
401
402 2014-01-07 Chong Yidong <cyd@gnu.org>
403
404 * files.texi (Changing Files): Document copy-file changes.
405
406 2014-01-07 Glenn Morris <rgm@gnu.org>
407
408 * display.texi (Logging Messages): Copyedits re messages-buffer.
409
410 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
411
412 Specify .texi encoding (Bug#16292).
413 * back.texi, book-spine.texi, lay-flat.texi:
414 Add @documentencoding.
415
416 2014-01-05 Chong Yidong <cyd@gnu.org>
417
418 * backups.texi (Making Backups): Document backup-buffer change.
419
420 * files.texi (Visiting Files): Copyedits.
421 (Testing Accessibility): Mention ACLs. Move file-modes here from
422 File Attributes.
423 (Truenames): Move file-equal-p here from Kinds of Files.
424 (File Attributes): Move file-newer-than-file-p here from Testing
425 Accessibility.
426 (Extended Attributes): New node. Add file-extended-attributes.
427 (Changing Files): Document set-file-extended-attributes.
428
429 * commands.texi (Defining Commands): Document the interactive-form
430 property more carefully. Document interactive-only.
431
432 * compile.texi (Compiler Errors): Copyedits. Note that the
433 details for byte-compile-warnings are in its docstring.
434
435 * minibuf.texi (Minibuffer Contents): Remove obsolete function
436 minibuffer-completion-contents.
437
438 * variables.texi (Defining Variables): Note that defvar acts
439 always on the dynamic value.
440
441 * customize.texi (Variable Definitions): Likewise.
442
443 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
444
445 Document vconcat and the empty vector (Bug#16246).
446 * sequences.texi (Vector Functions):
447 Document behavior better when the result is empty.
448
449 Document behavior of (string-to-number "+@") (Bug#16293).
450 * strings.texi (String Conversion): Document behavior of
451 string-to-number on invalid strings that begin with "+", too.
452
453 2014-01-03 Chong Yidong <cyd@gnu.org>
454
455 * help.texi (Documentation, Accessing Documentation): Copyedits.
456 (Documentation Basics): Rewrite, avoiding a repeat discussion of
457 docstring conventions.
458
459 * tips.texi (Documentation Tips): Move discussion of
460 emacs-lisp-docstring-fill-column here from Documentation Basics.
461
462 * compile.texi (Docs and Compilation): Copyedits.
463
464 2014-01-02 Glenn Morris <rgm@gnu.org>
465
466 * numbers.texi (Numeric Conversions): Fix a typo.
467
468 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
469
470 Plain copy-file no longer chmods an existing destination (Bug#16133).
471 * files.texi (Changing Files): Document this.
472
473 2013-12-28 Chong Yidong <cyd@gnu.org>
474
475 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
476
477 * buffers.texi (Modification Time): Document visited-file-modtime
478 change.
479
480 2013-12-28 Glenn Morris <rgm@gnu.org>
481
482 * control.texi (Pattern matching case statement): Brevity.
483
484 2013-12-27 Chong Yidong <cyd@gnu.org>
485
486 * functions.texi (Function Cells):
487 * eval.texi (Function Indirection): Update for the fact that
488 symbol-function no longer signals an error.
489
490 * commands.texi (Reading One Event): Mention keyboard coding.
491
492 * keymaps.texi (Translation Keymaps, Translation Keymaps):
493 * nonascii.texi (Terminal I/O Encoding): Copyedits.
494
495 2013-12-26 Chong Yidong <cyd@gnu.org>
496
497 * advice.texi (Advising Functions, Defining Advice): Special forms
498 can no longer be advised.
499
500 2013-12-25 Chong Yidong <cyd@gnu.org>
501
502 * keymaps.texi (Active Keymaps): Re-organize the text.
503 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
504 (Controlling Active Maps): Note that set-transient-map uses
505 overriding-terminal-local-map.
506
507 * tips.texi (Coding Conventions): Tweak the coding system tip;
508 Emacs now uses utf-8 by default for Emacs Lisp source files.
509
510 * display.texi (Font Selection): Tweak example.
511
512 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
513
514 * nonascii.texi (Specifying Coding Systems): Don't refer to
515 emacs-mule-dos.
516 (Lisp and Coding Systems): Describe emacs-mule return value in
517 modern terms.
518
519 2013-12-25 Tassilo Horn <tsdh@gnu.org>
520
521 * control.texi (Pattern matching case statement): Rephrase lexical
522 binding requirement: the example needs it, not `pcase' itself.
523
524 2013-12-25 Chong Yidong <cyd@gnu.org>
525
526 * eval.texi (Eval): Document the LEXICAL arg to eval.
527
528 * variables.texi (Variables, Void Variables): Use "scoping rule"
529 terminology consistently.
530 (Variable Scoping): Add index entries, and use "dynamic scope"
531 terminology in place of "indefinite scope" to reduce confusion.
532 (Lexical Binding): Document lexical environment format.
533 (Using Lexical Binding): Add index entries for error messages.
534
535 2013-12-24 Tassilo Horn <tsdh@gnu.org>
536
537 * control.texi (Pattern matching case statement): Fix missing
538 argument in simple expression language sample (Bug#16238).
539 Add some sample programs written in that language. Mention that
540 `pcase' requires lexical binding.
541
542 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
543
544 * eval.texi (Special Forms): Document `special-form-p'.
545
546 * macros.texi (Simple Macro): Document `macrop'.
547
548 * files.texi (Changing Files): Fix an argument of `copy-file'.
549
550 * strings.texi (Creating Strings): Document TRIM in `split-string'.
551
552 2013-12-23 Chong Yidong <cyd@gnu.org>
553
554 * keymaps.texi (Controlling Active Maps):
555 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
556 (Searching Keymaps): The transient keymap takes precedence.
557
558 2013-12-23 Glenn Morris <rgm@gnu.org>
559
560 * loading.texi (How Programs Do Loading, Load Suffixes):
561 Mention `load-prefer-newer'.
562
563 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
564
565 * hash.texi (Other Hash): Document `hash-table-keys'
566 and `hash-table-values'.
567
568 2013-12-22 Eli Zaretskii <eliz@gnu.org>
569
570 * nonascii.texi (Character Properties): NAME or OLD-NAME
571 properties can be nil (there's no empty string).
572 (Character Properties): Update the reference to the UCD.
573
574 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
575
576 * sequences.texi (Bool-Vectors): Document new bool-vector set
577 operation functions.
578
579 * text.texi (Examining Properties): Document `get-pos-property'.
580
581 * variables.texi (Directory Local Variables):
582 Document `enable-dir-local-variables'.
583
584 * debugging.texi (Debugger Commands):
585 Document `debugger-toggle-locals'.
586
587 2013-12-21 Chong Yidong <cyd@gnu.org>
588
589 * text.texi (Region Indent): Note the new interactive behavior of
590 indent-rigidly.
591
592 2013-12-20 Tassilo Horn <tsdh@gnu.org>
593
594 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
595 one or many arguments.
596
597 * display.texi: Document `messages-buffer'.
598
599 * os.texi: Document `initial-buffer-choice' changes.
600
601 2013-12-20 Chong Yidong <cyd@gnu.org>
602
603 * text.texi (Changing Properties): Improve documentation for
604 add-face-text-property.
605 (Special Properties): Mention add-face-text-property.
606
607 2013-12-18 Chong Yidong <cyd@gnu.org>
608
609 * customize.texi (Custom Themes): Document custom-known-themes
610 (Bug#15717).
611
612 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
613 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
614
615 2013-12-13 Glenn Morris <rgm@gnu.org>
616
617 * internals.texi (Building Emacs):
618 * loading.texi (Library Search): Mention that site-load,
619 site-init cannot change load-path.
620
621 2013-12-12 Glenn Morris <rgm@gnu.org>
622
623 * elisp.texi: Tweak dircategory.
624
625 2013-12-12 Eli Zaretskii <eliz@gnu.org>
626
627 * nonascii.texi (Encoding and I/O): Document file-name encoding
628 peculiarities on MS-Windows.
629
630 2013-12-12 Glenn Morris <rgm@gnu.org>
631
632 * elisp.texi: Sync direntry with info/dir version.
633
634 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
635
636 * display.texi (Progress, Face Remapping):
637 * processes.texi (Serial Ports):
638 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
639
640 2013-12-04 Juri Linkov <juri@jurta.org>
641
642 * searching.texi (Search and Replace): Fix `unread-command-events'
643 and add ref.
644
645 2013-12-03 Juri Linkov <juri@jurta.org>
646
647 * windows.texi (Choosing Window): Rename `no-display-ok' to
648 `allow-no-window'. (Bug#13594)
649
650 2013-11-30 Glenn Morris <rgm@gnu.org>
651
652 * Makefile.in (distclean): Remove Makefile.
653
654 2013-11-29 Andreas Politz <politza@fh-trier.de>
655
656 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
657 (Bug#14029).
658
659 2013-11-27 Glenn Morris <rgm@gnu.org>
660
661 * loading.texi (Library Search):
662 * os.texi (Startup Summary): No more leim directory.
663
664 2013-11-26 Glenn Morris <rgm@gnu.org>
665
666 * os.texi (Startup Summary): Update for leim-list being preloaded.
667
668 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
669
670 * frames.texi (Input Focus):
671 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
672
673 2013-11-23 Glenn Morris <rgm@gnu.org>
674
675 * loading.texi (Library Search):
676 Empty elements in EMACSLOADPATH now mean the default load-path.
677
678 2013-11-22 Glenn Morris <rgm@gnu.org>
679
680 * loading.texi (Library Search): Minor clarification.
681
682 2013-11-20 Leo Liu <sdl.web@gmail.com>
683
684 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
685
686 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
687
688 * os.texi (File Notifications): Add an index.
689
690 * loading.texi (Loading): Add an cross-reference.
691
692 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
693
694 * os.texi (Session Management, Desktop Notifications): Add some
695 indexes and a cross-reference.
696
697 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
698
699 * os.texi (Time Parsing, Processor Run Time, Input Modes)
700 (Terminal Output): Minor fixes.
701
702 2013-11-14 Glenn Morris <rgm@gnu.org>
703
704 * loading.texi (Library Search): Update section.
705
706 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
707
708 * os.texi (User Identification, Time of Day, Time Conversion):
709 Minor fixes.
710
711 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
712
713 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
714
715 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
716
717 * os.texi (Startup Summary): Add an index about startup screen.
718 Typo fix.
719 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
720
721 2013-11-08 Eli Zaretskii <eliz@gnu.org>
722
723 * display.texi (Truncation): Document that cache-long-scans is now
724 non-nil by default. (Bug#15797)
725
726 2013-11-05 Eli Zaretskii <eliz@gnu.org>
727
728 * lists.texi (Rearrangement): Fix indexing.
729
730 * display.texi (Bidirectional Display): Fix indexing.
731
732 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
733
734 * lists.texi (Rearrangement): Improve indexing.
735
736 * display.texi (Glyphs): Add an index for glyph code.
737 (Bidirectional Display): Improve indexing.
738
739 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
740
741 * display.texi (Face Attributes): Document :distant-foreground.
742
743 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
744
745 * display.texi (Abstract Display): Improve indexing.
746
747 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * display.texi (Selective Display): Discourage the use of explicit
750 selective display.
751
752 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
753
754 * display.texi (Showing Images): Add an index for image-size.
755 Use @code instead of @var for a normal variable.
756 (Multi-Frame Images): Improve indexing.
757 (Button Buffer Commands): Use @code instead of @var for a normal
758 variable.
759 (Abstract Display): Explain the meaning of Ewoc.
760
761 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
762
763 * display.texi (Image Descriptors): Improve indexing.
764
765 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
766
767 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
768 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
769
770 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
771
772 * display.texi (Fontsets): Minor wording fix.
773 (Low-Level Font): Improve indexing.
774
775 * nonascii.texi (Character Properties): Add an index for script symbols.
776
777 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
778
779 * display.texi (Face Remapping): Add indexes for face remapping.
780 (Font Selection): Add indexes.
781 (Low-Level Font): Add an index for font registry.
782
783 2013-10-23 Glenn Morris <rgm@gnu.org>
784
785 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
786 Nuke @refill.
787
788 * Makefile.in (install-dvi, install-html, install-pdf)
789 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
790 (uninstall-pdf): Quote entities that might contain whitespace.
791
792 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
793
794 * display.texi (Face Attributes): Add indexes for the ‘:box’
795 face attribute.
796
797 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
798
799 * display.texi (Line Height): Add indexes for line height.
800
801 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
802
803 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
804
805 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
806
807 * display.texi (Selective Display): Add an index for explicit
808 selective display.
809
810 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
811
812 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
813
814 2013-10-13 Glenn Morris <rgm@gnu.org>
815
816 * intro.texi (Acknowledgments): Use accented form of some names.
817
818 2013-10-09 Glenn Morris <rgm@gnu.org>
819
820 * control.texi (Conditionals): Copyedits. (Bug#15558)
821
822 2013-10-08 Eli Zaretskii <eliz@gnu.org>
823
824 Support menus on text-mode terminals.
825 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
826 Modify wording to the effect that menus are supported on TTYs.
827
828 * frames.texi (Pop-Up Menus, Dialog Boxes)
829 (Display Feature Testing): Update for menu support on TTYs.
830
831 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
834 non-headings.
835
836 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
837
838 * syntax.texi (Categories): Add an index for category sets.
839
840 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
841
842 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
843
844 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
845
846 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
847
848 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
849
850 * searching.texi (Regexp Search): Refine.
851
852 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
853
854 * nonascii.texi (Default Coding Systems): Typo fix.
855
856 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
857
858 * nonascii.texi (Coding System Basics): Add information about
859 carriage-return.
860
861 2013-09-14 Eli Zaretskii <eliz@gnu.org>
862
863 * display.texi (Display Margins): State the units of measuring
864 margin width. (Bug#15375)
865
866 2013-09-13 Eli Zaretskii <eliz@gnu.org>
867
868 * text.texi (Not Intervals): Minor wording fix.
869
870 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
871
872 * functions.texi (Obsolete Functions): Add an index for obsolete
873 functions.
874
875 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
876
877 * nonascii.texi (Character Properties): Character properties fix
878 for decimal-digit-value and digit-value.
879
880 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * macros.texi (Defining Macros): Prefer "function" to "lambda
883 expression" (bug#15296).
884
885 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
886
887 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
888 for portability to hosts where /bin/sh has problems.
889
890 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
893
894 2013-08-20 Eli Zaretskii <eliz@gnu.org>
895
896 * files.texi (Information about Files): Mention file names with
897 trailing blanks on MS-Windows. (Bug#15130)
898
899 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
900
901 * positions.texi (Positions): Improve indexing.
902
903 2013-08-18 Eli Zaretskii <eliz@gnu.org>
904
905 * markers.texi (The Region): Improve indexing.
906
907 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
908
909 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
910
911 * text.texi (Maintaining Undo): Mention interactive call of
912 buffer-disable-undo.
913 (Filling): Add cross-reference for hard newlines.
914 (Sorting): Fix indentation.
915 (Columns): Comment out undefined behavior.
916 (Case Changes): Fix an `args-out-of-range' error in the example.
917
918 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
919
920 * text.texi (Insertion): Refine.
921 (Margins): Add an index.
922 (Undo): Doc fix for `buffer-undo-list'.
923
924 * positions.texi (Character Motion):
925 * markers.texi (Moving Markers, Creating Markers):
926 Comment out undefined behavior.
927
928 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
929
930 * markers.texi (The Region): Add/move indexes.
931
932 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
933
934 * display.texi (ImageMagick Images): Mention :content-type and
935 `image-content-type-suffixes'.
936
937 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
938
939 * positions.texi (Word Motion): Remove redundant sentence.
940
941 2013-08-13 Glenn Morris <rgm@gnu.org>
942
943 * lists.texi (List Elements):
944 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
945
946 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
947
948 * frames.texi (Display Feature Testing): Add indexes.
949
950 2013-08-12 Glenn Morris <rgm@gnu.org>
951
952 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
953 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
954 (INSTALL_DATA): New, set by configure.
955 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
956 New variables.
957 (.SUFFIXES): Add .ps and .dvi.
958 (.dvi.ps): New suffix rule.
959 (dvi, html, pdf, ps): Use *_TARGETS variables.
960 (elisp.html): Use HTML_OPTS.
961 (elisp.ps): Remove explicit rule.
962 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
963 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
964 uninstall-ps, and uninstall-doc.
965 (install-dvi, install-html, install-pdf, install-ps, install-doc)
966 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
967 (uninstall-doc): New rules.
968 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
969
970 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
971
972 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
973
974 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
975
976 * control.texi (Error Symbols): Minor fix for previous change.
977
978 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
981
982 * control.texi (Signaling Errors): Refer to define-error.
983 (Error Symbols): Add `define-error'.
984
985 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
986
987 * positions.texi (Motion by Screen Lines):
988 * display.texi (Truncation): Rename `cache-long-line-scans'
989 to `cache-long-scans'.
990
991 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
992
993 * windows.texi (Window Start and End): Add an index.
994
995 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
996
997 * display.texi (Face Functions): Add an index.
998
999 * variables.texi (Variable Aliases): Add an index.
1000
1001 * functions.texi (Defining Functions): Add an index.
1002
1003 * nonascii.texi (Coding System Basics): Add an index.
1004
1005 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1006
1007 * nonascii.texi (Non-ASCII Characters): Update menu.
1008 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1009 Fix cross-references.
1010
1011 * elisp.texi (Top): Update menu.
1012
1013 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1014
1015 * windows.texi (Window History): Mention the default value of
1016 switch-to-visible-buffer. Add cross-references.
1017
1018 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1019
1020 * errors.texi (Standard Errors): Fix typo.
1021
1022 * files.texi (Magic File Names):
1023 * os.texi (File Notifications): Remove file-notify-supported-p.
1024
1025 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1026
1027 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1028 non-well-formed expressions result in unspecified behavior, though
1029 Emacs will not crash.
1030
1031 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1032
1033 * files.texi (Magic File Names): Add file-notify-add-watch,
1034 file-notify-rm-watch and file-notify-supported-p.
1035 Move file-remote-p down.
1036
1037 * errors.texi (Standard Errors): Add file-notify-error.
1038
1039 * os.texi (Desktop Notifications): Rename from Notifications.
1040 (File Notifications): New node.
1041
1042 * elisp.texi (Top): Update menu for these changes.
1043
1044 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1045
1046 * windows.texi (Display Action Functions): Mention next-window.
1047
1048 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1049
1050 * windows.texi (Selecting Windows): Fix the introduction of
1051 `set-frame-selected-window''s arguments.
1052
1053 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1054
1055 Timestamp fixes for undo (Bug#14824).
1056 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1057
1058 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1059
1060 * nonascii.texi (Text Representations): Document that
1061 multibyte-string-p returns nil for non-string objects.
1062
1063 2013-07-06 Glenn Morris <rgm@gnu.org>
1064
1065 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1066
1067 2013-07-03 Glenn Morris <rgm@gnu.org>
1068
1069 * debugging.texi (Debugging):
1070 * files.texi (File Attributes, Changing Files): Fix cross-references.
1071
1072 * package.texi (Package Archives): Fix @url call.
1073
1074 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1075
1076 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1077
1078 * display.texi (Bidirectional Display): Document move-point-visually.
1079
1080 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1081
1082 * buffers.texi (Buffer File Name): Fix typo.
1083
1084 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1085
1086 * tips.texi (Coding Conventions): Improve wording.
1087
1088 2013-06-24 Glenn Morris <rgm@gnu.org>
1089
1090 * loading.texi (Autoload): Fix typo.
1091
1092 * variables.texi (Lexical Binding): Fix typo.
1093
1094 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1095
1096 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1097
1098 * display.texi (ImageMagick Images): Mention :max-width and
1099 :max-height.
1100
1101 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1102
1103 * numbers.texi (Math Functions): Remove obsolete function log10.
1104
1105 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1108 rather than `local-map'.
1109
1110 * keymaps.texi (Active Keymaps): Fix documentation of
1111 set-temporary-overlay-map and overriding-terminal-local-map.
1112
1113 2013-06-19 Glenn Morris <rgm@gnu.org>
1114
1115 * Makefile.in (dist): Edit more configure variables.
1116 Try to check that we do not miss any in future.
1117
1118 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * text.texi (Undo, Changing Properties): Fix typos.
1121
1122 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1123
1124 * text.texi (Changing Properties): Document `add-face-text-property'.
1125
1126 2013-06-17 Kenichi Handa <handa@gnu.org>
1127
1128 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1129 "Font Selection") in the explanation of :font attribute (bug#14629).
1130
1131 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1134 Document with-eval-after-load instead of eval-after-load.
1135
1136 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1137
1138 * files.texi (File Name Expansion): Make the example more
1139 intuitive.
1140
1141 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1142
1143 Documentation fix for 'ls' and hard links.
1144 * compile.texi (Compilation Functions):
1145 * files.texi (File Attributes, Changing Files):
1146 Use current format for GNU 'ls' output.
1147 (File Attributes): Fix problem introduced in previous change:
1148 the link count is the number of hard links, not the number
1149 of hard links + 1.
1150
1151 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1152
1153 * files.texi (File Attributes): Fix typo.
1154
1155 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * functions.texi (Lambda Expressions): Lambda expressions don't
1158 evaluate to themselves in general (bug#11782).
1159
1160 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * loading.texi (Autoload):
1163 * help.texi (Documentation Basics, Accessing Documentation)
1164 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1165
1166 2013-04-23 Glenn Morris <rgm@gnu.org>
1167
1168 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1169 Tweak other to avoid overly long line.
1170
1171 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1172
1173 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1174 references to the sources. (Bug#13800)
1175
1176 * searching.texi (Regexp Backslash): Doc fix for backslash
1177 constructs in regular expressions.
1178
1179 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1180
1181 * tips.texi (Coding Conventions): Mention separation of package
1182 descriptor and name of internal symbols by two hyphens.
1183
1184 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1185
1186 * windows.texi (Splitting Windows): Change category of
1187 split-window from a command to a function.
1188
1189 2013-04-06 Chong Yidong <cyd@gnu.org>
1190
1191 * display.texi (Faces): Minor clarifications.
1192 (Defining Faces): Clarify default vs custom face specs.
1193 Document face-spec-set.
1194
1195 * display.texi (Overlay Properties):
1196 * text.texi (Special Properties): Use the "anonymous face"
1197 terminology. Describe foreground-color and background-color forms
1198 as compatibility-only.
1199
1200 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1201
1202 * compile.texi (Byte-Code Objects): Add index entry.
1203 (Disassembly): Add cross-references.
1204
1205 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1206
1207 * frames.texi (Size Parameters): More accurate description of the
1208 difference between 'fullboth' and 'maximized'. (Bug#13935)
1209
1210 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1211
1212 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1213
1214 2013-03-16 Glenn Morris <rgm@gnu.org>
1215
1216 * elisp.texi: Add some stuff specific to www.gnu.org.
1217
1218 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1219
1220 * control.texi (Pattern matching case statement): Fix typo.
1221
1222 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1223
1224 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1225
1226 2013-03-03 Glenn Morris <rgm@gnu.org>
1227
1228 * objects.texi (Symbol Type): Fix typo.
1229
1230 2013-02-28 Bastien Guerry <bzg@gnu.org>
1231
1232 * variables.texi (File Local Variables): Fix reference.
1233
1234 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1235
1236 * files.texi (Magic File Names): Improve wording and indexing.
1237
1238 2013-02-21 Glenn Morris <rgm@gnu.org>
1239
1240 * display.texi (Multi-Frame Images): Minor rephrasing.
1241
1242 2013-02-20 Glenn Morris <rgm@gnu.org>
1243
1244 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1245 (ImageMagick Images): For :index, use an xref rather than duplicating.
1246 (Other Image Types): Add GIF, adjust formatting.
1247 (Multi-Frame Images): Rename from Animated Images. Expand section.
1248 * elisp.texi (Top): Update menu for these changes.
1249
1250 2013-02-19 Glenn Morris <rgm@gnu.org>
1251
1252 * text.texi (Change Hooks): Fix typo.
1253
1254 2013-02-15 Glenn Morris <rgm@gnu.org>
1255
1256 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1257
1258 2013-02-13 Glenn Morris <rgm@gnu.org>
1259
1260 * objects.texi (Char-Table Type): Add footnote about #^^.
1261
1262 * modes.texi (Minor Mode Conventions): Fix typo.
1263
1264 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1265 meta characters; this changed in 22.1. (Bug#13684)
1266
1267 * objects.texi (Char-Table Type): Add cindex.
1268
1269 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1270
1271 2013-02-10 Glenn Morris <rgm@gnu.org>
1272
1273 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1274
1275 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1276
1277 * modes.texi (%-Constructs): Remove the description of %t.
1278
1279 * nonascii.texi (MS-DOS File Types): Delete node.
1280
1281 2013-02-08 Glenn Morris <rgm@gnu.org>
1282
1283 * keymaps.texi (Active Keymaps, Searching Keymaps):
1284 Remove confusing mention of "symbolic prefix". (Bug#13643)
1285
1286 2013-01-19 Glenn Morris <rgm@gnu.org>
1287
1288 * macros.texi (Indenting Macros): Fix order of an indent
1289 symbol's arguments. (Bug#13450)
1290
1291 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 Allow floating-point file offsets.
1294 * files.texi (Reading from Files, Writing to Files):
1295 Say that file offsets can be numbers, not just integers.
1296
1297 2013-01-09 Glenn Morris <rgm@gnu.org>
1298
1299 * commands.texi (Interactive Codes):
1300 Whitespace does not terminate interactive "S". (Bug#13393)
1301
1302 2013-01-06 Chong Yidong <cyd@gnu.org>
1303
1304 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1305
1306 2013-01-05 Glenn Morris <rgm@gnu.org>
1307
1308 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1309
1310 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1311
1312 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1313 directive in a group of items.
1314
1315 2013-01-05 Chong Yidong <cyd@gnu.org>
1316
1317 * keymaps.texi (Key Sequences): Remove obsolete sentence
1318 (Bug#13356).
1319
1320 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1321
1322 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1323
1324 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * files.texi (File Attributes): Undocument return format of file-acl.
1327
1328 2013-01-03 Glenn Morris <rgm@gnu.org>
1329
1330 * processes.texi (System Processes):
1331 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1332
1333 * searching.texi (Replacing Match): Fix xref.
1334
1335 * elisp.texi (DATE): Bump to Jan 2013.
1336
1337 2013-01-02 Glenn Morris <rgm@gnu.org>
1338
1339 * customize.texi (Common Keywords, Type Keywords):
1340 Replace "active field" with "button". (Bug#13310)
1341
1342 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1343 * tips.texi (Library Headers): Add cindex.
1344
1345 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1346
1347 * functions.texi (Declare Form):
1348 * intro.texi (A Sample Function Description):
1349 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1350 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1351 in @def.. commands. (Bug#13292)
1352
1353 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1354
1355 * files.texi (Changing Files): Document the return values of
1356 set-file-selinux-context and set-file-acl.
1357
1358 2012-12-27 Glenn Morris <rgm@gnu.org>
1359
1360 * files.texi (File Names): Mention Cygwin conversion functions.
1361
1362 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1363
1364 * windows.texi (Selecting Windows): Reword description of
1365 select-window (Bug#13248).
1366
1367 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1368
1369 * files.texi (File Attributes, Changing Files): Remove the details
1370 about the text returned by file-acl. Instead, just document that
1371 it is an opaque string meant to be used by set-file-acl.
1372
1373 2012-12-21 Chong Yidong <cyd@gnu.org>
1374
1375 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1376
1377 * customize.texi (Simple Types): Document key-sequence type
1378 (Bug#13048).
1379
1380 * strings.texi (Text Comparison): Doc fix for compare-strings.
1381
1382 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1383
1384 * files.texi (Magic File Names): Add `file-acl',
1385 `file-selinux-context', `set-file-acl' and
1386 `set-file-selinux-context'. Make the list consistent.
1387
1388 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1389
1390 * tips.texi (Library Headers): New header keyword `Homepage'.
1391 Make continuation lines syntax more precise.
1392
1393 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1394
1395 * files.texi (File Attributes, Changing Files): Update to include
1396 MS-Windows support for ACLs.
1397
1398 2012-12-16 Romain Francoise <romain@orebokech.com>
1399
1400 * files.texi (File Attributes): Document ACL support and new
1401 `file-acl' function.
1402 (Changing Files): Mention argument name change of `copy-file' and
1403 document new function `set-file-acl'.
1404
1405 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1406
1407 Fix permissions bugs with setgid directories etc. (Bug#13125)
1408 * files.texi (Testing Accessibility): Document GROUP arg
1409 of file-ownership-preserved-p.
1410 (File Attributes): Document that 9th element is now
1411 just a placeholder.
1412 * os.texi (User Identification): Document new functions group-gid,
1413 group-real-gid.
1414
1415 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1416
1417 * internals.texi (C Integer Types): New section.
1418 This follows up and records an email in
1419 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1420
1421 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * control.texi (Pattern matching case statement): New node.
1424
1425 * customize.texi (Variable Definitions): Mention the default :group
1426 for defcustoms (bug#13093).
1427
1428 2012-12-09 Glenn Morris <rgm@gnu.org>
1429
1430 * customize.texi (Variable Definitions): Mention eval-defun
1431 on a defcustom calls the :set function when appropriate.
1432
1433 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1434
1435 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1436 These are just minor editorial changes.
1437
1438 2012-12-06 Chong Yidong <cyd@gnu.org>
1439
1440 * lists.texi (Plist Access): Move put example to Symbol Plists.
1441
1442 * symbols.texi (Standard Properties): Fix typo.
1443
1444 2012-12-03 Chong Yidong <cyd@gnu.org>
1445
1446 * symbols.texi (Symbol Properties): New node.
1447 (Symbol Plists): Make it a subsection under Symbol Properties.
1448 (Standard Properties): New node.
1449
1450 * lists.texi (Property Lists): Move here from symbols.texi.
1451 (Plist Access): Rename from Other Plists.
1452
1453 * customize.texi (Variable Definitions):
1454 * display.texi (Defining Faces):
1455 * sequences.texi (Char-Tables): Fix xref.
1456
1457 * keymaps.texi (Key Sequences): `kbd' is now a function.
1458
1459 * commands.texi (Using Interactive): Fix index entry.
1460
1461 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1462
1463 * doclicense.texi: Update to latest version from FSF.
1464 These are just minor editorial changes.
1465 * elisp.texi (GNU Free Documentation License)
1466 (GNU General Public Licens):
1467 Provide sectioning, since doclicense.texi no longer does that.
1468
1469 * loading.texi (Named Features): @ -> @@ to fix typo.
1470
1471 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1472
1473 * windows.texi (Basic Windows): Fix typo.
1474 (Windows and Frames): Fix example. Move description of
1475 window-in-direction here.
1476 (Recombining Windows): Fix example.
1477 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1478 (Switching Buffers): Reword.
1479 (Display Action Functions): Minor adjustments.
1480 (Choosing Window Options): Minor fixes.
1481 (Window History): Minor rewording.
1482 (Dedicated Windows): Correct and reword part describing how
1483 dedicatedness affects functions removing buffers or windows.
1484 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1485
1486 2012-11-24 Chong Yidong <cyd@gnu.org>
1487
1488 * modes.texi (%-Constructs): Fix statement about mode construct
1489 padding (Bug#12866).
1490
1491 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * debugging.texi (Profiling): Make it more clear
1494 that --enable-profiling is about profiling the C code.
1495
1496 2012-11-21 Glenn Morris <rgm@gnu.org>
1497
1498 * display.texi (Attribute Functions):
1499 Update for set-face-* name changes.
1500 Add new "inherit" argument for face-bold-p etc.
1501 Move description of this argument to a common section, like "frame".
1502
1503 * debugging.texi (Profiling): New section.
1504 (Debugging): Mention profiling in the introduction.
1505 * tips.texi (Compilation Tips): Move profiling to separate section.
1506 * elisp.texi: Add Profiling to detailed menu.
1507
1508 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1509
1510 * windows.texi (Display Action Functions): Fix recently added
1511 example. Suggested by Michael Heerdegen.
1512
1513 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1514
1515 Minor cleanup for times as lists of four integers.
1516 * os.texi (Time Parsing): Time values can now be four integers.
1517
1518 2012-11-18 Glenn Morris <rgm@gnu.org>
1519
1520 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1521 * macros.texi (Expansion): Mention eager macro expansion.
1522
1523 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1524
1525 2012-11-18 Leo Liu <sdl.web@gmail.com>
1526
1527 * minibuf.texi (Programmed Completion): Doc fix for metadata
1528 request (Bug#12850).
1529
1530 2012-11-18 Glenn Morris <rgm@gnu.org>
1531
1532 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1533
1534 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1535 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1536 (Window Sizes): Add vindex for window-min-height, window-min-width.
1537 (Display Action Functions): Mention pop-up-frame-parameters.
1538
1539 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1540
1541 * windows.texi (Choosing Window): Rewrite description of
1542 display-buffer-alist (Bug#12167).
1543 (Display Action Functions): Mention inhibit-switch-frame.
1544 Fix description of display-buffer-below-selected. Reorder actions.
1545 Add example (Bug#12848).
1546
1547 2012-11-16 Glenn Morris <rgm@gnu.org>
1548
1549 * display.texi (Face Attributes): Fix :underline COLOR description.
1550 (Attribute Functions): Update for set-face-underline rename.
1551 Tweak descriptions of face-underline-p, face-inverse-video-p.
1552
1553 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1554 so they align better in info.
1555 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1556 Document set-temporary-overlay-map.
1557
1558 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1561 with normal keymaps".
1562
1563 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1564
1565 * internals.texi (Garbage Collection): Update descriptions
1566 of vectorlike_header, garbage-collect and gc-cons-threshold.
1567 (Object Internals): Explain Lisp_Object layout and the basics
1568 of an internal type system.
1569 (Buffer Internals): Update description of struct buffer.
1570
1571 2012-11-13 Glenn Morris <rgm@gnu.org>
1572
1573 * variables.texi (Adding Generalized Variables):
1574 At least mention gv-define-expander and gv-letplace.
1575
1576 * debugging.texi (Error Debugging): Mention debug-on-message.
1577 (Using Debugger): Mention debugger-bury-or-kill.
1578
1579 * control.texi (Signaling Errors):
1580 * debugging.texi (Error Debugging):
1581 * errors.texi (Standard Errors): Add user-error.
1582
1583 * variables.texi (Adding Generalized Variables):
1584 Use standard formatting for common lisp note about setf functions.
1585
1586 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1587
1588 * elisp.texi (Top): Add Recombining Windows to menu.
1589 * windows.texi (Recombining Windows): New subsection.
1590 (Splitting Windows): Rewrite text on handling of window
1591 combinations and move it to new subsection.
1592
1593 2012-11-10 Chong Yidong <cyd@gnu.org>
1594
1595 * searching.texi (Replacing Match): Document \? in replace-match.
1596
1597 * variables.texi (Creating Buffer-Local): Document setq-local and
1598 defvar-local.
1599 (Setting Generalized Variables): Arrange table alphabetically.
1600
1601 * lists.texi (List Elements, List Variables): Clarify descriptions
1602 of push and pop for generalized variables.
1603
1604 * edebug.texi (Specification List): setf is no longer CL-only.
1605
1606 2012-11-10 Glenn Morris <rgm@gnu.org>
1607
1608 * variables.texi (Adding Generalized Variables):
1609 Update description of FIX-RETURN expansion.
1610
1611 * variables.texi (Setting Generalized Variables):
1612 Split most of previous contents into this subsection.
1613 (Adding Generalized Variables): New subsection.
1614 Move note on lack of setf functions here from misc/cl.texi.
1615
1616 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1617
1618 2012-11-10 Chong Yidong <cyd@gnu.org>
1619
1620 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1621
1622 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1623
1624 * os.texi (Notifications): Update descriptions of
1625 notifications-notify, notifications-close-notification and
1626 notifications-get-capabilities according to latest code changes.
1627 Add notifications-get-server-information.
1628
1629 2012-11-03 Chong Yidong <cyd@gnu.org>
1630
1631 * objects.texi (General Escape Syntax): Clarify the explanation of
1632 escape sequences.
1633 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1634 multibyte. Hex escapes do not automatically make a string
1635 multibyte.
1636
1637 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1638
1639 * windows.texi (Switching Buffers): Document option
1640 switch-to-buffer-preserve-window-point.
1641 (Display Action Functions): Document window-height and
1642 window-width alist entries.
1643 (Display Action Functions):
1644 Document display-buffer-below-selected and
1645 display-buffer-in-previous-window.
1646 (Quitting Windows): Document quit-restore-window.
1647 Rewrite section.
1648 (Window Configurations): In window-state-get mention that
1649 argument window must be valid.
1650 (Window Parameters): Document quit-restore window parameter
1651 (Bug#12158).
1652
1653 2012-10-31 Glenn Morris <rgm@gnu.org>
1654
1655 * control.texi (Catch and Throw): Add xref to cl.texi.
1656
1657 * lists.texi (Sets And Lists): Point xref to better location.
1658
1659 * errors.texi (Standard Errors):
1660 * loading.texi (Autoload): Update for cl-lib namespace changes.
1661
1662 * modes.texi (Defining Minor Modes): "Generalized Variables"
1663 section is now in this manual rather than cl.texi.
1664
1665 * eval.texi (Special Forms): No longer special forms: defmacro,
1666 defun, save-window-excursion, with-output-to-temp-buffer.
1667 * functions.texi (Defining Functions): Defun is now a macro.
1668 Defalias is a function.
1669
1670 2012-10-30 Glenn Morris <rgm@gnu.org>
1671
1672 * variables.texi (Generalized Variables): Fix typo.
1673
1674 2012-10-30 Chong Yidong <cyd@gnu.org>
1675
1676 * symbols.texi (Symbol Plists): Document function-get.
1677
1678 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1679
1680 * frames.texi (Visibility of Frames): Document tty-top-frame.
1681
1682 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * keymaps.texi (Format of Keymaps): Document the multiple
1685 inheritance format.
1686
1687 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1688
1689 * windows.texi (Basic Windows): Reformulate description of live,
1690 internal and valid windows.
1691 (Cyclic Window Ordering): Describe new argument of
1692 get-lru-window and get-largest-window. Add description of
1693 window-in-direction.
1694
1695 2012-10-27 Glenn Morris <rgm@gnu.org>
1696
1697 * variables.texi (Generalized Variables): New section,
1698 adapted from misc/cl.texi.
1699 * elisp.texi (Top): Add Generalized Variables to menu.
1700 * lists.texi (List Elements, List Variables):
1701 Mention generalized variables.
1702
1703 * lists.texi (List Elements): Typo fix.
1704
1705 2012-10-27 Chong Yidong <cyd@gnu.org>
1706
1707 * minibuf.texi (High-Level Completion): Don't mention removed
1708 function iswitchb-read-buffer.
1709
1710 * commands.texi (Event Input Misc): Remove last-input-char.
1711 (Command Loop Info): Remove last-command-char.
1712
1713 * frames.texi (Initial Parameters): Don't mention the obsolete
1714 special-display feature.
1715
1716 * windows.texi (Choosing Window): Don't mention the obsolete
1717 special display feature.
1718 (Choosing Window Options): Remove obsolete special-display
1719 variables, and the functions special-display-p and
1720 special-display-popup-frame.
1721
1722 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1723
1724 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1725
1726 * markers.texi (Information from Markers): Remove obsolete
1727 function buffer-has-markers-at.
1728
1729 * text.texi (Yanking): Document yank-handled-properties.
1730
1731 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1732
1733 Update manual for new time stamp format (Bug#12706).
1734 * buffers.texi (Modification Time):
1735 * files.texi (Testing Accessibility, File Attributes):
1736 * intro.texi (Version Info):
1737 * os.texi (Time of Day):
1738 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1739 These instances were missed the first time around.
1740 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1741
1742 2012-10-24 Chong Yidong <cyd@gnu.org>
1743
1744 * minibuf.texi (Text from Minibuffer): Document read-regexp
1745 changes.
1746
1747 * nonascii.texi (Selecting a Representation):
1748 Document set-buffer-multibyte changes.
1749
1750 * keymaps.texi (Toolkit Differences): Node deleted.
1751 (Easy Menu): New node.
1752
1753 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1756
1757 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1758
1759 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1760 * files.texi (File Attributes):
1761 * text.texi (Undo):
1762 Time stamp resolution is now 1 picosecond, not 1 second.
1763
1764 2012-10-23 Chong Yidong <cyd@gnu.org>
1765
1766 * display.texi (Font Lookup): Remove font-list-limit.
1767
1768 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1769 (Bug#12529).
1770
1771 2012-10-22 Glenn Morris <rgm@gnu.org>
1772
1773 * os.texi (Recording Input): Tiny fix.
1774
1775 * intro.texi (Lisp History):
1776 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1777 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1778
1779 2012-10-15 Chong Yidong <cyd@gnu.org>
1780
1781 * macros.texi (Defining Macros): defmacro is now a macro.
1782 Explicitly list the docstring and declare arguments.
1783
1784 * functions.texi (Anonymous Functions): Explicitly list the
1785 docstring, declare, and interactive arguments to lambda.
1786 (Defining Functions): Likewise for defun.
1787 (Inline Functions): Likewise for defsubst.
1788 (Declare Form): Tweak description.
1789
1790 2012-10-13 Chong Yidong <cyd@gnu.org>
1791
1792 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1793
1794 2012-10-05 Chong Yidong <cyd@gnu.org>
1795
1796 * minibuf.texi (Basic Completion): Clarify list form of completion
1797 table (Bug#12564).
1798
1799 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1800
1801 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1802
1803 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1804
1805 Revert the FOLLOW-SYMLINKS change for file-attributes.
1806 * files.texi (File Attributes, Magic File Names): Undo last change.
1807
1808 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1809
1810 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1811 * files.texi (File Attributes): Describe it.
1812 (Magic File Names): Use it.
1813
1814 2012-09-30 Chong Yidong <cyd@gnu.org>
1815
1816 * commands.texi (Click Events): Define "mouse position list".
1817 Remove mention of unimplemented horizontal scroll bars.
1818 (Drag Events, Motion Events): Refer to "mouse position list".
1819 (Accessing Mouse): Document posnp.
1820
1821 * errors.texi (Standard Errors): Tweak arith-error description.
1822 Tweak markup. Remove domain-error and friends, which seem to be
1823 unused after the floating-point code revamp.
1824
1825 * functions.texi (Defining Functions): defun is now a macro.
1826 (Obsolete Functions): Obsolescence also affects
1827 documentation commands. Various clarifications.
1828 (Declare Form): New node.
1829
1830 * strings.texi (String Basics): Copyedits.
1831
1832 * os.texi (Startup Summary): Document leim-list.el change.
1833 (User Identification): Add system-users and system-groups.
1834 (Idle Timers): Minor clarifications.
1835
1836 * macros.texi (Defining Macros): Move description of `declare' to
1837 Declare Form node.
1838
1839 * loading.texi (Autoload):
1840 * help.texi (Documentation Basics): The special sequences can
1841 trigger autoloading.
1842
1843 * numbers.texi (Integer Basics): Copyedits.
1844 (Float Basics): Consider IEEE floating point always available.
1845 (Random Numbers): Document actual limits.
1846 (Arithmetic Operations): Clarify division by zero. Don't mention
1847 the machine-independence of negative division since it does not
1848 happen in practice.
1849
1850 2012-09-28 Leo Liu <sdl.web@gmail.com>
1851
1852 * files.texi (Files): Fix typo.
1853
1854 2012-09-23 Chong Yidong <cyd@gnu.org>
1855
1856 * buffers.texi (Read Only Buffers): Document read-only-mode.
1857
1858 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1859 read-only-mode.
1860
1861 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1862 calling conventions.
1863
1864 2012-09-22 Chong Yidong <cyd@gnu.org>
1865
1866 * searching.texi (Replacing Match): Minor clarification.
1867
1868 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1869
1870 * edebug.texi (Instrumenting): Improve indexing.
1871
1872 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1873 from within its own timer action. (Bug#12447)
1874
1875 2012-09-22 Chong Yidong <cyd@gnu.org>
1876
1877 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1878
1879 2012-09-21 Glenn Morris <rgm@gnu.org>
1880
1881 * debugging.texi (Using Debugger): Fix typo.
1882
1883 2012-09-18 Chong Yidong <cyd@gnu.org>
1884
1885 * display.texi (Faces): Discuss anonymous faces.
1886 (Face Attributes): Tweak intro.
1887 (Defining Faces): Move after the Face Attributes node. Copyedits.
1888 (Displaying Faces): Describe role of inheritance.
1889
1890 * customize.texi (Customization): Define customization more
1891 carefully (Bug#11440).
1892 (Common Keywords): Add xref to Constant Variables.
1893
1894 * variables.texi (Defining Variables): Link to defcustom's node
1895 instead of the higher-level Customization chapter.
1896
1897 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1898
1899 Simplify, document, and port floating-point (Bug#12381).
1900 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1901 Document that / and mod (with floating point arguments), along
1902 with asin, acos, log, log10, expt and sqrt, return special values
1903 instead of signaling exceptions.
1904 (Float Basics): Document that logb operates on the absolute value
1905 of its argument.
1906 (Math Functions): Document that (log ARG BASE) also returns NaN if
1907 BASE is negative. Document that (expt X Y) returns NaN if X is a
1908 finite negative number and Y a finite non-integer.
1909
1910 2012-09-09 Chong Yidong <cyd@gnu.org>
1911
1912 * lists.texi (Sets And Lists): Explain that the return value for
1913 delete should be used, like for delq.
1914
1915 * minibuf.texi (Yes-or-No Queries): Document recentering and
1916 scrolling in y-or-n-p. Remove gratuitous example.
1917
1918 * searching.texi (Search and Replace): Document window scrolling
1919 entries in query-replace-map.
1920
1921 2012-09-08 Chong Yidong <cyd@gnu.org>
1922
1923 * syntax.texi (Syntax Table Internals): Define "raw syntax
1924 descriptor" terminology (Bug#12383).
1925 (Syntax Descriptors): Mention raw syntax descriptors.
1926
1927 2012-09-07 Chong Yidong <cyd@gnu.org>
1928
1929 * variables.texi (Creating Buffer-Local): Fix description of
1930 local-variable-if-set-p (Bug#10713).
1931
1932 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1933
1934 * windows.texi (Display Action Functions)
1935 (Choosing Window Options): Remove obsolete variable
1936 display-buffer-reuse-frames.
1937 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1938
1939 * positions.texi (Narrowing): Document buffer-narrowed-p.
1940
1941 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1942
1943 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1944 (Bug#12269).
1945
1946 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1947
1948 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1949
1950 2012-09-02 Chong Yidong <cyd@gnu.org>
1951
1952 * windows.texi (Window Configurations): Recommend against using
1953 save-window-excursion (Bug#12075).
1954
1955 * control.texi (Catch and Throw):
1956 * positions.texi (Excursions): Don't mention it.
1957
1958 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1959
1960 Better seed support for (random).
1961 * numbers.texi (Random Numbers): Document new behavior of
1962 the calls (random) and (random STRING).
1963
1964 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1965
1966 * windows.texi (Window Point): Document recent changes in
1967 window-point and set-window-point.
1968 (Selecting Windows): Document recent change in select-window.
1969
1970 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1971
1972 * functions.texi (Closures): Put the main index entry for
1973 "closures" here. (Bug#12138)
1974
1975 * variables.texi (Lexical Binding): Disambiguate the index entry
1976 for "closures".
1977
1978 2012-08-05 Chong Yidong <cyd@gnu.org>
1979
1980 * display.texi (Defining Faces): Move documentation of
1981 frame-background-mode to the Emacs manual (Bug#7774).
1982
1983 2012-08-04 Chong Yidong <cyd@gnu.org>
1984
1985 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1986 Fix description of syntax table inheritance.
1987 (Syntax Table Functions): Don't refer to internal contents of
1988 syntax table, since that is not explained yet. Copyedits.
1989 (Standard Syntax Tables): Node deleted.
1990 (Syntax Table Internals): Misc clarifications. Improve table
1991 formatting.
1992
1993 * keymaps.texi (Inheritance and Keymaps):
1994 * text.texi (Sticky Properties): Tweak index entry.
1995
1996 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1997
1998 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1999
2000 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2001
2002 Prefer typical American spelling for "acknowledgment".
2003 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2004
2005 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2006
2007 * commands.texi (Special Events): Mention language-change event.
2008 (Input Events, Interactive Codes):
2009 * keymaps.texi (Key Sequences): Mention events that are
2010 non-keyboard but also non-mouse events.
2011
2012 2012-07-17 Chong Yidong <cyd@gnu.org>
2013
2014 * text.texi (Insertion): Document insert-char changes.
2015
2016 2012-07-15 Leo Liu <sdl.web@gmail.com>
2017
2018 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2019
2020 2012-07-13 Chong Yidong <cyd@gnu.org>
2021
2022 * buffers.texi (Read Only Buffers): Document toggle-read-only
2023 changes. Reword to account for the fact that read-only is
2024 currently not supported in overlay properties.
2025
2026 2012-07-07 Chong Yidong <cyd@gnu.org>
2027
2028 * loading.texi (Library Search): Index site-lisp directories.
2029
2030 2012-07-06 Chong Yidong <cyd@gnu.org>
2031
2032 * intro.texi (A Sample Function Description): Fix incorrect
2033 markup, undoing previous change.
2034 (A Sample Variable Description): Minor clarifications and markup
2035 improvements.
2036
2037 * elisp.texi (Top):
2038 * text.texi (Text): Fix menu order.
2039
2040 2012-07-06 Richard Stallman <rms@gnu.org>
2041
2042 * intro.texi (Evaluation Notation, A Sample Function Description)
2043 (A Sample Variable Description): Improve/undo previous changes.
2044
2045 2012-07-05 Glenn Morris <rgm@gnu.org>
2046
2047 * intro.texi (A Sample Function Description): Fix cross-refs.
2048
2049 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2050
2051 * intro.texi (Evaluation Notation, A Sample Function Description)
2052 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2053
2054 2012-06-27 Chong Yidong <cyd@gnu.org>
2055
2056 * processes.texi (Asynchronous Processes, Input to Processes):
2057 * internals.texi (Process Internals): Don't capitalize "pty".
2058
2059 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2060
2061 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2062 discussion more prominent.
2063
2064 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2065
2066 * commands.texi (Misc Events): Document the language-change event.
2067
2068 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2069
2070 Support higher-resolution time stamps (Bug#9000).
2071 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2072 * processes.texi (System Processes):
2073 Time stamp resolution is now picosecond, not microsecond.
2074
2075 2012-06-21 Glenn Morris <rgm@gnu.org>
2076
2077 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2078
2079 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * functions.texi (Defining Functions):
2082 * macros.texi (Defining Macros): Un-define the return value of `defun',
2083 `defmacro' and `defalias'.
2084
2085 2012-06-17 Chong Yidong <cyd@gnu.org>
2086
2087 * elisp.texi: Remove urlcolor setting.
2088
2089 2012-06-17 Glenn Morris <rgm@gnu.org>
2090
2091 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2092 Overlining no longer behaves exactly like underlining.
2093
2094 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2095
2096 * display.texi (Face Attributes):
2097 Document wave-style underline face attribute.
2098
2099 2012-06-11 Chong Yidong <cyd@gnu.org>
2100
2101 * display.texi (ImageMagick Images): ImageMagick now supports the
2102 :background property.
2103
2104 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2105
2106 * internals.texi (Garbage Collection): Typo fix.
2107
2108 2012-06-09 Chong Yidong <cyd@gnu.org>
2109
2110 * text.texi (Special Properties): Clarify the meaning of a list of
2111 faces in the `face' property.
2112
2113 * display.texi (Face Remapping): Minor clarification.
2114
2115 2012-06-08 Chong Yidong <cyd@gnu.org>
2116
2117 * display.texi (Face Attributes): Font family does not accept
2118 wildcards. De-document obsolete :bold and :italic attributes.
2119 (Defining Faces): Use new-style face spec format.
2120
2121 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2122
2123 * internals.texi (Garbage Collection): Document new
2124 vector management code and vectorlike_header structure.
2125
2126 2012-06-03 Chong Yidong <cyd@gnu.org>
2127
2128 * modes.texi (Mode Line Data): Use "mode line construct"
2129 terminology for consistency.
2130
2131 2012-05-27 Glenn Morris <rgm@gnu.org>
2132
2133 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2134 * buffers.texi, commands.texi, compile.texi, control.texi:
2135 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2136 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2137 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2138 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2139 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2140 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2141 * objects.texi, os.texi, package.texi, positions.texi:
2142 * processes.texi, searching.texi, sequences.texi, streams.texi:
2143 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2144 * variables.texi, windows.texi: Nuke hand-written node pointers.
2145
2146 2012-05-27 Chong Yidong <cyd@gnu.org>
2147
2148 * functions.texi (Obsolete Functions):
2149 Fix doc for set-advertised-calling-convention.
2150
2151 * modes.texi (Mode Help): Fix describe-mode.
2152
2153 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2154
2155 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2156
2157 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2158
2159 * commands.texi (Recursive Editing): recursive-edit is a command.
2160
2161 * compile.texi (Docs and Compilation):
2162 byte-compile-dynamic-docstrings is an option.
2163
2164 * debugging.texi (Invoking the Debugger): debug is a command.
2165
2166 * display.texi (Progress): progress-reporter-update and
2167 progress-reporter-force-update have VALUE argument optional.
2168 (Animated Images): Use non-@code{nil} instead of non-nil.
2169
2170 * files.texi (Format Conversion Round-Trip):
2171 Use non-@code{nil} instead of non-nil.
2172
2173 * frames.texi (Creating Frames): make-frame is a command.
2174 (Input Focus): select-frame is a command.
2175 (Pointer Shape): void-text-area-pointer is an option.
2176
2177 * help.texi (Describing Characters): read-kbd-macro is a command.
2178 (Help Functions): describe-prefix-bindings is a command.
2179
2180 * markers.texi (Creating Markers): Both arguments of copy-marker
2181 are optional.
2182
2183 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2184
2185 * modes.texi (Mode Line Variables): mode-line-remote and
2186 mode-line-client are not options.
2187 (Imenu): imenu-add-to-menubar is a command.
2188 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2189
2190 * os.texi (Sound Output): play-sound-file is a command.
2191
2192 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2193
2194 * processes.texi (Signals to Processes):
2195 Use @key{RET} instead of @code{RET}.
2196 (Signals to Processes): signal-process is a command.
2197
2198 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2199 (Base 64): base64-encode-string is not a command while
2200 base64-decode-region is.
2201
2202 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2203
2204 2012-05-12 Glenn Morris <rgm@gnu.org>
2205
2206 * Makefile.in (MKDIR_P): New, set by configure.
2207 (mkinfodir): Use $MKDIR_P.
2208
2209 2012-05-10 Glenn Morris <rgm@gnu.org>
2210
2211 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2212 with "coding: raw-text".
2213 Concept of multibyte sessions no longer exists.
2214
2215 * files.texi (File Locks): Mention create-lockfiles option.
2216
2217 2012-05-09 Glenn Morris <rgm@gnu.org>
2218
2219 * vol1.texi, vol2.texi: Remove files.
2220 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2221 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2222
2223 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2224
2225 * two-volume.make (emacsdir): New.
2226 (tex): Add directory with emacsver.texi to TEXINPUTS.
2227
2228 * minibuf.texi (Minibuffer History, Basic Completion):
2229 Tweak page breaks.
2230
2231 * internals.texi (Garbage Collection, Memory Usage)
2232 (Writing Emacs Primitives): Tweak page breaks.
2233
2234 * streams.texi (Output Variables): Improve page break.
2235
2236 * edebug.texi (Edebug Display Update): Improve page break.
2237
2238 * compile.texi (Disassembly): Condense the examples.
2239
2240 * eval.texi, functions.texi, loading.texi, macros.texi:
2241 Where possible, use example rather than smallexample.
2242
2243 * symbols.texi: Where possible, use example rather than smallexample.
2244 (Symbol Components): Fix typo.
2245 (Other Plists): Tweak page break.
2246
2247 * sequences.texi (Arrays): Tweak page breaks.
2248
2249 * customize.texi: Where possible, use example rather than smallexample.
2250 (Common Keywords, Variable Definitions, Applying Customizations)
2251 (Custom Themes): Tweak page breaks.
2252
2253 * control.texi: Where possible, use example rather than smallexample.
2254 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2255 Tweak page breaks.
2256
2257 2012-05-08 Glenn Morris <rgm@gnu.org>
2258
2259 * two.el: Remove; unused since creation of two-volume.make.
2260
2261 * vol1.texi, vol2.texi: No need to keep menus in these files.
2262
2263 2012-05-05 Glenn Morris <rgm@gnu.org>
2264
2265 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2266
2267 * intro.texi (Caveats): Copyedit.
2268 (Lisp History): Convert inforef to xref.
2269 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2270
2271 * text.texi (Auto Filling): Don't mention Emacs 19.
2272
2273 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2274 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2275
2276 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2277
2278 * lists.texi (List-related Predicates, List Variables):
2279 Tweak page-breaks.
2280 (Sets And Lists): Convert inforef to xref.
2281
2282 2012-05-04 Glenn Morris <rgm@gnu.org>
2283
2284 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2285 (info, infoclean): Use $INFO_EXT.
2286 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2287 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2288 (info, maintainer-clean): Use $INFO_EXT.
2289 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2290
2291 2012-05-04 Chong Yidong <cyd@gnu.org>
2292
2293 * os.texi (Timers): Use defopt for timer-max-repeats.
2294
2295 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2296
2297 * os.texi (Time of Day): Do not limit current-time-string
2298 to years 1000..9999.
2299
2300 2012-05-02 Chong Yidong <cyd@gnu.org>
2301
2302 * display.texi (Font Lookup):
2303 * frames.texi (Pointer Shape):
2304 * processes.texi (Subprocess Creation): Use defopt for options.
2305
2306 2012-05-02 Glenn Morris <rgm@gnu.org>
2307
2308 * elisp.texi (@copying):
2309 * intro.texi (Introduction): Only print VERSION in the TeX version.
2310
2311 2012-05-02 Chong Yidong <cyd@gnu.org>
2312
2313 * text.texi (Change Hooks): Minor fix for after-change-functions.
2314
2315 2012-05-02 Glenn Morris <rgm@gnu.org>
2316
2317 * package.texi (Packaging Basics):
2318 * loading.texi (Autoload):
2319 * files.texi (Magic File Names):
2320 Reword to remove/reduce some overly long/short lines.
2321
2322 2012-04-27 Glenn Morris <rgm@gnu.org>
2323
2324 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2325 * modes.texi (Major Modes, Auto-Indentation):
2326 * buffers.texi (Buffers): Some fixes for menu descriptions.
2327
2328 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2329 * functions.texi (Simple Lambda, Argument List):
2330 * eval.texi (Function Indirection): Avoid deprecated form.
2331
2332 2012-04-27 Glenn Morris <rgm@gnu.org>
2333
2334 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2335 Add "et al." to authors.
2336
2337 * buffers.texi, commands.texi, compile.texi, control.texi:
2338 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2339 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2340 * modes.texi, numbers.texi, objects.texi, streams.texi:
2341 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2342 Use Texinfo recommended convention for quotes+punctuation.
2343
2344 2012-04-27 Chong Yidong <cyd@gnu.org>
2345
2346 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2347 to where-is-internal (Bug#10872).
2348
2349 2012-04-27 Glenn Morris <rgm@gnu.org>
2350
2351 * macros.texi (Indenting Macros): Fix typo.
2352
2353 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2354 (Resizing Windows, Deleting Windows, Selecting Windows)
2355 (Choosing Window Options, Horizontal Scrolling)
2356 (Cyclic Window Ordering, Window History, Dedicated Windows)
2357 (Quitting Windows, Window Configurations, Textual Scrolling)
2358 (Coordinates and Windows, Window Configurations)
2359 (Window Parameters, Window Hooks): Copyedits.
2360 (Splitting Windows, Deleting Windows):
2361 Fix ignore-window-parameters logic.
2362 (Selecting Windows, Choosing Window Options): Markup fixes.
2363 (Window Start and End): Remove pointless example.
2364 Remove cross-reference to deleted count-lines content.
2365 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2366 and recenter-positions. Remove recenter example.
2367
2368 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2369
2370 * minibuf.texi (Intro to Minibuffers):
2371 Tweak discussion of resizing minibuffer window.
2372
2373 2012-04-26 Glenn Morris <rgm@gnu.org>
2374
2375 * elisp-covers.texi, front-cover-1.texi: Remove files.
2376
2377 * tindex.pl: Remove file.
2378
2379 * makefile.w32-in (srcs):
2380 * Makefile.in (srcs): Remove back.texi (which is unused).
2381
2382 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2383
2384 * os.texi (Notifications): Extend possible notification hints.
2385 Add notifications-get-capabilities.
2386
2387 2012-04-20 Chong Yidong <cyd@gnu.org>
2388
2389 * processes.texi (Asynchronous Processes): Mention nil argument to
2390 start-process.
2391
2392 2012-04-20 Glenn Morris <rgm@gnu.org>
2393
2394 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2395 Don't mention obsolete `nospace' argument of all-completions.
2396 (Minibuffer Completion, Completion Commands, Reading File Names)
2397 (Completion Variables): Copyedits.
2398 (Completion Commands): Mention parent keymaps.
2399 Remove obsolete minibuffer-local-filename-must-match-map.
2400 (High-Level Completion): Remove read-variable's almost
2401 word-for-word duplication of read-command.
2402 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2403 Update "High-Level Completion" description.
2404
2405 * minibuf.texi (Minibuffers):
2406 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2407
2408 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2409 Use Texinfo-recommended form of quote+punctuation.
2410 (Intro to Minibuffers): First minibuffer is #1, not #0.
2411 Mention minibuffer-inactive-mode.
2412 (Text from Minibuffer): Copyedits.
2413 (Minibuffer History, Programmed Completion): Fix @var usage.
2414 (Object from Minibuffer): Remove overly pedantic para.
2415 (Minibuffer History): Copyedits. Add face-name-history.
2416 (Initial Input, Yes-or-No Queries, Multiple Queries)
2417 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2418 (Yes-or-No Queries): Tweak example.
2419 (Minibuffer Commands): Add next-complete-history-element.
2420 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2421 minibuffer-inactive-mode.
2422
2423 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2424 (Bindat Functions): Copyedits.
2425
2426 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2427
2428 * files.texi (Saving Buffers): Document `visit and `visit-save'
2429 values of require-final-newline.
2430
2431 2012-04-20 Glenn Morris <rgm@gnu.org>
2432
2433 * processes.texi (Output from Processes, Filter Functions):
2434 Mention waiting-for-user-input-p.
2435 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2436 (Network Servers, Datagrams, Network Processes, Network Options)
2437 (Network Feature Testing, Serial Ports): Copyedits.
2438 (Network): Add encrypted network overview paragraph.
2439 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2440
2441 2012-04-20 Chong Yidong <cyd@gnu.org>
2442
2443 * help.texi (Keys in Documentation): Mention :advertised-binding.
2444
2445 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2446 description to help.texi.
2447
2448 2012-04-20 Glenn Morris <rgm@gnu.org>
2449
2450 * processes.texi (Process Information, Input to Processes)
2451 (Signals to Processes, Output from Processes, Process Buffers)
2452 (Filter Functions, Decoding Output): Copyedits.
2453 (Accepting Output): Discourage use of `millisec' argument.
2454
2455 2012-04-15 Glenn Morris <rgm@gnu.org>
2456
2457 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2458 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2459 Copyedits.
2460 (Subprocess Creation): Discourage modifying exec-path directly.
2461 (Synchronous Processes, Asynchronous Processes):
2462 Update some example output.
2463 (Process Information): Fix typo.
2464 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2465
2466 2012-04-15 Glenn Morris <rgm@gnu.org>
2467
2468 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2469 open-network-stream does exist in Emacs 23, but is simpler.
2470
2471 2012-04-15 Chong Yidong <cyd@gnu.org>
2472
2473 * customize.texi (Custom Themes): Also document load-theme etc.
2474
2475 2012-04-14 Chong Yidong <cyd@gnu.org>
2476
2477 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2478
2479 * display.texi (Defining Faces): Reference custom-set-faces.
2480
2481 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2482 * os.texi (Startup Summary): Copyedits.
2483
2484 2012-04-14 Glenn Morris <rgm@gnu.org>
2485
2486 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2487
2488 * strings.texi (Case Tables):
2489 * objects.texi (General Escape Syntax):
2490 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2491
2492 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2493 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2494 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2495 * text.texi: Use @file for buffers, per the Texinfo manual.
2496
2497 * compile.texi (Compiler Errors): Add missing space in buffer name.
2498
2499 2012-04-14 Chong Yidong <cyd@gnu.org>
2500
2501 * processes.texi (Query Before Exit): Remove obsolete function
2502 process-kill-without-query (Bug#11190).
2503
2504 2012-04-14 Glenn Morris <rgm@gnu.org>
2505
2506 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2507 Use @env for environment variables.
2508
2509 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2510
2511 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2512
2513 * processes.texi (Synchronous Processes):
2514 Mention `default-directory' (bug#7515).
2515
2516 2012-04-09 Chong Yidong <cyd@gnu.org>
2517
2518 * customize.texi (Variable Definitions): Remove user-variable-p.
2519
2520 * commands.texi (Interactive Codes):
2521 * help.texi (Accessing Documentation):
2522 * minibuf.texi (High-Level Completion): Callers changed.
2523
2524 2012-04-06 Chong Yidong <cyd@gnu.org>
2525
2526 * minibuf.texi (Programmed Completion): Document metadata method.
2527 (Completion Variables): Document completion-category-overrides.
2528
2529 2012-04-05 Chong Yidong <cyd@gnu.org>
2530
2531 * anti.texi (Antinews): Rewrite for Emacs 23.
2532
2533 2012-04-04 Chong Yidong <cyd@gnu.org>
2534
2535 * minibuf.texi (Programmed Completion): Remove obsolete variable
2536 completion-annotate-function.
2537 (Completion Variables): Rename from Completion Styles.
2538 Document completion-extra-properties. Document completion-styles-alist
2539 change.
2540 (Reading File Names): minibuffer-local-filename-must-match-map is
2541 not used anymore.
2542 (Minibuffer Completion): Document completing-read-function.
2543 (Completion in Buffers): completion-at-point-functions can return
2544 properties recognized in completion-extra-properties.
2545
2546 * display.texi (Delayed Warnings): New node.
2547
2548 * os.texi (Notifications): Copyedits.
2549
2550 2012-04-04 Glenn Morris <rgm@gnu.org>
2551
2552 * os.texi (Notifications): Copyedits.
2553
2554 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2555
2556 * os.texi (Terminal-Specific): Fix typo.
2557 (Notifications): New section.
2558
2559 * elisp.texi (Top):
2560 * vol1.texi (Top):
2561 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2562 menu entries.
2563
2564 2012-04-01 Chong Yidong <cyd@gnu.org>
2565
2566 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2567 file-in-directory-p.
2568
2569 2012-03-31 Glenn Morris <rgm@gnu.org>
2570
2571 * edebug.texi (Instrumenting Macro Calls):
2572 Mention defining macros at instrumentation time.
2573 (Edebug Options): Mention edebug-unwrap-results.
2574
2575 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2576
2577 * text.texi (Special Properties): Clarify the description of the
2578 effect of integer values of the 'cursor' property on cursor
2579 position. See the discussions in bug#11068 for more details and
2580 context.
2581
2582 2012-03-31 Glenn Morris <rgm@gnu.org>
2583
2584 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2585 Copyedits.
2586
2587 2012-03-30 Chong Yidong <cyd@gnu.org>
2588
2589 * display.texi (Image Formats): Add imagemagick type.
2590 (Image Descriptors): Mention how they are used.
2591 (ImageMagick Images): Clarify role of imagemagick-register-types.
2592 (Character Display): Don't mention glyph tables.
2593 (Display Tables): Use make-glyph-code in example.
2594 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2595 tables are semi-obsolete. De-document create-glyph.
2596 (Glyphless Chars): Note that display tables override this.
2597 (Bidirectional Display): Copyedits. Introduce "bidirectional
2598 reordering" terminology, and use it.
2599
2600 2012-03-30 Glenn Morris <rgm@gnu.org>
2601
2602 * edebug.texi (Jumping): Give name of `i' binding.
2603
2604 2012-03-28 Glenn Morris <rgm@gnu.org>
2605
2606 * searching.texi (Regular Expressions, Regexp Special)
2607 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2608 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2609 (Regexp Special): Mention collation.
2610 Clarify char classes with an example.
2611 (Regexp Functions): Mention regexp-opt is not guaranteed.
2612 Mention regexp-opt-charset.
2613 (Regexp Search): Recommend against looking-back.
2614 (Search and Replace): Use Texinfo recommended quote convention.
2615 Add more query-replace-map items. List multi-query-replace-map items.
2616
2617 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2618
2619 * windows.texi (Window History): Describe new option
2620 switch-to-visible-buffer.
2621
2622 2012-03-27 Glenn Morris <rgm@gnu.org>
2623
2624 * searching.texi (String Search): Add xref to Emacs manual.
2625 Copyedits. Mention the function word-search-regexp.
2626 (Searching and Case): Add xref to Emacs manual. Copyedits.
2627
2628 * processes.texi (Network Servers): Standardize apostrophe usage.
2629
2630 * os.texi (System Environment): Copyedits. Remove some examples
2631 that do not seem useful. Mention setenv third arg.
2632 tty-erase-char does not seem to be nil under a window-system.
2633 (User Identification): Copyedits.
2634 Remove some examples that do not seem useful.
2635
2636 2012-03-26 Glenn Morris <rgm@gnu.org>
2637
2638 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2639 (Init File): Copyedits.
2640 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2641 (Killing Emacs): Copyedits.
2642 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2643 Shorten the example, use more standard shell prompts.
2644
2645 2012-03-25 Chong Yidong <cyd@gnu.org>
2646
2647 * display.texi (Fringes): Note that fringes are shown on graphical
2648 displays only.
2649 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2650 (Replacing Specs): Clarify example.
2651 (Manipulating Buttons): Note that button-at can return a marker.
2652 (Buttons): Minor rewrite.
2653 (Character Display): New node. Consolidate all character display
2654 related nodes into its subsections.
2655 (Usual Display): Character 127 is also affected by ctl-arrow.
2656 (Display Tables): Improve example.
2657
2658 2012-03-22 Glenn Morris <rgm@gnu.org>
2659
2660 * strings.texi (Text Comparison): Mention string-prefix-p.
2661
2662 2012-03-21 Chong Yidong <cyd@gnu.org>
2663
2664 * display.texi (The Echo Area): Add xref to Output Streams.
2665 (Displaying Messages): Improve doc of message.
2666 (Echo Area Customization, Invisible Text): Copyedits.
2667 (Invisible Text): Mention that spec comparison is done with eq.
2668 (Width): Improve doc of char-width.
2669 (Faces): Recommend using symbol instead of string for face name.
2670 Minor clarifications.
2671 (Defining Faces): Copyedits. Update face example.
2672 (Attribute Functions): Mark set-face-foreground etc as commands.
2673 (Face Remapping): Mention text-scale-adjust.
2674 Clarify face-remapping-alist and related docs.
2675 (Face Functions): Don't document make-face or copy-face.
2676
2677 2012-03-20 Chong Yidong <cyd@gnu.org>
2678
2679 * display.texi (Forcing Redisplay): Various rewrites to reflect
2680 new value of redisplay-dont-pause.
2681 (Truncation): Copyedits.
2682
2683 2012-03-20 Glenn Morris <rgm@gnu.org>
2684
2685 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2686 Add summary table of some relevant command-line options.
2687
2688 2012-03-18 Chong Yidong <cyd@gnu.org>
2689
2690 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2691 (Writing Emacs Primitives): Re-organize discussion of functions
2692 with variable Lisp arguments are handled. Delete an obsolete
2693 remark, previously tagged as FIXME.
2694
2695 * os.texi (Idle Timers): Minor clarification.
2696 (Idle Timers): Link to Time of Day for description of time list.
2697
2698 2012-03-18 Glenn Morris <rgm@gnu.org>
2699
2700 * os.texi (System Interface): Flow control was removed.
2701 (Startup Summary): General update.
2702 (Init File): Don't mention compiling it.
2703
2704 2012-03-17 Chong Yidong <cyd@gnu.org>
2705
2706 * os.texi (Startup Summary): Mention package loading.
2707 (Init File): Don't refer to .emacs in section title. Copyedits.
2708 (Terminal-Specific): Give a realistic example.
2709 (Command-Line Arguments): Reference Entering Emacs instead of
2710 repeating the spiel about not restarting Emacs.
2711 (Time of Day): Discuss time representation at beginning of node.
2712 (Sound Output): Copyedits.
2713
2714 * package.texi (Packaging Basics): Document package-initialize.
2715
2716 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2717
2718 * frames.texi (Initial Parameters): Add an index entry for
2719 minibuffer-only frame.
2720
2721 2012-03-16 Glenn Morris <rgm@gnu.org>
2722
2723 * modes.texi (Major Mode Conventions): Mention the strange
2724 relationship between View mode and special modes. (Bug#10650)
2725
2726 2012-03-11 Chong Yidong <cyd@gnu.org>
2727
2728 * windows.texi (Window Configurations): save-window-excursion is
2729 now a macro.
2730
2731 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2732 now a macro.
2733
2734 * text.texi (Fields): Minor copyedit.
2735
2736 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2737
2738 * strings.texi (String Basics):
2739 * sequences.texi (Sequence Functions): Mention that `length' is
2740 not appropriate for computing the string width on display; add a
2741 cross-reference to the description of `string-width'. (Bug#10978)
2742
2743 * eval.texi (Autoloading): Minor change of wording.
2744
2745 2012-03-10 Chong Yidong <cyd@gnu.org>
2746
2747 * loading.texi (Autoload): Explicitly state which forms are
2748 processed specially (Bug#7783).
2749
2750 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2751 non-default situation. Describe one-submenu exception (Bug#7695).
2752
2753 * nonascii.texi (Character Properties): Copyedits.
2754
2755 2012-03-08 Chong Yidong <cyd@gnu.org>
2756
2757 * text.texi (Mode-Specific Indent): Document new behavior of
2758 indent-for-tab-command. Document tab-always-indent.
2759 (Special Properties): Copyedits.
2760 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2761 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2762 libxml-parse-html-region.
2763
2764 2012-03-07 Glenn Morris <rgm@gnu.org>
2765
2766 * markers.texi (The Region): Briefly mention use-empty-active-region
2767 and region-active-p.
2768 (Overview of Markers): Reword garbage collection, add cross-ref.
2769 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2770
2771 2012-03-07 Chong Yidong <cyd@gnu.org>
2772
2773 * text.texi (Buffer Contents): Don't duplicate explanation of
2774 region arguments from Text node. Put doc of obsolete var
2775 buffer-substring-filters back, since it is referred to.
2776 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2777 selection by default.
2778
2779 * markers.texi (The Mark): Fix typo.
2780 (The Region): Copyedits.
2781
2782 2012-03-07 Glenn Morris <rgm@gnu.org>
2783
2784 * markers.texi (Overview of Markers): Copyedits.
2785 (Creating Markers): Update approximate example buffer size.
2786 (The Mark): Don't mention uninteresting return values.
2787
2788 2012-03-05 Chong Yidong <cyd@gnu.org>
2789
2790 * positions.texi (Text Lines): Document count-words.
2791
2792 2012-03-04 Chong Yidong <cyd@gnu.org>
2793
2794 * frames.texi (Frames): Remove little-used "terminal frame" and
2795 "window frame" terminology.
2796 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2797 (Size and Position, Visibility of Frames): Callers changed.
2798 (Frames): Clarify which terminals in framep are graphical.
2799 (Initial Parameters): --geometry is not the only option which adds
2800 to initial-frame-alist.
2801 (Position Parameters): Note that icon-left and icon-top are for
2802 old window managers only.
2803 (Size Parameters): Sizes are in characters even on graphical
2804 displays.
2805 (Management Parameters): Note that window-id and outer-window-id
2806 can't really be changed, and that auto-raise isn't always obeyed.
2807 (Cursor Parameters): Document cursor-type explicitly.
2808 (Size and Position): The aliases set-screen-height and
2809 set-screen-width have been deleted.
2810 (Visibility of Frames): Mention "minimization".
2811
2812 * os.texi (Startup Summary): Minor clarifications.
2813 (Startup Summary, Suspending Emacs): Standardize on "text
2814 terminal" terminology.
2815
2816 * windows.texi (Basic Windows, Coordinates and Windows)
2817 (Coordinates and Windows):
2818 * display.texi (Refresh Screen, Line Height, Face Attributes)
2819 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2820
2821 2012-03-04 Glenn Morris <rgm@gnu.org>
2822
2823 * abbrevs.texi: Small copyedits throughout.
2824 (Abbrev Mode): Remove this section, folding it into the top-level.
2825 (Abbrev Tables): Don't mention irrelevant return values.
2826 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2827 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2828 (Abbrev Table Properties): Update nil :regexp description.
2829
2830 2012-03-03 Glenn Morris <rgm@gnu.org>
2831
2832 * internals.texi: Change @appendix section commands to @section.
2833 (Building Emacs): Say less about CANNOT_DUMP platforms.
2834 Replace deleted eval-at-startup with custom-initialize-delay.
2835 (Pure Storage): Small changes.
2836 (Memory Usage): Copyedit.
2837 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2838 example definitions. Give examples of things with non-nil
2839 interactive args. Mention eval_sub. Remove old info about
2840 strings and GCPRO. Mention cus-start.el.
2841 (Buffer Internals, Window Internals, Process Internals):
2842 Misc small updates and fixes for fields.
2843
2844 * tips.texi: Copyedits.
2845 (Coding Conventions): Mention autoloads.
2846 Combine partially duplicated macro items. Fix xref.
2847 Refer to Library Headers for copyright notice.
2848 (Programming Tips): edit-options is long-obsolete.
2849 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2850 (Warning Tips): Mention declare-function.
2851 (Documentation Tips): Remove old info.
2852 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2853 (Library Headers): General update.
2854
2855 2012-03-02 Glenn Morris <rgm@gnu.org>
2856
2857 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2858 and relocate entry. Mention buffer-stale-function.
2859
2860 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2861
2862 * hooks.texi (Standard Hooks): General update.
2863 Put related hooks together. Add and remove items.
2864 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2865 * modes.texi (Hooks): Tweak cross-ref description.
2866
2867 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2868
2869 * files.texi (Kinds of Files): The return value of file-equal-p is
2870 unspecified, if FILE1 or FILE2 does not exist.
2871
2872 2012-03-01 Glenn Morris <rgm@gnu.org>
2873
2874 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2875
2876 * maps.texi (Standard Keymaps): General update.
2877 Remove mode-specific maps, talk about the more general keymaps.
2878 * help.texi (Help Functions): Add vindex for Helper-help-map.
2879 * keymaps.texi (Active Keymaps): Minor rephrasing.
2880
2881 2012-02-29 Glenn Morris <rgm@gnu.org>
2882
2883 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2884
2885 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2886
2887 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2888 Update changed behavior of file-subdir-of-p.
2889
2890 2012-02-28 Glenn Morris <rgm@gnu.org>
2891
2892 * advice.texi, anti.texi, display.texi, elisp.texi:
2893 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2894 Standardize possessive apostrophe usage.
2895
2896 * locals.texi: Remove file.
2897 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2898 Remove menu entry.
2899 * errors.texi, maps.texi: Adjust node pointers.
2900 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2901 * makefile.w32-in (srcs):
2902 * Makefile.in (srcs): Remove locals.texi.
2903
2904 * frames.texi (Mouse Position): Fix cross-ref.
2905
2906 2012-02-27 Chong Yidong <cyd@gnu.org>
2907
2908 * buffers.texi (Creating Buffers): Clarify that
2909 generate-new-buffer uses generate-new-buffer-names.
2910 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2911
2912 * files.texi (Directory Names): Index entry for file name abbreviations.
2913 (Relative File Names, File Name Expansion): Refer to it.
2914 (Locating Files): Move locate-user-emacs-file documentation to
2915 Standard File Names.
2916 (Standard File Names): Add locate-user-emacs-file; update examples.
2917
2918 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2921
2922 2012-02-26 Chong Yidong <cyd@gnu.org>
2923
2924 * files.texi (Kinds of Files): Improve documentation of
2925 files-equal-p and file-subdir-of-p.
2926
2927 2012-02-26 Glenn Morris <rgm@gnu.org>
2928
2929 * intro.texi (Acknowledgements): Small changes.
2930
2931 2012-02-25 Glenn Morris <rgm@gnu.org>
2932
2933 * errors.texi: Don't try to list _all_ the error symbols.
2934 Add circular-list, cl-assertion-failed, compression-error.
2935 * elisp.texi, vol1.texi, vol2.texi:
2936 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2937
2938 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2939
2940 * files.texi (files-equal-p, file-subdir-of-p): New,
2941 add initial documentation.
2942
2943 2012-02-25 Chong Yidong <cyd@gnu.org>
2944
2945 * files.texi (File Attributes): Document file-selinux-context.
2946 (Changing Files): Link to it.
2947 (Changing Files): Document set-file-selinux-context.
2948
2949 * backups.texi (Making Backups): Return value of backup-buffer is
2950 changed. Mention default value of backup-directory-alist.
2951 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2952 (Auto-Saving): New minor mode behavior for auto-save-mode.
2953 (Reverting): Add defvar for revert-buffer-in-progress-p.
2954
2955 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2956
2957 2012-02-24 Glenn Morris <rgm@gnu.org>
2958
2959 * errors.texi (Standard Errors): Mention dbus-error.
2960 For arith-error sub-classes, just use one cross-ref.
2961
2962 2012-02-23 Alan Mackenzie <acm@muc.de>
2963
2964 * modes.texi (Defining Minor Modes): Document the new keyword
2965 :after-hook.
2966
2967 2012-02-21 Chong Yidong <cyd@gnu.org>
2968
2969 * files.texi (Files): Mention magic file names as arguments.
2970 (Reading from Files): Copyedits.
2971 (File Attributes): Mention how to change file modes.
2972 (Changing Files): Use standard "file permissions" terminology.
2973 Add xref to File Attributes node.
2974 (Locating Files): Document locate-user-emacs-file.
2975 (Unique File Names): Recommend against using make-temp-name.
2976
2977 2012-02-19 Chong Yidong <cyd@gnu.org>
2978
2979 * help.texi (Documentation, Documentation Basics, Help Functions):
2980 Minor clarifications.
2981 (Accessing Documentation): Clarify what documentation-property is
2982 for. Add xref to Keys in Documentation.
2983
2984 * tips.texi (Documentation Tips): Don't recommend using * in
2985 docstrings.
2986
2987 * macros.texi (Defining Macros):
2988 * modes.texi (Derived Modes): Say "documentation string" instead
2989 of docstring.
2990
2991 2012-02-18 Chong Yidong <cyd@gnu.org>
2992
2993 * modes.texi (Tabulated List Mode): New node.
2994 (Basic Major Modes): Add xref to it.
2995
2996 * processes.texi (Process Information): Mention Process Menu mode.
2997
2998 2012-02-17 Chong Yidong <cyd@gnu.org>
2999
3000 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3001
3002 2012-02-17 Glenn Morris <rgm@gnu.org>
3003
3004 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3005
3006 2012-02-16 Chong Yidong <cyd@gnu.org>
3007
3008 * syntax.texi (Syntax Tables, Syntax Descriptors)
3009 (Syntax Table Functions): Copyedits.
3010 (Syntax Basics): Don't repeat the material in the preceding node.
3011 (Syntax Class Table): Use a table.
3012 (Syntax Properties): Document syntax-propertize-function and
3013 syntax-propertize-extend-region-functions.
3014 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3015 (Parser State): Update for the new "c" comment style.
3016 Fix description of item 7 (comment style).
3017
3018 * modes.texi (Minor Modes): Update how mode commands should treat
3019 arguments now.
3020 (Mode Line Basics): Clarify force-mode-line-update.
3021 (Mode Line Top): Note that the example is not realistic.
3022 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3023 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3024 "mode line construct" instead of "mode line specification".
3025 (Syntactic Font Lock): Remove mention of obsolete variable
3026 font-lock-syntactic-keywords.
3027 (Setting Syntax Properties): Node deleted.
3028 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3029 (Font Lock Basics): Note that syntactic fontification falls back
3030 on `syntax-table'.
3031 (Search-based Fontification): Emphasize that font-lock-keywords
3032 should not be set directly.
3033 (Faces for Font Lock): Avoid some confusing terminology.
3034 (Syntactic Font Lock): Minor clarifications. Add xref to
3035 Syntactic Font Lock node.
3036
3037 2012-02-15 Chong Yidong <cyd@gnu.org>
3038
3039 * minibuf.texi (Basic Completion): Define "completion table".
3040 Move completion-in-region to Completion in Buffers node.
3041 (Completion Commands): Use "completion table" terminology.
3042 (Completion in Buffers): New node.
3043
3044 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3045 (Setting Hooks): Update minor mode usage example.
3046 (Major Mode Conventions): Note that completion-at-point-functions
3047 should be altered locally. Add xref to Completion in Buffers.
3048 Remove duplicate tip about auto-mode-alist.
3049 (Minor Modes): Rewrite introduction.
3050 (Minor Mode Conventions): Copyedits. Don't recommend
3051 variable-only minor modes since few minor modes are like that.
3052
3053 2012-02-15 Glenn Morris <rgm@gnu.org>
3054
3055 * processes.texi (Network): Document open-network-stream :parameters.
3056
3057 2012-02-14 Chong Yidong <cyd@gnu.org>
3058
3059 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3060 was removed on 2009-09-10. Update lisp-mode-map example.
3061 (Inheritance and Keymaps): Minor clarification.
3062 (Searching Keymaps): Remove out-of-place enumeration.
3063 (Key Lookup): Remove unnecessary example (one was already given in
3064 Format of Keymaps).
3065 (Changing Key Bindings): Update suppress-keymap example.
3066 (Menu Bar, Tool Bar): Copyedits.
3067 (Tool Bar): Update tool-bar-map example.
3068
3069 2012-02-12 Chong Yidong <cyd@gnu.org>
3070
3071 * debugging.texi (Debugger Commands): Continuing is now allowed
3072 for errors.
3073
3074 2012-02-11 Chong Yidong <cyd@gnu.org>
3075
3076 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3077 Move the list of standard bitmaps there.
3078 (Fringe Cursors): Rewrite for clarity.
3079 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3080
3081 * commands.texi (Command Overview): Mention read-key.
3082 (Using Interactive, Interactive Call): Minor clarifications.
3083 (Function Keys, Click Events): Avoid "input stream" terminology.
3084 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3085 Clarify column and row components.
3086 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3087 (Special Events): Copyedits.
3088
3089 * streams.texi (Input Streams): De-document get-file-char.
3090 (Output Variables): Don't refer to old backquote syntax.
3091
3092 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3093 (Error Debugging): Note that debug-ignored-errors overrides list
3094 values of debug-on-error too. Add xref to Signaling Errors.
3095 Note that debug-on-signal is not customizable.
3096 Mention condition-case-unless-debug.
3097 (Compilation Errors): Node deleted.
3098
3099 * compile.texi (Compiler Errors): Move a paragraph here from
3100 deleted node Compilation Errors.
3101
3102 2012-02-10 Leo Liu <sdl.web@gmail.com>
3103
3104 * control.texi (Handling Errors): Change condition-case-no-debug
3105 to condition-case-unless-debug.
3106
3107 2012-02-10 Chong Yidong <cyd@gnu.org>
3108
3109 * advice.texi (Defining Advice): Clarify ad-unadvise.
3110 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3111 is not abnormal.
3112 (Advising Primitives): Node deleted; ad-define-subr-args has been
3113 removed.
3114
3115 * compile.texi (Speed of Byte-Code): Use float-time in example.
3116 (Compilation Functions): Note that the log uses Compilation mode.
3117 Don't discuss the contents of byte-code function object here.
3118 (Compilation Functions): De-document internal function byte-code.
3119 (Docs and Compilation): Minor clarifications.
3120
3121 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3122 Objects.
3123
3124 2012-02-10 Glenn Morris <rgm@gnu.org>
3125
3126 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3127 Mention secure-hash.
3128 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3129
3130 2012-02-10 Chong Yidong <cyd@gnu.org>
3131
3132 * loading.texi (Loading): Don't emphasize "library" terminology.
3133 (Library Search): load-path is not a user option. Mention role of
3134 -L option and packages. Improve examples.
3135 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3136 obsolete.
3137 (Autoload): Minor clarifications.
3138
3139 2012-02-10 Glenn Morris <rgm@gnu.org>
3140
3141 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3142
3143 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3144
3145 2012-02-08 Glenn Morris <rgm@gnu.org>
3146
3147 * loading.texi (Named Features): Update the require example.
3148
3149 2012-02-07 Glenn Morris <rgm@gnu.org>
3150
3151 * modes.texi (Defining Minor Modes):
3152 Expand on args of defined minor modes.
3153
3154 2012-02-07 Chong Yidong <cyd@gnu.org>
3155
3156 * variables.texi (Creating Buffer-Local): Minor clarification
3157 to buffer-local-variables doc (Bug#10715).
3158
3159 2012-02-07 Glenn Morris <rgm@gnu.org>
3160
3161 * display.texi (ImageMagick Images): General update.
3162 Move most details of imagemagick-render-type to the variable's doc.
3163
3164 2012-02-06 Glenn Morris <rgm@gnu.org>
3165
3166 * keymaps.texi (Tool Bar): Mention separators.
3167 (Inheritance and Keymaps):
3168 Mention make-composed-keymap and multiple inheritance.
3169
3170 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3171
3172 * control.texi (Handling Errors):
3173 Mention condition-case-no-debug and with-demoted-errors.
3174
3175 2012-02-05 Chong Yidong <cyd@gnu.org>
3176
3177 * customize.texi (Common Keywords): Minor clarifications.
3178 Document custom-unlispify-remove-prefixes.
3179 (Variable Definitions): Backquotes in defcustom seem to work fine
3180 now. Various other copyedits.
3181 (Simple Types): Copyedits. Document color selector.
3182 (Composite Types): Copyedits.
3183 (Splicing into Lists): Clarifications.
3184
3185 * eval.texi (Backquote): Move from macros.texi.
3186
3187 * macros.texi (Expansion): Minor clarification.
3188 (Backquote): Move node to eval.texi.
3189 (Defining Macros): Move an example from Backquote node.
3190 (Argument Evaluation): No need to mention Pascal.
3191 (Indenting Macros): Add xref to Defining Macros.
3192
3193 2012-02-05 Glenn Morris <rgm@gnu.org>
3194
3195 * debugging.texi (Error Debugging): Mention debug-on-event default.
3196
3197 2012-02-04 Glenn Morris <rgm@gnu.org>
3198
3199 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3200
3201 * debugging.texi (Error Debugging): Mention debug-on-event.
3202 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3203
3204 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3205
3206 * text.texi (Buffer Contents):
3207 Update filter-buffer-substring description.
3208
3209 2012-02-04 Chong Yidong <cyd@gnu.org>
3210
3211 * functions.texi (What Is a Function): Add closures.
3212 Mention "return value" terminology. Add xref for command-execute.
3213 Remove unused "keystroke command" terminology.
3214 (Lambda Expressions): Give a different example than in the
3215 following subsection. Add xref to Anonymous Functions.
3216 (Function Documentation): Remove gratuitous markup.
3217 (Function Names): Move introductory text to `What Is a Function'.
3218 (Defining Functions): Fix defun argument spec.
3219 (Anonymous Functions): Document lambda macro explicitly.
3220 Mention effects on lexical binding.
3221 (Function Cells): Downplay direct usage of fset.
3222 (Closures): New node.
3223 (Inline Functions): Remove "open-code" terminology.
3224 (Declaring Functions): Minor tweak; .m is not C code.
3225
3226 * variables.texi (Variables): Don't refer to "global value".
3227 (Local Variables, Void Variables): Copyedits.
3228 (Lexical Binding): Minor clarification of example.
3229 (File Local Variables): Mention :safe and :risky defcustom args.
3230 (Lexical Binding): Add xref to Closures node.
3231
3232 2012-02-04 Glenn Morris <rgm@gnu.org>
3233
3234 * minibuf.texi (High-Level Completion): Updates for read-color.
3235
3236 2012-02-03 Glenn Morris <rgm@gnu.org>
3237
3238 * display.texi (GIF Images): Mention animation.
3239 Remove commented-out old example of animation.
3240 (Animated Images): New subsection.
3241 * elisp.texi (Top):
3242 * vol1.texi (Top):
3243 * vol2.texi (Top): Add Animated Images menu entry.
3244
3245 * display.texi (Image Formats): Remove oddly specific information
3246 on versions of image libraries.
3247 (GIF Images, TIFF Images): Minor rephrasing.
3248
3249 2012-02-02 Glenn Morris <rgm@gnu.org>
3250
3251 * processes.texi (Synchronous Processes):
3252 Mention call-process's :file gets overwritten.
3253
3254 * commands.texi (Reading One Event):
3255 * help.texi (Help Functions): Document read-char-choice.
3256
3257 * hooks.texi (Standard Hooks):
3258 * modes.texi (Keymaps and Minor Modes):
3259 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3260
3261 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3262
3263 * hooks.texi (Standard Hooks):
3264 * modes.texi (Major Mode Conventions, Mode Hooks):
3265 Document change-major-mode-after-body-hook.
3266
3267 2012-02-01 Glenn Morris <rgm@gnu.org>
3268
3269 * modes.texi (Defining Minor Modes):
3270 Mention disabling global minor modes on a per-major-mode basis.
3271
3272 2012-01-31 Chong Yidong <cyd@gnu.org>
3273
3274 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3275 (Parser State): Remove unnecessary statement (Bug#10661).
3276
3277 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3278
3279 2012-01-31 Glenn Morris <rgm@gnu.org>
3280
3281 * modes.texi (Defining Minor Modes):
3282 Document define-minor-mode's new :variable keyword.
3283
3284 2012-01-29 Chong Yidong <cyd@gnu.org>
3285
3286 * syntax.texi (Syntax Class Table): Tweak description of newline
3287 char syntax (Bug#9619).
3288
3289 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3290 description (Bug#10189).
3291
3292 2012-01-29 Glenn Morris <rgm@gnu.org>
3293
3294 * files.texi (Changing Files): Document SELinux support.
3295
3296 * windows.texi (Window Sizes): Fix typo.
3297
3298 2012-01-28 Chong Yidong <cyd@gnu.org>
3299
3300 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3301 doc (Bug#8568).
3302
3303 * frames.texi (Input Focus): Add NORECORD arg to
3304 select-frame-set-input-focus. Clarify its role in select-frame.
3305
3306 * text.texi (Transposition): We don't use transpose-region as an
3307 internal subroutine (Bug#3249).
3308
3309 * modes.texi (Example Major Modes): Update Lisp example code to
3310 current sources. Delete the old non-derived-major-mode example,
3311 which has diverged badly from current sources.
3312
3313 2012-01-27 Glenn Morris <rgm@gnu.org>
3314
3315 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3316 (VERSION, manual): Remove, unused.
3317
3318 2012-01-27 Chong Yidong <cyd@gnu.org>
3319
3320 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3321
3322 2012-01-26 Chong Yidong <cyd@gnu.org>
3323
3324 * searching.texi (String Search): Document negative repeat count
3325 (Bug#10507).
3326
3327 2012-01-26 Glenn Morris <rgm@gnu.org>
3328
3329 * variables.texi (Using Lexical Binding):
3330 Mention that lexical-binding should be set in the first line.
3331
3332 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3333
3334 * macros.texi (Defining Macros): Don't claim that `declare' only
3335 affects Edebug and indentation.
3336
3337 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3338
3339 * macros.texi (Defining Macros): Slight `declare' fixup.
3340
3341 2012-01-25 Glenn Morris <rgm@gnu.org>
3342
3343 * makefile.w32-in (texinputdir):
3344 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3345
3346 2012-01-24 Chong Yidong <cyd@gnu.org>
3347
3348 * variables.texi (Variables, Local Variables, Void Variables):
3349 Edit to make the descriptions less specific to dynamic binding.
3350 (Local Variables): Default max-specpdl-size is now 1300.
3351 (Defining Variables): Edits for lexical scoping.
3352 Delete information about starting docstrings with *. De-document
3353 user-variable-p.
3354 (Tips for Defining): Remove an unimportant discussion of quitting
3355 in the middle of a load.
3356 (Accessing Variables, Setting Variables): Discuss lexical binding.
3357 (Variable Scoping): Rewrite.
3358 (Scope, Extent, Impl of Scope): Nodes deleted.
3359 (Dynamic Binding): New node, with material from Scope, Extent, and
3360 Impl of Scope nodes.
3361 (Dynamic Binding Tips): Rename from Using Scoping.
3362 (Lexical Binding): Rewrite.
3363 (Using Lexical Binding): Rename from Converting to Lexical
3364 Binding. Convert to subsection.
3365
3366 * customize.texi (Variable Definitions): Add custom-variable-p.
3367 Move user-variable-p documentation here.
3368
3369 2012-01-23 Chong Yidong <cyd@gnu.org>
3370
3371 * strings.texi (Text Comparison): Minor qualification.
3372
3373 * lists.texi (Cons Cells): Copyedits.
3374 (List Elements): Mention push.
3375 (List Variables): Mention pop.
3376 (Rings): Move to sequences.texi.
3377
3378 * sequences.texi (Sequence Functions): Don't repeat the
3379 introduction already given in the parent.
3380 (Vectors): Copyedits.
3381 (Rings): Move from lists.texi. Note that this is specific to the
3382 ring package.
3383
3384 * symbols.texi (Definitions, Symbol Components): Mention variable
3385 scoping issues.
3386 (Plists and Alists): Copyedits.
3387
3388 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3389 correctness with lexical scoping.
3390 (Eval): Copyedits.
3391
3392 2012-01-21 Chong Yidong <cyd@gnu.org>
3393
3394 * intro.texi (A Sample Function Description): Special notation
3395 used for macros too.
3396
3397 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3398 (Symbol Type): Add xref for keyword symbols.
3399 (Sequence Type): Clarify differences between sequence types.
3400 (Cons Cell Type): Add "linked list" index entry.
3401 (Non-ASCII in Strings): Copyedits.
3402 (Equality Predicates): Symbols with same name need not be eq.
3403
3404 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3405 ldexp. Move float-e and float-pi to Math Functions node.
3406
3407 2012-01-21 Glenn Morris <rgm@gnu.org>
3408
3409 * modes.texi (Auto Major Mode):
3410 * variables.texi (File Local Variables):
3411 Mention inhibit-local-variables-regexps.
3412
3413 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3414
3415 * windows.texi (Window Configurations): Rewrite references to
3416 persistent window parameters.
3417 (Window Parameters): Fix description of persistent window
3418 parameters.
3419
3420 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * windows.texi (Window Parameters): Use @pxref.
3423
3424 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3425
3426 * windows.texi (Window Configurations, Window Parameters):
3427 Describe persistent window parameters.
3428
3429 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * variables.texi (Creating Buffer-Local): Warn against misuses of
3432 make-variable-buffer-local (bug#10258).
3433
3434 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3435
3436 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3437
3438 2012-01-06 Chong Yidong <cyd@gnu.org>
3439
3440 * variables.texi (Directory Local Variables):
3441 Document hack-dir-local-variables-non-file-buffer.
3442
3443 2012-01-06 Glenn Morris <rgm@gnu.org>
3444
3445 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3446 rather than by keybinding.
3447
3448 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * frames.texi (Font and Color Parameters): Add @pxref.
3451
3452 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3453
3454 * frames.texi (Font and Color Parameters):
3455 Document w32 font backends (bug#10399).
3456
3457 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3458
3459 * files.texi (File Attributes, Changing Files):
3460 Use a more-natural notation for octal numbers.
3461
3462 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * variables.texi (Variables with Restricted Values):
3465 Change reference to variable (bug#10354).
3466
3467 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3468
3469 * windows.texi (Splitting Windows): Use t instead of non-nil
3470 when describing window-combination-resize.
3471
3472 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * text.texi (Special Properties): Warn against `intangible' properties
3475 (bug#10222).
3476
3477 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3478
3479 * display.texi (Truncation):
3480 * text.texi (Special Properties): Describe what a stretch-glyph is
3481 instead of using that term without explanation. Make the
3482 cross-references more accurate.
3483
3484 * display.texi (Usual Display): Update the description,
3485 cross-references, and indexing related to display of control
3486 characters and raw bytes.
3487
3488 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3489
3490 * windows.texi (Splitting Windows): Fix description of
3491 window-combination-limit. Suggested by Eli Zaretskii.
3492
3493 2011-11-23 Chong Yidong <cyd@gnu.org>
3494
3495 * windows.texi (Window Sizes): Move window-top-line,
3496 window-left-column, and window-*-pixel-edges to Coordinates and
3497 Windows node.
3498 (Coordinates and Windows): Restore window-edges doc.
3499
3500 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3501
3502 * windows.texi (Windows and Frames, Splitting Windows):
3503 Fix typos.
3504
3505 2011-11-21 Chong Yidong <cyd@gnu.org>
3506
3507 * windows.texi (Splitting Windows): Fix error in documentation of
3508 window-combination-limit.
3509 (Cyclic Window Ordering): Minor fixes to next-window,
3510 one-window-p, and get-lru-window docs. Don't document
3511 window-list-1.
3512 (Buffers and Windows): Copyedits.
3513 (Choosing Window): Document special handling of special-display-*.
3514 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3515 Don't document even-window-heights, which is going away.
3516 Clarify which options are obeyed by which action functions.
3517
3518 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3521
3522 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3523
3524 * windows.texi (Resizing Windows, Splitting Windows):
3525 Remove term "status" when talking about combination limits.
3526
3527 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3528
3529 * compile.texi (Compiler Errors):
3530 * help.texi (Help Functions): Fix typos.
3531
3532 2011-11-19 Chong Yidong <cyd@gnu.org>
3533
3534 * windows.texi (Splitting Windows): Clarify role of window
3535 parameters in split-window. Shorten the example.
3536 (Deleting Windows): Rewrite intro to handle internal windows.
3537 Fix delete-windows-on doc.
3538 (Selecting Windows): Copyedits.
3539
3540 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3541
3542 * windows.texi (Resizing Windows, Splitting Windows)
3543 (Deleting Windows): Use term window-combination-resize instead
3544 of window-splits.
3545
3546 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3547
3548 * windows.texi (Resizing Windows, Splitting Windows):
3549 Rename occurrences of window-nest to window-combination-limit.
3550
3551 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * intro.texi (Lisp History): Fix typo.
3554
3555 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3556
3557 * windows.texi (Splitting Windows, Deleting Windows):
3558 Remove references to splits status of windows.
3559
3560 2011-11-10 Glenn Morris <rgm@gnu.org>
3561
3562 * buffers.texi (Read Only Buffers): Expand a bit on why
3563 toggle-read-only should only be used interactively. (Bug#7292)
3564
3565 2011-11-09 Chong Yidong <cyd@gnu.org>
3566
3567 * windows.texi (Window Sizes): Document window-pixel-edges,
3568 window-inside-pixel-edges, window-absolute-pixel-edges, and
3569 window-inside-absolute-pixel-edges.
3570 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3571 non-full-width windows.
3572
3573 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3574
3575 * windows.texi (Resizing Windows): Rewrite documentation of
3576 window-resizable.
3577
3578 2011-11-09 Chong Yidong <cyd@gnu.org>
3579
3580 * windows.texi (Splitting Windows): Simplify example.
3581
3582 2011-11-08 Chong Yidong <cyd@gnu.org>
3583
3584 * windows.texi (Window Sizes): Copyedits. Document
3585 window-text-height. Remove window-min-height and window-min-width
3586 discussion, referring instead to Emacs manual.
3587 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3588 (Resizing Windows): Simplify introduction. Don't document
3589 enlarge-window, shrink-window, enlarge-window-horizontally, and
3590 shrink-window-horizontally; they are no longer preferred for
3591 calling from Lisp, and are already documented in the Emacs manual.
3592
3593 2011-11-07 Glenn Morris <rgm@gnu.org>
3594
3595 * windows.texi (Choosing Window): Fix keybinding typo.
3596
3597 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3598
3599 * windows.texi (Resizing Windows, Splitting Windows)
3600 (Window Configurations): Use "child window" instead of
3601 "subwindow".
3602
3603 2011-11-06 Chong Yidong <cyd@gnu.org>
3604
3605 * windows.texi (Basic Windows): Clarify various definitions.
3606 Treat window-normalize-* as internal; don't document them.
3607 (Windows and Frames): Various clarifications, e.g. non-live
3608 windows also belong to frames. Fix window-list description.
3609 Simplify window nesting example.
3610 (Splitting Windows, Window Configurations):
3611 Use split-window-below.
3612
3613 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3614
3615 * windows.texi (Window Sizes): Mention in the doc string that the
3616 return values of `window-body-height' and `window-body-width' are
3617 in frame's canonical units. (Bug#9949)
3618
3619 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3620
3621 * windows.texi (Windows and Frames): Remove "iso-" infix from
3622 documentation of window-iso-combined-p.
3623
3624 2011-10-26 Chong Yidong <cyd@gnu.org>
3625
3626 * modes.texi (Running Hooks): Document with-wrapper-hook.
3627
3628 2011-10-18 Chong Yidong <cyd@gnu.org>
3629
3630 * display.texi (Glyphless Chars): New node.
3631
3632 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * text.texi (Yanking): Document yank-excluded-properties.
3635
3636 * package.texi (Packaging Basics): The commentary should say how
3637 to begin using the package.
3638
3639 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3640
3641 * windows.texi (Deleting Windows): Mention which window gets
3642 selected when deleting the selected window.
3643
3644 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3645
3646 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3647 with the selected window.
3648 * windows.texi (Buffers and Windows): Reformulate text on how
3649 replace-buffer-in-windows deals with a window.
3650 (Quitting Windows): Describe how quit-window deals with a
3651 standalone frame. Describe new option frame-auto-hide-function.
3652
3653 2011-10-08 Glenn Morris <rgm@gnu.org>
3654
3655 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3656
3657 * positions.texi (Excursions): Update warning message.
3658
3659 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3662 Fix Emacs manual xref (Bug#9675).
3663
3664 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3665
3666 * windows.texi (Textual Scrolling): Document scroll-up-command,
3667 scroll-down-command, scroll-error-top-bottom, and the
3668 scroll-command symbol property.
3669 (Display Action Functions): Fix description of
3670 display-buffer-pop-up-window.
3671
3672 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3673
3674 * windows.texi (Splitting Windows): Fix typos.
3675
3676 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3677
3678 * windows.texi (Windows and Frames, Display Action Functions)
3679 (Switching Buffers): Fix some typos.
3680 (Buffers and Windows): Remove reference to window-auto-delete.
3681 Reword description of replace-buffer-in-windows.
3682 (Window History): Fix some typos and refer to frame local buffer
3683 list.
3684 (Quitting Windows): New node.
3685 (Window Configurations): Add descriptions of window-state-get
3686 and window-state-put.
3687 (Window Parameters): Describe variable ignore-window-parameters.
3688 Sketch some window parameters currently in use.
3689 * elisp.texi (Top): Update node listing.
3690
3691 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * windows.texi (Display Action Functions)
3694 (Choosing Window Options): New nodes.
3695
3696 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * windows.texi (Window History): New node. Move text here from
3699 Buffers and Windows.
3700 (Switching Buffers): Rename from Displaying Buffers, since we
3701 don't document display-buffer here; callers changed.
3702 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3703 switch-to-buffer-other-frame. Delete duplicate
3704 replace-buffer-in-windows doc.
3705 (Choosing Window): Document display actions.
3706
3707 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3708
3709 * display.texi (Forcing Redisplay): Update the description of
3710 redisplay-dont-pause due to change in the default value.
3711
3712 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3713
3714 * frames.texi (Frames and Windows): Move section and rename to
3715 Windows and Frames in windows.texi.
3716 * windows.texi (Windows): Restructure.
3717 (Basic Windows): Rewrite. Explain live and internal windows and
3718 normalization functions.
3719 (Windows and Frames): Move section here from frames.texi.
3720 Describe subwindows, window combinations, window tree, and
3721 corresponding functions including window-list here.
3722 (Window Sizes): Rename section from Size of Window and move it
3723 up in chapter. Describe total and body sizes and the
3724 corresponding functions. Explain new semantics of
3725 window-min-height/-width.
3726 (Resizing Windows): Move section up in chapter. Describe new
3727 resize functions.
3728 (Splitting Windows): Describe new behavior of split-window,
3729 split-window-above-each-other and split-window-side-by-side.
3730 Provide examples. Describe window-nest and window-splits
3731 options.
3732 (Deleting Windows): Minor rewrite.
3733 (Selecting Windows): Minor rewrite.
3734 Describe frame-selected-window and set-frame-selected-window here.
3735 (Cyclic Window Ordering): Minor rewrite.
3736 Describe window-list-1.
3737 (Buffers and Windows): Rewrite. Explain a window's previous and
3738 next buffers and the corresponding functions.
3739 (Window Tree): Merge into Windows and Frames section.
3740 * elisp.texi (Top): Update node listings for frames and windows
3741 sections.
3742
3743 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3746
3747 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3748
3749 * errors.texi (Standard Errors): Remove apparent placeholder text
3750 (bug#9491).
3751
3752 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * frames.texi (Management Parameters): Fix description of
3755 icon-type parameter.
3756
3757 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3760 ending in C-g. Suggested by Edward O'Connor.
3761
3762 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3763
3764 * numbers.texi (Integer Basics): Add indexing for
3765 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3766
3767 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3768
3769 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3770
3771 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3772
3773 * processes.texi (Network Servers): Clarify what the process
3774 buffer is used for (bug#9233).
3775
3776 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3777
3778 * lists.texi (Building Lists): Fix typo.
3779
3780 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * display.texi (Basic Faces): New node. Document new faces.
3783
3784 * modes.texi (Major Mode Conventions): Move some text there.
3785 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3786
3787 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3788
3789 * modes.texi (Basic Major Modes): New node. Callers updated.
3790 (Major Modes): Document fundamental-mode and major-mode.
3791 (Major Mode Basics): Node deleted; text moved to Major Modes.
3792 (Derived Modes): Document derived-mode-p.
3793
3794 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3795
3796 * files.texi (Changing Files, Create/Delete Dirs): Document new
3797 arguments for delete-file, delete-directory, and copy-directory.
3798 (Visiting Functions): Remove view-file; it is documented in the
3799 Emacs manual.
3800
3801 * frames.texi (Layout Parameters): The defaults for the
3802 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3803
3804 * display.texi (Progress): Document spinner functionality.
3805
3806 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3807 operating system signals. Refer to save-buffers-kill-terminal
3808 instead of save-buffers-kill-emacs.
3809
3810 * objects.texi (Symbol Type): Document ## print representation.
3811
3812 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3813
3814 * display.texi (Specified Space): Mention that `space' specs
3815 influence bidi reordering.
3816 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3817 separating fields with bidirectional content.
3818
3819 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3820
3821 * display.texi (Bidirectional Display): Document return value in
3822 buffers that are not bidi-reordered for display, and in unibyte
3823 buffers.
3824
3825 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3826
3827 * nonascii.texi (Character Properties): Document the values for
3828 unassigned codepoints.
3829
3830 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3831
3832 * nonascii.texi (Character Properties): Document use of
3833 `bidi-class' and `mirroring' properties as part of reordering.
3834 Provide cross-references to "Bidirectional Display".
3835
3836 * display.texi (Bidirectional Display): Document the pitfalls of
3837 concatenating strings with bidirectional content, with possible
3838 solutions. Document bidi-string-mark-left-to-right.
3839 Mention paragraph direction in modes that inherit from prog-mode.
3840 Document use of `bidi-class' and `mirroring' properties as part of
3841 reordering.
3842
3843 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3844
3845 * modes.texi (Major Mode Conventions): Improve the documentation
3846 of `mode-class' `special' modes.
3847
3848 * nonascii.texi (Character Properties): Document the `mirroring'
3849 property. Add index entries.
3850
3851 * syntax.texi (Categories): Add an example of defining a new
3852 category and category table.
3853
3854 * searching.texi (Regexp Backslash): Document how to display
3855 existing categories. Mention the possibility of adding
3856 categories, and add an xref to where this is described. Add an
3857 index entry.
3858
3859 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * text.texi (Special Properties):
3862 * display.texi (Overlay Properties): Note that mouse-face cannot
3863 change the text size (Bug#8530).
3864
3865 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3866
3867 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3868 using setenv instead.
3869
3870 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3871
3872 * display.texi (Bidirectional Display): Document the fact that
3873 bidi-display-reordering is t by default.
3874
3875 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3876
3877 * display.texi (Bidirectional Display): New section.
3878
3879 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3880 Tim Cross <theophilusx@gmail.com> (tiny change)
3881 Glenn Morris <rgm@gnu.org>
3882
3883 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3884
3885 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3886
3887 * help.texi (Keys in Documentation): Revert last change.
3888
3889 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3890
3891 * help.texi (Keys in Documentation): Clarify that \= only quotes
3892 the next character, and doesn't affect longer sequences in
3893 particular (bug#8935).
3894
3895 * debugging.texi (Using Debugger):
3896 Mention @code{eval-expression-debug-on-error} (bug#8549).
3897
3898 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3899
3900 * display.texi (Other Display Specs): Document that `left-fringe'
3901 and `right-fringe' display specifications are of the "replacing"
3902 kind.
3903
3904 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3905
3906 * help.texi (Documentation Basics): Add a link to the Function
3907 Documentation node (bug#6580).
3908
3909 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3910
3911 * keymaps.texi (Menu Bar): Mention :visible and :enable
3912 (bug#6344). Text by Drew Adams.
3913
3914 * modes.texi (Running Hooks): Mention buffer-local hook variables
3915 (bug#6218).
3916
3917 * objects.texi (General Escape Syntax): "a with grave accent" is
3918 ?xe0, not ?x8e0 (bug#5259).
3919
3920 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * display.texi (Face Attributes, Font Selection): Add references
3923 to the Fonts node in the Emacs manual (Bug#4178).
3924
3925 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * display.texi (Window Systems): `window-system' is
3928 terminal-local.
3929
3930 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3931 frame-local variables.
3932
3933 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3934 frame-local variables.
3935 (Frame-Local Variables): Node deleted.
3936
3937 * elisp.texi (Top): Update node listing.
3938
3939 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
3941 * elisp.texi: Change "inferiors" to "subnodes" in three places
3942 (bug#3523).
3943
3944 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3945
3946 * frames.texi (Window System Selections): Discussion of
3947 x-select-enable-clipboard moved to Emacs manual.
3948
3949 2011-07-11 Deniz Dogan <deniz@dogan.se>
3950
3951 * commands.texi (Prefix Command Arguments): Remove excessive
3952 apostrophe.
3953
3954 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3955
3956 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3957 description is a string (bug#3313).
3958
3959 * frames.texi (Display Feature Testing): Try to explain what all
3960 the visual classes mean (bug#3042).
3961
3962 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3963
3964 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3965 and `mode-line-client' (bug#2974).
3966
3967 * text.texi (Insertion): Clarify marker movements (bug#1651).
3968 Text from Drew Adams.
3969
3970 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3971
3972 * text.texi (Special Properties): Clarify the format of `face'
3973 (bug#1375).
3974
3975 * commands.texi (Interactive Call): Add a `call-interactively'
3976 example (bug#1010).
3977
3978 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3979
3980 * functions.texi (Calling Functions): Link to the "Interactive
3981 Call" node (bug#1001).
3982
3983 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * customize.texi (Composite Types): Move alist and plist to here
3986 from Simple Types (Bug#7545).
3987
3988 * elisp.texi (Top): Update menu description.
3989
3990 * display.texi (Face Attributes): Document negative line widths
3991 (Bug#6113).
3992
3993 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3994
3995 * searching.texi (Match Data): Note that match data can be
3996 overwritten by most functions (bug#2499).
3997
3998 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3999
4000 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4001 flags mean (bug#6659).
4002
4003 * functions.texi (What Is a Function): Document the autoload
4004 object (bug#6496).
4005
4006 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4007
4008 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4009 is only used in the Customize user interface (bug#6089).
4010
4011 * display.texi (Showing Images): Mention the point of sliced
4012 images (bug#7836).
4013
4014 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4015
4016 * variables.texi (Defining Variables, Void Variables)
4017 (Constant Variables): Fix incorrect usage of @kindex.
4018
4019 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4020
4021 * variables.texi (Defining Variables): Add an index entry for
4022 `set-variable' (bug#7262).
4023 (Defining Variables): Use @findex for functions.
4024
4025 * frames.texi (Basic Parameters): Document the `explicit-name'
4026 parameter (bug#6951).
4027
4028 * customize.texi (Type Keywords): Clarify that :value provides a
4029 default value for all types (bug#7386).
4030
4031 * streams.texi (Output Functions): Document `pp'.
4032
4033 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * keymaps.texi (Searching Keymaps):
4036 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4037 change. Suggested by Johan Bockgård.
4038
4039 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * text.texi (Special Properties): Clarify role of font-lock-face.
4042
4043 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * processes.texi (Process Information): Rename `process-alive-p'
4046 to `process-live-p' for consistency with other `-live-p' functions.
4047
4048 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4049
4050 Document wide integers better.
4051 * files.texi (File Attributes): Document ino_t values better.
4052 ino_t values no longer map to anything larger than a single cons.
4053 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4054 (Bitwise Operations):
4055 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4056 to read, and that will port better if 62-bits becomes the default.
4057 Fix or remove incorrect examples.
4058 * os.texi (Time Conversion): Document time_t values better.
4059
4060 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
4062 * processes.texi (Process Information):
4063 Document `process-alive-p'.
4064
4065 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4066
4067 * help.texi (Accessing Documentation):
4068 * display.texi (Pixel Specification):
4069 * processes.texi (Serial Ports, Serial Ports):
4070 * nonascii.texi (Character Properties, Default Coding Systems):
4071 * text.texi (Changing Properties, Special Properties):
4072 * windows.texi (Window Start and End):
4073 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4074 * keymaps.texi (Searching Keymaps, Tool Bar):
4075 * minibuf.texi (Basic Completion):
4076 * compile.texi (Eval During Compile):
4077 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4078 7x9 paper in printed manual.
4079
4080 * lists.texi (Sets And Lists): Fix misplaced text.
4081
4082 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4085 needs to be active (Bug#8350).
4086
4087 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4090
4091 * tips.texi (Coding Conventions): Remove antediluvian filename
4092 limit recommendation (Bug#8538).
4093
4094 2011-05-27 Glenn Morris <rgm@gnu.org>
4095
4096 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4097
4098 2011-05-26 Glenn Morris <rgm@gnu.org>
4099
4100 * variables.texi (File Local Variables):
4101 Update hack-local-variables `mode-only' return value.
4102 Add some more details on what this function does in the other case.
4103
4104 2011-05-19 Glenn Morris <rgm@gnu.org>
4105
4106 * lists.texi (Sets And Lists): Mention cl provides union etc.
4107
4108 2011-05-19 Nix <nix@esperi.org.uk>
4109
4110 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4111
4112 * text.texi (Parsing HTML): Update for function name changes.
4113
4114 * syntax.texi (Syntax Flags): Small fix.
4115
4116 * keymaps.texi (Active Keymaps): Typo fix.
4117 (Changing Key Bindings): Grammar fix.
4118
4119 * frames.texi (Minibuffers and Frames): Grammar fix.
4120 (Window System Selections): x-select-enable-clipboard now defaults to t.
4121
4122 * customize.texi (Common Keywords):
4123 * display.texi (Abstract Display):
4124 * modes.texi (Auto-Indentation):
4125 * nonascii.texi (Converting Representations): Typo fixes.
4126
4127 * control.texi (Examples of Catch): Call it "goto" not "go to".
4128
4129 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4130
4131 * nonascii.texi (Character Properties): Fix inconsistencies with
4132 implementation.
4133
4134 * text.texi (Special Properties): Move @defvar's out of the
4135 @table. (Bug#8652)
4136
4137 2011-05-12 Glenn Morris <rgm@gnu.org>
4138
4139 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4140
4141 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4144 (Multiline Font Lock):
4145 * vol2.texi (Top):
4146 * vol1.texi (Top):
4147 * elisp.texi (Top): Update menu accordingly.
4148
4149 2011-05-12 Drew Adams <drew.adams@oracle.com>
4150
4151 * modes.texi (Region to Fontify): Fix typo.
4152
4153 2011-05-10 Jim Meyering <meyering@redhat.com>
4154
4155 * minibuf.texi: Fix typo "in in -> in".
4156
4157 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4158
4159 * numbers.texi (Integer Basics): Large integers are treated as floats.
4160
4161 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4162
4163 * processes.texi (Synchronous Processes): Document the (:file
4164 "/file-name") syntax for `call-process'.
4165
4166 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * windows.texi (Choosing Window): Fix typo.
4169
4170 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * frames.texi (Layout Parameters): Note the difference between
4173 querying and setting parameters for left-fringe and right-fringe
4174 (Bug#6930).
4175
4176 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * minibuf.texi (Basic Completion): Be a bit more precise about the
4179 valid kinds of completion tables.
4180 (Programmed Completion): Remove obsolete text about lambda expressions
4181 not being valid completion tables.
4182
4183 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * positions.texi (Excursions): Explain the "save-excursion
4186 defeated by set-buffer" warning.
4187
4188 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4189 save-excursion. Suggested by Uday S Reddy.
4190
4191 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4194 (Lexical Binding): New sub-section.
4195
4196 * eval.texi (Eval): Discourage the use of `eval'.
4197 Document its new `lexical' argument.
4198
4199 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * commands.texi (Command Overview): `post-command-hook' is not reset to
4202 nil any more.
4203
4204 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * strings.texi (String Conversion): Don't mention
4207 string-make-(uni|multi)byte (bug#8262).
4208 * nonascii.texi (Converting Representations): Fix up range.
4209 * keymaps.texi (Key Binding Commands): Update code point, avoid
4210 "unibyte character" and remove mention of unibyte bindings.
4211
4212 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4213
4214 * modes.texi (Operator Precedence Grammars): Don't use characters
4215 outside ISO-8859-1.
4216
4217 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4218
4219 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4220
4221 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4222
4223 2011-03-08 Glenn Morris <rgm@gnu.org>
4224
4225 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4226 * intro.texi (Acknowledgements): Names to UTF-8.
4227 * elisp.texi: Set documentencoding.
4228
4229 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * Version 23.3 released.
4232
4233 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * package.texi: Update index keywords.
4236 (Package Archives): New node contents. Document package-x.el.
4237
4238 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4239
4240 * makefile.w32-in (srcs): Add package.texi.
4241
4242 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * package.texi (Packaging, Packaging Basics, Simple Packages)
4245 (Multi-file Packages): Expand and clarify.
4246 (Package Archives): Temporary placeholder node.
4247
4248 * elisp.texi (Top): Update node listing.
4249
4250 * Makefile.in (srcs): Add package.texi.
4251
4252 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * processes.texi (Synchronous Processes): Minor clarification
4255 (Bug#8149).
4256
4257 2011-03-03 Glenn Morris <rgm@gnu.org>
4258
4259 * files.texi (Truenames): Minor clarification. (Bug#2341)
4260
4261 2011-03-01 Glenn Morris <rgm@gnu.org>
4262
4263 * variables.texi (Directory Local Variables):
4264 Mention `(subdirs . nil)' alist element.
4265
4266 2011-02-28 Glenn Morris <rgm@gnu.org>
4267
4268 * variables.texi (Directory Local Variables): Mention the optional
4269 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4270
4271 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * minibuf.texi (Minibuffer History): Clarify discussion of
4274 minibuffer history lists (Bug#8085).
4275
4276 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4277
4278 * elisp.texi: Sync @dircategory with ../../info/dir.
4279
4280 * files.texi (Visiting Functions): Document find-file-literally,
4281 both the command and the variable.
4282
4283 * variables.texi (Creating Buffer-Local): Explain the meaning of
4284 permanent local variables.
4285
4286 * files.texi (Visiting Functions): Document find-file-literally,
4287 both the command and the variable.
4288
4289 * variables.texi (Creating Buffer-Local): Explain the meaning of
4290 permanent local variables.
4291
4292 2011-02-19 Glenn Morris <rgm@gnu.org>
4293
4294 * keymaps.texi (Remapping Commands): Mention how to undo it.
4295
4296 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4297
4298 * loading.texi (Hooks for Loading): Remove unnecessary advice
4299 about eval-after-load (Bug#7986).
4300
4301 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * commands.texi (Accessing Mouse): Note that a header line is not
4304 included in the row of posn-col-row.
4305
4306 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * modes.texi (Major Mode Conventions): Add face guidelines.
4309 (Faces for Font Lock): List faces in order of prominence.
4310
4311 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4312
4313 format-time-string now supports subsecond time stamp resolution
4314 * os.texi (Time Parsing): Document %N.
4315
4316 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * vol1.texi (Top):
4319 * vol2.texi (Top):
4320 * elisp.texi (Top):
4321 * display.texi (Display Property): Shorten the menu description of
4322 the "Other Display Specs" node (Bug#7816).
4323
4324 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4325 menu item" concept index entries (Bug#7805).
4326
4327 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4328
4329 * makefile.w32-in (texinfodir): New variable.
4330 (usermanualdir): Remove as redundant with $(emacsdir).
4331 (MAKEINFO): Remove options, leave only program name.
4332 (MAKEINFO_OPTS): New variable.
4333 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4334
4335 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4336 Richard Kim <emacs18@gmail.com>
4337
4338 * loading.texi (Library Search): Document list-load-path-shadows
4339 (Bug#7757).
4340
4341 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * searching.texi (Regexp Special): Remove outdated discussion of
4344 character sets (Bug#7780).
4345
4346 * frames.texi (Pop-Up Menus): Document where menu title comes
4347 from (Bug#7684).
4348
4349 2011-01-25 Glenn Morris <rgm@gnu.org>
4350
4351 * display.texi (Making Buttons): Mention limitation of text buttons.
4352
4353 2011-01-23 Werner Lemberg <wl@gnu.org>
4354
4355 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4356 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4357 (ENVADD): New variable to control texi2dvi and texi2pdf.
4358
4359 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4362 Emacs manual.
4363
4364 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4365
4366 * files.texi (Directory Names): Explain why FROM in
4367 directory-abbrev-alist should begin with \`. (Bug#7777)
4368
4369 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4372
4373 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4374
4375 * modes.texi (Emulating Mode Line): Fix last change.
4376
4377 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4378
4379 * modes.texi (Emulating Mode Line): Update documentation of
4380 format-mode-line according to changes that fixed bug #7587.
4381
4382 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * modes.texi (Derived Modes): Mention prog-mode.
4385
4386 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4387 of the key-binding-data cache since we don't use it any more.
4388
4389 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4390
4391 * processes.texi (Shell Arguments):
4392 * strings.texi (Creating Strings): Don't mention "shell commands";
4393 make it explicit that `split-string-and-unquote' and
4394 `combine-and-quote-strings' are mainly for working with arguments
4395 to call-process and start-process.
4396
4397 * processes.texi (Shell Arguments): Fix documentation of
4398 `split-string-and-unquote'. Add indexing. (Bug#7563)
4399
4400 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * modes.texi (Auto-Indentation): New section to document SMIE.
4403 (Major Mode Conventions):
4404 * text.texi (Mode-Specific Indent): Refer to it.
4405
4406 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4407
4408 * display.texi (Other Display Specs): Document left-fringe and
4409 right-fringe display specs.
4410
4411 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * backups.texi (Making Backups):
4414 * modes.texi (Example Major Modes): Use recommended coding style.
4415 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4416 define-derived-mode. Mention completion-at-point-functions.
4417
4418 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * nonascii.texi (Converting Representations):
4421 Document byte-to-string.
4422
4423 2010-12-08 Glenn Morris <rgm@gnu.org>
4424
4425 * buffers.texi (Modification Time):
4426 verify-visited-file-modtime now defaults to the current buffer.
4427
4428 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * nonascii.texi (Converting Representations): Document byte-to-string.
4431
4432 * strings.texi (Creating Strings): Don't mention semi-obsolete
4433 function char-to-string.
4434 (String Conversion): Shorten discussion of semi-obsolete function
4435 string-to-char. Link to Converting Representations.
4436
4437 * objects.texi (Symbol Type):
4438 * text.texi (Near Point):
4439 * help.texi (Help Functions):
4440 * functions.texi (Mapping Functions): Use string instead of
4441 char-to-string in examples.
4442
4443 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * text.texi (Kill Functions, Kill Functions)
4446 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4447 YANK-HANDLER args.
4448
4449 * symbols.texi (Creating Symbols): Using unintern without an
4450 obarray arg is now obsolete.
4451
4452 * numbers.texi (Float Basics): Document float-e and float-pi.
4453
4454 * variables.texi (Defining Variables): Change "pi" example to
4455 "float-pi".
4456
4457 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4458
4459 * commands.texi (Click Events): Document the values of X, Y and
4460 COL, ROW in the event's position, when the click is on the header
4461 or mode line, on the fringes, or in the margins.
4462
4463 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4464
4465 * customize.texi (Composite Types): Lower-case index entry.
4466
4467 * loading.texi (How Programs Do Loading):
4468 Document load-file-name. (Bug#7346)
4469
4470 2010-11-17 Glenn Morris <rgm@gnu.org>
4471
4472 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4473
4474 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4475
4476 * display.texi (Usual Display): Characters with no fonts are not
4477 necessarily displayed as empty boxes.
4478
4479 2010-10-31 Glenn Morris <rgm@gnu.org>
4480
4481 * maps.texi (Standard Keymaps): Update File menu description.
4482
4483 2010-10-28 Glenn Morris <rgm@gnu.org>
4484
4485 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4486
4487 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4488
4489 * display.texi (Window Systems): Deprecate use of window-system as
4490 a predicate.
4491
4492 2010-10-23 Glenn Morris <rgm@gnu.org>
4493
4494 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4495 sorted-doc.
4496
4497 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4498
4499 * os.texi (Dynamic Libraries): New node, with slightly modified
4500 text deleted from "Image Formats".
4501 (System Interface): Add @menu entry for "Dynamic Libraries".
4502
4503 * display.texi (Image Formats): Remove description of
4504 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4505
4506 2010-10-12 Glenn Morris <rgm@gnu.org>
4507
4508 * book-spine.texinfo: Rename to book-spine.texi.
4509
4510 2010-10-11 Glenn Morris <rgm@gnu.org>
4511
4512 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4513
4514 * Makefile.in (DVIPS): New variable.
4515 (.PHONY): Add html, ps.
4516 (html, elisp.html, ps, elisp.ps): New targets.
4517 (clean): Delete html, ps files.
4518 ($(infodir)/elisp): Remove unnecessary includes.
4519
4520 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4521
4522 * makefile.w32-in (emacsdir): New variable.
4523 (srcs): Add emacsver.texi.
4524 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4525
4526 2010-10-09 Glenn Morris <rgm@gnu.org>
4527
4528 * Makefile.in (VPATH): Remove.
4529 (infodir): Make it absolute.
4530 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4531
4532 * Makefile.in (dist): Anchor regexps.
4533
4534 * Makefile.in (srcs): Put elisp.texi first.
4535 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4536
4537 * Makefile.in (infoclean): Remove harmless, long-standing error.
4538
4539 * Makefile.in ($(infodir)): Delete rule.
4540 (mkinfodir): New.
4541 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4542
4543 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4544 Also copy emacsver.texi, and edit $emacsdir.
4545
4546 2010-10-09 Glenn Morris <rgm@gnu.org>
4547
4548 * Makefile.in (emacsdir): New variable.
4549 (MAKEINFO): Add -I $emacsdir.
4550 (dist): Copy emacsver.texi.
4551 (srcs): Add emacsver.texi.
4552
4553 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4554 Set EMACSVER by including emacsver.texi.
4555
4556 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4557
4558 2010-10-07 Glenn Morris <rgm@gnu.org>
4559
4560 * Makefile.in (version): New, set by configure.
4561 (clean): Delete dist tar file.
4562 (dist): Use version in tar name.
4563
4564 2010-10-06 Glenn Morris <rgm@gnu.org>
4565
4566 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4567 (INSTALL_INFO): Remove unused variable.
4568 (mostlyclean, infoclean, dist): New rules.
4569 (clean): Delete dvi and pdf files.
4570 (maintainer-clean): Remove elisp.oaux, use infoclean.
4571 ($(infodir)): Add parallel build workaround.
4572
4573 2010-10-04 Glenn Morris <rgm@gnu.org>
4574
4575 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4576 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4577 Fix -I typo.
4578 (clean): No 'make.out' or 'core' files.
4579 (.PHONY): Declare clean rules.
4580 (maintainer-clean): Delete pdf file. Guard against cd failures.
4581
4582 2010-10-03 Glenn Morris <rgm@gnu.org>
4583
4584 * files.texi (File Name Components): Remove ignored section about
4585 deleted variable directory-sep-char.
4586
4587 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4588
4589 * files.texi (Magic File Names): New defopt
4590 remote-file-name-inhibit-cache.
4591
4592 2010-10-02 Glenn Morris <rgm@gnu.org>
4593
4594 * os.texi (Killing Emacs): Hook now runs in batch mode.
4595
4596 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * text.texi (Special Properties): Clarify when modification-hooks run.
4599
4600 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * syntax.texi (Syntax Flags): Document new `c' flag.
4603
4604 2010-09-09 Glenn Morris <rgm@gnu.org>
4605
4606 * display.texi (ImageMagick Images): General cleanup.
4607
4608 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4609
4610 * files.texi (Directory Names): Use \` rather than ^.
4611
4612 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4613
4614 * text.texi (Low-Level Kill Ring):
4615 * frames.texi (Window System Selections): Remove cut buffer
4616 documentation.
4617
4618 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4619
4620 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4621 Parameters", where the default fringe width is described.
4622
4623 * frames.texi (Window Frame Parameters, Basic Parameters)
4624 (Position Parameters, Layout Parameters, Management Parameters)
4625 (Cursor Parameters, Font and Color Parameters): Add indexing for
4626 frame parameters. (Bug#6929)
4627
4628 2010-08-25 Tom Tromey <tromey@redhat.com>
4629
4630 * vol2.texi (Top): Update.
4631 * vol1.texi (Top): Update.
4632 * tips.texi (Library Headers): Mention Package-Version and
4633 Package-Requires.
4634 * package.texi: New file.
4635 * os.texi (System Interface): Update pointers.
4636 * elisp.texi (Top): Link to new nodes. Include package.texi.
4637 * anti.texi (Antinews): Update pointers.
4638
4639 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4640
4641 * processes.texi (Filter Functions): Fix last change.
4642
4643 2010-08-24 Markus Triska <triska@gmx.at>
4644
4645 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4646 of `buffer-name' in the main text as well as in the example
4647 (Bug#3098).
4648
4649 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * nonascii.texi (Text Representations):
4652 * loading.texi (Loading Non-ASCII):
4653 * compile.texi (Byte Compilation): Don't mention obsolete
4654 --unibyte command-line argument.
4655
4656 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4659
4660 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4663
4664 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4665
4666 * commands.texi (Misc Events): Add cross-references to where
4667 POSITION of a mouse event is described in detail.
4668
4669 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4670
4671 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4672
4673 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4676 Suggested by Štěpán Němec <stepnem@gmail.com>.
4677
4678 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4679
4680 * minibuf.texi (High-Level Completion): Document args of
4681 `read-buffer-function' (bug#5625).
4682
4683 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4684
4685 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4686
4687 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4688
4689 * processes.texi (Process Information): Explain process property
4690 `remote-tty'.
4691
4692 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4693
4694 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4695 instead of "\C-\^?" (bug#6334).
4696
4697 * text.texi (Special Properties): Fix typo.
4698
4699 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4700
4701 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4702 calling sequences, which are now the standard.
4703
4704 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4707
4708 * commands.texi (Command Overview): Mention undo-boundary call.
4709
4710 2010-06-23 Glenn Morris <rgm@gnu.org>
4711
4712 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4713 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4714 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4715 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4716 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4717 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4718 Untabify Texinfo files.
4719
4720 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4721
4722 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4723
4724 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4727
4728 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * searching.texi (Regexp Special): Remove obsolete information
4731 about matching non-ASCII characters, and suggest using char
4732 classes (Bug#6283).
4733
4734 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * minibuf.texi (Basic Completion): Add missing "@end defun".
4737
4738 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * minibuf.texi (Basic Completion): Document completion-boundaries.
4741 (Programmed Completion): Document the new fourth method for boundaries.
4742
4743 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * display.texi (Image Cache): Update documentation about image caching.
4746
4747 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4748
4749 * windows.texi (Textual Scrolling):
4750 * tips.texi (Coding Conventions):
4751 * minibuf.texi (Minibuffer History):
4752 * maps.texi (Standard Keymaps):
4753 * loading.texi (Where Defined):
4754 * edebug.texi (Instrumenting): Fix typos.
4755
4756 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4759
4760 * functions.texi (Obsolete Functions):
4761 Document set-advertised-calling-convention.
4762
4763 * minibuf.texi (Basic Completion): Document completion-in-region.
4764 (Programmed Completion): Document completion-annotate-function.
4765
4766 * commands.texi (Reading One Event): Document read-key.
4767 (Distinguish Interactive): Document KIND arg to
4768 called-interactively-p. Delete obsolete interactive-p.
4769
4770 * elisp.texi (Top): Update node description.
4771
4772 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4773
4774 * nonascii.texi (Character Properties):
4775 Document unicode-category-table. Add an index entry for Unicode
4776 general category.
4777
4778 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * Version 23.2 released.
4781
4782 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * locals.texi (Standard Buffer-Local Variables):
4785 Remove @ignore'd reference to `direction-reversed'.
4786
4787 2010-04-14 Juri Linkov <juri@jurta.org>
4788
4789 Fix @deffn without category.
4790
4791 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4792 for `abbrev-insert'.
4793
4794 * buffers.texi (Indirect Buffers): Add category `Command'
4795 to @deffn of `clone-indirect-buffer'.
4796
4797 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4798 for `next-window' and `previous-window'. Add category `Command'
4799 to @deffn of `pop-to-buffer'.
4800
4801 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * nonascii.texi (Text Representations): Don't mark
4804 enable-multibyte-characters as a user option.
4805
4806 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4807
4808 * control.texi (Handling Errors): How to re-throw a signal caught
4809 by condition-case.
4810
4811 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * loading.texi (Hooks for Loading): Document after-load-functions.
4814 Copyedits.
4815
4816 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4817
4818 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4819
4820 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * processes.texi (Network Processes): Document seqpacket type.
4823
4824 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4825
4826 * os.texi (System Environment): Do not mention lynxos.
4827
4828 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4829
4830 * Branch for 23.2.
4831
4832 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * objects.texi (Integer Type): Take note of the read syntax
4835 exception for numbers that cannot fit in the integer type.
4836
4837 2010-03-03 Glenn Morris <rgm@gnu.org>
4838
4839 * numbers.texi (Integer Basics, Bitwise Operations):
4840 * objects.texi (Integer Type): Update for integers now being 30-bit.
4841
4842 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * display.texi (Low-Level Font): Document :otf font-spec property.
4845
4846 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * display.texi (Line Height): Avoid obsolete special default variables
4849 like default-major-mode.
4850
4851 2010-01-28 Alan Mackenzie <acm@muc.de>
4852
4853 * display.texi (Auto Faces): Say fontification-functions is called
4854 whether or not Font Lock is enabled. Tidy up the wording a bit.
4855
4856 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * elisp.texi: Remove duplicate edition information (Bug#5407).
4859
4860 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * two.el (volume-header-toc-markup): Fix typos in docstring.
4863
4864 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 Avoid dubious uses of save-excursions.
4867 * positions.texi (Excursions): Recommend the use of
4868 save-current-buffer if applicable.
4869 * text.texi (Clickable Text): Fix the example code which used
4870 save-excursion in a naive way which sometimes preserves point and
4871 sometimes not.
4872 * variables.texi (Creating Buffer-Local):
4873 * os.texi (Session Management):
4874 * display.texi (GIF Images):
4875 * control.texi (Cleanups): Use (save|with)-current-buffer.
4876
4877 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4878
4879 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4880
4881 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * nonascii.texi (Text Representations, Character Codes)
4884 (Converting Representations, Explicit Encoding)
4885 (Translation of Characters): Use hex notation consistently.
4886 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4887
4888 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * loading.texi (Where Defined): Make it clearer that these are
4891 loaded files (Bug#5068).
4892
4893 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * minibuf.texi (Completion Styles): Document `initials' style.
4896
4897 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4898
4899 * frames.texi (Resources): Describe inhibit-x-resources.
4900 (Size Parameters): Copyedit.
4901
4902 * hash.texi (Creating Hash):
4903 * objects.texi (Hash Table Type): Document the new hash table
4904 printed representation.
4905
4906 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4907 obsolete.
4908
4909 * processes.texi (Process Buffers):
4910 Document process-kill-buffer-query-function.
4911
4912 2009-12-05 Glenn Morris <rgm@gnu.org>
4913
4914 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4915 diary-display-function, and no longer recommended to be a hook.
4916 Update for changes in the names of calendar and diary hooks.
4917 diary-print-entries-hook has changed section.
4918
4919 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4920
4921 * text.texi (Special Properties): More accurate description of
4922 what the `cursor' property does.
4923
4924 2009-11-26 Kevin Ryde <user42@zip.com.au>
4925
4926 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4927 mouse-wheel-down-event, the closest thing to a definition for them.
4928 * os.texi (Startup Summary): vindex inhibit-startup-message and
4929 inhibit-splash-screen.
4930 (Command-Line Arguments): vindex argv.
4931 (Suspending Emacs): vindex suspend-tty-functions and
4932 resume-tty-functions. Don't want to index every hook, but having
4933 the programming ones is helpful.
4934
4935 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * commands.texi (Motion Events): Fix typo (Bug#4907).
4938
4939 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4942 are affected by case-fold-search (Bug#4483).
4943
4944 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * minibuf.texi (Reading File Names): Note that read-file-name may
4947 use a graphical file dialog.
4948
4949 2009-10-31 Glenn Morris <rgm@gnu.org>
4950
4951 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4952
4953 2009-10-16 Kevin Ryde <user42@zip.com.au>
4954
4955 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4956 in particular so `info-lookup-symbol' can find its docs.
4957
4958 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * variables.texi (Constant Variables): Distinguish from defconst
4961 variables.
4962 (Defining Variables): Add cindex.
4963
4964 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * os.texi (Time of Day): Clarify that the microsecond part is
4967 ignored (Bug#4637).
4968
4969 2009-10-11 Glenn Morris <rgm@gnu.org>
4970
4971 * frames.texi (Size and Position): Clarify what is included in the frame
4972 height. (Bug#4535)
4973
4974 2009-10-10 Glenn Morris <rgm@gnu.org>
4975
4976 * windows.texi (Size of Window): The relationship between window and
4977 frame heights is not so simple. (Bug#4535)
4978 Mention window-full-height-p.
4979
4980 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4983 used from Lisp.
4984
4985 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4986
4987 * files.texi (Directory Names) <abbreviate-file-name>:
4988 Document that root home directories are not replaced with "~".
4989
4990 2009-10-06 Eli Zaretskii <eliz@gnu.org>
4991
4992 * text.texi (Special Properties): Document the meaning of the
4993 `cursor' text property whose value is an integer.
4994
4995 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4996
4997 * files.texi (Magic File Names): Add `copy-directory'.
4998
4999 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5000
5001 * files.texi (File Attributes): Fix description of file
5002 attributes. (Bug#4638) Update attributes of files.texi example to
5003 be more representative.
5004
5005 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5006
5007 * files.texi (Create/Delete Dirs): New command copy-directory.
5008
5009 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5010
5011 * anti.texi (Antinews):
5012 * macros.texi (Indenting Macros):
5013 * strings.texi (Creating Strings, Case Conversion):
5014 Remove duplicate words.
5015
5016 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5017
5018 * files.texi (Create/Delete Dirs): delete-directory has an
5019 optional parameter RECURSIVE.
5020
5021 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * buffers.texi (Swapping Text): Minor clarification.
5024
5025 2009-10-01 Glenn Morris <rgm@gnu.org>
5026
5027 * functions.texi (Declaring Functions): Mention that we also search for
5028 ".m" files in the src/ directory.
5029
5030 2009-09-25 David Engster <deng@randomsample.de>
5031
5032 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5033
5034 2009-09-22 Glenn Morris <rgm@gnu.org>
5035
5036 * internals.texi (Building Emacs): Mention preloaded-file-list.
5037
5038 2009-09-14 Alan Mackenzie <acm@muc.de>
5039
5040 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5041
5042 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * functions.texi (Anonymous Functions): Rearrange discussion,
5045 giving usage of unquoted lambda forms first. Mention that
5046 `function' and `#'' are no longer required (Bug#4290).
5047
5048 2009-09-11 Alan Mackenzie <acm@muc.de>
5049
5050 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5051 batch mode.
5052
5053 2009-09-01 Glenn Morris <rgm@gnu.org>
5054
5055 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5056
5057 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5058
5059 * nonascii.texi (Character Codes): Fix typos.
5060
5061 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5062
5063 * processes.texi (Synchronous Processes): New defvar
5064 process-file-side-effects.
5065
5066 2009-08-25 Glenn Morris <rgm@gnu.org>
5067
5068 * display.texi (Fontsets): Fix typo.
5069
5070 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5071
5072 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * processes.texi (Asynchronous Processes): Adjust arglist of
5075 start-process-shell-command and start-file-process-shell-command.
5076
5077 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * advice.texi (Argument Access in Advice): Note that argument
5080 positions are zero-based (Bug#3932).
5081
5082 * commands.texi (Distinguish Interactive): Minor copyedit.
5083
5084 * display.texi (Face Attributes): Add xref to Displaying Faces for
5085 explanation of "underlying face".
5086
5087 * customize.texi (Common Keywords): Add xref to Loading.
5088
5089 * loading.texi (How Programs Do Loading): Add xref to Lisp
5090 Libraries node in the Emacs manual.
5091
5092 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5095
5096 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * processes.texi (Shell Arguments): Copyedits.
5099
5100 2009-07-18 Glenn Morris <rgm@gnu.org>
5101
5102 * loading.texi (Repeated Loading): Fix typo.
5103
5104 2009-07-16 Richard Stallman <rms@gnu.org>
5105
5106 * buffers.texi (Swapping Text): Recommend setting
5107 write-region-annotate-functions and buffer-saved-size.
5108
5109 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5110
5111 2009-07-15 Glenn Morris <rgm@gnu.org>
5112
5113 * edebug.texi: Minor re-phrasings throughout.
5114 (Edebug Execution Modes): Sit-for affects continue mode too.
5115 (Jumping): Use `forward-sexp' rather than its keybinding.
5116 (Edebug Misc): Fix Q binding.
5117 (Edebug Eval): Remove cl version.
5118 (Printing in Edebug): Clarify print-length etc.
5119 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5120 (Specification List): Remove edebug-unwrap findex entry.
5121 (Specification Examples): defmacro is actually not the same as defun.
5122 Escape "`" in example.
5123
5124 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5125
5126 * markers.texi (The Mark): Document optional arg to
5127 deactivate-mark.
5128
5129 2009-07-11 Kevin Ryde <user42@zip.com.au>
5130
5131 * hooks.texi (Standard Hooks): Fix cross-references.
5132
5133 * loading.texi (Named Features): Refer to eval-after-load.
5134
5135 2009-07-11 Glenn Morris <rgm@gnu.org>
5136
5137 * Makefile.in (TEXI2PDF): New.
5138 (elisp.pdf): New target.
5139
5140 * searching.texi (Regexp Backslash): Fix typo.
5141
5142 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5143
5144 2009-07-10 Glenn Morris <rgm@gnu.org>
5145
5146 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5147
5148 * customize.texi (Customization Types):
5149 * display.texi (Abstract Display):
5150 * objects.texi (Character Type, String Type):
5151 Merge in some menu descriptions from elisp.texi.
5152
5153 * hash.texi (Hash Tables):
5154 * modes.texi (Multiline Font Lock):
5155 End menu description with period.
5156
5157 2009-07-09 Glenn Morris <rgm@gnu.org>
5158
5159 * back.texi: Don't hard-code texinfo location.
5160
5161 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5162 (tex): Add texinfodir to TEXINPUTS.
5163 (elisp1med-init, elisp2med-init): Use texinfodir.
5164
5165 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5166 (clean): Add two-volume.make intermediate files.
5167
5168 * elisp.texi, vol1.texi, vol2.texi:
5169 Use a DATE variable with the publication date, and update it.
5170 Fix antinews menu description.
5171
5172 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5173 Update the detailed node listing to match elisp.texi.
5174
5175 * README: Update edition to match elisp.texi.
5176
5177 * objects.texi (General Escape Syntax):
5178 * nonascii.texi (Character Sets):
5179 Use consistent case for "Unicode Standard".
5180
5181 * anti.texi (Antinews):
5182 * customize.texi (Variable Definitions):
5183 * functions.texi (Declaring Functions):
5184 * nonascii.texi (Character Properties):
5185 * processes.texi (Serial Ports):
5186 * text.texi (Special Properties):
5187 * tips.texi (Coding Conventions):
5188 Minor rearrangements to improve TeX line-filling.
5189
5190 * commands.texi (Using Interactive): Fix cross-reference.
5191
5192 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5193
5194 * frames.texi (Management Parameters): Mention sticky.
5195
5196 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5197
5198 * help.texi (Help Functions): Fix description of help-buffer and
5199 help-setup-xref to use @defun instead of @deffn.
5200
5201 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5202
5203 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5204
5205 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * display.texi (Window Systems): Add ns to the list.
5208
5209 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * Branch for 23.1.
5212
5213 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5214
5215 * windows.texi (Dedicated Windows): Fix typo.
5216 (Resizing Windows): Replace @defun by @deffn.
5217
5218 2009-06-17 Glenn Morris <rgm@gnu.org>
5219
5220 * variables.texi (Directory Local Variables):
5221 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5222
5223 2009-06-09 Kenichi Handa <handa@m17n.org>
5224
5225 * nonascii.texi (Character Sets): State clearly that FROM and TO
5226 are codepoints of CHARSET.
5227
5228 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * minibuf.texi (Reading File Names): Fix introductory text.
5231 Suggested by stan@derbycityprints.com.
5232 (High-Level Completion): Fix typo.
5233
5234 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * frames.texi (Text Terminal Colors): Multi-tty is already
5237 implemented, but tty-local colors are not.
5238
5239 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * hooks.texi (Standard Hooks): Remove mention of obsolete
5242 redisplay-end-trigger-functions.
5243
5244 * internals.texi (Window Internals): Remove mention of obsolete
5245 redisplay-end-trigger-functions.
5246
5247 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5248
5249 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5250
5251 * backups.texi (Making Backups): backup-directory-alist and
5252 make-backup-file-name-function are options.
5253 (Auto-Saving): auto-save-list-file-prefix is an option.
5254
5255 * buffers.texi (Killing Buffers): buffer-offer-save is an
5256 option.
5257
5258 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5259 option.
5260 (Echo Area Customization): echo-keystrokes is an option.
5261 (Selective Display): selective-display-ellipses is an option.
5262 (Temporary Displays): temp-buffer-show-function is an option.
5263 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5264 are options.
5265 (Font Selection): face-font-family-alternatives,
5266 face-font-selection-order, face-font-registry-alternatives, and
5267 scalable-fonts-allowed are options.
5268 (Fringe Indicators): indicate-buffer-boundaries is an option.
5269 (Fringe Cursors): overflow-newline-into-fringe is an option.
5270 (Scroll Bars): scroll-bar-mode is an option.
5271
5272 * eval.texi (Eval): max-lisp-eval-depth is an option.
5273
5274 * files.texi (Visiting Functions): find-file-hook is an option.
5275 (Directory Names): directory-abbrev-alist is an option.
5276 (Unique File Names): temporary-file-directory and
5277 small-temporary-file-directory are options.
5278
5279 * frames.texi (Initial Parameters): initial-frame-alist,
5280 minibuffer-frame-alist and default-frame-alist are options.
5281 (Cursor Parameters): blink-cursor-alist and
5282 cursor-in-non-selected-windows ar options.
5283 (Window System Selections): selection-coding-system is an
5284 option.
5285 (Display Feature Testing): display-mm-dimensions-alist is an
5286 option.
5287
5288 * help.texi (Help Functions): help-char and help-event-list are
5289 options.
5290
5291 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5292 an option.
5293
5294 * minibuf.texi (Minibuffer History): history-length and
5295 history-delete-duplicates are options.
5296 (High-Level Completion): read-buffer-function and
5297 read-buffer-completion-ignore-case are options.
5298 (Reading File Names): read-file-name-completion-ignore-case is
5299 an option.
5300
5301 * modes.texi (Mode Line Top): mode-line-format is an option.
5302 (Mode Line Variables): mode-line-position and mode-line-modes
5303 are options.
5304
5305 * nonascii.texi (Text Representations):
5306 enable-multibyte-characters is an option.
5307 (Default Coding Systems): auto-coding-regexp-alist,
5308 file-coding-system-alist, auto-coding-alist and
5309 auto-coding-functions are options.
5310 (Specifying Coding Systems): inhibit-eol-conversion is an
5311 option.
5312
5313 * os.texi (Init File): site-run-file is an option.
5314 (System Environment): mail-host-address is an option.
5315 (User Identification): user-mail-address is an option.
5316 (Terminal Output): baud-rate is an option.
5317
5318 * positions.texi (Word Motion): words-include-escapes is an
5319 option.
5320
5321 * searching.texi (Standard Regexps): page-delimiter,
5322 paragraph-separate, paragraph-separate and sentence-end are
5323 options.
5324
5325 * text.texi (Margins): left-margin and fill-nobreak-predicate
5326 are options.
5327
5328 * variables.texi (Local Variables): max-specpdl-size is an
5329 option.
5330
5331 * windows.texi (Choosing Window):
5332 split-window-preferred-function, special-display-function and
5333 display-buffer-function are options.
5334
5335 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5336
5337 Fix errors spotted by Martin Rudalics.
5338
5339 * syntax.texi (Position Parse): Document rationale for ignored
5340 arguments to syntax-ppss-flush-cache.
5341
5342 * processes.texi (Input to Processes): Mark PROCESS arg to
5343 process-running-child-p as optional.
5344 (Network Options): Document NO-ERROR arg to
5345 set-network-process-option.
5346
5347 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5348 command.
5349
5350 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5351 posix-search-backward as commands.
5352
5353 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5354 (Suspending Emacs): Mark suspend-emacs as a command.
5355 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5356 commands.
5357 (Terminal Output): Remove obsolete function baud-rate.
5358 Document TERMINAL arg for send-string-to-terminal.
5359
5360 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5361 terminal-coding-system and set-terminal-coding-system.
5362 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5363 as optional.
5364 (Character Sets): Document RESTRICTION arg of char-charset.
5365 (Character Codes): Mark POS argument to get-byte as optional.
5366
5367 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5368 minibuffer-message.
5369
5370 * files.texi (Create/Delete Dirs): Mark make-directory and
5371 delete-directory as commands.
5372
5373 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5374
5375 * text.texi (Base 64): Mark base64-decode-string and
5376 base64-encode-string as commands.
5377 (Columns): Mark move-to-column as a command.
5378 (Mode-Specific Indent): Document RIGID arg to
5379 indent-for-tab-command.
5380 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5381 Mark indent-code-rigidly as a command.
5382 (Substitution): Mark translate-region as a command.
5383
5384 * frames.texi (Size and Position): Remove obsolete functions
5385 screen-height and screen-width.
5386
5387 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5390 (Displaying Buffers, Resizing Windows): Correct mistakes;
5391 next-window, previous-window, and pop-to-buffer are not commands,
5392 and fit-window-to-buffer" is a command. (Pointed out by Martin
5393 Rudalics.)
5394
5395 2009-05-17 Richard M Stallman <rms@gnu.org>
5396
5397 * modes.texi (Precalculated Fontification): Clarify text.
5398
5399 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5400
5401 * windows.texi (Selecting Windows): Clarify descriptions of
5402 with-selected-window and get-lru-window.
5403 (Cyclic Window Ordering): Refer to particular frame when talking
5404 about how splitting affects the ordering.
5405 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5406 switch-to-buffer-other-window. Explain how setting of
5407 display-buffer-reuse-frames affects pop-to-buffer.
5408 (Choosing Window): Clarify some details in descriptions of
5409 display-buffer-reuse-frames, pop-up-frames, and
5410 pop-up-frame-function.
5411 (Dedicated Windows): Clarify some details.
5412 (Textual Scrolling): Replace term vscroll by term vertical
5413 scroll position.
5414 (Vertical Scrolling): Fix typo.
5415 (Window Hooks): Relate text on jit-lock-register to window
5416 scrolling and size changes.
5417
5418 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5419
5420 * frames.texi (Initial Parameters): Clarify what the initial
5421 minibuffer frame is.
5422 (Buffer Parameters): Note that the minibuffer parameter can not be
5423 altered.
5424
5425 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5426 Document display-buffer changes.
5427
5428 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * anti.texi (Antinews): Rewrite for Emacs 22.
5431
5432 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5433 obarrays are first mentioned. Define "system abbrev" more
5434 prominently, and add it to the index.
5435 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5436 Copyedits.
5437 (Abbrev Expansion): Document abbrev-insert.
5438
5439 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5440
5441 * frames.texi (Font and Color Parameters): Rename from Color
5442 Parameters. Document font-backend parameter.
5443
5444 * vol2.texi (Top): Update node listing.
5445 * vol1.texi (Top): Update node listing.
5446 * elisp.texi (Top): Update node listing.
5447
5448 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5449
5450 * windows.texi (Choosing Window): Don't explicitly refer to
5451 split-window-sensibly's window argument in descriptions of
5452 split-height-threshold and split-width-threshold.
5453
5454 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5455
5456 * windows.texi (Choosing Window): Fix rewrite of window
5457 splitting section.
5458
5459 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5460
5461 * nonascii.texi (Default Coding Systems):
5462 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5463 Add indexing.
5464 (Lisp and Coding Systems): Add index entries.
5465
5466 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5467
5468 * windows.texi (Choosing Window): Describe split-window-sensibly
5469 and rewrite section on window splitting accordingly.
5470 (Textual Scrolling): Replace `...' by @code{...}.
5471
5472 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5473
5474 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5475 Remove obsoleted pre-abbrev-expand-hook.
5476
5477 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5478 entries.
5479
5480 * internals.texi (Object Internals): Don't assume 32-bit machines
5481 are the norm.
5482 (Buffer Internals): Consolidate table entries for readability.
5483 (Window Internals): Synch field names to window.h.
5484 (Process Internals): Synch field names to process.h.
5485
5486 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * variables.texi (File Local Variables): Note that read-circle is
5489 bound to nil when reading file-local variables.
5490
5491 * streams.texi (Input Functions): Document read-circle.
5492 (Output Variables): Add xref to Circular Objects.
5493
5494 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5497 Features and Coding System Basics. Node that "p" stands for
5498 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5499 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5500 mouse-appearance-menu.
5501 (Programming Tips): Add xref to Progress.
5502
5503 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5504
5505 * os.texi (Command-Line Arguments):
5506 Document command-line-args-left.
5507 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5508 terminal objects for tty arguments.
5509 (Startup Summary): Add xref to Session Management.
5510 (Session Management): Mention emacs-session-restore. Copyedits.
5511
5512 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * os.texi (Startup Summary): Copyedits. The init file is not
5515 necessarily named .emacs now. Document initial-buffer-choice and
5516 initial-scratch-message. Note where Emacs exits in batch mode.
5517 Document inhibit-splash-screen as an alias.
5518 (Init File): Be neutral about which init file name to use.
5519
5520 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * os.texi (System Interface): Fix Texinfo usage.
5523
5524 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * searching.texi (Regexp Backslash): Also refer to shy groups as
5527 non-capturing or unnumbered groups.
5528 (Regexp Functions): Add cross-reference to Regexp Backslash.
5529
5530 * display.texi (Truncation): Overlays can use line-prefix and
5531 wrap-prefix too.
5532 (Overlay Properties): Document wrap-prefix and line-prefix.
5533 (Face Attributes): Document underline-minimum-offset.
5534 (Face Remapping): Copyedits.
5535 (Low-Level Font): Copyedits.
5536 (Image Cache): Note that the image cache is shared between frames.
5537 (Line Height): Emphasize that line-spacing only takes effect on
5538 graphical terminals.
5539
5540 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5541
5542 * display.texi (Refresh Screen): Note that a passage about screen
5543 refreshing is text terminal only.
5544 (Forcing Redisplay): Delete misleading comment---sit-for calls
5545 redisplay, not the other way around.
5546 (Truncation): Note new values of truncate-partial-width-windows.
5547 Copyedits.
5548 (Invisible Text): Document invisible-p.
5549
5550 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5551
5552 * display.texi (Overlays): Overlays don't scale well. See
5553 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5554
5555 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * syntax.texi (Syntax Table Functions): Document cons cell
5558 argument for modify-syntax-entry.
5559 (Categories): Document cons cell argument for
5560 modify-category-entry.
5561
5562 * searching.texi (String Search): Document word-search-forward-lax
5563 and word-search-backward-lax.
5564 (Searching and Case): Describe isearch behavior more precisely.
5565
5566 * keymaps.texi (Tool Bar): Mention that some platforms do not
5567 support multi-line toolbars. Suggested by Stephen Eglen.
5568
5569 * frames.texi (Layout Parameters): Mention that Nextstep also
5570 allows only one tool-bar line. Suggested by Stephen Eglen.
5571
5572 * nonascii.texi (Text Representations): Copyedits.
5573 (Coding System Basics): Also mention utf-8-emacs.
5574 (Converting Representations, Selecting a Representation)
5575 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5576 Copyedits.
5577 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5578
5579 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5580
5581 * text.texi (Yank Commands): Note that yank uses push-mark.
5582 (Filling): Clarify REGION argument of fill-paragraph.
5583 Document fill-forward-paragraph-function.
5584 (Special Properties): Remove "new in Emacs 22" declaration.
5585 (Clickable Text): Merge with Links and Mouse-1 node.
5586
5587 * display.texi (Button Properties, Button Buffer Commands):
5588 Change xref to Clickable Text.
5589
5590 * tips.texi (Key Binding Conventions): Change xref to Clickable
5591 Text.
5592
5593 * elisp.texi (Top): Update node listing.
5594
5595 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * markers.texi (The Mark): Copyedits. Improve description of
5598 handle-shift-selection.
5599 (The Region): Move use-region-p here from The Mark.
5600
5601 * positions.texi (Screen Lines): Document (cols . lines) argument
5602 for vertical-motion.
5603
5604 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * frames.texi (Frames): Clean up introduction. Document `ns'
5607 return value for framep.
5608 (Creating Frames): Note how the terminal is chosen.
5609 (Multiple Terminals, Multiple Displays): Merge into a single node.
5610 (Color Parameters): Fix typo.
5611
5612 * variables.texi (Local Variables, Buffer-Local Variables)
5613 (Creating Buffer-Local): Change link to Multiple Terminals.
5614
5615 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5616
5617 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5618 Terminals.
5619
5620 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5621 to Multiple Terminals.
5622
5623 * elisp.texi (Top): Update node listing.
5624 * vol2.texi (Top): Update node listing.
5625 * vol1.texi (Top): Update node listing.
5626
5627 * buffers.texi (Current Buffer): Note that the append-to-buffer
5628 example is no longer in synch with the latest code. Tie the two
5629 examples together.
5630
5631 * files.texi (File Attributes): Move note about MS-DOS from
5632 Changing Files to File Attributes.
5633 (Create/Delete Dirs): Note that mkdir is an alias for this.
5634
5635 2009-04-01 Markus Triska <triska@gmx.at>
5636
5637 * processes.texi (Filter Functions): Suggest how to handle output
5638 batches.
5639
5640 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * help.texi (Accessing Documentation): Update example to use
5643 help-setup-xref and with-help-window.
5644 (Help Functions): Remove print-help-return-message, which is
5645 semi-obsolete due to with-help-window. Document help-buffer and
5646 help-setup-xref.
5647
5648 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * help.texi (Accessing Documentation, Help Functions):
5651 Remove information about long-obsolete Emacs versions.
5652
5653 * modes.texi (Mode Line Variables): The default values of the mode
5654 line variables are now more complicated.
5655
5656 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * modes.texi (Major Mode Conventions): Note that specialness is
5659 inherited.
5660 (Derived Modes): Note that define-derive-mode sets the mode-class
5661 property.
5662
5663 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5664 goto-map. Add search-map to the list.
5665
5666 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5667
5668 * os.texi (System Environment): Update the list of system-type
5669 values.
5670
5671 * markers.texi (The Mark) <handle-shift-selection>: Update for
5672 removal of the optional argument DEACTIVATE.
5673
5674 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5675
5676 * commands.texi (Focus Events): Most X window managers don't use
5677 focus-follows-mouse nowadays.
5678
5679 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5680
5681 * commands.texi (Defining Commands): Clarify introduction.
5682 (Using Interactive): Not that interactive can be put in a symbol
5683 property.
5684 (Interactive Call): Note that a symbol with a non-nil
5685 interactive-form property satisfies commandp.
5686
5687 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5688
5689 * minibuf.texi (Intro to Minibuffers): Fix typos.
5690
5691 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5692
5693 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5694 about minibuffers in old Emacs versions. Copyedits.
5695 Emphasize that enable-recursive-minibuffers defaults to nil.
5696 (Text from Minibuffer): Simplify introduction.
5697
5698 2009-03-22 Alan Mackenzie <acm@muc.de>
5699
5700 * commands.texi (Using Interactive): Clarify string argument to
5701 `interactive' - even promptless elements need \n separators.
5702
5703 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * minibuf.texi (Completion Styles): New node.
5706
5707 * elisp.texi (Top): Update node listing.
5708
5709 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * minibuf.texi (Basic Completion): Note that
5712 read-file-name-completion-ignore-case and
5713 read-buffer-completion-ignore-case can override
5714 completion-ignore-case.
5715 (Minibuffer Completion): Document completing-read changes.
5716 (Completion Commands): Avoid mentioning partial completion mode.
5717 Document minibuffer-completion-confirm changes, and
5718 minibuffer-confirm-exit-commands.
5719 (High-Level Completion): Document new require-match behavior for
5720 read-buffer. Document read-buffer-completion-ignore-case.
5721 (Reading File Names): Document new require-match behavior for
5722 read-file-name.
5723
5724 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5725
5726 * debugging.texi (Error Debugging): Don't mislead the reader into
5727 thinking that debug-on-error enters debugger for C-f at EOB.
5728 (Error Debugging): Setting debug-on-init within the init file
5729 works, and has for some time.
5730
5731 2009-03-13 Kenichi Handa <handa@m17n.org>
5732
5733 * display.texi (Fontsets): Update the description.
5734
5735 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * advice.texi (Advising Primitives): Link to What Is a Function.
5738
5739 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5740
5741 * compile.texi (Speed of Byte-Code): Update example.
5742 (Disassembly): Update examples.
5743
5744 * loading.texi (Repeated Loading): Simplify examples.
5745
5746 * customize.texi (Common Keywords): It's not necessary to use :tag
5747 to remove hyphens, as custom-unlispify-tag-name does it
5748 automatically.
5749 (Variable Definitions): Link to File Local Variables.
5750 Document customized-value symbol property.
5751 (Customization Types): Move menu to end of node.
5752
5753 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5754
5755 * macros.texi (Compiling Macros): Omit misleading sentence, which
5756 implied that macros can only be used in the same file they are
5757 defined.
5758 (Backquote): Remove obsolete information about Emacs 19.
5759
5760 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5761
5762 * display.texi (Display Margins): Fix paren typo.
5763
5764 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * elisp.texi (Top): Update node listing.
5767
5768 * variables.texi (Variables): Clarify introduction.
5769 (Global Variables): Mention that setq is a special form.
5770 (Local Variables): Use active voice.
5771 (Tips for Defining): Mention marking variables as safe.
5772 (Buffer-Local Variables): Mention terminal-local and frame-local
5773 variables together.
5774 (File Local Variables): Copyedits.
5775 (Frame-Local Variables): Note that they are not really useful.
5776 (Future Local Variables): Node deleted.
5777
5778 * objects.texi (General Escape Syntax): Update explanation of
5779 Unicode escape syntax.
5780
5781 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5782
5783 * control.texi (Control Structures): Add cindex entry for "textual
5784 order".
5785
5786 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5787 instead of "expression" throughout.
5788 (Function Indirection): Copyedits. Use active voice.
5789 (Eval): The default value of max-lisp-eval-depth is now 400.
5790
5791 2009-02-23 Miles Bader <miles@gnu.org>
5792
5793 * processes.texi (System Processes): Rename `system-process-attributes'
5794 to `process-attributes'.
5795
5796 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * symbols.texi (Property Lists): Emphasize that property lists are
5799 not restricted to symbol cells.
5800 (Other Plists): Copyedit.
5801
5802 * sequences.texi (Sequences Arrays Vectors): Make introduction
5803 more concise.
5804 (Arrays): Mention char-tables and bool-vectors too.
5805 (Vectors): Don't repeat information given in Arrays node. Link to
5806 nodes that explain the vector usage examples.
5807 (Char-Tables): Note that char-table elements can have arbitrary
5808 type. Explain effect of omitted char-table-extra-slots property.
5809 Link to Property Lists node.
5810
5811 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5814 `append'.
5815 (List Elements): Copyedits.
5816
5817 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5818 of `vconcat'.
5819
5820 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5821 Emacs 20 usage of `concat'.
5822 (Case Conversion): Copyedits.
5823
5824 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5825
5826 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5827 Minor edits.
5828 (Frame Configuration Type): Emphasize that it is not primitive.
5829 (Font Type): New node.
5830 (Type Predicates): Add fontp; type-of now recognizes font object
5831 types.
5832
5833 * intro.texi (Version Info): Update version numbers in examples.
5834 (Acknowledgements): List more contributors.
5835
5836 * elisp.texi: Bump version number to 3.0.
5837 (Top): Link to Font Type node.
5838
5839 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * modes.texi (Major Mode Conventions): Remove duplicate words.
5842 (Customizing Keywords): Fix typo.
5843
5844 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5845
5846 * nonascii.texi (User-Chosen Coding Systems): Document that
5847 select-safe-coding-system suggests raw-text if there are raw bytes
5848 in the region.
5849 (Explicit Encoding): Warn not to use `undecided' when encoding.
5850
5851 2009-02-11 Glenn Morris <rgm@gnu.org>
5852
5853 * frames.texi (Visibility of Frames): Mention the effect multiple
5854 workspaces/desktops can have on visibility.
5855
5856 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5857
5858 * text.texi (Commands for Insertion):
5859 * commands.texi (Event Mod):
5860 * keymaps.texi (Searching Keymaps):
5861 * nonascii.texi (Translation of Characters):
5862 Reinstate documentation of translation-table-for-input.
5863 (Explicit Encoding): Document the `charset' text property produced
5864 by decode-coding-region and decode-coding-string.
5865
5866 2009-01-27 Alan Mackenzie <acm@muc.de>
5867
5868 * modes.texi (Search-based Fontification): Correct a typo.
5869
5870 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5871
5872 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5873 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5874
5875 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5876
5877 * display.texi (Window Systems): Document the value of
5878 `initial-window-system' under --daemon.
5879
5880 * os.texi (System Environment): Remove description of the
5881 `environment' function which has been deleted.
5882
5883 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5884
5885 * frames.texi (Multiple Displays): Remove documentation for
5886 removed function make-frame-on-tty.
5887
5888 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5889
5890 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5891 write-region-annotate-functions.
5892 Document write-region-post-annotation-function.
5893
5894 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * display.texi (Font Lookup): Document WIDTH argument of
5897 x-list-fonts.
5898
5899 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5900
5901 * maps.texi (Standard Keymaps): Rename function-key-map to
5902 local-function-key-map.
5903
5904 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5905 local-function-key-map.
5906
5907 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5908 and `set-keyboard-coding-system' now accept an optional terminal
5909 argument.
5910
5911 * commands.texi (Event Mod): `keyboard-translate-table' is now
5912 terminal-local.
5913 (Function Keys): Rename function-key-map to
5914 local-function-key-map.
5915
5916 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5917 frames.texi.
5918
5919 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5920 `delete-terminal-functions', `suspend-tty-functions' and
5921 `resume-tty-functions'.
5922
5923 * frames.texi (Frames): Document `frame-terminal' and
5924 `terminal-live-p'.
5925 (Multiple Displays): Document `make-frame-on-tty'.
5926 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5927 `terminal-name', and `get-device-terminal'.
5928 (Terminal Parameters): Document `terminal-parameters',
5929 `terminal-parameter', and `set-terminal-parameter'.
5930
5931 * os.texi (System Environment): Document `environment' and
5932 `initial-environment'.
5933 (Suspending Emacs): Update for multi-tty; document
5934 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5935
5936 * nonascii.texi (Coding System Basics): More accurate description
5937 of `raw-text'.
5938
5939 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5940
5941 * display.texi (Low-Level Font): Fix typo.
5942
5943 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * elisp.texi (Top): Update node listing.
5946
5947 * display.texi (PostScript Images): Node deleted.
5948
5949 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5950
5951 * processes.texi (Decoding Output): Document that null bytes force
5952 no-conversion for reading process output.
5953
5954 * files.texi (Reading from Files): Document that null bytes force
5955 no-conversion when visiting files.
5956
5957 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5958
5959 * nonascii.texi (Lisp and Coding Systems):
5960 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5961 (Character Properties): Improve wording.
5962
5963 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * display.texi (Font Lookup): Remove obsolete function
5966 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5967 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5968 (Font Selection): Reorder order of variable descriptions.
5969 Minor clarifications.
5970
5971 * elisp.texi (Top): Update node listing.
5972
5973 2009-01-09 Glenn Morris <rgm@gnu.org>
5974
5975 * commands.texi (Command Loop Info): Say that last-command-char and
5976 last-input-char are obsolete aliases.
5977
5978 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5979 last-input-char and last-command-char, since they are just aliases for
5980 last-input-event and last-command-event.
5981
5982 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5983 last-command-char.
5984
5985 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * elisp.texi: Update node listing.
5988
5989 * display.texi (Faces): Put Font Selection node after Auto Faces.
5990 (Face Attributes): Don't link to Font Lookup.
5991 Document font-family-list.
5992 (Fonts): New node.
5993
5994 2009-01-08 Jason Rumney <jasonr@gnu.org>
5995
5996 * frames.texi (Pointer Shape): Clarify that only X supports
5997 changing the standard pointer shapes. (Bug#1485)
5998
5999 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * display.texi (Attribute Functions): Note that a function value
6002 :height is relative, and that compatibility functions work by
6003 calling set-face-attribute.
6004 (Displaying Faces): Reorder list in order of increasing priority.
6005 (Face Remapping): New node. Content moved here from Displaying
6006 Faces.
6007 (Glyphs): Link to Face Functions.
6008
6009 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6010
6011 * display.texi (Faces): Don't discuss face id here. facep does
6012 not return t.
6013 (Defining Faces): Minor clarification.
6014 (Face Attributes): Rearrange items to match docstring of
6015 set-face-attribute. Add :foundry attribute. Document new role of
6016 :font attribute. Texinfo usage fix.
6017 (Attribute Functions): Copyedits.
6018 (Face Functions): Note that face number is seldom used.
6019
6020 2009-01-05 Richard M Stallman <rms@gnu.org>
6021
6022 * strings.texi (Predicates for Strings): Minor clarification.
6023
6024 * functions.texi (Function Safety): Texinfo usage fix.
6025
6026 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6027
6028 * objects.texi (General Escape Syntax): Fix typo.
6029
6030 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6031
6032 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6033 works via the default value of pop-up-frame-function.
6034
6035 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6036
6037 * processes.texi (System Processes): Document the `time' and
6038 `ctime' attributes of `system-process-attributes'.
6039
6040 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * display.texi (Face Attributes): Clarify :height attribute.
6043
6044 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6045
6046 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6047 the front of the buffer list. Add entries for `last-buffer' and
6048 `unbury-buffer'.
6049
6050 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6051
6052 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6053 and its subsections.
6054
6055 * frames.texi (Multiple Terminals, Low-level Terminal)
6056 (Terminal Parameters, Frames on Other TTY devices): New sections.
6057 (Frames): Add an xref to "Multiple Terminals".
6058
6059 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6060
6061 * objects.texi (Terminal Type): New node.
6062 (Editing Types): Add it to the menu.
6063
6064 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6065 Variables".
6066
6067 * variables.texi (Directory Local Variables): New node.
6068 (Variables): Add a menu item for it.
6069
6070 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6071 `generated-autoload-file'.
6072
6073 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6074
6075 * os.texi (Startup Summary): Add xref to documentation of
6076 `initial-window-system'.
6077
6078 * display.texi (Window Systems): Document `window-system' the
6079 function. The variable `window-system' is now frame-local.
6080 Document `initial-window-system'.
6081
6082 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6083
6084 * windows.texi (Windows): Rewrite description of
6085 fit-window-to-buffer.
6086
6087 2008-12-13 Glenn Morris <rgm@gnu.org>
6088
6089 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6090 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6091
6092 2008-12-12 Glenn Morris <rgm@gnu.org>
6093
6094 * debugging.texi (Error Debugging): Refer forwards to
6095 eval-expression-debug-on-error.
6096
6097 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6098
6099 * strings.texi (String Basics): Only unibyte strings that
6100 represent key sequences hold 8-bit raw bytes.
6101
6102 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6103 paragraph to speak about `undecided'.
6104 (Character Properties): Don't explain the meaning of each
6105 property; instead, identify their Unicode Standard names.
6106 (Character Sets): Document `map-charset-chars'.
6107
6108 2008-12-02 Glenn Morris <rgm@gnu.org>
6109
6110 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6111 section yet again.
6112
6113 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6114
6115 * nonascii.texi (Character Properties): New Section.
6116 (Specifying Coding Systems): Document
6117 `coding-system-priority-list', `set-coding-system-priority', and
6118 `with-coding-priority'.
6119 (Lisp and Coding Systems): Document `check-coding-systems-region'
6120 and `coding-system-charset-list'.
6121 (Coding System Basics): Document `coding-system-aliases'.
6122
6123 * elisp.texi (Top): Add a @detailmenu entry for "Character
6124 Properties".
6125
6126 * objects.texi (Character Type): Correct the range of Emacs
6127 characters. Add an @xref to "Character Codes".
6128
6129 * strings.texi (String Basics): Add an @xref to "Character Codes".
6130
6131 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6132
6133 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6134 (Character Codes): Document `max-char'.
6135
6136 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6137
6138 * nonascii.texi (Text Representations, Converting Representations)
6139 (Character Sets, Scanning Charsets, Translation of Characters):
6140 Make text more accurate.
6141
6142 2008-11-28 Glenn Morris <rgm@gnu.org>
6143
6144 * files.texi (Format Conversion Round-Trip): Improve previous change.
6145
6146 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6147
6148 * modes.texi (Auto Major Mode): Fix example.
6149
6150 2008-11-25 Glenn Morris <rgm@gnu.org>
6151
6152 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6153
6154 * files.texi (Format Conversion Round-Trip):
6155 Use active voice for previous change.
6156
6157 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6158
6159 * os.texi (Processor Run Time):
6160 * processes.texi (Transaction Queues):
6161 * markers.texi (The Mark):
6162 * windows.texi (Choosing Window, Selecting Windows):
6163 * files.texi (Changing Files, Magic File Names):
6164 * commands.texi (Key Sequence Input):
6165 * functions.texi (Declaring Functions):
6166 * strings.texi (Predicates for Strings):
6167 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6168
6169 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * help.texi (Accessing Documentation): Update example.
6172
6173 * variables.texi (Defining Variables): Note that `*' is not
6174 necessary if defcustom is used.
6175
6176 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6177
6178 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6179 Characters" from @detailmenu.
6180
6181 * nonascii.texi (Character Codes, Character Sets)
6182 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6183 (Chars and Bytes, Splitting Characters): Sections removed.
6184
6185 2008-11-22 Lute Kamstra <lute@gnu.org>
6186
6187 * positions.texi (Text Lines): Update goto-line documentation.
6188
6189 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6190
6191 * frames.texi (Frames): Fix typo, add cross references, reword.
6192 (Initial Parameters): Reword special-display-frame-alist text.
6193 (Frames and Windows): Reword. Describe argument norecord for
6194 set-frame-selected-window.
6195 (Input Focus): Describe argument norecord for select-frame.
6196 Remove comment on MS-Windows behavior for focus-follows-mouse.
6197 (Raising and Lowering): Mention windows-frames dichotomy in
6198 metaphor.
6199
6200 * windows.texi (Displaying Buffers, Vertical Scrolling)
6201 (Horizontal Scrolling): Fix indenting and rewording issues
6202 introduced with 2008-11-07 change.
6203
6204 2008-11-20 Glenn Morris <rgm@gnu.org>
6205
6206 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6207 element of `format-alist'.
6208
6209 2008-11-19 Glenn Morris <rgm@gnu.org>
6210
6211 * doclicense.texi: Update to FDL 1.3.
6212 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6213
6214 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6215
6216 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6217 vars, which are obsolete. Mention jit-lock-register.
6218
6219 * modes.texi (Other Font Lock Variables):
6220 Document jit-lock-register and jit-lock-unregister.
6221
6222 * frames.texi (Color Parameters): Document alpha parameter.
6223
6224 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6225
6226 * windows.texi (Splitting Windows, Deleting Windows)
6227 (Selecting Windows, Cyclic Window Ordering)
6228 (Buffers and Windows, Displaying Buffers, Choosing Window)
6229 (Dedicated Windows, Window Point, Window Start and End)
6230 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6231 (Size of Window, Resizing Windows, Window Configurations)
6232 (Window Parameters): Avoid @var at beginning of sentences and
6233 reword accordingly.
6234
6235 2008-11-11 Lute Kamstra <lute@gnu.org>
6236
6237 * files.texi (File Name Components): Fix file-name-extension
6238 documentation.
6239
6240 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * frames.texi (Basic Parameters): Remove display-environment-variable
6243 and term-environment-variable.
6244
6245 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6246
6247 * windows.texi (Basic Windows, Splitting Windows)
6248 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6249 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6250 (Resizing Windows, Window Configurations, Window Parameters):
6251 Fix wording and markup.
6252
6253 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6254
6255 * windows.texi (Windows): Update entries.
6256 (Basic Windows): Remove listing of attributes. Reword.
6257 (Splitting Windows, Deleting Windows): Reword.
6258 (Selecting Windows, Cyclic Window Ordering): Reword with special
6259 emphasis on order of recently selected windows and buffer list.
6260 (Buffers and Windows, Choosing Window): Reword with special
6261 emphasis on dedicated windows.
6262 (Displaying Buffers): Reword. For switch-to-buffer mention that
6263 it may fall back on pop-to-buffer. For other-window try to
6264 explain how it treats the cyclic ordering of windows.
6265 (Dedicated Windows): New node and section discussing dedicated
6266 windows and associated functions.
6267 (Window Point): Add entry for window-point-insertion-type. Reword.
6268 (Window Start and End): Rename node and section title. Reword.
6269 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6270 Minor rewording.
6271 (Size of Window): Reword, in particular text on window-width.
6272 (Resizing Windows): Reword. Add text on balancing windows.
6273 (Window Configurations): Reword. Mention window parameters.
6274 (Window Parameters): New node and section on window parameters.
6275 (Window Hooks): Reword. Mention that
6276 window-configuration-change-hook is run "buffer-locally".
6277 * elisp.texi (Top): Update Windows entries in @detailmenu
6278 section.
6279
6280 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6281
6282 * searching.texi (Regexp Search): Fix typo.
6283
6284 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6285
6286 * searching.texi (Regexp Search): Document GREEDY arg.
6287 (Simple Match Data): Fix return value.
6288
6289 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6290
6291 * nonascii.texi (Text Representations): Rewrite to make consistent
6292 with Emacs 23 internal representation of characters.
6293 Document `unibyte-string'.
6294
6295 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * processes.texi (Process Information): Note that process-status
6298 does not accept buffer names.
6299
6300 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6301
6302 * positions.texi (Skipping Characters): Correct return value of
6303 skip-chars-forward.
6304
6305 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6306
6307 * windows.texi (Deleting Windows): Update documentation of
6308 delete-windows-on.
6309 (Buffers and Windows): Update documentations of
6310 get-buffer-window and get-buffer-window-list.
6311 (Displaying Buffers): Update documentation of
6312 replace-buffer-in-windows.
6313
6314 * buffers.texi (Current Buffer): Reword set-buffer and
6315 with-current-buffer documentations.
6316 (Creating Buffers): Reword documentation of get-buffer-create.
6317
6318 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6319
6320 * buffers.texi (Current Buffer): Reword documentation of
6321 set-buffer.
6322 (Buffer Names): Reword documentation of buffer-name.
6323 (The Buffer List): For bury-buffer explain what happens with the
6324 buffer's window.
6325 (Creating Buffers): Say that get-buffer-create's arg is called
6326 buffer-or-name.
6327
6328 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * advice.texi (Computed Advice): Explain what DEFINITION is.
6331
6332 * nonascii.texi (Character Codes): Remove obsolete function
6333 char-valid-p, and document characterp instead.
6334
6335 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6336
6337 * windows.texi (Displaying Buffers): Reword documentation of
6338 pop-to-buffer.
6339 (Choosing Window): Rewrite documentation of display-buffer and
6340 its options.
6341
6342 * buffers.texi (Killing Buffers): Update documentation of
6343 kill-buffer.
6344
6345 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6346
6347 * processes.texi (Serial Ports): Fix wording and improve markup.
6348
6349 * searching.texi (Regexp Search): Document `string-match-p' and
6350 `looking-at-p'.
6351 (POSIX Regexps): Add an xref for "non-greedy".
6352 (Regexp Special): Add @cindex entry for "non-greedy".
6353
6354 * display.texi (Attribute Functions): Document `face-all-attributes'.
6355 (Image Cache) <image-refresh>: Minor wording fixes.
6356
6357 * frames.texi (Color Names): Add an xref to `read-color'.
6358
6359 * minibuf.texi (High-Level Completion): Document `read-color'.
6360
6361 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6362
6363 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6364
6365 * buffers.texi (Swapping Text): New section, documents
6366 `buffer-swap-text'.
6367
6368 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6369
6370 * windows.texi (Resizing Windows): Minor wording fix.
6371
6372 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6373
6374 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6375 and `combine-and-quote-strings'.
6376
6377 * strings.texi (Creating Strings): Add xrefs for them.
6378
6379 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6380
6381 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6382 match the corresponding menu in minibuf.texi.
6383
6384 * minibuf.texi (Reading File Names): Document `read-shell-command'
6385 and `minibuffer-local-shell-command-map'.
6386
6387 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6388
6389 * windows.texi (Resizing Windows): Remove var{} around "window" in
6390 documentation of enlarge-window.
6391 Rewrite documentation of window-min-height and window-min-width.
6392
6393 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6394
6395 * functions.texi (Calling Functions): Document `apply-partially'.
6396
6397 * hooks.texi (Standard Hooks): Mention
6398 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6399
6400 * variables.texi (File Local Variables): Document
6401 `file-local-variables-alist', `before-hack-local-variables-hook'
6402 and `hack-local-variables-hook'.
6403
6404 * processes.texi (Synchronous Processes): Document `process-lines'.
6405
6406 * customize.texi (Variable Definitions):
6407 Document `custom-reevaluate-setting'.
6408
6409 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6410
6411 * windows.texi (Choosing Window, Deleting Windows)
6412 (Displaying Buffers): Expand documentation of dedicated windows.
6413
6414 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6415
6416 * files.texi (Changing Files): Document symbolic input of file
6417 modes to `set-file-modes'. Document `read-file-modes' and
6418 `file-modes-symbolic-to-number'.
6419
6420 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6421 and `search-map'.
6422
6423 * searching.texi (Search and Replace):
6424 Document `replace-search-function' and `replace-re-search-function'.
6425 Document `multi-query-replace-map'.
6426
6427 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6428 (Completion Commands, Reading File Names):
6429 Rename `minibuffer-local-must-match-filename-map' to
6430 `minibuffer-local-filename-must-match-map'.
6431 (Minibuffer Completion): The `require-match' argument to
6432 `completing-read' can now have the value `confirm-only'.
6433
6434 * windows.texi (Displaying Buffers): Minor wording fix.
6435 (Choosing Window): `split-height-threshold' can now be nil.
6436 Document `split-width-threshold'. `pop-up-frames' can have the
6437 value `graphic-only'.
6438
6439 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6440
6441 * os.texi (Startup Summary): Document `before-init-time' and
6442 `after-init-time'. Document `initial-window-system' and
6443 `window-system-initialization-alist'. Document reading the
6444 abbrevs file. Document the call to `server-start' under --daemon.
6445 Rearrange a bit to be consistent with the code flow.
6446 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6447 (Time Parsing): Document `format-seconds'.
6448
6449 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6450
6451 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6452 and reword.
6453
6454 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6455
6456 * markers.texi (The Mark): Document use-region-p.
6457
6458 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6459
6460 * internals.texi (Writing Emacs Primitives): The interactive spec
6461 of a primitive can be a Lisp form.
6462
6463 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6464 values of transient-mark-mode. Document handle-shift-selection.
6465
6466 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6467 (Interactive Examples): Show an example of `^'.
6468 (Key Sequence Input): Document this-command-keys-shift-translated.
6469 (Defining Commands, Using Interactive): The interactive-form of a
6470 function can be added via its symbol's property.
6471
6472 * positions.texi (List Motion): beginning-of-defun-function can
6473 now accept an argument.
6474
6475 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6476 now return a list of strings.
6477
6478 * control.texi (Handling Errors): Document ignore-errors.
6479
6480 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6481 (Parameter Access): Document set-frame-parameter.
6482
6483 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6484 Hooks" for the effect of kill-all-local-variables on local hook
6485 functions.
6486
6487 * modes.texi (Major Mode Conventions, Mode Line Variables):
6488 `mode-name' need not be a string. xref to "Mode Line Data" for
6489 details, and to "Emulating Mode Line" for computing a string
6490 value.
6491
6492 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6493
6494 * processes.texi (System Processes): New section.
6495 (Processes, Signals to Processes): Add xrefs to it.
6496
6497 * objects.texi (Editing Types): A `process' is a subprocess of
6498 Emacs, not just any process running on the OS.
6499
6500 * elisp.texi (Top): Adjust the @detailmenu for the above two
6501 changes.
6502
6503 * sequences.texi (Char-Tables): Remove documentation of
6504 set-char-table-default, which has no effect since Emacs 23.
6505 <char-table-range, set-char-table-range>: Don't mention generic
6506 characters and charsets. Add a cons cell as a possible argument.
6507
6508 * nonascii.texi (Splitting Characters)
6509 (Translation of Characters): Don't mention generic characters.
6510
6511 * display.texi (Fontsets): Don't mention generic characters.
6512
6513 * sequences.texi (Char-Tables): `map-char-table' can now call its
6514 argument FUNCTION with a cons cell as KEY.
6515
6516 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6517
6518 * objects.texi (Primitive Function Type): Move "@cindex special
6519 forms" from here...
6520
6521 * eval.texi (Special Forms): ...to here.
6522
6523 * functions.texi (What Is a Function): `functionp' returns nil for
6524 special forms. Add an xref.
6525
6526 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6527 Variables".
6528
6529 * variables.texi (Frame-Local Variables): New section.
6530 (Buffer-Local Variables): Add an xref to it.
6531 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6532 have both frame-local and buffer-local binding.
6533
6534 * frames.texi (Frames): Mention multiple tty frames.
6535 (Frame Parameters, Parameter Access): Mention frame-local variable
6536 bindings.
6537
6538 2008-09-20 Glenn Morris <rgm@gnu.org>
6539
6540 * display.texi (Defining Faces): Recommend against face variables.
6541
6542 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6543
6544 * display.texi (Echo Area Customization): Fix typo.
6545
6546 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6547
6548 * loading.texi (Where Defined): Add `defface' item.
6549
6550 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6551
6552 * loading.texi (Where Defined): Fix description of symbol-file.
6553
6554 2008-08-26 Jason Rumney <jasonr@gnu.org>
6555
6556 * display.texi (TIFF Images): New section describing :index property.
6557
6558 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * display.texi (Temporary Displays): Remove unnecessary comment
6561 about usage of temp-buffer-show-hook.
6562
6563 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * symbols.texi (Other Plists): Fix incorrect example.
6566 Suggested by Florian Beck.
6567
6568 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6569
6570 * os.texi: Fix previous change.
6571
6572 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6573
6574 * os.texi:
6575 * intro.texi:
6576 * files.texi: Remove VMS support.
6577
6578 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6579
6580 * os.texi:
6581 * frames.texi:
6582 * display.texi: Remove mentions of Mac Carbon.
6583
6584 2008-07-01 Miles Bader <miles@gnu.org>
6585
6586 * text.texi (Special Properties):
6587 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6588
6589 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6590
6591 * display.texi (Other Image Types): Fix copy/paste error; say
6592 "PBM", not "XBM".
6593
6594 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6595
6596 * os.texi: Remove references to obsolete systems.
6597
6598 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6599
6600 * makefile.w32-in (distclean): Remove makefile.
6601
6602 2008-06-17 Glenn Morris <rgm@gnu.org>
6603
6604 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6605 (elisp, dist): Remove rules and variables that are obsolete now
6606 the lisp manual is no longer distributed separately.
6607
6608 2008-06-16 Glenn Morris <rgm@gnu.org>
6609
6610 * configure, configure.in, mkinstalldirs: Remove unused files.
6611
6612 * book-spine.texinfo: Set version to 23.0.60.
6613 * vol1.texi (EMACSVER):
6614 * vol2.texi (EMACSVER): Set to 23.0.60.
6615
6616 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6617 as per maintain.info.
6618
6619 2008-06-15 Glenn Morris <rgm@gnu.org>
6620
6621 * makefile.w32-in (manual): Use "23" rather than "21".
6622
6623 * Makefile.in (emacsver): New, set by configure.
6624 (manual): Use emacsver.
6625
6626 * intro.texi: Report bugs using M-x report-emacs-bug.
6627
6628 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6629
6630 2008-06-13 Daniel Engeler <engeler@gmail.com>
6631
6632 * elisp.texi, internals.texi, processes.texi: Add documentation
6633 about serial port access.
6634
6635 2008-06-05 Miles Bader <miles@gnu.org>
6636
6637 * display.texi (Displaying Faces): Update to reflect function
6638 renamings in face-remap.el.
6639
6640 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * display.texi (Fontsets): Fix typos.
6643
6644 2008-06-03 Miles Bader <miles@gnu.org>
6645
6646 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6647 remove-relative-face-remapping, set-base-face-remapping,
6648 and set-default-base-face-remapping.
6649
6650 2008-06-01 Miles Bader <miles@gnu.org>
6651
6652 * display.texi (Displaying Faces): Add face-remapping-alist.
6653
6654 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6657 variable names.
6658
6659 2008-05-03 Eric S. Raymond <esr@golux>
6660
6661 * keymaps.texi: Clarify that (current-local-map) and
6662 (current-global-map) return references, not copies.
6663
6664 2008-05-02 Juri Linkov <juri@jurta.org>
6665
6666 * minibuf.texi (Text from Minibuffer): Document a list of
6667 default values for `read-from-minibuffer'.
6668
6669 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * nonascii.texi (Translation of Characters): Fix previous change.
6672
6673 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * display.texi (Overlay Properties): Clarify role of underlying
6676 textprop and overlay keymaps for display strings.
6677
6678 * keymaps.texi (Active Keymaps): Ditto.
6679
6680 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * minibuf.texi (Programmed Completion):
6683 Replace dynamic-completion-table with the new completion-table-dynamic.
6684
6685 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6686
6687 * intro.texi (Some Terms): Change "fonts in this manual" index
6688 entry to "typographic conventions".
6689
6690 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6691
6692 * objects.texi (Text Props and Strings): Add indexing for read
6693 syntax of text properties.
6694
6695 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * processes.texi (Decoding Output): Remove process-filter-multibyte
6698 functions.
6699
6700 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6701
6702 * display.texi (Finding Overlays): Say that empty overlays at
6703 the end of the buffer are reported too.
6704
6705 2008-03-13 Glenn Morris <rgm@gnu.org>
6706
6707 * elisp.texi (EMACSVER): Set to 23.0.60.
6708
6709 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6710
6711 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6712
6713 2008-02-22 Glenn Morris <rgm@gnu.org>
6714
6715 * frames.texi (Position Parameters): Clarify the description of
6716 `left' and `top', using information from "Geometry".
6717 (Geometry): Give a pointer to "Position Parameters", rather than
6718 repeating information.
6719
6720 2008-02-11 Glenn Morris <rgm@gnu.org>
6721
6722 * objects.texi (Equality Predicates): No longer talk about "two"
6723 functions.
6724
6725 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6726
6727 * objects.texi (Equality Predicates): Add defun for
6728 equal-including-properties.
6729
6730 2008-02-10 Glenn Morris <rgm@gnu.org>
6731
6732 * objects.texi (Equality Predicates):
6733 Mention equal-including-properties.
6734
6735 2008-02-07 Richard Stallman <rms@gnu.org>
6736
6737 * windows.texi (Window Start): Mention the feature of moving
6738 window-start to start of line.
6739
6740 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6741
6742 * keymaps.texi (Tool Bar): Document rtl property.
6743
6744 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6745
6746 * display.texi (Button Types):
6747 For define-button-type, clarify type of NAME.
6748
6749 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6750
6751 * buffers.texi (Buffer Modification): Fix typo.
6752
6753 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6754
6755 * os.texi (System Environment): Remove references to OSes that are
6756 not supported anymore.
6757
6758 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6759
6760 * os.texi (System Environment): Remove mention for Masscomp.
6761
6762 2008-01-04 Richard Stallman <rms@gnu.org>
6763
6764 * display.texi (Faces): Don't talk about internal face vector as arg
6765 to facep.
6766
6767 * customize.texi (Type Keywords): Fix previous change.
6768
6769 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6770 * elisp.texi (Top): Fix menu for commands.texi change.
6771
6772 2007-12-30 Richard Stallman <rms@gnu.org>
6773
6774 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6775 (Accessing Scroll): New node broken out of Accessing Mouse.
6776
6777 2007-12-28 Richard Stallman <rms@gnu.org>
6778
6779 * frames.texi (Size Parameters): Fix typo.
6780 (Basic Parameters): For `title', refer to title bar.
6781 (Size and Position): Explain meaning of frame pixel width and height.
6782
6783 2007-12-23 Richard Stallman <rms@gnu.org>
6784
6785 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6786 Improve some of the commented-out keywords' text too.
6787
6788 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6789
6790 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6791 "visit the current buffer".
6792
6793 * os.texi (System Interface): Fix typo.
6794
6795 2007-12-04 Richard Stallman <rms@gnu.org>
6796
6797 * objects.texi (Symbol Type): Fix typo.
6798
6799 2007-12-03 Richard Stallman <rms@gnu.org>
6800
6801 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6802
6803 2007-12-01 Glenn Morris <rgm@gnu.org>
6804
6805 * functions.texi (Declaring Functions): Improve previous change.
6806
6807 2007-11-30 Glenn Morris <rgm@gnu.org>
6808
6809 * functions.texi (Declaring Functions): Add optional fourth
6810 argument of declare-function, and setting third argument to `t'.
6811
6812 2007-11-29 Richard Stallman <rms@gnu.org>
6813
6814 * customize.texi (Composite Types): Document `group' type.
6815
6816 2007-11-29 Glenn Morris <rgm@gnu.org>
6817
6818 * functions.texi (Declaring Functions): Add findex.
6819 Mention `external' files.
6820
6821 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * functions.texi (Declaring Functions): Fix directive.
6824
6825 2007-11-25 Richard Stallman <rms@gnu.org>
6826
6827 * help.texi (Help Functions): Clean up last change.
6828
6829 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6830
6831 * loading.texi (Named Features): Minor cleanup.
6832
6833 * macros.texi (Eval During Expansion): Minor cleanup.
6834
6835 * variables.texi (Variable Aliases): Minor cleanup.
6836
6837 2007-11-24 Richard Stallman <rms@gnu.org>
6838
6839 * functions.texi (Declaring Functions): Clarify previous change.
6840
6841 * compile.texi (Compiler Errors): Clarify previous change.
6842
6843 2007-11-24 Richard Stallman <rms@gnu.org>
6844
6845 * display.texi (Refresh Screen, Forcing Redisplay):
6846 Clarify the text and move items around.
6847
6848 2007-11-24 Glenn Morris <rgm@gnu.org>
6849
6850 * functions.texi (Declaring Functions): New section.
6851 * compile.texi (Compiler Errors): Mention declaring functions,
6852 defvar with no initvalue, and byte-compile-warnings.
6853
6854 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6855
6856 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6857 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6858
6859 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6860
6861 * help.texi (Help Functions): Document new macro `with-help-window'.
6862
6863 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6864
6865 * searching.texi (Replacing Match): Describe new
6866 `match-substitute-replacement'.
6867
6868 2007-10-31 Richard Stallman <rms@gnu.org>
6869
6870 * strings.texi (Creating Strings): Null strings from concat not unique.
6871
6872 2007-10-26 Richard Stallman <rms@gnu.org>
6873
6874 * objects.texi (Equality Predicates): Null strings are uniquified.
6875
6876 * minibuf.texi: Minor clarifications in previous change.
6877
6878 2007-10-25 Glenn Morris <rgm@gnu.org>
6879
6880 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6881
6882 2007-10-24 Richard Stallman <rms@gnu.org>
6883
6884 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6885
6886 * variables.texi (Frame-Local Variables): Node deleted.
6887 (Variables): Delete Frame-Local Variables from menu.
6888 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6889 (Default Value): Don't mention frame-local vars.
6890
6891 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6892
6893 * loading.texi (Unloading): Document FEATURE-unload-function
6894 instead of FEATURE-unload-hook.
6895
6896 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6897
6898 2007-10-22 Juri Linkov <juri@jurta.org>
6899
6900 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6901 (High-Level Completion): Document a list of default value strings
6902 in the DEFAULT argument, for which minibuffer functions return the
6903 first element.
6904
6905 2007-10-17 Juri Linkov <juri@jurta.org>
6906
6907 * text.texi (Filling): Update arguments of fill-paragraph.
6908 fill-paragraph operates on the active region in Transient Mark mode.
6909 Remove fill-paragraph-or-region.
6910
6911 2007-10-13 Karl Berry <karl@gnu.org>
6912
6913 * elisp.texi (@dircategory): Move to after @copying,
6914 since we want @copying as close as possible to the beginning of
6915 the output.
6916
6917 2007-10-12 Richard Stallman <rms@gnu.org>
6918
6919 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6920
6921 * commands.texi (Distinguish Interactive): New node,
6922 broken out from Interactive Call and rewritten.
6923 (Command Loop): Put Distinguish Interactive in menu.
6924
6925 2007-10-09 Richard Stallman <rms@gnu.org>
6926
6927 * text.texi (Examining Properties): Mention overlay priority.
6928
6929 * display.texi (Display Margins): Correct the description
6930 of margin display specifications.
6931 (Replacing Specs): New subnode broken out of Display Property.
6932
6933 2007-10-06 Juri Linkov <juri@jurta.org>
6934
6935 * text.texi (Filling): Document fill-paragraph-or-region.
6936
6937 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * display.texi (Auto Faces): Fix typo.
6940
6941 2007-10-02 Richard Stallman <rms@gnu.org>
6942
6943 * display.texi (Display Property): Explain some display specs
6944 don't let you move point in.
6945
6946 * frames.texi (Cursor Parameters):
6947 Describe cursor-in-non-selected-windows here. Explain more values.
6948
6949 * windows.texi (Basic Windows): Don't describe
6950 cursor-in-non-selected-windows here.
6951
6952 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6953
6954 * processes.texi (Misc Network): Note that these functions are
6955 supported only on some systems.
6956
6957 2007-10-01 Richard Stallman <rms@gnu.org>
6958
6959 * display.texi (Overlay Properties): Explain nil as priority.
6960 Explain that conflicts are unpredictable if not resolved by
6961 priorities.
6962
6963 2007-09-23 Richard Stallman <rms@gnu.org>
6964
6965 * macros.texi (Backquote): Minor clarification.
6966
6967 2007-09-19 Richard Stallman <rms@gnu.org>
6968
6969 * display.texi (Display Property): Explain multiple display specs.
6970 Clarify when they work in parallel and when one overrides.
6971 Fix error in example.
6972
6973 2007-09-06 Glenn Morris <rgm@gnu.org>
6974
6975 Move from lispref/ to doc/lispref/. Change all setfilename
6976 commands to use ../../info.
6977 * Makefile.in (infodir): Go up one more level.
6978 (usermanualdir): Change from ../man to ../emacs.
6979 (miscmanualdir): New.
6980 (dist): Use new variable miscmanualdir.
6981 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6982 (usermanualdir): Change from ../man to ../emacs.
6983
6984 2007-08-30 Martin Rudalics <rudalics@gmx.at>
6985
6986 * commands.texi (Command Loop Info): Advise against changing
6987 most variables described here. Explain new variable
6988 last-repeatable-command.
6989
6990 2007-08-29 Glenn Morris <rgm@gnu.org>
6991
6992 * elisp.texi (EMACSVER): Increase to 23.0.50.
6993
6994 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6995
6996 * frames.texi (Basic Parameters): Add display-environment-variable
6997 and term-environment-variable.
6998
6999 2007-08-28 Juri Linkov <juri@jurta.org>
7000
7001 * display.texi (Image Formats, Other Image Types): Add SVG.
7002
7003 2007-08-28 Juri Linkov <juri@jurta.org>
7004
7005 * display.texi (Images): Move formats-related text to new node
7006 "Image Formats".
7007 (Image Formats): New node.
7008
7009 2007-08-27 Richard Stallman <rms@gnu.org>
7010
7011 * windows.texi (Window Configurations): Clarify what
7012 a window configuration saves.
7013
7014 2007-08-25 Richard Stallman <rms@gnu.org>
7015
7016 * display.texi (Images): Delete redundant @findex.
7017
7018 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * text.texi (Change Hooks): (after|before)-change-functions are no
7021 longer bound to nil while running; rather inhibit-modification-hooks
7022 is t.
7023
7024 2007-08-16 Richard Stallman <rms@gnu.org>
7025
7026 * processes.texi (Asynchronous Processes):
7027 Clarify doc of start-file-process.
7028
7029 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7030
7031 * modes.texi (Example Major Modes): Fix typo.
7032
7033 2007-08-08 Glenn Morris <rgm@gnu.org>
7034
7035 * intro.texi (nil and t): Do not use `iff' in documentation.
7036
7037 * tips.texi (Documentation Tips): Recommend against `iff'.
7038
7039 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7040
7041 * display.texi (Image Cache): Document image-refresh.
7042
7043 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7044
7045 * windows.texi (Size of Window): Document window-full-width-p.
7046
7047 2007-07-25 Glenn Morris <rgm@gnu.org>
7048
7049 * gpl.texi (GPL): Replace license with GPLv3.
7050
7051 * Relicense all FSF files to GPLv3 or later.
7052
7053 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7054
7055 * processes.texi (Synchronous Processes):
7056 Add `process-file-shell-command'.
7057 (Asynchronous Processes): Mention restricted use of
7058 `process-filter' and `process-sentinel' in
7059 `start-file-process'. Add `start-file-process-shell-command'.
7060
7061 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7062
7063 * files.texi (Magic File Names): Introduce optional parameter
7064 IDENTIFICATION for `file-remote-p'.
7065
7066 2007-07-16 Richard Stallman <rms@gnu.org>
7067
7068 * display.texi (Defining Faces): Fix previous change.
7069
7070 2007-07-14 Richard Stallman <rms@gnu.org>
7071
7072 * control.texi (Handling Errors): Document `debug' in handler list.
7073
7074 2007-07-10 Richard Stallman <rms@gnu.org>
7075
7076 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7077
7078 2007-07-09 Richard Stallman <rms@gnu.org>
7079
7080 * files.texi (Magic File Names): Rewrite previous change.
7081
7082 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7083
7084 * files.texi (Magic File Names): Introduce optional parameter
7085 CONNECTED for `file-remote-p'.
7086
7087 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7088
7089 * processes.texi (Asynchronous Processes):
7090 * files.texi (Magic File Names): Add `start-file-process'.
7091
7092 2007-06-27 Richard Stallman <rms@gnu.org>
7093
7094 * files.texi (Format Conversion Piecemeal):
7095 Clarify `after-insert-file-functions' calling convention.
7096
7097 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7098
7099 * files.texi (Magic File Names): Remove `dired-call-process'.
7100 Add `process-file'.
7101
7102 2007-06-27 Kenichi Handa <handa@m17n.org>
7103
7104 * text.texi (Special Properties): Fix description about
7105 `composition' property.
7106
7107 2007-06-26 Kenichi Handa <handa@m17n.org>
7108
7109 * nonascii.texi (Default Coding Systems): Document about the
7110 return value `undecided'.
7111
7112 2007-06-25 David Kastrup <dak@gnu.org>
7113
7114 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7115 `current-active-maps'.
7116
7117 2007-06-24 Karl Berry <karl@gnu.org>
7118
7119 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7120
7121 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7122
7123 * display.texi (Overlay Arrow): Doc fix.
7124
7125 2007-06-14 Karl Berry <karl@tug.org>
7126
7127 * anti.texi (Antinews): Typo.
7128
7129 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * display.texi (Image Cache): Document image-refresh.
7132
7133 2007-06-12 Karl Berry <karl@gnu.org>
7134
7135 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7136 * two-volume.make: New file.
7137 * .cvsignore: Ignore two-volume files.
7138
7139 2007-06-12 Tom Tromey <tromey@redhat.com>
7140
7141 * os.texi (Init File): Document user-emacs-directory.
7142
7143 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * commands.texi (Click Events): Describe width and height when
7146 object is nil.
7147
7148 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7149
7150 * commands.texi (Click Events): Layout more logically.
7151 Describe width and height.
7152 (Drag Events, Motion Events): Update to new format for position.
7153
7154 2007-06-02 Richard Stallman <rms@gnu.org>
7155
7156 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7157
7158 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * Version 22.1 released.
7161
7162 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * text.texi (Special Properties): Correct meaning of fontified face.
7165
7166 2007-05-30 Richard Stallman <rms@gnu.org>
7167
7168 * text.texi (Special Properties): Add link to Adjusting Point.
7169
7170 2007-05-12 Richard Stallman <rms@gnu.org>
7171
7172 * text.texi (Margins): indent-to-left-margin is not the default.
7173 (Mode-Specific Indent): For indent-line-function, the default
7174 is indent-relative.
7175
7176 * modes.texi (Example Major Modes): Explain last line of text-mode
7177 is redundant.
7178
7179 2007-05-10 Richard Stallman <rms@gnu.org>
7180
7181 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7182
7183 * help.texi (Keys in Documentation): Add reference to
7184 Documentation Tips.
7185
7186 * files.texi (Format Conversion): TO-FN gets three arguments.
7187
7188 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7189
7190 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7191
7192 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7193 * files.texi (Format Conversion): Expand intro; add menu.
7194 (Format Conversion Overview, Format Conversion Round-Trip)
7195 (Format Conversion Piecemeal): New nodes/subsections.
7196 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7197 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7198 (Saving Properties): Delete node/subsection.
7199
7200 2007-05-07 Karl Berry <karl@gnu.org>
7201
7202 * elisp.texi (EMACSVER): Back to 22.
7203
7204 2007-05-06 Richard Stallman <rms@gnu.org>
7205
7206 * processes.texi (Accepting Output): Revert most of previous change.
7207
7208 2007-05-05 Richard Stallman <rms@gnu.org>
7209
7210 * processes.texi (Accepting Output): accept-process-output
7211 uses microseconds, not milliseconds. But that arg is obsolete.
7212
7213 2007-05-04 Karl Berry <karl@tug.org>
7214
7215 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7216
7217 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7218
7219 * tips.texi (Documentation Tips): Rearrange items to place the
7220 more important ones first. Add an index entry for hyperlinks.
7221
7222 2007-05-03 Karl Berry <karl@gnu.org>
7223
7224 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7225 (EMACSVER) [smallbook]: 22 for printed version.
7226
7227 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7228 so restore anchor to normal position after defun. Found by Kevin Ryde.
7229
7230 2007-04-26 Glenn Morris <rgm@gnu.org>
7231
7232 * elisp.texi (EMACSVER): Increase to 22.1.50.
7233
7234 2007-04-28 Karl Berry <karl@gnu.org>
7235
7236 * elisp.texi: Improve line breaks on copyright page,
7237 similar layout to emacs manual, 8.5x11 by default.
7238
7239 2007-04-24 Richard Stallman <rms@gnu.org>
7240
7241 * text.texi (Special Properties): Add xref to Overlay Properties.
7242
7243 * display.texi (Overlay Properties): Add xref to Special Properties.
7244
7245 2007-04-22 Richard Stallman <rms@gnu.org>
7246
7247 * keymaps.texi (Extended Menu Items): Move the info about
7248 format with cached keyboard binding.
7249
7250 2007-04-21 Richard Stallman <rms@gnu.org>
7251
7252 * text.texi (Special Properties): Clarify previous change.
7253
7254 * files.texi (File Name Expansion): Clarify previous change.
7255
7256 * display.texi (Attribute Functions): Fix example for
7257 face-attribute-relative-p.
7258
7259 2007-04-19 Kenichi Handa <handa@m17n.org>
7260
7261 * text.texi (Special Properties): Document composition property.
7262
7263 2007-04-19 Glenn Morris <rgm@gnu.org>
7264
7265 * files.texi (File Name Expansion): Mention "superroot".
7266
7267 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7268
7269 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7270 setups.
7271 (Display Feature Testing): Note that display refers to all
7272 physical monitors for multi-monitor setups.
7273
7274 2007-04-14 Richard Stallman <rms@gnu.org>
7275
7276 * lists.texi (Sets And Lists): Clarify `delete' examples.
7277 Remove spurious xref to same node.
7278 Clarify xref for add-to-list.
7279
7280 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7281
7282 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7283 value of lisp-mode-map.
7284
7285 2007-04-11 Karl Berry <karl@gnu.org>
7286
7287 * anti.texi (Antinews):
7288 * display.texi (Overlay Properties, Defining Images):
7289 * processes.texi (Synchronous Processes, Sentinels):
7290 * syntax.texi (Syntax Table Internals):
7291 * searching.texi (Regexp Special):
7292 * nonascii.texi (Default Coding Systems):
7293 * text.texi (Special Properties):
7294 * minibuf.texi (Basic Completion): Wording to improve breaks in
7295 8.5x11 format.
7296 * elisp.texi (smallbook): New @set to more easily switch between
7297 smallbook and 8.5x11.
7298
7299 2007-04-11 Richard Stallman <rms@gnu.org>
7300
7301 * text.texi (Lazy Properties): Minor fix.
7302
7303 2007-04-08 Karl Berry <karl@gnu.org>
7304
7305 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7306 * macros.texi (Backquote): Downcase Backquote in index entries for
7307 consistency.
7308
7309 2007-04-08 Richard Stallman <rms@gnu.org>
7310
7311 * text.texi (Adaptive Fill): Just describe default,
7312 don't show it (since it contains non-ASCII chars).
7313
7314 2007-04-07 Karl Berry <karl@gnu.org>
7315
7316 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7317 adaptive-fill-regexp's value, since they are not in the standard
7318 TeX fonts.
7319
7320 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7321
7322 * display.texi (Defining Faces): Fix example.
7323
7324 2007-04-07 Karl Berry <karl@gnu.org>
7325
7326 * display.texi (Button Buffer Commands): Improve page break.
7327
7328 2007-04-07 Richard Stallman <rms@gnu.org>
7329
7330 * advice.texi (Activation of Advice): Remove redundant index entry.
7331
7332 * backups.texi: Improve index entries. Remove redundant ones.
7333
7334 * compile.texi (Byte Compilation): Improve index entry.
7335
7336 * hash.texi (Creating Hash): Improve index entry.
7337
7338 * symbols.texi (Definitions): Improve index entry.
7339
7340 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7341
7342 * maps.texi (Standard Keymaps): Remove useless index entry.
7343
7344 * help.texi (Documentation Basics): Remove redundant index entries.
7345
7346 * customize.texi: Improve index entries.
7347 Remove redundant/useless ones.
7348
7349 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7350
7351 * streams.texi (Output Variables): Improve index entry.
7352
7353 * abbrevs.texi (Abbrevs): Remove useless index entry.
7354
7355 * macros.texi (Expansion): Remove useless index entry.
7356
7357 * text.texi: Improve index entries. Remove redundant/useless ones.
7358 (Text Properties, Examining Properties)
7359 (Special Properties): Use "property category" instead of "category"
7360 to refer to the `category' property.
7361
7362 * positions.texi: Improve index entries. Remove useless one.
7363
7364 * lists.texi: Improve index entries. Remove redundant/useless ones.
7365
7366 * os.texi: Improve index entries.
7367 (Timers): Fix previous change.
7368
7369 * buffers.texi: Improve index entries.
7370 (Modification Time): Get rid of term "obsolete buffer".
7371
7372 * debugging.texi: Improve index entries.
7373 (Test Coverage): Add xref to other test coverage ftr.
7374
7375 * eval.texi: Improve index entry. Remove redundant ones.
7376
7377 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7378
7379 * files.texi: Improve index entries. Remove redundant/useless ones.
7380
7381 * objects.texi: Improve index entries.
7382
7383 * processes.texi: Improve index entries.
7384
7385 * modes.texi: Improve index entry. Remove redundant one.
7386
7387 * nonascii.texi: Improve index entries.
7388
7389 * internals.texi: Improve index entries.
7390
7391 * syntax.texi: Improve index entries.
7392
7393 * keymaps.texi (Active Keymaps): Improve index entries.
7394
7395 * commands.texi: Improve index entries. Remove redundant/useless ones.
7396
7397 * frames.texi: Improve index entries. Remove redundant/useless ones.
7398
7399 * markers.texi: Improve index entries. Remove redundant ones.
7400
7401 * tips.texi: Improve index entries.
7402
7403 * loading.texi (Unloading): Improve index entry.
7404
7405 * variables.texi: Improve index entries. Remove redundant one.
7406
7407 * sequences.texi: Improve index entry.
7408
7409 * display.texi: Improve index entries. Remove redundant ones.
7410
7411 * windows.texi: Improve index entries.
7412
7413 * searching.texi: Improve index entries. Remove redundant one.
7414
7415 * strings.texi (Case Tables): Improve last change.
7416
7417 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7418
7419 * strings.texi (Case Tables): Document with-case-table and
7420 ascii-case-table.
7421
7422 2007-04-03 Karl Berry <karl@gnu.org>
7423
7424 * processes.texi (Network): Reword to improve page break.
7425
7426 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7427
7428 * functions.texi (Inline Functions): Describe more disadvantages
7429 of defsubst, and make advice against it stronger.
7430
7431 2007-04-02 Karl Berry <karl@gnu.org>
7432
7433 * backups.texi (Backup Names): Avoid widow words.
7434 * modes.texi (Example Major Modes): Align last comment.
7435
7436 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7437
7438 * keymaps.texi (Remapping Commands): Document new arg to
7439 command-remapping.
7440
7441 2007-04-01 Karl Berry <karl@gnu.org>
7442
7443 * processes.texi (Low-Level Network): Typo.
7444 * loading.texi (Hooks for Loading): Avoid double "the".
7445 * keymaps.texi (Key Sequences): No double "and".
7446 (Changing Key Bindings): Shorten to improve line break.
7447
7448 2007-03-31 Glenn Morris <rgm@gnu.org>
7449
7450 * os.texi (Timers): Fix description of run-at-time TIME formats.
7451
7452 2007-03-31 Richard Stallman <rms@gnu.org>
7453
7454 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7455 regarding ellipsis.
7456
7457 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7458
7459 * intro.texi (nil and t):
7460 * symbols.texi (Plists and Alists):
7461 * variables.texi (Variable Aliases, Constant Variables):
7462 * functions.texi (Defining Functions):
7463 * advice.texi (Advising Primitives):
7464 * debugging.texi (Syntax Errors, Compilation Errors):
7465 * minibuf.texi (Minibuffer Windows):
7466 * commands.texi (Adjusting Point):
7467 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7468 (Auto Major Mode, Major Mode Conventions):
7469 * help.texi (Describing Characters):
7470 * files.texi (Create/Delete Dirs, Information about Files)
7471 (File Locks, Writing to Files, Reading from Files)
7472 (Saving Buffers):
7473 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7474 * frames.texi (Finding All Frames):
7475 * positions.texi (Buffer End, Motion):
7476 * markers.texi (The Region):
7477 * text.texi (Deletion, Near Point):
7478 * display.texi (Displaying Messages, Truncation):
7479 * os.texi (Processor Run Time):
7480 * tips.texi (Key Binding Conventions, Programming Tips)
7481 (Warning Tips, Documentation Tips, Comment Tips):
7482 * internals.texi (Memory Usage): Improve indexing.
7483
7484 * variables.texi (Frame-Local Variables):
7485 * functions.texi (Argument List):
7486 * loading.texi (Library Search):
7487 * streams.texi (Output Variables):
7488 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7489 * searching.texi (Replacing Match, Search and Replace):
7490 * processes.texi (Byte Packing, Decoding Output)
7491 (Accepting Output, Network Servers, Shell Arguments):
7492 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7493 * windows.texi (Window Point, Window Start):
7494 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7495 * commands.texi (Reading Input, Keyboard Events):
7496 * minibuf.texi (Reading File Names, Minibuffer Completion)
7497 (Recursive Mini):
7498 * positions.texi (List Motion):
7499 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7500 * numbers.texi (Arithmetic Operations, Math Functions)
7501 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7502 * locals.texi (Standard Buffer-Local Variables):
7503 * maps.texi (Standard Keymaps):
7504 * os.texi (User Identification, System Environment, Recording Input)
7505 (X11 Keysyms):
7506 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7507 * backups.texi (Backups and Auto-Saving):
7508 * customize.texi (Customization, Group Definitions)
7509 (Variable Definitions):
7510 * compile.texi (Byte Compilation): Improve index entries.
7511
7512 2007-03-31 Karl Berry <karl@gnu.org>
7513
7514 * macros.texi (Defining Macros): Avoid widow syllable.
7515
7516 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7517
7518 * elisp.texi (Top): Postscript -> PostScript.
7519
7520 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7521
7522 2007-03-31 Markus Triska <markus.triska@gmx.at>
7523
7524 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7525
7526 2007-03-30 Karl Berry <karl@gnu.org>
7527
7528 * lists.texi (List-related Predicates): Remove spurious @need.
7529 (Setcdr): Use @smallexample to improve page break.
7530 (Association Lists) <assoc>: Reword to improve page break.
7531
7532 * strings.texi (String Conversion): Insert blank line to improve
7533 page break.
7534
7535 * numbers.texi (Random Numbers): Use @minus{}.
7536 (Math Functions): Use @minus{}.
7537
7538 * intro.texi (Acknowledgements): Avoid line breaks before middle
7539 initials.
7540
7541 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7542
7543 * errors.texi (Standard Errors): Add an index entry.
7544
7545 2007-03-19 Richard Stallman <rms@gnu.org>
7546
7547 * os.texi (Recording Input): recent-keys now gives 300 keys.
7548
7549 2007-03-12 Glenn Morris <rgm@gnu.org>
7550
7551 * os.texi: Replace "daylight savings" with "daylight saving"
7552 throughout.
7553
7554 2007-03-05 Richard Stallman <rms@gnu.org>
7555
7556 * variables.texi (File Local Variables):
7557 Update enable-local-variables values.
7558
7559 2007-03-04 Richard Stallman <rms@gnu.org>
7560
7561 * syntax.texi (Control Parsing): Minor clarification.
7562
7563 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7564
7565 * sequences.texi (Sequence Functions): Move string-bytes away,
7566 add xref.
7567
7568 * nonascii.texi (Text Representations): Move string-bytes here.
7569
7570 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7571
7572 * minibuf.texi (Basic Completion): Minor clarification.
7573
7574 * markers.texi (The Mark): Clarify existence vs activation of mark.
7575 Other cleanup.
7576
7577 * display.texi (Finding Overlays): Write better example.
7578
7579 * compile.texi (Eval During Compile): Clarify putting macros
7580 in eval-when-compile.
7581
7582 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7583
7584 * loading.texi (How Programs Do Loading): Fix anchor position at
7585 load-read-function definition doc.
7586
7587 2007-02-21 Kim F. Storm <storm@cua.dk>
7588
7589 * strings.texi (Text Comparison): Mention that assoc-string
7590 converts symbols to strings before testing.
7591
7592 2007-02-17 Kim F. Storm <storm@cua.dk>
7593
7594 * processes.texi (Bindat Spec): Vector types can have optional
7595 element type.
7596 (Bindat Examples): Fix example. Add vector with element type.
7597
7598 2007-02-16 Andreas Schwab <schwab@suse.de>
7599
7600 * strings.texi (Formatting Strings): Document '+' flag.
7601
7602 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7603
7604 * strings.texi (Modifying Strings): Clarify that `clear-string'
7605 always converts the string to unibyte.
7606
7607 2007-02-14 Kim F. Storm <storm@cua.dk>
7608
7609 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7610 Rewrite glyph code description to refer to these functions.
7611 Remove details of encoding face number and char into integer code.
7612
7613 2007-02-03 Alan Mackenzie <acm@muc.de>
7614
7615 * loading.texi (Hooks for Loading): Make the description of
7616 `eval-after-load' more detailed, and amend the description of
7617 after-load-alist, in accordance with changes from 2006-05.
7618
7619 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * modes.texi (Defining Minor Modes): Document that a :require
7622 keyword or similar may be required to make saved customization
7623 variables work.
7624
7625 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7626
7627 * elisp.texi (Top): Make the detailed menu headers compliant with
7628 Texinfo guidelines and with what texnfo-upd.el expects.
7629 Add comments to prevent people from inadvertently modifying the key
7630 parts needed by `texinfo-multiple-files-update'.
7631
7632 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7633
7634 * elisp.texi (Top): Update the top-level menus.
7635
7636 * syntax.texi (Categories): Add index entries.
7637
7638 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7639
7640 * display.texi (Attribute Functions): Fix name and description of
7641 the UNDERLINE arg of `set-face-underline-p'.
7642
7643 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7644
7645 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7646 Variables", and "Standard Keymaps" to the detailed menu.
7647
7648 * variables.texi (Future Local Variables): Add index entry.
7649
7650 2007-01-28 Richard Stallman <rms@gnu.org>
7651
7652 * tips.texi (Coding Conventions): Clarify the tip about macros
7653 that define a function or a variable.
7654
7655 * files.texi (File Attributes): UID and GID can be floats.
7656 (Magic File Names): Explain why deferring all operations to
7657 the standard handler does not work.
7658
7659 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7660
7661 * backups.texi (Reverting): Use "buffer" instead of "file"
7662 when talking about major and minor modes.
7663
7664 2007-01-21 Richard Stallman <rms@gnu.org>
7665
7666 * help.texi (Documentation): Add xref to Documentation Tips.
7667
7668 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * tips.texi (Coding Conventions): Fix typos.
7671
7672 2007-01-05 Richard Stallman <rms@gnu.org>
7673
7674 * modes.texi (Defining Minor Modes): Fix previous change.
7675
7676 2007-01-03 Richard Stallman <rms@gnu.org>
7677
7678 * customize.texi (Variable Definitions, Customization Types):
7679 Don't use * in doc string for defcustom.
7680
7681 2007-01-02 Richard Stallman <rms@gnu.org>
7682
7683 * variables.texi (Variable Aliases): Clarify that aliases vars
7684 always have the same value.
7685
7686 * processes.texi (Bindat Spec): Fix Texinfo usage.
7687
7688 * modes.texi (Defining Minor Modes): Explain effect of command
7689 defined with define-global-minor-mode on new buffers.
7690
7691 2006-12-30 Kim F. Storm <storm@cua.dk>
7692
7693 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7694 `auto-resize-tool-bars'.
7695
7696 2006-12-30 Richard Stallman <rms@gnu.org>
7697
7698 * keymaps.texi (Active Keymaps): Fix previous change.
7699
7700 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7701
7702 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7703
7704 2006-12-30 Kim F. Storm <storm@cua.dk>
7705
7706 * processes.texi (Bindat Spec): Clarify using field names in
7707 length specifications.
7708
7709 2006-12-29 Kim F. Storm <storm@cua.dk>
7710
7711 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7712 Add count and index variables for eval forms in repeat blocks.
7713
7714 2006-12-24 Richard Stallman <rms@gnu.org>
7715
7716 * customize.texi (Variable Definitions):
7717 Document new name custom-add-frequent-value.
7718
7719 2006-12-19 Kim F. Storm <storm@cua.dk>
7720
7721 * commands.texi (Misc Events): User signals now result in sigusr1
7722 and sigusr2 events which are handled through special-event-map.
7723 (Special Events): User signals and drag-n-drop are special.
7724
7725 2006-12-17 Richard Stallman <rms@gnu.org>
7726
7727 * loading.texi (Named Features): Explain subfeatures better.
7728
7729 * customize.texi: Use "option" only for user options.
7730 For the keyword values inside defcustom etc, say "keywords".
7731 For :options value's elements, say "elements".
7732 :group should not be omitted.
7733
7734 * syntax.texi (Parsing Expressions): Split up node.
7735 (Motion via Parsing, Position Parse, Parser State)
7736 (Low-Level Parsing, Control Parsing): New subnodes.
7737 (Parser State): Document syntax-ppss-toplevel-pos.
7738
7739 * positions.texi (List Motion): Punctuation fix.
7740
7741 * files.texi (File Name Completion): Document PREDICATE arg
7742 to file-name-completion.
7743
7744 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7745
7746 * internals.texi (Building Emacs, Writing Emacs Primitives):
7747 Add index entries.
7748
7749 2006-12-11 Richard Stallman <rms@gnu.org>
7750
7751 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7752 affects face menu. Explain how to make it non-nil without enabling
7753 any fontification.
7754
7755 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * modes.texi (Font Lock Basics): Document nil value of
7758 font-lock-defaults.
7759
7760 2006-12-10 Glenn Morris <rgm@gnu.org>
7761
7762 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7763 value for system-flag argument. Abbrev tables may not be empty
7764 when major modes are loaded.
7765
7766 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7767
7768 * makefile.w32-in (maintainer-clean): Partially revert last
7769 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7770 to protect elisp-covers.texi.
7771
7772 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7775 Don't remove elisp* info files; they are already deleted by the
7776 `clean' and `distclean' targets, and they are in the $(infodir)
7777 directory, not the current one.
7778
7779 2006-12-04 Kim F. Storm <storm@cua.dk>
7780
7781 * commands.texi (Misc Events): Update signal events.
7782 (Event Examples): Add signal example.
7783
7784 2006-11-29 Richard Stallman <rms@gnu.org>
7785
7786 * frames.texi (Visibility of Frames): Explain visible windows
7787 can be covered by others. Add xref for raise-frame.
7788
7789 2006-11-28 Richard Stallman <rms@gnu.org>
7790
7791 * searching.texi (Regexp Special): Update when ^ is special.
7792
7793 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7794
7795 * customize.texi (Customization, Common Keywords)
7796 (Group Definitions, Variable Definitions, Composite Types)
7797 (Type Keywords, Customization Types): Add index entries for
7798 various customization keywords.
7799
7800 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7803
7804 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7805
7806 * frames.texi (Window System Selections): Remove clipboard from
7807 description of selection-coding-system.
7808
7809 2006-11-06 Richard Stallman <rms@gnu.org>
7810
7811 * lists.texi (List Variables): Document COMPARE-FN.
7812
7813 * keymaps.texi: Avoid use of "binding" to mean a relation;
7814 use it only to refer to the meaning associated with a key.
7815 (Keymaps): Change menu node description.
7816
7817 * elisp.texi (Top): Change menu node description.
7818
7819 * display.texi (Managing Overlays): Document overlay-recenter.
7820
7821 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7822
7823 * Makefile.in: Use relative paths to avoid advertising filesystem
7824 contents during compilation.
7825
7826 2006-10-23 Kim F. Storm <storm@cua.dk>
7827
7828 * commands.texi (Event Input Misc): Update unread-command-events.
7829
7830 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7831
7832 * lists.texi (Sets And Lists): Fix typos.
7833
7834 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7835
7836 * control.texi (Processing of Errors): Use @var for an argument,
7837 not @code.
7838
7839 2006-10-16 Richard Stallman <rms@gnu.org>
7840
7841 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7842
7843 * keymaps.texi (Format of Keymaps): Show all the keymap element
7844 patterns that result from menu items.
7845 (Key Lookup): Minor cleanups.
7846
7847 * modes.texi (Precalculated Fontification): Don't say that
7848 not setting font-lock-defaults avoids loading font-lock.
7849
7850 * help.texi (Documentation): Move xref to Emacs Manual here.
7851 (Documentation Basics): From here.
7852 Also doc emacs-lisp-docstring-fill-column.
7853
7854 * elisp.texi: Update version and ISBN.
7855
7856 * commands.texi (Interactive Call): Clarify KEYS arg to
7857 call-interactively is a vector.
7858 (Command Loop Info): Delete anchor in this-command-keys.
7859 Add anchor in this-command-keys-vector.
7860 (Recursive Editing): Document how recursive-edit
7861 handles the current buffer.
7862
7863 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7864
7865 * frames.texi (Frame Titles): %c and %l are ignored in
7866 frame-title-format.
7867
7868 2006-10-11 Richard Stallman <rms@gnu.org>
7869
7870 * keymaps.texi (Key Sequences): Clarify use of kbd.
7871
7872 2006-10-10 Kim F. Storm <storm@cua.dk>
7873
7874 * lists.texi (Sets And Lists): Add memql.
7875
7876 2006-10-03 Richard Stallman <rms@gnu.org>
7877
7878 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7879 Clarify :ascii: and :nonascii:.
7880
7881 2006-09-29 Juri Linkov <juri@jurta.org>
7882
7883 * modes.texi (%-Constructs): Reorder coding systems in the
7884 documentation of %z to the real order displayed in the modeline.
7885
7886 2006-09-25 Richard Stallman <rms@gnu.org>
7887
7888 * os.texi (Timers): Describe timer-max-repeats.
7889
7890 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * os.texi (Timers): Mention with-local-quit.
7893
7894 2006-09-24 Richard Stallman <rms@gnu.org>
7895
7896 * searching.texi (Searching and Matching): Mention property search.
7897
7898 * commands.texi (Command Loop Info): Explain how read-event affects
7899 this-command-keys.
7900
7901 2006-09-20 Richard Stallman <rms@gnu.org>
7902
7903 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7904
7905 * windows.texi (Window Start): Minor cleanups.
7906
7907 2006-09-20 Kim F. Storm <storm@cua.dk>
7908
7909 * windows.texi (Window Start): pos-visible-in-window-p allows
7910 specifying t for position to mean "end of window".
7911 Add window-line-height.
7912
7913 * anti.texi (Antinews): Mention window-line-height.
7914
7915 2006-09-19 David Kastrup <dak@gnu.org>
7916
7917 * keymaps.texi (Searching Keymaps): Small clarification.
7918
7919 2006-09-18 Richard Stallman <rms@gnu.org>
7920
7921 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7922 cause keyboard menus.
7923 (Menu Keymaps): Likewise.
7924 (Defining Menus, Keyboard Menus): Clarify.
7925
7926 * text.texi (Fields): Clarify explanation of constrain-to-field.
7927
7928 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7929
7930 * variables.texi (Tips for Defining): Fix a typo.
7931
7932 2006-09-15 Richard Stallman <rms@gnu.org>
7933
7934 * keymaps.texi (Remapping Commands, Searching Keymaps)
7935 (Active Keymaps): Clean up previous change.
7936
7937 2006-09-15 Jay Belanger <belanger@truman.edu>
7938
7939 * gpl.texi: Replace "Library Public License" by "Lesser Public
7940 License" throughout.
7941
7942 2006-09-15 David Kastrup <dak@gnu.org>
7943
7944 * keymaps.texi (Active Keymaps): Adapt description to use
7945 `get-char-property' instead `get-text-property'. Explain how
7946 mouse events change this. Explain the new optional argument of
7947 `key-binding' and its mouse-dependent lookup.
7948 (Searching Keymaps): Adapt description similarly.
7949 (Remapping Commands): Explain the new optional argument of
7950 `command-remapping'.
7951
7952 2006-09-14 Richard Stallman <rms@gnu.org>
7953
7954 * keymaps.texi (Searching Keymaps): Clarification.
7955 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7956
7957 2006-09-13 Richard Stallman <rms@gnu.org>
7958
7959 * objects.texi (Character Type): Node split.
7960 Add xref to Describing Characters.
7961 (Basic Char Syntax, General Escape Syntax)
7962 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7963
7964 2006-09-11 Richard Stallman <rms@gnu.org>
7965
7966 * display.texi (Display Table Format): Wording clarification.
7967 (Glyphs): Clarifications.
7968
7969 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7972 local maps.
7973
7974 2006-09-10 Kim F. Storm <storm@cua.dk>
7975
7976 * display.texi (Forcing Redisplay): Document return value of
7977 function redisplay.
7978
7979 2006-09-09 Richard Stallman <rms@gnu.org>
7980
7981 * windows.texi (Window Hooks): Explain limits of
7982 window-scroll-functions.
7983
7984 * display.texi (Fringe Indicators): Update for last change in
7985 indicate-buffer-boundaries.
7986
7987 2006-09-08 Richard Stallman <rms@gnu.org>
7988
7989 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7990
7991 2006-09-06 Kim F. Storm <storm@cua.dk>
7992
7993 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7994
7995 * windows.texi (Window Start): Update pos-visible-in-window-p.
7996
7997 2006-09-04 Richard Stallman <rms@gnu.org>
7998
7999 * processes.texi (Accepting Output): Explain SECONDS=0 for
8000 accept-process-output.
8001
8002 * os.texi (Idle Timers): Explain why timer functions should not
8003 loop until (input-pending-p).
8004
8005 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8006
8007 * makefile.w32-in (usermanualdir): New variable.
8008 (elisp.dvi): Use it.
8009
8010 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8011
8012 * buffers.texi (Buffer Modification): Fix last change.
8013
8014 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8015
8016 * buffers.texi (Buffer Modification):
8017 Document buffer-chars-modified-tick.
8018
8019 2006-08-31 Richard Stallman <rms@gnu.org>
8020
8021 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8022
8023 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8024
8025 * modes.texi (Syntactic Font Lock):
8026 Mention font-lock-syntactic-face-function
8027 instead of specific faces.
8028
8029 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8030
8031 * display.texi (Images): Add xrref to display-images-p.
8032
8033 2006-08-28 Kenichi Handa <handa@m17n.org>
8034
8035 * nonascii.texi (Lisp and Coding Systems): Fix description of
8036 detect-coding-region.
8037
8038 2006-08-27 Michael Olson <mwolson@gnu.org>
8039
8040 * processes.texi (Transaction Queues): Remove stray quote
8041 character.
8042
8043 2006-08-25 Richard Stallman <rms@gnu.org>
8044
8045 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8046 Add xref.
8047
8048 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * os.texi (Timers): Avoid waiting inside timers.
8051
8052 2006-08-21 Lute Kamstra <lute@gnu.org>
8053
8054 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8055
8056 2006-08-20 Richard Stallman <rms@gnu.org>
8057
8058 * os.texi (Idle Timers): New node, split out from Timers.
8059 Document current-idle-time.
8060 * commands.texi (Reading One Event): Update xref.
8061 * elisp.texi (Top): Update subnode menu.
8062
8063 2006-08-16 Richard Stallman <rms@gnu.org>
8064
8065 * keymaps.texi (Extended Menu Items): Show format of cached
8066 bindings in extended menu items.
8067
8068 * customize.texi (Variable Definitions): Explain when the
8069 standard value expression is evaluated.
8070
8071 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8072
8073 * commands.texi (Reading One Event): Explain idleness in
8074 `read-event'.
8075
8076 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8079 (Commands for Insertion): Remove split-line since it's not
8080 relevant for Lisp programming.
8081 (Yank Commands): Rewrite introduction.
8082 (Undo): Clarify.
8083 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8084 (Filling): Remove redundant comment. Clarify return value of
8085 current-justification.
8086 (Margins): Minor clarifications.
8087 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8088 (Sorting): Update definition of sort-lines.
8089 (Columns): Clarify behavior of sort-columns.
8090 (Indent Tabs): Link to Tab Stops in Emacs manual.
8091 (Special Properties): Clarify.
8092 (Clickable Text): Mention Buttons package.
8093
8094 2006-08-12 Kevin Ryde <user42@zip.com.au>
8095
8096 * os.texi (Time Parsing): Add %z to description of
8097 format-time-string, as per docstring. Add cross reference to
8098 glibc manual for strftime.
8099
8100 2006-08-08 Richard Stallman <rms@gnu.org>
8101
8102 * modes.texi: Clean up wording in previous change.
8103
8104 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8105
8106 * modes.texi (Hooks): Clarify.
8107 (Major Mode Basics): Mention define-derived-mode explicitly.
8108 (Major Mode Conventions): Rebinding RET is OK for some modes.
8109 Mention change-major-mode-hook and after-change-major-mode-hook.
8110 (Example Major Modes): Move to end of Modes section.
8111 (Mode Line Basics): Clarify.
8112 (Mode Line Data): Mention help-echo and local-map in strings.
8113 Explain reason for treatment of non-risky variables.
8114 (Properties in Mode): Clarify.
8115 (Faces for Font Lock): Add font-lock-negation-char-face.
8116
8117 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8118
8119 * strings.texi (Formatting Strings): Warn against arbitrary
8120 strings as first arg to `format'.
8121
8122 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8123
8124 * text.texi (Clickable Text): Mention `help-echo' text property.
8125 Update intro, examples and associated explanations.
8126
8127 2006-07-31 Richard Stallman <rms@gnu.org>
8128
8129 * commands.texi: Update xrefs.
8130 (Event Mod): New node, cut out from old Translating Input.
8131
8132 * maps.texi: Update xrefs.
8133
8134 * keymaps.texi (Translation Keymaps): New node.
8135 Update xrefs from Translating Input to Translation Keymaps.
8136
8137 * elisp.texi (Top): Update subnode menu.
8138
8139 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8140
8141 * os.texi (System Interface): Fix menu descriptions of some nodes.
8142 (Translating Input): Node deleted.
8143
8144 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8145
8146 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8147
8148 * lists.texi (Sets And Lists): Likewise.
8149
8150 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8151
8152 * text.texi (Fields): Mention POS
8153 requirement when narrowing is in effect.
8154
8155 2006-07-28 Richard Stallman <rms@gnu.org>
8156
8157 * display.texi (Face Attributes): Simplify wording.
8158 (Attribute Functions): Clarify meaning of new-frame default
8159 attribute settings.
8160
8161 * customize.texi (Common Keywords): Document how to use
8162 :package-version in a package not in Emacs.
8163
8164 2006-07-28 Kim F. Storm <storm@cua.dk>
8165
8166 * commands.texi (Reading One Event): Fix last change.
8167
8168 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * commands.texi (Reading One Event): Document SECONDS argument for
8171 read-event, read-char, and read-char-exclusive.
8172
8173 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8176 to ensure correct identification.
8177
8178 2006-07-24 Richard Stallman <rms@gnu.org>
8179
8180 * text.texi (Clickable Text): Clarify.
8181
8182 * sequences.texi (Vector Functions): Delete duplicate xref.
8183
8184 * objects.texi (Function Type): Clarify.
8185
8186 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8187 modes.
8188
8189 * lists.texi (List Variables): New node.
8190 Material moved from other nodes.
8191
8192 * variables.texi (Setting Variables): add-to-list and
8193 add-to-ordered-list moved to List Variables node.
8194
8195 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8196
8197 * text.texi (Links and Mouse-1):
8198 For mouse-on-link-p, expand on arg POS.
8199
8200 2006-07-21 Kim F. Storm <storm@cua.dk>
8201
8202 * display.texi (Forcing Redisplay): Don't mention systems which
8203 don't support sub-second timers for redisplay-preemption-period.
8204
8205 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8206
8207 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8208
8209 * frames.texi (Input Focus): Document that focus-follows-mouse has
8210 no effect on MS-Windows.
8211
8212 2006-07-18 Richard Stallman <rms@gnu.org>
8213
8214 * display.texi (Forcing Redisplay): Cleanups in previous change.
8215
8216 * processes.texi (Low-Level Network): Make menu more convenient.
8217
8218 2006-07-18 Kim F. Storm <storm@cua.dk>
8219
8220 * display.texi (Forcing Redisplay): redisplay-preemption-period
8221 only used on window systems. Add xref to Terminal Output.
8222
8223 * os.texi (Terminal Output): baud-rate only controls preemption on
8224 non-window systems. Add xref to Forcing Redisplay.
8225
8226 * processes.texi (Low-Level Network): Rename node "Make Network"
8227 to "Network Processes".
8228
8229 2006-07-18 Karl Berry <karl@gnu.org>
8230
8231 * variables.texi, functions.texi, customize.texi, loading.texi:
8232 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8233
8234 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8237
8238 2006-07-17 Richard Stallman <rms@gnu.org>
8239
8240 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8241 Put period and comma inside quotes.
8242
8243 * loading.texi, markers.texi: Use real doublequote inside menus.
8244
8245 * windows.texi: Put point and comma inside quotes.
8246 (Textual Scrolling): Use @samp for error message.
8247
8248 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8249 * strings.texi, streams.texi, processes.texi, os.texi:
8250 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8251 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8252 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8253 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8254 Put point and comma inside quotes.
8255
8256 * control.texi (Processing of Errors): Add command-error-function.
8257
8258 * variables.texi (File Local Variables): Clarify that
8259 file local variables make buffer-local bindings.
8260
8261 * modes.texi (Syntactic Font Lock): Give default for
8262 font-lock-syntax-table.
8263
8264 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8265
8266 * text.texi (Special Properties): Clean up previous change.
8267
8268 2006-07-16 Karl Berry <karl@gnu.org>
8269
8270 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8271 * control.texi: Fix bad page breaks through chapter 10 (control).
8272
8273 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8274 underfull hbox.
8275
8276 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8277
8278 * text.texi (Special Properties): Describe fontified text property
8279 in relation to a character (not text).
8280
8281 2006-07-15 Kim F. Storm <storm@cua.dk>
8282
8283 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8284 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8285 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8286
8287 * anti.texi (Antinews): Mention redisplay function.
8288 The kbd macro existed, but was not documented, before 22.x.
8289 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8290
8291 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8292
8293 * display.texi (Displaying Messages): Add anchor.
8294
8295 * frames.texi (Dialog Boxes): Use it.
8296
8297 2006-07-12 Richard Stallman <rms@gnu.org>
8298
8299 * objects.texi (Frame Type): Explain nature of frames better.
8300
8301 * frames.texi (Frames): Explain nature of frames better.
8302
8303 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8304
8305 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8306
8307 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8308
8309 * frames.texi (Window System Selections): Mention scrap support for Mac.
8310 Default value of x-select-enable-clipboard is t on Mac.
8311
8312 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8313
8314 2006-07-11 Kim F. Storm <storm@cua.dk>
8315
8316 * display.texi (Forcing Redisplay): Add `redisplay' function.
8317 Don't mention (sit-for -1) -- use (redisplay t) instead.
8318
8319 * commands.texi (Waiting): (sit-for -1) is no longer special.
8320 (sit-for 0) is equivalent to (redisplay).
8321 Iconifying/deiconifying no longer makes sit-for return.
8322
8323 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8324
8325 * display.texi (Buttons): Fix typo.
8326
8327 * index.texi, elisp.texi (New Symbols): Comment node out.
8328
8329 2006-07-09 Richard Stallman <rms@gnu.org>
8330
8331 * display.texi (Truncation): Clean up previous change.
8332
8333 2006-07-08 Richard Stallman <rms@gnu.org>
8334
8335 * commands.texi (Interactive Call): Use 3 as prefix in example
8336 for execute-extended-command.
8337
8338 * display.texi (Attribute Functions): Move paragraph about
8339 compatibility with Emacs < 21.
8340
8341 2006-07-09 Kim F. Storm <storm@cua.dk>
8342
8343 * display.texi (Refresh Screen): Clarify force-window-update.
8344 (Truncation): "Normally" indicated by fringe arrows.
8345
8346 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8347
8348 * windows.texi (Textual Scrolling, Resizing Windows):
8349 * variables.texi (Constant Variables):
8350 * text.texi (Buffer Contents, Deletion, Changing Properties)
8351 (Property Search, Special Properties, Sticky Properties)
8352 (Links and Mouse-1, Fields, Change Hooks):
8353 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8354 (Categories):
8355 * symbols.texi (Other Plists):
8356 * streams.texi (Output Variables):
8357 * processes.texi (Input to Processes, Query Before Exit):
8358 * positions.texi (Word Motion, Text Lines, List Motion):
8359 * os.texi (Init File, System Environment, Sound Output)
8360 (Session Management):
8361 * nonascii.texi (Text Representations, Character Sets)
8362 (Chars and Bytes, Locales):
8363 * modes.texi (Defining Minor Modes, Header Lines):
8364 * minibuf.texi (Minibuffer Contents):
8365 * markers.texi (Information from Markers):
8366 * lists.texi (List Elements, Building Lists, Association Lists):
8367 * keymaps.texi (Tool Bar):
8368 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8369 * functions.texi (What Is a Function, Mapping Functions):
8370 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8371 (Color Names, Text Terminal Colors, Display Feature Testing):
8372 * files.texi (Visiting Functions, File Name Components)
8373 (Unique File Names, Contents of Directories):
8374 * display.texi (Forcing Redisplay, Displaying Messages)
8375 (Temporary Displays, Font Selection, Auto Faces)
8376 (Font Lookup, Fringe Indicators, Display Margins)
8377 (Image Descriptors, Showing Images, Image Cache, Button Types)
8378 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8379 (Display Table Format, Glyphs):
8380 * control.texi (Iteration):
8381 * commands.texi (Command Loop Info, Adjusting Point):
8382 * backups.texi (Making Backups, Auto-Saving):
8383 Remove @tindex entries.
8384
8385 2006-07-07 Kim F. Storm <storm@cua.dk>
8386
8387 * display.texi (Fringe Cursors): Fix typo.
8388 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8389 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8390
8391 2006-07-05 Richard Stallman <rms@gnu.org>
8392
8393 * text.texi (Buffer Contents): Add example of text props
8394 in result of buffer-substring.
8395 (Text Properties): Explain better about use of specific property names.
8396 (Property Search): Some cleanups; reorder some functions.
8397
8398 * keymaps.texi (Changing Key Bindings): Cleanup.
8399 Add xref to Key Binding Conventions.
8400
8401 * display.texi (Attribute Functions): Add examples for
8402 face-attribute-relative-p.
8403
8404 * tips.texi (Coding Conventions): Cleanup last change.
8405
8406 2006-07-05 Karl Berry <karl@gnu.org>
8407
8408 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8409 Remove @setchapternewpage odd.
8410 Result is 1013 pages, down from 1100.
8411
8412 * anti.texi, customize.texi, display.texi, internals.texi:
8413 * minibuf.texi, modes.texi, tips.texi:
8414 Fix overfull/underfull boxes.
8415
8416 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8417
8418 * edebug.texi (Instrumenting):
8419 Add Edebug-specific findex for eval-buffer.
8420 * loading.texi (Loading):
8421 Replace eval-current-buffer with eval-buffer.
8422
8423 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8424
8425 * locals.texi (Standard Buffer-Local Variables): Update the list
8426 of variables.
8427
8428 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8429
8430 * files.texi (File Name Completion): Point user to the node
8431 "Reading File Names".
8432
8433 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8434
8435 * files.texi (Contents of Directories): Document case-insensitive
8436 behavior on respective filesystems.
8437
8438 * objects.texi (Character Type): Document that Emacs signals an
8439 error for unsupported Unicode characters specified as \uNNNN.
8440
8441 2006-06-19 Richard Stallman <rms@gnu.org>
8442
8443 * processes.texi (Bindat Spec): Clarify previous change.
8444
8445 2006-06-16 Richard Stallman <rms@gnu.org>
8446
8447 * tips.texi (Coding Conventions): Better explain conventions
8448 for definition constructs.
8449
8450 * text.texi (Special Properties): String value of `read-only'
8451 serves as the error message.
8452
8453 * objects.texi (Character Type): Clarify prev. change.
8454 (Non-ASCII in Strings): Mention \u and \U.
8455
8456 * commands.texi (Using Interactive): Explain problem of
8457 markers, etc., in command-history.
8458
8459 2006-06-14 Kim F. Storm <storm@cua.dk>
8460
8461 * commands.texi (Waiting): Negative arg to sit-for forces
8462 redisplay even if input is pending.
8463
8464 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8465 redisplay. Remove incorrect example of binding redisplay-dont-pause
8466 around (sit-for 0).
8467
8468 2006-06-13 Richard Stallman <rms@gnu.org>
8469
8470 * display.texi (Forcing Redisplay): Clarify previous change.
8471
8472 2006-06-13 Romain Francoise <romain@orebokech.com>
8473
8474 * display.texi (Forcing Redisplay): Fix typo.
8475
8476 2006-06-13 Kim F. Storm <storm@cua.dk>
8477
8478 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8479
8480 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8481
8482 * tips.texi (Coding Conventions): Add `@end itemize'.
8483
8484 2006-06-10 Richard Stallman <rms@gnu.org>
8485
8486 * tips.texi (Coding Conventions): Explain use of coding systems
8487 to ensure one decoding for strings.
8488
8489 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8490
8491 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8492 syntax.
8493
8494 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8495
8496 * display.texi (Font Selection): Remove description of
8497 clear-face-cache.
8498
8499 * compile.texi (Eval During Compile): Fix a typo. Add index
8500 entries for possible uses of eval-when-compile.
8501
8502 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8503
8504 * display.texi (Abstract Display): Fix typo.
8505
8506 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8507
8508 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8509 Reword variable's description.
8510
8511 2006-06-01 Richard Stallman <rms@gnu.org>
8512
8513 * windows.texi (Splitting Windows): Clarify splitting nonselected
8514 window.
8515
8516 2006-05-31 Juri Linkov <juri@jurta.org>
8517
8518 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8519
8520 2006-05-30 Richard Stallman <rms@gnu.org>
8521
8522 * display.texi (Line Height): Fix errors in description of
8523 default line height and line-height property.
8524
8525 * nonascii.texi (Default Coding Systems): Further clarification.
8526
8527 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8528
8529 * internals.texi (Pure Storage): Mention that an overflow in pure
8530 space causes a memory leak.
8531 (Garbage Collection): If there was an overflow in pure space,
8532 `garbage-collect' returns nil.
8533
8534 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8535
8536 * nonascii.texi (Default Coding Systems): Fix it some more.
8537
8538 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8539
8540 * nonascii.texi (Default Coding Systems): Fix last change.
8541
8542 2006-05-29 Kenichi Handa <handa@m17n.org>
8543
8544 * nonascii.texi (find-operation-coding-system): Describe the new
8545 argument format (FILENAME . BUFFER).
8546
8547 2006-05-28 Richard Stallman <rms@gnu.org>
8548
8549 * tips.texi (Coding Conventions): Better explain reasons not to
8550 advise other packages or use `eval-after-load'.
8551
8552 2006-05-29 Kim F. Storm <storm@cua.dk>
8553
8554 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8555 `bindat-idx' and `bindat-raw' for clarity.
8556
8557 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8558
8559 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8560
8561 * display.texi (Display): Add "Abstract Display" to menu.
8562 (Abstract Display, Abstract Display Functions)
8563 (Abstract Display Example): New nodes.
8564 * elisp.texi (Top): Add "Abstract Display" to menu.
8565
8566 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * keymaps.texi (Key Sequences): Link to input events definition.
8569 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8570
8571 * files.texi (Changing Files): Document updated argument list for
8572 copy-file.
8573
8574 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8575
8576 * processes.texi (Bindat Functions): Explain term "total length".
8577 Use it in bindat-length and bindat-pack descriptions.
8578
8579 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8580
8581 * tips.texi (Coding Conventions): Advise against using
8582 eval-after-load in packages. Add an index entry.
8583
8584 2006-05-25 Juri Linkov <juri@jurta.org>
8585
8586 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8587
8588 * modes.texi (%-Constructs): Add %e, %z, %Z.
8589
8590 2006-05-25 Richard Stallman <rms@gnu.org>
8591
8592 * elisp.texi (Top): Update subnode menu.
8593
8594 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8595 (Keymaps): Update menu.
8596
8597 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8598
8599 * keymaps.texi (Key Sequences): Some clarifications.
8600
8601 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8602
8603 * processes.texi (Bindat Functions): Say "unibyte string"
8604 explicitly for bindat-unpack and bindat-pack descriptions.
8605 (Bindat Examples): Don't call `string-make-unibyte' in example.
8606
8607 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8610 Explain string and vector representations of key sequences.
8611
8612 * keymaps.texi (Changing Key Bindings):
8613 * commands.texi (Interactive Codes):
8614 * help.texi (Describing Characters): Refer to it.
8615
8616 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8617
8618 * frames.texi (Pointer Shape): @end table -> @end defvar.
8619
8620 2006-05-22 Richard Stallman <rms@gnu.org>
8621
8622 * elisp.texi (Top): Update subnode menus.
8623
8624 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8625 Contents rewritten; material from old Pointer Shape node moved here.
8626
8627 * display.texi (Pointer Shape): Node deleted.
8628 (Image Descriptors): Minor cleanup.
8629
8630 2006-05-21 Richard Stallman <rms@gnu.org>
8631
8632 * syntax.texi (Parsing Expressions): Update info on which STATE
8633 elements are ignored.
8634
8635 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8636
8637 * hooks.texi (Standard Hooks): Correct typo.
8638
8639 * gpl.texi (GPL): ifinfo -> ifnottex.
8640
8641 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8642
8643 * searching.texi (Simple Match Data): Warn about match data being
8644 set anew by every search.
8645
8646 2006-05-17 Richard Stallman <rms@gnu.org>
8647
8648 * minibuf.texi (Minibuffer History): Clarify.
8649
8650 * searching.texi (Regexp Special): Clarify nested regexp warning.
8651
8652 2006-05-16 Kim F. Storm <storm@cua.dk>
8653
8654 * minibuf.texi (Minibuffer History): Update add-to-history.
8655
8656 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8657
8658 * nonascii.texi (Explicit Encoding):
8659 Fix typo (encoding<->decoding).
8660
8661 2006-05-14 Richard Stallman <rms@gnu.org>
8662
8663 * buffers.texi (Creating Buffers): Cleanup.
8664
8665 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8666
8667 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8668
8669 * buffers.texi (Current Buffer): Document that with-temp-buffer
8670 disables undo.
8671
8672 * os.texi (Terminal-Specific): More accurate description of how
8673 Emacs searches for the terminal-specific libraries.
8674
8675 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8676
8677 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8678 emacs-xtra to @inforef's.
8679
8680 * text.texi (Undo): Document that undo is turned off in buffers
8681 whose names begin with a space.
8682
8683 * buffers.texi (Buffer Names): Add index entries for buffers whose
8684 names begin with a space.
8685 (Creating Buffers): Document that undo is turned off in buffers
8686 whose names begin with a space.
8687
8688 * files.texi (Visiting Functions, Reading from Files)
8689 (Saving Buffers): Mention code and EOL conversions by file I/O
8690 primitives and subroutines.
8691
8692 * nonascii.texi (Lisp and Coding Systems):
8693 Document coding-system-eol-type. Add index entries for eol conversion.
8694
8695 * display.texi (Defining Faces): Mention `mac', and add an xref to
8696 where window-system is described.
8697
8698 2006-05-10 Richard Stallman <rms@gnu.org>
8699
8700 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8701
8702 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8703
8704 * variables.texi (File Local Variables): Recommend to quote lambda
8705 expressions in safe-local-variable property.
8706
8707 2006-05-09 Richard Stallman <rms@gnu.org>
8708
8709 * variables.texi (File Local Variables):
8710 Document safe-local-eval-forms and safe-local-eval-function.
8711
8712 2006-05-07 Kim F. Storm <storm@cua.dk>
8713
8714 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8715 from add-to-history.
8716
8717 2006-05-07 Romain Francoise <romain@orebokech.com>
8718
8719 * commands.texi (Event Input Misc):
8720 * compile.texi (Eval During Compile):
8721 * internals.texi (Buffer Internals):
8722 * minibuf.texi (Initial Input):
8723 * nonascii.texi (Scanning Charsets):
8724 * numbers.texi (Comparison of Numbers):
8725 * windows.texi (Textual Scrolling, Vertical Scrolling):
8726 Fix various typos.
8727
8728 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8729
8730 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8731 conditional xref's to either emacs or emacs-xtra, depending on
8732 @iftex/@ifnottex.
8733
8734 * minibuf.texi (Minibuffer History): Document add-to-history.
8735
8736 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8737
8738 * internals.texi (Pure Storage): Mention the pure overflow message
8739 at startup.
8740
8741 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8742
8743 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8744 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8745 search.
8746
8747 2006-05-01 Richard Stallman <rms@gnu.org>
8748
8749 * intro.texi (nil and t): Clarify.
8750
8751 * variables.texi (File Local Variables): Suggest using booleanp.
8752
8753 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8754
8755 * objects.texi (Type Predicates): Fix typos.
8756
8757 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * intro.texi (nil and t): Add booleanp.
8760
8761 * objects.texi (Type Predicates): Add links for booleanp and
8762 string-or-null-p.
8763
8764 2006-04-29 Richard Stallman <rms@gnu.org>
8765
8766 * modes.texi (Multiline Font Lock): Rename from
8767 Multi line Font Lock Elements. Much clarification.
8768 (Font Lock Multiline, Region to Fontify): Much clarification.
8769
8770 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * variables.texi (File Local Variables): Remove the special case t for
8773 safe-local-variable.
8774
8775 2006-04-26 Richard Stallman <rms@gnu.org>
8776
8777 * syntax.texi (Parsing Expressions): Minor cleanup.
8778
8779 2006-04-18 Richard Stallman <rms@gnu.org>
8780
8781 * tips.texi (Coding Conventions): Explain when the package's
8782 prefix should appear later on (not at the start of the name).
8783
8784 * searching.texi (String Search): Clarify effect of NOERROR.
8785
8786 * modes.texi (Imenu): Clarify what special items do.
8787
8788 * hooks.texi (Standard Hooks): Delete text about old hook names.
8789
8790 2006-04-17 Romain Francoise <romain@orebokech.com>
8791
8792 * variables.texi (Local Variables): Update the default value of
8793 `max-specpdl-size'.
8794
8795 2006-04-15 Michael Olson <mwolson@gnu.org>
8796
8797 * processes.texi (Transaction Queues): Mention the new optional
8798 `delay-question' argument for `tq-enqueue'.
8799
8800 2006-04-13 Bill Wohler <wohler@newt.com>
8801
8802 * customize.texi (Common Keywords): Use dotted notation for
8803 :package-version value. Specify its values. Improve documentation
8804 for customize-package-emacs-version-alist.
8805
8806 2006-04-12 Bill Wohler <wohler@newt.com>
8807
8808 * customize.texi (Common Keywords): Move description of
8809 customize-package-emacs-version-alist to @defvar.
8810
8811 2006-04-10 Bill Wohler <wohler@newt.com>
8812
8813 * customize.texi (Common Keywords): Add :package-version.
8814
8815 2006-04-10 Kim F. Storm <storm@cua.dk>
8816
8817 * text.texi (Buffer Contents): Add NOPROPS arg to
8818 filter-buffer-substring.
8819
8820 2006-04-08 Kevin Ryde <user42@zip.com.au>
8821
8822 * os.texi (Command-Line Arguments): Update xref to emacs manual
8823 "Command Arguments" -> "Emacs Invocation", per change there.
8824
8825 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8826
8827 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8828 be on one line to help makeinfo not render two spaces after the dot.
8829
8830 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8831
8832 * strings.texi (Predicates for Strings): Add string-or-null-p.
8833
8834 2006-03-28 Kim F. Storm <storm@cua.dk>
8835
8836 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8837 remarks about systems that don't support fractional seconds.
8838
8839 2006-03-25 Karl Berry <karl@gnu.org>
8840
8841 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8842 the year list.
8843
8844 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8845
8846 * display.texi (Fringe Indicators): Fix typos.
8847
8848 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8849
8850 * tips.texi (Documentation Tips): One can now also write `program'
8851 in front of a quoted symbol in a docstring to prevent making a
8852 hyperlink.
8853
8854 2006-03-19 Alan Mackenzie <acm@muc.de>
8855
8856 * text.texi (Special Properties): Clarify `fontified' property.
8857
8858 2006-03-16 Richard Stallman <rms@gnu.org>
8859
8860 * display.texi (Defining Images): Minor cleanup.
8861
8862 2006-03-16 Bill Wohler <wohler@newt.com>
8863
8864 * display.texi (Defining Images): In image-load-path-for-library,
8865 prefer user's images.
8866
8867 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8870
8871 2006-03-15 Bill Wohler <wohler@newt.com>
8872
8873 * display.texi (Defining Images): Fix example in
8874 image-load-path-for-library by not recommending that one binds
8875 image-load-path. Just defvar it to placate compiler and only use
8876 it if previously defined.
8877
8878 2006-03-14 Bill Wohler <wohler@newt.com>
8879
8880 * display.texi (Defining Images): In image-load-path-for-library,
8881 always return list of directories. Update example.
8882
8883 2006-03-14 Alan Mackenzie <acm@muc.de>
8884
8885 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8886 This describes font-lock-extend-region-function.
8887 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8888 the new node "Region to Fontify".
8889
8890 2006-03-13 Richard Stallman <rms@gnu.org>
8891
8892 * display.texi (Invisible Text): The impossible position is
8893 now before the invisible text, not after.
8894 (Defining Images): Clean up last change.
8895
8896 2006-03-11 Bill Wohler <wohler@newt.com>
8897
8898 * display.texi (Defining Images): Add image-load-path-for-library.
8899
8900 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8901
8902 * text.texi (Adaptive Fill): Fix Texinfo usage.
8903
8904 * strings.texi (Creating Strings): Fix Texinfo usage.
8905
8906 * searching.texi (Regexp Special): Use @samp for regular
8907 expressions that are not in Lisp syntax.
8908
8909 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8910
8911 * searching.texi (Regexp Special): Put remark between parentheses
8912 to avoid misreading.
8913
8914 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8915
8916 * searching.texi (Syntax of Regexps): More accurately describe
8917 which characters are special in which situations.
8918 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8919 are not special. Describe in detail when `[' and `]' are special.
8920 (Regexp Backslash): Plenty of regexps with unbalanced square
8921 brackets are valid, so reword that statement.
8922
8923 2006-03-02 Kim F. Storm <storm@cua.dk>
8924
8925 * keymaps.texi (Tool Bar): Add tool-bar-border.
8926
8927 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8928
8929 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8930
8931 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8932
8933 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8934
8935 * files.texi (Locating Files): Suggest additional values for the
8936 SUFFIXES arg of `locate-file'. Update pxref.
8937
8938 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8939 (How Programs Do Loading): Discuss the effects of Auto Compression
8940 mode on `load'.
8941 (Load Suffixes): New node.
8942 (Library Search): Delete description of `load-suffixes'; it was
8943 moved to "Load Suffixes".
8944 (Autoload, Named Features): Mention `load-suffixes'.
8945
8946 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8947
8948 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8949
8950 * windows.texi (Window Tree): Fix typo.
8951
8952 2006-02-20 Kim F. Storm <storm@cua.dk>
8953
8954 * display.texi (Fringe Indicators): New section.
8955 Move indicate-empty-lines, indicate-buffer-boundaries, and
8956 default-indicate-buffer-boundaries here.
8957 Add fringe-indicator-alist and default-fringes-indicator-alist.
8958 Add list of logical fringe indicator symbols.
8959 Update list of standard bitmap names.
8960 (Fringe Cursors): New section.
8961 Move overflow-newline-into-fringe here.
8962 Add fringe-cursor-alist and default-fringes-cursor-alist.
8963 Add list of fringe cursor symbols.
8964
8965 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8966
8967 * commands.texi (Using Interactive): Fix reference to node
8968 "Minibuffers".
8969
8970 2006-02-19 Richard M. Stallman <rms@gnu.org>
8971
8972 * minibuf.texi (High-Level Completion):
8973 Add xref to read-input-method-name.
8974
8975 * files.texi (Relative File Names): Move file-relative-name here.
8976 (File Name Expansion): From here. Minor clarifications.
8977
8978 * commands.texi (Using Interactive): Add xrefs about reading input.
8979 Clarify remarks about that moving point and mark.
8980 Put string case before list case.
8981
8982 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
8983
8984 * display.texi (Other Display Specs, Image Descriptors):
8985 Revert erroneous changes. The previous description of
8986 image-descriptors as `(image . PROPS)' was correct.
8987
8988 2006-02-14 Richard M. Stallman <rms@gnu.org>
8989
8990 * variables.texi (File Local Variables): Clarifications.
8991
8992 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8993
8994 * variables.texi (File Local Variables): Use @code for a cons
8995 cell, not @var.
8996
8997 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * variables.texi (File Local Variables): Document new file local
9000 variable behavior.
9001
9002 2006-02-10 Kim F. Storm <storm@cua.dk>
9003
9004 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9005
9006 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9007
9008 * modes.texi (%-Constructs): Remove obsolete info about
9009 `global-mode-string'.
9010
9011 2006-02-07 Richard M. Stallman <rms@gnu.org>
9012
9013 * commands.texi (Prefix Command Arguments): Minor cleanup.
9014
9015 * display.texi: "Graphical display", not window system.
9016
9017 * functions.texi (What Is a Function): Fix xref.
9018
9019 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9020 (Changing Key Bindings): Clarify when remapping is better than
9021 substitute-key-definition.
9022
9023 2006-02-02 Richard M. Stallman <rms@gnu.org>
9024
9025 * minibuf.texi (Basic Completion): Completion alists are risky.
9026
9027 * keymaps.texi (Active Keymaps): Clarifications.
9028 (Searching Keymaps): New node.
9029 (Keymaps): Update menu.
9030
9031 * frames.texi (Layout Parameters): Minor clarification.
9032 (Drag and Drop): New node.
9033 (Frames): Update menu.
9034
9035 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * display.texi (Other Display Specs, Image Descriptors):
9038 Image description is a list, not a cons cell.
9039
9040 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9043 list is not necessarily a list).
9044
9045 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9046
9047 * frames.texi (Layout Parameters): border-width and
9048 internal-border-width belong to the frame, not the window.
9049
9050 2006-01-19 Richard M. Stallman <rms@gnu.org>
9051
9052 * nonascii.texi (Translation of Characters): Search cmds use
9053 translation-table-for-input. Automatically made local.
9054
9055 * markers.texi (Overview of Markers): Count insertion type
9056 as one of a marker's attributes.
9057
9058 * keymaps.texi (Controlling Active Maps): New node, split out of
9059 Active Keymaps.
9060 (Keymaps): Menu updated.
9061 (Active Keymaps): Give pseudocode to explain how the active
9062 maps are searched. current-active-maps and key-binding moved here.
9063 (Functions for Key Lookup): current-active-maps and key-binding moved.
9064 Clarifications.
9065 (Searching the Keymaps): New subnode.
9066
9067 * elisp.texi (Top): Menu clarification.
9068
9069 * display.texi (Other Display Specs): Delete duplicate entry for
9070 just a string as display spec. Move text about recursive display
9071 specs on such a string.
9072
9073 * commands.texi (Key Sequence Input): Clarify.
9074 Move num-nonmacro-input-events out.
9075 (Reading One Event): num-nonmacro-input-events moved here.
9076
9077 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9078
9079 * advice.texi (Simple Advice): Update example to fit argument
9080 change in previous-line.
9081
9082 2006-01-05 Richard M. Stallman <rms@gnu.org>
9083
9084 * markers.texi (The Mark): Fix in `mark'.
9085
9086 2006-01-04 Richard M. Stallman <rms@gnu.org>
9087
9088 * processes.texi (Misc Network, Make Network): Minor cleanups.
9089
9090 2006-01-04 Kim F. Storm <storm@cua.dk>
9091
9092 * processes.texi (Make Network): Add IPv6 addresses and handling.
9093 (Network Feature Testing): Mention (:family ipv6).
9094 (Misc Network): Add IPv6 formats to format-network-address.
9095
9096 2005-12-30 Richard M. Stallman <rms@gnu.org>
9097
9098 * text.texi (Changing Properties):
9099 Don't use return value of set-text-properties.
9100
9101 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9102
9103 * modes.texi (Mode Line Format): Correct typo in menu.
9104
9105 2005-12-29 Richard M. Stallman <rms@gnu.org>
9106
9107 * modes.texi (Mode Line Top): New node.
9108 (Mode Line Data): Some text moved to new node.
9109 Explain the data structure more concretely.
9110 (Mode Line Basics): Clarifications.
9111 (Mode Line Variables): Clarify intro paragraph.
9112 (%-Constructs): Clarify intro paragraph.
9113 (Mode Line Format): Update menu.
9114
9115 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9116
9117 * minibuf.texi (Basic Completion): Update lazy-completion-table
9118 examples for removal of ARGS argument.
9119
9120 2005-12-23 Richard M. Stallman <rms@gnu.org>
9121
9122 * text.texi (Undo): Restore some explanation from the version
9123 that was deleted.
9124
9125 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9126
9127 * text.texi (Undo): Remove duplicate descriptions of `apply
9128 funname' and `apply delta' elements of the undo list.
9129
9130 2005-12-20 Richard M. Stallman <rms@gnu.org>
9131
9132 * help.texi (Help Functions): Update documentation of `apropos'.
9133
9134 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9135
9136 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9137 because it is confusing. If the :help-echo keyword is a function,
9138 it is not directly used as the :help-echo overlay property, as the
9139 xref seems to suggest (it does not take the appropriate args).
9140
9141 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9142
9143 * customize.texi (Common Keywords): Fix Texinfo usage.
9144 (Group Definitions, Variable Definitions): Update for new
9145 conventions for using `*' in docstrings.
9146
9147 * tips.texi (Documentation Tips): Update for new conventions for
9148 using `*' in docstrings.
9149
9150 2005-12-16 Richard M. Stallman <rms@gnu.org>
9151
9152 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9153
9154 2005-12-16 Juri Linkov <juri@jurta.org>
9155
9156 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9157
9158 2005-12-14 Romain Francoise <romain@orebokech.com>
9159
9160 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9161 Fix typo.
9162
9163 2005-12-11 Juri Linkov <juri@jurta.org>
9164
9165 * minibuf.texi (Completion Commands): Add mention of read-file-name
9166 for filename completion keymaps.
9167 (Reading File Names): Add mention of filename completion keymaps
9168 for read-file-name and xref to `Completion Commands'.
9169
9170 2005-12-10 Richard M. Stallman <rms@gnu.org>
9171
9172 * customize.texi (Common Keywords): State caveats for use of :tag.
9173
9174 2005-12-08 Richard M. Stallman <rms@gnu.org>
9175
9176 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9177 with xrefs and better explanation.
9178 (Completion Commands): Add the filename completion maps.
9179
9180 * objects.texi (Character Type): Clarify that \s is not space
9181 if a dash follows.
9182
9183 2005-12-05 Richard M. Stallman <rms@gnu.org>
9184
9185 * windows.texi (Resizing Windows): Delete preserve-before args.
9186
9187 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9190 in full keymaps, since the quirk has been fixed.
9191
9192 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9193
9194 * hooks.texi (Standard Hooks): Add index entries.
9195 Mention `compilation-finish-functions'.
9196
9197 2005-11-27 Richard M. Stallman <rms@gnu.org>
9198
9199 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9200
9201 2005-11-21 Juri Linkov <juri@jurta.org>
9202
9203 * customize.texi (Common Keywords): Update links types
9204 custom-manual and url-link. Add link types emacs-library-link,
9205 file-link, function-link, variable-link, custom-group-link.
9206
9207 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * display.texi: Revert 2005-11-20 change.
9210
9211 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9212
9213 * processes.texi (Bindat Functions):
9214 Say "third" to refer to zero-based index "2".
9215
9216 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9217
9218 * loading.texi (Library Search): Update the default value of
9219 `load-suffixes'.
9220
9221 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * display.texi (Attribute Functions): Mention :ignore-defface.
9224
9225 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9228 (Minor Mode Conventions): Mention the use of a hook.
9229
9230 2005-11-06 Richard M. Stallman <rms@gnu.org>
9231
9232 * files.texi (Magic File Names): find-file-name-handler checks the
9233 `operations' property of the handler.
9234
9235 2005-11-03 Richard M. Stallman <rms@gnu.org>
9236
9237 * variables.texi (Frame-Local Variables): Small clarification.
9238
9239 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9240
9241 * os.texi (Init File): Document ~/.emacs.d/init.el.
9242
9243 2005-10-29 Richard M. Stallman <rms@gnu.org>
9244
9245 * internals.texi (Garbage Collection): Document memory-full.
9246
9247 2005-10-28 Bill Wohler <wohler@newt.com>
9248
9249 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9250 for URLs.
9251
9252 2005-10-28 Richard M. Stallman <rms@gnu.org>
9253
9254 * minibuf.texi (Completion Commands): Clean up prev change.
9255
9256 2005-10-26 Kevin Ryde <user42@zip.com.au>
9257
9258 * compile.texi (Eval During Compile): Explain recommended uses
9259 of eval-when-compile and eval-and-compile.
9260
9261 2005-10-27 Masatake YAMATO <jet@gyve.org>
9262
9263 * minibuf.texi (Completion Commands):
9264 Write about new optional argument for `display-completion-list'.
9265
9266 2005-10-23 Richard M. Stallman <rms@gnu.org>
9267
9268 * display.texi (Overlay Arrow): Clarify about local bindings of
9269 overlay-arrow-position.
9270
9271 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9272
9273 * internals.texi (Building Emacs): Fix last change.
9274
9275 2005-10-22 Richard M. Stallman <rms@gnu.org>
9276
9277 * internals.texi (Building Emacs): Document eval-at-startup.
9278
9279 2005-10-21 Richard M. Stallman <rms@gnu.org>
9280
9281 * loading.texi (Where Defined): load-history contains abs file names.
9282 symbol-file returns abs file names.
9283
9284 2005-10-19 Kim F. Storm <storm@cua.dk>
9285
9286 * display.texi (Showing Images): Add max-image-size integer value.
9287
9288 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * display.texi (Showing Images): Document max-image-size.
9291
9292 2005-10-17 Richard M. Stallman <rms@gnu.org>
9293
9294 * commands.texi (Quitting): Minor clarification.
9295
9296 * processes.texi (Sentinels): Clarify about output and quitting.
9297 (Filter Functions): Mention with-local-quit.
9298
9299 2005-10-17 Juri Linkov <juri@jurta.org>
9300
9301 * buffers.texi (Current Buffer):
9302 * commands.texi (Event Input Misc):
9303 * compile.texi (Eval During Compile, Compiler Errors):
9304 * customize.texi (Group Definitions):
9305 * display.texi (Progress, Defining Faces):
9306 * files.texi (Writing to Files):
9307 * modes.texi (Mode Hooks, Defining Minor Modes):
9308 * streams.texi (Output Functions):
9309 * syntax.texi (Syntax Table Functions):
9310 * text.texi (Change Hooks):
9311 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9312
9313 * commands.texi (Quitting): Replace arg `forms' with `body' in
9314 `with-local-quit'.
9315
9316 * positions.texi (Excursions): Replace arg `forms' with `body' in
9317 `save-excursion'.
9318
9319 2005-10-08 Kim F. Storm <storm@cua.dk>
9320
9321 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9322 Rename manual section accordingly.
9323
9324 2005-10-04 Kim F. Storm <storm@cua.dk>
9325
9326 * windows.texi (Window Split Tree): New section describing
9327 new function window-split-tree function.
9328
9329 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9330
9331 * display.texi (Fringe Size/Pos): Simplify and add detail.
9332
9333 2005-09-30 Romain Francoise <romain@orebokech.com>
9334
9335 * minibuf.texi (High-Level Completion): Explain that the prompt
9336 given to `read-buffer' should end with a colon and a space.
9337 Update usage examples.
9338
9339 2005-09-29 Juri Linkov <juri@jurta.org>
9340
9341 * display.texi (Displaying Messages): Rename argument name
9342 `string' to `format-string' in functions `message', `message-box',
9343 `message-or-box'.
9344
9345 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * errors.texi (Standard Errors): Correct xrefs.
9348
9349 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9350
9351 * display.texi (Defining Images): Update documentation for
9352 `image-load-path'.
9353
9354 2005-09-17 Richard M. Stallman <rms@gnu.org>
9355
9356 * display.texi (Defining Images): Clean up previous change.
9357
9358 2005-09-16 Romain Francoise <romain@orebokech.com>
9359
9360 * elisp.texi: Specify GFDL version 1.2.
9361
9362 * doclicense.texi (GNU Free Documentation License): Update to
9363 version 1.2.
9364
9365 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9366
9367 * display.texi (Defining Images): Document `image-load-path'.
9368
9369 2005-09-15 Richard M. Stallman <rms@gnu.org>
9370
9371 * objects.texi (Printed Representation): Minor cleanup.
9372 (Box Diagrams): Minor fix.
9373 (Cons Cell Type): Move (...) index item here.
9374 (Box Diagrams): From here.
9375 (Array Type): Minor fix.
9376 (Type Predicates): Delete index "predicates".
9377 (Hash Table Type): Clarify xref.
9378 (Dotted Pair Notation): Minor fix.
9379
9380 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9381
9382 * files.texi (Saving Buffers): Fix typo.
9383
9384 2005-09-08 Richard M. Stallman <rms@gnu.org>
9385
9386 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9387
9388 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9389
9390 * locals.texi (Standard Buffer-Local Variables): Don't include
9391 mode variables for minor modes.
9392 Fix xrefs for buffer-display-count, buffer-display-table,
9393 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9394 enable-multibyte-characters, fill-column, header-line-format,
9395 left-fringe-width, left-margin, and right-fringe-width.
9396
9397 * hooks.texi (Standard Hooks): All hooks should conform to the
9398 standard naming convention now.
9399 Fix xref for `echo-area-clear-hook'.
9400
9401 * display.texi (Usual Display): Note that indicate-empty-lines and
9402 tab-width are buffer-local.
9403
9404 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9405
9406 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9407
9408 * nonascii.texi (Encoding and I/O): Note that
9409 buffer-file-coding-system is buffer-local.
9410
9411 * positions.texi (List Motion): Note that defun-prompt-regexp is
9412 buffer-local.
9413
9414 * text.texi (Auto Filling): Note that auto-fill-function is
9415 buffer-local.
9416 (Undo): Note that buffer-undo-list is buffer-local.
9417
9418 * windows.texi (Buffers and Windows):
9419 Document buffer-display-count.
9420
9421 2005-09-06 Richard M. Stallman <rms@gnu.org>
9422
9423 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9424 package prefix elsewhere than at the start of the name.
9425
9426 2005-09-03 Richard M. Stallman <rms@gnu.org>
9427
9428 * tips.texi (Programming Tips): Add conventions for minibuffer
9429 questions and prompts.
9430
9431 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9432
9433 * intro.texi (nil and t): Minor cleanup.
9434 Delete spurious mention of keyword symbols.
9435 (Evaluation Notation): Add index entry.
9436 (A Sample Function Description): Minor cleanup.
9437 (A Sample Variable Description): Not all vars can be set.
9438
9439 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9440
9441 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9442
9443 (Insertion): Document precise type of `insert-char' arg COUNT.
9444
9445 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * modes.texi (Other Font Lock Variables): Sync the default of
9448 font-lock-lines-before.
9449
9450 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9451
9452 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9453
9454 2005-08-29 Richard M. Stallman <rms@gnu.org>
9455
9456 * elisp.texi (Top): Update subnode menu.
9457
9458 * searching.texi (Searching and Matching): Move node.
9459 Rearrange contents and add overall explanation.
9460 (Searching and Case): Move node.
9461 (Searching and Matching): Update menu.
9462
9463 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9464
9465 * os.texi (Startup Summary): Fix the description of the initial
9466 startup message display.
9467
9468 2005-08-25 Richard M. Stallman <rms@gnu.org>
9469
9470 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9471
9472 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9473
9474 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9475 `next-overlay-change' example.
9476
9477 2005-08-22 Juri Linkov <juri@jurta.org>
9478
9479 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9480 Fix invert-face. Fix args of face-background.
9481
9482 * display.texi (Standard Faces): Delete node.
9483 (Faces): Add xref to `(emacs)Standard Faces'.
9484 (Displaying Faces): Fix xref to `Standard Faces'.
9485
9486 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9487
9488 2005-08-20 Alan Mackenzie <acm@muc.de>
9489
9490 * buffers.texi (The Buffer List): Clarify the manipulation of the
9491 buffer list.
9492
9493 2005-08-14 Richard M. Stallman <rms@gnu.org>
9494
9495 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9496 a regexp.
9497
9498 2005-08-11 Richard M. Stallman <rms@gnu.org>
9499
9500 * elisp.texi (Top): Update subnode lists.
9501
9502 * display.texi (Inverse Video): Node deleted.
9503
9504 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9505 New nodes split out of Coding Conventions.
9506
9507 * searching.texi (Regular Expressions): Document re-builder.
9508
9509 * os.texi (Time Parsing): New node split out of Time Conversion.
9510
9511 * processes.texi (Misc Network, Network Feature Testing)
9512 (Network Options, Make Network): New nodes split out of
9513 Low-Level Network.
9514
9515 2005-08-09 Richard M. Stallman <rms@gnu.org>
9516
9517 * frames.texi (Geometry): New node, split from Size and Position.
9518 (Frame Parameters): Refer to Geometry.
9519
9520 * buffers.texi (The Buffer List): Fix xrefs.
9521
9522 * windows.texi (Splitting Windows): Fix xref.
9523
9524 * frames.texi (Layout Parameters): Add xref.
9525
9526 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9527
9528 * keymaps.texi (Menu Bar): Fix xref.
9529
9530 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9531
9532 * modes.texi (%-Constructs): Fix xref.
9533
9534 * frames.texi (Window Frame Parameters): Node split up.
9535 (Basic Parameters, Position Parameters, Size Parameters)
9536 (Layout Parameters, Buffer Parameters, Management Parameters)
9537 (Cursor Parameters, Color Parameters): New subnodes.
9538
9539 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9540
9541 * positions.texi (Screen Lines): Update xref for previous change
9542 in minibuf.texi.
9543
9544 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9545 change in minibuf.texi.
9546
9547 2005-08-09 Richard M. Stallman <rms@gnu.org>
9548
9549 * tips.texi (Coding Conventions): Minor cleanup.
9550
9551 * modes.texi (Defining Minor Modes): Explain when init-value
9552 can be non-nil.
9553
9554 * elisp.texi (Top): Update submenu for Minibuffer.
9555
9556 * minibuf.texi (Minibuffer Misc): Node split up.
9557 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9558 (Recursive Mini): New nodes split out from Minibuffer Misc.
9559 (Minibuffer Misc): Document max-mini-window-height.
9560
9561 * hash.texi (Defining Hash): Delete stray paren in example.
9562
9563 * display.texi (Echo Area Customization): Don't define
9564 max-mini-window-height here; xref instead.
9565
9566 * commands.texi (Event Input Misc): Update while-no-input.
9567
9568 * advice.texi (Advising Functions): Explain when to use advice
9569 and when to use a hook.
9570
9571 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9572
9573 * makefile.w32-in (info): Don't run install-info.
9574 ($(infodir)/dir): New target, produced by running install-info.
9575
9576 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9577
9578 * modes.texi (Defining Minor Modes): The keyword for the initial
9579 value is :init-value, not :initial-value.
9580
9581 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9582
9583 * loading.texi (Autoload): Make the `doctor' example be consistent
9584 with what's in current loaddefs.el. Describe the "fn" magic in
9585 the usage portion of the doc string.
9586
9587 2005-07-22 Richard M. Stallman <rms@gnu.org>
9588
9589 * internals.texi (Garbage Collection): Clarify previous change.
9590
9591 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9594
9595 2005-07-18 Juri Linkov <juri@jurta.org>
9596
9597 * commands.texi (Accessing Events):
9598 * frames.texi (Text Terminal Colors, Resources):
9599 * markers.texi (The Mark):
9600 * modes.texi (Defining Minor Modes):
9601 Delete duplicate duplicate words.
9602
9603 2005-07-16 Richard M. Stallman <rms@gnu.org>
9604
9605 * display.texi (Managing Overlays): Clarify make-overlay
9606 args for insertion types.
9607
9608 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * customize.texi (Variable Definitions):
9611 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9612 `standard-value' is a list too.
9613 (Defining New Types): Use @key{RET} instead of @key{ret}.
9614
9615 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9616
9617 * os.texi (Translating Input): Fix typo.
9618
9619 2005-07-08 Richard M. Stallman <rms@gnu.org>
9620
9621 * README: Update edition number and size estimate.
9622
9623 * elisp.texi (VERSION): Set to 2.9.
9624
9625 2005-07-07 Richard M. Stallman <rms@gnu.org>
9626
9627 * book-spine.texinfo: Update Emacs version.
9628
9629 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9630
9631 2005-07-06 Richard M. Stallman <rms@gnu.org>
9632
9633 * searching.texi (Regexp Search): Clarify what re-search-forward
9634 does when the search fails.
9635
9636 2005-07-05 Lute Kamstra <lute@gnu.org>
9637
9638 * Update FSF's address in GPL notices.
9639
9640 * doclicense.texi (GNU Free Documentation License):
9641 * gpl.texi (GPL):
9642 * tips.texi (Coding Conventions, Library Headers):
9643 * vol1.texi:
9644 * vol2.texi: Update FSF's address.
9645
9646 2005-07-04 Richard M. Stallman <rms@gnu.org>
9647
9648 * hooks.texi (Standard Hooks): Add occur-hook.
9649
9650 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9651
9652 * display.texi (The Echo Area): Correct menu.
9653
9654 2005-07-03 Richard M. Stallman <rms@gnu.org>
9655
9656 * elisp.texi (Top): Update subnode menu for Display.
9657
9658 * display.texi (Displaying Messages): New node, with most
9659 of what was in The Echo Area.
9660 (Progress): Move under The Echo Area.
9661 (Logging Messages): New node with new text.
9662 (Echo Area Customization): New node, the rest of what was
9663 in The Echo Area. Document message-truncate-lines with @defvar.
9664 (Display): Update menu.
9665
9666 * windows.texi (Textual Scrolling): Doc 3 values for
9667 scroll-preserve-screen-position.
9668
9669 * text.texi (Special Properties): Change hook functions
9670 should bind inhibit-modification-hooks around altering buffer text.
9671
9672 * keymaps.texi (Key Binding Commands): Call binding BINDING
9673 rather than DEFINITION.
9674
9675 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9676
9677 * variables.texi (Defining Variables): `user-variable-p' returns t
9678 for aliases of user options, nil for alias loops.
9679
9680 2005-06-28 Richard M. Stallman <rms@gnu.org>
9681
9682 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9683 make-keymap.
9684
9685 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9686
9687 * variables.texi (Setting Variables): Correct and clarify
9688 description of `add-to-ordered-list'.
9689
9690 2005-06-26 Richard M. Stallman <rms@gnu.org>
9691
9692 * display.texi (Faces): Minor cleanup.
9693
9694 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9695
9696 * display.texi (Faces): `facep' returns t for strings that are
9697 face names.
9698
9699 2005-06-25 Richard M. Stallman <rms@gnu.org>
9700
9701 * objects.texi (Equality Predicates): Clarify meaning of equal.
9702
9703 * windows.texi (Selecting Windows): save-selected-window
9704 and with-selected-window save and restore the current buffer.
9705
9706 2005-06-24 Richard M. Stallman <rms@gnu.org>
9707
9708 * numbers.texi (Float Basics): Explain how to test for NaN,
9709 and printing the sign of NaNs.
9710
9711 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9712
9713 * makefile.w32-in (MAKEINFO): Use --force.
9714
9715 2005-06-23 Richard M. Stallman <rms@gnu.org>
9716
9717 * display.texi (Face Functions): Correct Texinfo usage.
9718
9719 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9720
9721 * lists.texi (Rings): `ring-elements' now returns the elements of
9722 RING in order.
9723
9724 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9725
9726 * markers.texi (The Mark): Texinfo usage fix.
9727
9728 2005-06-23 Kim F. Storm <storm@cua.dk>
9729
9730 * searching.texi (Entire Match Data): Remove evaporate option for
9731 match-data. Do not mention evaporate option for set-match-data.
9732
9733 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9734
9735 * display.texi (Face Functions): Mention face aliases.
9736
9737 2005-06-21 Richard M. Stallman <rms@gnu.org>
9738
9739 * anti.texi (Antinews): Texinfo usage fix.
9740
9741 2005-06-21 Karl Berry <karl@gnu.org>
9742
9743 * elisp.texi: Use @copying.
9744
9745 * elisp.texi: Put @summarycontents and @contents before the Top
9746 node, instead of the end of the file, so that the contents appear
9747 in the right place in the dvi/pdf output.
9748
9749 2005-06-21 Juri Linkov <juri@jurta.org>
9750
9751 * display.texi (Defining Faces): Add `customized-face'.
9752
9753 2005-06-20 Kim F. Storm <storm@cua.dk>
9754
9755 * variables.texi (Setting Variables): Any type of element can be
9756 given order in add-to-ordered-list. Compare elements with eq.
9757
9758 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9759
9760 2005-06-20 Karl Berry <karl@gnu.org>
9761
9762 * syntax.texi (Syntax Flags): Make last column very slightly wider
9763 to avoid "generic comment" breaking on two lines and causing an
9764 underfull box.
9765
9766 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9767
9768 * lists.texi (Rings): Various minor clarifications and corrections.
9769
9770 2005-06-18 Richard M. Stallman <rms@gnu.org>
9771
9772 * functions.texi (Obsolete Functions): Simplify.
9773
9774 * variables.texi (Variable Aliases): Simplify.
9775
9776 * anti.texi, backups.texi, compile.texi, customize.texi:
9777 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9778 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9779 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9780 * variables.texi: Fix formatting ugliness.
9781
9782 * elisp.texi: Add links to Rings and Byte Packing.
9783 Update version and copyright years.
9784
9785 * minibuf.texi: Fix formatting ugliness.
9786 (Completion Commands): Move keymap vars to the end
9787 and vars completing-read binds to the top.
9788
9789 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9790
9791 * processes.texi: Fix typos.
9792 (Bindat Spec): Correct Texinfo error.
9793 (Byte Packing): Fix ungrammatical sentence.
9794
9795 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9796
9797 * lists.texi (Rings): New node.
9798 (Lists): Add it to menu.
9799
9800 * processes.texi (Byte Packing): New node.
9801 (Processes): Add it to menu.
9802
9803 2005-06-17 Richard M. Stallman <rms@gnu.org>
9804
9805 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9806
9807 * help.texi (Documentation Basics): Explain the xref to
9808 Documentation Tips.
9809
9810 * debugging.texi (Debugger Commands): Minor fix.
9811
9812 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9813
9814 * edebug.texi (Instrumenting): Eliminate duplicate link.
9815 (Specification List): Replace references to "below", referring to
9816 a later node, with one @ref to that node.
9817
9818 * os.texi (Timers): Timers should save and restore the match data
9819 if they change it.
9820
9821 * debugging.texi (Debugger Commands): Mention that the Lisp
9822 debugger can not step through primitive functions.
9823
9824 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9825
9826 * functions.texi (Obsolete Functions): Update argument names of
9827 `make-obsolete' and `define-obsolete-function-alias'.
9828
9829 * variables.texi (Variable Aliases): Update argument names of
9830 `defvaralias', `make-obsolete-variable' and
9831 `define-obsolete-variable-alias'.
9832
9833 2005-06-15 Kim F. Storm <storm@cua.dk>
9834
9835 * searching.texi (Entire Match Data): Rephrase warnings about
9836 evaporate arg to match-data and set-match-data.
9837
9838 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9839
9840 * elisp.texi (Top): Update detailed menu.
9841
9842 * edebug.texi (Edebug): Update menu.
9843 (Instrumenting): Update xrefs.
9844 (Edebug Execution Modes): Correct xref.
9845 (Jumping): Clarify description of `h' command.
9846 Eliminate redundant @ref.
9847 (Breaks): New node.
9848 (Breakpoints): Is now a subsubsection.
9849 (Global Break Condition): Mention `C-x X X'.
9850 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9851 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9852 (Edebug Display Update): Correct pxref.
9853 (Edebug and Macros): New node.
9854 (Instrumenting Macro Calls): Is now a subsubsection.
9855 Neither arg of `def-edebug-spec' is evaluated.
9856 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9857 (Specification Examples): Fix typo.
9858
9859 2005-06-14 Lute Kamstra <lute@gnu.org>
9860
9861 * debugging.texi (Function Debugging): Primitives can break on
9862 entry too.
9863
9864 2005-06-14 Kim F. Storm <storm@cua.dk>
9865
9866 * variables.texi (Setting Variables): Add add-to-ordered-list.
9867
9868 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9871 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9872
9873 2005-06-13 Lute Kamstra <lute@gnu.org>
9874
9875 * text.texi (Special Properties): Fix cross reference.
9876
9877 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9878
9879 * debugging.texi (Function Debugging): Delete mention of empty
9880 string argument to `cancel-debug-on-entry'. Delete inaccurate
9881 description of the return value of that command.
9882
9883 2005-06-11 Alan Mackenzie <acm@muc.de>
9884
9885 * text.texi (Adaptive Fill): Amplify the description of
9886 fill-context-prefix.
9887
9888 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9889
9890 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9891
9892 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9895
9896 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9897
9898 * debugging.texi (Error Debugging): Minor rewording.
9899 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9900 is optional.
9901
9902 2005-06-10 Lute Kamstra <lute@gnu.org>
9903
9904 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9905 (Top): Give it a title. Correct version number. Give the
9906 detailed node listing a more prominent header.
9907 * intro.texi: Don't set VERSION here a second time.
9908 Mention Emacs's version too.
9909 * anti.texi (Antinews): Use EMACSVER to refer to the current
9910 version of Emacs.
9911
9912 2005-06-09 Kim F. Storm <storm@cua.dk>
9913
9914 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9915 match-data and set-match-data.
9916
9917 2005-06-08 Richard M. Stallman <rms@gnu.org>
9918
9919 * searching.texi (Entire Match Data): Clarify when match-data
9920 returns markers and when integers.
9921
9922 * display.texi (Defining Faces): Explain that face name should not
9923 end in `-face'.
9924
9925 * modes.texi (Mode Line Data): Minor cleanup.
9926 (Customizing Keywords): Node split out of Search-based Fontification.
9927 Add example of using font-lock-add-keywords from a hook.
9928 Clarify when MODE should be non-nil, and when nil.
9929
9930 2005-06-06 Richard M. Stallman <rms@gnu.org>
9931
9932 * modes.texi (Mode Line Data): Explain what happens when the car
9933 of a list is a void symbol.
9934 (Search-based Fontification): Explain MODE arg to
9935 font-lock-add-keywords and warn about calls from major modes.
9936
9937 2005-06-08 Juri Linkov <juri@jurta.org>
9938
9939 * display.texi (Standard Faces): Add `shadow' face.
9940
9941 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9942
9943 * modes.texi (Major Mode Conventions): A derived mode only needs
9944 to put the call to the parent mode inside `delay-mode-hooks'.
9945
9946 2005-05-29 Richard M. Stallman <rms@gnu.org>
9947
9948 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9949 new, and what that implies. Clarify.
9950
9951 * files.texi (Locating Files): Clean up the text.
9952
9953 * frames.texi (Window Frame Parameters): Document user-size.
9954 Shorten entry for top by referring to left.
9955
9956 2005-05-26 Richard M. Stallman <rms@gnu.org>
9957
9958 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9959 is new, and what the implications are. Other clarifications.
9960
9961 2005-05-24 Richard M. Stallman <rms@gnu.org>
9962
9963 * frames.texi (Dialog Boxes): Minor fixes.
9964
9965 2005-05-25 Masatake YAMATO <jet@gyve.org>
9966
9967 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9968
9969 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9970
9971 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9972 is optional.
9973
9974 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9975
9976 * frames.texi (Dialog Boxes): Describe new optional argument.
9977
9978 2005-05-23 Lute Kamstra <lute@gnu.org>
9979
9980 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9981 syntax-begin-function over font-lock-beginning-of-syntax-function.
9982
9983 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9984
9985 * minibuf.texi (Reading File Names): Update description of
9986 `read-directory-name'.
9987
9988 * modes.texi (Derived Modes): Clarify :group keyword.
9989
9990 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9991
9992 * files.texi (Locating Files): New subsection.
9993 Describe locate-file and executable-find.
9994
9995 2005-05-21 Kevin Ryde <user42@zip.com.au>
9996
9997 * frames.texi (Initial Parameters): Update cross reference to
9998 "Emacs Invocation".
9999
10000 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10001
10002 * keymaps.texi (Active Keymaps): Add anchor.
10003
10004 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10005 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10006 appropriate place.
10007 (Derived Modes): Small clarifications.
10008 (Minor Mode Conventions, Keymaps and Minor Modes):
10009 Replace references to nodes with references to anchors.
10010 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10011 Clarify description of lists whose first element is an integer.
10012 (Mode Line Variables): Add anchor.
10013 (%-Constructs): Clarify description of integer after %.
10014 (Emulating Mode Line): Describe nil value for FACE.
10015
10016 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10017
10018 * modes.texi (Derived Modes): Correct references to non-existing
10019 variable standard-syntax-table.
10020
10021 2005-05-17 Lute Kamstra <lute@gnu.org>
10022
10023 * modes.texi (Defining Minor Modes): Mention the mode hook.
10024
10025 2005-05-15 Kim F. Storm <storm@cua.dk>
10026
10027 * processes.texi (Network): Remove open-network-stream-nowait.
10028 (Network Servers): Remove open-network-stream-server.
10029
10030 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10031
10032 * elisp.texi (Top): Update detailed menu.
10033
10034 * variables.texi: Reorder nodes.
10035 (Variables): Update menu.
10036 (File Local Variables): Do not refer to the `-*-' line as
10037 a "local variables list". Add pxref.
10038
10039 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10040
10041 * elisp.texi (Top): Update detailed menu for node changes.
10042
10043 * modes.texi (Modes): Update Menu.
10044 (Hooks): Move to beginning of chapter.
10045 Most minor modes run mode hooks too.
10046 `add-hook' can handle void hooks or hooks whose value is a single
10047 function.
10048 (Major Modes): Update Menu.
10049 (Major Mode Basics): New node, split off from `Major Modes'.
10050 (Major Mode Conventions): Correct xref. Explain how to handle
10051 auto-mode-alist if the major mode command has an autoload cookie.
10052 (Auto Major Mode): Major update. Add magic-mode-alist.
10053 (Derived Modes): Major update.
10054 (Mode Line Format): Update Menu.
10055 (Mode Line Basics): New node, split off from `Mode Line Format'.
10056
10057 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10058 for `magic autoload comment'. Add index entries and anchor.
10059
10060 2005-05-14 Richard M. Stallman <rms@gnu.org>
10061
10062 * tips.texi (Coding Conventions): Explain how important it is
10063 that just loading certain files not change Emacs behavior.
10064
10065 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10066
10067 2005-05-12 Lute Kamstra <lute@gnu.org>
10068
10069 * modes.texi (Generic Modes): Update.
10070 (Major Modes): Refer to node "Generic Modes".
10071
10072 * elisp.texi (Top): Update to the current structure of the manual.
10073 * processes.texi (Processes): Add menu description.
10074 * customize.texi (Customization): Add menu descriptions.
10075
10076 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10077
10078 * processes.texi (Signals to Processes)
10079 (Low-Level Network): Fix typos.
10080
10081 2005-05-11 Lute Kamstra <lute@gnu.org>
10082
10083 * elisp.texi (Top): Add some nodes from the chapter "Major and
10084 Minor Modes" to the detailed node listing.
10085
10086 2005-05-10 Richard M. Stallman <rms@gnu.org>
10087
10088 * keymaps.texi (Extended Menu Items): Menu item filter functions
10089 can be called at any time.
10090
10091 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10092
10093 * variables.texi (File Local Variables): `(hack-local-variables t)'
10094 now also checks whether a mode is specified in the local variables
10095 list.
10096
10097 2005-05-05 Kevin Ryde <user42@zip.com.au>
10098
10099 * display.texi (The Echo Area): Correct format function cross
10100 reference.
10101
10102 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10103
10104 * variables.texi (Variable Aliases): Change description of
10105 `define-obsolete-variable-alias'.
10106
10107 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10108 (Defining Functions): Add xref.
10109 (Obsolete Functions): New node.
10110 (Function Safety): Standardize capitalization of section title.
10111
10112 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10113 (Dialog Boxes): Complete description of `x-popup-dialog'.
10114
10115 2005-05-04 Richard M. Stallman <rms@gnu.org>
10116
10117 * commands.texi (Interactive Codes): Fix Texinfo usage.
10118 Document U more clearly.
10119
10120 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10121
10122 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10123 function and not a macro.
10124
10125 * frames.texi (Pop-Up Menus): Correct and clarify description of
10126 `x-popup-menu'.
10127 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10128
10129 2005-05-01 Richard M. Stallman <rms@gnu.org>
10130
10131 * edebug.texi (Checking Whether to Stop): Fix previous change.
10132
10133 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10134
10135 * display.texi: Fix typos and Texinfo usage.
10136
10137 * edebug.texi (Checking Whether to Stop): executing-macro ->
10138 executing-kbd-macro.
10139
10140 2005-05-01 Richard M. Stallman <rms@gnu.org>
10141
10142 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10143
10144 2005-04-30 Richard M. Stallman <rms@gnu.org>
10145
10146 * files.texi (Magic File Names): Document `operations' property.
10147
10148 2005-04-29 Lute Kamstra <lute@gnu.org>
10149
10150 * modes.texi (Generic Modes): New node.
10151 (Major Modes): Add it to the menu.
10152 (Derived Modes): Add "derived mode" to concept index.
10153
10154 2005-04-28 Lute Kamstra <lute@gnu.org>
10155
10156 * modes.texi (Defining Minor Modes): Fix previous change.
10157 (Font Lock Mode): Simplify.
10158 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10159 when set and that some parts are optional. Add cross references.
10160 (Search-based Fontification): Say how to specify font-lock-keywords.
10161 Add cross references. Add font-lock-multiline to index.
10162 Move font-lock-keywords-case-fold-search here from node "Other Font
10163 Lock Variables". Document font-lock-add-keywords and
10164 font-lock-remove-keywords.
10165 (Other Font Lock Variables): Move font-lock-keywords-only,
10166 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10167 and font-lock-syntactic-face-function to node "Syntactic Font
10168 Lock". Move font-lock-keywords-case-fold-search to node
10169 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10170 and font-lock-{,un}fontify-{buffer,region}-function.
10171 (Precalculated Fontification): Remove reference to deleted variable
10172 font-lock-core-only.
10173 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10174 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10175 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10176 and font-lock-syntactic-face-function here from node "Other Font
10177 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10178 Syntax Properties". Add cross references.
10179 (Setting Syntax Properties): New node.
10180 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10181 * syntax.texi (Syntax Properties): Add cross reference.
10182 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10183
10184 2005-04-26 Richard M. Stallman <rms@gnu.org>
10185
10186 * display.texi (Defining Faces):
10187 Document `default' elements of defface spec.
10188
10189 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10190
10191 * variables.texi (Variable Aliases): Clarify text.
10192
10193 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10194
10195 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10196
10197 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10198
10199 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10200
10201 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10202
10203 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10204 syntax-after and syntax-class.
10205
10206 * files.texi (Changing Files): Fix last change's cross-reference.
10207 (Unique File Names): Don't mention "numbers" in the documentation
10208 of make-temp-file and make-temp-name.
10209
10210 2005-04-23 Richard M. Stallman <rms@gnu.org>
10211
10212 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10213
10214 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10215
10216 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10217
10218 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10219
10220 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10221 and define-obsolete-variable-alias.
10222
10223 2005-04-22 Kim F. Storm <storm@cua.dk>
10224
10225 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10226 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10227
10228 2005-04-21 Lute Kamstra <lute@gnu.org>
10229
10230 * lists.texi (Association Lists): Document rassq-delete-all.
10231
10232 2005-04-19 Richard M. Stallman <rms@gnu.org>
10233
10234 * modes.texi (Search-based Fontification): Explain that
10235 facespec is an expression to be evaluated.
10236
10237 2005-04-19 Kevin Ryde <user42@zip.com.au>
10238
10239 * streams.texi (Output Functions): Fix xref.
10240 * strings.texi (String Conversion): Fix xref.
10241
10242 2005-04-19 Kim F. Storm <storm@cua.dk>
10243
10244 * symbols.texi (Symbol Plists): Add safe-get.
10245 Mention that `get' may signal an error.
10246
10247 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10248
10249 * customize.texi (Variable Definitions): Replace tooltip-mode
10250 example with save-place.
10251
10252 2005-04-17 Richard M. Stallman <rms@gnu.org>
10253
10254 * buffers.texi (Indirect Buffers): Clarify.
10255
10256 * positions.texi (Positions): Clarify converting marker to integer.
10257
10258 * strings.texi (String Basics): Mention string-match; clarify.
10259
10260 2005-04-08 Lute Kamstra <lute@gnu.org>
10261
10262 * modes.texi (Search-based Fontification): Fix cross references.
10263 Use consistent terminology. Document anchored highlighting.
10264
10265 2005-04-05 Lute Kamstra <lute@gnu.org>
10266
10267 * modes.texi (Defining Minor Modes): Document :group keyword
10268 argument and its default value.
10269
10270 2005-04-03 Lute Kamstra <lute@gnu.org>
10271
10272 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10273 references and/or descriptions. Delete major mode hooks; mention
10274 them as a category instead. Rename or delete obsolete hooks.
10275
10276 2005-04-02 Richard M. Stallman <rms@gnu.org>
10277
10278 * nonascii.texi (Coding System Basics): Another wording cleanup.
10279
10280 2005-04-01 Richard M. Stallman <rms@gnu.org>
10281
10282 * nonascii.texi (Coding System Basics): Clarify previous change.
10283
10284 2005-04-01 Kenichi Handa <handa@m17n.org>
10285
10286 * nonascii.texi (Coding System Basics): Describe about roundtrip
10287 identity of coding systems.
10288
10289 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * text.texi (Buffer Contents): Add filter-buffer-substring and
10292 buffer-substring-filters.
10293
10294 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * anti.texi (Antinews): Mention `G' interactive code.
10297
10298 * tips.texi (Compilation Tips): Mention benchmark.el.
10299
10300 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10301
10302 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10303 is now bound to M-o M-o.
10304
10305 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10306
10307 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10308
10309 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10310 in the Emacs Manual).
10311 * Makefile.in (srcs): Remove calendar.texi.
10312 * makefile.w32-in (srcs): Remove calendar.texi.
10313 * display.texi (Display): Change name of next node.
10314 * os.texi (System In): Change name of previous node.
10315 * elisp.texi (Top): Remove Calendar references.
10316 * vol1.texi (Top): Remove Calendar references.
10317 * vol2.texi (Top): Remove Calendar references.
10318
10319 2005-03-25 Richard M. Stallman <rms@gnu.org>
10320
10321 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10322 Cleanup previous change.
10323
10324 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10325
10326 * display.texi (Face Attributes): Faces earlier in an :inherit
10327 list take precedence.
10328 (Scroll Bars): Fix description of vertical-scroll-bars.
10329 Document frame-current-scroll-bars and window-current-scroll-bars.
10330
10331 * markers.texi (The Mark): Document temporary Transient Mark mode.
10332
10333 * minibuf.texi (Reading File Names):
10334 Document read-file-name-completion-ignore-case.
10335
10336 * positions.texi (Screen Lines): Document nil for width argument
10337 to compute-motion.
10338
10339 2005-03-23 Kim F. Storm <storm@cua.dk>
10340
10341 * display.texi (Standard Faces): Other faces used in the fringe
10342 implicitly inherits from the fringe face.
10343 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10344 properties implicitly inherits from fringe face.
10345 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10346
10347 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * display.texi (Invisible Text): State default value of
10350 line-move-ignore-invisible.
10351 (Managing Overlays): Document remove-overlays.
10352 (Standard Faces): Document escape-glyph face.
10353
10354 * minibuf.texi (Reading File Names): Document read-file-name-function.
10355
10356 * modes.texi (Other Font Lock Variables):
10357 Document font-lock-lines-before.
10358
10359 * positions.texi (Skipping Characters): skip-chars-forward allows
10360 character classes.
10361
10362 2005-03-18 Lute Kamstra <lute@gnu.org>
10363
10364 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10365
10366 2005-03-17 Richard M. Stallman <rms@gnu.org>
10367
10368 * text.texi (Undo): Document extensible undo entries.
10369
10370 * searching.texi (String Search, Regexp Search): Cleanups.
10371
10372 * nonascii.texi (Character Codes): Minor fix.
10373
10374 * display.texi (Display Property): Explain the significance
10375 of having text properties that are eq.
10376 (Other Display Specs): Explain string as display spec.
10377
10378 * commands.texi (Interactive Codes): Document G option.
10379
10380 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10381
10382 * text.texi (Filling): Add sentence-end-without-period and
10383 sentence-end-without-space.
10384 (Changing Properties): Minor fix.
10385
10386 * anti.texi: Total rewrite.
10387
10388 2005-03-15 Lute Kamstra <lute@gnu.org>
10389
10390 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10391
10392 2005-03-08 Kim F. Storm <storm@cua.dk>
10393
10394 * display.texi (Specified Space): Property :width is support on
10395 non-graphic terminals, :height is not.
10396
10397 2005-03-07 Richard M. Stallman <rms@gnu.org>
10398
10399 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10400 Now subnodes of Fringes.
10401 (Overlay Arrow): Document overlay-arrow-variable-list.
10402 (Fringe Size/Pos): New node, broken out of Fringes.
10403 (Display): Explain clearing vs redisplay better.
10404 (Truncation): Clarify use of bitmaps.
10405 (The Echo Area): Clarify the uses of the echo area.
10406 Add max-mini-window-height.
10407 (Progress): Clarify.
10408 (Invisible Text): Explain that main loop moves point out.
10409 (Selective Display): Say "hidden", not "invisible".
10410 (Managing Overlays): Move up. Describe relation to Undo here.
10411 (Overlay Properties): Clarify intro.
10412 (Finding Overlays): Explain return values when nothing found.
10413 (Width): truncate-string-to-width has added arg.
10414 (Displaying Faces): Clarify and update mode line face handling.
10415 (Face Functions): Minor cleanup.
10416 (Conditional Display): Merge into Other Display Specs.
10417 (Pixel Specification, Other Display Specs): Minor cleanups.
10418 (Images, Image Descriptors): Minor cleanups.
10419 (GIF Images): Patents have expired.
10420 (Showing Images): Explain default text for insert-image.
10421 (Manipulating Button Types): Merge into Manipulating Buttons.
10422 (Making Buttons): Explain return values.
10423 (Button Buffer Commands): Add xref.
10424 (Inverse Video): Update mode-line-inverse-video.
10425 (Display Table Format): Clarify.
10426 (Active Display Table): Give defaults for window-display-table.
10427
10428 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10429 and calendar-today-marker are strings, not chars.
10430 (Holiday Customizing): Minor fix.
10431
10432 * internals.texi (Writing Emacs Primitives): Update `or' example.
10433 Update limit on # args of subr.
10434
10435 * edebug.texi (Using Edebug): Arrow is in fringe.
10436 (Instrumenting): Arg to eval-defun works without loading edebug.
10437 (Edebug Execution Modes): Add xref.
10438
10439 * customize.texi (Common Keywords): Clarify :require.
10440 Mention :version here.
10441 (Variable Definitions, Group Definitions): Not here.
10442 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10443
10444 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10445 * nonascii.texi (Text Representations): Clarify position-bytes.
10446 (Character Sets): Add list-charset-chars.
10447 (Scanning Charsets): Add charset-after.
10448 (Encoding and I/O): Minor fix.
10449
10450 2005-03-06 Richard M. Stallman <rms@gnu.org>
10451
10452 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10453 (Resizing Windows): Likewise.
10454
10455 * text.texi (Change Hooks): Get rid of "Emacs 21".
10456
10457 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10458
10459 * streams.texi (Output Variables): Get rid of "Emacs 21".
10460
10461 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10462
10463 * os.texi (Translating Input): Replace flow-control example
10464 with a less obsolete example that uses `keyboard-translate'.
10465
10466 * objects.texi (Hash Table Type, Circular Objects):
10467 Get rid of "Emacs 21".
10468
10469 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10470 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10471
10472 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10473
10474 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10475
10476 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10477 (Menu Bar): Fix when menu-bar-update-hook is called.
10478
10479 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10480
10481 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10482 and make it read better.
10483
10484 * files.texi (Writing to Files): Get rid of "Emacs 21".
10485 (Unique File Names): Likewise.
10486
10487 * elisp.texi: Update Emacs version to 22.
10488
10489 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10490 (Overlay Properties, Face Attributes): Likewise.
10491 (Managing Overlays): Fix punctuation.
10492 (Attribute Functions): Clarify set-face-font; get rid of
10493 info about old Emacs versions.
10494 (Auto Faces, Font Lookup, Display Property, Images):
10495 Get rid of "Emacs 21".
10496
10497 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10498
10499 2005-03-05 Richard M. Stallman <rms@gnu.org>
10500
10501 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10502
10503 2005-03-04 Lute Kamstra <lute@gnu.org>
10504
10505 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10506
10507 2005-03-03 Lute Kamstra <lute@gnu.org>
10508
10509 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10510
10511 2005-03-01 Lute Kamstra <lute@gnu.org>
10512
10513 * debugging.texi (Debugger Commands): Update `j'.
10514
10515 2005-02-28 Lute Kamstra <lute@gnu.org>
10516
10517 * debugging.texi (Debugging): Fix typo.
10518 (Error Debugging): Document eval-expression-debug-on-error.
10519 (Function Debugging): Update example.
10520 (Using Debugger): Mention starred stack frames.
10521 (Debugger Commands): Document `j' and `l'.
10522 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10523 Update the messages that the debugger displays.
10524 (Internals of Debugger): Add cross reference. Update example.
10525 (Excess Open): Minor improvement.
10526 (Excess Close): Minor improvement.
10527
10528 2005-02-26 Richard M. Stallman <rms@gnu.org>
10529
10530 * tips.texi (Coding Conventions): Clarify.
10531 Put all the major mode key reservations together.
10532 Mention the Mouse-1 => Mouse-2 conventions.
10533
10534 * syntax.texi (Syntax Class Table): Clarify.
10535 (Syntax Table Functions): syntax-after moved from here.
10536 (Syntax Table Internals): syntax-after moved to here.
10537 (Parsing Expressions): Update info on number of values
10538 and what's meaningful in the STATE argument.
10539 (Categories): Fix typo.
10540
10541 * sequences.texi (Arrays): Cleanup.
10542 (Char-Tables): Clarify.
10543
10544 * processes.texi (Deleting Processes): Cleanups, add xref.
10545 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10546 (Process Information): set-process-coding-system, some args optional.
10547 (Input to Processes): Explain various types for PROCESS args.
10548 Rename them from PROCESS-NAME to PROCESS.
10549 (Signals to Processes): Likewise.
10550 (Decoding Output): Cleanup.
10551 (Query Before Exit): Clarify.
10552
10553 * os.texi (Startup Summary): Correct the options; add missing ones.
10554 (Terminal Output, Batch Mode): Clarify.
10555 (Flow Control): Node deleted.
10556
10557 * markers.texi (The Mark): Clarify.
10558
10559 * macros.texi (Expansion): Cleanup.
10560 (Indenting Macros): indent-spec allows ints, not floats.
10561
10562 * keymaps.texi (Keymaps): Clarify.
10563 (Format of Keymaps): Update lisp-mode-map example.
10564 (Active Keymaps, Key Lookup): Clarify.
10565 (Changing Key Bindings): Add xref to `kbd'.
10566 (Key Binding Commands, Simple Menu Items): Clarify.
10567 (Mouse Menus, Menu Bar): Clarify.
10568 (Menu Example): Replace print example with menu-bar-replace-menu.
10569
10570 * help.texi (Documentation Basics): Add function-documentation prop.
10571
10572 * elisp.texi (Top): Don't refer to Flow Control node.
10573
10574 * commands.texi (Command Overview): Improve xrefs.
10575 (Adjusting Point): Adjusting point applies to intangible and invis.
10576 (Key Sequence Input): Doc extra read-key-sequence args.
10577 Likewise for read-key-sequence-vector.
10578
10579 * backups.texi (Rename or Copy): Minor fix.
10580 (Numbered Backups): For version-control, say the default.
10581 (Auto-Saving): make-auto-save-file-name example is simplified.
10582
10583 * advice.texi (Advising Functions): Don't imply one part of Emacs
10584 should advise another part. Markup changes.
10585 (Defining Advice): Move transitional para.
10586 (Activation of Advice): Cleanup.
10587 Explain if COMPILE is nil or negative.
10588
10589 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10590
10591 2005-02-24 Lute Kamstra <lute@gnu.org>
10592
10593 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10594 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10595
10596 2005-02-23 Lute Kamstra <lute@gnu.org>
10597
10598 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10599 to define global minor modes as well.
10600
10601 * display.texi (Managing Overlays): overlay-buffer returns nil for
10602 deleted overlays.
10603
10604 2005-02-22 Kim F. Storm <storm@cua.dk>
10605
10606 * minibuf.texi (Basic Completion): Allow symbols in addition to
10607 strings in try-completion and all-completions.
10608
10609 2005-02-14 Lute Kamstra <lute@gnu.org>
10610
10611 * elisp.texi (Top): Remove reference to deleted node.
10612
10613 * lists.texi (Lists): Remove reference to deleted node.
10614 (Cons Cells): Fix typo.
10615
10616 * loading.texi (Where Defined): Fix typo.
10617
10618 2005-02-14 Richard M. Stallman <rms@gnu.org>
10619
10620 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10621 is useful for discarding some minor modes.
10622
10623 * symbols.texi (Symbol Components): Reorder examples.
10624
10625 * streams.texi (Input Functions): State standard-input default.
10626 (Output Variables): State standard-output default.
10627
10628 * objects.texi (Printed Representation): Clarify read syntax vs print.
10629 (Floating Point Type): Explain meaning better.
10630 (Symbol Type): Explain uniqueness better.
10631 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10632 List examples sooner.
10633 (Box Diagrams): New subnode broken out.
10634 Some examples moved from old Lists as Boxes node.
10635 (Dotted Pair Notation): Clarify intro.
10636 (Array Type): Clarify.
10637 (Type Predicates): Add hash-table-p.
10638
10639 * numbers.texi (Integer Basics): Clarify radix explanation.
10640 (Predicates on Numbers): Minor clarification.
10641 (Comparison of Numbers): Minor clarification. Clarify eql.
10642 Typos in min, max.
10643 (Math Functions): Clarify overflow in expt.
10644
10645 * minibuf.texi (Text from Minibuffer): Minor clarification.
10646 Mention arrow keys.
10647
10648 * loading.texi (Autoload): defun's doc string overrides autoload's
10649 doc string.
10650 (Repeated Loading): Modernize "add to list" examples.
10651 (Where Defined): Finish updating table of load-history elts.
10652
10653 * lists.texi (List-related Predicates): Minor wording improvement.
10654 (Lists as Boxes): Node deleted.
10655 (Building Lists): Explain trivial cases of number-sequence.
10656
10657 * hash.texi (Hash Tables): Add desc to menu items.
10658 (Creating Hash): Explain "full" means "make larger".
10659 (Hash Access): Any object can be a key.
10660 State value of maphash.
10661
10662 * functions.texi (What Is a Function): Wording cleanup.
10663 (Function Documentation): Minor cleanup.
10664 Explain purpose of calling convention at end of doc string.
10665 (Function Names): Wording cleanup.
10666 (Calling Functions): Wording cleanup.
10667 Explain better how funcall calls the function.
10668 (Function Cells): Delete example of saving and redefining function.
10669
10670 * control.texi (Combining Conditions): Wording cleanup.
10671 (Iteration): dolist and dotimes bind VAR locally.
10672 (Cleanups): Xref to Atomic Changes.
10673
10674 * compile.texi (Byte Compilation): Delete 19.29 info.
10675 (Compilation Functions): Macros' difficulties don't affect defsubst.
10676 (Docs and Compilation): Delete 19.29 info.
10677
10678 2005-02-10 Richard M. Stallman <rms@gnu.org>
10679
10680 * objects.texi (Symbol Type): Minor correction.
10681
10682 2005-02-06 Lute Kamstra <lute@gnu.org>
10683
10684 * modes.texi (Example Major Modes): Fix typos.
10685
10686 2005-02-06 Richard M. Stallman <rms@gnu.org>
10687
10688 * text.texi (Margins): fill-nobreak-predicate can be one function.
10689
10690 * strings.texi (Modifying Strings): clear-string can make unibyte.
10691 (Formatting Strings): format gives error if values missing.
10692
10693 * positions.texi (Character Motion): Mention default arg
10694 for forward-char. backward-char refers to forward-char.
10695 (Word Motion): Mention default arg for forward-word.
10696 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10697 Simplify end-of-buffer.
10698 (Text Lines): Mention default arg for forward-line.
10699 (List Motion): Mention default arg for beginning/end-of-defun.
10700 (Skipping Characters): Minor fixes in explaining character-set.
10701
10702 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10703 Mode inheritance applies only when default-major-mode is nil.
10704 Clarifications.
10705 (Example Major Modes): Update Text mode and Lisp mode examples.
10706 (Minor Mode Conventions): Mention define-minor-mode at top.
10707 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10708 (Mode Line Format): Update mode line face display info.
10709 (Properties in Mode): Mention effect of risky vars.
10710 (Imenu): Define imenu-add-to-menubar.
10711 (Font Lock Mode): Add descriptions to menu lines.
10712 (Faces for Font Lock): Add font-lock-doc-face.
10713
10714 2005-02-05 Lute Kamstra <lute@gnu.org>
10715
10716 * text.texi (Maintaining Undo): Remove obsolete function.
10717
10718 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10719
10720 * frames.texi (Color Names): Add pointer to the X docs about RGB
10721 color specifications. Improve indexing.
10722 (Text Terminal Colors): Replace the description of RGB values by
10723 an xref to "Color Names".
10724
10725 2005-02-03 Richard M. Stallman <rms@gnu.org>
10726
10727 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10728 Clarify.
10729 (Selecting Windows): Clarify save-selected-window.
10730 (Cyclic Window Ordering): Clarify walk-windows.
10731 (Window Point): Clarify.
10732 (Window Start): Add comment to example.
10733 (Resizing Windows): Add `interactive' specs in examples.
10734 Document fit-window-to-buffer.
10735
10736 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10737 (Undo, Maintaining Undo): Clarify last change.
10738 (Sorting): In sort-numeric-fields, explain about octal and hex.
10739 Mention sort-numeric-base.
10740 (Format Properties): Add xref for hard newlines.
10741
10742 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10743 (Pop-Up Menus): Fix typo.
10744 (Color Names): Explain all types of color names.
10745 Explain color-values on B&W terminal.
10746 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10747
10748 * files.texi (File Locks): Not supported on MS systems.
10749 (Testing Accessibility): Clarify.
10750
10751 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10752 (Coverage Testing): Fix typo.
10753
10754 * commands.texi (Misc Events): Remove stray space.
10755
10756 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10757 (Modification Time): Clarify when visited-file-modtime returns 0.
10758 (The Buffer List): Clarify bury-buffer.
10759 (Killing Buffers): Clarify.
10760 (Indirect Buffers): Add clone-indirect-buffer.
10761
10762 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10763
10764 * edebug.texi (Printing in Edebug): Fix default value of
10765 edebug-print-circle.
10766 (Coverage Testing): Fix displayed frequency count data.
10767
10768 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10769
10770 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10771
10772 2005-02-02 Kim F. Storm <storm@cua.dk>
10773
10774 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10775
10776 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10777
10778 * commands.texi (Misc Events): Describe the help-echo event.
10779
10780 * text.texi (Special Properties) <help-echo>: Use `pos'
10781 consistently in description of the help-echo property.
10782 Use @code{nil} instead of @var{nil}.
10783
10784 * display.texi (Overlay Properties): Fix the index entry for
10785 help-echo overlay property.
10786
10787 * customize.texi (Type Keywords): Uncomment the xref to the
10788 help-echo property documentation.
10789
10790 2005-01-23 Kim F. Storm <storm@cua.dk>
10791
10792 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10793 return value. Third element FULLY replaced by PARTIAL which
10794 specifies number of invisible pixels if row is only partially visible.
10795 (Textual Scrolling): Mention auto-window-vscroll.
10796 (Vertical Scrolling): New defvar auto-window-vscroll.
10797
10798 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10799
10800 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10801 command remapping.
10802
10803 2005-01-15 Richard M. Stallman <rms@gnu.org>
10804
10805 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10806
10807 2005-01-14 Kim F. Storm <storm@cua.dk>
10808
10809 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10810
10811 * text.texi (Links and Mouse-1): Fix string and vector item.
10812
10813 2005-01-13 Richard M. Stallman <rms@gnu.org>
10814
10815 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10816 descriptions of overriding-local-map and overriding-terminal-local-map.
10817
10818 * text.texi (Links and Mouse-1): Clarify text.
10819
10820 2005-01-13 Kim F. Storm <storm@cua.dk>
10821
10822 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10823
10824 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10825
10826 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10827
10828 2005-01-12 Kim F. Storm <storm@cua.dk>
10829
10830 * text.texi (Links and Mouse-1): Rename section from Enabling
10831 Mouse-1 to Following Links. Change xrefs.
10832 Add examples for define-button-type and define-widget.
10833
10834 * display.texi (Button Properties, Button Buffer Commands):
10835 Clarify mouse-1 and follow-link functionality.
10836
10837 2005-01-12 Richard M. Stallman <rms@gnu.org>
10838
10839 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10840
10841 * display.texi (Beeping): Fix Texinfo usage.
10842
10843 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10844
10845 2005-01-11 Kim F. Storm <storm@cua.dk>
10846
10847 * display.texi (Button Properties, Button Buffer Commands):
10848 Mention mouse-1 binding. Add follow-link keyword.
10849
10850 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10851 (Enabling Mouse-1 to Follow Links): New subsection.
10852
10853 2005-01-06 Richard M. Stallman <rms@gnu.org>
10854
10855 * text.texi (Special Properties): Minor change.
10856
10857 * os.texi (Timers): Clarify previous change.
10858
10859 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10860
10861 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10862
10863 * display.texi (Face Attributes): Correct xref to renamed node.
10864
10865 2005-01-01 Richard M. Stallman <rms@gnu.org>
10866
10867 * display.texi (Face Attributes): Describe hex color specs.
10868
10869 2004-12-31 Richard M. Stallman <rms@gnu.org>
10870
10871 * os.texi (Timers): Update previous change.
10872
10873 2004-12-30 Kim F. Storm <storm@cua.dk>
10874
10875 * display.texi (Line Height): Total line-height is now specified
10876 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10877 in cons cells. (nil . RATIO) is relative to actual line height.
10878 Use line-height `t' instead of `0' to get minimum height.
10879
10880 2004-12-29 Richard M. Stallman <rms@gnu.org>
10881
10882 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10883
10884 2004-12-28 Richard M. Stallman <rms@gnu.org>
10885
10886 * commands.texi (Quitting): Clarify value of with-local-quit.
10887
10888 * elisp.texi (Top): Fix previous change.
10889
10890 * loading.texi (Loading): Fix previous change.
10891
10892 2004-12-27 Richard M. Stallman <rms@gnu.org>
10893
10894 * Makefile.in (MAKEINFO): Specify --force.
10895
10896 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10897
10898 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10899
10900 * display.texi (Line Height): Further clarify.
10901
10902 * elisp.texi (Top): Update Loading submenu.
10903
10904 * loading.texi (Where Defined): New node.
10905 (Unloading): load-history moved to Where Defined.
10906
10907 2004-12-21 Richard M. Stallman <rms@gnu.org>
10908
10909 * commands.texi (Event Input Misc): Add while-no-input.
10910
10911 2004-12-11 Richard M. Stallman <rms@gnu.org>
10912
10913 * display.texi (Line Height): Rewrite text for clarity.
10914
10915 2004-12-11 Kim F. Storm <storm@cua.dk>
10916
10917 * display.texi (Display): Add node "Line Height" to menu.
10918 (Line Height): New node. Move full description of line-spacing
10919 and line-height text properties here from text.texi.
10920 (Scroll Bars): Add vertical-scroll-bar variable.
10921
10922 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10923
10924 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10925 line-spacing and vertical-scroll-bar.
10926
10927 * text.texi (Special Properties): Just mention line-spacing and
10928 line-height here, add xref to new "Line Height" node.
10929
10930 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10931
10932 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10933
10934 * locals.texi (Standard Buffer-Local Variables):
10935 Add @xref for `line-spacing'.
10936
10937 2004-12-05 Richard M. Stallman <rms@gnu.org>
10938
10939 * Makefile.in (maintainer-clean): Remove the info files
10940 in $(infodir) where they are created.
10941
10942 2004-12-03 Richard M. Stallman <rms@gnu.org>
10943
10944 * windows.texi (Selecting Windows): get-lru-window and
10945 get-largest-window don't consider dedicated windows.
10946
10947 * text.texi (Undo): Document undo-in-progress.
10948
10949 2004-11-26 Richard M. Stallman <rms@gnu.org>
10950
10951 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10952 Remove a few vars that are not always buffer-local.
10953
10954 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10955
10956 * locals.texi (Standard Buffer-Local Variables): Comment out
10957 xref's to non-existent node `Yet to be written'.
10958
10959 2004-11-24 Richard M. Stallman <rms@gnu.org>
10960
10961 * processes.texi (Synchronous Processes): Grammar fix.
10962
10963 * numbers.texi (Comparison of Numbers): Add eql.
10964
10965 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10966
10967 * intro.texi (Printing Notation): Fix previous change.
10968
10969 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10970 and default-indicate-buffer-boundaries from here.
10971 (Usual Display): To here.
10972 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10973 (Usual Display): Move tab-width up.
10974
10975 * customize.texi (Variable Definitions):
10976 Replace show-paren-mode example with tooltip-mode.
10977 (Simple Types, Composite Types, Defining New Types):
10978 Minor cleanups.
10979
10980 2004-11-21 Jesper Harder <harder@ifa.au.dk>
10981
10982 * processes.texi (Synchronous Processes, Output from Processes):
10983 Markup fix.
10984
10985 2004-11-20 Richard M. Stallman <rms@gnu.org>
10986
10987 * positions.texi (Skipping Characters): skip-chars-forward
10988 now handles char classes.
10989
10990 * intro.texi (Printing Notation): Avoid confusion of `print'
10991 when explaining @print.
10992
10993 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10994
10995 * display.texi (Display Table Format): Minor fix.
10996
10997 * streams.texi (Output Functions): Fix print example.
10998
10999 * Makefile.in (elisp): New target.
11000 (dist): Depend on $(infodir)/elisp, not elisp.
11001 Copy the info files from $(infodir).
11002
11003 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11004 read-from-minibuffer.
11005
11006 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11007
11008 2004-11-19 Richard M. Stallman <rms@gnu.org>
11009
11010 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11011
11012 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11013
11014 * tips.texi (Coding Conventions): Fix typo.
11015
11016 2004-11-16 Richard M. Stallman <rms@gnu.org>
11017
11018 * tips.texi (Coding Conventions): Separate defvar and require
11019 methods to avoid warnings. Use require only when there are many
11020 functions and variables from that package.
11021
11022 * minibuf.texi (Minibuffer Completion): When ignoring case,
11023 predicate must not be case-sensitive.
11024
11025 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11026 (Test Coverage): Don't talk about "splotches". Clarified.
11027
11028 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11029
11030 * frames.texi (Window Frame Parameters): Fix typo.
11031
11032 2004-11-15 Kim F. Storm <storm@cua.dk>
11033
11034 * symbols.texi (Other Plists): Note that plist-get may signal error.
11035 Add safe-plist-get.
11036
11037 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11038
11039 * modes.texi (Font Lock Basics): Fix typo.
11040
11041 2004-11-08 Richard M. Stallman <rms@gnu.org>
11042
11043 * syntax.texi (Syntax Table Functions): Add syntax-after.
11044
11045 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11046
11047 * os.texi (Processor Run Time): New section documenting
11048 get-internal-run-time.
11049
11050 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11051
11052 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11053 it nukes elisp-cover.texi.
11054 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11055 elisp-0 etc.
11056
11057 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11058
11059 * commands.texi (Keyboard Macros): Document `append' return value
11060 of `defining-kbd-macro'.
11061
11062 2004-11-01 Richard M. Stallman <rms@gnu.org>
11063
11064 * commands.texi (Interactive Call): Add called-interactively-p.
11065
11066 2004-10-29 Simon Josefsson <jas@extundo.com>
11067
11068 * minibuf.texi (Reading a Password): Revert.
11069
11070 2004-10-28 Richard M. Stallman <rms@gnu.org>
11071
11072 * frames.texi (Display Feature Testing): Explain about "vendor".
11073
11074 2004-10-27 Richard M. Stallman <rms@gnu.org>
11075
11076 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11077 not raw. Clarify `n'.
11078 (Interactive Call): Rewrite interactive-p, focusing on when
11079 and how to use it.
11080 (Misc Events): Clarify previous change.
11081
11082 * advice.texi (Simple Advice): Clarify what job the example does.
11083 (Around-Advice): Clarify ad-do-it.
11084 (Activation of Advice): An option of ad-default-compilation-action
11085 is `never', not `nil'.
11086
11087 2004-10-26 Kim F. Storm <storm@cua.dk>
11088
11089 * commands.texi (Interactive Codes): Add U code letter.
11090
11091 2004-10-25 Simon Josefsson <jas@extundo.com>
11092
11093 * minibuf.texi (Reading a Password): Add.
11094
11095 2004-10-24 Jason Rumney <jasonr@gnu.org>
11096
11097 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11098 and wheel-down.
11099
11100 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11101
11102 * processes.texi (Synchronous Processes): Document process-file.
11103
11104 2004-10-22 Kenichi Handa <handa@m17n.org>
11105
11106 * text.texi (translate-region): Document that it accepts also a
11107 char-table.
11108
11109 2004-10-22 David Ponce <david@dponce.com>
11110
11111 * windows.texi (Resizing Windows): Document the `preserve-before'
11112 argument of the functions `enlarge-window' and `shrink-window'.
11113
11114 2004-10-19 Jason Rumney <jasonr@gnu.org>
11115
11116 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11117
11118 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11119
11120 * text.texi (Filling): Add anchor for definition of
11121 `sentence-end-double-space'.
11122
11123 * searching.texi (Regexp Example): Update description of how
11124 Emacs currently recognizes the end of a sentence.
11125 (Standard Regexps): Update definition of the variable
11126 `sentence-end'. Add definition of the function `sentence-end'.
11127
11128 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11129
11130 * display.texi (Progress): New node.
11131
11132 2004-10-05 Kim F. Storm <storm@cua.dk>
11133
11134 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11135
11136 2004-09-29 Kim F. Storm <storm@cua.dk>
11137
11138 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11139 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11140 fringe bitmap symbols, as they now have their own namespace.
11141 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11142 vs. pixels. Signal error if no free bitmap slots.
11143 (Pixel Specification): Change IMAGE to @var{image}.
11144
11145 2004-09-28 Richard M. Stallman <rms@gnu.org>
11146
11147 * text.texi (Special Properties): Clarify line-spacing and line-height.
11148
11149 * searching.texi (Regexp Search): Add looking-back.
11150
11151 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11152
11153 * display.texi: Correct typos.
11154 (Image Descriptors): Correct xref's.
11155
11156 2004-09-25 Richard M. Stallman <rms@gnu.org>
11157
11158 * text.texi (Special Properties): Cleanups in `cursor'.
11159 Rewrites in `line-height' and `line-spacing'; exchange them.
11160
11161 * display.texi (Fringes): Rewrite previous change.
11162 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11163 (Display Fringe Bitmaps): Node deleted, text moved.
11164 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11165 (Scroll Bars): Clarify set-window-scroll-bars.
11166 (Pointer Shape): Rewrite.
11167 (Specified Space): Clarify :align-to, etc.
11168 (Pixel Specification): Use @var. Clarify new text.
11169 (Other Display Specs): Clarify `slice'.
11170 (Image Descriptors): Cleanups.
11171 (Showing Images): Cleanups.
11172
11173 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11174
11175 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11176
11177 * modes.texi: Various minor changes in addition to:
11178 (Major Mode Conventions): Final call to `run-mode-hooks' should
11179 not be inside the `delay-mode-hooks' form.
11180 (Mode Hooks): New node.
11181 (Hooks): Delete obsolete example.
11182 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11183 node "Mode Hooks".
11184
11185 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11186
11187 * display.texi: Correct various typos.
11188 (Display): Rename node "Pointer Shapes" to "Pointer
11189 Shape". (There is already a node called "Pointer Shapes" in
11190 frames.texi.)
11191 (Images): Remove non-existent node "Image Slices" from menu.
11192
11193 2004-09-23 Kim F. Storm <storm@cua.dk>
11194
11195 * text.texi (Special Properties): Add `cursor', `pointer',
11196 `line-height', and `line-spacing' properties.
11197
11198 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11199 Shapes' to menu.
11200 (Standard Faces): Doc fix for fringe face.
11201 (Fringes): Add `overflow-newline-into-fringe' and
11202 'indicate-buffer-boundaries'.
11203 (Fringe Bitmaps, Pointer Shapes): New nodes.
11204 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11205 Bitmaps' to menu.
11206 (Specified Space): Describe pixel width and height.
11207 (Pixel Specification): New node.
11208 (Other Display Specs): Add `slice' property.
11209 (Display Fringe Bitmaps): New node.
11210 (Images): Add 'Image Slices' to menu.
11211 (Image Descriptors): Add `:pointer' and `:map' properties.
11212 (Showing Images): Add slice arg to `insert-image'.
11213 Add 'insert-sliced-image'.
11214
11215 2004-09-20 Richard M. Stallman <rms@gnu.org>
11216
11217 * commands.texi (Key Sequence Input):
11218 Clarify downcasing in read-key-sequence.
11219
11220 2004-09-08 Juri Linkov <juri@jurta.org>
11221
11222 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11223
11224 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11225
11226 * locals.texi (Standard Buffer-Local Variables):
11227 Add `buffer-auto-save-file-format'.
11228 * internals.texi (Buffer Internals): Describe new
11229 auto_save_file_format field of the buffer structure.
11230 * files.texi (Format Conversion): `auto-save-file-format' has been
11231 renamed `buffer-auto-save-file-format'.
11232
11233 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11234
11235 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11236 an integer or a marker.
11237 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11238
11239 2004-08-22 Richard M. Stallman <rms@gnu.org>
11240
11241 * modes.texi (Major Mode Conventions): Discuss rebinding of
11242 standard key bindings.
11243
11244 2004-08-18 Kim F. Storm <storm@cua.dk>
11245
11246 * processes.texi (Accepting Output): Add `just-this-one' arg to
11247 `accept-process-output'.
11248 (Output from Processes): New var `process-adaptive-read-buffering'.
11249
11250 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11251
11252 * keymaps.texi: Various changes in addition to:
11253 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11254 Give more varied examples for `kbd'.
11255 (Creating Keymaps): Char tables have slots for all characters
11256 without modifiers.
11257 (Active Keymaps): `overriding-local-map' and
11258 `overriding-terminal-local-map' also override text property and
11259 overlay keymaps.
11260 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11261 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11262 to denote a prefix of no events.
11263 `map-keymap' includes parent's bindings _recursively_.
11264 Clarify and correct description of `where-is-internal'.
11265 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11266 (Menu Example): For menus intended for use with the keyboard, the
11267 menu items should be bound to characters or real function keys.
11268
11269 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11270
11271 * objects.texi (Character Type): Reposition `@anchor' to prevent
11272 double space inside sentence in Info.
11273
11274 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11275 renamed to `disabled-command-function'.
11276 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11277 (Command Loop Info): Replace reference to it.
11278 (Disabling Commands): `disabled-command-hook' has been renamed to
11279 `disabled-command-function'.
11280
11281 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11282
11283 * os.texi (Translating Input): Only non-prefix bindings in
11284 `key-translation-map' override actual key bindings. Warn about
11285 possible indirect effect of actual key bindings on non-prefix
11286 bindings in `key-translation-map'.
11287
11288 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11289
11290 * minibuf.texi (High-Level Completion): Add anchor for definition
11291 of `read-variable'.
11292
11293 * commands.texi: Various changes in addition to:
11294 (Using Interactive): Clarify description of `interactive-form'.
11295 (Interactive Call): Mention default for KEYS argument to
11296 `call-interactively'.
11297 (Command Loop Info): Clarify description of `this-command-keys'.
11298 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11299 Value of `last-event-frame' can be `macro'.
11300 (Repeat Events): `double-click-fuzz' is also used to distinguish
11301 clicks and drags.
11302 (Classifying Events): Clarify descriptions of `event-modifiers'
11303 `event-basic-type' and `event-convert-list'.
11304 (Accessing Events): `posn-timestamp' takes POSITION argument.
11305 (Quoted Character Input): Clarify description of
11306 `read-quoted-char' and fix example.
11307 (Quitting): Add `with-local-quit'.
11308 (Disabling Commands): Correct and clarify descriptions of
11309 `enable-command' and `disable-command'.
11310 Mention what happens if `disabled-command-hook' is nil.
11311 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11312 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11313
11314 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11315
11316 * frames.texi: Various changes in addition to:
11317 (Creating Frames): Expand and clarify description of `make-frame'.
11318 (Window Frame Parameters): Either none or both of the `icon-left'
11319 and `icon-top' parameters must be specified. Put descriptions of
11320 `menu-bar-lines' and `toolbar-lines' closer together and change
11321 them accordingly.
11322 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11323 except while processing `frame-title-format' or `icon-title-format'.
11324 (Deleting Frames): Correct description of `delete-frame'.
11325 Non-nil return values of `frame-live-p' are like those of `framep'.
11326 (Frames and Windows): Mention return value of
11327 `set-frame-selected-window'.
11328 (Visibility of Frames): Mention `force' argument to
11329 `make-frame-invisible'. `frame-visible-p' returns t for all
11330 frames on text-only terminals.
11331 (Frame Configurations): Restoring a frame configuration does not
11332 restore deleted frames.
11333 (Window System Selections): `x-set-selection' returns DATA.
11334 (Resources): Add example.
11335 (Display Feature Testing): Clarify descriptions of
11336 `display-pixel-height', `display-pixel-width', `x-server-version'
11337 and `x-server-vendor'.
11338
11339 * windows.texi (Choosing Window): Add anchor.
11340 * minibuf.texi (Minibuffer Misc): Add anchor.
11341
11342 2004-07-23 John Paul Wallington <jpw@gnu.org>
11343
11344 * macros.texi (Defining Macros): Declaration keyword for setting
11345 Edebug spec is `debug' not `edebug'.
11346
11347 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11348
11349 * windows.texi: Various small changes in addition to:
11350 (Window Point): Mention return value of `set-window-point'.
11351 (Window Start): `pos-visible-in-window-p' disregards horizontal
11352 scrolling. Explain return value if PARTIALLY is non-nil.
11353 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11354 and `set-window-vscroll'.
11355 (Size of Window): The argument WINDOW to `window-inside-edges',
11356 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11357 (Resizing Windows): Explain return value of
11358 `shrink-window-if-larger-than-buffer'.
11359 `window-size-fixed' automatically becomes buffer local when set.
11360 (Window Configurations): Explain return value of
11361 `set-window-configuration'.
11362
11363 * minibuf.texi (Minibuffer Misc): Add anchor for
11364 `minibuffer-scroll-window'.
11365
11366 * positions.texi (Text Lines): Add anchor for `count-lines'.
11367
11368 2004-07-17 Richard M. Stallman <rms@gnu.org>
11369
11370 * display.texi (Overlay Properties): Adding `evaporate' prop
11371 deletes empty overlay immediately.
11372
11373 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11374 fix example.
11375
11376 2004-07-16 Jim Blandy <jimb@redhat.com>
11377
11378 * searching.texi (Regexp Backslash): Document new \_< and \_>
11379 operators.
11380
11381 2004-07-16 Juanma Barranquero <lektu@terra.es>
11382
11383 * display.texi (Images): Fix Texinfo usage.
11384
11385 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11386
11387 * buffers.texi (Modification Time): `visited-file-modtime' now
11388 returns a list of two integers, instead of a cons.
11389
11390 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11391
11392 * windows.texi: Various changes in addition to:
11393 (Splitting Windows): Add `split-window-keep-point'.
11394
11395 2004-07-09 Richard M. Stallman <rms@gnu.org>
11396
11397 * frames.texi (Input Focus): Minor fix.
11398
11399 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11400
11401 * frames.texi (Input Focus): Clarify descriptions of
11402 `select-frame-set-input-focus' and `select-frame'.
11403
11404 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11405
11406 * os.texi: Various small changes in addition to:
11407 (Killing Emacs): Expand and clarify description of
11408 `kill-emacs-query-functions' and `kill-emacs-hook'.
11409 (System Environment): Expand and clarify description of `getenv'
11410 and `setenv'.
11411 (Timers): Clarify description of `run-at-time'.
11412 (Translating Input): Correct description of
11413 `extra-keyboard-modifiers'.
11414 (Flow Control): Correct description of `enable-flow-control'.
11415
11416 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11417
11418 * os.texi: Update copyright.
11419 (Session Management): Grammar fix.
11420 Clarify which Emacs does the restarting.
11421 Use @samp for *scratch* buffer.
11422
11423 2004-07-04 Alan Mackenzie <acm@muc.de>
11424
11425 * frames.texi (Input Focus): Add documentation for
11426 `select-frame-set-input-focus'. Replace refs to non-existent
11427 `switch-frame' with `select-frame'. Minor corrections and tidying
11428 up of text-only terminal stuff.
11429
11430 2004-07-02 Richard M. Stallman <rms@gnu.org>
11431
11432 * files.texi (Saving Buffers): Cleanup write-contents-function.
11433 (Magic File Names): Cleanup file-remote-p.
11434
11435 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11436
11437 * files.texi (Magic File Names): `file-remote-p' returns an
11438 identifier of the remote system, not just t.
11439
11440 2004-07-02 David Kastrup <dak@gnu.org>
11441
11442 * searching.texi (Entire Match Data): Add explanation about new
11443 match-data behavior when @var{integers} is non-nil.
11444
11445 2004-06-24 Richard M. Stallman <rms@gnu.org>
11446
11447 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11448
11449 * customize.texi (Variable Definitions): Note about doc strings
11450 and :set.
11451
11452 * keymaps.texi (Keymap Terminology): Document `kbd'.
11453 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11454
11455 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11456 makes it buffer-local.
11457
11458 * files.texi (Saving Buffers): Correct previous change.
11459
11460 * commands.texi (Accessing Events):
11461 Clarify posn-col-row and posn-actual-col-row.
11462
11463 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11464
11465 * commands.texi (Accessing Events): New functions
11466 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11467
11468 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11471 * frames.texi, buffers.texi, backups.texi, variables.texi:
11472 * loading.texi, eval.texi, functions.texi, control.texi:
11473 * symbols.texi, minibuf.texi: Reposition @anchor's.
11474
11475 * help.texi: Various small changes in addition to the following.
11476 (Describing Characters): Describe PREFIX argument to
11477 `key-description'. Correct and clarify definition of
11478 `text-char-description'. Describe NEED-VECTOR argument to
11479 `read-kbd-macro'.
11480 (Help Functions): Clarify definition of `apropos'.
11481
11482 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11483
11484 * files.texi (Saving Buffers): Correct description of
11485 `write-contents-functions'.
11486
11487 2004-06-21 Juanma Barranquero <lektu@terra.es>
11488
11489 * display.texi (Images): Remove redundant @vindex directives.
11490 Rewrite `image-library-alist' doc in active voice.
11491
11492 2004-06-14 Juanma Barranquero <lektu@terra.es>
11493
11494 * display.texi (Images): Document new delayed library loading,
11495 variable `image-library-alist' and (existing but undocumented)
11496 function `image-type-available-p'.
11497
11498 2004-06-05 Richard M. Stallman <rms@gnu.org>
11499
11500 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11501 refer the user to the Initial Input node.
11502 (Text from Minibuffer): Likewise.
11503 (Initial Input): New node. Document this feature
11504 and say it is mostly deprecated.
11505
11506 2004-05-30 Richard M. Stallman <rms@gnu.org>
11507
11508 * loading.texi (Named Features): Clarify return value
11509 and meaning of NOERROR.
11510
11511 * variables.texi (File Local Variables): Minor cleanup.
11512
11513 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11514
11515 * files.texi (Magic File Names): Add `file-remote-p' as operation
11516 of file name handlers.
11517
11518 2004-05-29 Richard M. Stallman <rms@gnu.org>
11519
11520 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11521 as arg to a minor mode command.
11522
11523 2004-05-22 Richard M. Stallman <rms@gnu.org>
11524
11525 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11526
11527 * streams.texi (Output Variables): Doc float-output-format.
11528
11529 * searching.texi (Regexp Special): Nested repetition can be infloop.
11530
11531 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11532 real stack overflow.
11533
11534 * compile.texi: Minor cleanups.
11535
11536 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11537
11538 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11539 circular lists.
11540 (List Elements): Explain handling of circular and dotted lists.
11541
11542 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11543
11544 * modes.texi (Search-based Fontification): Fix typo.
11545
11546 2004-05-10 Juanma Barranquero <lektu@terra.es>
11547
11548 * modes.texi (Mode Line Variables): Fix description of
11549 global-mode-string, which is now after which-func-mode, not the
11550 buffer name.
11551
11552 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11553
11554 * modes.texi (Desktop Save Mode): Add.
11555 (Modes): Add menu entry Desktop Save Mode.
11556
11557 * hooks.texi: Add desktop-after-read-hook,
11558 desktop-no-desktop-file-hook and desktop-save-hook.
11559
11560 * locals.texi: Add desktop-save-buffer.
11561
11562 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11563
11564 * display.texi: emacs -> Emacs.
11565
11566 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11567
11568 * files.texi (Changing Files): Document set-file-times.
11569
11570 2004-04-23 Juanma Barranquero <lektu@terra.es>
11571
11572 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11573
11574 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11575
11576 * tips.texi (Coding Conventions): defopt -> defcustom.
11577
11578 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11579
11580 * sequences.texi: Various clarifications.
11581
11582 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11583
11584 * buffers.texi (Read Only Buffers): Mention optional ARG to
11585 `toggle-read-only'.
11586
11587 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11588
11589 * windows.texi (Selecting Windows): Note that get-lru-window
11590 returns a full-width window if possible.
11591
11592 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11593
11594 * buffers.texi: Various changes in addition to:
11595 (Buffer File Name): Add `find-buffer-visiting'.
11596 (Buffer Modification): Mention optional ARG to `not-modified'.
11597 (Indirect Buffers): Mention optional CLONE argument to
11598 `make-indirect-buffer'.
11599
11600 * files.texi: Various changes in addition to:
11601 (Visiting Functions): `find-file-hook' is now a normal hook.
11602 (File Name Expansion): Explain difference between the way that
11603 `expand-file-name' and `file-truename' treat `..'.
11604 (Contents of Directories): Mention optional ID-FORMAT argument to
11605 `directory-files-and-attributes'.
11606 (Format Conversion): Mention new optional CONFIRM argument to
11607 `format-write-file'.
11608
11609 2004-04-12 Miles Bader <miles@gnu.org>
11610
11611 * macros.texi (Expansion): Add description of `macroexpand-all'.
11612
11613 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11614
11615 * variables.texi (Variable Aliases):
11616 Mention cyclic-variable-indirection.
11617
11618 * errors.texi (Standard Errors): Ditto.
11619
11620 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11621
11622 * backups.texi: Various small changes in addition to:
11623 (Making Backups): Mention return value of `backup-buffer'.
11624 (Auto-Saving): Mention optional FORCE argument to
11625 `delete-auto-save-file-if-necessary'.
11626 (Reverting): Mention optional PRESERVE-MODES argument to
11627 `revert-buffer'. Correct description of `revert-buffer-function'.
11628
11629 2004-03-22 Juri Linkov <juri@jurta.org>
11630
11631 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11632 with `Vector Functions'.
11633
11634 * text.texi (Sorting): Add missing quote.
11635
11636 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11637
11638 * intro.texi (Lisp History): Replace xref to `cl' manual with
11639 inforef.
11640
11641 2004-03-12 Richard M. Stallman <rms@gnu.org>
11642
11643 * intro.texi (Version Info): Add arg to emacs-version.
11644 (Lisp History): Change xref to CL manual.
11645
11646 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11647
11648 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11649 for Partial Completion mode.
11650
11651 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11652
11653 * customize.texi: Fix typo. Remove eol whitespace.
11654
11655 2004-03-04 Richard M. Stallman <rms@gnu.org>
11656
11657 * processes.texi: Fix typos.
11658
11659 * lists.texi (Building Lists): Minor clarification.
11660
11661 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11662 in make-hash-table.
11663
11664 2004-02-29 Juanma Barranquero <lektu@terra.es>
11665
11666 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11667 rm, and ignore exit code.
11668
11669 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11670
11671 * display.texi (Defining Faces): Add description for min-colors.
11672 Update example.
11673
11674 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11675
11676 * abbrevs.texi: Various corrections and clarifications in addition
11677 to the following:
11678 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11679
11680 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11681
11682 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11683
11684 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11685
11686 * text.texi: Various small changes in addition to the following:
11687 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11688 to delete-horizontal-space.
11689 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11690 description of yank-handler text property at various places.
11691
11692 * frames.texi (Window System Selections): Add anchor.
11693
11694 * syntax.texi (Syntax Table Functions): Clarify and correct
11695 descriptions of make-syntax-table and copy-syntax-table.
11696 (Motion and Syntax): Clarify SYNTAXES argument to
11697 skip-syntax-forward.
11698 (Parsing Expressions): Mention that the return value of
11699 parse-partial-sexp is currently a list of ten rather than nine
11700 elements.
11701 (Categories): Various corrections and clarifications.
11702
11703 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11704
11705 * markers.texi (Marker Insertion Types): Minor change.
11706
11707 * locals.texi (Standard Buffer-Local Variables):
11708 * commands.texi (Interactive Codes, Using Interactive):
11709 * functions.texi (Related Topics): Fix xrefs.
11710
11711 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11712
11713 * lists.texi (Sets And Lists): Update description of delete-dups.
11714
11715 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11716
11717 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11718
11719 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11720
11721 * frames.texi (Parameter Access): frame-parameters arg is optional.
11722 modify-frame-parameters handles nil for FRAME.
11723 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11724 are all-or-nothing for certain toolkits.
11725 Mention parameter wait-for-wm.
11726 (Frames and Windows): In frame-first-window and frame-selected-window
11727 the arg is optional.
11728 (Input Focus): In redirect-frame-focus the second arg is optional.
11729 (Window System Selections): Mention selection type CLIPBOARD.
11730 Mention data-type UTF8_STRING.
11731 Mention numbering of cut buffers.
11732 (Resources): Describe x-resource-name.
11733
11734 2004-02-16 Richard M. Stallman <rms@gnu.org>
11735
11736 * windows.texi (Buffers and Windows): Delete false table
11737 about all-frames.
11738
11739 * syntax.texi (Parsing Expressions): Delete old caveat
11740 about parse-sexp-ignore-comments.
11741
11742 * streams.texi (Output Variables): Add print-quoted.
11743
11744 * lists.texi (Building Lists): Minor cleanup.
11745
11746 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11747
11748 * display.texi (Overlays): Explain overlays use markers.
11749 (Managing Overlays): Explain front-advance and rear-advance
11750 in more detail.
11751
11752 * loading.texi (Unloading): Document unload-feature-special-hooks.
11753 Get rid of fns-NNN.el file.
11754
11755 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11756
11757 * help.texi (Describing Characters): Fix text-char-description
11758 example output.
11759
11760 * edebug.texi (Using Edebug): Fix example.
11761
11762 * debugging.texi (Internals of Debugger): Fix return value.
11763
11764 * files.texi (Changing Files): Fix argname.
11765
11766 * calendar.texi: Fix parens, and default values.
11767
11768 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11769 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11770 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11771
11772 * positions.texi (Text Lines): Don't add -1 in current-line.
11773
11774 2004-02-16 Richard M. Stallman <rms@gnu.org>
11775
11776 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11777
11778 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11779
11780 * processes.texi (Low-Level Network): Fix a typo.
11781
11782 2004-02-12 Kim F. Storm <storm@cua.dk>
11783
11784 * display.texi (Fringes): Use consistent wording.
11785 Note that window-fringe's window arg is optional.
11786 (Scroll Bars): Use consistent wording.
11787
11788 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11789
11790 * tips.texi (Comment Tips): Document the new conventions for
11791 commenting out code.
11792
11793 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11794
11795 * positions.texi (Text Lines): Add missing end defun.
11796
11797 2004-02-07 Kim F. Storm <storm@cua.dk>
11798
11799 * positions.texi (Text Lines): Add line-number-at-pos.
11800
11801 2004-02-06 John Paul Wallington <jpw@gnu.org>
11802
11803 * display.texi (Button Properties, Button Buffer Commands):
11804 mouse-2 invokes button, not down-mouse-1.
11805
11806 2004-02-04 Jason Rumney <jasonr@gnu.org>
11807
11808 * makefile.w32-in: Sync with Makefile.in changes.
11809
11810 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11811
11812 * minibuf.texi (Text from Minibuffer): Various corrections and
11813 clarifications.
11814 (Object from Minibuffer): Correct Lisp description of
11815 read-minibuffer.
11816 (Minibuffer History): Clarify description of cons values for
11817 HISTORY arguments.
11818 (Basic Completion): Various corrections and clarifications.
11819 Add completion-regexp-list.
11820 (Minibuffer Completion): Correct and clarify description of
11821 completing-read.
11822 (Completion Commands): Mention Partial Completion mode.
11823 Various other minor changes.
11824 (High-Level Completion): Various corrections and clarifications.
11825 (Reading File Names): Ditto.
11826 (Minibuffer Misc): Ditto.
11827
11828 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11829
11830 * strings.texi (Text Comparison): assoc-string also matches
11831 elements of alists that are strings instead of conses.
11832 (Formatting Strings): Standardize Texinfo usage. Update index
11833 entries.
11834
11835 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11836
11837 * lists.texi (Sets And Lists): Add delete-dups.
11838
11839 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11840
11841 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11842 special form.
11843 * macros.texi (Defining Macros): Update description of `declare',
11844 which now is a macro.
11845 (Wrong Time): Fix typos.
11846
11847 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11848
11849 * compile.texi (Compilation Functions): Expand descriptions of
11850 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11851 and `batch-byte-compile'. In particular, mention and describe
11852 all optional arguments.
11853 (Disassembly): Correct and clarify the description of `disassemble'.
11854
11855 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11856
11857 * searching.texi: Various small changes in addition to the
11858 following.
11859 (Regexp Example): Adapt to new value of `sentence-end'.
11860 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11861 `words'.
11862 (Search and Replace): Add usage note for `perform-replace'.
11863 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11864 `match-data'.
11865 (Standard Regexps): Update for new values of `paragraph-start'
11866 and `sentence-end'.
11867
11868 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11869
11870 * files.texi (Saving Buffers): Clarify descriptions of
11871 `write-contents-functions' and `before-save-hook'.
11872 Make the defvar's for `before-save-hook' and `after-save-hook'
11873 into defopt's.
11874
11875 2004-01-07 Kim F. Storm <storm@cua.dk>
11876
11877 * commands.texi (Click Events): Describe new image and
11878 width/height elements of click events.
11879 (Accessing Events): Add posn-string, posn-image, and
11880 posn-object-width-height. Change posn-object to return either
11881 image or string object.
11882
11883 2004-01-01 Simon Josefsson <jas@extundo.com>
11884
11885 * hooks.texi (Standard Hooks): Add before-save-hook.
11886 * files.texi (Saving Buffers): Likewise.
11887
11888 2004-01-03 Richard M. Stallman <rms@gnu.org>
11889
11890 * frames.texi (Frames and Windows): Delete frame-root-window.
11891
11892 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11893
11894 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11895
11896 * functions.texi: Various small changes in addition to the
11897 following.
11898 (What Is a Function): `functionp' returns nil for macros.
11899 Clarify behavior of this and following functions for symbol arguments.
11900 (Function Documentation): Add `\' in front of (fn @var{arglist})
11901 and explain why.
11902 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11903 Add anchor.
11904 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11905
11906 2004-01-01 Miles Bader <miles@gnu.org>
11907
11908 * display.texi (Buttons): New section.
11909
11910 2003-12-31 Andreas Schwab <schwab@suse.de>
11911
11912 * numbers.texi (Math Functions): sqrt reports a domain-error
11913 error.
11914 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11915
11916 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11917
11918 * tips.texi (Documentation Tips): Update item on hyperlinks in
11919 documentation strings.
11920
11921 * errors.texi (Standard Errors): Various small corrections and
11922 additions.
11923
11924 * control.texi: Various small changes in addition to the
11925 following.
11926 (Signaling Errors): Provide some more details on how `signal'
11927 constructs the error message. Add anchor to the definition of
11928 `signal'.
11929 (Error Symbols): Describe special treatment of `quit'.
11930 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11931 to emphasize that it has to be a single form.
11932
11933 * buffers.texi: Add anchor.
11934
11935 2003-12-29 Richard M. Stallman <rms@gnu.org>
11936
11937 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11938 (Window Configurations): Add window-configuration-frame.
11939
11940 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11941
11942 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11943 Change arg name in get-char-property.
11944 (Special Properties): Update handling of keymap property.
11945
11946 * strings.texi (Modifying Strings): Add clear-string.
11947 (Text Comparison): Add assoc-string and remove
11948 assoc-ignore-case, assoc-ignore-representation.
11949
11950 * os.texi (Time of Day): Add set-time-zone-rule.
11951
11952 * numbers.texi (Math Functions): asin, acos, log, log10
11953 report domain-error errors.
11954
11955 * nonascii.texi (Converting Representations):
11956 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11957 (Encoding and I/O): Add file-name-coding-system.
11958
11959 * modes.texi (Search-based Fontification): Explain that
11960 face specs are symbols with face names as values.
11961
11962 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11963
11964 * lists.texi (Building Lists): remq moved elsewhere.
11965 (Sets And Lists): remq moved here.
11966 (Association Lists): Refer to assoc-string.
11967
11968 * internals.texi (Garbage Collection): Add memory-use-counts.
11969
11970 * frames.texi (Frames and Windows): Add set-frame-selected-window
11971 and frame-root-window.
11972
11973 * files.texi (Contents of Directories):
11974 Add directory-files-and-attributes.
11975
11976 * display.texi (Refresh Screen): Add force-window-update.
11977 (Invisible Text): Explain about moving point out of invis text.
11978 (Overlay Properties): Add overlay-properties.
11979 (Managing Overlays): Add overlayp.
11980 (GIF Images): Invalid image number displays a hollow box.
11981
11982 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11983 (Killing Buffers): Add buffer-live-p.
11984
11985 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11986
11987 * display.texi (Fringes): Fix typo "set-buffer-window".
11988
11989 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11990
11991 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11992 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11993 Add or change various xrefs and anchors.
11994
11995 * commands.texi: Replace all occurrences of @acronym{CAR} with
11996 @sc{car}, for consistency with the rest of the Elisp manual.
11997 `car' and `cdr' are historically acronyms, but are no longer
11998 widely thought of as such.
11999
12000 * internals.texi (Pure Storage): Mention that `purecopy' does not
12001 copy text properties.
12002 (Object Internals): Now 29 bits are used (in most implementations)
12003 to address Lisp objects.
12004
12005 * variables.texi (Variables with Restricted Values): New node.
12006
12007 * objects.texi (Lisp Data Types): Mention that certain variables
12008 can only take on a restricted set of values and add an xref to
12009 the new node "Variables with Restricted Values".
12010
12011 * eval.texi (Function Indirection): Describe the errors that
12012 `indirect-function' can signal.
12013 (Eval): Clarify the descriptions of `eval-region' and `values'.
12014 Describe `eval-buffer' instead of `eval-current-buffer' and
12015 mention `eval-current-buffer' as an alias for `current-buffer'.
12016 Correct the description and mention all optional arguments.
12017
12018 * nonascii.texi: Various small changes in addition to the
12019 following.
12020 (Converting Representations): Clarify behavior of
12021 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12022 ASCII arguments.
12023 (Character Sets): Document the variable `charset-list' and adapt
12024 the definition of the function `charset-list' accordingly.
12025 (Translation of Characters): Clarify use of generic characters in
12026 `make-translation-table'. Clarify and correct the description of
12027 the use of translation tables in encoding and decoding.
12028 (User-Chosen Coding Systems): Correct and clarify the description
12029 of `select-safe-coding-system'.
12030 (Default Coding Systems): Clarify description of
12031 `file-coding-system-alist'.
12032
12033 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12034
12035 * strings.texi (Text Comparison): Correctly describe when two
12036 strings are `equal'. Combine and clarify descriptions of
12037 `assoc-ignore-case' and `assoc-ignore-representation'.
12038
12039 * objects.texi (Non-ASCII in Strings): Clarify description of
12040 when a string is unibyte or multibyte.
12041 (Bool-Vector Type): Update examples.
12042 (Equality Predicates): Correctly describe when two strings are
12043 `equal'.
12044
12045 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12046
12047 * lists.texi (Building Lists): `append' no longer accepts integer
12048 arguments. Update the description of `number-sequence' to reflect
12049 recent changes.
12050 (Sets And Lists): Describe `member-ignore-case' after `member'.
12051
12052 2003-11-27 Kim F. Storm <storm@cua.dk>
12053
12054 * commands.texi (Click Events): Click object may be an images.
12055 Describe (dx . dy) element of click positions.
12056 (Accessing Events): Remove duplicate posn-timestamp.
12057 New functions posn-object and posn-object-x-y.
12058
12059 2003-11-23 Kim F. Storm <storm@cua.dk>
12060
12061 * commands.texi (Click Events): Describe enhancements to event
12062 position lists, including new text-pos and (col . row) items.
12063 Mention left-fringe and right-fringe area events.
12064 (Accessing Events): New functions posn-area and
12065 posn-actual-col-row. Mention posn-timestamp. Mention that
12066 posn-point in non-text area still returns buffer position.
12067 Clarify posn-col-row.
12068
12069 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12070
12071 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12072 * anti.texi (File Attributes): Describe removed parameter
12073 ID-FORMAT.
12074
12075 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12076
12077 * positions.texi (Positions): Mention that, if a marker is used as
12078 a position, its buffer is ignored.
12079
12080 * markers.texi (Overview of Markers): Mention it here too.
12081
12082 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12083
12084 * numbers.texi (Numeric Conversions): Not just `floor', but also
12085 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12086
12087 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12088
12089 * markers.texi (Creating Markers): Specify insertion type of
12090 created markers. Add xref to `Marker Insertion Types'.
12091 Second argument to `copy-marker' is optional.
12092 (Marker Insertion Types): Mention that most markers are created
12093 with insertion type nil.
12094 (The Mark): Correctly describe when `mark' signals an error.
12095 (The Region): Correctly describe when `region-beginning' and
12096 `region-end' signal an error.
12097
12098 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12099
12100 * hash.texi (Creating Hash): Clarify description of `eql'.
12101 `makehash' is obsolete.
12102 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12103
12104 * positions.texi (Point): Change description of `buffer-end', so
12105 that it is also correct for floating point arguments.
12106 (List Motion): Correct argument lists of `beginning-of-defun' and
12107 `end-of-defun'.
12108 (Excursions): Add xref to `Marker Insertion Types'.
12109 (Narrowing): Argument to `narrow-to-page' is optional.
12110
12111 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12112
12113 * streams.texi (Output Streams): Clarify behavior of point for
12114 marker output streams.
12115
12116 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12117
12118 * variables.texi (Defining Variables): Second argument to
12119 `defconst' is not optional.
12120 (Setting Variables): Mention optional argument APPEND to
12121 `add-to-list'.
12122 (Creating Buffer-Local): Expand description of
12123 `make-variable-buffer-local'.
12124 (Frame-Local Variables): Expand description of
12125 `make-variable-frame-local'.
12126 (Variable Aliases): Correct description of optional argument
12127 DOCSTRING to `defvaralias'. Mention return value of
12128 `defvaralias'.
12129 (File Local Variables): Add xref to `File variables' in Emacs
12130 Manual. Correct description of `hack-local-variables'. Mention
12131 `safe-local-variable' property. Mention optional second argument
12132 to `risky-local-variable-p'.
12133
12134 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12135
12136 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12137
12138 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12139
12140 * anti.texi, backups.texi, commands.texi, customize.texi:
12141 * display.texi, files.texi, internals.texi, keymaps.texi:
12142 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12143 * objects.texi, os.texi, positions.texi, processes.texi:
12144 * searching.texi, sequences.texi, streams.texi, strings.texi:
12145 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12146
12147 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12148
12149 * strings.texi (Creating Strings): Argument START to `substring'
12150 can not be `nil'. Expand description of
12151 `substring-no-properties'. Correct description of `split-string',
12152 especially with respect to empty matches. Prevent very bad line
12153 break in definition of `split-string-default-separators'.
12154 (Text Comparison): `string=' and `string<' also accept symbols as
12155 arguments.
12156 (String Conversion): More completely describe argument BASE in
12157 `string-to-number'.
12158 (Formatting Strings): `%s' and `%S' in `format' do require
12159 corresponding object. Clarify behavior of numeric prefix after
12160 `%' in `format'.
12161 (Case Conversion): The argument to `upcase-initials' can be a
12162 character.
12163
12164 2003-10-27 Kenichi Handa <handa@m17n.org>
12165
12166 * display.texi (Fontsets): Fix texinfo usage.
12167
12168 2003-10-25 Kenichi Handa <handa@m17n.org>
12169
12170 * display.texi (Fontsets): Add description of the function
12171 set-fontset-font.
12172
12173 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12174
12175 * display.texi (Temporary Displays): Add xref to `Documentation
12176 Tips'.
12177
12178 * functions.texi (Function Safety): Use inforef instead of pxref
12179 for SES.
12180
12181 2003-10-23 Andreas Schwab <schwab@suse.de>
12182
12183 * Makefile.in (TEX, texinputdir): Don't define.
12184 (TEXI2DVI): Define.
12185 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12186 add $(srcdir)/index.texi.
12187 ($(infodir)/elisp): Remove index.texi dependency.
12188 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12189 (index.texi): Remove target.
12190 (dist): Don't link $(srcdir)/permute-index.
12191 (clean): Don't remove index.texi.
12192
12193 * permute-index, index.perm: Remove.
12194 * index.texi: Rename from index.unperm.
12195
12196 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12197
12198 * tips.texi (Documentation Tips): Document new behavior for face
12199 and variable hyperlinks in Help mode.
12200
12201 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12202
12203 * objects.texi (Integer Type): Update for extra bit of integer range.
12204 (Character Type): Ditto.
12205
12206 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12207
12208 * numbers.texi (Integer Basics): Add index entries for reading
12209 numbers in hex, octal, and binary.
12210
12211 2003-10-16 Lute Kamstra <lute@gnu.org>
12212
12213 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12214 argument.
12215
12216 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12217
12218 * windows.texi (Choosing Window): Fix typo.
12219 * edebug.texi (Edebug Execution Modes): Fix typo.
12220
12221 2003-10-13 Richard M. Stallman <rms@gnu.org>
12222
12223 * windows.texi (Basic Windows): A window has fringe settings,
12224 display margins and scroll-bar settings.
12225 (Splitting Windows): Doc split-window return value.
12226 Clean up one-window-p.
12227 (Selecting Windows): Fix typo.
12228 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12229 (Buffers and Windows): In set-window-buffer, explain effect
12230 on fringe settings and scroll bar settings.
12231 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12232 (Choosing Window): Use defopt for pop-up-frame-function.
12233 For special-display-buffer-names, explain same-window and same-frame.
12234 Clarify window-dedicated-p return value.
12235 (Textual Scrolling): scroll-up and scroll-down can get an error.
12236 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12237 Clarify set-window-hscroll.
12238 (Size of Window): Don't mention tool bar in window-height.
12239 (Coordinates and Windows): Explain what coordinates-in-window-p
12240 returns for fringes and display margins.
12241 (Window Configurations): Explain saving fringes, etc.
12242
12243 * tips.texi (Library Headers): Clean up Documentation.
12244
12245 * syntax.texi (Parsing Expressions): Clean up forward-comment
12246 and parse-sexp-lookup-properties.
12247
12248 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12249
12250 * os.texi (System Environment): Clean up text for load-average errors.
12251
12252 * modes.texi (Hooks): Don't explain local hook details at front.
12253 Clarify run-hooks and run-hook-with-args a little.
12254 Clean up add-hook and remove-hook.
12255
12256 * edebug.texi (Edebug Execution Modes): Clarify t.
12257 Document edebug-sit-for-seconds.
12258 (Coverage Testing): Document C-x X = and =.
12259 (Instrumenting Macro Calls): Fix typo.
12260 (Specification List): Don't index the specification keywords.
12261
12262 2003-10-10 Kim F. Storm <storm@cua.dk>
12263
12264 * processes.texi (Network): Introduce make-network-process.
12265
12266 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12267
12268 * tips.texi (Library Headers): Fix typo.
12269
12270 2003-10-07 Juri Linkov <juri@jurta.org>
12271
12272 * modes.texi (Imenu): Mention imenu-create-index-function's
12273 default value. Explain submenus better.
12274
12275 2003-10-07 Lute Kamstra <lute@gnu.org>
12276
12277 * modes.texi (Faces for Font Lock): Fix typo.
12278 (Hooks): Explain how buffer-local hook variables can refer to
12279 global hook variables.
12280 Various minor clarifications.
12281
12282 2003-10-06 Lute Kamstra <lute@gnu.org>
12283
12284 * tips.texi (Coding Conventions): Mention naming conventions for
12285 hooks.
12286
12287 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12288
12289 * loading.texi (Library Search): Correct default value of
12290 load-suffixes.
12291 (Named Features): Fix typo.
12292
12293 2003-10-05 Richard M. Stallman <rms@gnu.org>
12294
12295 * loading.texi (Named Features): In `provide',
12296 say how to test for subfeatures.
12297 (Unloading): In unload-feature, use new var name
12298 unload-feature-special-hooks.
12299
12300 2003-10-03 Lute Kamstra <lute@gnu.org>
12301
12302 * modes.texi (Major Mode Conventions): Mention third way to set up
12303 Imenu.
12304 (Imenu): A number of small fixes.
12305 Delete documentation of internal variable imenu--index-alist.
12306 Document the return value format of imenu-create-index-function
12307 functions.
12308
12309 2003-09-30 Richard M. Stallman <rms@gnu.org>
12310
12311 * processes.texi (Network): Say what stopped datagram connections do.
12312
12313 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12314
12315 * display.texi (Overlay Properties): Clarify `evaporate' property.
12316
12317 2003-09-29 Lute Kamstra <lute@gnu.org>
12318
12319 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12320 constructs should be marked as risky.
12321 Change cons cell into proper list.
12322 (Mode Line Variables): Change cons cell into proper list.
12323
12324 2003-09-26 Lute Kamstra <lute@gnu.org>
12325
12326 * modes.texi (Mode Line Data): Document the :propertize construct.
12327 (Mode Line Variables): Reorder the descriptions of the variables
12328 to match their order in the default mode-line-format.
12329 Describe the new variables mode-line-position and mode-line-modes.
12330 Update the default values of mode-line-frame-identification,
12331 minor-mode-alist, and default-mode-line-format.
12332 (Properties in Mode): Mention the :propertize construct.
12333
12334 2003-09-26 Richard M. Stallman <rms@gnu.org>
12335
12336 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12337 * loading.texi, minibuf.texi, text.texi, variables.texi:
12338 Avoid @strong{Note:}.
12339
12340 2003-09-26 Richard M. Stallman <rms@gnu.org>
12341
12342 * keymaps.texi (Remapping Commands): Fix typo.
12343
12344 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12345
12346 * processes.texi (Low-Level Network): Fix typo.
12347
12348 2003-09-23 Kim F. Storm <storm@cua.dk>
12349
12350 * processes.texi (Network, Network Servers): Fix typos.
12351 (Low-Level Network): Add timeout value for :server keyword.
12352 Add new option keywords to make-network-process.
12353 Add set-network-process-options.
12354 Explain how to test availability of network options.
12355
12356 2003-09-19 Richard M. Stallman <rms@gnu.org>
12357
12358 * text.texi (Motion by Indent): Arg to
12359 backward-to-indentation and forward-to-indentation is optional.
12360
12361 * strings.texi (Creating Strings): Add substring-no-properties.
12362
12363 * processes.texi
12364 (Process Information): Add list-processes arg QUERY-ONLY.
12365 Delete process-contact from here.
12366 Add new status values for process-status.
12367 Add process-get, process-put, process-plist, set-process-plist.
12368 (Synchronous Processes): Add call-process-shell-command.
12369 (Signals to Processes): signal-process allows process objects.
12370 (Network): Complete rewrite.
12371 (Network Servers, Datagrams, Low-Level Network): New nodes.
12372
12373 * positions.texi (Word Motion): forward-word, backward-word
12374 arg is optional. Reword.
12375
12376 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12377
12378 * variables.texi (Creating Buffer-Local):
12379 Delete duplicate definition of buffer-local-value.
12380 (File Local Variables): Explain about discarding text props.
12381
12382 2003-09-11 Richard M. Stallman <rms@gnu.org>
12383
12384 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12385 changes variables that record input events.
12386 (Minibuffer Misc): Add minibuffer-selected-window.
12387
12388 * lists.texi (Building Lists): Add copy-tree.
12389
12390 * display.texi (Fontsets): Add char-displayable-p.
12391 (Scroll Bars): New node.
12392
12393 2003-09-08 Lute Kamstra <lute@gnu.org>
12394
12395 * modes.texi (%-Constructs): Document new `%i' and `%I'
12396 constructs.
12397
12398 2003-09-03 Peter Runestig <peter@runestig.com>
12399
12400 * makefile.w32-in: New file.
12401
12402 2003-08-29 Richard M. Stallman <rms@gnu.org>
12403
12404 * display.texi (Overlay Properties): Clarify how priorities
12405 affect use of the properties.
12406
12407 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12408
12409 * customize.texi (Type Keywords): Correct the description of
12410 `:help-echo' in the case where `motion-doc' is a function.
12411
12412 2003-08-14 John Paul Wallington <jpw@gnu.org>
12413
12414 * modes.texi (Emulating Mode Line): Subsection, not section.
12415
12416 2003-08-13 Richard M. Stallman <rms@gnu.org>
12417
12418 * elisp.texi (Top): Update subnode lists in menu.
12419
12420 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12421 (Kill Functions): kill-region has new arg yank-handler.
12422 (Yanking): New node.
12423 (Yank Commands): Add yank-undo-function.
12424 (Low-Level Kill Ring):
12425 kill-new and kill-append have new arg yank-handler.
12426 (Changing Properties): Add remove-list-of-text-properties.
12427 (Atomic Changes): New node.
12428
12429 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12430
12431 * streams.texi (Output Variables): Add eval-expression-print-length
12432 and eval-expression-print-level.
12433
12434 * os.texi (Time Conversion): For encode-time, explain limits on year.
12435
12436 * objects.texi (Character Type): Define anchor "modifier bits".
12437
12438 * modes.texi (Emulating Mode Line): New node.
12439 (Search-based Fontification): Font Lock uses font-lock-face property.
12440 (Other Font Lock Variables): Likewise.
12441
12442 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12443 not vectors.
12444 (Active Keymaps): Add emulation-mode-map-alists.
12445 (Functions for Key Lookup): key-binding has new arg no-remap.
12446 (Remapping Commands): New node.
12447 (Scanning Keymaps): where-is-internal has new arg no-remap.
12448 (Tool Bar): Add tool-bar-local-item-from-menu.
12449 Clarify when to use tool-bar-add-item-from-menu.
12450
12451 * commands.texi (Interactive Call): commandp has new arg.
12452 (Command Loop Info): Add this-original-command.
12453
12454 2003-08-06 John Paul Wallington <jpw@gnu.org>
12455
12456 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12457
12458 * display.texi (Warning Basics): Fix typo.
12459 (Fringes): Add closing curly bracket and fix typo.
12460
12461 * elisp.texi (Top): Fix typo.
12462
12463 2003-08-05 Richard M. Stallman <rms@gnu.org>
12464
12465 * elisp.texi: Update lists of subnodes.
12466
12467 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12468
12469 * variables.texi (Local Variables): Use lc for example variable names.
12470
12471 * tips.texi (Library Headers): Explain where to put -*-.
12472
12473 * strings.texi (Creating Strings): Fix xref for vconcat.
12474
12475 * sequences.texi (Vector Functions):
12476 vconcat no longer allows integer args.
12477
12478 * minibuf.texi (Reading File Names): read-file-name has new
12479 arg PREDICATE. New function read-directory-name.
12480
12481 * macros.texi (Defining Macros): Give definition of `declare'.
12482 (Indenting Macros): New node.
12483
12484 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12485 (Window Frame Parameters): Make separate table of parameters
12486 that are coupled with specific face attributes.
12487 (Deleting Frames): delete-frame-hooks renamed to
12488 delete-frame-functions.
12489
12490 * files.texi (Magic File Names): Add file-remote-p.
12491 Clarify file-local-copy.
12492
12493 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12494 here; instead xref Defining Macros.
12495
12496 * display.texi (Warnings): New node, and subnodes.
12497 (Fringes): New node.
12498
12499 * debugging.texi (Test Coverage): New node.
12500
12501 * compile.texi (Compiler Errors): Explain with-no-warnings
12502 and other ways to suppress warnings.
12503
12504 * commands.texi (Interactive Call): Minor clarification.
12505
12506 * buffers.texi (Buffer File Name): set-visited-file-name
12507 renames the buffer too.
12508
12509 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12510
12511 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12512
12513 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12514
12515 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12516
12517 * internals.texi (Garbage Collection): Fix previous change.
12518
12519 2003-07-22 Richard M. Stallman <rms@gnu.org>
12520
12521 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12522
12523 * display.texi (Width): Use \s syntax in example.
12524 (Font Selection): Add face-font-rescale-alist.
12525
12526 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12527 Remove spurious indent in example.
12528
12529 * lists.texi (Building Lists): Add number-sequence.
12530
12531 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12532
12533 * functions.texi (Function Documentation): Explain how to
12534 show calling convention explicitly in the doc string.
12535
12536 * windows.texi (Selecting Windows): save-selected-window saves
12537 selected window of each frame.
12538 (Window Configurations): Minor change.
12539
12540 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12541
12542 * streams.texi (Output Variables): Add print-continuous-numbering
12543 and print-number-table.
12544
12545 * processes.texi (Decoding Output): New node.
12546
12547 * os.texi (Time Conversion): decode-time arg is optional.
12548
12549 * objects.texi (Character Type): Don't use space as example for \.
12550 Make list of char names and \-sequences correspond.
12551 Explain that \s is not used in strings. `\ ' needs space after.
12552
12553 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12554 (Translation of Characters): Add translation-table-for-input.
12555 (Default Coding Systems): Add auto-coding-functions.
12556 (Explicit Encoding): Add decode-coding-inserted-region.
12557 (Locales): Add locale-info.
12558
12559 * minibuf.texi (Basic Completion): Describe test-completion.
12560 Collections can be lists of strings.
12561 Clean up lazy-completion-table.
12562 (Programmed Completion): Mention test-completion.
12563 Clarify why lambda expressions are not accepted.
12564 (Minibuffer Misc): Describe minibufferp.
12565
12566 2003-07-14 Richard M. Stallman <rms@gnu.org>
12567
12568 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12569
12570 * windows.texi (Selecting Windows): New arg to select-window.
12571 (Selecting Windows): Add with-selected-window.
12572 (Size of Window): Add window-inside-edges, etc.
12573
12574 * internals.texi (Garbage Collection): Add post-gc-hook.
12575
12576 * processes.texi (Subprocess Creation): Add exec-suffixes.
12577
12578 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12579 (Scanning Keymaps): Add map-keymaps.
12580 (Defining Menus): Add keymap-prompt.
12581
12582 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12583 most-negative-fixnum.
12584
12585 * compile.texi (Byte Compilation): Explain no-byte-compile.
12586 (Compiler Errors): New node.
12587
12588 * os.texi (User Identification): user-uid, user-real-uid
12589 can return float.
12590
12591 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12592 and about derived modes.
12593 (Minor Modes): Add minor-mode-list.
12594 (Defining Minor Modes): Keyword args for define-minor-mode.
12595 (Search-based Fontification): Explain managing other properties.
12596 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12597 (Faces for Font Lock): Add font-lock-preprocessor-face.
12598 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12599
12600 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12601 (Variable Aliases): Clarify defvaralias.
12602
12603 * loading.texi (Library Search): Add load-suffixes.
12604
12605 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12606 (Programmed Completion): Add dynamic-completion-table.
12607
12608 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12609 (Magic File Names): Specify precedence order of handlers.
12610
12611 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12612 and post-command-hook.
12613 (Waiting): New calling convention for sit-for.
12614
12615 * text.texi (Special Properties): local-map and keymap properties
12616 apply based on their stickiness.
12617
12618 2003-07-07 Richard M. Stallman <rms@gnu.org>
12619
12620 * modes.texi (Minor Mode Conventions): Specify only some kinds
12621 of list values as args to minor modes.
12622
12623 * files.texi (File Name Expansion): Warn about iterative use
12624 of substitute-in-file-name.
12625
12626 * advice.texi (Activation of Advice): Clean up previous change.
12627
12628 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12629
12630 * advice.texi (Activation of Advice): Note that ad-start-advice is
12631 turned on by default.
12632
12633 2003-06-30 Richard M. Stallman <rms@gnu.org>
12634
12635 * text.texi (Buffer Contents): Document current-word.
12636 (Change Hooks): Not called for *Messages*.
12637
12638 * functions.texi (Defining Functions): Explain about redefining
12639 primitives.
12640 (Function Safety): Rename. Minor changes.
12641 Comment out the detailed criteria for what is safe.
12642
12643 2003-06-22 Andreas Schwab <schwab@suse.de>
12644
12645 * objects.texi (Symbol Type): Fix description of examples.
12646
12647 2003-06-16 Andreas Schwab <schwab@suse.de>
12648
12649 * hash.texi (Creating Hash): Fix description of :weakness.
12650
12651 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12652
12653 * files.texi (Changing Files): copy-file copies file modes, too.
12654
12655 2003-05-28 Richard M. Stallman <rms@gnu.org>
12656
12657 * strings.texi (Creating Strings): Clarify split-string.
12658
12659 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12660
12661 * strings.texi (Creating Strings): Update split-string specification
12662 and examples.
12663
12664 2003-05-19 Richard M. Stallman <rms@gnu.org>
12665
12666 * elisp.texi: Correct invariant section names.
12667
12668 2003-04-20 Richard M. Stallman <rms@gnu.org>
12669
12670 * os.texi (Timers): Explain about timers and quitting.
12671
12672 2003-04-19 Richard M. Stallman <rms@gnu.org>
12673
12674 * internals.texi (Writing Emacs Primitives): Strings are
12675 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12676 Explain GCPRO convention for varargs function args.
12677
12678 2003-04-16 Richard M. Stallman <rms@gnu.org>
12679
12680 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12681
12682 2003-04-08 Richard M. Stallman <rms@gnu.org>
12683
12684 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12685
12686 2003-02-13 Kim F. Storm <storm@cua.dk>
12687
12688 * objects.texi (Character Type): New \s escape for space.
12689
12690 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12691
12692 * os.texi (System Environment): Add cygwin system-type.
12693
12694 2003-01-25 Richard M. Stallman <rms@gnu.org>
12695
12696 * keymaps.texi: Document that a symbol can act as a keymap.
12697
12698 2003-01-13 Richard M. Stallman <rms@gnu.org>
12699
12700 * text.texi (Changing Properties): Say string indices are origin-0.
12701
12702 * positions.texi (Screen Lines) <compute-motion>:
12703 Correct order of elts in return value.
12704
12705 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12706 how to define a default binding.
12707
12708 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12709
12710 * loading.texi (Unloading): Fix recent change for load-history.
12711
12712 * customize.texi (Simple Types): Clarify description of custom
12713 type 'number. Describe new custom type 'float.
12714
12715 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12716
12717 * variables.texi (File Local Variables): Fix typo.
12718
12719 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12720
12721 From Michael Albinus <Michael.Albinus@alcatel.de>.
12722
12723 * README: Target for Info file is `make info'.
12724
12725 * files.texi (File Name Components): Fix typos in
12726 `file-name-sans-extension'.
12727 (Magic File Names): Complete list of operations for magic file
12728 name handlers.
12729
12730 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12731
12732 * variables.texi (File Local Variables): New function
12733 risky-local-variable-p.
12734
12735 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12736
12737 * functions.texi (Function safety): New node about unsafep.
12738
12739 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12740
12741 * customize.texi (Splicing into Lists): Fix example.
12742 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12743
12744 2002-06-17 Juanma Barranquero <lektu@terra.es>
12745
12746 * frames.texi (Display Feature Testing): Fix typo.
12747
12748 2002-06-12 Andreas Schwab <schwab@suse.de>
12749
12750 * frames.texi (Initial Parameters, Resources): Fix references to
12751 the Emacs manual.
12752
12753 2002-05-13 Kim F. Storm <storm@cua.dk>
12754
12755 * variables.texi (Intro to Buffer-Local): Update warning and
12756 example relating to changing buffer inside let.
12757
12758 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12759
12760 * os.texi (Session Management): New node about X Session management.
12761
12762 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12763
12764 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12765 to which the manual corresponds, and the copyright years.
12766
12767 * Makefile.in (VERSION): Set to 2.9.
12768
12769 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12770
12771 * elisp.texi: Change the category in @dircategory to "Emacs", to
12772 make it consistent with info/dir.
12773
12774 2001-11-25 Miles Bader <miles@gnu.org>
12775
12776 * text.texi (Fields): Describe new `limit' arg in
12777 field-beginning/field-end.
12778
12779 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12780
12781 * permute-index: Don't depend on csh-specific features.
12782 Replace the interpreter name with /bin/sh.
12783
12784 * two-volume-cross-refs.txt: New file.
12785 * two.el: New file.
12786 * spellfile: New file.
12787
12788 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * permute-index: New file.
12791
12792 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12793 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12794 8+3 restricted namespace.
12795
12796 * Makefile.in (infodir): Define relative to $(srcdir).
12797 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12798 include directories list via -I switch to makeinfo.
12799 (index.texi): Use cp if both hard and symbolic links fail.
12800
12801 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12802
12803 * Makefile.in (distclean): Add.
12804
12805 The following changes make ELisp manual part of the Emacs
12806 distribution:
12807
12808 * Makefile.in: Add Copyright notice.
12809 (prefix): Remove.
12810 (infodir): Change value to "../info".
12811 (VPATH): New variable.
12812 (MAKE): Don't define.
12813 (texmacrodir): Don't define.
12814 (texinputdir): Append the existing value of TEXINPUTS.
12815 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12816 command to be compatible with man/Makefile.in, and to put the
12817 output into ../info.
12818 (info): Add target.
12819 (installall): Target removed.
12820
12821 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12822
12823 * tips.texi (Coding Conventions): Fix typo.
12824
12825 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12826
12827 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12828
12829 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12830
12831 * files.texi (File Name Components): Update the description of
12832 file-name-sans-extension and file-name-extension, as they now
12833 ignore leading dots.
12834
12835 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12836
12837 * (Version 21.1 released.)
12838
12839 2001-10-19 Miles Bader <miles@gnu.org>
12840
12841 * positions.texi (Text Lines): Describe behavior of
12842 `beginning-of-line'/`end-of-line' in the presence of field properties.
12843
12844 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12845
12846 * Makefile.in (VERSION): Set to 2.8.
12847 (manual): Use `manual-21'.
12848
12849 * elisp.texi (VERSION): Add and use it where the version
12850 number was used. Set it to 2.8.
12851
12852 * intro.texi: Likewise.
12853
12854 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12855
12856 * files.texi (File Name Completion): Document the significance of
12857 a trailing slash in elements of completion-ignored-extensions.
12858
12859 2001-10-06 Miles Bader <miles@gnu.org>
12860
12861 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12862
12863 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12864
12865 * variables.texi (Variable Aliases): New node.
12866
12867 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12868
12869 * Branch for 21.1.
12870
12871 2001-10-02 Miles Bader <miles@gnu.org>
12872
12873 * minibuf.texi (Minibuffer Misc): Add entries for
12874 `minibuffer-contents', `minibuffer-contents-no-properties', and
12875 `delete-minibuffer-contents'.
12876 Correct description for `minibuffer-prompt-end'.
12877
12878 * text.texi (Property Search): Correct descriptions of
12879 `next-char-property-change' and `previous-char-property-change'.
12880 Add entries for `next-single-char-property-change' and
12881 `previous-single-char-property-change'.
12882 Make operand names a bit more consistent.
12883
12884 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12885
12886 * frames.texi (Finding All Frames): Document that next-frame and
12887 previous-frame are local to current terminal.
12888
12889 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12890
12891 * keymaps.texi (Creating Keymaps): Fix the description of the
12892 result of make-keymap.
12893
12894 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12895
12896 * display.texi (Font Lookup, Attribute Functions)
12897 (Image Descriptors): Add cross-references to the definition of
12898 selected frame.
12899
12900 * buffers.texi (The Buffer List): Add cross-references to the
12901 definition of selected frame.
12902
12903 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12904 frame at any given time.
12905 (Multiple Displays, Size and Position): Add a cross-reference to
12906 the definition of the selected frame.
12907
12908 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12909
12910 * strings.texi (String Conversion) <string-to-number>: Document
12911 that a float is returned for integers that are too large.
12912
12913 * frames.texi (Mouse Position): Document mouse-position-function.
12914 (Display Feature Testing): Document display-images-p.
12915 (Window Frame Parameters): Document the cursor-type variable.
12916
12917 * numbers.texi (Integer Basics): Document CL style read syntax for
12918 integers in bases other than 10.
12919
12920 * positions.texi (List Motion):
12921 Document open-paren-in-column-0-is-defun-start.
12922
12923 * lists.texi (Sets And Lists): Document member-ignore-case.
12924
12925 * internals.texi (Garbage Collection): Document the used and free
12926 strings report.
12927 (Memory Usage): Document strings-consed.
12928
12929 * os.texi (Time of Day): Document float-time.
12930 (Recording Input): Document that clear-this-command-keys clears
12931 the vector to be returned by recent-keys.
12932
12933 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12934 The argument keymap can be a list.
12935
12936 * nonascii.texi (User-Chosen Coding Systems)
12937 <select-safe-coding-system>: Document the new argument
12938 accept-default-p and the variable
12939 select-safe-coding-system-accept-default-p. Tell what happens if
12940 buffer-file-coding-system is undecided.
12941 (Default Coding Systems): Document auto-coding-regexp-alist.
12942
12943 * display.texi (The Echo Area) <message>: Document
12944 message-truncate-lines.
12945 (Glyphs): Document that the glyph table is unused on windowed
12946 displays.
12947
12948 * help.texi (Describing Characters) <single-key-description>:
12949 Document the new argument no-angles.
12950 (Accessing Documentation) <documentation-property>: Document that
12951 a non-string property is evaluated.
12952 <documentation>: Document that the function-documentation property
12953 is looked for.
12954
12955 * windows.texi (Selecting Windows): Document some-window.
12956
12957 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12958
12959 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12960 apropos-mode-hook.
12961
12962 * commands.texi (Using Interactive): Document interactive-form.
12963 (Keyboard Macros): Document kbd-macro-termination-hook.
12964 (Command Loop Info): Document that clear-this-command-keys clears
12965 the vector to be returned by recent-keys.
12966
12967 2001-09-04 Werner LEMBERG <wl@gnu.org>
12968
12969 * Makefile.in (srcdir, texinputdir): New variables.
12970 (srcs, index.texi, install): Use $(srcdir).
12971 (.PHONY): Remove elisp.dvi.
12972 (elisp): Use -I switch for makeinfo.
12973 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12974 (installall, dist): Use $(srcdir).
12975 Fix path to texinfo.tex.
12976 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12977
12978 2001-08-30 Gerd Moellmann <gerd@gnu.org>
12979
12980 * display.texi (Conditional Display): Adjust to API change.
12981
12982 * configure: New file.
12983
12984 2001-07-30 Gerd Moellmann <gerd@gnu.org>
12985
12986 * commands.texi (Repeat Events): Add description of
12987 double-click-fuzz.
12988
12989 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12990
12991 * syntax.texi (Syntax Class Table): Add the missing designator for
12992 comment and string fences.
12993 (Syntax Properties): Add a xref to syntax table internals.
12994 (Syntax Table Internals): Document string-to-syntax.
12995
12996 2001-05-07 Gerd Moellmann <gerd@gnu.org>
12997
12998 * Makefile.in (install): Use install-info command line options
12999 like in Emacs' Makefile.in.
13000
13001 2000-12-09 Miles Bader <miles@gnu.org>
13002
13003 * windows.texi (Window Start): Update documentation for
13004 `pos-visible-in-window-p'.
13005
13006 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13007
13008 * lists.texi (Building Lists): Add footnote to explain how to add
13009 to the end of a list.
13010
13011 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13012
13013 * files.texi (Visiting Functions): Typos.
13014
13015 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13016
13017 * files.texi (Visiting Functions): Return value of
13018 find-file-noselect may be a list of buffers if wildcards are used.
13019
13020 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13021
13022 * display.texi (Defining Faces): Document `graphic' display type
13023 in face specs.
13024
13025 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13026
13027 * hooks.texi (Standard Hooks): Replace obsolete
13028 `after-make-frame-hook' with `after-make-frame-functions'.
13029
13030 * frames.texi (Creating Frames): Ditto.
13031
13032 * variables.texi (Future Local Variables): Ditto.
13033
13034 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13035
13036 * display.texi (Other Image Types): Add description of :foreground
13037 and :background properties of mono PBM images.
13038
13039 2000-08-17 Werner LEMBERG <wl@gnu.org>
13040
13041 * .cvsignore: New file.
13042
13043 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13044
13045 * tindex.pl: New script.
13046
13047 1999-12-03 Dave Love <fx@gnu.org>
13048
13049 * Makefile.in (MAKEINFO): New parameter.
13050
13051 1999-09-17 Richard Stallman <rms@gnu.org>
13052
13053 * Makefile.in (srcs): Add hash.texi.
13054 (VERSION): Update to 20.6.
13055
13056 1999-09-13 Richard Stallman <rms@gnu.org>
13057
13058 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13059
13060 1998-08-29 Karl Heuer <kwzh@gnu.org>
13061
13062 * configure.in: New file.
13063 * Makefile.in: Renamed from Makefile.
13064 (prefix, infodir): Use value obtained from configure.
13065 (emacslibdir): Obsolete variable deleted.
13066 (dist): Distribute configure.in, configure, Makefile.in.
13067
13068 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13069
13070 * Makefile (INSTALL_INFO): New variable.
13071 (install): Run install-info.
13072
13073 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13074
13075 * Makefile (elisp.dvi): Add missing backslash.
13076
13077 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13078
13079 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13080 Run texindex without `./'. Always run texindex on elisp.tp.
13081 (elisp.tps): Target deleted.
13082
13083 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13084
13085 * Makefile (srcs): Add nonascii.texi and customize.texi.
13086 (dist): Start by deleting `temp'.
13087
13088 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13089
13090 * Makefile (makeinfo, texindex): Targets deleted.
13091 (makeinfo.o, texindex.o): Targets deleted.
13092 (clean, dist): Don't do anything with them or with getopt*.
13093
13094 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13095
13096 * Makefile (SHELL): Defined.
13097
13098 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13099
13100 * Makefile (elisp.tps): New target.
13101 (elisp.dvi): Depend on elisp.tps.
13102
13103 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13104
13105 * README: Update phone number.
13106
13107 * Makefile (elisp): Make this be the default target.
13108 Depend on makeinfo.c instead of makeinfo.
13109 (install): Don't depend on elisp.dvi, since we don't install that.
13110 Use mkinstalldirs.
13111 (dist): Add mkinstalldirs.
13112
13113 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13114
13115 * Makefile (VERSION): Update version number.
13116 (maintainer-clean): Rename from realclean.
13117
13118 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13119
13120 * Makefile (realclean): New target.
13121 (elisp): Remove any old elisp-* files first.
13122
13123 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13124
13125 * Makefile (VERSION): New variable.
13126 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13127 Compressed file suffix should be `.gz', not `.z'.
13128
13129 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13130
13131 * Makefile (elisp): Depend on makeinfo.
13132
13133 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13134
13135 * Makefile (srcs): Add anti.texi.
13136
13137 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13138
13139 * Makefile (infodir, prefix): New vars.
13140 (install): Use infodir.
13141 (emacsinfodir): Delete.
13142
13143 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13144
13145 * Makefile (srcs): Add calendar.texi.
13146
13147 * Makefile (dist): Copy texindex.c and makeinfo.c.
13148 Limit elisp-* files to those with one or two digits.
13149
13150 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13151
13152 * Makefile (dist): Change to use Gzip instead of compress.
13153
13154 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13155
13156 * loading.texi (Unloading): define-function changed back to
13157 defalias. It may not stay this way, but at least it's
13158 consistent with the known-good version of the code patch.
13159
13160 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13161
13162 * modes.texi (Hooks): Document new optional arg of add-hook.
13163
13164 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13165
13166 * variables.texi: Document nil initial value of buffer-local variables.
13167
13168 * tips.texi: Add new section on standard library headers.
13169
13170 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13171
13172 * Makefile (srcs): Add frame.texi to the list of sources.
13173
13174 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13175
13176 * Makefile (dist): Don't bother excluding autosave files; they'll
13177 never make it into the temp directory anyway, and the hash marks
13178 in the name are problematic for make and the Bourne shell.
13179 (srcs): ???
13180
13181 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13182
13183 * Makefile (dist): Don't include backup files or autosave files in
13184 the distribution tar file.
13185
13186 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13187
13188 * Makefile (srcs): Add index.perm.
13189 (elisp.dvi): Remove erroneous shell comment.
13190 Expect output of permute-index in permuted.fns.
13191 Save old elisp.aux in elisp.oaux.
13192 (clean): Add index.texi to be deleted.
13193
13194 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13195
13196 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13197
13198 1990-06-26 David Lawrence (tale@geech)
13199
13200 * files.texi: Noted that completion-ignored-extensions is ignored
13201 when making *Completions*.
13202
13203 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13204
13205 * Makefile make dist now depends on elisp.dvi, since it tries
13206 to include it in the dist file.
13207
13208 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13209
13210 * functions.texinfo (Mapping Functions): Add missing quote.
13211
13212 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13213
13214 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13215 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13216
13217 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13218
13219 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13220 and @error{} are the terms now being used. The files in the
13221 directory have been changed to reflect this.
13222
13223 * All instances of @indentedresultt{} have been changed to
13224 ` @result{}', using 5 spaces at the beginning of the line.
13225
13226 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13227
13228 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13229 experimental @indentedresult{}, @indentedexpandsto{} are part of
13230 the texinfo.tex in this directory. These TeX macros are not
13231 stable yet.
13232
13233 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13234
13235 * texinfo.tex: Temporarily added
13236 \let\result=\dblarrow
13237 \def\error{{\it ERROR} \longdblarrow}
13238 We need to do this better soon.
13239
13240 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13241
13242 * Applied Karl Berry's patches to *.texinfo files, but not to
13243 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13244 new title page format is also not applied, since it requires
13245 texinfo.tex changes.)
13246
13247 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13248 for the Project GNU development environment.
13249
13250 ;; Local Variables:
13251 ;; coding: utf-8
13252 ;; End:
13253
13254 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13255
13256 This file is part of GNU Emacs.
13257
13258 GNU Emacs is free software: you can redistribute it and/or modify
13259 it under the terms of the GNU General Public License as published by
13260 the Free Software Foundation, either version 3 of the License, or
13261 (at your option) any later version.
13262
13263 GNU Emacs is distributed in the hope that it will be useful,
13264 but WITHOUT ANY WARRANTY; without even the implied warranty of
13265 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13266 GNU General Public License for more details.
13267
13268 You should have received a copy of the GNU General Public License
13269 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.