Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.org
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2014-05-08 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-30 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
9
10 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * windows.texi (Window Configurations, Window Configurations):
13 Window configs don't store marks any more.
14
15 2014-04-25 Eli Zaretskii <eliz@gnu.org>
16
17 * strings.texi (Text Comparison): Mention equal-including-properties
18 for when text properties of the strings matter for comparison.
19
20 2014-04-22 Eli Zaretskii <eliz@gnu.org>
21
22 * text.texi (Registers): Document register-read-with-preview.
23
24 * internals.texi (Building Emacs): Improve indexing.
25
26 2014-04-17 Daniel Colascione <dancol@dancol.org>
27
28 * frames.texi (Terminal Parameters): Document new
29 tty-mode-set-strings and tty-mode-reset-strings terminal
30 parameters.
31
32 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
33
34 * Makefile.in (infoclean): Be consistent about reporting failures.
35
36 2014-04-09 Daniel Colascione <dancol@dancol.org>
37
38 * errors.texi (Standard Errors): Document required error
39 parameters for `scan-error'.
40
41 * positions.texi (List Motion): Explain new `up-list' arguments.
42 Mention `backward-up-list'.
43
44 2014-04-08 Daniel Colascione <dancol@dancol.org>
45
46 * minibuf.texi (Programmed Completion): Improve phrasing, remove
47 incorrect bullet count.
48
49 2014-04-07 Glenn Morris <rgm@gnu.org>
50
51 * os.texi (Recording Input): Dribble files may contain passwords.
52
53 * backups.texi (Making Backups, Reverting):
54 Update for default values of some -function vars no longer being nil.
55 (Reverting): Update for buffer-stale-function
56 also applying to file-buffers.
57
58 2014-03-31 Daniel Colascione <dancol@dancol.org>
59
60 * minibuf.texi (Completion in Buffers): Discuss using lazy
61 completion tables for inline completion.
62
63 2014-03-28 Glenn Morris <rgm@gnu.org>
64
65 * os.texi (Terminal-Specific): Mention term-file-aliases.
66
67 2014-03-26 Eli Zaretskii <eliz@gnu.org>
68
69 * files.texi (Kinds of Files): Improve documentation of
70 file-symlink-p. (Bug#17073) Add cross-references.
71
72 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
73
74 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
75 change mentioning undo's inability to handle relocated markers no
76 longer applies. See bug#16818.
77 * text.texi (Undo): Expand documentation of (TEXT . POS) and
78 (MARKER . ADJUSTMENT) undo elements.
79
80 2014-03-26 Glenn Morris <rgm@gnu.org>
81
82 * files.texi (File Locks): All systems support locking.
83
84 2014-03-22 Glenn Morris <rgm@gnu.org>
85
86 * commands.texi (Defining Commands):
87 Mention that interactive-only also affects describe-function.
88
89 * functions.texi (Declare Form): Add interactive-only.
90 * commands.texi (Defining Commands) Mention declare.
91
92 * commands.texi (Defining Commands): List interactive-only values.
93
94 2014-03-22 Eli Zaretskii <eliz@gnu.org>
95
96 * functions.texi (Core Advising Primitives): Fix cross-reference
97 in last change.
98
99 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * functions.texi (Advising Functions): Explain a bit more how
102 arguments work.
103 (Advice combinators): New node.
104 (Core Advising Primitives): Use it. Expand description of "depth".
105 (Advising Named Functions): Document limitation of advices on macros.
106
107 2014-03-21 Martin Rudalics <rudalics@gmx.at>
108
109 * frames.texi (Size and Position): In `frame-resize-pixelwise'
110 description drop remark about frame maximization.
111 * windows.texi (Display Action Functions): Add description for
112 `display-buffer-no-window' and explain use of `allow-no-window'
113 alist entries.
114
115 2014-03-21 Glenn Morris <rgm@gnu.org>
116
117 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
118
119 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
120
121 * internals.texi (C Integer Types): Prefer 'false' and 'true'
122 to '0' and '1' for booleans.
123
124 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
125
126 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
127 Remove now-obsolete hypothetical note about negative division,
128 as the C standard has changed.
129
130 Fix porting inconsistency about rounding to even.
131 * numbers.texi (Numeric Conversions, Rounding Operations):
132 Document that 'round' and 'fround' round to even.
133
134 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
135
136 * customize.texi (Variable Definitions): Recommend avoiding
137 destructive modification of the value argument of :set (bug#16755).
138
139 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * modes.texi (Auto-Indentation): Mention electric-indent variables.
142
143 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
144
145 * functions.texi (Advising Named Functions): Fix reference.
146
147 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
148
149 Improve documentation for integer and floating-point basics.
150 * numbers.texi (Numbers, Integer Basics, Float Basics):
151 Document the basics a bit more precisely. Say more clearly
152 that Emacs floating-point numbers are IEEE doubles on all
153 current platforms. Give more details about frexp.
154 Say more clearly that '1.' is an integer.
155 (Predicates on Numbers): Fix wholenump typo.
156 * objects.texi (Integer Type): Adjust to match numbers.texi.
157
158 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * functions.texi (Advising Functions): Try and improve the text.
161 Add example use of advice-add (bug#16959).
162 (Core Advising Primitives): Rename. Explain handling of interactive
163 specs, including advice-eval-interactive-spec.
164 (Advising Named Functions): Try and better explain the difference with
165 add-function.
166 (Porting old advices): New node.
167
168 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
169
170 Style fixes for floating-point doc.
171 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
172 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
173 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
174 * processes.texi, streams.texi, strings.texi, text.texi:
175 * variables.texi, windows.texi:
176 Hyphenate "floating-point" iff it precedes a noun.
177 Reword to avoid nouns and hyphenation when that's easy.
178 Prefer "integer" to "integer number" and "is floating point"
179 to "is a floating point number".
180 Prefer "@minus{}" to "-" when it's a minus.
181
182 2014-03-16 Martin Rudalics <rudalics@gmx.at>
183
184 * display.texi (Temporary Displays): Rewrite descriptions of
185 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
186 * help.texi (Help Functions): Rewrite description of `with-help-window'.
187
188 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
189
190 * display.texi (Blinking): Update WRT to the new
191 `blink-matchin-paren' behavior.
192
193 2014-03-14 Martin Rudalics <rudalics@gmx.at>
194
195 * display.texi (Temporary Displays): Say that
196 `with-temp-buffer-window' makes its buffer current.
197 * frames.texi (Size and Position): Describe new option
198 `frame-resize-pixelwise'. Rewrite descriptions of
199 `set-frame-size', `set-frame-height' and `set-frame-width'.
200
201 2014-03-09 Martin Rudalics <rudalics@gmx.at>
202
203 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
204 * text.texi (Primitive Indent):
205 * strings.texi (String Basics):
206 * sequences.texi (Sequence Functions): Update references accordingly.
207 * display.texi (Size of Displayed Text): Rename section from
208 "Width". Add description for `window-text-pixel-size'.
209 (Window Dividers): Reword description of window dividers.
210 * frames.texi (Layout Parameters): Improve description of window
211 divider parameters.
212 * windows.texi (Window Sizes): Add descriptions of
213 `window-mode-line-height' and `window-header-line-height'.
214 (Coordinates and Windows): Mention window dividers.
215
216 2014-03-07 Martin Rudalics <rudalics@gmx.at>
217
218 * buffers.texi (The Buffer List): Rename node to Buffer List.
219 Describe `buffer-list-update-hook'.
220 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
221 Add node for Window Dividers.
222 * hooks.texi (Standard Hooks): Add reference to
223 `buffer-list-update-hook'.
224 * windows.texi (Window Sizes): Describe `window-min-size'.
225 (Splitting Windows): Update description of `split-window'.
226 (Selecting Windows): Update description of `select-window'.
227
228 2014-03-06 Martin Rudalics <rudalics@gmx.at>
229
230 * frames.texi (Size and Position): Rewrite entries for
231 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
232 Add description for `fit-frame-to-buffer-sizes'.
233 * windows.texi (Resizing Windows): Add descriptions for
234 pixelwise resizing. Add entries for `window-resize-pixelwise'
235 and `fit-window-to-buffer-horizontally'.
236 Rewrite `fit-window-to-buffer' entry.
237
238 2014-03-06 Xue Fuqiao <xfq@gnu.org>
239
240 * internals.texi (Window Internals): Remove field `region_showing'.
241
242 2014-03-06 Glenn Morris <rgm@gnu.org>
243
244 * searching.texi (Replacing Match):
245 Remove incorrect, uninteresting return value. (Bug#16942)
246
247 2014-03-05 Martin Rudalics <rudalics@gmx.at>
248
249 * display.texi (Window Dividers): New section.
250 * frames.texi (Layout Parameters): Add right-divider-width and
251 bottom-divider-width.
252 * windows.texi (Window Sizes): Redraw schematic and rewrite its
253 description. Rewrite descriptions of `window-total-height',
254 `window-total-width', `window-total-size', `window-body-height',
255 `window-body-width' and `window-size-fixed'. Add descriptions
256 for `window-pixel-height', `window-pixel-width',
257 `window-min-height' and `window-min-width'. Remove description
258 of `window-size-fixed-p' moving part of it to that of
259 `window-size-fixed'.
260 (Resizing Windows): Mention dividers when talking about minimum sizes.
261
262 2014-03-05 Glenn Morris <rgm@gnu.org>
263
264 * modes.texi (SMIE Customization): New section.
265 * elisp.texi (Top): Update detailed menu.
266
267 2014-03-04 Martin Rudalics <rudalics@gmx.at>
268
269 * windows.texi (Windows and Frames): Add some missing &optional
270 designators. Adjust description of window-in-direction.
271
272 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
273
274 * markers.texi (Moving Marker Positions): Clarify guidance about
275 when to move markers and when to create a new one, as discussed at
276 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
277
278 2014-03-02 Glenn Morris <rgm@gnu.org>
279
280 * text.texi (Decompression): New node.
281 * elisp.texi (Top): Update detailed menu.
282
283 2014-03-01 Glenn Morris <rgm@gnu.org>
284
285 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
286
287 2014-02-28 Xue Fuqiao <xfq@gnu.org>
288
289 * functions.texi (Advising Functions, Advising Named Functions):
290 Tweak markup.
291
292 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
293
294 * elisp.texi (Top):
295 * commands.texi (Generic Commands, Defining Commands):
296 Document `define-alternatives'.
297
298 2014-02-27 Xue Fuqiao <xfq@gnu.org>
299
300 * windows.texi (Window Sizes): Document `window-size'.
301 (Display Action Functions): Document `display-buffer-at-bottom'.
302 (Window Configurations): Minor fixes.
303
304 * modes.texi (Header Lines): Document `window-header-line-height'.
305
306 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
307
308 * windows.texi (Window Sizes, Resizing Windows): Document some
309 pixelwise window operations.
310
311 * text.texi (Margins): Fix the description of RET and `C-j'.
312
313 * frames.texi (Multiple Terminals): Document
314 `display-monitor-attributes-list' and `display-monitor-attributes'.
315 (Display Feature Testing): Add some notes about multi-monitor.
316
317 2014-02-27 Glenn Morris <rgm@gnu.org>
318
319 * minibuf.texi (Programmed Completion):
320 Mention completion-table-with-cache.
321
322 2014-02-25 Glenn Morris <rgm@gnu.org>
323
324 * display.texi (Window Systems):
325 Replace term-setup-hook with emacs-startup-hook.
326 * hooks.texi (Standard Hooks):
327 Replace term-setup-hook with tty-setup-hook.
328 * os.texi (Startup Summary, Init File, Terminal-Specific):
329 Replace term-setup-hook with tty-setup-hook, and update.
330
331 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * functions.texi (Declare Form): Document gv-expander, gv-setter,
334 and compiler-macro (bug#16829, bug#15093).
335
336 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
337
338 * windows.texi (Window Configurations): Doc fix.
339 (Windows and Frames): Fix typo.
340
341 2014-02-21 Glenn Morris <rgm@gnu.org>
342
343 * internals.texi (Process Internals):
344 * processes.texi (Subprocess Creation, Deleting Processes)
345 (Output from Processes, Process Buffers, Filter Functions)
346 (Accepting Output, Sentinels, Network, Network Servers):
347 Filters and sentinels can no longer be nil.
348 * elisp.texi (Top): Menu update.
349
350 2014-02-20 Glenn Morris <rgm@gnu.org>
351
352 * functions.texi (Defining Functions): Mention defalias-fset-function.
353
354 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * minibuf.texi (Completion Commands): Don't document obsolete
357 `common-substring' arg of display-completion-list.
358
359 2014-02-17 Glenn Morris <rgm@gnu.org>
360
361 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
362 Mention read-regexp-defaults-function.
363
364 2014-02-13 Glenn Morris <rgm@gnu.org>
365
366 * debugging.texi (Debugger Commands): Tiny edits.
367
368 2014-02-12 Glenn Morris <rgm@gnu.org>
369
370 * package.texi (Simple Packages): Describe URL and Keywords headers.
371
372 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
373
374 * text.texi (User-Level Deletion):
375 Document `delete-trailing-whitespace' (bug#15309).
376
377 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
378
379 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
380
381 * display.texi (Blinking): Clarify doc string in example (bug#10658).
382
383 * commands.texi (Accessing Mouse): Mention that these function
384 also work on keyboard events (bug#14228).
385 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
386
387 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
388
389 * display.texi (Face Attributes): Add an index (bug#14924).
390
391 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
392
393 2014-02-06 Glenn Morris <rgm@gnu.org>
394
395 * display.texi (Truncation):
396 * positions.texi (Screen Lines): Do not mention cache-long-scans.
397
398 2014-01-31 Juri Linkov <juri@jurta.org>
399
400 * searching.texi (String Search): Incremental word search fixes.
401
402 2014-01-28 Glenn Morris <rgm@gnu.org>
403
404 * text.texi (Indent Tabs): Update related to tab-stops.
405
406 2014-01-24 Glenn Morris <rgm@gnu.org>
407
408 * control.texi (Handling Errors): Update with-demoted-errors.
409
410 * files.texi (File Locks): Every platform supports locking now.
411
412 2014-01-22 Glenn Morris <rgm@gnu.org>
413
414 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
415
416 2014-01-20 Glenn Morris <rgm@gnu.org>
417
418 * hash.texi (Other Hash): Do not mention subr-x.el functions;
419 reverts 2013-12-22 change.
420
421 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * functions.texi (Advising Functions): New section.
424 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
425 run-hook-wrapped any more.
426 (Hooks): Link to the new Advising Functions node.
427 * elisp.texi (Top): Don't include advice.texi.
428 * advice.texi: Remove.
429 * makefile.w32-in (srcs):
430 * Makefile.in (srcs): Adjust accordingly.
431
432 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
433
434 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
435
436 * strings.texi (Text Comparison): Document `string-suffix-p'.
437
438 2014-01-07 Glenn Morris <rgm@gnu.org>
439
440 * files.texi (File Attributes): Fix superscipt typo.
441
442 2014-01-07 Chong Yidong <cyd@gnu.org>
443
444 * files.texi (Changing Files): Document copy-file changes.
445
446 2014-01-07 Glenn Morris <rgm@gnu.org>
447
448 * display.texi (Logging Messages): Copyedits re messages-buffer.
449
450 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
451
452 Specify .texi encoding (Bug#16292).
453 * back.texi, book-spine.texi, lay-flat.texi:
454 Add @documentencoding.
455
456 2014-01-05 Chong Yidong <cyd@gnu.org>
457
458 * backups.texi (Making Backups): Document backup-buffer change.
459
460 * files.texi (Visiting Files): Copyedits.
461 (Testing Accessibility): Mention ACLs. Move file-modes here from
462 File Attributes.
463 (Truenames): Move file-equal-p here from Kinds of Files.
464 (File Attributes): Move file-newer-than-file-p here from Testing
465 Accessibility.
466 (Extended Attributes): New node. Add file-extended-attributes.
467 (Changing Files): Document set-file-extended-attributes.
468
469 * commands.texi (Defining Commands): Document the interactive-form
470 property more carefully. Document interactive-only.
471
472 * compile.texi (Compiler Errors): Copyedits. Note that the
473 details for byte-compile-warnings are in its docstring.
474
475 * minibuf.texi (Minibuffer Contents): Remove obsolete function
476 minibuffer-completion-contents.
477
478 * variables.texi (Defining Variables): Note that defvar acts
479 always on the dynamic value.
480
481 * customize.texi (Variable Definitions): Likewise.
482
483 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
484
485 Document vconcat and the empty vector (Bug#16246).
486 * sequences.texi (Vector Functions):
487 Document behavior better when the result is empty.
488
489 Document behavior of (string-to-number "+@") (Bug#16293).
490 * strings.texi (String Conversion): Document behavior of
491 string-to-number on invalid strings that begin with "+", too.
492
493 2014-01-03 Chong Yidong <cyd@gnu.org>
494
495 * help.texi (Documentation, Accessing Documentation): Copyedits.
496 (Documentation Basics): Rewrite, avoiding a repeat discussion of
497 docstring conventions.
498
499 * tips.texi (Documentation Tips): Move discussion of
500 emacs-lisp-docstring-fill-column here from Documentation Basics.
501
502 * compile.texi (Docs and Compilation): Copyedits.
503
504 2014-01-02 Glenn Morris <rgm@gnu.org>
505
506 * numbers.texi (Numeric Conversions): Fix a typo.
507
508 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
509
510 Plain copy-file no longer chmods an existing destination (Bug#16133).
511 * files.texi (Changing Files): Document this.
512
513 2013-12-28 Chong Yidong <cyd@gnu.org>
514
515 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
516
517 * buffers.texi (Modification Time): Document visited-file-modtime
518 change.
519
520 2013-12-28 Glenn Morris <rgm@gnu.org>
521
522 * control.texi (Pattern matching case statement): Brevity.
523
524 2013-12-27 Chong Yidong <cyd@gnu.org>
525
526 * functions.texi (Function Cells):
527 * eval.texi (Function Indirection): Update for the fact that
528 symbol-function no longer signals an error.
529
530 * commands.texi (Reading One Event): Mention keyboard coding.
531
532 * keymaps.texi (Translation Keymaps, Translation Keymaps):
533 * nonascii.texi (Terminal I/O Encoding): Copyedits.
534
535 2013-12-26 Chong Yidong <cyd@gnu.org>
536
537 * advice.texi (Advising Functions, Defining Advice): Special forms
538 can no longer be advised.
539
540 2013-12-25 Chong Yidong <cyd@gnu.org>
541
542 * keymaps.texi (Active Keymaps): Re-organize the text.
543 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
544 (Controlling Active Maps): Note that set-transient-map uses
545 overriding-terminal-local-map.
546
547 * tips.texi (Coding Conventions): Tweak the coding system tip;
548 Emacs now uses utf-8 by default for Emacs Lisp source files.
549
550 * display.texi (Font Selection): Tweak example.
551
552 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
553
554 * nonascii.texi (Specifying Coding Systems): Don't refer to
555 emacs-mule-dos.
556 (Lisp and Coding Systems): Describe emacs-mule return value in
557 modern terms.
558
559 2013-12-25 Tassilo Horn <tsdh@gnu.org>
560
561 * control.texi (Pattern matching case statement): Rephrase lexical
562 binding requirement: the example needs it, not `pcase' itself.
563
564 2013-12-25 Chong Yidong <cyd@gnu.org>
565
566 * eval.texi (Eval): Document the LEXICAL arg to eval.
567
568 * variables.texi (Variables, Void Variables): Use "scoping rule"
569 terminology consistently.
570 (Variable Scoping): Add index entries, and use "dynamic scope"
571 terminology in place of "indefinite scope" to reduce confusion.
572 (Lexical Binding): Document lexical environment format.
573 (Using Lexical Binding): Add index entries for error messages.
574
575 2013-12-24 Tassilo Horn <tsdh@gnu.org>
576
577 * control.texi (Pattern matching case statement): Fix missing
578 argument in simple expression language sample (Bug#16238).
579 Add some sample programs written in that language. Mention that
580 `pcase' requires lexical binding.
581
582 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
583
584 * eval.texi (Special Forms): Document `special-form-p'.
585
586 * macros.texi (Simple Macro): Document `macrop'.
587
588 * files.texi (Changing Files): Fix an argument of `copy-file'.
589
590 * strings.texi (Creating Strings): Document TRIM in `split-string'.
591
592 2013-12-23 Chong Yidong <cyd@gnu.org>
593
594 * keymaps.texi (Controlling Active Maps):
595 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
596 (Searching Keymaps): The transient keymap takes precedence.
597
598 2013-12-23 Glenn Morris <rgm@gnu.org>
599
600 * loading.texi (How Programs Do Loading, Load Suffixes):
601 Mention `load-prefer-newer'.
602
603 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
604
605 * hash.texi (Other Hash): Document `hash-table-keys'
606 and `hash-table-values'.
607
608 2013-12-22 Eli Zaretskii <eliz@gnu.org>
609
610 * nonascii.texi (Character Properties): NAME or OLD-NAME
611 properties can be nil (there's no empty string).
612 (Character Properties): Update the reference to the UCD.
613
614 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
615
616 * sequences.texi (Bool-Vectors): Document new bool-vector set
617 operation functions.
618
619 * text.texi (Examining Properties): Document `get-pos-property'.
620
621 * variables.texi (Directory Local Variables):
622 Document `enable-dir-local-variables'.
623
624 * debugging.texi (Debugger Commands):
625 Document `debugger-toggle-locals'.
626
627 2013-12-21 Chong Yidong <cyd@gnu.org>
628
629 * text.texi (Region Indent): Note the new interactive behavior of
630 indent-rigidly.
631
632 2013-12-20 Tassilo Horn <tsdh@gnu.org>
633
634 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
635 one or many arguments.
636
637 * display.texi: Document `messages-buffer'.
638
639 * os.texi: Document `initial-buffer-choice' changes.
640
641 2013-12-20 Chong Yidong <cyd@gnu.org>
642
643 * text.texi (Changing Properties): Improve documentation for
644 add-face-text-property.
645 (Special Properties): Mention add-face-text-property.
646
647 2013-12-18 Chong Yidong <cyd@gnu.org>
648
649 * customize.texi (Custom Themes): Document custom-known-themes
650 (Bug#15717).
651
652 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
653 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
654
655 2013-12-13 Glenn Morris <rgm@gnu.org>
656
657 * internals.texi (Building Emacs):
658 * loading.texi (Library Search): Mention that site-load,
659 site-init cannot change load-path.
660
661 2013-12-12 Glenn Morris <rgm@gnu.org>
662
663 * elisp.texi: Tweak dircategory.
664
665 2013-12-12 Eli Zaretskii <eliz@gnu.org>
666
667 * nonascii.texi (Encoding and I/O): Document file-name encoding
668 peculiarities on MS-Windows.
669
670 2013-12-12 Glenn Morris <rgm@gnu.org>
671
672 * elisp.texi: Sync direntry with info/dir version.
673
674 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
675
676 * display.texi (Progress, Face Remapping):
677 * processes.texi (Serial Ports):
678 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
679
680 2013-12-04 Juri Linkov <juri@jurta.org>
681
682 * searching.texi (Search and Replace): Fix `unread-command-events'
683 and add ref.
684
685 2013-12-03 Juri Linkov <juri@jurta.org>
686
687 * windows.texi (Choosing Window): Rename `no-display-ok' to
688 `allow-no-window'. (Bug#13594)
689
690 2013-11-30 Glenn Morris <rgm@gnu.org>
691
692 * Makefile.in (distclean): Remove Makefile.
693
694 2013-11-29 Andreas Politz <politza@fh-trier.de>
695
696 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
697 (Bug#14029).
698
699 2013-11-27 Glenn Morris <rgm@gnu.org>
700
701 * loading.texi (Library Search):
702 * os.texi (Startup Summary): No more leim directory.
703
704 2013-11-26 Glenn Morris <rgm@gnu.org>
705
706 * os.texi (Startup Summary): Update for leim-list being preloaded.
707
708 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
709
710 * frames.texi (Input Focus):
711 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
712
713 2013-11-23 Glenn Morris <rgm@gnu.org>
714
715 * loading.texi (Library Search):
716 Empty elements in EMACSLOADPATH now mean the default load-path.
717
718 2013-11-22 Glenn Morris <rgm@gnu.org>
719
720 * loading.texi (Library Search): Minor clarification.
721
722 2013-11-20 Leo Liu <sdl.web@gmail.com>
723
724 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
725
726 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
727
728 * os.texi (File Notifications): Add an index.
729
730 * loading.texi (Loading): Add an cross-reference.
731
732 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
733
734 * os.texi (Session Management, Desktop Notifications): Add some
735 indexes and a cross-reference.
736
737 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
738
739 * os.texi (Time Parsing, Processor Run Time, Input Modes)
740 (Terminal Output): Minor fixes.
741
742 2013-11-14 Glenn Morris <rgm@gnu.org>
743
744 * loading.texi (Library Search): Update section.
745
746 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
747
748 * os.texi (User Identification, Time of Day, Time Conversion):
749 Minor fixes.
750
751 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
752
753 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
754
755 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
756
757 * os.texi (Startup Summary): Add an index about startup screen.
758 Typo fix.
759 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
760
761 2013-11-08 Eli Zaretskii <eliz@gnu.org>
762
763 * display.texi (Truncation): Document that cache-long-scans is now
764 non-nil by default. (Bug#15797)
765
766 2013-11-05 Eli Zaretskii <eliz@gnu.org>
767
768 * lists.texi (Rearrangement): Fix indexing.
769
770 * display.texi (Bidirectional Display): Fix indexing.
771
772 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
773
774 * lists.texi (Rearrangement): Improve indexing.
775
776 * display.texi (Glyphs): Add an index for glyph code.
777 (Bidirectional Display): Improve indexing.
778
779 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
780
781 * display.texi (Face Attributes): Document :distant-foreground.
782
783 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
784
785 * display.texi (Abstract Display): Improve indexing.
786
787 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * display.texi (Selective Display): Discourage the use of explicit
790 selective display.
791
792 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
793
794 * display.texi (Showing Images): Add an index for image-size.
795 Use @code instead of @var for a normal variable.
796 (Multi-Frame Images): Improve indexing.
797 (Button Buffer Commands): Use @code instead of @var for a normal
798 variable.
799 (Abstract Display): Explain the meaning of Ewoc.
800
801 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
802
803 * display.texi (Image Descriptors): Improve indexing.
804
805 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
806
807 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
808 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
809
810 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
811
812 * display.texi (Fontsets): Minor wording fix.
813 (Low-Level Font): Improve indexing.
814
815 * nonascii.texi (Character Properties): Add an index for script symbols.
816
817 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
818
819 * display.texi (Face Remapping): Add indexes for face remapping.
820 (Font Selection): Add indexes.
821 (Low-Level Font): Add an index for font registry.
822
823 2013-10-23 Glenn Morris <rgm@gnu.org>
824
825 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
826 Nuke @refill.
827
828 * Makefile.in (install-dvi, install-html, install-pdf)
829 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
830 (uninstall-pdf): Quote entities that might contain whitespace.
831
832 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
833
834 * display.texi (Face Attributes): Add indexes for the ‘:box’
835 face attribute.
836
837 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
838
839 * display.texi (Line Height): Add indexes for line height.
840
841 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
842
843 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
844
845 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
846
847 * display.texi (Selective Display): Add an index for explicit
848 selective display.
849
850 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
851
852 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
853
854 2013-10-13 Glenn Morris <rgm@gnu.org>
855
856 * intro.texi (Acknowledgments): Use accented form of some names.
857
858 2013-10-09 Glenn Morris <rgm@gnu.org>
859
860 * control.texi (Conditionals): Copyedits. (Bug#15558)
861
862 2013-10-08 Eli Zaretskii <eliz@gnu.org>
863
864 Support menus on text-mode terminals.
865 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
866 Modify wording to the effect that menus are supported on TTYs.
867
868 * frames.texi (Pop-Up Menus, Dialog Boxes)
869 (Display Feature Testing): Update for menu support on TTYs.
870
871 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
874 non-headings.
875
876 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
877
878 * syntax.texi (Categories): Add an index for category sets.
879
880 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
881
882 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
883
884 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
885
886 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
887
888 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
889
890 * searching.texi (Regexp Search): Refine.
891
892 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
893
894 * nonascii.texi (Default Coding Systems): Typo fix.
895
896 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
897
898 * nonascii.texi (Coding System Basics): Add information about
899 carriage-return.
900
901 2013-09-14 Eli Zaretskii <eliz@gnu.org>
902
903 * display.texi (Display Margins): State the units of measuring
904 margin width. (Bug#15375)
905
906 2013-09-13 Eli Zaretskii <eliz@gnu.org>
907
908 * text.texi (Not Intervals): Minor wording fix.
909
910 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
911
912 * functions.texi (Obsolete Functions): Add an index for obsolete
913 functions.
914
915 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
916
917 * nonascii.texi (Character Properties): Character properties fix
918 for decimal-digit-value and digit-value.
919
920 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * macros.texi (Defining Macros): Prefer "function" to "lambda
923 expression" (bug#15296).
924
925 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
926
927 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
928 for portability to hosts where /bin/sh has problems.
929
930 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
933
934 2013-08-20 Eli Zaretskii <eliz@gnu.org>
935
936 * files.texi (Information about Files): Mention file names with
937 trailing blanks on MS-Windows. (Bug#15130)
938
939 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
940
941 * positions.texi (Positions): Improve indexing.
942
943 2013-08-18 Eli Zaretskii <eliz@gnu.org>
944
945 * markers.texi (The Region): Improve indexing.
946
947 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
948
949 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
950
951 * text.texi (Maintaining Undo): Mention interactive call of
952 buffer-disable-undo.
953 (Filling): Add cross-reference for hard newlines.
954 (Sorting): Fix indentation.
955 (Columns): Comment out undefined behavior.
956 (Case Changes): Fix an `args-out-of-range' error in the example.
957
958 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
959
960 * text.texi (Insertion): Refine.
961 (Margins): Add an index.
962 (Undo): Doc fix for `buffer-undo-list'.
963
964 * positions.texi (Character Motion):
965 * markers.texi (Moving Markers, Creating Markers):
966 Comment out undefined behavior.
967
968 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
969
970 * markers.texi (The Region): Add/move indexes.
971
972 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
974 * display.texi (ImageMagick Images): Mention :content-type and
975 `image-content-type-suffixes'.
976
977 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
978
979 * positions.texi (Word Motion): Remove redundant sentence.
980
981 2013-08-13 Glenn Morris <rgm@gnu.org>
982
983 * lists.texi (List Elements):
984 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
985
986 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
987
988 * frames.texi (Display Feature Testing): Add indexes.
989
990 2013-08-12 Glenn Morris <rgm@gnu.org>
991
992 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
993 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
994 (INSTALL_DATA): New, set by configure.
995 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
996 New variables.
997 (.SUFFIXES): Add .ps and .dvi.
998 (.dvi.ps): New suffix rule.
999 (dvi, html, pdf, ps): Use *_TARGETS variables.
1000 (elisp.html): Use HTML_OPTS.
1001 (elisp.ps): Remove explicit rule.
1002 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1003 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1004 uninstall-ps, and uninstall-doc.
1005 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1006 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1007 (uninstall-doc): New rules.
1008 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1009
1010 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1011
1012 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1013
1014 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1015
1016 * control.texi (Error Symbols): Minor fix for previous change.
1017
1018 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1021
1022 * control.texi (Signaling Errors): Refer to define-error.
1023 (Error Symbols): Add `define-error'.
1024
1025 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1026
1027 * positions.texi (Motion by Screen Lines):
1028 * display.texi (Truncation): Rename `cache-long-line-scans'
1029 to `cache-long-scans'.
1030
1031 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1032
1033 * windows.texi (Window Start and End): Add an index.
1034
1035 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1036
1037 * display.texi (Face Functions): Add an index.
1038
1039 * variables.texi (Variable Aliases): Add an index.
1040
1041 * functions.texi (Defining Functions): Add an index.
1042
1043 * nonascii.texi (Coding System Basics): Add an index.
1044
1045 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1046
1047 * nonascii.texi (Non-ASCII Characters): Update menu.
1048 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1049 Fix cross-references.
1050
1051 * elisp.texi (Top): Update menu.
1052
1053 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1054
1055 * windows.texi (Window History): Mention the default value of
1056 switch-to-visible-buffer. Add cross-references.
1057
1058 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1059
1060 * errors.texi (Standard Errors): Fix typo.
1061
1062 * files.texi (Magic File Names):
1063 * os.texi (File Notifications): Remove file-notify-supported-p.
1064
1065 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1066
1067 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1068 non-well-formed expressions result in unspecified behavior, though
1069 Emacs will not crash.
1070
1071 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * files.texi (Magic File Names): Add file-notify-add-watch,
1074 file-notify-rm-watch and file-notify-supported-p.
1075 Move file-remote-p down.
1076
1077 * errors.texi (Standard Errors): Add file-notify-error.
1078
1079 * os.texi (Desktop Notifications): Rename from Notifications.
1080 (File Notifications): New node.
1081
1082 * elisp.texi (Top): Update menu for these changes.
1083
1084 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1085
1086 * windows.texi (Display Action Functions): Mention next-window.
1087
1088 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1089
1090 * windows.texi (Selecting Windows): Fix the introduction of
1091 `set-frame-selected-window''s arguments.
1092
1093 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1094
1095 Timestamp fixes for undo (Bug#14824).
1096 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1097
1098 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1099
1100 * nonascii.texi (Text Representations): Document that
1101 multibyte-string-p returns nil for non-string objects.
1102
1103 2013-07-06 Glenn Morris <rgm@gnu.org>
1104
1105 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1106
1107 2013-07-03 Glenn Morris <rgm@gnu.org>
1108
1109 * debugging.texi (Debugging):
1110 * files.texi (File Attributes, Changing Files): Fix cross-references.
1111
1112 * package.texi (Package Archives): Fix @url call.
1113
1114 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1115
1116 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1117
1118 * display.texi (Bidirectional Display): Document move-point-visually.
1119
1120 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1121
1122 * buffers.texi (Buffer File Name): Fix typo.
1123
1124 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1125
1126 * tips.texi (Coding Conventions): Improve wording.
1127
1128 2013-06-24 Glenn Morris <rgm@gnu.org>
1129
1130 * loading.texi (Autoload): Fix typo.
1131
1132 * variables.texi (Lexical Binding): Fix typo.
1133
1134 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1135
1136 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1137
1138 * display.texi (ImageMagick Images): Mention :max-width and
1139 :max-height.
1140
1141 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1142
1143 * numbers.texi (Math Functions): Remove obsolete function log10.
1144
1145 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1148 rather than `local-map'.
1149
1150 * keymaps.texi (Active Keymaps): Fix documentation of
1151 set-temporary-overlay-map and overriding-terminal-local-map.
1152
1153 2013-06-19 Glenn Morris <rgm@gnu.org>
1154
1155 * Makefile.in (dist): Edit more configure variables.
1156 Try to check that we do not miss any in future.
1157
1158 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * text.texi (Undo, Changing Properties): Fix typos.
1161
1162 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1163
1164 * text.texi (Changing Properties): Document `add-face-text-property'.
1165
1166 2013-06-17 Kenichi Handa <handa@gnu.org>
1167
1168 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1169 "Font Selection") in the explanation of :font attribute (bug#14629).
1170
1171 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1174 Document with-eval-after-load instead of eval-after-load.
1175
1176 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1177
1178 * files.texi (File Name Expansion): Make the example more
1179 intuitive.
1180
1181 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1182
1183 Documentation fix for 'ls' and hard links.
1184 * compile.texi (Compilation Functions):
1185 * files.texi (File Attributes, Changing Files):
1186 Use current format for GNU 'ls' output.
1187 (File Attributes): Fix problem introduced in previous change:
1188 the link count is the number of hard links, not the number
1189 of hard links + 1.
1190
1191 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1192
1193 * files.texi (File Attributes): Fix typo.
1194
1195 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * functions.texi (Lambda Expressions): Lambda expressions don't
1198 evaluate to themselves in general (bug#11782).
1199
1200 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * loading.texi (Autoload):
1203 * help.texi (Documentation Basics, Accessing Documentation)
1204 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1205
1206 2013-04-23 Glenn Morris <rgm@gnu.org>
1207
1208 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1209 Tweak other to avoid overly long line.
1210
1211 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1212
1213 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1214 references to the sources. (Bug#13800)
1215
1216 * searching.texi (Regexp Backslash): Doc fix for backslash
1217 constructs in regular expressions.
1218
1219 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1220
1221 * tips.texi (Coding Conventions): Mention separation of package
1222 descriptor and name of internal symbols by two hyphens.
1223
1224 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1225
1226 * windows.texi (Splitting Windows): Change category of
1227 split-window from a command to a function.
1228
1229 2013-04-06 Chong Yidong <cyd@gnu.org>
1230
1231 * display.texi (Faces): Minor clarifications.
1232 (Defining Faces): Clarify default vs custom face specs.
1233 Document face-spec-set.
1234
1235 * display.texi (Overlay Properties):
1236 * text.texi (Special Properties): Use the "anonymous face"
1237 terminology. Describe foreground-color and background-color forms
1238 as compatibility-only.
1239
1240 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1241
1242 * compile.texi (Byte-Code Objects): Add index entry.
1243 (Disassembly): Add cross-references.
1244
1245 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1246
1247 * frames.texi (Size Parameters): More accurate description of the
1248 difference between 'fullboth' and 'maximized'. (Bug#13935)
1249
1250 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1251
1252 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1253
1254 2013-03-16 Glenn Morris <rgm@gnu.org>
1255
1256 * elisp.texi: Add some stuff specific to www.gnu.org.
1257
1258 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1259
1260 * control.texi (Pattern matching case statement): Fix typo.
1261
1262 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1263
1264 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1265
1266 2013-03-03 Glenn Morris <rgm@gnu.org>
1267
1268 * objects.texi (Symbol Type): Fix typo.
1269
1270 2013-02-28 Bastien Guerry <bzg@gnu.org>
1271
1272 * variables.texi (File Local Variables): Fix reference.
1273
1274 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1275
1276 * files.texi (Magic File Names): Improve wording and indexing.
1277
1278 2013-02-21 Glenn Morris <rgm@gnu.org>
1279
1280 * display.texi (Multi-Frame Images): Minor rephrasing.
1281
1282 2013-02-20 Glenn Morris <rgm@gnu.org>
1283
1284 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1285 (ImageMagick Images): For :index, use an xref rather than duplicating.
1286 (Other Image Types): Add GIF, adjust formatting.
1287 (Multi-Frame Images): Rename from Animated Images. Expand section.
1288 * elisp.texi (Top): Update menu for these changes.
1289
1290 2013-02-19 Glenn Morris <rgm@gnu.org>
1291
1292 * text.texi (Change Hooks): Fix typo.
1293
1294 2013-02-15 Glenn Morris <rgm@gnu.org>
1295
1296 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1297
1298 2013-02-13 Glenn Morris <rgm@gnu.org>
1299
1300 * objects.texi (Char-Table Type): Add footnote about #^^.
1301
1302 * modes.texi (Minor Mode Conventions): Fix typo.
1303
1304 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1305 meta characters; this changed in 22.1. (Bug#13684)
1306
1307 * objects.texi (Char-Table Type): Add cindex.
1308
1309 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1310
1311 2013-02-10 Glenn Morris <rgm@gnu.org>
1312
1313 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1314
1315 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1316
1317 * modes.texi (%-Constructs): Remove the description of %t.
1318
1319 * nonascii.texi (MS-DOS File Types): Delete node.
1320
1321 2013-02-08 Glenn Morris <rgm@gnu.org>
1322
1323 * keymaps.texi (Active Keymaps, Searching Keymaps):
1324 Remove confusing mention of "symbolic prefix". (Bug#13643)
1325
1326 2013-01-19 Glenn Morris <rgm@gnu.org>
1327
1328 * macros.texi (Indenting Macros): Fix order of an indent
1329 symbol's arguments. (Bug#13450)
1330
1331 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1332
1333 Allow floating-point file offsets.
1334 * files.texi (Reading from Files, Writing to Files):
1335 Say that file offsets can be numbers, not just integers.
1336
1337 2013-01-09 Glenn Morris <rgm@gnu.org>
1338
1339 * commands.texi (Interactive Codes):
1340 Whitespace does not terminate interactive "S". (Bug#13393)
1341
1342 2013-01-06 Chong Yidong <cyd@gnu.org>
1343
1344 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1345
1346 2013-01-05 Glenn Morris <rgm@gnu.org>
1347
1348 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1349
1350 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1351
1352 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1353 directive in a group of items.
1354
1355 2013-01-05 Chong Yidong <cyd@gnu.org>
1356
1357 * keymaps.texi (Key Sequences): Remove obsolete sentence
1358 (Bug#13356).
1359
1360 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1361
1362 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1363
1364 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * files.texi (File Attributes): Undocument return format of file-acl.
1367
1368 2013-01-03 Glenn Morris <rgm@gnu.org>
1369
1370 * processes.texi (System Processes):
1371 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1372
1373 * searching.texi (Replacing Match): Fix xref.
1374
1375 * elisp.texi (DATE): Bump to Jan 2013.
1376
1377 2013-01-02 Glenn Morris <rgm@gnu.org>
1378
1379 * customize.texi (Common Keywords, Type Keywords):
1380 Replace "active field" with "button". (Bug#13310)
1381
1382 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1383 * tips.texi (Library Headers): Add cindex.
1384
1385 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1386
1387 * functions.texi (Declare Form):
1388 * intro.texi (A Sample Function Description):
1389 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1390 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1391 in @def.. commands. (Bug#13292)
1392
1393 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1394
1395 * files.texi (Changing Files): Document the return values of
1396 set-file-selinux-context and set-file-acl.
1397
1398 2012-12-27 Glenn Morris <rgm@gnu.org>
1399
1400 * files.texi (File Names): Mention Cygwin conversion functions.
1401
1402 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1403
1404 * windows.texi (Selecting Windows): Reword description of
1405 select-window (Bug#13248).
1406
1407 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1408
1409 * files.texi (File Attributes, Changing Files): Remove the details
1410 about the text returned by file-acl. Instead, just document that
1411 it is an opaque string meant to be used by set-file-acl.
1412
1413 2012-12-21 Chong Yidong <cyd@gnu.org>
1414
1415 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1416
1417 * customize.texi (Simple Types): Document key-sequence type
1418 (Bug#13048).
1419
1420 * strings.texi (Text Comparison): Doc fix for compare-strings.
1421
1422 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * files.texi (Magic File Names): Add `file-acl',
1425 `file-selinux-context', `set-file-acl' and
1426 `set-file-selinux-context'. Make the list consistent.
1427
1428 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1429
1430 * tips.texi (Library Headers): New header keyword `Homepage'.
1431 Make continuation lines syntax more precise.
1432
1433 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1434
1435 * files.texi (File Attributes, Changing Files): Update to include
1436 MS-Windows support for ACLs.
1437
1438 2012-12-16 Romain Francoise <romain@orebokech.com>
1439
1440 * files.texi (File Attributes): Document ACL support and new
1441 `file-acl' function.
1442 (Changing Files): Mention argument name change of `copy-file' and
1443 document new function `set-file-acl'.
1444
1445 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1446
1447 Fix permissions bugs with setgid directories etc. (Bug#13125)
1448 * files.texi (Testing Accessibility): Document GROUP arg
1449 of file-ownership-preserved-p.
1450 (File Attributes): Document that 9th element is now
1451 just a placeholder.
1452 * os.texi (User Identification): Document new functions group-gid,
1453 group-real-gid.
1454
1455 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1456
1457 * internals.texi (C Integer Types): New section.
1458 This follows up and records an email in
1459 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1460
1461 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * control.texi (Pattern matching case statement): New node.
1464
1465 * customize.texi (Variable Definitions): Mention the default :group
1466 for defcustoms (bug#13093).
1467
1468 2012-12-09 Glenn Morris <rgm@gnu.org>
1469
1470 * customize.texi (Variable Definitions): Mention eval-defun
1471 on a defcustom calls the :set function when appropriate.
1472
1473 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1474
1475 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1476 These are just minor editorial changes.
1477
1478 2012-12-06 Chong Yidong <cyd@gnu.org>
1479
1480 * lists.texi (Plist Access): Move put example to Symbol Plists.
1481
1482 * symbols.texi (Standard Properties): Fix typo.
1483
1484 2012-12-03 Chong Yidong <cyd@gnu.org>
1485
1486 * symbols.texi (Symbol Properties): New node.
1487 (Symbol Plists): Make it a subsection under Symbol Properties.
1488 (Standard Properties): New node.
1489
1490 * lists.texi (Property Lists): Move here from symbols.texi.
1491 (Plist Access): Rename from Other Plists.
1492
1493 * customize.texi (Variable Definitions):
1494 * display.texi (Defining Faces):
1495 * sequences.texi (Char-Tables): Fix xref.
1496
1497 * keymaps.texi (Key Sequences): `kbd' is now a function.
1498
1499 * commands.texi (Using Interactive): Fix index entry.
1500
1501 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1502
1503 * doclicense.texi: Update to latest version from FSF.
1504 These are just minor editorial changes.
1505 * elisp.texi (GNU Free Documentation License)
1506 (GNU General Public Licens):
1507 Provide sectioning, since doclicense.texi no longer does that.
1508
1509 * loading.texi (Named Features): @ -> @@ to fix typo.
1510
1511 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1512
1513 * windows.texi (Basic Windows): Fix typo.
1514 (Windows and Frames): Fix example. Move description of
1515 window-in-direction here.
1516 (Recombining Windows): Fix example.
1517 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1518 (Switching Buffers): Reword.
1519 (Display Action Functions): Minor adjustments.
1520 (Choosing Window Options): Minor fixes.
1521 (Window History): Minor rewording.
1522 (Dedicated Windows): Correct and reword part describing how
1523 dedicatedness affects functions removing buffers or windows.
1524 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1525
1526 2012-11-24 Chong Yidong <cyd@gnu.org>
1527
1528 * modes.texi (%-Constructs): Fix statement about mode construct
1529 padding (Bug#12866).
1530
1531 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * debugging.texi (Profiling): Make it more clear
1534 that --enable-profiling is about profiling the C code.
1535
1536 2012-11-21 Glenn Morris <rgm@gnu.org>
1537
1538 * display.texi (Attribute Functions):
1539 Update for set-face-* name changes.
1540 Add new "inherit" argument for face-bold-p etc.
1541 Move description of this argument to a common section, like "frame".
1542
1543 * debugging.texi (Profiling): New section.
1544 (Debugging): Mention profiling in the introduction.
1545 * tips.texi (Compilation Tips): Move profiling to separate section.
1546 * elisp.texi: Add Profiling to detailed menu.
1547
1548 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1549
1550 * windows.texi (Display Action Functions): Fix recently added
1551 example. Suggested by Michael Heerdegen.
1552
1553 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1554
1555 Minor cleanup for times as lists of four integers.
1556 * os.texi (Time Parsing): Time values can now be four integers.
1557
1558 2012-11-18 Glenn Morris <rgm@gnu.org>
1559
1560 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1561 * macros.texi (Expansion): Mention eager macro expansion.
1562
1563 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1564
1565 2012-11-18 Leo Liu <sdl.web@gmail.com>
1566
1567 * minibuf.texi (Programmed Completion): Doc fix for metadata
1568 request (Bug#12850).
1569
1570 2012-11-18 Glenn Morris <rgm@gnu.org>
1571
1572 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1573
1574 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1575 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1576 (Window Sizes): Add vindex for window-min-height, window-min-width.
1577 (Display Action Functions): Mention pop-up-frame-parameters.
1578
1579 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1580
1581 * windows.texi (Choosing Window): Rewrite description of
1582 display-buffer-alist (Bug#12167).
1583 (Display Action Functions): Mention inhibit-switch-frame.
1584 Fix description of display-buffer-below-selected. Reorder actions.
1585 Add example (Bug#12848).
1586
1587 2012-11-16 Glenn Morris <rgm@gnu.org>
1588
1589 * display.texi (Face Attributes): Fix :underline COLOR description.
1590 (Attribute Functions): Update for set-face-underline rename.
1591 Tweak descriptions of face-underline-p, face-inverse-video-p.
1592
1593 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1594 so they align better in info.
1595 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1596 Document set-temporary-overlay-map.
1597
1598 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1601 with normal keymaps".
1602
1603 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1604
1605 * internals.texi (Garbage Collection): Update descriptions
1606 of vectorlike_header, garbage-collect and gc-cons-threshold.
1607 (Object Internals): Explain Lisp_Object layout and the basics
1608 of an internal type system.
1609 (Buffer Internals): Update description of struct buffer.
1610
1611 2012-11-13 Glenn Morris <rgm@gnu.org>
1612
1613 * variables.texi (Adding Generalized Variables):
1614 At least mention gv-define-expander and gv-letplace.
1615
1616 * debugging.texi (Error Debugging): Mention debug-on-message.
1617 (Using Debugger): Mention debugger-bury-or-kill.
1618
1619 * control.texi (Signaling Errors):
1620 * debugging.texi (Error Debugging):
1621 * errors.texi (Standard Errors): Add user-error.
1622
1623 * variables.texi (Adding Generalized Variables):
1624 Use standard formatting for common lisp note about setf functions.
1625
1626 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1627
1628 * elisp.texi (Top): Add Recombining Windows to menu.
1629 * windows.texi (Recombining Windows): New subsection.
1630 (Splitting Windows): Rewrite text on handling of window
1631 combinations and move it to new subsection.
1632
1633 2012-11-10 Chong Yidong <cyd@gnu.org>
1634
1635 * searching.texi (Replacing Match): Document \? in replace-match.
1636
1637 * variables.texi (Creating Buffer-Local): Document setq-local and
1638 defvar-local.
1639 (Setting Generalized Variables): Arrange table alphabetically.
1640
1641 * lists.texi (List Elements, List Variables): Clarify descriptions
1642 of push and pop for generalized variables.
1643
1644 * edebug.texi (Specification List): setf is no longer CL-only.
1645
1646 2012-11-10 Glenn Morris <rgm@gnu.org>
1647
1648 * variables.texi (Adding Generalized Variables):
1649 Update description of FIX-RETURN expansion.
1650
1651 * variables.texi (Setting Generalized Variables):
1652 Split most of previous contents into this subsection.
1653 (Adding Generalized Variables): New subsection.
1654 Move note on lack of setf functions here from misc/cl.texi.
1655
1656 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1657
1658 2012-11-10 Chong Yidong <cyd@gnu.org>
1659
1660 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1661
1662 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1663
1664 * os.texi (Notifications): Update descriptions of
1665 notifications-notify, notifications-close-notification and
1666 notifications-get-capabilities according to latest code changes.
1667 Add notifications-get-server-information.
1668
1669 2012-11-03 Chong Yidong <cyd@gnu.org>
1670
1671 * objects.texi (General Escape Syntax): Clarify the explanation of
1672 escape sequences.
1673 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1674 multibyte. Hex escapes do not automatically make a string
1675 multibyte.
1676
1677 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1678
1679 * windows.texi (Switching Buffers): Document option
1680 switch-to-buffer-preserve-window-point.
1681 (Display Action Functions): Document window-height and
1682 window-width alist entries.
1683 (Display Action Functions):
1684 Document display-buffer-below-selected and
1685 display-buffer-in-previous-window.
1686 (Quitting Windows): Document quit-restore-window.
1687 Rewrite section.
1688 (Window Configurations): In window-state-get mention that
1689 argument window must be valid.
1690 (Window Parameters): Document quit-restore window parameter
1691 (Bug#12158).
1692
1693 2012-10-31 Glenn Morris <rgm@gnu.org>
1694
1695 * control.texi (Catch and Throw): Add xref to cl.texi.
1696
1697 * lists.texi (Sets And Lists): Point xref to better location.
1698
1699 * errors.texi (Standard Errors):
1700 * loading.texi (Autoload): Update for cl-lib namespace changes.
1701
1702 * modes.texi (Defining Minor Modes): "Generalized Variables"
1703 section is now in this manual rather than cl.texi.
1704
1705 * eval.texi (Special Forms): No longer special forms: defmacro,
1706 defun, save-window-excursion, with-output-to-temp-buffer.
1707 * functions.texi (Defining Functions): Defun is now a macro.
1708 Defalias is a function.
1709
1710 2012-10-30 Glenn Morris <rgm@gnu.org>
1711
1712 * variables.texi (Generalized Variables): Fix typo.
1713
1714 2012-10-30 Chong Yidong <cyd@gnu.org>
1715
1716 * symbols.texi (Symbol Plists): Document function-get.
1717
1718 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1719
1720 * frames.texi (Visibility of Frames): Document tty-top-frame.
1721
1722 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * keymaps.texi (Format of Keymaps): Document the multiple
1725 inheritance format.
1726
1727 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1728
1729 * windows.texi (Basic Windows): Reformulate description of live,
1730 internal and valid windows.
1731 (Cyclic Window Ordering): Describe new argument of
1732 get-lru-window and get-largest-window. Add description of
1733 window-in-direction.
1734
1735 2012-10-27 Glenn Morris <rgm@gnu.org>
1736
1737 * variables.texi (Generalized Variables): New section,
1738 adapted from misc/cl.texi.
1739 * elisp.texi (Top): Add Generalized Variables to menu.
1740 * lists.texi (List Elements, List Variables):
1741 Mention generalized variables.
1742
1743 * lists.texi (List Elements): Typo fix.
1744
1745 2012-10-27 Chong Yidong <cyd@gnu.org>
1746
1747 * minibuf.texi (High-Level Completion): Don't mention removed
1748 function iswitchb-read-buffer.
1749
1750 * commands.texi (Event Input Misc): Remove last-input-char.
1751 (Command Loop Info): Remove last-command-char.
1752
1753 * frames.texi (Initial Parameters): Don't mention the obsolete
1754 special-display feature.
1755
1756 * windows.texi (Choosing Window): Don't mention the obsolete
1757 special display feature.
1758 (Choosing Window Options): Remove obsolete special-display
1759 variables, and the functions special-display-p and
1760 special-display-popup-frame.
1761
1762 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1763
1764 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1765
1766 * markers.texi (Information from Markers): Remove obsolete
1767 function buffer-has-markers-at.
1768
1769 * text.texi (Yanking): Document yank-handled-properties.
1770
1771 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1772
1773 Update manual for new time stamp format (Bug#12706).
1774 * buffers.texi (Modification Time):
1775 * files.texi (Testing Accessibility, File Attributes):
1776 * intro.texi (Version Info):
1777 * os.texi (Time of Day):
1778 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1779 These instances were missed the first time around.
1780 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1781
1782 2012-10-24 Chong Yidong <cyd@gnu.org>
1783
1784 * minibuf.texi (Text from Minibuffer): Document read-regexp
1785 changes.
1786
1787 * nonascii.texi (Selecting a Representation):
1788 Document set-buffer-multibyte changes.
1789
1790 * keymaps.texi (Toolkit Differences): Node deleted.
1791 (Easy Menu): New node.
1792
1793 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1796
1797 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1800 * files.texi (File Attributes):
1801 * text.texi (Undo):
1802 Time stamp resolution is now 1 picosecond, not 1 second.
1803
1804 2012-10-23 Chong Yidong <cyd@gnu.org>
1805
1806 * display.texi (Font Lookup): Remove font-list-limit.
1807
1808 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1809 (Bug#12529).
1810
1811 2012-10-22 Glenn Morris <rgm@gnu.org>
1812
1813 * os.texi (Recording Input): Tiny fix.
1814
1815 * intro.texi (Lisp History):
1816 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1817 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1818
1819 2012-10-15 Chong Yidong <cyd@gnu.org>
1820
1821 * macros.texi (Defining Macros): defmacro is now a macro.
1822 Explicitly list the docstring and declare arguments.
1823
1824 * functions.texi (Anonymous Functions): Explicitly list the
1825 docstring, declare, and interactive arguments to lambda.
1826 (Defining Functions): Likewise for defun.
1827 (Inline Functions): Likewise for defsubst.
1828 (Declare Form): Tweak description.
1829
1830 2012-10-13 Chong Yidong <cyd@gnu.org>
1831
1832 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1833
1834 2012-10-05 Chong Yidong <cyd@gnu.org>
1835
1836 * minibuf.texi (Basic Completion): Clarify list form of completion
1837 table (Bug#12564).
1838
1839 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1840
1841 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1842
1843 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1844
1845 Revert the FOLLOW-SYMLINKS change for file-attributes.
1846 * files.texi (File Attributes, Magic File Names): Undo last change.
1847
1848 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1849
1850 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1851 * files.texi (File Attributes): Describe it.
1852 (Magic File Names): Use it.
1853
1854 2012-09-30 Chong Yidong <cyd@gnu.org>
1855
1856 * commands.texi (Click Events): Define "mouse position list".
1857 Remove mention of unimplemented horizontal scroll bars.
1858 (Drag Events, Motion Events): Refer to "mouse position list".
1859 (Accessing Mouse): Document posnp.
1860
1861 * errors.texi (Standard Errors): Tweak arith-error description.
1862 Tweak markup. Remove domain-error and friends, which seem to be
1863 unused after the floating-point code revamp.
1864
1865 * functions.texi (Defining Functions): defun is now a macro.
1866 (Obsolete Functions): Obsolescence also affects
1867 documentation commands. Various clarifications.
1868 (Declare Form): New node.
1869
1870 * strings.texi (String Basics): Copyedits.
1871
1872 * os.texi (Startup Summary): Document leim-list.el change.
1873 (User Identification): Add system-users and system-groups.
1874 (Idle Timers): Minor clarifications.
1875
1876 * macros.texi (Defining Macros): Move description of `declare' to
1877 Declare Form node.
1878
1879 * loading.texi (Autoload):
1880 * help.texi (Documentation Basics): The special sequences can
1881 trigger autoloading.
1882
1883 * numbers.texi (Integer Basics): Copyedits.
1884 (Float Basics): Consider IEEE floating point always available.
1885 (Random Numbers): Document actual limits.
1886 (Arithmetic Operations): Clarify division by zero. Don't mention
1887 the machine-independence of negative division since it does not
1888 happen in practice.
1889
1890 2012-09-28 Leo Liu <sdl.web@gmail.com>
1891
1892 * files.texi (Files): Fix typo.
1893
1894 2012-09-23 Chong Yidong <cyd@gnu.org>
1895
1896 * buffers.texi (Read Only Buffers): Document read-only-mode.
1897
1898 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1899 read-only-mode.
1900
1901 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1902 calling conventions.
1903
1904 2012-09-22 Chong Yidong <cyd@gnu.org>
1905
1906 * searching.texi (Replacing Match): Minor clarification.
1907
1908 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1909
1910 * edebug.texi (Instrumenting): Improve indexing.
1911
1912 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1913 from within its own timer action. (Bug#12447)
1914
1915 2012-09-22 Chong Yidong <cyd@gnu.org>
1916
1917 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1918
1919 2012-09-21 Glenn Morris <rgm@gnu.org>
1920
1921 * debugging.texi (Using Debugger): Fix typo.
1922
1923 2012-09-18 Chong Yidong <cyd@gnu.org>
1924
1925 * display.texi (Faces): Discuss anonymous faces.
1926 (Face Attributes): Tweak intro.
1927 (Defining Faces): Move after the Face Attributes node. Copyedits.
1928 (Displaying Faces): Describe role of inheritance.
1929
1930 * customize.texi (Customization): Define customization more
1931 carefully (Bug#11440).
1932 (Common Keywords): Add xref to Constant Variables.
1933
1934 * variables.texi (Defining Variables): Link to defcustom's node
1935 instead of the higher-level Customization chapter.
1936
1937 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1938
1939 Simplify, document, and port floating-point (Bug#12381).
1940 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1941 Document that / and mod (with floating point arguments), along
1942 with asin, acos, log, log10, expt and sqrt, return special values
1943 instead of signaling exceptions.
1944 (Float Basics): Document that logb operates on the absolute value
1945 of its argument.
1946 (Math Functions): Document that (log ARG BASE) also returns NaN if
1947 BASE is negative. Document that (expt X Y) returns NaN if X is a
1948 finite negative number and Y a finite non-integer.
1949
1950 2012-09-09 Chong Yidong <cyd@gnu.org>
1951
1952 * lists.texi (Sets And Lists): Explain that the return value for
1953 delete should be used, like for delq.
1954
1955 * minibuf.texi (Yes-or-No Queries): Document recentering and
1956 scrolling in y-or-n-p. Remove gratuitous example.
1957
1958 * searching.texi (Search and Replace): Document window scrolling
1959 entries in query-replace-map.
1960
1961 2012-09-08 Chong Yidong <cyd@gnu.org>
1962
1963 * syntax.texi (Syntax Table Internals): Define "raw syntax
1964 descriptor" terminology (Bug#12383).
1965 (Syntax Descriptors): Mention raw syntax descriptors.
1966
1967 2012-09-07 Chong Yidong <cyd@gnu.org>
1968
1969 * variables.texi (Creating Buffer-Local): Fix description of
1970 local-variable-if-set-p (Bug#10713).
1971
1972 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1973
1974 * windows.texi (Display Action Functions)
1975 (Choosing Window Options): Remove obsolete variable
1976 display-buffer-reuse-frames.
1977 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1978
1979 * positions.texi (Narrowing): Document buffer-narrowed-p.
1980
1981 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1982
1983 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1984 (Bug#12269).
1985
1986 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1987
1988 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1989
1990 2012-09-02 Chong Yidong <cyd@gnu.org>
1991
1992 * windows.texi (Window Configurations): Recommend against using
1993 save-window-excursion (Bug#12075).
1994
1995 * control.texi (Catch and Throw):
1996 * positions.texi (Excursions): Don't mention it.
1997
1998 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 Better seed support for (random).
2001 * numbers.texi (Random Numbers): Document new behavior of
2002 the calls (random) and (random STRING).
2003
2004 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2005
2006 * windows.texi (Window Point): Document recent changes in
2007 window-point and set-window-point.
2008 (Selecting Windows): Document recent change in select-window.
2009
2010 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2011
2012 * functions.texi (Closures): Put the main index entry for
2013 "closures" here. (Bug#12138)
2014
2015 * variables.texi (Lexical Binding): Disambiguate the index entry
2016 for "closures".
2017
2018 2012-08-05 Chong Yidong <cyd@gnu.org>
2019
2020 * display.texi (Defining Faces): Move documentation of
2021 frame-background-mode to the Emacs manual (Bug#7774).
2022
2023 2012-08-04 Chong Yidong <cyd@gnu.org>
2024
2025 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2026 Fix description of syntax table inheritance.
2027 (Syntax Table Functions): Don't refer to internal contents of
2028 syntax table, since that is not explained yet. Copyedits.
2029 (Standard Syntax Tables): Node deleted.
2030 (Syntax Table Internals): Misc clarifications. Improve table
2031 formatting.
2032
2033 * keymaps.texi (Inheritance and Keymaps):
2034 * text.texi (Sticky Properties): Tweak index entry.
2035
2036 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2037
2038 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2039
2040 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2041
2042 Prefer typical American spelling for "acknowledgment".
2043 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2044
2045 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2046
2047 * commands.texi (Special Events): Mention language-change event.
2048 (Input Events, Interactive Codes):
2049 * keymaps.texi (Key Sequences): Mention events that are
2050 non-keyboard but also non-mouse events.
2051
2052 2012-07-17 Chong Yidong <cyd@gnu.org>
2053
2054 * text.texi (Insertion): Document insert-char changes.
2055
2056 2012-07-15 Leo Liu <sdl.web@gmail.com>
2057
2058 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2059
2060 2012-07-13 Chong Yidong <cyd@gnu.org>
2061
2062 * buffers.texi (Read Only Buffers): Document toggle-read-only
2063 changes. Reword to account for the fact that read-only is
2064 currently not supported in overlay properties.
2065
2066 2012-07-07 Chong Yidong <cyd@gnu.org>
2067
2068 * loading.texi (Library Search): Index site-lisp directories.
2069
2070 2012-07-06 Chong Yidong <cyd@gnu.org>
2071
2072 * intro.texi (A Sample Function Description): Fix incorrect
2073 markup, undoing previous change.
2074 (A Sample Variable Description): Minor clarifications and markup
2075 improvements.
2076
2077 * elisp.texi (Top):
2078 * text.texi (Text): Fix menu order.
2079
2080 2012-07-06 Richard Stallman <rms@gnu.org>
2081
2082 * intro.texi (Evaluation Notation, A Sample Function Description)
2083 (A Sample Variable Description): Improve/undo previous changes.
2084
2085 2012-07-05 Glenn Morris <rgm@gnu.org>
2086
2087 * intro.texi (A Sample Function Description): Fix cross-refs.
2088
2089 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2090
2091 * intro.texi (Evaluation Notation, A Sample Function Description)
2092 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2093
2094 2012-06-27 Chong Yidong <cyd@gnu.org>
2095
2096 * processes.texi (Asynchronous Processes, Input to Processes):
2097 * internals.texi (Process Internals): Don't capitalize "pty".
2098
2099 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2100
2101 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2102 discussion more prominent.
2103
2104 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2105
2106 * commands.texi (Misc Events): Document the language-change event.
2107
2108 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2109
2110 Support higher-resolution time stamps (Bug#9000).
2111 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2112 * processes.texi (System Processes):
2113 Time stamp resolution is now picosecond, not microsecond.
2114
2115 2012-06-21 Glenn Morris <rgm@gnu.org>
2116
2117 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2118
2119 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * functions.texi (Defining Functions):
2122 * macros.texi (Defining Macros): Un-define the return value of `defun',
2123 `defmacro' and `defalias'.
2124
2125 2012-06-17 Chong Yidong <cyd@gnu.org>
2126
2127 * elisp.texi: Remove urlcolor setting.
2128
2129 2012-06-17 Glenn Morris <rgm@gnu.org>
2130
2131 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2132 Overlining no longer behaves exactly like underlining.
2133
2134 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2135
2136 * display.texi (Face Attributes):
2137 Document wave-style underline face attribute.
2138
2139 2012-06-11 Chong Yidong <cyd@gnu.org>
2140
2141 * display.texi (ImageMagick Images): ImageMagick now supports the
2142 :background property.
2143
2144 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2145
2146 * internals.texi (Garbage Collection): Typo fix.
2147
2148 2012-06-09 Chong Yidong <cyd@gnu.org>
2149
2150 * text.texi (Special Properties): Clarify the meaning of a list of
2151 faces in the `face' property.
2152
2153 * display.texi (Face Remapping): Minor clarification.
2154
2155 2012-06-08 Chong Yidong <cyd@gnu.org>
2156
2157 * display.texi (Face Attributes): Font family does not accept
2158 wildcards. De-document obsolete :bold and :italic attributes.
2159 (Defining Faces): Use new-style face spec format.
2160
2161 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2162
2163 * internals.texi (Garbage Collection): Document new
2164 vector management code and vectorlike_header structure.
2165
2166 2012-06-03 Chong Yidong <cyd@gnu.org>
2167
2168 * modes.texi (Mode Line Data): Use "mode line construct"
2169 terminology for consistency.
2170
2171 2012-05-27 Glenn Morris <rgm@gnu.org>
2172
2173 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2174 * buffers.texi, commands.texi, compile.texi, control.texi:
2175 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2176 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2177 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2178 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2179 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2180 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2181 * objects.texi, os.texi, package.texi, positions.texi:
2182 * processes.texi, searching.texi, sequences.texi, streams.texi:
2183 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2184 * variables.texi, windows.texi: Nuke hand-written node pointers.
2185
2186 2012-05-27 Chong Yidong <cyd@gnu.org>
2187
2188 * functions.texi (Obsolete Functions):
2189 Fix doc for set-advertised-calling-convention.
2190
2191 * modes.texi (Mode Help): Fix describe-mode.
2192
2193 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2194
2195 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2196
2197 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2198
2199 * commands.texi (Recursive Editing): recursive-edit is a command.
2200
2201 * compile.texi (Docs and Compilation):
2202 byte-compile-dynamic-docstrings is an option.
2203
2204 * debugging.texi (Invoking the Debugger): debug is a command.
2205
2206 * display.texi (Progress): progress-reporter-update and
2207 progress-reporter-force-update have VALUE argument optional.
2208 (Animated Images): Use non-@code{nil} instead of non-nil.
2209
2210 * files.texi (Format Conversion Round-Trip):
2211 Use non-@code{nil} instead of non-nil.
2212
2213 * frames.texi (Creating Frames): make-frame is a command.
2214 (Input Focus): select-frame is a command.
2215 (Pointer Shape): void-text-area-pointer is an option.
2216
2217 * help.texi (Describing Characters): read-kbd-macro is a command.
2218 (Help Functions): describe-prefix-bindings is a command.
2219
2220 * markers.texi (Creating Markers): Both arguments of copy-marker
2221 are optional.
2222
2223 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2224
2225 * modes.texi (Mode Line Variables): mode-line-remote and
2226 mode-line-client are not options.
2227 (Imenu): imenu-add-to-menubar is a command.
2228 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2229
2230 * os.texi (Sound Output): play-sound-file is a command.
2231
2232 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2233
2234 * processes.texi (Signals to Processes):
2235 Use @key{RET} instead of @code{RET}.
2236 (Signals to Processes): signal-process is a command.
2237
2238 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2239 (Base 64): base64-encode-string is not a command while
2240 base64-decode-region is.
2241
2242 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2243
2244 2012-05-12 Glenn Morris <rgm@gnu.org>
2245
2246 * Makefile.in (MKDIR_P): New, set by configure.
2247 (mkinfodir): Use $MKDIR_P.
2248
2249 2012-05-10 Glenn Morris <rgm@gnu.org>
2250
2251 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2252 with "coding: raw-text".
2253 Concept of multibyte sessions no longer exists.
2254
2255 * files.texi (File Locks): Mention create-lockfiles option.
2256
2257 2012-05-09 Glenn Morris <rgm@gnu.org>
2258
2259 * vol1.texi, vol2.texi: Remove files.
2260 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2261 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2262
2263 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2264
2265 * two-volume.make (emacsdir): New.
2266 (tex): Add directory with emacsver.texi to TEXINPUTS.
2267
2268 * minibuf.texi (Minibuffer History, Basic Completion):
2269 Tweak page breaks.
2270
2271 * internals.texi (Garbage Collection, Memory Usage)
2272 (Writing Emacs Primitives): Tweak page breaks.
2273
2274 * streams.texi (Output Variables): Improve page break.
2275
2276 * edebug.texi (Edebug Display Update): Improve page break.
2277
2278 * compile.texi (Disassembly): Condense the examples.
2279
2280 * eval.texi, functions.texi, loading.texi, macros.texi:
2281 Where possible, use example rather than smallexample.
2282
2283 * symbols.texi: Where possible, use example rather than smallexample.
2284 (Symbol Components): Fix typo.
2285 (Other Plists): Tweak page break.
2286
2287 * sequences.texi (Arrays): Tweak page breaks.
2288
2289 * customize.texi: Where possible, use example rather than smallexample.
2290 (Common Keywords, Variable Definitions, Applying Customizations)
2291 (Custom Themes): Tweak page breaks.
2292
2293 * control.texi: Where possible, use example rather than smallexample.
2294 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2295 Tweak page breaks.
2296
2297 2012-05-08 Glenn Morris <rgm@gnu.org>
2298
2299 * two.el: Remove; unused since creation of two-volume.make.
2300
2301 * vol1.texi, vol2.texi: No need to keep menus in these files.
2302
2303 2012-05-05 Glenn Morris <rgm@gnu.org>
2304
2305 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2306
2307 * intro.texi (Caveats): Copyedit.
2308 (Lisp History): Convert inforef to xref.
2309 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2310
2311 * text.texi (Auto Filling): Don't mention Emacs 19.
2312
2313 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2314 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2315
2316 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2317
2318 * lists.texi (List-related Predicates, List Variables):
2319 Tweak page-breaks.
2320 (Sets And Lists): Convert inforef to xref.
2321
2322 2012-05-04 Glenn Morris <rgm@gnu.org>
2323
2324 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2325 (info, infoclean): Use $INFO_EXT.
2326 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2327 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2328 (info, maintainer-clean): Use $INFO_EXT.
2329 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2330
2331 2012-05-04 Chong Yidong <cyd@gnu.org>
2332
2333 * os.texi (Timers): Use defopt for timer-max-repeats.
2334
2335 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2336
2337 * os.texi (Time of Day): Do not limit current-time-string
2338 to years 1000..9999.
2339
2340 2012-05-02 Chong Yidong <cyd@gnu.org>
2341
2342 * display.texi (Font Lookup):
2343 * frames.texi (Pointer Shape):
2344 * processes.texi (Subprocess Creation): Use defopt for options.
2345
2346 2012-05-02 Glenn Morris <rgm@gnu.org>
2347
2348 * elisp.texi (@copying):
2349 * intro.texi (Introduction): Only print VERSION in the TeX version.
2350
2351 2012-05-02 Chong Yidong <cyd@gnu.org>
2352
2353 * text.texi (Change Hooks): Minor fix for after-change-functions.
2354
2355 2012-05-02 Glenn Morris <rgm@gnu.org>
2356
2357 * package.texi (Packaging Basics):
2358 * loading.texi (Autoload):
2359 * files.texi (Magic File Names):
2360 Reword to remove/reduce some overly long/short lines.
2361
2362 2012-04-27 Glenn Morris <rgm@gnu.org>
2363
2364 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2365 * modes.texi (Major Modes, Auto-Indentation):
2366 * buffers.texi (Buffers): Some fixes for menu descriptions.
2367
2368 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2369 * functions.texi (Simple Lambda, Argument List):
2370 * eval.texi (Function Indirection): Avoid deprecated form.
2371
2372 2012-04-27 Glenn Morris <rgm@gnu.org>
2373
2374 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2375 Add "et al." to authors.
2376
2377 * buffers.texi, commands.texi, compile.texi, control.texi:
2378 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2379 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2380 * modes.texi, numbers.texi, objects.texi, streams.texi:
2381 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2382 Use Texinfo recommended convention for quotes+punctuation.
2383
2384 2012-04-27 Chong Yidong <cyd@gnu.org>
2385
2386 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2387 to where-is-internal (Bug#10872).
2388
2389 2012-04-27 Glenn Morris <rgm@gnu.org>
2390
2391 * macros.texi (Indenting Macros): Fix typo.
2392
2393 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2394 (Resizing Windows, Deleting Windows, Selecting Windows)
2395 (Choosing Window Options, Horizontal Scrolling)
2396 (Cyclic Window Ordering, Window History, Dedicated Windows)
2397 (Quitting Windows, Window Configurations, Textual Scrolling)
2398 (Coordinates and Windows, Window Configurations)
2399 (Window Parameters, Window Hooks): Copyedits.
2400 (Splitting Windows, Deleting Windows):
2401 Fix ignore-window-parameters logic.
2402 (Selecting Windows, Choosing Window Options): Markup fixes.
2403 (Window Start and End): Remove pointless example.
2404 Remove cross-reference to deleted count-lines content.
2405 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2406 and recenter-positions. Remove recenter example.
2407
2408 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2409
2410 * minibuf.texi (Intro to Minibuffers):
2411 Tweak discussion of resizing minibuffer window.
2412
2413 2012-04-26 Glenn Morris <rgm@gnu.org>
2414
2415 * elisp-covers.texi, front-cover-1.texi: Remove files.
2416
2417 * tindex.pl: Remove file.
2418
2419 * makefile.w32-in (srcs):
2420 * Makefile.in (srcs): Remove back.texi (which is unused).
2421
2422 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * os.texi (Notifications): Extend possible notification hints.
2425 Add notifications-get-capabilities.
2426
2427 2012-04-20 Chong Yidong <cyd@gnu.org>
2428
2429 * processes.texi (Asynchronous Processes): Mention nil argument to
2430 start-process.
2431
2432 2012-04-20 Glenn Morris <rgm@gnu.org>
2433
2434 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2435 Don't mention obsolete `nospace' argument of all-completions.
2436 (Minibuffer Completion, Completion Commands, Reading File Names)
2437 (Completion Variables): Copyedits.
2438 (Completion Commands): Mention parent keymaps.
2439 Remove obsolete minibuffer-local-filename-must-match-map.
2440 (High-Level Completion): Remove read-variable's almost
2441 word-for-word duplication of read-command.
2442 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2443 Update "High-Level Completion" description.
2444
2445 * minibuf.texi (Minibuffers):
2446 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2447
2448 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2449 Use Texinfo-recommended form of quote+punctuation.
2450 (Intro to Minibuffers): First minibuffer is #1, not #0.
2451 Mention minibuffer-inactive-mode.
2452 (Text from Minibuffer): Copyedits.
2453 (Minibuffer History, Programmed Completion): Fix @var usage.
2454 (Object from Minibuffer): Remove overly pedantic para.
2455 (Minibuffer History): Copyedits. Add face-name-history.
2456 (Initial Input, Yes-or-No Queries, Multiple Queries)
2457 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2458 (Yes-or-No Queries): Tweak example.
2459 (Minibuffer Commands): Add next-complete-history-element.
2460 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2461 minibuffer-inactive-mode.
2462
2463 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2464 (Bindat Functions): Copyedits.
2465
2466 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2467
2468 * files.texi (Saving Buffers): Document `visit and `visit-save'
2469 values of require-final-newline.
2470
2471 2012-04-20 Glenn Morris <rgm@gnu.org>
2472
2473 * processes.texi (Output from Processes, Filter Functions):
2474 Mention waiting-for-user-input-p.
2475 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2476 (Network Servers, Datagrams, Network Processes, Network Options)
2477 (Network Feature Testing, Serial Ports): Copyedits.
2478 (Network): Add encrypted network overview paragraph.
2479 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2480
2481 2012-04-20 Chong Yidong <cyd@gnu.org>
2482
2483 * help.texi (Keys in Documentation): Mention :advertised-binding.
2484
2485 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2486 description to help.texi.
2487
2488 2012-04-20 Glenn Morris <rgm@gnu.org>
2489
2490 * processes.texi (Process Information, Input to Processes)
2491 (Signals to Processes, Output from Processes, Process Buffers)
2492 (Filter Functions, Decoding Output): Copyedits.
2493 (Accepting Output): Discourage use of `millisec' argument.
2494
2495 2012-04-15 Glenn Morris <rgm@gnu.org>
2496
2497 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2498 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2499 Copyedits.
2500 (Subprocess Creation): Discourage modifying exec-path directly.
2501 (Synchronous Processes, Asynchronous Processes):
2502 Update some example output.
2503 (Process Information): Fix typo.
2504 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2505
2506 2012-04-15 Glenn Morris <rgm@gnu.org>
2507
2508 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2509 open-network-stream does exist in Emacs 23, but is simpler.
2510
2511 2012-04-15 Chong Yidong <cyd@gnu.org>
2512
2513 * customize.texi (Custom Themes): Also document load-theme etc.
2514
2515 2012-04-14 Chong Yidong <cyd@gnu.org>
2516
2517 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2518
2519 * display.texi (Defining Faces): Reference custom-set-faces.
2520
2521 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2522 * os.texi (Startup Summary): Copyedits.
2523
2524 2012-04-14 Glenn Morris <rgm@gnu.org>
2525
2526 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2527
2528 * strings.texi (Case Tables):
2529 * objects.texi (General Escape Syntax):
2530 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2531
2532 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2533 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2534 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2535 * text.texi: Use @file for buffers, per the Texinfo manual.
2536
2537 * compile.texi (Compiler Errors): Add missing space in buffer name.
2538
2539 2012-04-14 Chong Yidong <cyd@gnu.org>
2540
2541 * processes.texi (Query Before Exit): Remove obsolete function
2542 process-kill-without-query (Bug#11190).
2543
2544 2012-04-14 Glenn Morris <rgm@gnu.org>
2545
2546 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2547 Use @env for environment variables.
2548
2549 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2550
2551 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2552
2553 * processes.texi (Synchronous Processes):
2554 Mention `default-directory' (bug#7515).
2555
2556 2012-04-09 Chong Yidong <cyd@gnu.org>
2557
2558 * customize.texi (Variable Definitions): Remove user-variable-p.
2559
2560 * commands.texi (Interactive Codes):
2561 * help.texi (Accessing Documentation):
2562 * minibuf.texi (High-Level Completion): Callers changed.
2563
2564 2012-04-06 Chong Yidong <cyd@gnu.org>
2565
2566 * minibuf.texi (Programmed Completion): Document metadata method.
2567 (Completion Variables): Document completion-category-overrides.
2568
2569 2012-04-05 Chong Yidong <cyd@gnu.org>
2570
2571 * anti.texi (Antinews): Rewrite for Emacs 23.
2572
2573 2012-04-04 Chong Yidong <cyd@gnu.org>
2574
2575 * minibuf.texi (Programmed Completion): Remove obsolete variable
2576 completion-annotate-function.
2577 (Completion Variables): Rename from Completion Styles.
2578 Document completion-extra-properties. Document completion-styles-alist
2579 change.
2580 (Reading File Names): minibuffer-local-filename-must-match-map is
2581 not used anymore.
2582 (Minibuffer Completion): Document completing-read-function.
2583 (Completion in Buffers): completion-at-point-functions can return
2584 properties recognized in completion-extra-properties.
2585
2586 * display.texi (Delayed Warnings): New node.
2587
2588 * os.texi (Notifications): Copyedits.
2589
2590 2012-04-04 Glenn Morris <rgm@gnu.org>
2591
2592 * os.texi (Notifications): Copyedits.
2593
2594 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2595
2596 * os.texi (Terminal-Specific): Fix typo.
2597 (Notifications): New section.
2598
2599 * elisp.texi (Top):
2600 * vol1.texi (Top):
2601 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2602 menu entries.
2603
2604 2012-04-01 Chong Yidong <cyd@gnu.org>
2605
2606 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2607 file-in-directory-p.
2608
2609 2012-03-31 Glenn Morris <rgm@gnu.org>
2610
2611 * edebug.texi (Instrumenting Macro Calls):
2612 Mention defining macros at instrumentation time.
2613 (Edebug Options): Mention edebug-unwrap-results.
2614
2615 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2616
2617 * text.texi (Special Properties): Clarify the description of the
2618 effect of integer values of the 'cursor' property on cursor
2619 position. See the discussions in bug#11068 for more details and
2620 context.
2621
2622 2012-03-31 Glenn Morris <rgm@gnu.org>
2623
2624 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2625 Copyedits.
2626
2627 2012-03-30 Chong Yidong <cyd@gnu.org>
2628
2629 * display.texi (Image Formats): Add imagemagick type.
2630 (Image Descriptors): Mention how they are used.
2631 (ImageMagick Images): Clarify role of imagemagick-register-types.
2632 (Character Display): Don't mention glyph tables.
2633 (Display Tables): Use make-glyph-code in example.
2634 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2635 tables are semi-obsolete. De-document create-glyph.
2636 (Glyphless Chars): Note that display tables override this.
2637 (Bidirectional Display): Copyedits. Introduce "bidirectional
2638 reordering" terminology, and use it.
2639
2640 2012-03-30 Glenn Morris <rgm@gnu.org>
2641
2642 * edebug.texi (Jumping): Give name of `i' binding.
2643
2644 2012-03-28 Glenn Morris <rgm@gnu.org>
2645
2646 * searching.texi (Regular Expressions, Regexp Special)
2647 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2648 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2649 (Regexp Special): Mention collation.
2650 Clarify char classes with an example.
2651 (Regexp Functions): Mention regexp-opt is not guaranteed.
2652 Mention regexp-opt-charset.
2653 (Regexp Search): Recommend against looking-back.
2654 (Search and Replace): Use Texinfo recommended quote convention.
2655 Add more query-replace-map items. List multi-query-replace-map items.
2656
2657 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2658
2659 * windows.texi (Window History): Describe new option
2660 switch-to-visible-buffer.
2661
2662 2012-03-27 Glenn Morris <rgm@gnu.org>
2663
2664 * searching.texi (String Search): Add xref to Emacs manual.
2665 Copyedits. Mention the function word-search-regexp.
2666 (Searching and Case): Add xref to Emacs manual. Copyedits.
2667
2668 * processes.texi (Network Servers): Standardize apostrophe usage.
2669
2670 * os.texi (System Environment): Copyedits. Remove some examples
2671 that do not seem useful. Mention setenv third arg.
2672 tty-erase-char does not seem to be nil under a window-system.
2673 (User Identification): Copyedits.
2674 Remove some examples that do not seem useful.
2675
2676 2012-03-26 Glenn Morris <rgm@gnu.org>
2677
2678 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2679 (Init File): Copyedits.
2680 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2681 (Killing Emacs): Copyedits.
2682 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2683 Shorten the example, use more standard shell prompts.
2684
2685 2012-03-25 Chong Yidong <cyd@gnu.org>
2686
2687 * display.texi (Fringes): Note that fringes are shown on graphical
2688 displays only.
2689 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2690 (Replacing Specs): Clarify example.
2691 (Manipulating Buttons): Note that button-at can return a marker.
2692 (Buttons): Minor rewrite.
2693 (Character Display): New node. Consolidate all character display
2694 related nodes into its subsections.
2695 (Usual Display): Character 127 is also affected by ctl-arrow.
2696 (Display Tables): Improve example.
2697
2698 2012-03-22 Glenn Morris <rgm@gnu.org>
2699
2700 * strings.texi (Text Comparison): Mention string-prefix-p.
2701
2702 2012-03-21 Chong Yidong <cyd@gnu.org>
2703
2704 * display.texi (The Echo Area): Add xref to Output Streams.
2705 (Displaying Messages): Improve doc of message.
2706 (Echo Area Customization, Invisible Text): Copyedits.
2707 (Invisible Text): Mention that spec comparison is done with eq.
2708 (Width): Improve doc of char-width.
2709 (Faces): Recommend using symbol instead of string for face name.
2710 Minor clarifications.
2711 (Defining Faces): Copyedits. Update face example.
2712 (Attribute Functions): Mark set-face-foreground etc as commands.
2713 (Face Remapping): Mention text-scale-adjust.
2714 Clarify face-remapping-alist and related docs.
2715 (Face Functions): Don't document make-face or copy-face.
2716
2717 2012-03-20 Chong Yidong <cyd@gnu.org>
2718
2719 * display.texi (Forcing Redisplay): Various rewrites to reflect
2720 new value of redisplay-dont-pause.
2721 (Truncation): Copyedits.
2722
2723 2012-03-20 Glenn Morris <rgm@gnu.org>
2724
2725 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2726 Add summary table of some relevant command-line options.
2727
2728 2012-03-18 Chong Yidong <cyd@gnu.org>
2729
2730 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2731 (Writing Emacs Primitives): Re-organize discussion of functions
2732 with variable Lisp arguments are handled. Delete an obsolete
2733 remark, previously tagged as FIXME.
2734
2735 * os.texi (Idle Timers): Minor clarification.
2736 (Idle Timers): Link to Time of Day for description of time list.
2737
2738 2012-03-18 Glenn Morris <rgm@gnu.org>
2739
2740 * os.texi (System Interface): Flow control was removed.
2741 (Startup Summary): General update.
2742 (Init File): Don't mention compiling it.
2743
2744 2012-03-17 Chong Yidong <cyd@gnu.org>
2745
2746 * os.texi (Startup Summary): Mention package loading.
2747 (Init File): Don't refer to .emacs in section title. Copyedits.
2748 (Terminal-Specific): Give a realistic example.
2749 (Command-Line Arguments): Reference Entering Emacs instead of
2750 repeating the spiel about not restarting Emacs.
2751 (Time of Day): Discuss time representation at beginning of node.
2752 (Sound Output): Copyedits.
2753
2754 * package.texi (Packaging Basics): Document package-initialize.
2755
2756 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2757
2758 * frames.texi (Initial Parameters): Add an index entry for
2759 minibuffer-only frame.
2760
2761 2012-03-16 Glenn Morris <rgm@gnu.org>
2762
2763 * modes.texi (Major Mode Conventions): Mention the strange
2764 relationship between View mode and special modes. (Bug#10650)
2765
2766 2012-03-11 Chong Yidong <cyd@gnu.org>
2767
2768 * windows.texi (Window Configurations): save-window-excursion is
2769 now a macro.
2770
2771 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2772 now a macro.
2773
2774 * text.texi (Fields): Minor copyedit.
2775
2776 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2777
2778 * strings.texi (String Basics):
2779 * sequences.texi (Sequence Functions): Mention that `length' is
2780 not appropriate for computing the string width on display; add a
2781 cross-reference to the description of `string-width'. (Bug#10978)
2782
2783 * eval.texi (Autoloading): Minor change of wording.
2784
2785 2012-03-10 Chong Yidong <cyd@gnu.org>
2786
2787 * loading.texi (Autoload): Explicitly state which forms are
2788 processed specially (Bug#7783).
2789
2790 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2791 non-default situation. Describe one-submenu exception (Bug#7695).
2792
2793 * nonascii.texi (Character Properties): Copyedits.
2794
2795 2012-03-08 Chong Yidong <cyd@gnu.org>
2796
2797 * text.texi (Mode-Specific Indent): Document new behavior of
2798 indent-for-tab-command. Document tab-always-indent.
2799 (Special Properties): Copyedits.
2800 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2801 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2802 libxml-parse-html-region.
2803
2804 2012-03-07 Glenn Morris <rgm@gnu.org>
2805
2806 * markers.texi (The Region): Briefly mention use-empty-active-region
2807 and region-active-p.
2808 (Overview of Markers): Reword garbage collection, add cross-ref.
2809 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2810
2811 2012-03-07 Chong Yidong <cyd@gnu.org>
2812
2813 * text.texi (Buffer Contents): Don't duplicate explanation of
2814 region arguments from Text node. Put doc of obsolete var
2815 buffer-substring-filters back, since it is referred to.
2816 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2817 selection by default.
2818
2819 * markers.texi (The Mark): Fix typo.
2820 (The Region): Copyedits.
2821
2822 2012-03-07 Glenn Morris <rgm@gnu.org>
2823
2824 * markers.texi (Overview of Markers): Copyedits.
2825 (Creating Markers): Update approximate example buffer size.
2826 (The Mark): Don't mention uninteresting return values.
2827
2828 2012-03-05 Chong Yidong <cyd@gnu.org>
2829
2830 * positions.texi (Text Lines): Document count-words.
2831
2832 2012-03-04 Chong Yidong <cyd@gnu.org>
2833
2834 * frames.texi (Frames): Remove little-used "terminal frame" and
2835 "window frame" terminology.
2836 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2837 (Size and Position, Visibility of Frames): Callers changed.
2838 (Frames): Clarify which terminals in framep are graphical.
2839 (Initial Parameters): --geometry is not the only option which adds
2840 to initial-frame-alist.
2841 (Position Parameters): Note that icon-left and icon-top are for
2842 old window managers only.
2843 (Size Parameters): Sizes are in characters even on graphical
2844 displays.
2845 (Management Parameters): Note that window-id and outer-window-id
2846 can't really be changed, and that auto-raise isn't always obeyed.
2847 (Cursor Parameters): Document cursor-type explicitly.
2848 (Size and Position): The aliases set-screen-height and
2849 set-screen-width have been deleted.
2850 (Visibility of Frames): Mention "minimization".
2851
2852 * os.texi (Startup Summary): Minor clarifications.
2853 (Startup Summary, Suspending Emacs): Standardize on "text
2854 terminal" terminology.
2855
2856 * windows.texi (Basic Windows, Coordinates and Windows)
2857 (Coordinates and Windows):
2858 * display.texi (Refresh Screen, Line Height, Face Attributes)
2859 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2860
2861 2012-03-04 Glenn Morris <rgm@gnu.org>
2862
2863 * abbrevs.texi: Small copyedits throughout.
2864 (Abbrev Mode): Remove this section, folding it into the top-level.
2865 (Abbrev Tables): Don't mention irrelevant return values.
2866 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2867 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2868 (Abbrev Table Properties): Update nil :regexp description.
2869
2870 2012-03-03 Glenn Morris <rgm@gnu.org>
2871
2872 * internals.texi: Change @appendix section commands to @section.
2873 (Building Emacs): Say less about CANNOT_DUMP platforms.
2874 Replace deleted eval-at-startup with custom-initialize-delay.
2875 (Pure Storage): Small changes.
2876 (Memory Usage): Copyedit.
2877 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2878 example definitions. Give examples of things with non-nil
2879 interactive args. Mention eval_sub. Remove old info about
2880 strings and GCPRO. Mention cus-start.el.
2881 (Buffer Internals, Window Internals, Process Internals):
2882 Misc small updates and fixes for fields.
2883
2884 * tips.texi: Copyedits.
2885 (Coding Conventions): Mention autoloads.
2886 Combine partially duplicated macro items. Fix xref.
2887 Refer to Library Headers for copyright notice.
2888 (Programming Tips): edit-options is long-obsolete.
2889 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2890 (Warning Tips): Mention declare-function.
2891 (Documentation Tips): Remove old info.
2892 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2893 (Library Headers): General update.
2894
2895 2012-03-02 Glenn Morris <rgm@gnu.org>
2896
2897 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2898 and relocate entry. Mention buffer-stale-function.
2899
2900 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2901
2902 * hooks.texi (Standard Hooks): General update.
2903 Put related hooks together. Add and remove items.
2904 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2905 * modes.texi (Hooks): Tweak cross-ref description.
2906
2907 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2908
2909 * files.texi (Kinds of Files): The return value of file-equal-p is
2910 unspecified, if FILE1 or FILE2 does not exist.
2911
2912 2012-03-01 Glenn Morris <rgm@gnu.org>
2913
2914 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2915
2916 * maps.texi (Standard Keymaps): General update.
2917 Remove mode-specific maps, talk about the more general keymaps.
2918 * help.texi (Help Functions): Add vindex for Helper-help-map.
2919 * keymaps.texi (Active Keymaps): Minor rephrasing.
2920
2921 2012-02-29 Glenn Morris <rgm@gnu.org>
2922
2923 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2924
2925 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2926
2927 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2928 Update changed behavior of file-subdir-of-p.
2929
2930 2012-02-28 Glenn Morris <rgm@gnu.org>
2931
2932 * advice.texi, anti.texi, display.texi, elisp.texi:
2933 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2934 Standardize possessive apostrophe usage.
2935
2936 * locals.texi: Remove file.
2937 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2938 Remove menu entry.
2939 * errors.texi, maps.texi: Adjust node pointers.
2940 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2941 * makefile.w32-in (srcs):
2942 * Makefile.in (srcs): Remove locals.texi.
2943
2944 * frames.texi (Mouse Position): Fix cross-ref.
2945
2946 2012-02-27 Chong Yidong <cyd@gnu.org>
2947
2948 * buffers.texi (Creating Buffers): Clarify that
2949 generate-new-buffer uses generate-new-buffer-names.
2950 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2951
2952 * files.texi (Directory Names): Index entry for file name abbreviations.
2953 (Relative File Names, File Name Expansion): Refer to it.
2954 (Locating Files): Move locate-user-emacs-file documentation to
2955 Standard File Names.
2956 (Standard File Names): Add locate-user-emacs-file; update examples.
2957
2958 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2959
2960 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2961
2962 2012-02-26 Chong Yidong <cyd@gnu.org>
2963
2964 * files.texi (Kinds of Files): Improve documentation of
2965 files-equal-p and file-subdir-of-p.
2966
2967 2012-02-26 Glenn Morris <rgm@gnu.org>
2968
2969 * intro.texi (Acknowledgements): Small changes.
2970
2971 2012-02-25 Glenn Morris <rgm@gnu.org>
2972
2973 * errors.texi: Don't try to list _all_ the error symbols.
2974 Add circular-list, cl-assertion-failed, compression-error.
2975 * elisp.texi, vol1.texi, vol2.texi:
2976 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2977
2978 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2979
2980 * files.texi (files-equal-p, file-subdir-of-p): New,
2981 add initial documentation.
2982
2983 2012-02-25 Chong Yidong <cyd@gnu.org>
2984
2985 * files.texi (File Attributes): Document file-selinux-context.
2986 (Changing Files): Link to it.
2987 (Changing Files): Document set-file-selinux-context.
2988
2989 * backups.texi (Making Backups): Return value of backup-buffer is
2990 changed. Mention default value of backup-directory-alist.
2991 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2992 (Auto-Saving): New minor mode behavior for auto-save-mode.
2993 (Reverting): Add defvar for revert-buffer-in-progress-p.
2994
2995 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2996
2997 2012-02-24 Glenn Morris <rgm@gnu.org>
2998
2999 * errors.texi (Standard Errors): Mention dbus-error.
3000 For arith-error sub-classes, just use one cross-ref.
3001
3002 2012-02-23 Alan Mackenzie <acm@muc.de>
3003
3004 * modes.texi (Defining Minor Modes): Document the new keyword
3005 :after-hook.
3006
3007 2012-02-21 Chong Yidong <cyd@gnu.org>
3008
3009 * files.texi (Files): Mention magic file names as arguments.
3010 (Reading from Files): Copyedits.
3011 (File Attributes): Mention how to change file modes.
3012 (Changing Files): Use standard "file permissions" terminology.
3013 Add xref to File Attributes node.
3014 (Locating Files): Document locate-user-emacs-file.
3015 (Unique File Names): Recommend against using make-temp-name.
3016
3017 2012-02-19 Chong Yidong <cyd@gnu.org>
3018
3019 * help.texi (Documentation, Documentation Basics, Help Functions):
3020 Minor clarifications.
3021 (Accessing Documentation): Clarify what documentation-property is
3022 for. Add xref to Keys in Documentation.
3023
3024 * tips.texi (Documentation Tips): Don't recommend using * in
3025 docstrings.
3026
3027 * macros.texi (Defining Macros):
3028 * modes.texi (Derived Modes): Say "documentation string" instead
3029 of docstring.
3030
3031 2012-02-18 Chong Yidong <cyd@gnu.org>
3032
3033 * modes.texi (Tabulated List Mode): New node.
3034 (Basic Major Modes): Add xref to it.
3035
3036 * processes.texi (Process Information): Mention Process Menu mode.
3037
3038 2012-02-17 Chong Yidong <cyd@gnu.org>
3039
3040 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3041
3042 2012-02-17 Glenn Morris <rgm@gnu.org>
3043
3044 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3045
3046 2012-02-16 Chong Yidong <cyd@gnu.org>
3047
3048 * syntax.texi (Syntax Tables, Syntax Descriptors)
3049 (Syntax Table Functions): Copyedits.
3050 (Syntax Basics): Don't repeat the material in the preceding node.
3051 (Syntax Class Table): Use a table.
3052 (Syntax Properties): Document syntax-propertize-function and
3053 syntax-propertize-extend-region-functions.
3054 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3055 (Parser State): Update for the new "c" comment style.
3056 Fix description of item 7 (comment style).
3057
3058 * modes.texi (Minor Modes): Update how mode commands should treat
3059 arguments now.
3060 (Mode Line Basics): Clarify force-mode-line-update.
3061 (Mode Line Top): Note that the example is not realistic.
3062 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3063 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3064 "mode line construct" instead of "mode line specification".
3065 (Syntactic Font Lock): Remove mention of obsolete variable
3066 font-lock-syntactic-keywords.
3067 (Setting Syntax Properties): Node deleted.
3068 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3069 (Font Lock Basics): Note that syntactic fontification falls back
3070 on `syntax-table'.
3071 (Search-based Fontification): Emphasize that font-lock-keywords
3072 should not be set directly.
3073 (Faces for Font Lock): Avoid some confusing terminology.
3074 (Syntactic Font Lock): Minor clarifications. Add xref to
3075 Syntactic Font Lock node.
3076
3077 2012-02-15 Chong Yidong <cyd@gnu.org>
3078
3079 * minibuf.texi (Basic Completion): Define "completion table".
3080 Move completion-in-region to Completion in Buffers node.
3081 (Completion Commands): Use "completion table" terminology.
3082 (Completion in Buffers): New node.
3083
3084 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3085 (Setting Hooks): Update minor mode usage example.
3086 (Major Mode Conventions): Note that completion-at-point-functions
3087 should be altered locally. Add xref to Completion in Buffers.
3088 Remove duplicate tip about auto-mode-alist.
3089 (Minor Modes): Rewrite introduction.
3090 (Minor Mode Conventions): Copyedits. Don't recommend
3091 variable-only minor modes since few minor modes are like that.
3092
3093 2012-02-15 Glenn Morris <rgm@gnu.org>
3094
3095 * processes.texi (Network): Document open-network-stream :parameters.
3096
3097 2012-02-14 Chong Yidong <cyd@gnu.org>
3098
3099 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3100 was removed on 2009-09-10. Update lisp-mode-map example.
3101 (Inheritance and Keymaps): Minor clarification.
3102 (Searching Keymaps): Remove out-of-place enumeration.
3103 (Key Lookup): Remove unnecessary example (one was already given in
3104 Format of Keymaps).
3105 (Changing Key Bindings): Update suppress-keymap example.
3106 (Menu Bar, Tool Bar): Copyedits.
3107 (Tool Bar): Update tool-bar-map example.
3108
3109 2012-02-12 Chong Yidong <cyd@gnu.org>
3110
3111 * debugging.texi (Debugger Commands): Continuing is now allowed
3112 for errors.
3113
3114 2012-02-11 Chong Yidong <cyd@gnu.org>
3115
3116 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3117 Move the list of standard bitmaps there.
3118 (Fringe Cursors): Rewrite for clarity.
3119 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3120
3121 * commands.texi (Command Overview): Mention read-key.
3122 (Using Interactive, Interactive Call): Minor clarifications.
3123 (Function Keys, Click Events): Avoid "input stream" terminology.
3124 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3125 Clarify column and row components.
3126 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3127 (Special Events): Copyedits.
3128
3129 * streams.texi (Input Streams): De-document get-file-char.
3130 (Output Variables): Don't refer to old backquote syntax.
3131
3132 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3133 (Error Debugging): Note that debug-ignored-errors overrides list
3134 values of debug-on-error too. Add xref to Signaling Errors.
3135 Note that debug-on-signal is not customizable.
3136 Mention condition-case-unless-debug.
3137 (Compilation Errors): Node deleted.
3138
3139 * compile.texi (Compiler Errors): Move a paragraph here from
3140 deleted node Compilation Errors.
3141
3142 2012-02-10 Leo Liu <sdl.web@gmail.com>
3143
3144 * control.texi (Handling Errors): Change condition-case-no-debug
3145 to condition-case-unless-debug.
3146
3147 2012-02-10 Chong Yidong <cyd@gnu.org>
3148
3149 * advice.texi (Defining Advice): Clarify ad-unadvise.
3150 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3151 is not abnormal.
3152 (Advising Primitives): Node deleted; ad-define-subr-args has been
3153 removed.
3154
3155 * compile.texi (Speed of Byte-Code): Use float-time in example.
3156 (Compilation Functions): Note that the log uses Compilation mode.
3157 Don't discuss the contents of byte-code function object here.
3158 (Compilation Functions): De-document internal function byte-code.
3159 (Docs and Compilation): Minor clarifications.
3160
3161 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3162 Objects.
3163
3164 2012-02-10 Glenn Morris <rgm@gnu.org>
3165
3166 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3167 Mention secure-hash.
3168 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3169
3170 2012-02-10 Chong Yidong <cyd@gnu.org>
3171
3172 * loading.texi (Loading): Don't emphasize "library" terminology.
3173 (Library Search): load-path is not a user option. Mention role of
3174 -L option and packages. Improve examples.
3175 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3176 obsolete.
3177 (Autoload): Minor clarifications.
3178
3179 2012-02-10 Glenn Morris <rgm@gnu.org>
3180
3181 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3182
3183 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3184
3185 2012-02-08 Glenn Morris <rgm@gnu.org>
3186
3187 * loading.texi (Named Features): Update the require example.
3188
3189 2012-02-07 Glenn Morris <rgm@gnu.org>
3190
3191 * modes.texi (Defining Minor Modes):
3192 Expand on args of defined minor modes.
3193
3194 2012-02-07 Chong Yidong <cyd@gnu.org>
3195
3196 * variables.texi (Creating Buffer-Local): Minor clarification
3197 to buffer-local-variables doc (Bug#10715).
3198
3199 2012-02-07 Glenn Morris <rgm@gnu.org>
3200
3201 * display.texi (ImageMagick Images): General update.
3202 Move most details of imagemagick-render-type to the variable's doc.
3203
3204 2012-02-06 Glenn Morris <rgm@gnu.org>
3205
3206 * keymaps.texi (Tool Bar): Mention separators.
3207 (Inheritance and Keymaps):
3208 Mention make-composed-keymap and multiple inheritance.
3209
3210 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3211
3212 * control.texi (Handling Errors):
3213 Mention condition-case-no-debug and with-demoted-errors.
3214
3215 2012-02-05 Chong Yidong <cyd@gnu.org>
3216
3217 * customize.texi (Common Keywords): Minor clarifications.
3218 Document custom-unlispify-remove-prefixes.
3219 (Variable Definitions): Backquotes in defcustom seem to work fine
3220 now. Various other copyedits.
3221 (Simple Types): Copyedits. Document color selector.
3222 (Composite Types): Copyedits.
3223 (Splicing into Lists): Clarifications.
3224
3225 * eval.texi (Backquote): Move from macros.texi.
3226
3227 * macros.texi (Expansion): Minor clarification.
3228 (Backquote): Move node to eval.texi.
3229 (Defining Macros): Move an example from Backquote node.
3230 (Argument Evaluation): No need to mention Pascal.
3231 (Indenting Macros): Add xref to Defining Macros.
3232
3233 2012-02-05 Glenn Morris <rgm@gnu.org>
3234
3235 * debugging.texi (Error Debugging): Mention debug-on-event default.
3236
3237 2012-02-04 Glenn Morris <rgm@gnu.org>
3238
3239 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3240
3241 * debugging.texi (Error Debugging): Mention debug-on-event.
3242 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3243
3244 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3245
3246 * text.texi (Buffer Contents):
3247 Update filter-buffer-substring description.
3248
3249 2012-02-04 Chong Yidong <cyd@gnu.org>
3250
3251 * functions.texi (What Is a Function): Add closures.
3252 Mention "return value" terminology. Add xref for command-execute.
3253 Remove unused "keystroke command" terminology.
3254 (Lambda Expressions): Give a different example than in the
3255 following subsection. Add xref to Anonymous Functions.
3256 (Function Documentation): Remove gratuitous markup.
3257 (Function Names): Move introductory text to `What Is a Function'.
3258 (Defining Functions): Fix defun argument spec.
3259 (Anonymous Functions): Document lambda macro explicitly.
3260 Mention effects on lexical binding.
3261 (Function Cells): Downplay direct usage of fset.
3262 (Closures): New node.
3263 (Inline Functions): Remove "open-code" terminology.
3264 (Declaring Functions): Minor tweak; .m is not C code.
3265
3266 * variables.texi (Variables): Don't refer to "global value".
3267 (Local Variables, Void Variables): Copyedits.
3268 (Lexical Binding): Minor clarification of example.
3269 (File Local Variables): Mention :safe and :risky defcustom args.
3270 (Lexical Binding): Add xref to Closures node.
3271
3272 2012-02-04 Glenn Morris <rgm@gnu.org>
3273
3274 * minibuf.texi (High-Level Completion): Updates for read-color.
3275
3276 2012-02-03 Glenn Morris <rgm@gnu.org>
3277
3278 * display.texi (GIF Images): Mention animation.
3279 Remove commented-out old example of animation.
3280 (Animated Images): New subsection.
3281 * elisp.texi (Top):
3282 * vol1.texi (Top):
3283 * vol2.texi (Top): Add Animated Images menu entry.
3284
3285 * display.texi (Image Formats): Remove oddly specific information
3286 on versions of image libraries.
3287 (GIF Images, TIFF Images): Minor rephrasing.
3288
3289 2012-02-02 Glenn Morris <rgm@gnu.org>
3290
3291 * processes.texi (Synchronous Processes):
3292 Mention call-process's :file gets overwritten.
3293
3294 * commands.texi (Reading One Event):
3295 * help.texi (Help Functions): Document read-char-choice.
3296
3297 * hooks.texi (Standard Hooks):
3298 * modes.texi (Keymaps and Minor Modes):
3299 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3300
3301 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3302
3303 * hooks.texi (Standard Hooks):
3304 * modes.texi (Major Mode Conventions, Mode Hooks):
3305 Document change-major-mode-after-body-hook.
3306
3307 2012-02-01 Glenn Morris <rgm@gnu.org>
3308
3309 * modes.texi (Defining Minor Modes):
3310 Mention disabling global minor modes on a per-major-mode basis.
3311
3312 2012-01-31 Chong Yidong <cyd@gnu.org>
3313
3314 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3315 (Parser State): Remove unnecessary statement (Bug#10661).
3316
3317 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3318
3319 2012-01-31 Glenn Morris <rgm@gnu.org>
3320
3321 * modes.texi (Defining Minor Modes):
3322 Document define-minor-mode's new :variable keyword.
3323
3324 2012-01-29 Chong Yidong <cyd@gnu.org>
3325
3326 * syntax.texi (Syntax Class Table): Tweak description of newline
3327 char syntax (Bug#9619).
3328
3329 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3330 description (Bug#10189).
3331
3332 2012-01-29 Glenn Morris <rgm@gnu.org>
3333
3334 * files.texi (Changing Files): Document SELinux support.
3335
3336 * windows.texi (Window Sizes): Fix typo.
3337
3338 2012-01-28 Chong Yidong <cyd@gnu.org>
3339
3340 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3341 doc (Bug#8568).
3342
3343 * frames.texi (Input Focus): Add NORECORD arg to
3344 select-frame-set-input-focus. Clarify its role in select-frame.
3345
3346 * text.texi (Transposition): We don't use transpose-region as an
3347 internal subroutine (Bug#3249).
3348
3349 * modes.texi (Example Major Modes): Update Lisp example code to
3350 current sources. Delete the old non-derived-major-mode example,
3351 which has diverged badly from current sources.
3352
3353 2012-01-27 Glenn Morris <rgm@gnu.org>
3354
3355 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3356 (VERSION, manual): Remove, unused.
3357
3358 2012-01-27 Chong Yidong <cyd@gnu.org>
3359
3360 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3361
3362 2012-01-26 Chong Yidong <cyd@gnu.org>
3363
3364 * searching.texi (String Search): Document negative repeat count
3365 (Bug#10507).
3366
3367 2012-01-26 Glenn Morris <rgm@gnu.org>
3368
3369 * variables.texi (Using Lexical Binding):
3370 Mention that lexical-binding should be set in the first line.
3371
3372 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3373
3374 * macros.texi (Defining Macros): Don't claim that `declare' only
3375 affects Edebug and indentation.
3376
3377 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3378
3379 * macros.texi (Defining Macros): Slight `declare' fixup.
3380
3381 2012-01-25 Glenn Morris <rgm@gnu.org>
3382
3383 * makefile.w32-in (texinputdir):
3384 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3385
3386 2012-01-24 Chong Yidong <cyd@gnu.org>
3387
3388 * variables.texi (Variables, Local Variables, Void Variables):
3389 Edit to make the descriptions less specific to dynamic binding.
3390 (Local Variables): Default max-specpdl-size is now 1300.
3391 (Defining Variables): Edits for lexical scoping.
3392 Delete information about starting docstrings with *. De-document
3393 user-variable-p.
3394 (Tips for Defining): Remove an unimportant discussion of quitting
3395 in the middle of a load.
3396 (Accessing Variables, Setting Variables): Discuss lexical binding.
3397 (Variable Scoping): Rewrite.
3398 (Scope, Extent, Impl of Scope): Nodes deleted.
3399 (Dynamic Binding): New node, with material from Scope, Extent, and
3400 Impl of Scope nodes.
3401 (Dynamic Binding Tips): Rename from Using Scoping.
3402 (Lexical Binding): Rewrite.
3403 (Using Lexical Binding): Rename from Converting to Lexical
3404 Binding. Convert to subsection.
3405
3406 * customize.texi (Variable Definitions): Add custom-variable-p.
3407 Move user-variable-p documentation here.
3408
3409 2012-01-23 Chong Yidong <cyd@gnu.org>
3410
3411 * strings.texi (Text Comparison): Minor qualification.
3412
3413 * lists.texi (Cons Cells): Copyedits.
3414 (List Elements): Mention push.
3415 (List Variables): Mention pop.
3416 (Rings): Move to sequences.texi.
3417
3418 * sequences.texi (Sequence Functions): Don't repeat the
3419 introduction already given in the parent.
3420 (Vectors): Copyedits.
3421 (Rings): Move from lists.texi. Note that this is specific to the
3422 ring package.
3423
3424 * symbols.texi (Definitions, Symbol Components): Mention variable
3425 scoping issues.
3426 (Plists and Alists): Copyedits.
3427
3428 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3429 correctness with lexical scoping.
3430 (Eval): Copyedits.
3431
3432 2012-01-21 Chong Yidong <cyd@gnu.org>
3433
3434 * intro.texi (A Sample Function Description): Special notation
3435 used for macros too.
3436
3437 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3438 (Symbol Type): Add xref for keyword symbols.
3439 (Sequence Type): Clarify differences between sequence types.
3440 (Cons Cell Type): Add "linked list" index entry.
3441 (Non-ASCII in Strings): Copyedits.
3442 (Equality Predicates): Symbols with same name need not be eq.
3443
3444 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3445 ldexp. Move float-e and float-pi to Math Functions node.
3446
3447 2012-01-21 Glenn Morris <rgm@gnu.org>
3448
3449 * modes.texi (Auto Major Mode):
3450 * variables.texi (File Local Variables):
3451 Mention inhibit-local-variables-regexps.
3452
3453 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3454
3455 * windows.texi (Window Configurations): Rewrite references to
3456 persistent window parameters.
3457 (Window Parameters): Fix description of persistent window
3458 parameters.
3459
3460 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3461
3462 * windows.texi (Window Parameters): Use @pxref.
3463
3464 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3465
3466 * windows.texi (Window Configurations, Window Parameters):
3467 Describe persistent window parameters.
3468
3469 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * variables.texi (Creating Buffer-Local): Warn against misuses of
3472 make-variable-buffer-local (bug#10258).
3473
3474 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
3476 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3477
3478 2012-01-06 Chong Yidong <cyd@gnu.org>
3479
3480 * variables.texi (Directory Local Variables):
3481 Document hack-dir-local-variables-non-file-buffer.
3482
3483 2012-01-06 Glenn Morris <rgm@gnu.org>
3484
3485 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3486 rather than by keybinding.
3487
3488 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * frames.texi (Font and Color Parameters): Add @pxref.
3491
3492 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3493
3494 * frames.texi (Font and Color Parameters):
3495 Document w32 font backends (bug#10399).
3496
3497 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3498
3499 * files.texi (File Attributes, Changing Files):
3500 Use a more-natural notation for octal numbers.
3501
3502 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * variables.texi (Variables with Restricted Values):
3505 Change reference to variable (bug#10354).
3506
3507 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3508
3509 * windows.texi (Splitting Windows): Use t instead of non-nil
3510 when describing window-combination-resize.
3511
3512 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * text.texi (Special Properties): Warn against `intangible' properties
3515 (bug#10222).
3516
3517 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3518
3519 * display.texi (Truncation):
3520 * text.texi (Special Properties): Describe what a stretch-glyph is
3521 instead of using that term without explanation. Make the
3522 cross-references more accurate.
3523
3524 * display.texi (Usual Display): Update the description,
3525 cross-references, and indexing related to display of control
3526 characters and raw bytes.
3527
3528 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3529
3530 * windows.texi (Splitting Windows): Fix description of
3531 window-combination-limit. Suggested by Eli Zaretskii.
3532
3533 2011-11-23 Chong Yidong <cyd@gnu.org>
3534
3535 * windows.texi (Window Sizes): Move window-top-line,
3536 window-left-column, and window-*-pixel-edges to Coordinates and
3537 Windows node.
3538 (Coordinates and Windows): Restore window-edges doc.
3539
3540 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3541
3542 * windows.texi (Windows and Frames, Splitting Windows):
3543 Fix typos.
3544
3545 2011-11-21 Chong Yidong <cyd@gnu.org>
3546
3547 * windows.texi (Splitting Windows): Fix error in documentation of
3548 window-combination-limit.
3549 (Cyclic Window Ordering): Minor fixes to next-window,
3550 one-window-p, and get-lru-window docs. Don't document
3551 window-list-1.
3552 (Buffers and Windows): Copyedits.
3553 (Choosing Window): Document special handling of special-display-*.
3554 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3555 Don't document even-window-heights, which is going away.
3556 Clarify which options are obeyed by which action functions.
3557
3558 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3561
3562 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3563
3564 * windows.texi (Resizing Windows, Splitting Windows):
3565 Remove term "status" when talking about combination limits.
3566
3567 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * compile.texi (Compiler Errors):
3570 * help.texi (Help Functions): Fix typos.
3571
3572 2011-11-19 Chong Yidong <cyd@gnu.org>
3573
3574 * windows.texi (Splitting Windows): Clarify role of window
3575 parameters in split-window. Shorten the example.
3576 (Deleting Windows): Rewrite intro to handle internal windows.
3577 Fix delete-windows-on doc.
3578 (Selecting Windows): Copyedits.
3579
3580 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3581
3582 * windows.texi (Resizing Windows, Splitting Windows)
3583 (Deleting Windows): Use term window-combination-resize instead
3584 of window-splits.
3585
3586 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3587
3588 * windows.texi (Resizing Windows, Splitting Windows):
3589 Rename occurrences of window-nest to window-combination-limit.
3590
3591 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * intro.texi (Lisp History): Fix typo.
3594
3595 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3596
3597 * windows.texi (Splitting Windows, Deleting Windows):
3598 Remove references to splits status of windows.
3599
3600 2011-11-10 Glenn Morris <rgm@gnu.org>
3601
3602 * buffers.texi (Read Only Buffers): Expand a bit on why
3603 toggle-read-only should only be used interactively. (Bug#7292)
3604
3605 2011-11-09 Chong Yidong <cyd@gnu.org>
3606
3607 * windows.texi (Window Sizes): Document window-pixel-edges,
3608 window-inside-pixel-edges, window-absolute-pixel-edges, and
3609 window-inside-absolute-pixel-edges.
3610 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3611 non-full-width windows.
3612
3613 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3614
3615 * windows.texi (Resizing Windows): Rewrite documentation of
3616 window-resizable.
3617
3618 2011-11-09 Chong Yidong <cyd@gnu.org>
3619
3620 * windows.texi (Splitting Windows): Simplify example.
3621
3622 2011-11-08 Chong Yidong <cyd@gnu.org>
3623
3624 * windows.texi (Window Sizes): Copyedits. Document
3625 window-text-height. Remove window-min-height and window-min-width
3626 discussion, referring instead to Emacs manual.
3627 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3628 (Resizing Windows): Simplify introduction. Don't document
3629 enlarge-window, shrink-window, enlarge-window-horizontally, and
3630 shrink-window-horizontally; they are no longer preferred for
3631 calling from Lisp, and are already documented in the Emacs manual.
3632
3633 2011-11-07 Glenn Morris <rgm@gnu.org>
3634
3635 * windows.texi (Choosing Window): Fix keybinding typo.
3636
3637 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3638
3639 * windows.texi (Resizing Windows, Splitting Windows)
3640 (Window Configurations): Use "child window" instead of
3641 "subwindow".
3642
3643 2011-11-06 Chong Yidong <cyd@gnu.org>
3644
3645 * windows.texi (Basic Windows): Clarify various definitions.
3646 Treat window-normalize-* as internal; don't document them.
3647 (Windows and Frames): Various clarifications, e.g. non-live
3648 windows also belong to frames. Fix window-list description.
3649 Simplify window nesting example.
3650 (Splitting Windows, Window Configurations):
3651 Use split-window-below.
3652
3653 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3654
3655 * windows.texi (Window Sizes): Mention in the doc string that the
3656 return values of `window-body-height' and `window-body-width' are
3657 in frame's canonical units. (Bug#9949)
3658
3659 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3660
3661 * windows.texi (Windows and Frames): Remove "iso-" infix from
3662 documentation of window-iso-combined-p.
3663
3664 2011-10-26 Chong Yidong <cyd@gnu.org>
3665
3666 * modes.texi (Running Hooks): Document with-wrapper-hook.
3667
3668 2011-10-18 Chong Yidong <cyd@gnu.org>
3669
3670 * display.texi (Glyphless Chars): New node.
3671
3672 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * text.texi (Yanking): Document yank-excluded-properties.
3675
3676 * package.texi (Packaging Basics): The commentary should say how
3677 to begin using the package.
3678
3679 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3680
3681 * windows.texi (Deleting Windows): Mention which window gets
3682 selected when deleting the selected window.
3683
3684 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3685
3686 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3687 with the selected window.
3688 * windows.texi (Buffers and Windows): Reformulate text on how
3689 replace-buffer-in-windows deals with a window.
3690 (Quitting Windows): Describe how quit-window deals with a
3691 standalone frame. Describe new option frame-auto-hide-function.
3692
3693 2011-10-08 Glenn Morris <rgm@gnu.org>
3694
3695 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3696
3697 * positions.texi (Excursions): Update warning message.
3698
3699 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3700
3701 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3702 Fix Emacs manual xref (Bug#9675).
3703
3704 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * windows.texi (Textual Scrolling): Document scroll-up-command,
3707 scroll-down-command, scroll-error-top-bottom, and the
3708 scroll-command symbol property.
3709 (Display Action Functions): Fix description of
3710 display-buffer-pop-up-window.
3711
3712 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * windows.texi (Splitting Windows): Fix typos.
3715
3716 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3717
3718 * windows.texi (Windows and Frames, Display Action Functions)
3719 (Switching Buffers): Fix some typos.
3720 (Buffers and Windows): Remove reference to window-auto-delete.
3721 Reword description of replace-buffer-in-windows.
3722 (Window History): Fix some typos and refer to frame local buffer
3723 list.
3724 (Quitting Windows): New node.
3725 (Window Configurations): Add descriptions of window-state-get
3726 and window-state-put.
3727 (Window Parameters): Describe variable ignore-window-parameters.
3728 Sketch some window parameters currently in use.
3729 * elisp.texi (Top): Update node listing.
3730
3731 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * windows.texi (Display Action Functions)
3734 (Choosing Window Options): New nodes.
3735
3736 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * windows.texi (Window History): New node. Move text here from
3739 Buffers and Windows.
3740 (Switching Buffers): Rename from Displaying Buffers, since we
3741 don't document display-buffer here; callers changed.
3742 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3743 switch-to-buffer-other-frame. Delete duplicate
3744 replace-buffer-in-windows doc.
3745 (Choosing Window): Document display actions.
3746
3747 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3748
3749 * display.texi (Forcing Redisplay): Update the description of
3750 redisplay-dont-pause due to change in the default value.
3751
3752 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3753
3754 * frames.texi (Frames and Windows): Move section and rename to
3755 Windows and Frames in windows.texi.
3756 * windows.texi (Windows): Restructure.
3757 (Basic Windows): Rewrite. Explain live and internal windows and
3758 normalization functions.
3759 (Windows and Frames): Move section here from frames.texi.
3760 Describe subwindows, window combinations, window tree, and
3761 corresponding functions including window-list here.
3762 (Window Sizes): Rename section from Size of Window and move it
3763 up in chapter. Describe total and body sizes and the
3764 corresponding functions. Explain new semantics of
3765 window-min-height/-width.
3766 (Resizing Windows): Move section up in chapter. Describe new
3767 resize functions.
3768 (Splitting Windows): Describe new behavior of split-window,
3769 split-window-above-each-other and split-window-side-by-side.
3770 Provide examples. Describe window-nest and window-splits
3771 options.
3772 (Deleting Windows): Minor rewrite.
3773 (Selecting Windows): Minor rewrite.
3774 Describe frame-selected-window and set-frame-selected-window here.
3775 (Cyclic Window Ordering): Minor rewrite.
3776 Describe window-list-1.
3777 (Buffers and Windows): Rewrite. Explain a window's previous and
3778 next buffers and the corresponding functions.
3779 (Window Tree): Merge into Windows and Frames section.
3780 * elisp.texi (Top): Update node listings for frames and windows
3781 sections.
3782
3783 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3786
3787 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3788
3789 * errors.texi (Standard Errors): Remove apparent placeholder text
3790 (bug#9491).
3791
3792 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * frames.texi (Management Parameters): Fix description of
3795 icon-type parameter.
3796
3797 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3800 ending in C-g. Suggested by Edward O'Connor.
3801
3802 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3803
3804 * numbers.texi (Integer Basics): Add indexing for
3805 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3806
3807 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3808
3809 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3810
3811 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3812
3813 * processes.texi (Network Servers): Clarify what the process
3814 buffer is used for (bug#9233).
3815
3816 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3817
3818 * lists.texi (Building Lists): Fix typo.
3819
3820 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3821
3822 * display.texi (Basic Faces): New node. Document new faces.
3823
3824 * modes.texi (Major Mode Conventions): Move some text there.
3825 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3826
3827 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3828
3829 * modes.texi (Basic Major Modes): New node. Callers updated.
3830 (Major Modes): Document fundamental-mode and major-mode.
3831 (Major Mode Basics): Node deleted; text moved to Major Modes.
3832 (Derived Modes): Document derived-mode-p.
3833
3834 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * files.texi (Changing Files, Create/Delete Dirs): Document new
3837 arguments for delete-file, delete-directory, and copy-directory.
3838 (Visiting Functions): Remove view-file; it is documented in the
3839 Emacs manual.
3840
3841 * frames.texi (Layout Parameters): The defaults for the
3842 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3843
3844 * display.texi (Progress): Document spinner functionality.
3845
3846 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3847 operating system signals. Refer to save-buffers-kill-terminal
3848 instead of save-buffers-kill-emacs.
3849
3850 * objects.texi (Symbol Type): Document ## print representation.
3851
3852 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3853
3854 * display.texi (Specified Space): Mention that `space' specs
3855 influence bidi reordering.
3856 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3857 separating fields with bidirectional content.
3858
3859 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3860
3861 * display.texi (Bidirectional Display): Document return value in
3862 buffers that are not bidi-reordered for display, and in unibyte
3863 buffers.
3864
3865 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3866
3867 * nonascii.texi (Character Properties): Document the values for
3868 unassigned codepoints.
3869
3870 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3871
3872 * nonascii.texi (Character Properties): Document use of
3873 `bidi-class' and `mirroring' properties as part of reordering.
3874 Provide cross-references to "Bidirectional Display".
3875
3876 * display.texi (Bidirectional Display): Document the pitfalls of
3877 concatenating strings with bidirectional content, with possible
3878 solutions. Document bidi-string-mark-left-to-right.
3879 Mention paragraph direction in modes that inherit from prog-mode.
3880 Document use of `bidi-class' and `mirroring' properties as part of
3881 reordering.
3882
3883 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3884
3885 * modes.texi (Major Mode Conventions): Improve the documentation
3886 of `mode-class' `special' modes.
3887
3888 * nonascii.texi (Character Properties): Document the `mirroring'
3889 property. Add index entries.
3890
3891 * syntax.texi (Categories): Add an example of defining a new
3892 category and category table.
3893
3894 * searching.texi (Regexp Backslash): Document how to display
3895 existing categories. Mention the possibility of adding
3896 categories, and add an xref to where this is described. Add an
3897 index entry.
3898
3899 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * text.texi (Special Properties):
3902 * display.texi (Overlay Properties): Note that mouse-face cannot
3903 change the text size (Bug#8530).
3904
3905 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3908 using setenv instead.
3909
3910 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3911
3912 * display.texi (Bidirectional Display): Document the fact that
3913 bidi-display-reordering is t by default.
3914
3915 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3916
3917 * display.texi (Bidirectional Display): New section.
3918
3919 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3920 Tim Cross <theophilusx@gmail.com> (tiny change)
3921 Glenn Morris <rgm@gnu.org>
3922
3923 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3924
3925 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3926
3927 * help.texi (Keys in Documentation): Revert last change.
3928
3929 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3930
3931 * help.texi (Keys in Documentation): Clarify that \= only quotes
3932 the next character, and doesn't affect longer sequences in
3933 particular (bug#8935).
3934
3935 * debugging.texi (Using Debugger):
3936 Mention @code{eval-expression-debug-on-error} (bug#8549).
3937
3938 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3939
3940 * display.texi (Other Display Specs): Document that `left-fringe'
3941 and `right-fringe' display specifications are of the "replacing"
3942 kind.
3943
3944 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3945
3946 * help.texi (Documentation Basics): Add a link to the Function
3947 Documentation node (bug#6580).
3948
3949 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3950
3951 * keymaps.texi (Menu Bar): Mention :visible and :enable
3952 (bug#6344). Text by Drew Adams.
3953
3954 * modes.texi (Running Hooks): Mention buffer-local hook variables
3955 (bug#6218).
3956
3957 * objects.texi (General Escape Syntax): "a with grave accent" is
3958 ?xe0, not ?x8e0 (bug#5259).
3959
3960 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * display.texi (Face Attributes, Font Selection): Add references
3963 to the Fonts node in the Emacs manual (Bug#4178).
3964
3965 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * display.texi (Window Systems): `window-system' is
3968 terminal-local.
3969
3970 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3971 frame-local variables.
3972
3973 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3974 frame-local variables.
3975 (Frame-Local Variables): Node deleted.
3976
3977 * elisp.texi (Top): Update node listing.
3978
3979 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3980
3981 * elisp.texi: Change "inferiors" to "subnodes" in three places
3982 (bug#3523).
3983
3984 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3985
3986 * frames.texi (Window System Selections): Discussion of
3987 x-select-enable-clipboard moved to Emacs manual.
3988
3989 2011-07-11 Deniz Dogan <deniz@dogan.se>
3990
3991 * commands.texi (Prefix Command Arguments): Remove excessive
3992 apostrophe.
3993
3994 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3995
3996 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3997 description is a string (bug#3313).
3998
3999 * frames.texi (Display Feature Testing): Try to explain what all
4000 the visual classes mean (bug#3042).
4001
4002 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4003
4004 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4005 and `mode-line-client' (bug#2974).
4006
4007 * text.texi (Insertion): Clarify marker movements (bug#1651).
4008 Text from Drew Adams.
4009
4010 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4011
4012 * text.texi (Special Properties): Clarify the format of `face'
4013 (bug#1375).
4014
4015 * commands.texi (Interactive Call): Add a `call-interactively'
4016 example (bug#1010).
4017
4018 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4019
4020 * functions.texi (Calling Functions): Link to the "Interactive
4021 Call" node (bug#1001).
4022
4023 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * customize.texi (Composite Types): Move alist and plist to here
4026 from Simple Types (Bug#7545).
4027
4028 * elisp.texi (Top): Update menu description.
4029
4030 * display.texi (Face Attributes): Document negative line widths
4031 (Bug#6113).
4032
4033 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4034
4035 * searching.texi (Match Data): Note that match data can be
4036 overwritten by most functions (bug#2499).
4037
4038 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4039
4040 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4041 flags mean (bug#6659).
4042
4043 * functions.texi (What Is a Function): Document the autoload
4044 object (bug#6496).
4045
4046 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4047
4048 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4049 is only used in the Customize user interface (bug#6089).
4050
4051 * display.texi (Showing Images): Mention the point of sliced
4052 images (bug#7836).
4053
4054 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4055
4056 * variables.texi (Defining Variables, Void Variables)
4057 (Constant Variables): Fix incorrect usage of @kindex.
4058
4059 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4060
4061 * variables.texi (Defining Variables): Add an index entry for
4062 `set-variable' (bug#7262).
4063 (Defining Variables): Use @findex for functions.
4064
4065 * frames.texi (Basic Parameters): Document the `explicit-name'
4066 parameter (bug#6951).
4067
4068 * customize.texi (Type Keywords): Clarify that :value provides a
4069 default value for all types (bug#7386).
4070
4071 * streams.texi (Output Functions): Document `pp'.
4072
4073 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * keymaps.texi (Searching Keymaps):
4076 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4077 change. Suggested by Johan Bockgård.
4078
4079 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4080
4081 * text.texi (Special Properties): Clarify role of font-lock-face.
4082
4083 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4084
4085 * processes.texi (Process Information): Rename `process-alive-p'
4086 to `process-live-p' for consistency with other `-live-p' functions.
4087
4088 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4089
4090 Document wide integers better.
4091 * files.texi (File Attributes): Document ino_t values better.
4092 ino_t values no longer map to anything larger than a single cons.
4093 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4094 (Bitwise Operations):
4095 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4096 to read, and that will port better if 62-bits becomes the default.
4097 Fix or remove incorrect examples.
4098 * os.texi (Time Conversion): Document time_t values better.
4099
4100 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4101
4102 * processes.texi (Process Information):
4103 Document `process-alive-p'.
4104
4105 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * help.texi (Accessing Documentation):
4108 * display.texi (Pixel Specification):
4109 * processes.texi (Serial Ports, Serial Ports):
4110 * nonascii.texi (Character Properties, Default Coding Systems):
4111 * text.texi (Changing Properties, Special Properties):
4112 * windows.texi (Window Start and End):
4113 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4114 * keymaps.texi (Searching Keymaps, Tool Bar):
4115 * minibuf.texi (Basic Completion):
4116 * compile.texi (Eval During Compile):
4117 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4118 7x9 paper in printed manual.
4119
4120 * lists.texi (Sets And Lists): Fix misplaced text.
4121
4122 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4125 needs to be active (Bug#8350).
4126
4127 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4130
4131 * tips.texi (Coding Conventions): Remove antediluvian filename
4132 limit recommendation (Bug#8538).
4133
4134 2011-05-27 Glenn Morris <rgm@gnu.org>
4135
4136 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4137
4138 2011-05-26 Glenn Morris <rgm@gnu.org>
4139
4140 * variables.texi (File Local Variables):
4141 Update hack-local-variables `mode-only' return value.
4142 Add some more details on what this function does in the other case.
4143
4144 2011-05-19 Glenn Morris <rgm@gnu.org>
4145
4146 * lists.texi (Sets And Lists): Mention cl provides union etc.
4147
4148 2011-05-19 Nix <nix@esperi.org.uk>
4149
4150 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4151
4152 * text.texi (Parsing HTML): Update for function name changes.
4153
4154 * syntax.texi (Syntax Flags): Small fix.
4155
4156 * keymaps.texi (Active Keymaps): Typo fix.
4157 (Changing Key Bindings): Grammar fix.
4158
4159 * frames.texi (Minibuffers and Frames): Grammar fix.
4160 (Window System Selections): x-select-enable-clipboard now defaults to t.
4161
4162 * customize.texi (Common Keywords):
4163 * display.texi (Abstract Display):
4164 * modes.texi (Auto-Indentation):
4165 * nonascii.texi (Converting Representations): Typo fixes.
4166
4167 * control.texi (Examples of Catch): Call it "goto" not "go to".
4168
4169 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4170
4171 * nonascii.texi (Character Properties): Fix inconsistencies with
4172 implementation.
4173
4174 * text.texi (Special Properties): Move @defvar's out of the
4175 @table. (Bug#8652)
4176
4177 2011-05-12 Glenn Morris <rgm@gnu.org>
4178
4179 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4180
4181 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4184 (Multiline Font Lock):
4185 * vol2.texi (Top):
4186 * vol1.texi (Top):
4187 * elisp.texi (Top): Update menu accordingly.
4188
4189 2011-05-12 Drew Adams <drew.adams@oracle.com>
4190
4191 * modes.texi (Region to Fontify): Fix typo.
4192
4193 2011-05-10 Jim Meyering <meyering@redhat.com>
4194
4195 * minibuf.texi: Fix typo "in in -> in".
4196
4197 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4198
4199 * numbers.texi (Integer Basics): Large integers are treated as floats.
4200
4201 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4202
4203 * processes.texi (Synchronous Processes): Document the (:file
4204 "/file-name") syntax for `call-process'.
4205
4206 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4207
4208 * windows.texi (Choosing Window): Fix typo.
4209
4210 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * frames.texi (Layout Parameters): Note the difference between
4213 querying and setting parameters for left-fringe and right-fringe
4214 (Bug#6930).
4215
4216 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * minibuf.texi (Basic Completion): Be a bit more precise about the
4219 valid kinds of completion tables.
4220 (Programmed Completion): Remove obsolete text about lambda expressions
4221 not being valid completion tables.
4222
4223 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4224
4225 * positions.texi (Excursions): Explain the "save-excursion
4226 defeated by set-buffer" warning.
4227
4228 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4229 save-excursion. Suggested by Uday S Reddy.
4230
4231 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4234 (Lexical Binding): New sub-section.
4235
4236 * eval.texi (Eval): Discourage the use of `eval'.
4237 Document its new `lexical' argument.
4238
4239 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * commands.texi (Command Overview): `post-command-hook' is not reset to
4242 nil any more.
4243
4244 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * strings.texi (String Conversion): Don't mention
4247 string-make-(uni|multi)byte (bug#8262).
4248 * nonascii.texi (Converting Representations): Fix up range.
4249 * keymaps.texi (Key Binding Commands): Update code point, avoid
4250 "unibyte character" and remove mention of unibyte bindings.
4251
4252 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4253
4254 * modes.texi (Operator Precedence Grammars): Don't use characters
4255 outside ISO-8859-1.
4256
4257 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4258
4259 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4260
4261 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4262
4263 2011-03-08 Glenn Morris <rgm@gnu.org>
4264
4265 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4266 * intro.texi (Acknowledgements): Names to UTF-8.
4267 * elisp.texi: Set documentencoding.
4268
4269 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * Version 23.3 released.
4272
4273 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * package.texi: Update index keywords.
4276 (Package Archives): New node contents. Document package-x.el.
4277
4278 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4279
4280 * makefile.w32-in (srcs): Add package.texi.
4281
4282 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4283
4284 * package.texi (Packaging, Packaging Basics, Simple Packages)
4285 (Multi-file Packages): Expand and clarify.
4286 (Package Archives): Temporary placeholder node.
4287
4288 * elisp.texi (Top): Update node listing.
4289
4290 * Makefile.in (srcs): Add package.texi.
4291
4292 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * processes.texi (Synchronous Processes): Minor clarification
4295 (Bug#8149).
4296
4297 2011-03-03 Glenn Morris <rgm@gnu.org>
4298
4299 * files.texi (Truenames): Minor clarification. (Bug#2341)
4300
4301 2011-03-01 Glenn Morris <rgm@gnu.org>
4302
4303 * variables.texi (Directory Local Variables):
4304 Mention `(subdirs . nil)' alist element.
4305
4306 2011-02-28 Glenn Morris <rgm@gnu.org>
4307
4308 * variables.texi (Directory Local Variables): Mention the optional
4309 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4310
4311 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * minibuf.texi (Minibuffer History): Clarify discussion of
4314 minibuffer history lists (Bug#8085).
4315
4316 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4317
4318 * elisp.texi: Sync @dircategory with ../../info/dir.
4319
4320 * files.texi (Visiting Functions): Document find-file-literally,
4321 both the command and the variable.
4322
4323 * variables.texi (Creating Buffer-Local): Explain the meaning of
4324 permanent local variables.
4325
4326 * files.texi (Visiting Functions): Document find-file-literally,
4327 both the command and the variable.
4328
4329 * variables.texi (Creating Buffer-Local): Explain the meaning of
4330 permanent local variables.
4331
4332 2011-02-19 Glenn Morris <rgm@gnu.org>
4333
4334 * keymaps.texi (Remapping Commands): Mention how to undo it.
4335
4336 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4337
4338 * loading.texi (Hooks for Loading): Remove unnecessary advice
4339 about eval-after-load (Bug#7986).
4340
4341 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * commands.texi (Accessing Mouse): Note that a header line is not
4344 included in the row of posn-col-row.
4345
4346 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4347
4348 * modes.texi (Major Mode Conventions): Add face guidelines.
4349 (Faces for Font Lock): List faces in order of prominence.
4350
4351 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4352
4353 format-time-string now supports subsecond time stamp resolution
4354 * os.texi (Time Parsing): Document %N.
4355
4356 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * vol1.texi (Top):
4359 * vol2.texi (Top):
4360 * elisp.texi (Top):
4361 * display.texi (Display Property): Shorten the menu description of
4362 the "Other Display Specs" node (Bug#7816).
4363
4364 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4365 menu item" concept index entries (Bug#7805).
4366
4367 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4368
4369 * makefile.w32-in (texinfodir): New variable.
4370 (usermanualdir): Remove as redundant with $(emacsdir).
4371 (MAKEINFO): Remove options, leave only program name.
4372 (MAKEINFO_OPTS): New variable.
4373 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4374
4375 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4376 Richard Kim <emacs18@gmail.com>
4377
4378 * loading.texi (Library Search): Document list-load-path-shadows
4379 (Bug#7757).
4380
4381 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4382
4383 * searching.texi (Regexp Special): Remove outdated discussion of
4384 character sets (Bug#7780).
4385
4386 * frames.texi (Pop-Up Menus): Document where menu title comes
4387 from (Bug#7684).
4388
4389 2011-01-25 Glenn Morris <rgm@gnu.org>
4390
4391 * display.texi (Making Buttons): Mention limitation of text buttons.
4392
4393 2011-01-23 Werner Lemberg <wl@gnu.org>
4394
4395 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4396 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4397 (ENVADD): New variable to control texi2dvi and texi2pdf.
4398
4399 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4400
4401 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4402 Emacs manual.
4403
4404 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4405
4406 * files.texi (Directory Names): Explain why FROM in
4407 directory-abbrev-alist should begin with \`. (Bug#7777)
4408
4409 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4412
4413 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4414
4415 * modes.texi (Emulating Mode Line): Fix last change.
4416
4417 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4418
4419 * modes.texi (Emulating Mode Line): Update documentation of
4420 format-mode-line according to changes that fixed bug #7587.
4421
4422 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * modes.texi (Derived Modes): Mention prog-mode.
4425
4426 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4427 of the key-binding-data cache since we don't use it any more.
4428
4429 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4430
4431 * processes.texi (Shell Arguments):
4432 * strings.texi (Creating Strings): Don't mention "shell commands";
4433 make it explicit that `split-string-and-unquote' and
4434 `combine-and-quote-strings' are mainly for working with arguments
4435 to call-process and start-process.
4436
4437 * processes.texi (Shell Arguments): Fix documentation of
4438 `split-string-and-unquote'. Add indexing. (Bug#7563)
4439
4440 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * modes.texi (Auto-Indentation): New section to document SMIE.
4443 (Major Mode Conventions):
4444 * text.texi (Mode-Specific Indent): Refer to it.
4445
4446 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4447
4448 * display.texi (Other Display Specs): Document left-fringe and
4449 right-fringe display specs.
4450
4451 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * backups.texi (Making Backups):
4454 * modes.texi (Example Major Modes): Use recommended coding style.
4455 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4456 define-derived-mode. Mention completion-at-point-functions.
4457
4458 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4459
4460 * nonascii.texi (Converting Representations):
4461 Document byte-to-string.
4462
4463 2010-12-08 Glenn Morris <rgm@gnu.org>
4464
4465 * buffers.texi (Modification Time):
4466 verify-visited-file-modtime now defaults to the current buffer.
4467
4468 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4469
4470 * nonascii.texi (Converting Representations): Document byte-to-string.
4471
4472 * strings.texi (Creating Strings): Don't mention semi-obsolete
4473 function char-to-string.
4474 (String Conversion): Shorten discussion of semi-obsolete function
4475 string-to-char. Link to Converting Representations.
4476
4477 * objects.texi (Symbol Type):
4478 * text.texi (Near Point):
4479 * help.texi (Help Functions):
4480 * functions.texi (Mapping Functions): Use string instead of
4481 char-to-string in examples.
4482
4483 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4484
4485 * text.texi (Kill Functions, Kill Functions)
4486 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4487 YANK-HANDLER args.
4488
4489 * symbols.texi (Creating Symbols): Using unintern without an
4490 obarray arg is now obsolete.
4491
4492 * numbers.texi (Float Basics): Document float-e and float-pi.
4493
4494 * variables.texi (Defining Variables): Change "pi" example to
4495 "float-pi".
4496
4497 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4498
4499 * commands.texi (Click Events): Document the values of X, Y and
4500 COL, ROW in the event's position, when the click is on the header
4501 or mode line, on the fringes, or in the margins.
4502
4503 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4504
4505 * customize.texi (Composite Types): Lower-case index entry.
4506
4507 * loading.texi (How Programs Do Loading):
4508 Document load-file-name. (Bug#7346)
4509
4510 2010-11-17 Glenn Morris <rgm@gnu.org>
4511
4512 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4513
4514 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4515
4516 * display.texi (Usual Display): Characters with no fonts are not
4517 necessarily displayed as empty boxes.
4518
4519 2010-10-31 Glenn Morris <rgm@gnu.org>
4520
4521 * maps.texi (Standard Keymaps): Update File menu description.
4522
4523 2010-10-28 Glenn Morris <rgm@gnu.org>
4524
4525 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4526
4527 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4528
4529 * display.texi (Window Systems): Deprecate use of window-system as
4530 a predicate.
4531
4532 2010-10-23 Glenn Morris <rgm@gnu.org>
4533
4534 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4535 sorted-doc.
4536
4537 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4538
4539 * os.texi (Dynamic Libraries): New node, with slightly modified
4540 text deleted from "Image Formats".
4541 (System Interface): Add @menu entry for "Dynamic Libraries".
4542
4543 * display.texi (Image Formats): Remove description of
4544 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4545
4546 2010-10-12 Glenn Morris <rgm@gnu.org>
4547
4548 * book-spine.texinfo: Rename to book-spine.texi.
4549
4550 2010-10-11 Glenn Morris <rgm@gnu.org>
4551
4552 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4553
4554 * Makefile.in (DVIPS): New variable.
4555 (.PHONY): Add html, ps.
4556 (html, elisp.html, ps, elisp.ps): New targets.
4557 (clean): Delete html, ps files.
4558 ($(infodir)/elisp): Remove unnecessary includes.
4559
4560 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4561
4562 * makefile.w32-in (emacsdir): New variable.
4563 (srcs): Add emacsver.texi.
4564 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4565
4566 2010-10-09 Glenn Morris <rgm@gnu.org>
4567
4568 * Makefile.in (VPATH): Remove.
4569 (infodir): Make it absolute.
4570 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4571
4572 * Makefile.in (dist): Anchor regexps.
4573
4574 * Makefile.in (srcs): Put elisp.texi first.
4575 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4576
4577 * Makefile.in (infoclean): Remove harmless, long-standing error.
4578
4579 * Makefile.in ($(infodir)): Delete rule.
4580 (mkinfodir): New.
4581 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4582
4583 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4584 Also copy emacsver.texi, and edit $emacsdir.
4585
4586 2010-10-09 Glenn Morris <rgm@gnu.org>
4587
4588 * Makefile.in (emacsdir): New variable.
4589 (MAKEINFO): Add -I $emacsdir.
4590 (dist): Copy emacsver.texi.
4591 (srcs): Add emacsver.texi.
4592
4593 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4594 Set EMACSVER by including emacsver.texi.
4595
4596 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4597
4598 2010-10-07 Glenn Morris <rgm@gnu.org>
4599
4600 * Makefile.in (version): New, set by configure.
4601 (clean): Delete dist tar file.
4602 (dist): Use version in tar name.
4603
4604 2010-10-06 Glenn Morris <rgm@gnu.org>
4605
4606 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4607 (INSTALL_INFO): Remove unused variable.
4608 (mostlyclean, infoclean, dist): New rules.
4609 (clean): Delete dvi and pdf files.
4610 (maintainer-clean): Remove elisp.oaux, use infoclean.
4611 ($(infodir)): Add parallel build workaround.
4612
4613 2010-10-04 Glenn Morris <rgm@gnu.org>
4614
4615 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4616 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4617 Fix -I typo.
4618 (clean): No 'make.out' or 'core' files.
4619 (.PHONY): Declare clean rules.
4620 (maintainer-clean): Delete pdf file. Guard against cd failures.
4621
4622 2010-10-03 Glenn Morris <rgm@gnu.org>
4623
4624 * files.texi (File Name Components): Remove ignored section about
4625 deleted variable directory-sep-char.
4626
4627 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4628
4629 * files.texi (Magic File Names): New defopt
4630 remote-file-name-inhibit-cache.
4631
4632 2010-10-02 Glenn Morris <rgm@gnu.org>
4633
4634 * os.texi (Killing Emacs): Hook now runs in batch mode.
4635
4636 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * text.texi (Special Properties): Clarify when modification-hooks run.
4639
4640 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * syntax.texi (Syntax Flags): Document new `c' flag.
4643
4644 2010-09-09 Glenn Morris <rgm@gnu.org>
4645
4646 * display.texi (ImageMagick Images): General cleanup.
4647
4648 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4649
4650 * files.texi (Directory Names): Use \` rather than ^.
4651
4652 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4653
4654 * text.texi (Low-Level Kill Ring):
4655 * frames.texi (Window System Selections): Remove cut buffer
4656 documentation.
4657
4658 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4659
4660 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4661 Parameters", where the default fringe width is described.
4662
4663 * frames.texi (Window Frame Parameters, Basic Parameters)
4664 (Position Parameters, Layout Parameters, Management Parameters)
4665 (Cursor Parameters, Font and Color Parameters): Add indexing for
4666 frame parameters. (Bug#6929)
4667
4668 2010-08-25 Tom Tromey <tromey@redhat.com>
4669
4670 * vol2.texi (Top): Update.
4671 * vol1.texi (Top): Update.
4672 * tips.texi (Library Headers): Mention Package-Version and
4673 Package-Requires.
4674 * package.texi: New file.
4675 * os.texi (System Interface): Update pointers.
4676 * elisp.texi (Top): Link to new nodes. Include package.texi.
4677 * anti.texi (Antinews): Update pointers.
4678
4679 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4680
4681 * processes.texi (Filter Functions): Fix last change.
4682
4683 2010-08-24 Markus Triska <triska@gmx.at>
4684
4685 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4686 of `buffer-name' in the main text as well as in the example
4687 (Bug#3098).
4688
4689 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * nonascii.texi (Text Representations):
4692 * loading.texi (Loading Non-ASCII):
4693 * compile.texi (Byte Compilation): Don't mention obsolete
4694 --unibyte command-line argument.
4695
4696 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4699
4700 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4703
4704 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4705
4706 * commands.texi (Misc Events): Add cross-references to where
4707 POSITION of a mouse event is described in detail.
4708
4709 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4710
4711 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4712
4713 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4716 Suggested by Štěpán Němec <stepnem@gmail.com>.
4717
4718 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4719
4720 * minibuf.texi (High-Level Completion): Document args of
4721 `read-buffer-function' (bug#5625).
4722
4723 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4724
4725 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4726
4727 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * processes.texi (Process Information): Explain process property
4730 `remote-tty'.
4731
4732 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4733
4734 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4735 instead of "\C-\^?" (bug#6334).
4736
4737 * text.texi (Special Properties): Fix typo.
4738
4739 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4740
4741 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4742 calling sequences, which are now the standard.
4743
4744 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4747
4748 * commands.texi (Command Overview): Mention undo-boundary call.
4749
4750 2010-06-23 Glenn Morris <rgm@gnu.org>
4751
4752 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4753 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4754 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4755 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4756 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4757 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4758 Untabify Texinfo files.
4759
4760 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4761
4762 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4763
4764 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4767
4768 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * searching.texi (Regexp Special): Remove obsolete information
4771 about matching non-ASCII characters, and suggest using char
4772 classes (Bug#6283).
4773
4774 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4775
4776 * minibuf.texi (Basic Completion): Add missing "@end defun".
4777
4778 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * minibuf.texi (Basic Completion): Document completion-boundaries.
4781 (Programmed Completion): Document the new fourth method for boundaries.
4782
4783 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4784
4785 * display.texi (Image Cache): Update documentation about image caching.
4786
4787 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4788
4789 * windows.texi (Textual Scrolling):
4790 * tips.texi (Coding Conventions):
4791 * minibuf.texi (Minibuffer History):
4792 * maps.texi (Standard Keymaps):
4793 * loading.texi (Where Defined):
4794 * edebug.texi (Instrumenting): Fix typos.
4795
4796 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4799
4800 * functions.texi (Obsolete Functions):
4801 Document set-advertised-calling-convention.
4802
4803 * minibuf.texi (Basic Completion): Document completion-in-region.
4804 (Programmed Completion): Document completion-annotate-function.
4805
4806 * commands.texi (Reading One Event): Document read-key.
4807 (Distinguish Interactive): Document KIND arg to
4808 called-interactively-p. Delete obsolete interactive-p.
4809
4810 * elisp.texi (Top): Update node description.
4811
4812 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4813
4814 * nonascii.texi (Character Properties):
4815 Document unicode-category-table. Add an index entry for Unicode
4816 general category.
4817
4818 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4819
4820 * Version 23.2 released.
4821
4822 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4823
4824 * locals.texi (Standard Buffer-Local Variables):
4825 Remove @ignore'd reference to `direction-reversed'.
4826
4827 2010-04-14 Juri Linkov <juri@jurta.org>
4828
4829 Fix @deffn without category.
4830
4831 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4832 for `abbrev-insert'.
4833
4834 * buffers.texi (Indirect Buffers): Add category `Command'
4835 to @deffn of `clone-indirect-buffer'.
4836
4837 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4838 for `next-window' and `previous-window'. Add category `Command'
4839 to @deffn of `pop-to-buffer'.
4840
4841 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4842
4843 * nonascii.texi (Text Representations): Don't mark
4844 enable-multibyte-characters as a user option.
4845
4846 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4847
4848 * control.texi (Handling Errors): How to re-throw a signal caught
4849 by condition-case.
4850
4851 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * loading.texi (Hooks for Loading): Document after-load-functions.
4854 Copyedits.
4855
4856 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4857
4858 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4859
4860 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4861
4862 * processes.texi (Network Processes): Document seqpacket type.
4863
4864 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4865
4866 * os.texi (System Environment): Do not mention lynxos.
4867
4868 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * Branch for 23.2.
4871
4872 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * objects.texi (Integer Type): Take note of the read syntax
4875 exception for numbers that cannot fit in the integer type.
4876
4877 2010-03-03 Glenn Morris <rgm@gnu.org>
4878
4879 * numbers.texi (Integer Basics, Bitwise Operations):
4880 * objects.texi (Integer Type): Update for integers now being 30-bit.
4881
4882 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * display.texi (Low-Level Font): Document :otf font-spec property.
4885
4886 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * display.texi (Line Height): Avoid obsolete special default variables
4889 like default-major-mode.
4890
4891 2010-01-28 Alan Mackenzie <acm@muc.de>
4892
4893 * display.texi (Auto Faces): Say fontification-functions is called
4894 whether or not Font Lock is enabled. Tidy up the wording a bit.
4895
4896 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * elisp.texi: Remove duplicate edition information (Bug#5407).
4899
4900 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * two.el (volume-header-toc-markup): Fix typos in docstring.
4903
4904 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 Avoid dubious uses of save-excursions.
4907 * positions.texi (Excursions): Recommend the use of
4908 save-current-buffer if applicable.
4909 * text.texi (Clickable Text): Fix the example code which used
4910 save-excursion in a naive way which sometimes preserves point and
4911 sometimes not.
4912 * variables.texi (Creating Buffer-Local):
4913 * os.texi (Session Management):
4914 * display.texi (GIF Images):
4915 * control.texi (Cleanups): Use (save|with)-current-buffer.
4916
4917 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4918
4919 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4920
4921 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * nonascii.texi (Text Representations, Character Codes)
4924 (Converting Representations, Explicit Encoding)
4925 (Translation of Characters): Use hex notation consistently.
4926 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4927
4928 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4929
4930 * loading.texi (Where Defined): Make it clearer that these are
4931 loaded files (Bug#5068).
4932
4933 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * minibuf.texi (Completion Styles): Document `initials' style.
4936
4937 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * frames.texi (Resources): Describe inhibit-x-resources.
4940 (Size Parameters): Copyedit.
4941
4942 * hash.texi (Creating Hash):
4943 * objects.texi (Hash Table Type): Document the new hash table
4944 printed representation.
4945
4946 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4947 obsolete.
4948
4949 * processes.texi (Process Buffers):
4950 Document process-kill-buffer-query-function.
4951
4952 2009-12-05 Glenn Morris <rgm@gnu.org>
4953
4954 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4955 diary-display-function, and no longer recommended to be a hook.
4956 Update for changes in the names of calendar and diary hooks.
4957 diary-print-entries-hook has changed section.
4958
4959 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4960
4961 * text.texi (Special Properties): More accurate description of
4962 what the `cursor' property does.
4963
4964 2009-11-26 Kevin Ryde <user42@zip.com.au>
4965
4966 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4967 mouse-wheel-down-event, the closest thing to a definition for them.
4968 * os.texi (Startup Summary): vindex inhibit-startup-message and
4969 inhibit-splash-screen.
4970 (Command-Line Arguments): vindex argv.
4971 (Suspending Emacs): vindex suspend-tty-functions and
4972 resume-tty-functions. Don't want to index every hook, but having
4973 the programming ones is helpful.
4974
4975 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * commands.texi (Motion Events): Fix typo (Bug#4907).
4978
4979 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4982 are affected by case-fold-search (Bug#4483).
4983
4984 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * minibuf.texi (Reading File Names): Note that read-file-name may
4987 use a graphical file dialog.
4988
4989 2009-10-31 Glenn Morris <rgm@gnu.org>
4990
4991 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4992
4993 2009-10-16 Kevin Ryde <user42@zip.com.au>
4994
4995 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4996 in particular so `info-lookup-symbol' can find its docs.
4997
4998 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * variables.texi (Constant Variables): Distinguish from defconst
5001 variables.
5002 (Defining Variables): Add cindex.
5003
5004 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * os.texi (Time of Day): Clarify that the microsecond part is
5007 ignored (Bug#4637).
5008
5009 2009-10-11 Glenn Morris <rgm@gnu.org>
5010
5011 * frames.texi (Size and Position): Clarify what is included in the frame
5012 height. (Bug#4535)
5013
5014 2009-10-10 Glenn Morris <rgm@gnu.org>
5015
5016 * windows.texi (Size of Window): The relationship between window and
5017 frame heights is not so simple. (Bug#4535)
5018 Mention window-full-height-p.
5019
5020 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5023 used from Lisp.
5024
5025 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5026
5027 * files.texi (Directory Names) <abbreviate-file-name>:
5028 Document that root home directories are not replaced with "~".
5029
5030 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5031
5032 * text.texi (Special Properties): Document the meaning of the
5033 `cursor' text property whose value is an integer.
5034
5035 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5036
5037 * files.texi (Magic File Names): Add `copy-directory'.
5038
5039 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5040
5041 * files.texi (File Attributes): Fix description of file
5042 attributes. (Bug#4638) Update attributes of files.texi example to
5043 be more representative.
5044
5045 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5046
5047 * files.texi (Create/Delete Dirs): New command copy-directory.
5048
5049 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5050
5051 * anti.texi (Antinews):
5052 * macros.texi (Indenting Macros):
5053 * strings.texi (Creating Strings, Case Conversion):
5054 Remove duplicate words.
5055
5056 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5057
5058 * files.texi (Create/Delete Dirs): delete-directory has an
5059 optional parameter RECURSIVE.
5060
5061 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * buffers.texi (Swapping Text): Minor clarification.
5064
5065 2009-10-01 Glenn Morris <rgm@gnu.org>
5066
5067 * functions.texi (Declaring Functions): Mention that we also search for
5068 ".m" files in the src/ directory.
5069
5070 2009-09-25 David Engster <deng@randomsample.de>
5071
5072 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5073
5074 2009-09-22 Glenn Morris <rgm@gnu.org>
5075
5076 * internals.texi (Building Emacs): Mention preloaded-file-list.
5077
5078 2009-09-14 Alan Mackenzie <acm@muc.de>
5079
5080 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5081
5082 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * functions.texi (Anonymous Functions): Rearrange discussion,
5085 giving usage of unquoted lambda forms first. Mention that
5086 `function' and `#'' are no longer required (Bug#4290).
5087
5088 2009-09-11 Alan Mackenzie <acm@muc.de>
5089
5090 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5091 batch mode.
5092
5093 2009-09-01 Glenn Morris <rgm@gnu.org>
5094
5095 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5096
5097 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5098
5099 * nonascii.texi (Character Codes): Fix typos.
5100
5101 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * processes.texi (Synchronous Processes): New defvar
5104 process-file-side-effects.
5105
5106 2009-08-25 Glenn Morris <rgm@gnu.org>
5107
5108 * display.texi (Fontsets): Fix typo.
5109
5110 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5111
5112 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * processes.texi (Asynchronous Processes): Adjust arglist of
5115 start-process-shell-command and start-file-process-shell-command.
5116
5117 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * advice.texi (Argument Access in Advice): Note that argument
5120 positions are zero-based (Bug#3932).
5121
5122 * commands.texi (Distinguish Interactive): Minor copyedit.
5123
5124 * display.texi (Face Attributes): Add xref to Displaying Faces for
5125 explanation of "underlying face".
5126
5127 * customize.texi (Common Keywords): Add xref to Loading.
5128
5129 * loading.texi (How Programs Do Loading): Add xref to Lisp
5130 Libraries node in the Emacs manual.
5131
5132 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5135
5136 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * processes.texi (Shell Arguments): Copyedits.
5139
5140 2009-07-18 Glenn Morris <rgm@gnu.org>
5141
5142 * loading.texi (Repeated Loading): Fix typo.
5143
5144 2009-07-16 Richard Stallman <rms@gnu.org>
5145
5146 * buffers.texi (Swapping Text): Recommend setting
5147 write-region-annotate-functions and buffer-saved-size.
5148
5149 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5150
5151 2009-07-15 Glenn Morris <rgm@gnu.org>
5152
5153 * edebug.texi: Minor re-phrasings throughout.
5154 (Edebug Execution Modes): Sit-for affects continue mode too.
5155 (Jumping): Use `forward-sexp' rather than its keybinding.
5156 (Edebug Misc): Fix Q binding.
5157 (Edebug Eval): Remove cl version.
5158 (Printing in Edebug): Clarify print-length etc.
5159 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5160 (Specification List): Remove edebug-unwrap findex entry.
5161 (Specification Examples): defmacro is actually not the same as defun.
5162 Escape "`" in example.
5163
5164 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * markers.texi (The Mark): Document optional arg to
5167 deactivate-mark.
5168
5169 2009-07-11 Kevin Ryde <user42@zip.com.au>
5170
5171 * hooks.texi (Standard Hooks): Fix cross-references.
5172
5173 * loading.texi (Named Features): Refer to eval-after-load.
5174
5175 2009-07-11 Glenn Morris <rgm@gnu.org>
5176
5177 * Makefile.in (TEXI2PDF): New.
5178 (elisp.pdf): New target.
5179
5180 * searching.texi (Regexp Backslash): Fix typo.
5181
5182 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5183
5184 2009-07-10 Glenn Morris <rgm@gnu.org>
5185
5186 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5187
5188 * customize.texi (Customization Types):
5189 * display.texi (Abstract Display):
5190 * objects.texi (Character Type, String Type):
5191 Merge in some menu descriptions from elisp.texi.
5192
5193 * hash.texi (Hash Tables):
5194 * modes.texi (Multiline Font Lock):
5195 End menu description with period.
5196
5197 2009-07-09 Glenn Morris <rgm@gnu.org>
5198
5199 * back.texi: Don't hard-code texinfo location.
5200
5201 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5202 (tex): Add texinfodir to TEXINPUTS.
5203 (elisp1med-init, elisp2med-init): Use texinfodir.
5204
5205 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5206 (clean): Add two-volume.make intermediate files.
5207
5208 * elisp.texi, vol1.texi, vol2.texi:
5209 Use a DATE variable with the publication date, and update it.
5210 Fix antinews menu description.
5211
5212 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5213 Update the detailed node listing to match elisp.texi.
5214
5215 * README: Update edition to match elisp.texi.
5216
5217 * objects.texi (General Escape Syntax):
5218 * nonascii.texi (Character Sets):
5219 Use consistent case for "Unicode Standard".
5220
5221 * anti.texi (Antinews):
5222 * customize.texi (Variable Definitions):
5223 * functions.texi (Declaring Functions):
5224 * nonascii.texi (Character Properties):
5225 * processes.texi (Serial Ports):
5226 * text.texi (Special Properties):
5227 * tips.texi (Coding Conventions):
5228 Minor rearrangements to improve TeX line-filling.
5229
5230 * commands.texi (Using Interactive): Fix cross-reference.
5231
5232 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5233
5234 * frames.texi (Management Parameters): Mention sticky.
5235
5236 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5237
5238 * help.texi (Help Functions): Fix description of help-buffer and
5239 help-setup-xref to use @defun instead of @deffn.
5240
5241 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5242
5243 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5244
5245 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * display.texi (Window Systems): Add ns to the list.
5248
5249 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * Branch for 23.1.
5252
5253 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5254
5255 * windows.texi (Dedicated Windows): Fix typo.
5256 (Resizing Windows): Replace @defun by @deffn.
5257
5258 2009-06-17 Glenn Morris <rgm@gnu.org>
5259
5260 * variables.texi (Directory Local Variables):
5261 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5262
5263 2009-06-09 Kenichi Handa <handa@m17n.org>
5264
5265 * nonascii.texi (Character Sets): State clearly that FROM and TO
5266 are codepoints of CHARSET.
5267
5268 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * minibuf.texi (Reading File Names): Fix introductory text.
5271 Suggested by stan@derbycityprints.com.
5272 (High-Level Completion): Fix typo.
5273
5274 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * frames.texi (Text Terminal Colors): Multi-tty is already
5277 implemented, but tty-local colors are not.
5278
5279 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5280
5281 * hooks.texi (Standard Hooks): Remove mention of obsolete
5282 redisplay-end-trigger-functions.
5283
5284 * internals.texi (Window Internals): Remove mention of obsolete
5285 redisplay-end-trigger-functions.
5286
5287 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5288
5289 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5290
5291 * backups.texi (Making Backups): backup-directory-alist and
5292 make-backup-file-name-function are options.
5293 (Auto-Saving): auto-save-list-file-prefix is an option.
5294
5295 * buffers.texi (Killing Buffers): buffer-offer-save is an
5296 option.
5297
5298 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5299 option.
5300 (Echo Area Customization): echo-keystrokes is an option.
5301 (Selective Display): selective-display-ellipses is an option.
5302 (Temporary Displays): temp-buffer-show-function is an option.
5303 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5304 are options.
5305 (Font Selection): face-font-family-alternatives,
5306 face-font-selection-order, face-font-registry-alternatives, and
5307 scalable-fonts-allowed are options.
5308 (Fringe Indicators): indicate-buffer-boundaries is an option.
5309 (Fringe Cursors): overflow-newline-into-fringe is an option.
5310 (Scroll Bars): scroll-bar-mode is an option.
5311
5312 * eval.texi (Eval): max-lisp-eval-depth is an option.
5313
5314 * files.texi (Visiting Functions): find-file-hook is an option.
5315 (Directory Names): directory-abbrev-alist is an option.
5316 (Unique File Names): temporary-file-directory and
5317 small-temporary-file-directory are options.
5318
5319 * frames.texi (Initial Parameters): initial-frame-alist,
5320 minibuffer-frame-alist and default-frame-alist are options.
5321 (Cursor Parameters): blink-cursor-alist and
5322 cursor-in-non-selected-windows ar options.
5323 (Window System Selections): selection-coding-system is an
5324 option.
5325 (Display Feature Testing): display-mm-dimensions-alist is an
5326 option.
5327
5328 * help.texi (Help Functions): help-char and help-event-list are
5329 options.
5330
5331 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5332 an option.
5333
5334 * minibuf.texi (Minibuffer History): history-length and
5335 history-delete-duplicates are options.
5336 (High-Level Completion): read-buffer-function and
5337 read-buffer-completion-ignore-case are options.
5338 (Reading File Names): read-file-name-completion-ignore-case is
5339 an option.
5340
5341 * modes.texi (Mode Line Top): mode-line-format is an option.
5342 (Mode Line Variables): mode-line-position and mode-line-modes
5343 are options.
5344
5345 * nonascii.texi (Text Representations):
5346 enable-multibyte-characters is an option.
5347 (Default Coding Systems): auto-coding-regexp-alist,
5348 file-coding-system-alist, auto-coding-alist and
5349 auto-coding-functions are options.
5350 (Specifying Coding Systems): inhibit-eol-conversion is an
5351 option.
5352
5353 * os.texi (Init File): site-run-file is an option.
5354 (System Environment): mail-host-address is an option.
5355 (User Identification): user-mail-address is an option.
5356 (Terminal Output): baud-rate is an option.
5357
5358 * positions.texi (Word Motion): words-include-escapes is an
5359 option.
5360
5361 * searching.texi (Standard Regexps): page-delimiter,
5362 paragraph-separate, paragraph-separate and sentence-end are
5363 options.
5364
5365 * text.texi (Margins): left-margin and fill-nobreak-predicate
5366 are options.
5367
5368 * variables.texi (Local Variables): max-specpdl-size is an
5369 option.
5370
5371 * windows.texi (Choosing Window):
5372 split-window-preferred-function, special-display-function and
5373 display-buffer-function are options.
5374
5375 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5376
5377 Fix errors spotted by Martin Rudalics.
5378
5379 * syntax.texi (Position Parse): Document rationale for ignored
5380 arguments to syntax-ppss-flush-cache.
5381
5382 * processes.texi (Input to Processes): Mark PROCESS arg to
5383 process-running-child-p as optional.
5384 (Network Options): Document NO-ERROR arg to
5385 set-network-process-option.
5386
5387 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5388 command.
5389
5390 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5391 posix-search-backward as commands.
5392
5393 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5394 (Suspending Emacs): Mark suspend-emacs as a command.
5395 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5396 commands.
5397 (Terminal Output): Remove obsolete function baud-rate.
5398 Document TERMINAL arg for send-string-to-terminal.
5399
5400 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5401 terminal-coding-system and set-terminal-coding-system.
5402 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5403 as optional.
5404 (Character Sets): Document RESTRICTION arg of char-charset.
5405 (Character Codes): Mark POS argument to get-byte as optional.
5406
5407 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5408 minibuffer-message.
5409
5410 * files.texi (Create/Delete Dirs): Mark make-directory and
5411 delete-directory as commands.
5412
5413 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5414
5415 * text.texi (Base 64): Mark base64-decode-string and
5416 base64-encode-string as commands.
5417 (Columns): Mark move-to-column as a command.
5418 (Mode-Specific Indent): Document RIGID arg to
5419 indent-for-tab-command.
5420 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5421 Mark indent-code-rigidly as a command.
5422 (Substitution): Mark translate-region as a command.
5423
5424 * frames.texi (Size and Position): Remove obsolete functions
5425 screen-height and screen-width.
5426
5427 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5428
5429 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5430 (Displaying Buffers, Resizing Windows): Correct mistakes;
5431 next-window, previous-window, and pop-to-buffer are not commands,
5432 and fit-window-to-buffer" is a command. (Pointed out by Martin
5433 Rudalics.)
5434
5435 2009-05-17 Richard M Stallman <rms@gnu.org>
5436
5437 * modes.texi (Precalculated Fontification): Clarify text.
5438
5439 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5440
5441 * windows.texi (Selecting Windows): Clarify descriptions of
5442 with-selected-window and get-lru-window.
5443 (Cyclic Window Ordering): Refer to particular frame when talking
5444 about how splitting affects the ordering.
5445 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5446 switch-to-buffer-other-window. Explain how setting of
5447 display-buffer-reuse-frames affects pop-to-buffer.
5448 (Choosing Window): Clarify some details in descriptions of
5449 display-buffer-reuse-frames, pop-up-frames, and
5450 pop-up-frame-function.
5451 (Dedicated Windows): Clarify some details.
5452 (Textual Scrolling): Replace term vscroll by term vertical
5453 scroll position.
5454 (Vertical Scrolling): Fix typo.
5455 (Window Hooks): Relate text on jit-lock-register to window
5456 scrolling and size changes.
5457
5458 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5459
5460 * frames.texi (Initial Parameters): Clarify what the initial
5461 minibuffer frame is.
5462 (Buffer Parameters): Note that the minibuffer parameter can not be
5463 altered.
5464
5465 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5466 Document display-buffer changes.
5467
5468 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5469
5470 * anti.texi (Antinews): Rewrite for Emacs 22.
5471
5472 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5473 obarrays are first mentioned. Define "system abbrev" more
5474 prominently, and add it to the index.
5475 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5476 Copyedits.
5477 (Abbrev Expansion): Document abbrev-insert.
5478
5479 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * frames.texi (Font and Color Parameters): Rename from Color
5482 Parameters. Document font-backend parameter.
5483
5484 * vol2.texi (Top): Update node listing.
5485 * vol1.texi (Top): Update node listing.
5486 * elisp.texi (Top): Update node listing.
5487
5488 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5489
5490 * windows.texi (Choosing Window): Don't explicitly refer to
5491 split-window-sensibly's window argument in descriptions of
5492 split-height-threshold and split-width-threshold.
5493
5494 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5495
5496 * windows.texi (Choosing Window): Fix rewrite of window
5497 splitting section.
5498
5499 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5500
5501 * nonascii.texi (Default Coding Systems):
5502 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5503 Add indexing.
5504 (Lisp and Coding Systems): Add index entries.
5505
5506 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5507
5508 * windows.texi (Choosing Window): Describe split-window-sensibly
5509 and rewrite section on window splitting accordingly.
5510 (Textual Scrolling): Replace `...' by @code{...}.
5511
5512 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5515 Remove obsoleted pre-abbrev-expand-hook.
5516
5517 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5518 entries.
5519
5520 * internals.texi (Object Internals): Don't assume 32-bit machines
5521 are the norm.
5522 (Buffer Internals): Consolidate table entries for readability.
5523 (Window Internals): Synch field names to window.h.
5524 (Process Internals): Synch field names to process.h.
5525
5526 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * variables.texi (File Local Variables): Note that read-circle is
5529 bound to nil when reading file-local variables.
5530
5531 * streams.texi (Input Functions): Document read-circle.
5532 (Output Variables): Add xref to Circular Objects.
5533
5534 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5537 Features and Coding System Basics. Node that "p" stands for
5538 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5539 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5540 mouse-appearance-menu.
5541 (Programming Tips): Add xref to Progress.
5542
5543 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * os.texi (Command-Line Arguments):
5546 Document command-line-args-left.
5547 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5548 terminal objects for tty arguments.
5549 (Startup Summary): Add xref to Session Management.
5550 (Session Management): Mention emacs-session-restore. Copyedits.
5551
5552 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5553
5554 * os.texi (Startup Summary): Copyedits. The init file is not
5555 necessarily named .emacs now. Document initial-buffer-choice and
5556 initial-scratch-message. Note where Emacs exits in batch mode.
5557 Document inhibit-splash-screen as an alias.
5558 (Init File): Be neutral about which init file name to use.
5559
5560 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * os.texi (System Interface): Fix Texinfo usage.
5563
5564 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5565
5566 * searching.texi (Regexp Backslash): Also refer to shy groups as
5567 non-capturing or unnumbered groups.
5568 (Regexp Functions): Add cross-reference to Regexp Backslash.
5569
5570 * display.texi (Truncation): Overlays can use line-prefix and
5571 wrap-prefix too.
5572 (Overlay Properties): Document wrap-prefix and line-prefix.
5573 (Face Attributes): Document underline-minimum-offset.
5574 (Face Remapping): Copyedits.
5575 (Low-Level Font): Copyedits.
5576 (Image Cache): Note that the image cache is shared between frames.
5577 (Line Height): Emphasize that line-spacing only takes effect on
5578 graphical terminals.
5579
5580 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * display.texi (Refresh Screen): Note that a passage about screen
5583 refreshing is text terminal only.
5584 (Forcing Redisplay): Delete misleading comment---sit-for calls
5585 redisplay, not the other way around.
5586 (Truncation): Note new values of truncate-partial-width-windows.
5587 Copyedits.
5588 (Invisible Text): Document invisible-p.
5589
5590 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5591
5592 * display.texi (Overlays): Overlays don't scale well. See
5593 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5594
5595 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * syntax.texi (Syntax Table Functions): Document cons cell
5598 argument for modify-syntax-entry.
5599 (Categories): Document cons cell argument for
5600 modify-category-entry.
5601
5602 * searching.texi (String Search): Document word-search-forward-lax
5603 and word-search-backward-lax.
5604 (Searching and Case): Describe isearch behavior more precisely.
5605
5606 * keymaps.texi (Tool Bar): Mention that some platforms do not
5607 support multi-line toolbars. Suggested by Stephen Eglen.
5608
5609 * frames.texi (Layout Parameters): Mention that Nextstep also
5610 allows only one tool-bar line. Suggested by Stephen Eglen.
5611
5612 * nonascii.texi (Text Representations): Copyedits.
5613 (Coding System Basics): Also mention utf-8-emacs.
5614 (Converting Representations, Selecting a Representation)
5615 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5616 Copyedits.
5617 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5618
5619 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5620
5621 * text.texi (Yank Commands): Note that yank uses push-mark.
5622 (Filling): Clarify REGION argument of fill-paragraph.
5623 Document fill-forward-paragraph-function.
5624 (Special Properties): Remove "new in Emacs 22" declaration.
5625 (Clickable Text): Merge with Links and Mouse-1 node.
5626
5627 * display.texi (Button Properties, Button Buffer Commands):
5628 Change xref to Clickable Text.
5629
5630 * tips.texi (Key Binding Conventions): Change xref to Clickable
5631 Text.
5632
5633 * elisp.texi (Top): Update node listing.
5634
5635 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5636
5637 * markers.texi (The Mark): Copyedits. Improve description of
5638 handle-shift-selection.
5639 (The Region): Move use-region-p here from The Mark.
5640
5641 * positions.texi (Screen Lines): Document (cols . lines) argument
5642 for vertical-motion.
5643
5644 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * frames.texi (Frames): Clean up introduction. Document `ns'
5647 return value for framep.
5648 (Creating Frames): Note how the terminal is chosen.
5649 (Multiple Terminals, Multiple Displays): Merge into a single node.
5650 (Color Parameters): Fix typo.
5651
5652 * variables.texi (Local Variables, Buffer-Local Variables)
5653 (Creating Buffer-Local): Change link to Multiple Terminals.
5654
5655 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5656
5657 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5658 Terminals.
5659
5660 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5661 to Multiple Terminals.
5662
5663 * elisp.texi (Top): Update node listing.
5664 * vol2.texi (Top): Update node listing.
5665 * vol1.texi (Top): Update node listing.
5666
5667 * buffers.texi (Current Buffer): Note that the append-to-buffer
5668 example is no longer in synch with the latest code. Tie the two
5669 examples together.
5670
5671 * files.texi (File Attributes): Move note about MS-DOS from
5672 Changing Files to File Attributes.
5673 (Create/Delete Dirs): Note that mkdir is an alias for this.
5674
5675 2009-04-01 Markus Triska <triska@gmx.at>
5676
5677 * processes.texi (Filter Functions): Suggest how to handle output
5678 batches.
5679
5680 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * help.texi (Accessing Documentation): Update example to use
5683 help-setup-xref and with-help-window.
5684 (Help Functions): Remove print-help-return-message, which is
5685 semi-obsolete due to with-help-window. Document help-buffer and
5686 help-setup-xref.
5687
5688 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5689
5690 * help.texi (Accessing Documentation, Help Functions):
5691 Remove information about long-obsolete Emacs versions.
5692
5693 * modes.texi (Mode Line Variables): The default values of the mode
5694 line variables are now more complicated.
5695
5696 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * modes.texi (Major Mode Conventions): Note that specialness is
5699 inherited.
5700 (Derived Modes): Note that define-derive-mode sets the mode-class
5701 property.
5702
5703 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5704 goto-map. Add search-map to the list.
5705
5706 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5707
5708 * os.texi (System Environment): Update the list of system-type
5709 values.
5710
5711 * markers.texi (The Mark) <handle-shift-selection>: Update for
5712 removal of the optional argument DEACTIVATE.
5713
5714 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * commands.texi (Focus Events): Most X window managers don't use
5717 focus-follows-mouse nowadays.
5718
5719 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5720
5721 * commands.texi (Defining Commands): Clarify introduction.
5722 (Using Interactive): Not that interactive can be put in a symbol
5723 property.
5724 (Interactive Call): Note that a symbol with a non-nil
5725 interactive-form property satisfies commandp.
5726
5727 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * minibuf.texi (Intro to Minibuffers): Fix typos.
5730
5731 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5732
5733 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5734 about minibuffers in old Emacs versions. Copyedits.
5735 Emphasize that enable-recursive-minibuffers defaults to nil.
5736 (Text from Minibuffer): Simplify introduction.
5737
5738 2009-03-22 Alan Mackenzie <acm@muc.de>
5739
5740 * commands.texi (Using Interactive): Clarify string argument to
5741 `interactive' - even promptless elements need \n separators.
5742
5743 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * minibuf.texi (Completion Styles): New node.
5746
5747 * elisp.texi (Top): Update node listing.
5748
5749 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5750
5751 * minibuf.texi (Basic Completion): Note that
5752 read-file-name-completion-ignore-case and
5753 read-buffer-completion-ignore-case can override
5754 completion-ignore-case.
5755 (Minibuffer Completion): Document completing-read changes.
5756 (Completion Commands): Avoid mentioning partial completion mode.
5757 Document minibuffer-completion-confirm changes, and
5758 minibuffer-confirm-exit-commands.
5759 (High-Level Completion): Document new require-match behavior for
5760 read-buffer. Document read-buffer-completion-ignore-case.
5761 (Reading File Names): Document new require-match behavior for
5762 read-file-name.
5763
5764 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * debugging.texi (Error Debugging): Don't mislead the reader into
5767 thinking that debug-on-error enters debugger for C-f at EOB.
5768 (Error Debugging): Setting debug-on-init within the init file
5769 works, and has for some time.
5770
5771 2009-03-13 Kenichi Handa <handa@m17n.org>
5772
5773 * display.texi (Fontsets): Update the description.
5774
5775 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * advice.texi (Advising Primitives): Link to What Is a Function.
5778
5779 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * compile.texi (Speed of Byte-Code): Update example.
5782 (Disassembly): Update examples.
5783
5784 * loading.texi (Repeated Loading): Simplify examples.
5785
5786 * customize.texi (Common Keywords): It's not necessary to use :tag
5787 to remove hyphens, as custom-unlispify-tag-name does it
5788 automatically.
5789 (Variable Definitions): Link to File Local Variables.
5790 Document customized-value symbol property.
5791 (Customization Types): Move menu to end of node.
5792
5793 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * macros.texi (Compiling Macros): Omit misleading sentence, which
5796 implied that macros can only be used in the same file they are
5797 defined.
5798 (Backquote): Remove obsolete information about Emacs 19.
5799
5800 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5801
5802 * display.texi (Display Margins): Fix paren typo.
5803
5804 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * elisp.texi (Top): Update node listing.
5807
5808 * variables.texi (Variables): Clarify introduction.
5809 (Global Variables): Mention that setq is a special form.
5810 (Local Variables): Use active voice.
5811 (Tips for Defining): Mention marking variables as safe.
5812 (Buffer-Local Variables): Mention terminal-local and frame-local
5813 variables together.
5814 (File Local Variables): Copyedits.
5815 (Frame-Local Variables): Note that they are not really useful.
5816 (Future Local Variables): Node deleted.
5817
5818 * objects.texi (General Escape Syntax): Update explanation of
5819 Unicode escape syntax.
5820
5821 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5822
5823 * control.texi (Control Structures): Add cindex entry for "textual
5824 order".
5825
5826 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5827 instead of "expression" throughout.
5828 (Function Indirection): Copyedits. Use active voice.
5829 (Eval): The default value of max-lisp-eval-depth is now 400.
5830
5831 2009-02-23 Miles Bader <miles@gnu.org>
5832
5833 * processes.texi (System Processes): Rename `system-process-attributes'
5834 to `process-attributes'.
5835
5836 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5837
5838 * symbols.texi (Property Lists): Emphasize that property lists are
5839 not restricted to symbol cells.
5840 (Other Plists): Copyedit.
5841
5842 * sequences.texi (Sequences Arrays Vectors): Make introduction
5843 more concise.
5844 (Arrays): Mention char-tables and bool-vectors too.
5845 (Vectors): Don't repeat information given in Arrays node. Link to
5846 nodes that explain the vector usage examples.
5847 (Char-Tables): Note that char-table elements can have arbitrary
5848 type. Explain effect of omitted char-table-extra-slots property.
5849 Link to Property Lists node.
5850
5851 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5852
5853 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5854 `append'.
5855 (List Elements): Copyedits.
5856
5857 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5858 of `vconcat'.
5859
5860 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5861 Emacs 20 usage of `concat'.
5862 (Case Conversion): Copyedits.
5863
5864 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5867 Minor edits.
5868 (Frame Configuration Type): Emphasize that it is not primitive.
5869 (Font Type): New node.
5870 (Type Predicates): Add fontp; type-of now recognizes font object
5871 types.
5872
5873 * intro.texi (Version Info): Update version numbers in examples.
5874 (Acknowledgements): List more contributors.
5875
5876 * elisp.texi: Bump version number to 3.0.
5877 (Top): Link to Font Type node.
5878
5879 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * modes.texi (Major Mode Conventions): Remove duplicate words.
5882 (Customizing Keywords): Fix typo.
5883
5884 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5885
5886 * nonascii.texi (User-Chosen Coding Systems): Document that
5887 select-safe-coding-system suggests raw-text if there are raw bytes
5888 in the region.
5889 (Explicit Encoding): Warn not to use `undecided' when encoding.
5890
5891 2009-02-11 Glenn Morris <rgm@gnu.org>
5892
5893 * frames.texi (Visibility of Frames): Mention the effect multiple
5894 workspaces/desktops can have on visibility.
5895
5896 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5897
5898 * text.texi (Commands for Insertion):
5899 * commands.texi (Event Mod):
5900 * keymaps.texi (Searching Keymaps):
5901 * nonascii.texi (Translation of Characters):
5902 Reinstate documentation of translation-table-for-input.
5903 (Explicit Encoding): Document the `charset' text property produced
5904 by decode-coding-region and decode-coding-string.
5905
5906 2009-01-27 Alan Mackenzie <acm@muc.de>
5907
5908 * modes.texi (Search-based Fontification): Correct a typo.
5909
5910 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5911
5912 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5913 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5914
5915 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5916
5917 * display.texi (Window Systems): Document the value of
5918 `initial-window-system' under --daemon.
5919
5920 * os.texi (System Environment): Remove description of the
5921 `environment' function which has been deleted.
5922
5923 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5924
5925 * frames.texi (Multiple Displays): Remove documentation for
5926 removed function make-frame-on-tty.
5927
5928 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5929
5930 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5931 write-region-annotate-functions.
5932 Document write-region-post-annotation-function.
5933
5934 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5935
5936 * display.texi (Font Lookup): Document WIDTH argument of
5937 x-list-fonts.
5938
5939 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5940
5941 * maps.texi (Standard Keymaps): Rename function-key-map to
5942 local-function-key-map.
5943
5944 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5945 local-function-key-map.
5946
5947 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5948 and `set-keyboard-coding-system' now accept an optional terminal
5949 argument.
5950
5951 * commands.texi (Event Mod): `keyboard-translate-table' is now
5952 terminal-local.
5953 (Function Keys): Rename function-key-map to
5954 local-function-key-map.
5955
5956 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5957 frames.texi.
5958
5959 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5960 `delete-terminal-functions', `suspend-tty-functions' and
5961 `resume-tty-functions'.
5962
5963 * frames.texi (Frames): Document `frame-terminal' and
5964 `terminal-live-p'.
5965 (Multiple Displays): Document `make-frame-on-tty'.
5966 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5967 `terminal-name', and `get-device-terminal'.
5968 (Terminal Parameters): Document `terminal-parameters',
5969 `terminal-parameter', and `set-terminal-parameter'.
5970
5971 * os.texi (System Environment): Document `environment' and
5972 `initial-environment'.
5973 (Suspending Emacs): Update for multi-tty; document
5974 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5975
5976 * nonascii.texi (Coding System Basics): More accurate description
5977 of `raw-text'.
5978
5979 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5980
5981 * display.texi (Low-Level Font): Fix typo.
5982
5983 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5984
5985 * elisp.texi (Top): Update node listing.
5986
5987 * display.texi (PostScript Images): Node deleted.
5988
5989 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5990
5991 * processes.texi (Decoding Output): Document that null bytes force
5992 no-conversion for reading process output.
5993
5994 * files.texi (Reading from Files): Document that null bytes force
5995 no-conversion when visiting files.
5996
5997 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5998
5999 * nonascii.texi (Lisp and Coding Systems):
6000 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6001 (Character Properties): Improve wording.
6002
6003 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6004
6005 * display.texi (Font Lookup): Remove obsolete function
6006 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6007 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6008 (Font Selection): Reorder order of variable descriptions.
6009 Minor clarifications.
6010
6011 * elisp.texi (Top): Update node listing.
6012
6013 2009-01-09 Glenn Morris <rgm@gnu.org>
6014
6015 * commands.texi (Command Loop Info): Say that last-command-char and
6016 last-input-char are obsolete aliases.
6017
6018 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6019 last-input-char and last-command-char, since they are just aliases for
6020 last-input-event and last-command-event.
6021
6022 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6023 last-command-char.
6024
6025 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * elisp.texi: Update node listing.
6028
6029 * display.texi (Faces): Put Font Selection node after Auto Faces.
6030 (Face Attributes): Don't link to Font Lookup.
6031 Document font-family-list.
6032 (Fonts): New node.
6033
6034 2009-01-08 Jason Rumney <jasonr@gnu.org>
6035
6036 * frames.texi (Pointer Shape): Clarify that only X supports
6037 changing the standard pointer shapes. (Bug#1485)
6038
6039 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6040
6041 * display.texi (Attribute Functions): Note that a function value
6042 :height is relative, and that compatibility functions work by
6043 calling set-face-attribute.
6044 (Displaying Faces): Reorder list in order of increasing priority.
6045 (Face Remapping): New node. Content moved here from Displaying
6046 Faces.
6047 (Glyphs): Link to Face Functions.
6048
6049 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6050
6051 * display.texi (Faces): Don't discuss face id here. facep does
6052 not return t.
6053 (Defining Faces): Minor clarification.
6054 (Face Attributes): Rearrange items to match docstring of
6055 set-face-attribute. Add :foundry attribute. Document new role of
6056 :font attribute. Texinfo usage fix.
6057 (Attribute Functions): Copyedits.
6058 (Face Functions): Note that face number is seldom used.
6059
6060 2009-01-05 Richard M Stallman <rms@gnu.org>
6061
6062 * strings.texi (Predicates for Strings): Minor clarification.
6063
6064 * functions.texi (Function Safety): Texinfo usage fix.
6065
6066 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6067
6068 * objects.texi (General Escape Syntax): Fix typo.
6069
6070 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6071
6072 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6073 works via the default value of pop-up-frame-function.
6074
6075 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6076
6077 * processes.texi (System Processes): Document the `time' and
6078 `ctime' attributes of `system-process-attributes'.
6079
6080 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6081
6082 * display.texi (Face Attributes): Clarify :height attribute.
6083
6084 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6085
6086 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6087 the front of the buffer list. Add entries for `last-buffer' and
6088 `unbury-buffer'.
6089
6090 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6091
6092 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6093 and its subsections.
6094
6095 * frames.texi (Multiple Terminals, Low-level Terminal)
6096 (Terminal Parameters, Frames on Other TTY devices): New sections.
6097 (Frames): Add an xref to "Multiple Terminals".
6098
6099 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6100
6101 * objects.texi (Terminal Type): New node.
6102 (Editing Types): Add it to the menu.
6103
6104 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6105 Variables".
6106
6107 * variables.texi (Directory Local Variables): New node.
6108 (Variables): Add a menu item for it.
6109
6110 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6111 `generated-autoload-file'.
6112
6113 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6114
6115 * os.texi (Startup Summary): Add xref to documentation of
6116 `initial-window-system'.
6117
6118 * display.texi (Window Systems): Document `window-system' the
6119 function. The variable `window-system' is now frame-local.
6120 Document `initial-window-system'.
6121
6122 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6123
6124 * windows.texi (Windows): Rewrite description of
6125 fit-window-to-buffer.
6126
6127 2008-12-13 Glenn Morris <rgm@gnu.org>
6128
6129 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6130 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6131
6132 2008-12-12 Glenn Morris <rgm@gnu.org>
6133
6134 * debugging.texi (Error Debugging): Refer forwards to
6135 eval-expression-debug-on-error.
6136
6137 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6138
6139 * strings.texi (String Basics): Only unibyte strings that
6140 represent key sequences hold 8-bit raw bytes.
6141
6142 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6143 paragraph to speak about `undecided'.
6144 (Character Properties): Don't explain the meaning of each
6145 property; instead, identify their Unicode Standard names.
6146 (Character Sets): Document `map-charset-chars'.
6147
6148 2008-12-02 Glenn Morris <rgm@gnu.org>
6149
6150 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6151 section yet again.
6152
6153 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6154
6155 * nonascii.texi (Character Properties): New Section.
6156 (Specifying Coding Systems): Document
6157 `coding-system-priority-list', `set-coding-system-priority', and
6158 `with-coding-priority'.
6159 (Lisp and Coding Systems): Document `check-coding-systems-region'
6160 and `coding-system-charset-list'.
6161 (Coding System Basics): Document `coding-system-aliases'.
6162
6163 * elisp.texi (Top): Add a @detailmenu entry for "Character
6164 Properties".
6165
6166 * objects.texi (Character Type): Correct the range of Emacs
6167 characters. Add an @xref to "Character Codes".
6168
6169 * strings.texi (String Basics): Add an @xref to "Character Codes".
6170
6171 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6172
6173 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6174 (Character Codes): Document `max-char'.
6175
6176 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6177
6178 * nonascii.texi (Text Representations, Converting Representations)
6179 (Character Sets, Scanning Charsets, Translation of Characters):
6180 Make text more accurate.
6181
6182 2008-11-28 Glenn Morris <rgm@gnu.org>
6183
6184 * files.texi (Format Conversion Round-Trip): Improve previous change.
6185
6186 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * modes.texi (Auto Major Mode): Fix example.
6189
6190 2008-11-25 Glenn Morris <rgm@gnu.org>
6191
6192 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6193
6194 * files.texi (Format Conversion Round-Trip):
6195 Use active voice for previous change.
6196
6197 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * os.texi (Processor Run Time):
6200 * processes.texi (Transaction Queues):
6201 * markers.texi (The Mark):
6202 * windows.texi (Choosing Window, Selecting Windows):
6203 * files.texi (Changing Files, Magic File Names):
6204 * commands.texi (Key Sequence Input):
6205 * functions.texi (Declaring Functions):
6206 * strings.texi (Predicates for Strings):
6207 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6208
6209 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * help.texi (Accessing Documentation): Update example.
6212
6213 * variables.texi (Defining Variables): Note that `*' is not
6214 necessary if defcustom is used.
6215
6216 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6217
6218 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6219 Characters" from @detailmenu.
6220
6221 * nonascii.texi (Character Codes, Character Sets)
6222 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6223 (Chars and Bytes, Splitting Characters): Sections removed.
6224
6225 2008-11-22 Lute Kamstra <lute@gnu.org>
6226
6227 * positions.texi (Text Lines): Update goto-line documentation.
6228
6229 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6230
6231 * frames.texi (Frames): Fix typo, add cross references, reword.
6232 (Initial Parameters): Reword special-display-frame-alist text.
6233 (Frames and Windows): Reword. Describe argument norecord for
6234 set-frame-selected-window.
6235 (Input Focus): Describe argument norecord for select-frame.
6236 Remove comment on MS-Windows behavior for focus-follows-mouse.
6237 (Raising and Lowering): Mention windows-frames dichotomy in
6238 metaphor.
6239
6240 * windows.texi (Displaying Buffers, Vertical Scrolling)
6241 (Horizontal Scrolling): Fix indenting and rewording issues
6242 introduced with 2008-11-07 change.
6243
6244 2008-11-20 Glenn Morris <rgm@gnu.org>
6245
6246 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6247 element of `format-alist'.
6248
6249 2008-11-19 Glenn Morris <rgm@gnu.org>
6250
6251 * doclicense.texi: Update to FDL 1.3.
6252 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6253
6254 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6257 vars, which are obsolete. Mention jit-lock-register.
6258
6259 * modes.texi (Other Font Lock Variables):
6260 Document jit-lock-register and jit-lock-unregister.
6261
6262 * frames.texi (Color Parameters): Document alpha parameter.
6263
6264 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6265
6266 * windows.texi (Splitting Windows, Deleting Windows)
6267 (Selecting Windows, Cyclic Window Ordering)
6268 (Buffers and Windows, Displaying Buffers, Choosing Window)
6269 (Dedicated Windows, Window Point, Window Start and End)
6270 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6271 (Size of Window, Resizing Windows, Window Configurations)
6272 (Window Parameters): Avoid @var at beginning of sentences and
6273 reword accordingly.
6274
6275 2008-11-11 Lute Kamstra <lute@gnu.org>
6276
6277 * files.texi (File Name Components): Fix file-name-extension
6278 documentation.
6279
6280 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6281
6282 * frames.texi (Basic Parameters): Remove display-environment-variable
6283 and term-environment-variable.
6284
6285 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6286
6287 * windows.texi (Basic Windows, Splitting Windows)
6288 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6289 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6290 (Resizing Windows, Window Configurations, Window Parameters):
6291 Fix wording and markup.
6292
6293 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6294
6295 * windows.texi (Windows): Update entries.
6296 (Basic Windows): Remove listing of attributes. Reword.
6297 (Splitting Windows, Deleting Windows): Reword.
6298 (Selecting Windows, Cyclic Window Ordering): Reword with special
6299 emphasis on order of recently selected windows and buffer list.
6300 (Buffers and Windows, Choosing Window): Reword with special
6301 emphasis on dedicated windows.
6302 (Displaying Buffers): Reword. For switch-to-buffer mention that
6303 it may fall back on pop-to-buffer. For other-window try to
6304 explain how it treats the cyclic ordering of windows.
6305 (Dedicated Windows): New node and section discussing dedicated
6306 windows and associated functions.
6307 (Window Point): Add entry for window-point-insertion-type. Reword.
6308 (Window Start and End): Rename node and section title. Reword.
6309 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6310 Minor rewording.
6311 (Size of Window): Reword, in particular text on window-width.
6312 (Resizing Windows): Reword. Add text on balancing windows.
6313 (Window Configurations): Reword. Mention window parameters.
6314 (Window Parameters): New node and section on window parameters.
6315 (Window Hooks): Reword. Mention that
6316 window-configuration-change-hook is run "buffer-locally".
6317 * elisp.texi (Top): Update Windows entries in @detailmenu
6318 section.
6319
6320 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6321
6322 * searching.texi (Regexp Search): Fix typo.
6323
6324 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6325
6326 * searching.texi (Regexp Search): Document GREEDY arg.
6327 (Simple Match Data): Fix return value.
6328
6329 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6330
6331 * nonascii.texi (Text Representations): Rewrite to make consistent
6332 with Emacs 23 internal representation of characters.
6333 Document `unibyte-string'.
6334
6335 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * processes.texi (Process Information): Note that process-status
6338 does not accept buffer names.
6339
6340 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6341
6342 * positions.texi (Skipping Characters): Correct return value of
6343 skip-chars-forward.
6344
6345 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6346
6347 * windows.texi (Deleting Windows): Update documentation of
6348 delete-windows-on.
6349 (Buffers and Windows): Update documentations of
6350 get-buffer-window and get-buffer-window-list.
6351 (Displaying Buffers): Update documentation of
6352 replace-buffer-in-windows.
6353
6354 * buffers.texi (Current Buffer): Reword set-buffer and
6355 with-current-buffer documentations.
6356 (Creating Buffers): Reword documentation of get-buffer-create.
6357
6358 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6359
6360 * buffers.texi (Current Buffer): Reword documentation of
6361 set-buffer.
6362 (Buffer Names): Reword documentation of buffer-name.
6363 (The Buffer List): For bury-buffer explain what happens with the
6364 buffer's window.
6365 (Creating Buffers): Say that get-buffer-create's arg is called
6366 buffer-or-name.
6367
6368 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * advice.texi (Computed Advice): Explain what DEFINITION is.
6371
6372 * nonascii.texi (Character Codes): Remove obsolete function
6373 char-valid-p, and document characterp instead.
6374
6375 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6376
6377 * windows.texi (Displaying Buffers): Reword documentation of
6378 pop-to-buffer.
6379 (Choosing Window): Rewrite documentation of display-buffer and
6380 its options.
6381
6382 * buffers.texi (Killing Buffers): Update documentation of
6383 kill-buffer.
6384
6385 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6386
6387 * processes.texi (Serial Ports): Fix wording and improve markup.
6388
6389 * searching.texi (Regexp Search): Document `string-match-p' and
6390 `looking-at-p'.
6391 (POSIX Regexps): Add an xref for "non-greedy".
6392 (Regexp Special): Add @cindex entry for "non-greedy".
6393
6394 * display.texi (Attribute Functions): Document `face-all-attributes'.
6395 (Image Cache) <image-refresh>: Minor wording fixes.
6396
6397 * frames.texi (Color Names): Add an xref to `read-color'.
6398
6399 * minibuf.texi (High-Level Completion): Document `read-color'.
6400
6401 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6402
6403 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6404
6405 * buffers.texi (Swapping Text): New section, documents
6406 `buffer-swap-text'.
6407
6408 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6409
6410 * windows.texi (Resizing Windows): Minor wording fix.
6411
6412 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6413
6414 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6415 and `combine-and-quote-strings'.
6416
6417 * strings.texi (Creating Strings): Add xrefs for them.
6418
6419 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6420
6421 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6422 match the corresponding menu in minibuf.texi.
6423
6424 * minibuf.texi (Reading File Names): Document `read-shell-command'
6425 and `minibuffer-local-shell-command-map'.
6426
6427 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6428
6429 * windows.texi (Resizing Windows): Remove var{} around "window" in
6430 documentation of enlarge-window.
6431 Rewrite documentation of window-min-height and window-min-width.
6432
6433 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6434
6435 * functions.texi (Calling Functions): Document `apply-partially'.
6436
6437 * hooks.texi (Standard Hooks): Mention
6438 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6439
6440 * variables.texi (File Local Variables): Document
6441 `file-local-variables-alist', `before-hack-local-variables-hook'
6442 and `hack-local-variables-hook'.
6443
6444 * processes.texi (Synchronous Processes): Document `process-lines'.
6445
6446 * customize.texi (Variable Definitions):
6447 Document `custom-reevaluate-setting'.
6448
6449 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6450
6451 * windows.texi (Choosing Window, Deleting Windows)
6452 (Displaying Buffers): Expand documentation of dedicated windows.
6453
6454 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6455
6456 * files.texi (Changing Files): Document symbolic input of file
6457 modes to `set-file-modes'. Document `read-file-modes' and
6458 `file-modes-symbolic-to-number'.
6459
6460 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6461 and `search-map'.
6462
6463 * searching.texi (Search and Replace):
6464 Document `replace-search-function' and `replace-re-search-function'.
6465 Document `multi-query-replace-map'.
6466
6467 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6468 (Completion Commands, Reading File Names):
6469 Rename `minibuffer-local-must-match-filename-map' to
6470 `minibuffer-local-filename-must-match-map'.
6471 (Minibuffer Completion): The `require-match' argument to
6472 `completing-read' can now have the value `confirm-only'.
6473
6474 * windows.texi (Displaying Buffers): Minor wording fix.
6475 (Choosing Window): `split-height-threshold' can now be nil.
6476 Document `split-width-threshold'. `pop-up-frames' can have the
6477 value `graphic-only'.
6478
6479 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6480
6481 * os.texi (Startup Summary): Document `before-init-time' and
6482 `after-init-time'. Document `initial-window-system' and
6483 `window-system-initialization-alist'. Document reading the
6484 abbrevs file. Document the call to `server-start' under --daemon.
6485 Rearrange a bit to be consistent with the code flow.
6486 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6487 (Time Parsing): Document `format-seconds'.
6488
6489 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6490
6491 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6492 and reword.
6493
6494 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6495
6496 * markers.texi (The Mark): Document use-region-p.
6497
6498 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6499
6500 * internals.texi (Writing Emacs Primitives): The interactive spec
6501 of a primitive can be a Lisp form.
6502
6503 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6504 values of transient-mark-mode. Document handle-shift-selection.
6505
6506 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6507 (Interactive Examples): Show an example of `^'.
6508 (Key Sequence Input): Document this-command-keys-shift-translated.
6509 (Defining Commands, Using Interactive): The interactive-form of a
6510 function can be added via its symbol's property.
6511
6512 * positions.texi (List Motion): beginning-of-defun-function can
6513 now accept an argument.
6514
6515 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6516 now return a list of strings.
6517
6518 * control.texi (Handling Errors): Document ignore-errors.
6519
6520 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6521 (Parameter Access): Document set-frame-parameter.
6522
6523 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6524 Hooks" for the effect of kill-all-local-variables on local hook
6525 functions.
6526
6527 * modes.texi (Major Mode Conventions, Mode Line Variables):
6528 `mode-name' need not be a string. xref to "Mode Line Data" for
6529 details, and to "Emulating Mode Line" for computing a string
6530 value.
6531
6532 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6533
6534 * processes.texi (System Processes): New section.
6535 (Processes, Signals to Processes): Add xrefs to it.
6536
6537 * objects.texi (Editing Types): A `process' is a subprocess of
6538 Emacs, not just any process running on the OS.
6539
6540 * elisp.texi (Top): Adjust the @detailmenu for the above two
6541 changes.
6542
6543 * sequences.texi (Char-Tables): Remove documentation of
6544 set-char-table-default, which has no effect since Emacs 23.
6545 <char-table-range, set-char-table-range>: Don't mention generic
6546 characters and charsets. Add a cons cell as a possible argument.
6547
6548 * nonascii.texi (Splitting Characters)
6549 (Translation of Characters): Don't mention generic characters.
6550
6551 * display.texi (Fontsets): Don't mention generic characters.
6552
6553 * sequences.texi (Char-Tables): `map-char-table' can now call its
6554 argument FUNCTION with a cons cell as KEY.
6555
6556 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6557
6558 * objects.texi (Primitive Function Type): Move "@cindex special
6559 forms" from here...
6560
6561 * eval.texi (Special Forms): ...to here.
6562
6563 * functions.texi (What Is a Function): `functionp' returns nil for
6564 special forms. Add an xref.
6565
6566 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6567 Variables".
6568
6569 * variables.texi (Frame-Local Variables): New section.
6570 (Buffer-Local Variables): Add an xref to it.
6571 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6572 have both frame-local and buffer-local binding.
6573
6574 * frames.texi (Frames): Mention multiple tty frames.
6575 (Frame Parameters, Parameter Access): Mention frame-local variable
6576 bindings.
6577
6578 2008-09-20 Glenn Morris <rgm@gnu.org>
6579
6580 * display.texi (Defining Faces): Recommend against face variables.
6581
6582 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * display.texi (Echo Area Customization): Fix typo.
6585
6586 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * loading.texi (Where Defined): Add `defface' item.
6589
6590 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6591
6592 * loading.texi (Where Defined): Fix description of symbol-file.
6593
6594 2008-08-26 Jason Rumney <jasonr@gnu.org>
6595
6596 * display.texi (TIFF Images): New section describing :index property.
6597
6598 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * display.texi (Temporary Displays): Remove unnecessary comment
6601 about usage of temp-buffer-show-hook.
6602
6603 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * symbols.texi (Other Plists): Fix incorrect example.
6606 Suggested by Florian Beck.
6607
6608 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6609
6610 * os.texi: Fix previous change.
6611
6612 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6613
6614 * os.texi:
6615 * intro.texi:
6616 * files.texi: Remove VMS support.
6617
6618 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6619
6620 * os.texi:
6621 * frames.texi:
6622 * display.texi: Remove mentions of Mac Carbon.
6623
6624 2008-07-01 Miles Bader <miles@gnu.org>
6625
6626 * text.texi (Special Properties):
6627 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6628
6629 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6630
6631 * display.texi (Other Image Types): Fix copy/paste error; say
6632 "PBM", not "XBM".
6633
6634 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6635
6636 * os.texi: Remove references to obsolete systems.
6637
6638 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6639
6640 * makefile.w32-in (distclean): Remove makefile.
6641
6642 2008-06-17 Glenn Morris <rgm@gnu.org>
6643
6644 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6645 (elisp, dist): Remove rules and variables that are obsolete now
6646 the lisp manual is no longer distributed separately.
6647
6648 2008-06-16 Glenn Morris <rgm@gnu.org>
6649
6650 * configure, configure.in, mkinstalldirs: Remove unused files.
6651
6652 * book-spine.texinfo: Set version to 23.0.60.
6653 * vol1.texi (EMACSVER):
6654 * vol2.texi (EMACSVER): Set to 23.0.60.
6655
6656 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6657 as per maintain.info.
6658
6659 2008-06-15 Glenn Morris <rgm@gnu.org>
6660
6661 * makefile.w32-in (manual): Use "23" rather than "21".
6662
6663 * Makefile.in (emacsver): New, set by configure.
6664 (manual): Use emacsver.
6665
6666 * intro.texi: Report bugs using M-x report-emacs-bug.
6667
6668 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6669
6670 2008-06-13 Daniel Engeler <engeler@gmail.com>
6671
6672 * elisp.texi, internals.texi, processes.texi: Add documentation
6673 about serial port access.
6674
6675 2008-06-05 Miles Bader <miles@gnu.org>
6676
6677 * display.texi (Displaying Faces): Update to reflect function
6678 renamings in face-remap.el.
6679
6680 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6681
6682 * display.texi (Fontsets): Fix typos.
6683
6684 2008-06-03 Miles Bader <miles@gnu.org>
6685
6686 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6687 remove-relative-face-remapping, set-base-face-remapping,
6688 and set-default-base-face-remapping.
6689
6690 2008-06-01 Miles Bader <miles@gnu.org>
6691
6692 * display.texi (Displaying Faces): Add face-remapping-alist.
6693
6694 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6697 variable names.
6698
6699 2008-05-03 Eric S. Raymond <esr@golux>
6700
6701 * keymaps.texi: Clarify that (current-local-map) and
6702 (current-global-map) return references, not copies.
6703
6704 2008-05-02 Juri Linkov <juri@jurta.org>
6705
6706 * minibuf.texi (Text from Minibuffer): Document a list of
6707 default values for `read-from-minibuffer'.
6708
6709 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * nonascii.texi (Translation of Characters): Fix previous change.
6712
6713 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6714
6715 * display.texi (Overlay Properties): Clarify role of underlying
6716 textprop and overlay keymaps for display strings.
6717
6718 * keymaps.texi (Active Keymaps): Ditto.
6719
6720 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * minibuf.texi (Programmed Completion):
6723 Replace dynamic-completion-table with the new completion-table-dynamic.
6724
6725 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6726
6727 * intro.texi (Some Terms): Change "fonts in this manual" index
6728 entry to "typographic conventions".
6729
6730 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6731
6732 * objects.texi (Text Props and Strings): Add indexing for read
6733 syntax of text properties.
6734
6735 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * processes.texi (Decoding Output): Remove process-filter-multibyte
6738 functions.
6739
6740 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6741
6742 * display.texi (Finding Overlays): Say that empty overlays at
6743 the end of the buffer are reported too.
6744
6745 2008-03-13 Glenn Morris <rgm@gnu.org>
6746
6747 * elisp.texi (EMACSVER): Set to 23.0.60.
6748
6749 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6750
6751 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6752
6753 2008-02-22 Glenn Morris <rgm@gnu.org>
6754
6755 * frames.texi (Position Parameters): Clarify the description of
6756 `left' and `top', using information from "Geometry".
6757 (Geometry): Give a pointer to "Position Parameters", rather than
6758 repeating information.
6759
6760 2008-02-11 Glenn Morris <rgm@gnu.org>
6761
6762 * objects.texi (Equality Predicates): No longer talk about "two"
6763 functions.
6764
6765 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6766
6767 * objects.texi (Equality Predicates): Add defun for
6768 equal-including-properties.
6769
6770 2008-02-10 Glenn Morris <rgm@gnu.org>
6771
6772 * objects.texi (Equality Predicates):
6773 Mention equal-including-properties.
6774
6775 2008-02-07 Richard Stallman <rms@gnu.org>
6776
6777 * windows.texi (Window Start): Mention the feature of moving
6778 window-start to start of line.
6779
6780 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6781
6782 * keymaps.texi (Tool Bar): Document rtl property.
6783
6784 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6785
6786 * display.texi (Button Types):
6787 For define-button-type, clarify type of NAME.
6788
6789 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6790
6791 * buffers.texi (Buffer Modification): Fix typo.
6792
6793 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6794
6795 * os.texi (System Environment): Remove references to OSes that are
6796 not supported anymore.
6797
6798 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6799
6800 * os.texi (System Environment): Remove mention for Masscomp.
6801
6802 2008-01-04 Richard Stallman <rms@gnu.org>
6803
6804 * display.texi (Faces): Don't talk about internal face vector as arg
6805 to facep.
6806
6807 * customize.texi (Type Keywords): Fix previous change.
6808
6809 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6810 * elisp.texi (Top): Fix menu for commands.texi change.
6811
6812 2007-12-30 Richard Stallman <rms@gnu.org>
6813
6814 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6815 (Accessing Scroll): New node broken out of Accessing Mouse.
6816
6817 2007-12-28 Richard Stallman <rms@gnu.org>
6818
6819 * frames.texi (Size Parameters): Fix typo.
6820 (Basic Parameters): For `title', refer to title bar.
6821 (Size and Position): Explain meaning of frame pixel width and height.
6822
6823 2007-12-23 Richard Stallman <rms@gnu.org>
6824
6825 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6826 Improve some of the commented-out keywords' text too.
6827
6828 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6829
6830 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6831 "visit the current buffer".
6832
6833 * os.texi (System Interface): Fix typo.
6834
6835 2007-12-04 Richard Stallman <rms@gnu.org>
6836
6837 * objects.texi (Symbol Type): Fix typo.
6838
6839 2007-12-03 Richard Stallman <rms@gnu.org>
6840
6841 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6842
6843 2007-12-01 Glenn Morris <rgm@gnu.org>
6844
6845 * functions.texi (Declaring Functions): Improve previous change.
6846
6847 2007-11-30 Glenn Morris <rgm@gnu.org>
6848
6849 * functions.texi (Declaring Functions): Add optional fourth
6850 argument of declare-function, and setting third argument to `t'.
6851
6852 2007-11-29 Richard Stallman <rms@gnu.org>
6853
6854 * customize.texi (Composite Types): Document `group' type.
6855
6856 2007-11-29 Glenn Morris <rgm@gnu.org>
6857
6858 * functions.texi (Declaring Functions): Add findex.
6859 Mention `external' files.
6860
6861 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * functions.texi (Declaring Functions): Fix directive.
6864
6865 2007-11-25 Richard Stallman <rms@gnu.org>
6866
6867 * help.texi (Help Functions): Clean up last change.
6868
6869 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6870
6871 * loading.texi (Named Features): Minor cleanup.
6872
6873 * macros.texi (Eval During Expansion): Minor cleanup.
6874
6875 * variables.texi (Variable Aliases): Minor cleanup.
6876
6877 2007-11-24 Richard Stallman <rms@gnu.org>
6878
6879 * functions.texi (Declaring Functions): Clarify previous change.
6880
6881 * compile.texi (Compiler Errors): Clarify previous change.
6882
6883 2007-11-24 Richard Stallman <rms@gnu.org>
6884
6885 * display.texi (Refresh Screen, Forcing Redisplay):
6886 Clarify the text and move items around.
6887
6888 2007-11-24 Glenn Morris <rgm@gnu.org>
6889
6890 * functions.texi (Declaring Functions): New section.
6891 * compile.texi (Compiler Errors): Mention declaring functions,
6892 defvar with no initvalue, and byte-compile-warnings.
6893
6894 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6895
6896 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6897 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6898
6899 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6900
6901 * help.texi (Help Functions): Document new macro `with-help-window'.
6902
6903 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6904
6905 * searching.texi (Replacing Match): Describe new
6906 `match-substitute-replacement'.
6907
6908 2007-10-31 Richard Stallman <rms@gnu.org>
6909
6910 * strings.texi (Creating Strings): Null strings from concat not unique.
6911
6912 2007-10-26 Richard Stallman <rms@gnu.org>
6913
6914 * objects.texi (Equality Predicates): Null strings are uniquified.
6915
6916 * minibuf.texi: Minor clarifications in previous change.
6917
6918 2007-10-25 Glenn Morris <rgm@gnu.org>
6919
6920 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6921
6922 2007-10-24 Richard Stallman <rms@gnu.org>
6923
6924 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6925
6926 * variables.texi (Frame-Local Variables): Node deleted.
6927 (Variables): Delete Frame-Local Variables from menu.
6928 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6929 (Default Value): Don't mention frame-local vars.
6930
6931 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6932
6933 * loading.texi (Unloading): Document FEATURE-unload-function
6934 instead of FEATURE-unload-hook.
6935
6936 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6937
6938 2007-10-22 Juri Linkov <juri@jurta.org>
6939
6940 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6941 (High-Level Completion): Document a list of default value strings
6942 in the DEFAULT argument, for which minibuffer functions return the
6943 first element.
6944
6945 2007-10-17 Juri Linkov <juri@jurta.org>
6946
6947 * text.texi (Filling): Update arguments of fill-paragraph.
6948 fill-paragraph operates on the active region in Transient Mark mode.
6949 Remove fill-paragraph-or-region.
6950
6951 2007-10-13 Karl Berry <karl@gnu.org>
6952
6953 * elisp.texi (@dircategory): Move to after @copying,
6954 since we want @copying as close as possible to the beginning of
6955 the output.
6956
6957 2007-10-12 Richard Stallman <rms@gnu.org>
6958
6959 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6960
6961 * commands.texi (Distinguish Interactive): New node,
6962 broken out from Interactive Call and rewritten.
6963 (Command Loop): Put Distinguish Interactive in menu.
6964
6965 2007-10-09 Richard Stallman <rms@gnu.org>
6966
6967 * text.texi (Examining Properties): Mention overlay priority.
6968
6969 * display.texi (Display Margins): Correct the description
6970 of margin display specifications.
6971 (Replacing Specs): New subnode broken out of Display Property.
6972
6973 2007-10-06 Juri Linkov <juri@jurta.org>
6974
6975 * text.texi (Filling): Document fill-paragraph-or-region.
6976
6977 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6978
6979 * display.texi (Auto Faces): Fix typo.
6980
6981 2007-10-02 Richard Stallman <rms@gnu.org>
6982
6983 * display.texi (Display Property): Explain some display specs
6984 don't let you move point in.
6985
6986 * frames.texi (Cursor Parameters):
6987 Describe cursor-in-non-selected-windows here. Explain more values.
6988
6989 * windows.texi (Basic Windows): Don't describe
6990 cursor-in-non-selected-windows here.
6991
6992 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6993
6994 * processes.texi (Misc Network): Note that these functions are
6995 supported only on some systems.
6996
6997 2007-10-01 Richard Stallman <rms@gnu.org>
6998
6999 * display.texi (Overlay Properties): Explain nil as priority.
7000 Explain that conflicts are unpredictable if not resolved by
7001 priorities.
7002
7003 2007-09-23 Richard Stallman <rms@gnu.org>
7004
7005 * macros.texi (Backquote): Minor clarification.
7006
7007 2007-09-19 Richard Stallman <rms@gnu.org>
7008
7009 * display.texi (Display Property): Explain multiple display specs.
7010 Clarify when they work in parallel and when one overrides.
7011 Fix error in example.
7012
7013 2007-09-06 Glenn Morris <rgm@gnu.org>
7014
7015 Move from lispref/ to doc/lispref/. Change all setfilename
7016 commands to use ../../info.
7017 * Makefile.in (infodir): Go up one more level.
7018 (usermanualdir): Change from ../man to ../emacs.
7019 (miscmanualdir): New.
7020 (dist): Use new variable miscmanualdir.
7021 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7022 (usermanualdir): Change from ../man to ../emacs.
7023
7024 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7025
7026 * commands.texi (Command Loop Info): Advise against changing
7027 most variables described here. Explain new variable
7028 last-repeatable-command.
7029
7030 2007-08-29 Glenn Morris <rgm@gnu.org>
7031
7032 * elisp.texi (EMACSVER): Increase to 23.0.50.
7033
7034 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7035
7036 * frames.texi (Basic Parameters): Add display-environment-variable
7037 and term-environment-variable.
7038
7039 2007-08-28 Juri Linkov <juri@jurta.org>
7040
7041 * display.texi (Image Formats, Other Image Types): Add SVG.
7042
7043 2007-08-28 Juri Linkov <juri@jurta.org>
7044
7045 * display.texi (Images): Move formats-related text to new node
7046 "Image Formats".
7047 (Image Formats): New node.
7048
7049 2007-08-27 Richard Stallman <rms@gnu.org>
7050
7051 * windows.texi (Window Configurations): Clarify what
7052 a window configuration saves.
7053
7054 2007-08-25 Richard Stallman <rms@gnu.org>
7055
7056 * display.texi (Images): Delete redundant @findex.
7057
7058 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * text.texi (Change Hooks): (after|before)-change-functions are no
7061 longer bound to nil while running; rather inhibit-modification-hooks
7062 is t.
7063
7064 2007-08-16 Richard Stallman <rms@gnu.org>
7065
7066 * processes.texi (Asynchronous Processes):
7067 Clarify doc of start-file-process.
7068
7069 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7070
7071 * modes.texi (Example Major Modes): Fix typo.
7072
7073 2007-08-08 Glenn Morris <rgm@gnu.org>
7074
7075 * intro.texi (nil and t): Do not use `iff' in documentation.
7076
7077 * tips.texi (Documentation Tips): Recommend against `iff'.
7078
7079 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7080
7081 * display.texi (Image Cache): Document image-refresh.
7082
7083 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7084
7085 * windows.texi (Size of Window): Document window-full-width-p.
7086
7087 2007-07-25 Glenn Morris <rgm@gnu.org>
7088
7089 * gpl.texi (GPL): Replace license with GPLv3.
7090
7091 * Relicense all FSF files to GPLv3 or later.
7092
7093 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7094
7095 * processes.texi (Synchronous Processes):
7096 Add `process-file-shell-command'.
7097 (Asynchronous Processes): Mention restricted use of
7098 `process-filter' and `process-sentinel' in
7099 `start-file-process'. Add `start-file-process-shell-command'.
7100
7101 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7102
7103 * files.texi (Magic File Names): Introduce optional parameter
7104 IDENTIFICATION for `file-remote-p'.
7105
7106 2007-07-16 Richard Stallman <rms@gnu.org>
7107
7108 * display.texi (Defining Faces): Fix previous change.
7109
7110 2007-07-14 Richard Stallman <rms@gnu.org>
7111
7112 * control.texi (Handling Errors): Document `debug' in handler list.
7113
7114 2007-07-10 Richard Stallman <rms@gnu.org>
7115
7116 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7117
7118 2007-07-09 Richard Stallman <rms@gnu.org>
7119
7120 * files.texi (Magic File Names): Rewrite previous change.
7121
7122 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * files.texi (Magic File Names): Introduce optional parameter
7125 CONNECTED for `file-remote-p'.
7126
7127 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7128
7129 * processes.texi (Asynchronous Processes):
7130 * files.texi (Magic File Names): Add `start-file-process'.
7131
7132 2007-06-27 Richard Stallman <rms@gnu.org>
7133
7134 * files.texi (Format Conversion Piecemeal):
7135 Clarify `after-insert-file-functions' calling convention.
7136
7137 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7138
7139 * files.texi (Magic File Names): Remove `dired-call-process'.
7140 Add `process-file'.
7141
7142 2007-06-27 Kenichi Handa <handa@m17n.org>
7143
7144 * text.texi (Special Properties): Fix description about
7145 `composition' property.
7146
7147 2007-06-26 Kenichi Handa <handa@m17n.org>
7148
7149 * nonascii.texi (Default Coding Systems): Document about the
7150 return value `undecided'.
7151
7152 2007-06-25 David Kastrup <dak@gnu.org>
7153
7154 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7155 `current-active-maps'.
7156
7157 2007-06-24 Karl Berry <karl@gnu.org>
7158
7159 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7160
7161 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7162
7163 * display.texi (Overlay Arrow): Doc fix.
7164
7165 2007-06-14 Karl Berry <karl@tug.org>
7166
7167 * anti.texi (Antinews): Typo.
7168
7169 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7170
7171 * display.texi (Image Cache): Document image-refresh.
7172
7173 2007-06-12 Karl Berry <karl@gnu.org>
7174
7175 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7176 * two-volume.make: New file.
7177 * .cvsignore: Ignore two-volume files.
7178
7179 2007-06-12 Tom Tromey <tromey@redhat.com>
7180
7181 * os.texi (Init File): Document user-emacs-directory.
7182
7183 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7184
7185 * commands.texi (Click Events): Describe width and height when
7186 object is nil.
7187
7188 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * commands.texi (Click Events): Layout more logically.
7191 Describe width and height.
7192 (Drag Events, Motion Events): Update to new format for position.
7193
7194 2007-06-02 Richard Stallman <rms@gnu.org>
7195
7196 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7197
7198 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * Version 22.1 released.
7201
7202 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * text.texi (Special Properties): Correct meaning of fontified face.
7205
7206 2007-05-30 Richard Stallman <rms@gnu.org>
7207
7208 * text.texi (Special Properties): Add link to Adjusting Point.
7209
7210 2007-05-12 Richard Stallman <rms@gnu.org>
7211
7212 * text.texi (Margins): indent-to-left-margin is not the default.
7213 (Mode-Specific Indent): For indent-line-function, the default
7214 is indent-relative.
7215
7216 * modes.texi (Example Major Modes): Explain last line of text-mode
7217 is redundant.
7218
7219 2007-05-10 Richard Stallman <rms@gnu.org>
7220
7221 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7222
7223 * help.texi (Keys in Documentation): Add reference to
7224 Documentation Tips.
7225
7226 * files.texi (Format Conversion): TO-FN gets three arguments.
7227
7228 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7229
7230 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7231
7232 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7233 * files.texi (Format Conversion): Expand intro; add menu.
7234 (Format Conversion Overview, Format Conversion Round-Trip)
7235 (Format Conversion Piecemeal): New nodes/subsections.
7236 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7237 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7238 (Saving Properties): Delete node/subsection.
7239
7240 2007-05-07 Karl Berry <karl@gnu.org>
7241
7242 * elisp.texi (EMACSVER): Back to 22.
7243
7244 2007-05-06 Richard Stallman <rms@gnu.org>
7245
7246 * processes.texi (Accepting Output): Revert most of previous change.
7247
7248 2007-05-05 Richard Stallman <rms@gnu.org>
7249
7250 * processes.texi (Accepting Output): accept-process-output
7251 uses microseconds, not milliseconds. But that arg is obsolete.
7252
7253 2007-05-04 Karl Berry <karl@tug.org>
7254
7255 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7256
7257 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7258
7259 * tips.texi (Documentation Tips): Rearrange items to place the
7260 more important ones first. Add an index entry for hyperlinks.
7261
7262 2007-05-03 Karl Berry <karl@gnu.org>
7263
7264 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7265 (EMACSVER) [smallbook]: 22 for printed version.
7266
7267 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7268 so restore anchor to normal position after defun. Found by Kevin Ryde.
7269
7270 2007-04-26 Glenn Morris <rgm@gnu.org>
7271
7272 * elisp.texi (EMACSVER): Increase to 22.1.50.
7273
7274 2007-04-28 Karl Berry <karl@gnu.org>
7275
7276 * elisp.texi: Improve line breaks on copyright page,
7277 similar layout to emacs manual, 8.5x11 by default.
7278
7279 2007-04-24 Richard Stallman <rms@gnu.org>
7280
7281 * text.texi (Special Properties): Add xref to Overlay Properties.
7282
7283 * display.texi (Overlay Properties): Add xref to Special Properties.
7284
7285 2007-04-22 Richard Stallman <rms@gnu.org>
7286
7287 * keymaps.texi (Extended Menu Items): Move the info about
7288 format with cached keyboard binding.
7289
7290 2007-04-21 Richard Stallman <rms@gnu.org>
7291
7292 * text.texi (Special Properties): Clarify previous change.
7293
7294 * files.texi (File Name Expansion): Clarify previous change.
7295
7296 * display.texi (Attribute Functions): Fix example for
7297 face-attribute-relative-p.
7298
7299 2007-04-19 Kenichi Handa <handa@m17n.org>
7300
7301 * text.texi (Special Properties): Document composition property.
7302
7303 2007-04-19 Glenn Morris <rgm@gnu.org>
7304
7305 * files.texi (File Name Expansion): Mention "superroot".
7306
7307 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7308
7309 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7310 setups.
7311 (Display Feature Testing): Note that display refers to all
7312 physical monitors for multi-monitor setups.
7313
7314 2007-04-14 Richard Stallman <rms@gnu.org>
7315
7316 * lists.texi (Sets And Lists): Clarify `delete' examples.
7317 Remove spurious xref to same node.
7318 Clarify xref for add-to-list.
7319
7320 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7321
7322 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7323 value of lisp-mode-map.
7324
7325 2007-04-11 Karl Berry <karl@gnu.org>
7326
7327 * anti.texi (Antinews):
7328 * display.texi (Overlay Properties, Defining Images):
7329 * processes.texi (Synchronous Processes, Sentinels):
7330 * syntax.texi (Syntax Table Internals):
7331 * searching.texi (Regexp Special):
7332 * nonascii.texi (Default Coding Systems):
7333 * text.texi (Special Properties):
7334 * minibuf.texi (Basic Completion): Wording to improve breaks in
7335 8.5x11 format.
7336 * elisp.texi (smallbook): New @set to more easily switch between
7337 smallbook and 8.5x11.
7338
7339 2007-04-11 Richard Stallman <rms@gnu.org>
7340
7341 * text.texi (Lazy Properties): Minor fix.
7342
7343 2007-04-08 Karl Berry <karl@gnu.org>
7344
7345 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7346 * macros.texi (Backquote): Downcase Backquote in index entries for
7347 consistency.
7348
7349 2007-04-08 Richard Stallman <rms@gnu.org>
7350
7351 * text.texi (Adaptive Fill): Just describe default,
7352 don't show it (since it contains non-ASCII chars).
7353
7354 2007-04-07 Karl Berry <karl@gnu.org>
7355
7356 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7357 adaptive-fill-regexp's value, since they are not in the standard
7358 TeX fonts.
7359
7360 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7361
7362 * display.texi (Defining Faces): Fix example.
7363
7364 2007-04-07 Karl Berry <karl@gnu.org>
7365
7366 * display.texi (Button Buffer Commands): Improve page break.
7367
7368 2007-04-07 Richard Stallman <rms@gnu.org>
7369
7370 * advice.texi (Activation of Advice): Remove redundant index entry.
7371
7372 * backups.texi: Improve index entries. Remove redundant ones.
7373
7374 * compile.texi (Byte Compilation): Improve index entry.
7375
7376 * hash.texi (Creating Hash): Improve index entry.
7377
7378 * symbols.texi (Definitions): Improve index entry.
7379
7380 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7381
7382 * maps.texi (Standard Keymaps): Remove useless index entry.
7383
7384 * help.texi (Documentation Basics): Remove redundant index entries.
7385
7386 * customize.texi: Improve index entries.
7387 Remove redundant/useless ones.
7388
7389 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7390
7391 * streams.texi (Output Variables): Improve index entry.
7392
7393 * abbrevs.texi (Abbrevs): Remove useless index entry.
7394
7395 * macros.texi (Expansion): Remove useless index entry.
7396
7397 * text.texi: Improve index entries. Remove redundant/useless ones.
7398 (Text Properties, Examining Properties)
7399 (Special Properties): Use "property category" instead of "category"
7400 to refer to the `category' property.
7401
7402 * positions.texi: Improve index entries. Remove useless one.
7403
7404 * lists.texi: Improve index entries. Remove redundant/useless ones.
7405
7406 * os.texi: Improve index entries.
7407 (Timers): Fix previous change.
7408
7409 * buffers.texi: Improve index entries.
7410 (Modification Time): Get rid of term "obsolete buffer".
7411
7412 * debugging.texi: Improve index entries.
7413 (Test Coverage): Add xref to other test coverage ftr.
7414
7415 * eval.texi: Improve index entry. Remove redundant ones.
7416
7417 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7418
7419 * files.texi: Improve index entries. Remove redundant/useless ones.
7420
7421 * objects.texi: Improve index entries.
7422
7423 * processes.texi: Improve index entries.
7424
7425 * modes.texi: Improve index entry. Remove redundant one.
7426
7427 * nonascii.texi: Improve index entries.
7428
7429 * internals.texi: Improve index entries.
7430
7431 * syntax.texi: Improve index entries.
7432
7433 * keymaps.texi (Active Keymaps): Improve index entries.
7434
7435 * commands.texi: Improve index entries. Remove redundant/useless ones.
7436
7437 * frames.texi: Improve index entries. Remove redundant/useless ones.
7438
7439 * markers.texi: Improve index entries. Remove redundant ones.
7440
7441 * tips.texi: Improve index entries.
7442
7443 * loading.texi (Unloading): Improve index entry.
7444
7445 * variables.texi: Improve index entries. Remove redundant one.
7446
7447 * sequences.texi: Improve index entry.
7448
7449 * display.texi: Improve index entries. Remove redundant ones.
7450
7451 * windows.texi: Improve index entries.
7452
7453 * searching.texi: Improve index entries. Remove redundant one.
7454
7455 * strings.texi (Case Tables): Improve last change.
7456
7457 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * strings.texi (Case Tables): Document with-case-table and
7460 ascii-case-table.
7461
7462 2007-04-03 Karl Berry <karl@gnu.org>
7463
7464 * processes.texi (Network): Reword to improve page break.
7465
7466 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7467
7468 * functions.texi (Inline Functions): Describe more disadvantages
7469 of defsubst, and make advice against it stronger.
7470
7471 2007-04-02 Karl Berry <karl@gnu.org>
7472
7473 * backups.texi (Backup Names): Avoid widow words.
7474 * modes.texi (Example Major Modes): Align last comment.
7475
7476 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7477
7478 * keymaps.texi (Remapping Commands): Document new arg to
7479 command-remapping.
7480
7481 2007-04-01 Karl Berry <karl@gnu.org>
7482
7483 * processes.texi (Low-Level Network): Typo.
7484 * loading.texi (Hooks for Loading): Avoid double "the".
7485 * keymaps.texi (Key Sequences): No double "and".
7486 (Changing Key Bindings): Shorten to improve line break.
7487
7488 2007-03-31 Glenn Morris <rgm@gnu.org>
7489
7490 * os.texi (Timers): Fix description of run-at-time TIME formats.
7491
7492 2007-03-31 Richard Stallman <rms@gnu.org>
7493
7494 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7495 regarding ellipsis.
7496
7497 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7498
7499 * intro.texi (nil and t):
7500 * symbols.texi (Plists and Alists):
7501 * variables.texi (Variable Aliases, Constant Variables):
7502 * functions.texi (Defining Functions):
7503 * advice.texi (Advising Primitives):
7504 * debugging.texi (Syntax Errors, Compilation Errors):
7505 * minibuf.texi (Minibuffer Windows):
7506 * commands.texi (Adjusting Point):
7507 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7508 (Auto Major Mode, Major Mode Conventions):
7509 * help.texi (Describing Characters):
7510 * files.texi (Create/Delete Dirs, Information about Files)
7511 (File Locks, Writing to Files, Reading from Files)
7512 (Saving Buffers):
7513 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7514 * frames.texi (Finding All Frames):
7515 * positions.texi (Buffer End, Motion):
7516 * markers.texi (The Region):
7517 * text.texi (Deletion, Near Point):
7518 * display.texi (Displaying Messages, Truncation):
7519 * os.texi (Processor Run Time):
7520 * tips.texi (Key Binding Conventions, Programming Tips)
7521 (Warning Tips, Documentation Tips, Comment Tips):
7522 * internals.texi (Memory Usage): Improve indexing.
7523
7524 * variables.texi (Frame-Local Variables):
7525 * functions.texi (Argument List):
7526 * loading.texi (Library Search):
7527 * streams.texi (Output Variables):
7528 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7529 * searching.texi (Replacing Match, Search and Replace):
7530 * processes.texi (Byte Packing, Decoding Output)
7531 (Accepting Output, Network Servers, Shell Arguments):
7532 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7533 * windows.texi (Window Point, Window Start):
7534 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7535 * commands.texi (Reading Input, Keyboard Events):
7536 * minibuf.texi (Reading File Names, Minibuffer Completion)
7537 (Recursive Mini):
7538 * positions.texi (List Motion):
7539 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7540 * numbers.texi (Arithmetic Operations, Math Functions)
7541 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7542 * locals.texi (Standard Buffer-Local Variables):
7543 * maps.texi (Standard Keymaps):
7544 * os.texi (User Identification, System Environment, Recording Input)
7545 (X11 Keysyms):
7546 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7547 * backups.texi (Backups and Auto-Saving):
7548 * customize.texi (Customization, Group Definitions)
7549 (Variable Definitions):
7550 * compile.texi (Byte Compilation): Improve index entries.
7551
7552 2007-03-31 Karl Berry <karl@gnu.org>
7553
7554 * macros.texi (Defining Macros): Avoid widow syllable.
7555
7556 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7557
7558 * elisp.texi (Top): Postscript -> PostScript.
7559
7560 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7561
7562 2007-03-31 Markus Triska <markus.triska@gmx.at>
7563
7564 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7565
7566 2007-03-30 Karl Berry <karl@gnu.org>
7567
7568 * lists.texi (List-related Predicates): Remove spurious @need.
7569 (Setcdr): Use @smallexample to improve page break.
7570 (Association Lists) <assoc>: Reword to improve page break.
7571
7572 * strings.texi (String Conversion): Insert blank line to improve
7573 page break.
7574
7575 * numbers.texi (Random Numbers): Use @minus{}.
7576 (Math Functions): Use @minus{}.
7577
7578 * intro.texi (Acknowledgements): Avoid line breaks before middle
7579 initials.
7580
7581 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7582
7583 * errors.texi (Standard Errors): Add an index entry.
7584
7585 2007-03-19 Richard Stallman <rms@gnu.org>
7586
7587 * os.texi (Recording Input): recent-keys now gives 300 keys.
7588
7589 2007-03-12 Glenn Morris <rgm@gnu.org>
7590
7591 * os.texi: Replace "daylight savings" with "daylight saving"
7592 throughout.
7593
7594 2007-03-05 Richard Stallman <rms@gnu.org>
7595
7596 * variables.texi (File Local Variables):
7597 Update enable-local-variables values.
7598
7599 2007-03-04 Richard Stallman <rms@gnu.org>
7600
7601 * syntax.texi (Control Parsing): Minor clarification.
7602
7603 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7604
7605 * sequences.texi (Sequence Functions): Move string-bytes away,
7606 add xref.
7607
7608 * nonascii.texi (Text Representations): Move string-bytes here.
7609
7610 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7611
7612 * minibuf.texi (Basic Completion): Minor clarification.
7613
7614 * markers.texi (The Mark): Clarify existence vs activation of mark.
7615 Other cleanup.
7616
7617 * display.texi (Finding Overlays): Write better example.
7618
7619 * compile.texi (Eval During Compile): Clarify putting macros
7620 in eval-when-compile.
7621
7622 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7623
7624 * loading.texi (How Programs Do Loading): Fix anchor position at
7625 load-read-function definition doc.
7626
7627 2007-02-21 Kim F. Storm <storm@cua.dk>
7628
7629 * strings.texi (Text Comparison): Mention that assoc-string
7630 converts symbols to strings before testing.
7631
7632 2007-02-17 Kim F. Storm <storm@cua.dk>
7633
7634 * processes.texi (Bindat Spec): Vector types can have optional
7635 element type.
7636 (Bindat Examples): Fix example. Add vector with element type.
7637
7638 2007-02-16 Andreas Schwab <schwab@suse.de>
7639
7640 * strings.texi (Formatting Strings): Document '+' flag.
7641
7642 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * strings.texi (Modifying Strings): Clarify that `clear-string'
7645 always converts the string to unibyte.
7646
7647 2007-02-14 Kim F. Storm <storm@cua.dk>
7648
7649 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7650 Rewrite glyph code description to refer to these functions.
7651 Remove details of encoding face number and char into integer code.
7652
7653 2007-02-03 Alan Mackenzie <acm@muc.de>
7654
7655 * loading.texi (Hooks for Loading): Make the description of
7656 `eval-after-load' more detailed, and amend the description of
7657 after-load-alist, in accordance with changes from 2006-05.
7658
7659 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * modes.texi (Defining Minor Modes): Document that a :require
7662 keyword or similar may be required to make saved customization
7663 variables work.
7664
7665 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7666
7667 * elisp.texi (Top): Make the detailed menu headers compliant with
7668 Texinfo guidelines and with what texnfo-upd.el expects.
7669 Add comments to prevent people from inadvertently modifying the key
7670 parts needed by `texinfo-multiple-files-update'.
7671
7672 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7673
7674 * elisp.texi (Top): Update the top-level menus.
7675
7676 * syntax.texi (Categories): Add index entries.
7677
7678 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7679
7680 * display.texi (Attribute Functions): Fix name and description of
7681 the UNDERLINE arg of `set-face-underline-p'.
7682
7683 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7684
7685 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7686 Variables", and "Standard Keymaps" to the detailed menu.
7687
7688 * variables.texi (Future Local Variables): Add index entry.
7689
7690 2007-01-28 Richard Stallman <rms@gnu.org>
7691
7692 * tips.texi (Coding Conventions): Clarify the tip about macros
7693 that define a function or a variable.
7694
7695 * files.texi (File Attributes): UID and GID can be floats.
7696 (Magic File Names): Explain why deferring all operations to
7697 the standard handler does not work.
7698
7699 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7700
7701 * backups.texi (Reverting): Use "buffer" instead of "file"
7702 when talking about major and minor modes.
7703
7704 2007-01-21 Richard Stallman <rms@gnu.org>
7705
7706 * help.texi (Documentation): Add xref to Documentation Tips.
7707
7708 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7709
7710 * tips.texi (Coding Conventions): Fix typos.
7711
7712 2007-01-05 Richard Stallman <rms@gnu.org>
7713
7714 * modes.texi (Defining Minor Modes): Fix previous change.
7715
7716 2007-01-03 Richard Stallman <rms@gnu.org>
7717
7718 * customize.texi (Variable Definitions, Customization Types):
7719 Don't use * in doc string for defcustom.
7720
7721 2007-01-02 Richard Stallman <rms@gnu.org>
7722
7723 * variables.texi (Variable Aliases): Clarify that aliases vars
7724 always have the same value.
7725
7726 * processes.texi (Bindat Spec): Fix Texinfo usage.
7727
7728 * modes.texi (Defining Minor Modes): Explain effect of command
7729 defined with define-global-minor-mode on new buffers.
7730
7731 2006-12-30 Kim F. Storm <storm@cua.dk>
7732
7733 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7734 `auto-resize-tool-bars'.
7735
7736 2006-12-30 Richard Stallman <rms@gnu.org>
7737
7738 * keymaps.texi (Active Keymaps): Fix previous change.
7739
7740 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7741
7742 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7743
7744 2006-12-30 Kim F. Storm <storm@cua.dk>
7745
7746 * processes.texi (Bindat Spec): Clarify using field names in
7747 length specifications.
7748
7749 2006-12-29 Kim F. Storm <storm@cua.dk>
7750
7751 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7752 Add count and index variables for eval forms in repeat blocks.
7753
7754 2006-12-24 Richard Stallman <rms@gnu.org>
7755
7756 * customize.texi (Variable Definitions):
7757 Document new name custom-add-frequent-value.
7758
7759 2006-12-19 Kim F. Storm <storm@cua.dk>
7760
7761 * commands.texi (Misc Events): User signals now result in sigusr1
7762 and sigusr2 events which are handled through special-event-map.
7763 (Special Events): User signals and drag-n-drop are special.
7764
7765 2006-12-17 Richard Stallman <rms@gnu.org>
7766
7767 * loading.texi (Named Features): Explain subfeatures better.
7768
7769 * customize.texi: Use "option" only for user options.
7770 For the keyword values inside defcustom etc, say "keywords".
7771 For :options value's elements, say "elements".
7772 :group should not be omitted.
7773
7774 * syntax.texi (Parsing Expressions): Split up node.
7775 (Motion via Parsing, Position Parse, Parser State)
7776 (Low-Level Parsing, Control Parsing): New subnodes.
7777 (Parser State): Document syntax-ppss-toplevel-pos.
7778
7779 * positions.texi (List Motion): Punctuation fix.
7780
7781 * files.texi (File Name Completion): Document PREDICATE arg
7782 to file-name-completion.
7783
7784 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7785
7786 * internals.texi (Building Emacs, Writing Emacs Primitives):
7787 Add index entries.
7788
7789 2006-12-11 Richard Stallman <rms@gnu.org>
7790
7791 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7792 affects face menu. Explain how to make it non-nil without enabling
7793 any fontification.
7794
7795 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7796
7797 * modes.texi (Font Lock Basics): Document nil value of
7798 font-lock-defaults.
7799
7800 2006-12-10 Glenn Morris <rgm@gnu.org>
7801
7802 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7803 value for system-flag argument. Abbrev tables may not be empty
7804 when major modes are loaded.
7805
7806 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7807
7808 * makefile.w32-in (maintainer-clean): Partially revert last
7809 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7810 to protect elisp-covers.texi.
7811
7812 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7813
7814 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7815 Don't remove elisp* info files; they are already deleted by the
7816 `clean' and `distclean' targets, and they are in the $(infodir)
7817 directory, not the current one.
7818
7819 2006-12-04 Kim F. Storm <storm@cua.dk>
7820
7821 * commands.texi (Misc Events): Update signal events.
7822 (Event Examples): Add signal example.
7823
7824 2006-11-29 Richard Stallman <rms@gnu.org>
7825
7826 * frames.texi (Visibility of Frames): Explain visible windows
7827 can be covered by others. Add xref for raise-frame.
7828
7829 2006-11-28 Richard Stallman <rms@gnu.org>
7830
7831 * searching.texi (Regexp Special): Update when ^ is special.
7832
7833 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7834
7835 * customize.texi (Customization, Common Keywords)
7836 (Group Definitions, Variable Definitions, Composite Types)
7837 (Type Keywords, Customization Types): Add index entries for
7838 various customization keywords.
7839
7840 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7843
7844 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7845
7846 * frames.texi (Window System Selections): Remove clipboard from
7847 description of selection-coding-system.
7848
7849 2006-11-06 Richard Stallman <rms@gnu.org>
7850
7851 * lists.texi (List Variables): Document COMPARE-FN.
7852
7853 * keymaps.texi: Avoid use of "binding" to mean a relation;
7854 use it only to refer to the meaning associated with a key.
7855 (Keymaps): Change menu node description.
7856
7857 * elisp.texi (Top): Change menu node description.
7858
7859 * display.texi (Managing Overlays): Document overlay-recenter.
7860
7861 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7862
7863 * Makefile.in: Use relative paths to avoid advertising filesystem
7864 contents during compilation.
7865
7866 2006-10-23 Kim F. Storm <storm@cua.dk>
7867
7868 * commands.texi (Event Input Misc): Update unread-command-events.
7869
7870 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7871
7872 * lists.texi (Sets And Lists): Fix typos.
7873
7874 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7875
7876 * control.texi (Processing of Errors): Use @var for an argument,
7877 not @code.
7878
7879 2006-10-16 Richard Stallman <rms@gnu.org>
7880
7881 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7882
7883 * keymaps.texi (Format of Keymaps): Show all the keymap element
7884 patterns that result from menu items.
7885 (Key Lookup): Minor cleanups.
7886
7887 * modes.texi (Precalculated Fontification): Don't say that
7888 not setting font-lock-defaults avoids loading font-lock.
7889
7890 * help.texi (Documentation): Move xref to Emacs Manual here.
7891 (Documentation Basics): From here.
7892 Also doc emacs-lisp-docstring-fill-column.
7893
7894 * elisp.texi: Update version and ISBN.
7895
7896 * commands.texi (Interactive Call): Clarify KEYS arg to
7897 call-interactively is a vector.
7898 (Command Loop Info): Delete anchor in this-command-keys.
7899 Add anchor in this-command-keys-vector.
7900 (Recursive Editing): Document how recursive-edit
7901 handles the current buffer.
7902
7903 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7904
7905 * frames.texi (Frame Titles): %c and %l are ignored in
7906 frame-title-format.
7907
7908 2006-10-11 Richard Stallman <rms@gnu.org>
7909
7910 * keymaps.texi (Key Sequences): Clarify use of kbd.
7911
7912 2006-10-10 Kim F. Storm <storm@cua.dk>
7913
7914 * lists.texi (Sets And Lists): Add memql.
7915
7916 2006-10-03 Richard Stallman <rms@gnu.org>
7917
7918 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7919 Clarify :ascii: and :nonascii:.
7920
7921 2006-09-29 Juri Linkov <juri@jurta.org>
7922
7923 * modes.texi (%-Constructs): Reorder coding systems in the
7924 documentation of %z to the real order displayed in the modeline.
7925
7926 2006-09-25 Richard Stallman <rms@gnu.org>
7927
7928 * os.texi (Timers): Describe timer-max-repeats.
7929
7930 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7931
7932 * os.texi (Timers): Mention with-local-quit.
7933
7934 2006-09-24 Richard Stallman <rms@gnu.org>
7935
7936 * searching.texi (Searching and Matching): Mention property search.
7937
7938 * commands.texi (Command Loop Info): Explain how read-event affects
7939 this-command-keys.
7940
7941 2006-09-20 Richard Stallman <rms@gnu.org>
7942
7943 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7944
7945 * windows.texi (Window Start): Minor cleanups.
7946
7947 2006-09-20 Kim F. Storm <storm@cua.dk>
7948
7949 * windows.texi (Window Start): pos-visible-in-window-p allows
7950 specifying t for position to mean "end of window".
7951 Add window-line-height.
7952
7953 * anti.texi (Antinews): Mention window-line-height.
7954
7955 2006-09-19 David Kastrup <dak@gnu.org>
7956
7957 * keymaps.texi (Searching Keymaps): Small clarification.
7958
7959 2006-09-18 Richard Stallman <rms@gnu.org>
7960
7961 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7962 cause keyboard menus.
7963 (Menu Keymaps): Likewise.
7964 (Defining Menus, Keyboard Menus): Clarify.
7965
7966 * text.texi (Fields): Clarify explanation of constrain-to-field.
7967
7968 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7969
7970 * variables.texi (Tips for Defining): Fix a typo.
7971
7972 2006-09-15 Richard Stallman <rms@gnu.org>
7973
7974 * keymaps.texi (Remapping Commands, Searching Keymaps)
7975 (Active Keymaps): Clean up previous change.
7976
7977 2006-09-15 Jay Belanger <belanger@truman.edu>
7978
7979 * gpl.texi: Replace "Library Public License" by "Lesser Public
7980 License" throughout.
7981
7982 2006-09-15 David Kastrup <dak@gnu.org>
7983
7984 * keymaps.texi (Active Keymaps): Adapt description to use
7985 `get-char-property' instead `get-text-property'. Explain how
7986 mouse events change this. Explain the new optional argument of
7987 `key-binding' and its mouse-dependent lookup.
7988 (Searching Keymaps): Adapt description similarly.
7989 (Remapping Commands): Explain the new optional argument of
7990 `command-remapping'.
7991
7992 2006-09-14 Richard Stallman <rms@gnu.org>
7993
7994 * keymaps.texi (Searching Keymaps): Clarification.
7995 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7996
7997 2006-09-13 Richard Stallman <rms@gnu.org>
7998
7999 * objects.texi (Character Type): Node split.
8000 Add xref to Describing Characters.
8001 (Basic Char Syntax, General Escape Syntax)
8002 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8003
8004 2006-09-11 Richard Stallman <rms@gnu.org>
8005
8006 * display.texi (Display Table Format): Wording clarification.
8007 (Glyphs): Clarifications.
8008
8009 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8010
8011 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8012 local maps.
8013
8014 2006-09-10 Kim F. Storm <storm@cua.dk>
8015
8016 * display.texi (Forcing Redisplay): Document return value of
8017 function redisplay.
8018
8019 2006-09-09 Richard Stallman <rms@gnu.org>
8020
8021 * windows.texi (Window Hooks): Explain limits of
8022 window-scroll-functions.
8023
8024 * display.texi (Fringe Indicators): Update for last change in
8025 indicate-buffer-boundaries.
8026
8027 2006-09-08 Richard Stallman <rms@gnu.org>
8028
8029 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8030
8031 2006-09-06 Kim F. Storm <storm@cua.dk>
8032
8033 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8034
8035 * windows.texi (Window Start): Update pos-visible-in-window-p.
8036
8037 2006-09-04 Richard Stallman <rms@gnu.org>
8038
8039 * processes.texi (Accepting Output): Explain SECONDS=0 for
8040 accept-process-output.
8041
8042 * os.texi (Idle Timers): Explain why timer functions should not
8043 loop until (input-pending-p).
8044
8045 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8046
8047 * makefile.w32-in (usermanualdir): New variable.
8048 (elisp.dvi): Use it.
8049
8050 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8051
8052 * buffers.texi (Buffer Modification): Fix last change.
8053
8054 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8055
8056 * buffers.texi (Buffer Modification):
8057 Document buffer-chars-modified-tick.
8058
8059 2006-08-31 Richard Stallman <rms@gnu.org>
8060
8061 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8062
8063 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8064
8065 * modes.texi (Syntactic Font Lock):
8066 Mention font-lock-syntactic-face-function
8067 instead of specific faces.
8068
8069 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * display.texi (Images): Add xrref to display-images-p.
8072
8073 2006-08-28 Kenichi Handa <handa@m17n.org>
8074
8075 * nonascii.texi (Lisp and Coding Systems): Fix description of
8076 detect-coding-region.
8077
8078 2006-08-27 Michael Olson <mwolson@gnu.org>
8079
8080 * processes.texi (Transaction Queues): Remove stray quote
8081 character.
8082
8083 2006-08-25 Richard Stallman <rms@gnu.org>
8084
8085 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8086 Add xref.
8087
8088 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8089
8090 * os.texi (Timers): Avoid waiting inside timers.
8091
8092 2006-08-21 Lute Kamstra <lute@gnu.org>
8093
8094 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8095
8096 2006-08-20 Richard Stallman <rms@gnu.org>
8097
8098 * os.texi (Idle Timers): New node, split out from Timers.
8099 Document current-idle-time.
8100 * commands.texi (Reading One Event): Update xref.
8101 * elisp.texi (Top): Update subnode menu.
8102
8103 2006-08-16 Richard Stallman <rms@gnu.org>
8104
8105 * keymaps.texi (Extended Menu Items): Show format of cached
8106 bindings in extended menu items.
8107
8108 * customize.texi (Variable Definitions): Explain when the
8109 standard value expression is evaluated.
8110
8111 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8112
8113 * commands.texi (Reading One Event): Explain idleness in
8114 `read-event'.
8115
8116 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8117
8118 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8119 (Commands for Insertion): Remove split-line since it's not
8120 relevant for Lisp programming.
8121 (Yank Commands): Rewrite introduction.
8122 (Undo): Clarify.
8123 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8124 (Filling): Remove redundant comment. Clarify return value of
8125 current-justification.
8126 (Margins): Minor clarifications.
8127 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8128 (Sorting): Update definition of sort-lines.
8129 (Columns): Clarify behavior of sort-columns.
8130 (Indent Tabs): Link to Tab Stops in Emacs manual.
8131 (Special Properties): Clarify.
8132 (Clickable Text): Mention Buttons package.
8133
8134 2006-08-12 Kevin Ryde <user42@zip.com.au>
8135
8136 * os.texi (Time Parsing): Add %z to description of
8137 format-time-string, as per docstring. Add cross reference to
8138 glibc manual for strftime.
8139
8140 2006-08-08 Richard Stallman <rms@gnu.org>
8141
8142 * modes.texi: Clean up wording in previous change.
8143
8144 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * modes.texi (Hooks): Clarify.
8147 (Major Mode Basics): Mention define-derived-mode explicitly.
8148 (Major Mode Conventions): Rebinding RET is OK for some modes.
8149 Mention change-major-mode-hook and after-change-major-mode-hook.
8150 (Example Major Modes): Move to end of Modes section.
8151 (Mode Line Basics): Clarify.
8152 (Mode Line Data): Mention help-echo and local-map in strings.
8153 Explain reason for treatment of non-risky variables.
8154 (Properties in Mode): Clarify.
8155 (Faces for Font Lock): Add font-lock-negation-char-face.
8156
8157 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8158
8159 * strings.texi (Formatting Strings): Warn against arbitrary
8160 strings as first arg to `format'.
8161
8162 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8163
8164 * text.texi (Clickable Text): Mention `help-echo' text property.
8165 Update intro, examples and associated explanations.
8166
8167 2006-07-31 Richard Stallman <rms@gnu.org>
8168
8169 * commands.texi: Update xrefs.
8170 (Event Mod): New node, cut out from old Translating Input.
8171
8172 * maps.texi: Update xrefs.
8173
8174 * keymaps.texi (Translation Keymaps): New node.
8175 Update xrefs from Translating Input to Translation Keymaps.
8176
8177 * elisp.texi (Top): Update subnode menu.
8178
8179 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8180
8181 * os.texi (System Interface): Fix menu descriptions of some nodes.
8182 (Translating Input): Node deleted.
8183
8184 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8185
8186 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8187
8188 * lists.texi (Sets And Lists): Likewise.
8189
8190 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8191
8192 * text.texi (Fields): Mention POS
8193 requirement when narrowing is in effect.
8194
8195 2006-07-28 Richard Stallman <rms@gnu.org>
8196
8197 * display.texi (Face Attributes): Simplify wording.
8198 (Attribute Functions): Clarify meaning of new-frame default
8199 attribute settings.
8200
8201 * customize.texi (Common Keywords): Document how to use
8202 :package-version in a package not in Emacs.
8203
8204 2006-07-28 Kim F. Storm <storm@cua.dk>
8205
8206 * commands.texi (Reading One Event): Fix last change.
8207
8208 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * commands.texi (Reading One Event): Document SECONDS argument for
8211 read-event, read-char, and read-char-exclusive.
8212
8213 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8216 to ensure correct identification.
8217
8218 2006-07-24 Richard Stallman <rms@gnu.org>
8219
8220 * text.texi (Clickable Text): Clarify.
8221
8222 * sequences.texi (Vector Functions): Delete duplicate xref.
8223
8224 * objects.texi (Function Type): Clarify.
8225
8226 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8227 modes.
8228
8229 * lists.texi (List Variables): New node.
8230 Material moved from other nodes.
8231
8232 * variables.texi (Setting Variables): add-to-list and
8233 add-to-ordered-list moved to List Variables node.
8234
8235 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8236
8237 * text.texi (Links and Mouse-1):
8238 For mouse-on-link-p, expand on arg POS.
8239
8240 2006-07-21 Kim F. Storm <storm@cua.dk>
8241
8242 * display.texi (Forcing Redisplay): Don't mention systems which
8243 don't support sub-second timers for redisplay-preemption-period.
8244
8245 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8246
8247 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8248
8249 * frames.texi (Input Focus): Document that focus-follows-mouse has
8250 no effect on MS-Windows.
8251
8252 2006-07-18 Richard Stallman <rms@gnu.org>
8253
8254 * display.texi (Forcing Redisplay): Cleanups in previous change.
8255
8256 * processes.texi (Low-Level Network): Make menu more convenient.
8257
8258 2006-07-18 Kim F. Storm <storm@cua.dk>
8259
8260 * display.texi (Forcing Redisplay): redisplay-preemption-period
8261 only used on window systems. Add xref to Terminal Output.
8262
8263 * os.texi (Terminal Output): baud-rate only controls preemption on
8264 non-window systems. Add xref to Forcing Redisplay.
8265
8266 * processes.texi (Low-Level Network): Rename node "Make Network"
8267 to "Network Processes".
8268
8269 2006-07-18 Karl Berry <karl@gnu.org>
8270
8271 * variables.texi, functions.texi, customize.texi, loading.texi:
8272 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8273
8274 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8275
8276 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8277
8278 2006-07-17 Richard Stallman <rms@gnu.org>
8279
8280 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8281 Put period and comma inside quotes.
8282
8283 * loading.texi, markers.texi: Use real doublequote inside menus.
8284
8285 * windows.texi: Put point and comma inside quotes.
8286 (Textual Scrolling): Use @samp for error message.
8287
8288 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8289 * strings.texi, streams.texi, processes.texi, os.texi:
8290 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8291 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8292 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8293 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8294 Put point and comma inside quotes.
8295
8296 * control.texi (Processing of Errors): Add command-error-function.
8297
8298 * variables.texi (File Local Variables): Clarify that
8299 file local variables make buffer-local bindings.
8300
8301 * modes.texi (Syntactic Font Lock): Give default for
8302 font-lock-syntax-table.
8303
8304 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8305
8306 * text.texi (Special Properties): Clean up previous change.
8307
8308 2006-07-16 Karl Berry <karl@gnu.org>
8309
8310 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8311 * control.texi: Fix bad page breaks through chapter 10 (control).
8312
8313 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8314 underfull hbox.
8315
8316 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8317
8318 * text.texi (Special Properties): Describe fontified text property
8319 in relation to a character (not text).
8320
8321 2006-07-15 Kim F. Storm <storm@cua.dk>
8322
8323 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8324 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8325 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8326
8327 * anti.texi (Antinews): Mention redisplay function.
8328 The kbd macro existed, but was not documented, before 22.x.
8329 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8330
8331 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8332
8333 * display.texi (Displaying Messages): Add anchor.
8334
8335 * frames.texi (Dialog Boxes): Use it.
8336
8337 2006-07-12 Richard Stallman <rms@gnu.org>
8338
8339 * objects.texi (Frame Type): Explain nature of frames better.
8340
8341 * frames.texi (Frames): Explain nature of frames better.
8342
8343 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8344
8345 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8346
8347 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8348
8349 * frames.texi (Window System Selections): Mention scrap support for Mac.
8350 Default value of x-select-enable-clipboard is t on Mac.
8351
8352 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8353
8354 2006-07-11 Kim F. Storm <storm@cua.dk>
8355
8356 * display.texi (Forcing Redisplay): Add `redisplay' function.
8357 Don't mention (sit-for -1) -- use (redisplay t) instead.
8358
8359 * commands.texi (Waiting): (sit-for -1) is no longer special.
8360 (sit-for 0) is equivalent to (redisplay).
8361 Iconifying/deiconifying no longer makes sit-for return.
8362
8363 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * display.texi (Buttons): Fix typo.
8366
8367 * index.texi, elisp.texi (New Symbols): Comment node out.
8368
8369 2006-07-09 Richard Stallman <rms@gnu.org>
8370
8371 * display.texi (Truncation): Clean up previous change.
8372
8373 2006-07-08 Richard Stallman <rms@gnu.org>
8374
8375 * commands.texi (Interactive Call): Use 3 as prefix in example
8376 for execute-extended-command.
8377
8378 * display.texi (Attribute Functions): Move paragraph about
8379 compatibility with Emacs < 21.
8380
8381 2006-07-09 Kim F. Storm <storm@cua.dk>
8382
8383 * display.texi (Refresh Screen): Clarify force-window-update.
8384 (Truncation): "Normally" indicated by fringe arrows.
8385
8386 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8387
8388 * windows.texi (Textual Scrolling, Resizing Windows):
8389 * variables.texi (Constant Variables):
8390 * text.texi (Buffer Contents, Deletion, Changing Properties)
8391 (Property Search, Special Properties, Sticky Properties)
8392 (Links and Mouse-1, Fields, Change Hooks):
8393 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8394 (Categories):
8395 * symbols.texi (Other Plists):
8396 * streams.texi (Output Variables):
8397 * processes.texi (Input to Processes, Query Before Exit):
8398 * positions.texi (Word Motion, Text Lines, List Motion):
8399 * os.texi (Init File, System Environment, Sound Output)
8400 (Session Management):
8401 * nonascii.texi (Text Representations, Character Sets)
8402 (Chars and Bytes, Locales):
8403 * modes.texi (Defining Minor Modes, Header Lines):
8404 * minibuf.texi (Minibuffer Contents):
8405 * markers.texi (Information from Markers):
8406 * lists.texi (List Elements, Building Lists, Association Lists):
8407 * keymaps.texi (Tool Bar):
8408 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8409 * functions.texi (What Is a Function, Mapping Functions):
8410 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8411 (Color Names, Text Terminal Colors, Display Feature Testing):
8412 * files.texi (Visiting Functions, File Name Components)
8413 (Unique File Names, Contents of Directories):
8414 * display.texi (Forcing Redisplay, Displaying Messages)
8415 (Temporary Displays, Font Selection, Auto Faces)
8416 (Font Lookup, Fringe Indicators, Display Margins)
8417 (Image Descriptors, Showing Images, Image Cache, Button Types)
8418 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8419 (Display Table Format, Glyphs):
8420 * control.texi (Iteration):
8421 * commands.texi (Command Loop Info, Adjusting Point):
8422 * backups.texi (Making Backups, Auto-Saving):
8423 Remove @tindex entries.
8424
8425 2006-07-07 Kim F. Storm <storm@cua.dk>
8426
8427 * display.texi (Fringe Cursors): Fix typo.
8428 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8429 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8430
8431 2006-07-05 Richard Stallman <rms@gnu.org>
8432
8433 * text.texi (Buffer Contents): Add example of text props
8434 in result of buffer-substring.
8435 (Text Properties): Explain better about use of specific property names.
8436 (Property Search): Some cleanups; reorder some functions.
8437
8438 * keymaps.texi (Changing Key Bindings): Cleanup.
8439 Add xref to Key Binding Conventions.
8440
8441 * display.texi (Attribute Functions): Add examples for
8442 face-attribute-relative-p.
8443
8444 * tips.texi (Coding Conventions): Cleanup last change.
8445
8446 2006-07-05 Karl Berry <karl@gnu.org>
8447
8448 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8449 Remove @setchapternewpage odd.
8450 Result is 1013 pages, down from 1100.
8451
8452 * anti.texi, customize.texi, display.texi, internals.texi:
8453 * minibuf.texi, modes.texi, tips.texi:
8454 Fix overfull/underfull boxes.
8455
8456 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8457
8458 * edebug.texi (Instrumenting):
8459 Add Edebug-specific findex for eval-buffer.
8460 * loading.texi (Loading):
8461 Replace eval-current-buffer with eval-buffer.
8462
8463 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8464
8465 * locals.texi (Standard Buffer-Local Variables): Update the list
8466 of variables.
8467
8468 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * files.texi (File Name Completion): Point user to the node
8471 "Reading File Names".
8472
8473 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8474
8475 * files.texi (Contents of Directories): Document case-insensitive
8476 behavior on respective filesystems.
8477
8478 * objects.texi (Character Type): Document that Emacs signals an
8479 error for unsupported Unicode characters specified as \uNNNN.
8480
8481 2006-06-19 Richard Stallman <rms@gnu.org>
8482
8483 * processes.texi (Bindat Spec): Clarify previous change.
8484
8485 2006-06-16 Richard Stallman <rms@gnu.org>
8486
8487 * tips.texi (Coding Conventions): Better explain conventions
8488 for definition constructs.
8489
8490 * text.texi (Special Properties): String value of `read-only'
8491 serves as the error message.
8492
8493 * objects.texi (Character Type): Clarify prev. change.
8494 (Non-ASCII in Strings): Mention \u and \U.
8495
8496 * commands.texi (Using Interactive): Explain problem of
8497 markers, etc., in command-history.
8498
8499 2006-06-14 Kim F. Storm <storm@cua.dk>
8500
8501 * commands.texi (Waiting): Negative arg to sit-for forces
8502 redisplay even if input is pending.
8503
8504 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8505 redisplay. Remove incorrect example of binding redisplay-dont-pause
8506 around (sit-for 0).
8507
8508 2006-06-13 Richard Stallman <rms@gnu.org>
8509
8510 * display.texi (Forcing Redisplay): Clarify previous change.
8511
8512 2006-06-13 Romain Francoise <romain@orebokech.com>
8513
8514 * display.texi (Forcing Redisplay): Fix typo.
8515
8516 2006-06-13 Kim F. Storm <storm@cua.dk>
8517
8518 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8519
8520 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * tips.texi (Coding Conventions): Add `@end itemize'.
8523
8524 2006-06-10 Richard Stallman <rms@gnu.org>
8525
8526 * tips.texi (Coding Conventions): Explain use of coding systems
8527 to ensure one decoding for strings.
8528
8529 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8530
8531 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8532 syntax.
8533
8534 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8535
8536 * display.texi (Font Selection): Remove description of
8537 clear-face-cache.
8538
8539 * compile.texi (Eval During Compile): Fix a typo. Add index
8540 entries for possible uses of eval-when-compile.
8541
8542 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8543
8544 * display.texi (Abstract Display): Fix typo.
8545
8546 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8547
8548 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8549 Reword variable's description.
8550
8551 2006-06-01 Richard Stallman <rms@gnu.org>
8552
8553 * windows.texi (Splitting Windows): Clarify splitting nonselected
8554 window.
8555
8556 2006-05-31 Juri Linkov <juri@jurta.org>
8557
8558 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8559
8560 2006-05-30 Richard Stallman <rms@gnu.org>
8561
8562 * display.texi (Line Height): Fix errors in description of
8563 default line height and line-height property.
8564
8565 * nonascii.texi (Default Coding Systems): Further clarification.
8566
8567 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * internals.texi (Pure Storage): Mention that an overflow in pure
8570 space causes a memory leak.
8571 (Garbage Collection): If there was an overflow in pure space,
8572 `garbage-collect' returns nil.
8573
8574 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8575
8576 * nonascii.texi (Default Coding Systems): Fix it some more.
8577
8578 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8579
8580 * nonascii.texi (Default Coding Systems): Fix last change.
8581
8582 2006-05-29 Kenichi Handa <handa@m17n.org>
8583
8584 * nonascii.texi (find-operation-coding-system): Describe the new
8585 argument format (FILENAME . BUFFER).
8586
8587 2006-05-28 Richard Stallman <rms@gnu.org>
8588
8589 * tips.texi (Coding Conventions): Better explain reasons not to
8590 advise other packages or use `eval-after-load'.
8591
8592 2006-05-29 Kim F. Storm <storm@cua.dk>
8593
8594 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8595 `bindat-idx' and `bindat-raw' for clarity.
8596
8597 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8598
8599 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8600
8601 * display.texi (Display): Add "Abstract Display" to menu.
8602 (Abstract Display, Abstract Display Functions)
8603 (Abstract Display Example): New nodes.
8604 * elisp.texi (Top): Add "Abstract Display" to menu.
8605
8606 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * keymaps.texi (Key Sequences): Link to input events definition.
8609 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8610
8611 * files.texi (Changing Files): Document updated argument list for
8612 copy-file.
8613
8614 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8615
8616 * processes.texi (Bindat Functions): Explain term "total length".
8617 Use it in bindat-length and bindat-pack descriptions.
8618
8619 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8620
8621 * tips.texi (Coding Conventions): Advise against using
8622 eval-after-load in packages. Add an index entry.
8623
8624 2006-05-25 Juri Linkov <juri@jurta.org>
8625
8626 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8627
8628 * modes.texi (%-Constructs): Add %e, %z, %Z.
8629
8630 2006-05-25 Richard Stallman <rms@gnu.org>
8631
8632 * elisp.texi (Top): Update subnode menu.
8633
8634 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8635 (Keymaps): Update menu.
8636
8637 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8638
8639 * keymaps.texi (Key Sequences): Some clarifications.
8640
8641 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8642
8643 * processes.texi (Bindat Functions): Say "unibyte string"
8644 explicitly for bindat-unpack and bindat-pack descriptions.
8645 (Bindat Examples): Don't call `string-make-unibyte' in example.
8646
8647 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8648
8649 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8650 Explain string and vector representations of key sequences.
8651
8652 * keymaps.texi (Changing Key Bindings):
8653 * commands.texi (Interactive Codes):
8654 * help.texi (Describing Characters): Refer to it.
8655
8656 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8657
8658 * frames.texi (Pointer Shape): @end table -> @end defvar.
8659
8660 2006-05-22 Richard Stallman <rms@gnu.org>
8661
8662 * elisp.texi (Top): Update subnode menus.
8663
8664 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8665 Contents rewritten; material from old Pointer Shape node moved here.
8666
8667 * display.texi (Pointer Shape): Node deleted.
8668 (Image Descriptors): Minor cleanup.
8669
8670 2006-05-21 Richard Stallman <rms@gnu.org>
8671
8672 * syntax.texi (Parsing Expressions): Update info on which STATE
8673 elements are ignored.
8674
8675 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8676
8677 * hooks.texi (Standard Hooks): Correct typo.
8678
8679 * gpl.texi (GPL): ifinfo -> ifnottex.
8680
8681 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8682
8683 * searching.texi (Simple Match Data): Warn about match data being
8684 set anew by every search.
8685
8686 2006-05-17 Richard Stallman <rms@gnu.org>
8687
8688 * minibuf.texi (Minibuffer History): Clarify.
8689
8690 * searching.texi (Regexp Special): Clarify nested regexp warning.
8691
8692 2006-05-16 Kim F. Storm <storm@cua.dk>
8693
8694 * minibuf.texi (Minibuffer History): Update add-to-history.
8695
8696 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8697
8698 * nonascii.texi (Explicit Encoding):
8699 Fix typo (encoding<->decoding).
8700
8701 2006-05-14 Richard Stallman <rms@gnu.org>
8702
8703 * buffers.texi (Creating Buffers): Cleanup.
8704
8705 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8706
8707 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8708
8709 * buffers.texi (Current Buffer): Document that with-temp-buffer
8710 disables undo.
8711
8712 * os.texi (Terminal-Specific): More accurate description of how
8713 Emacs searches for the terminal-specific libraries.
8714
8715 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8716
8717 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8718 emacs-xtra to @inforef's.
8719
8720 * text.texi (Undo): Document that undo is turned off in buffers
8721 whose names begin with a space.
8722
8723 * buffers.texi (Buffer Names): Add index entries for buffers whose
8724 names begin with a space.
8725 (Creating Buffers): Document that undo is turned off in buffers
8726 whose names begin with a space.
8727
8728 * files.texi (Visiting Functions, Reading from Files)
8729 (Saving Buffers): Mention code and EOL conversions by file I/O
8730 primitives and subroutines.
8731
8732 * nonascii.texi (Lisp and Coding Systems):
8733 Document coding-system-eol-type. Add index entries for eol conversion.
8734
8735 * display.texi (Defining Faces): Mention `mac', and add an xref to
8736 where window-system is described.
8737
8738 2006-05-10 Richard Stallman <rms@gnu.org>
8739
8740 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8741
8742 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8743
8744 * variables.texi (File Local Variables): Recommend to quote lambda
8745 expressions in safe-local-variable property.
8746
8747 2006-05-09 Richard Stallman <rms@gnu.org>
8748
8749 * variables.texi (File Local Variables):
8750 Document safe-local-eval-forms and safe-local-eval-function.
8751
8752 2006-05-07 Kim F. Storm <storm@cua.dk>
8753
8754 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8755 from add-to-history.
8756
8757 2006-05-07 Romain Francoise <romain@orebokech.com>
8758
8759 * commands.texi (Event Input Misc):
8760 * compile.texi (Eval During Compile):
8761 * internals.texi (Buffer Internals):
8762 * minibuf.texi (Initial Input):
8763 * nonascii.texi (Scanning Charsets):
8764 * numbers.texi (Comparison of Numbers):
8765 * windows.texi (Textual Scrolling, Vertical Scrolling):
8766 Fix various typos.
8767
8768 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8769
8770 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8771 conditional xref's to either emacs or emacs-xtra, depending on
8772 @iftex/@ifnottex.
8773
8774 * minibuf.texi (Minibuffer History): Document add-to-history.
8775
8776 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8777
8778 * internals.texi (Pure Storage): Mention the pure overflow message
8779 at startup.
8780
8781 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8782
8783 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8784 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8785 search.
8786
8787 2006-05-01 Richard Stallman <rms@gnu.org>
8788
8789 * intro.texi (nil and t): Clarify.
8790
8791 * variables.texi (File Local Variables): Suggest using booleanp.
8792
8793 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8794
8795 * objects.texi (Type Predicates): Fix typos.
8796
8797 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * intro.texi (nil and t): Add booleanp.
8800
8801 * objects.texi (Type Predicates): Add links for booleanp and
8802 string-or-null-p.
8803
8804 2006-04-29 Richard Stallman <rms@gnu.org>
8805
8806 * modes.texi (Multiline Font Lock): Rename from
8807 Multi line Font Lock Elements. Much clarification.
8808 (Font Lock Multiline, Region to Fontify): Much clarification.
8809
8810 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * variables.texi (File Local Variables): Remove the special case t for
8813 safe-local-variable.
8814
8815 2006-04-26 Richard Stallman <rms@gnu.org>
8816
8817 * syntax.texi (Parsing Expressions): Minor cleanup.
8818
8819 2006-04-18 Richard Stallman <rms@gnu.org>
8820
8821 * tips.texi (Coding Conventions): Explain when the package's
8822 prefix should appear later on (not at the start of the name).
8823
8824 * searching.texi (String Search): Clarify effect of NOERROR.
8825
8826 * modes.texi (Imenu): Clarify what special items do.
8827
8828 * hooks.texi (Standard Hooks): Delete text about old hook names.
8829
8830 2006-04-17 Romain Francoise <romain@orebokech.com>
8831
8832 * variables.texi (Local Variables): Update the default value of
8833 `max-specpdl-size'.
8834
8835 2006-04-15 Michael Olson <mwolson@gnu.org>
8836
8837 * processes.texi (Transaction Queues): Mention the new optional
8838 `delay-question' argument for `tq-enqueue'.
8839
8840 2006-04-13 Bill Wohler <wohler@newt.com>
8841
8842 * customize.texi (Common Keywords): Use dotted notation for
8843 :package-version value. Specify its values. Improve documentation
8844 for customize-package-emacs-version-alist.
8845
8846 2006-04-12 Bill Wohler <wohler@newt.com>
8847
8848 * customize.texi (Common Keywords): Move description of
8849 customize-package-emacs-version-alist to @defvar.
8850
8851 2006-04-10 Bill Wohler <wohler@newt.com>
8852
8853 * customize.texi (Common Keywords): Add :package-version.
8854
8855 2006-04-10 Kim F. Storm <storm@cua.dk>
8856
8857 * text.texi (Buffer Contents): Add NOPROPS arg to
8858 filter-buffer-substring.
8859
8860 2006-04-08 Kevin Ryde <user42@zip.com.au>
8861
8862 * os.texi (Command-Line Arguments): Update xref to emacs manual
8863 "Command Arguments" -> "Emacs Invocation", per change there.
8864
8865 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8866
8867 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8868 be on one line to help makeinfo not render two spaces after the dot.
8869
8870 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8871
8872 * strings.texi (Predicates for Strings): Add string-or-null-p.
8873
8874 2006-03-28 Kim F. Storm <storm@cua.dk>
8875
8876 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8877 remarks about systems that don't support fractional seconds.
8878
8879 2006-03-25 Karl Berry <karl@gnu.org>
8880
8881 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8882 the year list.
8883
8884 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * display.texi (Fringe Indicators): Fix typos.
8887
8888 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8889
8890 * tips.texi (Documentation Tips): One can now also write `program'
8891 in front of a quoted symbol in a docstring to prevent making a
8892 hyperlink.
8893
8894 2006-03-19 Alan Mackenzie <acm@muc.de>
8895
8896 * text.texi (Special Properties): Clarify `fontified' property.
8897
8898 2006-03-16 Richard Stallman <rms@gnu.org>
8899
8900 * display.texi (Defining Images): Minor cleanup.
8901
8902 2006-03-16 Bill Wohler <wohler@newt.com>
8903
8904 * display.texi (Defining Images): In image-load-path-for-library,
8905 prefer user's images.
8906
8907 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8910
8911 2006-03-15 Bill Wohler <wohler@newt.com>
8912
8913 * display.texi (Defining Images): Fix example in
8914 image-load-path-for-library by not recommending that one binds
8915 image-load-path. Just defvar it to placate compiler and only use
8916 it if previously defined.
8917
8918 2006-03-14 Bill Wohler <wohler@newt.com>
8919
8920 * display.texi (Defining Images): In image-load-path-for-library,
8921 always return list of directories. Update example.
8922
8923 2006-03-14 Alan Mackenzie <acm@muc.de>
8924
8925 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8926 This describes font-lock-extend-region-function.
8927 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8928 the new node "Region to Fontify".
8929
8930 2006-03-13 Richard Stallman <rms@gnu.org>
8931
8932 * display.texi (Invisible Text): The impossible position is
8933 now before the invisible text, not after.
8934 (Defining Images): Clean up last change.
8935
8936 2006-03-11 Bill Wohler <wohler@newt.com>
8937
8938 * display.texi (Defining Images): Add image-load-path-for-library.
8939
8940 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8941
8942 * text.texi (Adaptive Fill): Fix Texinfo usage.
8943
8944 * strings.texi (Creating Strings): Fix Texinfo usage.
8945
8946 * searching.texi (Regexp Special): Use @samp for regular
8947 expressions that are not in Lisp syntax.
8948
8949 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8950
8951 * searching.texi (Regexp Special): Put remark between parentheses
8952 to avoid misreading.
8953
8954 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * searching.texi (Syntax of Regexps): More accurately describe
8957 which characters are special in which situations.
8958 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8959 are not special. Describe in detail when `[' and `]' are special.
8960 (Regexp Backslash): Plenty of regexps with unbalanced square
8961 brackets are valid, so reword that statement.
8962
8963 2006-03-02 Kim F. Storm <storm@cua.dk>
8964
8965 * keymaps.texi (Tool Bar): Add tool-bar-border.
8966
8967 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8968
8969 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8970
8971 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8972
8973 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8974
8975 * files.texi (Locating Files): Suggest additional values for the
8976 SUFFIXES arg of `locate-file'. Update pxref.
8977
8978 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8979 (How Programs Do Loading): Discuss the effects of Auto Compression
8980 mode on `load'.
8981 (Load Suffixes): New node.
8982 (Library Search): Delete description of `load-suffixes'; it was
8983 moved to "Load Suffixes".
8984 (Autoload, Named Features): Mention `load-suffixes'.
8985
8986 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8987
8988 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8989
8990 * windows.texi (Window Tree): Fix typo.
8991
8992 2006-02-20 Kim F. Storm <storm@cua.dk>
8993
8994 * display.texi (Fringe Indicators): New section.
8995 Move indicate-empty-lines, indicate-buffer-boundaries, and
8996 default-indicate-buffer-boundaries here.
8997 Add fringe-indicator-alist and default-fringes-indicator-alist.
8998 Add list of logical fringe indicator symbols.
8999 Update list of standard bitmap names.
9000 (Fringe Cursors): New section.
9001 Move overflow-newline-into-fringe here.
9002 Add fringe-cursor-alist and default-fringes-cursor-alist.
9003 Add list of fringe cursor symbols.
9004
9005 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9006
9007 * commands.texi (Using Interactive): Fix reference to node
9008 "Minibuffers".
9009
9010 2006-02-19 Richard M. Stallman <rms@gnu.org>
9011
9012 * minibuf.texi (High-Level Completion):
9013 Add xref to read-input-method-name.
9014
9015 * files.texi (Relative File Names): Move file-relative-name here.
9016 (File Name Expansion): From here. Minor clarifications.
9017
9018 * commands.texi (Using Interactive): Add xrefs about reading input.
9019 Clarify remarks about that moving point and mark.
9020 Put string case before list case.
9021
9022 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9023
9024 * display.texi (Other Display Specs, Image Descriptors):
9025 Revert erroneous changes. The previous description of
9026 image-descriptors as `(image . PROPS)' was correct.
9027
9028 2006-02-14 Richard M. Stallman <rms@gnu.org>
9029
9030 * variables.texi (File Local Variables): Clarifications.
9031
9032 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9033
9034 * variables.texi (File Local Variables): Use @code for a cons
9035 cell, not @var.
9036
9037 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9038
9039 * variables.texi (File Local Variables): Document new file local
9040 variable behavior.
9041
9042 2006-02-10 Kim F. Storm <storm@cua.dk>
9043
9044 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9045
9046 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9047
9048 * modes.texi (%-Constructs): Remove obsolete info about
9049 `global-mode-string'.
9050
9051 2006-02-07 Richard M. Stallman <rms@gnu.org>
9052
9053 * commands.texi (Prefix Command Arguments): Minor cleanup.
9054
9055 * display.texi: "Graphical display", not window system.
9056
9057 * functions.texi (What Is a Function): Fix xref.
9058
9059 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9060 (Changing Key Bindings): Clarify when remapping is better than
9061 substitute-key-definition.
9062
9063 2006-02-02 Richard M. Stallman <rms@gnu.org>
9064
9065 * minibuf.texi (Basic Completion): Completion alists are risky.
9066
9067 * keymaps.texi (Active Keymaps): Clarifications.
9068 (Searching Keymaps): New node.
9069 (Keymaps): Update menu.
9070
9071 * frames.texi (Layout Parameters): Minor clarification.
9072 (Drag and Drop): New node.
9073 (Frames): Update menu.
9074
9075 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9076
9077 * display.texi (Other Display Specs, Image Descriptors):
9078 Image description is a list, not a cons cell.
9079
9080 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9081
9082 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9083 list is not necessarily a list).
9084
9085 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9086
9087 * frames.texi (Layout Parameters): border-width and
9088 internal-border-width belong to the frame, not the window.
9089
9090 2006-01-19 Richard M. Stallman <rms@gnu.org>
9091
9092 * nonascii.texi (Translation of Characters): Search cmds use
9093 translation-table-for-input. Automatically made local.
9094
9095 * markers.texi (Overview of Markers): Count insertion type
9096 as one of a marker's attributes.
9097
9098 * keymaps.texi (Controlling Active Maps): New node, split out of
9099 Active Keymaps.
9100 (Keymaps): Menu updated.
9101 (Active Keymaps): Give pseudocode to explain how the active
9102 maps are searched. current-active-maps and key-binding moved here.
9103 (Functions for Key Lookup): current-active-maps and key-binding moved.
9104 Clarifications.
9105 (Searching the Keymaps): New subnode.
9106
9107 * elisp.texi (Top): Menu clarification.
9108
9109 * display.texi (Other Display Specs): Delete duplicate entry for
9110 just a string as display spec. Move text about recursive display
9111 specs on such a string.
9112
9113 * commands.texi (Key Sequence Input): Clarify.
9114 Move num-nonmacro-input-events out.
9115 (Reading One Event): num-nonmacro-input-events moved here.
9116
9117 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9118
9119 * advice.texi (Simple Advice): Update example to fit argument
9120 change in previous-line.
9121
9122 2006-01-05 Richard M. Stallman <rms@gnu.org>
9123
9124 * markers.texi (The Mark): Fix in `mark'.
9125
9126 2006-01-04 Richard M. Stallman <rms@gnu.org>
9127
9128 * processes.texi (Misc Network, Make Network): Minor cleanups.
9129
9130 2006-01-04 Kim F. Storm <storm@cua.dk>
9131
9132 * processes.texi (Make Network): Add IPv6 addresses and handling.
9133 (Network Feature Testing): Mention (:family ipv6).
9134 (Misc Network): Add IPv6 formats to format-network-address.
9135
9136 2005-12-30 Richard M. Stallman <rms@gnu.org>
9137
9138 * text.texi (Changing Properties):
9139 Don't use return value of set-text-properties.
9140
9141 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9142
9143 * modes.texi (Mode Line Format): Correct typo in menu.
9144
9145 2005-12-29 Richard M. Stallman <rms@gnu.org>
9146
9147 * modes.texi (Mode Line Top): New node.
9148 (Mode Line Data): Some text moved to new node.
9149 Explain the data structure more concretely.
9150 (Mode Line Basics): Clarifications.
9151 (Mode Line Variables): Clarify intro paragraph.
9152 (%-Constructs): Clarify intro paragraph.
9153 (Mode Line Format): Update menu.
9154
9155 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9156
9157 * minibuf.texi (Basic Completion): Update lazy-completion-table
9158 examples for removal of ARGS argument.
9159
9160 2005-12-23 Richard M. Stallman <rms@gnu.org>
9161
9162 * text.texi (Undo): Restore some explanation from the version
9163 that was deleted.
9164
9165 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9166
9167 * text.texi (Undo): Remove duplicate descriptions of `apply
9168 funname' and `apply delta' elements of the undo list.
9169
9170 2005-12-20 Richard M. Stallman <rms@gnu.org>
9171
9172 * help.texi (Help Functions): Update documentation of `apropos'.
9173
9174 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9175
9176 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9177 because it is confusing. If the :help-echo keyword is a function,
9178 it is not directly used as the :help-echo overlay property, as the
9179 xref seems to suggest (it does not take the appropriate args).
9180
9181 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9182
9183 * customize.texi (Common Keywords): Fix Texinfo usage.
9184 (Group Definitions, Variable Definitions): Update for new
9185 conventions for using `*' in docstrings.
9186
9187 * tips.texi (Documentation Tips): Update for new conventions for
9188 using `*' in docstrings.
9189
9190 2005-12-16 Richard M. Stallman <rms@gnu.org>
9191
9192 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9193
9194 2005-12-16 Juri Linkov <juri@jurta.org>
9195
9196 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9197
9198 2005-12-14 Romain Francoise <romain@orebokech.com>
9199
9200 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9201 Fix typo.
9202
9203 2005-12-11 Juri Linkov <juri@jurta.org>
9204
9205 * minibuf.texi (Completion Commands): Add mention of read-file-name
9206 for filename completion keymaps.
9207 (Reading File Names): Add mention of filename completion keymaps
9208 for read-file-name and xref to `Completion Commands'.
9209
9210 2005-12-10 Richard M. Stallman <rms@gnu.org>
9211
9212 * customize.texi (Common Keywords): State caveats for use of :tag.
9213
9214 2005-12-08 Richard M. Stallman <rms@gnu.org>
9215
9216 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9217 with xrefs and better explanation.
9218 (Completion Commands): Add the filename completion maps.
9219
9220 * objects.texi (Character Type): Clarify that \s is not space
9221 if a dash follows.
9222
9223 2005-12-05 Richard M. Stallman <rms@gnu.org>
9224
9225 * windows.texi (Resizing Windows): Delete preserve-before args.
9226
9227 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9230 in full keymaps, since the quirk has been fixed.
9231
9232 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9233
9234 * hooks.texi (Standard Hooks): Add index entries.
9235 Mention `compilation-finish-functions'.
9236
9237 2005-11-27 Richard M. Stallman <rms@gnu.org>
9238
9239 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9240
9241 2005-11-21 Juri Linkov <juri@jurta.org>
9242
9243 * customize.texi (Common Keywords): Update links types
9244 custom-manual and url-link. Add link types emacs-library-link,
9245 file-link, function-link, variable-link, custom-group-link.
9246
9247 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * display.texi: Revert 2005-11-20 change.
9250
9251 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9252
9253 * processes.texi (Bindat Functions):
9254 Say "third" to refer to zero-based index "2".
9255
9256 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9257
9258 * loading.texi (Library Search): Update the default value of
9259 `load-suffixes'.
9260
9261 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * display.texi (Attribute Functions): Mention :ignore-defface.
9264
9265 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9268 (Minor Mode Conventions): Mention the use of a hook.
9269
9270 2005-11-06 Richard M. Stallman <rms@gnu.org>
9271
9272 * files.texi (Magic File Names): find-file-name-handler checks the
9273 `operations' property of the handler.
9274
9275 2005-11-03 Richard M. Stallman <rms@gnu.org>
9276
9277 * variables.texi (Frame-Local Variables): Small clarification.
9278
9279 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9280
9281 * os.texi (Init File): Document ~/.emacs.d/init.el.
9282
9283 2005-10-29 Richard M. Stallman <rms@gnu.org>
9284
9285 * internals.texi (Garbage Collection): Document memory-full.
9286
9287 2005-10-28 Bill Wohler <wohler@newt.com>
9288
9289 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9290 for URLs.
9291
9292 2005-10-28 Richard M. Stallman <rms@gnu.org>
9293
9294 * minibuf.texi (Completion Commands): Clean up prev change.
9295
9296 2005-10-26 Kevin Ryde <user42@zip.com.au>
9297
9298 * compile.texi (Eval During Compile): Explain recommended uses
9299 of eval-when-compile and eval-and-compile.
9300
9301 2005-10-27 Masatake YAMATO <jet@gyve.org>
9302
9303 * minibuf.texi (Completion Commands):
9304 Write about new optional argument for `display-completion-list'.
9305
9306 2005-10-23 Richard M. Stallman <rms@gnu.org>
9307
9308 * display.texi (Overlay Arrow): Clarify about local bindings of
9309 overlay-arrow-position.
9310
9311 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9312
9313 * internals.texi (Building Emacs): Fix last change.
9314
9315 2005-10-22 Richard M. Stallman <rms@gnu.org>
9316
9317 * internals.texi (Building Emacs): Document eval-at-startup.
9318
9319 2005-10-21 Richard M. Stallman <rms@gnu.org>
9320
9321 * loading.texi (Where Defined): load-history contains abs file names.
9322 symbol-file returns abs file names.
9323
9324 2005-10-19 Kim F. Storm <storm@cua.dk>
9325
9326 * display.texi (Showing Images): Add max-image-size integer value.
9327
9328 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9329
9330 * display.texi (Showing Images): Document max-image-size.
9331
9332 2005-10-17 Richard M. Stallman <rms@gnu.org>
9333
9334 * commands.texi (Quitting): Minor clarification.
9335
9336 * processes.texi (Sentinels): Clarify about output and quitting.
9337 (Filter Functions): Mention with-local-quit.
9338
9339 2005-10-17 Juri Linkov <juri@jurta.org>
9340
9341 * buffers.texi (Current Buffer):
9342 * commands.texi (Event Input Misc):
9343 * compile.texi (Eval During Compile, Compiler Errors):
9344 * customize.texi (Group Definitions):
9345 * display.texi (Progress, Defining Faces):
9346 * files.texi (Writing to Files):
9347 * modes.texi (Mode Hooks, Defining Minor Modes):
9348 * streams.texi (Output Functions):
9349 * syntax.texi (Syntax Table Functions):
9350 * text.texi (Change Hooks):
9351 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9352
9353 * commands.texi (Quitting): Replace arg `forms' with `body' in
9354 `with-local-quit'.
9355
9356 * positions.texi (Excursions): Replace arg `forms' with `body' in
9357 `save-excursion'.
9358
9359 2005-10-08 Kim F. Storm <storm@cua.dk>
9360
9361 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9362 Rename manual section accordingly.
9363
9364 2005-10-04 Kim F. Storm <storm@cua.dk>
9365
9366 * windows.texi (Window Split Tree): New section describing
9367 new function window-split-tree function.
9368
9369 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9370
9371 * display.texi (Fringe Size/Pos): Simplify and add detail.
9372
9373 2005-09-30 Romain Francoise <romain@orebokech.com>
9374
9375 * minibuf.texi (High-Level Completion): Explain that the prompt
9376 given to `read-buffer' should end with a colon and a space.
9377 Update usage examples.
9378
9379 2005-09-29 Juri Linkov <juri@jurta.org>
9380
9381 * display.texi (Displaying Messages): Rename argument name
9382 `string' to `format-string' in functions `message', `message-box',
9383 `message-or-box'.
9384
9385 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * errors.texi (Standard Errors): Correct xrefs.
9388
9389 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9390
9391 * display.texi (Defining Images): Update documentation for
9392 `image-load-path'.
9393
9394 2005-09-17 Richard M. Stallman <rms@gnu.org>
9395
9396 * display.texi (Defining Images): Clean up previous change.
9397
9398 2005-09-16 Romain Francoise <romain@orebokech.com>
9399
9400 * elisp.texi: Specify GFDL version 1.2.
9401
9402 * doclicense.texi (GNU Free Documentation License): Update to
9403 version 1.2.
9404
9405 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * display.texi (Defining Images): Document `image-load-path'.
9408
9409 2005-09-15 Richard M. Stallman <rms@gnu.org>
9410
9411 * objects.texi (Printed Representation): Minor cleanup.
9412 (Box Diagrams): Minor fix.
9413 (Cons Cell Type): Move (...) index item here.
9414 (Box Diagrams): From here.
9415 (Array Type): Minor fix.
9416 (Type Predicates): Delete index "predicates".
9417 (Hash Table Type): Clarify xref.
9418 (Dotted Pair Notation): Minor fix.
9419
9420 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * files.texi (Saving Buffers): Fix typo.
9423
9424 2005-09-08 Richard M. Stallman <rms@gnu.org>
9425
9426 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9427
9428 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9429
9430 * locals.texi (Standard Buffer-Local Variables): Don't include
9431 mode variables for minor modes.
9432 Fix xrefs for buffer-display-count, buffer-display-table,
9433 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9434 enable-multibyte-characters, fill-column, header-line-format,
9435 left-fringe-width, left-margin, and right-fringe-width.
9436
9437 * hooks.texi (Standard Hooks): All hooks should conform to the
9438 standard naming convention now.
9439 Fix xref for `echo-area-clear-hook'.
9440
9441 * display.texi (Usual Display): Note that indicate-empty-lines and
9442 tab-width are buffer-local.
9443
9444 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9445
9446 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9447
9448 * nonascii.texi (Encoding and I/O): Note that
9449 buffer-file-coding-system is buffer-local.
9450
9451 * positions.texi (List Motion): Note that defun-prompt-regexp is
9452 buffer-local.
9453
9454 * text.texi (Auto Filling): Note that auto-fill-function is
9455 buffer-local.
9456 (Undo): Note that buffer-undo-list is buffer-local.
9457
9458 * windows.texi (Buffers and Windows):
9459 Document buffer-display-count.
9460
9461 2005-09-06 Richard M. Stallman <rms@gnu.org>
9462
9463 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9464 package prefix elsewhere than at the start of the name.
9465
9466 2005-09-03 Richard M. Stallman <rms@gnu.org>
9467
9468 * tips.texi (Programming Tips): Add conventions for minibuffer
9469 questions and prompts.
9470
9471 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9472
9473 * intro.texi (nil and t): Minor cleanup.
9474 Delete spurious mention of keyword symbols.
9475 (Evaluation Notation): Add index entry.
9476 (A Sample Function Description): Minor cleanup.
9477 (A Sample Variable Description): Not all vars can be set.
9478
9479 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9480
9481 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9482
9483 (Insertion): Document precise type of `insert-char' arg COUNT.
9484
9485 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * modes.texi (Other Font Lock Variables): Sync the default of
9488 font-lock-lines-before.
9489
9490 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9491
9492 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9493
9494 2005-08-29 Richard M. Stallman <rms@gnu.org>
9495
9496 * elisp.texi (Top): Update subnode menu.
9497
9498 * searching.texi (Searching and Matching): Move node.
9499 Rearrange contents and add overall explanation.
9500 (Searching and Case): Move node.
9501 (Searching and Matching): Update menu.
9502
9503 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9504
9505 * os.texi (Startup Summary): Fix the description of the initial
9506 startup message display.
9507
9508 2005-08-25 Richard M. Stallman <rms@gnu.org>
9509
9510 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9511
9512 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9513
9514 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9515 `next-overlay-change' example.
9516
9517 2005-08-22 Juri Linkov <juri@jurta.org>
9518
9519 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9520 Fix invert-face. Fix args of face-background.
9521
9522 * display.texi (Standard Faces): Delete node.
9523 (Faces): Add xref to `(emacs)Standard Faces'.
9524 (Displaying Faces): Fix xref to `Standard Faces'.
9525
9526 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9527
9528 2005-08-20 Alan Mackenzie <acm@muc.de>
9529
9530 * buffers.texi (The Buffer List): Clarify the manipulation of the
9531 buffer list.
9532
9533 2005-08-14 Richard M. Stallman <rms@gnu.org>
9534
9535 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9536 a regexp.
9537
9538 2005-08-11 Richard M. Stallman <rms@gnu.org>
9539
9540 * elisp.texi (Top): Update subnode lists.
9541
9542 * display.texi (Inverse Video): Node deleted.
9543
9544 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9545 New nodes split out of Coding Conventions.
9546
9547 * searching.texi (Regular Expressions): Document re-builder.
9548
9549 * os.texi (Time Parsing): New node split out of Time Conversion.
9550
9551 * processes.texi (Misc Network, Network Feature Testing)
9552 (Network Options, Make Network): New nodes split out of
9553 Low-Level Network.
9554
9555 2005-08-09 Richard M. Stallman <rms@gnu.org>
9556
9557 * frames.texi (Geometry): New node, split from Size and Position.
9558 (Frame Parameters): Refer to Geometry.
9559
9560 * buffers.texi (The Buffer List): Fix xrefs.
9561
9562 * windows.texi (Splitting Windows): Fix xref.
9563
9564 * frames.texi (Layout Parameters): Add xref.
9565
9566 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9567
9568 * keymaps.texi (Menu Bar): Fix xref.
9569
9570 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9571
9572 * modes.texi (%-Constructs): Fix xref.
9573
9574 * frames.texi (Window Frame Parameters): Node split up.
9575 (Basic Parameters, Position Parameters, Size Parameters)
9576 (Layout Parameters, Buffer Parameters, Management Parameters)
9577 (Cursor Parameters, Color Parameters): New subnodes.
9578
9579 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9580
9581 * positions.texi (Screen Lines): Update xref for previous change
9582 in minibuf.texi.
9583
9584 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9585 change in minibuf.texi.
9586
9587 2005-08-09 Richard M. Stallman <rms@gnu.org>
9588
9589 * tips.texi (Coding Conventions): Minor cleanup.
9590
9591 * modes.texi (Defining Minor Modes): Explain when init-value
9592 can be non-nil.
9593
9594 * elisp.texi (Top): Update submenu for Minibuffer.
9595
9596 * minibuf.texi (Minibuffer Misc): Node split up.
9597 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9598 (Recursive Mini): New nodes split out from Minibuffer Misc.
9599 (Minibuffer Misc): Document max-mini-window-height.
9600
9601 * hash.texi (Defining Hash): Delete stray paren in example.
9602
9603 * display.texi (Echo Area Customization): Don't define
9604 max-mini-window-height here; xref instead.
9605
9606 * commands.texi (Event Input Misc): Update while-no-input.
9607
9608 * advice.texi (Advising Functions): Explain when to use advice
9609 and when to use a hook.
9610
9611 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9612
9613 * makefile.w32-in (info): Don't run install-info.
9614 ($(infodir)/dir): New target, produced by running install-info.
9615
9616 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9617
9618 * modes.texi (Defining Minor Modes): The keyword for the initial
9619 value is :init-value, not :initial-value.
9620
9621 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9622
9623 * loading.texi (Autoload): Make the `doctor' example be consistent
9624 with what's in current loaddefs.el. Describe the "fn" magic in
9625 the usage portion of the doc string.
9626
9627 2005-07-22 Richard M. Stallman <rms@gnu.org>
9628
9629 * internals.texi (Garbage Collection): Clarify previous change.
9630
9631 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9634
9635 2005-07-18 Juri Linkov <juri@jurta.org>
9636
9637 * commands.texi (Accessing Events):
9638 * frames.texi (Text Terminal Colors, Resources):
9639 * markers.texi (The Mark):
9640 * modes.texi (Defining Minor Modes):
9641 Delete duplicate duplicate words.
9642
9643 2005-07-16 Richard M. Stallman <rms@gnu.org>
9644
9645 * display.texi (Managing Overlays): Clarify make-overlay
9646 args for insertion types.
9647
9648 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9649
9650 * customize.texi (Variable Definitions):
9651 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9652 `standard-value' is a list too.
9653 (Defining New Types): Use @key{RET} instead of @key{ret}.
9654
9655 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9656
9657 * os.texi (Translating Input): Fix typo.
9658
9659 2005-07-08 Richard M. Stallman <rms@gnu.org>
9660
9661 * README: Update edition number and size estimate.
9662
9663 * elisp.texi (VERSION): Set to 2.9.
9664
9665 2005-07-07 Richard M. Stallman <rms@gnu.org>
9666
9667 * book-spine.texinfo: Update Emacs version.
9668
9669 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9670
9671 2005-07-06 Richard M. Stallman <rms@gnu.org>
9672
9673 * searching.texi (Regexp Search): Clarify what re-search-forward
9674 does when the search fails.
9675
9676 2005-07-05 Lute Kamstra <lute@gnu.org>
9677
9678 * Update FSF's address in GPL notices.
9679
9680 * doclicense.texi (GNU Free Documentation License):
9681 * gpl.texi (GPL):
9682 * tips.texi (Coding Conventions, Library Headers):
9683 * vol1.texi:
9684 * vol2.texi: Update FSF's address.
9685
9686 2005-07-04 Richard M. Stallman <rms@gnu.org>
9687
9688 * hooks.texi (Standard Hooks): Add occur-hook.
9689
9690 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9691
9692 * display.texi (The Echo Area): Correct menu.
9693
9694 2005-07-03 Richard M. Stallman <rms@gnu.org>
9695
9696 * elisp.texi (Top): Update subnode menu for Display.
9697
9698 * display.texi (Displaying Messages): New node, with most
9699 of what was in The Echo Area.
9700 (Progress): Move under The Echo Area.
9701 (Logging Messages): New node with new text.
9702 (Echo Area Customization): New node, the rest of what was
9703 in The Echo Area. Document message-truncate-lines with @defvar.
9704 (Display): Update menu.
9705
9706 * windows.texi (Textual Scrolling): Doc 3 values for
9707 scroll-preserve-screen-position.
9708
9709 * text.texi (Special Properties): Change hook functions
9710 should bind inhibit-modification-hooks around altering buffer text.
9711
9712 * keymaps.texi (Key Binding Commands): Call binding BINDING
9713 rather than DEFINITION.
9714
9715 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9716
9717 * variables.texi (Defining Variables): `user-variable-p' returns t
9718 for aliases of user options, nil for alias loops.
9719
9720 2005-06-28 Richard M. Stallman <rms@gnu.org>
9721
9722 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9723 make-keymap.
9724
9725 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9726
9727 * variables.texi (Setting Variables): Correct and clarify
9728 description of `add-to-ordered-list'.
9729
9730 2005-06-26 Richard M. Stallman <rms@gnu.org>
9731
9732 * display.texi (Faces): Minor cleanup.
9733
9734 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9735
9736 * display.texi (Faces): `facep' returns t for strings that are
9737 face names.
9738
9739 2005-06-25 Richard M. Stallman <rms@gnu.org>
9740
9741 * objects.texi (Equality Predicates): Clarify meaning of equal.
9742
9743 * windows.texi (Selecting Windows): save-selected-window
9744 and with-selected-window save and restore the current buffer.
9745
9746 2005-06-24 Richard M. Stallman <rms@gnu.org>
9747
9748 * numbers.texi (Float Basics): Explain how to test for NaN,
9749 and printing the sign of NaNs.
9750
9751 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9752
9753 * makefile.w32-in (MAKEINFO): Use --force.
9754
9755 2005-06-23 Richard M. Stallman <rms@gnu.org>
9756
9757 * display.texi (Face Functions): Correct Texinfo usage.
9758
9759 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9760
9761 * lists.texi (Rings): `ring-elements' now returns the elements of
9762 RING in order.
9763
9764 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9765
9766 * markers.texi (The Mark): Texinfo usage fix.
9767
9768 2005-06-23 Kim F. Storm <storm@cua.dk>
9769
9770 * searching.texi (Entire Match Data): Remove evaporate option for
9771 match-data. Do not mention evaporate option for set-match-data.
9772
9773 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9774
9775 * display.texi (Face Functions): Mention face aliases.
9776
9777 2005-06-21 Richard M. Stallman <rms@gnu.org>
9778
9779 * anti.texi (Antinews): Texinfo usage fix.
9780
9781 2005-06-21 Karl Berry <karl@gnu.org>
9782
9783 * elisp.texi: Use @copying.
9784
9785 * elisp.texi: Put @summarycontents and @contents before the Top
9786 node, instead of the end of the file, so that the contents appear
9787 in the right place in the dvi/pdf output.
9788
9789 2005-06-21 Juri Linkov <juri@jurta.org>
9790
9791 * display.texi (Defining Faces): Add `customized-face'.
9792
9793 2005-06-20 Kim F. Storm <storm@cua.dk>
9794
9795 * variables.texi (Setting Variables): Any type of element can be
9796 given order in add-to-ordered-list. Compare elements with eq.
9797
9798 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9799
9800 2005-06-20 Karl Berry <karl@gnu.org>
9801
9802 * syntax.texi (Syntax Flags): Make last column very slightly wider
9803 to avoid "generic comment" breaking on two lines and causing an
9804 underfull box.
9805
9806 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9807
9808 * lists.texi (Rings): Various minor clarifications and corrections.
9809
9810 2005-06-18 Richard M. Stallman <rms@gnu.org>
9811
9812 * functions.texi (Obsolete Functions): Simplify.
9813
9814 * variables.texi (Variable Aliases): Simplify.
9815
9816 * anti.texi, backups.texi, compile.texi, customize.texi:
9817 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9818 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9819 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9820 * variables.texi: Fix formatting ugliness.
9821
9822 * elisp.texi: Add links to Rings and Byte Packing.
9823 Update version and copyright years.
9824
9825 * minibuf.texi: Fix formatting ugliness.
9826 (Completion Commands): Move keymap vars to the end
9827 and vars completing-read binds to the top.
9828
9829 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9830
9831 * processes.texi: Fix typos.
9832 (Bindat Spec): Correct Texinfo error.
9833 (Byte Packing): Fix ungrammatical sentence.
9834
9835 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9836
9837 * lists.texi (Rings): New node.
9838 (Lists): Add it to menu.
9839
9840 * processes.texi (Byte Packing): New node.
9841 (Processes): Add it to menu.
9842
9843 2005-06-17 Richard M. Stallman <rms@gnu.org>
9844
9845 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9846
9847 * help.texi (Documentation Basics): Explain the xref to
9848 Documentation Tips.
9849
9850 * debugging.texi (Debugger Commands): Minor fix.
9851
9852 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9853
9854 * edebug.texi (Instrumenting): Eliminate duplicate link.
9855 (Specification List): Replace references to "below", referring to
9856 a later node, with one @ref to that node.
9857
9858 * os.texi (Timers): Timers should save and restore the match data
9859 if they change it.
9860
9861 * debugging.texi (Debugger Commands): Mention that the Lisp
9862 debugger can not step through primitive functions.
9863
9864 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9865
9866 * functions.texi (Obsolete Functions): Update argument names of
9867 `make-obsolete' and `define-obsolete-function-alias'.
9868
9869 * variables.texi (Variable Aliases): Update argument names of
9870 `defvaralias', `make-obsolete-variable' and
9871 `define-obsolete-variable-alias'.
9872
9873 2005-06-15 Kim F. Storm <storm@cua.dk>
9874
9875 * searching.texi (Entire Match Data): Rephrase warnings about
9876 evaporate arg to match-data and set-match-data.
9877
9878 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9879
9880 * elisp.texi (Top): Update detailed menu.
9881
9882 * edebug.texi (Edebug): Update menu.
9883 (Instrumenting): Update xrefs.
9884 (Edebug Execution Modes): Correct xref.
9885 (Jumping): Clarify description of `h' command.
9886 Eliminate redundant @ref.
9887 (Breaks): New node.
9888 (Breakpoints): Is now a subsubsection.
9889 (Global Break Condition): Mention `C-x X X'.
9890 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9891 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9892 (Edebug Display Update): Correct pxref.
9893 (Edebug and Macros): New node.
9894 (Instrumenting Macro Calls): Is now a subsubsection.
9895 Neither arg of `def-edebug-spec' is evaluated.
9896 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9897 (Specification Examples): Fix typo.
9898
9899 2005-06-14 Lute Kamstra <lute@gnu.org>
9900
9901 * debugging.texi (Function Debugging): Primitives can break on
9902 entry too.
9903
9904 2005-06-14 Kim F. Storm <storm@cua.dk>
9905
9906 * variables.texi (Setting Variables): Add add-to-ordered-list.
9907
9908 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9911 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9912
9913 2005-06-13 Lute Kamstra <lute@gnu.org>
9914
9915 * text.texi (Special Properties): Fix cross reference.
9916
9917 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9918
9919 * debugging.texi (Function Debugging): Delete mention of empty
9920 string argument to `cancel-debug-on-entry'. Delete inaccurate
9921 description of the return value of that command.
9922
9923 2005-06-11 Alan Mackenzie <acm@muc.de>
9924
9925 * text.texi (Adaptive Fill): Amplify the description of
9926 fill-context-prefix.
9927
9928 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9929
9930 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9931
9932 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9935
9936 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9937
9938 * debugging.texi (Error Debugging): Minor rewording.
9939 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9940 is optional.
9941
9942 2005-06-10 Lute Kamstra <lute@gnu.org>
9943
9944 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9945 (Top): Give it a title. Correct version number. Give the
9946 detailed node listing a more prominent header.
9947 * intro.texi: Don't set VERSION here a second time.
9948 Mention Emacs's version too.
9949 * anti.texi (Antinews): Use EMACSVER to refer to the current
9950 version of Emacs.
9951
9952 2005-06-09 Kim F. Storm <storm@cua.dk>
9953
9954 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9955 match-data and set-match-data.
9956
9957 2005-06-08 Richard M. Stallman <rms@gnu.org>
9958
9959 * searching.texi (Entire Match Data): Clarify when match-data
9960 returns markers and when integers.
9961
9962 * display.texi (Defining Faces): Explain that face name should not
9963 end in `-face'.
9964
9965 * modes.texi (Mode Line Data): Minor cleanup.
9966 (Customizing Keywords): Node split out of Search-based Fontification.
9967 Add example of using font-lock-add-keywords from a hook.
9968 Clarify when MODE should be non-nil, and when nil.
9969
9970 2005-06-06 Richard M. Stallman <rms@gnu.org>
9971
9972 * modes.texi (Mode Line Data): Explain what happens when the car
9973 of a list is a void symbol.
9974 (Search-based Fontification): Explain MODE arg to
9975 font-lock-add-keywords and warn about calls from major modes.
9976
9977 2005-06-08 Juri Linkov <juri@jurta.org>
9978
9979 * display.texi (Standard Faces): Add `shadow' face.
9980
9981 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9982
9983 * modes.texi (Major Mode Conventions): A derived mode only needs
9984 to put the call to the parent mode inside `delay-mode-hooks'.
9985
9986 2005-05-29 Richard M. Stallman <rms@gnu.org>
9987
9988 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9989 new, and what that implies. Clarify.
9990
9991 * files.texi (Locating Files): Clean up the text.
9992
9993 * frames.texi (Window Frame Parameters): Document user-size.
9994 Shorten entry for top by referring to left.
9995
9996 2005-05-26 Richard M. Stallman <rms@gnu.org>
9997
9998 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9999 is new, and what the implications are. Other clarifications.
10000
10001 2005-05-24 Richard M. Stallman <rms@gnu.org>
10002
10003 * frames.texi (Dialog Boxes): Minor fixes.
10004
10005 2005-05-25 Masatake YAMATO <jet@gyve.org>
10006
10007 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10008
10009 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10010
10011 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10012 is optional.
10013
10014 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10015
10016 * frames.texi (Dialog Boxes): Describe new optional argument.
10017
10018 2005-05-23 Lute Kamstra <lute@gnu.org>
10019
10020 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10021 syntax-begin-function over font-lock-beginning-of-syntax-function.
10022
10023 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10024
10025 * minibuf.texi (Reading File Names): Update description of
10026 `read-directory-name'.
10027
10028 * modes.texi (Derived Modes): Clarify :group keyword.
10029
10030 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10031
10032 * files.texi (Locating Files): New subsection.
10033 Describe locate-file and executable-find.
10034
10035 2005-05-21 Kevin Ryde <user42@zip.com.au>
10036
10037 * frames.texi (Initial Parameters): Update cross reference to
10038 "Emacs Invocation".
10039
10040 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10041
10042 * keymaps.texi (Active Keymaps): Add anchor.
10043
10044 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10045 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10046 appropriate place.
10047 (Derived Modes): Small clarifications.
10048 (Minor Mode Conventions, Keymaps and Minor Modes):
10049 Replace references to nodes with references to anchors.
10050 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10051 Clarify description of lists whose first element is an integer.
10052 (Mode Line Variables): Add anchor.
10053 (%-Constructs): Clarify description of integer after %.
10054 (Emulating Mode Line): Describe nil value for FACE.
10055
10056 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10057
10058 * modes.texi (Derived Modes): Correct references to non-existing
10059 variable standard-syntax-table.
10060
10061 2005-05-17 Lute Kamstra <lute@gnu.org>
10062
10063 * modes.texi (Defining Minor Modes): Mention the mode hook.
10064
10065 2005-05-15 Kim F. Storm <storm@cua.dk>
10066
10067 * processes.texi (Network): Remove open-network-stream-nowait.
10068 (Network Servers): Remove open-network-stream-server.
10069
10070 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10071
10072 * elisp.texi (Top): Update detailed menu.
10073
10074 * variables.texi: Reorder nodes.
10075 (Variables): Update menu.
10076 (File Local Variables): Do not refer to the `-*-' line as
10077 a "local variables list". Add pxref.
10078
10079 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10080
10081 * elisp.texi (Top): Update detailed menu for node changes.
10082
10083 * modes.texi (Modes): Update Menu.
10084 (Hooks): Move to beginning of chapter.
10085 Most minor modes run mode hooks too.
10086 `add-hook' can handle void hooks or hooks whose value is a single
10087 function.
10088 (Major Modes): Update Menu.
10089 (Major Mode Basics): New node, split off from `Major Modes'.
10090 (Major Mode Conventions): Correct xref. Explain how to handle
10091 auto-mode-alist if the major mode command has an autoload cookie.
10092 (Auto Major Mode): Major update. Add magic-mode-alist.
10093 (Derived Modes): Major update.
10094 (Mode Line Format): Update Menu.
10095 (Mode Line Basics): New node, split off from `Mode Line Format'.
10096
10097 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10098 for `magic autoload comment'. Add index entries and anchor.
10099
10100 2005-05-14 Richard M. Stallman <rms@gnu.org>
10101
10102 * tips.texi (Coding Conventions): Explain how important it is
10103 that just loading certain files not change Emacs behavior.
10104
10105 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10106
10107 2005-05-12 Lute Kamstra <lute@gnu.org>
10108
10109 * modes.texi (Generic Modes): Update.
10110 (Major Modes): Refer to node "Generic Modes".
10111
10112 * elisp.texi (Top): Update to the current structure of the manual.
10113 * processes.texi (Processes): Add menu description.
10114 * customize.texi (Customization): Add menu descriptions.
10115
10116 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10117
10118 * processes.texi (Signals to Processes)
10119 (Low-Level Network): Fix typos.
10120
10121 2005-05-11 Lute Kamstra <lute@gnu.org>
10122
10123 * elisp.texi (Top): Add some nodes from the chapter "Major and
10124 Minor Modes" to the detailed node listing.
10125
10126 2005-05-10 Richard M. Stallman <rms@gnu.org>
10127
10128 * keymaps.texi (Extended Menu Items): Menu item filter functions
10129 can be called at any time.
10130
10131 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10132
10133 * variables.texi (File Local Variables): `(hack-local-variables t)'
10134 now also checks whether a mode is specified in the local variables
10135 list.
10136
10137 2005-05-05 Kevin Ryde <user42@zip.com.au>
10138
10139 * display.texi (The Echo Area): Correct format function cross
10140 reference.
10141
10142 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10143
10144 * variables.texi (Variable Aliases): Change description of
10145 `define-obsolete-variable-alias'.
10146
10147 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10148 (Defining Functions): Add xref.
10149 (Obsolete Functions): New node.
10150 (Function Safety): Standardize capitalization of section title.
10151
10152 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10153 (Dialog Boxes): Complete description of `x-popup-dialog'.
10154
10155 2005-05-04 Richard M. Stallman <rms@gnu.org>
10156
10157 * commands.texi (Interactive Codes): Fix Texinfo usage.
10158 Document U more clearly.
10159
10160 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10161
10162 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10163 function and not a macro.
10164
10165 * frames.texi (Pop-Up Menus): Correct and clarify description of
10166 `x-popup-menu'.
10167 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10168
10169 2005-05-01 Richard M. Stallman <rms@gnu.org>
10170
10171 * edebug.texi (Checking Whether to Stop): Fix previous change.
10172
10173 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10174
10175 * display.texi: Fix typos and Texinfo usage.
10176
10177 * edebug.texi (Checking Whether to Stop): executing-macro ->
10178 executing-kbd-macro.
10179
10180 2005-05-01 Richard M. Stallman <rms@gnu.org>
10181
10182 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10183
10184 2005-04-30 Richard M. Stallman <rms@gnu.org>
10185
10186 * files.texi (Magic File Names): Document `operations' property.
10187
10188 2005-04-29 Lute Kamstra <lute@gnu.org>
10189
10190 * modes.texi (Generic Modes): New node.
10191 (Major Modes): Add it to the menu.
10192 (Derived Modes): Add "derived mode" to concept index.
10193
10194 2005-04-28 Lute Kamstra <lute@gnu.org>
10195
10196 * modes.texi (Defining Minor Modes): Fix previous change.
10197 (Font Lock Mode): Simplify.
10198 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10199 when set and that some parts are optional. Add cross references.
10200 (Search-based Fontification): Say how to specify font-lock-keywords.
10201 Add cross references. Add font-lock-multiline to index.
10202 Move font-lock-keywords-case-fold-search here from node "Other Font
10203 Lock Variables". Document font-lock-add-keywords and
10204 font-lock-remove-keywords.
10205 (Other Font Lock Variables): Move font-lock-keywords-only,
10206 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10207 and font-lock-syntactic-face-function to node "Syntactic Font
10208 Lock". Move font-lock-keywords-case-fold-search to node
10209 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10210 and font-lock-{,un}fontify-{buffer,region}-function.
10211 (Precalculated Fontification): Remove reference to deleted variable
10212 font-lock-core-only.
10213 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10214 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10215 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10216 and font-lock-syntactic-face-function here from node "Other Font
10217 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10218 Syntax Properties". Add cross references.
10219 (Setting Syntax Properties): New node.
10220 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10221 * syntax.texi (Syntax Properties): Add cross reference.
10222 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10223
10224 2005-04-26 Richard M. Stallman <rms@gnu.org>
10225
10226 * display.texi (Defining Faces):
10227 Document `default' elements of defface spec.
10228
10229 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10230
10231 * variables.texi (Variable Aliases): Clarify text.
10232
10233 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10236
10237 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10238
10239 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10240
10241 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10242
10243 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10244 syntax-after and syntax-class.
10245
10246 * files.texi (Changing Files): Fix last change's cross-reference.
10247 (Unique File Names): Don't mention "numbers" in the documentation
10248 of make-temp-file and make-temp-name.
10249
10250 2005-04-23 Richard M. Stallman <rms@gnu.org>
10251
10252 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10253
10254 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10255
10256 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10257
10258 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10259
10260 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10261 and define-obsolete-variable-alias.
10262
10263 2005-04-22 Kim F. Storm <storm@cua.dk>
10264
10265 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10266 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10267
10268 2005-04-21 Lute Kamstra <lute@gnu.org>
10269
10270 * lists.texi (Association Lists): Document rassq-delete-all.
10271
10272 2005-04-19 Richard M. Stallman <rms@gnu.org>
10273
10274 * modes.texi (Search-based Fontification): Explain that
10275 facespec is an expression to be evaluated.
10276
10277 2005-04-19 Kevin Ryde <user42@zip.com.au>
10278
10279 * streams.texi (Output Functions): Fix xref.
10280 * strings.texi (String Conversion): Fix xref.
10281
10282 2005-04-19 Kim F. Storm <storm@cua.dk>
10283
10284 * symbols.texi (Symbol Plists): Add safe-get.
10285 Mention that `get' may signal an error.
10286
10287 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10288
10289 * customize.texi (Variable Definitions): Replace tooltip-mode
10290 example with save-place.
10291
10292 2005-04-17 Richard M. Stallman <rms@gnu.org>
10293
10294 * buffers.texi (Indirect Buffers): Clarify.
10295
10296 * positions.texi (Positions): Clarify converting marker to integer.
10297
10298 * strings.texi (String Basics): Mention string-match; clarify.
10299
10300 2005-04-08 Lute Kamstra <lute@gnu.org>
10301
10302 * modes.texi (Search-based Fontification): Fix cross references.
10303 Use consistent terminology. Document anchored highlighting.
10304
10305 2005-04-05 Lute Kamstra <lute@gnu.org>
10306
10307 * modes.texi (Defining Minor Modes): Document :group keyword
10308 argument and its default value.
10309
10310 2005-04-03 Lute Kamstra <lute@gnu.org>
10311
10312 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10313 references and/or descriptions. Delete major mode hooks; mention
10314 them as a category instead. Rename or delete obsolete hooks.
10315
10316 2005-04-02 Richard M. Stallman <rms@gnu.org>
10317
10318 * nonascii.texi (Coding System Basics): Another wording cleanup.
10319
10320 2005-04-01 Richard M. Stallman <rms@gnu.org>
10321
10322 * nonascii.texi (Coding System Basics): Clarify previous change.
10323
10324 2005-04-01 Kenichi Handa <handa@m17n.org>
10325
10326 * nonascii.texi (Coding System Basics): Describe about roundtrip
10327 identity of coding systems.
10328
10329 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * text.texi (Buffer Contents): Add filter-buffer-substring and
10332 buffer-substring-filters.
10333
10334 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10335
10336 * anti.texi (Antinews): Mention `G' interactive code.
10337
10338 * tips.texi (Compilation Tips): Mention benchmark.el.
10339
10340 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10341
10342 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10343 is now bound to M-o M-o.
10344
10345 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10346
10347 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10348
10349 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10350 in the Emacs Manual).
10351 * Makefile.in (srcs): Remove calendar.texi.
10352 * makefile.w32-in (srcs): Remove calendar.texi.
10353 * display.texi (Display): Change name of next node.
10354 * os.texi (System In): Change name of previous node.
10355 * elisp.texi (Top): Remove Calendar references.
10356 * vol1.texi (Top): Remove Calendar references.
10357 * vol2.texi (Top): Remove Calendar references.
10358
10359 2005-03-25 Richard M. Stallman <rms@gnu.org>
10360
10361 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10362 Cleanup previous change.
10363
10364 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10365
10366 * display.texi (Face Attributes): Faces earlier in an :inherit
10367 list take precedence.
10368 (Scroll Bars): Fix description of vertical-scroll-bars.
10369 Document frame-current-scroll-bars and window-current-scroll-bars.
10370
10371 * markers.texi (The Mark): Document temporary Transient Mark mode.
10372
10373 * minibuf.texi (Reading File Names):
10374 Document read-file-name-completion-ignore-case.
10375
10376 * positions.texi (Screen Lines): Document nil for width argument
10377 to compute-motion.
10378
10379 2005-03-23 Kim F. Storm <storm@cua.dk>
10380
10381 * display.texi (Standard Faces): Other faces used in the fringe
10382 implicitly inherits from the fringe face.
10383 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10384 properties implicitly inherits from fringe face.
10385 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10386
10387 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10388
10389 * display.texi (Invisible Text): State default value of
10390 line-move-ignore-invisible.
10391 (Managing Overlays): Document remove-overlays.
10392 (Standard Faces): Document escape-glyph face.
10393
10394 * minibuf.texi (Reading File Names): Document read-file-name-function.
10395
10396 * modes.texi (Other Font Lock Variables):
10397 Document font-lock-lines-before.
10398
10399 * positions.texi (Skipping Characters): skip-chars-forward allows
10400 character classes.
10401
10402 2005-03-18 Lute Kamstra <lute@gnu.org>
10403
10404 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10405
10406 2005-03-17 Richard M. Stallman <rms@gnu.org>
10407
10408 * text.texi (Undo): Document extensible undo entries.
10409
10410 * searching.texi (String Search, Regexp Search): Cleanups.
10411
10412 * nonascii.texi (Character Codes): Minor fix.
10413
10414 * display.texi (Display Property): Explain the significance
10415 of having text properties that are eq.
10416 (Other Display Specs): Explain string as display spec.
10417
10418 * commands.texi (Interactive Codes): Document G option.
10419
10420 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * text.texi (Filling): Add sentence-end-without-period and
10423 sentence-end-without-space.
10424 (Changing Properties): Minor fix.
10425
10426 * anti.texi: Total rewrite.
10427
10428 2005-03-15 Lute Kamstra <lute@gnu.org>
10429
10430 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10431
10432 2005-03-08 Kim F. Storm <storm@cua.dk>
10433
10434 * display.texi (Specified Space): Property :width is support on
10435 non-graphic terminals, :height is not.
10436
10437 2005-03-07 Richard M. Stallman <rms@gnu.org>
10438
10439 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10440 Now subnodes of Fringes.
10441 (Overlay Arrow): Document overlay-arrow-variable-list.
10442 (Fringe Size/Pos): New node, broken out of Fringes.
10443 (Display): Explain clearing vs redisplay better.
10444 (Truncation): Clarify use of bitmaps.
10445 (The Echo Area): Clarify the uses of the echo area.
10446 Add max-mini-window-height.
10447 (Progress): Clarify.
10448 (Invisible Text): Explain that main loop moves point out.
10449 (Selective Display): Say "hidden", not "invisible".
10450 (Managing Overlays): Move up. Describe relation to Undo here.
10451 (Overlay Properties): Clarify intro.
10452 (Finding Overlays): Explain return values when nothing found.
10453 (Width): truncate-string-to-width has added arg.
10454 (Displaying Faces): Clarify and update mode line face handling.
10455 (Face Functions): Minor cleanup.
10456 (Conditional Display): Merge into Other Display Specs.
10457 (Pixel Specification, Other Display Specs): Minor cleanups.
10458 (Images, Image Descriptors): Minor cleanups.
10459 (GIF Images): Patents have expired.
10460 (Showing Images): Explain default text for insert-image.
10461 (Manipulating Button Types): Merge into Manipulating Buttons.
10462 (Making Buttons): Explain return values.
10463 (Button Buffer Commands): Add xref.
10464 (Inverse Video): Update mode-line-inverse-video.
10465 (Display Table Format): Clarify.
10466 (Active Display Table): Give defaults for window-display-table.
10467
10468 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10469 and calendar-today-marker are strings, not chars.
10470 (Holiday Customizing): Minor fix.
10471
10472 * internals.texi (Writing Emacs Primitives): Update `or' example.
10473 Update limit on # args of subr.
10474
10475 * edebug.texi (Using Edebug): Arrow is in fringe.
10476 (Instrumenting): Arg to eval-defun works without loading edebug.
10477 (Edebug Execution Modes): Add xref.
10478
10479 * customize.texi (Common Keywords): Clarify :require.
10480 Mention :version here.
10481 (Variable Definitions, Group Definitions): Not here.
10482 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10483
10484 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10485 * nonascii.texi (Text Representations): Clarify position-bytes.
10486 (Character Sets): Add list-charset-chars.
10487 (Scanning Charsets): Add charset-after.
10488 (Encoding and I/O): Minor fix.
10489
10490 2005-03-06 Richard M. Stallman <rms@gnu.org>
10491
10492 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10493 (Resizing Windows): Likewise.
10494
10495 * text.texi (Change Hooks): Get rid of "Emacs 21".
10496
10497 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10498
10499 * streams.texi (Output Variables): Get rid of "Emacs 21".
10500
10501 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10502
10503 * os.texi (Translating Input): Replace flow-control example
10504 with a less obsolete example that uses `keyboard-translate'.
10505
10506 * objects.texi (Hash Table Type, Circular Objects):
10507 Get rid of "Emacs 21".
10508
10509 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10510 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10511
10512 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10513
10514 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10515
10516 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10517 (Menu Bar): Fix when menu-bar-update-hook is called.
10518
10519 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10520
10521 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10522 and make it read better.
10523
10524 * files.texi (Writing to Files): Get rid of "Emacs 21".
10525 (Unique File Names): Likewise.
10526
10527 * elisp.texi: Update Emacs version to 22.
10528
10529 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10530 (Overlay Properties, Face Attributes): Likewise.
10531 (Managing Overlays): Fix punctuation.
10532 (Attribute Functions): Clarify set-face-font; get rid of
10533 info about old Emacs versions.
10534 (Auto Faces, Font Lookup, Display Property, Images):
10535 Get rid of "Emacs 21".
10536
10537 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10538
10539 2005-03-05 Richard M. Stallman <rms@gnu.org>
10540
10541 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10542
10543 2005-03-04 Lute Kamstra <lute@gnu.org>
10544
10545 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10546
10547 2005-03-03 Lute Kamstra <lute@gnu.org>
10548
10549 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10550
10551 2005-03-01 Lute Kamstra <lute@gnu.org>
10552
10553 * debugging.texi (Debugger Commands): Update `j'.
10554
10555 2005-02-28 Lute Kamstra <lute@gnu.org>
10556
10557 * debugging.texi (Debugging): Fix typo.
10558 (Error Debugging): Document eval-expression-debug-on-error.
10559 (Function Debugging): Update example.
10560 (Using Debugger): Mention starred stack frames.
10561 (Debugger Commands): Document `j' and `l'.
10562 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10563 Update the messages that the debugger displays.
10564 (Internals of Debugger): Add cross reference. Update example.
10565 (Excess Open): Minor improvement.
10566 (Excess Close): Minor improvement.
10567
10568 2005-02-26 Richard M. Stallman <rms@gnu.org>
10569
10570 * tips.texi (Coding Conventions): Clarify.
10571 Put all the major mode key reservations together.
10572 Mention the Mouse-1 => Mouse-2 conventions.
10573
10574 * syntax.texi (Syntax Class Table): Clarify.
10575 (Syntax Table Functions): syntax-after moved from here.
10576 (Syntax Table Internals): syntax-after moved to here.
10577 (Parsing Expressions): Update info on number of values
10578 and what's meaningful in the STATE argument.
10579 (Categories): Fix typo.
10580
10581 * sequences.texi (Arrays): Cleanup.
10582 (Char-Tables): Clarify.
10583
10584 * processes.texi (Deleting Processes): Cleanups, add xref.
10585 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10586 (Process Information): set-process-coding-system, some args optional.
10587 (Input to Processes): Explain various types for PROCESS args.
10588 Rename them from PROCESS-NAME to PROCESS.
10589 (Signals to Processes): Likewise.
10590 (Decoding Output): Cleanup.
10591 (Query Before Exit): Clarify.
10592
10593 * os.texi (Startup Summary): Correct the options; add missing ones.
10594 (Terminal Output, Batch Mode): Clarify.
10595 (Flow Control): Node deleted.
10596
10597 * markers.texi (The Mark): Clarify.
10598
10599 * macros.texi (Expansion): Cleanup.
10600 (Indenting Macros): indent-spec allows ints, not floats.
10601
10602 * keymaps.texi (Keymaps): Clarify.
10603 (Format of Keymaps): Update lisp-mode-map example.
10604 (Active Keymaps, Key Lookup): Clarify.
10605 (Changing Key Bindings): Add xref to `kbd'.
10606 (Key Binding Commands, Simple Menu Items): Clarify.
10607 (Mouse Menus, Menu Bar): Clarify.
10608 (Menu Example): Replace print example with menu-bar-replace-menu.
10609
10610 * help.texi (Documentation Basics): Add function-documentation prop.
10611
10612 * elisp.texi (Top): Don't refer to Flow Control node.
10613
10614 * commands.texi (Command Overview): Improve xrefs.
10615 (Adjusting Point): Adjusting point applies to intangible and invis.
10616 (Key Sequence Input): Doc extra read-key-sequence args.
10617 Likewise for read-key-sequence-vector.
10618
10619 * backups.texi (Rename or Copy): Minor fix.
10620 (Numbered Backups): For version-control, say the default.
10621 (Auto-Saving): make-auto-save-file-name example is simplified.
10622
10623 * advice.texi (Advising Functions): Don't imply one part of Emacs
10624 should advise another part. Markup changes.
10625 (Defining Advice): Move transitional para.
10626 (Activation of Advice): Cleanup.
10627 Explain if COMPILE is nil or negative.
10628
10629 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10630
10631 2005-02-24 Lute Kamstra <lute@gnu.org>
10632
10633 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10634 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10635
10636 2005-02-23 Lute Kamstra <lute@gnu.org>
10637
10638 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10639 to define global minor modes as well.
10640
10641 * display.texi (Managing Overlays): overlay-buffer returns nil for
10642 deleted overlays.
10643
10644 2005-02-22 Kim F. Storm <storm@cua.dk>
10645
10646 * minibuf.texi (Basic Completion): Allow symbols in addition to
10647 strings in try-completion and all-completions.
10648
10649 2005-02-14 Lute Kamstra <lute@gnu.org>
10650
10651 * elisp.texi (Top): Remove reference to deleted node.
10652
10653 * lists.texi (Lists): Remove reference to deleted node.
10654 (Cons Cells): Fix typo.
10655
10656 * loading.texi (Where Defined): Fix typo.
10657
10658 2005-02-14 Richard M. Stallman <rms@gnu.org>
10659
10660 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10661 is useful for discarding some minor modes.
10662
10663 * symbols.texi (Symbol Components): Reorder examples.
10664
10665 * streams.texi (Input Functions): State standard-input default.
10666 (Output Variables): State standard-output default.
10667
10668 * objects.texi (Printed Representation): Clarify read syntax vs print.
10669 (Floating Point Type): Explain meaning better.
10670 (Symbol Type): Explain uniqueness better.
10671 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10672 List examples sooner.
10673 (Box Diagrams): New subnode broken out.
10674 Some examples moved from old Lists as Boxes node.
10675 (Dotted Pair Notation): Clarify intro.
10676 (Array Type): Clarify.
10677 (Type Predicates): Add hash-table-p.
10678
10679 * numbers.texi (Integer Basics): Clarify radix explanation.
10680 (Predicates on Numbers): Minor clarification.
10681 (Comparison of Numbers): Minor clarification. Clarify eql.
10682 Typos in min, max.
10683 (Math Functions): Clarify overflow in expt.
10684
10685 * minibuf.texi (Text from Minibuffer): Minor clarification.
10686 Mention arrow keys.
10687
10688 * loading.texi (Autoload): defun's doc string overrides autoload's
10689 doc string.
10690 (Repeated Loading): Modernize "add to list" examples.
10691 (Where Defined): Finish updating table of load-history elts.
10692
10693 * lists.texi (List-related Predicates): Minor wording improvement.
10694 (Lists as Boxes): Node deleted.
10695 (Building Lists): Explain trivial cases of number-sequence.
10696
10697 * hash.texi (Hash Tables): Add desc to menu items.
10698 (Creating Hash): Explain "full" means "make larger".
10699 (Hash Access): Any object can be a key.
10700 State value of maphash.
10701
10702 * functions.texi (What Is a Function): Wording cleanup.
10703 (Function Documentation): Minor cleanup.
10704 Explain purpose of calling convention at end of doc string.
10705 (Function Names): Wording cleanup.
10706 (Calling Functions): Wording cleanup.
10707 Explain better how funcall calls the function.
10708 (Function Cells): Delete example of saving and redefining function.
10709
10710 * control.texi (Combining Conditions): Wording cleanup.
10711 (Iteration): dolist and dotimes bind VAR locally.
10712 (Cleanups): Xref to Atomic Changes.
10713
10714 * compile.texi (Byte Compilation): Delete 19.29 info.
10715 (Compilation Functions): Macros' difficulties don't affect defsubst.
10716 (Docs and Compilation): Delete 19.29 info.
10717
10718 2005-02-10 Richard M. Stallman <rms@gnu.org>
10719
10720 * objects.texi (Symbol Type): Minor correction.
10721
10722 2005-02-06 Lute Kamstra <lute@gnu.org>
10723
10724 * modes.texi (Example Major Modes): Fix typos.
10725
10726 2005-02-06 Richard M. Stallman <rms@gnu.org>
10727
10728 * text.texi (Margins): fill-nobreak-predicate can be one function.
10729
10730 * strings.texi (Modifying Strings): clear-string can make unibyte.
10731 (Formatting Strings): format gives error if values missing.
10732
10733 * positions.texi (Character Motion): Mention default arg
10734 for forward-char. backward-char refers to forward-char.
10735 (Word Motion): Mention default arg for forward-word.
10736 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10737 Simplify end-of-buffer.
10738 (Text Lines): Mention default arg for forward-line.
10739 (List Motion): Mention default arg for beginning/end-of-defun.
10740 (Skipping Characters): Minor fixes in explaining character-set.
10741
10742 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10743 Mode inheritance applies only when default-major-mode is nil.
10744 Clarifications.
10745 (Example Major Modes): Update Text mode and Lisp mode examples.
10746 (Minor Mode Conventions): Mention define-minor-mode at top.
10747 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10748 (Mode Line Format): Update mode line face display info.
10749 (Properties in Mode): Mention effect of risky vars.
10750 (Imenu): Define imenu-add-to-menubar.
10751 (Font Lock Mode): Add descriptions to menu lines.
10752 (Faces for Font Lock): Add font-lock-doc-face.
10753
10754 2005-02-05 Lute Kamstra <lute@gnu.org>
10755
10756 * text.texi (Maintaining Undo): Remove obsolete function.
10757
10758 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10759
10760 * frames.texi (Color Names): Add pointer to the X docs about RGB
10761 color specifications. Improve indexing.
10762 (Text Terminal Colors): Replace the description of RGB values by
10763 an xref to "Color Names".
10764
10765 2005-02-03 Richard M. Stallman <rms@gnu.org>
10766
10767 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10768 Clarify.
10769 (Selecting Windows): Clarify save-selected-window.
10770 (Cyclic Window Ordering): Clarify walk-windows.
10771 (Window Point): Clarify.
10772 (Window Start): Add comment to example.
10773 (Resizing Windows): Add `interactive' specs in examples.
10774 Document fit-window-to-buffer.
10775
10776 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10777 (Undo, Maintaining Undo): Clarify last change.
10778 (Sorting): In sort-numeric-fields, explain about octal and hex.
10779 Mention sort-numeric-base.
10780 (Format Properties): Add xref for hard newlines.
10781
10782 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10783 (Pop-Up Menus): Fix typo.
10784 (Color Names): Explain all types of color names.
10785 Explain color-values on B&W terminal.
10786 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10787
10788 * files.texi (File Locks): Not supported on MS systems.
10789 (Testing Accessibility): Clarify.
10790
10791 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10792 (Coverage Testing): Fix typo.
10793
10794 * commands.texi (Misc Events): Remove stray space.
10795
10796 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10797 (Modification Time): Clarify when visited-file-modtime returns 0.
10798 (The Buffer List): Clarify bury-buffer.
10799 (Killing Buffers): Clarify.
10800 (Indirect Buffers): Add clone-indirect-buffer.
10801
10802 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10803
10804 * edebug.texi (Printing in Edebug): Fix default value of
10805 edebug-print-circle.
10806 (Coverage Testing): Fix displayed frequency count data.
10807
10808 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10809
10810 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10811
10812 2005-02-02 Kim F. Storm <storm@cua.dk>
10813
10814 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10815
10816 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10817
10818 * commands.texi (Misc Events): Describe the help-echo event.
10819
10820 * text.texi (Special Properties) <help-echo>: Use `pos'
10821 consistently in description of the help-echo property.
10822 Use @code{nil} instead of @var{nil}.
10823
10824 * display.texi (Overlay Properties): Fix the index entry for
10825 help-echo overlay property.
10826
10827 * customize.texi (Type Keywords): Uncomment the xref to the
10828 help-echo property documentation.
10829
10830 2005-01-23 Kim F. Storm <storm@cua.dk>
10831
10832 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10833 return value. Third element FULLY replaced by PARTIAL which
10834 specifies number of invisible pixels if row is only partially visible.
10835 (Textual Scrolling): Mention auto-window-vscroll.
10836 (Vertical Scrolling): New defvar auto-window-vscroll.
10837
10838 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10839
10840 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10841 command remapping.
10842
10843 2005-01-15 Richard M. Stallman <rms@gnu.org>
10844
10845 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10846
10847 2005-01-14 Kim F. Storm <storm@cua.dk>
10848
10849 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10850
10851 * text.texi (Links and Mouse-1): Fix string and vector item.
10852
10853 2005-01-13 Richard M. Stallman <rms@gnu.org>
10854
10855 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10856 descriptions of overriding-local-map and overriding-terminal-local-map.
10857
10858 * text.texi (Links and Mouse-1): Clarify text.
10859
10860 2005-01-13 Kim F. Storm <storm@cua.dk>
10861
10862 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10863
10864 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10865
10866 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10867
10868 2005-01-12 Kim F. Storm <storm@cua.dk>
10869
10870 * text.texi (Links and Mouse-1): Rename section from Enabling
10871 Mouse-1 to Following Links. Change xrefs.
10872 Add examples for define-button-type and define-widget.
10873
10874 * display.texi (Button Properties, Button Buffer Commands):
10875 Clarify mouse-1 and follow-link functionality.
10876
10877 2005-01-12 Richard M. Stallman <rms@gnu.org>
10878
10879 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10880
10881 * display.texi (Beeping): Fix Texinfo usage.
10882
10883 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10884
10885 2005-01-11 Kim F. Storm <storm@cua.dk>
10886
10887 * display.texi (Button Properties, Button Buffer Commands):
10888 Mention mouse-1 binding. Add follow-link keyword.
10889
10890 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10891 (Enabling Mouse-1 to Follow Links): New subsection.
10892
10893 2005-01-06 Richard M. Stallman <rms@gnu.org>
10894
10895 * text.texi (Special Properties): Minor change.
10896
10897 * os.texi (Timers): Clarify previous change.
10898
10899 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10900
10901 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10902
10903 * display.texi (Face Attributes): Correct xref to renamed node.
10904
10905 2005-01-01 Richard M. Stallman <rms@gnu.org>
10906
10907 * display.texi (Face Attributes): Describe hex color specs.
10908
10909 2004-12-31 Richard M. Stallman <rms@gnu.org>
10910
10911 * os.texi (Timers): Update previous change.
10912
10913 2004-12-30 Kim F. Storm <storm@cua.dk>
10914
10915 * display.texi (Line Height): Total line-height is now specified
10916 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10917 in cons cells. (nil . RATIO) is relative to actual line height.
10918 Use line-height `t' instead of `0' to get minimum height.
10919
10920 2004-12-29 Richard M. Stallman <rms@gnu.org>
10921
10922 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10923
10924 2004-12-28 Richard M. Stallman <rms@gnu.org>
10925
10926 * commands.texi (Quitting): Clarify value of with-local-quit.
10927
10928 * elisp.texi (Top): Fix previous change.
10929
10930 * loading.texi (Loading): Fix previous change.
10931
10932 2004-12-27 Richard M. Stallman <rms@gnu.org>
10933
10934 * Makefile.in (MAKEINFO): Specify --force.
10935
10936 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10937
10938 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10939
10940 * display.texi (Line Height): Further clarify.
10941
10942 * elisp.texi (Top): Update Loading submenu.
10943
10944 * loading.texi (Where Defined): New node.
10945 (Unloading): load-history moved to Where Defined.
10946
10947 2004-12-21 Richard M. Stallman <rms@gnu.org>
10948
10949 * commands.texi (Event Input Misc): Add while-no-input.
10950
10951 2004-12-11 Richard M. Stallman <rms@gnu.org>
10952
10953 * display.texi (Line Height): Rewrite text for clarity.
10954
10955 2004-12-11 Kim F. Storm <storm@cua.dk>
10956
10957 * display.texi (Display): Add node "Line Height" to menu.
10958 (Line Height): New node. Move full description of line-spacing
10959 and line-height text properties here from text.texi.
10960 (Scroll Bars): Add vertical-scroll-bar variable.
10961
10962 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10963
10964 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10965 line-spacing and vertical-scroll-bar.
10966
10967 * text.texi (Special Properties): Just mention line-spacing and
10968 line-height here, add xref to new "Line Height" node.
10969
10970 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10971
10972 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10973
10974 * locals.texi (Standard Buffer-Local Variables):
10975 Add @xref for `line-spacing'.
10976
10977 2004-12-05 Richard M. Stallman <rms@gnu.org>
10978
10979 * Makefile.in (maintainer-clean): Remove the info files
10980 in $(infodir) where they are created.
10981
10982 2004-12-03 Richard M. Stallman <rms@gnu.org>
10983
10984 * windows.texi (Selecting Windows): get-lru-window and
10985 get-largest-window don't consider dedicated windows.
10986
10987 * text.texi (Undo): Document undo-in-progress.
10988
10989 2004-11-26 Richard M. Stallman <rms@gnu.org>
10990
10991 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10992 Remove a few vars that are not always buffer-local.
10993
10994 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10995
10996 * locals.texi (Standard Buffer-Local Variables): Comment out
10997 xref's to non-existent node `Yet to be written'.
10998
10999 2004-11-24 Richard M. Stallman <rms@gnu.org>
11000
11001 * processes.texi (Synchronous Processes): Grammar fix.
11002
11003 * numbers.texi (Comparison of Numbers): Add eql.
11004
11005 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11006
11007 * intro.texi (Printing Notation): Fix previous change.
11008
11009 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11010 and default-indicate-buffer-boundaries from here.
11011 (Usual Display): To here.
11012 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11013 (Usual Display): Move tab-width up.
11014
11015 * customize.texi (Variable Definitions):
11016 Replace show-paren-mode example with tooltip-mode.
11017 (Simple Types, Composite Types, Defining New Types):
11018 Minor cleanups.
11019
11020 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11021
11022 * processes.texi (Synchronous Processes, Output from Processes):
11023 Markup fix.
11024
11025 2004-11-20 Richard M. Stallman <rms@gnu.org>
11026
11027 * positions.texi (Skipping Characters): skip-chars-forward
11028 now handles char classes.
11029
11030 * intro.texi (Printing Notation): Avoid confusion of `print'
11031 when explaining @print.
11032
11033 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11034
11035 * display.texi (Display Table Format): Minor fix.
11036
11037 * streams.texi (Output Functions): Fix print example.
11038
11039 * Makefile.in (elisp): New target.
11040 (dist): Depend on $(infodir)/elisp, not elisp.
11041 Copy the info files from $(infodir).
11042
11043 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11044 read-from-minibuffer.
11045
11046 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11047
11048 2004-11-19 Richard M. Stallman <rms@gnu.org>
11049
11050 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11051
11052 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11053
11054 * tips.texi (Coding Conventions): Fix typo.
11055
11056 2004-11-16 Richard M. Stallman <rms@gnu.org>
11057
11058 * tips.texi (Coding Conventions): Separate defvar and require
11059 methods to avoid warnings. Use require only when there are many
11060 functions and variables from that package.
11061
11062 * minibuf.texi (Minibuffer Completion): When ignoring case,
11063 predicate must not be case-sensitive.
11064
11065 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11066 (Test Coverage): Don't talk about "splotches". Clarified.
11067
11068 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11069
11070 * frames.texi (Window Frame Parameters): Fix typo.
11071
11072 2004-11-15 Kim F. Storm <storm@cua.dk>
11073
11074 * symbols.texi (Other Plists): Note that plist-get may signal error.
11075 Add safe-plist-get.
11076
11077 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11078
11079 * modes.texi (Font Lock Basics): Fix typo.
11080
11081 2004-11-08 Richard M. Stallman <rms@gnu.org>
11082
11083 * syntax.texi (Syntax Table Functions): Add syntax-after.
11084
11085 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11086
11087 * os.texi (Processor Run Time): New section documenting
11088 get-internal-run-time.
11089
11090 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11091
11092 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11093 it nukes elisp-cover.texi.
11094 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11095 elisp-0 etc.
11096
11097 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11098
11099 * commands.texi (Keyboard Macros): Document `append' return value
11100 of `defining-kbd-macro'.
11101
11102 2004-11-01 Richard M. Stallman <rms@gnu.org>
11103
11104 * commands.texi (Interactive Call): Add called-interactively-p.
11105
11106 2004-10-29 Simon Josefsson <jas@extundo.com>
11107
11108 * minibuf.texi (Reading a Password): Revert.
11109
11110 2004-10-28 Richard M. Stallman <rms@gnu.org>
11111
11112 * frames.texi (Display Feature Testing): Explain about "vendor".
11113
11114 2004-10-27 Richard M. Stallman <rms@gnu.org>
11115
11116 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11117 not raw. Clarify `n'.
11118 (Interactive Call): Rewrite interactive-p, focusing on when
11119 and how to use it.
11120 (Misc Events): Clarify previous change.
11121
11122 * advice.texi (Simple Advice): Clarify what job the example does.
11123 (Around-Advice): Clarify ad-do-it.
11124 (Activation of Advice): An option of ad-default-compilation-action
11125 is `never', not `nil'.
11126
11127 2004-10-26 Kim F. Storm <storm@cua.dk>
11128
11129 * commands.texi (Interactive Codes): Add U code letter.
11130
11131 2004-10-25 Simon Josefsson <jas@extundo.com>
11132
11133 * minibuf.texi (Reading a Password): Add.
11134
11135 2004-10-24 Jason Rumney <jasonr@gnu.org>
11136
11137 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11138 and wheel-down.
11139
11140 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11141
11142 * processes.texi (Synchronous Processes): Document process-file.
11143
11144 2004-10-22 Kenichi Handa <handa@m17n.org>
11145
11146 * text.texi (translate-region): Document that it accepts also a
11147 char-table.
11148
11149 2004-10-22 David Ponce <david@dponce.com>
11150
11151 * windows.texi (Resizing Windows): Document the `preserve-before'
11152 argument of the functions `enlarge-window' and `shrink-window'.
11153
11154 2004-10-19 Jason Rumney <jasonr@gnu.org>
11155
11156 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11157
11158 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11159
11160 * text.texi (Filling): Add anchor for definition of
11161 `sentence-end-double-space'.
11162
11163 * searching.texi (Regexp Example): Update description of how
11164 Emacs currently recognizes the end of a sentence.
11165 (Standard Regexps): Update definition of the variable
11166 `sentence-end'. Add definition of the function `sentence-end'.
11167
11168 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11169
11170 * display.texi (Progress): New node.
11171
11172 2004-10-05 Kim F. Storm <storm@cua.dk>
11173
11174 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11175
11176 2004-09-29 Kim F. Storm <storm@cua.dk>
11177
11178 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11179 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11180 fringe bitmap symbols, as they now have their own namespace.
11181 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11182 vs. pixels. Signal error if no free bitmap slots.
11183 (Pixel Specification): Change IMAGE to @var{image}.
11184
11185 2004-09-28 Richard M. Stallman <rms@gnu.org>
11186
11187 * text.texi (Special Properties): Clarify line-spacing and line-height.
11188
11189 * searching.texi (Regexp Search): Add looking-back.
11190
11191 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11192
11193 * display.texi: Correct typos.
11194 (Image Descriptors): Correct xref's.
11195
11196 2004-09-25 Richard M. Stallman <rms@gnu.org>
11197
11198 * text.texi (Special Properties): Cleanups in `cursor'.
11199 Rewrites in `line-height' and `line-spacing'; exchange them.
11200
11201 * display.texi (Fringes): Rewrite previous change.
11202 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11203 (Display Fringe Bitmaps): Node deleted, text moved.
11204 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11205 (Scroll Bars): Clarify set-window-scroll-bars.
11206 (Pointer Shape): Rewrite.
11207 (Specified Space): Clarify :align-to, etc.
11208 (Pixel Specification): Use @var. Clarify new text.
11209 (Other Display Specs): Clarify `slice'.
11210 (Image Descriptors): Cleanups.
11211 (Showing Images): Cleanups.
11212
11213 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11214
11215 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11216
11217 * modes.texi: Various minor changes in addition to:
11218 (Major Mode Conventions): Final call to `run-mode-hooks' should
11219 not be inside the `delay-mode-hooks' form.
11220 (Mode Hooks): New node.
11221 (Hooks): Delete obsolete example.
11222 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11223 node "Mode Hooks".
11224
11225 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11226
11227 * display.texi: Correct various typos.
11228 (Display): Rename node "Pointer Shapes" to "Pointer
11229 Shape". (There is already a node called "Pointer Shapes" in
11230 frames.texi.)
11231 (Images): Remove non-existent node "Image Slices" from menu.
11232
11233 2004-09-23 Kim F. Storm <storm@cua.dk>
11234
11235 * text.texi (Special Properties): Add `cursor', `pointer',
11236 `line-height', and `line-spacing' properties.
11237
11238 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11239 Shapes' to menu.
11240 (Standard Faces): Doc fix for fringe face.
11241 (Fringes): Add `overflow-newline-into-fringe' and
11242 'indicate-buffer-boundaries'.
11243 (Fringe Bitmaps, Pointer Shapes): New nodes.
11244 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11245 Bitmaps' to menu.
11246 (Specified Space): Describe pixel width and height.
11247 (Pixel Specification): New node.
11248 (Other Display Specs): Add `slice' property.
11249 (Display Fringe Bitmaps): New node.
11250 (Images): Add 'Image Slices' to menu.
11251 (Image Descriptors): Add `:pointer' and `:map' properties.
11252 (Showing Images): Add slice arg to `insert-image'.
11253 Add 'insert-sliced-image'.
11254
11255 2004-09-20 Richard M. Stallman <rms@gnu.org>
11256
11257 * commands.texi (Key Sequence Input):
11258 Clarify downcasing in read-key-sequence.
11259
11260 2004-09-08 Juri Linkov <juri@jurta.org>
11261
11262 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11263
11264 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11265
11266 * locals.texi (Standard Buffer-Local Variables):
11267 Add `buffer-auto-save-file-format'.
11268 * internals.texi (Buffer Internals): Describe new
11269 auto_save_file_format field of the buffer structure.
11270 * files.texi (Format Conversion): `auto-save-file-format' has been
11271 renamed `buffer-auto-save-file-format'.
11272
11273 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11274
11275 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11276 an integer or a marker.
11277 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11278
11279 2004-08-22 Richard M. Stallman <rms@gnu.org>
11280
11281 * modes.texi (Major Mode Conventions): Discuss rebinding of
11282 standard key bindings.
11283
11284 2004-08-18 Kim F. Storm <storm@cua.dk>
11285
11286 * processes.texi (Accepting Output): Add `just-this-one' arg to
11287 `accept-process-output'.
11288 (Output from Processes): New var `process-adaptive-read-buffering'.
11289
11290 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11291
11292 * keymaps.texi: Various changes in addition to:
11293 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11294 Give more varied examples for `kbd'.
11295 (Creating Keymaps): Char tables have slots for all characters
11296 without modifiers.
11297 (Active Keymaps): `overriding-local-map' and
11298 `overriding-terminal-local-map' also override text property and
11299 overlay keymaps.
11300 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11301 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11302 to denote a prefix of no events.
11303 `map-keymap' includes parent's bindings _recursively_.
11304 Clarify and correct description of `where-is-internal'.
11305 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11306 (Menu Example): For menus intended for use with the keyboard, the
11307 menu items should be bound to characters or real function keys.
11308
11309 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11310
11311 * objects.texi (Character Type): Reposition `@anchor' to prevent
11312 double space inside sentence in Info.
11313
11314 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11315 renamed to `disabled-command-function'.
11316 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11317 (Command Loop Info): Replace reference to it.
11318 (Disabling Commands): `disabled-command-hook' has been renamed to
11319 `disabled-command-function'.
11320
11321 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11322
11323 * os.texi (Translating Input): Only non-prefix bindings in
11324 `key-translation-map' override actual key bindings. Warn about
11325 possible indirect effect of actual key bindings on non-prefix
11326 bindings in `key-translation-map'.
11327
11328 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11329
11330 * minibuf.texi (High-Level Completion): Add anchor for definition
11331 of `read-variable'.
11332
11333 * commands.texi: Various changes in addition to:
11334 (Using Interactive): Clarify description of `interactive-form'.
11335 (Interactive Call): Mention default for KEYS argument to
11336 `call-interactively'.
11337 (Command Loop Info): Clarify description of `this-command-keys'.
11338 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11339 Value of `last-event-frame' can be `macro'.
11340 (Repeat Events): `double-click-fuzz' is also used to distinguish
11341 clicks and drags.
11342 (Classifying Events): Clarify descriptions of `event-modifiers'
11343 `event-basic-type' and `event-convert-list'.
11344 (Accessing Events): `posn-timestamp' takes POSITION argument.
11345 (Quoted Character Input): Clarify description of
11346 `read-quoted-char' and fix example.
11347 (Quitting): Add `with-local-quit'.
11348 (Disabling Commands): Correct and clarify descriptions of
11349 `enable-command' and `disable-command'.
11350 Mention what happens if `disabled-command-hook' is nil.
11351 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11352 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11353
11354 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11355
11356 * frames.texi: Various changes in addition to:
11357 (Creating Frames): Expand and clarify description of `make-frame'.
11358 (Window Frame Parameters): Either none or both of the `icon-left'
11359 and `icon-top' parameters must be specified. Put descriptions of
11360 `menu-bar-lines' and `toolbar-lines' closer together and change
11361 them accordingly.
11362 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11363 except while processing `frame-title-format' or `icon-title-format'.
11364 (Deleting Frames): Correct description of `delete-frame'.
11365 Non-nil return values of `frame-live-p' are like those of `framep'.
11366 (Frames and Windows): Mention return value of
11367 `set-frame-selected-window'.
11368 (Visibility of Frames): Mention `force' argument to
11369 `make-frame-invisible'. `frame-visible-p' returns t for all
11370 frames on text-only terminals.
11371 (Frame Configurations): Restoring a frame configuration does not
11372 restore deleted frames.
11373 (Window System Selections): `x-set-selection' returns DATA.
11374 (Resources): Add example.
11375 (Display Feature Testing): Clarify descriptions of
11376 `display-pixel-height', `display-pixel-width', `x-server-version'
11377 and `x-server-vendor'.
11378
11379 * windows.texi (Choosing Window): Add anchor.
11380 * minibuf.texi (Minibuffer Misc): Add anchor.
11381
11382 2004-07-23 John Paul Wallington <jpw@gnu.org>
11383
11384 * macros.texi (Defining Macros): Declaration keyword for setting
11385 Edebug spec is `debug' not `edebug'.
11386
11387 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11388
11389 * windows.texi: Various small changes in addition to:
11390 (Window Point): Mention return value of `set-window-point'.
11391 (Window Start): `pos-visible-in-window-p' disregards horizontal
11392 scrolling. Explain return value if PARTIALLY is non-nil.
11393 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11394 and `set-window-vscroll'.
11395 (Size of Window): The argument WINDOW to `window-inside-edges',
11396 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11397 (Resizing Windows): Explain return value of
11398 `shrink-window-if-larger-than-buffer'.
11399 `window-size-fixed' automatically becomes buffer local when set.
11400 (Window Configurations): Explain return value of
11401 `set-window-configuration'.
11402
11403 * minibuf.texi (Minibuffer Misc): Add anchor for
11404 `minibuffer-scroll-window'.
11405
11406 * positions.texi (Text Lines): Add anchor for `count-lines'.
11407
11408 2004-07-17 Richard M. Stallman <rms@gnu.org>
11409
11410 * display.texi (Overlay Properties): Adding `evaporate' prop
11411 deletes empty overlay immediately.
11412
11413 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11414 fix example.
11415
11416 2004-07-16 Jim Blandy <jimb@redhat.com>
11417
11418 * searching.texi (Regexp Backslash): Document new \_< and \_>
11419 operators.
11420
11421 2004-07-16 Juanma Barranquero <lektu@terra.es>
11422
11423 * display.texi (Images): Fix Texinfo usage.
11424
11425 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11426
11427 * buffers.texi (Modification Time): `visited-file-modtime' now
11428 returns a list of two integers, instead of a cons.
11429
11430 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11431
11432 * windows.texi: Various changes in addition to:
11433 (Splitting Windows): Add `split-window-keep-point'.
11434
11435 2004-07-09 Richard M. Stallman <rms@gnu.org>
11436
11437 * frames.texi (Input Focus): Minor fix.
11438
11439 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11440
11441 * frames.texi (Input Focus): Clarify descriptions of
11442 `select-frame-set-input-focus' and `select-frame'.
11443
11444 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11445
11446 * os.texi: Various small changes in addition to:
11447 (Killing Emacs): Expand and clarify description of
11448 `kill-emacs-query-functions' and `kill-emacs-hook'.
11449 (System Environment): Expand and clarify description of `getenv'
11450 and `setenv'.
11451 (Timers): Clarify description of `run-at-time'.
11452 (Translating Input): Correct description of
11453 `extra-keyboard-modifiers'.
11454 (Flow Control): Correct description of `enable-flow-control'.
11455
11456 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11457
11458 * os.texi: Update copyright.
11459 (Session Management): Grammar fix.
11460 Clarify which Emacs does the restarting.
11461 Use @samp for *scratch* buffer.
11462
11463 2004-07-04 Alan Mackenzie <acm@muc.de>
11464
11465 * frames.texi (Input Focus): Add documentation for
11466 `select-frame-set-input-focus'. Replace refs to non-existent
11467 `switch-frame' with `select-frame'. Minor corrections and tidying
11468 up of text-only terminal stuff.
11469
11470 2004-07-02 Richard M. Stallman <rms@gnu.org>
11471
11472 * files.texi (Saving Buffers): Cleanup write-contents-function.
11473 (Magic File Names): Cleanup file-remote-p.
11474
11475 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11476
11477 * files.texi (Magic File Names): `file-remote-p' returns an
11478 identifier of the remote system, not just t.
11479
11480 2004-07-02 David Kastrup <dak@gnu.org>
11481
11482 * searching.texi (Entire Match Data): Add explanation about new
11483 match-data behavior when @var{integers} is non-nil.
11484
11485 2004-06-24 Richard M. Stallman <rms@gnu.org>
11486
11487 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11488
11489 * customize.texi (Variable Definitions): Note about doc strings
11490 and :set.
11491
11492 * keymaps.texi (Keymap Terminology): Document `kbd'.
11493 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11494
11495 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11496 makes it buffer-local.
11497
11498 * files.texi (Saving Buffers): Correct previous change.
11499
11500 * commands.texi (Accessing Events):
11501 Clarify posn-col-row and posn-actual-col-row.
11502
11503 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11504
11505 * commands.texi (Accessing Events): New functions
11506 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11507
11508 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11509
11510 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11511 * frames.texi, buffers.texi, backups.texi, variables.texi:
11512 * loading.texi, eval.texi, functions.texi, control.texi:
11513 * symbols.texi, minibuf.texi: Reposition @anchor's.
11514
11515 * help.texi: Various small changes in addition to the following.
11516 (Describing Characters): Describe PREFIX argument to
11517 `key-description'. Correct and clarify definition of
11518 `text-char-description'. Describe NEED-VECTOR argument to
11519 `read-kbd-macro'.
11520 (Help Functions): Clarify definition of `apropos'.
11521
11522 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11523
11524 * files.texi (Saving Buffers): Correct description of
11525 `write-contents-functions'.
11526
11527 2004-06-21 Juanma Barranquero <lektu@terra.es>
11528
11529 * display.texi (Images): Remove redundant @vindex directives.
11530 Rewrite `image-library-alist' doc in active voice.
11531
11532 2004-06-14 Juanma Barranquero <lektu@terra.es>
11533
11534 * display.texi (Images): Document new delayed library loading,
11535 variable `image-library-alist' and (existing but undocumented)
11536 function `image-type-available-p'.
11537
11538 2004-06-05 Richard M. Stallman <rms@gnu.org>
11539
11540 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11541 refer the user to the Initial Input node.
11542 (Text from Minibuffer): Likewise.
11543 (Initial Input): New node. Document this feature
11544 and say it is mostly deprecated.
11545
11546 2004-05-30 Richard M. Stallman <rms@gnu.org>
11547
11548 * loading.texi (Named Features): Clarify return value
11549 and meaning of NOERROR.
11550
11551 * variables.texi (File Local Variables): Minor cleanup.
11552
11553 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11554
11555 * files.texi (Magic File Names): Add `file-remote-p' as operation
11556 of file name handlers.
11557
11558 2004-05-29 Richard M. Stallman <rms@gnu.org>
11559
11560 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11561 as arg to a minor mode command.
11562
11563 2004-05-22 Richard M. Stallman <rms@gnu.org>
11564
11565 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11566
11567 * streams.texi (Output Variables): Doc float-output-format.
11568
11569 * searching.texi (Regexp Special): Nested repetition can be infloop.
11570
11571 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11572 real stack overflow.
11573
11574 * compile.texi: Minor cleanups.
11575
11576 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11577
11578 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11579 circular lists.
11580 (List Elements): Explain handling of circular and dotted lists.
11581
11582 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11583
11584 * modes.texi (Search-based Fontification): Fix typo.
11585
11586 2004-05-10 Juanma Barranquero <lektu@terra.es>
11587
11588 * modes.texi (Mode Line Variables): Fix description of
11589 global-mode-string, which is now after which-func-mode, not the
11590 buffer name.
11591
11592 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11593
11594 * modes.texi (Desktop Save Mode): Add.
11595 (Modes): Add menu entry Desktop Save Mode.
11596
11597 * hooks.texi: Add desktop-after-read-hook,
11598 desktop-no-desktop-file-hook and desktop-save-hook.
11599
11600 * locals.texi: Add desktop-save-buffer.
11601
11602 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11603
11604 * display.texi: emacs -> Emacs.
11605
11606 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11607
11608 * files.texi (Changing Files): Document set-file-times.
11609
11610 2004-04-23 Juanma Barranquero <lektu@terra.es>
11611
11612 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11613
11614 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11615
11616 * tips.texi (Coding Conventions): defopt -> defcustom.
11617
11618 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11619
11620 * sequences.texi: Various clarifications.
11621
11622 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11623
11624 * buffers.texi (Read Only Buffers): Mention optional ARG to
11625 `toggle-read-only'.
11626
11627 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11628
11629 * windows.texi (Selecting Windows): Note that get-lru-window
11630 returns a full-width window if possible.
11631
11632 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11633
11634 * buffers.texi: Various changes in addition to:
11635 (Buffer File Name): Add `find-buffer-visiting'.
11636 (Buffer Modification): Mention optional ARG to `not-modified'.
11637 (Indirect Buffers): Mention optional CLONE argument to
11638 `make-indirect-buffer'.
11639
11640 * files.texi: Various changes in addition to:
11641 (Visiting Functions): `find-file-hook' is now a normal hook.
11642 (File Name Expansion): Explain difference between the way that
11643 `expand-file-name' and `file-truename' treat `..'.
11644 (Contents of Directories): Mention optional ID-FORMAT argument to
11645 `directory-files-and-attributes'.
11646 (Format Conversion): Mention new optional CONFIRM argument to
11647 `format-write-file'.
11648
11649 2004-04-12 Miles Bader <miles@gnu.org>
11650
11651 * macros.texi (Expansion): Add description of `macroexpand-all'.
11652
11653 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11654
11655 * variables.texi (Variable Aliases):
11656 Mention cyclic-variable-indirection.
11657
11658 * errors.texi (Standard Errors): Ditto.
11659
11660 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11661
11662 * backups.texi: Various small changes in addition to:
11663 (Making Backups): Mention return value of `backup-buffer'.
11664 (Auto-Saving): Mention optional FORCE argument to
11665 `delete-auto-save-file-if-necessary'.
11666 (Reverting): Mention optional PRESERVE-MODES argument to
11667 `revert-buffer'. Correct description of `revert-buffer-function'.
11668
11669 2004-03-22 Juri Linkov <juri@jurta.org>
11670
11671 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11672 with `Vector Functions'.
11673
11674 * text.texi (Sorting): Add missing quote.
11675
11676 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11677
11678 * intro.texi (Lisp History): Replace xref to `cl' manual with
11679 inforef.
11680
11681 2004-03-12 Richard M. Stallman <rms@gnu.org>
11682
11683 * intro.texi (Version Info): Add arg to emacs-version.
11684 (Lisp History): Change xref to CL manual.
11685
11686 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11687
11688 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11689 for Partial Completion mode.
11690
11691 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11692
11693 * customize.texi: Fix typo. Remove eol whitespace.
11694
11695 2004-03-04 Richard M. Stallman <rms@gnu.org>
11696
11697 * processes.texi: Fix typos.
11698
11699 * lists.texi (Building Lists): Minor clarification.
11700
11701 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11702 in make-hash-table.
11703
11704 2004-02-29 Juanma Barranquero <lektu@terra.es>
11705
11706 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11707 rm, and ignore exit code.
11708
11709 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11710
11711 * display.texi (Defining Faces): Add description for min-colors.
11712 Update example.
11713
11714 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11715
11716 * abbrevs.texi: Various corrections and clarifications in addition
11717 to the following:
11718 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11719
11720 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11721
11722 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11723
11724 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11725
11726 * text.texi: Various small changes in addition to the following:
11727 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11728 to delete-horizontal-space.
11729 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11730 description of yank-handler text property at various places.
11731
11732 * frames.texi (Window System Selections): Add anchor.
11733
11734 * syntax.texi (Syntax Table Functions): Clarify and correct
11735 descriptions of make-syntax-table and copy-syntax-table.
11736 (Motion and Syntax): Clarify SYNTAXES argument to
11737 skip-syntax-forward.
11738 (Parsing Expressions): Mention that the return value of
11739 parse-partial-sexp is currently a list of ten rather than nine
11740 elements.
11741 (Categories): Various corrections and clarifications.
11742
11743 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * markers.texi (Marker Insertion Types): Minor change.
11746
11747 * locals.texi (Standard Buffer-Local Variables):
11748 * commands.texi (Interactive Codes, Using Interactive):
11749 * functions.texi (Related Topics): Fix xrefs.
11750
11751 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11752
11753 * lists.texi (Sets And Lists): Update description of delete-dups.
11754
11755 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11756
11757 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11758
11759 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11760
11761 * frames.texi (Parameter Access): frame-parameters arg is optional.
11762 modify-frame-parameters handles nil for FRAME.
11763 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11764 are all-or-nothing for certain toolkits.
11765 Mention parameter wait-for-wm.
11766 (Frames and Windows): In frame-first-window and frame-selected-window
11767 the arg is optional.
11768 (Input Focus): In redirect-frame-focus the second arg is optional.
11769 (Window System Selections): Mention selection type CLIPBOARD.
11770 Mention data-type UTF8_STRING.
11771 Mention numbering of cut buffers.
11772 (Resources): Describe x-resource-name.
11773
11774 2004-02-16 Richard M. Stallman <rms@gnu.org>
11775
11776 * windows.texi (Buffers and Windows): Delete false table
11777 about all-frames.
11778
11779 * syntax.texi (Parsing Expressions): Delete old caveat
11780 about parse-sexp-ignore-comments.
11781
11782 * streams.texi (Output Variables): Add print-quoted.
11783
11784 * lists.texi (Building Lists): Minor cleanup.
11785
11786 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11787
11788 * display.texi (Overlays): Explain overlays use markers.
11789 (Managing Overlays): Explain front-advance and rear-advance
11790 in more detail.
11791
11792 * loading.texi (Unloading): Document unload-feature-special-hooks.
11793 Get rid of fns-NNN.el file.
11794
11795 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11796
11797 * help.texi (Describing Characters): Fix text-char-description
11798 example output.
11799
11800 * edebug.texi (Using Edebug): Fix example.
11801
11802 * debugging.texi (Internals of Debugger): Fix return value.
11803
11804 * files.texi (Changing Files): Fix argname.
11805
11806 * calendar.texi: Fix parens, and default values.
11807
11808 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11809 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11810 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11811
11812 * positions.texi (Text Lines): Don't add -1 in current-line.
11813
11814 2004-02-16 Richard M. Stallman <rms@gnu.org>
11815
11816 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11817
11818 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11819
11820 * processes.texi (Low-Level Network): Fix a typo.
11821
11822 2004-02-12 Kim F. Storm <storm@cua.dk>
11823
11824 * display.texi (Fringes): Use consistent wording.
11825 Note that window-fringe's window arg is optional.
11826 (Scroll Bars): Use consistent wording.
11827
11828 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11829
11830 * tips.texi (Comment Tips): Document the new conventions for
11831 commenting out code.
11832
11833 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11834
11835 * positions.texi (Text Lines): Add missing end defun.
11836
11837 2004-02-07 Kim F. Storm <storm@cua.dk>
11838
11839 * positions.texi (Text Lines): Add line-number-at-pos.
11840
11841 2004-02-06 John Paul Wallington <jpw@gnu.org>
11842
11843 * display.texi (Button Properties, Button Buffer Commands):
11844 mouse-2 invokes button, not down-mouse-1.
11845
11846 2004-02-04 Jason Rumney <jasonr@gnu.org>
11847
11848 * makefile.w32-in: Sync with Makefile.in changes.
11849
11850 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11851
11852 * minibuf.texi (Text from Minibuffer): Various corrections and
11853 clarifications.
11854 (Object from Minibuffer): Correct Lisp description of
11855 read-minibuffer.
11856 (Minibuffer History): Clarify description of cons values for
11857 HISTORY arguments.
11858 (Basic Completion): Various corrections and clarifications.
11859 Add completion-regexp-list.
11860 (Minibuffer Completion): Correct and clarify description of
11861 completing-read.
11862 (Completion Commands): Mention Partial Completion mode.
11863 Various other minor changes.
11864 (High-Level Completion): Various corrections and clarifications.
11865 (Reading File Names): Ditto.
11866 (Minibuffer Misc): Ditto.
11867
11868 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11869
11870 * strings.texi (Text Comparison): assoc-string also matches
11871 elements of alists that are strings instead of conses.
11872 (Formatting Strings): Standardize Texinfo usage. Update index
11873 entries.
11874
11875 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11876
11877 * lists.texi (Sets And Lists): Add delete-dups.
11878
11879 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11880
11881 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11882 special form.
11883 * macros.texi (Defining Macros): Update description of `declare',
11884 which now is a macro.
11885 (Wrong Time): Fix typos.
11886
11887 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11888
11889 * compile.texi (Compilation Functions): Expand descriptions of
11890 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11891 and `batch-byte-compile'. In particular, mention and describe
11892 all optional arguments.
11893 (Disassembly): Correct and clarify the description of `disassemble'.
11894
11895 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11896
11897 * searching.texi: Various small changes in addition to the
11898 following.
11899 (Regexp Example): Adapt to new value of `sentence-end'.
11900 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11901 `words'.
11902 (Search and Replace): Add usage note for `perform-replace'.
11903 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11904 `match-data'.
11905 (Standard Regexps): Update for new values of `paragraph-start'
11906 and `sentence-end'.
11907
11908 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11909
11910 * files.texi (Saving Buffers): Clarify descriptions of
11911 `write-contents-functions' and `before-save-hook'.
11912 Make the defvar's for `before-save-hook' and `after-save-hook'
11913 into defopt's.
11914
11915 2004-01-07 Kim F. Storm <storm@cua.dk>
11916
11917 * commands.texi (Click Events): Describe new image and
11918 width/height elements of click events.
11919 (Accessing Events): Add posn-string, posn-image, and
11920 posn-object-width-height. Change posn-object to return either
11921 image or string object.
11922
11923 2004-01-01 Simon Josefsson <jas@extundo.com>
11924
11925 * hooks.texi (Standard Hooks): Add before-save-hook.
11926 * files.texi (Saving Buffers): Likewise.
11927
11928 2004-01-03 Richard M. Stallman <rms@gnu.org>
11929
11930 * frames.texi (Frames and Windows): Delete frame-root-window.
11931
11932 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11933
11934 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11935
11936 * functions.texi: Various small changes in addition to the
11937 following.
11938 (What Is a Function): `functionp' returns nil for macros.
11939 Clarify behavior of this and following functions for symbol arguments.
11940 (Function Documentation): Add `\' in front of (fn @var{arglist})
11941 and explain why.
11942 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11943 Add anchor.
11944 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11945
11946 2004-01-01 Miles Bader <miles@gnu.org>
11947
11948 * display.texi (Buttons): New section.
11949
11950 2003-12-31 Andreas Schwab <schwab@suse.de>
11951
11952 * numbers.texi (Math Functions): sqrt reports a domain-error
11953 error.
11954 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11955
11956 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11957
11958 * tips.texi (Documentation Tips): Update item on hyperlinks in
11959 documentation strings.
11960
11961 * errors.texi (Standard Errors): Various small corrections and
11962 additions.
11963
11964 * control.texi: Various small changes in addition to the
11965 following.
11966 (Signaling Errors): Provide some more details on how `signal'
11967 constructs the error message. Add anchor to the definition of
11968 `signal'.
11969 (Error Symbols): Describe special treatment of `quit'.
11970 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11971 to emphasize that it has to be a single form.
11972
11973 * buffers.texi: Add anchor.
11974
11975 2003-12-29 Richard M. Stallman <rms@gnu.org>
11976
11977 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11978 (Window Configurations): Add window-configuration-frame.
11979
11980 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11981
11982 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11983 Change arg name in get-char-property.
11984 (Special Properties): Update handling of keymap property.
11985
11986 * strings.texi (Modifying Strings): Add clear-string.
11987 (Text Comparison): Add assoc-string and remove
11988 assoc-ignore-case, assoc-ignore-representation.
11989
11990 * os.texi (Time of Day): Add set-time-zone-rule.
11991
11992 * numbers.texi (Math Functions): asin, acos, log, log10
11993 report domain-error errors.
11994
11995 * nonascii.texi (Converting Representations):
11996 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11997 (Encoding and I/O): Add file-name-coding-system.
11998
11999 * modes.texi (Search-based Fontification): Explain that
12000 face specs are symbols with face names as values.
12001
12002 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12003
12004 * lists.texi (Building Lists): remq moved elsewhere.
12005 (Sets And Lists): remq moved here.
12006 (Association Lists): Refer to assoc-string.
12007
12008 * internals.texi (Garbage Collection): Add memory-use-counts.
12009
12010 * frames.texi (Frames and Windows): Add set-frame-selected-window
12011 and frame-root-window.
12012
12013 * files.texi (Contents of Directories):
12014 Add directory-files-and-attributes.
12015
12016 * display.texi (Refresh Screen): Add force-window-update.
12017 (Invisible Text): Explain about moving point out of invis text.
12018 (Overlay Properties): Add overlay-properties.
12019 (Managing Overlays): Add overlayp.
12020 (GIF Images): Invalid image number displays a hollow box.
12021
12022 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12023 (Killing Buffers): Add buffer-live-p.
12024
12025 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12026
12027 * display.texi (Fringes): Fix typo "set-buffer-window".
12028
12029 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12030
12031 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12032 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12033 Add or change various xrefs and anchors.
12034
12035 * commands.texi: Replace all occurrences of @acronym{CAR} with
12036 @sc{car}, for consistency with the rest of the Elisp manual.
12037 `car' and `cdr' are historically acronyms, but are no longer
12038 widely thought of as such.
12039
12040 * internals.texi (Pure Storage): Mention that `purecopy' does not
12041 copy text properties.
12042 (Object Internals): Now 29 bits are used (in most implementations)
12043 to address Lisp objects.
12044
12045 * variables.texi (Variables with Restricted Values): New node.
12046
12047 * objects.texi (Lisp Data Types): Mention that certain variables
12048 can only take on a restricted set of values and add an xref to
12049 the new node "Variables with Restricted Values".
12050
12051 * eval.texi (Function Indirection): Describe the errors that
12052 `indirect-function' can signal.
12053 (Eval): Clarify the descriptions of `eval-region' and `values'.
12054 Describe `eval-buffer' instead of `eval-current-buffer' and
12055 mention `eval-current-buffer' as an alias for `current-buffer'.
12056 Correct the description and mention all optional arguments.
12057
12058 * nonascii.texi: Various small changes in addition to the
12059 following.
12060 (Converting Representations): Clarify behavior of
12061 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12062 ASCII arguments.
12063 (Character Sets): Document the variable `charset-list' and adapt
12064 the definition of the function `charset-list' accordingly.
12065 (Translation of Characters): Clarify use of generic characters in
12066 `make-translation-table'. Clarify and correct the description of
12067 the use of translation tables in encoding and decoding.
12068 (User-Chosen Coding Systems): Correct and clarify the description
12069 of `select-safe-coding-system'.
12070 (Default Coding Systems): Clarify description of
12071 `file-coding-system-alist'.
12072
12073 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12074
12075 * strings.texi (Text Comparison): Correctly describe when two
12076 strings are `equal'. Combine and clarify descriptions of
12077 `assoc-ignore-case' and `assoc-ignore-representation'.
12078
12079 * objects.texi (Non-ASCII in Strings): Clarify description of
12080 when a string is unibyte or multibyte.
12081 (Bool-Vector Type): Update examples.
12082 (Equality Predicates): Correctly describe when two strings are
12083 `equal'.
12084
12085 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12086
12087 * lists.texi (Building Lists): `append' no longer accepts integer
12088 arguments. Update the description of `number-sequence' to reflect
12089 recent changes.
12090 (Sets And Lists): Describe `member-ignore-case' after `member'.
12091
12092 2003-11-27 Kim F. Storm <storm@cua.dk>
12093
12094 * commands.texi (Click Events): Click object may be an images.
12095 Describe (dx . dy) element of click positions.
12096 (Accessing Events): Remove duplicate posn-timestamp.
12097 New functions posn-object and posn-object-x-y.
12098
12099 2003-11-23 Kim F. Storm <storm@cua.dk>
12100
12101 * commands.texi (Click Events): Describe enhancements to event
12102 position lists, including new text-pos and (col . row) items.
12103 Mention left-fringe and right-fringe area events.
12104 (Accessing Events): New functions posn-area and
12105 posn-actual-col-row. Mention posn-timestamp. Mention that
12106 posn-point in non-text area still returns buffer position.
12107 Clarify posn-col-row.
12108
12109 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12110
12111 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12112 * anti.texi (File Attributes): Describe removed parameter
12113 ID-FORMAT.
12114
12115 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12116
12117 * positions.texi (Positions): Mention that, if a marker is used as
12118 a position, its buffer is ignored.
12119
12120 * markers.texi (Overview of Markers): Mention it here too.
12121
12122 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12123
12124 * numbers.texi (Numeric Conversions): Not just `floor', but also
12125 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12126
12127 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12128
12129 * markers.texi (Creating Markers): Specify insertion type of
12130 created markers. Add xref to `Marker Insertion Types'.
12131 Second argument to `copy-marker' is optional.
12132 (Marker Insertion Types): Mention that most markers are created
12133 with insertion type nil.
12134 (The Mark): Correctly describe when `mark' signals an error.
12135 (The Region): Correctly describe when `region-beginning' and
12136 `region-end' signal an error.
12137
12138 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12139
12140 * hash.texi (Creating Hash): Clarify description of `eql'.
12141 `makehash' is obsolete.
12142 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12143
12144 * positions.texi (Point): Change description of `buffer-end', so
12145 that it is also correct for floating point arguments.
12146 (List Motion): Correct argument lists of `beginning-of-defun' and
12147 `end-of-defun'.
12148 (Excursions): Add xref to `Marker Insertion Types'.
12149 (Narrowing): Argument to `narrow-to-page' is optional.
12150
12151 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * streams.texi (Output Streams): Clarify behavior of point for
12154 marker output streams.
12155
12156 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12157
12158 * variables.texi (Defining Variables): Second argument to
12159 `defconst' is not optional.
12160 (Setting Variables): Mention optional argument APPEND to
12161 `add-to-list'.
12162 (Creating Buffer-Local): Expand description of
12163 `make-variable-buffer-local'.
12164 (Frame-Local Variables): Expand description of
12165 `make-variable-frame-local'.
12166 (Variable Aliases): Correct description of optional argument
12167 DOCSTRING to `defvaralias'. Mention return value of
12168 `defvaralias'.
12169 (File Local Variables): Add xref to `File variables' in Emacs
12170 Manual. Correct description of `hack-local-variables'. Mention
12171 `safe-local-variable' property. Mention optional second argument
12172 to `risky-local-variable-p'.
12173
12174 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12175
12176 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12177
12178 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12179
12180 * anti.texi, backups.texi, commands.texi, customize.texi:
12181 * display.texi, files.texi, internals.texi, keymaps.texi:
12182 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12183 * objects.texi, os.texi, positions.texi, processes.texi:
12184 * searching.texi, sequences.texi, streams.texi, strings.texi:
12185 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12186
12187 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12188
12189 * strings.texi (Creating Strings): Argument START to `substring'
12190 can not be `nil'. Expand description of
12191 `substring-no-properties'. Correct description of `split-string',
12192 especially with respect to empty matches. Prevent very bad line
12193 break in definition of `split-string-default-separators'.
12194 (Text Comparison): `string=' and `string<' also accept symbols as
12195 arguments.
12196 (String Conversion): More completely describe argument BASE in
12197 `string-to-number'.
12198 (Formatting Strings): `%s' and `%S' in `format' do require
12199 corresponding object. Clarify behavior of numeric prefix after
12200 `%' in `format'.
12201 (Case Conversion): The argument to `upcase-initials' can be a
12202 character.
12203
12204 2003-10-27 Kenichi Handa <handa@m17n.org>
12205
12206 * display.texi (Fontsets): Fix texinfo usage.
12207
12208 2003-10-25 Kenichi Handa <handa@m17n.org>
12209
12210 * display.texi (Fontsets): Add description of the function
12211 set-fontset-font.
12212
12213 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12214
12215 * display.texi (Temporary Displays): Add xref to `Documentation
12216 Tips'.
12217
12218 * functions.texi (Function Safety): Use inforef instead of pxref
12219 for SES.
12220
12221 2003-10-23 Andreas Schwab <schwab@suse.de>
12222
12223 * Makefile.in (TEX, texinputdir): Don't define.
12224 (TEXI2DVI): Define.
12225 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12226 add $(srcdir)/index.texi.
12227 ($(infodir)/elisp): Remove index.texi dependency.
12228 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12229 (index.texi): Remove target.
12230 (dist): Don't link $(srcdir)/permute-index.
12231 (clean): Don't remove index.texi.
12232
12233 * permute-index, index.perm: Remove.
12234 * index.texi: Rename from index.unperm.
12235
12236 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12237
12238 * tips.texi (Documentation Tips): Document new behavior for face
12239 and variable hyperlinks in Help mode.
12240
12241 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12242
12243 * objects.texi (Integer Type): Update for extra bit of integer range.
12244 (Character Type): Ditto.
12245
12246 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12247
12248 * numbers.texi (Integer Basics): Add index entries for reading
12249 numbers in hex, octal, and binary.
12250
12251 2003-10-16 Lute Kamstra <lute@gnu.org>
12252
12253 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12254 argument.
12255
12256 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12257
12258 * windows.texi (Choosing Window): Fix typo.
12259 * edebug.texi (Edebug Execution Modes): Fix typo.
12260
12261 2003-10-13 Richard M. Stallman <rms@gnu.org>
12262
12263 * windows.texi (Basic Windows): A window has fringe settings,
12264 display margins and scroll-bar settings.
12265 (Splitting Windows): Doc split-window return value.
12266 Clean up one-window-p.
12267 (Selecting Windows): Fix typo.
12268 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12269 (Buffers and Windows): In set-window-buffer, explain effect
12270 on fringe settings and scroll bar settings.
12271 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12272 (Choosing Window): Use defopt for pop-up-frame-function.
12273 For special-display-buffer-names, explain same-window and same-frame.
12274 Clarify window-dedicated-p return value.
12275 (Textual Scrolling): scroll-up and scroll-down can get an error.
12276 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12277 Clarify set-window-hscroll.
12278 (Size of Window): Don't mention tool bar in window-height.
12279 (Coordinates and Windows): Explain what coordinates-in-window-p
12280 returns for fringes and display margins.
12281 (Window Configurations): Explain saving fringes, etc.
12282
12283 * tips.texi (Library Headers): Clean up Documentation.
12284
12285 * syntax.texi (Parsing Expressions): Clean up forward-comment
12286 and parse-sexp-lookup-properties.
12287
12288 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12289
12290 * os.texi (System Environment): Clean up text for load-average errors.
12291
12292 * modes.texi (Hooks): Don't explain local hook details at front.
12293 Clarify run-hooks and run-hook-with-args a little.
12294 Clean up add-hook and remove-hook.
12295
12296 * edebug.texi (Edebug Execution Modes): Clarify t.
12297 Document edebug-sit-for-seconds.
12298 (Coverage Testing): Document C-x X = and =.
12299 (Instrumenting Macro Calls): Fix typo.
12300 (Specification List): Don't index the specification keywords.
12301
12302 2003-10-10 Kim F. Storm <storm@cua.dk>
12303
12304 * processes.texi (Network): Introduce make-network-process.
12305
12306 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12307
12308 * tips.texi (Library Headers): Fix typo.
12309
12310 2003-10-07 Juri Linkov <juri@jurta.org>
12311
12312 * modes.texi (Imenu): Mention imenu-create-index-function's
12313 default value. Explain submenus better.
12314
12315 2003-10-07 Lute Kamstra <lute@gnu.org>
12316
12317 * modes.texi (Faces for Font Lock): Fix typo.
12318 (Hooks): Explain how buffer-local hook variables can refer to
12319 global hook variables.
12320 Various minor clarifications.
12321
12322 2003-10-06 Lute Kamstra <lute@gnu.org>
12323
12324 * tips.texi (Coding Conventions): Mention naming conventions for
12325 hooks.
12326
12327 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12328
12329 * loading.texi (Library Search): Correct default value of
12330 load-suffixes.
12331 (Named Features): Fix typo.
12332
12333 2003-10-05 Richard M. Stallman <rms@gnu.org>
12334
12335 * loading.texi (Named Features): In `provide',
12336 say how to test for subfeatures.
12337 (Unloading): In unload-feature, use new var name
12338 unload-feature-special-hooks.
12339
12340 2003-10-03 Lute Kamstra <lute@gnu.org>
12341
12342 * modes.texi (Major Mode Conventions): Mention third way to set up
12343 Imenu.
12344 (Imenu): A number of small fixes.
12345 Delete documentation of internal variable imenu--index-alist.
12346 Document the return value format of imenu-create-index-function
12347 functions.
12348
12349 2003-09-30 Richard M. Stallman <rms@gnu.org>
12350
12351 * processes.texi (Network): Say what stopped datagram connections do.
12352
12353 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12354
12355 * display.texi (Overlay Properties): Clarify `evaporate' property.
12356
12357 2003-09-29 Lute Kamstra <lute@gnu.org>
12358
12359 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12360 constructs should be marked as risky.
12361 Change cons cell into proper list.
12362 (Mode Line Variables): Change cons cell into proper list.
12363
12364 2003-09-26 Lute Kamstra <lute@gnu.org>
12365
12366 * modes.texi (Mode Line Data): Document the :propertize construct.
12367 (Mode Line Variables): Reorder the descriptions of the variables
12368 to match their order in the default mode-line-format.
12369 Describe the new variables mode-line-position and mode-line-modes.
12370 Update the default values of mode-line-frame-identification,
12371 minor-mode-alist, and default-mode-line-format.
12372 (Properties in Mode): Mention the :propertize construct.
12373
12374 2003-09-26 Richard M. Stallman <rms@gnu.org>
12375
12376 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12377 * loading.texi, minibuf.texi, text.texi, variables.texi:
12378 Avoid @strong{Note:}.
12379
12380 2003-09-26 Richard M. Stallman <rms@gnu.org>
12381
12382 * keymaps.texi (Remapping Commands): Fix typo.
12383
12384 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12385
12386 * processes.texi (Low-Level Network): Fix typo.
12387
12388 2003-09-23 Kim F. Storm <storm@cua.dk>
12389
12390 * processes.texi (Network, Network Servers): Fix typos.
12391 (Low-Level Network): Add timeout value for :server keyword.
12392 Add new option keywords to make-network-process.
12393 Add set-network-process-options.
12394 Explain how to test availability of network options.
12395
12396 2003-09-19 Richard M. Stallman <rms@gnu.org>
12397
12398 * text.texi (Motion by Indent): Arg to
12399 backward-to-indentation and forward-to-indentation is optional.
12400
12401 * strings.texi (Creating Strings): Add substring-no-properties.
12402
12403 * processes.texi
12404 (Process Information): Add list-processes arg QUERY-ONLY.
12405 Delete process-contact from here.
12406 Add new status values for process-status.
12407 Add process-get, process-put, process-plist, set-process-plist.
12408 (Synchronous Processes): Add call-process-shell-command.
12409 (Signals to Processes): signal-process allows process objects.
12410 (Network): Complete rewrite.
12411 (Network Servers, Datagrams, Low-Level Network): New nodes.
12412
12413 * positions.texi (Word Motion): forward-word, backward-word
12414 arg is optional. Reword.
12415
12416 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12417
12418 * variables.texi (Creating Buffer-Local):
12419 Delete duplicate definition of buffer-local-value.
12420 (File Local Variables): Explain about discarding text props.
12421
12422 2003-09-11 Richard M. Stallman <rms@gnu.org>
12423
12424 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12425 changes variables that record input events.
12426 (Minibuffer Misc): Add minibuffer-selected-window.
12427
12428 * lists.texi (Building Lists): Add copy-tree.
12429
12430 * display.texi (Fontsets): Add char-displayable-p.
12431 (Scroll Bars): New node.
12432
12433 2003-09-08 Lute Kamstra <lute@gnu.org>
12434
12435 * modes.texi (%-Constructs): Document new `%i' and `%I'
12436 constructs.
12437
12438 2003-09-03 Peter Runestig <peter@runestig.com>
12439
12440 * makefile.w32-in: New file.
12441
12442 2003-08-29 Richard M. Stallman <rms@gnu.org>
12443
12444 * display.texi (Overlay Properties): Clarify how priorities
12445 affect use of the properties.
12446
12447 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12448
12449 * customize.texi (Type Keywords): Correct the description of
12450 `:help-echo' in the case where `motion-doc' is a function.
12451
12452 2003-08-14 John Paul Wallington <jpw@gnu.org>
12453
12454 * modes.texi (Emulating Mode Line): Subsection, not section.
12455
12456 2003-08-13 Richard M. Stallman <rms@gnu.org>
12457
12458 * elisp.texi (Top): Update subnode lists in menu.
12459
12460 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12461 (Kill Functions): kill-region has new arg yank-handler.
12462 (Yanking): New node.
12463 (Yank Commands): Add yank-undo-function.
12464 (Low-Level Kill Ring):
12465 kill-new and kill-append have new arg yank-handler.
12466 (Changing Properties): Add remove-list-of-text-properties.
12467 (Atomic Changes): New node.
12468
12469 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12470
12471 * streams.texi (Output Variables): Add eval-expression-print-length
12472 and eval-expression-print-level.
12473
12474 * os.texi (Time Conversion): For encode-time, explain limits on year.
12475
12476 * objects.texi (Character Type): Define anchor "modifier bits".
12477
12478 * modes.texi (Emulating Mode Line): New node.
12479 (Search-based Fontification): Font Lock uses font-lock-face property.
12480 (Other Font Lock Variables): Likewise.
12481
12482 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12483 not vectors.
12484 (Active Keymaps): Add emulation-mode-map-alists.
12485 (Functions for Key Lookup): key-binding has new arg no-remap.
12486 (Remapping Commands): New node.
12487 (Scanning Keymaps): where-is-internal has new arg no-remap.
12488 (Tool Bar): Add tool-bar-local-item-from-menu.
12489 Clarify when to use tool-bar-add-item-from-menu.
12490
12491 * commands.texi (Interactive Call): commandp has new arg.
12492 (Command Loop Info): Add this-original-command.
12493
12494 2003-08-06 John Paul Wallington <jpw@gnu.org>
12495
12496 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12497
12498 * display.texi (Warning Basics): Fix typo.
12499 (Fringes): Add closing curly bracket and fix typo.
12500
12501 * elisp.texi (Top): Fix typo.
12502
12503 2003-08-05 Richard M. Stallman <rms@gnu.org>
12504
12505 * elisp.texi: Update lists of subnodes.
12506
12507 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12508
12509 * variables.texi (Local Variables): Use lc for example variable names.
12510
12511 * tips.texi (Library Headers): Explain where to put -*-.
12512
12513 * strings.texi (Creating Strings): Fix xref for vconcat.
12514
12515 * sequences.texi (Vector Functions):
12516 vconcat no longer allows integer args.
12517
12518 * minibuf.texi (Reading File Names): read-file-name has new
12519 arg PREDICATE. New function read-directory-name.
12520
12521 * macros.texi (Defining Macros): Give definition of `declare'.
12522 (Indenting Macros): New node.
12523
12524 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12525 (Window Frame Parameters): Make separate table of parameters
12526 that are coupled with specific face attributes.
12527 (Deleting Frames): delete-frame-hooks renamed to
12528 delete-frame-functions.
12529
12530 * files.texi (Magic File Names): Add file-remote-p.
12531 Clarify file-local-copy.
12532
12533 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12534 here; instead xref Defining Macros.
12535
12536 * display.texi (Warnings): New node, and subnodes.
12537 (Fringes): New node.
12538
12539 * debugging.texi (Test Coverage): New node.
12540
12541 * compile.texi (Compiler Errors): Explain with-no-warnings
12542 and other ways to suppress warnings.
12543
12544 * commands.texi (Interactive Call): Minor clarification.
12545
12546 * buffers.texi (Buffer File Name): set-visited-file-name
12547 renames the buffer too.
12548
12549 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12550
12551 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12552
12553 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12554
12555 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12556
12557 * internals.texi (Garbage Collection): Fix previous change.
12558
12559 2003-07-22 Richard M. Stallman <rms@gnu.org>
12560
12561 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12562
12563 * display.texi (Width): Use \s syntax in example.
12564 (Font Selection): Add face-font-rescale-alist.
12565
12566 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12567 Remove spurious indent in example.
12568
12569 * lists.texi (Building Lists): Add number-sequence.
12570
12571 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12572
12573 * functions.texi (Function Documentation): Explain how to
12574 show calling convention explicitly in the doc string.
12575
12576 * windows.texi (Selecting Windows): save-selected-window saves
12577 selected window of each frame.
12578 (Window Configurations): Minor change.
12579
12580 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12581
12582 * streams.texi (Output Variables): Add print-continuous-numbering
12583 and print-number-table.
12584
12585 * processes.texi (Decoding Output): New node.
12586
12587 * os.texi (Time Conversion): decode-time arg is optional.
12588
12589 * objects.texi (Character Type): Don't use space as example for \.
12590 Make list of char names and \-sequences correspond.
12591 Explain that \s is not used in strings. `\ ' needs space after.
12592
12593 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12594 (Translation of Characters): Add translation-table-for-input.
12595 (Default Coding Systems): Add auto-coding-functions.
12596 (Explicit Encoding): Add decode-coding-inserted-region.
12597 (Locales): Add locale-info.
12598
12599 * minibuf.texi (Basic Completion): Describe test-completion.
12600 Collections can be lists of strings.
12601 Clean up lazy-completion-table.
12602 (Programmed Completion): Mention test-completion.
12603 Clarify why lambda expressions are not accepted.
12604 (Minibuffer Misc): Describe minibufferp.
12605
12606 2003-07-14 Richard M. Stallman <rms@gnu.org>
12607
12608 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12609
12610 * windows.texi (Selecting Windows): New arg to select-window.
12611 (Selecting Windows): Add with-selected-window.
12612 (Size of Window): Add window-inside-edges, etc.
12613
12614 * internals.texi (Garbage Collection): Add post-gc-hook.
12615
12616 * processes.texi (Subprocess Creation): Add exec-suffixes.
12617
12618 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12619 (Scanning Keymaps): Add map-keymaps.
12620 (Defining Menus): Add keymap-prompt.
12621
12622 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12623 most-negative-fixnum.
12624
12625 * compile.texi (Byte Compilation): Explain no-byte-compile.
12626 (Compiler Errors): New node.
12627
12628 * os.texi (User Identification): user-uid, user-real-uid
12629 can return float.
12630
12631 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12632 and about derived modes.
12633 (Minor Modes): Add minor-mode-list.
12634 (Defining Minor Modes): Keyword args for define-minor-mode.
12635 (Search-based Fontification): Explain managing other properties.
12636 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12637 (Faces for Font Lock): Add font-lock-preprocessor-face.
12638 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12639
12640 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12641 (Variable Aliases): Clarify defvaralias.
12642
12643 * loading.texi (Library Search): Add load-suffixes.
12644
12645 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12646 (Programmed Completion): Add dynamic-completion-table.
12647
12648 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12649 (Magic File Names): Specify precedence order of handlers.
12650
12651 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12652 and post-command-hook.
12653 (Waiting): New calling convention for sit-for.
12654
12655 * text.texi (Special Properties): local-map and keymap properties
12656 apply based on their stickiness.
12657
12658 2003-07-07 Richard M. Stallman <rms@gnu.org>
12659
12660 * modes.texi (Minor Mode Conventions): Specify only some kinds
12661 of list values as args to minor modes.
12662
12663 * files.texi (File Name Expansion): Warn about iterative use
12664 of substitute-in-file-name.
12665
12666 * advice.texi (Activation of Advice): Clean up previous change.
12667
12668 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12669
12670 * advice.texi (Activation of Advice): Note that ad-start-advice is
12671 turned on by default.
12672
12673 2003-06-30 Richard M. Stallman <rms@gnu.org>
12674
12675 * text.texi (Buffer Contents): Document current-word.
12676 (Change Hooks): Not called for *Messages*.
12677
12678 * functions.texi (Defining Functions): Explain about redefining
12679 primitives.
12680 (Function Safety): Rename. Minor changes.
12681 Comment out the detailed criteria for what is safe.
12682
12683 2003-06-22 Andreas Schwab <schwab@suse.de>
12684
12685 * objects.texi (Symbol Type): Fix description of examples.
12686
12687 2003-06-16 Andreas Schwab <schwab@suse.de>
12688
12689 * hash.texi (Creating Hash): Fix description of :weakness.
12690
12691 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12692
12693 * files.texi (Changing Files): copy-file copies file modes, too.
12694
12695 2003-05-28 Richard M. Stallman <rms@gnu.org>
12696
12697 * strings.texi (Creating Strings): Clarify split-string.
12698
12699 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12700
12701 * strings.texi (Creating Strings): Update split-string specification
12702 and examples.
12703
12704 2003-05-19 Richard M. Stallman <rms@gnu.org>
12705
12706 * elisp.texi: Correct invariant section names.
12707
12708 2003-04-20 Richard M. Stallman <rms@gnu.org>
12709
12710 * os.texi (Timers): Explain about timers and quitting.
12711
12712 2003-04-19 Richard M. Stallman <rms@gnu.org>
12713
12714 * internals.texi (Writing Emacs Primitives): Strings are
12715 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12716 Explain GCPRO convention for varargs function args.
12717
12718 2003-04-16 Richard M. Stallman <rms@gnu.org>
12719
12720 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12721
12722 2003-04-08 Richard M. Stallman <rms@gnu.org>
12723
12724 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12725
12726 2003-02-13 Kim F. Storm <storm@cua.dk>
12727
12728 * objects.texi (Character Type): New \s escape for space.
12729
12730 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12731
12732 * os.texi (System Environment): Add cygwin system-type.
12733
12734 2003-01-25 Richard M. Stallman <rms@gnu.org>
12735
12736 * keymaps.texi: Document that a symbol can act as a keymap.
12737
12738 2003-01-13 Richard M. Stallman <rms@gnu.org>
12739
12740 * text.texi (Changing Properties): Say string indices are origin-0.
12741
12742 * positions.texi (Screen Lines) <compute-motion>:
12743 Correct order of elts in return value.
12744
12745 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12746 how to define a default binding.
12747
12748 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12749
12750 * loading.texi (Unloading): Fix recent change for load-history.
12751
12752 * customize.texi (Simple Types): Clarify description of custom
12753 type 'number. Describe new custom type 'float.
12754
12755 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12756
12757 * variables.texi (File Local Variables): Fix typo.
12758
12759 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12760
12761 From Michael Albinus <Michael.Albinus@alcatel.de>.
12762
12763 * README: Target for Info file is `make info'.
12764
12765 * files.texi (File Name Components): Fix typos in
12766 `file-name-sans-extension'.
12767 (Magic File Names): Complete list of operations for magic file
12768 name handlers.
12769
12770 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12771
12772 * variables.texi (File Local Variables): New function
12773 risky-local-variable-p.
12774
12775 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12776
12777 * functions.texi (Function safety): New node about unsafep.
12778
12779 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12780
12781 * customize.texi (Splicing into Lists): Fix example.
12782 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12783
12784 2002-06-17 Juanma Barranquero <lektu@terra.es>
12785
12786 * frames.texi (Display Feature Testing): Fix typo.
12787
12788 2002-06-12 Andreas Schwab <schwab@suse.de>
12789
12790 * frames.texi (Initial Parameters, Resources): Fix references to
12791 the Emacs manual.
12792
12793 2002-05-13 Kim F. Storm <storm@cua.dk>
12794
12795 * variables.texi (Intro to Buffer-Local): Update warning and
12796 example relating to changing buffer inside let.
12797
12798 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12799
12800 * os.texi (Session Management): New node about X Session management.
12801
12802 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12803
12804 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12805 to which the manual corresponds, and the copyright years.
12806
12807 * Makefile.in (VERSION): Set to 2.9.
12808
12809 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12810
12811 * elisp.texi: Change the category in @dircategory to "Emacs", to
12812 make it consistent with info/dir.
12813
12814 2001-11-25 Miles Bader <miles@gnu.org>
12815
12816 * text.texi (Fields): Describe new `limit' arg in
12817 field-beginning/field-end.
12818
12819 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12820
12821 * permute-index: Don't depend on csh-specific features.
12822 Replace the interpreter name with /bin/sh.
12823
12824 * two-volume-cross-refs.txt: New file.
12825 * two.el: New file.
12826 * spellfile: New file.
12827
12828 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12829
12830 * permute-index: New file.
12831
12832 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12833 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12834 8+3 restricted namespace.
12835
12836 * Makefile.in (infodir): Define relative to $(srcdir).
12837 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12838 include directories list via -I switch to makeinfo.
12839 (index.texi): Use cp if both hard and symbolic links fail.
12840
12841 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12842
12843 * Makefile.in (distclean): Add.
12844
12845 The following changes make ELisp manual part of the Emacs
12846 distribution:
12847
12848 * Makefile.in: Add Copyright notice.
12849 (prefix): Remove.
12850 (infodir): Change value to "../info".
12851 (VPATH): New variable.
12852 (MAKE): Don't define.
12853 (texmacrodir): Don't define.
12854 (texinputdir): Append the existing value of TEXINPUTS.
12855 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12856 command to be compatible with man/Makefile.in, and to put the
12857 output into ../info.
12858 (info): Add target.
12859 (installall): Target removed.
12860
12861 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12862
12863 * tips.texi (Coding Conventions): Fix typo.
12864
12865 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12866
12867 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12868
12869 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12870
12871 * files.texi (File Name Components): Update the description of
12872 file-name-sans-extension and file-name-extension, as they now
12873 ignore leading dots.
12874
12875 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12876
12877 * (Version 21.1 released.)
12878
12879 2001-10-19 Miles Bader <miles@gnu.org>
12880
12881 * positions.texi (Text Lines): Describe behavior of
12882 `beginning-of-line'/`end-of-line' in the presence of field properties.
12883
12884 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12885
12886 * Makefile.in (VERSION): Set to 2.8.
12887 (manual): Use `manual-21'.
12888
12889 * elisp.texi (VERSION): Add and use it where the version
12890 number was used. Set it to 2.8.
12891
12892 * intro.texi: Likewise.
12893
12894 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12895
12896 * files.texi (File Name Completion): Document the significance of
12897 a trailing slash in elements of completion-ignored-extensions.
12898
12899 2001-10-06 Miles Bader <miles@gnu.org>
12900
12901 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12902
12903 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12904
12905 * variables.texi (Variable Aliases): New node.
12906
12907 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12908
12909 * Branch for 21.1.
12910
12911 2001-10-02 Miles Bader <miles@gnu.org>
12912
12913 * minibuf.texi (Minibuffer Misc): Add entries for
12914 `minibuffer-contents', `minibuffer-contents-no-properties', and
12915 `delete-minibuffer-contents'.
12916 Correct description for `minibuffer-prompt-end'.
12917
12918 * text.texi (Property Search): Correct descriptions of
12919 `next-char-property-change' and `previous-char-property-change'.
12920 Add entries for `next-single-char-property-change' and
12921 `previous-single-char-property-change'.
12922 Make operand names a bit more consistent.
12923
12924 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12925
12926 * frames.texi (Finding All Frames): Document that next-frame and
12927 previous-frame are local to current terminal.
12928
12929 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12930
12931 * keymaps.texi (Creating Keymaps): Fix the description of the
12932 result of make-keymap.
12933
12934 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12935
12936 * display.texi (Font Lookup, Attribute Functions)
12937 (Image Descriptors): Add cross-references to the definition of
12938 selected frame.
12939
12940 * buffers.texi (The Buffer List): Add cross-references to the
12941 definition of selected frame.
12942
12943 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12944 frame at any given time.
12945 (Multiple Displays, Size and Position): Add a cross-reference to
12946 the definition of the selected frame.
12947
12948 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12949
12950 * strings.texi (String Conversion) <string-to-number>: Document
12951 that a float is returned for integers that are too large.
12952
12953 * frames.texi (Mouse Position): Document mouse-position-function.
12954 (Display Feature Testing): Document display-images-p.
12955 (Window Frame Parameters): Document the cursor-type variable.
12956
12957 * numbers.texi (Integer Basics): Document CL style read syntax for
12958 integers in bases other than 10.
12959
12960 * positions.texi (List Motion):
12961 Document open-paren-in-column-0-is-defun-start.
12962
12963 * lists.texi (Sets And Lists): Document member-ignore-case.
12964
12965 * internals.texi (Garbage Collection): Document the used and free
12966 strings report.
12967 (Memory Usage): Document strings-consed.
12968
12969 * os.texi (Time of Day): Document float-time.
12970 (Recording Input): Document that clear-this-command-keys clears
12971 the vector to be returned by recent-keys.
12972
12973 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12974 The argument keymap can be a list.
12975
12976 * nonascii.texi (User-Chosen Coding Systems)
12977 <select-safe-coding-system>: Document the new argument
12978 accept-default-p and the variable
12979 select-safe-coding-system-accept-default-p. Tell what happens if
12980 buffer-file-coding-system is undecided.
12981 (Default Coding Systems): Document auto-coding-regexp-alist.
12982
12983 * display.texi (The Echo Area) <message>: Document
12984 message-truncate-lines.
12985 (Glyphs): Document that the glyph table is unused on windowed
12986 displays.
12987
12988 * help.texi (Describing Characters) <single-key-description>:
12989 Document the new argument no-angles.
12990 (Accessing Documentation) <documentation-property>: Document that
12991 a non-string property is evaluated.
12992 <documentation>: Document that the function-documentation property
12993 is looked for.
12994
12995 * windows.texi (Selecting Windows): Document some-window.
12996
12997 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12998
12999 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13000 apropos-mode-hook.
13001
13002 * commands.texi (Using Interactive): Document interactive-form.
13003 (Keyboard Macros): Document kbd-macro-termination-hook.
13004 (Command Loop Info): Document that clear-this-command-keys clears
13005 the vector to be returned by recent-keys.
13006
13007 2001-09-04 Werner LEMBERG <wl@gnu.org>
13008
13009 * Makefile.in (srcdir, texinputdir): New variables.
13010 (srcs, index.texi, install): Use $(srcdir).
13011 (.PHONY): Remove elisp.dvi.
13012 (elisp): Use -I switch for makeinfo.
13013 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13014 (installall, dist): Use $(srcdir).
13015 Fix path to texinfo.tex.
13016 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13017
13018 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13019
13020 * display.texi (Conditional Display): Adjust to API change.
13021
13022 * configure: New file.
13023
13024 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13025
13026 * commands.texi (Repeat Events): Add description of
13027 double-click-fuzz.
13028
13029 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13030
13031 * syntax.texi (Syntax Class Table): Add the missing designator for
13032 comment and string fences.
13033 (Syntax Properties): Add a xref to syntax table internals.
13034 (Syntax Table Internals): Document string-to-syntax.
13035
13036 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13037
13038 * Makefile.in (install): Use install-info command line options
13039 like in Emacs' Makefile.in.
13040
13041 2000-12-09 Miles Bader <miles@gnu.org>
13042
13043 * windows.texi (Window Start): Update documentation for
13044 `pos-visible-in-window-p'.
13045
13046 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13047
13048 * lists.texi (Building Lists): Add footnote to explain how to add
13049 to the end of a list.
13050
13051 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13052
13053 * files.texi (Visiting Functions): Typos.
13054
13055 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13056
13057 * files.texi (Visiting Functions): Return value of
13058 find-file-noselect may be a list of buffers if wildcards are used.
13059
13060 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13061
13062 * display.texi (Defining Faces): Document `graphic' display type
13063 in face specs.
13064
13065 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13066
13067 * hooks.texi (Standard Hooks): Replace obsolete
13068 `after-make-frame-hook' with `after-make-frame-functions'.
13069
13070 * frames.texi (Creating Frames): Ditto.
13071
13072 * variables.texi (Future Local Variables): Ditto.
13073
13074 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13075
13076 * display.texi (Other Image Types): Add description of :foreground
13077 and :background properties of mono PBM images.
13078
13079 2000-08-17 Werner LEMBERG <wl@gnu.org>
13080
13081 * .cvsignore: New file.
13082
13083 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13084
13085 * tindex.pl: New script.
13086
13087 1999-12-03 Dave Love <fx@gnu.org>
13088
13089 * Makefile.in (MAKEINFO): New parameter.
13090
13091 1999-09-17 Richard Stallman <rms@gnu.org>
13092
13093 * Makefile.in (srcs): Add hash.texi.
13094 (VERSION): Update to 20.6.
13095
13096 1999-09-13 Richard Stallman <rms@gnu.org>
13097
13098 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13099
13100 1998-08-29 Karl Heuer <kwzh@gnu.org>
13101
13102 * configure.in: New file.
13103 * Makefile.in: Renamed from Makefile.
13104 (prefix, infodir): Use value obtained from configure.
13105 (emacslibdir): Obsolete variable deleted.
13106 (dist): Distribute configure.in, configure, Makefile.in.
13107
13108 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13109
13110 * Makefile (INSTALL_INFO): New variable.
13111 (install): Run install-info.
13112
13113 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13114
13115 * Makefile (elisp.dvi): Add missing backslash.
13116
13117 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13118
13119 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13120 Run texindex without `./'. Always run texindex on elisp.tp.
13121 (elisp.tps): Target deleted.
13122
13123 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13124
13125 * Makefile (srcs): Add nonascii.texi and customize.texi.
13126 (dist): Start by deleting `temp'.
13127
13128 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13129
13130 * Makefile (makeinfo, texindex): Targets deleted.
13131 (makeinfo.o, texindex.o): Targets deleted.
13132 (clean, dist): Don't do anything with them or with getopt*.
13133
13134 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13135
13136 * Makefile (SHELL): Defined.
13137
13138 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13139
13140 * Makefile (elisp.tps): New target.
13141 (elisp.dvi): Depend on elisp.tps.
13142
13143 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13144
13145 * README: Update phone number.
13146
13147 * Makefile (elisp): Make this be the default target.
13148 Depend on makeinfo.c instead of makeinfo.
13149 (install): Don't depend on elisp.dvi, since we don't install that.
13150 Use mkinstalldirs.
13151 (dist): Add mkinstalldirs.
13152
13153 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13154
13155 * Makefile (VERSION): Update version number.
13156 (maintainer-clean): Rename from realclean.
13157
13158 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13159
13160 * Makefile (realclean): New target.
13161 (elisp): Remove any old elisp-* files first.
13162
13163 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13164
13165 * Makefile (VERSION): New variable.
13166 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13167 Compressed file suffix should be `.gz', not `.z'.
13168
13169 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13170
13171 * Makefile (elisp): Depend on makeinfo.
13172
13173 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13174
13175 * Makefile (srcs): Add anti.texi.
13176
13177 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13178
13179 * Makefile (infodir, prefix): New vars.
13180 (install): Use infodir.
13181 (emacsinfodir): Delete.
13182
13183 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13184
13185 * Makefile (srcs): Add calendar.texi.
13186
13187 * Makefile (dist): Copy texindex.c and makeinfo.c.
13188 Limit elisp-* files to those with one or two digits.
13189
13190 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13191
13192 * Makefile (dist): Change to use Gzip instead of compress.
13193
13194 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13195
13196 * loading.texi (Unloading): define-function changed back to
13197 defalias. It may not stay this way, but at least it's
13198 consistent with the known-good version of the code patch.
13199
13200 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13201
13202 * modes.texi (Hooks): Document new optional arg of add-hook.
13203
13204 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13205
13206 * variables.texi: Document nil initial value of buffer-local variables.
13207
13208 * tips.texi: Add new section on standard library headers.
13209
13210 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13211
13212 * Makefile (srcs): Add frame.texi to the list of sources.
13213
13214 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13215
13216 * Makefile (dist): Don't bother excluding autosave files; they'll
13217 never make it into the temp directory anyway, and the hash marks
13218 in the name are problematic for make and the Bourne shell.
13219 (srcs): ???
13220
13221 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13222
13223 * Makefile (dist): Don't include backup files or autosave files in
13224 the distribution tar file.
13225
13226 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13227
13228 * Makefile (srcs): Add index.perm.
13229 (elisp.dvi): Remove erroneous shell comment.
13230 Expect output of permute-index in permuted.fns.
13231 Save old elisp.aux in elisp.oaux.
13232 (clean): Add index.texi to be deleted.
13233
13234 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13235
13236 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13237
13238 1990-06-26 David Lawrence (tale@geech)
13239
13240 * files.texi: Noted that completion-ignored-extensions is ignored
13241 when making *Completions*.
13242
13243 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13244
13245 * Makefile make dist now depends on elisp.dvi, since it tries
13246 to include it in the dist file.
13247
13248 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13249
13250 * functions.texinfo (Mapping Functions): Add missing quote.
13251
13252 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13253
13254 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13255 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13256
13257 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13258
13259 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13260 and @error{} are the terms now being used. The files in the
13261 directory have been changed to reflect this.
13262
13263 * All instances of @indentedresultt{} have been changed to
13264 ` @result{}', using 5 spaces at the beginning of the line.
13265
13266 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13267
13268 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13269 experimental @indentedresult{}, @indentedexpandsto{} are part of
13270 the texinfo.tex in this directory. These TeX macros are not
13271 stable yet.
13272
13273 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13274
13275 * texinfo.tex: Temporarily added
13276 \let\result=\dblarrow
13277 \def\error{{\it ERROR} \longdblarrow}
13278 We need to do this better soon.
13279
13280 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13281
13282 * Applied Karl Berry's patches to *.texinfo files, but not to
13283 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13284 new title page format is also not applied, since it requires
13285 texinfo.tex changes.)
13286
13287 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13288 for the Project GNU development environment.
13289
13290 ;; Local Variables:
13291 ;; coding: utf-8
13292 ;; End:
13293
13294 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13295
13296 This file is part of GNU Emacs.
13297
13298 GNU Emacs is free software: you can redistribute it and/or modify
13299 it under the terms of the GNU General Public License as published by
13300 the Free Software Foundation, either version 3 of the License, or
13301 (at your option) any later version.
13302
13303 GNU Emacs is distributed in the hope that it will be useful,
13304 but WITHOUT ANY WARRANTY; without even the implied warranty of
13305 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13306 GNU General Public License for more details.
13307
13308 You should have received a copy of the GNU General Public License
13309 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.