Undo in region after markers in undo history relocated
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
2
3 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
4 change mentioning undo's inability to handle relocated markers no
5 longer applies. See bug#16818.
6 * text.texi (Undo): Expand documentation of (TEXT . POS) and
7 (MARKER . ADJUSTMENT) undo elements.
8
9 2014-03-22 Glenn Morris <rgm@gnu.org>
10
11 * commands.texi (Defining Commands): List interactive-only values.
12
13 2014-03-22 Eli Zaretskii <eliz@gnu.org>
14
15 * functions.texi (Core Advising Primitives): Fix cross-reference
16 in last change.
17
18 2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * functions.texi (Advising Functions): Explain a bit more how
21 arguments work.
22 (Advice combinators): New node.
23 (Core Advising Primitives): Use it. Expand description of "depth".
24 (Advising Named Functions): Document limitation of advices on macros.
25
26 2014-03-21 Martin Rudalics <rudalics@gmx.at>
27
28 * frames.texi (Size and Position): In `frame-resize-pixelwise'
29 description drop remark about frame maximization.
30 * windows.texi (Display Action Functions): Add description for
31 `display-buffer-no-window' and explain use of `allow-no-window'
32 alist entries.
33
34 2014-03-21 Glenn Morris <rgm@gnu.org>
35
36 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
37
38 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
39
40 * internals.texi (C Integer Types): Prefer 'false' and 'true'
41 to '0' and '1' for booleans.
42
43 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
44
45 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
46 Remove now-obsolete hypothetical note about negative division,
47 as the C standard has changed.
48
49 Fix porting inconsistency about rounding to even.
50 * numbers.texi (Numeric Conversions, Rounding Operations):
51 Document that 'round' and 'fround' round to even.
52
53 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
54
55 * customize.texi (Variable Definitions): Recommend avoiding
56 destructive modification of the value argument of :set (bug#16755).
57
58 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * modes.texi (Auto-Indentation): Mention electric-indent variables.
61
62 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
63
64 * functions.texi (Advising Named Functions): Fix reference.
65
66 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
67
68 Improve documentation for integer and floating-point basics.
69 * numbers.texi (Numbers, Integer Basics, Float Basics):
70 Document the basics a bit more precisely. Say more clearly
71 that Emacs floating-point numbers are IEEE doubles on all
72 current platforms. Give more details about frexp.
73 Say more clearly that '1.' is an integer.
74 (Predicates on Numbers): Fix wholenump typo.
75 * objects.texi (Integer Type): Adjust to match numbers.texi.
76
77 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * functions.texi (Advising Functions): Try and improve the text.
80 Add example use of advice-add (bug#16959).
81 (Core Advising Primitives): Rename. Explain handling of interactive
82 specs, including advice-eval-interactive-spec.
83 (Advising Named Functions): Try and better explain the difference with
84 add-function.
85 (Porting old advices): New node.
86
87 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
88
89 Style fixes for floating-point doc.
90 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
91 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
92 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
93 * processes.texi, streams.texi, strings.texi, text.texi:
94 * variables.texi, windows.texi:
95 Hyphenate "floating-point" iff it precedes a noun.
96 Reword to avoid nouns and hyphenation when that's easy.
97 Prefer "integer" to "integer number" and "is floating point"
98 to "is a floating point number".
99 Prefer "@minus{}" to "-" when it's a minus.
100
101 2014-03-16 Martin Rudalics <rudalics@gmx.at>
102
103 * display.texi (Temporary Displays): Rewrite descriptions of
104 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
105 * help.texi (Help Functions): Rewrite description of `with-help-window'.
106
107 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
108
109 * display.texi (Blinking): Update WRT to the new
110 `blink-matchin-paren' behavior.
111
112 2014-03-14 Martin Rudalics <rudalics@gmx.at>
113
114 * display.texi (Temporary Displays): Say that
115 `with-temp-buffer-window' makes its buffer current.
116 * frames.texi (Size and Position): Describe new option
117 `frame-resize-pixelwise'. Rewrite descriptions of
118 `set-frame-size', `set-frame-height' and `set-frame-width'.
119
120 2014-03-09 Martin Rudalics <rudalics@gmx.at>
121
122 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
123 * text.texi (Primitive Indent):
124 * strings.texi (String Basics):
125 * sequences.texi (Sequence Functions): Update references accordingly.
126 * display.texi (Size of Displayed Text): Rename section from
127 "Width". Add description for `window-text-pixel-size'.
128 (Window Dividers): Reword description of window dividers.
129 * frames.texi (Layout Parameters): Improve description of window
130 divider parameters.
131 * windows.texi (Window Sizes): Add descriptions of
132 `window-mode-line-height' and `window-header-line-height'.
133 (Coordinates and Windows): Mention window dividers.
134
135 2014-03-07 Martin Rudalics <rudalics@gmx.at>
136
137 * buffers.texi (The Buffer List): Rename node to Buffer List.
138 Describe `buffer-list-update-hook'.
139 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
140 Add node for Window Dividers.
141 * hooks.texi (Standard Hooks): Add reference to
142 `buffer-list-update-hook'.
143 * windows.texi (Window Sizes): Describe `window-min-size'.
144 (Splitting Windows): Update description of `split-window'.
145 (Selecting Windows): Update description of `select-window'.
146
147 2014-03-06 Martin Rudalics <rudalics@gmx.at>
148
149 * frames.texi (Size and Position): Rewrite entries for
150 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
151 Add description for `fit-frame-to-buffer-sizes'.
152 * windows.texi (Resizing Windows): Add descriptions for
153 pixelwise resizing. Add entries for `window-resize-pixelwise'
154 and `fit-window-to-buffer-horizontally'.
155 Rewrite `fit-window-to-buffer' entry.
156
157 2014-03-06 Xue Fuqiao <xfq@gnu.org>
158
159 * internals.texi (Window Internals): Remove field `region_showing'.
160
161 2014-03-06 Glenn Morris <rgm@gnu.org>
162
163 * searching.texi (Replacing Match):
164 Remove incorrect, uninteresting return value. (Bug#16942)
165
166 2014-03-05 Martin Rudalics <rudalics@gmx.at>
167
168 * display.texi (Window Dividers): New section.
169 * frames.texi (Layout Parameters): Add right-divider-width and
170 bottom-divider-width.
171 * windows.texi (Window Sizes): Redraw schematic and rewrite its
172 description. Rewrite descriptions of `window-total-height',
173 `window-total-width', `window-total-size', `window-body-height',
174 `window-body-width' and `window-size-fixed'. Add descriptions
175 for `window-pixel-height', `window-pixel-width',
176 `window-min-height' and `window-min-width'. Remove description
177 of `window-size-fixed-p' moving part of it to that of
178 `window-size-fixed'.
179 (Resizing Windows): Mention dividers when talking about minimum sizes.
180
181 2014-03-05 Glenn Morris <rgm@gnu.org>
182
183 * modes.texi (SMIE Customization): New section.
184 * elisp.texi (Top): Update detailed menu.
185
186 2014-03-04 Martin Rudalics <rudalics@gmx.at>
187
188 * windows.texi (Windows and Frames): Add some missing &optional
189 designators. Adjust description of window-in-direction.
190
191 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
192
193 * markers.texi (Moving Marker Positions): Clarify guidance about
194 when to move markers and when to create a new one, as discussed at
195 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
196
197 2014-03-02 Glenn Morris <rgm@gnu.org>
198
199 * text.texi (Decompression): New node.
200 * elisp.texi (Top): Update detailed menu.
201
202 2014-03-01 Glenn Morris <rgm@gnu.org>
203
204 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
205
206 2014-02-28 Xue Fuqiao <xfq@gnu.org>
207
208 * functions.texi (Advising Functions, Advising Named Functions):
209 Tweak markup.
210
211 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
212
213 * elisp.texi (Top):
214 * commands.texi (Generic Commands, Defining Commands):
215 Document `define-alternatives'.
216
217 2014-02-27 Xue Fuqiao <xfq@gnu.org>
218
219 * windows.texi (Window Sizes): Document `window-size'.
220 (Display Action Functions): Document `display-buffer-at-bottom'.
221 (Window Configurations): Minor fixes.
222
223 * modes.texi (Header Lines): Document `window-header-line-height'.
224
225 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
226
227 * windows.texi (Window Sizes, Resizing Windows): Document some
228 pixelwise window operations.
229
230 * text.texi (Margins): Fix the description of RET and `C-j'.
231
232 * frames.texi (Multiple Terminals): Document
233 `display-monitor-attributes-list' and `display-monitor-attributes'.
234 (Display Feature Testing): Add some notes about multi-monitor.
235
236 2014-02-27 Glenn Morris <rgm@gnu.org>
237
238 * minibuf.texi (Programmed Completion):
239 Mention completion-table-with-cache.
240
241 2014-02-25 Glenn Morris <rgm@gnu.org>
242
243 * display.texi (Window Systems):
244 Replace term-setup-hook with emacs-startup-hook.
245 * hooks.texi (Standard Hooks):
246 Replace term-setup-hook with tty-setup-hook.
247 * os.texi (Startup Summary, Init File, Terminal-Specific):
248 Replace term-setup-hook with tty-setup-hook, and update.
249
250 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * functions.texi (Declare Form): Document gv-expander, gv-setter,
253 and compiler-macro (bug#16829, bug#15093).
254
255 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
256
257 * windows.texi (Window Configurations): Doc fix.
258 (Windows and Frames): Fix typo.
259
260 2014-02-21 Glenn Morris <rgm@gnu.org>
261
262 * internals.texi (Process Internals):
263 * processes.texi (Subprocess Creation, Deleting Processes)
264 (Output from Processes, Process Buffers, Filter Functions)
265 (Accepting Output, Sentinels, Network, Network Servers):
266 Filters and sentinels can no longer be nil.
267 * elisp.texi (Top): Menu update.
268
269 2014-02-20 Glenn Morris <rgm@gnu.org>
270
271 * functions.texi (Defining Functions): Mention defalias-fset-function.
272
273 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * minibuf.texi (Completion Commands): Don't document obsolete
276 `common-substring' arg of display-completion-list.
277
278 2014-02-17 Glenn Morris <rgm@gnu.org>
279
280 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
281 Mention read-regexp-defaults-function.
282
283 2014-02-13 Glenn Morris <rgm@gnu.org>
284
285 * debugging.texi (Debugger Commands): Tiny edits.
286
287 2014-02-12 Glenn Morris <rgm@gnu.org>
288
289 * package.texi (Simple Packages): Describe URL and Keywords headers.
290
291 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
292
293 * text.texi (User-Level Deletion):
294 Document `delete-trailing-whitespace' (bug#15309).
295
296 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
297
298 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
299
300 * display.texi (Blinking): Clarify doc string in example (bug#10658).
301
302 * commands.texi (Accessing Mouse): Mention that these function
303 also work on keyboard events (bug#14228).
304 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
305
306 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
307
308 * display.texi (Face Attributes): Add an index (bug#14924).
309
310 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
311
312 2014-02-06 Glenn Morris <rgm@gnu.org>
313
314 * display.texi (Truncation):
315 * positions.texi (Screen Lines): Do not mention cache-long-scans.
316
317 2014-01-31 Juri Linkov <juri@jurta.org>
318
319 * searching.texi (String Search): Incremental word search fixes.
320
321 2014-01-28 Glenn Morris <rgm@gnu.org>
322
323 * text.texi (Indent Tabs): Update related to tab-stops.
324
325 2014-01-24 Glenn Morris <rgm@gnu.org>
326
327 * control.texi (Handling Errors): Update with-demoted-errors.
328
329 * files.texi (File Locks): Every platform supports locking now.
330
331 2014-01-22 Glenn Morris <rgm@gnu.org>
332
333 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
334
335 2014-01-20 Glenn Morris <rgm@gnu.org>
336
337 * hash.texi (Other Hash): Do not mention subr-x.el functions;
338 reverts 2013-12-22 change.
339
340 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * functions.texi (Advising Functions): New section.
343 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
344 run-hook-wrapped any more.
345 (Hooks): Link to the new Advising Functions node.
346 * elisp.texi (Top): Don't include advice.texi.
347 * advice.texi: Remove.
348 * makefile.w32-in (srcs):
349 * Makefile.in (srcs): Adjust accordingly.
350
351 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
352
353 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
354
355 * strings.texi (Text Comparison): Document `string-suffix-p'.
356
357 2014-01-07 Glenn Morris <rgm@gnu.org>
358
359 * files.texi (File Attributes): Fix superscipt typo.
360
361 2014-01-07 Chong Yidong <cyd@gnu.org>
362
363 * files.texi (Changing Files): Document copy-file changes.
364
365 2014-01-07 Glenn Morris <rgm@gnu.org>
366
367 * display.texi (Logging Messages): Copyedits re messages-buffer.
368
369 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
370
371 Specify .texi encoding (Bug#16292).
372 * back.texi, book-spine.texi, lay-flat.texi:
373 Add @documentencoding.
374
375 2014-01-05 Chong Yidong <cyd@gnu.org>
376
377 * backups.texi (Making Backups): Document backup-buffer change.
378
379 * files.texi (Visiting Files): Copyedits.
380 (Testing Accessibility): Mention ACLs. Move file-modes here from
381 File Attributes.
382 (Truenames): Move file-equal-p here from Kinds of Files.
383 (File Attributes): Move file-newer-than-file-p here from Testing
384 Accessibility.
385 (Extended Attributes): New node. Add file-extended-attributes.
386 (Changing Files): Document set-file-extended-attributes.
387
388 * commands.texi (Defining Commands): Document the interactive-form
389 property more carefully. Document interactive-only.
390
391 * compile.texi (Compiler Errors): Copyedits. Note that the
392 details for byte-compile-warnings are in its docstring.
393
394 * minibuf.texi (Minibuffer Contents): Remove obsolete function
395 minibuffer-completion-contents.
396
397 * variables.texi (Defining Variables): Note that defvar acts
398 always on the dynamic value.
399
400 * customize.texi (Variable Definitions): Likewise.
401
402 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
403
404 Document vconcat and the empty vector (Bug#16246).
405 * sequences.texi (Vector Functions):
406 Document behavior better when the result is empty.
407
408 Document behavior of (string-to-number "+@") (Bug#16293).
409 * strings.texi (String Conversion): Document behavior of
410 string-to-number on invalid strings that begin with "+", too.
411
412 2014-01-03 Chong Yidong <cyd@gnu.org>
413
414 * help.texi (Documentation, Accessing Documentation): Copyedits.
415 (Documentation Basics): Rewrite, avoiding a repeat discussion of
416 docstring conventions.
417
418 * tips.texi (Documentation Tips): Move discussion of
419 emacs-lisp-docstring-fill-column here from Documentation Basics.
420
421 * compile.texi (Docs and Compilation): Copyedits.
422
423 2014-01-02 Glenn Morris <rgm@gnu.org>
424
425 * numbers.texi (Numeric Conversions): Fix a typo.
426
427 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
428
429 Plain copy-file no longer chmods an existing destination (Bug#16133).
430 * files.texi (Changing Files): Document this.
431
432 2013-12-28 Chong Yidong <cyd@gnu.org>
433
434 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
435
436 * buffers.texi (Modification Time): Document visited-file-modtime
437 change.
438
439 2013-12-28 Glenn Morris <rgm@gnu.org>
440
441 * control.texi (Pattern matching case statement): Brevity.
442
443 2013-12-27 Chong Yidong <cyd@gnu.org>
444
445 * functions.texi (Function Cells):
446 * eval.texi (Function Indirection): Update for the fact that
447 symbol-function no longer signals an error.
448
449 * commands.texi (Reading One Event): Mention keyboard coding.
450
451 * keymaps.texi (Translation Keymaps, Translation Keymaps):
452 * nonascii.texi (Terminal I/O Encoding): Copyedits.
453
454 2013-12-26 Chong Yidong <cyd@gnu.org>
455
456 * advice.texi (Advising Functions, Defining Advice): Special forms
457 can no longer be advised.
458
459 2013-12-25 Chong Yidong <cyd@gnu.org>
460
461 * keymaps.texi (Active Keymaps): Re-organize the text.
462 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
463 (Controlling Active Maps): Note that set-transient-map uses
464 overriding-terminal-local-map.
465
466 * tips.texi (Coding Conventions): Tweak the coding system tip;
467 Emacs now uses utf-8 by default for Emacs Lisp source files.
468
469 * display.texi (Font Selection): Tweak example.
470
471 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
472
473 * nonascii.texi (Specifying Coding Systems): Don't refer to
474 emacs-mule-dos.
475 (Lisp and Coding Systems): Describe emacs-mule return value in
476 modern terms.
477
478 2013-12-25 Tassilo Horn <tsdh@gnu.org>
479
480 * control.texi (Pattern matching case statement): Rephrase lexical
481 binding requirement: the example needs it, not `pcase' itself.
482
483 2013-12-25 Chong Yidong <cyd@gnu.org>
484
485 * eval.texi (Eval): Document the LEXICAL arg to eval.
486
487 * variables.texi (Variables, Void Variables): Use "scoping rule"
488 terminology consistently.
489 (Variable Scoping): Add index entries, and use "dynamic scope"
490 terminology in place of "indefinite scope" to reduce confusion.
491 (Lexical Binding): Document lexical environment format.
492 (Using Lexical Binding): Add index entries for error messages.
493
494 2013-12-24 Tassilo Horn <tsdh@gnu.org>
495
496 * control.texi (Pattern matching case statement): Fix missing
497 argument in simple expression language sample (Bug#16238).
498 Add some sample programs written in that language. Mention that
499 `pcase' requires lexical binding.
500
501 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
502
503 * eval.texi (Special Forms): Document `special-form-p'.
504
505 * macros.texi (Simple Macro): Document `macrop'.
506
507 * files.texi (Changing Files): Fix an argument of `copy-file'.
508
509 * strings.texi (Creating Strings): Document TRIM in `split-string'.
510
511 2013-12-23 Chong Yidong <cyd@gnu.org>
512
513 * keymaps.texi (Controlling Active Maps):
514 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
515 (Searching Keymaps): The transient keymap takes precedence.
516
517 2013-12-23 Glenn Morris <rgm@gnu.org>
518
519 * loading.texi (How Programs Do Loading, Load Suffixes):
520 Mention `load-prefer-newer'.
521
522 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
523
524 * hash.texi (Other Hash): Document `hash-table-keys'
525 and `hash-table-values'.
526
527 2013-12-22 Eli Zaretskii <eliz@gnu.org>
528
529 * nonascii.texi (Character Properties): NAME or OLD-NAME
530 properties can be nil (there's no empty string).
531 (Character Properties): Update the reference to the UCD.
532
533 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
534
535 * sequences.texi (Bool-Vectors): Document new bool-vector set
536 operation functions.
537
538 * text.texi (Examining Properties): Document `get-pos-property'.
539
540 * variables.texi (Directory Local Variables):
541 Document `enable-dir-local-variables'.
542
543 * debugging.texi (Debugger Commands):
544 Document `debugger-toggle-locals'.
545
546 2013-12-21 Chong Yidong <cyd@gnu.org>
547
548 * text.texi (Region Indent): Note the new interactive behavior of
549 indent-rigidly.
550
551 2013-12-20 Tassilo Horn <tsdh@gnu.org>
552
553 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
554 one or many arguments.
555
556 * display.texi: Document `messages-buffer'.
557
558 * os.texi: Document `initial-buffer-choice' changes.
559
560 2013-12-20 Chong Yidong <cyd@gnu.org>
561
562 * text.texi (Changing Properties): Improve documentation for
563 add-face-text-property.
564 (Special Properties): Mention add-face-text-property.
565
566 2013-12-18 Chong Yidong <cyd@gnu.org>
567
568 * customize.texi (Custom Themes): Document custom-known-themes
569 (Bug#15717).
570
571 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
572 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
573
574 2013-12-13 Glenn Morris <rgm@gnu.org>
575
576 * internals.texi (Building Emacs):
577 * loading.texi (Library Search): Mention that site-load,
578 site-init cannot change load-path.
579
580 2013-12-12 Glenn Morris <rgm@gnu.org>
581
582 * elisp.texi: Tweak dircategory.
583
584 2013-12-12 Eli Zaretskii <eliz@gnu.org>
585
586 * nonascii.texi (Encoding and I/O): Document file-name encoding
587 peculiarities on MS-Windows.
588
589 2013-12-12 Glenn Morris <rgm@gnu.org>
590
591 * elisp.texi: Sync direntry with info/dir version.
592
593 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
594
595 * display.texi (Progress, Face Remapping):
596 * processes.texi (Serial Ports):
597 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
598
599 2013-12-04 Juri Linkov <juri@jurta.org>
600
601 * searching.texi (Search and Replace): Fix `unread-command-events'
602 and add ref.
603
604 2013-12-03 Juri Linkov <juri@jurta.org>
605
606 * windows.texi (Choosing Window): Rename `no-display-ok' to
607 `allow-no-window'. (Bug#13594)
608
609 2013-11-30 Glenn Morris <rgm@gnu.org>
610
611 * Makefile.in (distclean): Remove Makefile.
612
613 2013-11-29 Andreas Politz <politza@fh-trier.de>
614
615 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
616 (Bug#14029).
617
618 2013-11-27 Glenn Morris <rgm@gnu.org>
619
620 * loading.texi (Library Search):
621 * os.texi (Startup Summary): No more leim directory.
622
623 2013-11-26 Glenn Morris <rgm@gnu.org>
624
625 * os.texi (Startup Summary): Update for leim-list being preloaded.
626
627 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
628
629 * frames.texi (Input Focus):
630 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
631
632 2013-11-23 Glenn Morris <rgm@gnu.org>
633
634 * loading.texi (Library Search):
635 Empty elements in EMACSLOADPATH now mean the default load-path.
636
637 2013-11-22 Glenn Morris <rgm@gnu.org>
638
639 * loading.texi (Library Search): Minor clarification.
640
641 2013-11-20 Leo Liu <sdl.web@gmail.com>
642
643 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
644
645 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
646
647 * os.texi (File Notifications): Add an index.
648
649 * loading.texi (Loading): Add an cross-reference.
650
651 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
652
653 * os.texi (Session Management, Desktop Notifications): Add some
654 indexes and a cross-reference.
655
656 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
657
658 * os.texi (Time Parsing, Processor Run Time, Input Modes)
659 (Terminal Output): Minor fixes.
660
661 2013-11-14 Glenn Morris <rgm@gnu.org>
662
663 * loading.texi (Library Search): Update section.
664
665 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
666
667 * os.texi (User Identification, Time of Day, Time Conversion):
668 Minor fixes.
669
670 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
671
672 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
673
674 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
675
676 * os.texi (Startup Summary): Add an index about startup screen.
677 Typo fix.
678 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
679
680 2013-11-08 Eli Zaretskii <eliz@gnu.org>
681
682 * display.texi (Truncation): Document that cache-long-scans is now
683 non-nil by default. (Bug#15797)
684
685 2013-11-05 Eli Zaretskii <eliz@gnu.org>
686
687 * lists.texi (Rearrangement): Fix indexing.
688
689 * display.texi (Bidirectional Display): Fix indexing.
690
691 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
692
693 * lists.texi (Rearrangement): Improve indexing.
694
695 * display.texi (Glyphs): Add an index for glyph code.
696 (Bidirectional Display): Improve indexing.
697
698 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
699
700 * display.texi (Face Attributes): Document :distant-foreground.
701
702 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
703
704 * display.texi (Abstract Display): Improve indexing.
705
706 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * display.texi (Selective Display): Discourage the use of explicit
709 selective display.
710
711 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
712
713 * display.texi (Showing Images): Add an index for image-size.
714 Use @code instead of @var for a normal variable.
715 (Multi-Frame Images): Improve indexing.
716 (Button Buffer Commands): Use @code instead of @var for a normal
717 variable.
718 (Abstract Display): Explain the meaning of Ewoc.
719
720 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
721
722 * display.texi (Image Descriptors): Improve indexing.
723
724 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
725
726 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
727 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
728
729 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
730
731 * display.texi (Fontsets): Minor wording fix.
732 (Low-Level Font): Improve indexing.
733
734 * nonascii.texi (Character Properties): Add an index for script symbols.
735
736 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
737
738 * display.texi (Face Remapping): Add indexes for face remapping.
739 (Font Selection): Add indexes.
740 (Low-Level Font): Add an index for font registry.
741
742 2013-10-23 Glenn Morris <rgm@gnu.org>
743
744 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
745 Nuke @refill.
746
747 * Makefile.in (install-dvi, install-html, install-pdf)
748 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
749 (uninstall-pdf): Quote entities that might contain whitespace.
750
751 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
752
753 * display.texi (Face Attributes): Add indexes for the ‘:box’
754 face attribute.
755
756 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
757
758 * display.texi (Line Height): Add indexes for line height.
759
760 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
761
762 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
763
764 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
765
766 * display.texi (Selective Display): Add an index for explicit
767 selective display.
768
769 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
770
771 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
772
773 2013-10-13 Glenn Morris <rgm@gnu.org>
774
775 * intro.texi (Acknowledgments): Use accented form of some names.
776
777 2013-10-09 Glenn Morris <rgm@gnu.org>
778
779 * control.texi (Conditionals): Copyedits. (Bug#15558)
780
781 2013-10-08 Eli Zaretskii <eliz@gnu.org>
782
783 Support menus on text-mode terminals.
784 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
785 Modify wording to the effect that menus are supported on TTYs.
786
787 * frames.texi (Pop-Up Menus, Dialog Boxes)
788 (Display Feature Testing): Update for menu support on TTYs.
789
790 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
793 non-headings.
794
795 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
796
797 * syntax.texi (Categories): Add an index for category sets.
798
799 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
800
801 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
802
803 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
804
805 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
806
807 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
808
809 * searching.texi (Regexp Search): Refine.
810
811 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
812
813 * nonascii.texi (Default Coding Systems): Typo fix.
814
815 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
816
817 * nonascii.texi (Coding System Basics): Add information about
818 carriage-return.
819
820 2013-09-14 Eli Zaretskii <eliz@gnu.org>
821
822 * display.texi (Display Margins): State the units of measuring
823 margin width. (Bug#15375)
824
825 2013-09-13 Eli Zaretskii <eliz@gnu.org>
826
827 * text.texi (Not Intervals): Minor wording fix.
828
829 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
830
831 * functions.texi (Obsolete Functions): Add an index for obsolete
832 functions.
833
834 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
835
836 * nonascii.texi (Character Properties): Character properties fix
837 for decimal-digit-value and digit-value.
838
839 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * macros.texi (Defining Macros): Prefer "function" to "lambda
842 expression" (bug#15296).
843
844 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
845
846 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
847 for portability to hosts where /bin/sh has problems.
848
849 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
852
853 2013-08-20 Eli Zaretskii <eliz@gnu.org>
854
855 * files.texi (Information about Files): Mention file names with
856 trailing blanks on MS-Windows. (Bug#15130)
857
858 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
859
860 * positions.texi (Positions): Improve indexing.
861
862 2013-08-18 Eli Zaretskii <eliz@gnu.org>
863
864 * markers.texi (The Region): Improve indexing.
865
866 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
867
868 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
869
870 * text.texi (Maintaining Undo): Mention interactive call of
871 buffer-disable-undo.
872 (Filling): Add cross-reference for hard newlines.
873 (Sorting): Fix indentation.
874 (Columns): Comment out undefined behavior.
875 (Case Changes): Fix an `args-out-of-range' error in the example.
876
877 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
878
879 * text.texi (Insertion): Refine.
880 (Margins): Add an index.
881 (Undo): Doc fix for `buffer-undo-list'.
882
883 * positions.texi (Character Motion):
884 * markers.texi (Moving Markers, Creating Markers):
885 Comment out undefined behavior.
886
887 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
888
889 * markers.texi (The Region): Add/move indexes.
890
891 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
892
893 * display.texi (ImageMagick Images): Mention :content-type and
894 `image-content-type-suffixes'.
895
896 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
897
898 * positions.texi (Word Motion): Remove redundant sentence.
899
900 2013-08-13 Glenn Morris <rgm@gnu.org>
901
902 * lists.texi (List Elements):
903 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
904
905 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
906
907 * frames.texi (Display Feature Testing): Add indexes.
908
909 2013-08-12 Glenn Morris <rgm@gnu.org>
910
911 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
912 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
913 (INSTALL_DATA): New, set by configure.
914 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
915 New variables.
916 (.SUFFIXES): Add .ps and .dvi.
917 (.dvi.ps): New suffix rule.
918 (dvi, html, pdf, ps): Use *_TARGETS variables.
919 (elisp.html): Use HTML_OPTS.
920 (elisp.ps): Remove explicit rule.
921 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
922 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
923 uninstall-ps, and uninstall-doc.
924 (install-dvi, install-html, install-pdf, install-ps, install-doc)
925 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
926 (uninstall-doc): New rules.
927 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
928
929 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
930
931 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
932
933 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
934
935 * control.texi (Error Symbols): Minor fix for previous change.
936
937 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
940
941 * control.texi (Signaling Errors): Refer to define-error.
942 (Error Symbols): Add `define-error'.
943
944 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
945
946 * positions.texi (Motion by Screen Lines):
947 * display.texi (Truncation): Rename `cache-long-line-scans'
948 to `cache-long-scans'.
949
950 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
951
952 * windows.texi (Window Start and End): Add an index.
953
954 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
955
956 * display.texi (Face Functions): Add an index.
957
958 * variables.texi (Variable Aliases): Add an index.
959
960 * functions.texi (Defining Functions): Add an index.
961
962 * nonascii.texi (Coding System Basics): Add an index.
963
964 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
965
966 * nonascii.texi (Non-ASCII Characters): Update menu.
967 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
968 Fix cross-references.
969
970 * elisp.texi (Top): Update menu.
971
972 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
973
974 * windows.texi (Window History): Mention the default value of
975 switch-to-visible-buffer. Add cross-references.
976
977 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
978
979 * errors.texi (Standard Errors): Fix typo.
980
981 * files.texi (Magic File Names):
982 * os.texi (File Notifications): Remove file-notify-supported-p.
983
984 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
985
986 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
987 non-well-formed expressions result in unspecified behavior, though
988 Emacs will not crash.
989
990 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
991
992 * files.texi (Magic File Names): Add file-notify-add-watch,
993 file-notify-rm-watch and file-notify-supported-p.
994 Move file-remote-p down.
995
996 * errors.texi (Standard Errors): Add file-notify-error.
997
998 * os.texi (Desktop Notifications): Rename from Notifications.
999 (File Notifications): New node.
1000
1001 * elisp.texi (Top): Update menu for these changes.
1002
1003 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1004
1005 * windows.texi (Display Action Functions): Mention next-window.
1006
1007 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1008
1009 * windows.texi (Selecting Windows): Fix the introduction of
1010 `set-frame-selected-window''s arguments.
1011
1012 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1013
1014 Timestamp fixes for undo (Bug#14824).
1015 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1016
1017 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1018
1019 * nonascii.texi (Text Representations): Document that
1020 multibyte-string-p returns nil for non-string objects.
1021
1022 2013-07-06 Glenn Morris <rgm@gnu.org>
1023
1024 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1025
1026 2013-07-03 Glenn Morris <rgm@gnu.org>
1027
1028 * debugging.texi (Debugging):
1029 * files.texi (File Attributes, Changing Files): Fix cross-references.
1030
1031 * package.texi (Package Archives): Fix @url call.
1032
1033 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1034
1035 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1036
1037 * display.texi (Bidirectional Display): Document move-point-visually.
1038
1039 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1040
1041 * buffers.texi (Buffer File Name): Fix typo.
1042
1043 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1044
1045 * tips.texi (Coding Conventions): Improve wording.
1046
1047 2013-06-24 Glenn Morris <rgm@gnu.org>
1048
1049 * loading.texi (Autoload): Fix typo.
1050
1051 * variables.texi (Lexical Binding): Fix typo.
1052
1053 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1054
1055 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * display.texi (ImageMagick Images): Mention :max-width and
1058 :max-height.
1059
1060 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1061
1062 * numbers.texi (Math Functions): Remove obsolete function log10.
1063
1064 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1067 rather than `local-map'.
1068
1069 * keymaps.texi (Active Keymaps): Fix documentation of
1070 set-temporary-overlay-map and overriding-terminal-local-map.
1071
1072 2013-06-19 Glenn Morris <rgm@gnu.org>
1073
1074 * Makefile.in (dist): Edit more configure variables.
1075 Try to check that we do not miss any in future.
1076
1077 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * text.texi (Undo, Changing Properties): Fix typos.
1080
1081 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1082
1083 * text.texi (Changing Properties): Document `add-face-text-property'.
1084
1085 2013-06-17 Kenichi Handa <handa@gnu.org>
1086
1087 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1088 "Font Selection") in the explanation of :font attribute (bug#14629).
1089
1090 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1093 Document with-eval-after-load instead of eval-after-load.
1094
1095 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1096
1097 * files.texi (File Name Expansion): Make the example more
1098 intuitive.
1099
1100 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1101
1102 Documentation fix for 'ls' and hard links.
1103 * compile.texi (Compilation Functions):
1104 * files.texi (File Attributes, Changing Files):
1105 Use current format for GNU 'ls' output.
1106 (File Attributes): Fix problem introduced in previous change:
1107 the link count is the number of hard links, not the number
1108 of hard links + 1.
1109
1110 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1111
1112 * files.texi (File Attributes): Fix typo.
1113
1114 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * functions.texi (Lambda Expressions): Lambda expressions don't
1117 evaluate to themselves in general (bug#11782).
1118
1119 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * loading.texi (Autoload):
1122 * help.texi (Documentation Basics, Accessing Documentation)
1123 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1124
1125 2013-04-23 Glenn Morris <rgm@gnu.org>
1126
1127 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1128 Tweak other to avoid overly long line.
1129
1130 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1131
1132 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1133 references to the sources. (Bug#13800)
1134
1135 * searching.texi (Regexp Backslash): Doc fix for backslash
1136 constructs in regular expressions.
1137
1138 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1139
1140 * tips.texi (Coding Conventions): Mention separation of package
1141 descriptor and name of internal symbols by two hyphens.
1142
1143 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1144
1145 * windows.texi (Splitting Windows): Change category of
1146 split-window from a command to a function.
1147
1148 2013-04-06 Chong Yidong <cyd@gnu.org>
1149
1150 * display.texi (Faces): Minor clarifications.
1151 (Defining Faces): Clarify default vs custom face specs.
1152 Document face-spec-set.
1153
1154 * display.texi (Overlay Properties):
1155 * text.texi (Special Properties): Use the "anonymous face"
1156 terminology. Describe foreground-color and background-color forms
1157 as compatibility-only.
1158
1159 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1160
1161 * compile.texi (Byte-Code Objects): Add index entry.
1162 (Disassembly): Add cross-references.
1163
1164 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1165
1166 * frames.texi (Size Parameters): More accurate description of the
1167 difference between 'fullboth' and 'maximized'. (Bug#13935)
1168
1169 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1170
1171 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1172
1173 2013-03-16 Glenn Morris <rgm@gnu.org>
1174
1175 * elisp.texi: Add some stuff specific to www.gnu.org.
1176
1177 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1178
1179 * control.texi (Pattern matching case statement): Fix typo.
1180
1181 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1182
1183 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1184
1185 2013-03-03 Glenn Morris <rgm@gnu.org>
1186
1187 * objects.texi (Symbol Type): Fix typo.
1188
1189 2013-02-28 Bastien Guerry <bzg@gnu.org>
1190
1191 * variables.texi (File Local Variables): Fix reference.
1192
1193 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1194
1195 * files.texi (Magic File Names): Improve wording and indexing.
1196
1197 2013-02-21 Glenn Morris <rgm@gnu.org>
1198
1199 * display.texi (Multi-Frame Images): Minor rephrasing.
1200
1201 2013-02-20 Glenn Morris <rgm@gnu.org>
1202
1203 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1204 (ImageMagick Images): For :index, use an xref rather than duplicating.
1205 (Other Image Types): Add GIF, adjust formatting.
1206 (Multi-Frame Images): Rename from Animated Images. Expand section.
1207 * elisp.texi (Top): Update menu for these changes.
1208
1209 2013-02-19 Glenn Morris <rgm@gnu.org>
1210
1211 * text.texi (Change Hooks): Fix typo.
1212
1213 2013-02-15 Glenn Morris <rgm@gnu.org>
1214
1215 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1216
1217 2013-02-13 Glenn Morris <rgm@gnu.org>
1218
1219 * objects.texi (Char-Table Type): Add footnote about #^^.
1220
1221 * modes.texi (Minor Mode Conventions): Fix typo.
1222
1223 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1224 meta characters; this changed in 22.1. (Bug#13684)
1225
1226 * objects.texi (Char-Table Type): Add cindex.
1227
1228 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1229
1230 2013-02-10 Glenn Morris <rgm@gnu.org>
1231
1232 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1233
1234 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1235
1236 * modes.texi (%-Constructs): Remove the description of %t.
1237
1238 * nonascii.texi (MS-DOS File Types): Delete node.
1239
1240 2013-02-08 Glenn Morris <rgm@gnu.org>
1241
1242 * keymaps.texi (Active Keymaps, Searching Keymaps):
1243 Remove confusing mention of "symbolic prefix". (Bug#13643)
1244
1245 2013-01-19 Glenn Morris <rgm@gnu.org>
1246
1247 * macros.texi (Indenting Macros): Fix order of an indent
1248 symbol's arguments. (Bug#13450)
1249
1250 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1251
1252 Allow floating-point file offsets.
1253 * files.texi (Reading from Files, Writing to Files):
1254 Say that file offsets can be numbers, not just integers.
1255
1256 2013-01-09 Glenn Morris <rgm@gnu.org>
1257
1258 * commands.texi (Interactive Codes):
1259 Whitespace does not terminate interactive "S". (Bug#13393)
1260
1261 2013-01-06 Chong Yidong <cyd@gnu.org>
1262
1263 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1264
1265 2013-01-05 Glenn Morris <rgm@gnu.org>
1266
1267 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1268
1269 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1270
1271 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1272 directive in a group of items.
1273
1274 2013-01-05 Chong Yidong <cyd@gnu.org>
1275
1276 * keymaps.texi (Key Sequences): Remove obsolete sentence
1277 (Bug#13356).
1278
1279 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1280
1281 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1282
1283 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * files.texi (File Attributes): Undocument return format of file-acl.
1286
1287 2013-01-03 Glenn Morris <rgm@gnu.org>
1288
1289 * processes.texi (System Processes):
1290 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1291
1292 * searching.texi (Replacing Match): Fix xref.
1293
1294 * elisp.texi (DATE): Bump to Jan 2013.
1295
1296 2013-01-02 Glenn Morris <rgm@gnu.org>
1297
1298 * customize.texi (Common Keywords, Type Keywords):
1299 Replace "active field" with "button". (Bug#13310)
1300
1301 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1302 * tips.texi (Library Headers): Add cindex.
1303
1304 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1305
1306 * functions.texi (Declare Form):
1307 * intro.texi (A Sample Function Description):
1308 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1309 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1310 in @def.. commands. (Bug#13292)
1311
1312 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1313
1314 * files.texi (Changing Files): Document the return values of
1315 set-file-selinux-context and set-file-acl.
1316
1317 2012-12-27 Glenn Morris <rgm@gnu.org>
1318
1319 * files.texi (File Names): Mention Cygwin conversion functions.
1320
1321 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1322
1323 * windows.texi (Selecting Windows): Reword description of
1324 select-window (Bug#13248).
1325
1326 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1327
1328 * files.texi (File Attributes, Changing Files): Remove the details
1329 about the text returned by file-acl. Instead, just document that
1330 it is an opaque string meant to be used by set-file-acl.
1331
1332 2012-12-21 Chong Yidong <cyd@gnu.org>
1333
1334 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1335
1336 * customize.texi (Simple Types): Document key-sequence type
1337 (Bug#13048).
1338
1339 * strings.texi (Text Comparison): Doc fix for compare-strings.
1340
1341 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * files.texi (Magic File Names): Add `file-acl',
1344 `file-selinux-context', `set-file-acl' and
1345 `set-file-selinux-context'. Make the list consistent.
1346
1347 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1348
1349 * tips.texi (Library Headers): New header keyword `Homepage'.
1350 Make continuation lines syntax more precise.
1351
1352 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1353
1354 * files.texi (File Attributes, Changing Files): Update to include
1355 MS-Windows support for ACLs.
1356
1357 2012-12-16 Romain Francoise <romain@orebokech.com>
1358
1359 * files.texi (File Attributes): Document ACL support and new
1360 `file-acl' function.
1361 (Changing Files): Mention argument name change of `copy-file' and
1362 document new function `set-file-acl'.
1363
1364 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1365
1366 Fix permissions bugs with setgid directories etc. (Bug#13125)
1367 * files.texi (Testing Accessibility): Document GROUP arg
1368 of file-ownership-preserved-p.
1369 (File Attributes): Document that 9th element is now
1370 just a placeholder.
1371 * os.texi (User Identification): Document new functions group-gid,
1372 group-real-gid.
1373
1374 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1375
1376 * internals.texi (C Integer Types): New section.
1377 This follows up and records an email in
1378 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1379
1380 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * control.texi (Pattern matching case statement): New node.
1383
1384 * customize.texi (Variable Definitions): Mention the default :group
1385 for defcustoms (bug#13093).
1386
1387 2012-12-09 Glenn Morris <rgm@gnu.org>
1388
1389 * customize.texi (Variable Definitions): Mention eval-defun
1390 on a defcustom calls the :set function when appropriate.
1391
1392 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1393
1394 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1395 These are just minor editorial changes.
1396
1397 2012-12-06 Chong Yidong <cyd@gnu.org>
1398
1399 * lists.texi (Plist Access): Move put example to Symbol Plists.
1400
1401 * symbols.texi (Standard Properties): Fix typo.
1402
1403 2012-12-03 Chong Yidong <cyd@gnu.org>
1404
1405 * symbols.texi (Symbol Properties): New node.
1406 (Symbol Plists): Make it a subsection under Symbol Properties.
1407 (Standard Properties): New node.
1408
1409 * lists.texi (Property Lists): Move here from symbols.texi.
1410 (Plist Access): Rename from Other Plists.
1411
1412 * customize.texi (Variable Definitions):
1413 * display.texi (Defining Faces):
1414 * sequences.texi (Char-Tables): Fix xref.
1415
1416 * keymaps.texi (Key Sequences): `kbd' is now a function.
1417
1418 * commands.texi (Using Interactive): Fix index entry.
1419
1420 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1421
1422 * doclicense.texi: Update to latest version from FSF.
1423 These are just minor editorial changes.
1424 * elisp.texi (GNU Free Documentation License)
1425 (GNU General Public Licens):
1426 Provide sectioning, since doclicense.texi no longer does that.
1427
1428 * loading.texi (Named Features): @ -> @@ to fix typo.
1429
1430 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1431
1432 * windows.texi (Basic Windows): Fix typo.
1433 (Windows and Frames): Fix example. Move description of
1434 window-in-direction here.
1435 (Recombining Windows): Fix example.
1436 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1437 (Switching Buffers): Reword.
1438 (Display Action Functions): Minor adjustments.
1439 (Choosing Window Options): Minor fixes.
1440 (Window History): Minor rewording.
1441 (Dedicated Windows): Correct and reword part describing how
1442 dedicatedness affects functions removing buffers or windows.
1443 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1444
1445 2012-11-24 Chong Yidong <cyd@gnu.org>
1446
1447 * modes.texi (%-Constructs): Fix statement about mode construct
1448 padding (Bug#12866).
1449
1450 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * debugging.texi (Profiling): Make it more clear
1453 that --enable-profiling is about profiling the C code.
1454
1455 2012-11-21 Glenn Morris <rgm@gnu.org>
1456
1457 * display.texi (Attribute Functions):
1458 Update for set-face-* name changes.
1459 Add new "inherit" argument for face-bold-p etc.
1460 Move description of this argument to a common section, like "frame".
1461
1462 * debugging.texi (Profiling): New section.
1463 (Debugging): Mention profiling in the introduction.
1464 * tips.texi (Compilation Tips): Move profiling to separate section.
1465 * elisp.texi: Add Profiling to detailed menu.
1466
1467 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1468
1469 * windows.texi (Display Action Functions): Fix recently added
1470 example. Suggested by Michael Heerdegen.
1471
1472 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1473
1474 Minor cleanup for times as lists of four integers.
1475 * os.texi (Time Parsing): Time values can now be four integers.
1476
1477 2012-11-18 Glenn Morris <rgm@gnu.org>
1478
1479 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1480 * macros.texi (Expansion): Mention eager macro expansion.
1481
1482 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1483
1484 2012-11-18 Leo Liu <sdl.web@gmail.com>
1485
1486 * minibuf.texi (Programmed Completion): Doc fix for metadata
1487 request (Bug#12850).
1488
1489 2012-11-18 Glenn Morris <rgm@gnu.org>
1490
1491 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1492
1493 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1494 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1495 (Window Sizes): Add vindex for window-min-height, window-min-width.
1496 (Display Action Functions): Mention pop-up-frame-parameters.
1497
1498 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1499
1500 * windows.texi (Choosing Window): Rewrite description of
1501 display-buffer-alist (Bug#12167).
1502 (Display Action Functions): Mention inhibit-switch-frame.
1503 Fix description of display-buffer-below-selected. Reorder actions.
1504 Add example (Bug#12848).
1505
1506 2012-11-16 Glenn Morris <rgm@gnu.org>
1507
1508 * display.texi (Face Attributes): Fix :underline COLOR description.
1509 (Attribute Functions): Update for set-face-underline rename.
1510 Tweak descriptions of face-underline-p, face-inverse-video-p.
1511
1512 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1513 so they align better in info.
1514 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1515 Document set-temporary-overlay-map.
1516
1517 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1520 with normal keymaps".
1521
1522 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1523
1524 * internals.texi (Garbage Collection): Update descriptions
1525 of vectorlike_header, garbage-collect and gc-cons-threshold.
1526 (Object Internals): Explain Lisp_Object layout and the basics
1527 of an internal type system.
1528 (Buffer Internals): Update description of struct buffer.
1529
1530 2012-11-13 Glenn Morris <rgm@gnu.org>
1531
1532 * variables.texi (Adding Generalized Variables):
1533 At least mention gv-define-expander and gv-letplace.
1534
1535 * debugging.texi (Error Debugging): Mention debug-on-message.
1536 (Using Debugger): Mention debugger-bury-or-kill.
1537
1538 * control.texi (Signaling Errors):
1539 * debugging.texi (Error Debugging):
1540 * errors.texi (Standard Errors): Add user-error.
1541
1542 * variables.texi (Adding Generalized Variables):
1543 Use standard formatting for common lisp note about setf functions.
1544
1545 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1546
1547 * elisp.texi (Top): Add Recombining Windows to menu.
1548 * windows.texi (Recombining Windows): New subsection.
1549 (Splitting Windows): Rewrite text on handling of window
1550 combinations and move it to new subsection.
1551
1552 2012-11-10 Chong Yidong <cyd@gnu.org>
1553
1554 * searching.texi (Replacing Match): Document \? in replace-match.
1555
1556 * variables.texi (Creating Buffer-Local): Document setq-local and
1557 defvar-local.
1558 (Setting Generalized Variables): Arrange table alphabetically.
1559
1560 * lists.texi (List Elements, List Variables): Clarify descriptions
1561 of push and pop for generalized variables.
1562
1563 * edebug.texi (Specification List): setf is no longer CL-only.
1564
1565 2012-11-10 Glenn Morris <rgm@gnu.org>
1566
1567 * variables.texi (Adding Generalized Variables):
1568 Update description of FIX-RETURN expansion.
1569
1570 * variables.texi (Setting Generalized Variables):
1571 Split most of previous contents into this subsection.
1572 (Adding Generalized Variables): New subsection.
1573 Move note on lack of setf functions here from misc/cl.texi.
1574
1575 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1576
1577 2012-11-10 Chong Yidong <cyd@gnu.org>
1578
1579 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1580
1581 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1582
1583 * os.texi (Notifications): Update descriptions of
1584 notifications-notify, notifications-close-notification and
1585 notifications-get-capabilities according to latest code changes.
1586 Add notifications-get-server-information.
1587
1588 2012-11-03 Chong Yidong <cyd@gnu.org>
1589
1590 * objects.texi (General Escape Syntax): Clarify the explanation of
1591 escape sequences.
1592 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1593 multibyte. Hex escapes do not automatically make a string
1594 multibyte.
1595
1596 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1597
1598 * windows.texi (Switching Buffers): Document option
1599 switch-to-buffer-preserve-window-point.
1600 (Display Action Functions): Document window-height and
1601 window-width alist entries.
1602 (Display Action Functions):
1603 Document display-buffer-below-selected and
1604 display-buffer-in-previous-window.
1605 (Quitting Windows): Document quit-restore-window.
1606 Rewrite section.
1607 (Window Configurations): In window-state-get mention that
1608 argument window must be valid.
1609 (Window Parameters): Document quit-restore window parameter
1610 (Bug#12158).
1611
1612 2012-10-31 Glenn Morris <rgm@gnu.org>
1613
1614 * control.texi (Catch and Throw): Add xref to cl.texi.
1615
1616 * lists.texi (Sets And Lists): Point xref to better location.
1617
1618 * errors.texi (Standard Errors):
1619 * loading.texi (Autoload): Update for cl-lib namespace changes.
1620
1621 * modes.texi (Defining Minor Modes): "Generalized Variables"
1622 section is now in this manual rather than cl.texi.
1623
1624 * eval.texi (Special Forms): No longer special forms: defmacro,
1625 defun, save-window-excursion, with-output-to-temp-buffer.
1626 * functions.texi (Defining Functions): Defun is now a macro.
1627 Defalias is a function.
1628
1629 2012-10-30 Glenn Morris <rgm@gnu.org>
1630
1631 * variables.texi (Generalized Variables): Fix typo.
1632
1633 2012-10-30 Chong Yidong <cyd@gnu.org>
1634
1635 * symbols.texi (Symbol Plists): Document function-get.
1636
1637 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1638
1639 * frames.texi (Visibility of Frames): Document tty-top-frame.
1640
1641 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * keymaps.texi (Format of Keymaps): Document the multiple
1644 inheritance format.
1645
1646 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1647
1648 * windows.texi (Basic Windows): Reformulate description of live,
1649 internal and valid windows.
1650 (Cyclic Window Ordering): Describe new argument of
1651 get-lru-window and get-largest-window. Add description of
1652 window-in-direction.
1653
1654 2012-10-27 Glenn Morris <rgm@gnu.org>
1655
1656 * variables.texi (Generalized Variables): New section,
1657 adapted from misc/cl.texi.
1658 * elisp.texi (Top): Add Generalized Variables to menu.
1659 * lists.texi (List Elements, List Variables):
1660 Mention generalized variables.
1661
1662 * lists.texi (List Elements): Typo fix.
1663
1664 2012-10-27 Chong Yidong <cyd@gnu.org>
1665
1666 * minibuf.texi (High-Level Completion): Don't mention removed
1667 function iswitchb-read-buffer.
1668
1669 * commands.texi (Event Input Misc): Remove last-input-char.
1670 (Command Loop Info): Remove last-command-char.
1671
1672 * frames.texi (Initial Parameters): Don't mention the obsolete
1673 special-display feature.
1674
1675 * windows.texi (Choosing Window): Don't mention the obsolete
1676 special display feature.
1677 (Choosing Window Options): Remove obsolete special-display
1678 variables, and the functions special-display-p and
1679 special-display-popup-frame.
1680
1681 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1682
1683 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1684
1685 * markers.texi (Information from Markers): Remove obsolete
1686 function buffer-has-markers-at.
1687
1688 * text.texi (Yanking): Document yank-handled-properties.
1689
1690 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1691
1692 Update manual for new time stamp format (Bug#12706).
1693 * buffers.texi (Modification Time):
1694 * files.texi (Testing Accessibility, File Attributes):
1695 * intro.texi (Version Info):
1696 * os.texi (Time of Day):
1697 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1698 These instances were missed the first time around.
1699 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1700
1701 2012-10-24 Chong Yidong <cyd@gnu.org>
1702
1703 * minibuf.texi (Text from Minibuffer): Document read-regexp
1704 changes.
1705
1706 * nonascii.texi (Selecting a Representation):
1707 Document set-buffer-multibyte changes.
1708
1709 * keymaps.texi (Toolkit Differences): Node deleted.
1710 (Easy Menu): New node.
1711
1712 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1715
1716 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1717
1718 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1719 * files.texi (File Attributes):
1720 * text.texi (Undo):
1721 Time stamp resolution is now 1 picosecond, not 1 second.
1722
1723 2012-10-23 Chong Yidong <cyd@gnu.org>
1724
1725 * display.texi (Font Lookup): Remove font-list-limit.
1726
1727 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1728 (Bug#12529).
1729
1730 2012-10-22 Glenn Morris <rgm@gnu.org>
1731
1732 * os.texi (Recording Input): Tiny fix.
1733
1734 * intro.texi (Lisp History):
1735 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1736 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1737
1738 2012-10-15 Chong Yidong <cyd@gnu.org>
1739
1740 * macros.texi (Defining Macros): defmacro is now a macro.
1741 Explicitly list the docstring and declare arguments.
1742
1743 * functions.texi (Anonymous Functions): Explicitly list the
1744 docstring, declare, and interactive arguments to lambda.
1745 (Defining Functions): Likewise for defun.
1746 (Inline Functions): Likewise for defsubst.
1747 (Declare Form): Tweak description.
1748
1749 2012-10-13 Chong Yidong <cyd@gnu.org>
1750
1751 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1752
1753 2012-10-05 Chong Yidong <cyd@gnu.org>
1754
1755 * minibuf.texi (Basic Completion): Clarify list form of completion
1756 table (Bug#12564).
1757
1758 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1759
1760 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1761
1762 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1763
1764 Revert the FOLLOW-SYMLINKS change for file-attributes.
1765 * files.texi (File Attributes, Magic File Names): Undo last change.
1766
1767 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1768
1769 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1770 * files.texi (File Attributes): Describe it.
1771 (Magic File Names): Use it.
1772
1773 2012-09-30 Chong Yidong <cyd@gnu.org>
1774
1775 * commands.texi (Click Events): Define "mouse position list".
1776 Remove mention of unimplemented horizontal scroll bars.
1777 (Drag Events, Motion Events): Refer to "mouse position list".
1778 (Accessing Mouse): Document posnp.
1779
1780 * errors.texi (Standard Errors): Tweak arith-error description.
1781 Tweak markup. Remove domain-error and friends, which seem to be
1782 unused after the floating-point code revamp.
1783
1784 * functions.texi (Defining Functions): defun is now a macro.
1785 (Obsolete Functions): Obsolescence also affects
1786 documentation commands. Various clarifications.
1787 (Declare Form): New node.
1788
1789 * strings.texi (String Basics): Copyedits.
1790
1791 * os.texi (Startup Summary): Document leim-list.el change.
1792 (User Identification): Add system-users and system-groups.
1793 (Idle Timers): Minor clarifications.
1794
1795 * macros.texi (Defining Macros): Move description of `declare' to
1796 Declare Form node.
1797
1798 * loading.texi (Autoload):
1799 * help.texi (Documentation Basics): The special sequences can
1800 trigger autoloading.
1801
1802 * numbers.texi (Integer Basics): Copyedits.
1803 (Float Basics): Consider IEEE floating point always available.
1804 (Random Numbers): Document actual limits.
1805 (Arithmetic Operations): Clarify division by zero. Don't mention
1806 the machine-independence of negative division since it does not
1807 happen in practice.
1808
1809 2012-09-28 Leo Liu <sdl.web@gmail.com>
1810
1811 * files.texi (Files): Fix typo.
1812
1813 2012-09-23 Chong Yidong <cyd@gnu.org>
1814
1815 * buffers.texi (Read Only Buffers): Document read-only-mode.
1816
1817 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1818 read-only-mode.
1819
1820 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1821 calling conventions.
1822
1823 2012-09-22 Chong Yidong <cyd@gnu.org>
1824
1825 * searching.texi (Replacing Match): Minor clarification.
1826
1827 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1828
1829 * edebug.texi (Instrumenting): Improve indexing.
1830
1831 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1832 from within its own timer action. (Bug#12447)
1833
1834 2012-09-22 Chong Yidong <cyd@gnu.org>
1835
1836 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1837
1838 2012-09-21 Glenn Morris <rgm@gnu.org>
1839
1840 * debugging.texi (Using Debugger): Fix typo.
1841
1842 2012-09-18 Chong Yidong <cyd@gnu.org>
1843
1844 * display.texi (Faces): Discuss anonymous faces.
1845 (Face Attributes): Tweak intro.
1846 (Defining Faces): Move after the Face Attributes node. Copyedits.
1847 (Displaying Faces): Describe role of inheritance.
1848
1849 * customize.texi (Customization): Define customization more
1850 carefully (Bug#11440).
1851 (Common Keywords): Add xref to Constant Variables.
1852
1853 * variables.texi (Defining Variables): Link to defcustom's node
1854 instead of the higher-level Customization chapter.
1855
1856 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1857
1858 Simplify, document, and port floating-point (Bug#12381).
1859 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1860 Document that / and mod (with floating point arguments), along
1861 with asin, acos, log, log10, expt and sqrt, return special values
1862 instead of signaling exceptions.
1863 (Float Basics): Document that logb operates on the absolute value
1864 of its argument.
1865 (Math Functions): Document that (log ARG BASE) also returns NaN if
1866 BASE is negative. Document that (expt X Y) returns NaN if X is a
1867 finite negative number and Y a finite non-integer.
1868
1869 2012-09-09 Chong Yidong <cyd@gnu.org>
1870
1871 * lists.texi (Sets And Lists): Explain that the return value for
1872 delete should be used, like for delq.
1873
1874 * minibuf.texi (Yes-or-No Queries): Document recentering and
1875 scrolling in y-or-n-p. Remove gratuitous example.
1876
1877 * searching.texi (Search and Replace): Document window scrolling
1878 entries in query-replace-map.
1879
1880 2012-09-08 Chong Yidong <cyd@gnu.org>
1881
1882 * syntax.texi (Syntax Table Internals): Define "raw syntax
1883 descriptor" terminology (Bug#12383).
1884 (Syntax Descriptors): Mention raw syntax descriptors.
1885
1886 2012-09-07 Chong Yidong <cyd@gnu.org>
1887
1888 * variables.texi (Creating Buffer-Local): Fix description of
1889 local-variable-if-set-p (Bug#10713).
1890
1891 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1892
1893 * windows.texi (Display Action Functions)
1894 (Choosing Window Options): Remove obsolete variable
1895 display-buffer-reuse-frames.
1896 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1897
1898 * positions.texi (Narrowing): Document buffer-narrowed-p.
1899
1900 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1901
1902 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1903 (Bug#12269).
1904
1905 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1906
1907 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1908
1909 2012-09-02 Chong Yidong <cyd@gnu.org>
1910
1911 * windows.texi (Window Configurations): Recommend against using
1912 save-window-excursion (Bug#12075).
1913
1914 * control.texi (Catch and Throw):
1915 * positions.texi (Excursions): Don't mention it.
1916
1917 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1918
1919 Better seed support for (random).
1920 * numbers.texi (Random Numbers): Document new behavior of
1921 the calls (random) and (random STRING).
1922
1923 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1924
1925 * windows.texi (Window Point): Document recent changes in
1926 window-point and set-window-point.
1927 (Selecting Windows): Document recent change in select-window.
1928
1929 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1930
1931 * functions.texi (Closures): Put the main index entry for
1932 "closures" here. (Bug#12138)
1933
1934 * variables.texi (Lexical Binding): Disambiguate the index entry
1935 for "closures".
1936
1937 2012-08-05 Chong Yidong <cyd@gnu.org>
1938
1939 * display.texi (Defining Faces): Move documentation of
1940 frame-background-mode to the Emacs manual (Bug#7774).
1941
1942 2012-08-04 Chong Yidong <cyd@gnu.org>
1943
1944 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1945 Fix description of syntax table inheritance.
1946 (Syntax Table Functions): Don't refer to internal contents of
1947 syntax table, since that is not explained yet. Copyedits.
1948 (Standard Syntax Tables): Node deleted.
1949 (Syntax Table Internals): Misc clarifications. Improve table
1950 formatting.
1951
1952 * keymaps.texi (Inheritance and Keymaps):
1953 * text.texi (Sticky Properties): Tweak index entry.
1954
1955 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1956
1957 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1958
1959 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1960
1961 Prefer typical American spelling for "acknowledgment".
1962 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1963
1964 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1965
1966 * commands.texi (Special Events): Mention language-change event.
1967 (Input Events, Interactive Codes):
1968 * keymaps.texi (Key Sequences): Mention events that are
1969 non-keyboard but also non-mouse events.
1970
1971 2012-07-17 Chong Yidong <cyd@gnu.org>
1972
1973 * text.texi (Insertion): Document insert-char changes.
1974
1975 2012-07-15 Leo Liu <sdl.web@gmail.com>
1976
1977 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1978
1979 2012-07-13 Chong Yidong <cyd@gnu.org>
1980
1981 * buffers.texi (Read Only Buffers): Document toggle-read-only
1982 changes. Reword to account for the fact that read-only is
1983 currently not supported in overlay properties.
1984
1985 2012-07-07 Chong Yidong <cyd@gnu.org>
1986
1987 * loading.texi (Library Search): Index site-lisp directories.
1988
1989 2012-07-06 Chong Yidong <cyd@gnu.org>
1990
1991 * intro.texi (A Sample Function Description): Fix incorrect
1992 markup, undoing previous change.
1993 (A Sample Variable Description): Minor clarifications and markup
1994 improvements.
1995
1996 * elisp.texi (Top):
1997 * text.texi (Text): Fix menu order.
1998
1999 2012-07-06 Richard Stallman <rms@gnu.org>
2000
2001 * intro.texi (Evaluation Notation, A Sample Function Description)
2002 (A Sample Variable Description): Improve/undo previous changes.
2003
2004 2012-07-05 Glenn Morris <rgm@gnu.org>
2005
2006 * intro.texi (A Sample Function Description): Fix cross-refs.
2007
2008 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2009
2010 * intro.texi (Evaluation Notation, A Sample Function Description)
2011 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2012
2013 2012-06-27 Chong Yidong <cyd@gnu.org>
2014
2015 * processes.texi (Asynchronous Processes, Input to Processes):
2016 * internals.texi (Process Internals): Don't capitalize "pty".
2017
2018 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2019
2020 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2021 discussion more prominent.
2022
2023 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2024
2025 * commands.texi (Misc Events): Document the language-change event.
2026
2027 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2028
2029 Support higher-resolution time stamps (Bug#9000).
2030 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2031 * processes.texi (System Processes):
2032 Time stamp resolution is now picosecond, not microsecond.
2033
2034 2012-06-21 Glenn Morris <rgm@gnu.org>
2035
2036 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2037
2038 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * functions.texi (Defining Functions):
2041 * macros.texi (Defining Macros): Un-define the return value of `defun',
2042 `defmacro' and `defalias'.
2043
2044 2012-06-17 Chong Yidong <cyd@gnu.org>
2045
2046 * elisp.texi: Remove urlcolor setting.
2047
2048 2012-06-17 Glenn Morris <rgm@gnu.org>
2049
2050 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2051 Overlining no longer behaves exactly like underlining.
2052
2053 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2054
2055 * display.texi (Face Attributes):
2056 Document wave-style underline face attribute.
2057
2058 2012-06-11 Chong Yidong <cyd@gnu.org>
2059
2060 * display.texi (ImageMagick Images): ImageMagick now supports the
2061 :background property.
2062
2063 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2064
2065 * internals.texi (Garbage Collection): Typo fix.
2066
2067 2012-06-09 Chong Yidong <cyd@gnu.org>
2068
2069 * text.texi (Special Properties): Clarify the meaning of a list of
2070 faces in the `face' property.
2071
2072 * display.texi (Face Remapping): Minor clarification.
2073
2074 2012-06-08 Chong Yidong <cyd@gnu.org>
2075
2076 * display.texi (Face Attributes): Font family does not accept
2077 wildcards. De-document obsolete :bold and :italic attributes.
2078 (Defining Faces): Use new-style face spec format.
2079
2080 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2081
2082 * internals.texi (Garbage Collection): Document new
2083 vector management code and vectorlike_header structure.
2084
2085 2012-06-03 Chong Yidong <cyd@gnu.org>
2086
2087 * modes.texi (Mode Line Data): Use "mode line construct"
2088 terminology for consistency.
2089
2090 2012-05-27 Glenn Morris <rgm@gnu.org>
2091
2092 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2093 * buffers.texi, commands.texi, compile.texi, control.texi:
2094 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2095 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2096 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2097 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2098 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2099 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2100 * objects.texi, os.texi, package.texi, positions.texi:
2101 * processes.texi, searching.texi, sequences.texi, streams.texi:
2102 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2103 * variables.texi, windows.texi: Nuke hand-written node pointers.
2104
2105 2012-05-27 Chong Yidong <cyd@gnu.org>
2106
2107 * functions.texi (Obsolete Functions):
2108 Fix doc for set-advertised-calling-convention.
2109
2110 * modes.texi (Mode Help): Fix describe-mode.
2111
2112 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2113
2114 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2115
2116 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2117
2118 * commands.texi (Recursive Editing): recursive-edit is a command.
2119
2120 * compile.texi (Docs and Compilation):
2121 byte-compile-dynamic-docstrings is an option.
2122
2123 * debugging.texi (Invoking the Debugger): debug is a command.
2124
2125 * display.texi (Progress): progress-reporter-update and
2126 progress-reporter-force-update have VALUE argument optional.
2127 (Animated Images): Use non-@code{nil} instead of non-nil.
2128
2129 * files.texi (Format Conversion Round-Trip):
2130 Use non-@code{nil} instead of non-nil.
2131
2132 * frames.texi (Creating Frames): make-frame is a command.
2133 (Input Focus): select-frame is a command.
2134 (Pointer Shape): void-text-area-pointer is an option.
2135
2136 * help.texi (Describing Characters): read-kbd-macro is a command.
2137 (Help Functions): describe-prefix-bindings is a command.
2138
2139 * markers.texi (Creating Markers): Both arguments of copy-marker
2140 are optional.
2141
2142 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2143
2144 * modes.texi (Mode Line Variables): mode-line-remote and
2145 mode-line-client are not options.
2146 (Imenu): imenu-add-to-menubar is a command.
2147 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2148
2149 * os.texi (Sound Output): play-sound-file is a command.
2150
2151 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2152
2153 * processes.texi (Signals to Processes):
2154 Use @key{RET} instead of @code{RET}.
2155 (Signals to Processes): signal-process is a command.
2156
2157 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2158 (Base 64): base64-encode-string is not a command while
2159 base64-decode-region is.
2160
2161 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2162
2163 2012-05-12 Glenn Morris <rgm@gnu.org>
2164
2165 * Makefile.in (MKDIR_P): New, set by configure.
2166 (mkinfodir): Use $MKDIR_P.
2167
2168 2012-05-10 Glenn Morris <rgm@gnu.org>
2169
2170 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2171 with "coding: raw-text".
2172 Concept of multibyte sessions no longer exists.
2173
2174 * files.texi (File Locks): Mention create-lockfiles option.
2175
2176 2012-05-09 Glenn Morris <rgm@gnu.org>
2177
2178 * vol1.texi, vol2.texi: Remove files.
2179 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2180 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2181
2182 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2183
2184 * two-volume.make (emacsdir): New.
2185 (tex): Add directory with emacsver.texi to TEXINPUTS.
2186
2187 * minibuf.texi (Minibuffer History, Basic Completion):
2188 Tweak page breaks.
2189
2190 * internals.texi (Garbage Collection, Memory Usage)
2191 (Writing Emacs Primitives): Tweak page breaks.
2192
2193 * streams.texi (Output Variables): Improve page break.
2194
2195 * edebug.texi (Edebug Display Update): Improve page break.
2196
2197 * compile.texi (Disassembly): Condense the examples.
2198
2199 * eval.texi, functions.texi, loading.texi, macros.texi:
2200 Where possible, use example rather than smallexample.
2201
2202 * symbols.texi: Where possible, use example rather than smallexample.
2203 (Symbol Components): Fix typo.
2204 (Other Plists): Tweak page break.
2205
2206 * sequences.texi (Arrays): Tweak page breaks.
2207
2208 * customize.texi: Where possible, use example rather than smallexample.
2209 (Common Keywords, Variable Definitions, Applying Customizations)
2210 (Custom Themes): Tweak page breaks.
2211
2212 * control.texi: Where possible, use example rather than smallexample.
2213 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2214 Tweak page breaks.
2215
2216 2012-05-08 Glenn Morris <rgm@gnu.org>
2217
2218 * two.el: Remove; unused since creation of two-volume.make.
2219
2220 * vol1.texi, vol2.texi: No need to keep menus in these files.
2221
2222 2012-05-05 Glenn Morris <rgm@gnu.org>
2223
2224 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2225
2226 * intro.texi (Caveats): Copyedit.
2227 (Lisp History): Convert inforef to xref.
2228 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2229
2230 * text.texi (Auto Filling): Don't mention Emacs 19.
2231
2232 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2233 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2234
2235 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2236
2237 * lists.texi (List-related Predicates, List Variables):
2238 Tweak page-breaks.
2239 (Sets And Lists): Convert inforef to xref.
2240
2241 2012-05-04 Glenn Morris <rgm@gnu.org>
2242
2243 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2244 (info, infoclean): Use $INFO_EXT.
2245 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2246 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2247 (info, maintainer-clean): Use $INFO_EXT.
2248 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2249
2250 2012-05-04 Chong Yidong <cyd@gnu.org>
2251
2252 * os.texi (Timers): Use defopt for timer-max-repeats.
2253
2254 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2255
2256 * os.texi (Time of Day): Do not limit current-time-string
2257 to years 1000..9999.
2258
2259 2012-05-02 Chong Yidong <cyd@gnu.org>
2260
2261 * display.texi (Font Lookup):
2262 * frames.texi (Pointer Shape):
2263 * processes.texi (Subprocess Creation): Use defopt for options.
2264
2265 2012-05-02 Glenn Morris <rgm@gnu.org>
2266
2267 * elisp.texi (@copying):
2268 * intro.texi (Introduction): Only print VERSION in the TeX version.
2269
2270 2012-05-02 Chong Yidong <cyd@gnu.org>
2271
2272 * text.texi (Change Hooks): Minor fix for after-change-functions.
2273
2274 2012-05-02 Glenn Morris <rgm@gnu.org>
2275
2276 * package.texi (Packaging Basics):
2277 * loading.texi (Autoload):
2278 * files.texi (Magic File Names):
2279 Reword to remove/reduce some overly long/short lines.
2280
2281 2012-04-27 Glenn Morris <rgm@gnu.org>
2282
2283 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2284 * modes.texi (Major Modes, Auto-Indentation):
2285 * buffers.texi (Buffers): Some fixes for menu descriptions.
2286
2287 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2288 * functions.texi (Simple Lambda, Argument List):
2289 * eval.texi (Function Indirection): Avoid deprecated form.
2290
2291 2012-04-27 Glenn Morris <rgm@gnu.org>
2292
2293 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2294 Add "et al." to authors.
2295
2296 * buffers.texi, commands.texi, compile.texi, control.texi:
2297 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2298 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2299 * modes.texi, numbers.texi, objects.texi, streams.texi:
2300 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2301 Use Texinfo recommended convention for quotes+punctuation.
2302
2303 2012-04-27 Chong Yidong <cyd@gnu.org>
2304
2305 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2306 to where-is-internal (Bug#10872).
2307
2308 2012-04-27 Glenn Morris <rgm@gnu.org>
2309
2310 * macros.texi (Indenting Macros): Fix typo.
2311
2312 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2313 (Resizing Windows, Deleting Windows, Selecting Windows)
2314 (Choosing Window Options, Horizontal Scrolling)
2315 (Cyclic Window Ordering, Window History, Dedicated Windows)
2316 (Quitting Windows, Window Configurations, Textual Scrolling)
2317 (Coordinates and Windows, Window Configurations)
2318 (Window Parameters, Window Hooks): Copyedits.
2319 (Splitting Windows, Deleting Windows):
2320 Fix ignore-window-parameters logic.
2321 (Selecting Windows, Choosing Window Options): Markup fixes.
2322 (Window Start and End): Remove pointless example.
2323 Remove cross-reference to deleted count-lines content.
2324 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2325 and recenter-positions. Remove recenter example.
2326
2327 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2328
2329 * minibuf.texi (Intro to Minibuffers):
2330 Tweak discussion of resizing minibuffer window.
2331
2332 2012-04-26 Glenn Morris <rgm@gnu.org>
2333
2334 * elisp-covers.texi, front-cover-1.texi: Remove files.
2335
2336 * tindex.pl: Remove file.
2337
2338 * makefile.w32-in (srcs):
2339 * Makefile.in (srcs): Remove back.texi (which is unused).
2340
2341 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * os.texi (Notifications): Extend possible notification hints.
2344 Add notifications-get-capabilities.
2345
2346 2012-04-20 Chong Yidong <cyd@gnu.org>
2347
2348 * processes.texi (Asynchronous Processes): Mention nil argument to
2349 start-process.
2350
2351 2012-04-20 Glenn Morris <rgm@gnu.org>
2352
2353 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2354 Don't mention obsolete `nospace' argument of all-completions.
2355 (Minibuffer Completion, Completion Commands, Reading File Names)
2356 (Completion Variables): Copyedits.
2357 (Completion Commands): Mention parent keymaps.
2358 Remove obsolete minibuffer-local-filename-must-match-map.
2359 (High-Level Completion): Remove read-variable's almost
2360 word-for-word duplication of read-command.
2361 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2362 Update "High-Level Completion" description.
2363
2364 * minibuf.texi (Minibuffers):
2365 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2366
2367 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2368 Use Texinfo-recommended form of quote+punctuation.
2369 (Intro to Minibuffers): First minibuffer is #1, not #0.
2370 Mention minibuffer-inactive-mode.
2371 (Text from Minibuffer): Copyedits.
2372 (Minibuffer History, Programmed Completion): Fix @var usage.
2373 (Object from Minibuffer): Remove overly pedantic para.
2374 (Minibuffer History): Copyedits. Add face-name-history.
2375 (Initial Input, Yes-or-No Queries, Multiple Queries)
2376 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2377 (Yes-or-No Queries): Tweak example.
2378 (Minibuffer Commands): Add next-complete-history-element.
2379 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2380 minibuffer-inactive-mode.
2381
2382 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2383 (Bindat Functions): Copyedits.
2384
2385 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2386
2387 * files.texi (Saving Buffers): Document `visit and `visit-save'
2388 values of require-final-newline.
2389
2390 2012-04-20 Glenn Morris <rgm@gnu.org>
2391
2392 * processes.texi (Output from Processes, Filter Functions):
2393 Mention waiting-for-user-input-p.
2394 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2395 (Network Servers, Datagrams, Network Processes, Network Options)
2396 (Network Feature Testing, Serial Ports): Copyedits.
2397 (Network): Add encrypted network overview paragraph.
2398 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2399
2400 2012-04-20 Chong Yidong <cyd@gnu.org>
2401
2402 * help.texi (Keys in Documentation): Mention :advertised-binding.
2403
2404 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2405 description to help.texi.
2406
2407 2012-04-20 Glenn Morris <rgm@gnu.org>
2408
2409 * processes.texi (Process Information, Input to Processes)
2410 (Signals to Processes, Output from Processes, Process Buffers)
2411 (Filter Functions, Decoding Output): Copyedits.
2412 (Accepting Output): Discourage use of `millisec' argument.
2413
2414 2012-04-15 Glenn Morris <rgm@gnu.org>
2415
2416 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2417 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2418 Copyedits.
2419 (Subprocess Creation): Discourage modifying exec-path directly.
2420 (Synchronous Processes, Asynchronous Processes):
2421 Update some example output.
2422 (Process Information): Fix typo.
2423 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2424
2425 2012-04-15 Glenn Morris <rgm@gnu.org>
2426
2427 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2428 open-network-stream does exist in Emacs 23, but is simpler.
2429
2430 2012-04-15 Chong Yidong <cyd@gnu.org>
2431
2432 * customize.texi (Custom Themes): Also document load-theme etc.
2433
2434 2012-04-14 Chong Yidong <cyd@gnu.org>
2435
2436 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2437
2438 * display.texi (Defining Faces): Reference custom-set-faces.
2439
2440 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2441 * os.texi (Startup Summary): Copyedits.
2442
2443 2012-04-14 Glenn Morris <rgm@gnu.org>
2444
2445 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2446
2447 * strings.texi (Case Tables):
2448 * objects.texi (General Escape Syntax):
2449 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2450
2451 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2452 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2453 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2454 * text.texi: Use @file for buffers, per the Texinfo manual.
2455
2456 * compile.texi (Compiler Errors): Add missing space in buffer name.
2457
2458 2012-04-14 Chong Yidong <cyd@gnu.org>
2459
2460 * processes.texi (Query Before Exit): Remove obsolete function
2461 process-kill-without-query (Bug#11190).
2462
2463 2012-04-14 Glenn Morris <rgm@gnu.org>
2464
2465 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2466 Use @env for environment variables.
2467
2468 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2469
2470 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2471
2472 * processes.texi (Synchronous Processes):
2473 Mention `default-directory' (bug#7515).
2474
2475 2012-04-09 Chong Yidong <cyd@gnu.org>
2476
2477 * customize.texi (Variable Definitions): Remove user-variable-p.
2478
2479 * commands.texi (Interactive Codes):
2480 * help.texi (Accessing Documentation):
2481 * minibuf.texi (High-Level Completion): Callers changed.
2482
2483 2012-04-06 Chong Yidong <cyd@gnu.org>
2484
2485 * minibuf.texi (Programmed Completion): Document metadata method.
2486 (Completion Variables): Document completion-category-overrides.
2487
2488 2012-04-05 Chong Yidong <cyd@gnu.org>
2489
2490 * anti.texi (Antinews): Rewrite for Emacs 23.
2491
2492 2012-04-04 Chong Yidong <cyd@gnu.org>
2493
2494 * minibuf.texi (Programmed Completion): Remove obsolete variable
2495 completion-annotate-function.
2496 (Completion Variables): Rename from Completion Styles.
2497 Document completion-extra-properties. Document completion-styles-alist
2498 change.
2499 (Reading File Names): minibuffer-local-filename-must-match-map is
2500 not used anymore.
2501 (Minibuffer Completion): Document completing-read-function.
2502 (Completion in Buffers): completion-at-point-functions can return
2503 properties recognized in completion-extra-properties.
2504
2505 * display.texi (Delayed Warnings): New node.
2506
2507 * os.texi (Notifications): Copyedits.
2508
2509 2012-04-04 Glenn Morris <rgm@gnu.org>
2510
2511 * os.texi (Notifications): Copyedits.
2512
2513 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * os.texi (Terminal-Specific): Fix typo.
2516 (Notifications): New section.
2517
2518 * elisp.texi (Top):
2519 * vol1.texi (Top):
2520 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2521 menu entries.
2522
2523 2012-04-01 Chong Yidong <cyd@gnu.org>
2524
2525 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2526 file-in-directory-p.
2527
2528 2012-03-31 Glenn Morris <rgm@gnu.org>
2529
2530 * edebug.texi (Instrumenting Macro Calls):
2531 Mention defining macros at instrumentation time.
2532 (Edebug Options): Mention edebug-unwrap-results.
2533
2534 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2535
2536 * text.texi (Special Properties): Clarify the description of the
2537 effect of integer values of the 'cursor' property on cursor
2538 position. See the discussions in bug#11068 for more details and
2539 context.
2540
2541 2012-03-31 Glenn Morris <rgm@gnu.org>
2542
2543 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2544 Copyedits.
2545
2546 2012-03-30 Chong Yidong <cyd@gnu.org>
2547
2548 * display.texi (Image Formats): Add imagemagick type.
2549 (Image Descriptors): Mention how they are used.
2550 (ImageMagick Images): Clarify role of imagemagick-register-types.
2551 (Character Display): Don't mention glyph tables.
2552 (Display Tables): Use make-glyph-code in example.
2553 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2554 tables are semi-obsolete. De-document create-glyph.
2555 (Glyphless Chars): Note that display tables override this.
2556 (Bidirectional Display): Copyedits. Introduce "bidirectional
2557 reordering" terminology, and use it.
2558
2559 2012-03-30 Glenn Morris <rgm@gnu.org>
2560
2561 * edebug.texi (Jumping): Give name of `i' binding.
2562
2563 2012-03-28 Glenn Morris <rgm@gnu.org>
2564
2565 * searching.texi (Regular Expressions, Regexp Special)
2566 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2567 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2568 (Regexp Special): Mention collation.
2569 Clarify char classes with an example.
2570 (Regexp Functions): Mention regexp-opt is not guaranteed.
2571 Mention regexp-opt-charset.
2572 (Regexp Search): Recommend against looking-back.
2573 (Search and Replace): Use Texinfo recommended quote convention.
2574 Add more query-replace-map items. List multi-query-replace-map items.
2575
2576 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2577
2578 * windows.texi (Window History): Describe new option
2579 switch-to-visible-buffer.
2580
2581 2012-03-27 Glenn Morris <rgm@gnu.org>
2582
2583 * searching.texi (String Search): Add xref to Emacs manual.
2584 Copyedits. Mention the function word-search-regexp.
2585 (Searching and Case): Add xref to Emacs manual. Copyedits.
2586
2587 * processes.texi (Network Servers): Standardize apostrophe usage.
2588
2589 * os.texi (System Environment): Copyedits. Remove some examples
2590 that do not seem useful. Mention setenv third arg.
2591 tty-erase-char does not seem to be nil under a window-system.
2592 (User Identification): Copyedits.
2593 Remove some examples that do not seem useful.
2594
2595 2012-03-26 Glenn Morris <rgm@gnu.org>
2596
2597 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2598 (Init File): Copyedits.
2599 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2600 (Killing Emacs): Copyedits.
2601 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2602 Shorten the example, use more standard shell prompts.
2603
2604 2012-03-25 Chong Yidong <cyd@gnu.org>
2605
2606 * display.texi (Fringes): Note that fringes are shown on graphical
2607 displays only.
2608 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2609 (Replacing Specs): Clarify example.
2610 (Manipulating Buttons): Note that button-at can return a marker.
2611 (Buttons): Minor rewrite.
2612 (Character Display): New node. Consolidate all character display
2613 related nodes into its subsections.
2614 (Usual Display): Character 127 is also affected by ctl-arrow.
2615 (Display Tables): Improve example.
2616
2617 2012-03-22 Glenn Morris <rgm@gnu.org>
2618
2619 * strings.texi (Text Comparison): Mention string-prefix-p.
2620
2621 2012-03-21 Chong Yidong <cyd@gnu.org>
2622
2623 * display.texi (The Echo Area): Add xref to Output Streams.
2624 (Displaying Messages): Improve doc of message.
2625 (Echo Area Customization, Invisible Text): Copyedits.
2626 (Invisible Text): Mention that spec comparison is done with eq.
2627 (Width): Improve doc of char-width.
2628 (Faces): Recommend using symbol instead of string for face name.
2629 Minor clarifications.
2630 (Defining Faces): Copyedits. Update face example.
2631 (Attribute Functions): Mark set-face-foreground etc as commands.
2632 (Face Remapping): Mention text-scale-adjust.
2633 Clarify face-remapping-alist and related docs.
2634 (Face Functions): Don't document make-face or copy-face.
2635
2636 2012-03-20 Chong Yidong <cyd@gnu.org>
2637
2638 * display.texi (Forcing Redisplay): Various rewrites to reflect
2639 new value of redisplay-dont-pause.
2640 (Truncation): Copyedits.
2641
2642 2012-03-20 Glenn Morris <rgm@gnu.org>
2643
2644 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2645 Add summary table of some relevant command-line options.
2646
2647 2012-03-18 Chong Yidong <cyd@gnu.org>
2648
2649 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2650 (Writing Emacs Primitives): Re-organize discussion of functions
2651 with variable Lisp arguments are handled. Delete an obsolete
2652 remark, previously tagged as FIXME.
2653
2654 * os.texi (Idle Timers): Minor clarification.
2655 (Idle Timers): Link to Time of Day for description of time list.
2656
2657 2012-03-18 Glenn Morris <rgm@gnu.org>
2658
2659 * os.texi (System Interface): Flow control was removed.
2660 (Startup Summary): General update.
2661 (Init File): Don't mention compiling it.
2662
2663 2012-03-17 Chong Yidong <cyd@gnu.org>
2664
2665 * os.texi (Startup Summary): Mention package loading.
2666 (Init File): Don't refer to .emacs in section title. Copyedits.
2667 (Terminal-Specific): Give a realistic example.
2668 (Command-Line Arguments): Reference Entering Emacs instead of
2669 repeating the spiel about not restarting Emacs.
2670 (Time of Day): Discuss time representation at beginning of node.
2671 (Sound Output): Copyedits.
2672
2673 * package.texi (Packaging Basics): Document package-initialize.
2674
2675 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2676
2677 * frames.texi (Initial Parameters): Add an index entry for
2678 minibuffer-only frame.
2679
2680 2012-03-16 Glenn Morris <rgm@gnu.org>
2681
2682 * modes.texi (Major Mode Conventions): Mention the strange
2683 relationship between View mode and special modes. (Bug#10650)
2684
2685 2012-03-11 Chong Yidong <cyd@gnu.org>
2686
2687 * windows.texi (Window Configurations): save-window-excursion is
2688 now a macro.
2689
2690 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2691 now a macro.
2692
2693 * text.texi (Fields): Minor copyedit.
2694
2695 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2696
2697 * strings.texi (String Basics):
2698 * sequences.texi (Sequence Functions): Mention that `length' is
2699 not appropriate for computing the string width on display; add a
2700 cross-reference to the description of `string-width'. (Bug#10978)
2701
2702 * eval.texi (Autoloading): Minor change of wording.
2703
2704 2012-03-10 Chong Yidong <cyd@gnu.org>
2705
2706 * loading.texi (Autoload): Explicitly state which forms are
2707 processed specially (Bug#7783).
2708
2709 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2710 non-default situation. Describe one-submenu exception (Bug#7695).
2711
2712 * nonascii.texi (Character Properties): Copyedits.
2713
2714 2012-03-08 Chong Yidong <cyd@gnu.org>
2715
2716 * text.texi (Mode-Specific Indent): Document new behavior of
2717 indent-for-tab-command. Document tab-always-indent.
2718 (Special Properties): Copyedits.
2719 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2720 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2721 libxml-parse-html-region.
2722
2723 2012-03-07 Glenn Morris <rgm@gnu.org>
2724
2725 * markers.texi (The Region): Briefly mention use-empty-active-region
2726 and region-active-p.
2727 (Overview of Markers): Reword garbage collection, add cross-ref.
2728 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2729
2730 2012-03-07 Chong Yidong <cyd@gnu.org>
2731
2732 * text.texi (Buffer Contents): Don't duplicate explanation of
2733 region arguments from Text node. Put doc of obsolete var
2734 buffer-substring-filters back, since it is referred to.
2735 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2736 selection by default.
2737
2738 * markers.texi (The Mark): Fix typo.
2739 (The Region): Copyedits.
2740
2741 2012-03-07 Glenn Morris <rgm@gnu.org>
2742
2743 * markers.texi (Overview of Markers): Copyedits.
2744 (Creating Markers): Update approximate example buffer size.
2745 (The Mark): Don't mention uninteresting return values.
2746
2747 2012-03-05 Chong Yidong <cyd@gnu.org>
2748
2749 * positions.texi (Text Lines): Document count-words.
2750
2751 2012-03-04 Chong Yidong <cyd@gnu.org>
2752
2753 * frames.texi (Frames): Remove little-used "terminal frame" and
2754 "window frame" terminology.
2755 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2756 (Size and Position, Visibility of Frames): Callers changed.
2757 (Frames): Clarify which terminals in framep are graphical.
2758 (Initial Parameters): --geometry is not the only option which adds
2759 to initial-frame-alist.
2760 (Position Parameters): Note that icon-left and icon-top are for
2761 old window managers only.
2762 (Size Parameters): Sizes are in characters even on graphical
2763 displays.
2764 (Management Parameters): Note that window-id and outer-window-id
2765 can't really be changed, and that auto-raise isn't always obeyed.
2766 (Cursor Parameters): Document cursor-type explicitly.
2767 (Size and Position): The aliases set-screen-height and
2768 set-screen-width have been deleted.
2769 (Visibility of Frames): Mention "minimization".
2770
2771 * os.texi (Startup Summary): Minor clarifications.
2772 (Startup Summary, Suspending Emacs): Standardize on "text
2773 terminal" terminology.
2774
2775 * windows.texi (Basic Windows, Coordinates and Windows)
2776 (Coordinates and Windows):
2777 * display.texi (Refresh Screen, Line Height, Face Attributes)
2778 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2779
2780 2012-03-04 Glenn Morris <rgm@gnu.org>
2781
2782 * abbrevs.texi: Small copyedits throughout.
2783 (Abbrev Mode): Remove this section, folding it into the top-level.
2784 (Abbrev Tables): Don't mention irrelevant return values.
2785 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2786 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2787 (Abbrev Table Properties): Update nil :regexp description.
2788
2789 2012-03-03 Glenn Morris <rgm@gnu.org>
2790
2791 * internals.texi: Change @appendix section commands to @section.
2792 (Building Emacs): Say less about CANNOT_DUMP platforms.
2793 Replace deleted eval-at-startup with custom-initialize-delay.
2794 (Pure Storage): Small changes.
2795 (Memory Usage): Copyedit.
2796 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2797 example definitions. Give examples of things with non-nil
2798 interactive args. Mention eval_sub. Remove old info about
2799 strings and GCPRO. Mention cus-start.el.
2800 (Buffer Internals, Window Internals, Process Internals):
2801 Misc small updates and fixes for fields.
2802
2803 * tips.texi: Copyedits.
2804 (Coding Conventions): Mention autoloads.
2805 Combine partially duplicated macro items. Fix xref.
2806 Refer to Library Headers for copyright notice.
2807 (Programming Tips): edit-options is long-obsolete.
2808 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2809 (Warning Tips): Mention declare-function.
2810 (Documentation Tips): Remove old info.
2811 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2812 (Library Headers): General update.
2813
2814 2012-03-02 Glenn Morris <rgm@gnu.org>
2815
2816 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2817 and relocate entry. Mention buffer-stale-function.
2818
2819 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2820
2821 * hooks.texi (Standard Hooks): General update.
2822 Put related hooks together. Add and remove items.
2823 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2824 * modes.texi (Hooks): Tweak cross-ref description.
2825
2826 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2827
2828 * files.texi (Kinds of Files): The return value of file-equal-p is
2829 unspecified, if FILE1 or FILE2 does not exist.
2830
2831 2012-03-01 Glenn Morris <rgm@gnu.org>
2832
2833 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2834
2835 * maps.texi (Standard Keymaps): General update.
2836 Remove mode-specific maps, talk about the more general keymaps.
2837 * help.texi (Help Functions): Add vindex for Helper-help-map.
2838 * keymaps.texi (Active Keymaps): Minor rephrasing.
2839
2840 2012-02-29 Glenn Morris <rgm@gnu.org>
2841
2842 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2843
2844 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2845
2846 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2847 Update changed behavior of file-subdir-of-p.
2848
2849 2012-02-28 Glenn Morris <rgm@gnu.org>
2850
2851 * advice.texi, anti.texi, display.texi, elisp.texi:
2852 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2853 Standardize possessive apostrophe usage.
2854
2855 * locals.texi: Remove file.
2856 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2857 Remove menu entry.
2858 * errors.texi, maps.texi: Adjust node pointers.
2859 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2860 * makefile.w32-in (srcs):
2861 * Makefile.in (srcs): Remove locals.texi.
2862
2863 * frames.texi (Mouse Position): Fix cross-ref.
2864
2865 2012-02-27 Chong Yidong <cyd@gnu.org>
2866
2867 * buffers.texi (Creating Buffers): Clarify that
2868 generate-new-buffer uses generate-new-buffer-names.
2869 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2870
2871 * files.texi (Directory Names): Index entry for file name abbreviations.
2872 (Relative File Names, File Name Expansion): Refer to it.
2873 (Locating Files): Move locate-user-emacs-file documentation to
2874 Standard File Names.
2875 (Standard File Names): Add locate-user-emacs-file; update examples.
2876
2877 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2878
2879 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2880
2881 2012-02-26 Chong Yidong <cyd@gnu.org>
2882
2883 * files.texi (Kinds of Files): Improve documentation of
2884 files-equal-p and file-subdir-of-p.
2885
2886 2012-02-26 Glenn Morris <rgm@gnu.org>
2887
2888 * intro.texi (Acknowledgements): Small changes.
2889
2890 2012-02-25 Glenn Morris <rgm@gnu.org>
2891
2892 * errors.texi: Don't try to list _all_ the error symbols.
2893 Add circular-list, cl-assertion-failed, compression-error.
2894 * elisp.texi, vol1.texi, vol2.texi:
2895 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2896
2897 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2898
2899 * files.texi (files-equal-p, file-subdir-of-p): New,
2900 add initial documentation.
2901
2902 2012-02-25 Chong Yidong <cyd@gnu.org>
2903
2904 * files.texi (File Attributes): Document file-selinux-context.
2905 (Changing Files): Link to it.
2906 (Changing Files): Document set-file-selinux-context.
2907
2908 * backups.texi (Making Backups): Return value of backup-buffer is
2909 changed. Mention default value of backup-directory-alist.
2910 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2911 (Auto-Saving): New minor mode behavior for auto-save-mode.
2912 (Reverting): Add defvar for revert-buffer-in-progress-p.
2913
2914 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2915
2916 2012-02-24 Glenn Morris <rgm@gnu.org>
2917
2918 * errors.texi (Standard Errors): Mention dbus-error.
2919 For arith-error sub-classes, just use one cross-ref.
2920
2921 2012-02-23 Alan Mackenzie <acm@muc.de>
2922
2923 * modes.texi (Defining Minor Modes): Document the new keyword
2924 :after-hook.
2925
2926 2012-02-21 Chong Yidong <cyd@gnu.org>
2927
2928 * files.texi (Files): Mention magic file names as arguments.
2929 (Reading from Files): Copyedits.
2930 (File Attributes): Mention how to change file modes.
2931 (Changing Files): Use standard "file permissions" terminology.
2932 Add xref to File Attributes node.
2933 (Locating Files): Document locate-user-emacs-file.
2934 (Unique File Names): Recommend against using make-temp-name.
2935
2936 2012-02-19 Chong Yidong <cyd@gnu.org>
2937
2938 * help.texi (Documentation, Documentation Basics, Help Functions):
2939 Minor clarifications.
2940 (Accessing Documentation): Clarify what documentation-property is
2941 for. Add xref to Keys in Documentation.
2942
2943 * tips.texi (Documentation Tips): Don't recommend using * in
2944 docstrings.
2945
2946 * macros.texi (Defining Macros):
2947 * modes.texi (Derived Modes): Say "documentation string" instead
2948 of docstring.
2949
2950 2012-02-18 Chong Yidong <cyd@gnu.org>
2951
2952 * modes.texi (Tabulated List Mode): New node.
2953 (Basic Major Modes): Add xref to it.
2954
2955 * processes.texi (Process Information): Mention Process Menu mode.
2956
2957 2012-02-17 Chong Yidong <cyd@gnu.org>
2958
2959 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2960
2961 2012-02-17 Glenn Morris <rgm@gnu.org>
2962
2963 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2964
2965 2012-02-16 Chong Yidong <cyd@gnu.org>
2966
2967 * syntax.texi (Syntax Tables, Syntax Descriptors)
2968 (Syntax Table Functions): Copyedits.
2969 (Syntax Basics): Don't repeat the material in the preceding node.
2970 (Syntax Class Table): Use a table.
2971 (Syntax Properties): Document syntax-propertize-function and
2972 syntax-propertize-extend-region-functions.
2973 (Motion via Parsing): Clarify scan-lists. Fix indentation.
2974 (Parser State): Update for the new "c" comment style.
2975 Fix description of item 7 (comment style).
2976
2977 * modes.texi (Minor Modes): Update how mode commands should treat
2978 arguments now.
2979 (Mode Line Basics): Clarify force-mode-line-update.
2980 (Mode Line Top): Note that the example is not realistic.
2981 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2982 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2983 "mode line construct" instead of "mode line specification".
2984 (Syntactic Font Lock): Remove mention of obsolete variable
2985 font-lock-syntactic-keywords.
2986 (Setting Syntax Properties): Node deleted.
2987 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2988 (Font Lock Basics): Note that syntactic fontification falls back
2989 on `syntax-table'.
2990 (Search-based Fontification): Emphasize that font-lock-keywords
2991 should not be set directly.
2992 (Faces for Font Lock): Avoid some confusing terminology.
2993 (Syntactic Font Lock): Minor clarifications. Add xref to
2994 Syntactic Font Lock node.
2995
2996 2012-02-15 Chong Yidong <cyd@gnu.org>
2997
2998 * minibuf.texi (Basic Completion): Define "completion table".
2999 Move completion-in-region to Completion in Buffers node.
3000 (Completion Commands): Use "completion table" terminology.
3001 (Completion in Buffers): New node.
3002
3003 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3004 (Setting Hooks): Update minor mode usage example.
3005 (Major Mode Conventions): Note that completion-at-point-functions
3006 should be altered locally. Add xref to Completion in Buffers.
3007 Remove duplicate tip about auto-mode-alist.
3008 (Minor Modes): Rewrite introduction.
3009 (Minor Mode Conventions): Copyedits. Don't recommend
3010 variable-only minor modes since few minor modes are like that.
3011
3012 2012-02-15 Glenn Morris <rgm@gnu.org>
3013
3014 * processes.texi (Network): Document open-network-stream :parameters.
3015
3016 2012-02-14 Chong Yidong <cyd@gnu.org>
3017
3018 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3019 was removed on 2009-09-10. Update lisp-mode-map example.
3020 (Inheritance and Keymaps): Minor clarification.
3021 (Searching Keymaps): Remove out-of-place enumeration.
3022 (Key Lookup): Remove unnecessary example (one was already given in
3023 Format of Keymaps).
3024 (Changing Key Bindings): Update suppress-keymap example.
3025 (Menu Bar, Tool Bar): Copyedits.
3026 (Tool Bar): Update tool-bar-map example.
3027
3028 2012-02-12 Chong Yidong <cyd@gnu.org>
3029
3030 * debugging.texi (Debugger Commands): Continuing is now allowed
3031 for errors.
3032
3033 2012-02-11 Chong Yidong <cyd@gnu.org>
3034
3035 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3036 Move the list of standard bitmaps there.
3037 (Fringe Cursors): Rewrite for clarity.
3038 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3039
3040 * commands.texi (Command Overview): Mention read-key.
3041 (Using Interactive, Interactive Call): Minor clarifications.
3042 (Function Keys, Click Events): Avoid "input stream" terminology.
3043 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3044 Clarify column and row components.
3045 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3046 (Special Events): Copyedits.
3047
3048 * streams.texi (Input Streams): De-document get-file-char.
3049 (Output Variables): Don't refer to old backquote syntax.
3050
3051 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3052 (Error Debugging): Note that debug-ignored-errors overrides list
3053 values of debug-on-error too. Add xref to Signaling Errors.
3054 Note that debug-on-signal is not customizable.
3055 Mention condition-case-unless-debug.
3056 (Compilation Errors): Node deleted.
3057
3058 * compile.texi (Compiler Errors): Move a paragraph here from
3059 deleted node Compilation Errors.
3060
3061 2012-02-10 Leo Liu <sdl.web@gmail.com>
3062
3063 * control.texi (Handling Errors): Change condition-case-no-debug
3064 to condition-case-unless-debug.
3065
3066 2012-02-10 Chong Yidong <cyd@gnu.org>
3067
3068 * advice.texi (Defining Advice): Clarify ad-unadvise.
3069 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3070 is not abnormal.
3071 (Advising Primitives): Node deleted; ad-define-subr-args has been
3072 removed.
3073
3074 * compile.texi (Speed of Byte-Code): Use float-time in example.
3075 (Compilation Functions): Note that the log uses Compilation mode.
3076 Don't discuss the contents of byte-code function object here.
3077 (Compilation Functions): De-document internal function byte-code.
3078 (Docs and Compilation): Minor clarifications.
3079
3080 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3081 Objects.
3082
3083 2012-02-10 Glenn Morris <rgm@gnu.org>
3084
3085 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3086 Mention secure-hash.
3087 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3088
3089 2012-02-10 Chong Yidong <cyd@gnu.org>
3090
3091 * loading.texi (Loading): Don't emphasize "library" terminology.
3092 (Library Search): load-path is not a user option. Mention role of
3093 -L option and packages. Improve examples.
3094 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3095 obsolete.
3096 (Autoload): Minor clarifications.
3097
3098 2012-02-10 Glenn Morris <rgm@gnu.org>
3099
3100 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3101
3102 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3103
3104 2012-02-08 Glenn Morris <rgm@gnu.org>
3105
3106 * loading.texi (Named Features): Update the require example.
3107
3108 2012-02-07 Glenn Morris <rgm@gnu.org>
3109
3110 * modes.texi (Defining Minor Modes):
3111 Expand on args of defined minor modes.
3112
3113 2012-02-07 Chong Yidong <cyd@gnu.org>
3114
3115 * variables.texi (Creating Buffer-Local): Minor clarification
3116 to buffer-local-variables doc (Bug#10715).
3117
3118 2012-02-07 Glenn Morris <rgm@gnu.org>
3119
3120 * display.texi (ImageMagick Images): General update.
3121 Move most details of imagemagick-render-type to the variable's doc.
3122
3123 2012-02-06 Glenn Morris <rgm@gnu.org>
3124
3125 * keymaps.texi (Tool Bar): Mention separators.
3126 (Inheritance and Keymaps):
3127 Mention make-composed-keymap and multiple inheritance.
3128
3129 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3130
3131 * control.texi (Handling Errors):
3132 Mention condition-case-no-debug and with-demoted-errors.
3133
3134 2012-02-05 Chong Yidong <cyd@gnu.org>
3135
3136 * customize.texi (Common Keywords): Minor clarifications.
3137 Document custom-unlispify-remove-prefixes.
3138 (Variable Definitions): Backquotes in defcustom seem to work fine
3139 now. Various other copyedits.
3140 (Simple Types): Copyedits. Document color selector.
3141 (Composite Types): Copyedits.
3142 (Splicing into Lists): Clarifications.
3143
3144 * eval.texi (Backquote): Move from macros.texi.
3145
3146 * macros.texi (Expansion): Minor clarification.
3147 (Backquote): Move node to eval.texi.
3148 (Defining Macros): Move an example from Backquote node.
3149 (Argument Evaluation): No need to mention Pascal.
3150 (Indenting Macros): Add xref to Defining Macros.
3151
3152 2012-02-05 Glenn Morris <rgm@gnu.org>
3153
3154 * debugging.texi (Error Debugging): Mention debug-on-event default.
3155
3156 2012-02-04 Glenn Morris <rgm@gnu.org>
3157
3158 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3159
3160 * debugging.texi (Error Debugging): Mention debug-on-event.
3161 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3162
3163 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3164
3165 * text.texi (Buffer Contents):
3166 Update filter-buffer-substring description.
3167
3168 2012-02-04 Chong Yidong <cyd@gnu.org>
3169
3170 * functions.texi (What Is a Function): Add closures.
3171 Mention "return value" terminology. Add xref for command-execute.
3172 Remove unused "keystroke command" terminology.
3173 (Lambda Expressions): Give a different example than in the
3174 following subsection. Add xref to Anonymous Functions.
3175 (Function Documentation): Remove gratuitous markup.
3176 (Function Names): Move introductory text to `What Is a Function'.
3177 (Defining Functions): Fix defun argument spec.
3178 (Anonymous Functions): Document lambda macro explicitly.
3179 Mention effects on lexical binding.
3180 (Function Cells): Downplay direct usage of fset.
3181 (Closures): New node.
3182 (Inline Functions): Remove "open-code" terminology.
3183 (Declaring Functions): Minor tweak; .m is not C code.
3184
3185 * variables.texi (Variables): Don't refer to "global value".
3186 (Local Variables, Void Variables): Copyedits.
3187 (Lexical Binding): Minor clarification of example.
3188 (File Local Variables): Mention :safe and :risky defcustom args.
3189 (Lexical Binding): Add xref to Closures node.
3190
3191 2012-02-04 Glenn Morris <rgm@gnu.org>
3192
3193 * minibuf.texi (High-Level Completion): Updates for read-color.
3194
3195 2012-02-03 Glenn Morris <rgm@gnu.org>
3196
3197 * display.texi (GIF Images): Mention animation.
3198 Remove commented-out old example of animation.
3199 (Animated Images): New subsection.
3200 * elisp.texi (Top):
3201 * vol1.texi (Top):
3202 * vol2.texi (Top): Add Animated Images menu entry.
3203
3204 * display.texi (Image Formats): Remove oddly specific information
3205 on versions of image libraries.
3206 (GIF Images, TIFF Images): Minor rephrasing.
3207
3208 2012-02-02 Glenn Morris <rgm@gnu.org>
3209
3210 * processes.texi (Synchronous Processes):
3211 Mention call-process's :file gets overwritten.
3212
3213 * commands.texi (Reading One Event):
3214 * help.texi (Help Functions): Document read-char-choice.
3215
3216 * hooks.texi (Standard Hooks):
3217 * modes.texi (Keymaps and Minor Modes):
3218 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3219
3220 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3221
3222 * hooks.texi (Standard Hooks):
3223 * modes.texi (Major Mode Conventions, Mode Hooks):
3224 Document change-major-mode-after-body-hook.
3225
3226 2012-02-01 Glenn Morris <rgm@gnu.org>
3227
3228 * modes.texi (Defining Minor Modes):
3229 Mention disabling global minor modes on a per-major-mode basis.
3230
3231 2012-01-31 Chong Yidong <cyd@gnu.org>
3232
3233 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3234 (Parser State): Remove unnecessary statement (Bug#10661).
3235
3236 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3237
3238 2012-01-31 Glenn Morris <rgm@gnu.org>
3239
3240 * modes.texi (Defining Minor Modes):
3241 Document define-minor-mode's new :variable keyword.
3242
3243 2012-01-29 Chong Yidong <cyd@gnu.org>
3244
3245 * syntax.texi (Syntax Class Table): Tweak description of newline
3246 char syntax (Bug#9619).
3247
3248 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3249 description (Bug#10189).
3250
3251 2012-01-29 Glenn Morris <rgm@gnu.org>
3252
3253 * files.texi (Changing Files): Document SELinux support.
3254
3255 * windows.texi (Window Sizes): Fix typo.
3256
3257 2012-01-28 Chong Yidong <cyd@gnu.org>
3258
3259 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3260 doc (Bug#8568).
3261
3262 * frames.texi (Input Focus): Add NORECORD arg to
3263 select-frame-set-input-focus. Clarify its role in select-frame.
3264
3265 * text.texi (Transposition): We don't use transpose-region as an
3266 internal subroutine (Bug#3249).
3267
3268 * modes.texi (Example Major Modes): Update Lisp example code to
3269 current sources. Delete the old non-derived-major-mode example,
3270 which has diverged badly from current sources.
3271
3272 2012-01-27 Glenn Morris <rgm@gnu.org>
3273
3274 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3275 (VERSION, manual): Remove, unused.
3276
3277 2012-01-27 Chong Yidong <cyd@gnu.org>
3278
3279 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3280
3281 2012-01-26 Chong Yidong <cyd@gnu.org>
3282
3283 * searching.texi (String Search): Document negative repeat count
3284 (Bug#10507).
3285
3286 2012-01-26 Glenn Morris <rgm@gnu.org>
3287
3288 * variables.texi (Using Lexical Binding):
3289 Mention that lexical-binding should be set in the first line.
3290
3291 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3292
3293 * macros.texi (Defining Macros): Don't claim that `declare' only
3294 affects Edebug and indentation.
3295
3296 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3297
3298 * macros.texi (Defining Macros): Slight `declare' fixup.
3299
3300 2012-01-25 Glenn Morris <rgm@gnu.org>
3301
3302 * makefile.w32-in (texinputdir):
3303 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3304
3305 2012-01-24 Chong Yidong <cyd@gnu.org>
3306
3307 * variables.texi (Variables, Local Variables, Void Variables):
3308 Edit to make the descriptions less specific to dynamic binding.
3309 (Local Variables): Default max-specpdl-size is now 1300.
3310 (Defining Variables): Edits for lexical scoping.
3311 Delete information about starting docstrings with *. De-document
3312 user-variable-p.
3313 (Tips for Defining): Remove an unimportant discussion of quitting
3314 in the middle of a load.
3315 (Accessing Variables, Setting Variables): Discuss lexical binding.
3316 (Variable Scoping): Rewrite.
3317 (Scope, Extent, Impl of Scope): Nodes deleted.
3318 (Dynamic Binding): New node, with material from Scope, Extent, and
3319 Impl of Scope nodes.
3320 (Dynamic Binding Tips): Rename from Using Scoping.
3321 (Lexical Binding): Rewrite.
3322 (Using Lexical Binding): Rename from Converting to Lexical
3323 Binding. Convert to subsection.
3324
3325 * customize.texi (Variable Definitions): Add custom-variable-p.
3326 Move user-variable-p documentation here.
3327
3328 2012-01-23 Chong Yidong <cyd@gnu.org>
3329
3330 * strings.texi (Text Comparison): Minor qualification.
3331
3332 * lists.texi (Cons Cells): Copyedits.
3333 (List Elements): Mention push.
3334 (List Variables): Mention pop.
3335 (Rings): Move to sequences.texi.
3336
3337 * sequences.texi (Sequence Functions): Don't repeat the
3338 introduction already given in the parent.
3339 (Vectors): Copyedits.
3340 (Rings): Move from lists.texi. Note that this is specific to the
3341 ring package.
3342
3343 * symbols.texi (Definitions, Symbol Components): Mention variable
3344 scoping issues.
3345 (Plists and Alists): Copyedits.
3346
3347 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3348 correctness with lexical scoping.
3349 (Eval): Copyedits.
3350
3351 2012-01-21 Chong Yidong <cyd@gnu.org>
3352
3353 * intro.texi (A Sample Function Description): Special notation
3354 used for macros too.
3355
3356 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3357 (Symbol Type): Add xref for keyword symbols.
3358 (Sequence Type): Clarify differences between sequence types.
3359 (Cons Cell Type): Add "linked list" index entry.
3360 (Non-ASCII in Strings): Copyedits.
3361 (Equality Predicates): Symbols with same name need not be eq.
3362
3363 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3364 ldexp. Move float-e and float-pi to Math Functions node.
3365
3366 2012-01-21 Glenn Morris <rgm@gnu.org>
3367
3368 * modes.texi (Auto Major Mode):
3369 * variables.texi (File Local Variables):
3370 Mention inhibit-local-variables-regexps.
3371
3372 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3373
3374 * windows.texi (Window Configurations): Rewrite references to
3375 persistent window parameters.
3376 (Window Parameters): Fix description of persistent window
3377 parameters.
3378
3379 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * windows.texi (Window Parameters): Use @pxref.
3382
3383 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3384
3385 * windows.texi (Window Configurations, Window Parameters):
3386 Describe persistent window parameters.
3387
3388 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * variables.texi (Creating Buffer-Local): Warn against misuses of
3391 make-variable-buffer-local (bug#10258).
3392
3393 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3396
3397 2012-01-06 Chong Yidong <cyd@gnu.org>
3398
3399 * variables.texi (Directory Local Variables):
3400 Document hack-dir-local-variables-non-file-buffer.
3401
3402 2012-01-06 Glenn Morris <rgm@gnu.org>
3403
3404 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3405 rather than by keybinding.
3406
3407 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3408
3409 * frames.texi (Font and Color Parameters): Add @pxref.
3410
3411 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3412
3413 * frames.texi (Font and Color Parameters):
3414 Document w32 font backends (bug#10399).
3415
3416 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3417
3418 * files.texi (File Attributes, Changing Files):
3419 Use a more-natural notation for octal numbers.
3420
3421 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3422
3423 * variables.texi (Variables with Restricted Values):
3424 Change reference to variable (bug#10354).
3425
3426 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3427
3428 * windows.texi (Splitting Windows): Use t instead of non-nil
3429 when describing window-combination-resize.
3430
3431 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3432
3433 * text.texi (Special Properties): Warn against `intangible' properties
3434 (bug#10222).
3435
3436 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3437
3438 * display.texi (Truncation):
3439 * text.texi (Special Properties): Describe what a stretch-glyph is
3440 instead of using that term without explanation. Make the
3441 cross-references more accurate.
3442
3443 * display.texi (Usual Display): Update the description,
3444 cross-references, and indexing related to display of control
3445 characters and raw bytes.
3446
3447 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3448
3449 * windows.texi (Splitting Windows): Fix description of
3450 window-combination-limit. Suggested by Eli Zaretskii.
3451
3452 2011-11-23 Chong Yidong <cyd@gnu.org>
3453
3454 * windows.texi (Window Sizes): Move window-top-line,
3455 window-left-column, and window-*-pixel-edges to Coordinates and
3456 Windows node.
3457 (Coordinates and Windows): Restore window-edges doc.
3458
3459 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3460
3461 * windows.texi (Windows and Frames, Splitting Windows):
3462 Fix typos.
3463
3464 2011-11-21 Chong Yidong <cyd@gnu.org>
3465
3466 * windows.texi (Splitting Windows): Fix error in documentation of
3467 window-combination-limit.
3468 (Cyclic Window Ordering): Minor fixes to next-window,
3469 one-window-p, and get-lru-window docs. Don't document
3470 window-list-1.
3471 (Buffers and Windows): Copyedits.
3472 (Choosing Window): Document special handling of special-display-*.
3473 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3474 Don't document even-window-heights, which is going away.
3475 Clarify which options are obeyed by which action functions.
3476
3477 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3480
3481 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3482
3483 * windows.texi (Resizing Windows, Splitting Windows):
3484 Remove term "status" when talking about combination limits.
3485
3486 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * compile.texi (Compiler Errors):
3489 * help.texi (Help Functions): Fix typos.
3490
3491 2011-11-19 Chong Yidong <cyd@gnu.org>
3492
3493 * windows.texi (Splitting Windows): Clarify role of window
3494 parameters in split-window. Shorten the example.
3495 (Deleting Windows): Rewrite intro to handle internal windows.
3496 Fix delete-windows-on doc.
3497 (Selecting Windows): Copyedits.
3498
3499 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3500
3501 * windows.texi (Resizing Windows, Splitting Windows)
3502 (Deleting Windows): Use term window-combination-resize instead
3503 of window-splits.
3504
3505 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3506
3507 * windows.texi (Resizing Windows, Splitting Windows):
3508 Rename occurrences of window-nest to window-combination-limit.
3509
3510 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * intro.texi (Lisp History): Fix typo.
3513
3514 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3515
3516 * windows.texi (Splitting Windows, Deleting Windows):
3517 Remove references to splits status of windows.
3518
3519 2011-11-10 Glenn Morris <rgm@gnu.org>
3520
3521 * buffers.texi (Read Only Buffers): Expand a bit on why
3522 toggle-read-only should only be used interactively. (Bug#7292)
3523
3524 2011-11-09 Chong Yidong <cyd@gnu.org>
3525
3526 * windows.texi (Window Sizes): Document window-pixel-edges,
3527 window-inside-pixel-edges, window-absolute-pixel-edges, and
3528 window-inside-absolute-pixel-edges.
3529 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3530 non-full-width windows.
3531
3532 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3533
3534 * windows.texi (Resizing Windows): Rewrite documentation of
3535 window-resizable.
3536
3537 2011-11-09 Chong Yidong <cyd@gnu.org>
3538
3539 * windows.texi (Splitting Windows): Simplify example.
3540
3541 2011-11-08 Chong Yidong <cyd@gnu.org>
3542
3543 * windows.texi (Window Sizes): Copyedits. Document
3544 window-text-height. Remove window-min-height and window-min-width
3545 discussion, referring instead to Emacs manual.
3546 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3547 (Resizing Windows): Simplify introduction. Don't document
3548 enlarge-window, shrink-window, enlarge-window-horizontally, and
3549 shrink-window-horizontally; they are no longer preferred for
3550 calling from Lisp, and are already documented in the Emacs manual.
3551
3552 2011-11-07 Glenn Morris <rgm@gnu.org>
3553
3554 * windows.texi (Choosing Window): Fix keybinding typo.
3555
3556 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3557
3558 * windows.texi (Resizing Windows, Splitting Windows)
3559 (Window Configurations): Use "child window" instead of
3560 "subwindow".
3561
3562 2011-11-06 Chong Yidong <cyd@gnu.org>
3563
3564 * windows.texi (Basic Windows): Clarify various definitions.
3565 Treat window-normalize-* as internal; don't document them.
3566 (Windows and Frames): Various clarifications, e.g. non-live
3567 windows also belong to frames. Fix window-list description.
3568 Simplify window nesting example.
3569 (Splitting Windows, Window Configurations):
3570 Use split-window-below.
3571
3572 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3573
3574 * windows.texi (Window Sizes): Mention in the doc string that the
3575 return values of `window-body-height' and `window-body-width' are
3576 in frame's canonical units. (Bug#9949)
3577
3578 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3579
3580 * windows.texi (Windows and Frames): Remove "iso-" infix from
3581 documentation of window-iso-combined-p.
3582
3583 2011-10-26 Chong Yidong <cyd@gnu.org>
3584
3585 * modes.texi (Running Hooks): Document with-wrapper-hook.
3586
3587 2011-10-18 Chong Yidong <cyd@gnu.org>
3588
3589 * display.texi (Glyphless Chars): New node.
3590
3591 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3592
3593 * text.texi (Yanking): Document yank-excluded-properties.
3594
3595 * package.texi (Packaging Basics): The commentary should say how
3596 to begin using the package.
3597
3598 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3599
3600 * windows.texi (Deleting Windows): Mention which window gets
3601 selected when deleting the selected window.
3602
3603 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3604
3605 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3606 with the selected window.
3607 * windows.texi (Buffers and Windows): Reformulate text on how
3608 replace-buffer-in-windows deals with a window.
3609 (Quitting Windows): Describe how quit-window deals with a
3610 standalone frame. Describe new option frame-auto-hide-function.
3611
3612 2011-10-08 Glenn Morris <rgm@gnu.org>
3613
3614 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3615
3616 * positions.texi (Excursions): Update warning message.
3617
3618 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3621 Fix Emacs manual xref (Bug#9675).
3622
3623 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * windows.texi (Textual Scrolling): Document scroll-up-command,
3626 scroll-down-command, scroll-error-top-bottom, and the
3627 scroll-command symbol property.
3628 (Display Action Functions): Fix description of
3629 display-buffer-pop-up-window.
3630
3631 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * windows.texi (Splitting Windows): Fix typos.
3634
3635 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3636
3637 * windows.texi (Windows and Frames, Display Action Functions)
3638 (Switching Buffers): Fix some typos.
3639 (Buffers and Windows): Remove reference to window-auto-delete.
3640 Reword description of replace-buffer-in-windows.
3641 (Window History): Fix some typos and refer to frame local buffer
3642 list.
3643 (Quitting Windows): New node.
3644 (Window Configurations): Add descriptions of window-state-get
3645 and window-state-put.
3646 (Window Parameters): Describe variable ignore-window-parameters.
3647 Sketch some window parameters currently in use.
3648 * elisp.texi (Top): Update node listing.
3649
3650 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * windows.texi (Display Action Functions)
3653 (Choosing Window Options): New nodes.
3654
3655 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3656
3657 * windows.texi (Window History): New node. Move text here from
3658 Buffers and Windows.
3659 (Switching Buffers): Rename from Displaying Buffers, since we
3660 don't document display-buffer here; callers changed.
3661 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3662 switch-to-buffer-other-frame. Delete duplicate
3663 replace-buffer-in-windows doc.
3664 (Choosing Window): Document display actions.
3665
3666 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3667
3668 * display.texi (Forcing Redisplay): Update the description of
3669 redisplay-dont-pause due to change in the default value.
3670
3671 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3672
3673 * frames.texi (Frames and Windows): Move section and rename to
3674 Windows and Frames in windows.texi.
3675 * windows.texi (Windows): Restructure.
3676 (Basic Windows): Rewrite. Explain live and internal windows and
3677 normalization functions.
3678 (Windows and Frames): Move section here from frames.texi.
3679 Describe subwindows, window combinations, window tree, and
3680 corresponding functions including window-list here.
3681 (Window Sizes): Rename section from Size of Window and move it
3682 up in chapter. Describe total and body sizes and the
3683 corresponding functions. Explain new semantics of
3684 window-min-height/-width.
3685 (Resizing Windows): Move section up in chapter. Describe new
3686 resize functions.
3687 (Splitting Windows): Describe new behavior of split-window,
3688 split-window-above-each-other and split-window-side-by-side.
3689 Provide examples. Describe window-nest and window-splits
3690 options.
3691 (Deleting Windows): Minor rewrite.
3692 (Selecting Windows): Minor rewrite.
3693 Describe frame-selected-window and set-frame-selected-window here.
3694 (Cyclic Window Ordering): Minor rewrite.
3695 Describe window-list-1.
3696 (Buffers and Windows): Rewrite. Explain a window's previous and
3697 next buffers and the corresponding functions.
3698 (Window Tree): Merge into Windows and Frames section.
3699 * elisp.texi (Top): Update node listings for frames and windows
3700 sections.
3701
3702 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3705
3706 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
3708 * errors.texi (Standard Errors): Remove apparent placeholder text
3709 (bug#9491).
3710
3711 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * frames.texi (Management Parameters): Fix description of
3714 icon-type parameter.
3715
3716 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3719 ending in C-g. Suggested by Edward O'Connor.
3720
3721 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3722
3723 * numbers.texi (Integer Basics): Add indexing for
3724 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3725
3726 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3727
3728 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3729
3730 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * processes.texi (Network Servers): Clarify what the process
3733 buffer is used for (bug#9233).
3734
3735 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3736
3737 * lists.texi (Building Lists): Fix typo.
3738
3739 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * display.texi (Basic Faces): New node. Document new faces.
3742
3743 * modes.texi (Major Mode Conventions): Move some text there.
3744 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3745
3746 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * modes.texi (Basic Major Modes): New node. Callers updated.
3749 (Major Modes): Document fundamental-mode and major-mode.
3750 (Major Mode Basics): Node deleted; text moved to Major Modes.
3751 (Derived Modes): Document derived-mode-p.
3752
3753 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * files.texi (Changing Files, Create/Delete Dirs): Document new
3756 arguments for delete-file, delete-directory, and copy-directory.
3757 (Visiting Functions): Remove view-file; it is documented in the
3758 Emacs manual.
3759
3760 * frames.texi (Layout Parameters): The defaults for the
3761 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3762
3763 * display.texi (Progress): Document spinner functionality.
3764
3765 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3766 operating system signals. Refer to save-buffers-kill-terminal
3767 instead of save-buffers-kill-emacs.
3768
3769 * objects.texi (Symbol Type): Document ## print representation.
3770
3771 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3772
3773 * display.texi (Specified Space): Mention that `space' specs
3774 influence bidi reordering.
3775 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3776 separating fields with bidirectional content.
3777
3778 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3779
3780 * display.texi (Bidirectional Display): Document return value in
3781 buffers that are not bidi-reordered for display, and in unibyte
3782 buffers.
3783
3784 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3785
3786 * nonascii.texi (Character Properties): Document the values for
3787 unassigned codepoints.
3788
3789 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3790
3791 * nonascii.texi (Character Properties): Document use of
3792 `bidi-class' and `mirroring' properties as part of reordering.
3793 Provide cross-references to "Bidirectional Display".
3794
3795 * display.texi (Bidirectional Display): Document the pitfalls of
3796 concatenating strings with bidirectional content, with possible
3797 solutions. Document bidi-string-mark-left-to-right.
3798 Mention paragraph direction in modes that inherit from prog-mode.
3799 Document use of `bidi-class' and `mirroring' properties as part of
3800 reordering.
3801
3802 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3803
3804 * modes.texi (Major Mode Conventions): Improve the documentation
3805 of `mode-class' `special' modes.
3806
3807 * nonascii.texi (Character Properties): Document the `mirroring'
3808 property. Add index entries.
3809
3810 * syntax.texi (Categories): Add an example of defining a new
3811 category and category table.
3812
3813 * searching.texi (Regexp Backslash): Document how to display
3814 existing categories. Mention the possibility of adding
3815 categories, and add an xref to where this is described. Add an
3816 index entry.
3817
3818 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3819
3820 * text.texi (Special Properties):
3821 * display.texi (Overlay Properties): Note that mouse-face cannot
3822 change the text size (Bug#8530).
3823
3824 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3827 using setenv instead.
3828
3829 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3830
3831 * display.texi (Bidirectional Display): Document the fact that
3832 bidi-display-reordering is t by default.
3833
3834 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3835
3836 * display.texi (Bidirectional Display): New section.
3837
3838 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3839 Tim Cross <theophilusx@gmail.com> (tiny change)
3840 Glenn Morris <rgm@gnu.org>
3841
3842 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3843
3844 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3845
3846 * help.texi (Keys in Documentation): Revert last change.
3847
3848 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3849
3850 * help.texi (Keys in Documentation): Clarify that \= only quotes
3851 the next character, and doesn't affect longer sequences in
3852 particular (bug#8935).
3853
3854 * debugging.texi (Using Debugger):
3855 Mention @code{eval-expression-debug-on-error} (bug#8549).
3856
3857 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3858
3859 * display.texi (Other Display Specs): Document that `left-fringe'
3860 and `right-fringe' display specifications are of the "replacing"
3861 kind.
3862
3863 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3864
3865 * help.texi (Documentation Basics): Add a link to the Function
3866 Documentation node (bug#6580).
3867
3868 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3869
3870 * keymaps.texi (Menu Bar): Mention :visible and :enable
3871 (bug#6344). Text by Drew Adams.
3872
3873 * modes.texi (Running Hooks): Mention buffer-local hook variables
3874 (bug#6218).
3875
3876 * objects.texi (General Escape Syntax): "a with grave accent" is
3877 ?xe0, not ?x8e0 (bug#5259).
3878
3879 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * display.texi (Face Attributes, Font Selection): Add references
3882 to the Fonts node in the Emacs manual (Bug#4178).
3883
3884 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * display.texi (Window Systems): `window-system' is
3887 terminal-local.
3888
3889 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3890 frame-local variables.
3891
3892 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3893 frame-local variables.
3894 (Frame-Local Variables): Node deleted.
3895
3896 * elisp.texi (Top): Update node listing.
3897
3898 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899
3900 * elisp.texi: Change "inferiors" to "subnodes" in three places
3901 (bug#3523).
3902
3903 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * frames.texi (Window System Selections): Discussion of
3906 x-select-enable-clipboard moved to Emacs manual.
3907
3908 2011-07-11 Deniz Dogan <deniz@dogan.se>
3909
3910 * commands.texi (Prefix Command Arguments): Remove excessive
3911 apostrophe.
3912
3913 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
3915 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3916 description is a string (bug#3313).
3917
3918 * frames.texi (Display Feature Testing): Try to explain what all
3919 the visual classes mean (bug#3042).
3920
3921 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3922
3923 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3924 and `mode-line-client' (bug#2974).
3925
3926 * text.texi (Insertion): Clarify marker movements (bug#1651).
3927 Text from Drew Adams.
3928
3929 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3930
3931 * text.texi (Special Properties): Clarify the format of `face'
3932 (bug#1375).
3933
3934 * commands.texi (Interactive Call): Add a `call-interactively'
3935 example (bug#1010).
3936
3937 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
3939 * functions.texi (Calling Functions): Link to the "Interactive
3940 Call" node (bug#1001).
3941
3942 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * customize.texi (Composite Types): Move alist and plist to here
3945 from Simple Types (Bug#7545).
3946
3947 * elisp.texi (Top): Update menu description.
3948
3949 * display.texi (Face Attributes): Document negative line widths
3950 (Bug#6113).
3951
3952 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3953
3954 * searching.texi (Match Data): Note that match data can be
3955 overwritten by most functions (bug#2499).
3956
3957 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3958
3959 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3960 flags mean (bug#6659).
3961
3962 * functions.texi (What Is a Function): Document the autoload
3963 object (bug#6496).
3964
3965 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3966
3967 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3968 is only used in the Customize user interface (bug#6089).
3969
3970 * display.texi (Showing Images): Mention the point of sliced
3971 images (bug#7836).
3972
3973 2011-07-02 Eli Zaretskii <eliz@gnu.org>
3974
3975 * variables.texi (Defining Variables, Void Variables)
3976 (Constant Variables): Fix incorrect usage of @kindex.
3977
3978 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3979
3980 * variables.texi (Defining Variables): Add an index entry for
3981 `set-variable' (bug#7262).
3982 (Defining Variables): Use @findex for functions.
3983
3984 * frames.texi (Basic Parameters): Document the `explicit-name'
3985 parameter (bug#6951).
3986
3987 * customize.texi (Type Keywords): Clarify that :value provides a
3988 default value for all types (bug#7386).
3989
3990 * streams.texi (Output Functions): Document `pp'.
3991
3992 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * keymaps.texi (Searching Keymaps):
3995 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3996 change. Suggested by Johan Bockgård.
3997
3998 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
3999
4000 * text.texi (Special Properties): Clarify role of font-lock-face.
4001
4002 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4003
4004 * processes.texi (Process Information): Rename `process-alive-p'
4005 to `process-live-p' for consistency with other `-live-p' functions.
4006
4007 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4008
4009 Document wide integers better.
4010 * files.texi (File Attributes): Document ino_t values better.
4011 ino_t values no longer map to anything larger than a single cons.
4012 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4013 (Bitwise Operations):
4014 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4015 to read, and that will port better if 62-bits becomes the default.
4016 Fix or remove incorrect examples.
4017 * os.texi (Time Conversion): Document time_t values better.
4018
4019 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4020
4021 * processes.texi (Process Information):
4022 Document `process-alive-p'.
4023
4024 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * help.texi (Accessing Documentation):
4027 * display.texi (Pixel Specification):
4028 * processes.texi (Serial Ports, Serial Ports):
4029 * nonascii.texi (Character Properties, Default Coding Systems):
4030 * text.texi (Changing Properties, Special Properties):
4031 * windows.texi (Window Start and End):
4032 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4033 * keymaps.texi (Searching Keymaps, Tool Bar):
4034 * minibuf.texi (Basic Completion):
4035 * compile.texi (Eval During Compile):
4036 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4037 7x9 paper in printed manual.
4038
4039 * lists.texi (Sets And Lists): Fix misplaced text.
4040
4041 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4044 needs to be active (Bug#8350).
4045
4046 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4049
4050 * tips.texi (Coding Conventions): Remove antediluvian filename
4051 limit recommendation (Bug#8538).
4052
4053 2011-05-27 Glenn Morris <rgm@gnu.org>
4054
4055 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4056
4057 2011-05-26 Glenn Morris <rgm@gnu.org>
4058
4059 * variables.texi (File Local Variables):
4060 Update hack-local-variables `mode-only' return value.
4061 Add some more details on what this function does in the other case.
4062
4063 2011-05-19 Glenn Morris <rgm@gnu.org>
4064
4065 * lists.texi (Sets And Lists): Mention cl provides union etc.
4066
4067 2011-05-19 Nix <nix@esperi.org.uk>
4068
4069 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4070
4071 * text.texi (Parsing HTML): Update for function name changes.
4072
4073 * syntax.texi (Syntax Flags): Small fix.
4074
4075 * keymaps.texi (Active Keymaps): Typo fix.
4076 (Changing Key Bindings): Grammar fix.
4077
4078 * frames.texi (Minibuffers and Frames): Grammar fix.
4079 (Window System Selections): x-select-enable-clipboard now defaults to t.
4080
4081 * customize.texi (Common Keywords):
4082 * display.texi (Abstract Display):
4083 * modes.texi (Auto-Indentation):
4084 * nonascii.texi (Converting Representations): Typo fixes.
4085
4086 * control.texi (Examples of Catch): Call it "goto" not "go to".
4087
4088 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4089
4090 * nonascii.texi (Character Properties): Fix inconsistencies with
4091 implementation.
4092
4093 * text.texi (Special Properties): Move @defvar's out of the
4094 @table. (Bug#8652)
4095
4096 2011-05-12 Glenn Morris <rgm@gnu.org>
4097
4098 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4099
4100 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4103 (Multiline Font Lock):
4104 * vol2.texi (Top):
4105 * vol1.texi (Top):
4106 * elisp.texi (Top): Update menu accordingly.
4107
4108 2011-05-12 Drew Adams <drew.adams@oracle.com>
4109
4110 * modes.texi (Region to Fontify): Fix typo.
4111
4112 2011-05-10 Jim Meyering <meyering@redhat.com>
4113
4114 * minibuf.texi: Fix typo "in in -> in".
4115
4116 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4117
4118 * numbers.texi (Integer Basics): Large integers are treated as floats.
4119
4120 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4121
4122 * processes.texi (Synchronous Processes): Document the (:file
4123 "/file-name") syntax for `call-process'.
4124
4125 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4126
4127 * windows.texi (Choosing Window): Fix typo.
4128
4129 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * frames.texi (Layout Parameters): Note the difference between
4132 querying and setting parameters for left-fringe and right-fringe
4133 (Bug#6930).
4134
4135 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * minibuf.texi (Basic Completion): Be a bit more precise about the
4138 valid kinds of completion tables.
4139 (Programmed Completion): Remove obsolete text about lambda expressions
4140 not being valid completion tables.
4141
4142 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * positions.texi (Excursions): Explain the "save-excursion
4145 defeated by set-buffer" warning.
4146
4147 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4148 save-excursion. Suggested by Uday S Reddy.
4149
4150 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4153 (Lexical Binding): New sub-section.
4154
4155 * eval.texi (Eval): Discourage the use of `eval'.
4156 Document its new `lexical' argument.
4157
4158 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * commands.texi (Command Overview): `post-command-hook' is not reset to
4161 nil any more.
4162
4163 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * strings.texi (String Conversion): Don't mention
4166 string-make-(uni|multi)byte (bug#8262).
4167 * nonascii.texi (Converting Representations): Fix up range.
4168 * keymaps.texi (Key Binding Commands): Update code point, avoid
4169 "unibyte character" and remove mention of unibyte bindings.
4170
4171 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4172
4173 * modes.texi (Operator Precedence Grammars): Don't use characters
4174 outside ISO-8859-1.
4175
4176 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4177
4178 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4179
4180 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4181
4182 2011-03-08 Glenn Morris <rgm@gnu.org>
4183
4184 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4185 * intro.texi (Acknowledgements): Names to UTF-8.
4186 * elisp.texi: Set documentencoding.
4187
4188 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * Version 23.3 released.
4191
4192 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * package.texi: Update index keywords.
4195 (Package Archives): New node contents. Document package-x.el.
4196
4197 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * makefile.w32-in (srcs): Add package.texi.
4200
4201 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * package.texi (Packaging, Packaging Basics, Simple Packages)
4204 (Multi-file Packages): Expand and clarify.
4205 (Package Archives): Temporary placeholder node.
4206
4207 * elisp.texi (Top): Update node listing.
4208
4209 * Makefile.in (srcs): Add package.texi.
4210
4211 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4212
4213 * processes.texi (Synchronous Processes): Minor clarification
4214 (Bug#8149).
4215
4216 2011-03-03 Glenn Morris <rgm@gnu.org>
4217
4218 * files.texi (Truenames): Minor clarification. (Bug#2341)
4219
4220 2011-03-01 Glenn Morris <rgm@gnu.org>
4221
4222 * variables.texi (Directory Local Variables):
4223 Mention `(subdirs . nil)' alist element.
4224
4225 2011-02-28 Glenn Morris <rgm@gnu.org>
4226
4227 * variables.texi (Directory Local Variables): Mention the optional
4228 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4229
4230 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * minibuf.texi (Minibuffer History): Clarify discussion of
4233 minibuffer history lists (Bug#8085).
4234
4235 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4236
4237 * elisp.texi: Sync @dircategory with ../../info/dir.
4238
4239 * files.texi (Visiting Functions): Document find-file-literally,
4240 both the command and the variable.
4241
4242 * variables.texi (Creating Buffer-Local): Explain the meaning of
4243 permanent local variables.
4244
4245 * files.texi (Visiting Functions): Document find-file-literally,
4246 both the command and the variable.
4247
4248 * variables.texi (Creating Buffer-Local): Explain the meaning of
4249 permanent local variables.
4250
4251 2011-02-19 Glenn Morris <rgm@gnu.org>
4252
4253 * keymaps.texi (Remapping Commands): Mention how to undo it.
4254
4255 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4256
4257 * loading.texi (Hooks for Loading): Remove unnecessary advice
4258 about eval-after-load (Bug#7986).
4259
4260 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * commands.texi (Accessing Mouse): Note that a header line is not
4263 included in the row of posn-col-row.
4264
4265 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4266
4267 * modes.texi (Major Mode Conventions): Add face guidelines.
4268 (Faces for Font Lock): List faces in order of prominence.
4269
4270 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4271
4272 format-time-string now supports subsecond time stamp resolution
4273 * os.texi (Time Parsing): Document %N.
4274
4275 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * vol1.texi (Top):
4278 * vol2.texi (Top):
4279 * elisp.texi (Top):
4280 * display.texi (Display Property): Shorten the menu description of
4281 the "Other Display Specs" node (Bug#7816).
4282
4283 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4284 menu item" concept index entries (Bug#7805).
4285
4286 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4287
4288 * makefile.w32-in (texinfodir): New variable.
4289 (usermanualdir): Remove as redundant with $(emacsdir).
4290 (MAKEINFO): Remove options, leave only program name.
4291 (MAKEINFO_OPTS): New variable.
4292 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4293
4294 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4295 Richard Kim <emacs18@gmail.com>
4296
4297 * loading.texi (Library Search): Document list-load-path-shadows
4298 (Bug#7757).
4299
4300 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * searching.texi (Regexp Special): Remove outdated discussion of
4303 character sets (Bug#7780).
4304
4305 * frames.texi (Pop-Up Menus): Document where menu title comes
4306 from (Bug#7684).
4307
4308 2011-01-25 Glenn Morris <rgm@gnu.org>
4309
4310 * display.texi (Making Buttons): Mention limitation of text buttons.
4311
4312 2011-01-23 Werner Lemberg <wl@gnu.org>
4313
4314 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4315 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4316 (ENVADD): New variable to control texi2dvi and texi2pdf.
4317
4318 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4321 Emacs manual.
4322
4323 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4324
4325 * files.texi (Directory Names): Explain why FROM in
4326 directory-abbrev-alist should begin with \`. (Bug#7777)
4327
4328 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4331
4332 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4333
4334 * modes.texi (Emulating Mode Line): Fix last change.
4335
4336 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4337
4338 * modes.texi (Emulating Mode Line): Update documentation of
4339 format-mode-line according to changes that fixed bug #7587.
4340
4341 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * modes.texi (Derived Modes): Mention prog-mode.
4344
4345 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4346 of the key-binding-data cache since we don't use it any more.
4347
4348 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4349
4350 * processes.texi (Shell Arguments):
4351 * strings.texi (Creating Strings): Don't mention "shell commands";
4352 make it explicit that `split-string-and-unquote' and
4353 `combine-and-quote-strings' are mainly for working with arguments
4354 to call-process and start-process.
4355
4356 * processes.texi (Shell Arguments): Fix documentation of
4357 `split-string-and-unquote'. Add indexing. (Bug#7563)
4358
4359 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * modes.texi (Auto-Indentation): New section to document SMIE.
4362 (Major Mode Conventions):
4363 * text.texi (Mode-Specific Indent): Refer to it.
4364
4365 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4366
4367 * display.texi (Other Display Specs): Document left-fringe and
4368 right-fringe display specs.
4369
4370 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * backups.texi (Making Backups):
4373 * modes.texi (Example Major Modes): Use recommended coding style.
4374 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4375 define-derived-mode. Mention completion-at-point-functions.
4376
4377 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * nonascii.texi (Converting Representations):
4380 Document byte-to-string.
4381
4382 2010-12-08 Glenn Morris <rgm@gnu.org>
4383
4384 * buffers.texi (Modification Time):
4385 verify-visited-file-modtime now defaults to the current buffer.
4386
4387 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * nonascii.texi (Converting Representations): Document byte-to-string.
4390
4391 * strings.texi (Creating Strings): Don't mention semi-obsolete
4392 function char-to-string.
4393 (String Conversion): Shorten discussion of semi-obsolete function
4394 string-to-char. Link to Converting Representations.
4395
4396 * objects.texi (Symbol Type):
4397 * text.texi (Near Point):
4398 * help.texi (Help Functions):
4399 * functions.texi (Mapping Functions): Use string instead of
4400 char-to-string in examples.
4401
4402 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * text.texi (Kill Functions, Kill Functions)
4405 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4406 YANK-HANDLER args.
4407
4408 * symbols.texi (Creating Symbols): Using unintern without an
4409 obarray arg is now obsolete.
4410
4411 * numbers.texi (Float Basics): Document float-e and float-pi.
4412
4413 * variables.texi (Defining Variables): Change "pi" example to
4414 "float-pi".
4415
4416 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4417
4418 * commands.texi (Click Events): Document the values of X, Y and
4419 COL, ROW in the event's position, when the click is on the header
4420 or mode line, on the fringes, or in the margins.
4421
4422 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4423
4424 * customize.texi (Composite Types): Lower-case index entry.
4425
4426 * loading.texi (How Programs Do Loading):
4427 Document load-file-name. (Bug#7346)
4428
4429 2010-11-17 Glenn Morris <rgm@gnu.org>
4430
4431 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4432
4433 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4434
4435 * display.texi (Usual Display): Characters with no fonts are not
4436 necessarily displayed as empty boxes.
4437
4438 2010-10-31 Glenn Morris <rgm@gnu.org>
4439
4440 * maps.texi (Standard Keymaps): Update File menu description.
4441
4442 2010-10-28 Glenn Morris <rgm@gnu.org>
4443
4444 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4445
4446 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4447
4448 * display.texi (Window Systems): Deprecate use of window-system as
4449 a predicate.
4450
4451 2010-10-23 Glenn Morris <rgm@gnu.org>
4452
4453 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4454 sorted-doc.
4455
4456 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4457
4458 * os.texi (Dynamic Libraries): New node, with slightly modified
4459 text deleted from "Image Formats".
4460 (System Interface): Add @menu entry for "Dynamic Libraries".
4461
4462 * display.texi (Image Formats): Remove description of
4463 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4464
4465 2010-10-12 Glenn Morris <rgm@gnu.org>
4466
4467 * book-spine.texinfo: Rename to book-spine.texi.
4468
4469 2010-10-11 Glenn Morris <rgm@gnu.org>
4470
4471 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4472
4473 * Makefile.in (DVIPS): New variable.
4474 (.PHONY): Add html, ps.
4475 (html, elisp.html, ps, elisp.ps): New targets.
4476 (clean): Delete html, ps files.
4477 ($(infodir)/elisp): Remove unnecessary includes.
4478
4479 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4480
4481 * makefile.w32-in (emacsdir): New variable.
4482 (srcs): Add emacsver.texi.
4483 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4484
4485 2010-10-09 Glenn Morris <rgm@gnu.org>
4486
4487 * Makefile.in (VPATH): Remove.
4488 (infodir): Make it absolute.
4489 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4490
4491 * Makefile.in (dist): Anchor regexps.
4492
4493 * Makefile.in (srcs): Put elisp.texi first.
4494 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4495
4496 * Makefile.in (infoclean): Remove harmless, long-standing error.
4497
4498 * Makefile.in ($(infodir)): Delete rule.
4499 (mkinfodir): New.
4500 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4501
4502 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4503 Also copy emacsver.texi, and edit $emacsdir.
4504
4505 2010-10-09 Glenn Morris <rgm@gnu.org>
4506
4507 * Makefile.in (emacsdir): New variable.
4508 (MAKEINFO): Add -I $emacsdir.
4509 (dist): Copy emacsver.texi.
4510 (srcs): Add emacsver.texi.
4511
4512 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4513 Set EMACSVER by including emacsver.texi.
4514
4515 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4516
4517 2010-10-07 Glenn Morris <rgm@gnu.org>
4518
4519 * Makefile.in (version): New, set by configure.
4520 (clean): Delete dist tar file.
4521 (dist): Use version in tar name.
4522
4523 2010-10-06 Glenn Morris <rgm@gnu.org>
4524
4525 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4526 (INSTALL_INFO): Remove unused variable.
4527 (mostlyclean, infoclean, dist): New rules.
4528 (clean): Delete dvi and pdf files.
4529 (maintainer-clean): Remove elisp.oaux, use infoclean.
4530 ($(infodir)): Add parallel build workaround.
4531
4532 2010-10-04 Glenn Morris <rgm@gnu.org>
4533
4534 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4535 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4536 Fix -I typo.
4537 (clean): No 'make.out' or 'core' files.
4538 (.PHONY): Declare clean rules.
4539 (maintainer-clean): Delete pdf file. Guard against cd failures.
4540
4541 2010-10-03 Glenn Morris <rgm@gnu.org>
4542
4543 * files.texi (File Name Components): Remove ignored section about
4544 deleted variable directory-sep-char.
4545
4546 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4547
4548 * files.texi (Magic File Names): New defopt
4549 remote-file-name-inhibit-cache.
4550
4551 2010-10-02 Glenn Morris <rgm@gnu.org>
4552
4553 * os.texi (Killing Emacs): Hook now runs in batch mode.
4554
4555 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * text.texi (Special Properties): Clarify when modification-hooks run.
4558
4559 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * syntax.texi (Syntax Flags): Document new `c' flag.
4562
4563 2010-09-09 Glenn Morris <rgm@gnu.org>
4564
4565 * display.texi (ImageMagick Images): General cleanup.
4566
4567 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4568
4569 * files.texi (Directory Names): Use \` rather than ^.
4570
4571 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4572
4573 * text.texi (Low-Level Kill Ring):
4574 * frames.texi (Window System Selections): Remove cut buffer
4575 documentation.
4576
4577 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4578
4579 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4580 Parameters", where the default fringe width is described.
4581
4582 * frames.texi (Window Frame Parameters, Basic Parameters)
4583 (Position Parameters, Layout Parameters, Management Parameters)
4584 (Cursor Parameters, Font and Color Parameters): Add indexing for
4585 frame parameters. (Bug#6929)
4586
4587 2010-08-25 Tom Tromey <tromey@redhat.com>
4588
4589 * vol2.texi (Top): Update.
4590 * vol1.texi (Top): Update.
4591 * tips.texi (Library Headers): Mention Package-Version and
4592 Package-Requires.
4593 * package.texi: New file.
4594 * os.texi (System Interface): Update pointers.
4595 * elisp.texi (Top): Link to new nodes. Include package.texi.
4596 * anti.texi (Antinews): Update pointers.
4597
4598 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4599
4600 * processes.texi (Filter Functions): Fix last change.
4601
4602 2010-08-24 Markus Triska <triska@gmx.at>
4603
4604 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4605 of `buffer-name' in the main text as well as in the example
4606 (Bug#3098).
4607
4608 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * nonascii.texi (Text Representations):
4611 * loading.texi (Loading Non-ASCII):
4612 * compile.texi (Byte Compilation): Don't mention obsolete
4613 --unibyte command-line argument.
4614
4615 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4618
4619 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4622
4623 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4624
4625 * commands.texi (Misc Events): Add cross-references to where
4626 POSITION of a mouse event is described in detail.
4627
4628 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4629
4630 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4631
4632 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4633
4634 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4635 Suggested by Štěpán Němec <stepnem@gmail.com>.
4636
4637 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4638
4639 * minibuf.texi (High-Level Completion): Document args of
4640 `read-buffer-function' (bug#5625).
4641
4642 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4643
4644 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4645
4646 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4647
4648 * processes.texi (Process Information): Explain process property
4649 `remote-tty'.
4650
4651 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4654 instead of "\C-\^?" (bug#6334).
4655
4656 * text.texi (Special Properties): Fix typo.
4657
4658 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4659
4660 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4661 calling sequences, which are now the standard.
4662
4663 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4666
4667 * commands.texi (Command Overview): Mention undo-boundary call.
4668
4669 2010-06-23 Glenn Morris <rgm@gnu.org>
4670
4671 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4672 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4673 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4674 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4675 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4676 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4677 Untabify Texinfo files.
4678
4679 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4682
4683 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4684
4685 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4686
4687 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4688
4689 * searching.texi (Regexp Special): Remove obsolete information
4690 about matching non-ASCII characters, and suggest using char
4691 classes (Bug#6283).
4692
4693 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * minibuf.texi (Basic Completion): Add missing "@end defun".
4696
4697 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * minibuf.texi (Basic Completion): Document completion-boundaries.
4700 (Programmed Completion): Document the new fourth method for boundaries.
4701
4702 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4703
4704 * display.texi (Image Cache): Update documentation about image caching.
4705
4706 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4707
4708 * windows.texi (Textual Scrolling):
4709 * tips.texi (Coding Conventions):
4710 * minibuf.texi (Minibuffer History):
4711 * maps.texi (Standard Keymaps):
4712 * loading.texi (Where Defined):
4713 * edebug.texi (Instrumenting): Fix typos.
4714
4715 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4716
4717 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4718
4719 * functions.texi (Obsolete Functions):
4720 Document set-advertised-calling-convention.
4721
4722 * minibuf.texi (Basic Completion): Document completion-in-region.
4723 (Programmed Completion): Document completion-annotate-function.
4724
4725 * commands.texi (Reading One Event): Document read-key.
4726 (Distinguish Interactive): Document KIND arg to
4727 called-interactively-p. Delete obsolete interactive-p.
4728
4729 * elisp.texi (Top): Update node description.
4730
4731 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4732
4733 * nonascii.texi (Character Properties):
4734 Document unicode-category-table. Add an index entry for Unicode
4735 general category.
4736
4737 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * Version 23.2 released.
4740
4741 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4742
4743 * locals.texi (Standard Buffer-Local Variables):
4744 Remove @ignore'd reference to `direction-reversed'.
4745
4746 2010-04-14 Juri Linkov <juri@jurta.org>
4747
4748 Fix @deffn without category.
4749
4750 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4751 for `abbrev-insert'.
4752
4753 * buffers.texi (Indirect Buffers): Add category `Command'
4754 to @deffn of `clone-indirect-buffer'.
4755
4756 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4757 for `next-window' and `previous-window'. Add category `Command'
4758 to @deffn of `pop-to-buffer'.
4759
4760 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4761
4762 * nonascii.texi (Text Representations): Don't mark
4763 enable-multibyte-characters as a user option.
4764
4765 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4766
4767 * control.texi (Handling Errors): How to re-throw a signal caught
4768 by condition-case.
4769
4770 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4771
4772 * loading.texi (Hooks for Loading): Document after-load-functions.
4773 Copyedits.
4774
4775 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4776
4777 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4778
4779 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * processes.texi (Network Processes): Document seqpacket type.
4782
4783 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4784
4785 * os.texi (System Environment): Do not mention lynxos.
4786
4787 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * Branch for 23.2.
4790
4791 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * objects.texi (Integer Type): Take note of the read syntax
4794 exception for numbers that cannot fit in the integer type.
4795
4796 2010-03-03 Glenn Morris <rgm@gnu.org>
4797
4798 * numbers.texi (Integer Basics, Bitwise Operations):
4799 * objects.texi (Integer Type): Update for integers now being 30-bit.
4800
4801 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * display.texi (Low-Level Font): Document :otf font-spec property.
4804
4805 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * display.texi (Line Height): Avoid obsolete special default variables
4808 like default-major-mode.
4809
4810 2010-01-28 Alan Mackenzie <acm@muc.de>
4811
4812 * display.texi (Auto Faces): Say fontification-functions is called
4813 whether or not Font Lock is enabled. Tidy up the wording a bit.
4814
4815 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * elisp.texi: Remove duplicate edition information (Bug#5407).
4818
4819 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * two.el (volume-header-toc-markup): Fix typos in docstring.
4822
4823 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 Avoid dubious uses of save-excursions.
4826 * positions.texi (Excursions): Recommend the use of
4827 save-current-buffer if applicable.
4828 * text.texi (Clickable Text): Fix the example code which used
4829 save-excursion in a naive way which sometimes preserves point and
4830 sometimes not.
4831 * variables.texi (Creating Buffer-Local):
4832 * os.texi (Session Management):
4833 * display.texi (GIF Images):
4834 * control.texi (Cleanups): Use (save|with)-current-buffer.
4835
4836 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4837
4838 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4839
4840 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * nonascii.texi (Text Representations, Character Codes)
4843 (Converting Representations, Explicit Encoding)
4844 (Translation of Characters): Use hex notation consistently.
4845 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4846
4847 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * loading.texi (Where Defined): Make it clearer that these are
4850 loaded files (Bug#5068).
4851
4852 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * minibuf.texi (Completion Styles): Document `initials' style.
4855
4856 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * frames.texi (Resources): Describe inhibit-x-resources.
4859 (Size Parameters): Copyedit.
4860
4861 * hash.texi (Creating Hash):
4862 * objects.texi (Hash Table Type): Document the new hash table
4863 printed representation.
4864
4865 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4866 obsolete.
4867
4868 * processes.texi (Process Buffers):
4869 Document process-kill-buffer-query-function.
4870
4871 2009-12-05 Glenn Morris <rgm@gnu.org>
4872
4873 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4874 diary-display-function, and no longer recommended to be a hook.
4875 Update for changes in the names of calendar and diary hooks.
4876 diary-print-entries-hook has changed section.
4877
4878 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4879
4880 * text.texi (Special Properties): More accurate description of
4881 what the `cursor' property does.
4882
4883 2009-11-26 Kevin Ryde <user42@zip.com.au>
4884
4885 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4886 mouse-wheel-down-event, the closest thing to a definition for them.
4887 * os.texi (Startup Summary): vindex inhibit-startup-message and
4888 inhibit-splash-screen.
4889 (Command-Line Arguments): vindex argv.
4890 (Suspending Emacs): vindex suspend-tty-functions and
4891 resume-tty-functions. Don't want to index every hook, but having
4892 the programming ones is helpful.
4893
4894 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4895
4896 * commands.texi (Motion Events): Fix typo (Bug#4907).
4897
4898 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4901 are affected by case-fold-search (Bug#4483).
4902
4903 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * minibuf.texi (Reading File Names): Note that read-file-name may
4906 use a graphical file dialog.
4907
4908 2009-10-31 Glenn Morris <rgm@gnu.org>
4909
4910 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4911
4912 2009-10-16 Kevin Ryde <user42@zip.com.au>
4913
4914 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4915 in particular so `info-lookup-symbol' can find its docs.
4916
4917 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * variables.texi (Constant Variables): Distinguish from defconst
4920 variables.
4921 (Defining Variables): Add cindex.
4922
4923 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * os.texi (Time of Day): Clarify that the microsecond part is
4926 ignored (Bug#4637).
4927
4928 2009-10-11 Glenn Morris <rgm@gnu.org>
4929
4930 * frames.texi (Size and Position): Clarify what is included in the frame
4931 height. (Bug#4535)
4932
4933 2009-10-10 Glenn Morris <rgm@gnu.org>
4934
4935 * windows.texi (Size of Window): The relationship between window and
4936 frame heights is not so simple. (Bug#4535)
4937 Mention window-full-height-p.
4938
4939 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4942 used from Lisp.
4943
4944 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4945
4946 * files.texi (Directory Names) <abbreviate-file-name>:
4947 Document that root home directories are not replaced with "~".
4948
4949 2009-10-06 Eli Zaretskii <eliz@gnu.org>
4950
4951 * text.texi (Special Properties): Document the meaning of the
4952 `cursor' text property whose value is an integer.
4953
4954 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4955
4956 * files.texi (Magic File Names): Add `copy-directory'.
4957
4958 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4959
4960 * files.texi (File Attributes): Fix description of file
4961 attributes. (Bug#4638) Update attributes of files.texi example to
4962 be more representative.
4963
4964 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4965
4966 * files.texi (Create/Delete Dirs): New command copy-directory.
4967
4968 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * anti.texi (Antinews):
4971 * macros.texi (Indenting Macros):
4972 * strings.texi (Creating Strings, Case Conversion):
4973 Remove duplicate words.
4974
4975 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4976
4977 * files.texi (Create/Delete Dirs): delete-directory has an
4978 optional parameter RECURSIVE.
4979
4980 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * buffers.texi (Swapping Text): Minor clarification.
4983
4984 2009-10-01 Glenn Morris <rgm@gnu.org>
4985
4986 * functions.texi (Declaring Functions): Mention that we also search for
4987 ".m" files in the src/ directory.
4988
4989 2009-09-25 David Engster <deng@randomsample.de>
4990
4991 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4992
4993 2009-09-22 Glenn Morris <rgm@gnu.org>
4994
4995 * internals.texi (Building Emacs): Mention preloaded-file-list.
4996
4997 2009-09-14 Alan Mackenzie <acm@muc.de>
4998
4999 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5000
5001 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5002
5003 * functions.texi (Anonymous Functions): Rearrange discussion,
5004 giving usage of unquoted lambda forms first. Mention that
5005 `function' and `#'' are no longer required (Bug#4290).
5006
5007 2009-09-11 Alan Mackenzie <acm@muc.de>
5008
5009 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5010 batch mode.
5011
5012 2009-09-01 Glenn Morris <rgm@gnu.org>
5013
5014 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5015
5016 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5017
5018 * nonascii.texi (Character Codes): Fix typos.
5019
5020 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * processes.texi (Synchronous Processes): New defvar
5023 process-file-side-effects.
5024
5025 2009-08-25 Glenn Morris <rgm@gnu.org>
5026
5027 * display.texi (Fontsets): Fix typo.
5028
5029 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5030
5031 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * processes.texi (Asynchronous Processes): Adjust arglist of
5034 start-process-shell-command and start-file-process-shell-command.
5035
5036 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * advice.texi (Argument Access in Advice): Note that argument
5039 positions are zero-based (Bug#3932).
5040
5041 * commands.texi (Distinguish Interactive): Minor copyedit.
5042
5043 * display.texi (Face Attributes): Add xref to Displaying Faces for
5044 explanation of "underlying face".
5045
5046 * customize.texi (Common Keywords): Add xref to Loading.
5047
5048 * loading.texi (How Programs Do Loading): Add xref to Lisp
5049 Libraries node in the Emacs manual.
5050
5051 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5054
5055 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * processes.texi (Shell Arguments): Copyedits.
5058
5059 2009-07-18 Glenn Morris <rgm@gnu.org>
5060
5061 * loading.texi (Repeated Loading): Fix typo.
5062
5063 2009-07-16 Richard Stallman <rms@gnu.org>
5064
5065 * buffers.texi (Swapping Text): Recommend setting
5066 write-region-annotate-functions and buffer-saved-size.
5067
5068 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5069
5070 2009-07-15 Glenn Morris <rgm@gnu.org>
5071
5072 * edebug.texi: Minor re-phrasings throughout.
5073 (Edebug Execution Modes): Sit-for affects continue mode too.
5074 (Jumping): Use `forward-sexp' rather than its keybinding.
5075 (Edebug Misc): Fix Q binding.
5076 (Edebug Eval): Remove cl version.
5077 (Printing in Edebug): Clarify print-length etc.
5078 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5079 (Specification List): Remove edebug-unwrap findex entry.
5080 (Specification Examples): defmacro is actually not the same as defun.
5081 Escape "`" in example.
5082
5083 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * markers.texi (The Mark): Document optional arg to
5086 deactivate-mark.
5087
5088 2009-07-11 Kevin Ryde <user42@zip.com.au>
5089
5090 * hooks.texi (Standard Hooks): Fix cross-references.
5091
5092 * loading.texi (Named Features): Refer to eval-after-load.
5093
5094 2009-07-11 Glenn Morris <rgm@gnu.org>
5095
5096 * Makefile.in (TEXI2PDF): New.
5097 (elisp.pdf): New target.
5098
5099 * searching.texi (Regexp Backslash): Fix typo.
5100
5101 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5102
5103 2009-07-10 Glenn Morris <rgm@gnu.org>
5104
5105 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5106
5107 * customize.texi (Customization Types):
5108 * display.texi (Abstract Display):
5109 * objects.texi (Character Type, String Type):
5110 Merge in some menu descriptions from elisp.texi.
5111
5112 * hash.texi (Hash Tables):
5113 * modes.texi (Multiline Font Lock):
5114 End menu description with period.
5115
5116 2009-07-09 Glenn Morris <rgm@gnu.org>
5117
5118 * back.texi: Don't hard-code texinfo location.
5119
5120 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5121 (tex): Add texinfodir to TEXINPUTS.
5122 (elisp1med-init, elisp2med-init): Use texinfodir.
5123
5124 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5125 (clean): Add two-volume.make intermediate files.
5126
5127 * elisp.texi, vol1.texi, vol2.texi:
5128 Use a DATE variable with the publication date, and update it.
5129 Fix antinews menu description.
5130
5131 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5132 Update the detailed node listing to match elisp.texi.
5133
5134 * README: Update edition to match elisp.texi.
5135
5136 * objects.texi (General Escape Syntax):
5137 * nonascii.texi (Character Sets):
5138 Use consistent case for "Unicode Standard".
5139
5140 * anti.texi (Antinews):
5141 * customize.texi (Variable Definitions):
5142 * functions.texi (Declaring Functions):
5143 * nonascii.texi (Character Properties):
5144 * processes.texi (Serial Ports):
5145 * text.texi (Special Properties):
5146 * tips.texi (Coding Conventions):
5147 Minor rearrangements to improve TeX line-filling.
5148
5149 * commands.texi (Using Interactive): Fix cross-reference.
5150
5151 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5152
5153 * frames.texi (Management Parameters): Mention sticky.
5154
5155 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5156
5157 * help.texi (Help Functions): Fix description of help-buffer and
5158 help-setup-xref to use @defun instead of @deffn.
5159
5160 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5161
5162 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5163
5164 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * display.texi (Window Systems): Add ns to the list.
5167
5168 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * Branch for 23.1.
5171
5172 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5173
5174 * windows.texi (Dedicated Windows): Fix typo.
5175 (Resizing Windows): Replace @defun by @deffn.
5176
5177 2009-06-17 Glenn Morris <rgm@gnu.org>
5178
5179 * variables.texi (Directory Local Variables):
5180 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5181
5182 2009-06-09 Kenichi Handa <handa@m17n.org>
5183
5184 * nonascii.texi (Character Sets): State clearly that FROM and TO
5185 are codepoints of CHARSET.
5186
5187 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * minibuf.texi (Reading File Names): Fix introductory text.
5190 Suggested by stan@derbycityprints.com.
5191 (High-Level Completion): Fix typo.
5192
5193 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * frames.texi (Text Terminal Colors): Multi-tty is already
5196 implemented, but tty-local colors are not.
5197
5198 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * hooks.texi (Standard Hooks): Remove mention of obsolete
5201 redisplay-end-trigger-functions.
5202
5203 * internals.texi (Window Internals): Remove mention of obsolete
5204 redisplay-end-trigger-functions.
5205
5206 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5207
5208 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5209
5210 * backups.texi (Making Backups): backup-directory-alist and
5211 make-backup-file-name-function are options.
5212 (Auto-Saving): auto-save-list-file-prefix is an option.
5213
5214 * buffers.texi (Killing Buffers): buffer-offer-save is an
5215 option.
5216
5217 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5218 option.
5219 (Echo Area Customization): echo-keystrokes is an option.
5220 (Selective Display): selective-display-ellipses is an option.
5221 (Temporary Displays): temp-buffer-show-function is an option.
5222 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5223 are options.
5224 (Font Selection): face-font-family-alternatives,
5225 face-font-selection-order, face-font-registry-alternatives, and
5226 scalable-fonts-allowed are options.
5227 (Fringe Indicators): indicate-buffer-boundaries is an option.
5228 (Fringe Cursors): overflow-newline-into-fringe is an option.
5229 (Scroll Bars): scroll-bar-mode is an option.
5230
5231 * eval.texi (Eval): max-lisp-eval-depth is an option.
5232
5233 * files.texi (Visiting Functions): find-file-hook is an option.
5234 (Directory Names): directory-abbrev-alist is an option.
5235 (Unique File Names): temporary-file-directory and
5236 small-temporary-file-directory are options.
5237
5238 * frames.texi (Initial Parameters): initial-frame-alist,
5239 minibuffer-frame-alist and default-frame-alist are options.
5240 (Cursor Parameters): blink-cursor-alist and
5241 cursor-in-non-selected-windows ar options.
5242 (Window System Selections): selection-coding-system is an
5243 option.
5244 (Display Feature Testing): display-mm-dimensions-alist is an
5245 option.
5246
5247 * help.texi (Help Functions): help-char and help-event-list are
5248 options.
5249
5250 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5251 an option.
5252
5253 * minibuf.texi (Minibuffer History): history-length and
5254 history-delete-duplicates are options.
5255 (High-Level Completion): read-buffer-function and
5256 read-buffer-completion-ignore-case are options.
5257 (Reading File Names): read-file-name-completion-ignore-case is
5258 an option.
5259
5260 * modes.texi (Mode Line Top): mode-line-format is an option.
5261 (Mode Line Variables): mode-line-position and mode-line-modes
5262 are options.
5263
5264 * nonascii.texi (Text Representations):
5265 enable-multibyte-characters is an option.
5266 (Default Coding Systems): auto-coding-regexp-alist,
5267 file-coding-system-alist, auto-coding-alist and
5268 auto-coding-functions are options.
5269 (Specifying Coding Systems): inhibit-eol-conversion is an
5270 option.
5271
5272 * os.texi (Init File): site-run-file is an option.
5273 (System Environment): mail-host-address is an option.
5274 (User Identification): user-mail-address is an option.
5275 (Terminal Output): baud-rate is an option.
5276
5277 * positions.texi (Word Motion): words-include-escapes is an
5278 option.
5279
5280 * searching.texi (Standard Regexps): page-delimiter,
5281 paragraph-separate, paragraph-separate and sentence-end are
5282 options.
5283
5284 * text.texi (Margins): left-margin and fill-nobreak-predicate
5285 are options.
5286
5287 * variables.texi (Local Variables): max-specpdl-size is an
5288 option.
5289
5290 * windows.texi (Choosing Window):
5291 split-window-preferred-function, special-display-function and
5292 display-buffer-function are options.
5293
5294 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5295
5296 Fix errors spotted by Martin Rudalics.
5297
5298 * syntax.texi (Position Parse): Document rationale for ignored
5299 arguments to syntax-ppss-flush-cache.
5300
5301 * processes.texi (Input to Processes): Mark PROCESS arg to
5302 process-running-child-p as optional.
5303 (Network Options): Document NO-ERROR arg to
5304 set-network-process-option.
5305
5306 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5307 command.
5308
5309 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5310 posix-search-backward as commands.
5311
5312 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5313 (Suspending Emacs): Mark suspend-emacs as a command.
5314 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5315 commands.
5316 (Terminal Output): Remove obsolete function baud-rate.
5317 Document TERMINAL arg for send-string-to-terminal.
5318
5319 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5320 terminal-coding-system and set-terminal-coding-system.
5321 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5322 as optional.
5323 (Character Sets): Document RESTRICTION arg of char-charset.
5324 (Character Codes): Mark POS argument to get-byte as optional.
5325
5326 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5327 minibuffer-message.
5328
5329 * files.texi (Create/Delete Dirs): Mark make-directory and
5330 delete-directory as commands.
5331
5332 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5333
5334 * text.texi (Base 64): Mark base64-decode-string and
5335 base64-encode-string as commands.
5336 (Columns): Mark move-to-column as a command.
5337 (Mode-Specific Indent): Document RIGID arg to
5338 indent-for-tab-command.
5339 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5340 Mark indent-code-rigidly as a command.
5341 (Substitution): Mark translate-region as a command.
5342
5343 * frames.texi (Size and Position): Remove obsolete functions
5344 screen-height and screen-width.
5345
5346 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5349 (Displaying Buffers, Resizing Windows): Correct mistakes;
5350 next-window, previous-window, and pop-to-buffer are not commands,
5351 and fit-window-to-buffer" is a command. (Pointed out by Martin
5352 Rudalics.)
5353
5354 2009-05-17 Richard M Stallman <rms@gnu.org>
5355
5356 * modes.texi (Precalculated Fontification): Clarify text.
5357
5358 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5359
5360 * windows.texi (Selecting Windows): Clarify descriptions of
5361 with-selected-window and get-lru-window.
5362 (Cyclic Window Ordering): Refer to particular frame when talking
5363 about how splitting affects the ordering.
5364 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5365 switch-to-buffer-other-window. Explain how setting of
5366 display-buffer-reuse-frames affects pop-to-buffer.
5367 (Choosing Window): Clarify some details in descriptions of
5368 display-buffer-reuse-frames, pop-up-frames, and
5369 pop-up-frame-function.
5370 (Dedicated Windows): Clarify some details.
5371 (Textual Scrolling): Replace term vscroll by term vertical
5372 scroll position.
5373 (Vertical Scrolling): Fix typo.
5374 (Window Hooks): Relate text on jit-lock-register to window
5375 scrolling and size changes.
5376
5377 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5378
5379 * frames.texi (Initial Parameters): Clarify what the initial
5380 minibuffer frame is.
5381 (Buffer Parameters): Note that the minibuffer parameter can not be
5382 altered.
5383
5384 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5385 Document display-buffer changes.
5386
5387 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * anti.texi (Antinews): Rewrite for Emacs 22.
5390
5391 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5392 obarrays are first mentioned. Define "system abbrev" more
5393 prominently, and add it to the index.
5394 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5395 Copyedits.
5396 (Abbrev Expansion): Document abbrev-insert.
5397
5398 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * frames.texi (Font and Color Parameters): Rename from Color
5401 Parameters. Document font-backend parameter.
5402
5403 * vol2.texi (Top): Update node listing.
5404 * vol1.texi (Top): Update node listing.
5405 * elisp.texi (Top): Update node listing.
5406
5407 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5408
5409 * windows.texi (Choosing Window): Don't explicitly refer to
5410 split-window-sensibly's window argument in descriptions of
5411 split-height-threshold and split-width-threshold.
5412
5413 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5414
5415 * windows.texi (Choosing Window): Fix rewrite of window
5416 splitting section.
5417
5418 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5419
5420 * nonascii.texi (Default Coding Systems):
5421 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5422 Add indexing.
5423 (Lisp and Coding Systems): Add index entries.
5424
5425 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5426
5427 * windows.texi (Choosing Window): Describe split-window-sensibly
5428 and rewrite section on window splitting accordingly.
5429 (Textual Scrolling): Replace `...' by @code{...}.
5430
5431 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5432
5433 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5434 Remove obsoleted pre-abbrev-expand-hook.
5435
5436 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5437 entries.
5438
5439 * internals.texi (Object Internals): Don't assume 32-bit machines
5440 are the norm.
5441 (Buffer Internals): Consolidate table entries for readability.
5442 (Window Internals): Synch field names to window.h.
5443 (Process Internals): Synch field names to process.h.
5444
5445 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5446
5447 * variables.texi (File Local Variables): Note that read-circle is
5448 bound to nil when reading file-local variables.
5449
5450 * streams.texi (Input Functions): Document read-circle.
5451 (Output Variables): Add xref to Circular Objects.
5452
5453 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5454
5455 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5456 Features and Coding System Basics. Node that "p" stands for
5457 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5458 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5459 mouse-appearance-menu.
5460 (Programming Tips): Add xref to Progress.
5461
5462 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * os.texi (Command-Line Arguments):
5465 Document command-line-args-left.
5466 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5467 terminal objects for tty arguments.
5468 (Startup Summary): Add xref to Session Management.
5469 (Session Management): Mention emacs-session-restore. Copyedits.
5470
5471 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5472
5473 * os.texi (Startup Summary): Copyedits. The init file is not
5474 necessarily named .emacs now. Document initial-buffer-choice and
5475 initial-scratch-message. Note where Emacs exits in batch mode.
5476 Document inhibit-splash-screen as an alias.
5477 (Init File): Be neutral about which init file name to use.
5478
5479 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * os.texi (System Interface): Fix Texinfo usage.
5482
5483 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * searching.texi (Regexp Backslash): Also refer to shy groups as
5486 non-capturing or unnumbered groups.
5487 (Regexp Functions): Add cross-reference to Regexp Backslash.
5488
5489 * display.texi (Truncation): Overlays can use line-prefix and
5490 wrap-prefix too.
5491 (Overlay Properties): Document wrap-prefix and line-prefix.
5492 (Face Attributes): Document underline-minimum-offset.
5493 (Face Remapping): Copyedits.
5494 (Low-Level Font): Copyedits.
5495 (Image Cache): Note that the image cache is shared between frames.
5496 (Line Height): Emphasize that line-spacing only takes effect on
5497 graphical terminals.
5498
5499 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * display.texi (Refresh Screen): Note that a passage about screen
5502 refreshing is text terminal only.
5503 (Forcing Redisplay): Delete misleading comment---sit-for calls
5504 redisplay, not the other way around.
5505 (Truncation): Note new values of truncate-partial-width-windows.
5506 Copyedits.
5507 (Invisible Text): Document invisible-p.
5508
5509 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5510
5511 * display.texi (Overlays): Overlays don't scale well. See
5512 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5513
5514 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5515
5516 * syntax.texi (Syntax Table Functions): Document cons cell
5517 argument for modify-syntax-entry.
5518 (Categories): Document cons cell argument for
5519 modify-category-entry.
5520
5521 * searching.texi (String Search): Document word-search-forward-lax
5522 and word-search-backward-lax.
5523 (Searching and Case): Describe isearch behavior more precisely.
5524
5525 * keymaps.texi (Tool Bar): Mention that some platforms do not
5526 support multi-line toolbars. Suggested by Stephen Eglen.
5527
5528 * frames.texi (Layout Parameters): Mention that Nextstep also
5529 allows only one tool-bar line. Suggested by Stephen Eglen.
5530
5531 * nonascii.texi (Text Representations): Copyedits.
5532 (Coding System Basics): Also mention utf-8-emacs.
5533 (Converting Representations, Selecting a Representation)
5534 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5535 Copyedits.
5536 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5537
5538 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * text.texi (Yank Commands): Note that yank uses push-mark.
5541 (Filling): Clarify REGION argument of fill-paragraph.
5542 Document fill-forward-paragraph-function.
5543 (Special Properties): Remove "new in Emacs 22" declaration.
5544 (Clickable Text): Merge with Links and Mouse-1 node.
5545
5546 * display.texi (Button Properties, Button Buffer Commands):
5547 Change xref to Clickable Text.
5548
5549 * tips.texi (Key Binding Conventions): Change xref to Clickable
5550 Text.
5551
5552 * elisp.texi (Top): Update node listing.
5553
5554 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * markers.texi (The Mark): Copyedits. Improve description of
5557 handle-shift-selection.
5558 (The Region): Move use-region-p here from The Mark.
5559
5560 * positions.texi (Screen Lines): Document (cols . lines) argument
5561 for vertical-motion.
5562
5563 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * frames.texi (Frames): Clean up introduction. Document `ns'
5566 return value for framep.
5567 (Creating Frames): Note how the terminal is chosen.
5568 (Multiple Terminals, Multiple Displays): Merge into a single node.
5569 (Color Parameters): Fix typo.
5570
5571 * variables.texi (Local Variables, Buffer-Local Variables)
5572 (Creating Buffer-Local): Change link to Multiple Terminals.
5573
5574 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5575
5576 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5577 Terminals.
5578
5579 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5580 to Multiple Terminals.
5581
5582 * elisp.texi (Top): Update node listing.
5583 * vol2.texi (Top): Update node listing.
5584 * vol1.texi (Top): Update node listing.
5585
5586 * buffers.texi (Current Buffer): Note that the append-to-buffer
5587 example is no longer in synch with the latest code. Tie the two
5588 examples together.
5589
5590 * files.texi (File Attributes): Move note about MS-DOS from
5591 Changing Files to File Attributes.
5592 (Create/Delete Dirs): Note that mkdir is an alias for this.
5593
5594 2009-04-01 Markus Triska <triska@gmx.at>
5595
5596 * processes.texi (Filter Functions): Suggest how to handle output
5597 batches.
5598
5599 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5600
5601 * help.texi (Accessing Documentation): Update example to use
5602 help-setup-xref and with-help-window.
5603 (Help Functions): Remove print-help-return-message, which is
5604 semi-obsolete due to with-help-window. Document help-buffer and
5605 help-setup-xref.
5606
5607 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5608
5609 * help.texi (Accessing Documentation, Help Functions):
5610 Remove information about long-obsolete Emacs versions.
5611
5612 * modes.texi (Mode Line Variables): The default values of the mode
5613 line variables are now more complicated.
5614
5615 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * modes.texi (Major Mode Conventions): Note that specialness is
5618 inherited.
5619 (Derived Modes): Note that define-derive-mode sets the mode-class
5620 property.
5621
5622 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5623 goto-map. Add search-map to the list.
5624
5625 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5626
5627 * os.texi (System Environment): Update the list of system-type
5628 values.
5629
5630 * markers.texi (The Mark) <handle-shift-selection>: Update for
5631 removal of the optional argument DEACTIVATE.
5632
5633 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * commands.texi (Focus Events): Most X window managers don't use
5636 focus-follows-mouse nowadays.
5637
5638 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * commands.texi (Defining Commands): Clarify introduction.
5641 (Using Interactive): Not that interactive can be put in a symbol
5642 property.
5643 (Interactive Call): Note that a symbol with a non-nil
5644 interactive-form property satisfies commandp.
5645
5646 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * minibuf.texi (Intro to Minibuffers): Fix typos.
5649
5650 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5653 about minibuffers in old Emacs versions. Copyedits.
5654 Emphasize that enable-recursive-minibuffers defaults to nil.
5655 (Text from Minibuffer): Simplify introduction.
5656
5657 2009-03-22 Alan Mackenzie <acm@muc.de>
5658
5659 * commands.texi (Using Interactive): Clarify string argument to
5660 `interactive' - even promptless elements need \n separators.
5661
5662 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5663
5664 * minibuf.texi (Completion Styles): New node.
5665
5666 * elisp.texi (Top): Update node listing.
5667
5668 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5669
5670 * minibuf.texi (Basic Completion): Note that
5671 read-file-name-completion-ignore-case and
5672 read-buffer-completion-ignore-case can override
5673 completion-ignore-case.
5674 (Minibuffer Completion): Document completing-read changes.
5675 (Completion Commands): Avoid mentioning partial completion mode.
5676 Document minibuffer-completion-confirm changes, and
5677 minibuffer-confirm-exit-commands.
5678 (High-Level Completion): Document new require-match behavior for
5679 read-buffer. Document read-buffer-completion-ignore-case.
5680 (Reading File Names): Document new require-match behavior for
5681 read-file-name.
5682
5683 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5684
5685 * debugging.texi (Error Debugging): Don't mislead the reader into
5686 thinking that debug-on-error enters debugger for C-f at EOB.
5687 (Error Debugging): Setting debug-on-init within the init file
5688 works, and has for some time.
5689
5690 2009-03-13 Kenichi Handa <handa@m17n.org>
5691
5692 * display.texi (Fontsets): Update the description.
5693
5694 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * advice.texi (Advising Primitives): Link to What Is a Function.
5697
5698 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5699
5700 * compile.texi (Speed of Byte-Code): Update example.
5701 (Disassembly): Update examples.
5702
5703 * loading.texi (Repeated Loading): Simplify examples.
5704
5705 * customize.texi (Common Keywords): It's not necessary to use :tag
5706 to remove hyphens, as custom-unlispify-tag-name does it
5707 automatically.
5708 (Variable Definitions): Link to File Local Variables.
5709 Document customized-value symbol property.
5710 (Customization Types): Move menu to end of node.
5711
5712 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5713
5714 * macros.texi (Compiling Macros): Omit misleading sentence, which
5715 implied that macros can only be used in the same file they are
5716 defined.
5717 (Backquote): Remove obsolete information about Emacs 19.
5718
5719 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5720
5721 * display.texi (Display Margins): Fix paren typo.
5722
5723 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5724
5725 * elisp.texi (Top): Update node listing.
5726
5727 * variables.texi (Variables): Clarify introduction.
5728 (Global Variables): Mention that setq is a special form.
5729 (Local Variables): Use active voice.
5730 (Tips for Defining): Mention marking variables as safe.
5731 (Buffer-Local Variables): Mention terminal-local and frame-local
5732 variables together.
5733 (File Local Variables): Copyedits.
5734 (Frame-Local Variables): Note that they are not really useful.
5735 (Future Local Variables): Node deleted.
5736
5737 * objects.texi (General Escape Syntax): Update explanation of
5738 Unicode escape syntax.
5739
5740 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5741
5742 * control.texi (Control Structures): Add cindex entry for "textual
5743 order".
5744
5745 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5746 instead of "expression" throughout.
5747 (Function Indirection): Copyedits. Use active voice.
5748 (Eval): The default value of max-lisp-eval-depth is now 400.
5749
5750 2009-02-23 Miles Bader <miles@gnu.org>
5751
5752 * processes.texi (System Processes): Rename `system-process-attributes'
5753 to `process-attributes'.
5754
5755 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * symbols.texi (Property Lists): Emphasize that property lists are
5758 not restricted to symbol cells.
5759 (Other Plists): Copyedit.
5760
5761 * sequences.texi (Sequences Arrays Vectors): Make introduction
5762 more concise.
5763 (Arrays): Mention char-tables and bool-vectors too.
5764 (Vectors): Don't repeat information given in Arrays node. Link to
5765 nodes that explain the vector usage examples.
5766 (Char-Tables): Note that char-table elements can have arbitrary
5767 type. Explain effect of omitted char-table-extra-slots property.
5768 Link to Property Lists node.
5769
5770 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5773 `append'.
5774 (List Elements): Copyedits.
5775
5776 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5777 of `vconcat'.
5778
5779 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5780 Emacs 20 usage of `concat'.
5781 (Case Conversion): Copyedits.
5782
5783 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5784
5785 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5786 Minor edits.
5787 (Frame Configuration Type): Emphasize that it is not primitive.
5788 (Font Type): New node.
5789 (Type Predicates): Add fontp; type-of now recognizes font object
5790 types.
5791
5792 * intro.texi (Version Info): Update version numbers in examples.
5793 (Acknowledgements): List more contributors.
5794
5795 * elisp.texi: Bump version number to 3.0.
5796 (Top): Link to Font Type node.
5797
5798 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5799
5800 * modes.texi (Major Mode Conventions): Remove duplicate words.
5801 (Customizing Keywords): Fix typo.
5802
5803 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5804
5805 * nonascii.texi (User-Chosen Coding Systems): Document that
5806 select-safe-coding-system suggests raw-text if there are raw bytes
5807 in the region.
5808 (Explicit Encoding): Warn not to use `undecided' when encoding.
5809
5810 2009-02-11 Glenn Morris <rgm@gnu.org>
5811
5812 * frames.texi (Visibility of Frames): Mention the effect multiple
5813 workspaces/desktops can have on visibility.
5814
5815 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5816
5817 * text.texi (Commands for Insertion):
5818 * commands.texi (Event Mod):
5819 * keymaps.texi (Searching Keymaps):
5820 * nonascii.texi (Translation of Characters):
5821 Reinstate documentation of translation-table-for-input.
5822 (Explicit Encoding): Document the `charset' text property produced
5823 by decode-coding-region and decode-coding-string.
5824
5825 2009-01-27 Alan Mackenzie <acm@muc.de>
5826
5827 * modes.texi (Search-based Fontification): Correct a typo.
5828
5829 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5832 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5833
5834 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5835
5836 * display.texi (Window Systems): Document the value of
5837 `initial-window-system' under --daemon.
5838
5839 * os.texi (System Environment): Remove description of the
5840 `environment' function which has been deleted.
5841
5842 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5843
5844 * frames.texi (Multiple Displays): Remove documentation for
5845 removed function make-frame-on-tty.
5846
5847 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5848
5849 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5850 write-region-annotate-functions.
5851 Document write-region-post-annotation-function.
5852
5853 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5854
5855 * display.texi (Font Lookup): Document WIDTH argument of
5856 x-list-fonts.
5857
5858 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5859
5860 * maps.texi (Standard Keymaps): Rename function-key-map to
5861 local-function-key-map.
5862
5863 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5864 local-function-key-map.
5865
5866 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5867 and `set-keyboard-coding-system' now accept an optional terminal
5868 argument.
5869
5870 * commands.texi (Event Mod): `keyboard-translate-table' is now
5871 terminal-local.
5872 (Function Keys): Rename function-key-map to
5873 local-function-key-map.
5874
5875 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5876 frames.texi.
5877
5878 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5879 `delete-terminal-functions', `suspend-tty-functions' and
5880 `resume-tty-functions'.
5881
5882 * frames.texi (Frames): Document `frame-terminal' and
5883 `terminal-live-p'.
5884 (Multiple Displays): Document `make-frame-on-tty'.
5885 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5886 `terminal-name', and `get-device-terminal'.
5887 (Terminal Parameters): Document `terminal-parameters',
5888 `terminal-parameter', and `set-terminal-parameter'.
5889
5890 * os.texi (System Environment): Document `environment' and
5891 `initial-environment'.
5892 (Suspending Emacs): Update for multi-tty; document
5893 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5894
5895 * nonascii.texi (Coding System Basics): More accurate description
5896 of `raw-text'.
5897
5898 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5899
5900 * display.texi (Low-Level Font): Fix typo.
5901
5902 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * elisp.texi (Top): Update node listing.
5905
5906 * display.texi (PostScript Images): Node deleted.
5907
5908 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5909
5910 * processes.texi (Decoding Output): Document that null bytes force
5911 no-conversion for reading process output.
5912
5913 * files.texi (Reading from Files): Document that null bytes force
5914 no-conversion when visiting files.
5915
5916 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5917
5918 * nonascii.texi (Lisp and Coding Systems):
5919 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5920 (Character Properties): Improve wording.
5921
5922 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * display.texi (Font Lookup): Remove obsolete function
5925 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5926 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5927 (Font Selection): Reorder order of variable descriptions.
5928 Minor clarifications.
5929
5930 * elisp.texi (Top): Update node listing.
5931
5932 2009-01-09 Glenn Morris <rgm@gnu.org>
5933
5934 * commands.texi (Command Loop Info): Say that last-command-char and
5935 last-input-char are obsolete aliases.
5936
5937 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5938 last-input-char and last-command-char, since they are just aliases for
5939 last-input-event and last-command-event.
5940
5941 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5942 last-command-char.
5943
5944 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * elisp.texi: Update node listing.
5947
5948 * display.texi (Faces): Put Font Selection node after Auto Faces.
5949 (Face Attributes): Don't link to Font Lookup.
5950 Document font-family-list.
5951 (Fonts): New node.
5952
5953 2009-01-08 Jason Rumney <jasonr@gnu.org>
5954
5955 * frames.texi (Pointer Shape): Clarify that only X supports
5956 changing the standard pointer shapes. (Bug#1485)
5957
5958 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * display.texi (Attribute Functions): Note that a function value
5961 :height is relative, and that compatibility functions work by
5962 calling set-face-attribute.
5963 (Displaying Faces): Reorder list in order of increasing priority.
5964 (Face Remapping): New node. Content moved here from Displaying
5965 Faces.
5966 (Glyphs): Link to Face Functions.
5967
5968 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * display.texi (Faces): Don't discuss face id here. facep does
5971 not return t.
5972 (Defining Faces): Minor clarification.
5973 (Face Attributes): Rearrange items to match docstring of
5974 set-face-attribute. Add :foundry attribute. Document new role of
5975 :font attribute. Texinfo usage fix.
5976 (Attribute Functions): Copyedits.
5977 (Face Functions): Note that face number is seldom used.
5978
5979 2009-01-05 Richard M Stallman <rms@gnu.org>
5980
5981 * strings.texi (Predicates for Strings): Minor clarification.
5982
5983 * functions.texi (Function Safety): Texinfo usage fix.
5984
5985 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
5986
5987 * objects.texi (General Escape Syntax): Fix typo.
5988
5989 2009-01-03 Martin Rudalics <rudalics@gmx.at>
5990
5991 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5992 works via the default value of pop-up-frame-function.
5993
5994 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5995
5996 * processes.texi (System Processes): Document the `time' and
5997 `ctime' attributes of `system-process-attributes'.
5998
5999 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * display.texi (Face Attributes): Clarify :height attribute.
6002
6003 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6004
6005 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6006 the front of the buffer list. Add entries for `last-buffer' and
6007 `unbury-buffer'.
6008
6009 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6010
6011 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6012 and its subsections.
6013
6014 * frames.texi (Multiple Terminals, Low-level Terminal)
6015 (Terminal Parameters, Frames on Other TTY devices): New sections.
6016 (Frames): Add an xref to "Multiple Terminals".
6017
6018 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6019
6020 * objects.texi (Terminal Type): New node.
6021 (Editing Types): Add it to the menu.
6022
6023 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6024 Variables".
6025
6026 * variables.texi (Directory Local Variables): New node.
6027 (Variables): Add a menu item for it.
6028
6029 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6030 `generated-autoload-file'.
6031
6032 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6033
6034 * os.texi (Startup Summary): Add xref to documentation of
6035 `initial-window-system'.
6036
6037 * display.texi (Window Systems): Document `window-system' the
6038 function. The variable `window-system' is now frame-local.
6039 Document `initial-window-system'.
6040
6041 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6042
6043 * windows.texi (Windows): Rewrite description of
6044 fit-window-to-buffer.
6045
6046 2008-12-13 Glenn Morris <rgm@gnu.org>
6047
6048 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6049 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6050
6051 2008-12-12 Glenn Morris <rgm@gnu.org>
6052
6053 * debugging.texi (Error Debugging): Refer forwards to
6054 eval-expression-debug-on-error.
6055
6056 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6057
6058 * strings.texi (String Basics): Only unibyte strings that
6059 represent key sequences hold 8-bit raw bytes.
6060
6061 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6062 paragraph to speak about `undecided'.
6063 (Character Properties): Don't explain the meaning of each
6064 property; instead, identify their Unicode Standard names.
6065 (Character Sets): Document `map-charset-chars'.
6066
6067 2008-12-02 Glenn Morris <rgm@gnu.org>
6068
6069 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6070 section yet again.
6071
6072 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6073
6074 * nonascii.texi (Character Properties): New Section.
6075 (Specifying Coding Systems): Document
6076 `coding-system-priority-list', `set-coding-system-priority', and
6077 `with-coding-priority'.
6078 (Lisp and Coding Systems): Document `check-coding-systems-region'
6079 and `coding-system-charset-list'.
6080 (Coding System Basics): Document `coding-system-aliases'.
6081
6082 * elisp.texi (Top): Add a @detailmenu entry for "Character
6083 Properties".
6084
6085 * objects.texi (Character Type): Correct the range of Emacs
6086 characters. Add an @xref to "Character Codes".
6087
6088 * strings.texi (String Basics): Add an @xref to "Character Codes".
6089
6090 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6091
6092 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6093 (Character Codes): Document `max-char'.
6094
6095 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6096
6097 * nonascii.texi (Text Representations, Converting Representations)
6098 (Character Sets, Scanning Charsets, Translation of Characters):
6099 Make text more accurate.
6100
6101 2008-11-28 Glenn Morris <rgm@gnu.org>
6102
6103 * files.texi (Format Conversion Round-Trip): Improve previous change.
6104
6105 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6106
6107 * modes.texi (Auto Major Mode): Fix example.
6108
6109 2008-11-25 Glenn Morris <rgm@gnu.org>
6110
6111 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6112
6113 * files.texi (Format Conversion Round-Trip):
6114 Use active voice for previous change.
6115
6116 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * os.texi (Processor Run Time):
6119 * processes.texi (Transaction Queues):
6120 * markers.texi (The Mark):
6121 * windows.texi (Choosing Window, Selecting Windows):
6122 * files.texi (Changing Files, Magic File Names):
6123 * commands.texi (Key Sequence Input):
6124 * functions.texi (Declaring Functions):
6125 * strings.texi (Predicates for Strings):
6126 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6127
6128 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * help.texi (Accessing Documentation): Update example.
6131
6132 * variables.texi (Defining Variables): Note that `*' is not
6133 necessary if defcustom is used.
6134
6135 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6136
6137 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6138 Characters" from @detailmenu.
6139
6140 * nonascii.texi (Character Codes, Character Sets)
6141 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6142 (Chars and Bytes, Splitting Characters): Sections removed.
6143
6144 2008-11-22 Lute Kamstra <lute@gnu.org>
6145
6146 * positions.texi (Text Lines): Update goto-line documentation.
6147
6148 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6149
6150 * frames.texi (Frames): Fix typo, add cross references, reword.
6151 (Initial Parameters): Reword special-display-frame-alist text.
6152 (Frames and Windows): Reword. Describe argument norecord for
6153 set-frame-selected-window.
6154 (Input Focus): Describe argument norecord for select-frame.
6155 Remove comment on MS-Windows behavior for focus-follows-mouse.
6156 (Raising and Lowering): Mention windows-frames dichotomy in
6157 metaphor.
6158
6159 * windows.texi (Displaying Buffers, Vertical Scrolling)
6160 (Horizontal Scrolling): Fix indenting and rewording issues
6161 introduced with 2008-11-07 change.
6162
6163 2008-11-20 Glenn Morris <rgm@gnu.org>
6164
6165 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6166 element of `format-alist'.
6167
6168 2008-11-19 Glenn Morris <rgm@gnu.org>
6169
6170 * doclicense.texi: Update to FDL 1.3.
6171 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6172
6173 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6174
6175 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6176 vars, which are obsolete. Mention jit-lock-register.
6177
6178 * modes.texi (Other Font Lock Variables):
6179 Document jit-lock-register and jit-lock-unregister.
6180
6181 * frames.texi (Color Parameters): Document alpha parameter.
6182
6183 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6184
6185 * windows.texi (Splitting Windows, Deleting Windows)
6186 (Selecting Windows, Cyclic Window Ordering)
6187 (Buffers and Windows, Displaying Buffers, Choosing Window)
6188 (Dedicated Windows, Window Point, Window Start and End)
6189 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6190 (Size of Window, Resizing Windows, Window Configurations)
6191 (Window Parameters): Avoid @var at beginning of sentences and
6192 reword accordingly.
6193
6194 2008-11-11 Lute Kamstra <lute@gnu.org>
6195
6196 * files.texi (File Name Components): Fix file-name-extension
6197 documentation.
6198
6199 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6200
6201 * frames.texi (Basic Parameters): Remove display-environment-variable
6202 and term-environment-variable.
6203
6204 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6205
6206 * windows.texi (Basic Windows, Splitting Windows)
6207 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6208 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6209 (Resizing Windows, Window Configurations, Window Parameters):
6210 Fix wording and markup.
6211
6212 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6213
6214 * windows.texi (Windows): Update entries.
6215 (Basic Windows): Remove listing of attributes. Reword.
6216 (Splitting Windows, Deleting Windows): Reword.
6217 (Selecting Windows, Cyclic Window Ordering): Reword with special
6218 emphasis on order of recently selected windows and buffer list.
6219 (Buffers and Windows, Choosing Window): Reword with special
6220 emphasis on dedicated windows.
6221 (Displaying Buffers): Reword. For switch-to-buffer mention that
6222 it may fall back on pop-to-buffer. For other-window try to
6223 explain how it treats the cyclic ordering of windows.
6224 (Dedicated Windows): New node and section discussing dedicated
6225 windows and associated functions.
6226 (Window Point): Add entry for window-point-insertion-type. Reword.
6227 (Window Start and End): Rename node and section title. Reword.
6228 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6229 Minor rewording.
6230 (Size of Window): Reword, in particular text on window-width.
6231 (Resizing Windows): Reword. Add text on balancing windows.
6232 (Window Configurations): Reword. Mention window parameters.
6233 (Window Parameters): New node and section on window parameters.
6234 (Window Hooks): Reword. Mention that
6235 window-configuration-change-hook is run "buffer-locally".
6236 * elisp.texi (Top): Update Windows entries in @detailmenu
6237 section.
6238
6239 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * searching.texi (Regexp Search): Fix typo.
6242
6243 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6244
6245 * searching.texi (Regexp Search): Document GREEDY arg.
6246 (Simple Match Data): Fix return value.
6247
6248 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6249
6250 * nonascii.texi (Text Representations): Rewrite to make consistent
6251 with Emacs 23 internal representation of characters.
6252 Document `unibyte-string'.
6253
6254 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * processes.texi (Process Information): Note that process-status
6257 does not accept buffer names.
6258
6259 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6260
6261 * positions.texi (Skipping Characters): Correct return value of
6262 skip-chars-forward.
6263
6264 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6265
6266 * windows.texi (Deleting Windows): Update documentation of
6267 delete-windows-on.
6268 (Buffers and Windows): Update documentations of
6269 get-buffer-window and get-buffer-window-list.
6270 (Displaying Buffers): Update documentation of
6271 replace-buffer-in-windows.
6272
6273 * buffers.texi (Current Buffer): Reword set-buffer and
6274 with-current-buffer documentations.
6275 (Creating Buffers): Reword documentation of get-buffer-create.
6276
6277 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6278
6279 * buffers.texi (Current Buffer): Reword documentation of
6280 set-buffer.
6281 (Buffer Names): Reword documentation of buffer-name.
6282 (The Buffer List): For bury-buffer explain what happens with the
6283 buffer's window.
6284 (Creating Buffers): Say that get-buffer-create's arg is called
6285 buffer-or-name.
6286
6287 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6288
6289 * advice.texi (Computed Advice): Explain what DEFINITION is.
6290
6291 * nonascii.texi (Character Codes): Remove obsolete function
6292 char-valid-p, and document characterp instead.
6293
6294 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6295
6296 * windows.texi (Displaying Buffers): Reword documentation of
6297 pop-to-buffer.
6298 (Choosing Window): Rewrite documentation of display-buffer and
6299 its options.
6300
6301 * buffers.texi (Killing Buffers): Update documentation of
6302 kill-buffer.
6303
6304 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6305
6306 * processes.texi (Serial Ports): Fix wording and improve markup.
6307
6308 * searching.texi (Regexp Search): Document `string-match-p' and
6309 `looking-at-p'.
6310 (POSIX Regexps): Add an xref for "non-greedy".
6311 (Regexp Special): Add @cindex entry for "non-greedy".
6312
6313 * display.texi (Attribute Functions): Document `face-all-attributes'.
6314 (Image Cache) <image-refresh>: Minor wording fixes.
6315
6316 * frames.texi (Color Names): Add an xref to `read-color'.
6317
6318 * minibuf.texi (High-Level Completion): Document `read-color'.
6319
6320 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6321
6322 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6323
6324 * buffers.texi (Swapping Text): New section, documents
6325 `buffer-swap-text'.
6326
6327 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6328
6329 * windows.texi (Resizing Windows): Minor wording fix.
6330
6331 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6332
6333 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6334 and `combine-and-quote-strings'.
6335
6336 * strings.texi (Creating Strings): Add xrefs for them.
6337
6338 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6339
6340 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6341 match the corresponding menu in minibuf.texi.
6342
6343 * minibuf.texi (Reading File Names): Document `read-shell-command'
6344 and `minibuffer-local-shell-command-map'.
6345
6346 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6347
6348 * windows.texi (Resizing Windows): Remove var{} around "window" in
6349 documentation of enlarge-window.
6350 Rewrite documentation of window-min-height and window-min-width.
6351
6352 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6353
6354 * functions.texi (Calling Functions): Document `apply-partially'.
6355
6356 * hooks.texi (Standard Hooks): Mention
6357 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6358
6359 * variables.texi (File Local Variables): Document
6360 `file-local-variables-alist', `before-hack-local-variables-hook'
6361 and `hack-local-variables-hook'.
6362
6363 * processes.texi (Synchronous Processes): Document `process-lines'.
6364
6365 * customize.texi (Variable Definitions):
6366 Document `custom-reevaluate-setting'.
6367
6368 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6369
6370 * windows.texi (Choosing Window, Deleting Windows)
6371 (Displaying Buffers): Expand documentation of dedicated windows.
6372
6373 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6374
6375 * files.texi (Changing Files): Document symbolic input of file
6376 modes to `set-file-modes'. Document `read-file-modes' and
6377 `file-modes-symbolic-to-number'.
6378
6379 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6380 and `search-map'.
6381
6382 * searching.texi (Search and Replace):
6383 Document `replace-search-function' and `replace-re-search-function'.
6384 Document `multi-query-replace-map'.
6385
6386 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6387 (Completion Commands, Reading File Names):
6388 Rename `minibuffer-local-must-match-filename-map' to
6389 `minibuffer-local-filename-must-match-map'.
6390 (Minibuffer Completion): The `require-match' argument to
6391 `completing-read' can now have the value `confirm-only'.
6392
6393 * windows.texi (Displaying Buffers): Minor wording fix.
6394 (Choosing Window): `split-height-threshold' can now be nil.
6395 Document `split-width-threshold'. `pop-up-frames' can have the
6396 value `graphic-only'.
6397
6398 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6399
6400 * os.texi (Startup Summary): Document `before-init-time' and
6401 `after-init-time'. Document `initial-window-system' and
6402 `window-system-initialization-alist'. Document reading the
6403 abbrevs file. Document the call to `server-start' under --daemon.
6404 Rearrange a bit to be consistent with the code flow.
6405 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6406 (Time Parsing): Document `format-seconds'.
6407
6408 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6409
6410 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6411 and reword.
6412
6413 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6414
6415 * markers.texi (The Mark): Document use-region-p.
6416
6417 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6418
6419 * internals.texi (Writing Emacs Primitives): The interactive spec
6420 of a primitive can be a Lisp form.
6421
6422 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6423 values of transient-mark-mode. Document handle-shift-selection.
6424
6425 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6426 (Interactive Examples): Show an example of `^'.
6427 (Key Sequence Input): Document this-command-keys-shift-translated.
6428 (Defining Commands, Using Interactive): The interactive-form of a
6429 function can be added via its symbol's property.
6430
6431 * positions.texi (List Motion): beginning-of-defun-function can
6432 now accept an argument.
6433
6434 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6435 now return a list of strings.
6436
6437 * control.texi (Handling Errors): Document ignore-errors.
6438
6439 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6440 (Parameter Access): Document set-frame-parameter.
6441
6442 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6443 Hooks" for the effect of kill-all-local-variables on local hook
6444 functions.
6445
6446 * modes.texi (Major Mode Conventions, Mode Line Variables):
6447 `mode-name' need not be a string. xref to "Mode Line Data" for
6448 details, and to "Emulating Mode Line" for computing a string
6449 value.
6450
6451 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6452
6453 * processes.texi (System Processes): New section.
6454 (Processes, Signals to Processes): Add xrefs to it.
6455
6456 * objects.texi (Editing Types): A `process' is a subprocess of
6457 Emacs, not just any process running on the OS.
6458
6459 * elisp.texi (Top): Adjust the @detailmenu for the above two
6460 changes.
6461
6462 * sequences.texi (Char-Tables): Remove documentation of
6463 set-char-table-default, which has no effect since Emacs 23.
6464 <char-table-range, set-char-table-range>: Don't mention generic
6465 characters and charsets. Add a cons cell as a possible argument.
6466
6467 * nonascii.texi (Splitting Characters)
6468 (Translation of Characters): Don't mention generic characters.
6469
6470 * display.texi (Fontsets): Don't mention generic characters.
6471
6472 * sequences.texi (Char-Tables): `map-char-table' can now call its
6473 argument FUNCTION with a cons cell as KEY.
6474
6475 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6476
6477 * objects.texi (Primitive Function Type): Move "@cindex special
6478 forms" from here...
6479
6480 * eval.texi (Special Forms): ...to here.
6481
6482 * functions.texi (What Is a Function): `functionp' returns nil for
6483 special forms. Add an xref.
6484
6485 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6486 Variables".
6487
6488 * variables.texi (Frame-Local Variables): New section.
6489 (Buffer-Local Variables): Add an xref to it.
6490 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6491 have both frame-local and buffer-local binding.
6492
6493 * frames.texi (Frames): Mention multiple tty frames.
6494 (Frame Parameters, Parameter Access): Mention frame-local variable
6495 bindings.
6496
6497 2008-09-20 Glenn Morris <rgm@gnu.org>
6498
6499 * display.texi (Defining Faces): Recommend against face variables.
6500
6501 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6502
6503 * display.texi (Echo Area Customization): Fix typo.
6504
6505 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6506
6507 * loading.texi (Where Defined): Add `defface' item.
6508
6509 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6510
6511 * loading.texi (Where Defined): Fix description of symbol-file.
6512
6513 2008-08-26 Jason Rumney <jasonr@gnu.org>
6514
6515 * display.texi (TIFF Images): New section describing :index property.
6516
6517 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * display.texi (Temporary Displays): Remove unnecessary comment
6520 about usage of temp-buffer-show-hook.
6521
6522 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6523
6524 * symbols.texi (Other Plists): Fix incorrect example.
6525 Suggested by Florian Beck.
6526
6527 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6528
6529 * os.texi: Fix previous change.
6530
6531 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6532
6533 * os.texi:
6534 * intro.texi:
6535 * files.texi: Remove VMS support.
6536
6537 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6538
6539 * os.texi:
6540 * frames.texi:
6541 * display.texi: Remove mentions of Mac Carbon.
6542
6543 2008-07-01 Miles Bader <miles@gnu.org>
6544
6545 * text.texi (Special Properties):
6546 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6547
6548 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6549
6550 * display.texi (Other Image Types): Fix copy/paste error; say
6551 "PBM", not "XBM".
6552
6553 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6554
6555 * os.texi: Remove references to obsolete systems.
6556
6557 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6558
6559 * makefile.w32-in (distclean): Remove makefile.
6560
6561 2008-06-17 Glenn Morris <rgm@gnu.org>
6562
6563 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6564 (elisp, dist): Remove rules and variables that are obsolete now
6565 the lisp manual is no longer distributed separately.
6566
6567 2008-06-16 Glenn Morris <rgm@gnu.org>
6568
6569 * configure, configure.in, mkinstalldirs: Remove unused files.
6570
6571 * book-spine.texinfo: Set version to 23.0.60.
6572 * vol1.texi (EMACSVER):
6573 * vol2.texi (EMACSVER): Set to 23.0.60.
6574
6575 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6576 as per maintain.info.
6577
6578 2008-06-15 Glenn Morris <rgm@gnu.org>
6579
6580 * makefile.w32-in (manual): Use "23" rather than "21".
6581
6582 * Makefile.in (emacsver): New, set by configure.
6583 (manual): Use emacsver.
6584
6585 * intro.texi: Report bugs using M-x report-emacs-bug.
6586
6587 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6588
6589 2008-06-13 Daniel Engeler <engeler@gmail.com>
6590
6591 * elisp.texi, internals.texi, processes.texi: Add documentation
6592 about serial port access.
6593
6594 2008-06-05 Miles Bader <miles@gnu.org>
6595
6596 * display.texi (Displaying Faces): Update to reflect function
6597 renamings in face-remap.el.
6598
6599 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * display.texi (Fontsets): Fix typos.
6602
6603 2008-06-03 Miles Bader <miles@gnu.org>
6604
6605 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6606 remove-relative-face-remapping, set-base-face-remapping,
6607 and set-default-base-face-remapping.
6608
6609 2008-06-01 Miles Bader <miles@gnu.org>
6610
6611 * display.texi (Displaying Faces): Add face-remapping-alist.
6612
6613 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6616 variable names.
6617
6618 2008-05-03 Eric S. Raymond <esr@golux>
6619
6620 * keymaps.texi: Clarify that (current-local-map) and
6621 (current-global-map) return references, not copies.
6622
6623 2008-05-02 Juri Linkov <juri@jurta.org>
6624
6625 * minibuf.texi (Text from Minibuffer): Document a list of
6626 default values for `read-from-minibuffer'.
6627
6628 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * nonascii.texi (Translation of Characters): Fix previous change.
6631
6632 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6633
6634 * display.texi (Overlay Properties): Clarify role of underlying
6635 textprop and overlay keymaps for display strings.
6636
6637 * keymaps.texi (Active Keymaps): Ditto.
6638
6639 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * minibuf.texi (Programmed Completion):
6642 Replace dynamic-completion-table with the new completion-table-dynamic.
6643
6644 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * intro.texi (Some Terms): Change "fonts in this manual" index
6647 entry to "typographic conventions".
6648
6649 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6650
6651 * objects.texi (Text Props and Strings): Add indexing for read
6652 syntax of text properties.
6653
6654 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * processes.texi (Decoding Output): Remove process-filter-multibyte
6657 functions.
6658
6659 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6660
6661 * display.texi (Finding Overlays): Say that empty overlays at
6662 the end of the buffer are reported too.
6663
6664 2008-03-13 Glenn Morris <rgm@gnu.org>
6665
6666 * elisp.texi (EMACSVER): Set to 23.0.60.
6667
6668 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6671
6672 2008-02-22 Glenn Morris <rgm@gnu.org>
6673
6674 * frames.texi (Position Parameters): Clarify the description of
6675 `left' and `top', using information from "Geometry".
6676 (Geometry): Give a pointer to "Position Parameters", rather than
6677 repeating information.
6678
6679 2008-02-11 Glenn Morris <rgm@gnu.org>
6680
6681 * objects.texi (Equality Predicates): No longer talk about "two"
6682 functions.
6683
6684 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6685
6686 * objects.texi (Equality Predicates): Add defun for
6687 equal-including-properties.
6688
6689 2008-02-10 Glenn Morris <rgm@gnu.org>
6690
6691 * objects.texi (Equality Predicates):
6692 Mention equal-including-properties.
6693
6694 2008-02-07 Richard Stallman <rms@gnu.org>
6695
6696 * windows.texi (Window Start): Mention the feature of moving
6697 window-start to start of line.
6698
6699 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6700
6701 * keymaps.texi (Tool Bar): Document rtl property.
6702
6703 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6704
6705 * display.texi (Button Types):
6706 For define-button-type, clarify type of NAME.
6707
6708 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6709
6710 * buffers.texi (Buffer Modification): Fix typo.
6711
6712 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6713
6714 * os.texi (System Environment): Remove references to OSes that are
6715 not supported anymore.
6716
6717 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6718
6719 * os.texi (System Environment): Remove mention for Masscomp.
6720
6721 2008-01-04 Richard Stallman <rms@gnu.org>
6722
6723 * display.texi (Faces): Don't talk about internal face vector as arg
6724 to facep.
6725
6726 * customize.texi (Type Keywords): Fix previous change.
6727
6728 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6729 * elisp.texi (Top): Fix menu for commands.texi change.
6730
6731 2007-12-30 Richard Stallman <rms@gnu.org>
6732
6733 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6734 (Accessing Scroll): New node broken out of Accessing Mouse.
6735
6736 2007-12-28 Richard Stallman <rms@gnu.org>
6737
6738 * frames.texi (Size Parameters): Fix typo.
6739 (Basic Parameters): For `title', refer to title bar.
6740 (Size and Position): Explain meaning of frame pixel width and height.
6741
6742 2007-12-23 Richard Stallman <rms@gnu.org>
6743
6744 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6745 Improve some of the commented-out keywords' text too.
6746
6747 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6748
6749 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6750 "visit the current buffer".
6751
6752 * os.texi (System Interface): Fix typo.
6753
6754 2007-12-04 Richard Stallman <rms@gnu.org>
6755
6756 * objects.texi (Symbol Type): Fix typo.
6757
6758 2007-12-03 Richard Stallman <rms@gnu.org>
6759
6760 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6761
6762 2007-12-01 Glenn Morris <rgm@gnu.org>
6763
6764 * functions.texi (Declaring Functions): Improve previous change.
6765
6766 2007-11-30 Glenn Morris <rgm@gnu.org>
6767
6768 * functions.texi (Declaring Functions): Add optional fourth
6769 argument of declare-function, and setting third argument to `t'.
6770
6771 2007-11-29 Richard Stallman <rms@gnu.org>
6772
6773 * customize.texi (Composite Types): Document `group' type.
6774
6775 2007-11-29 Glenn Morris <rgm@gnu.org>
6776
6777 * functions.texi (Declaring Functions): Add findex.
6778 Mention `external' files.
6779
6780 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * functions.texi (Declaring Functions): Fix directive.
6783
6784 2007-11-25 Richard Stallman <rms@gnu.org>
6785
6786 * help.texi (Help Functions): Clean up last change.
6787
6788 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6789
6790 * loading.texi (Named Features): Minor cleanup.
6791
6792 * macros.texi (Eval During Expansion): Minor cleanup.
6793
6794 * variables.texi (Variable Aliases): Minor cleanup.
6795
6796 2007-11-24 Richard Stallman <rms@gnu.org>
6797
6798 * functions.texi (Declaring Functions): Clarify previous change.
6799
6800 * compile.texi (Compiler Errors): Clarify previous change.
6801
6802 2007-11-24 Richard Stallman <rms@gnu.org>
6803
6804 * display.texi (Refresh Screen, Forcing Redisplay):
6805 Clarify the text and move items around.
6806
6807 2007-11-24 Glenn Morris <rgm@gnu.org>
6808
6809 * functions.texi (Declaring Functions): New section.
6810 * compile.texi (Compiler Errors): Mention declaring functions,
6811 defvar with no initvalue, and byte-compile-warnings.
6812
6813 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6814
6815 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6816 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6817
6818 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6819
6820 * help.texi (Help Functions): Document new macro `with-help-window'.
6821
6822 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6823
6824 * searching.texi (Replacing Match): Describe new
6825 `match-substitute-replacement'.
6826
6827 2007-10-31 Richard Stallman <rms@gnu.org>
6828
6829 * strings.texi (Creating Strings): Null strings from concat not unique.
6830
6831 2007-10-26 Richard Stallman <rms@gnu.org>
6832
6833 * objects.texi (Equality Predicates): Null strings are uniquified.
6834
6835 * minibuf.texi: Minor clarifications in previous change.
6836
6837 2007-10-25 Glenn Morris <rgm@gnu.org>
6838
6839 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6840
6841 2007-10-24 Richard Stallman <rms@gnu.org>
6842
6843 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6844
6845 * variables.texi (Frame-Local Variables): Node deleted.
6846 (Variables): Delete Frame-Local Variables from menu.
6847 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6848 (Default Value): Don't mention frame-local vars.
6849
6850 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6851
6852 * loading.texi (Unloading): Document FEATURE-unload-function
6853 instead of FEATURE-unload-hook.
6854
6855 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6856
6857 2007-10-22 Juri Linkov <juri@jurta.org>
6858
6859 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6860 (High-Level Completion): Document a list of default value strings
6861 in the DEFAULT argument, for which minibuffer functions return the
6862 first element.
6863
6864 2007-10-17 Juri Linkov <juri@jurta.org>
6865
6866 * text.texi (Filling): Update arguments of fill-paragraph.
6867 fill-paragraph operates on the active region in Transient Mark mode.
6868 Remove fill-paragraph-or-region.
6869
6870 2007-10-13 Karl Berry <karl@gnu.org>
6871
6872 * elisp.texi (@dircategory): Move to after @copying,
6873 since we want @copying as close as possible to the beginning of
6874 the output.
6875
6876 2007-10-12 Richard Stallman <rms@gnu.org>
6877
6878 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6879
6880 * commands.texi (Distinguish Interactive): New node,
6881 broken out from Interactive Call and rewritten.
6882 (Command Loop): Put Distinguish Interactive in menu.
6883
6884 2007-10-09 Richard Stallman <rms@gnu.org>
6885
6886 * text.texi (Examining Properties): Mention overlay priority.
6887
6888 * display.texi (Display Margins): Correct the description
6889 of margin display specifications.
6890 (Replacing Specs): New subnode broken out of Display Property.
6891
6892 2007-10-06 Juri Linkov <juri@jurta.org>
6893
6894 * text.texi (Filling): Document fill-paragraph-or-region.
6895
6896 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * display.texi (Auto Faces): Fix typo.
6899
6900 2007-10-02 Richard Stallman <rms@gnu.org>
6901
6902 * display.texi (Display Property): Explain some display specs
6903 don't let you move point in.
6904
6905 * frames.texi (Cursor Parameters):
6906 Describe cursor-in-non-selected-windows here. Explain more values.
6907
6908 * windows.texi (Basic Windows): Don't describe
6909 cursor-in-non-selected-windows here.
6910
6911 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6912
6913 * processes.texi (Misc Network): Note that these functions are
6914 supported only on some systems.
6915
6916 2007-10-01 Richard Stallman <rms@gnu.org>
6917
6918 * display.texi (Overlay Properties): Explain nil as priority.
6919 Explain that conflicts are unpredictable if not resolved by
6920 priorities.
6921
6922 2007-09-23 Richard Stallman <rms@gnu.org>
6923
6924 * macros.texi (Backquote): Minor clarification.
6925
6926 2007-09-19 Richard Stallman <rms@gnu.org>
6927
6928 * display.texi (Display Property): Explain multiple display specs.
6929 Clarify when they work in parallel and when one overrides.
6930 Fix error in example.
6931
6932 2007-09-06 Glenn Morris <rgm@gnu.org>
6933
6934 Move from lispref/ to doc/lispref/. Change all setfilename
6935 commands to use ../../info.
6936 * Makefile.in (infodir): Go up one more level.
6937 (usermanualdir): Change from ../man to ../emacs.
6938 (miscmanualdir): New.
6939 (dist): Use new variable miscmanualdir.
6940 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6941 (usermanualdir): Change from ../man to ../emacs.
6942
6943 2007-08-30 Martin Rudalics <rudalics@gmx.at>
6944
6945 * commands.texi (Command Loop Info): Advise against changing
6946 most variables described here. Explain new variable
6947 last-repeatable-command.
6948
6949 2007-08-29 Glenn Morris <rgm@gnu.org>
6950
6951 * elisp.texi (EMACSVER): Increase to 23.0.50.
6952
6953 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6954
6955 * frames.texi (Basic Parameters): Add display-environment-variable
6956 and term-environment-variable.
6957
6958 2007-08-28 Juri Linkov <juri@jurta.org>
6959
6960 * display.texi (Image Formats, Other Image Types): Add SVG.
6961
6962 2007-08-28 Juri Linkov <juri@jurta.org>
6963
6964 * display.texi (Images): Move formats-related text to new node
6965 "Image Formats".
6966 (Image Formats): New node.
6967
6968 2007-08-27 Richard Stallman <rms@gnu.org>
6969
6970 * windows.texi (Window Configurations): Clarify what
6971 a window configuration saves.
6972
6973 2007-08-25 Richard Stallman <rms@gnu.org>
6974
6975 * display.texi (Images): Delete redundant @findex.
6976
6977 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * text.texi (Change Hooks): (after|before)-change-functions are no
6980 longer bound to nil while running; rather inhibit-modification-hooks
6981 is t.
6982
6983 2007-08-16 Richard Stallman <rms@gnu.org>
6984
6985 * processes.texi (Asynchronous Processes):
6986 Clarify doc of start-file-process.
6987
6988 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6989
6990 * modes.texi (Example Major Modes): Fix typo.
6991
6992 2007-08-08 Glenn Morris <rgm@gnu.org>
6993
6994 * intro.texi (nil and t): Do not use `iff' in documentation.
6995
6996 * tips.texi (Documentation Tips): Recommend against `iff'.
6997
6998 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * display.texi (Image Cache): Document image-refresh.
7001
7002 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7003
7004 * windows.texi (Size of Window): Document window-full-width-p.
7005
7006 2007-07-25 Glenn Morris <rgm@gnu.org>
7007
7008 * gpl.texi (GPL): Replace license with GPLv3.
7009
7010 * Relicense all FSF files to GPLv3 or later.
7011
7012 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7013
7014 * processes.texi (Synchronous Processes):
7015 Add `process-file-shell-command'.
7016 (Asynchronous Processes): Mention restricted use of
7017 `process-filter' and `process-sentinel' in
7018 `start-file-process'. Add `start-file-process-shell-command'.
7019
7020 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7021
7022 * files.texi (Magic File Names): Introduce optional parameter
7023 IDENTIFICATION for `file-remote-p'.
7024
7025 2007-07-16 Richard Stallman <rms@gnu.org>
7026
7027 * display.texi (Defining Faces): Fix previous change.
7028
7029 2007-07-14 Richard Stallman <rms@gnu.org>
7030
7031 * control.texi (Handling Errors): Document `debug' in handler list.
7032
7033 2007-07-10 Richard Stallman <rms@gnu.org>
7034
7035 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7036
7037 2007-07-09 Richard Stallman <rms@gnu.org>
7038
7039 * files.texi (Magic File Names): Rewrite previous change.
7040
7041 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7042
7043 * files.texi (Magic File Names): Introduce optional parameter
7044 CONNECTED for `file-remote-p'.
7045
7046 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7047
7048 * processes.texi (Asynchronous Processes):
7049 * files.texi (Magic File Names): Add `start-file-process'.
7050
7051 2007-06-27 Richard Stallman <rms@gnu.org>
7052
7053 * files.texi (Format Conversion Piecemeal):
7054 Clarify `after-insert-file-functions' calling convention.
7055
7056 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7057
7058 * files.texi (Magic File Names): Remove `dired-call-process'.
7059 Add `process-file'.
7060
7061 2007-06-27 Kenichi Handa <handa@m17n.org>
7062
7063 * text.texi (Special Properties): Fix description about
7064 `composition' property.
7065
7066 2007-06-26 Kenichi Handa <handa@m17n.org>
7067
7068 * nonascii.texi (Default Coding Systems): Document about the
7069 return value `undecided'.
7070
7071 2007-06-25 David Kastrup <dak@gnu.org>
7072
7073 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7074 `current-active-maps'.
7075
7076 2007-06-24 Karl Berry <karl@gnu.org>
7077
7078 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7079
7080 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7081
7082 * display.texi (Overlay Arrow): Doc fix.
7083
7084 2007-06-14 Karl Berry <karl@tug.org>
7085
7086 * anti.texi (Antinews): Typo.
7087
7088 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7089
7090 * display.texi (Image Cache): Document image-refresh.
7091
7092 2007-06-12 Karl Berry <karl@gnu.org>
7093
7094 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7095 * two-volume.make: New file.
7096 * .cvsignore: Ignore two-volume files.
7097
7098 2007-06-12 Tom Tromey <tromey@redhat.com>
7099
7100 * os.texi (Init File): Document user-emacs-directory.
7101
7102 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7103
7104 * commands.texi (Click Events): Describe width and height when
7105 object is nil.
7106
7107 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * commands.texi (Click Events): Layout more logically.
7110 Describe width and height.
7111 (Drag Events, Motion Events): Update to new format for position.
7112
7113 2007-06-02 Richard Stallman <rms@gnu.org>
7114
7115 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7116
7117 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * Version 22.1 released.
7120
7121 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * text.texi (Special Properties): Correct meaning of fontified face.
7124
7125 2007-05-30 Richard Stallman <rms@gnu.org>
7126
7127 * text.texi (Special Properties): Add link to Adjusting Point.
7128
7129 2007-05-12 Richard Stallman <rms@gnu.org>
7130
7131 * text.texi (Margins): indent-to-left-margin is not the default.
7132 (Mode-Specific Indent): For indent-line-function, the default
7133 is indent-relative.
7134
7135 * modes.texi (Example Major Modes): Explain last line of text-mode
7136 is redundant.
7137
7138 2007-05-10 Richard Stallman <rms@gnu.org>
7139
7140 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7141
7142 * help.texi (Keys in Documentation): Add reference to
7143 Documentation Tips.
7144
7145 * files.texi (Format Conversion): TO-FN gets three arguments.
7146
7147 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7148
7149 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7150
7151 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7152 * files.texi (Format Conversion): Expand intro; add menu.
7153 (Format Conversion Overview, Format Conversion Round-Trip)
7154 (Format Conversion Piecemeal): New nodes/subsections.
7155 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7156 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7157 (Saving Properties): Delete node/subsection.
7158
7159 2007-05-07 Karl Berry <karl@gnu.org>
7160
7161 * elisp.texi (EMACSVER): Back to 22.
7162
7163 2007-05-06 Richard Stallman <rms@gnu.org>
7164
7165 * processes.texi (Accepting Output): Revert most of previous change.
7166
7167 2007-05-05 Richard Stallman <rms@gnu.org>
7168
7169 * processes.texi (Accepting Output): accept-process-output
7170 uses microseconds, not milliseconds. But that arg is obsolete.
7171
7172 2007-05-04 Karl Berry <karl@tug.org>
7173
7174 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7175
7176 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7177
7178 * tips.texi (Documentation Tips): Rearrange items to place the
7179 more important ones first. Add an index entry for hyperlinks.
7180
7181 2007-05-03 Karl Berry <karl@gnu.org>
7182
7183 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7184 (EMACSVER) [smallbook]: 22 for printed version.
7185
7186 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7187 so restore anchor to normal position after defun. Found by Kevin Ryde.
7188
7189 2007-04-26 Glenn Morris <rgm@gnu.org>
7190
7191 * elisp.texi (EMACSVER): Increase to 22.1.50.
7192
7193 2007-04-28 Karl Berry <karl@gnu.org>
7194
7195 * elisp.texi: Improve line breaks on copyright page,
7196 similar layout to emacs manual, 8.5x11 by default.
7197
7198 2007-04-24 Richard Stallman <rms@gnu.org>
7199
7200 * text.texi (Special Properties): Add xref to Overlay Properties.
7201
7202 * display.texi (Overlay Properties): Add xref to Special Properties.
7203
7204 2007-04-22 Richard Stallman <rms@gnu.org>
7205
7206 * keymaps.texi (Extended Menu Items): Move the info about
7207 format with cached keyboard binding.
7208
7209 2007-04-21 Richard Stallman <rms@gnu.org>
7210
7211 * text.texi (Special Properties): Clarify previous change.
7212
7213 * files.texi (File Name Expansion): Clarify previous change.
7214
7215 * display.texi (Attribute Functions): Fix example for
7216 face-attribute-relative-p.
7217
7218 2007-04-19 Kenichi Handa <handa@m17n.org>
7219
7220 * text.texi (Special Properties): Document composition property.
7221
7222 2007-04-19 Glenn Morris <rgm@gnu.org>
7223
7224 * files.texi (File Name Expansion): Mention "superroot".
7225
7226 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7229 setups.
7230 (Display Feature Testing): Note that display refers to all
7231 physical monitors for multi-monitor setups.
7232
7233 2007-04-14 Richard Stallman <rms@gnu.org>
7234
7235 * lists.texi (Sets And Lists): Clarify `delete' examples.
7236 Remove spurious xref to same node.
7237 Clarify xref for add-to-list.
7238
7239 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7242 value of lisp-mode-map.
7243
7244 2007-04-11 Karl Berry <karl@gnu.org>
7245
7246 * anti.texi (Antinews):
7247 * display.texi (Overlay Properties, Defining Images):
7248 * processes.texi (Synchronous Processes, Sentinels):
7249 * syntax.texi (Syntax Table Internals):
7250 * searching.texi (Regexp Special):
7251 * nonascii.texi (Default Coding Systems):
7252 * text.texi (Special Properties):
7253 * minibuf.texi (Basic Completion): Wording to improve breaks in
7254 8.5x11 format.
7255 * elisp.texi (smallbook): New @set to more easily switch between
7256 smallbook and 8.5x11.
7257
7258 2007-04-11 Richard Stallman <rms@gnu.org>
7259
7260 * text.texi (Lazy Properties): Minor fix.
7261
7262 2007-04-08 Karl Berry <karl@gnu.org>
7263
7264 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7265 * macros.texi (Backquote): Downcase Backquote in index entries for
7266 consistency.
7267
7268 2007-04-08 Richard Stallman <rms@gnu.org>
7269
7270 * text.texi (Adaptive Fill): Just describe default,
7271 don't show it (since it contains non-ASCII chars).
7272
7273 2007-04-07 Karl Berry <karl@gnu.org>
7274
7275 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7276 adaptive-fill-regexp's value, since they are not in the standard
7277 TeX fonts.
7278
7279 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7280
7281 * display.texi (Defining Faces): Fix example.
7282
7283 2007-04-07 Karl Berry <karl@gnu.org>
7284
7285 * display.texi (Button Buffer Commands): Improve page break.
7286
7287 2007-04-07 Richard Stallman <rms@gnu.org>
7288
7289 * advice.texi (Activation of Advice): Remove redundant index entry.
7290
7291 * backups.texi: Improve index entries. Remove redundant ones.
7292
7293 * compile.texi (Byte Compilation): Improve index entry.
7294
7295 * hash.texi (Creating Hash): Improve index entry.
7296
7297 * symbols.texi (Definitions): Improve index entry.
7298
7299 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7300
7301 * maps.texi (Standard Keymaps): Remove useless index entry.
7302
7303 * help.texi (Documentation Basics): Remove redundant index entries.
7304
7305 * customize.texi: Improve index entries.
7306 Remove redundant/useless ones.
7307
7308 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7309
7310 * streams.texi (Output Variables): Improve index entry.
7311
7312 * abbrevs.texi (Abbrevs): Remove useless index entry.
7313
7314 * macros.texi (Expansion): Remove useless index entry.
7315
7316 * text.texi: Improve index entries. Remove redundant/useless ones.
7317 (Text Properties, Examining Properties)
7318 (Special Properties): Use "property category" instead of "category"
7319 to refer to the `category' property.
7320
7321 * positions.texi: Improve index entries. Remove useless one.
7322
7323 * lists.texi: Improve index entries. Remove redundant/useless ones.
7324
7325 * os.texi: Improve index entries.
7326 (Timers): Fix previous change.
7327
7328 * buffers.texi: Improve index entries.
7329 (Modification Time): Get rid of term "obsolete buffer".
7330
7331 * debugging.texi: Improve index entries.
7332 (Test Coverage): Add xref to other test coverage ftr.
7333
7334 * eval.texi: Improve index entry. Remove redundant ones.
7335
7336 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7337
7338 * files.texi: Improve index entries. Remove redundant/useless ones.
7339
7340 * objects.texi: Improve index entries.
7341
7342 * processes.texi: Improve index entries.
7343
7344 * modes.texi: Improve index entry. Remove redundant one.
7345
7346 * nonascii.texi: Improve index entries.
7347
7348 * internals.texi: Improve index entries.
7349
7350 * syntax.texi: Improve index entries.
7351
7352 * keymaps.texi (Active Keymaps): Improve index entries.
7353
7354 * commands.texi: Improve index entries. Remove redundant/useless ones.
7355
7356 * frames.texi: Improve index entries. Remove redundant/useless ones.
7357
7358 * markers.texi: Improve index entries. Remove redundant ones.
7359
7360 * tips.texi: Improve index entries.
7361
7362 * loading.texi (Unloading): Improve index entry.
7363
7364 * variables.texi: Improve index entries. Remove redundant one.
7365
7366 * sequences.texi: Improve index entry.
7367
7368 * display.texi: Improve index entries. Remove redundant ones.
7369
7370 * windows.texi: Improve index entries.
7371
7372 * searching.texi: Improve index entries. Remove redundant one.
7373
7374 * strings.texi (Case Tables): Improve last change.
7375
7376 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7377
7378 * strings.texi (Case Tables): Document with-case-table and
7379 ascii-case-table.
7380
7381 2007-04-03 Karl Berry <karl@gnu.org>
7382
7383 * processes.texi (Network): Reword to improve page break.
7384
7385 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7386
7387 * functions.texi (Inline Functions): Describe more disadvantages
7388 of defsubst, and make advice against it stronger.
7389
7390 2007-04-02 Karl Berry <karl@gnu.org>
7391
7392 * backups.texi (Backup Names): Avoid widow words.
7393 * modes.texi (Example Major Modes): Align last comment.
7394
7395 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * keymaps.texi (Remapping Commands): Document new arg to
7398 command-remapping.
7399
7400 2007-04-01 Karl Berry <karl@gnu.org>
7401
7402 * processes.texi (Low-Level Network): Typo.
7403 * loading.texi (Hooks for Loading): Avoid double "the".
7404 * keymaps.texi (Key Sequences): No double "and".
7405 (Changing Key Bindings): Shorten to improve line break.
7406
7407 2007-03-31 Glenn Morris <rgm@gnu.org>
7408
7409 * os.texi (Timers): Fix description of run-at-time TIME formats.
7410
7411 2007-03-31 Richard Stallman <rms@gnu.org>
7412
7413 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7414 regarding ellipsis.
7415
7416 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7417
7418 * intro.texi (nil and t):
7419 * symbols.texi (Plists and Alists):
7420 * variables.texi (Variable Aliases, Constant Variables):
7421 * functions.texi (Defining Functions):
7422 * advice.texi (Advising Primitives):
7423 * debugging.texi (Syntax Errors, Compilation Errors):
7424 * minibuf.texi (Minibuffer Windows):
7425 * commands.texi (Adjusting Point):
7426 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7427 (Auto Major Mode, Major Mode Conventions):
7428 * help.texi (Describing Characters):
7429 * files.texi (Create/Delete Dirs, Information about Files)
7430 (File Locks, Writing to Files, Reading from Files)
7431 (Saving Buffers):
7432 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7433 * frames.texi (Finding All Frames):
7434 * positions.texi (Buffer End, Motion):
7435 * markers.texi (The Region):
7436 * text.texi (Deletion, Near Point):
7437 * display.texi (Displaying Messages, Truncation):
7438 * os.texi (Processor Run Time):
7439 * tips.texi (Key Binding Conventions, Programming Tips)
7440 (Warning Tips, Documentation Tips, Comment Tips):
7441 * internals.texi (Memory Usage): Improve indexing.
7442
7443 * variables.texi (Frame-Local Variables):
7444 * functions.texi (Argument List):
7445 * loading.texi (Library Search):
7446 * streams.texi (Output Variables):
7447 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7448 * searching.texi (Replacing Match, Search and Replace):
7449 * processes.texi (Byte Packing, Decoding Output)
7450 (Accepting Output, Network Servers, Shell Arguments):
7451 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7452 * windows.texi (Window Point, Window Start):
7453 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7454 * commands.texi (Reading Input, Keyboard Events):
7455 * minibuf.texi (Reading File Names, Minibuffer Completion)
7456 (Recursive Mini):
7457 * positions.texi (List Motion):
7458 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7459 * numbers.texi (Arithmetic Operations, Math Functions)
7460 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7461 * locals.texi (Standard Buffer-Local Variables):
7462 * maps.texi (Standard Keymaps):
7463 * os.texi (User Identification, System Environment, Recording Input)
7464 (X11 Keysyms):
7465 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7466 * backups.texi (Backups and Auto-Saving):
7467 * customize.texi (Customization, Group Definitions)
7468 (Variable Definitions):
7469 * compile.texi (Byte Compilation): Improve index entries.
7470
7471 2007-03-31 Karl Berry <karl@gnu.org>
7472
7473 * macros.texi (Defining Macros): Avoid widow syllable.
7474
7475 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7476
7477 * elisp.texi (Top): Postscript -> PostScript.
7478
7479 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7480
7481 2007-03-31 Markus Triska <markus.triska@gmx.at>
7482
7483 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7484
7485 2007-03-30 Karl Berry <karl@gnu.org>
7486
7487 * lists.texi (List-related Predicates): Remove spurious @need.
7488 (Setcdr): Use @smallexample to improve page break.
7489 (Association Lists) <assoc>: Reword to improve page break.
7490
7491 * strings.texi (String Conversion): Insert blank line to improve
7492 page break.
7493
7494 * numbers.texi (Random Numbers): Use @minus{}.
7495 (Math Functions): Use @minus{}.
7496
7497 * intro.texi (Acknowledgements): Avoid line breaks before middle
7498 initials.
7499
7500 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7501
7502 * errors.texi (Standard Errors): Add an index entry.
7503
7504 2007-03-19 Richard Stallman <rms@gnu.org>
7505
7506 * os.texi (Recording Input): recent-keys now gives 300 keys.
7507
7508 2007-03-12 Glenn Morris <rgm@gnu.org>
7509
7510 * os.texi: Replace "daylight savings" with "daylight saving"
7511 throughout.
7512
7513 2007-03-05 Richard Stallman <rms@gnu.org>
7514
7515 * variables.texi (File Local Variables):
7516 Update enable-local-variables values.
7517
7518 2007-03-04 Richard Stallman <rms@gnu.org>
7519
7520 * syntax.texi (Control Parsing): Minor clarification.
7521
7522 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7523
7524 * sequences.texi (Sequence Functions): Move string-bytes away,
7525 add xref.
7526
7527 * nonascii.texi (Text Representations): Move string-bytes here.
7528
7529 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7530
7531 * minibuf.texi (Basic Completion): Minor clarification.
7532
7533 * markers.texi (The Mark): Clarify existence vs activation of mark.
7534 Other cleanup.
7535
7536 * display.texi (Finding Overlays): Write better example.
7537
7538 * compile.texi (Eval During Compile): Clarify putting macros
7539 in eval-when-compile.
7540
7541 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7542
7543 * loading.texi (How Programs Do Loading): Fix anchor position at
7544 load-read-function definition doc.
7545
7546 2007-02-21 Kim F. Storm <storm@cua.dk>
7547
7548 * strings.texi (Text Comparison): Mention that assoc-string
7549 converts symbols to strings before testing.
7550
7551 2007-02-17 Kim F. Storm <storm@cua.dk>
7552
7553 * processes.texi (Bindat Spec): Vector types can have optional
7554 element type.
7555 (Bindat Examples): Fix example. Add vector with element type.
7556
7557 2007-02-16 Andreas Schwab <schwab@suse.de>
7558
7559 * strings.texi (Formatting Strings): Document '+' flag.
7560
7561 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7562
7563 * strings.texi (Modifying Strings): Clarify that `clear-string'
7564 always converts the string to unibyte.
7565
7566 2007-02-14 Kim F. Storm <storm@cua.dk>
7567
7568 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7569 Rewrite glyph code description to refer to these functions.
7570 Remove details of encoding face number and char into integer code.
7571
7572 2007-02-03 Alan Mackenzie <acm@muc.de>
7573
7574 * loading.texi (Hooks for Loading): Make the description of
7575 `eval-after-load' more detailed, and amend the description of
7576 after-load-alist, in accordance with changes from 2006-05.
7577
7578 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * modes.texi (Defining Minor Modes): Document that a :require
7581 keyword or similar may be required to make saved customization
7582 variables work.
7583
7584 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7585
7586 * elisp.texi (Top): Make the detailed menu headers compliant with
7587 Texinfo guidelines and with what texnfo-upd.el expects.
7588 Add comments to prevent people from inadvertently modifying the key
7589 parts needed by `texinfo-multiple-files-update'.
7590
7591 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7592
7593 * elisp.texi (Top): Update the top-level menus.
7594
7595 * syntax.texi (Categories): Add index entries.
7596
7597 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7598
7599 * display.texi (Attribute Functions): Fix name and description of
7600 the UNDERLINE arg of `set-face-underline-p'.
7601
7602 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7603
7604 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7605 Variables", and "Standard Keymaps" to the detailed menu.
7606
7607 * variables.texi (Future Local Variables): Add index entry.
7608
7609 2007-01-28 Richard Stallman <rms@gnu.org>
7610
7611 * tips.texi (Coding Conventions): Clarify the tip about macros
7612 that define a function or a variable.
7613
7614 * files.texi (File Attributes): UID and GID can be floats.
7615 (Magic File Names): Explain why deferring all operations to
7616 the standard handler does not work.
7617
7618 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7619
7620 * backups.texi (Reverting): Use "buffer" instead of "file"
7621 when talking about major and minor modes.
7622
7623 2007-01-21 Richard Stallman <rms@gnu.org>
7624
7625 * help.texi (Documentation): Add xref to Documentation Tips.
7626
7627 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7628
7629 * tips.texi (Coding Conventions): Fix typos.
7630
7631 2007-01-05 Richard Stallman <rms@gnu.org>
7632
7633 * modes.texi (Defining Minor Modes): Fix previous change.
7634
7635 2007-01-03 Richard Stallman <rms@gnu.org>
7636
7637 * customize.texi (Variable Definitions, Customization Types):
7638 Don't use * in doc string for defcustom.
7639
7640 2007-01-02 Richard Stallman <rms@gnu.org>
7641
7642 * variables.texi (Variable Aliases): Clarify that aliases vars
7643 always have the same value.
7644
7645 * processes.texi (Bindat Spec): Fix Texinfo usage.
7646
7647 * modes.texi (Defining Minor Modes): Explain effect of command
7648 defined with define-global-minor-mode on new buffers.
7649
7650 2006-12-30 Kim F. Storm <storm@cua.dk>
7651
7652 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7653 `auto-resize-tool-bars'.
7654
7655 2006-12-30 Richard Stallman <rms@gnu.org>
7656
7657 * keymaps.texi (Active Keymaps): Fix previous change.
7658
7659 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7660
7661 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7662
7663 2006-12-30 Kim F. Storm <storm@cua.dk>
7664
7665 * processes.texi (Bindat Spec): Clarify using field names in
7666 length specifications.
7667
7668 2006-12-29 Kim F. Storm <storm@cua.dk>
7669
7670 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7671 Add count and index variables for eval forms in repeat blocks.
7672
7673 2006-12-24 Richard Stallman <rms@gnu.org>
7674
7675 * customize.texi (Variable Definitions):
7676 Document new name custom-add-frequent-value.
7677
7678 2006-12-19 Kim F. Storm <storm@cua.dk>
7679
7680 * commands.texi (Misc Events): User signals now result in sigusr1
7681 and sigusr2 events which are handled through special-event-map.
7682 (Special Events): User signals and drag-n-drop are special.
7683
7684 2006-12-17 Richard Stallman <rms@gnu.org>
7685
7686 * loading.texi (Named Features): Explain subfeatures better.
7687
7688 * customize.texi: Use "option" only for user options.
7689 For the keyword values inside defcustom etc, say "keywords".
7690 For :options value's elements, say "elements".
7691 :group should not be omitted.
7692
7693 * syntax.texi (Parsing Expressions): Split up node.
7694 (Motion via Parsing, Position Parse, Parser State)
7695 (Low-Level Parsing, Control Parsing): New subnodes.
7696 (Parser State): Document syntax-ppss-toplevel-pos.
7697
7698 * positions.texi (List Motion): Punctuation fix.
7699
7700 * files.texi (File Name Completion): Document PREDICATE arg
7701 to file-name-completion.
7702
7703 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7704
7705 * internals.texi (Building Emacs, Writing Emacs Primitives):
7706 Add index entries.
7707
7708 2006-12-11 Richard Stallman <rms@gnu.org>
7709
7710 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7711 affects face menu. Explain how to make it non-nil without enabling
7712 any fontification.
7713
7714 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * modes.texi (Font Lock Basics): Document nil value of
7717 font-lock-defaults.
7718
7719 2006-12-10 Glenn Morris <rgm@gnu.org>
7720
7721 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7722 value for system-flag argument. Abbrev tables may not be empty
7723 when major modes are loaded.
7724
7725 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7726
7727 * makefile.w32-in (maintainer-clean): Partially revert last
7728 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7729 to protect elisp-covers.texi.
7730
7731 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7732
7733 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7734 Don't remove elisp* info files; they are already deleted by the
7735 `clean' and `distclean' targets, and they are in the $(infodir)
7736 directory, not the current one.
7737
7738 2006-12-04 Kim F. Storm <storm@cua.dk>
7739
7740 * commands.texi (Misc Events): Update signal events.
7741 (Event Examples): Add signal example.
7742
7743 2006-11-29 Richard Stallman <rms@gnu.org>
7744
7745 * frames.texi (Visibility of Frames): Explain visible windows
7746 can be covered by others. Add xref for raise-frame.
7747
7748 2006-11-28 Richard Stallman <rms@gnu.org>
7749
7750 * searching.texi (Regexp Special): Update when ^ is special.
7751
7752 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7753
7754 * customize.texi (Customization, Common Keywords)
7755 (Group Definitions, Variable Definitions, Composite Types)
7756 (Type Keywords, Customization Types): Add index entries for
7757 various customization keywords.
7758
7759 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7762
7763 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7764
7765 * frames.texi (Window System Selections): Remove clipboard from
7766 description of selection-coding-system.
7767
7768 2006-11-06 Richard Stallman <rms@gnu.org>
7769
7770 * lists.texi (List Variables): Document COMPARE-FN.
7771
7772 * keymaps.texi: Avoid use of "binding" to mean a relation;
7773 use it only to refer to the meaning associated with a key.
7774 (Keymaps): Change menu node description.
7775
7776 * elisp.texi (Top): Change menu node description.
7777
7778 * display.texi (Managing Overlays): Document overlay-recenter.
7779
7780 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7781
7782 * Makefile.in: Use relative paths to avoid advertising filesystem
7783 contents during compilation.
7784
7785 2006-10-23 Kim F. Storm <storm@cua.dk>
7786
7787 * commands.texi (Event Input Misc): Update unread-command-events.
7788
7789 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7790
7791 * lists.texi (Sets And Lists): Fix typos.
7792
7793 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * control.texi (Processing of Errors): Use @var for an argument,
7796 not @code.
7797
7798 2006-10-16 Richard Stallman <rms@gnu.org>
7799
7800 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7801
7802 * keymaps.texi (Format of Keymaps): Show all the keymap element
7803 patterns that result from menu items.
7804 (Key Lookup): Minor cleanups.
7805
7806 * modes.texi (Precalculated Fontification): Don't say that
7807 not setting font-lock-defaults avoids loading font-lock.
7808
7809 * help.texi (Documentation): Move xref to Emacs Manual here.
7810 (Documentation Basics): From here.
7811 Also doc emacs-lisp-docstring-fill-column.
7812
7813 * elisp.texi: Update version and ISBN.
7814
7815 * commands.texi (Interactive Call): Clarify KEYS arg to
7816 call-interactively is a vector.
7817 (Command Loop Info): Delete anchor in this-command-keys.
7818 Add anchor in this-command-keys-vector.
7819 (Recursive Editing): Document how recursive-edit
7820 handles the current buffer.
7821
7822 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * frames.texi (Frame Titles): %c and %l are ignored in
7825 frame-title-format.
7826
7827 2006-10-11 Richard Stallman <rms@gnu.org>
7828
7829 * keymaps.texi (Key Sequences): Clarify use of kbd.
7830
7831 2006-10-10 Kim F. Storm <storm@cua.dk>
7832
7833 * lists.texi (Sets And Lists): Add memql.
7834
7835 2006-10-03 Richard Stallman <rms@gnu.org>
7836
7837 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7838 Clarify :ascii: and :nonascii:.
7839
7840 2006-09-29 Juri Linkov <juri@jurta.org>
7841
7842 * modes.texi (%-Constructs): Reorder coding systems in the
7843 documentation of %z to the real order displayed in the modeline.
7844
7845 2006-09-25 Richard Stallman <rms@gnu.org>
7846
7847 * os.texi (Timers): Describe timer-max-repeats.
7848
7849 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7850
7851 * os.texi (Timers): Mention with-local-quit.
7852
7853 2006-09-24 Richard Stallman <rms@gnu.org>
7854
7855 * searching.texi (Searching and Matching): Mention property search.
7856
7857 * commands.texi (Command Loop Info): Explain how read-event affects
7858 this-command-keys.
7859
7860 2006-09-20 Richard Stallman <rms@gnu.org>
7861
7862 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7863
7864 * windows.texi (Window Start): Minor cleanups.
7865
7866 2006-09-20 Kim F. Storm <storm@cua.dk>
7867
7868 * windows.texi (Window Start): pos-visible-in-window-p allows
7869 specifying t for position to mean "end of window".
7870 Add window-line-height.
7871
7872 * anti.texi (Antinews): Mention window-line-height.
7873
7874 2006-09-19 David Kastrup <dak@gnu.org>
7875
7876 * keymaps.texi (Searching Keymaps): Small clarification.
7877
7878 2006-09-18 Richard Stallman <rms@gnu.org>
7879
7880 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7881 cause keyboard menus.
7882 (Menu Keymaps): Likewise.
7883 (Defining Menus, Keyboard Menus): Clarify.
7884
7885 * text.texi (Fields): Clarify explanation of constrain-to-field.
7886
7887 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7888
7889 * variables.texi (Tips for Defining): Fix a typo.
7890
7891 2006-09-15 Richard Stallman <rms@gnu.org>
7892
7893 * keymaps.texi (Remapping Commands, Searching Keymaps)
7894 (Active Keymaps): Clean up previous change.
7895
7896 2006-09-15 Jay Belanger <belanger@truman.edu>
7897
7898 * gpl.texi: Replace "Library Public License" by "Lesser Public
7899 License" throughout.
7900
7901 2006-09-15 David Kastrup <dak@gnu.org>
7902
7903 * keymaps.texi (Active Keymaps): Adapt description to use
7904 `get-char-property' instead `get-text-property'. Explain how
7905 mouse events change this. Explain the new optional argument of
7906 `key-binding' and its mouse-dependent lookup.
7907 (Searching Keymaps): Adapt description similarly.
7908 (Remapping Commands): Explain the new optional argument of
7909 `command-remapping'.
7910
7911 2006-09-14 Richard Stallman <rms@gnu.org>
7912
7913 * keymaps.texi (Searching Keymaps): Clarification.
7914 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7915
7916 2006-09-13 Richard Stallman <rms@gnu.org>
7917
7918 * objects.texi (Character Type): Node split.
7919 Add xref to Describing Characters.
7920 (Basic Char Syntax, General Escape Syntax)
7921 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7922
7923 2006-09-11 Richard Stallman <rms@gnu.org>
7924
7925 * display.texi (Display Table Format): Wording clarification.
7926 (Glyphs): Clarifications.
7927
7928 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
7929
7930 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7931 local maps.
7932
7933 2006-09-10 Kim F. Storm <storm@cua.dk>
7934
7935 * display.texi (Forcing Redisplay): Document return value of
7936 function redisplay.
7937
7938 2006-09-09 Richard Stallman <rms@gnu.org>
7939
7940 * windows.texi (Window Hooks): Explain limits of
7941 window-scroll-functions.
7942
7943 * display.texi (Fringe Indicators): Update for last change in
7944 indicate-buffer-boundaries.
7945
7946 2006-09-08 Richard Stallman <rms@gnu.org>
7947
7948 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7949
7950 2006-09-06 Kim F. Storm <storm@cua.dk>
7951
7952 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7953
7954 * windows.texi (Window Start): Update pos-visible-in-window-p.
7955
7956 2006-09-04 Richard Stallman <rms@gnu.org>
7957
7958 * processes.texi (Accepting Output): Explain SECONDS=0 for
7959 accept-process-output.
7960
7961 * os.texi (Idle Timers): Explain why timer functions should not
7962 loop until (input-pending-p).
7963
7964 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7965
7966 * makefile.w32-in (usermanualdir): New variable.
7967 (elisp.dvi): Use it.
7968
7969 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7970
7971 * buffers.texi (Buffer Modification): Fix last change.
7972
7973 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * buffers.texi (Buffer Modification):
7976 Document buffer-chars-modified-tick.
7977
7978 2006-08-31 Richard Stallman <rms@gnu.org>
7979
7980 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7981
7982 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7983
7984 * modes.texi (Syntactic Font Lock):
7985 Mention font-lock-syntactic-face-function
7986 instead of specific faces.
7987
7988 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * display.texi (Images): Add xrref to display-images-p.
7991
7992 2006-08-28 Kenichi Handa <handa@m17n.org>
7993
7994 * nonascii.texi (Lisp and Coding Systems): Fix description of
7995 detect-coding-region.
7996
7997 2006-08-27 Michael Olson <mwolson@gnu.org>
7998
7999 * processes.texi (Transaction Queues): Remove stray quote
8000 character.
8001
8002 2006-08-25 Richard Stallman <rms@gnu.org>
8003
8004 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8005 Add xref.
8006
8007 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8008
8009 * os.texi (Timers): Avoid waiting inside timers.
8010
8011 2006-08-21 Lute Kamstra <lute@gnu.org>
8012
8013 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8014
8015 2006-08-20 Richard Stallman <rms@gnu.org>
8016
8017 * os.texi (Idle Timers): New node, split out from Timers.
8018 Document current-idle-time.
8019 * commands.texi (Reading One Event): Update xref.
8020 * elisp.texi (Top): Update subnode menu.
8021
8022 2006-08-16 Richard Stallman <rms@gnu.org>
8023
8024 * keymaps.texi (Extended Menu Items): Show format of cached
8025 bindings in extended menu items.
8026
8027 * customize.texi (Variable Definitions): Explain when the
8028 standard value expression is evaluated.
8029
8030 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * commands.texi (Reading One Event): Explain idleness in
8033 `read-event'.
8034
8035 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8036
8037 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8038 (Commands for Insertion): Remove split-line since it's not
8039 relevant for Lisp programming.
8040 (Yank Commands): Rewrite introduction.
8041 (Undo): Clarify.
8042 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8043 (Filling): Remove redundant comment. Clarify return value of
8044 current-justification.
8045 (Margins): Minor clarifications.
8046 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8047 (Sorting): Update definition of sort-lines.
8048 (Columns): Clarify behavior of sort-columns.
8049 (Indent Tabs): Link to Tab Stops in Emacs manual.
8050 (Special Properties): Clarify.
8051 (Clickable Text): Mention Buttons package.
8052
8053 2006-08-12 Kevin Ryde <user42@zip.com.au>
8054
8055 * os.texi (Time Parsing): Add %z to description of
8056 format-time-string, as per docstring. Add cross reference to
8057 glibc manual for strftime.
8058
8059 2006-08-08 Richard Stallman <rms@gnu.org>
8060
8061 * modes.texi: Clean up wording in previous change.
8062
8063 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8064
8065 * modes.texi (Hooks): Clarify.
8066 (Major Mode Basics): Mention define-derived-mode explicitly.
8067 (Major Mode Conventions): Rebinding RET is OK for some modes.
8068 Mention change-major-mode-hook and after-change-major-mode-hook.
8069 (Example Major Modes): Move to end of Modes section.
8070 (Mode Line Basics): Clarify.
8071 (Mode Line Data): Mention help-echo and local-map in strings.
8072 Explain reason for treatment of non-risky variables.
8073 (Properties in Mode): Clarify.
8074 (Faces for Font Lock): Add font-lock-negation-char-face.
8075
8076 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8077
8078 * strings.texi (Formatting Strings): Warn against arbitrary
8079 strings as first arg to `format'.
8080
8081 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8082
8083 * text.texi (Clickable Text): Mention `help-echo' text property.
8084 Update intro, examples and associated explanations.
8085
8086 2006-07-31 Richard Stallman <rms@gnu.org>
8087
8088 * commands.texi: Update xrefs.
8089 (Event Mod): New node, cut out from old Translating Input.
8090
8091 * maps.texi: Update xrefs.
8092
8093 * keymaps.texi (Translation Keymaps): New node.
8094 Update xrefs from Translating Input to Translation Keymaps.
8095
8096 * elisp.texi (Top): Update subnode menu.
8097
8098 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8099
8100 * os.texi (System Interface): Fix menu descriptions of some nodes.
8101 (Translating Input): Node deleted.
8102
8103 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8104
8105 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8106
8107 * lists.texi (Sets And Lists): Likewise.
8108
8109 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8110
8111 * text.texi (Fields): Mention POS
8112 requirement when narrowing is in effect.
8113
8114 2006-07-28 Richard Stallman <rms@gnu.org>
8115
8116 * display.texi (Face Attributes): Simplify wording.
8117 (Attribute Functions): Clarify meaning of new-frame default
8118 attribute settings.
8119
8120 * customize.texi (Common Keywords): Document how to use
8121 :package-version in a package not in Emacs.
8122
8123 2006-07-28 Kim F. Storm <storm@cua.dk>
8124
8125 * commands.texi (Reading One Event): Fix last change.
8126
8127 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8128
8129 * commands.texi (Reading One Event): Document SECONDS argument for
8130 read-event, read-char, and read-char-exclusive.
8131
8132 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8135 to ensure correct identification.
8136
8137 2006-07-24 Richard Stallman <rms@gnu.org>
8138
8139 * text.texi (Clickable Text): Clarify.
8140
8141 * sequences.texi (Vector Functions): Delete duplicate xref.
8142
8143 * objects.texi (Function Type): Clarify.
8144
8145 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8146 modes.
8147
8148 * lists.texi (List Variables): New node.
8149 Material moved from other nodes.
8150
8151 * variables.texi (Setting Variables): add-to-list and
8152 add-to-ordered-list moved to List Variables node.
8153
8154 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8155
8156 * text.texi (Links and Mouse-1):
8157 For mouse-on-link-p, expand on arg POS.
8158
8159 2006-07-21 Kim F. Storm <storm@cua.dk>
8160
8161 * display.texi (Forcing Redisplay): Don't mention systems which
8162 don't support sub-second timers for redisplay-preemption-period.
8163
8164 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8165
8166 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8167
8168 * frames.texi (Input Focus): Document that focus-follows-mouse has
8169 no effect on MS-Windows.
8170
8171 2006-07-18 Richard Stallman <rms@gnu.org>
8172
8173 * display.texi (Forcing Redisplay): Cleanups in previous change.
8174
8175 * processes.texi (Low-Level Network): Make menu more convenient.
8176
8177 2006-07-18 Kim F. Storm <storm@cua.dk>
8178
8179 * display.texi (Forcing Redisplay): redisplay-preemption-period
8180 only used on window systems. Add xref to Terminal Output.
8181
8182 * os.texi (Terminal Output): baud-rate only controls preemption on
8183 non-window systems. Add xref to Forcing Redisplay.
8184
8185 * processes.texi (Low-Level Network): Rename node "Make Network"
8186 to "Network Processes".
8187
8188 2006-07-18 Karl Berry <karl@gnu.org>
8189
8190 * variables.texi, functions.texi, customize.texi, loading.texi:
8191 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8192
8193 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8196
8197 2006-07-17 Richard Stallman <rms@gnu.org>
8198
8199 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8200 Put period and comma inside quotes.
8201
8202 * loading.texi, markers.texi: Use real doublequote inside menus.
8203
8204 * windows.texi: Put point and comma inside quotes.
8205 (Textual Scrolling): Use @samp for error message.
8206
8207 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8208 * strings.texi, streams.texi, processes.texi, os.texi:
8209 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8210 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8211 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8212 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8213 Put point and comma inside quotes.
8214
8215 * control.texi (Processing of Errors): Add command-error-function.
8216
8217 * variables.texi (File Local Variables): Clarify that
8218 file local variables make buffer-local bindings.
8219
8220 * modes.texi (Syntactic Font Lock): Give default for
8221 font-lock-syntax-table.
8222
8223 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8224
8225 * text.texi (Special Properties): Clean up previous change.
8226
8227 2006-07-16 Karl Berry <karl@gnu.org>
8228
8229 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8230 * control.texi: Fix bad page breaks through chapter 10 (control).
8231
8232 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8233 underfull hbox.
8234
8235 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8236
8237 * text.texi (Special Properties): Describe fontified text property
8238 in relation to a character (not text).
8239
8240 2006-07-15 Kim F. Storm <storm@cua.dk>
8241
8242 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8243 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8244 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8245
8246 * anti.texi (Antinews): Mention redisplay function.
8247 The kbd macro existed, but was not documented, before 22.x.
8248 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8249
8250 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8251
8252 * display.texi (Displaying Messages): Add anchor.
8253
8254 * frames.texi (Dialog Boxes): Use it.
8255
8256 2006-07-12 Richard Stallman <rms@gnu.org>
8257
8258 * objects.texi (Frame Type): Explain nature of frames better.
8259
8260 * frames.texi (Frames): Explain nature of frames better.
8261
8262 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8263
8264 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8265
8266 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8267
8268 * frames.texi (Window System Selections): Mention scrap support for Mac.
8269 Default value of x-select-enable-clipboard is t on Mac.
8270
8271 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8272
8273 2006-07-11 Kim F. Storm <storm@cua.dk>
8274
8275 * display.texi (Forcing Redisplay): Add `redisplay' function.
8276 Don't mention (sit-for -1) -- use (redisplay t) instead.
8277
8278 * commands.texi (Waiting): (sit-for -1) is no longer special.
8279 (sit-for 0) is equivalent to (redisplay).
8280 Iconifying/deiconifying no longer makes sit-for return.
8281
8282 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8283
8284 * display.texi (Buttons): Fix typo.
8285
8286 * index.texi, elisp.texi (New Symbols): Comment node out.
8287
8288 2006-07-09 Richard Stallman <rms@gnu.org>
8289
8290 * display.texi (Truncation): Clean up previous change.
8291
8292 2006-07-08 Richard Stallman <rms@gnu.org>
8293
8294 * commands.texi (Interactive Call): Use 3 as prefix in example
8295 for execute-extended-command.
8296
8297 * display.texi (Attribute Functions): Move paragraph about
8298 compatibility with Emacs < 21.
8299
8300 2006-07-09 Kim F. Storm <storm@cua.dk>
8301
8302 * display.texi (Refresh Screen): Clarify force-window-update.
8303 (Truncation): "Normally" indicated by fringe arrows.
8304
8305 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8306
8307 * windows.texi (Textual Scrolling, Resizing Windows):
8308 * variables.texi (Constant Variables):
8309 * text.texi (Buffer Contents, Deletion, Changing Properties)
8310 (Property Search, Special Properties, Sticky Properties)
8311 (Links and Mouse-1, Fields, Change Hooks):
8312 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8313 (Categories):
8314 * symbols.texi (Other Plists):
8315 * streams.texi (Output Variables):
8316 * processes.texi (Input to Processes, Query Before Exit):
8317 * positions.texi (Word Motion, Text Lines, List Motion):
8318 * os.texi (Init File, System Environment, Sound Output)
8319 (Session Management):
8320 * nonascii.texi (Text Representations, Character Sets)
8321 (Chars and Bytes, Locales):
8322 * modes.texi (Defining Minor Modes, Header Lines):
8323 * minibuf.texi (Minibuffer Contents):
8324 * markers.texi (Information from Markers):
8325 * lists.texi (List Elements, Building Lists, Association Lists):
8326 * keymaps.texi (Tool Bar):
8327 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8328 * functions.texi (What Is a Function, Mapping Functions):
8329 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8330 (Color Names, Text Terminal Colors, Display Feature Testing):
8331 * files.texi (Visiting Functions, File Name Components)
8332 (Unique File Names, Contents of Directories):
8333 * display.texi (Forcing Redisplay, Displaying Messages)
8334 (Temporary Displays, Font Selection, Auto Faces)
8335 (Font Lookup, Fringe Indicators, Display Margins)
8336 (Image Descriptors, Showing Images, Image Cache, Button Types)
8337 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8338 (Display Table Format, Glyphs):
8339 * control.texi (Iteration):
8340 * commands.texi (Command Loop Info, Adjusting Point):
8341 * backups.texi (Making Backups, Auto-Saving):
8342 Remove @tindex entries.
8343
8344 2006-07-07 Kim F. Storm <storm@cua.dk>
8345
8346 * display.texi (Fringe Cursors): Fix typo.
8347 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8348 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8349
8350 2006-07-05 Richard Stallman <rms@gnu.org>
8351
8352 * text.texi (Buffer Contents): Add example of text props
8353 in result of buffer-substring.
8354 (Text Properties): Explain better about use of specific property names.
8355 (Property Search): Some cleanups; reorder some functions.
8356
8357 * keymaps.texi (Changing Key Bindings): Cleanup.
8358 Add xref to Key Binding Conventions.
8359
8360 * display.texi (Attribute Functions): Add examples for
8361 face-attribute-relative-p.
8362
8363 * tips.texi (Coding Conventions): Cleanup last change.
8364
8365 2006-07-05 Karl Berry <karl@gnu.org>
8366
8367 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8368 Remove @setchapternewpage odd.
8369 Result is 1013 pages, down from 1100.
8370
8371 * anti.texi, customize.texi, display.texi, internals.texi:
8372 * minibuf.texi, modes.texi, tips.texi:
8373 Fix overfull/underfull boxes.
8374
8375 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8376
8377 * edebug.texi (Instrumenting):
8378 Add Edebug-specific findex for eval-buffer.
8379 * loading.texi (Loading):
8380 Replace eval-current-buffer with eval-buffer.
8381
8382 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8383
8384 * locals.texi (Standard Buffer-Local Variables): Update the list
8385 of variables.
8386
8387 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8388
8389 * files.texi (File Name Completion): Point user to the node
8390 "Reading File Names".
8391
8392 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8393
8394 * files.texi (Contents of Directories): Document case-insensitive
8395 behavior on respective filesystems.
8396
8397 * objects.texi (Character Type): Document that Emacs signals an
8398 error for unsupported Unicode characters specified as \uNNNN.
8399
8400 2006-06-19 Richard Stallman <rms@gnu.org>
8401
8402 * processes.texi (Bindat Spec): Clarify previous change.
8403
8404 2006-06-16 Richard Stallman <rms@gnu.org>
8405
8406 * tips.texi (Coding Conventions): Better explain conventions
8407 for definition constructs.
8408
8409 * text.texi (Special Properties): String value of `read-only'
8410 serves as the error message.
8411
8412 * objects.texi (Character Type): Clarify prev. change.
8413 (Non-ASCII in Strings): Mention \u and \U.
8414
8415 * commands.texi (Using Interactive): Explain problem of
8416 markers, etc., in command-history.
8417
8418 2006-06-14 Kim F. Storm <storm@cua.dk>
8419
8420 * commands.texi (Waiting): Negative arg to sit-for forces
8421 redisplay even if input is pending.
8422
8423 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8424 redisplay. Remove incorrect example of binding redisplay-dont-pause
8425 around (sit-for 0).
8426
8427 2006-06-13 Richard Stallman <rms@gnu.org>
8428
8429 * display.texi (Forcing Redisplay): Clarify previous change.
8430
8431 2006-06-13 Romain Francoise <romain@orebokech.com>
8432
8433 * display.texi (Forcing Redisplay): Fix typo.
8434
8435 2006-06-13 Kim F. Storm <storm@cua.dk>
8436
8437 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8438
8439 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8440
8441 * tips.texi (Coding Conventions): Add `@end itemize'.
8442
8443 2006-06-10 Richard Stallman <rms@gnu.org>
8444
8445 * tips.texi (Coding Conventions): Explain use of coding systems
8446 to ensure one decoding for strings.
8447
8448 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8449
8450 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8451 syntax.
8452
8453 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8454
8455 * display.texi (Font Selection): Remove description of
8456 clear-face-cache.
8457
8458 * compile.texi (Eval During Compile): Fix a typo. Add index
8459 entries for possible uses of eval-when-compile.
8460
8461 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8462
8463 * display.texi (Abstract Display): Fix typo.
8464
8465 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8466
8467 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8468 Reword variable's description.
8469
8470 2006-06-01 Richard Stallman <rms@gnu.org>
8471
8472 * windows.texi (Splitting Windows): Clarify splitting nonselected
8473 window.
8474
8475 2006-05-31 Juri Linkov <juri@jurta.org>
8476
8477 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8478
8479 2006-05-30 Richard Stallman <rms@gnu.org>
8480
8481 * display.texi (Line Height): Fix errors in description of
8482 default line height and line-height property.
8483
8484 * nonascii.texi (Default Coding Systems): Further clarification.
8485
8486 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8487
8488 * internals.texi (Pure Storage): Mention that an overflow in pure
8489 space causes a memory leak.
8490 (Garbage Collection): If there was an overflow in pure space,
8491 `garbage-collect' returns nil.
8492
8493 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8494
8495 * nonascii.texi (Default Coding Systems): Fix it some more.
8496
8497 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8498
8499 * nonascii.texi (Default Coding Systems): Fix last change.
8500
8501 2006-05-29 Kenichi Handa <handa@m17n.org>
8502
8503 * nonascii.texi (find-operation-coding-system): Describe the new
8504 argument format (FILENAME . BUFFER).
8505
8506 2006-05-28 Richard Stallman <rms@gnu.org>
8507
8508 * tips.texi (Coding Conventions): Better explain reasons not to
8509 advise other packages or use `eval-after-load'.
8510
8511 2006-05-29 Kim F. Storm <storm@cua.dk>
8512
8513 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8514 `bindat-idx' and `bindat-raw' for clarity.
8515
8516 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8517
8518 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8519
8520 * display.texi (Display): Add "Abstract Display" to menu.
8521 (Abstract Display, Abstract Display Functions)
8522 (Abstract Display Example): New nodes.
8523 * elisp.texi (Top): Add "Abstract Display" to menu.
8524
8525 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * keymaps.texi (Key Sequences): Link to input events definition.
8528 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8529
8530 * files.texi (Changing Files): Document updated argument list for
8531 copy-file.
8532
8533 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8534
8535 * processes.texi (Bindat Functions): Explain term "total length".
8536 Use it in bindat-length and bindat-pack descriptions.
8537
8538 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8539
8540 * tips.texi (Coding Conventions): Advise against using
8541 eval-after-load in packages. Add an index entry.
8542
8543 2006-05-25 Juri Linkov <juri@jurta.org>
8544
8545 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8546
8547 * modes.texi (%-Constructs): Add %e, %z, %Z.
8548
8549 2006-05-25 Richard Stallman <rms@gnu.org>
8550
8551 * elisp.texi (Top): Update subnode menu.
8552
8553 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8554 (Keymaps): Update menu.
8555
8556 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8557
8558 * keymaps.texi (Key Sequences): Some clarifications.
8559
8560 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8561
8562 * processes.texi (Bindat Functions): Say "unibyte string"
8563 explicitly for bindat-unpack and bindat-pack descriptions.
8564 (Bindat Examples): Don't call `string-make-unibyte' in example.
8565
8566 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8569 Explain string and vector representations of key sequences.
8570
8571 * keymaps.texi (Changing Key Bindings):
8572 * commands.texi (Interactive Codes):
8573 * help.texi (Describing Characters): Refer to it.
8574
8575 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * frames.texi (Pointer Shape): @end table -> @end defvar.
8578
8579 2006-05-22 Richard Stallman <rms@gnu.org>
8580
8581 * elisp.texi (Top): Update subnode menus.
8582
8583 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8584 Contents rewritten; material from old Pointer Shape node moved here.
8585
8586 * display.texi (Pointer Shape): Node deleted.
8587 (Image Descriptors): Minor cleanup.
8588
8589 2006-05-21 Richard Stallman <rms@gnu.org>
8590
8591 * syntax.texi (Parsing Expressions): Update info on which STATE
8592 elements are ignored.
8593
8594 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8595
8596 * hooks.texi (Standard Hooks): Correct typo.
8597
8598 * gpl.texi (GPL): ifinfo -> ifnottex.
8599
8600 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8601
8602 * searching.texi (Simple Match Data): Warn about match data being
8603 set anew by every search.
8604
8605 2006-05-17 Richard Stallman <rms@gnu.org>
8606
8607 * minibuf.texi (Minibuffer History): Clarify.
8608
8609 * searching.texi (Regexp Special): Clarify nested regexp warning.
8610
8611 2006-05-16 Kim F. Storm <storm@cua.dk>
8612
8613 * minibuf.texi (Minibuffer History): Update add-to-history.
8614
8615 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8616
8617 * nonascii.texi (Explicit Encoding):
8618 Fix typo (encoding<->decoding).
8619
8620 2006-05-14 Richard Stallman <rms@gnu.org>
8621
8622 * buffers.texi (Creating Buffers): Cleanup.
8623
8624 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8625
8626 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8627
8628 * buffers.texi (Current Buffer): Document that with-temp-buffer
8629 disables undo.
8630
8631 * os.texi (Terminal-Specific): More accurate description of how
8632 Emacs searches for the terminal-specific libraries.
8633
8634 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8635
8636 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8637 emacs-xtra to @inforef's.
8638
8639 * text.texi (Undo): Document that undo is turned off in buffers
8640 whose names begin with a space.
8641
8642 * buffers.texi (Buffer Names): Add index entries for buffers whose
8643 names begin with a space.
8644 (Creating Buffers): Document that undo is turned off in buffers
8645 whose names begin with a space.
8646
8647 * files.texi (Visiting Functions, Reading from Files)
8648 (Saving Buffers): Mention code and EOL conversions by file I/O
8649 primitives and subroutines.
8650
8651 * nonascii.texi (Lisp and Coding Systems):
8652 Document coding-system-eol-type. Add index entries for eol conversion.
8653
8654 * display.texi (Defining Faces): Mention `mac', and add an xref to
8655 where window-system is described.
8656
8657 2006-05-10 Richard Stallman <rms@gnu.org>
8658
8659 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8660
8661 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8662
8663 * variables.texi (File Local Variables): Recommend to quote lambda
8664 expressions in safe-local-variable property.
8665
8666 2006-05-09 Richard Stallman <rms@gnu.org>
8667
8668 * variables.texi (File Local Variables):
8669 Document safe-local-eval-forms and safe-local-eval-function.
8670
8671 2006-05-07 Kim F. Storm <storm@cua.dk>
8672
8673 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8674 from add-to-history.
8675
8676 2006-05-07 Romain Francoise <romain@orebokech.com>
8677
8678 * commands.texi (Event Input Misc):
8679 * compile.texi (Eval During Compile):
8680 * internals.texi (Buffer Internals):
8681 * minibuf.texi (Initial Input):
8682 * nonascii.texi (Scanning Charsets):
8683 * numbers.texi (Comparison of Numbers):
8684 * windows.texi (Textual Scrolling, Vertical Scrolling):
8685 Fix various typos.
8686
8687 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8688
8689 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8690 conditional xref's to either emacs or emacs-xtra, depending on
8691 @iftex/@ifnottex.
8692
8693 * minibuf.texi (Minibuffer History): Document add-to-history.
8694
8695 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8696
8697 * internals.texi (Pure Storage): Mention the pure overflow message
8698 at startup.
8699
8700 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8701
8702 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8703 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8704 search.
8705
8706 2006-05-01 Richard Stallman <rms@gnu.org>
8707
8708 * intro.texi (nil and t): Clarify.
8709
8710 * variables.texi (File Local Variables): Suggest using booleanp.
8711
8712 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8713
8714 * objects.texi (Type Predicates): Fix typos.
8715
8716 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * intro.texi (nil and t): Add booleanp.
8719
8720 * objects.texi (Type Predicates): Add links for booleanp and
8721 string-or-null-p.
8722
8723 2006-04-29 Richard Stallman <rms@gnu.org>
8724
8725 * modes.texi (Multiline Font Lock): Rename from
8726 Multi line Font Lock Elements. Much clarification.
8727 (Font Lock Multiline, Region to Fontify): Much clarification.
8728
8729 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * variables.texi (File Local Variables): Remove the special case t for
8732 safe-local-variable.
8733
8734 2006-04-26 Richard Stallman <rms@gnu.org>
8735
8736 * syntax.texi (Parsing Expressions): Minor cleanup.
8737
8738 2006-04-18 Richard Stallman <rms@gnu.org>
8739
8740 * tips.texi (Coding Conventions): Explain when the package's
8741 prefix should appear later on (not at the start of the name).
8742
8743 * searching.texi (String Search): Clarify effect of NOERROR.
8744
8745 * modes.texi (Imenu): Clarify what special items do.
8746
8747 * hooks.texi (Standard Hooks): Delete text about old hook names.
8748
8749 2006-04-17 Romain Francoise <romain@orebokech.com>
8750
8751 * variables.texi (Local Variables): Update the default value of
8752 `max-specpdl-size'.
8753
8754 2006-04-15 Michael Olson <mwolson@gnu.org>
8755
8756 * processes.texi (Transaction Queues): Mention the new optional
8757 `delay-question' argument for `tq-enqueue'.
8758
8759 2006-04-13 Bill Wohler <wohler@newt.com>
8760
8761 * customize.texi (Common Keywords): Use dotted notation for
8762 :package-version value. Specify its values. Improve documentation
8763 for customize-package-emacs-version-alist.
8764
8765 2006-04-12 Bill Wohler <wohler@newt.com>
8766
8767 * customize.texi (Common Keywords): Move description of
8768 customize-package-emacs-version-alist to @defvar.
8769
8770 2006-04-10 Bill Wohler <wohler@newt.com>
8771
8772 * customize.texi (Common Keywords): Add :package-version.
8773
8774 2006-04-10 Kim F. Storm <storm@cua.dk>
8775
8776 * text.texi (Buffer Contents): Add NOPROPS arg to
8777 filter-buffer-substring.
8778
8779 2006-04-08 Kevin Ryde <user42@zip.com.au>
8780
8781 * os.texi (Command-Line Arguments): Update xref to emacs manual
8782 "Command Arguments" -> "Emacs Invocation", per change there.
8783
8784 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8785
8786 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8787 be on one line to help makeinfo not render two spaces after the dot.
8788
8789 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8790
8791 * strings.texi (Predicates for Strings): Add string-or-null-p.
8792
8793 2006-03-28 Kim F. Storm <storm@cua.dk>
8794
8795 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8796 remarks about systems that don't support fractional seconds.
8797
8798 2006-03-25 Karl Berry <karl@gnu.org>
8799
8800 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8801 the year list.
8802
8803 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8804
8805 * display.texi (Fringe Indicators): Fix typos.
8806
8807 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8808
8809 * tips.texi (Documentation Tips): One can now also write `program'
8810 in front of a quoted symbol in a docstring to prevent making a
8811 hyperlink.
8812
8813 2006-03-19 Alan Mackenzie <acm@muc.de>
8814
8815 * text.texi (Special Properties): Clarify `fontified' property.
8816
8817 2006-03-16 Richard Stallman <rms@gnu.org>
8818
8819 * display.texi (Defining Images): Minor cleanup.
8820
8821 2006-03-16 Bill Wohler <wohler@newt.com>
8822
8823 * display.texi (Defining Images): In image-load-path-for-library,
8824 prefer user's images.
8825
8826 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8829
8830 2006-03-15 Bill Wohler <wohler@newt.com>
8831
8832 * display.texi (Defining Images): Fix example in
8833 image-load-path-for-library by not recommending that one binds
8834 image-load-path. Just defvar it to placate compiler and only use
8835 it if previously defined.
8836
8837 2006-03-14 Bill Wohler <wohler@newt.com>
8838
8839 * display.texi (Defining Images): In image-load-path-for-library,
8840 always return list of directories. Update example.
8841
8842 2006-03-14 Alan Mackenzie <acm@muc.de>
8843
8844 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8845 This describes font-lock-extend-region-function.
8846 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8847 the new node "Region to Fontify".
8848
8849 2006-03-13 Richard Stallman <rms@gnu.org>
8850
8851 * display.texi (Invisible Text): The impossible position is
8852 now before the invisible text, not after.
8853 (Defining Images): Clean up last change.
8854
8855 2006-03-11 Bill Wohler <wohler@newt.com>
8856
8857 * display.texi (Defining Images): Add image-load-path-for-library.
8858
8859 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * text.texi (Adaptive Fill): Fix Texinfo usage.
8862
8863 * strings.texi (Creating Strings): Fix Texinfo usage.
8864
8865 * searching.texi (Regexp Special): Use @samp for regular
8866 expressions that are not in Lisp syntax.
8867
8868 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8869
8870 * searching.texi (Regexp Special): Put remark between parentheses
8871 to avoid misreading.
8872
8873 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8874
8875 * searching.texi (Syntax of Regexps): More accurately describe
8876 which characters are special in which situations.
8877 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8878 are not special. Describe in detail when `[' and `]' are special.
8879 (Regexp Backslash): Plenty of regexps with unbalanced square
8880 brackets are valid, so reword that statement.
8881
8882 2006-03-02 Kim F. Storm <storm@cua.dk>
8883
8884 * keymaps.texi (Tool Bar): Add tool-bar-border.
8885
8886 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8887
8888 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8889
8890 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8891
8892 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8893
8894 * files.texi (Locating Files): Suggest additional values for the
8895 SUFFIXES arg of `locate-file'. Update pxref.
8896
8897 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8898 (How Programs Do Loading): Discuss the effects of Auto Compression
8899 mode on `load'.
8900 (Load Suffixes): New node.
8901 (Library Search): Delete description of `load-suffixes'; it was
8902 moved to "Load Suffixes".
8903 (Autoload, Named Features): Mention `load-suffixes'.
8904
8905 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8906
8907 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8908
8909 * windows.texi (Window Tree): Fix typo.
8910
8911 2006-02-20 Kim F. Storm <storm@cua.dk>
8912
8913 * display.texi (Fringe Indicators): New section.
8914 Move indicate-empty-lines, indicate-buffer-boundaries, and
8915 default-indicate-buffer-boundaries here.
8916 Add fringe-indicator-alist and default-fringes-indicator-alist.
8917 Add list of logical fringe indicator symbols.
8918 Update list of standard bitmap names.
8919 (Fringe Cursors): New section.
8920 Move overflow-newline-into-fringe here.
8921 Add fringe-cursor-alist and default-fringes-cursor-alist.
8922 Add list of fringe cursor symbols.
8923
8924 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8925
8926 * commands.texi (Using Interactive): Fix reference to node
8927 "Minibuffers".
8928
8929 2006-02-19 Richard M. Stallman <rms@gnu.org>
8930
8931 * minibuf.texi (High-Level Completion):
8932 Add xref to read-input-method-name.
8933
8934 * files.texi (Relative File Names): Move file-relative-name here.
8935 (File Name Expansion): From here. Minor clarifications.
8936
8937 * commands.texi (Using Interactive): Add xrefs about reading input.
8938 Clarify remarks about that moving point and mark.
8939 Put string case before list case.
8940
8941 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
8942
8943 * display.texi (Other Display Specs, Image Descriptors):
8944 Revert erroneous changes. The previous description of
8945 image-descriptors as `(image . PROPS)' was correct.
8946
8947 2006-02-14 Richard M. Stallman <rms@gnu.org>
8948
8949 * variables.texi (File Local Variables): Clarifications.
8950
8951 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8952
8953 * variables.texi (File Local Variables): Use @code for a cons
8954 cell, not @var.
8955
8956 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8957
8958 * variables.texi (File Local Variables): Document new file local
8959 variable behavior.
8960
8961 2006-02-10 Kim F. Storm <storm@cua.dk>
8962
8963 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8964
8965 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
8966
8967 * modes.texi (%-Constructs): Remove obsolete info about
8968 `global-mode-string'.
8969
8970 2006-02-07 Richard M. Stallman <rms@gnu.org>
8971
8972 * commands.texi (Prefix Command Arguments): Minor cleanup.
8973
8974 * display.texi: "Graphical display", not window system.
8975
8976 * functions.texi (What Is a Function): Fix xref.
8977
8978 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8979 (Changing Key Bindings): Clarify when remapping is better than
8980 substitute-key-definition.
8981
8982 2006-02-02 Richard M. Stallman <rms@gnu.org>
8983
8984 * minibuf.texi (Basic Completion): Completion alists are risky.
8985
8986 * keymaps.texi (Active Keymaps): Clarifications.
8987 (Searching Keymaps): New node.
8988 (Keymaps): Update menu.
8989
8990 * frames.texi (Layout Parameters): Minor clarification.
8991 (Drag and Drop): New node.
8992 (Frames): Update menu.
8993
8994 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * display.texi (Other Display Specs, Image Descriptors):
8997 Image description is a list, not a cons cell.
8998
8999 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9002 list is not necessarily a list).
9003
9004 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9005
9006 * frames.texi (Layout Parameters): border-width and
9007 internal-border-width belong to the frame, not the window.
9008
9009 2006-01-19 Richard M. Stallman <rms@gnu.org>
9010
9011 * nonascii.texi (Translation of Characters): Search cmds use
9012 translation-table-for-input. Automatically made local.
9013
9014 * markers.texi (Overview of Markers): Count insertion type
9015 as one of a marker's attributes.
9016
9017 * keymaps.texi (Controlling Active Maps): New node, split out of
9018 Active Keymaps.
9019 (Keymaps): Menu updated.
9020 (Active Keymaps): Give pseudocode to explain how the active
9021 maps are searched. current-active-maps and key-binding moved here.
9022 (Functions for Key Lookup): current-active-maps and key-binding moved.
9023 Clarifications.
9024 (Searching the Keymaps): New subnode.
9025
9026 * elisp.texi (Top): Menu clarification.
9027
9028 * display.texi (Other Display Specs): Delete duplicate entry for
9029 just a string as display spec. Move text about recursive display
9030 specs on such a string.
9031
9032 * commands.texi (Key Sequence Input): Clarify.
9033 Move num-nonmacro-input-events out.
9034 (Reading One Event): num-nonmacro-input-events moved here.
9035
9036 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9037
9038 * advice.texi (Simple Advice): Update example to fit argument
9039 change in previous-line.
9040
9041 2006-01-05 Richard M. Stallman <rms@gnu.org>
9042
9043 * markers.texi (The Mark): Fix in `mark'.
9044
9045 2006-01-04 Richard M. Stallman <rms@gnu.org>
9046
9047 * processes.texi (Misc Network, Make Network): Minor cleanups.
9048
9049 2006-01-04 Kim F. Storm <storm@cua.dk>
9050
9051 * processes.texi (Make Network): Add IPv6 addresses and handling.
9052 (Network Feature Testing): Mention (:family ipv6).
9053 (Misc Network): Add IPv6 formats to format-network-address.
9054
9055 2005-12-30 Richard M. Stallman <rms@gnu.org>
9056
9057 * text.texi (Changing Properties):
9058 Don't use return value of set-text-properties.
9059
9060 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9061
9062 * modes.texi (Mode Line Format): Correct typo in menu.
9063
9064 2005-12-29 Richard M. Stallman <rms@gnu.org>
9065
9066 * modes.texi (Mode Line Top): New node.
9067 (Mode Line Data): Some text moved to new node.
9068 Explain the data structure more concretely.
9069 (Mode Line Basics): Clarifications.
9070 (Mode Line Variables): Clarify intro paragraph.
9071 (%-Constructs): Clarify intro paragraph.
9072 (Mode Line Format): Update menu.
9073
9074 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * minibuf.texi (Basic Completion): Update lazy-completion-table
9077 examples for removal of ARGS argument.
9078
9079 2005-12-23 Richard M. Stallman <rms@gnu.org>
9080
9081 * text.texi (Undo): Restore some explanation from the version
9082 that was deleted.
9083
9084 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9085
9086 * text.texi (Undo): Remove duplicate descriptions of `apply
9087 funname' and `apply delta' elements of the undo list.
9088
9089 2005-12-20 Richard M. Stallman <rms@gnu.org>
9090
9091 * help.texi (Help Functions): Update documentation of `apropos'.
9092
9093 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9094
9095 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9096 because it is confusing. If the :help-echo keyword is a function,
9097 it is not directly used as the :help-echo overlay property, as the
9098 xref seems to suggest (it does not take the appropriate args).
9099
9100 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9101
9102 * customize.texi (Common Keywords): Fix Texinfo usage.
9103 (Group Definitions, Variable Definitions): Update for new
9104 conventions for using `*' in docstrings.
9105
9106 * tips.texi (Documentation Tips): Update for new conventions for
9107 using `*' in docstrings.
9108
9109 2005-12-16 Richard M. Stallman <rms@gnu.org>
9110
9111 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9112
9113 2005-12-16 Juri Linkov <juri@jurta.org>
9114
9115 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9116
9117 2005-12-14 Romain Francoise <romain@orebokech.com>
9118
9119 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9120 Fix typo.
9121
9122 2005-12-11 Juri Linkov <juri@jurta.org>
9123
9124 * minibuf.texi (Completion Commands): Add mention of read-file-name
9125 for filename completion keymaps.
9126 (Reading File Names): Add mention of filename completion keymaps
9127 for read-file-name and xref to `Completion Commands'.
9128
9129 2005-12-10 Richard M. Stallman <rms@gnu.org>
9130
9131 * customize.texi (Common Keywords): State caveats for use of :tag.
9132
9133 2005-12-08 Richard M. Stallman <rms@gnu.org>
9134
9135 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9136 with xrefs and better explanation.
9137 (Completion Commands): Add the filename completion maps.
9138
9139 * objects.texi (Character Type): Clarify that \s is not space
9140 if a dash follows.
9141
9142 2005-12-05 Richard M. Stallman <rms@gnu.org>
9143
9144 * windows.texi (Resizing Windows): Delete preserve-before args.
9145
9146 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9147
9148 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9149 in full keymaps, since the quirk has been fixed.
9150
9151 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9152
9153 * hooks.texi (Standard Hooks): Add index entries.
9154 Mention `compilation-finish-functions'.
9155
9156 2005-11-27 Richard M. Stallman <rms@gnu.org>
9157
9158 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9159
9160 2005-11-21 Juri Linkov <juri@jurta.org>
9161
9162 * customize.texi (Common Keywords): Update links types
9163 custom-manual and url-link. Add link types emacs-library-link,
9164 file-link, function-link, variable-link, custom-group-link.
9165
9166 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9167
9168 * display.texi: Revert 2005-11-20 change.
9169
9170 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9171
9172 * processes.texi (Bindat Functions):
9173 Say "third" to refer to zero-based index "2".
9174
9175 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * loading.texi (Library Search): Update the default value of
9178 `load-suffixes'.
9179
9180 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9181
9182 * display.texi (Attribute Functions): Mention :ignore-defface.
9183
9184 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9187 (Minor Mode Conventions): Mention the use of a hook.
9188
9189 2005-11-06 Richard M. Stallman <rms@gnu.org>
9190
9191 * files.texi (Magic File Names): find-file-name-handler checks the
9192 `operations' property of the handler.
9193
9194 2005-11-03 Richard M. Stallman <rms@gnu.org>
9195
9196 * variables.texi (Frame-Local Variables): Small clarification.
9197
9198 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9199
9200 * os.texi (Init File): Document ~/.emacs.d/init.el.
9201
9202 2005-10-29 Richard M. Stallman <rms@gnu.org>
9203
9204 * internals.texi (Garbage Collection): Document memory-full.
9205
9206 2005-10-28 Bill Wohler <wohler@newt.com>
9207
9208 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9209 for URLs.
9210
9211 2005-10-28 Richard M. Stallman <rms@gnu.org>
9212
9213 * minibuf.texi (Completion Commands): Clean up prev change.
9214
9215 2005-10-26 Kevin Ryde <user42@zip.com.au>
9216
9217 * compile.texi (Eval During Compile): Explain recommended uses
9218 of eval-when-compile and eval-and-compile.
9219
9220 2005-10-27 Masatake YAMATO <jet@gyve.org>
9221
9222 * minibuf.texi (Completion Commands):
9223 Write about new optional argument for `display-completion-list'.
9224
9225 2005-10-23 Richard M. Stallman <rms@gnu.org>
9226
9227 * display.texi (Overlay Arrow): Clarify about local bindings of
9228 overlay-arrow-position.
9229
9230 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9231
9232 * internals.texi (Building Emacs): Fix last change.
9233
9234 2005-10-22 Richard M. Stallman <rms@gnu.org>
9235
9236 * internals.texi (Building Emacs): Document eval-at-startup.
9237
9238 2005-10-21 Richard M. Stallman <rms@gnu.org>
9239
9240 * loading.texi (Where Defined): load-history contains abs file names.
9241 symbol-file returns abs file names.
9242
9243 2005-10-19 Kim F. Storm <storm@cua.dk>
9244
9245 * display.texi (Showing Images): Add max-image-size integer value.
9246
9247 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * display.texi (Showing Images): Document max-image-size.
9250
9251 2005-10-17 Richard M. Stallman <rms@gnu.org>
9252
9253 * commands.texi (Quitting): Minor clarification.
9254
9255 * processes.texi (Sentinels): Clarify about output and quitting.
9256 (Filter Functions): Mention with-local-quit.
9257
9258 2005-10-17 Juri Linkov <juri@jurta.org>
9259
9260 * buffers.texi (Current Buffer):
9261 * commands.texi (Event Input Misc):
9262 * compile.texi (Eval During Compile, Compiler Errors):
9263 * customize.texi (Group Definitions):
9264 * display.texi (Progress, Defining Faces):
9265 * files.texi (Writing to Files):
9266 * modes.texi (Mode Hooks, Defining Minor Modes):
9267 * streams.texi (Output Functions):
9268 * syntax.texi (Syntax Table Functions):
9269 * text.texi (Change Hooks):
9270 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9271
9272 * commands.texi (Quitting): Replace arg `forms' with `body' in
9273 `with-local-quit'.
9274
9275 * positions.texi (Excursions): Replace arg `forms' with `body' in
9276 `save-excursion'.
9277
9278 2005-10-08 Kim F. Storm <storm@cua.dk>
9279
9280 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9281 Rename manual section accordingly.
9282
9283 2005-10-04 Kim F. Storm <storm@cua.dk>
9284
9285 * windows.texi (Window Split Tree): New section describing
9286 new function window-split-tree function.
9287
9288 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9289
9290 * display.texi (Fringe Size/Pos): Simplify and add detail.
9291
9292 2005-09-30 Romain Francoise <romain@orebokech.com>
9293
9294 * minibuf.texi (High-Level Completion): Explain that the prompt
9295 given to `read-buffer' should end with a colon and a space.
9296 Update usage examples.
9297
9298 2005-09-29 Juri Linkov <juri@jurta.org>
9299
9300 * display.texi (Displaying Messages): Rename argument name
9301 `string' to `format-string' in functions `message', `message-box',
9302 `message-or-box'.
9303
9304 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9305
9306 * errors.texi (Standard Errors): Correct xrefs.
9307
9308 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9309
9310 * display.texi (Defining Images): Update documentation for
9311 `image-load-path'.
9312
9313 2005-09-17 Richard M. Stallman <rms@gnu.org>
9314
9315 * display.texi (Defining Images): Clean up previous change.
9316
9317 2005-09-16 Romain Francoise <romain@orebokech.com>
9318
9319 * elisp.texi: Specify GFDL version 1.2.
9320
9321 * doclicense.texi (GNU Free Documentation License): Update to
9322 version 1.2.
9323
9324 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * display.texi (Defining Images): Document `image-load-path'.
9327
9328 2005-09-15 Richard M. Stallman <rms@gnu.org>
9329
9330 * objects.texi (Printed Representation): Minor cleanup.
9331 (Box Diagrams): Minor fix.
9332 (Cons Cell Type): Move (...) index item here.
9333 (Box Diagrams): From here.
9334 (Array Type): Minor fix.
9335 (Type Predicates): Delete index "predicates".
9336 (Hash Table Type): Clarify xref.
9337 (Dotted Pair Notation): Minor fix.
9338
9339 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * files.texi (Saving Buffers): Fix typo.
9342
9343 2005-09-08 Richard M. Stallman <rms@gnu.org>
9344
9345 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9346
9347 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9348
9349 * locals.texi (Standard Buffer-Local Variables): Don't include
9350 mode variables for minor modes.
9351 Fix xrefs for buffer-display-count, buffer-display-table,
9352 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9353 enable-multibyte-characters, fill-column, header-line-format,
9354 left-fringe-width, left-margin, and right-fringe-width.
9355
9356 * hooks.texi (Standard Hooks): All hooks should conform to the
9357 standard naming convention now.
9358 Fix xref for `echo-area-clear-hook'.
9359
9360 * display.texi (Usual Display): Note that indicate-empty-lines and
9361 tab-width are buffer-local.
9362
9363 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9364
9365 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9366
9367 * nonascii.texi (Encoding and I/O): Note that
9368 buffer-file-coding-system is buffer-local.
9369
9370 * positions.texi (List Motion): Note that defun-prompt-regexp is
9371 buffer-local.
9372
9373 * text.texi (Auto Filling): Note that auto-fill-function is
9374 buffer-local.
9375 (Undo): Note that buffer-undo-list is buffer-local.
9376
9377 * windows.texi (Buffers and Windows):
9378 Document buffer-display-count.
9379
9380 2005-09-06 Richard M. Stallman <rms@gnu.org>
9381
9382 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9383 package prefix elsewhere than at the start of the name.
9384
9385 2005-09-03 Richard M. Stallman <rms@gnu.org>
9386
9387 * tips.texi (Programming Tips): Add conventions for minibuffer
9388 questions and prompts.
9389
9390 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9391
9392 * intro.texi (nil and t): Minor cleanup.
9393 Delete spurious mention of keyword symbols.
9394 (Evaluation Notation): Add index entry.
9395 (A Sample Function Description): Minor cleanup.
9396 (A Sample Variable Description): Not all vars can be set.
9397
9398 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9399
9400 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9401
9402 (Insertion): Document precise type of `insert-char' arg COUNT.
9403
9404 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * modes.texi (Other Font Lock Variables): Sync the default of
9407 font-lock-lines-before.
9408
9409 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9410
9411 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9412
9413 2005-08-29 Richard M. Stallman <rms@gnu.org>
9414
9415 * elisp.texi (Top): Update subnode menu.
9416
9417 * searching.texi (Searching and Matching): Move node.
9418 Rearrange contents and add overall explanation.
9419 (Searching and Case): Move node.
9420 (Searching and Matching): Update menu.
9421
9422 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9423
9424 * os.texi (Startup Summary): Fix the description of the initial
9425 startup message display.
9426
9427 2005-08-25 Richard M. Stallman <rms@gnu.org>
9428
9429 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9430
9431 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9432
9433 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9434 `next-overlay-change' example.
9435
9436 2005-08-22 Juri Linkov <juri@jurta.org>
9437
9438 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9439 Fix invert-face. Fix args of face-background.
9440
9441 * display.texi (Standard Faces): Delete node.
9442 (Faces): Add xref to `(emacs)Standard Faces'.
9443 (Displaying Faces): Fix xref to `Standard Faces'.
9444
9445 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9446
9447 2005-08-20 Alan Mackenzie <acm@muc.de>
9448
9449 * buffers.texi (The Buffer List): Clarify the manipulation of the
9450 buffer list.
9451
9452 2005-08-14 Richard M. Stallman <rms@gnu.org>
9453
9454 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9455 a regexp.
9456
9457 2005-08-11 Richard M. Stallman <rms@gnu.org>
9458
9459 * elisp.texi (Top): Update subnode lists.
9460
9461 * display.texi (Inverse Video): Node deleted.
9462
9463 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9464 New nodes split out of Coding Conventions.
9465
9466 * searching.texi (Regular Expressions): Document re-builder.
9467
9468 * os.texi (Time Parsing): New node split out of Time Conversion.
9469
9470 * processes.texi (Misc Network, Network Feature Testing)
9471 (Network Options, Make Network): New nodes split out of
9472 Low-Level Network.
9473
9474 2005-08-09 Richard M. Stallman <rms@gnu.org>
9475
9476 * frames.texi (Geometry): New node, split from Size and Position.
9477 (Frame Parameters): Refer to Geometry.
9478
9479 * buffers.texi (The Buffer List): Fix xrefs.
9480
9481 * windows.texi (Splitting Windows): Fix xref.
9482
9483 * frames.texi (Layout Parameters): Add xref.
9484
9485 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9486
9487 * keymaps.texi (Menu Bar): Fix xref.
9488
9489 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9490
9491 * modes.texi (%-Constructs): Fix xref.
9492
9493 * frames.texi (Window Frame Parameters): Node split up.
9494 (Basic Parameters, Position Parameters, Size Parameters)
9495 (Layout Parameters, Buffer Parameters, Management Parameters)
9496 (Cursor Parameters, Color Parameters): New subnodes.
9497
9498 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9499
9500 * positions.texi (Screen Lines): Update xref for previous change
9501 in minibuf.texi.
9502
9503 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9504 change in minibuf.texi.
9505
9506 2005-08-09 Richard M. Stallman <rms@gnu.org>
9507
9508 * tips.texi (Coding Conventions): Minor cleanup.
9509
9510 * modes.texi (Defining Minor Modes): Explain when init-value
9511 can be non-nil.
9512
9513 * elisp.texi (Top): Update submenu for Minibuffer.
9514
9515 * minibuf.texi (Minibuffer Misc): Node split up.
9516 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9517 (Recursive Mini): New nodes split out from Minibuffer Misc.
9518 (Minibuffer Misc): Document max-mini-window-height.
9519
9520 * hash.texi (Defining Hash): Delete stray paren in example.
9521
9522 * display.texi (Echo Area Customization): Don't define
9523 max-mini-window-height here; xref instead.
9524
9525 * commands.texi (Event Input Misc): Update while-no-input.
9526
9527 * advice.texi (Advising Functions): Explain when to use advice
9528 and when to use a hook.
9529
9530 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9531
9532 * makefile.w32-in (info): Don't run install-info.
9533 ($(infodir)/dir): New target, produced by running install-info.
9534
9535 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9536
9537 * modes.texi (Defining Minor Modes): The keyword for the initial
9538 value is :init-value, not :initial-value.
9539
9540 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9541
9542 * loading.texi (Autoload): Make the `doctor' example be consistent
9543 with what's in current loaddefs.el. Describe the "fn" magic in
9544 the usage portion of the doc string.
9545
9546 2005-07-22 Richard M. Stallman <rms@gnu.org>
9547
9548 * internals.texi (Garbage Collection): Clarify previous change.
9549
9550 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9553
9554 2005-07-18 Juri Linkov <juri@jurta.org>
9555
9556 * commands.texi (Accessing Events):
9557 * frames.texi (Text Terminal Colors, Resources):
9558 * markers.texi (The Mark):
9559 * modes.texi (Defining Minor Modes):
9560 Delete duplicate duplicate words.
9561
9562 2005-07-16 Richard M. Stallman <rms@gnu.org>
9563
9564 * display.texi (Managing Overlays): Clarify make-overlay
9565 args for insertion types.
9566
9567 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9568
9569 * customize.texi (Variable Definitions):
9570 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9571 `standard-value' is a list too.
9572 (Defining New Types): Use @key{RET} instead of @key{ret}.
9573
9574 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9575
9576 * os.texi (Translating Input): Fix typo.
9577
9578 2005-07-08 Richard M. Stallman <rms@gnu.org>
9579
9580 * README: Update edition number and size estimate.
9581
9582 * elisp.texi (VERSION): Set to 2.9.
9583
9584 2005-07-07 Richard M. Stallman <rms@gnu.org>
9585
9586 * book-spine.texinfo: Update Emacs version.
9587
9588 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9589
9590 2005-07-06 Richard M. Stallman <rms@gnu.org>
9591
9592 * searching.texi (Regexp Search): Clarify what re-search-forward
9593 does when the search fails.
9594
9595 2005-07-05 Lute Kamstra <lute@gnu.org>
9596
9597 * Update FSF's address in GPL notices.
9598
9599 * doclicense.texi (GNU Free Documentation License):
9600 * gpl.texi (GPL):
9601 * tips.texi (Coding Conventions, Library Headers):
9602 * vol1.texi:
9603 * vol2.texi: Update FSF's address.
9604
9605 2005-07-04 Richard M. Stallman <rms@gnu.org>
9606
9607 * hooks.texi (Standard Hooks): Add occur-hook.
9608
9609 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9610
9611 * display.texi (The Echo Area): Correct menu.
9612
9613 2005-07-03 Richard M. Stallman <rms@gnu.org>
9614
9615 * elisp.texi (Top): Update subnode menu for Display.
9616
9617 * display.texi (Displaying Messages): New node, with most
9618 of what was in The Echo Area.
9619 (Progress): Move under The Echo Area.
9620 (Logging Messages): New node with new text.
9621 (Echo Area Customization): New node, the rest of what was
9622 in The Echo Area. Document message-truncate-lines with @defvar.
9623 (Display): Update menu.
9624
9625 * windows.texi (Textual Scrolling): Doc 3 values for
9626 scroll-preserve-screen-position.
9627
9628 * text.texi (Special Properties): Change hook functions
9629 should bind inhibit-modification-hooks around altering buffer text.
9630
9631 * keymaps.texi (Key Binding Commands): Call binding BINDING
9632 rather than DEFINITION.
9633
9634 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9635
9636 * variables.texi (Defining Variables): `user-variable-p' returns t
9637 for aliases of user options, nil for alias loops.
9638
9639 2005-06-28 Richard M. Stallman <rms@gnu.org>
9640
9641 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9642 make-keymap.
9643
9644 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * variables.texi (Setting Variables): Correct and clarify
9647 description of `add-to-ordered-list'.
9648
9649 2005-06-26 Richard M. Stallman <rms@gnu.org>
9650
9651 * display.texi (Faces): Minor cleanup.
9652
9653 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9654
9655 * display.texi (Faces): `facep' returns t for strings that are
9656 face names.
9657
9658 2005-06-25 Richard M. Stallman <rms@gnu.org>
9659
9660 * objects.texi (Equality Predicates): Clarify meaning of equal.
9661
9662 * windows.texi (Selecting Windows): save-selected-window
9663 and with-selected-window save and restore the current buffer.
9664
9665 2005-06-24 Richard M. Stallman <rms@gnu.org>
9666
9667 * numbers.texi (Float Basics): Explain how to test for NaN,
9668 and printing the sign of NaNs.
9669
9670 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9671
9672 * makefile.w32-in (MAKEINFO): Use --force.
9673
9674 2005-06-23 Richard M. Stallman <rms@gnu.org>
9675
9676 * display.texi (Face Functions): Correct Texinfo usage.
9677
9678 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9679
9680 * lists.texi (Rings): `ring-elements' now returns the elements of
9681 RING in order.
9682
9683 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9684
9685 * markers.texi (The Mark): Texinfo usage fix.
9686
9687 2005-06-23 Kim F. Storm <storm@cua.dk>
9688
9689 * searching.texi (Entire Match Data): Remove evaporate option for
9690 match-data. Do not mention evaporate option for set-match-data.
9691
9692 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9693
9694 * display.texi (Face Functions): Mention face aliases.
9695
9696 2005-06-21 Richard M. Stallman <rms@gnu.org>
9697
9698 * anti.texi (Antinews): Texinfo usage fix.
9699
9700 2005-06-21 Karl Berry <karl@gnu.org>
9701
9702 * elisp.texi: Use @copying.
9703
9704 * elisp.texi: Put @summarycontents and @contents before the Top
9705 node, instead of the end of the file, so that the contents appear
9706 in the right place in the dvi/pdf output.
9707
9708 2005-06-21 Juri Linkov <juri@jurta.org>
9709
9710 * display.texi (Defining Faces): Add `customized-face'.
9711
9712 2005-06-20 Kim F. Storm <storm@cua.dk>
9713
9714 * variables.texi (Setting Variables): Any type of element can be
9715 given order in add-to-ordered-list. Compare elements with eq.
9716
9717 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9718
9719 2005-06-20 Karl Berry <karl@gnu.org>
9720
9721 * syntax.texi (Syntax Flags): Make last column very slightly wider
9722 to avoid "generic comment" breaking on two lines and causing an
9723 underfull box.
9724
9725 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9726
9727 * lists.texi (Rings): Various minor clarifications and corrections.
9728
9729 2005-06-18 Richard M. Stallman <rms@gnu.org>
9730
9731 * functions.texi (Obsolete Functions): Simplify.
9732
9733 * variables.texi (Variable Aliases): Simplify.
9734
9735 * anti.texi, backups.texi, compile.texi, customize.texi:
9736 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9737 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9738 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9739 * variables.texi: Fix formatting ugliness.
9740
9741 * elisp.texi: Add links to Rings and Byte Packing.
9742 Update version and copyright years.
9743
9744 * minibuf.texi: Fix formatting ugliness.
9745 (Completion Commands): Move keymap vars to the end
9746 and vars completing-read binds to the top.
9747
9748 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9749
9750 * processes.texi: Fix typos.
9751 (Bindat Spec): Correct Texinfo error.
9752 (Byte Packing): Fix ungrammatical sentence.
9753
9754 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9755
9756 * lists.texi (Rings): New node.
9757 (Lists): Add it to menu.
9758
9759 * processes.texi (Byte Packing): New node.
9760 (Processes): Add it to menu.
9761
9762 2005-06-17 Richard M. Stallman <rms@gnu.org>
9763
9764 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9765
9766 * help.texi (Documentation Basics): Explain the xref to
9767 Documentation Tips.
9768
9769 * debugging.texi (Debugger Commands): Minor fix.
9770
9771 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9772
9773 * edebug.texi (Instrumenting): Eliminate duplicate link.
9774 (Specification List): Replace references to "below", referring to
9775 a later node, with one @ref to that node.
9776
9777 * os.texi (Timers): Timers should save and restore the match data
9778 if they change it.
9779
9780 * debugging.texi (Debugger Commands): Mention that the Lisp
9781 debugger can not step through primitive functions.
9782
9783 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9784
9785 * functions.texi (Obsolete Functions): Update argument names of
9786 `make-obsolete' and `define-obsolete-function-alias'.
9787
9788 * variables.texi (Variable Aliases): Update argument names of
9789 `defvaralias', `make-obsolete-variable' and
9790 `define-obsolete-variable-alias'.
9791
9792 2005-06-15 Kim F. Storm <storm@cua.dk>
9793
9794 * searching.texi (Entire Match Data): Rephrase warnings about
9795 evaporate arg to match-data and set-match-data.
9796
9797 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9798
9799 * elisp.texi (Top): Update detailed menu.
9800
9801 * edebug.texi (Edebug): Update menu.
9802 (Instrumenting): Update xrefs.
9803 (Edebug Execution Modes): Correct xref.
9804 (Jumping): Clarify description of `h' command.
9805 Eliminate redundant @ref.
9806 (Breaks): New node.
9807 (Breakpoints): Is now a subsubsection.
9808 (Global Break Condition): Mention `C-x X X'.
9809 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9810 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9811 (Edebug Display Update): Correct pxref.
9812 (Edebug and Macros): New node.
9813 (Instrumenting Macro Calls): Is now a subsubsection.
9814 Neither arg of `def-edebug-spec' is evaluated.
9815 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9816 (Specification Examples): Fix typo.
9817
9818 2005-06-14 Lute Kamstra <lute@gnu.org>
9819
9820 * debugging.texi (Function Debugging): Primitives can break on
9821 entry too.
9822
9823 2005-06-14 Kim F. Storm <storm@cua.dk>
9824
9825 * variables.texi (Setting Variables): Add add-to-ordered-list.
9826
9827 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9830 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9831
9832 2005-06-13 Lute Kamstra <lute@gnu.org>
9833
9834 * text.texi (Special Properties): Fix cross reference.
9835
9836 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9837
9838 * debugging.texi (Function Debugging): Delete mention of empty
9839 string argument to `cancel-debug-on-entry'. Delete inaccurate
9840 description of the return value of that command.
9841
9842 2005-06-11 Alan Mackenzie <acm@muc.de>
9843
9844 * text.texi (Adaptive Fill): Amplify the description of
9845 fill-context-prefix.
9846
9847 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9850
9851 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9854
9855 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9856
9857 * debugging.texi (Error Debugging): Minor rewording.
9858 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9859 is optional.
9860
9861 2005-06-10 Lute Kamstra <lute@gnu.org>
9862
9863 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9864 (Top): Give it a title. Correct version number. Give the
9865 detailed node listing a more prominent header.
9866 * intro.texi: Don't set VERSION here a second time.
9867 Mention Emacs's version too.
9868 * anti.texi (Antinews): Use EMACSVER to refer to the current
9869 version of Emacs.
9870
9871 2005-06-09 Kim F. Storm <storm@cua.dk>
9872
9873 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9874 match-data and set-match-data.
9875
9876 2005-06-08 Richard M. Stallman <rms@gnu.org>
9877
9878 * searching.texi (Entire Match Data): Clarify when match-data
9879 returns markers and when integers.
9880
9881 * display.texi (Defining Faces): Explain that face name should not
9882 end in `-face'.
9883
9884 * modes.texi (Mode Line Data): Minor cleanup.
9885 (Customizing Keywords): Node split out of Search-based Fontification.
9886 Add example of using font-lock-add-keywords from a hook.
9887 Clarify when MODE should be non-nil, and when nil.
9888
9889 2005-06-06 Richard M. Stallman <rms@gnu.org>
9890
9891 * modes.texi (Mode Line Data): Explain what happens when the car
9892 of a list is a void symbol.
9893 (Search-based Fontification): Explain MODE arg to
9894 font-lock-add-keywords and warn about calls from major modes.
9895
9896 2005-06-08 Juri Linkov <juri@jurta.org>
9897
9898 * display.texi (Standard Faces): Add `shadow' face.
9899
9900 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9901
9902 * modes.texi (Major Mode Conventions): A derived mode only needs
9903 to put the call to the parent mode inside `delay-mode-hooks'.
9904
9905 2005-05-29 Richard M. Stallman <rms@gnu.org>
9906
9907 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9908 new, and what that implies. Clarify.
9909
9910 * files.texi (Locating Files): Clean up the text.
9911
9912 * frames.texi (Window Frame Parameters): Document user-size.
9913 Shorten entry for top by referring to left.
9914
9915 2005-05-26 Richard M. Stallman <rms@gnu.org>
9916
9917 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9918 is new, and what the implications are. Other clarifications.
9919
9920 2005-05-24 Richard M. Stallman <rms@gnu.org>
9921
9922 * frames.texi (Dialog Boxes): Minor fixes.
9923
9924 2005-05-25 Masatake YAMATO <jet@gyve.org>
9925
9926 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9927
9928 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9929
9930 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9931 is optional.
9932
9933 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9934
9935 * frames.texi (Dialog Boxes): Describe new optional argument.
9936
9937 2005-05-23 Lute Kamstra <lute@gnu.org>
9938
9939 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9940 syntax-begin-function over font-lock-beginning-of-syntax-function.
9941
9942 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9943
9944 * minibuf.texi (Reading File Names): Update description of
9945 `read-directory-name'.
9946
9947 * modes.texi (Derived Modes): Clarify :group keyword.
9948
9949 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9950
9951 * files.texi (Locating Files): New subsection.
9952 Describe locate-file and executable-find.
9953
9954 2005-05-21 Kevin Ryde <user42@zip.com.au>
9955
9956 * frames.texi (Initial Parameters): Update cross reference to
9957 "Emacs Invocation".
9958
9959 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9960
9961 * keymaps.texi (Active Keymaps): Add anchor.
9962
9963 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9964 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9965 appropriate place.
9966 (Derived Modes): Small clarifications.
9967 (Minor Mode Conventions, Keymaps and Minor Modes):
9968 Replace references to nodes with references to anchors.
9969 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9970 Clarify description of lists whose first element is an integer.
9971 (Mode Line Variables): Add anchor.
9972 (%-Constructs): Clarify description of integer after %.
9973 (Emulating Mode Line): Describe nil value for FACE.
9974
9975 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9976
9977 * modes.texi (Derived Modes): Correct references to non-existing
9978 variable standard-syntax-table.
9979
9980 2005-05-17 Lute Kamstra <lute@gnu.org>
9981
9982 * modes.texi (Defining Minor Modes): Mention the mode hook.
9983
9984 2005-05-15 Kim F. Storm <storm@cua.dk>
9985
9986 * processes.texi (Network): Remove open-network-stream-nowait.
9987 (Network Servers): Remove open-network-stream-server.
9988
9989 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9990
9991 * elisp.texi (Top): Update detailed menu.
9992
9993 * variables.texi: Reorder nodes.
9994 (Variables): Update menu.
9995 (File Local Variables): Do not refer to the `-*-' line as
9996 a "local variables list". Add pxref.
9997
9998 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9999
10000 * elisp.texi (Top): Update detailed menu for node changes.
10001
10002 * modes.texi (Modes): Update Menu.
10003 (Hooks): Move to beginning of chapter.
10004 Most minor modes run mode hooks too.
10005 `add-hook' can handle void hooks or hooks whose value is a single
10006 function.
10007 (Major Modes): Update Menu.
10008 (Major Mode Basics): New node, split off from `Major Modes'.
10009 (Major Mode Conventions): Correct xref. Explain how to handle
10010 auto-mode-alist if the major mode command has an autoload cookie.
10011 (Auto Major Mode): Major update. Add magic-mode-alist.
10012 (Derived Modes): Major update.
10013 (Mode Line Format): Update Menu.
10014 (Mode Line Basics): New node, split off from `Mode Line Format'.
10015
10016 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10017 for `magic autoload comment'. Add index entries and anchor.
10018
10019 2005-05-14 Richard M. Stallman <rms@gnu.org>
10020
10021 * tips.texi (Coding Conventions): Explain how important it is
10022 that just loading certain files not change Emacs behavior.
10023
10024 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10025
10026 2005-05-12 Lute Kamstra <lute@gnu.org>
10027
10028 * modes.texi (Generic Modes): Update.
10029 (Major Modes): Refer to node "Generic Modes".
10030
10031 * elisp.texi (Top): Update to the current structure of the manual.
10032 * processes.texi (Processes): Add menu description.
10033 * customize.texi (Customization): Add menu descriptions.
10034
10035 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10036
10037 * processes.texi (Signals to Processes)
10038 (Low-Level Network): Fix typos.
10039
10040 2005-05-11 Lute Kamstra <lute@gnu.org>
10041
10042 * elisp.texi (Top): Add some nodes from the chapter "Major and
10043 Minor Modes" to the detailed node listing.
10044
10045 2005-05-10 Richard M. Stallman <rms@gnu.org>
10046
10047 * keymaps.texi (Extended Menu Items): Menu item filter functions
10048 can be called at any time.
10049
10050 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10051
10052 * variables.texi (File Local Variables): `(hack-local-variables t)'
10053 now also checks whether a mode is specified in the local variables
10054 list.
10055
10056 2005-05-05 Kevin Ryde <user42@zip.com.au>
10057
10058 * display.texi (The Echo Area): Correct format function cross
10059 reference.
10060
10061 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10062
10063 * variables.texi (Variable Aliases): Change description of
10064 `define-obsolete-variable-alias'.
10065
10066 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10067 (Defining Functions): Add xref.
10068 (Obsolete Functions): New node.
10069 (Function Safety): Standardize capitalization of section title.
10070
10071 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10072 (Dialog Boxes): Complete description of `x-popup-dialog'.
10073
10074 2005-05-04 Richard M. Stallman <rms@gnu.org>
10075
10076 * commands.texi (Interactive Codes): Fix Texinfo usage.
10077 Document U more clearly.
10078
10079 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10080
10081 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10082 function and not a macro.
10083
10084 * frames.texi (Pop-Up Menus): Correct and clarify description of
10085 `x-popup-menu'.
10086 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10087
10088 2005-05-01 Richard M. Stallman <rms@gnu.org>
10089
10090 * edebug.texi (Checking Whether to Stop): Fix previous change.
10091
10092 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10093
10094 * display.texi: Fix typos and Texinfo usage.
10095
10096 * edebug.texi (Checking Whether to Stop): executing-macro ->
10097 executing-kbd-macro.
10098
10099 2005-05-01 Richard M. Stallman <rms@gnu.org>
10100
10101 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10102
10103 2005-04-30 Richard M. Stallman <rms@gnu.org>
10104
10105 * files.texi (Magic File Names): Document `operations' property.
10106
10107 2005-04-29 Lute Kamstra <lute@gnu.org>
10108
10109 * modes.texi (Generic Modes): New node.
10110 (Major Modes): Add it to the menu.
10111 (Derived Modes): Add "derived mode" to concept index.
10112
10113 2005-04-28 Lute Kamstra <lute@gnu.org>
10114
10115 * modes.texi (Defining Minor Modes): Fix previous change.
10116 (Font Lock Mode): Simplify.
10117 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10118 when set and that some parts are optional. Add cross references.
10119 (Search-based Fontification): Say how to specify font-lock-keywords.
10120 Add cross references. Add font-lock-multiline to index.
10121 Move font-lock-keywords-case-fold-search here from node "Other Font
10122 Lock Variables". Document font-lock-add-keywords and
10123 font-lock-remove-keywords.
10124 (Other Font Lock Variables): Move font-lock-keywords-only,
10125 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10126 and font-lock-syntactic-face-function to node "Syntactic Font
10127 Lock". Move font-lock-keywords-case-fold-search to node
10128 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10129 and font-lock-{,un}fontify-{buffer,region}-function.
10130 (Precalculated Fontification): Remove reference to deleted variable
10131 font-lock-core-only.
10132 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10133 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10134 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10135 and font-lock-syntactic-face-function here from node "Other Font
10136 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10137 Syntax Properties". Add cross references.
10138 (Setting Syntax Properties): New node.
10139 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10140 * syntax.texi (Syntax Properties): Add cross reference.
10141 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10142
10143 2005-04-26 Richard M. Stallman <rms@gnu.org>
10144
10145 * display.texi (Defining Faces):
10146 Document `default' elements of defface spec.
10147
10148 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10149
10150 * variables.texi (Variable Aliases): Clarify text.
10151
10152 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10153
10154 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10155
10156 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10157
10158 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10159
10160 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10161
10162 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10163 syntax-after and syntax-class.
10164
10165 * files.texi (Changing Files): Fix last change's cross-reference.
10166 (Unique File Names): Don't mention "numbers" in the documentation
10167 of make-temp-file and make-temp-name.
10168
10169 2005-04-23 Richard M. Stallman <rms@gnu.org>
10170
10171 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10172
10173 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10174
10175 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10176
10177 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10178
10179 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10180 and define-obsolete-variable-alias.
10181
10182 2005-04-22 Kim F. Storm <storm@cua.dk>
10183
10184 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10185 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10186
10187 2005-04-21 Lute Kamstra <lute@gnu.org>
10188
10189 * lists.texi (Association Lists): Document rassq-delete-all.
10190
10191 2005-04-19 Richard M. Stallman <rms@gnu.org>
10192
10193 * modes.texi (Search-based Fontification): Explain that
10194 facespec is an expression to be evaluated.
10195
10196 2005-04-19 Kevin Ryde <user42@zip.com.au>
10197
10198 * streams.texi (Output Functions): Fix xref.
10199 * strings.texi (String Conversion): Fix xref.
10200
10201 2005-04-19 Kim F. Storm <storm@cua.dk>
10202
10203 * symbols.texi (Symbol Plists): Add safe-get.
10204 Mention that `get' may signal an error.
10205
10206 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10207
10208 * customize.texi (Variable Definitions): Replace tooltip-mode
10209 example with save-place.
10210
10211 2005-04-17 Richard M. Stallman <rms@gnu.org>
10212
10213 * buffers.texi (Indirect Buffers): Clarify.
10214
10215 * positions.texi (Positions): Clarify converting marker to integer.
10216
10217 * strings.texi (String Basics): Mention string-match; clarify.
10218
10219 2005-04-08 Lute Kamstra <lute@gnu.org>
10220
10221 * modes.texi (Search-based Fontification): Fix cross references.
10222 Use consistent terminology. Document anchored highlighting.
10223
10224 2005-04-05 Lute Kamstra <lute@gnu.org>
10225
10226 * modes.texi (Defining Minor Modes): Document :group keyword
10227 argument and its default value.
10228
10229 2005-04-03 Lute Kamstra <lute@gnu.org>
10230
10231 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10232 references and/or descriptions. Delete major mode hooks; mention
10233 them as a category instead. Rename or delete obsolete hooks.
10234
10235 2005-04-02 Richard M. Stallman <rms@gnu.org>
10236
10237 * nonascii.texi (Coding System Basics): Another wording cleanup.
10238
10239 2005-04-01 Richard M. Stallman <rms@gnu.org>
10240
10241 * nonascii.texi (Coding System Basics): Clarify previous change.
10242
10243 2005-04-01 Kenichi Handa <handa@m17n.org>
10244
10245 * nonascii.texi (Coding System Basics): Describe about roundtrip
10246 identity of coding systems.
10247
10248 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * text.texi (Buffer Contents): Add filter-buffer-substring and
10251 buffer-substring-filters.
10252
10253 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * anti.texi (Antinews): Mention `G' interactive code.
10256
10257 * tips.texi (Compilation Tips): Mention benchmark.el.
10258
10259 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10260
10261 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10262 is now bound to M-o M-o.
10263
10264 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10265
10266 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10267
10268 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10269 in the Emacs Manual).
10270 * Makefile.in (srcs): Remove calendar.texi.
10271 * makefile.w32-in (srcs): Remove calendar.texi.
10272 * display.texi (Display): Change name of next node.
10273 * os.texi (System In): Change name of previous node.
10274 * elisp.texi (Top): Remove Calendar references.
10275 * vol1.texi (Top): Remove Calendar references.
10276 * vol2.texi (Top): Remove Calendar references.
10277
10278 2005-03-25 Richard M. Stallman <rms@gnu.org>
10279
10280 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10281 Cleanup previous change.
10282
10283 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10284
10285 * display.texi (Face Attributes): Faces earlier in an :inherit
10286 list take precedence.
10287 (Scroll Bars): Fix description of vertical-scroll-bars.
10288 Document frame-current-scroll-bars and window-current-scroll-bars.
10289
10290 * markers.texi (The Mark): Document temporary Transient Mark mode.
10291
10292 * minibuf.texi (Reading File Names):
10293 Document read-file-name-completion-ignore-case.
10294
10295 * positions.texi (Screen Lines): Document nil for width argument
10296 to compute-motion.
10297
10298 2005-03-23 Kim F. Storm <storm@cua.dk>
10299
10300 * display.texi (Standard Faces): Other faces used in the fringe
10301 implicitly inherits from the fringe face.
10302 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10303 properties implicitly inherits from fringe face.
10304 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10305
10306 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * display.texi (Invisible Text): State default value of
10309 line-move-ignore-invisible.
10310 (Managing Overlays): Document remove-overlays.
10311 (Standard Faces): Document escape-glyph face.
10312
10313 * minibuf.texi (Reading File Names): Document read-file-name-function.
10314
10315 * modes.texi (Other Font Lock Variables):
10316 Document font-lock-lines-before.
10317
10318 * positions.texi (Skipping Characters): skip-chars-forward allows
10319 character classes.
10320
10321 2005-03-18 Lute Kamstra <lute@gnu.org>
10322
10323 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10324
10325 2005-03-17 Richard M. Stallman <rms@gnu.org>
10326
10327 * text.texi (Undo): Document extensible undo entries.
10328
10329 * searching.texi (String Search, Regexp Search): Cleanups.
10330
10331 * nonascii.texi (Character Codes): Minor fix.
10332
10333 * display.texi (Display Property): Explain the significance
10334 of having text properties that are eq.
10335 (Other Display Specs): Explain string as display spec.
10336
10337 * commands.texi (Interactive Codes): Document G option.
10338
10339 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10340
10341 * text.texi (Filling): Add sentence-end-without-period and
10342 sentence-end-without-space.
10343 (Changing Properties): Minor fix.
10344
10345 * anti.texi: Total rewrite.
10346
10347 2005-03-15 Lute Kamstra <lute@gnu.org>
10348
10349 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10350
10351 2005-03-08 Kim F. Storm <storm@cua.dk>
10352
10353 * display.texi (Specified Space): Property :width is support on
10354 non-graphic terminals, :height is not.
10355
10356 2005-03-07 Richard M. Stallman <rms@gnu.org>
10357
10358 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10359 Now subnodes of Fringes.
10360 (Overlay Arrow): Document overlay-arrow-variable-list.
10361 (Fringe Size/Pos): New node, broken out of Fringes.
10362 (Display): Explain clearing vs redisplay better.
10363 (Truncation): Clarify use of bitmaps.
10364 (The Echo Area): Clarify the uses of the echo area.
10365 Add max-mini-window-height.
10366 (Progress): Clarify.
10367 (Invisible Text): Explain that main loop moves point out.
10368 (Selective Display): Say "hidden", not "invisible".
10369 (Managing Overlays): Move up. Describe relation to Undo here.
10370 (Overlay Properties): Clarify intro.
10371 (Finding Overlays): Explain return values when nothing found.
10372 (Width): truncate-string-to-width has added arg.
10373 (Displaying Faces): Clarify and update mode line face handling.
10374 (Face Functions): Minor cleanup.
10375 (Conditional Display): Merge into Other Display Specs.
10376 (Pixel Specification, Other Display Specs): Minor cleanups.
10377 (Images, Image Descriptors): Minor cleanups.
10378 (GIF Images): Patents have expired.
10379 (Showing Images): Explain default text for insert-image.
10380 (Manipulating Button Types): Merge into Manipulating Buttons.
10381 (Making Buttons): Explain return values.
10382 (Button Buffer Commands): Add xref.
10383 (Inverse Video): Update mode-line-inverse-video.
10384 (Display Table Format): Clarify.
10385 (Active Display Table): Give defaults for window-display-table.
10386
10387 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10388 and calendar-today-marker are strings, not chars.
10389 (Holiday Customizing): Minor fix.
10390
10391 * internals.texi (Writing Emacs Primitives): Update `or' example.
10392 Update limit on # args of subr.
10393
10394 * edebug.texi (Using Edebug): Arrow is in fringe.
10395 (Instrumenting): Arg to eval-defun works without loading edebug.
10396 (Edebug Execution Modes): Add xref.
10397
10398 * customize.texi (Common Keywords): Clarify :require.
10399 Mention :version here.
10400 (Variable Definitions, Group Definitions): Not here.
10401 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10402
10403 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10404 * nonascii.texi (Text Representations): Clarify position-bytes.
10405 (Character Sets): Add list-charset-chars.
10406 (Scanning Charsets): Add charset-after.
10407 (Encoding and I/O): Minor fix.
10408
10409 2005-03-06 Richard M. Stallman <rms@gnu.org>
10410
10411 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10412 (Resizing Windows): Likewise.
10413
10414 * text.texi (Change Hooks): Get rid of "Emacs 21".
10415
10416 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10417
10418 * streams.texi (Output Variables): Get rid of "Emacs 21".
10419
10420 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10421
10422 * os.texi (Translating Input): Replace flow-control example
10423 with a less obsolete example that uses `keyboard-translate'.
10424
10425 * objects.texi (Hash Table Type, Circular Objects):
10426 Get rid of "Emacs 21".
10427
10428 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10429 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10430
10431 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10432
10433 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10434
10435 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10436 (Menu Bar): Fix when menu-bar-update-hook is called.
10437
10438 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10439
10440 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10441 and make it read better.
10442
10443 * files.texi (Writing to Files): Get rid of "Emacs 21".
10444 (Unique File Names): Likewise.
10445
10446 * elisp.texi: Update Emacs version to 22.
10447
10448 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10449 (Overlay Properties, Face Attributes): Likewise.
10450 (Managing Overlays): Fix punctuation.
10451 (Attribute Functions): Clarify set-face-font; get rid of
10452 info about old Emacs versions.
10453 (Auto Faces, Font Lookup, Display Property, Images):
10454 Get rid of "Emacs 21".
10455
10456 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10457
10458 2005-03-05 Richard M. Stallman <rms@gnu.org>
10459
10460 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10461
10462 2005-03-04 Lute Kamstra <lute@gnu.org>
10463
10464 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10465
10466 2005-03-03 Lute Kamstra <lute@gnu.org>
10467
10468 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10469
10470 2005-03-01 Lute Kamstra <lute@gnu.org>
10471
10472 * debugging.texi (Debugger Commands): Update `j'.
10473
10474 2005-02-28 Lute Kamstra <lute@gnu.org>
10475
10476 * debugging.texi (Debugging): Fix typo.
10477 (Error Debugging): Document eval-expression-debug-on-error.
10478 (Function Debugging): Update example.
10479 (Using Debugger): Mention starred stack frames.
10480 (Debugger Commands): Document `j' and `l'.
10481 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10482 Update the messages that the debugger displays.
10483 (Internals of Debugger): Add cross reference. Update example.
10484 (Excess Open): Minor improvement.
10485 (Excess Close): Minor improvement.
10486
10487 2005-02-26 Richard M. Stallman <rms@gnu.org>
10488
10489 * tips.texi (Coding Conventions): Clarify.
10490 Put all the major mode key reservations together.
10491 Mention the Mouse-1 => Mouse-2 conventions.
10492
10493 * syntax.texi (Syntax Class Table): Clarify.
10494 (Syntax Table Functions): syntax-after moved from here.
10495 (Syntax Table Internals): syntax-after moved to here.
10496 (Parsing Expressions): Update info on number of values
10497 and what's meaningful in the STATE argument.
10498 (Categories): Fix typo.
10499
10500 * sequences.texi (Arrays): Cleanup.
10501 (Char-Tables): Clarify.
10502
10503 * processes.texi (Deleting Processes): Cleanups, add xref.
10504 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10505 (Process Information): set-process-coding-system, some args optional.
10506 (Input to Processes): Explain various types for PROCESS args.
10507 Rename them from PROCESS-NAME to PROCESS.
10508 (Signals to Processes): Likewise.
10509 (Decoding Output): Cleanup.
10510 (Query Before Exit): Clarify.
10511
10512 * os.texi (Startup Summary): Correct the options; add missing ones.
10513 (Terminal Output, Batch Mode): Clarify.
10514 (Flow Control): Node deleted.
10515
10516 * markers.texi (The Mark): Clarify.
10517
10518 * macros.texi (Expansion): Cleanup.
10519 (Indenting Macros): indent-spec allows ints, not floats.
10520
10521 * keymaps.texi (Keymaps): Clarify.
10522 (Format of Keymaps): Update lisp-mode-map example.
10523 (Active Keymaps, Key Lookup): Clarify.
10524 (Changing Key Bindings): Add xref to `kbd'.
10525 (Key Binding Commands, Simple Menu Items): Clarify.
10526 (Mouse Menus, Menu Bar): Clarify.
10527 (Menu Example): Replace print example with menu-bar-replace-menu.
10528
10529 * help.texi (Documentation Basics): Add function-documentation prop.
10530
10531 * elisp.texi (Top): Don't refer to Flow Control node.
10532
10533 * commands.texi (Command Overview): Improve xrefs.
10534 (Adjusting Point): Adjusting point applies to intangible and invis.
10535 (Key Sequence Input): Doc extra read-key-sequence args.
10536 Likewise for read-key-sequence-vector.
10537
10538 * backups.texi (Rename or Copy): Minor fix.
10539 (Numbered Backups): For version-control, say the default.
10540 (Auto-Saving): make-auto-save-file-name example is simplified.
10541
10542 * advice.texi (Advising Functions): Don't imply one part of Emacs
10543 should advise another part. Markup changes.
10544 (Defining Advice): Move transitional para.
10545 (Activation of Advice): Cleanup.
10546 Explain if COMPILE is nil or negative.
10547
10548 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10549
10550 2005-02-24 Lute Kamstra <lute@gnu.org>
10551
10552 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10553 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10554
10555 2005-02-23 Lute Kamstra <lute@gnu.org>
10556
10557 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10558 to define global minor modes as well.
10559
10560 * display.texi (Managing Overlays): overlay-buffer returns nil for
10561 deleted overlays.
10562
10563 2005-02-22 Kim F. Storm <storm@cua.dk>
10564
10565 * minibuf.texi (Basic Completion): Allow symbols in addition to
10566 strings in try-completion and all-completions.
10567
10568 2005-02-14 Lute Kamstra <lute@gnu.org>
10569
10570 * elisp.texi (Top): Remove reference to deleted node.
10571
10572 * lists.texi (Lists): Remove reference to deleted node.
10573 (Cons Cells): Fix typo.
10574
10575 * loading.texi (Where Defined): Fix typo.
10576
10577 2005-02-14 Richard M. Stallman <rms@gnu.org>
10578
10579 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10580 is useful for discarding some minor modes.
10581
10582 * symbols.texi (Symbol Components): Reorder examples.
10583
10584 * streams.texi (Input Functions): State standard-input default.
10585 (Output Variables): State standard-output default.
10586
10587 * objects.texi (Printed Representation): Clarify read syntax vs print.
10588 (Floating Point Type): Explain meaning better.
10589 (Symbol Type): Explain uniqueness better.
10590 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10591 List examples sooner.
10592 (Box Diagrams): New subnode broken out.
10593 Some examples moved from old Lists as Boxes node.
10594 (Dotted Pair Notation): Clarify intro.
10595 (Array Type): Clarify.
10596 (Type Predicates): Add hash-table-p.
10597
10598 * numbers.texi (Integer Basics): Clarify radix explanation.
10599 (Predicates on Numbers): Minor clarification.
10600 (Comparison of Numbers): Minor clarification. Clarify eql.
10601 Typos in min, max.
10602 (Math Functions): Clarify overflow in expt.
10603
10604 * minibuf.texi (Text from Minibuffer): Minor clarification.
10605 Mention arrow keys.
10606
10607 * loading.texi (Autoload): defun's doc string overrides autoload's
10608 doc string.
10609 (Repeated Loading): Modernize "add to list" examples.
10610 (Where Defined): Finish updating table of load-history elts.
10611
10612 * lists.texi (List-related Predicates): Minor wording improvement.
10613 (Lists as Boxes): Node deleted.
10614 (Building Lists): Explain trivial cases of number-sequence.
10615
10616 * hash.texi (Hash Tables): Add desc to menu items.
10617 (Creating Hash): Explain "full" means "make larger".
10618 (Hash Access): Any object can be a key.
10619 State value of maphash.
10620
10621 * functions.texi (What Is a Function): Wording cleanup.
10622 (Function Documentation): Minor cleanup.
10623 Explain purpose of calling convention at end of doc string.
10624 (Function Names): Wording cleanup.
10625 (Calling Functions): Wording cleanup.
10626 Explain better how funcall calls the function.
10627 (Function Cells): Delete example of saving and redefining function.
10628
10629 * control.texi (Combining Conditions): Wording cleanup.
10630 (Iteration): dolist and dotimes bind VAR locally.
10631 (Cleanups): Xref to Atomic Changes.
10632
10633 * compile.texi (Byte Compilation): Delete 19.29 info.
10634 (Compilation Functions): Macros' difficulties don't affect defsubst.
10635 (Docs and Compilation): Delete 19.29 info.
10636
10637 2005-02-10 Richard M. Stallman <rms@gnu.org>
10638
10639 * objects.texi (Symbol Type): Minor correction.
10640
10641 2005-02-06 Lute Kamstra <lute@gnu.org>
10642
10643 * modes.texi (Example Major Modes): Fix typos.
10644
10645 2005-02-06 Richard M. Stallman <rms@gnu.org>
10646
10647 * text.texi (Margins): fill-nobreak-predicate can be one function.
10648
10649 * strings.texi (Modifying Strings): clear-string can make unibyte.
10650 (Formatting Strings): format gives error if values missing.
10651
10652 * positions.texi (Character Motion): Mention default arg
10653 for forward-char. backward-char refers to forward-char.
10654 (Word Motion): Mention default arg for forward-word.
10655 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10656 Simplify end-of-buffer.
10657 (Text Lines): Mention default arg for forward-line.
10658 (List Motion): Mention default arg for beginning/end-of-defun.
10659 (Skipping Characters): Minor fixes in explaining character-set.
10660
10661 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10662 Mode inheritance applies only when default-major-mode is nil.
10663 Clarifications.
10664 (Example Major Modes): Update Text mode and Lisp mode examples.
10665 (Minor Mode Conventions): Mention define-minor-mode at top.
10666 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10667 (Mode Line Format): Update mode line face display info.
10668 (Properties in Mode): Mention effect of risky vars.
10669 (Imenu): Define imenu-add-to-menubar.
10670 (Font Lock Mode): Add descriptions to menu lines.
10671 (Faces for Font Lock): Add font-lock-doc-face.
10672
10673 2005-02-05 Lute Kamstra <lute@gnu.org>
10674
10675 * text.texi (Maintaining Undo): Remove obsolete function.
10676
10677 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10678
10679 * frames.texi (Color Names): Add pointer to the X docs about RGB
10680 color specifications. Improve indexing.
10681 (Text Terminal Colors): Replace the description of RGB values by
10682 an xref to "Color Names".
10683
10684 2005-02-03 Richard M. Stallman <rms@gnu.org>
10685
10686 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10687 Clarify.
10688 (Selecting Windows): Clarify save-selected-window.
10689 (Cyclic Window Ordering): Clarify walk-windows.
10690 (Window Point): Clarify.
10691 (Window Start): Add comment to example.
10692 (Resizing Windows): Add `interactive' specs in examples.
10693 Document fit-window-to-buffer.
10694
10695 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10696 (Undo, Maintaining Undo): Clarify last change.
10697 (Sorting): In sort-numeric-fields, explain about octal and hex.
10698 Mention sort-numeric-base.
10699 (Format Properties): Add xref for hard newlines.
10700
10701 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10702 (Pop-Up Menus): Fix typo.
10703 (Color Names): Explain all types of color names.
10704 Explain color-values on B&W terminal.
10705 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10706
10707 * files.texi (File Locks): Not supported on MS systems.
10708 (Testing Accessibility): Clarify.
10709
10710 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10711 (Coverage Testing): Fix typo.
10712
10713 * commands.texi (Misc Events): Remove stray space.
10714
10715 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10716 (Modification Time): Clarify when visited-file-modtime returns 0.
10717 (The Buffer List): Clarify bury-buffer.
10718 (Killing Buffers): Clarify.
10719 (Indirect Buffers): Add clone-indirect-buffer.
10720
10721 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10722
10723 * edebug.texi (Printing in Edebug): Fix default value of
10724 edebug-print-circle.
10725 (Coverage Testing): Fix displayed frequency count data.
10726
10727 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10728
10729 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10730
10731 2005-02-02 Kim F. Storm <storm@cua.dk>
10732
10733 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10734
10735 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10736
10737 * commands.texi (Misc Events): Describe the help-echo event.
10738
10739 * text.texi (Special Properties) <help-echo>: Use `pos'
10740 consistently in description of the help-echo property.
10741 Use @code{nil} instead of @var{nil}.
10742
10743 * display.texi (Overlay Properties): Fix the index entry for
10744 help-echo overlay property.
10745
10746 * customize.texi (Type Keywords): Uncomment the xref to the
10747 help-echo property documentation.
10748
10749 2005-01-23 Kim F. Storm <storm@cua.dk>
10750
10751 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10752 return value. Third element FULLY replaced by PARTIAL which
10753 specifies number of invisible pixels if row is only partially visible.
10754 (Textual Scrolling): Mention auto-window-vscroll.
10755 (Vertical Scrolling): New defvar auto-window-vscroll.
10756
10757 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10758
10759 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10760 command remapping.
10761
10762 2005-01-15 Richard M. Stallman <rms@gnu.org>
10763
10764 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10765
10766 2005-01-14 Kim F. Storm <storm@cua.dk>
10767
10768 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10769
10770 * text.texi (Links and Mouse-1): Fix string and vector item.
10771
10772 2005-01-13 Richard M. Stallman <rms@gnu.org>
10773
10774 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10775 descriptions of overriding-local-map and overriding-terminal-local-map.
10776
10777 * text.texi (Links and Mouse-1): Clarify text.
10778
10779 2005-01-13 Kim F. Storm <storm@cua.dk>
10780
10781 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10782
10783 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10784
10785 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10786
10787 2005-01-12 Kim F. Storm <storm@cua.dk>
10788
10789 * text.texi (Links and Mouse-1): Rename section from Enabling
10790 Mouse-1 to Following Links. Change xrefs.
10791 Add examples for define-button-type and define-widget.
10792
10793 * display.texi (Button Properties, Button Buffer Commands):
10794 Clarify mouse-1 and follow-link functionality.
10795
10796 2005-01-12 Richard M. Stallman <rms@gnu.org>
10797
10798 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10799
10800 * display.texi (Beeping): Fix Texinfo usage.
10801
10802 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10803
10804 2005-01-11 Kim F. Storm <storm@cua.dk>
10805
10806 * display.texi (Button Properties, Button Buffer Commands):
10807 Mention mouse-1 binding. Add follow-link keyword.
10808
10809 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10810 (Enabling Mouse-1 to Follow Links): New subsection.
10811
10812 2005-01-06 Richard M. Stallman <rms@gnu.org>
10813
10814 * text.texi (Special Properties): Minor change.
10815
10816 * os.texi (Timers): Clarify previous change.
10817
10818 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10819
10820 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10821
10822 * display.texi (Face Attributes): Correct xref to renamed node.
10823
10824 2005-01-01 Richard M. Stallman <rms@gnu.org>
10825
10826 * display.texi (Face Attributes): Describe hex color specs.
10827
10828 2004-12-31 Richard M. Stallman <rms@gnu.org>
10829
10830 * os.texi (Timers): Update previous change.
10831
10832 2004-12-30 Kim F. Storm <storm@cua.dk>
10833
10834 * display.texi (Line Height): Total line-height is now specified
10835 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10836 in cons cells. (nil . RATIO) is relative to actual line height.
10837 Use line-height `t' instead of `0' to get minimum height.
10838
10839 2004-12-29 Richard M. Stallman <rms@gnu.org>
10840
10841 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10842
10843 2004-12-28 Richard M. Stallman <rms@gnu.org>
10844
10845 * commands.texi (Quitting): Clarify value of with-local-quit.
10846
10847 * elisp.texi (Top): Fix previous change.
10848
10849 * loading.texi (Loading): Fix previous change.
10850
10851 2004-12-27 Richard M. Stallman <rms@gnu.org>
10852
10853 * Makefile.in (MAKEINFO): Specify --force.
10854
10855 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10856
10857 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10858
10859 * display.texi (Line Height): Further clarify.
10860
10861 * elisp.texi (Top): Update Loading submenu.
10862
10863 * loading.texi (Where Defined): New node.
10864 (Unloading): load-history moved to Where Defined.
10865
10866 2004-12-21 Richard M. Stallman <rms@gnu.org>
10867
10868 * commands.texi (Event Input Misc): Add while-no-input.
10869
10870 2004-12-11 Richard M. Stallman <rms@gnu.org>
10871
10872 * display.texi (Line Height): Rewrite text for clarity.
10873
10874 2004-12-11 Kim F. Storm <storm@cua.dk>
10875
10876 * display.texi (Display): Add node "Line Height" to menu.
10877 (Line Height): New node. Move full description of line-spacing
10878 and line-height text properties here from text.texi.
10879 (Scroll Bars): Add vertical-scroll-bar variable.
10880
10881 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10882
10883 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10884 line-spacing and vertical-scroll-bar.
10885
10886 * text.texi (Special Properties): Just mention line-spacing and
10887 line-height here, add xref to new "Line Height" node.
10888
10889 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10890
10891 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10892
10893 * locals.texi (Standard Buffer-Local Variables):
10894 Add @xref for `line-spacing'.
10895
10896 2004-12-05 Richard M. Stallman <rms@gnu.org>
10897
10898 * Makefile.in (maintainer-clean): Remove the info files
10899 in $(infodir) where they are created.
10900
10901 2004-12-03 Richard M. Stallman <rms@gnu.org>
10902
10903 * windows.texi (Selecting Windows): get-lru-window and
10904 get-largest-window don't consider dedicated windows.
10905
10906 * text.texi (Undo): Document undo-in-progress.
10907
10908 2004-11-26 Richard M. Stallman <rms@gnu.org>
10909
10910 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10911 Remove a few vars that are not always buffer-local.
10912
10913 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10914
10915 * locals.texi (Standard Buffer-Local Variables): Comment out
10916 xref's to non-existent node `Yet to be written'.
10917
10918 2004-11-24 Richard M. Stallman <rms@gnu.org>
10919
10920 * processes.texi (Synchronous Processes): Grammar fix.
10921
10922 * numbers.texi (Comparison of Numbers): Add eql.
10923
10924 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10925
10926 * intro.texi (Printing Notation): Fix previous change.
10927
10928 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10929 and default-indicate-buffer-boundaries from here.
10930 (Usual Display): To here.
10931 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10932 (Usual Display): Move tab-width up.
10933
10934 * customize.texi (Variable Definitions):
10935 Replace show-paren-mode example with tooltip-mode.
10936 (Simple Types, Composite Types, Defining New Types):
10937 Minor cleanups.
10938
10939 2004-11-21 Jesper Harder <harder@ifa.au.dk>
10940
10941 * processes.texi (Synchronous Processes, Output from Processes):
10942 Markup fix.
10943
10944 2004-11-20 Richard M. Stallman <rms@gnu.org>
10945
10946 * positions.texi (Skipping Characters): skip-chars-forward
10947 now handles char classes.
10948
10949 * intro.texi (Printing Notation): Avoid confusion of `print'
10950 when explaining @print.
10951
10952 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10953
10954 * display.texi (Display Table Format): Minor fix.
10955
10956 * streams.texi (Output Functions): Fix print example.
10957
10958 * Makefile.in (elisp): New target.
10959 (dist): Depend on $(infodir)/elisp, not elisp.
10960 Copy the info files from $(infodir).
10961
10962 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10963 read-from-minibuffer.
10964
10965 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10966
10967 2004-11-19 Richard M. Stallman <rms@gnu.org>
10968
10969 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10970
10971 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10972
10973 * tips.texi (Coding Conventions): Fix typo.
10974
10975 2004-11-16 Richard M. Stallman <rms@gnu.org>
10976
10977 * tips.texi (Coding Conventions): Separate defvar and require
10978 methods to avoid warnings. Use require only when there are many
10979 functions and variables from that package.
10980
10981 * minibuf.texi (Minibuffer Completion): When ignoring case,
10982 predicate must not be case-sensitive.
10983
10984 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10985 (Test Coverage): Don't talk about "splotches". Clarified.
10986
10987 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10988
10989 * frames.texi (Window Frame Parameters): Fix typo.
10990
10991 2004-11-15 Kim F. Storm <storm@cua.dk>
10992
10993 * symbols.texi (Other Plists): Note that plist-get may signal error.
10994 Add safe-plist-get.
10995
10996 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10997
10998 * modes.texi (Font Lock Basics): Fix typo.
10999
11000 2004-11-08 Richard M. Stallman <rms@gnu.org>
11001
11002 * syntax.texi (Syntax Table Functions): Add syntax-after.
11003
11004 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11005
11006 * os.texi (Processor Run Time): New section documenting
11007 get-internal-run-time.
11008
11009 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11010
11011 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11012 it nukes elisp-cover.texi.
11013 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11014 elisp-0 etc.
11015
11016 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11017
11018 * commands.texi (Keyboard Macros): Document `append' return value
11019 of `defining-kbd-macro'.
11020
11021 2004-11-01 Richard M. Stallman <rms@gnu.org>
11022
11023 * commands.texi (Interactive Call): Add called-interactively-p.
11024
11025 2004-10-29 Simon Josefsson <jas@extundo.com>
11026
11027 * minibuf.texi (Reading a Password): Revert.
11028
11029 2004-10-28 Richard M. Stallman <rms@gnu.org>
11030
11031 * frames.texi (Display Feature Testing): Explain about "vendor".
11032
11033 2004-10-27 Richard M. Stallman <rms@gnu.org>
11034
11035 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11036 not raw. Clarify `n'.
11037 (Interactive Call): Rewrite interactive-p, focusing on when
11038 and how to use it.
11039 (Misc Events): Clarify previous change.
11040
11041 * advice.texi (Simple Advice): Clarify what job the example does.
11042 (Around-Advice): Clarify ad-do-it.
11043 (Activation of Advice): An option of ad-default-compilation-action
11044 is `never', not `nil'.
11045
11046 2004-10-26 Kim F. Storm <storm@cua.dk>
11047
11048 * commands.texi (Interactive Codes): Add U code letter.
11049
11050 2004-10-25 Simon Josefsson <jas@extundo.com>
11051
11052 * minibuf.texi (Reading a Password): Add.
11053
11054 2004-10-24 Jason Rumney <jasonr@gnu.org>
11055
11056 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11057 and wheel-down.
11058
11059 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11060
11061 * processes.texi (Synchronous Processes): Document process-file.
11062
11063 2004-10-22 Kenichi Handa <handa@m17n.org>
11064
11065 * text.texi (translate-region): Document that it accepts also a
11066 char-table.
11067
11068 2004-10-22 David Ponce <david@dponce.com>
11069
11070 * windows.texi (Resizing Windows): Document the `preserve-before'
11071 argument of the functions `enlarge-window' and `shrink-window'.
11072
11073 2004-10-19 Jason Rumney <jasonr@gnu.org>
11074
11075 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11076
11077 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11078
11079 * text.texi (Filling): Add anchor for definition of
11080 `sentence-end-double-space'.
11081
11082 * searching.texi (Regexp Example): Update description of how
11083 Emacs currently recognizes the end of a sentence.
11084 (Standard Regexps): Update definition of the variable
11085 `sentence-end'. Add definition of the function `sentence-end'.
11086
11087 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11088
11089 * display.texi (Progress): New node.
11090
11091 2004-10-05 Kim F. Storm <storm@cua.dk>
11092
11093 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11094
11095 2004-09-29 Kim F. Storm <storm@cua.dk>
11096
11097 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11098 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11099 fringe bitmap symbols, as they now have their own namespace.
11100 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11101 vs. pixels. Signal error if no free bitmap slots.
11102 (Pixel Specification): Change IMAGE to @var{image}.
11103
11104 2004-09-28 Richard M. Stallman <rms@gnu.org>
11105
11106 * text.texi (Special Properties): Clarify line-spacing and line-height.
11107
11108 * searching.texi (Regexp Search): Add looking-back.
11109
11110 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11111
11112 * display.texi: Correct typos.
11113 (Image Descriptors): Correct xref's.
11114
11115 2004-09-25 Richard M. Stallman <rms@gnu.org>
11116
11117 * text.texi (Special Properties): Cleanups in `cursor'.
11118 Rewrites in `line-height' and `line-spacing'; exchange them.
11119
11120 * display.texi (Fringes): Rewrite previous change.
11121 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11122 (Display Fringe Bitmaps): Node deleted, text moved.
11123 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11124 (Scroll Bars): Clarify set-window-scroll-bars.
11125 (Pointer Shape): Rewrite.
11126 (Specified Space): Clarify :align-to, etc.
11127 (Pixel Specification): Use @var. Clarify new text.
11128 (Other Display Specs): Clarify `slice'.
11129 (Image Descriptors): Cleanups.
11130 (Showing Images): Cleanups.
11131
11132 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11133
11134 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11135
11136 * modes.texi: Various minor changes in addition to:
11137 (Major Mode Conventions): Final call to `run-mode-hooks' should
11138 not be inside the `delay-mode-hooks' form.
11139 (Mode Hooks): New node.
11140 (Hooks): Delete obsolete example.
11141 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11142 node "Mode Hooks".
11143
11144 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11145
11146 * display.texi: Correct various typos.
11147 (Display): Rename node "Pointer Shapes" to "Pointer
11148 Shape". (There is already a node called "Pointer Shapes" in
11149 frames.texi.)
11150 (Images): Remove non-existent node "Image Slices" from menu.
11151
11152 2004-09-23 Kim F. Storm <storm@cua.dk>
11153
11154 * text.texi (Special Properties): Add `cursor', `pointer',
11155 `line-height', and `line-spacing' properties.
11156
11157 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11158 Shapes' to menu.
11159 (Standard Faces): Doc fix for fringe face.
11160 (Fringes): Add `overflow-newline-into-fringe' and
11161 'indicate-buffer-boundaries'.
11162 (Fringe Bitmaps, Pointer Shapes): New nodes.
11163 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11164 Bitmaps' to menu.
11165 (Specified Space): Describe pixel width and height.
11166 (Pixel Specification): New node.
11167 (Other Display Specs): Add `slice' property.
11168 (Display Fringe Bitmaps): New node.
11169 (Images): Add 'Image Slices' to menu.
11170 (Image Descriptors): Add `:pointer' and `:map' properties.
11171 (Showing Images): Add slice arg to `insert-image'.
11172 Add 'insert-sliced-image'.
11173
11174 2004-09-20 Richard M. Stallman <rms@gnu.org>
11175
11176 * commands.texi (Key Sequence Input):
11177 Clarify downcasing in read-key-sequence.
11178
11179 2004-09-08 Juri Linkov <juri@jurta.org>
11180
11181 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11182
11183 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11184
11185 * locals.texi (Standard Buffer-Local Variables):
11186 Add `buffer-auto-save-file-format'.
11187 * internals.texi (Buffer Internals): Describe new
11188 auto_save_file_format field of the buffer structure.
11189 * files.texi (Format Conversion): `auto-save-file-format' has been
11190 renamed `buffer-auto-save-file-format'.
11191
11192 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11193
11194 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11195 an integer or a marker.
11196 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11197
11198 2004-08-22 Richard M. Stallman <rms@gnu.org>
11199
11200 * modes.texi (Major Mode Conventions): Discuss rebinding of
11201 standard key bindings.
11202
11203 2004-08-18 Kim F. Storm <storm@cua.dk>
11204
11205 * processes.texi (Accepting Output): Add `just-this-one' arg to
11206 `accept-process-output'.
11207 (Output from Processes): New var `process-adaptive-read-buffering'.
11208
11209 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11210
11211 * keymaps.texi: Various changes in addition to:
11212 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11213 Give more varied examples for `kbd'.
11214 (Creating Keymaps): Char tables have slots for all characters
11215 without modifiers.
11216 (Active Keymaps): `overriding-local-map' and
11217 `overriding-terminal-local-map' also override text property and
11218 overlay keymaps.
11219 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11220 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11221 to denote a prefix of no events.
11222 `map-keymap' includes parent's bindings _recursively_.
11223 Clarify and correct description of `where-is-internal'.
11224 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11225 (Menu Example): For menus intended for use with the keyboard, the
11226 menu items should be bound to characters or real function keys.
11227
11228 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11229
11230 * objects.texi (Character Type): Reposition `@anchor' to prevent
11231 double space inside sentence in Info.
11232
11233 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11234 renamed to `disabled-command-function'.
11235 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11236 (Command Loop Info): Replace reference to it.
11237 (Disabling Commands): `disabled-command-hook' has been renamed to
11238 `disabled-command-function'.
11239
11240 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11241
11242 * os.texi (Translating Input): Only non-prefix bindings in
11243 `key-translation-map' override actual key bindings. Warn about
11244 possible indirect effect of actual key bindings on non-prefix
11245 bindings in `key-translation-map'.
11246
11247 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11248
11249 * minibuf.texi (High-Level Completion): Add anchor for definition
11250 of `read-variable'.
11251
11252 * commands.texi: Various changes in addition to:
11253 (Using Interactive): Clarify description of `interactive-form'.
11254 (Interactive Call): Mention default for KEYS argument to
11255 `call-interactively'.
11256 (Command Loop Info): Clarify description of `this-command-keys'.
11257 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11258 Value of `last-event-frame' can be `macro'.
11259 (Repeat Events): `double-click-fuzz' is also used to distinguish
11260 clicks and drags.
11261 (Classifying Events): Clarify descriptions of `event-modifiers'
11262 `event-basic-type' and `event-convert-list'.
11263 (Accessing Events): `posn-timestamp' takes POSITION argument.
11264 (Quoted Character Input): Clarify description of
11265 `read-quoted-char' and fix example.
11266 (Quitting): Add `with-local-quit'.
11267 (Disabling Commands): Correct and clarify descriptions of
11268 `enable-command' and `disable-command'.
11269 Mention what happens if `disabled-command-hook' is nil.
11270 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11271 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11272
11273 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11274
11275 * frames.texi: Various changes in addition to:
11276 (Creating Frames): Expand and clarify description of `make-frame'.
11277 (Window Frame Parameters): Either none or both of the `icon-left'
11278 and `icon-top' parameters must be specified. Put descriptions of
11279 `menu-bar-lines' and `toolbar-lines' closer together and change
11280 them accordingly.
11281 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11282 except while processing `frame-title-format' or `icon-title-format'.
11283 (Deleting Frames): Correct description of `delete-frame'.
11284 Non-nil return values of `frame-live-p' are like those of `framep'.
11285 (Frames and Windows): Mention return value of
11286 `set-frame-selected-window'.
11287 (Visibility of Frames): Mention `force' argument to
11288 `make-frame-invisible'. `frame-visible-p' returns t for all
11289 frames on text-only terminals.
11290 (Frame Configurations): Restoring a frame configuration does not
11291 restore deleted frames.
11292 (Window System Selections): `x-set-selection' returns DATA.
11293 (Resources): Add example.
11294 (Display Feature Testing): Clarify descriptions of
11295 `display-pixel-height', `display-pixel-width', `x-server-version'
11296 and `x-server-vendor'.
11297
11298 * windows.texi (Choosing Window): Add anchor.
11299 * minibuf.texi (Minibuffer Misc): Add anchor.
11300
11301 2004-07-23 John Paul Wallington <jpw@gnu.org>
11302
11303 * macros.texi (Defining Macros): Declaration keyword for setting
11304 Edebug spec is `debug' not `edebug'.
11305
11306 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11307
11308 * windows.texi: Various small changes in addition to:
11309 (Window Point): Mention return value of `set-window-point'.
11310 (Window Start): `pos-visible-in-window-p' disregards horizontal
11311 scrolling. Explain return value if PARTIALLY is non-nil.
11312 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11313 and `set-window-vscroll'.
11314 (Size of Window): The argument WINDOW to `window-inside-edges',
11315 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11316 (Resizing Windows): Explain return value of
11317 `shrink-window-if-larger-than-buffer'.
11318 `window-size-fixed' automatically becomes buffer local when set.
11319 (Window Configurations): Explain return value of
11320 `set-window-configuration'.
11321
11322 * minibuf.texi (Minibuffer Misc): Add anchor for
11323 `minibuffer-scroll-window'.
11324
11325 * positions.texi (Text Lines): Add anchor for `count-lines'.
11326
11327 2004-07-17 Richard M. Stallman <rms@gnu.org>
11328
11329 * display.texi (Overlay Properties): Adding `evaporate' prop
11330 deletes empty overlay immediately.
11331
11332 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11333 fix example.
11334
11335 2004-07-16 Jim Blandy <jimb@redhat.com>
11336
11337 * searching.texi (Regexp Backslash): Document new \_< and \_>
11338 operators.
11339
11340 2004-07-16 Juanma Barranquero <lektu@terra.es>
11341
11342 * display.texi (Images): Fix Texinfo usage.
11343
11344 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11345
11346 * buffers.texi (Modification Time): `visited-file-modtime' now
11347 returns a list of two integers, instead of a cons.
11348
11349 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11350
11351 * windows.texi: Various changes in addition to:
11352 (Splitting Windows): Add `split-window-keep-point'.
11353
11354 2004-07-09 Richard M. Stallman <rms@gnu.org>
11355
11356 * frames.texi (Input Focus): Minor fix.
11357
11358 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11359
11360 * frames.texi (Input Focus): Clarify descriptions of
11361 `select-frame-set-input-focus' and `select-frame'.
11362
11363 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11364
11365 * os.texi: Various small changes in addition to:
11366 (Killing Emacs): Expand and clarify description of
11367 `kill-emacs-query-functions' and `kill-emacs-hook'.
11368 (System Environment): Expand and clarify description of `getenv'
11369 and `setenv'.
11370 (Timers): Clarify description of `run-at-time'.
11371 (Translating Input): Correct description of
11372 `extra-keyboard-modifiers'.
11373 (Flow Control): Correct description of `enable-flow-control'.
11374
11375 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11376
11377 * os.texi: Update copyright.
11378 (Session Management): Grammar fix.
11379 Clarify which Emacs does the restarting.
11380 Use @samp for *scratch* buffer.
11381
11382 2004-07-04 Alan Mackenzie <acm@muc.de>
11383
11384 * frames.texi (Input Focus): Add documentation for
11385 `select-frame-set-input-focus'. Replace refs to non-existent
11386 `switch-frame' with `select-frame'. Minor corrections and tidying
11387 up of text-only terminal stuff.
11388
11389 2004-07-02 Richard M. Stallman <rms@gnu.org>
11390
11391 * files.texi (Saving Buffers): Cleanup write-contents-function.
11392 (Magic File Names): Cleanup file-remote-p.
11393
11394 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11395
11396 * files.texi (Magic File Names): `file-remote-p' returns an
11397 identifier of the remote system, not just t.
11398
11399 2004-07-02 David Kastrup <dak@gnu.org>
11400
11401 * searching.texi (Entire Match Data): Add explanation about new
11402 match-data behavior when @var{integers} is non-nil.
11403
11404 2004-06-24 Richard M. Stallman <rms@gnu.org>
11405
11406 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11407
11408 * customize.texi (Variable Definitions): Note about doc strings
11409 and :set.
11410
11411 * keymaps.texi (Keymap Terminology): Document `kbd'.
11412 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11413
11414 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11415 makes it buffer-local.
11416
11417 * files.texi (Saving Buffers): Correct previous change.
11418
11419 * commands.texi (Accessing Events):
11420 Clarify posn-col-row and posn-actual-col-row.
11421
11422 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11423
11424 * commands.texi (Accessing Events): New functions
11425 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11426
11427 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11428
11429 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11430 * frames.texi, buffers.texi, backups.texi, variables.texi:
11431 * loading.texi, eval.texi, functions.texi, control.texi:
11432 * symbols.texi, minibuf.texi: Reposition @anchor's.
11433
11434 * help.texi: Various small changes in addition to the following.
11435 (Describing Characters): Describe PREFIX argument to
11436 `key-description'. Correct and clarify definition of
11437 `text-char-description'. Describe NEED-VECTOR argument to
11438 `read-kbd-macro'.
11439 (Help Functions): Clarify definition of `apropos'.
11440
11441 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11442
11443 * files.texi (Saving Buffers): Correct description of
11444 `write-contents-functions'.
11445
11446 2004-06-21 Juanma Barranquero <lektu@terra.es>
11447
11448 * display.texi (Images): Remove redundant @vindex directives.
11449 Rewrite `image-library-alist' doc in active voice.
11450
11451 2004-06-14 Juanma Barranquero <lektu@terra.es>
11452
11453 * display.texi (Images): Document new delayed library loading,
11454 variable `image-library-alist' and (existing but undocumented)
11455 function `image-type-available-p'.
11456
11457 2004-06-05 Richard M. Stallman <rms@gnu.org>
11458
11459 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11460 refer the user to the Initial Input node.
11461 (Text from Minibuffer): Likewise.
11462 (Initial Input): New node. Document this feature
11463 and say it is mostly deprecated.
11464
11465 2004-05-30 Richard M. Stallman <rms@gnu.org>
11466
11467 * loading.texi (Named Features): Clarify return value
11468 and meaning of NOERROR.
11469
11470 * variables.texi (File Local Variables): Minor cleanup.
11471
11472 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11473
11474 * files.texi (Magic File Names): Add `file-remote-p' as operation
11475 of file name handlers.
11476
11477 2004-05-29 Richard M. Stallman <rms@gnu.org>
11478
11479 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11480 as arg to a minor mode command.
11481
11482 2004-05-22 Richard M. Stallman <rms@gnu.org>
11483
11484 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11485
11486 * streams.texi (Output Variables): Doc float-output-format.
11487
11488 * searching.texi (Regexp Special): Nested repetition can be infloop.
11489
11490 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11491 real stack overflow.
11492
11493 * compile.texi: Minor cleanups.
11494
11495 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11496
11497 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11498 circular lists.
11499 (List Elements): Explain handling of circular and dotted lists.
11500
11501 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11502
11503 * modes.texi (Search-based Fontification): Fix typo.
11504
11505 2004-05-10 Juanma Barranquero <lektu@terra.es>
11506
11507 * modes.texi (Mode Line Variables): Fix description of
11508 global-mode-string, which is now after which-func-mode, not the
11509 buffer name.
11510
11511 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11512
11513 * modes.texi (Desktop Save Mode): Add.
11514 (Modes): Add menu entry Desktop Save Mode.
11515
11516 * hooks.texi: Add desktop-after-read-hook,
11517 desktop-no-desktop-file-hook and desktop-save-hook.
11518
11519 * locals.texi: Add desktop-save-buffer.
11520
11521 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11522
11523 * display.texi: emacs -> Emacs.
11524
11525 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11526
11527 * files.texi (Changing Files): Document set-file-times.
11528
11529 2004-04-23 Juanma Barranquero <lektu@terra.es>
11530
11531 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11532
11533 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11534
11535 * tips.texi (Coding Conventions): defopt -> defcustom.
11536
11537 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11538
11539 * sequences.texi: Various clarifications.
11540
11541 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11542
11543 * buffers.texi (Read Only Buffers): Mention optional ARG to
11544 `toggle-read-only'.
11545
11546 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11547
11548 * windows.texi (Selecting Windows): Note that get-lru-window
11549 returns a full-width window if possible.
11550
11551 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11552
11553 * buffers.texi: Various changes in addition to:
11554 (Buffer File Name): Add `find-buffer-visiting'.
11555 (Buffer Modification): Mention optional ARG to `not-modified'.
11556 (Indirect Buffers): Mention optional CLONE argument to
11557 `make-indirect-buffer'.
11558
11559 * files.texi: Various changes in addition to:
11560 (Visiting Functions): `find-file-hook' is now a normal hook.
11561 (File Name Expansion): Explain difference between the way that
11562 `expand-file-name' and `file-truename' treat `..'.
11563 (Contents of Directories): Mention optional ID-FORMAT argument to
11564 `directory-files-and-attributes'.
11565 (Format Conversion): Mention new optional CONFIRM argument to
11566 `format-write-file'.
11567
11568 2004-04-12 Miles Bader <miles@gnu.org>
11569
11570 * macros.texi (Expansion): Add description of `macroexpand-all'.
11571
11572 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11573
11574 * variables.texi (Variable Aliases):
11575 Mention cyclic-variable-indirection.
11576
11577 * errors.texi (Standard Errors): Ditto.
11578
11579 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11580
11581 * backups.texi: Various small changes in addition to:
11582 (Making Backups): Mention return value of `backup-buffer'.
11583 (Auto-Saving): Mention optional FORCE argument to
11584 `delete-auto-save-file-if-necessary'.
11585 (Reverting): Mention optional PRESERVE-MODES argument to
11586 `revert-buffer'. Correct description of `revert-buffer-function'.
11587
11588 2004-03-22 Juri Linkov <juri@jurta.org>
11589
11590 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11591 with `Vector Functions'.
11592
11593 * text.texi (Sorting): Add missing quote.
11594
11595 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11596
11597 * intro.texi (Lisp History): Replace xref to `cl' manual with
11598 inforef.
11599
11600 2004-03-12 Richard M. Stallman <rms@gnu.org>
11601
11602 * intro.texi (Version Info): Add arg to emacs-version.
11603 (Lisp History): Change xref to CL manual.
11604
11605 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11606
11607 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11608 for Partial Completion mode.
11609
11610 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11611
11612 * customize.texi: Fix typo. Remove eol whitespace.
11613
11614 2004-03-04 Richard M. Stallman <rms@gnu.org>
11615
11616 * processes.texi: Fix typos.
11617
11618 * lists.texi (Building Lists): Minor clarification.
11619
11620 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11621 in make-hash-table.
11622
11623 2004-02-29 Juanma Barranquero <lektu@terra.es>
11624
11625 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11626 rm, and ignore exit code.
11627
11628 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11629
11630 * display.texi (Defining Faces): Add description for min-colors.
11631 Update example.
11632
11633 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11634
11635 * abbrevs.texi: Various corrections and clarifications in addition
11636 to the following:
11637 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11638
11639 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11640
11641 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11642
11643 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11644
11645 * text.texi: Various small changes in addition to the following:
11646 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11647 to delete-horizontal-space.
11648 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11649 description of yank-handler text property at various places.
11650
11651 * frames.texi (Window System Selections): Add anchor.
11652
11653 * syntax.texi (Syntax Table Functions): Clarify and correct
11654 descriptions of make-syntax-table and copy-syntax-table.
11655 (Motion and Syntax): Clarify SYNTAXES argument to
11656 skip-syntax-forward.
11657 (Parsing Expressions): Mention that the return value of
11658 parse-partial-sexp is currently a list of ten rather than nine
11659 elements.
11660 (Categories): Various corrections and clarifications.
11661
11662 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11663
11664 * markers.texi (Marker Insertion Types): Minor change.
11665
11666 * locals.texi (Standard Buffer-Local Variables):
11667 * commands.texi (Interactive Codes, Using Interactive):
11668 * functions.texi (Related Topics): Fix xrefs.
11669
11670 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11671
11672 * lists.texi (Sets And Lists): Update description of delete-dups.
11673
11674 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11675
11676 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11677
11678 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11679
11680 * frames.texi (Parameter Access): frame-parameters arg is optional.
11681 modify-frame-parameters handles nil for FRAME.
11682 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11683 are all-or-nothing for certain toolkits.
11684 Mention parameter wait-for-wm.
11685 (Frames and Windows): In frame-first-window and frame-selected-window
11686 the arg is optional.
11687 (Input Focus): In redirect-frame-focus the second arg is optional.
11688 (Window System Selections): Mention selection type CLIPBOARD.
11689 Mention data-type UTF8_STRING.
11690 Mention numbering of cut buffers.
11691 (Resources): Describe x-resource-name.
11692
11693 2004-02-16 Richard M. Stallman <rms@gnu.org>
11694
11695 * windows.texi (Buffers and Windows): Delete false table
11696 about all-frames.
11697
11698 * syntax.texi (Parsing Expressions): Delete old caveat
11699 about parse-sexp-ignore-comments.
11700
11701 * streams.texi (Output Variables): Add print-quoted.
11702
11703 * lists.texi (Building Lists): Minor cleanup.
11704
11705 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11706
11707 * display.texi (Overlays): Explain overlays use markers.
11708 (Managing Overlays): Explain front-advance and rear-advance
11709 in more detail.
11710
11711 * loading.texi (Unloading): Document unload-feature-special-hooks.
11712 Get rid of fns-NNN.el file.
11713
11714 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11715
11716 * help.texi (Describing Characters): Fix text-char-description
11717 example output.
11718
11719 * edebug.texi (Using Edebug): Fix example.
11720
11721 * debugging.texi (Internals of Debugger): Fix return value.
11722
11723 * files.texi (Changing Files): Fix argname.
11724
11725 * calendar.texi: Fix parens, and default values.
11726
11727 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11728 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11729 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11730
11731 * positions.texi (Text Lines): Don't add -1 in current-line.
11732
11733 2004-02-16 Richard M. Stallman <rms@gnu.org>
11734
11735 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11736
11737 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11738
11739 * processes.texi (Low-Level Network): Fix a typo.
11740
11741 2004-02-12 Kim F. Storm <storm@cua.dk>
11742
11743 * display.texi (Fringes): Use consistent wording.
11744 Note that window-fringe's window arg is optional.
11745 (Scroll Bars): Use consistent wording.
11746
11747 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11748
11749 * tips.texi (Comment Tips): Document the new conventions for
11750 commenting out code.
11751
11752 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11753
11754 * positions.texi (Text Lines): Add missing end defun.
11755
11756 2004-02-07 Kim F. Storm <storm@cua.dk>
11757
11758 * positions.texi (Text Lines): Add line-number-at-pos.
11759
11760 2004-02-06 John Paul Wallington <jpw@gnu.org>
11761
11762 * display.texi (Button Properties, Button Buffer Commands):
11763 mouse-2 invokes button, not down-mouse-1.
11764
11765 2004-02-04 Jason Rumney <jasonr@gnu.org>
11766
11767 * makefile.w32-in: Sync with Makefile.in changes.
11768
11769 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11770
11771 * minibuf.texi (Text from Minibuffer): Various corrections and
11772 clarifications.
11773 (Object from Minibuffer): Correct Lisp description of
11774 read-minibuffer.
11775 (Minibuffer History): Clarify description of cons values for
11776 HISTORY arguments.
11777 (Basic Completion): Various corrections and clarifications.
11778 Add completion-regexp-list.
11779 (Minibuffer Completion): Correct and clarify description of
11780 completing-read.
11781 (Completion Commands): Mention Partial Completion mode.
11782 Various other minor changes.
11783 (High-Level Completion): Various corrections and clarifications.
11784 (Reading File Names): Ditto.
11785 (Minibuffer Misc): Ditto.
11786
11787 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11788
11789 * strings.texi (Text Comparison): assoc-string also matches
11790 elements of alists that are strings instead of conses.
11791 (Formatting Strings): Standardize Texinfo usage. Update index
11792 entries.
11793
11794 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11795
11796 * lists.texi (Sets And Lists): Add delete-dups.
11797
11798 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11799
11800 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11801 special form.
11802 * macros.texi (Defining Macros): Update description of `declare',
11803 which now is a macro.
11804 (Wrong Time): Fix typos.
11805
11806 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11807
11808 * compile.texi (Compilation Functions): Expand descriptions of
11809 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11810 and `batch-byte-compile'. In particular, mention and describe
11811 all optional arguments.
11812 (Disassembly): Correct and clarify the description of `disassemble'.
11813
11814 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11815
11816 * searching.texi: Various small changes in addition to the
11817 following.
11818 (Regexp Example): Adapt to new value of `sentence-end'.
11819 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11820 `words'.
11821 (Search and Replace): Add usage note for `perform-replace'.
11822 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11823 `match-data'.
11824 (Standard Regexps): Update for new values of `paragraph-start'
11825 and `sentence-end'.
11826
11827 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11828
11829 * files.texi (Saving Buffers): Clarify descriptions of
11830 `write-contents-functions' and `before-save-hook'.
11831 Make the defvar's for `before-save-hook' and `after-save-hook'
11832 into defopt's.
11833
11834 2004-01-07 Kim F. Storm <storm@cua.dk>
11835
11836 * commands.texi (Click Events): Describe new image and
11837 width/height elements of click events.
11838 (Accessing Events): Add posn-string, posn-image, and
11839 posn-object-width-height. Change posn-object to return either
11840 image or string object.
11841
11842 2004-01-01 Simon Josefsson <jas@extundo.com>
11843
11844 * hooks.texi (Standard Hooks): Add before-save-hook.
11845 * files.texi (Saving Buffers): Likewise.
11846
11847 2004-01-03 Richard M. Stallman <rms@gnu.org>
11848
11849 * frames.texi (Frames and Windows): Delete frame-root-window.
11850
11851 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11852
11853 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11854
11855 * functions.texi: Various small changes in addition to the
11856 following.
11857 (What Is a Function): `functionp' returns nil for macros.
11858 Clarify behavior of this and following functions for symbol arguments.
11859 (Function Documentation): Add `\' in front of (fn @var{arglist})
11860 and explain why.
11861 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11862 Add anchor.
11863 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11864
11865 2004-01-01 Miles Bader <miles@gnu.org>
11866
11867 * display.texi (Buttons): New section.
11868
11869 2003-12-31 Andreas Schwab <schwab@suse.de>
11870
11871 * numbers.texi (Math Functions): sqrt reports a domain-error
11872 error.
11873 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11874
11875 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11876
11877 * tips.texi (Documentation Tips): Update item on hyperlinks in
11878 documentation strings.
11879
11880 * errors.texi (Standard Errors): Various small corrections and
11881 additions.
11882
11883 * control.texi: Various small changes in addition to the
11884 following.
11885 (Signaling Errors): Provide some more details on how `signal'
11886 constructs the error message. Add anchor to the definition of
11887 `signal'.
11888 (Error Symbols): Describe special treatment of `quit'.
11889 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11890 to emphasize that it has to be a single form.
11891
11892 * buffers.texi: Add anchor.
11893
11894 2003-12-29 Richard M. Stallman <rms@gnu.org>
11895
11896 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11897 (Window Configurations): Add window-configuration-frame.
11898
11899 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11900
11901 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11902 Change arg name in get-char-property.
11903 (Special Properties): Update handling of keymap property.
11904
11905 * strings.texi (Modifying Strings): Add clear-string.
11906 (Text Comparison): Add assoc-string and remove
11907 assoc-ignore-case, assoc-ignore-representation.
11908
11909 * os.texi (Time of Day): Add set-time-zone-rule.
11910
11911 * numbers.texi (Math Functions): asin, acos, log, log10
11912 report domain-error errors.
11913
11914 * nonascii.texi (Converting Representations):
11915 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11916 (Encoding and I/O): Add file-name-coding-system.
11917
11918 * modes.texi (Search-based Fontification): Explain that
11919 face specs are symbols with face names as values.
11920
11921 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11922
11923 * lists.texi (Building Lists): remq moved elsewhere.
11924 (Sets And Lists): remq moved here.
11925 (Association Lists): Refer to assoc-string.
11926
11927 * internals.texi (Garbage Collection): Add memory-use-counts.
11928
11929 * frames.texi (Frames and Windows): Add set-frame-selected-window
11930 and frame-root-window.
11931
11932 * files.texi (Contents of Directories):
11933 Add directory-files-and-attributes.
11934
11935 * display.texi (Refresh Screen): Add force-window-update.
11936 (Invisible Text): Explain about moving point out of invis text.
11937 (Overlay Properties): Add overlay-properties.
11938 (Managing Overlays): Add overlayp.
11939 (GIF Images): Invalid image number displays a hollow box.
11940
11941 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11942 (Killing Buffers): Add buffer-live-p.
11943
11944 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11945
11946 * display.texi (Fringes): Fix typo "set-buffer-window".
11947
11948 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11949
11950 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11951 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11952 Add or change various xrefs and anchors.
11953
11954 * commands.texi: Replace all occurrences of @acronym{CAR} with
11955 @sc{car}, for consistency with the rest of the Elisp manual.
11956 `car' and `cdr' are historically acronyms, but are no longer
11957 widely thought of as such.
11958
11959 * internals.texi (Pure Storage): Mention that `purecopy' does not
11960 copy text properties.
11961 (Object Internals): Now 29 bits are used (in most implementations)
11962 to address Lisp objects.
11963
11964 * variables.texi (Variables with Restricted Values): New node.
11965
11966 * objects.texi (Lisp Data Types): Mention that certain variables
11967 can only take on a restricted set of values and add an xref to
11968 the new node "Variables with Restricted Values".
11969
11970 * eval.texi (Function Indirection): Describe the errors that
11971 `indirect-function' can signal.
11972 (Eval): Clarify the descriptions of `eval-region' and `values'.
11973 Describe `eval-buffer' instead of `eval-current-buffer' and
11974 mention `eval-current-buffer' as an alias for `current-buffer'.
11975 Correct the description and mention all optional arguments.
11976
11977 * nonascii.texi: Various small changes in addition to the
11978 following.
11979 (Converting Representations): Clarify behavior of
11980 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11981 ASCII arguments.
11982 (Character Sets): Document the variable `charset-list' and adapt
11983 the definition of the function `charset-list' accordingly.
11984 (Translation of Characters): Clarify use of generic characters in
11985 `make-translation-table'. Clarify and correct the description of
11986 the use of translation tables in encoding and decoding.
11987 (User-Chosen Coding Systems): Correct and clarify the description
11988 of `select-safe-coding-system'.
11989 (Default Coding Systems): Clarify description of
11990 `file-coding-system-alist'.
11991
11992 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11993
11994 * strings.texi (Text Comparison): Correctly describe when two
11995 strings are `equal'. Combine and clarify descriptions of
11996 `assoc-ignore-case' and `assoc-ignore-representation'.
11997
11998 * objects.texi (Non-ASCII in Strings): Clarify description of
11999 when a string is unibyte or multibyte.
12000 (Bool-Vector Type): Update examples.
12001 (Equality Predicates): Correctly describe when two strings are
12002 `equal'.
12003
12004 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12005
12006 * lists.texi (Building Lists): `append' no longer accepts integer
12007 arguments. Update the description of `number-sequence' to reflect
12008 recent changes.
12009 (Sets And Lists): Describe `member-ignore-case' after `member'.
12010
12011 2003-11-27 Kim F. Storm <storm@cua.dk>
12012
12013 * commands.texi (Click Events): Click object may be an images.
12014 Describe (dx . dy) element of click positions.
12015 (Accessing Events): Remove duplicate posn-timestamp.
12016 New functions posn-object and posn-object-x-y.
12017
12018 2003-11-23 Kim F. Storm <storm@cua.dk>
12019
12020 * commands.texi (Click Events): Describe enhancements to event
12021 position lists, including new text-pos and (col . row) items.
12022 Mention left-fringe and right-fringe area events.
12023 (Accessing Events): New functions posn-area and
12024 posn-actual-col-row. Mention posn-timestamp. Mention that
12025 posn-point in non-text area still returns buffer position.
12026 Clarify posn-col-row.
12027
12028 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12029
12030 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12031 * anti.texi (File Attributes): Describe removed parameter
12032 ID-FORMAT.
12033
12034 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12035
12036 * positions.texi (Positions): Mention that, if a marker is used as
12037 a position, its buffer is ignored.
12038
12039 * markers.texi (Overview of Markers): Mention it here too.
12040
12041 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12042
12043 * numbers.texi (Numeric Conversions): Not just `floor', but also
12044 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12045
12046 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12047
12048 * markers.texi (Creating Markers): Specify insertion type of
12049 created markers. Add xref to `Marker Insertion Types'.
12050 Second argument to `copy-marker' is optional.
12051 (Marker Insertion Types): Mention that most markers are created
12052 with insertion type nil.
12053 (The Mark): Correctly describe when `mark' signals an error.
12054 (The Region): Correctly describe when `region-beginning' and
12055 `region-end' signal an error.
12056
12057 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12058
12059 * hash.texi (Creating Hash): Clarify description of `eql'.
12060 `makehash' is obsolete.
12061 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12062
12063 * positions.texi (Point): Change description of `buffer-end', so
12064 that it is also correct for floating point arguments.
12065 (List Motion): Correct argument lists of `beginning-of-defun' and
12066 `end-of-defun'.
12067 (Excursions): Add xref to `Marker Insertion Types'.
12068 (Narrowing): Argument to `narrow-to-page' is optional.
12069
12070 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12071
12072 * streams.texi (Output Streams): Clarify behavior of point for
12073 marker output streams.
12074
12075 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12076
12077 * variables.texi (Defining Variables): Second argument to
12078 `defconst' is not optional.
12079 (Setting Variables): Mention optional argument APPEND to
12080 `add-to-list'.
12081 (Creating Buffer-Local): Expand description of
12082 `make-variable-buffer-local'.
12083 (Frame-Local Variables): Expand description of
12084 `make-variable-frame-local'.
12085 (Variable Aliases): Correct description of optional argument
12086 DOCSTRING to `defvaralias'. Mention return value of
12087 `defvaralias'.
12088 (File Local Variables): Add xref to `File variables' in Emacs
12089 Manual. Correct description of `hack-local-variables'. Mention
12090 `safe-local-variable' property. Mention optional second argument
12091 to `risky-local-variable-p'.
12092
12093 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12094
12095 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12096
12097 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12098
12099 * anti.texi, backups.texi, commands.texi, customize.texi:
12100 * display.texi, files.texi, internals.texi, keymaps.texi:
12101 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12102 * objects.texi, os.texi, positions.texi, processes.texi:
12103 * searching.texi, sequences.texi, streams.texi, strings.texi:
12104 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12105
12106 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12107
12108 * strings.texi (Creating Strings): Argument START to `substring'
12109 can not be `nil'. Expand description of
12110 `substring-no-properties'. Correct description of `split-string',
12111 especially with respect to empty matches. Prevent very bad line
12112 break in definition of `split-string-default-separators'.
12113 (Text Comparison): `string=' and `string<' also accept symbols as
12114 arguments.
12115 (String Conversion): More completely describe argument BASE in
12116 `string-to-number'.
12117 (Formatting Strings): `%s' and `%S' in `format' do require
12118 corresponding object. Clarify behavior of numeric prefix after
12119 `%' in `format'.
12120 (Case Conversion): The argument to `upcase-initials' can be a
12121 character.
12122
12123 2003-10-27 Kenichi Handa <handa@m17n.org>
12124
12125 * display.texi (Fontsets): Fix texinfo usage.
12126
12127 2003-10-25 Kenichi Handa <handa@m17n.org>
12128
12129 * display.texi (Fontsets): Add description of the function
12130 set-fontset-font.
12131
12132 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12133
12134 * display.texi (Temporary Displays): Add xref to `Documentation
12135 Tips'.
12136
12137 * functions.texi (Function Safety): Use inforef instead of pxref
12138 for SES.
12139
12140 2003-10-23 Andreas Schwab <schwab@suse.de>
12141
12142 * Makefile.in (TEX, texinputdir): Don't define.
12143 (TEXI2DVI): Define.
12144 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12145 add $(srcdir)/index.texi.
12146 ($(infodir)/elisp): Remove index.texi dependency.
12147 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12148 (index.texi): Remove target.
12149 (dist): Don't link $(srcdir)/permute-index.
12150 (clean): Don't remove index.texi.
12151
12152 * permute-index, index.perm: Remove.
12153 * index.texi: Rename from index.unperm.
12154
12155 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12156
12157 * tips.texi (Documentation Tips): Document new behavior for face
12158 and variable hyperlinks in Help mode.
12159
12160 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12161
12162 * objects.texi (Integer Type): Update for extra bit of integer range.
12163 (Character Type): Ditto.
12164
12165 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12166
12167 * numbers.texi (Integer Basics): Add index entries for reading
12168 numbers in hex, octal, and binary.
12169
12170 2003-10-16 Lute Kamstra <lute@gnu.org>
12171
12172 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12173 argument.
12174
12175 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12176
12177 * windows.texi (Choosing Window): Fix typo.
12178 * edebug.texi (Edebug Execution Modes): Fix typo.
12179
12180 2003-10-13 Richard M. Stallman <rms@gnu.org>
12181
12182 * windows.texi (Basic Windows): A window has fringe settings,
12183 display margins and scroll-bar settings.
12184 (Splitting Windows): Doc split-window return value.
12185 Clean up one-window-p.
12186 (Selecting Windows): Fix typo.
12187 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12188 (Buffers and Windows): In set-window-buffer, explain effect
12189 on fringe settings and scroll bar settings.
12190 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12191 (Choosing Window): Use defopt for pop-up-frame-function.
12192 For special-display-buffer-names, explain same-window and same-frame.
12193 Clarify window-dedicated-p return value.
12194 (Textual Scrolling): scroll-up and scroll-down can get an error.
12195 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12196 Clarify set-window-hscroll.
12197 (Size of Window): Don't mention tool bar in window-height.
12198 (Coordinates and Windows): Explain what coordinates-in-window-p
12199 returns for fringes and display margins.
12200 (Window Configurations): Explain saving fringes, etc.
12201
12202 * tips.texi (Library Headers): Clean up Documentation.
12203
12204 * syntax.texi (Parsing Expressions): Clean up forward-comment
12205 and parse-sexp-lookup-properties.
12206
12207 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12208
12209 * os.texi (System Environment): Clean up text for load-average errors.
12210
12211 * modes.texi (Hooks): Don't explain local hook details at front.
12212 Clarify run-hooks and run-hook-with-args a little.
12213 Clean up add-hook and remove-hook.
12214
12215 * edebug.texi (Edebug Execution Modes): Clarify t.
12216 Document edebug-sit-for-seconds.
12217 (Coverage Testing): Document C-x X = and =.
12218 (Instrumenting Macro Calls): Fix typo.
12219 (Specification List): Don't index the specification keywords.
12220
12221 2003-10-10 Kim F. Storm <storm@cua.dk>
12222
12223 * processes.texi (Network): Introduce make-network-process.
12224
12225 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12226
12227 * tips.texi (Library Headers): Fix typo.
12228
12229 2003-10-07 Juri Linkov <juri@jurta.org>
12230
12231 * modes.texi (Imenu): Mention imenu-create-index-function's
12232 default value. Explain submenus better.
12233
12234 2003-10-07 Lute Kamstra <lute@gnu.org>
12235
12236 * modes.texi (Faces for Font Lock): Fix typo.
12237 (Hooks): Explain how buffer-local hook variables can refer to
12238 global hook variables.
12239 Various minor clarifications.
12240
12241 2003-10-06 Lute Kamstra <lute@gnu.org>
12242
12243 * tips.texi (Coding Conventions): Mention naming conventions for
12244 hooks.
12245
12246 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12247
12248 * loading.texi (Library Search): Correct default value of
12249 load-suffixes.
12250 (Named Features): Fix typo.
12251
12252 2003-10-05 Richard M. Stallman <rms@gnu.org>
12253
12254 * loading.texi (Named Features): In `provide',
12255 say how to test for subfeatures.
12256 (Unloading): In unload-feature, use new var name
12257 unload-feature-special-hooks.
12258
12259 2003-10-03 Lute Kamstra <lute@gnu.org>
12260
12261 * modes.texi (Major Mode Conventions): Mention third way to set up
12262 Imenu.
12263 (Imenu): A number of small fixes.
12264 Delete documentation of internal variable imenu--index-alist.
12265 Document the return value format of imenu-create-index-function
12266 functions.
12267
12268 2003-09-30 Richard M. Stallman <rms@gnu.org>
12269
12270 * processes.texi (Network): Say what stopped datagram connections do.
12271
12272 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12273
12274 * display.texi (Overlay Properties): Clarify `evaporate' property.
12275
12276 2003-09-29 Lute Kamstra <lute@gnu.org>
12277
12278 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12279 constructs should be marked as risky.
12280 Change cons cell into proper list.
12281 (Mode Line Variables): Change cons cell into proper list.
12282
12283 2003-09-26 Lute Kamstra <lute@gnu.org>
12284
12285 * modes.texi (Mode Line Data): Document the :propertize construct.
12286 (Mode Line Variables): Reorder the descriptions of the variables
12287 to match their order in the default mode-line-format.
12288 Describe the new variables mode-line-position and mode-line-modes.
12289 Update the default values of mode-line-frame-identification,
12290 minor-mode-alist, and default-mode-line-format.
12291 (Properties in Mode): Mention the :propertize construct.
12292
12293 2003-09-26 Richard M. Stallman <rms@gnu.org>
12294
12295 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12296 * loading.texi, minibuf.texi, text.texi, variables.texi:
12297 Avoid @strong{Note:}.
12298
12299 2003-09-26 Richard M. Stallman <rms@gnu.org>
12300
12301 * keymaps.texi (Remapping Commands): Fix typo.
12302
12303 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12304
12305 * processes.texi (Low-Level Network): Fix typo.
12306
12307 2003-09-23 Kim F. Storm <storm@cua.dk>
12308
12309 * processes.texi (Network, Network Servers): Fix typos.
12310 (Low-Level Network): Add timeout value for :server keyword.
12311 Add new option keywords to make-network-process.
12312 Add set-network-process-options.
12313 Explain how to test availability of network options.
12314
12315 2003-09-19 Richard M. Stallman <rms@gnu.org>
12316
12317 * text.texi (Motion by Indent): Arg to
12318 backward-to-indentation and forward-to-indentation is optional.
12319
12320 * strings.texi (Creating Strings): Add substring-no-properties.
12321
12322 * processes.texi
12323 (Process Information): Add list-processes arg QUERY-ONLY.
12324 Delete process-contact from here.
12325 Add new status values for process-status.
12326 Add process-get, process-put, process-plist, set-process-plist.
12327 (Synchronous Processes): Add call-process-shell-command.
12328 (Signals to Processes): signal-process allows process objects.
12329 (Network): Complete rewrite.
12330 (Network Servers, Datagrams, Low-Level Network): New nodes.
12331
12332 * positions.texi (Word Motion): forward-word, backward-word
12333 arg is optional. Reword.
12334
12335 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12336
12337 * variables.texi (Creating Buffer-Local):
12338 Delete duplicate definition of buffer-local-value.
12339 (File Local Variables): Explain about discarding text props.
12340
12341 2003-09-11 Richard M. Stallman <rms@gnu.org>
12342
12343 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12344 changes variables that record input events.
12345 (Minibuffer Misc): Add minibuffer-selected-window.
12346
12347 * lists.texi (Building Lists): Add copy-tree.
12348
12349 * display.texi (Fontsets): Add char-displayable-p.
12350 (Scroll Bars): New node.
12351
12352 2003-09-08 Lute Kamstra <lute@gnu.org>
12353
12354 * modes.texi (%-Constructs): Document new `%i' and `%I'
12355 constructs.
12356
12357 2003-09-03 Peter Runestig <peter@runestig.com>
12358
12359 * makefile.w32-in: New file.
12360
12361 2003-08-29 Richard M. Stallman <rms@gnu.org>
12362
12363 * display.texi (Overlay Properties): Clarify how priorities
12364 affect use of the properties.
12365
12366 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12367
12368 * customize.texi (Type Keywords): Correct the description of
12369 `:help-echo' in the case where `motion-doc' is a function.
12370
12371 2003-08-14 John Paul Wallington <jpw@gnu.org>
12372
12373 * modes.texi (Emulating Mode Line): Subsection, not section.
12374
12375 2003-08-13 Richard M. Stallman <rms@gnu.org>
12376
12377 * elisp.texi (Top): Update subnode lists in menu.
12378
12379 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12380 (Kill Functions): kill-region has new arg yank-handler.
12381 (Yanking): New node.
12382 (Yank Commands): Add yank-undo-function.
12383 (Low-Level Kill Ring):
12384 kill-new and kill-append have new arg yank-handler.
12385 (Changing Properties): Add remove-list-of-text-properties.
12386 (Atomic Changes): New node.
12387
12388 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12389
12390 * streams.texi (Output Variables): Add eval-expression-print-length
12391 and eval-expression-print-level.
12392
12393 * os.texi (Time Conversion): For encode-time, explain limits on year.
12394
12395 * objects.texi (Character Type): Define anchor "modifier bits".
12396
12397 * modes.texi (Emulating Mode Line): New node.
12398 (Search-based Fontification): Font Lock uses font-lock-face property.
12399 (Other Font Lock Variables): Likewise.
12400
12401 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12402 not vectors.
12403 (Active Keymaps): Add emulation-mode-map-alists.
12404 (Functions for Key Lookup): key-binding has new arg no-remap.
12405 (Remapping Commands): New node.
12406 (Scanning Keymaps): where-is-internal has new arg no-remap.
12407 (Tool Bar): Add tool-bar-local-item-from-menu.
12408 Clarify when to use tool-bar-add-item-from-menu.
12409
12410 * commands.texi (Interactive Call): commandp has new arg.
12411 (Command Loop Info): Add this-original-command.
12412
12413 2003-08-06 John Paul Wallington <jpw@gnu.org>
12414
12415 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12416
12417 * display.texi (Warning Basics): Fix typo.
12418 (Fringes): Add closing curly bracket and fix typo.
12419
12420 * elisp.texi (Top): Fix typo.
12421
12422 2003-08-05 Richard M. Stallman <rms@gnu.org>
12423
12424 * elisp.texi: Update lists of subnodes.
12425
12426 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12427
12428 * variables.texi (Local Variables): Use lc for example variable names.
12429
12430 * tips.texi (Library Headers): Explain where to put -*-.
12431
12432 * strings.texi (Creating Strings): Fix xref for vconcat.
12433
12434 * sequences.texi (Vector Functions):
12435 vconcat no longer allows integer args.
12436
12437 * minibuf.texi (Reading File Names): read-file-name has new
12438 arg PREDICATE. New function read-directory-name.
12439
12440 * macros.texi (Defining Macros): Give definition of `declare'.
12441 (Indenting Macros): New node.
12442
12443 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12444 (Window Frame Parameters): Make separate table of parameters
12445 that are coupled with specific face attributes.
12446 (Deleting Frames): delete-frame-hooks renamed to
12447 delete-frame-functions.
12448
12449 * files.texi (Magic File Names): Add file-remote-p.
12450 Clarify file-local-copy.
12451
12452 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12453 here; instead xref Defining Macros.
12454
12455 * display.texi (Warnings): New node, and subnodes.
12456 (Fringes): New node.
12457
12458 * debugging.texi (Test Coverage): New node.
12459
12460 * compile.texi (Compiler Errors): Explain with-no-warnings
12461 and other ways to suppress warnings.
12462
12463 * commands.texi (Interactive Call): Minor clarification.
12464
12465 * buffers.texi (Buffer File Name): set-visited-file-name
12466 renames the buffer too.
12467
12468 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12469
12470 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12471
12472 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12473
12474 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12475
12476 * internals.texi (Garbage Collection): Fix previous change.
12477
12478 2003-07-22 Richard M. Stallman <rms@gnu.org>
12479
12480 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12481
12482 * display.texi (Width): Use \s syntax in example.
12483 (Font Selection): Add face-font-rescale-alist.
12484
12485 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12486 Remove spurious indent in example.
12487
12488 * lists.texi (Building Lists): Add number-sequence.
12489
12490 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12491
12492 * functions.texi (Function Documentation): Explain how to
12493 show calling convention explicitly in the doc string.
12494
12495 * windows.texi (Selecting Windows): save-selected-window saves
12496 selected window of each frame.
12497 (Window Configurations): Minor change.
12498
12499 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12500
12501 * streams.texi (Output Variables): Add print-continuous-numbering
12502 and print-number-table.
12503
12504 * processes.texi (Decoding Output): New node.
12505
12506 * os.texi (Time Conversion): decode-time arg is optional.
12507
12508 * objects.texi (Character Type): Don't use space as example for \.
12509 Make list of char names and \-sequences correspond.
12510 Explain that \s is not used in strings. `\ ' needs space after.
12511
12512 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12513 (Translation of Characters): Add translation-table-for-input.
12514 (Default Coding Systems): Add auto-coding-functions.
12515 (Explicit Encoding): Add decode-coding-inserted-region.
12516 (Locales): Add locale-info.
12517
12518 * minibuf.texi (Basic Completion): Describe test-completion.
12519 Collections can be lists of strings.
12520 Clean up lazy-completion-table.
12521 (Programmed Completion): Mention test-completion.
12522 Clarify why lambda expressions are not accepted.
12523 (Minibuffer Misc): Describe minibufferp.
12524
12525 2003-07-14 Richard M. Stallman <rms@gnu.org>
12526
12527 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12528
12529 * windows.texi (Selecting Windows): New arg to select-window.
12530 (Selecting Windows): Add with-selected-window.
12531 (Size of Window): Add window-inside-edges, etc.
12532
12533 * internals.texi (Garbage Collection): Add post-gc-hook.
12534
12535 * processes.texi (Subprocess Creation): Add exec-suffixes.
12536
12537 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12538 (Scanning Keymaps): Add map-keymaps.
12539 (Defining Menus): Add keymap-prompt.
12540
12541 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12542 most-negative-fixnum.
12543
12544 * compile.texi (Byte Compilation): Explain no-byte-compile.
12545 (Compiler Errors): New node.
12546
12547 * os.texi (User Identification): user-uid, user-real-uid
12548 can return float.
12549
12550 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12551 and about derived modes.
12552 (Minor Modes): Add minor-mode-list.
12553 (Defining Minor Modes): Keyword args for define-minor-mode.
12554 (Search-based Fontification): Explain managing other properties.
12555 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12556 (Faces for Font Lock): Add font-lock-preprocessor-face.
12557 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12558
12559 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12560 (Variable Aliases): Clarify defvaralias.
12561
12562 * loading.texi (Library Search): Add load-suffixes.
12563
12564 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12565 (Programmed Completion): Add dynamic-completion-table.
12566
12567 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12568 (Magic File Names): Specify precedence order of handlers.
12569
12570 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12571 and post-command-hook.
12572 (Waiting): New calling convention for sit-for.
12573
12574 * text.texi (Special Properties): local-map and keymap properties
12575 apply based on their stickiness.
12576
12577 2003-07-07 Richard M. Stallman <rms@gnu.org>
12578
12579 * modes.texi (Minor Mode Conventions): Specify only some kinds
12580 of list values as args to minor modes.
12581
12582 * files.texi (File Name Expansion): Warn about iterative use
12583 of substitute-in-file-name.
12584
12585 * advice.texi (Activation of Advice): Clean up previous change.
12586
12587 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12588
12589 * advice.texi (Activation of Advice): Note that ad-start-advice is
12590 turned on by default.
12591
12592 2003-06-30 Richard M. Stallman <rms@gnu.org>
12593
12594 * text.texi (Buffer Contents): Document current-word.
12595 (Change Hooks): Not called for *Messages*.
12596
12597 * functions.texi (Defining Functions): Explain about redefining
12598 primitives.
12599 (Function Safety): Rename. Minor changes.
12600 Comment out the detailed criteria for what is safe.
12601
12602 2003-06-22 Andreas Schwab <schwab@suse.de>
12603
12604 * objects.texi (Symbol Type): Fix description of examples.
12605
12606 2003-06-16 Andreas Schwab <schwab@suse.de>
12607
12608 * hash.texi (Creating Hash): Fix description of :weakness.
12609
12610 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12611
12612 * files.texi (Changing Files): copy-file copies file modes, too.
12613
12614 2003-05-28 Richard M. Stallman <rms@gnu.org>
12615
12616 * strings.texi (Creating Strings): Clarify split-string.
12617
12618 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12619
12620 * strings.texi (Creating Strings): Update split-string specification
12621 and examples.
12622
12623 2003-05-19 Richard M. Stallman <rms@gnu.org>
12624
12625 * elisp.texi: Correct invariant section names.
12626
12627 2003-04-20 Richard M. Stallman <rms@gnu.org>
12628
12629 * os.texi (Timers): Explain about timers and quitting.
12630
12631 2003-04-19 Richard M. Stallman <rms@gnu.org>
12632
12633 * internals.texi (Writing Emacs Primitives): Strings are
12634 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12635 Explain GCPRO convention for varargs function args.
12636
12637 2003-04-16 Richard M. Stallman <rms@gnu.org>
12638
12639 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12640
12641 2003-04-08 Richard M. Stallman <rms@gnu.org>
12642
12643 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12644
12645 2003-02-13 Kim F. Storm <storm@cua.dk>
12646
12647 * objects.texi (Character Type): New \s escape for space.
12648
12649 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12650
12651 * os.texi (System Environment): Add cygwin system-type.
12652
12653 2003-01-25 Richard M. Stallman <rms@gnu.org>
12654
12655 * keymaps.texi: Document that a symbol can act as a keymap.
12656
12657 2003-01-13 Richard M. Stallman <rms@gnu.org>
12658
12659 * text.texi (Changing Properties): Say string indices are origin-0.
12660
12661 * positions.texi (Screen Lines) <compute-motion>:
12662 Correct order of elts in return value.
12663
12664 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12665 how to define a default binding.
12666
12667 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12668
12669 * loading.texi (Unloading): Fix recent change for load-history.
12670
12671 * customize.texi (Simple Types): Clarify description of custom
12672 type 'number. Describe new custom type 'float.
12673
12674 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12675
12676 * variables.texi (File Local Variables): Fix typo.
12677
12678 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12679
12680 From Michael Albinus <Michael.Albinus@alcatel.de>.
12681
12682 * README: Target for Info file is `make info'.
12683
12684 * files.texi (File Name Components): Fix typos in
12685 `file-name-sans-extension'.
12686 (Magic File Names): Complete list of operations for magic file
12687 name handlers.
12688
12689 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12690
12691 * variables.texi (File Local Variables): New function
12692 risky-local-variable-p.
12693
12694 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12695
12696 * functions.texi (Function safety): New node about unsafep.
12697
12698 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12699
12700 * customize.texi (Splicing into Lists): Fix example.
12701 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12702
12703 2002-06-17 Juanma Barranquero <lektu@terra.es>
12704
12705 * frames.texi (Display Feature Testing): Fix typo.
12706
12707 2002-06-12 Andreas Schwab <schwab@suse.de>
12708
12709 * frames.texi (Initial Parameters, Resources): Fix references to
12710 the Emacs manual.
12711
12712 2002-05-13 Kim F. Storm <storm@cua.dk>
12713
12714 * variables.texi (Intro to Buffer-Local): Update warning and
12715 example relating to changing buffer inside let.
12716
12717 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12718
12719 * os.texi (Session Management): New node about X Session management.
12720
12721 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12722
12723 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12724 to which the manual corresponds, and the copyright years.
12725
12726 * Makefile.in (VERSION): Set to 2.9.
12727
12728 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12729
12730 * elisp.texi: Change the category in @dircategory to "Emacs", to
12731 make it consistent with info/dir.
12732
12733 2001-11-25 Miles Bader <miles@gnu.org>
12734
12735 * text.texi (Fields): Describe new `limit' arg in
12736 field-beginning/field-end.
12737
12738 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12739
12740 * permute-index: Don't depend on csh-specific features.
12741 Replace the interpreter name with /bin/sh.
12742
12743 * two-volume-cross-refs.txt: New file.
12744 * two.el: New file.
12745 * spellfile: New file.
12746
12747 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12748
12749 * permute-index: New file.
12750
12751 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12752 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12753 8+3 restricted namespace.
12754
12755 * Makefile.in (infodir): Define relative to $(srcdir).
12756 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12757 include directories list via -I switch to makeinfo.
12758 (index.texi): Use cp if both hard and symbolic links fail.
12759
12760 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12761
12762 * Makefile.in (distclean): Add.
12763
12764 The following changes make ELisp manual part of the Emacs
12765 distribution:
12766
12767 * Makefile.in: Add Copyright notice.
12768 (prefix): Remove.
12769 (infodir): Change value to "../info".
12770 (VPATH): New variable.
12771 (MAKE): Don't define.
12772 (texmacrodir): Don't define.
12773 (texinputdir): Append the existing value of TEXINPUTS.
12774 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12775 command to be compatible with man/Makefile.in, and to put the
12776 output into ../info.
12777 (info): Add target.
12778 (installall): Target removed.
12779
12780 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12781
12782 * tips.texi (Coding Conventions): Fix typo.
12783
12784 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12785
12786 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12787
12788 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * files.texi (File Name Components): Update the description of
12791 file-name-sans-extension and file-name-extension, as they now
12792 ignore leading dots.
12793
12794 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12795
12796 * (Version 21.1 released.)
12797
12798 2001-10-19 Miles Bader <miles@gnu.org>
12799
12800 * positions.texi (Text Lines): Describe behavior of
12801 `beginning-of-line'/`end-of-line' in the presence of field properties.
12802
12803 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12804
12805 * Makefile.in (VERSION): Set to 2.8.
12806 (manual): Use `manual-21'.
12807
12808 * elisp.texi (VERSION): Add and use it where the version
12809 number was used. Set it to 2.8.
12810
12811 * intro.texi: Likewise.
12812
12813 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12814
12815 * files.texi (File Name Completion): Document the significance of
12816 a trailing slash in elements of completion-ignored-extensions.
12817
12818 2001-10-06 Miles Bader <miles@gnu.org>
12819
12820 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12821
12822 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12823
12824 * variables.texi (Variable Aliases): New node.
12825
12826 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12827
12828 * Branch for 21.1.
12829
12830 2001-10-02 Miles Bader <miles@gnu.org>
12831
12832 * minibuf.texi (Minibuffer Misc): Add entries for
12833 `minibuffer-contents', `minibuffer-contents-no-properties', and
12834 `delete-minibuffer-contents'.
12835 Correct description for `minibuffer-prompt-end'.
12836
12837 * text.texi (Property Search): Correct descriptions of
12838 `next-char-property-change' and `previous-char-property-change'.
12839 Add entries for `next-single-char-property-change' and
12840 `previous-single-char-property-change'.
12841 Make operand names a bit more consistent.
12842
12843 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12844
12845 * frames.texi (Finding All Frames): Document that next-frame and
12846 previous-frame are local to current terminal.
12847
12848 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12849
12850 * keymaps.texi (Creating Keymaps): Fix the description of the
12851 result of make-keymap.
12852
12853 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12854
12855 * display.texi (Font Lookup, Attribute Functions)
12856 (Image Descriptors): Add cross-references to the definition of
12857 selected frame.
12858
12859 * buffers.texi (The Buffer List): Add cross-references to the
12860 definition of selected frame.
12861
12862 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12863 frame at any given time.
12864 (Multiple Displays, Size and Position): Add a cross-reference to
12865 the definition of the selected frame.
12866
12867 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12868
12869 * strings.texi (String Conversion) <string-to-number>: Document
12870 that a float is returned for integers that are too large.
12871
12872 * frames.texi (Mouse Position): Document mouse-position-function.
12873 (Display Feature Testing): Document display-images-p.
12874 (Window Frame Parameters): Document the cursor-type variable.
12875
12876 * numbers.texi (Integer Basics): Document CL style read syntax for
12877 integers in bases other than 10.
12878
12879 * positions.texi (List Motion):
12880 Document open-paren-in-column-0-is-defun-start.
12881
12882 * lists.texi (Sets And Lists): Document member-ignore-case.
12883
12884 * internals.texi (Garbage Collection): Document the used and free
12885 strings report.
12886 (Memory Usage): Document strings-consed.
12887
12888 * os.texi (Time of Day): Document float-time.
12889 (Recording Input): Document that clear-this-command-keys clears
12890 the vector to be returned by recent-keys.
12891
12892 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12893 The argument keymap can be a list.
12894
12895 * nonascii.texi (User-Chosen Coding Systems)
12896 <select-safe-coding-system>: Document the new argument
12897 accept-default-p and the variable
12898 select-safe-coding-system-accept-default-p. Tell what happens if
12899 buffer-file-coding-system is undecided.
12900 (Default Coding Systems): Document auto-coding-regexp-alist.
12901
12902 * display.texi (The Echo Area) <message>: Document
12903 message-truncate-lines.
12904 (Glyphs): Document that the glyph table is unused on windowed
12905 displays.
12906
12907 * help.texi (Describing Characters) <single-key-description>:
12908 Document the new argument no-angles.
12909 (Accessing Documentation) <documentation-property>: Document that
12910 a non-string property is evaluated.
12911 <documentation>: Document that the function-documentation property
12912 is looked for.
12913
12914 * windows.texi (Selecting Windows): Document some-window.
12915
12916 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12917
12918 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12919 apropos-mode-hook.
12920
12921 * commands.texi (Using Interactive): Document interactive-form.
12922 (Keyboard Macros): Document kbd-macro-termination-hook.
12923 (Command Loop Info): Document that clear-this-command-keys clears
12924 the vector to be returned by recent-keys.
12925
12926 2001-09-04 Werner LEMBERG <wl@gnu.org>
12927
12928 * Makefile.in (srcdir, texinputdir): New variables.
12929 (srcs, index.texi, install): Use $(srcdir).
12930 (.PHONY): Remove elisp.dvi.
12931 (elisp): Use -I switch for makeinfo.
12932 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12933 (installall, dist): Use $(srcdir).
12934 Fix path to texinfo.tex.
12935 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12936
12937 2001-08-30 Gerd Moellmann <gerd@gnu.org>
12938
12939 * display.texi (Conditional Display): Adjust to API change.
12940
12941 * configure: New file.
12942
12943 2001-07-30 Gerd Moellmann <gerd@gnu.org>
12944
12945 * commands.texi (Repeat Events): Add description of
12946 double-click-fuzz.
12947
12948 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12949
12950 * syntax.texi (Syntax Class Table): Add the missing designator for
12951 comment and string fences.
12952 (Syntax Properties): Add a xref to syntax table internals.
12953 (Syntax Table Internals): Document string-to-syntax.
12954
12955 2001-05-07 Gerd Moellmann <gerd@gnu.org>
12956
12957 * Makefile.in (install): Use install-info command line options
12958 like in Emacs' Makefile.in.
12959
12960 2000-12-09 Miles Bader <miles@gnu.org>
12961
12962 * windows.texi (Window Start): Update documentation for
12963 `pos-visible-in-window-p'.
12964
12965 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12966
12967 * lists.texi (Building Lists): Add footnote to explain how to add
12968 to the end of a list.
12969
12970 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12971
12972 * files.texi (Visiting Functions): Typos.
12973
12974 2000-10-25 Kenichi Handa <handa@etl.go.jp>
12975
12976 * files.texi (Visiting Functions): Return value of
12977 find-file-noselect may be a list of buffers if wildcards are used.
12978
12979 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12980
12981 * display.texi (Defining Faces): Document `graphic' display type
12982 in face specs.
12983
12984 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12985
12986 * hooks.texi (Standard Hooks): Replace obsolete
12987 `after-make-frame-hook' with `after-make-frame-functions'.
12988
12989 * frames.texi (Creating Frames): Ditto.
12990
12991 * variables.texi (Future Local Variables): Ditto.
12992
12993 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12994
12995 * display.texi (Other Image Types): Add description of :foreground
12996 and :background properties of mono PBM images.
12997
12998 2000-08-17 Werner LEMBERG <wl@gnu.org>
12999
13000 * .cvsignore: New file.
13001
13002 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13003
13004 * tindex.pl: New script.
13005
13006 1999-12-03 Dave Love <fx@gnu.org>
13007
13008 * Makefile.in (MAKEINFO): New parameter.
13009
13010 1999-09-17 Richard Stallman <rms@gnu.org>
13011
13012 * Makefile.in (srcs): Add hash.texi.
13013 (VERSION): Update to 20.6.
13014
13015 1999-09-13 Richard Stallman <rms@gnu.org>
13016
13017 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13018
13019 1998-08-29 Karl Heuer <kwzh@gnu.org>
13020
13021 * configure.in: New file.
13022 * Makefile.in: Renamed from Makefile.
13023 (prefix, infodir): Use value obtained from configure.
13024 (emacslibdir): Obsolete variable deleted.
13025 (dist): Distribute configure.in, configure, Makefile.in.
13026
13027 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13028
13029 * Makefile (INSTALL_INFO): New variable.
13030 (install): Run install-info.
13031
13032 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13033
13034 * Makefile (elisp.dvi): Add missing backslash.
13035
13036 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13037
13038 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13039 Run texindex without `./'. Always run texindex on elisp.tp.
13040 (elisp.tps): Target deleted.
13041
13042 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13043
13044 * Makefile (srcs): Add nonascii.texi and customize.texi.
13045 (dist): Start by deleting `temp'.
13046
13047 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13048
13049 * Makefile (makeinfo, texindex): Targets deleted.
13050 (makeinfo.o, texindex.o): Targets deleted.
13051 (clean, dist): Don't do anything with them or with getopt*.
13052
13053 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13054
13055 * Makefile (SHELL): Defined.
13056
13057 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13058
13059 * Makefile (elisp.tps): New target.
13060 (elisp.dvi): Depend on elisp.tps.
13061
13062 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13063
13064 * README: Update phone number.
13065
13066 * Makefile (elisp): Make this be the default target.
13067 Depend on makeinfo.c instead of makeinfo.
13068 (install): Don't depend on elisp.dvi, since we don't install that.
13069 Use mkinstalldirs.
13070 (dist): Add mkinstalldirs.
13071
13072 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13073
13074 * Makefile (VERSION): Update version number.
13075 (maintainer-clean): Rename from realclean.
13076
13077 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13078
13079 * Makefile (realclean): New target.
13080 (elisp): Remove any old elisp-* files first.
13081
13082 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13083
13084 * Makefile (VERSION): New variable.
13085 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13086 Compressed file suffix should be `.gz', not `.z'.
13087
13088 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13089
13090 * Makefile (elisp): Depend on makeinfo.
13091
13092 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13093
13094 * Makefile (srcs): Add anti.texi.
13095
13096 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13097
13098 * Makefile (infodir, prefix): New vars.
13099 (install): Use infodir.
13100 (emacsinfodir): Delete.
13101
13102 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13103
13104 * Makefile (srcs): Add calendar.texi.
13105
13106 * Makefile (dist): Copy texindex.c and makeinfo.c.
13107 Limit elisp-* files to those with one or two digits.
13108
13109 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13110
13111 * Makefile (dist): Change to use Gzip instead of compress.
13112
13113 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13114
13115 * loading.texi (Unloading): define-function changed back to
13116 defalias. It may not stay this way, but at least it's
13117 consistent with the known-good version of the code patch.
13118
13119 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13120
13121 * modes.texi (Hooks): Document new optional arg of add-hook.
13122
13123 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13124
13125 * variables.texi: Document nil initial value of buffer-local variables.
13126
13127 * tips.texi: Add new section on standard library headers.
13128
13129 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13130
13131 * Makefile (srcs): Add frame.texi to the list of sources.
13132
13133 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13134
13135 * Makefile (dist): Don't bother excluding autosave files; they'll
13136 never make it into the temp directory anyway, and the hash marks
13137 in the name are problematic for make and the Bourne shell.
13138 (srcs): ???
13139
13140 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13141
13142 * Makefile (dist): Don't include backup files or autosave files in
13143 the distribution tar file.
13144
13145 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13146
13147 * Makefile (srcs): Add index.perm.
13148 (elisp.dvi): Remove erroneous shell comment.
13149 Expect output of permute-index in permuted.fns.
13150 Save old elisp.aux in elisp.oaux.
13151 (clean): Add index.texi to be deleted.
13152
13153 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13154
13155 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13156
13157 1990-06-26 David Lawrence (tale@geech)
13158
13159 * files.texi: Noted that completion-ignored-extensions is ignored
13160 when making *Completions*.
13161
13162 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13163
13164 * Makefile make dist now depends on elisp.dvi, since it tries
13165 to include it in the dist file.
13166
13167 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13168
13169 * functions.texinfo (Mapping Functions): Add missing quote.
13170
13171 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13172
13173 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13174 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13175
13176 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13177
13178 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13179 and @error{} are the terms now being used. The files in the
13180 directory have been changed to reflect this.
13181
13182 * All instances of @indentedresultt{} have been changed to
13183 ` @result{}', using 5 spaces at the beginning of the line.
13184
13185 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13186
13187 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13188 experimental @indentedresult{}, @indentedexpandsto{} are part of
13189 the texinfo.tex in this directory. These TeX macros are not
13190 stable yet.
13191
13192 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13193
13194 * texinfo.tex: Temporarily added
13195 \let\result=\dblarrow
13196 \def\error{{\it ERROR} \longdblarrow}
13197 We need to do this better soon.
13198
13199 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13200
13201 * Applied Karl Berry's patches to *.texinfo files, but not to
13202 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13203 new title page format is also not applied, since it requires
13204 texinfo.tex changes.)
13205
13206 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13207 for the Project GNU development environment.
13208
13209 ;; Local Variables:
13210 ;; coding: utf-8
13211 ;; End:
13212
13213 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13214
13215 This file is part of GNU Emacs.
13216
13217 GNU Emacs is free software: you can redistribute it and/or modify
13218 it under the terms of the GNU General Public License as published by
13219 the Free Software Foundation, either version 3 of the License, or
13220 (at your option) any later version.
13221
13222 GNU Emacs is distributed in the hope that it will be useful,
13223 but WITHOUT ANY WARRANTY; without even the implied warranty of
13224 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13225 GNU General Public License for more details.
13226
13227 You should have received a copy of the GNU General Public License
13228 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.