* doc/lispref/sequences.texi (Sequence Functions): Update nreverse.
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2014-05-21 Leo Liu <sdl.web@gmail.com>
2
3 * sequences.texi (Sequence Functions): Update nreverse.
4
5 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
6
7 Allow any non-nil value to count as true in bool-vector.
8 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
9 print them. bool-vector's args need not be t or nil.
10
11 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * sequences.texi (Bool-vectors): Mention bool-vector.
14
15 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
16
17 Assume C99 or later (Bug#17487).
18 * internals.texi (C Dialect): Document this.
19
20 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
21
22 * lists.texi (Building Cons Cells and Lists): Remove
23 description of `reverse' and `'nreverse' to generalize them...
24 * sequences.texi (Sequences): ...for sequences here.
25
26 2014-05-14 Glenn Morris <rgm@gnu.org>
27
28 * files.texi (Changing Files): Mention with-file-modes.
29
30 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
31
32 * internals.texi (C Dialect): New section.
33 (C Integer Types): Mention bool_bf.
34
35 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
38
39 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * windows.texi (Window Configurations, Window Configurations):
42 Window configs don't store marks any more.
43
44 2014-04-25 Eli Zaretskii <eliz@gnu.org>
45
46 * strings.texi (Text Comparison): Mention equal-including-properties
47 for when text properties of the strings matter for comparison.
48
49 2014-04-22 Eli Zaretskii <eliz@gnu.org>
50
51 * text.texi (Registers): Document register-read-with-preview.
52
53 * internals.texi (Building Emacs): Improve indexing.
54
55 2014-04-17 Daniel Colascione <dancol@dancol.org>
56
57 * frames.texi (Terminal Parameters): Document new
58 tty-mode-set-strings and tty-mode-reset-strings terminal
59 parameters.
60
61 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
62
63 * Makefile.in (infoclean): Be consistent about reporting failures.
64
65 2014-04-09 Daniel Colascione <dancol@dancol.org>
66
67 * errors.texi (Standard Errors): Document required error
68 parameters for `scan-error'.
69
70 * positions.texi (List Motion): Explain new `up-list' arguments.
71 Mention `backward-up-list'.
72
73 2014-04-08 Daniel Colascione <dancol@dancol.org>
74
75 * minibuf.texi (Programmed Completion): Improve phrasing, remove
76 incorrect bullet count.
77
78 2014-04-07 Glenn Morris <rgm@gnu.org>
79
80 * os.texi (Recording Input): Dribble files may contain passwords.
81
82 * backups.texi (Making Backups, Reverting):
83 Update for default values of some -function vars no longer being nil.
84 (Reverting): Update for buffer-stale-function
85 also applying to file-buffers.
86
87 2014-03-31 Daniel Colascione <dancol@dancol.org>
88
89 * minibuf.texi (Completion in Buffers): Discuss using lazy
90 completion tables for inline completion.
91
92 2014-03-28 Glenn Morris <rgm@gnu.org>
93
94 * os.texi (Terminal-Specific): Mention term-file-aliases.
95
96 2014-03-26 Eli Zaretskii <eliz@gnu.org>
97
98 * files.texi (Kinds of Files): Improve documentation of
99 file-symlink-p. (Bug#17073) Add cross-references.
100
101 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
102
103 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
104 change mentioning undo's inability to handle relocated markers no
105 longer applies. See bug#16818.
106 * text.texi (Undo): Expand documentation of (TEXT . POS) and
107 (MARKER . ADJUSTMENT) undo elements.
108
109 2014-03-26 Glenn Morris <rgm@gnu.org>
110
111 * files.texi (File Locks): All systems support locking.
112
113 2014-03-22 Glenn Morris <rgm@gnu.org>
114
115 * commands.texi (Defining Commands):
116 Mention that interactive-only also affects describe-function.
117
118 * functions.texi (Declare Form): Add interactive-only.
119 * commands.texi (Defining Commands) Mention declare.
120
121 * commands.texi (Defining Commands): List interactive-only values.
122
123 2014-03-22 Eli Zaretskii <eliz@gnu.org>
124
125 * functions.texi (Core Advising Primitives): Fix cross-reference
126 in last change.
127
128 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * functions.texi (Advising Functions): Explain a bit more how
131 arguments work.
132 (Advice combinators): New node.
133 (Core Advising Primitives): Use it. Expand description of "depth".
134 (Advising Named Functions): Document limitation of advices on macros.
135
136 2014-03-21 Martin Rudalics <rudalics@gmx.at>
137
138 * frames.texi (Size and Position): In `frame-resize-pixelwise'
139 description drop remark about frame maximization.
140 * windows.texi (Display Action Functions): Add description for
141 `display-buffer-no-window' and explain use of `allow-no-window'
142 alist entries.
143
144 2014-03-21 Glenn Morris <rgm@gnu.org>
145
146 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
147
148 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
149
150 * internals.texi (C Integer Types): Prefer 'false' and 'true'
151 to '0' and '1' for booleans.
152
153 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
154
155 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
156 Remove now-obsolete hypothetical note about negative division,
157 as the C standard has changed.
158
159 Fix porting inconsistency about rounding to even.
160 * numbers.texi (Numeric Conversions, Rounding Operations):
161 Document that 'round' and 'fround' round to even.
162
163 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
164
165 * customize.texi (Variable Definitions): Recommend avoiding
166 destructive modification of the value argument of :set (bug#16755).
167
168 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * modes.texi (Auto-Indentation): Mention electric-indent variables.
171
172 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
173
174 * functions.texi (Advising Named Functions): Fix reference.
175
176 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
177
178 Improve documentation for integer and floating-point basics.
179 * numbers.texi (Numbers, Integer Basics, Float Basics):
180 Document the basics a bit more precisely. Say more clearly
181 that Emacs floating-point numbers are IEEE doubles on all
182 current platforms. Give more details about frexp.
183 Say more clearly that '1.' is an integer.
184 (Predicates on Numbers): Fix wholenump typo.
185 * objects.texi (Integer Type): Adjust to match numbers.texi.
186
187 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * functions.texi (Advising Functions): Try and improve the text.
190 Add example use of advice-add (bug#16959).
191 (Core Advising Primitives): Rename. Explain handling of interactive
192 specs, including advice-eval-interactive-spec.
193 (Advising Named Functions): Try and better explain the difference with
194 add-function.
195 (Porting old advices): New node.
196
197 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
198
199 Style fixes for floating-point doc.
200 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
201 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
202 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
203 * processes.texi, streams.texi, strings.texi, text.texi:
204 * variables.texi, windows.texi:
205 Hyphenate "floating-point" iff it precedes a noun.
206 Reword to avoid nouns and hyphenation when that's easy.
207 Prefer "integer" to "integer number" and "is floating point"
208 to "is a floating point number".
209 Prefer "@minus{}" to "-" when it's a minus.
210
211 2014-03-16 Martin Rudalics <rudalics@gmx.at>
212
213 * display.texi (Temporary Displays): Rewrite descriptions of
214 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
215 * help.texi (Help Functions): Rewrite description of `with-help-window'.
216
217 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
218
219 * display.texi (Blinking): Update WRT to the new
220 `blink-matchin-paren' behavior.
221
222 2014-03-14 Martin Rudalics <rudalics@gmx.at>
223
224 * display.texi (Temporary Displays): Say that
225 `with-temp-buffer-window' makes its buffer current.
226 * frames.texi (Size and Position): Describe new option
227 `frame-resize-pixelwise'. Rewrite descriptions of
228 `set-frame-size', `set-frame-height' and `set-frame-width'.
229
230 2014-03-09 Martin Rudalics <rudalics@gmx.at>
231
232 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
233 * text.texi (Primitive Indent):
234 * strings.texi (String Basics):
235 * sequences.texi (Sequence Functions): Update references accordingly.
236 * display.texi (Size of Displayed Text): Rename section from
237 "Width". Add description for `window-text-pixel-size'.
238 (Window Dividers): Reword description of window dividers.
239 * frames.texi (Layout Parameters): Improve description of window
240 divider parameters.
241 * windows.texi (Window Sizes): Add descriptions of
242 `window-mode-line-height' and `window-header-line-height'.
243 (Coordinates and Windows): Mention window dividers.
244
245 2014-03-07 Martin Rudalics <rudalics@gmx.at>
246
247 * buffers.texi (The Buffer List): Rename node to Buffer List.
248 Describe `buffer-list-update-hook'.
249 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
250 Add node for Window Dividers.
251 * hooks.texi (Standard Hooks): Add reference to
252 `buffer-list-update-hook'.
253 * windows.texi (Window Sizes): Describe `window-min-size'.
254 (Splitting Windows): Update description of `split-window'.
255 (Selecting Windows): Update description of `select-window'.
256
257 2014-03-06 Martin Rudalics <rudalics@gmx.at>
258
259 * frames.texi (Size and Position): Rewrite entries for
260 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
261 Add description for `fit-frame-to-buffer-sizes'.
262 * windows.texi (Resizing Windows): Add descriptions for
263 pixelwise resizing. Add entries for `window-resize-pixelwise'
264 and `fit-window-to-buffer-horizontally'.
265 Rewrite `fit-window-to-buffer' entry.
266
267 2014-03-06 Xue Fuqiao <xfq@gnu.org>
268
269 * internals.texi (Window Internals): Remove field `region_showing'.
270
271 2014-03-06 Glenn Morris <rgm@gnu.org>
272
273 * searching.texi (Replacing Match):
274 Remove incorrect, uninteresting return value. (Bug#16942)
275
276 2014-03-05 Martin Rudalics <rudalics@gmx.at>
277
278 * display.texi (Window Dividers): New section.
279 * frames.texi (Layout Parameters): Add right-divider-width and
280 bottom-divider-width.
281 * windows.texi (Window Sizes): Redraw schematic and rewrite its
282 description. Rewrite descriptions of `window-total-height',
283 `window-total-width', `window-total-size', `window-body-height',
284 `window-body-width' and `window-size-fixed'. Add descriptions
285 for `window-pixel-height', `window-pixel-width',
286 `window-min-height' and `window-min-width'. Remove description
287 of `window-size-fixed-p' moving part of it to that of
288 `window-size-fixed'.
289 (Resizing Windows): Mention dividers when talking about minimum sizes.
290
291 2014-03-05 Glenn Morris <rgm@gnu.org>
292
293 * modes.texi (SMIE Customization): New section.
294 * elisp.texi (Top): Update detailed menu.
295
296 2014-03-04 Martin Rudalics <rudalics@gmx.at>
297
298 * windows.texi (Windows and Frames): Add some missing &optional
299 designators. Adjust description of window-in-direction.
300
301 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
302
303 * markers.texi (Moving Marker Positions): Clarify guidance about
304 when to move markers and when to create a new one, as discussed at
305 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
306
307 2014-03-02 Glenn Morris <rgm@gnu.org>
308
309 * text.texi (Decompression): New node.
310 * elisp.texi (Top): Update detailed menu.
311
312 2014-03-01 Glenn Morris <rgm@gnu.org>
313
314 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
315
316 2014-02-28 Xue Fuqiao <xfq@gnu.org>
317
318 * functions.texi (Advising Functions, Advising Named Functions):
319 Tweak markup.
320
321 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
322
323 * elisp.texi (Top):
324 * commands.texi (Generic Commands, Defining Commands):
325 Document `define-alternatives'.
326
327 2014-02-27 Xue Fuqiao <xfq@gnu.org>
328
329 * windows.texi (Window Sizes): Document `window-size'.
330 (Display Action Functions): Document `display-buffer-at-bottom'.
331 (Window Configurations): Minor fixes.
332
333 * modes.texi (Header Lines): Document `window-header-line-height'.
334
335 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
336
337 * windows.texi (Window Sizes, Resizing Windows): Document some
338 pixelwise window operations.
339
340 * text.texi (Margins): Fix the description of RET and `C-j'.
341
342 * frames.texi (Multiple Terminals): Document
343 `display-monitor-attributes-list' and `display-monitor-attributes'.
344 (Display Feature Testing): Add some notes about multi-monitor.
345
346 2014-02-27 Glenn Morris <rgm@gnu.org>
347
348 * minibuf.texi (Programmed Completion):
349 Mention completion-table-with-cache.
350
351 2014-02-25 Glenn Morris <rgm@gnu.org>
352
353 * display.texi (Window Systems):
354 Replace term-setup-hook with emacs-startup-hook.
355 * hooks.texi (Standard Hooks):
356 Replace term-setup-hook with tty-setup-hook.
357 * os.texi (Startup Summary, Init File, Terminal-Specific):
358 Replace term-setup-hook with tty-setup-hook, and update.
359
360 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * functions.texi (Declare Form): Document gv-expander, gv-setter,
363 and compiler-macro (bug#16829, bug#15093).
364
365 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
366
367 * windows.texi (Window Configurations): Doc fix.
368 (Windows and Frames): Fix typo.
369
370 2014-02-21 Glenn Morris <rgm@gnu.org>
371
372 * internals.texi (Process Internals):
373 * processes.texi (Subprocess Creation, Deleting Processes)
374 (Output from Processes, Process Buffers, Filter Functions)
375 (Accepting Output, Sentinels, Network, Network Servers):
376 Filters and sentinels can no longer be nil.
377 * elisp.texi (Top): Menu update.
378
379 2014-02-20 Glenn Morris <rgm@gnu.org>
380
381 * functions.texi (Defining Functions): Mention defalias-fset-function.
382
383 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * minibuf.texi (Completion Commands): Don't document obsolete
386 `common-substring' arg of display-completion-list.
387
388 2014-02-17 Glenn Morris <rgm@gnu.org>
389
390 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
391 Mention read-regexp-defaults-function.
392
393 2014-02-13 Glenn Morris <rgm@gnu.org>
394
395 * debugging.texi (Debugger Commands): Tiny edits.
396
397 2014-02-12 Glenn Morris <rgm@gnu.org>
398
399 * package.texi (Simple Packages): Describe URL and Keywords headers.
400
401 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
402
403 * text.texi (User-Level Deletion):
404 Document `delete-trailing-whitespace' (bug#15309).
405
406 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
407
408 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
409
410 * display.texi (Blinking): Clarify doc string in example (bug#10658).
411
412 * commands.texi (Accessing Mouse): Mention that these function
413 also work on keyboard events (bug#14228).
414 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
415
416 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
417
418 * display.texi (Face Attributes): Add an index (bug#14924).
419
420 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
421
422 2014-02-06 Glenn Morris <rgm@gnu.org>
423
424 * display.texi (Truncation):
425 * positions.texi (Screen Lines): Do not mention cache-long-scans.
426
427 2014-01-31 Juri Linkov <juri@jurta.org>
428
429 * searching.texi (String Search): Incremental word search fixes.
430
431 2014-01-28 Glenn Morris <rgm@gnu.org>
432
433 * text.texi (Indent Tabs): Update related to tab-stops.
434
435 2014-01-24 Glenn Morris <rgm@gnu.org>
436
437 * control.texi (Handling Errors): Update with-demoted-errors.
438
439 * files.texi (File Locks): Every platform supports locking now.
440
441 2014-01-22 Glenn Morris <rgm@gnu.org>
442
443 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
444
445 2014-01-20 Glenn Morris <rgm@gnu.org>
446
447 * hash.texi (Other Hash): Do not mention subr-x.el functions;
448 reverts 2013-12-22 change.
449
450 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * functions.texi (Advising Functions): New section.
453 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
454 run-hook-wrapped any more.
455 (Hooks): Link to the new Advising Functions node.
456 * elisp.texi (Top): Don't include advice.texi.
457 * advice.texi: Remove.
458 * makefile.w32-in (srcs):
459 * Makefile.in (srcs): Adjust accordingly.
460
461 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
462
463 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
464
465 * strings.texi (Text Comparison): Document `string-suffix-p'.
466
467 2014-01-07 Glenn Morris <rgm@gnu.org>
468
469 * files.texi (File Attributes): Fix superscipt typo.
470
471 2014-01-07 Chong Yidong <cyd@gnu.org>
472
473 * files.texi (Changing Files): Document copy-file changes.
474
475 2014-01-07 Glenn Morris <rgm@gnu.org>
476
477 * display.texi (Logging Messages): Copyedits re messages-buffer.
478
479 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
480
481 Specify .texi encoding (Bug#16292).
482 * back.texi, book-spine.texi, lay-flat.texi:
483 Add @documentencoding.
484
485 2014-01-05 Chong Yidong <cyd@gnu.org>
486
487 * backups.texi (Making Backups): Document backup-buffer change.
488
489 * files.texi (Visiting Files): Copyedits.
490 (Testing Accessibility): Mention ACLs. Move file-modes here from
491 File Attributes.
492 (Truenames): Move file-equal-p here from Kinds of Files.
493 (File Attributes): Move file-newer-than-file-p here from Testing
494 Accessibility.
495 (Extended Attributes): New node. Add file-extended-attributes.
496 (Changing Files): Document set-file-extended-attributes.
497
498 * commands.texi (Defining Commands): Document the interactive-form
499 property more carefully. Document interactive-only.
500
501 * compile.texi (Compiler Errors): Copyedits. Note that the
502 details for byte-compile-warnings are in its docstring.
503
504 * minibuf.texi (Minibuffer Contents): Remove obsolete function
505 minibuffer-completion-contents.
506
507 * variables.texi (Defining Variables): Note that defvar acts
508 always on the dynamic value.
509
510 * customize.texi (Variable Definitions): Likewise.
511
512 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
513
514 Document vconcat and the empty vector (Bug#16246).
515 * sequences.texi (Vector Functions):
516 Document behavior better when the result is empty.
517
518 Document behavior of (string-to-number "+@") (Bug#16293).
519 * strings.texi (String Conversion): Document behavior of
520 string-to-number on invalid strings that begin with "+", too.
521
522 2014-01-03 Chong Yidong <cyd@gnu.org>
523
524 * help.texi (Documentation, Accessing Documentation): Copyedits.
525 (Documentation Basics): Rewrite, avoiding a repeat discussion of
526 docstring conventions.
527
528 * tips.texi (Documentation Tips): Move discussion of
529 emacs-lisp-docstring-fill-column here from Documentation Basics.
530
531 * compile.texi (Docs and Compilation): Copyedits.
532
533 2014-01-02 Glenn Morris <rgm@gnu.org>
534
535 * numbers.texi (Numeric Conversions): Fix a typo.
536
537 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
538
539 Plain copy-file no longer chmods an existing destination (Bug#16133).
540 * files.texi (Changing Files): Document this.
541
542 2013-12-28 Chong Yidong <cyd@gnu.org>
543
544 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
545
546 * buffers.texi (Modification Time): Document visited-file-modtime
547 change.
548
549 2013-12-28 Glenn Morris <rgm@gnu.org>
550
551 * control.texi (Pattern matching case statement): Brevity.
552
553 2013-12-27 Chong Yidong <cyd@gnu.org>
554
555 * functions.texi (Function Cells):
556 * eval.texi (Function Indirection): Update for the fact that
557 symbol-function no longer signals an error.
558
559 * commands.texi (Reading One Event): Mention keyboard coding.
560
561 * keymaps.texi (Translation Keymaps, Translation Keymaps):
562 * nonascii.texi (Terminal I/O Encoding): Copyedits.
563
564 2013-12-26 Chong Yidong <cyd@gnu.org>
565
566 * advice.texi (Advising Functions, Defining Advice): Special forms
567 can no longer be advised.
568
569 2013-12-25 Chong Yidong <cyd@gnu.org>
570
571 * keymaps.texi (Active Keymaps): Re-organize the text.
572 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
573 (Controlling Active Maps): Note that set-transient-map uses
574 overriding-terminal-local-map.
575
576 * tips.texi (Coding Conventions): Tweak the coding system tip;
577 Emacs now uses utf-8 by default for Emacs Lisp source files.
578
579 * display.texi (Font Selection): Tweak example.
580
581 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
582
583 * nonascii.texi (Specifying Coding Systems): Don't refer to
584 emacs-mule-dos.
585 (Lisp and Coding Systems): Describe emacs-mule return value in
586 modern terms.
587
588 2013-12-25 Tassilo Horn <tsdh@gnu.org>
589
590 * control.texi (Pattern matching case statement): Rephrase lexical
591 binding requirement: the example needs it, not `pcase' itself.
592
593 2013-12-25 Chong Yidong <cyd@gnu.org>
594
595 * eval.texi (Eval): Document the LEXICAL arg to eval.
596
597 * variables.texi (Variables, Void Variables): Use "scoping rule"
598 terminology consistently.
599 (Variable Scoping): Add index entries, and use "dynamic scope"
600 terminology in place of "indefinite scope" to reduce confusion.
601 (Lexical Binding): Document lexical environment format.
602 (Using Lexical Binding): Add index entries for error messages.
603
604 2013-12-24 Tassilo Horn <tsdh@gnu.org>
605
606 * control.texi (Pattern matching case statement): Fix missing
607 argument in simple expression language sample (Bug#16238).
608 Add some sample programs written in that language. Mention that
609 `pcase' requires lexical binding.
610
611 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
612
613 * eval.texi (Special Forms): Document `special-form-p'.
614
615 * macros.texi (Simple Macro): Document `macrop'.
616
617 * files.texi (Changing Files): Fix an argument of `copy-file'.
618
619 * strings.texi (Creating Strings): Document TRIM in `split-string'.
620
621 2013-12-23 Chong Yidong <cyd@gnu.org>
622
623 * keymaps.texi (Controlling Active Maps):
624 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
625 (Searching Keymaps): The transient keymap takes precedence.
626
627 2013-12-23 Glenn Morris <rgm@gnu.org>
628
629 * loading.texi (How Programs Do Loading, Load Suffixes):
630 Mention `load-prefer-newer'.
631
632 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
633
634 * hash.texi (Other Hash): Document `hash-table-keys'
635 and `hash-table-values'.
636
637 2013-12-22 Eli Zaretskii <eliz@gnu.org>
638
639 * nonascii.texi (Character Properties): NAME or OLD-NAME
640 properties can be nil (there's no empty string).
641 (Character Properties): Update the reference to the UCD.
642
643 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
644
645 * sequences.texi (Bool-Vectors): Document new bool-vector set
646 operation functions.
647
648 * text.texi (Examining Properties): Document `get-pos-property'.
649
650 * variables.texi (Directory Local Variables):
651 Document `enable-dir-local-variables'.
652
653 * debugging.texi (Debugger Commands):
654 Document `debugger-toggle-locals'.
655
656 2013-12-21 Chong Yidong <cyd@gnu.org>
657
658 * text.texi (Region Indent): Note the new interactive behavior of
659 indent-rigidly.
660
661 2013-12-20 Tassilo Horn <tsdh@gnu.org>
662
663 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
664 one or many arguments.
665
666 * display.texi: Document `messages-buffer'.
667
668 * os.texi: Document `initial-buffer-choice' changes.
669
670 2013-12-20 Chong Yidong <cyd@gnu.org>
671
672 * text.texi (Changing Properties): Improve documentation for
673 add-face-text-property.
674 (Special Properties): Mention add-face-text-property.
675
676 2013-12-18 Chong Yidong <cyd@gnu.org>
677
678 * customize.texi (Custom Themes): Document custom-known-themes
679 (Bug#15717).
680
681 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
682 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
683
684 2013-12-13 Glenn Morris <rgm@gnu.org>
685
686 * internals.texi (Building Emacs):
687 * loading.texi (Library Search): Mention that site-load,
688 site-init cannot change load-path.
689
690 2013-12-12 Glenn Morris <rgm@gnu.org>
691
692 * elisp.texi: Tweak dircategory.
693
694 2013-12-12 Eli Zaretskii <eliz@gnu.org>
695
696 * nonascii.texi (Encoding and I/O): Document file-name encoding
697 peculiarities on MS-Windows.
698
699 2013-12-12 Glenn Morris <rgm@gnu.org>
700
701 * elisp.texi: Sync direntry with info/dir version.
702
703 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
704
705 * display.texi (Progress, Face Remapping):
706 * processes.texi (Serial Ports):
707 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
708
709 2013-12-04 Juri Linkov <juri@jurta.org>
710
711 * searching.texi (Search and Replace): Fix `unread-command-events'
712 and add ref.
713
714 2013-12-03 Juri Linkov <juri@jurta.org>
715
716 * windows.texi (Choosing Window): Rename `no-display-ok' to
717 `allow-no-window'. (Bug#13594)
718
719 2013-11-30 Glenn Morris <rgm@gnu.org>
720
721 * Makefile.in (distclean): Remove Makefile.
722
723 2013-11-29 Andreas Politz <politza@fh-trier.de>
724
725 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
726 (Bug#14029).
727
728 2013-11-27 Glenn Morris <rgm@gnu.org>
729
730 * loading.texi (Library Search):
731 * os.texi (Startup Summary): No more leim directory.
732
733 2013-11-26 Glenn Morris <rgm@gnu.org>
734
735 * os.texi (Startup Summary): Update for leim-list being preloaded.
736
737 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
738
739 * frames.texi (Input Focus):
740 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
741
742 2013-11-23 Glenn Morris <rgm@gnu.org>
743
744 * loading.texi (Library Search):
745 Empty elements in EMACSLOADPATH now mean the default load-path.
746
747 2013-11-22 Glenn Morris <rgm@gnu.org>
748
749 * loading.texi (Library Search): Minor clarification.
750
751 2013-11-20 Leo Liu <sdl.web@gmail.com>
752
753 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
754
755 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
756
757 * os.texi (File Notifications): Add an index.
758
759 * loading.texi (Loading): Add an cross-reference.
760
761 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
762
763 * os.texi (Session Management, Desktop Notifications): Add some
764 indexes and a cross-reference.
765
766 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
767
768 * os.texi (Time Parsing, Processor Run Time, Input Modes)
769 (Terminal Output): Minor fixes.
770
771 2013-11-14 Glenn Morris <rgm@gnu.org>
772
773 * loading.texi (Library Search): Update section.
774
775 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
776
777 * os.texi (User Identification, Time of Day, Time Conversion):
778 Minor fixes.
779
780 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
781
782 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
783
784 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
785
786 * os.texi (Startup Summary): Add an index about startup screen.
787 Typo fix.
788 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
789
790 2013-11-08 Eli Zaretskii <eliz@gnu.org>
791
792 * display.texi (Truncation): Document that cache-long-scans is now
793 non-nil by default. (Bug#15797)
794
795 2013-11-05 Eli Zaretskii <eliz@gnu.org>
796
797 * lists.texi (Rearrangement): Fix indexing.
798
799 * display.texi (Bidirectional Display): Fix indexing.
800
801 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
802
803 * lists.texi (Rearrangement): Improve indexing.
804
805 * display.texi (Glyphs): Add an index for glyph code.
806 (Bidirectional Display): Improve indexing.
807
808 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
809
810 * display.texi (Face Attributes): Document :distant-foreground.
811
812 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
813
814 * display.texi (Abstract Display): Improve indexing.
815
816 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * display.texi (Selective Display): Discourage the use of explicit
819 selective display.
820
821 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
822
823 * display.texi (Showing Images): Add an index for image-size.
824 Use @code instead of @var for a normal variable.
825 (Multi-Frame Images): Improve indexing.
826 (Button Buffer Commands): Use @code instead of @var for a normal
827 variable.
828 (Abstract Display): Explain the meaning of Ewoc.
829
830 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
831
832 * display.texi (Image Descriptors): Improve indexing.
833
834 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
835
836 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
837 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
838
839 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
840
841 * display.texi (Fontsets): Minor wording fix.
842 (Low-Level Font): Improve indexing.
843
844 * nonascii.texi (Character Properties): Add an index for script symbols.
845
846 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
847
848 * display.texi (Face Remapping): Add indexes for face remapping.
849 (Font Selection): Add indexes.
850 (Low-Level Font): Add an index for font registry.
851
852 2013-10-23 Glenn Morris <rgm@gnu.org>
853
854 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
855 Nuke @refill.
856
857 * Makefile.in (install-dvi, install-html, install-pdf)
858 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
859 (uninstall-pdf): Quote entities that might contain whitespace.
860
861 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
862
863 * display.texi (Face Attributes): Add indexes for the ‘:box’
864 face attribute.
865
866 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
867
868 * display.texi (Line Height): Add indexes for line height.
869
870 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
871
872 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
873
874 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
875
876 * display.texi (Selective Display): Add an index for explicit
877 selective display.
878
879 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
880
881 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
882
883 2013-10-13 Glenn Morris <rgm@gnu.org>
884
885 * intro.texi (Acknowledgments): Use accented form of some names.
886
887 2013-10-09 Glenn Morris <rgm@gnu.org>
888
889 * control.texi (Conditionals): Copyedits. (Bug#15558)
890
891 2013-10-08 Eli Zaretskii <eliz@gnu.org>
892
893 Support menus on text-mode terminals.
894 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
895 Modify wording to the effect that menus are supported on TTYs.
896
897 * frames.texi (Pop-Up Menus, Dialog Boxes)
898 (Display Feature Testing): Update for menu support on TTYs.
899
900 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
903 non-headings.
904
905 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
906
907 * syntax.texi (Categories): Add an index for category sets.
908
909 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
910
911 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
912
913 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
914
915 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
916
917 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
918
919 * searching.texi (Regexp Search): Refine.
920
921 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
922
923 * nonascii.texi (Default Coding Systems): Typo fix.
924
925 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
926
927 * nonascii.texi (Coding System Basics): Add information about
928 carriage-return.
929
930 2013-09-14 Eli Zaretskii <eliz@gnu.org>
931
932 * display.texi (Display Margins): State the units of measuring
933 margin width. (Bug#15375)
934
935 2013-09-13 Eli Zaretskii <eliz@gnu.org>
936
937 * text.texi (Not Intervals): Minor wording fix.
938
939 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
940
941 * functions.texi (Obsolete Functions): Add an index for obsolete
942 functions.
943
944 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
945
946 * nonascii.texi (Character Properties): Character properties fix
947 for decimal-digit-value and digit-value.
948
949 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * macros.texi (Defining Macros): Prefer "function" to "lambda
952 expression" (bug#15296).
953
954 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
955
956 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
957 for portability to hosts where /bin/sh has problems.
958
959 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
962
963 2013-08-20 Eli Zaretskii <eliz@gnu.org>
964
965 * files.texi (Information about Files): Mention file names with
966 trailing blanks on MS-Windows. (Bug#15130)
967
968 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
969
970 * positions.texi (Positions): Improve indexing.
971
972 2013-08-18 Eli Zaretskii <eliz@gnu.org>
973
974 * markers.texi (The Region): Improve indexing.
975
976 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
977
978 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
979
980 * text.texi (Maintaining Undo): Mention interactive call of
981 buffer-disable-undo.
982 (Filling): Add cross-reference for hard newlines.
983 (Sorting): Fix indentation.
984 (Columns): Comment out undefined behavior.
985 (Case Changes): Fix an `args-out-of-range' error in the example.
986
987 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
988
989 * text.texi (Insertion): Refine.
990 (Margins): Add an index.
991 (Undo): Doc fix for `buffer-undo-list'.
992
993 * positions.texi (Character Motion):
994 * markers.texi (Moving Markers, Creating Markers):
995 Comment out undefined behavior.
996
997 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
998
999 * markers.texi (The Region): Add/move indexes.
1000
1001 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * display.texi (ImageMagick Images): Mention :content-type and
1004 `image-content-type-suffixes'.
1005
1006 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1007
1008 * positions.texi (Word Motion): Remove redundant sentence.
1009
1010 2013-08-13 Glenn Morris <rgm@gnu.org>
1011
1012 * lists.texi (List Elements):
1013 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1014
1015 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1016
1017 * frames.texi (Display Feature Testing): Add indexes.
1018
1019 2013-08-12 Glenn Morris <rgm@gnu.org>
1020
1021 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1022 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1023 (INSTALL_DATA): New, set by configure.
1024 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1025 New variables.
1026 (.SUFFIXES): Add .ps and .dvi.
1027 (.dvi.ps): New suffix rule.
1028 (dvi, html, pdf, ps): Use *_TARGETS variables.
1029 (elisp.html): Use HTML_OPTS.
1030 (elisp.ps): Remove explicit rule.
1031 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1032 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1033 uninstall-ps, and uninstall-doc.
1034 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1035 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1036 (uninstall-doc): New rules.
1037 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1038
1039 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1040
1041 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1042
1043 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1044
1045 * control.texi (Error Symbols): Minor fix for previous change.
1046
1047 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1050
1051 * control.texi (Signaling Errors): Refer to define-error.
1052 (Error Symbols): Add `define-error'.
1053
1054 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1055
1056 * positions.texi (Motion by Screen Lines):
1057 * display.texi (Truncation): Rename `cache-long-line-scans'
1058 to `cache-long-scans'.
1059
1060 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1061
1062 * windows.texi (Window Start and End): Add an index.
1063
1064 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1065
1066 * display.texi (Face Functions): Add an index.
1067
1068 * variables.texi (Variable Aliases): Add an index.
1069
1070 * functions.texi (Defining Functions): Add an index.
1071
1072 * nonascii.texi (Coding System Basics): Add an index.
1073
1074 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1075
1076 * nonascii.texi (Non-ASCII Characters): Update menu.
1077 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1078 Fix cross-references.
1079
1080 * elisp.texi (Top): Update menu.
1081
1082 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1083
1084 * windows.texi (Window History): Mention the default value of
1085 switch-to-visible-buffer. Add cross-references.
1086
1087 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1088
1089 * errors.texi (Standard Errors): Fix typo.
1090
1091 * files.texi (Magic File Names):
1092 * os.texi (File Notifications): Remove file-notify-supported-p.
1093
1094 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1095
1096 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1097 non-well-formed expressions result in unspecified behavior, though
1098 Emacs will not crash.
1099
1100 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * files.texi (Magic File Names): Add file-notify-add-watch,
1103 file-notify-rm-watch and file-notify-supported-p.
1104 Move file-remote-p down.
1105
1106 * errors.texi (Standard Errors): Add file-notify-error.
1107
1108 * os.texi (Desktop Notifications): Rename from Notifications.
1109 (File Notifications): New node.
1110
1111 * elisp.texi (Top): Update menu for these changes.
1112
1113 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1114
1115 * windows.texi (Display Action Functions): Mention next-window.
1116
1117 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1118
1119 * windows.texi (Selecting Windows): Fix the introduction of
1120 `set-frame-selected-window''s arguments.
1121
1122 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1123
1124 Timestamp fixes for undo (Bug#14824).
1125 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1126
1127 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1128
1129 * nonascii.texi (Text Representations): Document that
1130 multibyte-string-p returns nil for non-string objects.
1131
1132 2013-07-06 Glenn Morris <rgm@gnu.org>
1133
1134 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1135
1136 2013-07-03 Glenn Morris <rgm@gnu.org>
1137
1138 * debugging.texi (Debugging):
1139 * files.texi (File Attributes, Changing Files): Fix cross-references.
1140
1141 * package.texi (Package Archives): Fix @url call.
1142
1143 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1144
1145 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1146
1147 * display.texi (Bidirectional Display): Document move-point-visually.
1148
1149 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1150
1151 * buffers.texi (Buffer File Name): Fix typo.
1152
1153 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1154
1155 * tips.texi (Coding Conventions): Improve wording.
1156
1157 2013-06-24 Glenn Morris <rgm@gnu.org>
1158
1159 * loading.texi (Autoload): Fix typo.
1160
1161 * variables.texi (Lexical Binding): Fix typo.
1162
1163 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1164
1165 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1166
1167 * display.texi (ImageMagick Images): Mention :max-width and
1168 :max-height.
1169
1170 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 * numbers.texi (Math Functions): Remove obsolete function log10.
1173
1174 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1177 rather than `local-map'.
1178
1179 * keymaps.texi (Active Keymaps): Fix documentation of
1180 set-temporary-overlay-map and overriding-terminal-local-map.
1181
1182 2013-06-19 Glenn Morris <rgm@gnu.org>
1183
1184 * Makefile.in (dist): Edit more configure variables.
1185 Try to check that we do not miss any in future.
1186
1187 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * text.texi (Undo, Changing Properties): Fix typos.
1190
1191 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1192
1193 * text.texi (Changing Properties): Document `add-face-text-property'.
1194
1195 2013-06-17 Kenichi Handa <handa@gnu.org>
1196
1197 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1198 "Font Selection") in the explanation of :font attribute (bug#14629).
1199
1200 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1203 Document with-eval-after-load instead of eval-after-load.
1204
1205 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1206
1207 * files.texi (File Name Expansion): Make the example more
1208 intuitive.
1209
1210 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 Documentation fix for 'ls' and hard links.
1213 * compile.texi (Compilation Functions):
1214 * files.texi (File Attributes, Changing Files):
1215 Use current format for GNU 'ls' output.
1216 (File Attributes): Fix problem introduced in previous change:
1217 the link count is the number of hard links, not the number
1218 of hard links + 1.
1219
1220 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1221
1222 * files.texi (File Attributes): Fix typo.
1223
1224 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * functions.texi (Lambda Expressions): Lambda expressions don't
1227 evaluate to themselves in general (bug#11782).
1228
1229 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * loading.texi (Autoload):
1232 * help.texi (Documentation Basics, Accessing Documentation)
1233 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1234
1235 2013-04-23 Glenn Morris <rgm@gnu.org>
1236
1237 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1238 Tweak other to avoid overly long line.
1239
1240 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1241
1242 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1243 references to the sources. (Bug#13800)
1244
1245 * searching.texi (Regexp Backslash): Doc fix for backslash
1246 constructs in regular expressions.
1247
1248 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1249
1250 * tips.texi (Coding Conventions): Mention separation of package
1251 descriptor and name of internal symbols by two hyphens.
1252
1253 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1254
1255 * windows.texi (Splitting Windows): Change category of
1256 split-window from a command to a function.
1257
1258 2013-04-06 Chong Yidong <cyd@gnu.org>
1259
1260 * display.texi (Faces): Minor clarifications.
1261 (Defining Faces): Clarify default vs custom face specs.
1262 Document face-spec-set.
1263
1264 * display.texi (Overlay Properties):
1265 * text.texi (Special Properties): Use the "anonymous face"
1266 terminology. Describe foreground-color and background-color forms
1267 as compatibility-only.
1268
1269 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1270
1271 * compile.texi (Byte-Code Objects): Add index entry.
1272 (Disassembly): Add cross-references.
1273
1274 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1275
1276 * frames.texi (Size Parameters): More accurate description of the
1277 difference between 'fullboth' and 'maximized'. (Bug#13935)
1278
1279 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1280
1281 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1282
1283 2013-03-16 Glenn Morris <rgm@gnu.org>
1284
1285 * elisp.texi: Add some stuff specific to www.gnu.org.
1286
1287 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1288
1289 * control.texi (Pattern matching case statement): Fix typo.
1290
1291 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1294
1295 2013-03-03 Glenn Morris <rgm@gnu.org>
1296
1297 * objects.texi (Symbol Type): Fix typo.
1298
1299 2013-02-28 Bastien Guerry <bzg@gnu.org>
1300
1301 * variables.texi (File Local Variables): Fix reference.
1302
1303 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1304
1305 * files.texi (Magic File Names): Improve wording and indexing.
1306
1307 2013-02-21 Glenn Morris <rgm@gnu.org>
1308
1309 * display.texi (Multi-Frame Images): Minor rephrasing.
1310
1311 2013-02-20 Glenn Morris <rgm@gnu.org>
1312
1313 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1314 (ImageMagick Images): For :index, use an xref rather than duplicating.
1315 (Other Image Types): Add GIF, adjust formatting.
1316 (Multi-Frame Images): Rename from Animated Images. Expand section.
1317 * elisp.texi (Top): Update menu for these changes.
1318
1319 2013-02-19 Glenn Morris <rgm@gnu.org>
1320
1321 * text.texi (Change Hooks): Fix typo.
1322
1323 2013-02-15 Glenn Morris <rgm@gnu.org>
1324
1325 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1326
1327 2013-02-13 Glenn Morris <rgm@gnu.org>
1328
1329 * objects.texi (Char-Table Type): Add footnote about #^^.
1330
1331 * modes.texi (Minor Mode Conventions): Fix typo.
1332
1333 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1334 meta characters; this changed in 22.1. (Bug#13684)
1335
1336 * objects.texi (Char-Table Type): Add cindex.
1337
1338 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1339
1340 2013-02-10 Glenn Morris <rgm@gnu.org>
1341
1342 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1343
1344 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1345
1346 * modes.texi (%-Constructs): Remove the description of %t.
1347
1348 * nonascii.texi (MS-DOS File Types): Delete node.
1349
1350 2013-02-08 Glenn Morris <rgm@gnu.org>
1351
1352 * keymaps.texi (Active Keymaps, Searching Keymaps):
1353 Remove confusing mention of "symbolic prefix". (Bug#13643)
1354
1355 2013-01-19 Glenn Morris <rgm@gnu.org>
1356
1357 * macros.texi (Indenting Macros): Fix order of an indent
1358 symbol's arguments. (Bug#13450)
1359
1360 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1361
1362 Allow floating-point file offsets.
1363 * files.texi (Reading from Files, Writing to Files):
1364 Say that file offsets can be numbers, not just integers.
1365
1366 2013-01-09 Glenn Morris <rgm@gnu.org>
1367
1368 * commands.texi (Interactive Codes):
1369 Whitespace does not terminate interactive "S". (Bug#13393)
1370
1371 2013-01-06 Chong Yidong <cyd@gnu.org>
1372
1373 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1374
1375 2013-01-05 Glenn Morris <rgm@gnu.org>
1376
1377 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1378
1379 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1380
1381 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1382 directive in a group of items.
1383
1384 2013-01-05 Chong Yidong <cyd@gnu.org>
1385
1386 * keymaps.texi (Key Sequences): Remove obsolete sentence
1387 (Bug#13356).
1388
1389 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1390
1391 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1392
1393 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * files.texi (File Attributes): Undocument return format of file-acl.
1396
1397 2013-01-03 Glenn Morris <rgm@gnu.org>
1398
1399 * processes.texi (System Processes):
1400 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1401
1402 * searching.texi (Replacing Match): Fix xref.
1403
1404 * elisp.texi (DATE): Bump to Jan 2013.
1405
1406 2013-01-02 Glenn Morris <rgm@gnu.org>
1407
1408 * customize.texi (Common Keywords, Type Keywords):
1409 Replace "active field" with "button". (Bug#13310)
1410
1411 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1412 * tips.texi (Library Headers): Add cindex.
1413
1414 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1415
1416 * functions.texi (Declare Form):
1417 * intro.texi (A Sample Function Description):
1418 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1419 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1420 in @def.. commands. (Bug#13292)
1421
1422 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1423
1424 * files.texi (Changing Files): Document the return values of
1425 set-file-selinux-context and set-file-acl.
1426
1427 2012-12-27 Glenn Morris <rgm@gnu.org>
1428
1429 * files.texi (File Names): Mention Cygwin conversion functions.
1430
1431 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1432
1433 * windows.texi (Selecting Windows): Reword description of
1434 select-window (Bug#13248).
1435
1436 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1437
1438 * files.texi (File Attributes, Changing Files): Remove the details
1439 about the text returned by file-acl. Instead, just document that
1440 it is an opaque string meant to be used by set-file-acl.
1441
1442 2012-12-21 Chong Yidong <cyd@gnu.org>
1443
1444 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1445
1446 * customize.texi (Simple Types): Document key-sequence type
1447 (Bug#13048).
1448
1449 * strings.texi (Text Comparison): Doc fix for compare-strings.
1450
1451 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * files.texi (Magic File Names): Add `file-acl',
1454 `file-selinux-context', `set-file-acl' and
1455 `set-file-selinux-context'. Make the list consistent.
1456
1457 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1458
1459 * tips.texi (Library Headers): New header keyword `Homepage'.
1460 Make continuation lines syntax more precise.
1461
1462 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1463
1464 * files.texi (File Attributes, Changing Files): Update to include
1465 MS-Windows support for ACLs.
1466
1467 2012-12-16 Romain Francoise <romain@orebokech.com>
1468
1469 * files.texi (File Attributes): Document ACL support and new
1470 `file-acl' function.
1471 (Changing Files): Mention argument name change of `copy-file' and
1472 document new function `set-file-acl'.
1473
1474 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1475
1476 Fix permissions bugs with setgid directories etc. (Bug#13125)
1477 * files.texi (Testing Accessibility): Document GROUP arg
1478 of file-ownership-preserved-p.
1479 (File Attributes): Document that 9th element is now
1480 just a placeholder.
1481 * os.texi (User Identification): Document new functions group-gid,
1482 group-real-gid.
1483
1484 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 * internals.texi (C Integer Types): New section.
1487 This follows up and records an email in
1488 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1489
1490 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * control.texi (Pattern matching case statement): New node.
1493
1494 * customize.texi (Variable Definitions): Mention the default :group
1495 for defcustoms (bug#13093).
1496
1497 2012-12-09 Glenn Morris <rgm@gnu.org>
1498
1499 * customize.texi (Variable Definitions): Mention eval-defun
1500 on a defcustom calls the :set function when appropriate.
1501
1502 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1505 These are just minor editorial changes.
1506
1507 2012-12-06 Chong Yidong <cyd@gnu.org>
1508
1509 * lists.texi (Plist Access): Move put example to Symbol Plists.
1510
1511 * symbols.texi (Standard Properties): Fix typo.
1512
1513 2012-12-03 Chong Yidong <cyd@gnu.org>
1514
1515 * symbols.texi (Symbol Properties): New node.
1516 (Symbol Plists): Make it a subsection under Symbol Properties.
1517 (Standard Properties): New node.
1518
1519 * lists.texi (Property Lists): Move here from symbols.texi.
1520 (Plist Access): Rename from Other Plists.
1521
1522 * customize.texi (Variable Definitions):
1523 * display.texi (Defining Faces):
1524 * sequences.texi (Char-Tables): Fix xref.
1525
1526 * keymaps.texi (Key Sequences): `kbd' is now a function.
1527
1528 * commands.texi (Using Interactive): Fix index entry.
1529
1530 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 * doclicense.texi: Update to latest version from FSF.
1533 These are just minor editorial changes.
1534 * elisp.texi (GNU Free Documentation License)
1535 (GNU General Public Licens):
1536 Provide sectioning, since doclicense.texi no longer does that.
1537
1538 * loading.texi (Named Features): @ -> @@ to fix typo.
1539
1540 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1541
1542 * windows.texi (Basic Windows): Fix typo.
1543 (Windows and Frames): Fix example. Move description of
1544 window-in-direction here.
1545 (Recombining Windows): Fix example.
1546 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1547 (Switching Buffers): Reword.
1548 (Display Action Functions): Minor adjustments.
1549 (Choosing Window Options): Minor fixes.
1550 (Window History): Minor rewording.
1551 (Dedicated Windows): Correct and reword part describing how
1552 dedicatedness affects functions removing buffers or windows.
1553 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1554
1555 2012-11-24 Chong Yidong <cyd@gnu.org>
1556
1557 * modes.texi (%-Constructs): Fix statement about mode construct
1558 padding (Bug#12866).
1559
1560 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * debugging.texi (Profiling): Make it more clear
1563 that --enable-profiling is about profiling the C code.
1564
1565 2012-11-21 Glenn Morris <rgm@gnu.org>
1566
1567 * display.texi (Attribute Functions):
1568 Update for set-face-* name changes.
1569 Add new "inherit" argument for face-bold-p etc.
1570 Move description of this argument to a common section, like "frame".
1571
1572 * debugging.texi (Profiling): New section.
1573 (Debugging): Mention profiling in the introduction.
1574 * tips.texi (Compilation Tips): Move profiling to separate section.
1575 * elisp.texi: Add Profiling to detailed menu.
1576
1577 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1578
1579 * windows.texi (Display Action Functions): Fix recently added
1580 example. Suggested by Michael Heerdegen.
1581
1582 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1583
1584 Minor cleanup for times as lists of four integers.
1585 * os.texi (Time Parsing): Time values can now be four integers.
1586
1587 2012-11-18 Glenn Morris <rgm@gnu.org>
1588
1589 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1590 * macros.texi (Expansion): Mention eager macro expansion.
1591
1592 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1593
1594 2012-11-18 Leo Liu <sdl.web@gmail.com>
1595
1596 * minibuf.texi (Programmed Completion): Doc fix for metadata
1597 request (Bug#12850).
1598
1599 2012-11-18 Glenn Morris <rgm@gnu.org>
1600
1601 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1602
1603 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1604 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1605 (Window Sizes): Add vindex for window-min-height, window-min-width.
1606 (Display Action Functions): Mention pop-up-frame-parameters.
1607
1608 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1609
1610 * windows.texi (Choosing Window): Rewrite description of
1611 display-buffer-alist (Bug#12167).
1612 (Display Action Functions): Mention inhibit-switch-frame.
1613 Fix description of display-buffer-below-selected. Reorder actions.
1614 Add example (Bug#12848).
1615
1616 2012-11-16 Glenn Morris <rgm@gnu.org>
1617
1618 * display.texi (Face Attributes): Fix :underline COLOR description.
1619 (Attribute Functions): Update for set-face-underline rename.
1620 Tweak descriptions of face-underline-p, face-inverse-video-p.
1621
1622 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1623 so they align better in info.
1624 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1625 Document set-temporary-overlay-map.
1626
1627 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1630 with normal keymaps".
1631
1632 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1633
1634 * internals.texi (Garbage Collection): Update descriptions
1635 of vectorlike_header, garbage-collect and gc-cons-threshold.
1636 (Object Internals): Explain Lisp_Object layout and the basics
1637 of an internal type system.
1638 (Buffer Internals): Update description of struct buffer.
1639
1640 2012-11-13 Glenn Morris <rgm@gnu.org>
1641
1642 * variables.texi (Adding Generalized Variables):
1643 At least mention gv-define-expander and gv-letplace.
1644
1645 * debugging.texi (Error Debugging): Mention debug-on-message.
1646 (Using Debugger): Mention debugger-bury-or-kill.
1647
1648 * control.texi (Signaling Errors):
1649 * debugging.texi (Error Debugging):
1650 * errors.texi (Standard Errors): Add user-error.
1651
1652 * variables.texi (Adding Generalized Variables):
1653 Use standard formatting for common lisp note about setf functions.
1654
1655 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1656
1657 * elisp.texi (Top): Add Recombining Windows to menu.
1658 * windows.texi (Recombining Windows): New subsection.
1659 (Splitting Windows): Rewrite text on handling of window
1660 combinations and move it to new subsection.
1661
1662 2012-11-10 Chong Yidong <cyd@gnu.org>
1663
1664 * searching.texi (Replacing Match): Document \? in replace-match.
1665
1666 * variables.texi (Creating Buffer-Local): Document setq-local and
1667 defvar-local.
1668 (Setting Generalized Variables): Arrange table alphabetically.
1669
1670 * lists.texi (List Elements, List Variables): Clarify descriptions
1671 of push and pop for generalized variables.
1672
1673 * edebug.texi (Specification List): setf is no longer CL-only.
1674
1675 2012-11-10 Glenn Morris <rgm@gnu.org>
1676
1677 * variables.texi (Adding Generalized Variables):
1678 Update description of FIX-RETURN expansion.
1679
1680 * variables.texi (Setting Generalized Variables):
1681 Split most of previous contents into this subsection.
1682 (Adding Generalized Variables): New subsection.
1683 Move note on lack of setf functions here from misc/cl.texi.
1684
1685 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1686
1687 2012-11-10 Chong Yidong <cyd@gnu.org>
1688
1689 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1690
1691 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * os.texi (Notifications): Update descriptions of
1694 notifications-notify, notifications-close-notification and
1695 notifications-get-capabilities according to latest code changes.
1696 Add notifications-get-server-information.
1697
1698 2012-11-03 Chong Yidong <cyd@gnu.org>
1699
1700 * objects.texi (General Escape Syntax): Clarify the explanation of
1701 escape sequences.
1702 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1703 multibyte. Hex escapes do not automatically make a string
1704 multibyte.
1705
1706 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1707
1708 * windows.texi (Switching Buffers): Document option
1709 switch-to-buffer-preserve-window-point.
1710 (Display Action Functions): Document window-height and
1711 window-width alist entries.
1712 (Display Action Functions):
1713 Document display-buffer-below-selected and
1714 display-buffer-in-previous-window.
1715 (Quitting Windows): Document quit-restore-window.
1716 Rewrite section.
1717 (Window Configurations): In window-state-get mention that
1718 argument window must be valid.
1719 (Window Parameters): Document quit-restore window parameter
1720 (Bug#12158).
1721
1722 2012-10-31 Glenn Morris <rgm@gnu.org>
1723
1724 * control.texi (Catch and Throw): Add xref to cl.texi.
1725
1726 * lists.texi (Sets And Lists): Point xref to better location.
1727
1728 * errors.texi (Standard Errors):
1729 * loading.texi (Autoload): Update for cl-lib namespace changes.
1730
1731 * modes.texi (Defining Minor Modes): "Generalized Variables"
1732 section is now in this manual rather than cl.texi.
1733
1734 * eval.texi (Special Forms): No longer special forms: defmacro,
1735 defun, save-window-excursion, with-output-to-temp-buffer.
1736 * functions.texi (Defining Functions): Defun is now a macro.
1737 Defalias is a function.
1738
1739 2012-10-30 Glenn Morris <rgm@gnu.org>
1740
1741 * variables.texi (Generalized Variables): Fix typo.
1742
1743 2012-10-30 Chong Yidong <cyd@gnu.org>
1744
1745 * symbols.texi (Symbol Plists): Document function-get.
1746
1747 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1748
1749 * frames.texi (Visibility of Frames): Document tty-top-frame.
1750
1751 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * keymaps.texi (Format of Keymaps): Document the multiple
1754 inheritance format.
1755
1756 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1757
1758 * windows.texi (Basic Windows): Reformulate description of live,
1759 internal and valid windows.
1760 (Cyclic Window Ordering): Describe new argument of
1761 get-lru-window and get-largest-window. Add description of
1762 window-in-direction.
1763
1764 2012-10-27 Glenn Morris <rgm@gnu.org>
1765
1766 * variables.texi (Generalized Variables): New section,
1767 adapted from misc/cl.texi.
1768 * elisp.texi (Top): Add Generalized Variables to menu.
1769 * lists.texi (List Elements, List Variables):
1770 Mention generalized variables.
1771
1772 * lists.texi (List Elements): Typo fix.
1773
1774 2012-10-27 Chong Yidong <cyd@gnu.org>
1775
1776 * minibuf.texi (High-Level Completion): Don't mention removed
1777 function iswitchb-read-buffer.
1778
1779 * commands.texi (Event Input Misc): Remove last-input-char.
1780 (Command Loop Info): Remove last-command-char.
1781
1782 * frames.texi (Initial Parameters): Don't mention the obsolete
1783 special-display feature.
1784
1785 * windows.texi (Choosing Window): Don't mention the obsolete
1786 special display feature.
1787 (Choosing Window Options): Remove obsolete special-display
1788 variables, and the functions special-display-p and
1789 special-display-popup-frame.
1790
1791 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1792
1793 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1794
1795 * markers.texi (Information from Markers): Remove obsolete
1796 function buffer-has-markers-at.
1797
1798 * text.texi (Yanking): Document yank-handled-properties.
1799
1800 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1801
1802 Update manual for new time stamp format (Bug#12706).
1803 * buffers.texi (Modification Time):
1804 * files.texi (Testing Accessibility, File Attributes):
1805 * intro.texi (Version Info):
1806 * os.texi (Time of Day):
1807 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1808 These instances were missed the first time around.
1809 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1810
1811 2012-10-24 Chong Yidong <cyd@gnu.org>
1812
1813 * minibuf.texi (Text from Minibuffer): Document read-regexp
1814 changes.
1815
1816 * nonascii.texi (Selecting a Representation):
1817 Document set-buffer-multibyte changes.
1818
1819 * keymaps.texi (Toolkit Differences): Node deleted.
1820 (Easy Menu): New node.
1821
1822 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1825
1826 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1827
1828 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1829 * files.texi (File Attributes):
1830 * text.texi (Undo):
1831 Time stamp resolution is now 1 picosecond, not 1 second.
1832
1833 2012-10-23 Chong Yidong <cyd@gnu.org>
1834
1835 * display.texi (Font Lookup): Remove font-list-limit.
1836
1837 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1838 (Bug#12529).
1839
1840 2012-10-22 Glenn Morris <rgm@gnu.org>
1841
1842 * os.texi (Recording Input): Tiny fix.
1843
1844 * intro.texi (Lisp History):
1845 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1846 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1847
1848 2012-10-15 Chong Yidong <cyd@gnu.org>
1849
1850 * macros.texi (Defining Macros): defmacro is now a macro.
1851 Explicitly list the docstring and declare arguments.
1852
1853 * functions.texi (Anonymous Functions): Explicitly list the
1854 docstring, declare, and interactive arguments to lambda.
1855 (Defining Functions): Likewise for defun.
1856 (Inline Functions): Likewise for defsubst.
1857 (Declare Form): Tweak description.
1858
1859 2012-10-13 Chong Yidong <cyd@gnu.org>
1860
1861 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1862
1863 2012-10-05 Chong Yidong <cyd@gnu.org>
1864
1865 * minibuf.texi (Basic Completion): Clarify list form of completion
1866 table (Bug#12564).
1867
1868 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1869
1870 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1871
1872 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 Revert the FOLLOW-SYMLINKS change for file-attributes.
1875 * files.texi (File Attributes, Magic File Names): Undo last change.
1876
1877 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1878
1879 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1880 * files.texi (File Attributes): Describe it.
1881 (Magic File Names): Use it.
1882
1883 2012-09-30 Chong Yidong <cyd@gnu.org>
1884
1885 * commands.texi (Click Events): Define "mouse position list".
1886 Remove mention of unimplemented horizontal scroll bars.
1887 (Drag Events, Motion Events): Refer to "mouse position list".
1888 (Accessing Mouse): Document posnp.
1889
1890 * errors.texi (Standard Errors): Tweak arith-error description.
1891 Tweak markup. Remove domain-error and friends, which seem to be
1892 unused after the floating-point code revamp.
1893
1894 * functions.texi (Defining Functions): defun is now a macro.
1895 (Obsolete Functions): Obsolescence also affects
1896 documentation commands. Various clarifications.
1897 (Declare Form): New node.
1898
1899 * strings.texi (String Basics): Copyedits.
1900
1901 * os.texi (Startup Summary): Document leim-list.el change.
1902 (User Identification): Add system-users and system-groups.
1903 (Idle Timers): Minor clarifications.
1904
1905 * macros.texi (Defining Macros): Move description of `declare' to
1906 Declare Form node.
1907
1908 * loading.texi (Autoload):
1909 * help.texi (Documentation Basics): The special sequences can
1910 trigger autoloading.
1911
1912 * numbers.texi (Integer Basics): Copyedits.
1913 (Float Basics): Consider IEEE floating point always available.
1914 (Random Numbers): Document actual limits.
1915 (Arithmetic Operations): Clarify division by zero. Don't mention
1916 the machine-independence of negative division since it does not
1917 happen in practice.
1918
1919 2012-09-28 Leo Liu <sdl.web@gmail.com>
1920
1921 * files.texi (Files): Fix typo.
1922
1923 2012-09-23 Chong Yidong <cyd@gnu.org>
1924
1925 * buffers.texi (Read Only Buffers): Document read-only-mode.
1926
1927 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1928 read-only-mode.
1929
1930 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1931 calling conventions.
1932
1933 2012-09-22 Chong Yidong <cyd@gnu.org>
1934
1935 * searching.texi (Replacing Match): Minor clarification.
1936
1937 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1938
1939 * edebug.texi (Instrumenting): Improve indexing.
1940
1941 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1942 from within its own timer action. (Bug#12447)
1943
1944 2012-09-22 Chong Yidong <cyd@gnu.org>
1945
1946 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1947
1948 2012-09-21 Glenn Morris <rgm@gnu.org>
1949
1950 * debugging.texi (Using Debugger): Fix typo.
1951
1952 2012-09-18 Chong Yidong <cyd@gnu.org>
1953
1954 * display.texi (Faces): Discuss anonymous faces.
1955 (Face Attributes): Tweak intro.
1956 (Defining Faces): Move after the Face Attributes node. Copyedits.
1957 (Displaying Faces): Describe role of inheritance.
1958
1959 * customize.texi (Customization): Define customization more
1960 carefully (Bug#11440).
1961 (Common Keywords): Add xref to Constant Variables.
1962
1963 * variables.texi (Defining Variables): Link to defcustom's node
1964 instead of the higher-level Customization chapter.
1965
1966 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1967
1968 Simplify, document, and port floating-point (Bug#12381).
1969 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1970 Document that / and mod (with floating point arguments), along
1971 with asin, acos, log, log10, expt and sqrt, return special values
1972 instead of signaling exceptions.
1973 (Float Basics): Document that logb operates on the absolute value
1974 of its argument.
1975 (Math Functions): Document that (log ARG BASE) also returns NaN if
1976 BASE is negative. Document that (expt X Y) returns NaN if X is a
1977 finite negative number and Y a finite non-integer.
1978
1979 2012-09-09 Chong Yidong <cyd@gnu.org>
1980
1981 * lists.texi (Sets And Lists): Explain that the return value for
1982 delete should be used, like for delq.
1983
1984 * minibuf.texi (Yes-or-No Queries): Document recentering and
1985 scrolling in y-or-n-p. Remove gratuitous example.
1986
1987 * searching.texi (Search and Replace): Document window scrolling
1988 entries in query-replace-map.
1989
1990 2012-09-08 Chong Yidong <cyd@gnu.org>
1991
1992 * syntax.texi (Syntax Table Internals): Define "raw syntax
1993 descriptor" terminology (Bug#12383).
1994 (Syntax Descriptors): Mention raw syntax descriptors.
1995
1996 2012-09-07 Chong Yidong <cyd@gnu.org>
1997
1998 * variables.texi (Creating Buffer-Local): Fix description of
1999 local-variable-if-set-p (Bug#10713).
2000
2001 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2002
2003 * windows.texi (Display Action Functions)
2004 (Choosing Window Options): Remove obsolete variable
2005 display-buffer-reuse-frames.
2006 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2007
2008 * positions.texi (Narrowing): Document buffer-narrowed-p.
2009
2010 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2011
2012 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2013 (Bug#12269).
2014
2015 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2016
2017 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2018
2019 2012-09-02 Chong Yidong <cyd@gnu.org>
2020
2021 * windows.texi (Window Configurations): Recommend against using
2022 save-window-excursion (Bug#12075).
2023
2024 * control.texi (Catch and Throw):
2025 * positions.texi (Excursions): Don't mention it.
2026
2027 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2028
2029 Better seed support for (random).
2030 * numbers.texi (Random Numbers): Document new behavior of
2031 the calls (random) and (random STRING).
2032
2033 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2034
2035 * windows.texi (Window Point): Document recent changes in
2036 window-point and set-window-point.
2037 (Selecting Windows): Document recent change in select-window.
2038
2039 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2040
2041 * functions.texi (Closures): Put the main index entry for
2042 "closures" here. (Bug#12138)
2043
2044 * variables.texi (Lexical Binding): Disambiguate the index entry
2045 for "closures".
2046
2047 2012-08-05 Chong Yidong <cyd@gnu.org>
2048
2049 * display.texi (Defining Faces): Move documentation of
2050 frame-background-mode to the Emacs manual (Bug#7774).
2051
2052 2012-08-04 Chong Yidong <cyd@gnu.org>
2053
2054 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2055 Fix description of syntax table inheritance.
2056 (Syntax Table Functions): Don't refer to internal contents of
2057 syntax table, since that is not explained yet. Copyedits.
2058 (Standard Syntax Tables): Node deleted.
2059 (Syntax Table Internals): Misc clarifications. Improve table
2060 formatting.
2061
2062 * keymaps.texi (Inheritance and Keymaps):
2063 * text.texi (Sticky Properties): Tweak index entry.
2064
2065 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2066
2067 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2068
2069 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 Prefer typical American spelling for "acknowledgment".
2072 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2073
2074 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2075
2076 * commands.texi (Special Events): Mention language-change event.
2077 (Input Events, Interactive Codes):
2078 * keymaps.texi (Key Sequences): Mention events that are
2079 non-keyboard but also non-mouse events.
2080
2081 2012-07-17 Chong Yidong <cyd@gnu.org>
2082
2083 * text.texi (Insertion): Document insert-char changes.
2084
2085 2012-07-15 Leo Liu <sdl.web@gmail.com>
2086
2087 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2088
2089 2012-07-13 Chong Yidong <cyd@gnu.org>
2090
2091 * buffers.texi (Read Only Buffers): Document toggle-read-only
2092 changes. Reword to account for the fact that read-only is
2093 currently not supported in overlay properties.
2094
2095 2012-07-07 Chong Yidong <cyd@gnu.org>
2096
2097 * loading.texi (Library Search): Index site-lisp directories.
2098
2099 2012-07-06 Chong Yidong <cyd@gnu.org>
2100
2101 * intro.texi (A Sample Function Description): Fix incorrect
2102 markup, undoing previous change.
2103 (A Sample Variable Description): Minor clarifications and markup
2104 improvements.
2105
2106 * elisp.texi (Top):
2107 * text.texi (Text): Fix menu order.
2108
2109 2012-07-06 Richard Stallman <rms@gnu.org>
2110
2111 * intro.texi (Evaluation Notation, A Sample Function Description)
2112 (A Sample Variable Description): Improve/undo previous changes.
2113
2114 2012-07-05 Glenn Morris <rgm@gnu.org>
2115
2116 * intro.texi (A Sample Function Description): Fix cross-refs.
2117
2118 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2119
2120 * intro.texi (Evaluation Notation, A Sample Function Description)
2121 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2122
2123 2012-06-27 Chong Yidong <cyd@gnu.org>
2124
2125 * processes.texi (Asynchronous Processes, Input to Processes):
2126 * internals.texi (Process Internals): Don't capitalize "pty".
2127
2128 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2129
2130 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2131 discussion more prominent.
2132
2133 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2134
2135 * commands.texi (Misc Events): Document the language-change event.
2136
2137 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2138
2139 Support higher-resolution time stamps (Bug#9000).
2140 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2141 * processes.texi (System Processes):
2142 Time stamp resolution is now picosecond, not microsecond.
2143
2144 2012-06-21 Glenn Morris <rgm@gnu.org>
2145
2146 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2147
2148 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * functions.texi (Defining Functions):
2151 * macros.texi (Defining Macros): Un-define the return value of `defun',
2152 `defmacro' and `defalias'.
2153
2154 2012-06-17 Chong Yidong <cyd@gnu.org>
2155
2156 * elisp.texi: Remove urlcolor setting.
2157
2158 2012-06-17 Glenn Morris <rgm@gnu.org>
2159
2160 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2161 Overlining no longer behaves exactly like underlining.
2162
2163 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2164
2165 * display.texi (Face Attributes):
2166 Document wave-style underline face attribute.
2167
2168 2012-06-11 Chong Yidong <cyd@gnu.org>
2169
2170 * display.texi (ImageMagick Images): ImageMagick now supports the
2171 :background property.
2172
2173 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2174
2175 * internals.texi (Garbage Collection): Typo fix.
2176
2177 2012-06-09 Chong Yidong <cyd@gnu.org>
2178
2179 * text.texi (Special Properties): Clarify the meaning of a list of
2180 faces in the `face' property.
2181
2182 * display.texi (Face Remapping): Minor clarification.
2183
2184 2012-06-08 Chong Yidong <cyd@gnu.org>
2185
2186 * display.texi (Face Attributes): Font family does not accept
2187 wildcards. De-document obsolete :bold and :italic attributes.
2188 (Defining Faces): Use new-style face spec format.
2189
2190 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2191
2192 * internals.texi (Garbage Collection): Document new
2193 vector management code and vectorlike_header structure.
2194
2195 2012-06-03 Chong Yidong <cyd@gnu.org>
2196
2197 * modes.texi (Mode Line Data): Use "mode line construct"
2198 terminology for consistency.
2199
2200 2012-05-27 Glenn Morris <rgm@gnu.org>
2201
2202 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2203 * buffers.texi, commands.texi, compile.texi, control.texi:
2204 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2205 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2206 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2207 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2208 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2209 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2210 * objects.texi, os.texi, package.texi, positions.texi:
2211 * processes.texi, searching.texi, sequences.texi, streams.texi:
2212 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2213 * variables.texi, windows.texi: Nuke hand-written node pointers.
2214
2215 2012-05-27 Chong Yidong <cyd@gnu.org>
2216
2217 * functions.texi (Obsolete Functions):
2218 Fix doc for set-advertised-calling-convention.
2219
2220 * modes.texi (Mode Help): Fix describe-mode.
2221
2222 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2223
2224 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2225
2226 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2227
2228 * commands.texi (Recursive Editing): recursive-edit is a command.
2229
2230 * compile.texi (Docs and Compilation):
2231 byte-compile-dynamic-docstrings is an option.
2232
2233 * debugging.texi (Invoking the Debugger): debug is a command.
2234
2235 * display.texi (Progress): progress-reporter-update and
2236 progress-reporter-force-update have VALUE argument optional.
2237 (Animated Images): Use non-@code{nil} instead of non-nil.
2238
2239 * files.texi (Format Conversion Round-Trip):
2240 Use non-@code{nil} instead of non-nil.
2241
2242 * frames.texi (Creating Frames): make-frame is a command.
2243 (Input Focus): select-frame is a command.
2244 (Pointer Shape): void-text-area-pointer is an option.
2245
2246 * help.texi (Describing Characters): read-kbd-macro is a command.
2247 (Help Functions): describe-prefix-bindings is a command.
2248
2249 * markers.texi (Creating Markers): Both arguments of copy-marker
2250 are optional.
2251
2252 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2253
2254 * modes.texi (Mode Line Variables): mode-line-remote and
2255 mode-line-client are not options.
2256 (Imenu): imenu-add-to-menubar is a command.
2257 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2258
2259 * os.texi (Sound Output): play-sound-file is a command.
2260
2261 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2262
2263 * processes.texi (Signals to Processes):
2264 Use @key{RET} instead of @code{RET}.
2265 (Signals to Processes): signal-process is a command.
2266
2267 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2268 (Base 64): base64-encode-string is not a command while
2269 base64-decode-region is.
2270
2271 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2272
2273 2012-05-12 Glenn Morris <rgm@gnu.org>
2274
2275 * Makefile.in (MKDIR_P): New, set by configure.
2276 (mkinfodir): Use $MKDIR_P.
2277
2278 2012-05-10 Glenn Morris <rgm@gnu.org>
2279
2280 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2281 with "coding: raw-text".
2282 Concept of multibyte sessions no longer exists.
2283
2284 * files.texi (File Locks): Mention create-lockfiles option.
2285
2286 2012-05-09 Glenn Morris <rgm@gnu.org>
2287
2288 * vol1.texi, vol2.texi: Remove files.
2289 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2290 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2291
2292 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2293
2294 * two-volume.make (emacsdir): New.
2295 (tex): Add directory with emacsver.texi to TEXINPUTS.
2296
2297 * minibuf.texi (Minibuffer History, Basic Completion):
2298 Tweak page breaks.
2299
2300 * internals.texi (Garbage Collection, Memory Usage)
2301 (Writing Emacs Primitives): Tweak page breaks.
2302
2303 * streams.texi (Output Variables): Improve page break.
2304
2305 * edebug.texi (Edebug Display Update): Improve page break.
2306
2307 * compile.texi (Disassembly): Condense the examples.
2308
2309 * eval.texi, functions.texi, loading.texi, macros.texi:
2310 Where possible, use example rather than smallexample.
2311
2312 * symbols.texi: Where possible, use example rather than smallexample.
2313 (Symbol Components): Fix typo.
2314 (Other Plists): Tweak page break.
2315
2316 * sequences.texi (Arrays): Tweak page breaks.
2317
2318 * customize.texi: Where possible, use example rather than smallexample.
2319 (Common Keywords, Variable Definitions, Applying Customizations)
2320 (Custom Themes): Tweak page breaks.
2321
2322 * control.texi: Where possible, use example rather than smallexample.
2323 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2324 Tweak page breaks.
2325
2326 2012-05-08 Glenn Morris <rgm@gnu.org>
2327
2328 * two.el: Remove; unused since creation of two-volume.make.
2329
2330 * vol1.texi, vol2.texi: No need to keep menus in these files.
2331
2332 2012-05-05 Glenn Morris <rgm@gnu.org>
2333
2334 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2335
2336 * intro.texi (Caveats): Copyedit.
2337 (Lisp History): Convert inforef to xref.
2338 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2339
2340 * text.texi (Auto Filling): Don't mention Emacs 19.
2341
2342 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2343 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2344
2345 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2346
2347 * lists.texi (List-related Predicates, List Variables):
2348 Tweak page-breaks.
2349 (Sets And Lists): Convert inforef to xref.
2350
2351 2012-05-04 Glenn Morris <rgm@gnu.org>
2352
2353 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2354 (info, infoclean): Use $INFO_EXT.
2355 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2356 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2357 (info, maintainer-clean): Use $INFO_EXT.
2358 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2359
2360 2012-05-04 Chong Yidong <cyd@gnu.org>
2361
2362 * os.texi (Timers): Use defopt for timer-max-repeats.
2363
2364 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2365
2366 * os.texi (Time of Day): Do not limit current-time-string
2367 to years 1000..9999.
2368
2369 2012-05-02 Chong Yidong <cyd@gnu.org>
2370
2371 * display.texi (Font Lookup):
2372 * frames.texi (Pointer Shape):
2373 * processes.texi (Subprocess Creation): Use defopt for options.
2374
2375 2012-05-02 Glenn Morris <rgm@gnu.org>
2376
2377 * elisp.texi (@copying):
2378 * intro.texi (Introduction): Only print VERSION in the TeX version.
2379
2380 2012-05-02 Chong Yidong <cyd@gnu.org>
2381
2382 * text.texi (Change Hooks): Minor fix for after-change-functions.
2383
2384 2012-05-02 Glenn Morris <rgm@gnu.org>
2385
2386 * package.texi (Packaging Basics):
2387 * loading.texi (Autoload):
2388 * files.texi (Magic File Names):
2389 Reword to remove/reduce some overly long/short lines.
2390
2391 2012-04-27 Glenn Morris <rgm@gnu.org>
2392
2393 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2394 * modes.texi (Major Modes, Auto-Indentation):
2395 * buffers.texi (Buffers): Some fixes for menu descriptions.
2396
2397 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2398 * functions.texi (Simple Lambda, Argument List):
2399 * eval.texi (Function Indirection): Avoid deprecated form.
2400
2401 2012-04-27 Glenn Morris <rgm@gnu.org>
2402
2403 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2404 Add "et al." to authors.
2405
2406 * buffers.texi, commands.texi, compile.texi, control.texi:
2407 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2408 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2409 * modes.texi, numbers.texi, objects.texi, streams.texi:
2410 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2411 Use Texinfo recommended convention for quotes+punctuation.
2412
2413 2012-04-27 Chong Yidong <cyd@gnu.org>
2414
2415 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2416 to where-is-internal (Bug#10872).
2417
2418 2012-04-27 Glenn Morris <rgm@gnu.org>
2419
2420 * macros.texi (Indenting Macros): Fix typo.
2421
2422 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2423 (Resizing Windows, Deleting Windows, Selecting Windows)
2424 (Choosing Window Options, Horizontal Scrolling)
2425 (Cyclic Window Ordering, Window History, Dedicated Windows)
2426 (Quitting Windows, Window Configurations, Textual Scrolling)
2427 (Coordinates and Windows, Window Configurations)
2428 (Window Parameters, Window Hooks): Copyedits.
2429 (Splitting Windows, Deleting Windows):
2430 Fix ignore-window-parameters logic.
2431 (Selecting Windows, Choosing Window Options): Markup fixes.
2432 (Window Start and End): Remove pointless example.
2433 Remove cross-reference to deleted count-lines content.
2434 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2435 and recenter-positions. Remove recenter example.
2436
2437 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2438
2439 * minibuf.texi (Intro to Minibuffers):
2440 Tweak discussion of resizing minibuffer window.
2441
2442 2012-04-26 Glenn Morris <rgm@gnu.org>
2443
2444 * elisp-covers.texi, front-cover-1.texi: Remove files.
2445
2446 * tindex.pl: Remove file.
2447
2448 * makefile.w32-in (srcs):
2449 * Makefile.in (srcs): Remove back.texi (which is unused).
2450
2451 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2452
2453 * os.texi (Notifications): Extend possible notification hints.
2454 Add notifications-get-capabilities.
2455
2456 2012-04-20 Chong Yidong <cyd@gnu.org>
2457
2458 * processes.texi (Asynchronous Processes): Mention nil argument to
2459 start-process.
2460
2461 2012-04-20 Glenn Morris <rgm@gnu.org>
2462
2463 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2464 Don't mention obsolete `nospace' argument of all-completions.
2465 (Minibuffer Completion, Completion Commands, Reading File Names)
2466 (Completion Variables): Copyedits.
2467 (Completion Commands): Mention parent keymaps.
2468 Remove obsolete minibuffer-local-filename-must-match-map.
2469 (High-Level Completion): Remove read-variable's almost
2470 word-for-word duplication of read-command.
2471 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2472 Update "High-Level Completion" description.
2473
2474 * minibuf.texi (Minibuffers):
2475 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2476
2477 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2478 Use Texinfo-recommended form of quote+punctuation.
2479 (Intro to Minibuffers): First minibuffer is #1, not #0.
2480 Mention minibuffer-inactive-mode.
2481 (Text from Minibuffer): Copyedits.
2482 (Minibuffer History, Programmed Completion): Fix @var usage.
2483 (Object from Minibuffer): Remove overly pedantic para.
2484 (Minibuffer History): Copyedits. Add face-name-history.
2485 (Initial Input, Yes-or-No Queries, Multiple Queries)
2486 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2487 (Yes-or-No Queries): Tweak example.
2488 (Minibuffer Commands): Add next-complete-history-element.
2489 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2490 minibuffer-inactive-mode.
2491
2492 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2493 (Bindat Functions): Copyedits.
2494
2495 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2496
2497 * files.texi (Saving Buffers): Document `visit and `visit-save'
2498 values of require-final-newline.
2499
2500 2012-04-20 Glenn Morris <rgm@gnu.org>
2501
2502 * processes.texi (Output from Processes, Filter Functions):
2503 Mention waiting-for-user-input-p.
2504 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2505 (Network Servers, Datagrams, Network Processes, Network Options)
2506 (Network Feature Testing, Serial Ports): Copyedits.
2507 (Network): Add encrypted network overview paragraph.
2508 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2509
2510 2012-04-20 Chong Yidong <cyd@gnu.org>
2511
2512 * help.texi (Keys in Documentation): Mention :advertised-binding.
2513
2514 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2515 description to help.texi.
2516
2517 2012-04-20 Glenn Morris <rgm@gnu.org>
2518
2519 * processes.texi (Process Information, Input to Processes)
2520 (Signals to Processes, Output from Processes, Process Buffers)
2521 (Filter Functions, Decoding Output): Copyedits.
2522 (Accepting Output): Discourage use of `millisec' argument.
2523
2524 2012-04-15 Glenn Morris <rgm@gnu.org>
2525
2526 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2527 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2528 Copyedits.
2529 (Subprocess Creation): Discourage modifying exec-path directly.
2530 (Synchronous Processes, Asynchronous Processes):
2531 Update some example output.
2532 (Process Information): Fix typo.
2533 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2534
2535 2012-04-15 Glenn Morris <rgm@gnu.org>
2536
2537 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2538 open-network-stream does exist in Emacs 23, but is simpler.
2539
2540 2012-04-15 Chong Yidong <cyd@gnu.org>
2541
2542 * customize.texi (Custom Themes): Also document load-theme etc.
2543
2544 2012-04-14 Chong Yidong <cyd@gnu.org>
2545
2546 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2547
2548 * display.texi (Defining Faces): Reference custom-set-faces.
2549
2550 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2551 * os.texi (Startup Summary): Copyedits.
2552
2553 2012-04-14 Glenn Morris <rgm@gnu.org>
2554
2555 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2556
2557 * strings.texi (Case Tables):
2558 * objects.texi (General Escape Syntax):
2559 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2560
2561 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2562 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2563 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2564 * text.texi: Use @file for buffers, per the Texinfo manual.
2565
2566 * compile.texi (Compiler Errors): Add missing space in buffer name.
2567
2568 2012-04-14 Chong Yidong <cyd@gnu.org>
2569
2570 * processes.texi (Query Before Exit): Remove obsolete function
2571 process-kill-without-query (Bug#11190).
2572
2573 2012-04-14 Glenn Morris <rgm@gnu.org>
2574
2575 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2576 Use @env for environment variables.
2577
2578 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2579
2580 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2581
2582 * processes.texi (Synchronous Processes):
2583 Mention `default-directory' (bug#7515).
2584
2585 2012-04-09 Chong Yidong <cyd@gnu.org>
2586
2587 * customize.texi (Variable Definitions): Remove user-variable-p.
2588
2589 * commands.texi (Interactive Codes):
2590 * help.texi (Accessing Documentation):
2591 * minibuf.texi (High-Level Completion): Callers changed.
2592
2593 2012-04-06 Chong Yidong <cyd@gnu.org>
2594
2595 * minibuf.texi (Programmed Completion): Document metadata method.
2596 (Completion Variables): Document completion-category-overrides.
2597
2598 2012-04-05 Chong Yidong <cyd@gnu.org>
2599
2600 * anti.texi (Antinews): Rewrite for Emacs 23.
2601
2602 2012-04-04 Chong Yidong <cyd@gnu.org>
2603
2604 * minibuf.texi (Programmed Completion): Remove obsolete variable
2605 completion-annotate-function.
2606 (Completion Variables): Rename from Completion Styles.
2607 Document completion-extra-properties. Document completion-styles-alist
2608 change.
2609 (Reading File Names): minibuffer-local-filename-must-match-map is
2610 not used anymore.
2611 (Minibuffer Completion): Document completing-read-function.
2612 (Completion in Buffers): completion-at-point-functions can return
2613 properties recognized in completion-extra-properties.
2614
2615 * display.texi (Delayed Warnings): New node.
2616
2617 * os.texi (Notifications): Copyedits.
2618
2619 2012-04-04 Glenn Morris <rgm@gnu.org>
2620
2621 * os.texi (Notifications): Copyedits.
2622
2623 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * os.texi (Terminal-Specific): Fix typo.
2626 (Notifications): New section.
2627
2628 * elisp.texi (Top):
2629 * vol1.texi (Top):
2630 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2631 menu entries.
2632
2633 2012-04-01 Chong Yidong <cyd@gnu.org>
2634
2635 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2636 file-in-directory-p.
2637
2638 2012-03-31 Glenn Morris <rgm@gnu.org>
2639
2640 * edebug.texi (Instrumenting Macro Calls):
2641 Mention defining macros at instrumentation time.
2642 (Edebug Options): Mention edebug-unwrap-results.
2643
2644 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2645
2646 * text.texi (Special Properties): Clarify the description of the
2647 effect of integer values of the 'cursor' property on cursor
2648 position. See the discussions in bug#11068 for more details and
2649 context.
2650
2651 2012-03-31 Glenn Morris <rgm@gnu.org>
2652
2653 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2654 Copyedits.
2655
2656 2012-03-30 Chong Yidong <cyd@gnu.org>
2657
2658 * display.texi (Image Formats): Add imagemagick type.
2659 (Image Descriptors): Mention how they are used.
2660 (ImageMagick Images): Clarify role of imagemagick-register-types.
2661 (Character Display): Don't mention glyph tables.
2662 (Display Tables): Use make-glyph-code in example.
2663 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2664 tables are semi-obsolete. De-document create-glyph.
2665 (Glyphless Chars): Note that display tables override this.
2666 (Bidirectional Display): Copyedits. Introduce "bidirectional
2667 reordering" terminology, and use it.
2668
2669 2012-03-30 Glenn Morris <rgm@gnu.org>
2670
2671 * edebug.texi (Jumping): Give name of `i' binding.
2672
2673 2012-03-28 Glenn Morris <rgm@gnu.org>
2674
2675 * searching.texi (Regular Expressions, Regexp Special)
2676 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2677 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2678 (Regexp Special): Mention collation.
2679 Clarify char classes with an example.
2680 (Regexp Functions): Mention regexp-opt is not guaranteed.
2681 Mention regexp-opt-charset.
2682 (Regexp Search): Recommend against looking-back.
2683 (Search and Replace): Use Texinfo recommended quote convention.
2684 Add more query-replace-map items. List multi-query-replace-map items.
2685
2686 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2687
2688 * windows.texi (Window History): Describe new option
2689 switch-to-visible-buffer.
2690
2691 2012-03-27 Glenn Morris <rgm@gnu.org>
2692
2693 * searching.texi (String Search): Add xref to Emacs manual.
2694 Copyedits. Mention the function word-search-regexp.
2695 (Searching and Case): Add xref to Emacs manual. Copyedits.
2696
2697 * processes.texi (Network Servers): Standardize apostrophe usage.
2698
2699 * os.texi (System Environment): Copyedits. Remove some examples
2700 that do not seem useful. Mention setenv third arg.
2701 tty-erase-char does not seem to be nil under a window-system.
2702 (User Identification): Copyedits.
2703 Remove some examples that do not seem useful.
2704
2705 2012-03-26 Glenn Morris <rgm@gnu.org>
2706
2707 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2708 (Init File): Copyedits.
2709 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2710 (Killing Emacs): Copyedits.
2711 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2712 Shorten the example, use more standard shell prompts.
2713
2714 2012-03-25 Chong Yidong <cyd@gnu.org>
2715
2716 * display.texi (Fringes): Note that fringes are shown on graphical
2717 displays only.
2718 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2719 (Replacing Specs): Clarify example.
2720 (Manipulating Buttons): Note that button-at can return a marker.
2721 (Buttons): Minor rewrite.
2722 (Character Display): New node. Consolidate all character display
2723 related nodes into its subsections.
2724 (Usual Display): Character 127 is also affected by ctl-arrow.
2725 (Display Tables): Improve example.
2726
2727 2012-03-22 Glenn Morris <rgm@gnu.org>
2728
2729 * strings.texi (Text Comparison): Mention string-prefix-p.
2730
2731 2012-03-21 Chong Yidong <cyd@gnu.org>
2732
2733 * display.texi (The Echo Area): Add xref to Output Streams.
2734 (Displaying Messages): Improve doc of message.
2735 (Echo Area Customization, Invisible Text): Copyedits.
2736 (Invisible Text): Mention that spec comparison is done with eq.
2737 (Width): Improve doc of char-width.
2738 (Faces): Recommend using symbol instead of string for face name.
2739 Minor clarifications.
2740 (Defining Faces): Copyedits. Update face example.
2741 (Attribute Functions): Mark set-face-foreground etc as commands.
2742 (Face Remapping): Mention text-scale-adjust.
2743 Clarify face-remapping-alist and related docs.
2744 (Face Functions): Don't document make-face or copy-face.
2745
2746 2012-03-20 Chong Yidong <cyd@gnu.org>
2747
2748 * display.texi (Forcing Redisplay): Various rewrites to reflect
2749 new value of redisplay-dont-pause.
2750 (Truncation): Copyedits.
2751
2752 2012-03-20 Glenn Morris <rgm@gnu.org>
2753
2754 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2755 Add summary table of some relevant command-line options.
2756
2757 2012-03-18 Chong Yidong <cyd@gnu.org>
2758
2759 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2760 (Writing Emacs Primitives): Re-organize discussion of functions
2761 with variable Lisp arguments are handled. Delete an obsolete
2762 remark, previously tagged as FIXME.
2763
2764 * os.texi (Idle Timers): Minor clarification.
2765 (Idle Timers): Link to Time of Day for description of time list.
2766
2767 2012-03-18 Glenn Morris <rgm@gnu.org>
2768
2769 * os.texi (System Interface): Flow control was removed.
2770 (Startup Summary): General update.
2771 (Init File): Don't mention compiling it.
2772
2773 2012-03-17 Chong Yidong <cyd@gnu.org>
2774
2775 * os.texi (Startup Summary): Mention package loading.
2776 (Init File): Don't refer to .emacs in section title. Copyedits.
2777 (Terminal-Specific): Give a realistic example.
2778 (Command-Line Arguments): Reference Entering Emacs instead of
2779 repeating the spiel about not restarting Emacs.
2780 (Time of Day): Discuss time representation at beginning of node.
2781 (Sound Output): Copyedits.
2782
2783 * package.texi (Packaging Basics): Document package-initialize.
2784
2785 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2786
2787 * frames.texi (Initial Parameters): Add an index entry for
2788 minibuffer-only frame.
2789
2790 2012-03-16 Glenn Morris <rgm@gnu.org>
2791
2792 * modes.texi (Major Mode Conventions): Mention the strange
2793 relationship between View mode and special modes. (Bug#10650)
2794
2795 2012-03-11 Chong Yidong <cyd@gnu.org>
2796
2797 * windows.texi (Window Configurations): save-window-excursion is
2798 now a macro.
2799
2800 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2801 now a macro.
2802
2803 * text.texi (Fields): Minor copyedit.
2804
2805 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2806
2807 * strings.texi (String Basics):
2808 * sequences.texi (Sequence Functions): Mention that `length' is
2809 not appropriate for computing the string width on display; add a
2810 cross-reference to the description of `string-width'. (Bug#10978)
2811
2812 * eval.texi (Autoloading): Minor change of wording.
2813
2814 2012-03-10 Chong Yidong <cyd@gnu.org>
2815
2816 * loading.texi (Autoload): Explicitly state which forms are
2817 processed specially (Bug#7783).
2818
2819 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2820 non-default situation. Describe one-submenu exception (Bug#7695).
2821
2822 * nonascii.texi (Character Properties): Copyedits.
2823
2824 2012-03-08 Chong Yidong <cyd@gnu.org>
2825
2826 * text.texi (Mode-Specific Indent): Document new behavior of
2827 indent-for-tab-command. Document tab-always-indent.
2828 (Special Properties): Copyedits.
2829 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2830 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2831 libxml-parse-html-region.
2832
2833 2012-03-07 Glenn Morris <rgm@gnu.org>
2834
2835 * markers.texi (The Region): Briefly mention use-empty-active-region
2836 and region-active-p.
2837 (Overview of Markers): Reword garbage collection, add cross-ref.
2838 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2839
2840 2012-03-07 Chong Yidong <cyd@gnu.org>
2841
2842 * text.texi (Buffer Contents): Don't duplicate explanation of
2843 region arguments from Text node. Put doc of obsolete var
2844 buffer-substring-filters back, since it is referred to.
2845 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2846 selection by default.
2847
2848 * markers.texi (The Mark): Fix typo.
2849 (The Region): Copyedits.
2850
2851 2012-03-07 Glenn Morris <rgm@gnu.org>
2852
2853 * markers.texi (Overview of Markers): Copyedits.
2854 (Creating Markers): Update approximate example buffer size.
2855 (The Mark): Don't mention uninteresting return values.
2856
2857 2012-03-05 Chong Yidong <cyd@gnu.org>
2858
2859 * positions.texi (Text Lines): Document count-words.
2860
2861 2012-03-04 Chong Yidong <cyd@gnu.org>
2862
2863 * frames.texi (Frames): Remove little-used "terminal frame" and
2864 "window frame" terminology.
2865 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2866 (Size and Position, Visibility of Frames): Callers changed.
2867 (Frames): Clarify which terminals in framep are graphical.
2868 (Initial Parameters): --geometry is not the only option which adds
2869 to initial-frame-alist.
2870 (Position Parameters): Note that icon-left and icon-top are for
2871 old window managers only.
2872 (Size Parameters): Sizes are in characters even on graphical
2873 displays.
2874 (Management Parameters): Note that window-id and outer-window-id
2875 can't really be changed, and that auto-raise isn't always obeyed.
2876 (Cursor Parameters): Document cursor-type explicitly.
2877 (Size and Position): The aliases set-screen-height and
2878 set-screen-width have been deleted.
2879 (Visibility of Frames): Mention "minimization".
2880
2881 * os.texi (Startup Summary): Minor clarifications.
2882 (Startup Summary, Suspending Emacs): Standardize on "text
2883 terminal" terminology.
2884
2885 * windows.texi (Basic Windows, Coordinates and Windows)
2886 (Coordinates and Windows):
2887 * display.texi (Refresh Screen, Line Height, Face Attributes)
2888 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2889
2890 2012-03-04 Glenn Morris <rgm@gnu.org>
2891
2892 * abbrevs.texi: Small copyedits throughout.
2893 (Abbrev Mode): Remove this section, folding it into the top-level.
2894 (Abbrev Tables): Don't mention irrelevant return values.
2895 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2896 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2897 (Abbrev Table Properties): Update nil :regexp description.
2898
2899 2012-03-03 Glenn Morris <rgm@gnu.org>
2900
2901 * internals.texi: Change @appendix section commands to @section.
2902 (Building Emacs): Say less about CANNOT_DUMP platforms.
2903 Replace deleted eval-at-startup with custom-initialize-delay.
2904 (Pure Storage): Small changes.
2905 (Memory Usage): Copyedit.
2906 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2907 example definitions. Give examples of things with non-nil
2908 interactive args. Mention eval_sub. Remove old info about
2909 strings and GCPRO. Mention cus-start.el.
2910 (Buffer Internals, Window Internals, Process Internals):
2911 Misc small updates and fixes for fields.
2912
2913 * tips.texi: Copyedits.
2914 (Coding Conventions): Mention autoloads.
2915 Combine partially duplicated macro items. Fix xref.
2916 Refer to Library Headers for copyright notice.
2917 (Programming Tips): edit-options is long-obsolete.
2918 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2919 (Warning Tips): Mention declare-function.
2920 (Documentation Tips): Remove old info.
2921 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2922 (Library Headers): General update.
2923
2924 2012-03-02 Glenn Morris <rgm@gnu.org>
2925
2926 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2927 and relocate entry. Mention buffer-stale-function.
2928
2929 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2930
2931 * hooks.texi (Standard Hooks): General update.
2932 Put related hooks together. Add and remove items.
2933 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2934 * modes.texi (Hooks): Tweak cross-ref description.
2935
2936 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2937
2938 * files.texi (Kinds of Files): The return value of file-equal-p is
2939 unspecified, if FILE1 or FILE2 does not exist.
2940
2941 2012-03-01 Glenn Morris <rgm@gnu.org>
2942
2943 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2944
2945 * maps.texi (Standard Keymaps): General update.
2946 Remove mode-specific maps, talk about the more general keymaps.
2947 * help.texi (Help Functions): Add vindex for Helper-help-map.
2948 * keymaps.texi (Active Keymaps): Minor rephrasing.
2949
2950 2012-02-29 Glenn Morris <rgm@gnu.org>
2951
2952 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2953
2954 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2955
2956 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2957 Update changed behavior of file-subdir-of-p.
2958
2959 2012-02-28 Glenn Morris <rgm@gnu.org>
2960
2961 * advice.texi, anti.texi, display.texi, elisp.texi:
2962 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2963 Standardize possessive apostrophe usage.
2964
2965 * locals.texi: Remove file.
2966 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2967 Remove menu entry.
2968 * errors.texi, maps.texi: Adjust node pointers.
2969 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2970 * makefile.w32-in (srcs):
2971 * Makefile.in (srcs): Remove locals.texi.
2972
2973 * frames.texi (Mouse Position): Fix cross-ref.
2974
2975 2012-02-27 Chong Yidong <cyd@gnu.org>
2976
2977 * buffers.texi (Creating Buffers): Clarify that
2978 generate-new-buffer uses generate-new-buffer-names.
2979 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2980
2981 * files.texi (Directory Names): Index entry for file name abbreviations.
2982 (Relative File Names, File Name Expansion): Refer to it.
2983 (Locating Files): Move locate-user-emacs-file documentation to
2984 Standard File Names.
2985 (Standard File Names): Add locate-user-emacs-file; update examples.
2986
2987 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2988
2989 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2990
2991 2012-02-26 Chong Yidong <cyd@gnu.org>
2992
2993 * files.texi (Kinds of Files): Improve documentation of
2994 files-equal-p and file-subdir-of-p.
2995
2996 2012-02-26 Glenn Morris <rgm@gnu.org>
2997
2998 * intro.texi (Acknowledgements): Small changes.
2999
3000 2012-02-25 Glenn Morris <rgm@gnu.org>
3001
3002 * errors.texi: Don't try to list _all_ the error symbols.
3003 Add circular-list, cl-assertion-failed, compression-error.
3004 * elisp.texi, vol1.texi, vol2.texi:
3005 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3006
3007 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3008
3009 * files.texi (files-equal-p, file-subdir-of-p): New,
3010 add initial documentation.
3011
3012 2012-02-25 Chong Yidong <cyd@gnu.org>
3013
3014 * files.texi (File Attributes): Document file-selinux-context.
3015 (Changing Files): Link to it.
3016 (Changing Files): Document set-file-selinux-context.
3017
3018 * backups.texi (Making Backups): Return value of backup-buffer is
3019 changed. Mention default value of backup-directory-alist.
3020 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3021 (Auto-Saving): New minor mode behavior for auto-save-mode.
3022 (Reverting): Add defvar for revert-buffer-in-progress-p.
3023
3024 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3025
3026 2012-02-24 Glenn Morris <rgm@gnu.org>
3027
3028 * errors.texi (Standard Errors): Mention dbus-error.
3029 For arith-error sub-classes, just use one cross-ref.
3030
3031 2012-02-23 Alan Mackenzie <acm@muc.de>
3032
3033 * modes.texi (Defining Minor Modes): Document the new keyword
3034 :after-hook.
3035
3036 2012-02-21 Chong Yidong <cyd@gnu.org>
3037
3038 * files.texi (Files): Mention magic file names as arguments.
3039 (Reading from Files): Copyedits.
3040 (File Attributes): Mention how to change file modes.
3041 (Changing Files): Use standard "file permissions" terminology.
3042 Add xref to File Attributes node.
3043 (Locating Files): Document locate-user-emacs-file.
3044 (Unique File Names): Recommend against using make-temp-name.
3045
3046 2012-02-19 Chong Yidong <cyd@gnu.org>
3047
3048 * help.texi (Documentation, Documentation Basics, Help Functions):
3049 Minor clarifications.
3050 (Accessing Documentation): Clarify what documentation-property is
3051 for. Add xref to Keys in Documentation.
3052
3053 * tips.texi (Documentation Tips): Don't recommend using * in
3054 docstrings.
3055
3056 * macros.texi (Defining Macros):
3057 * modes.texi (Derived Modes): Say "documentation string" instead
3058 of docstring.
3059
3060 2012-02-18 Chong Yidong <cyd@gnu.org>
3061
3062 * modes.texi (Tabulated List Mode): New node.
3063 (Basic Major Modes): Add xref to it.
3064
3065 * processes.texi (Process Information): Mention Process Menu mode.
3066
3067 2012-02-17 Chong Yidong <cyd@gnu.org>
3068
3069 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3070
3071 2012-02-17 Glenn Morris <rgm@gnu.org>
3072
3073 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3074
3075 2012-02-16 Chong Yidong <cyd@gnu.org>
3076
3077 * syntax.texi (Syntax Tables, Syntax Descriptors)
3078 (Syntax Table Functions): Copyedits.
3079 (Syntax Basics): Don't repeat the material in the preceding node.
3080 (Syntax Class Table): Use a table.
3081 (Syntax Properties): Document syntax-propertize-function and
3082 syntax-propertize-extend-region-functions.
3083 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3084 (Parser State): Update for the new "c" comment style.
3085 Fix description of item 7 (comment style).
3086
3087 * modes.texi (Minor Modes): Update how mode commands should treat
3088 arguments now.
3089 (Mode Line Basics): Clarify force-mode-line-update.
3090 (Mode Line Top): Note that the example is not realistic.
3091 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3092 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3093 "mode line construct" instead of "mode line specification".
3094 (Syntactic Font Lock): Remove mention of obsolete variable
3095 font-lock-syntactic-keywords.
3096 (Setting Syntax Properties): Node deleted.
3097 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3098 (Font Lock Basics): Note that syntactic fontification falls back
3099 on `syntax-table'.
3100 (Search-based Fontification): Emphasize that font-lock-keywords
3101 should not be set directly.
3102 (Faces for Font Lock): Avoid some confusing terminology.
3103 (Syntactic Font Lock): Minor clarifications. Add xref to
3104 Syntactic Font Lock node.
3105
3106 2012-02-15 Chong Yidong <cyd@gnu.org>
3107
3108 * minibuf.texi (Basic Completion): Define "completion table".
3109 Move completion-in-region to Completion in Buffers node.
3110 (Completion Commands): Use "completion table" terminology.
3111 (Completion in Buffers): New node.
3112
3113 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3114 (Setting Hooks): Update minor mode usage example.
3115 (Major Mode Conventions): Note that completion-at-point-functions
3116 should be altered locally. Add xref to Completion in Buffers.
3117 Remove duplicate tip about auto-mode-alist.
3118 (Minor Modes): Rewrite introduction.
3119 (Minor Mode Conventions): Copyedits. Don't recommend
3120 variable-only minor modes since few minor modes are like that.
3121
3122 2012-02-15 Glenn Morris <rgm@gnu.org>
3123
3124 * processes.texi (Network): Document open-network-stream :parameters.
3125
3126 2012-02-14 Chong Yidong <cyd@gnu.org>
3127
3128 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3129 was removed on 2009-09-10. Update lisp-mode-map example.
3130 (Inheritance and Keymaps): Minor clarification.
3131 (Searching Keymaps): Remove out-of-place enumeration.
3132 (Key Lookup): Remove unnecessary example (one was already given in
3133 Format of Keymaps).
3134 (Changing Key Bindings): Update suppress-keymap example.
3135 (Menu Bar, Tool Bar): Copyedits.
3136 (Tool Bar): Update tool-bar-map example.
3137
3138 2012-02-12 Chong Yidong <cyd@gnu.org>
3139
3140 * debugging.texi (Debugger Commands): Continuing is now allowed
3141 for errors.
3142
3143 2012-02-11 Chong Yidong <cyd@gnu.org>
3144
3145 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3146 Move the list of standard bitmaps there.
3147 (Fringe Cursors): Rewrite for clarity.
3148 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3149
3150 * commands.texi (Command Overview): Mention read-key.
3151 (Using Interactive, Interactive Call): Minor clarifications.
3152 (Function Keys, Click Events): Avoid "input stream" terminology.
3153 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3154 Clarify column and row components.
3155 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3156 (Special Events): Copyedits.
3157
3158 * streams.texi (Input Streams): De-document get-file-char.
3159 (Output Variables): Don't refer to old backquote syntax.
3160
3161 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3162 (Error Debugging): Note that debug-ignored-errors overrides list
3163 values of debug-on-error too. Add xref to Signaling Errors.
3164 Note that debug-on-signal is not customizable.
3165 Mention condition-case-unless-debug.
3166 (Compilation Errors): Node deleted.
3167
3168 * compile.texi (Compiler Errors): Move a paragraph here from
3169 deleted node Compilation Errors.
3170
3171 2012-02-10 Leo Liu <sdl.web@gmail.com>
3172
3173 * control.texi (Handling Errors): Change condition-case-no-debug
3174 to condition-case-unless-debug.
3175
3176 2012-02-10 Chong Yidong <cyd@gnu.org>
3177
3178 * advice.texi (Defining Advice): Clarify ad-unadvise.
3179 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3180 is not abnormal.
3181 (Advising Primitives): Node deleted; ad-define-subr-args has been
3182 removed.
3183
3184 * compile.texi (Speed of Byte-Code): Use float-time in example.
3185 (Compilation Functions): Note that the log uses Compilation mode.
3186 Don't discuss the contents of byte-code function object here.
3187 (Compilation Functions): De-document internal function byte-code.
3188 (Docs and Compilation): Minor clarifications.
3189
3190 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3191 Objects.
3192
3193 2012-02-10 Glenn Morris <rgm@gnu.org>
3194
3195 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3196 Mention secure-hash.
3197 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3198
3199 2012-02-10 Chong Yidong <cyd@gnu.org>
3200
3201 * loading.texi (Loading): Don't emphasize "library" terminology.
3202 (Library Search): load-path is not a user option. Mention role of
3203 -L option and packages. Improve examples.
3204 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3205 obsolete.
3206 (Autoload): Minor clarifications.
3207
3208 2012-02-10 Glenn Morris <rgm@gnu.org>
3209
3210 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3211
3212 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3213
3214 2012-02-08 Glenn Morris <rgm@gnu.org>
3215
3216 * loading.texi (Named Features): Update the require example.
3217
3218 2012-02-07 Glenn Morris <rgm@gnu.org>
3219
3220 * modes.texi (Defining Minor Modes):
3221 Expand on args of defined minor modes.
3222
3223 2012-02-07 Chong Yidong <cyd@gnu.org>
3224
3225 * variables.texi (Creating Buffer-Local): Minor clarification
3226 to buffer-local-variables doc (Bug#10715).
3227
3228 2012-02-07 Glenn Morris <rgm@gnu.org>
3229
3230 * display.texi (ImageMagick Images): General update.
3231 Move most details of imagemagick-render-type to the variable's doc.
3232
3233 2012-02-06 Glenn Morris <rgm@gnu.org>
3234
3235 * keymaps.texi (Tool Bar): Mention separators.
3236 (Inheritance and Keymaps):
3237 Mention make-composed-keymap and multiple inheritance.
3238
3239 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3240
3241 * control.texi (Handling Errors):
3242 Mention condition-case-no-debug and with-demoted-errors.
3243
3244 2012-02-05 Chong Yidong <cyd@gnu.org>
3245
3246 * customize.texi (Common Keywords): Minor clarifications.
3247 Document custom-unlispify-remove-prefixes.
3248 (Variable Definitions): Backquotes in defcustom seem to work fine
3249 now. Various other copyedits.
3250 (Simple Types): Copyedits. Document color selector.
3251 (Composite Types): Copyedits.
3252 (Splicing into Lists): Clarifications.
3253
3254 * eval.texi (Backquote): Move from macros.texi.
3255
3256 * macros.texi (Expansion): Minor clarification.
3257 (Backquote): Move node to eval.texi.
3258 (Defining Macros): Move an example from Backquote node.
3259 (Argument Evaluation): No need to mention Pascal.
3260 (Indenting Macros): Add xref to Defining Macros.
3261
3262 2012-02-05 Glenn Morris <rgm@gnu.org>
3263
3264 * debugging.texi (Error Debugging): Mention debug-on-event default.
3265
3266 2012-02-04 Glenn Morris <rgm@gnu.org>
3267
3268 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3269
3270 * debugging.texi (Error Debugging): Mention debug-on-event.
3271 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3272
3273 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3274
3275 * text.texi (Buffer Contents):
3276 Update filter-buffer-substring description.
3277
3278 2012-02-04 Chong Yidong <cyd@gnu.org>
3279
3280 * functions.texi (What Is a Function): Add closures.
3281 Mention "return value" terminology. Add xref for command-execute.
3282 Remove unused "keystroke command" terminology.
3283 (Lambda Expressions): Give a different example than in the
3284 following subsection. Add xref to Anonymous Functions.
3285 (Function Documentation): Remove gratuitous markup.
3286 (Function Names): Move introductory text to `What Is a Function'.
3287 (Defining Functions): Fix defun argument spec.
3288 (Anonymous Functions): Document lambda macro explicitly.
3289 Mention effects on lexical binding.
3290 (Function Cells): Downplay direct usage of fset.
3291 (Closures): New node.
3292 (Inline Functions): Remove "open-code" terminology.
3293 (Declaring Functions): Minor tweak; .m is not C code.
3294
3295 * variables.texi (Variables): Don't refer to "global value".
3296 (Local Variables, Void Variables): Copyedits.
3297 (Lexical Binding): Minor clarification of example.
3298 (File Local Variables): Mention :safe and :risky defcustom args.
3299 (Lexical Binding): Add xref to Closures node.
3300
3301 2012-02-04 Glenn Morris <rgm@gnu.org>
3302
3303 * minibuf.texi (High-Level Completion): Updates for read-color.
3304
3305 2012-02-03 Glenn Morris <rgm@gnu.org>
3306
3307 * display.texi (GIF Images): Mention animation.
3308 Remove commented-out old example of animation.
3309 (Animated Images): New subsection.
3310 * elisp.texi (Top):
3311 * vol1.texi (Top):
3312 * vol2.texi (Top): Add Animated Images menu entry.
3313
3314 * display.texi (Image Formats): Remove oddly specific information
3315 on versions of image libraries.
3316 (GIF Images, TIFF Images): Minor rephrasing.
3317
3318 2012-02-02 Glenn Morris <rgm@gnu.org>
3319
3320 * processes.texi (Synchronous Processes):
3321 Mention call-process's :file gets overwritten.
3322
3323 * commands.texi (Reading One Event):
3324 * help.texi (Help Functions): Document read-char-choice.
3325
3326 * hooks.texi (Standard Hooks):
3327 * modes.texi (Keymaps and Minor Modes):
3328 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3329
3330 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3331
3332 * hooks.texi (Standard Hooks):
3333 * modes.texi (Major Mode Conventions, Mode Hooks):
3334 Document change-major-mode-after-body-hook.
3335
3336 2012-02-01 Glenn Morris <rgm@gnu.org>
3337
3338 * modes.texi (Defining Minor Modes):
3339 Mention disabling global minor modes on a per-major-mode basis.
3340
3341 2012-01-31 Chong Yidong <cyd@gnu.org>
3342
3343 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3344 (Parser State): Remove unnecessary statement (Bug#10661).
3345
3346 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3347
3348 2012-01-31 Glenn Morris <rgm@gnu.org>
3349
3350 * modes.texi (Defining Minor Modes):
3351 Document define-minor-mode's new :variable keyword.
3352
3353 2012-01-29 Chong Yidong <cyd@gnu.org>
3354
3355 * syntax.texi (Syntax Class Table): Tweak description of newline
3356 char syntax (Bug#9619).
3357
3358 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3359 description (Bug#10189).
3360
3361 2012-01-29 Glenn Morris <rgm@gnu.org>
3362
3363 * files.texi (Changing Files): Document SELinux support.
3364
3365 * windows.texi (Window Sizes): Fix typo.
3366
3367 2012-01-28 Chong Yidong <cyd@gnu.org>
3368
3369 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3370 doc (Bug#8568).
3371
3372 * frames.texi (Input Focus): Add NORECORD arg to
3373 select-frame-set-input-focus. Clarify its role in select-frame.
3374
3375 * text.texi (Transposition): We don't use transpose-region as an
3376 internal subroutine (Bug#3249).
3377
3378 * modes.texi (Example Major Modes): Update Lisp example code to
3379 current sources. Delete the old non-derived-major-mode example,
3380 which has diverged badly from current sources.
3381
3382 2012-01-27 Glenn Morris <rgm@gnu.org>
3383
3384 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3385 (VERSION, manual): Remove, unused.
3386
3387 2012-01-27 Chong Yidong <cyd@gnu.org>
3388
3389 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3390
3391 2012-01-26 Chong Yidong <cyd@gnu.org>
3392
3393 * searching.texi (String Search): Document negative repeat count
3394 (Bug#10507).
3395
3396 2012-01-26 Glenn Morris <rgm@gnu.org>
3397
3398 * variables.texi (Using Lexical Binding):
3399 Mention that lexical-binding should be set in the first line.
3400
3401 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3402
3403 * macros.texi (Defining Macros): Don't claim that `declare' only
3404 affects Edebug and indentation.
3405
3406 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3407
3408 * macros.texi (Defining Macros): Slight `declare' fixup.
3409
3410 2012-01-25 Glenn Morris <rgm@gnu.org>
3411
3412 * makefile.w32-in (texinputdir):
3413 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3414
3415 2012-01-24 Chong Yidong <cyd@gnu.org>
3416
3417 * variables.texi (Variables, Local Variables, Void Variables):
3418 Edit to make the descriptions less specific to dynamic binding.
3419 (Local Variables): Default max-specpdl-size is now 1300.
3420 (Defining Variables): Edits for lexical scoping.
3421 Delete information about starting docstrings with *. De-document
3422 user-variable-p.
3423 (Tips for Defining): Remove an unimportant discussion of quitting
3424 in the middle of a load.
3425 (Accessing Variables, Setting Variables): Discuss lexical binding.
3426 (Variable Scoping): Rewrite.
3427 (Scope, Extent, Impl of Scope): Nodes deleted.
3428 (Dynamic Binding): New node, with material from Scope, Extent, and
3429 Impl of Scope nodes.
3430 (Dynamic Binding Tips): Rename from Using Scoping.
3431 (Lexical Binding): Rewrite.
3432 (Using Lexical Binding): Rename from Converting to Lexical
3433 Binding. Convert to subsection.
3434
3435 * customize.texi (Variable Definitions): Add custom-variable-p.
3436 Move user-variable-p documentation here.
3437
3438 2012-01-23 Chong Yidong <cyd@gnu.org>
3439
3440 * strings.texi (Text Comparison): Minor qualification.
3441
3442 * lists.texi (Cons Cells): Copyedits.
3443 (List Elements): Mention push.
3444 (List Variables): Mention pop.
3445 (Rings): Move to sequences.texi.
3446
3447 * sequences.texi (Sequence Functions): Don't repeat the
3448 introduction already given in the parent.
3449 (Vectors): Copyedits.
3450 (Rings): Move from lists.texi. Note that this is specific to the
3451 ring package.
3452
3453 * symbols.texi (Definitions, Symbol Components): Mention variable
3454 scoping issues.
3455 (Plists and Alists): Copyedits.
3456
3457 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3458 correctness with lexical scoping.
3459 (Eval): Copyedits.
3460
3461 2012-01-21 Chong Yidong <cyd@gnu.org>
3462
3463 * intro.texi (A Sample Function Description): Special notation
3464 used for macros too.
3465
3466 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3467 (Symbol Type): Add xref for keyword symbols.
3468 (Sequence Type): Clarify differences between sequence types.
3469 (Cons Cell Type): Add "linked list" index entry.
3470 (Non-ASCII in Strings): Copyedits.
3471 (Equality Predicates): Symbols with same name need not be eq.
3472
3473 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3474 ldexp. Move float-e and float-pi to Math Functions node.
3475
3476 2012-01-21 Glenn Morris <rgm@gnu.org>
3477
3478 * modes.texi (Auto Major Mode):
3479 * variables.texi (File Local Variables):
3480 Mention inhibit-local-variables-regexps.
3481
3482 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3483
3484 * windows.texi (Window Configurations): Rewrite references to
3485 persistent window parameters.
3486 (Window Parameters): Fix description of persistent window
3487 parameters.
3488
3489 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * windows.texi (Window Parameters): Use @pxref.
3492
3493 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3494
3495 * windows.texi (Window Configurations, Window Parameters):
3496 Describe persistent window parameters.
3497
3498 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * variables.texi (Creating Buffer-Local): Warn against misuses of
3501 make-variable-buffer-local (bug#10258).
3502
3503 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3504
3505 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3506
3507 2012-01-06 Chong Yidong <cyd@gnu.org>
3508
3509 * variables.texi (Directory Local Variables):
3510 Document hack-dir-local-variables-non-file-buffer.
3511
3512 2012-01-06 Glenn Morris <rgm@gnu.org>
3513
3514 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3515 rather than by keybinding.
3516
3517 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * frames.texi (Font and Color Parameters): Add @pxref.
3520
3521 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3522
3523 * frames.texi (Font and Color Parameters):
3524 Document w32 font backends (bug#10399).
3525
3526 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3527
3528 * files.texi (File Attributes, Changing Files):
3529 Use a more-natural notation for octal numbers.
3530
3531 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * variables.texi (Variables with Restricted Values):
3534 Change reference to variable (bug#10354).
3535
3536 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3537
3538 * windows.texi (Splitting Windows): Use t instead of non-nil
3539 when describing window-combination-resize.
3540
3541 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * text.texi (Special Properties): Warn against `intangible' properties
3544 (bug#10222).
3545
3546 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3547
3548 * display.texi (Truncation):
3549 * text.texi (Special Properties): Describe what a stretch-glyph is
3550 instead of using that term without explanation. Make the
3551 cross-references more accurate.
3552
3553 * display.texi (Usual Display): Update the description,
3554 cross-references, and indexing related to display of control
3555 characters and raw bytes.
3556
3557 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3558
3559 * windows.texi (Splitting Windows): Fix description of
3560 window-combination-limit. Suggested by Eli Zaretskii.
3561
3562 2011-11-23 Chong Yidong <cyd@gnu.org>
3563
3564 * windows.texi (Window Sizes): Move window-top-line,
3565 window-left-column, and window-*-pixel-edges to Coordinates and
3566 Windows node.
3567 (Coordinates and Windows): Restore window-edges doc.
3568
3569 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3570
3571 * windows.texi (Windows and Frames, Splitting Windows):
3572 Fix typos.
3573
3574 2011-11-21 Chong Yidong <cyd@gnu.org>
3575
3576 * windows.texi (Splitting Windows): Fix error in documentation of
3577 window-combination-limit.
3578 (Cyclic Window Ordering): Minor fixes to next-window,
3579 one-window-p, and get-lru-window docs. Don't document
3580 window-list-1.
3581 (Buffers and Windows): Copyedits.
3582 (Choosing Window): Document special handling of special-display-*.
3583 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3584 Don't document even-window-heights, which is going away.
3585 Clarify which options are obeyed by which action functions.
3586
3587 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3590
3591 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3592
3593 * windows.texi (Resizing Windows, Splitting Windows):
3594 Remove term "status" when talking about combination limits.
3595
3596 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3597
3598 * compile.texi (Compiler Errors):
3599 * help.texi (Help Functions): Fix typos.
3600
3601 2011-11-19 Chong Yidong <cyd@gnu.org>
3602
3603 * windows.texi (Splitting Windows): Clarify role of window
3604 parameters in split-window. Shorten the example.
3605 (Deleting Windows): Rewrite intro to handle internal windows.
3606 Fix delete-windows-on doc.
3607 (Selecting Windows): Copyedits.
3608
3609 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3610
3611 * windows.texi (Resizing Windows, Splitting Windows)
3612 (Deleting Windows): Use term window-combination-resize instead
3613 of window-splits.
3614
3615 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3616
3617 * windows.texi (Resizing Windows, Splitting Windows):
3618 Rename occurrences of window-nest to window-combination-limit.
3619
3620 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3621
3622 * intro.texi (Lisp History): Fix typo.
3623
3624 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3625
3626 * windows.texi (Splitting Windows, Deleting Windows):
3627 Remove references to splits status of windows.
3628
3629 2011-11-10 Glenn Morris <rgm@gnu.org>
3630
3631 * buffers.texi (Read Only Buffers): Expand a bit on why
3632 toggle-read-only should only be used interactively. (Bug#7292)
3633
3634 2011-11-09 Chong Yidong <cyd@gnu.org>
3635
3636 * windows.texi (Window Sizes): Document window-pixel-edges,
3637 window-inside-pixel-edges, window-absolute-pixel-edges, and
3638 window-inside-absolute-pixel-edges.
3639 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3640 non-full-width windows.
3641
3642 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3643
3644 * windows.texi (Resizing Windows): Rewrite documentation of
3645 window-resizable.
3646
3647 2011-11-09 Chong Yidong <cyd@gnu.org>
3648
3649 * windows.texi (Splitting Windows): Simplify example.
3650
3651 2011-11-08 Chong Yidong <cyd@gnu.org>
3652
3653 * windows.texi (Window Sizes): Copyedits. Document
3654 window-text-height. Remove window-min-height and window-min-width
3655 discussion, referring instead to Emacs manual.
3656 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3657 (Resizing Windows): Simplify introduction. Don't document
3658 enlarge-window, shrink-window, enlarge-window-horizontally, and
3659 shrink-window-horizontally; they are no longer preferred for
3660 calling from Lisp, and are already documented in the Emacs manual.
3661
3662 2011-11-07 Glenn Morris <rgm@gnu.org>
3663
3664 * windows.texi (Choosing Window): Fix keybinding typo.
3665
3666 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3667
3668 * windows.texi (Resizing Windows, Splitting Windows)
3669 (Window Configurations): Use "child window" instead of
3670 "subwindow".
3671
3672 2011-11-06 Chong Yidong <cyd@gnu.org>
3673
3674 * windows.texi (Basic Windows): Clarify various definitions.
3675 Treat window-normalize-* as internal; don't document them.
3676 (Windows and Frames): Various clarifications, e.g. non-live
3677 windows also belong to frames. Fix window-list description.
3678 Simplify window nesting example.
3679 (Splitting Windows, Window Configurations):
3680 Use split-window-below.
3681
3682 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3683
3684 * windows.texi (Window Sizes): Mention in the doc string that the
3685 return values of `window-body-height' and `window-body-width' are
3686 in frame's canonical units. (Bug#9949)
3687
3688 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3689
3690 * windows.texi (Windows and Frames): Remove "iso-" infix from
3691 documentation of window-iso-combined-p.
3692
3693 2011-10-26 Chong Yidong <cyd@gnu.org>
3694
3695 * modes.texi (Running Hooks): Document with-wrapper-hook.
3696
3697 2011-10-18 Chong Yidong <cyd@gnu.org>
3698
3699 * display.texi (Glyphless Chars): New node.
3700
3701 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * text.texi (Yanking): Document yank-excluded-properties.
3704
3705 * package.texi (Packaging Basics): The commentary should say how
3706 to begin using the package.
3707
3708 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3709
3710 * windows.texi (Deleting Windows): Mention which window gets
3711 selected when deleting the selected window.
3712
3713 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3714
3715 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3716 with the selected window.
3717 * windows.texi (Buffers and Windows): Reformulate text on how
3718 replace-buffer-in-windows deals with a window.
3719 (Quitting Windows): Describe how quit-window deals with a
3720 standalone frame. Describe new option frame-auto-hide-function.
3721
3722 2011-10-08 Glenn Morris <rgm@gnu.org>
3723
3724 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3725
3726 * positions.texi (Excursions): Update warning message.
3727
3728 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3731 Fix Emacs manual xref (Bug#9675).
3732
3733 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * windows.texi (Textual Scrolling): Document scroll-up-command,
3736 scroll-down-command, scroll-error-top-bottom, and the
3737 scroll-command symbol property.
3738 (Display Action Functions): Fix description of
3739 display-buffer-pop-up-window.
3740
3741 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * windows.texi (Splitting Windows): Fix typos.
3744
3745 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3746
3747 * windows.texi (Windows and Frames, Display Action Functions)
3748 (Switching Buffers): Fix some typos.
3749 (Buffers and Windows): Remove reference to window-auto-delete.
3750 Reword description of replace-buffer-in-windows.
3751 (Window History): Fix some typos and refer to frame local buffer
3752 list.
3753 (Quitting Windows): New node.
3754 (Window Configurations): Add descriptions of window-state-get
3755 and window-state-put.
3756 (Window Parameters): Describe variable ignore-window-parameters.
3757 Sketch some window parameters currently in use.
3758 * elisp.texi (Top): Update node listing.
3759
3760 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * windows.texi (Display Action Functions)
3763 (Choosing Window Options): New nodes.
3764
3765 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3766
3767 * windows.texi (Window History): New node. Move text here from
3768 Buffers and Windows.
3769 (Switching Buffers): Rename from Displaying Buffers, since we
3770 don't document display-buffer here; callers changed.
3771 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3772 switch-to-buffer-other-frame. Delete duplicate
3773 replace-buffer-in-windows doc.
3774 (Choosing Window): Document display actions.
3775
3776 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3777
3778 * display.texi (Forcing Redisplay): Update the description of
3779 redisplay-dont-pause due to change in the default value.
3780
3781 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3782
3783 * frames.texi (Frames and Windows): Move section and rename to
3784 Windows and Frames in windows.texi.
3785 * windows.texi (Windows): Restructure.
3786 (Basic Windows): Rewrite. Explain live and internal windows and
3787 normalization functions.
3788 (Windows and Frames): Move section here from frames.texi.
3789 Describe subwindows, window combinations, window tree, and
3790 corresponding functions including window-list here.
3791 (Window Sizes): Rename section from Size of Window and move it
3792 up in chapter. Describe total and body sizes and the
3793 corresponding functions. Explain new semantics of
3794 window-min-height/-width.
3795 (Resizing Windows): Move section up in chapter. Describe new
3796 resize functions.
3797 (Splitting Windows): Describe new behavior of split-window,
3798 split-window-above-each-other and split-window-side-by-side.
3799 Provide examples. Describe window-nest and window-splits
3800 options.
3801 (Deleting Windows): Minor rewrite.
3802 (Selecting Windows): Minor rewrite.
3803 Describe frame-selected-window and set-frame-selected-window here.
3804 (Cyclic Window Ordering): Minor rewrite.
3805 Describe window-list-1.
3806 (Buffers and Windows): Rewrite. Explain a window's previous and
3807 next buffers and the corresponding functions.
3808 (Window Tree): Merge into Windows and Frames section.
3809 * elisp.texi (Top): Update node listings for frames and windows
3810 sections.
3811
3812 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3815
3816 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3817
3818 * errors.texi (Standard Errors): Remove apparent placeholder text
3819 (bug#9491).
3820
3821 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * frames.texi (Management Parameters): Fix description of
3824 icon-type parameter.
3825
3826 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3829 ending in C-g. Suggested by Edward O'Connor.
3830
3831 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3832
3833 * numbers.texi (Integer Basics): Add indexing for
3834 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3835
3836 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3837
3838 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3839
3840 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * processes.texi (Network Servers): Clarify what the process
3843 buffer is used for (bug#9233).
3844
3845 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3846
3847 * lists.texi (Building Lists): Fix typo.
3848
3849 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * display.texi (Basic Faces): New node. Document new faces.
3852
3853 * modes.texi (Major Mode Conventions): Move some text there.
3854 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3855
3856 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * modes.texi (Basic Major Modes): New node. Callers updated.
3859 (Major Modes): Document fundamental-mode and major-mode.
3860 (Major Mode Basics): Node deleted; text moved to Major Modes.
3861 (Derived Modes): Document derived-mode-p.
3862
3863 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * files.texi (Changing Files, Create/Delete Dirs): Document new
3866 arguments for delete-file, delete-directory, and copy-directory.
3867 (Visiting Functions): Remove view-file; it is documented in the
3868 Emacs manual.
3869
3870 * frames.texi (Layout Parameters): The defaults for the
3871 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3872
3873 * display.texi (Progress): Document spinner functionality.
3874
3875 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3876 operating system signals. Refer to save-buffers-kill-terminal
3877 instead of save-buffers-kill-emacs.
3878
3879 * objects.texi (Symbol Type): Document ## print representation.
3880
3881 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3882
3883 * display.texi (Specified Space): Mention that `space' specs
3884 influence bidi reordering.
3885 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3886 separating fields with bidirectional content.
3887
3888 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3889
3890 * display.texi (Bidirectional Display): Document return value in
3891 buffers that are not bidi-reordered for display, and in unibyte
3892 buffers.
3893
3894 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3895
3896 * nonascii.texi (Character Properties): Document the values for
3897 unassigned codepoints.
3898
3899 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3900
3901 * nonascii.texi (Character Properties): Document use of
3902 `bidi-class' and `mirroring' properties as part of reordering.
3903 Provide cross-references to "Bidirectional Display".
3904
3905 * display.texi (Bidirectional Display): Document the pitfalls of
3906 concatenating strings with bidirectional content, with possible
3907 solutions. Document bidi-string-mark-left-to-right.
3908 Mention paragraph direction in modes that inherit from prog-mode.
3909 Document use of `bidi-class' and `mirroring' properties as part of
3910 reordering.
3911
3912 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3913
3914 * modes.texi (Major Mode Conventions): Improve the documentation
3915 of `mode-class' `special' modes.
3916
3917 * nonascii.texi (Character Properties): Document the `mirroring'
3918 property. Add index entries.
3919
3920 * syntax.texi (Categories): Add an example of defining a new
3921 category and category table.
3922
3923 * searching.texi (Regexp Backslash): Document how to display
3924 existing categories. Mention the possibility of adding
3925 categories, and add an xref to where this is described. Add an
3926 index entry.
3927
3928 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * text.texi (Special Properties):
3931 * display.texi (Overlay Properties): Note that mouse-face cannot
3932 change the text size (Bug#8530).
3933
3934 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3937 using setenv instead.
3938
3939 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3940
3941 * display.texi (Bidirectional Display): Document the fact that
3942 bidi-display-reordering is t by default.
3943
3944 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3945
3946 * display.texi (Bidirectional Display): New section.
3947
3948 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3949 Tim Cross <theophilusx@gmail.com> (tiny change)
3950 Glenn Morris <rgm@gnu.org>
3951
3952 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3953
3954 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3955
3956 * help.texi (Keys in Documentation): Revert last change.
3957
3958 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
3960 * help.texi (Keys in Documentation): Clarify that \= only quotes
3961 the next character, and doesn't affect longer sequences in
3962 particular (bug#8935).
3963
3964 * debugging.texi (Using Debugger):
3965 Mention @code{eval-expression-debug-on-error} (bug#8549).
3966
3967 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3968
3969 * display.texi (Other Display Specs): Document that `left-fringe'
3970 and `right-fringe' display specifications are of the "replacing"
3971 kind.
3972
3973 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3974
3975 * help.texi (Documentation Basics): Add a link to the Function
3976 Documentation node (bug#6580).
3977
3978 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3979
3980 * keymaps.texi (Menu Bar): Mention :visible and :enable
3981 (bug#6344). Text by Drew Adams.
3982
3983 * modes.texi (Running Hooks): Mention buffer-local hook variables
3984 (bug#6218).
3985
3986 * objects.texi (General Escape Syntax): "a with grave accent" is
3987 ?xe0, not ?x8e0 (bug#5259).
3988
3989 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * display.texi (Face Attributes, Font Selection): Add references
3992 to the Fonts node in the Emacs manual (Bug#4178).
3993
3994 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * display.texi (Window Systems): `window-system' is
3997 terminal-local.
3998
3999 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4000 frame-local variables.
4001
4002 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4003 frame-local variables.
4004 (Frame-Local Variables): Node deleted.
4005
4006 * elisp.texi (Top): Update node listing.
4007
4008 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4009
4010 * elisp.texi: Change "inferiors" to "subnodes" in three places
4011 (bug#3523).
4012
4013 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * frames.texi (Window System Selections): Discussion of
4016 x-select-enable-clipboard moved to Emacs manual.
4017
4018 2011-07-11 Deniz Dogan <deniz@dogan.se>
4019
4020 * commands.texi (Prefix Command Arguments): Remove excessive
4021 apostrophe.
4022
4023 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4024
4025 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4026 description is a string (bug#3313).
4027
4028 * frames.texi (Display Feature Testing): Try to explain what all
4029 the visual classes mean (bug#3042).
4030
4031 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4032
4033 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4034 and `mode-line-client' (bug#2974).
4035
4036 * text.texi (Insertion): Clarify marker movements (bug#1651).
4037 Text from Drew Adams.
4038
4039 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * text.texi (Special Properties): Clarify the format of `face'
4042 (bug#1375).
4043
4044 * commands.texi (Interactive Call): Add a `call-interactively'
4045 example (bug#1010).
4046
4047 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4048
4049 * functions.texi (Calling Functions): Link to the "Interactive
4050 Call" node (bug#1001).
4051
4052 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * customize.texi (Composite Types): Move alist and plist to here
4055 from Simple Types (Bug#7545).
4056
4057 * elisp.texi (Top): Update menu description.
4058
4059 * display.texi (Face Attributes): Document negative line widths
4060 (Bug#6113).
4061
4062 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4063
4064 * searching.texi (Match Data): Note that match data can be
4065 overwritten by most functions (bug#2499).
4066
4067 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
4069 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4070 flags mean (bug#6659).
4071
4072 * functions.texi (What Is a Function): Document the autoload
4073 object (bug#6496).
4074
4075 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4078 is only used in the Customize user interface (bug#6089).
4079
4080 * display.texi (Showing Images): Mention the point of sliced
4081 images (bug#7836).
4082
4083 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4084
4085 * variables.texi (Defining Variables, Void Variables)
4086 (Constant Variables): Fix incorrect usage of @kindex.
4087
4088 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4089
4090 * variables.texi (Defining Variables): Add an index entry for
4091 `set-variable' (bug#7262).
4092 (Defining Variables): Use @findex for functions.
4093
4094 * frames.texi (Basic Parameters): Document the `explicit-name'
4095 parameter (bug#6951).
4096
4097 * customize.texi (Type Keywords): Clarify that :value provides a
4098 default value for all types (bug#7386).
4099
4100 * streams.texi (Output Functions): Document `pp'.
4101
4102 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * keymaps.texi (Searching Keymaps):
4105 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4106 change. Suggested by Johan Bockgård.
4107
4108 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * text.texi (Special Properties): Clarify role of font-lock-face.
4111
4112 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4113
4114 * processes.texi (Process Information): Rename `process-alive-p'
4115 to `process-live-p' for consistency with other `-live-p' functions.
4116
4117 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4118
4119 Document wide integers better.
4120 * files.texi (File Attributes): Document ino_t values better.
4121 ino_t values no longer map to anything larger than a single cons.
4122 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4123 (Bitwise Operations):
4124 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4125 to read, and that will port better if 62-bits becomes the default.
4126 Fix or remove incorrect examples.
4127 * os.texi (Time Conversion): Document time_t values better.
4128
4129 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4130
4131 * processes.texi (Process Information):
4132 Document `process-alive-p'.
4133
4134 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * help.texi (Accessing Documentation):
4137 * display.texi (Pixel Specification):
4138 * processes.texi (Serial Ports, Serial Ports):
4139 * nonascii.texi (Character Properties, Default Coding Systems):
4140 * text.texi (Changing Properties, Special Properties):
4141 * windows.texi (Window Start and End):
4142 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4143 * keymaps.texi (Searching Keymaps, Tool Bar):
4144 * minibuf.texi (Basic Completion):
4145 * compile.texi (Eval During Compile):
4146 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4147 7x9 paper in printed manual.
4148
4149 * lists.texi (Sets And Lists): Fix misplaced text.
4150
4151 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4154 needs to be active (Bug#8350).
4155
4156 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4159
4160 * tips.texi (Coding Conventions): Remove antediluvian filename
4161 limit recommendation (Bug#8538).
4162
4163 2011-05-27 Glenn Morris <rgm@gnu.org>
4164
4165 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4166
4167 2011-05-26 Glenn Morris <rgm@gnu.org>
4168
4169 * variables.texi (File Local Variables):
4170 Update hack-local-variables `mode-only' return value.
4171 Add some more details on what this function does in the other case.
4172
4173 2011-05-19 Glenn Morris <rgm@gnu.org>
4174
4175 * lists.texi (Sets And Lists): Mention cl provides union etc.
4176
4177 2011-05-19 Nix <nix@esperi.org.uk>
4178
4179 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4180
4181 * text.texi (Parsing HTML): Update for function name changes.
4182
4183 * syntax.texi (Syntax Flags): Small fix.
4184
4185 * keymaps.texi (Active Keymaps): Typo fix.
4186 (Changing Key Bindings): Grammar fix.
4187
4188 * frames.texi (Minibuffers and Frames): Grammar fix.
4189 (Window System Selections): x-select-enable-clipboard now defaults to t.
4190
4191 * customize.texi (Common Keywords):
4192 * display.texi (Abstract Display):
4193 * modes.texi (Auto-Indentation):
4194 * nonascii.texi (Converting Representations): Typo fixes.
4195
4196 * control.texi (Examples of Catch): Call it "goto" not "go to".
4197
4198 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4199
4200 * nonascii.texi (Character Properties): Fix inconsistencies with
4201 implementation.
4202
4203 * text.texi (Special Properties): Move @defvar's out of the
4204 @table. (Bug#8652)
4205
4206 2011-05-12 Glenn Morris <rgm@gnu.org>
4207
4208 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4209
4210 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4213 (Multiline Font Lock):
4214 * vol2.texi (Top):
4215 * vol1.texi (Top):
4216 * elisp.texi (Top): Update menu accordingly.
4217
4218 2011-05-12 Drew Adams <drew.adams@oracle.com>
4219
4220 * modes.texi (Region to Fontify): Fix typo.
4221
4222 2011-05-10 Jim Meyering <meyering@redhat.com>
4223
4224 * minibuf.texi: Fix typo "in in -> in".
4225
4226 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4227
4228 * numbers.texi (Integer Basics): Large integers are treated as floats.
4229
4230 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4231
4232 * processes.texi (Synchronous Processes): Document the (:file
4233 "/file-name") syntax for `call-process'.
4234
4235 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4236
4237 * windows.texi (Choosing Window): Fix typo.
4238
4239 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * frames.texi (Layout Parameters): Note the difference between
4242 querying and setting parameters for left-fringe and right-fringe
4243 (Bug#6930).
4244
4245 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * minibuf.texi (Basic Completion): Be a bit more precise about the
4248 valid kinds of completion tables.
4249 (Programmed Completion): Remove obsolete text about lambda expressions
4250 not being valid completion tables.
4251
4252 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * positions.texi (Excursions): Explain the "save-excursion
4255 defeated by set-buffer" warning.
4256
4257 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4258 save-excursion. Suggested by Uday S Reddy.
4259
4260 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4263 (Lexical Binding): New sub-section.
4264
4265 * eval.texi (Eval): Discourage the use of `eval'.
4266 Document its new `lexical' argument.
4267
4268 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * commands.texi (Command Overview): `post-command-hook' is not reset to
4271 nil any more.
4272
4273 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * strings.texi (String Conversion): Don't mention
4276 string-make-(uni|multi)byte (bug#8262).
4277 * nonascii.texi (Converting Representations): Fix up range.
4278 * keymaps.texi (Key Binding Commands): Update code point, avoid
4279 "unibyte character" and remove mention of unibyte bindings.
4280
4281 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4282
4283 * modes.texi (Operator Precedence Grammars): Don't use characters
4284 outside ISO-8859-1.
4285
4286 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4287
4288 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4289
4290 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4291
4292 2011-03-08 Glenn Morris <rgm@gnu.org>
4293
4294 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4295 * intro.texi (Acknowledgements): Names to UTF-8.
4296 * elisp.texi: Set documentencoding.
4297
4298 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * Version 23.3 released.
4301
4302 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * package.texi: Update index keywords.
4305 (Package Archives): New node contents. Document package-x.el.
4306
4307 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * makefile.w32-in (srcs): Add package.texi.
4310
4311 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * package.texi (Packaging, Packaging Basics, Simple Packages)
4314 (Multi-file Packages): Expand and clarify.
4315 (Package Archives): Temporary placeholder node.
4316
4317 * elisp.texi (Top): Update node listing.
4318
4319 * Makefile.in (srcs): Add package.texi.
4320
4321 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * processes.texi (Synchronous Processes): Minor clarification
4324 (Bug#8149).
4325
4326 2011-03-03 Glenn Morris <rgm@gnu.org>
4327
4328 * files.texi (Truenames): Minor clarification. (Bug#2341)
4329
4330 2011-03-01 Glenn Morris <rgm@gnu.org>
4331
4332 * variables.texi (Directory Local Variables):
4333 Mention `(subdirs . nil)' alist element.
4334
4335 2011-02-28 Glenn Morris <rgm@gnu.org>
4336
4337 * variables.texi (Directory Local Variables): Mention the optional
4338 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4339
4340 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * minibuf.texi (Minibuffer History): Clarify discussion of
4343 minibuffer history lists (Bug#8085).
4344
4345 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4346
4347 * elisp.texi: Sync @dircategory with ../../info/dir.
4348
4349 * files.texi (Visiting Functions): Document find-file-literally,
4350 both the command and the variable.
4351
4352 * variables.texi (Creating Buffer-Local): Explain the meaning of
4353 permanent local variables.
4354
4355 * files.texi (Visiting Functions): Document find-file-literally,
4356 both the command and the variable.
4357
4358 * variables.texi (Creating Buffer-Local): Explain the meaning of
4359 permanent local variables.
4360
4361 2011-02-19 Glenn Morris <rgm@gnu.org>
4362
4363 * keymaps.texi (Remapping Commands): Mention how to undo it.
4364
4365 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4366
4367 * loading.texi (Hooks for Loading): Remove unnecessary advice
4368 about eval-after-load (Bug#7986).
4369
4370 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * commands.texi (Accessing Mouse): Note that a header line is not
4373 included in the row of posn-col-row.
4374
4375 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * modes.texi (Major Mode Conventions): Add face guidelines.
4378 (Faces for Font Lock): List faces in order of prominence.
4379
4380 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4381
4382 format-time-string now supports subsecond time stamp resolution
4383 * os.texi (Time Parsing): Document %N.
4384
4385 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * vol1.texi (Top):
4388 * vol2.texi (Top):
4389 * elisp.texi (Top):
4390 * display.texi (Display Property): Shorten the menu description of
4391 the "Other Display Specs" node (Bug#7816).
4392
4393 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4394 menu item" concept index entries (Bug#7805).
4395
4396 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4397
4398 * makefile.w32-in (texinfodir): New variable.
4399 (usermanualdir): Remove as redundant with $(emacsdir).
4400 (MAKEINFO): Remove options, leave only program name.
4401 (MAKEINFO_OPTS): New variable.
4402 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4403
4404 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4405 Richard Kim <emacs18@gmail.com>
4406
4407 * loading.texi (Library Search): Document list-load-path-shadows
4408 (Bug#7757).
4409
4410 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * searching.texi (Regexp Special): Remove outdated discussion of
4413 character sets (Bug#7780).
4414
4415 * frames.texi (Pop-Up Menus): Document where menu title comes
4416 from (Bug#7684).
4417
4418 2011-01-25 Glenn Morris <rgm@gnu.org>
4419
4420 * display.texi (Making Buttons): Mention limitation of text buttons.
4421
4422 2011-01-23 Werner Lemberg <wl@gnu.org>
4423
4424 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4425 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4426 (ENVADD): New variable to control texi2dvi and texi2pdf.
4427
4428 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4431 Emacs manual.
4432
4433 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4434
4435 * files.texi (Directory Names): Explain why FROM in
4436 directory-abbrev-alist should begin with \`. (Bug#7777)
4437
4438 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4441
4442 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4443
4444 * modes.texi (Emulating Mode Line): Fix last change.
4445
4446 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4447
4448 * modes.texi (Emulating Mode Line): Update documentation of
4449 format-mode-line according to changes that fixed bug #7587.
4450
4451 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * modes.texi (Derived Modes): Mention prog-mode.
4454
4455 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4456 of the key-binding-data cache since we don't use it any more.
4457
4458 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4459
4460 * processes.texi (Shell Arguments):
4461 * strings.texi (Creating Strings): Don't mention "shell commands";
4462 make it explicit that `split-string-and-unquote' and
4463 `combine-and-quote-strings' are mainly for working with arguments
4464 to call-process and start-process.
4465
4466 * processes.texi (Shell Arguments): Fix documentation of
4467 `split-string-and-unquote'. Add indexing. (Bug#7563)
4468
4469 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * modes.texi (Auto-Indentation): New section to document SMIE.
4472 (Major Mode Conventions):
4473 * text.texi (Mode-Specific Indent): Refer to it.
4474
4475 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4476
4477 * display.texi (Other Display Specs): Document left-fringe and
4478 right-fringe display specs.
4479
4480 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * backups.texi (Making Backups):
4483 * modes.texi (Example Major Modes): Use recommended coding style.
4484 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4485 define-derived-mode. Mention completion-at-point-functions.
4486
4487 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4488
4489 * nonascii.texi (Converting Representations):
4490 Document byte-to-string.
4491
4492 2010-12-08 Glenn Morris <rgm@gnu.org>
4493
4494 * buffers.texi (Modification Time):
4495 verify-visited-file-modtime now defaults to the current buffer.
4496
4497 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * nonascii.texi (Converting Representations): Document byte-to-string.
4500
4501 * strings.texi (Creating Strings): Don't mention semi-obsolete
4502 function char-to-string.
4503 (String Conversion): Shorten discussion of semi-obsolete function
4504 string-to-char. Link to Converting Representations.
4505
4506 * objects.texi (Symbol Type):
4507 * text.texi (Near Point):
4508 * help.texi (Help Functions):
4509 * functions.texi (Mapping Functions): Use string instead of
4510 char-to-string in examples.
4511
4512 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4513
4514 * text.texi (Kill Functions, Kill Functions)
4515 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4516 YANK-HANDLER args.
4517
4518 * symbols.texi (Creating Symbols): Using unintern without an
4519 obarray arg is now obsolete.
4520
4521 * numbers.texi (Float Basics): Document float-e and float-pi.
4522
4523 * variables.texi (Defining Variables): Change "pi" example to
4524 "float-pi".
4525
4526 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4527
4528 * commands.texi (Click Events): Document the values of X, Y and
4529 COL, ROW in the event's position, when the click is on the header
4530 or mode line, on the fringes, or in the margins.
4531
4532 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4533
4534 * customize.texi (Composite Types): Lower-case index entry.
4535
4536 * loading.texi (How Programs Do Loading):
4537 Document load-file-name. (Bug#7346)
4538
4539 2010-11-17 Glenn Morris <rgm@gnu.org>
4540
4541 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4542
4543 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4544
4545 * display.texi (Usual Display): Characters with no fonts are not
4546 necessarily displayed as empty boxes.
4547
4548 2010-10-31 Glenn Morris <rgm@gnu.org>
4549
4550 * maps.texi (Standard Keymaps): Update File menu description.
4551
4552 2010-10-28 Glenn Morris <rgm@gnu.org>
4553
4554 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4555
4556 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4557
4558 * display.texi (Window Systems): Deprecate use of window-system as
4559 a predicate.
4560
4561 2010-10-23 Glenn Morris <rgm@gnu.org>
4562
4563 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4564 sorted-doc.
4565
4566 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4567
4568 * os.texi (Dynamic Libraries): New node, with slightly modified
4569 text deleted from "Image Formats".
4570 (System Interface): Add @menu entry for "Dynamic Libraries".
4571
4572 * display.texi (Image Formats): Remove description of
4573 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4574
4575 2010-10-12 Glenn Morris <rgm@gnu.org>
4576
4577 * book-spine.texinfo: Rename to book-spine.texi.
4578
4579 2010-10-11 Glenn Morris <rgm@gnu.org>
4580
4581 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4582
4583 * Makefile.in (DVIPS): New variable.
4584 (.PHONY): Add html, ps.
4585 (html, elisp.html, ps, elisp.ps): New targets.
4586 (clean): Delete html, ps files.
4587 ($(infodir)/elisp): Remove unnecessary includes.
4588
4589 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4590
4591 * makefile.w32-in (emacsdir): New variable.
4592 (srcs): Add emacsver.texi.
4593 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4594
4595 2010-10-09 Glenn Morris <rgm@gnu.org>
4596
4597 * Makefile.in (VPATH): Remove.
4598 (infodir): Make it absolute.
4599 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4600
4601 * Makefile.in (dist): Anchor regexps.
4602
4603 * Makefile.in (srcs): Put elisp.texi first.
4604 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4605
4606 * Makefile.in (infoclean): Remove harmless, long-standing error.
4607
4608 * Makefile.in ($(infodir)): Delete rule.
4609 (mkinfodir): New.
4610 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4611
4612 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4613 Also copy emacsver.texi, and edit $emacsdir.
4614
4615 2010-10-09 Glenn Morris <rgm@gnu.org>
4616
4617 * Makefile.in (emacsdir): New variable.
4618 (MAKEINFO): Add -I $emacsdir.
4619 (dist): Copy emacsver.texi.
4620 (srcs): Add emacsver.texi.
4621
4622 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4623 Set EMACSVER by including emacsver.texi.
4624
4625 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4626
4627 2010-10-07 Glenn Morris <rgm@gnu.org>
4628
4629 * Makefile.in (version): New, set by configure.
4630 (clean): Delete dist tar file.
4631 (dist): Use version in tar name.
4632
4633 2010-10-06 Glenn Morris <rgm@gnu.org>
4634
4635 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4636 (INSTALL_INFO): Remove unused variable.
4637 (mostlyclean, infoclean, dist): New rules.
4638 (clean): Delete dvi and pdf files.
4639 (maintainer-clean): Remove elisp.oaux, use infoclean.
4640 ($(infodir)): Add parallel build workaround.
4641
4642 2010-10-04 Glenn Morris <rgm@gnu.org>
4643
4644 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4645 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4646 Fix -I typo.
4647 (clean): No 'make.out' or 'core' files.
4648 (.PHONY): Declare clean rules.
4649 (maintainer-clean): Delete pdf file. Guard against cd failures.
4650
4651 2010-10-03 Glenn Morris <rgm@gnu.org>
4652
4653 * files.texi (File Name Components): Remove ignored section about
4654 deleted variable directory-sep-char.
4655
4656 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4657
4658 * files.texi (Magic File Names): New defopt
4659 remote-file-name-inhibit-cache.
4660
4661 2010-10-02 Glenn Morris <rgm@gnu.org>
4662
4663 * os.texi (Killing Emacs): Hook now runs in batch mode.
4664
4665 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * text.texi (Special Properties): Clarify when modification-hooks run.
4668
4669 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4670
4671 * syntax.texi (Syntax Flags): Document new `c' flag.
4672
4673 2010-09-09 Glenn Morris <rgm@gnu.org>
4674
4675 * display.texi (ImageMagick Images): General cleanup.
4676
4677 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4678
4679 * files.texi (Directory Names): Use \` rather than ^.
4680
4681 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4682
4683 * text.texi (Low-Level Kill Ring):
4684 * frames.texi (Window System Selections): Remove cut buffer
4685 documentation.
4686
4687 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4688
4689 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4690 Parameters", where the default fringe width is described.
4691
4692 * frames.texi (Window Frame Parameters, Basic Parameters)
4693 (Position Parameters, Layout Parameters, Management Parameters)
4694 (Cursor Parameters, Font and Color Parameters): Add indexing for
4695 frame parameters. (Bug#6929)
4696
4697 2010-08-25 Tom Tromey <tromey@redhat.com>
4698
4699 * vol2.texi (Top): Update.
4700 * vol1.texi (Top): Update.
4701 * tips.texi (Library Headers): Mention Package-Version and
4702 Package-Requires.
4703 * package.texi: New file.
4704 * os.texi (System Interface): Update pointers.
4705 * elisp.texi (Top): Link to new nodes. Include package.texi.
4706 * anti.texi (Antinews): Update pointers.
4707
4708 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4709
4710 * processes.texi (Filter Functions): Fix last change.
4711
4712 2010-08-24 Markus Triska <triska@gmx.at>
4713
4714 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4715 of `buffer-name' in the main text as well as in the example
4716 (Bug#3098).
4717
4718 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * nonascii.texi (Text Representations):
4721 * loading.texi (Loading Non-ASCII):
4722 * compile.texi (Byte Compilation): Don't mention obsolete
4723 --unibyte command-line argument.
4724
4725 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4728
4729 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4730
4731 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4732
4733 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4734
4735 * commands.texi (Misc Events): Add cross-references to where
4736 POSITION of a mouse event is described in detail.
4737
4738 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4739
4740 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4741
4742 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4745 Suggested by Štěpán Němec <stepnem@gmail.com>.
4746
4747 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * minibuf.texi (High-Level Completion): Document args of
4750 `read-buffer-function' (bug#5625).
4751
4752 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4753
4754 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4755
4756 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * processes.texi (Process Information): Explain process property
4759 `remote-tty'.
4760
4761 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4764 instead of "\C-\^?" (bug#6334).
4765
4766 * text.texi (Special Properties): Fix typo.
4767
4768 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4769
4770 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4771 calling sequences, which are now the standard.
4772
4773 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4776
4777 * commands.texi (Command Overview): Mention undo-boundary call.
4778
4779 2010-06-23 Glenn Morris <rgm@gnu.org>
4780
4781 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4782 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4783 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4784 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4785 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4786 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4787 Untabify Texinfo files.
4788
4789 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4792
4793 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4794
4795 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4796
4797 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * searching.texi (Regexp Special): Remove obsolete information
4800 about matching non-ASCII characters, and suggest using char
4801 classes (Bug#6283).
4802
4803 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * minibuf.texi (Basic Completion): Add missing "@end defun".
4806
4807 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * minibuf.texi (Basic Completion): Document completion-boundaries.
4810 (Programmed Completion): Document the new fourth method for boundaries.
4811
4812 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * display.texi (Image Cache): Update documentation about image caching.
4815
4816 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4817
4818 * windows.texi (Textual Scrolling):
4819 * tips.texi (Coding Conventions):
4820 * minibuf.texi (Minibuffer History):
4821 * maps.texi (Standard Keymaps):
4822 * loading.texi (Where Defined):
4823 * edebug.texi (Instrumenting): Fix typos.
4824
4825 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4826
4827 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4828
4829 * functions.texi (Obsolete Functions):
4830 Document set-advertised-calling-convention.
4831
4832 * minibuf.texi (Basic Completion): Document completion-in-region.
4833 (Programmed Completion): Document completion-annotate-function.
4834
4835 * commands.texi (Reading One Event): Document read-key.
4836 (Distinguish Interactive): Document KIND arg to
4837 called-interactively-p. Delete obsolete interactive-p.
4838
4839 * elisp.texi (Top): Update node description.
4840
4841 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4842
4843 * nonascii.texi (Character Properties):
4844 Document unicode-category-table. Add an index entry for Unicode
4845 general category.
4846
4847 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * Version 23.2 released.
4850
4851 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4852
4853 * locals.texi (Standard Buffer-Local Variables):
4854 Remove @ignore'd reference to `direction-reversed'.
4855
4856 2010-04-14 Juri Linkov <juri@jurta.org>
4857
4858 Fix @deffn without category.
4859
4860 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4861 for `abbrev-insert'.
4862
4863 * buffers.texi (Indirect Buffers): Add category `Command'
4864 to @deffn of `clone-indirect-buffer'.
4865
4866 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4867 for `next-window' and `previous-window'. Add category `Command'
4868 to @deffn of `pop-to-buffer'.
4869
4870 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4871
4872 * nonascii.texi (Text Representations): Don't mark
4873 enable-multibyte-characters as a user option.
4874
4875 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4876
4877 * control.texi (Handling Errors): How to re-throw a signal caught
4878 by condition-case.
4879
4880 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * loading.texi (Hooks for Loading): Document after-load-functions.
4883 Copyedits.
4884
4885 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4886
4887 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4888
4889 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * processes.texi (Network Processes): Document seqpacket type.
4892
4893 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4894
4895 * os.texi (System Environment): Do not mention lynxos.
4896
4897 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4898
4899 * Branch for 23.2.
4900
4901 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * objects.texi (Integer Type): Take note of the read syntax
4904 exception for numbers that cannot fit in the integer type.
4905
4906 2010-03-03 Glenn Morris <rgm@gnu.org>
4907
4908 * numbers.texi (Integer Basics, Bitwise Operations):
4909 * objects.texi (Integer Type): Update for integers now being 30-bit.
4910
4911 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4912
4913 * display.texi (Low-Level Font): Document :otf font-spec property.
4914
4915 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * display.texi (Line Height): Avoid obsolete special default variables
4918 like default-major-mode.
4919
4920 2010-01-28 Alan Mackenzie <acm@muc.de>
4921
4922 * display.texi (Auto Faces): Say fontification-functions is called
4923 whether or not Font Lock is enabled. Tidy up the wording a bit.
4924
4925 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * elisp.texi: Remove duplicate edition information (Bug#5407).
4928
4929 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * two.el (volume-header-toc-markup): Fix typos in docstring.
4932
4933 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 Avoid dubious uses of save-excursions.
4936 * positions.texi (Excursions): Recommend the use of
4937 save-current-buffer if applicable.
4938 * text.texi (Clickable Text): Fix the example code which used
4939 save-excursion in a naive way which sometimes preserves point and
4940 sometimes not.
4941 * variables.texi (Creating Buffer-Local):
4942 * os.texi (Session Management):
4943 * display.texi (GIF Images):
4944 * control.texi (Cleanups): Use (save|with)-current-buffer.
4945
4946 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4947
4948 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4949
4950 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * nonascii.texi (Text Representations, Character Codes)
4953 (Converting Representations, Explicit Encoding)
4954 (Translation of Characters): Use hex notation consistently.
4955 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4956
4957 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * loading.texi (Where Defined): Make it clearer that these are
4960 loaded files (Bug#5068).
4961
4962 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * minibuf.texi (Completion Styles): Document `initials' style.
4965
4966 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * frames.texi (Resources): Describe inhibit-x-resources.
4969 (Size Parameters): Copyedit.
4970
4971 * hash.texi (Creating Hash):
4972 * objects.texi (Hash Table Type): Document the new hash table
4973 printed representation.
4974
4975 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4976 obsolete.
4977
4978 * processes.texi (Process Buffers):
4979 Document process-kill-buffer-query-function.
4980
4981 2009-12-05 Glenn Morris <rgm@gnu.org>
4982
4983 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4984 diary-display-function, and no longer recommended to be a hook.
4985 Update for changes in the names of calendar and diary hooks.
4986 diary-print-entries-hook has changed section.
4987
4988 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4989
4990 * text.texi (Special Properties): More accurate description of
4991 what the `cursor' property does.
4992
4993 2009-11-26 Kevin Ryde <user42@zip.com.au>
4994
4995 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4996 mouse-wheel-down-event, the closest thing to a definition for them.
4997 * os.texi (Startup Summary): vindex inhibit-startup-message and
4998 inhibit-splash-screen.
4999 (Command-Line Arguments): vindex argv.
5000 (Suspending Emacs): vindex suspend-tty-functions and
5001 resume-tty-functions. Don't want to index every hook, but having
5002 the programming ones is helpful.
5003
5004 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * commands.texi (Motion Events): Fix typo (Bug#4907).
5007
5008 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5011 are affected by case-fold-search (Bug#4483).
5012
5013 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * minibuf.texi (Reading File Names): Note that read-file-name may
5016 use a graphical file dialog.
5017
5018 2009-10-31 Glenn Morris <rgm@gnu.org>
5019
5020 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5021
5022 2009-10-16 Kevin Ryde <user42@zip.com.au>
5023
5024 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5025 in particular so `info-lookup-symbol' can find its docs.
5026
5027 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * variables.texi (Constant Variables): Distinguish from defconst
5030 variables.
5031 (Defining Variables): Add cindex.
5032
5033 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * os.texi (Time of Day): Clarify that the microsecond part is
5036 ignored (Bug#4637).
5037
5038 2009-10-11 Glenn Morris <rgm@gnu.org>
5039
5040 * frames.texi (Size and Position): Clarify what is included in the frame
5041 height. (Bug#4535)
5042
5043 2009-10-10 Glenn Morris <rgm@gnu.org>
5044
5045 * windows.texi (Size of Window): The relationship between window and
5046 frame heights is not so simple. (Bug#4535)
5047 Mention window-full-height-p.
5048
5049 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5052 used from Lisp.
5053
5054 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5055
5056 * files.texi (Directory Names) <abbreviate-file-name>:
5057 Document that root home directories are not replaced with "~".
5058
5059 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5060
5061 * text.texi (Special Properties): Document the meaning of the
5062 `cursor' text property whose value is an integer.
5063
5064 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * files.texi (Magic File Names): Add `copy-directory'.
5067
5068 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5069
5070 * files.texi (File Attributes): Fix description of file
5071 attributes. (Bug#4638) Update attributes of files.texi example to
5072 be more representative.
5073
5074 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5075
5076 * files.texi (Create/Delete Dirs): New command copy-directory.
5077
5078 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * anti.texi (Antinews):
5081 * macros.texi (Indenting Macros):
5082 * strings.texi (Creating Strings, Case Conversion):
5083 Remove duplicate words.
5084
5085 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * files.texi (Create/Delete Dirs): delete-directory has an
5088 optional parameter RECURSIVE.
5089
5090 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * buffers.texi (Swapping Text): Minor clarification.
5093
5094 2009-10-01 Glenn Morris <rgm@gnu.org>
5095
5096 * functions.texi (Declaring Functions): Mention that we also search for
5097 ".m" files in the src/ directory.
5098
5099 2009-09-25 David Engster <deng@randomsample.de>
5100
5101 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5102
5103 2009-09-22 Glenn Morris <rgm@gnu.org>
5104
5105 * internals.texi (Building Emacs): Mention preloaded-file-list.
5106
5107 2009-09-14 Alan Mackenzie <acm@muc.de>
5108
5109 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5110
5111 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5112
5113 * functions.texi (Anonymous Functions): Rearrange discussion,
5114 giving usage of unquoted lambda forms first. Mention that
5115 `function' and `#'' are no longer required (Bug#4290).
5116
5117 2009-09-11 Alan Mackenzie <acm@muc.de>
5118
5119 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5120 batch mode.
5121
5122 2009-09-01 Glenn Morris <rgm@gnu.org>
5123
5124 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5125
5126 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5127
5128 * nonascii.texi (Character Codes): Fix typos.
5129
5130 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5131
5132 * processes.texi (Synchronous Processes): New defvar
5133 process-file-side-effects.
5134
5135 2009-08-25 Glenn Morris <rgm@gnu.org>
5136
5137 * display.texi (Fontsets): Fix typo.
5138
5139 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5140
5141 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * processes.texi (Asynchronous Processes): Adjust arglist of
5144 start-process-shell-command and start-file-process-shell-command.
5145
5146 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * advice.texi (Argument Access in Advice): Note that argument
5149 positions are zero-based (Bug#3932).
5150
5151 * commands.texi (Distinguish Interactive): Minor copyedit.
5152
5153 * display.texi (Face Attributes): Add xref to Displaying Faces for
5154 explanation of "underlying face".
5155
5156 * customize.texi (Common Keywords): Add xref to Loading.
5157
5158 * loading.texi (How Programs Do Loading): Add xref to Lisp
5159 Libraries node in the Emacs manual.
5160
5161 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5164
5165 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5166
5167 * processes.texi (Shell Arguments): Copyedits.
5168
5169 2009-07-18 Glenn Morris <rgm@gnu.org>
5170
5171 * loading.texi (Repeated Loading): Fix typo.
5172
5173 2009-07-16 Richard Stallman <rms@gnu.org>
5174
5175 * buffers.texi (Swapping Text): Recommend setting
5176 write-region-annotate-functions and buffer-saved-size.
5177
5178 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5179
5180 2009-07-15 Glenn Morris <rgm@gnu.org>
5181
5182 * edebug.texi: Minor re-phrasings throughout.
5183 (Edebug Execution Modes): Sit-for affects continue mode too.
5184 (Jumping): Use `forward-sexp' rather than its keybinding.
5185 (Edebug Misc): Fix Q binding.
5186 (Edebug Eval): Remove cl version.
5187 (Printing in Edebug): Clarify print-length etc.
5188 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5189 (Specification List): Remove edebug-unwrap findex entry.
5190 (Specification Examples): defmacro is actually not the same as defun.
5191 Escape "`" in example.
5192
5193 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * markers.texi (The Mark): Document optional arg to
5196 deactivate-mark.
5197
5198 2009-07-11 Kevin Ryde <user42@zip.com.au>
5199
5200 * hooks.texi (Standard Hooks): Fix cross-references.
5201
5202 * loading.texi (Named Features): Refer to eval-after-load.
5203
5204 2009-07-11 Glenn Morris <rgm@gnu.org>
5205
5206 * Makefile.in (TEXI2PDF): New.
5207 (elisp.pdf): New target.
5208
5209 * searching.texi (Regexp Backslash): Fix typo.
5210
5211 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5212
5213 2009-07-10 Glenn Morris <rgm@gnu.org>
5214
5215 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5216
5217 * customize.texi (Customization Types):
5218 * display.texi (Abstract Display):
5219 * objects.texi (Character Type, String Type):
5220 Merge in some menu descriptions from elisp.texi.
5221
5222 * hash.texi (Hash Tables):
5223 * modes.texi (Multiline Font Lock):
5224 End menu description with period.
5225
5226 2009-07-09 Glenn Morris <rgm@gnu.org>
5227
5228 * back.texi: Don't hard-code texinfo location.
5229
5230 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5231 (tex): Add texinfodir to TEXINPUTS.
5232 (elisp1med-init, elisp2med-init): Use texinfodir.
5233
5234 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5235 (clean): Add two-volume.make intermediate files.
5236
5237 * elisp.texi, vol1.texi, vol2.texi:
5238 Use a DATE variable with the publication date, and update it.
5239 Fix antinews menu description.
5240
5241 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5242 Update the detailed node listing to match elisp.texi.
5243
5244 * README: Update edition to match elisp.texi.
5245
5246 * objects.texi (General Escape Syntax):
5247 * nonascii.texi (Character Sets):
5248 Use consistent case for "Unicode Standard".
5249
5250 * anti.texi (Antinews):
5251 * customize.texi (Variable Definitions):
5252 * functions.texi (Declaring Functions):
5253 * nonascii.texi (Character Properties):
5254 * processes.texi (Serial Ports):
5255 * text.texi (Special Properties):
5256 * tips.texi (Coding Conventions):
5257 Minor rearrangements to improve TeX line-filling.
5258
5259 * commands.texi (Using Interactive): Fix cross-reference.
5260
5261 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5262
5263 * frames.texi (Management Parameters): Mention sticky.
5264
5265 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5266
5267 * help.texi (Help Functions): Fix description of help-buffer and
5268 help-setup-xref to use @defun instead of @deffn.
5269
5270 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5271
5272 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5273
5274 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * display.texi (Window Systems): Add ns to the list.
5277
5278 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * Branch for 23.1.
5281
5282 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5283
5284 * windows.texi (Dedicated Windows): Fix typo.
5285 (Resizing Windows): Replace @defun by @deffn.
5286
5287 2009-06-17 Glenn Morris <rgm@gnu.org>
5288
5289 * variables.texi (Directory Local Variables):
5290 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5291
5292 2009-06-09 Kenichi Handa <handa@m17n.org>
5293
5294 * nonascii.texi (Character Sets): State clearly that FROM and TO
5295 are codepoints of CHARSET.
5296
5297 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5298
5299 * minibuf.texi (Reading File Names): Fix introductory text.
5300 Suggested by stan@derbycityprints.com.
5301 (High-Level Completion): Fix typo.
5302
5303 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * frames.texi (Text Terminal Colors): Multi-tty is already
5306 implemented, but tty-local colors are not.
5307
5308 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * hooks.texi (Standard Hooks): Remove mention of obsolete
5311 redisplay-end-trigger-functions.
5312
5313 * internals.texi (Window Internals): Remove mention of obsolete
5314 redisplay-end-trigger-functions.
5315
5316 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5317
5318 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5319
5320 * backups.texi (Making Backups): backup-directory-alist and
5321 make-backup-file-name-function are options.
5322 (Auto-Saving): auto-save-list-file-prefix is an option.
5323
5324 * buffers.texi (Killing Buffers): buffer-offer-save is an
5325 option.
5326
5327 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5328 option.
5329 (Echo Area Customization): echo-keystrokes is an option.
5330 (Selective Display): selective-display-ellipses is an option.
5331 (Temporary Displays): temp-buffer-show-function is an option.
5332 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5333 are options.
5334 (Font Selection): face-font-family-alternatives,
5335 face-font-selection-order, face-font-registry-alternatives, and
5336 scalable-fonts-allowed are options.
5337 (Fringe Indicators): indicate-buffer-boundaries is an option.
5338 (Fringe Cursors): overflow-newline-into-fringe is an option.
5339 (Scroll Bars): scroll-bar-mode is an option.
5340
5341 * eval.texi (Eval): max-lisp-eval-depth is an option.
5342
5343 * files.texi (Visiting Functions): find-file-hook is an option.
5344 (Directory Names): directory-abbrev-alist is an option.
5345 (Unique File Names): temporary-file-directory and
5346 small-temporary-file-directory are options.
5347
5348 * frames.texi (Initial Parameters): initial-frame-alist,
5349 minibuffer-frame-alist and default-frame-alist are options.
5350 (Cursor Parameters): blink-cursor-alist and
5351 cursor-in-non-selected-windows ar options.
5352 (Window System Selections): selection-coding-system is an
5353 option.
5354 (Display Feature Testing): display-mm-dimensions-alist is an
5355 option.
5356
5357 * help.texi (Help Functions): help-char and help-event-list are
5358 options.
5359
5360 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5361 an option.
5362
5363 * minibuf.texi (Minibuffer History): history-length and
5364 history-delete-duplicates are options.
5365 (High-Level Completion): read-buffer-function and
5366 read-buffer-completion-ignore-case are options.
5367 (Reading File Names): read-file-name-completion-ignore-case is
5368 an option.
5369
5370 * modes.texi (Mode Line Top): mode-line-format is an option.
5371 (Mode Line Variables): mode-line-position and mode-line-modes
5372 are options.
5373
5374 * nonascii.texi (Text Representations):
5375 enable-multibyte-characters is an option.
5376 (Default Coding Systems): auto-coding-regexp-alist,
5377 file-coding-system-alist, auto-coding-alist and
5378 auto-coding-functions are options.
5379 (Specifying Coding Systems): inhibit-eol-conversion is an
5380 option.
5381
5382 * os.texi (Init File): site-run-file is an option.
5383 (System Environment): mail-host-address is an option.
5384 (User Identification): user-mail-address is an option.
5385 (Terminal Output): baud-rate is an option.
5386
5387 * positions.texi (Word Motion): words-include-escapes is an
5388 option.
5389
5390 * searching.texi (Standard Regexps): page-delimiter,
5391 paragraph-separate, paragraph-separate and sentence-end are
5392 options.
5393
5394 * text.texi (Margins): left-margin and fill-nobreak-predicate
5395 are options.
5396
5397 * variables.texi (Local Variables): max-specpdl-size is an
5398 option.
5399
5400 * windows.texi (Choosing Window):
5401 split-window-preferred-function, special-display-function and
5402 display-buffer-function are options.
5403
5404 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5405
5406 Fix errors spotted by Martin Rudalics.
5407
5408 * syntax.texi (Position Parse): Document rationale for ignored
5409 arguments to syntax-ppss-flush-cache.
5410
5411 * processes.texi (Input to Processes): Mark PROCESS arg to
5412 process-running-child-p as optional.
5413 (Network Options): Document NO-ERROR arg to
5414 set-network-process-option.
5415
5416 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5417 command.
5418
5419 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5420 posix-search-backward as commands.
5421
5422 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5423 (Suspending Emacs): Mark suspend-emacs as a command.
5424 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5425 commands.
5426 (Terminal Output): Remove obsolete function baud-rate.
5427 Document TERMINAL arg for send-string-to-terminal.
5428
5429 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5430 terminal-coding-system and set-terminal-coding-system.
5431 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5432 as optional.
5433 (Character Sets): Document RESTRICTION arg of char-charset.
5434 (Character Codes): Mark POS argument to get-byte as optional.
5435
5436 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5437 minibuffer-message.
5438
5439 * files.texi (Create/Delete Dirs): Mark make-directory and
5440 delete-directory as commands.
5441
5442 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5443
5444 * text.texi (Base 64): Mark base64-decode-string and
5445 base64-encode-string as commands.
5446 (Columns): Mark move-to-column as a command.
5447 (Mode-Specific Indent): Document RIGID arg to
5448 indent-for-tab-command.
5449 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5450 Mark indent-code-rigidly as a command.
5451 (Substitution): Mark translate-region as a command.
5452
5453 * frames.texi (Size and Position): Remove obsolete functions
5454 screen-height and screen-width.
5455
5456 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5459 (Displaying Buffers, Resizing Windows): Correct mistakes;
5460 next-window, previous-window, and pop-to-buffer are not commands,
5461 and fit-window-to-buffer" is a command. (Pointed out by Martin
5462 Rudalics.)
5463
5464 2009-05-17 Richard M Stallman <rms@gnu.org>
5465
5466 * modes.texi (Precalculated Fontification): Clarify text.
5467
5468 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5469
5470 * windows.texi (Selecting Windows): Clarify descriptions of
5471 with-selected-window and get-lru-window.
5472 (Cyclic Window Ordering): Refer to particular frame when talking
5473 about how splitting affects the ordering.
5474 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5475 switch-to-buffer-other-window. Explain how setting of
5476 display-buffer-reuse-frames affects pop-to-buffer.
5477 (Choosing Window): Clarify some details in descriptions of
5478 display-buffer-reuse-frames, pop-up-frames, and
5479 pop-up-frame-function.
5480 (Dedicated Windows): Clarify some details.
5481 (Textual Scrolling): Replace term vscroll by term vertical
5482 scroll position.
5483 (Vertical Scrolling): Fix typo.
5484 (Window Hooks): Relate text on jit-lock-register to window
5485 scrolling and size changes.
5486
5487 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5488
5489 * frames.texi (Initial Parameters): Clarify what the initial
5490 minibuffer frame is.
5491 (Buffer Parameters): Note that the minibuffer parameter can not be
5492 altered.
5493
5494 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5495 Document display-buffer changes.
5496
5497 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * anti.texi (Antinews): Rewrite for Emacs 22.
5500
5501 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5502 obarrays are first mentioned. Define "system abbrev" more
5503 prominently, and add it to the index.
5504 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5505 Copyedits.
5506 (Abbrev Expansion): Document abbrev-insert.
5507
5508 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * frames.texi (Font and Color Parameters): Rename from Color
5511 Parameters. Document font-backend parameter.
5512
5513 * vol2.texi (Top): Update node listing.
5514 * vol1.texi (Top): Update node listing.
5515 * elisp.texi (Top): Update node listing.
5516
5517 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5518
5519 * windows.texi (Choosing Window): Don't explicitly refer to
5520 split-window-sensibly's window argument in descriptions of
5521 split-height-threshold and split-width-threshold.
5522
5523 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5524
5525 * windows.texi (Choosing Window): Fix rewrite of window
5526 splitting section.
5527
5528 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5529
5530 * nonascii.texi (Default Coding Systems):
5531 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5532 Add indexing.
5533 (Lisp and Coding Systems): Add index entries.
5534
5535 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5536
5537 * windows.texi (Choosing Window): Describe split-window-sensibly
5538 and rewrite section on window splitting accordingly.
5539 (Textual Scrolling): Replace `...' by @code{...}.
5540
5541 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5542
5543 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5544 Remove obsoleted pre-abbrev-expand-hook.
5545
5546 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5547 entries.
5548
5549 * internals.texi (Object Internals): Don't assume 32-bit machines
5550 are the norm.
5551 (Buffer Internals): Consolidate table entries for readability.
5552 (Window Internals): Synch field names to window.h.
5553 (Process Internals): Synch field names to process.h.
5554
5555 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * variables.texi (File Local Variables): Note that read-circle is
5558 bound to nil when reading file-local variables.
5559
5560 * streams.texi (Input Functions): Document read-circle.
5561 (Output Variables): Add xref to Circular Objects.
5562
5563 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5566 Features and Coding System Basics. Node that "p" stands for
5567 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5568 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5569 mouse-appearance-menu.
5570 (Programming Tips): Add xref to Progress.
5571
5572 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * os.texi (Command-Line Arguments):
5575 Document command-line-args-left.
5576 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5577 terminal objects for tty arguments.
5578 (Startup Summary): Add xref to Session Management.
5579 (Session Management): Mention emacs-session-restore. Copyedits.
5580
5581 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * os.texi (Startup Summary): Copyedits. The init file is not
5584 necessarily named .emacs now. Document initial-buffer-choice and
5585 initial-scratch-message. Note where Emacs exits in batch mode.
5586 Document inhibit-splash-screen as an alias.
5587 (Init File): Be neutral about which init file name to use.
5588
5589 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * os.texi (System Interface): Fix Texinfo usage.
5592
5593 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5594
5595 * searching.texi (Regexp Backslash): Also refer to shy groups as
5596 non-capturing or unnumbered groups.
5597 (Regexp Functions): Add cross-reference to Regexp Backslash.
5598
5599 * display.texi (Truncation): Overlays can use line-prefix and
5600 wrap-prefix too.
5601 (Overlay Properties): Document wrap-prefix and line-prefix.
5602 (Face Attributes): Document underline-minimum-offset.
5603 (Face Remapping): Copyedits.
5604 (Low-Level Font): Copyedits.
5605 (Image Cache): Note that the image cache is shared between frames.
5606 (Line Height): Emphasize that line-spacing only takes effect on
5607 graphical terminals.
5608
5609 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5610
5611 * display.texi (Refresh Screen): Note that a passage about screen
5612 refreshing is text terminal only.
5613 (Forcing Redisplay): Delete misleading comment---sit-for calls
5614 redisplay, not the other way around.
5615 (Truncation): Note new values of truncate-partial-width-windows.
5616 Copyedits.
5617 (Invisible Text): Document invisible-p.
5618
5619 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5620
5621 * display.texi (Overlays): Overlays don't scale well. See
5622 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5623
5624 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5625
5626 * syntax.texi (Syntax Table Functions): Document cons cell
5627 argument for modify-syntax-entry.
5628 (Categories): Document cons cell argument for
5629 modify-category-entry.
5630
5631 * searching.texi (String Search): Document word-search-forward-lax
5632 and word-search-backward-lax.
5633 (Searching and Case): Describe isearch behavior more precisely.
5634
5635 * keymaps.texi (Tool Bar): Mention that some platforms do not
5636 support multi-line toolbars. Suggested by Stephen Eglen.
5637
5638 * frames.texi (Layout Parameters): Mention that Nextstep also
5639 allows only one tool-bar line. Suggested by Stephen Eglen.
5640
5641 * nonascii.texi (Text Representations): Copyedits.
5642 (Coding System Basics): Also mention utf-8-emacs.
5643 (Converting Representations, Selecting a Representation)
5644 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5645 Copyedits.
5646 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5647
5648 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * text.texi (Yank Commands): Note that yank uses push-mark.
5651 (Filling): Clarify REGION argument of fill-paragraph.
5652 Document fill-forward-paragraph-function.
5653 (Special Properties): Remove "new in Emacs 22" declaration.
5654 (Clickable Text): Merge with Links and Mouse-1 node.
5655
5656 * display.texi (Button Properties, Button Buffer Commands):
5657 Change xref to Clickable Text.
5658
5659 * tips.texi (Key Binding Conventions): Change xref to Clickable
5660 Text.
5661
5662 * elisp.texi (Top): Update node listing.
5663
5664 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * markers.texi (The Mark): Copyedits. Improve description of
5667 handle-shift-selection.
5668 (The Region): Move use-region-p here from The Mark.
5669
5670 * positions.texi (Screen Lines): Document (cols . lines) argument
5671 for vertical-motion.
5672
5673 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5674
5675 * frames.texi (Frames): Clean up introduction. Document `ns'
5676 return value for framep.
5677 (Creating Frames): Note how the terminal is chosen.
5678 (Multiple Terminals, Multiple Displays): Merge into a single node.
5679 (Color Parameters): Fix typo.
5680
5681 * variables.texi (Local Variables, Buffer-Local Variables)
5682 (Creating Buffer-Local): Change link to Multiple Terminals.
5683
5684 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5685
5686 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5687 Terminals.
5688
5689 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5690 to Multiple Terminals.
5691
5692 * elisp.texi (Top): Update node listing.
5693 * vol2.texi (Top): Update node listing.
5694 * vol1.texi (Top): Update node listing.
5695
5696 * buffers.texi (Current Buffer): Note that the append-to-buffer
5697 example is no longer in synch with the latest code. Tie the two
5698 examples together.
5699
5700 * files.texi (File Attributes): Move note about MS-DOS from
5701 Changing Files to File Attributes.
5702 (Create/Delete Dirs): Note that mkdir is an alias for this.
5703
5704 2009-04-01 Markus Triska <triska@gmx.at>
5705
5706 * processes.texi (Filter Functions): Suggest how to handle output
5707 batches.
5708
5709 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * help.texi (Accessing Documentation): Update example to use
5712 help-setup-xref and with-help-window.
5713 (Help Functions): Remove print-help-return-message, which is
5714 semi-obsolete due to with-help-window. Document help-buffer and
5715 help-setup-xref.
5716
5717 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * help.texi (Accessing Documentation, Help Functions):
5720 Remove information about long-obsolete Emacs versions.
5721
5722 * modes.texi (Mode Line Variables): The default values of the mode
5723 line variables are now more complicated.
5724
5725 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * modes.texi (Major Mode Conventions): Note that specialness is
5728 inherited.
5729 (Derived Modes): Note that define-derive-mode sets the mode-class
5730 property.
5731
5732 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5733 goto-map. Add search-map to the list.
5734
5735 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5736
5737 * os.texi (System Environment): Update the list of system-type
5738 values.
5739
5740 * markers.texi (The Mark) <handle-shift-selection>: Update for
5741 removal of the optional argument DEACTIVATE.
5742
5743 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * commands.texi (Focus Events): Most X window managers don't use
5746 focus-follows-mouse nowadays.
5747
5748 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5749
5750 * commands.texi (Defining Commands): Clarify introduction.
5751 (Using Interactive): Not that interactive can be put in a symbol
5752 property.
5753 (Interactive Call): Note that a symbol with a non-nil
5754 interactive-form property satisfies commandp.
5755
5756 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5757
5758 * minibuf.texi (Intro to Minibuffers): Fix typos.
5759
5760 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5763 about minibuffers in old Emacs versions. Copyedits.
5764 Emphasize that enable-recursive-minibuffers defaults to nil.
5765 (Text from Minibuffer): Simplify introduction.
5766
5767 2009-03-22 Alan Mackenzie <acm@muc.de>
5768
5769 * commands.texi (Using Interactive): Clarify string argument to
5770 `interactive' - even promptless elements need \n separators.
5771
5772 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * minibuf.texi (Completion Styles): New node.
5775
5776 * elisp.texi (Top): Update node listing.
5777
5778 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * minibuf.texi (Basic Completion): Note that
5781 read-file-name-completion-ignore-case and
5782 read-buffer-completion-ignore-case can override
5783 completion-ignore-case.
5784 (Minibuffer Completion): Document completing-read changes.
5785 (Completion Commands): Avoid mentioning partial completion mode.
5786 Document minibuffer-completion-confirm changes, and
5787 minibuffer-confirm-exit-commands.
5788 (High-Level Completion): Document new require-match behavior for
5789 read-buffer. Document read-buffer-completion-ignore-case.
5790 (Reading File Names): Document new require-match behavior for
5791 read-file-name.
5792
5793 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * debugging.texi (Error Debugging): Don't mislead the reader into
5796 thinking that debug-on-error enters debugger for C-f at EOB.
5797 (Error Debugging): Setting debug-on-init within the init file
5798 works, and has for some time.
5799
5800 2009-03-13 Kenichi Handa <handa@m17n.org>
5801
5802 * display.texi (Fontsets): Update the description.
5803
5804 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * advice.texi (Advising Primitives): Link to What Is a Function.
5807
5808 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5809
5810 * compile.texi (Speed of Byte-Code): Update example.
5811 (Disassembly): Update examples.
5812
5813 * loading.texi (Repeated Loading): Simplify examples.
5814
5815 * customize.texi (Common Keywords): It's not necessary to use :tag
5816 to remove hyphens, as custom-unlispify-tag-name does it
5817 automatically.
5818 (Variable Definitions): Link to File Local Variables.
5819 Document customized-value symbol property.
5820 (Customization Types): Move menu to end of node.
5821
5822 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5823
5824 * macros.texi (Compiling Macros): Omit misleading sentence, which
5825 implied that macros can only be used in the same file they are
5826 defined.
5827 (Backquote): Remove obsolete information about Emacs 19.
5828
5829 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5830
5831 * display.texi (Display Margins): Fix paren typo.
5832
5833 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * elisp.texi (Top): Update node listing.
5836
5837 * variables.texi (Variables): Clarify introduction.
5838 (Global Variables): Mention that setq is a special form.
5839 (Local Variables): Use active voice.
5840 (Tips for Defining): Mention marking variables as safe.
5841 (Buffer-Local Variables): Mention terminal-local and frame-local
5842 variables together.
5843 (File Local Variables): Copyedits.
5844 (Frame-Local Variables): Note that they are not really useful.
5845 (Future Local Variables): Node deleted.
5846
5847 * objects.texi (General Escape Syntax): Update explanation of
5848 Unicode escape syntax.
5849
5850 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * control.texi (Control Structures): Add cindex entry for "textual
5853 order".
5854
5855 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5856 instead of "expression" throughout.
5857 (Function Indirection): Copyedits. Use active voice.
5858 (Eval): The default value of max-lisp-eval-depth is now 400.
5859
5860 2009-02-23 Miles Bader <miles@gnu.org>
5861
5862 * processes.texi (System Processes): Rename `system-process-attributes'
5863 to `process-attributes'.
5864
5865 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * symbols.texi (Property Lists): Emphasize that property lists are
5868 not restricted to symbol cells.
5869 (Other Plists): Copyedit.
5870
5871 * sequences.texi (Sequences Arrays Vectors): Make introduction
5872 more concise.
5873 (Arrays): Mention char-tables and bool-vectors too.
5874 (Vectors): Don't repeat information given in Arrays node. Link to
5875 nodes that explain the vector usage examples.
5876 (Char-Tables): Note that char-table elements can have arbitrary
5877 type. Explain effect of omitted char-table-extra-slots property.
5878 Link to Property Lists node.
5879
5880 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5883 `append'.
5884 (List Elements): Copyedits.
5885
5886 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5887 of `vconcat'.
5888
5889 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5890 Emacs 20 usage of `concat'.
5891 (Case Conversion): Copyedits.
5892
5893 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5896 Minor edits.
5897 (Frame Configuration Type): Emphasize that it is not primitive.
5898 (Font Type): New node.
5899 (Type Predicates): Add fontp; type-of now recognizes font object
5900 types.
5901
5902 * intro.texi (Version Info): Update version numbers in examples.
5903 (Acknowledgements): List more contributors.
5904
5905 * elisp.texi: Bump version number to 3.0.
5906 (Top): Link to Font Type node.
5907
5908 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5909
5910 * modes.texi (Major Mode Conventions): Remove duplicate words.
5911 (Customizing Keywords): Fix typo.
5912
5913 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5914
5915 * nonascii.texi (User-Chosen Coding Systems): Document that
5916 select-safe-coding-system suggests raw-text if there are raw bytes
5917 in the region.
5918 (Explicit Encoding): Warn not to use `undecided' when encoding.
5919
5920 2009-02-11 Glenn Morris <rgm@gnu.org>
5921
5922 * frames.texi (Visibility of Frames): Mention the effect multiple
5923 workspaces/desktops can have on visibility.
5924
5925 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5926
5927 * text.texi (Commands for Insertion):
5928 * commands.texi (Event Mod):
5929 * keymaps.texi (Searching Keymaps):
5930 * nonascii.texi (Translation of Characters):
5931 Reinstate documentation of translation-table-for-input.
5932 (Explicit Encoding): Document the `charset' text property produced
5933 by decode-coding-region and decode-coding-string.
5934
5935 2009-01-27 Alan Mackenzie <acm@muc.de>
5936
5937 * modes.texi (Search-based Fontification): Correct a typo.
5938
5939 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5940
5941 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5942 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5943
5944 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5945
5946 * display.texi (Window Systems): Document the value of
5947 `initial-window-system' under --daemon.
5948
5949 * os.texi (System Environment): Remove description of the
5950 `environment' function which has been deleted.
5951
5952 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5953
5954 * frames.texi (Multiple Displays): Remove documentation for
5955 removed function make-frame-on-tty.
5956
5957 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5958
5959 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5960 write-region-annotate-functions.
5961 Document write-region-post-annotation-function.
5962
5963 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * display.texi (Font Lookup): Document WIDTH argument of
5966 x-list-fonts.
5967
5968 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5969
5970 * maps.texi (Standard Keymaps): Rename function-key-map to
5971 local-function-key-map.
5972
5973 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5974 local-function-key-map.
5975
5976 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5977 and `set-keyboard-coding-system' now accept an optional terminal
5978 argument.
5979
5980 * commands.texi (Event Mod): `keyboard-translate-table' is now
5981 terminal-local.
5982 (Function Keys): Rename function-key-map to
5983 local-function-key-map.
5984
5985 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5986 frames.texi.
5987
5988 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5989 `delete-terminal-functions', `suspend-tty-functions' and
5990 `resume-tty-functions'.
5991
5992 * frames.texi (Frames): Document `frame-terminal' and
5993 `terminal-live-p'.
5994 (Multiple Displays): Document `make-frame-on-tty'.
5995 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5996 `terminal-name', and `get-device-terminal'.
5997 (Terminal Parameters): Document `terminal-parameters',
5998 `terminal-parameter', and `set-terminal-parameter'.
5999
6000 * os.texi (System Environment): Document `environment' and
6001 `initial-environment'.
6002 (Suspending Emacs): Update for multi-tty; document
6003 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6004
6005 * nonascii.texi (Coding System Basics): More accurate description
6006 of `raw-text'.
6007
6008 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6009
6010 * display.texi (Low-Level Font): Fix typo.
6011
6012 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * elisp.texi (Top): Update node listing.
6015
6016 * display.texi (PostScript Images): Node deleted.
6017
6018 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6019
6020 * processes.texi (Decoding Output): Document that null bytes force
6021 no-conversion for reading process output.
6022
6023 * files.texi (Reading from Files): Document that null bytes force
6024 no-conversion when visiting files.
6025
6026 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6027
6028 * nonascii.texi (Lisp and Coding Systems):
6029 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6030 (Character Properties): Improve wording.
6031
6032 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * display.texi (Font Lookup): Remove obsolete function
6035 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6036 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6037 (Font Selection): Reorder order of variable descriptions.
6038 Minor clarifications.
6039
6040 * elisp.texi (Top): Update node listing.
6041
6042 2009-01-09 Glenn Morris <rgm@gnu.org>
6043
6044 * commands.texi (Command Loop Info): Say that last-command-char and
6045 last-input-char are obsolete aliases.
6046
6047 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6048 last-input-char and last-command-char, since they are just aliases for
6049 last-input-event and last-command-event.
6050
6051 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6052 last-command-char.
6053
6054 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * elisp.texi: Update node listing.
6057
6058 * display.texi (Faces): Put Font Selection node after Auto Faces.
6059 (Face Attributes): Don't link to Font Lookup.
6060 Document font-family-list.
6061 (Fonts): New node.
6062
6063 2009-01-08 Jason Rumney <jasonr@gnu.org>
6064
6065 * frames.texi (Pointer Shape): Clarify that only X supports
6066 changing the standard pointer shapes. (Bug#1485)
6067
6068 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * display.texi (Attribute Functions): Note that a function value
6071 :height is relative, and that compatibility functions work by
6072 calling set-face-attribute.
6073 (Displaying Faces): Reorder list in order of increasing priority.
6074 (Face Remapping): New node. Content moved here from Displaying
6075 Faces.
6076 (Glyphs): Link to Face Functions.
6077
6078 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * display.texi (Faces): Don't discuss face id here. facep does
6081 not return t.
6082 (Defining Faces): Minor clarification.
6083 (Face Attributes): Rearrange items to match docstring of
6084 set-face-attribute. Add :foundry attribute. Document new role of
6085 :font attribute. Texinfo usage fix.
6086 (Attribute Functions): Copyedits.
6087 (Face Functions): Note that face number is seldom used.
6088
6089 2009-01-05 Richard M Stallman <rms@gnu.org>
6090
6091 * strings.texi (Predicates for Strings): Minor clarification.
6092
6093 * functions.texi (Function Safety): Texinfo usage fix.
6094
6095 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6096
6097 * objects.texi (General Escape Syntax): Fix typo.
6098
6099 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6100
6101 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6102 works via the default value of pop-up-frame-function.
6103
6104 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6105
6106 * processes.texi (System Processes): Document the `time' and
6107 `ctime' attributes of `system-process-attributes'.
6108
6109 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6110
6111 * display.texi (Face Attributes): Clarify :height attribute.
6112
6113 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6114
6115 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6116 the front of the buffer list. Add entries for `last-buffer' and
6117 `unbury-buffer'.
6118
6119 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6120
6121 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6122 and its subsections.
6123
6124 * frames.texi (Multiple Terminals, Low-level Terminal)
6125 (Terminal Parameters, Frames on Other TTY devices): New sections.
6126 (Frames): Add an xref to "Multiple Terminals".
6127
6128 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6129
6130 * objects.texi (Terminal Type): New node.
6131 (Editing Types): Add it to the menu.
6132
6133 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6134 Variables".
6135
6136 * variables.texi (Directory Local Variables): New node.
6137 (Variables): Add a menu item for it.
6138
6139 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6140 `generated-autoload-file'.
6141
6142 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6143
6144 * os.texi (Startup Summary): Add xref to documentation of
6145 `initial-window-system'.
6146
6147 * display.texi (Window Systems): Document `window-system' the
6148 function. The variable `window-system' is now frame-local.
6149 Document `initial-window-system'.
6150
6151 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6152
6153 * windows.texi (Windows): Rewrite description of
6154 fit-window-to-buffer.
6155
6156 2008-12-13 Glenn Morris <rgm@gnu.org>
6157
6158 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6159 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6160
6161 2008-12-12 Glenn Morris <rgm@gnu.org>
6162
6163 * debugging.texi (Error Debugging): Refer forwards to
6164 eval-expression-debug-on-error.
6165
6166 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6167
6168 * strings.texi (String Basics): Only unibyte strings that
6169 represent key sequences hold 8-bit raw bytes.
6170
6171 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6172 paragraph to speak about `undecided'.
6173 (Character Properties): Don't explain the meaning of each
6174 property; instead, identify their Unicode Standard names.
6175 (Character Sets): Document `map-charset-chars'.
6176
6177 2008-12-02 Glenn Morris <rgm@gnu.org>
6178
6179 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6180 section yet again.
6181
6182 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6183
6184 * nonascii.texi (Character Properties): New Section.
6185 (Specifying Coding Systems): Document
6186 `coding-system-priority-list', `set-coding-system-priority', and
6187 `with-coding-priority'.
6188 (Lisp and Coding Systems): Document `check-coding-systems-region'
6189 and `coding-system-charset-list'.
6190 (Coding System Basics): Document `coding-system-aliases'.
6191
6192 * elisp.texi (Top): Add a @detailmenu entry for "Character
6193 Properties".
6194
6195 * objects.texi (Character Type): Correct the range of Emacs
6196 characters. Add an @xref to "Character Codes".
6197
6198 * strings.texi (String Basics): Add an @xref to "Character Codes".
6199
6200 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6201
6202 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6203 (Character Codes): Document `max-char'.
6204
6205 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6206
6207 * nonascii.texi (Text Representations, Converting Representations)
6208 (Character Sets, Scanning Charsets, Translation of Characters):
6209 Make text more accurate.
6210
6211 2008-11-28 Glenn Morris <rgm@gnu.org>
6212
6213 * files.texi (Format Conversion Round-Trip): Improve previous change.
6214
6215 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * modes.texi (Auto Major Mode): Fix example.
6218
6219 2008-11-25 Glenn Morris <rgm@gnu.org>
6220
6221 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6222
6223 * files.texi (Format Conversion Round-Trip):
6224 Use active voice for previous change.
6225
6226 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * os.texi (Processor Run Time):
6229 * processes.texi (Transaction Queues):
6230 * markers.texi (The Mark):
6231 * windows.texi (Choosing Window, Selecting Windows):
6232 * files.texi (Changing Files, Magic File Names):
6233 * commands.texi (Key Sequence Input):
6234 * functions.texi (Declaring Functions):
6235 * strings.texi (Predicates for Strings):
6236 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6237
6238 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * help.texi (Accessing Documentation): Update example.
6241
6242 * variables.texi (Defining Variables): Note that `*' is not
6243 necessary if defcustom is used.
6244
6245 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6246
6247 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6248 Characters" from @detailmenu.
6249
6250 * nonascii.texi (Character Codes, Character Sets)
6251 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6252 (Chars and Bytes, Splitting Characters): Sections removed.
6253
6254 2008-11-22 Lute Kamstra <lute@gnu.org>
6255
6256 * positions.texi (Text Lines): Update goto-line documentation.
6257
6258 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6259
6260 * frames.texi (Frames): Fix typo, add cross references, reword.
6261 (Initial Parameters): Reword special-display-frame-alist text.
6262 (Frames and Windows): Reword. Describe argument norecord for
6263 set-frame-selected-window.
6264 (Input Focus): Describe argument norecord for select-frame.
6265 Remove comment on MS-Windows behavior for focus-follows-mouse.
6266 (Raising and Lowering): Mention windows-frames dichotomy in
6267 metaphor.
6268
6269 * windows.texi (Displaying Buffers, Vertical Scrolling)
6270 (Horizontal Scrolling): Fix indenting and rewording issues
6271 introduced with 2008-11-07 change.
6272
6273 2008-11-20 Glenn Morris <rgm@gnu.org>
6274
6275 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6276 element of `format-alist'.
6277
6278 2008-11-19 Glenn Morris <rgm@gnu.org>
6279
6280 * doclicense.texi: Update to FDL 1.3.
6281 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6282
6283 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6284
6285 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6286 vars, which are obsolete. Mention jit-lock-register.
6287
6288 * modes.texi (Other Font Lock Variables):
6289 Document jit-lock-register and jit-lock-unregister.
6290
6291 * frames.texi (Color Parameters): Document alpha parameter.
6292
6293 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6294
6295 * windows.texi (Splitting Windows, Deleting Windows)
6296 (Selecting Windows, Cyclic Window Ordering)
6297 (Buffers and Windows, Displaying Buffers, Choosing Window)
6298 (Dedicated Windows, Window Point, Window Start and End)
6299 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6300 (Size of Window, Resizing Windows, Window Configurations)
6301 (Window Parameters): Avoid @var at beginning of sentences and
6302 reword accordingly.
6303
6304 2008-11-11 Lute Kamstra <lute@gnu.org>
6305
6306 * files.texi (File Name Components): Fix file-name-extension
6307 documentation.
6308
6309 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6310
6311 * frames.texi (Basic Parameters): Remove display-environment-variable
6312 and term-environment-variable.
6313
6314 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6315
6316 * windows.texi (Basic Windows, Splitting Windows)
6317 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6318 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6319 (Resizing Windows, Window Configurations, Window Parameters):
6320 Fix wording and markup.
6321
6322 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6323
6324 * windows.texi (Windows): Update entries.
6325 (Basic Windows): Remove listing of attributes. Reword.
6326 (Splitting Windows, Deleting Windows): Reword.
6327 (Selecting Windows, Cyclic Window Ordering): Reword with special
6328 emphasis on order of recently selected windows and buffer list.
6329 (Buffers and Windows, Choosing Window): Reword with special
6330 emphasis on dedicated windows.
6331 (Displaying Buffers): Reword. For switch-to-buffer mention that
6332 it may fall back on pop-to-buffer. For other-window try to
6333 explain how it treats the cyclic ordering of windows.
6334 (Dedicated Windows): New node and section discussing dedicated
6335 windows and associated functions.
6336 (Window Point): Add entry for window-point-insertion-type. Reword.
6337 (Window Start and End): Rename node and section title. Reword.
6338 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6339 Minor rewording.
6340 (Size of Window): Reword, in particular text on window-width.
6341 (Resizing Windows): Reword. Add text on balancing windows.
6342 (Window Configurations): Reword. Mention window parameters.
6343 (Window Parameters): New node and section on window parameters.
6344 (Window Hooks): Reword. Mention that
6345 window-configuration-change-hook is run "buffer-locally".
6346 * elisp.texi (Top): Update Windows entries in @detailmenu
6347 section.
6348
6349 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * searching.texi (Regexp Search): Fix typo.
6352
6353 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6354
6355 * searching.texi (Regexp Search): Document GREEDY arg.
6356 (Simple Match Data): Fix return value.
6357
6358 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6359
6360 * nonascii.texi (Text Representations): Rewrite to make consistent
6361 with Emacs 23 internal representation of characters.
6362 Document `unibyte-string'.
6363
6364 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * processes.texi (Process Information): Note that process-status
6367 does not accept buffer names.
6368
6369 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6370
6371 * positions.texi (Skipping Characters): Correct return value of
6372 skip-chars-forward.
6373
6374 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6375
6376 * windows.texi (Deleting Windows): Update documentation of
6377 delete-windows-on.
6378 (Buffers and Windows): Update documentations of
6379 get-buffer-window and get-buffer-window-list.
6380 (Displaying Buffers): Update documentation of
6381 replace-buffer-in-windows.
6382
6383 * buffers.texi (Current Buffer): Reword set-buffer and
6384 with-current-buffer documentations.
6385 (Creating Buffers): Reword documentation of get-buffer-create.
6386
6387 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6388
6389 * buffers.texi (Current Buffer): Reword documentation of
6390 set-buffer.
6391 (Buffer Names): Reword documentation of buffer-name.
6392 (The Buffer List): For bury-buffer explain what happens with the
6393 buffer's window.
6394 (Creating Buffers): Say that get-buffer-create's arg is called
6395 buffer-or-name.
6396
6397 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * advice.texi (Computed Advice): Explain what DEFINITION is.
6400
6401 * nonascii.texi (Character Codes): Remove obsolete function
6402 char-valid-p, and document characterp instead.
6403
6404 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6405
6406 * windows.texi (Displaying Buffers): Reword documentation of
6407 pop-to-buffer.
6408 (Choosing Window): Rewrite documentation of display-buffer and
6409 its options.
6410
6411 * buffers.texi (Killing Buffers): Update documentation of
6412 kill-buffer.
6413
6414 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6415
6416 * processes.texi (Serial Ports): Fix wording and improve markup.
6417
6418 * searching.texi (Regexp Search): Document `string-match-p' and
6419 `looking-at-p'.
6420 (POSIX Regexps): Add an xref for "non-greedy".
6421 (Regexp Special): Add @cindex entry for "non-greedy".
6422
6423 * display.texi (Attribute Functions): Document `face-all-attributes'.
6424 (Image Cache) <image-refresh>: Minor wording fixes.
6425
6426 * frames.texi (Color Names): Add an xref to `read-color'.
6427
6428 * minibuf.texi (High-Level Completion): Document `read-color'.
6429
6430 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6431
6432 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6433
6434 * buffers.texi (Swapping Text): New section, documents
6435 `buffer-swap-text'.
6436
6437 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6438
6439 * windows.texi (Resizing Windows): Minor wording fix.
6440
6441 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6442
6443 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6444 and `combine-and-quote-strings'.
6445
6446 * strings.texi (Creating Strings): Add xrefs for them.
6447
6448 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6449
6450 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6451 match the corresponding menu in minibuf.texi.
6452
6453 * minibuf.texi (Reading File Names): Document `read-shell-command'
6454 and `minibuffer-local-shell-command-map'.
6455
6456 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6457
6458 * windows.texi (Resizing Windows): Remove var{} around "window" in
6459 documentation of enlarge-window.
6460 Rewrite documentation of window-min-height and window-min-width.
6461
6462 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6463
6464 * functions.texi (Calling Functions): Document `apply-partially'.
6465
6466 * hooks.texi (Standard Hooks): Mention
6467 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6468
6469 * variables.texi (File Local Variables): Document
6470 `file-local-variables-alist', `before-hack-local-variables-hook'
6471 and `hack-local-variables-hook'.
6472
6473 * processes.texi (Synchronous Processes): Document `process-lines'.
6474
6475 * customize.texi (Variable Definitions):
6476 Document `custom-reevaluate-setting'.
6477
6478 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6479
6480 * windows.texi (Choosing Window, Deleting Windows)
6481 (Displaying Buffers): Expand documentation of dedicated windows.
6482
6483 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6484
6485 * files.texi (Changing Files): Document symbolic input of file
6486 modes to `set-file-modes'. Document `read-file-modes' and
6487 `file-modes-symbolic-to-number'.
6488
6489 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6490 and `search-map'.
6491
6492 * searching.texi (Search and Replace):
6493 Document `replace-search-function' and `replace-re-search-function'.
6494 Document `multi-query-replace-map'.
6495
6496 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6497 (Completion Commands, Reading File Names):
6498 Rename `minibuffer-local-must-match-filename-map' to
6499 `minibuffer-local-filename-must-match-map'.
6500 (Minibuffer Completion): The `require-match' argument to
6501 `completing-read' can now have the value `confirm-only'.
6502
6503 * windows.texi (Displaying Buffers): Minor wording fix.
6504 (Choosing Window): `split-height-threshold' can now be nil.
6505 Document `split-width-threshold'. `pop-up-frames' can have the
6506 value `graphic-only'.
6507
6508 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6509
6510 * os.texi (Startup Summary): Document `before-init-time' and
6511 `after-init-time'. Document `initial-window-system' and
6512 `window-system-initialization-alist'. Document reading the
6513 abbrevs file. Document the call to `server-start' under --daemon.
6514 Rearrange a bit to be consistent with the code flow.
6515 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6516 (Time Parsing): Document `format-seconds'.
6517
6518 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6519
6520 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6521 and reword.
6522
6523 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6524
6525 * markers.texi (The Mark): Document use-region-p.
6526
6527 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6528
6529 * internals.texi (Writing Emacs Primitives): The interactive spec
6530 of a primitive can be a Lisp form.
6531
6532 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6533 values of transient-mark-mode. Document handle-shift-selection.
6534
6535 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6536 (Interactive Examples): Show an example of `^'.
6537 (Key Sequence Input): Document this-command-keys-shift-translated.
6538 (Defining Commands, Using Interactive): The interactive-form of a
6539 function can be added via its symbol's property.
6540
6541 * positions.texi (List Motion): beginning-of-defun-function can
6542 now accept an argument.
6543
6544 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6545 now return a list of strings.
6546
6547 * control.texi (Handling Errors): Document ignore-errors.
6548
6549 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6550 (Parameter Access): Document set-frame-parameter.
6551
6552 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6553 Hooks" for the effect of kill-all-local-variables on local hook
6554 functions.
6555
6556 * modes.texi (Major Mode Conventions, Mode Line Variables):
6557 `mode-name' need not be a string. xref to "Mode Line Data" for
6558 details, and to "Emulating Mode Line" for computing a string
6559 value.
6560
6561 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6562
6563 * processes.texi (System Processes): New section.
6564 (Processes, Signals to Processes): Add xrefs to it.
6565
6566 * objects.texi (Editing Types): A `process' is a subprocess of
6567 Emacs, not just any process running on the OS.
6568
6569 * elisp.texi (Top): Adjust the @detailmenu for the above two
6570 changes.
6571
6572 * sequences.texi (Char-Tables): Remove documentation of
6573 set-char-table-default, which has no effect since Emacs 23.
6574 <char-table-range, set-char-table-range>: Don't mention generic
6575 characters and charsets. Add a cons cell as a possible argument.
6576
6577 * nonascii.texi (Splitting Characters)
6578 (Translation of Characters): Don't mention generic characters.
6579
6580 * display.texi (Fontsets): Don't mention generic characters.
6581
6582 * sequences.texi (Char-Tables): `map-char-table' can now call its
6583 argument FUNCTION with a cons cell as KEY.
6584
6585 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6586
6587 * objects.texi (Primitive Function Type): Move "@cindex special
6588 forms" from here...
6589
6590 * eval.texi (Special Forms): ...to here.
6591
6592 * functions.texi (What Is a Function): `functionp' returns nil for
6593 special forms. Add an xref.
6594
6595 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6596 Variables".
6597
6598 * variables.texi (Frame-Local Variables): New section.
6599 (Buffer-Local Variables): Add an xref to it.
6600 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6601 have both frame-local and buffer-local binding.
6602
6603 * frames.texi (Frames): Mention multiple tty frames.
6604 (Frame Parameters, Parameter Access): Mention frame-local variable
6605 bindings.
6606
6607 2008-09-20 Glenn Morris <rgm@gnu.org>
6608
6609 * display.texi (Defining Faces): Recommend against face variables.
6610
6611 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6612
6613 * display.texi (Echo Area Customization): Fix typo.
6614
6615 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * loading.texi (Where Defined): Add `defface' item.
6618
6619 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6620
6621 * loading.texi (Where Defined): Fix description of symbol-file.
6622
6623 2008-08-26 Jason Rumney <jasonr@gnu.org>
6624
6625 * display.texi (TIFF Images): New section describing :index property.
6626
6627 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6628
6629 * display.texi (Temporary Displays): Remove unnecessary comment
6630 about usage of temp-buffer-show-hook.
6631
6632 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6633
6634 * symbols.texi (Other Plists): Fix incorrect example.
6635 Suggested by Florian Beck.
6636
6637 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6638
6639 * os.texi: Fix previous change.
6640
6641 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6642
6643 * os.texi:
6644 * intro.texi:
6645 * files.texi: Remove VMS support.
6646
6647 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * os.texi:
6650 * frames.texi:
6651 * display.texi: Remove mentions of Mac Carbon.
6652
6653 2008-07-01 Miles Bader <miles@gnu.org>
6654
6655 * text.texi (Special Properties):
6656 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6657
6658 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6659
6660 * display.texi (Other Image Types): Fix copy/paste error; say
6661 "PBM", not "XBM".
6662
6663 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6664
6665 * os.texi: Remove references to obsolete systems.
6666
6667 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6668
6669 * makefile.w32-in (distclean): Remove makefile.
6670
6671 2008-06-17 Glenn Morris <rgm@gnu.org>
6672
6673 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6674 (elisp, dist): Remove rules and variables that are obsolete now
6675 the lisp manual is no longer distributed separately.
6676
6677 2008-06-16 Glenn Morris <rgm@gnu.org>
6678
6679 * configure, configure.in, mkinstalldirs: Remove unused files.
6680
6681 * book-spine.texinfo: Set version to 23.0.60.
6682 * vol1.texi (EMACSVER):
6683 * vol2.texi (EMACSVER): Set to 23.0.60.
6684
6685 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6686 as per maintain.info.
6687
6688 2008-06-15 Glenn Morris <rgm@gnu.org>
6689
6690 * makefile.w32-in (manual): Use "23" rather than "21".
6691
6692 * Makefile.in (emacsver): New, set by configure.
6693 (manual): Use emacsver.
6694
6695 * intro.texi: Report bugs using M-x report-emacs-bug.
6696
6697 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6698
6699 2008-06-13 Daniel Engeler <engeler@gmail.com>
6700
6701 * elisp.texi, internals.texi, processes.texi: Add documentation
6702 about serial port access.
6703
6704 2008-06-05 Miles Bader <miles@gnu.org>
6705
6706 * display.texi (Displaying Faces): Update to reflect function
6707 renamings in face-remap.el.
6708
6709 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * display.texi (Fontsets): Fix typos.
6712
6713 2008-06-03 Miles Bader <miles@gnu.org>
6714
6715 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6716 remove-relative-face-remapping, set-base-face-remapping,
6717 and set-default-base-face-remapping.
6718
6719 2008-06-01 Miles Bader <miles@gnu.org>
6720
6721 * display.texi (Displaying Faces): Add face-remapping-alist.
6722
6723 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6726 variable names.
6727
6728 2008-05-03 Eric S. Raymond <esr@golux>
6729
6730 * keymaps.texi: Clarify that (current-local-map) and
6731 (current-global-map) return references, not copies.
6732
6733 2008-05-02 Juri Linkov <juri@jurta.org>
6734
6735 * minibuf.texi (Text from Minibuffer): Document a list of
6736 default values for `read-from-minibuffer'.
6737
6738 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * nonascii.texi (Translation of Characters): Fix previous change.
6741
6742 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * display.texi (Overlay Properties): Clarify role of underlying
6745 textprop and overlay keymaps for display strings.
6746
6747 * keymaps.texi (Active Keymaps): Ditto.
6748
6749 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * minibuf.texi (Programmed Completion):
6752 Replace dynamic-completion-table with the new completion-table-dynamic.
6753
6754 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * intro.texi (Some Terms): Change "fonts in this manual" index
6757 entry to "typographic conventions".
6758
6759 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6760
6761 * objects.texi (Text Props and Strings): Add indexing for read
6762 syntax of text properties.
6763
6764 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * processes.texi (Decoding Output): Remove process-filter-multibyte
6767 functions.
6768
6769 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6770
6771 * display.texi (Finding Overlays): Say that empty overlays at
6772 the end of the buffer are reported too.
6773
6774 2008-03-13 Glenn Morris <rgm@gnu.org>
6775
6776 * elisp.texi (EMACSVER): Set to 23.0.60.
6777
6778 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6779
6780 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6781
6782 2008-02-22 Glenn Morris <rgm@gnu.org>
6783
6784 * frames.texi (Position Parameters): Clarify the description of
6785 `left' and `top', using information from "Geometry".
6786 (Geometry): Give a pointer to "Position Parameters", rather than
6787 repeating information.
6788
6789 2008-02-11 Glenn Morris <rgm@gnu.org>
6790
6791 * objects.texi (Equality Predicates): No longer talk about "two"
6792 functions.
6793
6794 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6795
6796 * objects.texi (Equality Predicates): Add defun for
6797 equal-including-properties.
6798
6799 2008-02-10 Glenn Morris <rgm@gnu.org>
6800
6801 * objects.texi (Equality Predicates):
6802 Mention equal-including-properties.
6803
6804 2008-02-07 Richard Stallman <rms@gnu.org>
6805
6806 * windows.texi (Window Start): Mention the feature of moving
6807 window-start to start of line.
6808
6809 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6810
6811 * keymaps.texi (Tool Bar): Document rtl property.
6812
6813 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6814
6815 * display.texi (Button Types):
6816 For define-button-type, clarify type of NAME.
6817
6818 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6819
6820 * buffers.texi (Buffer Modification): Fix typo.
6821
6822 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6823
6824 * os.texi (System Environment): Remove references to OSes that are
6825 not supported anymore.
6826
6827 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6828
6829 * os.texi (System Environment): Remove mention for Masscomp.
6830
6831 2008-01-04 Richard Stallman <rms@gnu.org>
6832
6833 * display.texi (Faces): Don't talk about internal face vector as arg
6834 to facep.
6835
6836 * customize.texi (Type Keywords): Fix previous change.
6837
6838 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6839 * elisp.texi (Top): Fix menu for commands.texi change.
6840
6841 2007-12-30 Richard Stallman <rms@gnu.org>
6842
6843 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6844 (Accessing Scroll): New node broken out of Accessing Mouse.
6845
6846 2007-12-28 Richard Stallman <rms@gnu.org>
6847
6848 * frames.texi (Size Parameters): Fix typo.
6849 (Basic Parameters): For `title', refer to title bar.
6850 (Size and Position): Explain meaning of frame pixel width and height.
6851
6852 2007-12-23 Richard Stallman <rms@gnu.org>
6853
6854 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6855 Improve some of the commented-out keywords' text too.
6856
6857 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6858
6859 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6860 "visit the current buffer".
6861
6862 * os.texi (System Interface): Fix typo.
6863
6864 2007-12-04 Richard Stallman <rms@gnu.org>
6865
6866 * objects.texi (Symbol Type): Fix typo.
6867
6868 2007-12-03 Richard Stallman <rms@gnu.org>
6869
6870 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6871
6872 2007-12-01 Glenn Morris <rgm@gnu.org>
6873
6874 * functions.texi (Declaring Functions): Improve previous change.
6875
6876 2007-11-30 Glenn Morris <rgm@gnu.org>
6877
6878 * functions.texi (Declaring Functions): Add optional fourth
6879 argument of declare-function, and setting third argument to `t'.
6880
6881 2007-11-29 Richard Stallman <rms@gnu.org>
6882
6883 * customize.texi (Composite Types): Document `group' type.
6884
6885 2007-11-29 Glenn Morris <rgm@gnu.org>
6886
6887 * functions.texi (Declaring Functions): Add findex.
6888 Mention `external' files.
6889
6890 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6891
6892 * functions.texi (Declaring Functions): Fix directive.
6893
6894 2007-11-25 Richard Stallman <rms@gnu.org>
6895
6896 * help.texi (Help Functions): Clean up last change.
6897
6898 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6899
6900 * loading.texi (Named Features): Minor cleanup.
6901
6902 * macros.texi (Eval During Expansion): Minor cleanup.
6903
6904 * variables.texi (Variable Aliases): Minor cleanup.
6905
6906 2007-11-24 Richard Stallman <rms@gnu.org>
6907
6908 * functions.texi (Declaring Functions): Clarify previous change.
6909
6910 * compile.texi (Compiler Errors): Clarify previous change.
6911
6912 2007-11-24 Richard Stallman <rms@gnu.org>
6913
6914 * display.texi (Refresh Screen, Forcing Redisplay):
6915 Clarify the text and move items around.
6916
6917 2007-11-24 Glenn Morris <rgm@gnu.org>
6918
6919 * functions.texi (Declaring Functions): New section.
6920 * compile.texi (Compiler Errors): Mention declaring functions,
6921 defvar with no initvalue, and byte-compile-warnings.
6922
6923 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6924
6925 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6926 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6927
6928 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6929
6930 * help.texi (Help Functions): Document new macro `with-help-window'.
6931
6932 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6933
6934 * searching.texi (Replacing Match): Describe new
6935 `match-substitute-replacement'.
6936
6937 2007-10-31 Richard Stallman <rms@gnu.org>
6938
6939 * strings.texi (Creating Strings): Null strings from concat not unique.
6940
6941 2007-10-26 Richard Stallman <rms@gnu.org>
6942
6943 * objects.texi (Equality Predicates): Null strings are uniquified.
6944
6945 * minibuf.texi: Minor clarifications in previous change.
6946
6947 2007-10-25 Glenn Morris <rgm@gnu.org>
6948
6949 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6950
6951 2007-10-24 Richard Stallman <rms@gnu.org>
6952
6953 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6954
6955 * variables.texi (Frame-Local Variables): Node deleted.
6956 (Variables): Delete Frame-Local Variables from menu.
6957 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6958 (Default Value): Don't mention frame-local vars.
6959
6960 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6961
6962 * loading.texi (Unloading): Document FEATURE-unload-function
6963 instead of FEATURE-unload-hook.
6964
6965 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6966
6967 2007-10-22 Juri Linkov <juri@jurta.org>
6968
6969 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6970 (High-Level Completion): Document a list of default value strings
6971 in the DEFAULT argument, for which minibuffer functions return the
6972 first element.
6973
6974 2007-10-17 Juri Linkov <juri@jurta.org>
6975
6976 * text.texi (Filling): Update arguments of fill-paragraph.
6977 fill-paragraph operates on the active region in Transient Mark mode.
6978 Remove fill-paragraph-or-region.
6979
6980 2007-10-13 Karl Berry <karl@gnu.org>
6981
6982 * elisp.texi (@dircategory): Move to after @copying,
6983 since we want @copying as close as possible to the beginning of
6984 the output.
6985
6986 2007-10-12 Richard Stallman <rms@gnu.org>
6987
6988 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6989
6990 * commands.texi (Distinguish Interactive): New node,
6991 broken out from Interactive Call and rewritten.
6992 (Command Loop): Put Distinguish Interactive in menu.
6993
6994 2007-10-09 Richard Stallman <rms@gnu.org>
6995
6996 * text.texi (Examining Properties): Mention overlay priority.
6997
6998 * display.texi (Display Margins): Correct the description
6999 of margin display specifications.
7000 (Replacing Specs): New subnode broken out of Display Property.
7001
7002 2007-10-06 Juri Linkov <juri@jurta.org>
7003
7004 * text.texi (Filling): Document fill-paragraph-or-region.
7005
7006 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7007
7008 * display.texi (Auto Faces): Fix typo.
7009
7010 2007-10-02 Richard Stallman <rms@gnu.org>
7011
7012 * display.texi (Display Property): Explain some display specs
7013 don't let you move point in.
7014
7015 * frames.texi (Cursor Parameters):
7016 Describe cursor-in-non-selected-windows here. Explain more values.
7017
7018 * windows.texi (Basic Windows): Don't describe
7019 cursor-in-non-selected-windows here.
7020
7021 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7022
7023 * processes.texi (Misc Network): Note that these functions are
7024 supported only on some systems.
7025
7026 2007-10-01 Richard Stallman <rms@gnu.org>
7027
7028 * display.texi (Overlay Properties): Explain nil as priority.
7029 Explain that conflicts are unpredictable if not resolved by
7030 priorities.
7031
7032 2007-09-23 Richard Stallman <rms@gnu.org>
7033
7034 * macros.texi (Backquote): Minor clarification.
7035
7036 2007-09-19 Richard Stallman <rms@gnu.org>
7037
7038 * display.texi (Display Property): Explain multiple display specs.
7039 Clarify when they work in parallel and when one overrides.
7040 Fix error in example.
7041
7042 2007-09-06 Glenn Morris <rgm@gnu.org>
7043
7044 Move from lispref/ to doc/lispref/. Change all setfilename
7045 commands to use ../../info.
7046 * Makefile.in (infodir): Go up one more level.
7047 (usermanualdir): Change from ../man to ../emacs.
7048 (miscmanualdir): New.
7049 (dist): Use new variable miscmanualdir.
7050 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7051 (usermanualdir): Change from ../man to ../emacs.
7052
7053 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7054
7055 * commands.texi (Command Loop Info): Advise against changing
7056 most variables described here. Explain new variable
7057 last-repeatable-command.
7058
7059 2007-08-29 Glenn Morris <rgm@gnu.org>
7060
7061 * elisp.texi (EMACSVER): Increase to 23.0.50.
7062
7063 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7064
7065 * frames.texi (Basic Parameters): Add display-environment-variable
7066 and term-environment-variable.
7067
7068 2007-08-28 Juri Linkov <juri@jurta.org>
7069
7070 * display.texi (Image Formats, Other Image Types): Add SVG.
7071
7072 2007-08-28 Juri Linkov <juri@jurta.org>
7073
7074 * display.texi (Images): Move formats-related text to new node
7075 "Image Formats".
7076 (Image Formats): New node.
7077
7078 2007-08-27 Richard Stallman <rms@gnu.org>
7079
7080 * windows.texi (Window Configurations): Clarify what
7081 a window configuration saves.
7082
7083 2007-08-25 Richard Stallman <rms@gnu.org>
7084
7085 * display.texi (Images): Delete redundant @findex.
7086
7087 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * text.texi (Change Hooks): (after|before)-change-functions are no
7090 longer bound to nil while running; rather inhibit-modification-hooks
7091 is t.
7092
7093 2007-08-16 Richard Stallman <rms@gnu.org>
7094
7095 * processes.texi (Asynchronous Processes):
7096 Clarify doc of start-file-process.
7097
7098 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7099
7100 * modes.texi (Example Major Modes): Fix typo.
7101
7102 2007-08-08 Glenn Morris <rgm@gnu.org>
7103
7104 * intro.texi (nil and t): Do not use `iff' in documentation.
7105
7106 * tips.texi (Documentation Tips): Recommend against `iff'.
7107
7108 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7109
7110 * display.texi (Image Cache): Document image-refresh.
7111
7112 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7113
7114 * windows.texi (Size of Window): Document window-full-width-p.
7115
7116 2007-07-25 Glenn Morris <rgm@gnu.org>
7117
7118 * gpl.texi (GPL): Replace license with GPLv3.
7119
7120 * Relicense all FSF files to GPLv3 or later.
7121
7122 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * processes.texi (Synchronous Processes):
7125 Add `process-file-shell-command'.
7126 (Asynchronous Processes): Mention restricted use of
7127 `process-filter' and `process-sentinel' in
7128 `start-file-process'. Add `start-file-process-shell-command'.
7129
7130 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * files.texi (Magic File Names): Introduce optional parameter
7133 IDENTIFICATION for `file-remote-p'.
7134
7135 2007-07-16 Richard Stallman <rms@gnu.org>
7136
7137 * display.texi (Defining Faces): Fix previous change.
7138
7139 2007-07-14 Richard Stallman <rms@gnu.org>
7140
7141 * control.texi (Handling Errors): Document `debug' in handler list.
7142
7143 2007-07-10 Richard Stallman <rms@gnu.org>
7144
7145 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7146
7147 2007-07-09 Richard Stallman <rms@gnu.org>
7148
7149 * files.texi (Magic File Names): Rewrite previous change.
7150
7151 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7152
7153 * files.texi (Magic File Names): Introduce optional parameter
7154 CONNECTED for `file-remote-p'.
7155
7156 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7157
7158 * processes.texi (Asynchronous Processes):
7159 * files.texi (Magic File Names): Add `start-file-process'.
7160
7161 2007-06-27 Richard Stallman <rms@gnu.org>
7162
7163 * files.texi (Format Conversion Piecemeal):
7164 Clarify `after-insert-file-functions' calling convention.
7165
7166 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7167
7168 * files.texi (Magic File Names): Remove `dired-call-process'.
7169 Add `process-file'.
7170
7171 2007-06-27 Kenichi Handa <handa@m17n.org>
7172
7173 * text.texi (Special Properties): Fix description about
7174 `composition' property.
7175
7176 2007-06-26 Kenichi Handa <handa@m17n.org>
7177
7178 * nonascii.texi (Default Coding Systems): Document about the
7179 return value `undecided'.
7180
7181 2007-06-25 David Kastrup <dak@gnu.org>
7182
7183 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7184 `current-active-maps'.
7185
7186 2007-06-24 Karl Berry <karl@gnu.org>
7187
7188 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7189
7190 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7191
7192 * display.texi (Overlay Arrow): Doc fix.
7193
7194 2007-06-14 Karl Berry <karl@tug.org>
7195
7196 * anti.texi (Antinews): Typo.
7197
7198 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * display.texi (Image Cache): Document image-refresh.
7201
7202 2007-06-12 Karl Berry <karl@gnu.org>
7203
7204 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7205 * two-volume.make: New file.
7206 * .cvsignore: Ignore two-volume files.
7207
7208 2007-06-12 Tom Tromey <tromey@redhat.com>
7209
7210 * os.texi (Init File): Document user-emacs-directory.
7211
7212 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7213
7214 * commands.texi (Click Events): Describe width and height when
7215 object is nil.
7216
7217 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7218
7219 * commands.texi (Click Events): Layout more logically.
7220 Describe width and height.
7221 (Drag Events, Motion Events): Update to new format for position.
7222
7223 2007-06-02 Richard Stallman <rms@gnu.org>
7224
7225 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7226
7227 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * Version 22.1 released.
7230
7231 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * text.texi (Special Properties): Correct meaning of fontified face.
7234
7235 2007-05-30 Richard Stallman <rms@gnu.org>
7236
7237 * text.texi (Special Properties): Add link to Adjusting Point.
7238
7239 2007-05-12 Richard Stallman <rms@gnu.org>
7240
7241 * text.texi (Margins): indent-to-left-margin is not the default.
7242 (Mode-Specific Indent): For indent-line-function, the default
7243 is indent-relative.
7244
7245 * modes.texi (Example Major Modes): Explain last line of text-mode
7246 is redundant.
7247
7248 2007-05-10 Richard Stallman <rms@gnu.org>
7249
7250 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7251
7252 * help.texi (Keys in Documentation): Add reference to
7253 Documentation Tips.
7254
7255 * files.texi (Format Conversion): TO-FN gets three arguments.
7256
7257 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7258
7259 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7260
7261 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7262 * files.texi (Format Conversion): Expand intro; add menu.
7263 (Format Conversion Overview, Format Conversion Round-Trip)
7264 (Format Conversion Piecemeal): New nodes/subsections.
7265 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7266 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7267 (Saving Properties): Delete node/subsection.
7268
7269 2007-05-07 Karl Berry <karl@gnu.org>
7270
7271 * elisp.texi (EMACSVER): Back to 22.
7272
7273 2007-05-06 Richard Stallman <rms@gnu.org>
7274
7275 * processes.texi (Accepting Output): Revert most of previous change.
7276
7277 2007-05-05 Richard Stallman <rms@gnu.org>
7278
7279 * processes.texi (Accepting Output): accept-process-output
7280 uses microseconds, not milliseconds. But that arg is obsolete.
7281
7282 2007-05-04 Karl Berry <karl@tug.org>
7283
7284 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7285
7286 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7287
7288 * tips.texi (Documentation Tips): Rearrange items to place the
7289 more important ones first. Add an index entry for hyperlinks.
7290
7291 2007-05-03 Karl Berry <karl@gnu.org>
7292
7293 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7294 (EMACSVER) [smallbook]: 22 for printed version.
7295
7296 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7297 so restore anchor to normal position after defun. Found by Kevin Ryde.
7298
7299 2007-04-26 Glenn Morris <rgm@gnu.org>
7300
7301 * elisp.texi (EMACSVER): Increase to 22.1.50.
7302
7303 2007-04-28 Karl Berry <karl@gnu.org>
7304
7305 * elisp.texi: Improve line breaks on copyright page,
7306 similar layout to emacs manual, 8.5x11 by default.
7307
7308 2007-04-24 Richard Stallman <rms@gnu.org>
7309
7310 * text.texi (Special Properties): Add xref to Overlay Properties.
7311
7312 * display.texi (Overlay Properties): Add xref to Special Properties.
7313
7314 2007-04-22 Richard Stallman <rms@gnu.org>
7315
7316 * keymaps.texi (Extended Menu Items): Move the info about
7317 format with cached keyboard binding.
7318
7319 2007-04-21 Richard Stallman <rms@gnu.org>
7320
7321 * text.texi (Special Properties): Clarify previous change.
7322
7323 * files.texi (File Name Expansion): Clarify previous change.
7324
7325 * display.texi (Attribute Functions): Fix example for
7326 face-attribute-relative-p.
7327
7328 2007-04-19 Kenichi Handa <handa@m17n.org>
7329
7330 * text.texi (Special Properties): Document composition property.
7331
7332 2007-04-19 Glenn Morris <rgm@gnu.org>
7333
7334 * files.texi (File Name Expansion): Mention "superroot".
7335
7336 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7339 setups.
7340 (Display Feature Testing): Note that display refers to all
7341 physical monitors for multi-monitor setups.
7342
7343 2007-04-14 Richard Stallman <rms@gnu.org>
7344
7345 * lists.texi (Sets And Lists): Clarify `delete' examples.
7346 Remove spurious xref to same node.
7347 Clarify xref for add-to-list.
7348
7349 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7350
7351 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7352 value of lisp-mode-map.
7353
7354 2007-04-11 Karl Berry <karl@gnu.org>
7355
7356 * anti.texi (Antinews):
7357 * display.texi (Overlay Properties, Defining Images):
7358 * processes.texi (Synchronous Processes, Sentinels):
7359 * syntax.texi (Syntax Table Internals):
7360 * searching.texi (Regexp Special):
7361 * nonascii.texi (Default Coding Systems):
7362 * text.texi (Special Properties):
7363 * minibuf.texi (Basic Completion): Wording to improve breaks in
7364 8.5x11 format.
7365 * elisp.texi (smallbook): New @set to more easily switch between
7366 smallbook and 8.5x11.
7367
7368 2007-04-11 Richard Stallman <rms@gnu.org>
7369
7370 * text.texi (Lazy Properties): Minor fix.
7371
7372 2007-04-08 Karl Berry <karl@gnu.org>
7373
7374 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7375 * macros.texi (Backquote): Downcase Backquote in index entries for
7376 consistency.
7377
7378 2007-04-08 Richard Stallman <rms@gnu.org>
7379
7380 * text.texi (Adaptive Fill): Just describe default,
7381 don't show it (since it contains non-ASCII chars).
7382
7383 2007-04-07 Karl Berry <karl@gnu.org>
7384
7385 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7386 adaptive-fill-regexp's value, since they are not in the standard
7387 TeX fonts.
7388
7389 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7390
7391 * display.texi (Defining Faces): Fix example.
7392
7393 2007-04-07 Karl Berry <karl@gnu.org>
7394
7395 * display.texi (Button Buffer Commands): Improve page break.
7396
7397 2007-04-07 Richard Stallman <rms@gnu.org>
7398
7399 * advice.texi (Activation of Advice): Remove redundant index entry.
7400
7401 * backups.texi: Improve index entries. Remove redundant ones.
7402
7403 * compile.texi (Byte Compilation): Improve index entry.
7404
7405 * hash.texi (Creating Hash): Improve index entry.
7406
7407 * symbols.texi (Definitions): Improve index entry.
7408
7409 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7410
7411 * maps.texi (Standard Keymaps): Remove useless index entry.
7412
7413 * help.texi (Documentation Basics): Remove redundant index entries.
7414
7415 * customize.texi: Improve index entries.
7416 Remove redundant/useless ones.
7417
7418 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7419
7420 * streams.texi (Output Variables): Improve index entry.
7421
7422 * abbrevs.texi (Abbrevs): Remove useless index entry.
7423
7424 * macros.texi (Expansion): Remove useless index entry.
7425
7426 * text.texi: Improve index entries. Remove redundant/useless ones.
7427 (Text Properties, Examining Properties)
7428 (Special Properties): Use "property category" instead of "category"
7429 to refer to the `category' property.
7430
7431 * positions.texi: Improve index entries. Remove useless one.
7432
7433 * lists.texi: Improve index entries. Remove redundant/useless ones.
7434
7435 * os.texi: Improve index entries.
7436 (Timers): Fix previous change.
7437
7438 * buffers.texi: Improve index entries.
7439 (Modification Time): Get rid of term "obsolete buffer".
7440
7441 * debugging.texi: Improve index entries.
7442 (Test Coverage): Add xref to other test coverage ftr.
7443
7444 * eval.texi: Improve index entry. Remove redundant ones.
7445
7446 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7447
7448 * files.texi: Improve index entries. Remove redundant/useless ones.
7449
7450 * objects.texi: Improve index entries.
7451
7452 * processes.texi: Improve index entries.
7453
7454 * modes.texi: Improve index entry. Remove redundant one.
7455
7456 * nonascii.texi: Improve index entries.
7457
7458 * internals.texi: Improve index entries.
7459
7460 * syntax.texi: Improve index entries.
7461
7462 * keymaps.texi (Active Keymaps): Improve index entries.
7463
7464 * commands.texi: Improve index entries. Remove redundant/useless ones.
7465
7466 * frames.texi: Improve index entries. Remove redundant/useless ones.
7467
7468 * markers.texi: Improve index entries. Remove redundant ones.
7469
7470 * tips.texi: Improve index entries.
7471
7472 * loading.texi (Unloading): Improve index entry.
7473
7474 * variables.texi: Improve index entries. Remove redundant one.
7475
7476 * sequences.texi: Improve index entry.
7477
7478 * display.texi: Improve index entries. Remove redundant ones.
7479
7480 * windows.texi: Improve index entries.
7481
7482 * searching.texi: Improve index entries. Remove redundant one.
7483
7484 * strings.texi (Case Tables): Improve last change.
7485
7486 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * strings.texi (Case Tables): Document with-case-table and
7489 ascii-case-table.
7490
7491 2007-04-03 Karl Berry <karl@gnu.org>
7492
7493 * processes.texi (Network): Reword to improve page break.
7494
7495 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7496
7497 * functions.texi (Inline Functions): Describe more disadvantages
7498 of defsubst, and make advice against it stronger.
7499
7500 2007-04-02 Karl Berry <karl@gnu.org>
7501
7502 * backups.texi (Backup Names): Avoid widow words.
7503 * modes.texi (Example Major Modes): Align last comment.
7504
7505 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7506
7507 * keymaps.texi (Remapping Commands): Document new arg to
7508 command-remapping.
7509
7510 2007-04-01 Karl Berry <karl@gnu.org>
7511
7512 * processes.texi (Low-Level Network): Typo.
7513 * loading.texi (Hooks for Loading): Avoid double "the".
7514 * keymaps.texi (Key Sequences): No double "and".
7515 (Changing Key Bindings): Shorten to improve line break.
7516
7517 2007-03-31 Glenn Morris <rgm@gnu.org>
7518
7519 * os.texi (Timers): Fix description of run-at-time TIME formats.
7520
7521 2007-03-31 Richard Stallman <rms@gnu.org>
7522
7523 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7524 regarding ellipsis.
7525
7526 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7527
7528 * intro.texi (nil and t):
7529 * symbols.texi (Plists and Alists):
7530 * variables.texi (Variable Aliases, Constant Variables):
7531 * functions.texi (Defining Functions):
7532 * advice.texi (Advising Primitives):
7533 * debugging.texi (Syntax Errors, Compilation Errors):
7534 * minibuf.texi (Minibuffer Windows):
7535 * commands.texi (Adjusting Point):
7536 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7537 (Auto Major Mode, Major Mode Conventions):
7538 * help.texi (Describing Characters):
7539 * files.texi (Create/Delete Dirs, Information about Files)
7540 (File Locks, Writing to Files, Reading from Files)
7541 (Saving Buffers):
7542 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7543 * frames.texi (Finding All Frames):
7544 * positions.texi (Buffer End, Motion):
7545 * markers.texi (The Region):
7546 * text.texi (Deletion, Near Point):
7547 * display.texi (Displaying Messages, Truncation):
7548 * os.texi (Processor Run Time):
7549 * tips.texi (Key Binding Conventions, Programming Tips)
7550 (Warning Tips, Documentation Tips, Comment Tips):
7551 * internals.texi (Memory Usage): Improve indexing.
7552
7553 * variables.texi (Frame-Local Variables):
7554 * functions.texi (Argument List):
7555 * loading.texi (Library Search):
7556 * streams.texi (Output Variables):
7557 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7558 * searching.texi (Replacing Match, Search and Replace):
7559 * processes.texi (Byte Packing, Decoding Output)
7560 (Accepting Output, Network Servers, Shell Arguments):
7561 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7562 * windows.texi (Window Point, Window Start):
7563 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7564 * commands.texi (Reading Input, Keyboard Events):
7565 * minibuf.texi (Reading File Names, Minibuffer Completion)
7566 (Recursive Mini):
7567 * positions.texi (List Motion):
7568 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7569 * numbers.texi (Arithmetic Operations, Math Functions)
7570 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7571 * locals.texi (Standard Buffer-Local Variables):
7572 * maps.texi (Standard Keymaps):
7573 * os.texi (User Identification, System Environment, Recording Input)
7574 (X11 Keysyms):
7575 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7576 * backups.texi (Backups and Auto-Saving):
7577 * customize.texi (Customization, Group Definitions)
7578 (Variable Definitions):
7579 * compile.texi (Byte Compilation): Improve index entries.
7580
7581 2007-03-31 Karl Berry <karl@gnu.org>
7582
7583 * macros.texi (Defining Macros): Avoid widow syllable.
7584
7585 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7586
7587 * elisp.texi (Top): Postscript -> PostScript.
7588
7589 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7590
7591 2007-03-31 Markus Triska <markus.triska@gmx.at>
7592
7593 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7594
7595 2007-03-30 Karl Berry <karl@gnu.org>
7596
7597 * lists.texi (List-related Predicates): Remove spurious @need.
7598 (Setcdr): Use @smallexample to improve page break.
7599 (Association Lists) <assoc>: Reword to improve page break.
7600
7601 * strings.texi (String Conversion): Insert blank line to improve
7602 page break.
7603
7604 * numbers.texi (Random Numbers): Use @minus{}.
7605 (Math Functions): Use @minus{}.
7606
7607 * intro.texi (Acknowledgements): Avoid line breaks before middle
7608 initials.
7609
7610 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7611
7612 * errors.texi (Standard Errors): Add an index entry.
7613
7614 2007-03-19 Richard Stallman <rms@gnu.org>
7615
7616 * os.texi (Recording Input): recent-keys now gives 300 keys.
7617
7618 2007-03-12 Glenn Morris <rgm@gnu.org>
7619
7620 * os.texi: Replace "daylight savings" with "daylight saving"
7621 throughout.
7622
7623 2007-03-05 Richard Stallman <rms@gnu.org>
7624
7625 * variables.texi (File Local Variables):
7626 Update enable-local-variables values.
7627
7628 2007-03-04 Richard Stallman <rms@gnu.org>
7629
7630 * syntax.texi (Control Parsing): Minor clarification.
7631
7632 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7633
7634 * sequences.texi (Sequence Functions): Move string-bytes away,
7635 add xref.
7636
7637 * nonascii.texi (Text Representations): Move string-bytes here.
7638
7639 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7640
7641 * minibuf.texi (Basic Completion): Minor clarification.
7642
7643 * markers.texi (The Mark): Clarify existence vs activation of mark.
7644 Other cleanup.
7645
7646 * display.texi (Finding Overlays): Write better example.
7647
7648 * compile.texi (Eval During Compile): Clarify putting macros
7649 in eval-when-compile.
7650
7651 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7652
7653 * loading.texi (How Programs Do Loading): Fix anchor position at
7654 load-read-function definition doc.
7655
7656 2007-02-21 Kim F. Storm <storm@cua.dk>
7657
7658 * strings.texi (Text Comparison): Mention that assoc-string
7659 converts symbols to strings before testing.
7660
7661 2007-02-17 Kim F. Storm <storm@cua.dk>
7662
7663 * processes.texi (Bindat Spec): Vector types can have optional
7664 element type.
7665 (Bindat Examples): Fix example. Add vector with element type.
7666
7667 2007-02-16 Andreas Schwab <schwab@suse.de>
7668
7669 * strings.texi (Formatting Strings): Document '+' flag.
7670
7671 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7672
7673 * strings.texi (Modifying Strings): Clarify that `clear-string'
7674 always converts the string to unibyte.
7675
7676 2007-02-14 Kim F. Storm <storm@cua.dk>
7677
7678 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7679 Rewrite glyph code description to refer to these functions.
7680 Remove details of encoding face number and char into integer code.
7681
7682 2007-02-03 Alan Mackenzie <acm@muc.de>
7683
7684 * loading.texi (Hooks for Loading): Make the description of
7685 `eval-after-load' more detailed, and amend the description of
7686 after-load-alist, in accordance with changes from 2006-05.
7687
7688 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * modes.texi (Defining Minor Modes): Document that a :require
7691 keyword or similar may be required to make saved customization
7692 variables work.
7693
7694 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7695
7696 * elisp.texi (Top): Make the detailed menu headers compliant with
7697 Texinfo guidelines and with what texnfo-upd.el expects.
7698 Add comments to prevent people from inadvertently modifying the key
7699 parts needed by `texinfo-multiple-files-update'.
7700
7701 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7702
7703 * elisp.texi (Top): Update the top-level menus.
7704
7705 * syntax.texi (Categories): Add index entries.
7706
7707 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7708
7709 * display.texi (Attribute Functions): Fix name and description of
7710 the UNDERLINE arg of `set-face-underline-p'.
7711
7712 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7713
7714 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7715 Variables", and "Standard Keymaps" to the detailed menu.
7716
7717 * variables.texi (Future Local Variables): Add index entry.
7718
7719 2007-01-28 Richard Stallman <rms@gnu.org>
7720
7721 * tips.texi (Coding Conventions): Clarify the tip about macros
7722 that define a function or a variable.
7723
7724 * files.texi (File Attributes): UID and GID can be floats.
7725 (Magic File Names): Explain why deferring all operations to
7726 the standard handler does not work.
7727
7728 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7729
7730 * backups.texi (Reverting): Use "buffer" instead of "file"
7731 when talking about major and minor modes.
7732
7733 2007-01-21 Richard Stallman <rms@gnu.org>
7734
7735 * help.texi (Documentation): Add xref to Documentation Tips.
7736
7737 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7738
7739 * tips.texi (Coding Conventions): Fix typos.
7740
7741 2007-01-05 Richard Stallman <rms@gnu.org>
7742
7743 * modes.texi (Defining Minor Modes): Fix previous change.
7744
7745 2007-01-03 Richard Stallman <rms@gnu.org>
7746
7747 * customize.texi (Variable Definitions, Customization Types):
7748 Don't use * in doc string for defcustom.
7749
7750 2007-01-02 Richard Stallman <rms@gnu.org>
7751
7752 * variables.texi (Variable Aliases): Clarify that aliases vars
7753 always have the same value.
7754
7755 * processes.texi (Bindat Spec): Fix Texinfo usage.
7756
7757 * modes.texi (Defining Minor Modes): Explain effect of command
7758 defined with define-global-minor-mode on new buffers.
7759
7760 2006-12-30 Kim F. Storm <storm@cua.dk>
7761
7762 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7763 `auto-resize-tool-bars'.
7764
7765 2006-12-30 Richard Stallman <rms@gnu.org>
7766
7767 * keymaps.texi (Active Keymaps): Fix previous change.
7768
7769 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7770
7771 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7772
7773 2006-12-30 Kim F. Storm <storm@cua.dk>
7774
7775 * processes.texi (Bindat Spec): Clarify using field names in
7776 length specifications.
7777
7778 2006-12-29 Kim F. Storm <storm@cua.dk>
7779
7780 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7781 Add count and index variables for eval forms in repeat blocks.
7782
7783 2006-12-24 Richard Stallman <rms@gnu.org>
7784
7785 * customize.texi (Variable Definitions):
7786 Document new name custom-add-frequent-value.
7787
7788 2006-12-19 Kim F. Storm <storm@cua.dk>
7789
7790 * commands.texi (Misc Events): User signals now result in sigusr1
7791 and sigusr2 events which are handled through special-event-map.
7792 (Special Events): User signals and drag-n-drop are special.
7793
7794 2006-12-17 Richard Stallman <rms@gnu.org>
7795
7796 * loading.texi (Named Features): Explain subfeatures better.
7797
7798 * customize.texi: Use "option" only for user options.
7799 For the keyword values inside defcustom etc, say "keywords".
7800 For :options value's elements, say "elements".
7801 :group should not be omitted.
7802
7803 * syntax.texi (Parsing Expressions): Split up node.
7804 (Motion via Parsing, Position Parse, Parser State)
7805 (Low-Level Parsing, Control Parsing): New subnodes.
7806 (Parser State): Document syntax-ppss-toplevel-pos.
7807
7808 * positions.texi (List Motion): Punctuation fix.
7809
7810 * files.texi (File Name Completion): Document PREDICATE arg
7811 to file-name-completion.
7812
7813 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7814
7815 * internals.texi (Building Emacs, Writing Emacs Primitives):
7816 Add index entries.
7817
7818 2006-12-11 Richard Stallman <rms@gnu.org>
7819
7820 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7821 affects face menu. Explain how to make it non-nil without enabling
7822 any fontification.
7823
7824 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * modes.texi (Font Lock Basics): Document nil value of
7827 font-lock-defaults.
7828
7829 2006-12-10 Glenn Morris <rgm@gnu.org>
7830
7831 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7832 value for system-flag argument. Abbrev tables may not be empty
7833 when major modes are loaded.
7834
7835 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * makefile.w32-in (maintainer-clean): Partially revert last
7838 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7839 to protect elisp-covers.texi.
7840
7841 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7842
7843 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7844 Don't remove elisp* info files; they are already deleted by the
7845 `clean' and `distclean' targets, and they are in the $(infodir)
7846 directory, not the current one.
7847
7848 2006-12-04 Kim F. Storm <storm@cua.dk>
7849
7850 * commands.texi (Misc Events): Update signal events.
7851 (Event Examples): Add signal example.
7852
7853 2006-11-29 Richard Stallman <rms@gnu.org>
7854
7855 * frames.texi (Visibility of Frames): Explain visible windows
7856 can be covered by others. Add xref for raise-frame.
7857
7858 2006-11-28 Richard Stallman <rms@gnu.org>
7859
7860 * searching.texi (Regexp Special): Update when ^ is special.
7861
7862 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7863
7864 * customize.texi (Customization, Common Keywords)
7865 (Group Definitions, Variable Definitions, Composite Types)
7866 (Type Keywords, Customization Types): Add index entries for
7867 various customization keywords.
7868
7869 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7872
7873 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7874
7875 * frames.texi (Window System Selections): Remove clipboard from
7876 description of selection-coding-system.
7877
7878 2006-11-06 Richard Stallman <rms@gnu.org>
7879
7880 * lists.texi (List Variables): Document COMPARE-FN.
7881
7882 * keymaps.texi: Avoid use of "binding" to mean a relation;
7883 use it only to refer to the meaning associated with a key.
7884 (Keymaps): Change menu node description.
7885
7886 * elisp.texi (Top): Change menu node description.
7887
7888 * display.texi (Managing Overlays): Document overlay-recenter.
7889
7890 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * Makefile.in: Use relative paths to avoid advertising filesystem
7893 contents during compilation.
7894
7895 2006-10-23 Kim F. Storm <storm@cua.dk>
7896
7897 * commands.texi (Event Input Misc): Update unread-command-events.
7898
7899 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7900
7901 * lists.texi (Sets And Lists): Fix typos.
7902
7903 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * control.texi (Processing of Errors): Use @var for an argument,
7906 not @code.
7907
7908 2006-10-16 Richard Stallman <rms@gnu.org>
7909
7910 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7911
7912 * keymaps.texi (Format of Keymaps): Show all the keymap element
7913 patterns that result from menu items.
7914 (Key Lookup): Minor cleanups.
7915
7916 * modes.texi (Precalculated Fontification): Don't say that
7917 not setting font-lock-defaults avoids loading font-lock.
7918
7919 * help.texi (Documentation): Move xref to Emacs Manual here.
7920 (Documentation Basics): From here.
7921 Also doc emacs-lisp-docstring-fill-column.
7922
7923 * elisp.texi: Update version and ISBN.
7924
7925 * commands.texi (Interactive Call): Clarify KEYS arg to
7926 call-interactively is a vector.
7927 (Command Loop Info): Delete anchor in this-command-keys.
7928 Add anchor in this-command-keys-vector.
7929 (Recursive Editing): Document how recursive-edit
7930 handles the current buffer.
7931
7932 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * frames.texi (Frame Titles): %c and %l are ignored in
7935 frame-title-format.
7936
7937 2006-10-11 Richard Stallman <rms@gnu.org>
7938
7939 * keymaps.texi (Key Sequences): Clarify use of kbd.
7940
7941 2006-10-10 Kim F. Storm <storm@cua.dk>
7942
7943 * lists.texi (Sets And Lists): Add memql.
7944
7945 2006-10-03 Richard Stallman <rms@gnu.org>
7946
7947 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7948 Clarify :ascii: and :nonascii:.
7949
7950 2006-09-29 Juri Linkov <juri@jurta.org>
7951
7952 * modes.texi (%-Constructs): Reorder coding systems in the
7953 documentation of %z to the real order displayed in the modeline.
7954
7955 2006-09-25 Richard Stallman <rms@gnu.org>
7956
7957 * os.texi (Timers): Describe timer-max-repeats.
7958
7959 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * os.texi (Timers): Mention with-local-quit.
7962
7963 2006-09-24 Richard Stallman <rms@gnu.org>
7964
7965 * searching.texi (Searching and Matching): Mention property search.
7966
7967 * commands.texi (Command Loop Info): Explain how read-event affects
7968 this-command-keys.
7969
7970 2006-09-20 Richard Stallman <rms@gnu.org>
7971
7972 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7973
7974 * windows.texi (Window Start): Minor cleanups.
7975
7976 2006-09-20 Kim F. Storm <storm@cua.dk>
7977
7978 * windows.texi (Window Start): pos-visible-in-window-p allows
7979 specifying t for position to mean "end of window".
7980 Add window-line-height.
7981
7982 * anti.texi (Antinews): Mention window-line-height.
7983
7984 2006-09-19 David Kastrup <dak@gnu.org>
7985
7986 * keymaps.texi (Searching Keymaps): Small clarification.
7987
7988 2006-09-18 Richard Stallman <rms@gnu.org>
7989
7990 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7991 cause keyboard menus.
7992 (Menu Keymaps): Likewise.
7993 (Defining Menus, Keyboard Menus): Clarify.
7994
7995 * text.texi (Fields): Clarify explanation of constrain-to-field.
7996
7997 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7998
7999 * variables.texi (Tips for Defining): Fix a typo.
8000
8001 2006-09-15 Richard Stallman <rms@gnu.org>
8002
8003 * keymaps.texi (Remapping Commands, Searching Keymaps)
8004 (Active Keymaps): Clean up previous change.
8005
8006 2006-09-15 Jay Belanger <belanger@truman.edu>
8007
8008 * gpl.texi: Replace "Library Public License" by "Lesser Public
8009 License" throughout.
8010
8011 2006-09-15 David Kastrup <dak@gnu.org>
8012
8013 * keymaps.texi (Active Keymaps): Adapt description to use
8014 `get-char-property' instead `get-text-property'. Explain how
8015 mouse events change this. Explain the new optional argument of
8016 `key-binding' and its mouse-dependent lookup.
8017 (Searching Keymaps): Adapt description similarly.
8018 (Remapping Commands): Explain the new optional argument of
8019 `command-remapping'.
8020
8021 2006-09-14 Richard Stallman <rms@gnu.org>
8022
8023 * keymaps.texi (Searching Keymaps): Clarification.
8024 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8025
8026 2006-09-13 Richard Stallman <rms@gnu.org>
8027
8028 * objects.texi (Character Type): Node split.
8029 Add xref to Describing Characters.
8030 (Basic Char Syntax, General Escape Syntax)
8031 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8032
8033 2006-09-11 Richard Stallman <rms@gnu.org>
8034
8035 * display.texi (Display Table Format): Wording clarification.
8036 (Glyphs): Clarifications.
8037
8038 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8041 local maps.
8042
8043 2006-09-10 Kim F. Storm <storm@cua.dk>
8044
8045 * display.texi (Forcing Redisplay): Document return value of
8046 function redisplay.
8047
8048 2006-09-09 Richard Stallman <rms@gnu.org>
8049
8050 * windows.texi (Window Hooks): Explain limits of
8051 window-scroll-functions.
8052
8053 * display.texi (Fringe Indicators): Update for last change in
8054 indicate-buffer-boundaries.
8055
8056 2006-09-08 Richard Stallman <rms@gnu.org>
8057
8058 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8059
8060 2006-09-06 Kim F. Storm <storm@cua.dk>
8061
8062 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8063
8064 * windows.texi (Window Start): Update pos-visible-in-window-p.
8065
8066 2006-09-04 Richard Stallman <rms@gnu.org>
8067
8068 * processes.texi (Accepting Output): Explain SECONDS=0 for
8069 accept-process-output.
8070
8071 * os.texi (Idle Timers): Explain why timer functions should not
8072 loop until (input-pending-p).
8073
8074 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8075
8076 * makefile.w32-in (usermanualdir): New variable.
8077 (elisp.dvi): Use it.
8078
8079 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8080
8081 * buffers.texi (Buffer Modification): Fix last change.
8082
8083 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8084
8085 * buffers.texi (Buffer Modification):
8086 Document buffer-chars-modified-tick.
8087
8088 2006-08-31 Richard Stallman <rms@gnu.org>
8089
8090 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8091
8092 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8093
8094 * modes.texi (Syntactic Font Lock):
8095 Mention font-lock-syntactic-face-function
8096 instead of specific faces.
8097
8098 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8099
8100 * display.texi (Images): Add xrref to display-images-p.
8101
8102 2006-08-28 Kenichi Handa <handa@m17n.org>
8103
8104 * nonascii.texi (Lisp and Coding Systems): Fix description of
8105 detect-coding-region.
8106
8107 2006-08-27 Michael Olson <mwolson@gnu.org>
8108
8109 * processes.texi (Transaction Queues): Remove stray quote
8110 character.
8111
8112 2006-08-25 Richard Stallman <rms@gnu.org>
8113
8114 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8115 Add xref.
8116
8117 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * os.texi (Timers): Avoid waiting inside timers.
8120
8121 2006-08-21 Lute Kamstra <lute@gnu.org>
8122
8123 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8124
8125 2006-08-20 Richard Stallman <rms@gnu.org>
8126
8127 * os.texi (Idle Timers): New node, split out from Timers.
8128 Document current-idle-time.
8129 * commands.texi (Reading One Event): Update xref.
8130 * elisp.texi (Top): Update subnode menu.
8131
8132 2006-08-16 Richard Stallman <rms@gnu.org>
8133
8134 * keymaps.texi (Extended Menu Items): Show format of cached
8135 bindings in extended menu items.
8136
8137 * customize.texi (Variable Definitions): Explain when the
8138 standard value expression is evaluated.
8139
8140 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * commands.texi (Reading One Event): Explain idleness in
8143 `read-event'.
8144
8145 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8148 (Commands for Insertion): Remove split-line since it's not
8149 relevant for Lisp programming.
8150 (Yank Commands): Rewrite introduction.
8151 (Undo): Clarify.
8152 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8153 (Filling): Remove redundant comment. Clarify return value of
8154 current-justification.
8155 (Margins): Minor clarifications.
8156 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8157 (Sorting): Update definition of sort-lines.
8158 (Columns): Clarify behavior of sort-columns.
8159 (Indent Tabs): Link to Tab Stops in Emacs manual.
8160 (Special Properties): Clarify.
8161 (Clickable Text): Mention Buttons package.
8162
8163 2006-08-12 Kevin Ryde <user42@zip.com.au>
8164
8165 * os.texi (Time Parsing): Add %z to description of
8166 format-time-string, as per docstring. Add cross reference to
8167 glibc manual for strftime.
8168
8169 2006-08-08 Richard Stallman <rms@gnu.org>
8170
8171 * modes.texi: Clean up wording in previous change.
8172
8173 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8174
8175 * modes.texi (Hooks): Clarify.
8176 (Major Mode Basics): Mention define-derived-mode explicitly.
8177 (Major Mode Conventions): Rebinding RET is OK for some modes.
8178 Mention change-major-mode-hook and after-change-major-mode-hook.
8179 (Example Major Modes): Move to end of Modes section.
8180 (Mode Line Basics): Clarify.
8181 (Mode Line Data): Mention help-echo and local-map in strings.
8182 Explain reason for treatment of non-risky variables.
8183 (Properties in Mode): Clarify.
8184 (Faces for Font Lock): Add font-lock-negation-char-face.
8185
8186 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8187
8188 * strings.texi (Formatting Strings): Warn against arbitrary
8189 strings as first arg to `format'.
8190
8191 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8192
8193 * text.texi (Clickable Text): Mention `help-echo' text property.
8194 Update intro, examples and associated explanations.
8195
8196 2006-07-31 Richard Stallman <rms@gnu.org>
8197
8198 * commands.texi: Update xrefs.
8199 (Event Mod): New node, cut out from old Translating Input.
8200
8201 * maps.texi: Update xrefs.
8202
8203 * keymaps.texi (Translation Keymaps): New node.
8204 Update xrefs from Translating Input to Translation Keymaps.
8205
8206 * elisp.texi (Top): Update subnode menu.
8207
8208 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8209
8210 * os.texi (System Interface): Fix menu descriptions of some nodes.
8211 (Translating Input): Node deleted.
8212
8213 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8214
8215 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8216
8217 * lists.texi (Sets And Lists): Likewise.
8218
8219 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8220
8221 * text.texi (Fields): Mention POS
8222 requirement when narrowing is in effect.
8223
8224 2006-07-28 Richard Stallman <rms@gnu.org>
8225
8226 * display.texi (Face Attributes): Simplify wording.
8227 (Attribute Functions): Clarify meaning of new-frame default
8228 attribute settings.
8229
8230 * customize.texi (Common Keywords): Document how to use
8231 :package-version in a package not in Emacs.
8232
8233 2006-07-28 Kim F. Storm <storm@cua.dk>
8234
8235 * commands.texi (Reading One Event): Fix last change.
8236
8237 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8238
8239 * commands.texi (Reading One Event): Document SECONDS argument for
8240 read-event, read-char, and read-char-exclusive.
8241
8242 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8245 to ensure correct identification.
8246
8247 2006-07-24 Richard Stallman <rms@gnu.org>
8248
8249 * text.texi (Clickable Text): Clarify.
8250
8251 * sequences.texi (Vector Functions): Delete duplicate xref.
8252
8253 * objects.texi (Function Type): Clarify.
8254
8255 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8256 modes.
8257
8258 * lists.texi (List Variables): New node.
8259 Material moved from other nodes.
8260
8261 * variables.texi (Setting Variables): add-to-list and
8262 add-to-ordered-list moved to List Variables node.
8263
8264 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8265
8266 * text.texi (Links and Mouse-1):
8267 For mouse-on-link-p, expand on arg POS.
8268
8269 2006-07-21 Kim F. Storm <storm@cua.dk>
8270
8271 * display.texi (Forcing Redisplay): Don't mention systems which
8272 don't support sub-second timers for redisplay-preemption-period.
8273
8274 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8275
8276 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8277
8278 * frames.texi (Input Focus): Document that focus-follows-mouse has
8279 no effect on MS-Windows.
8280
8281 2006-07-18 Richard Stallman <rms@gnu.org>
8282
8283 * display.texi (Forcing Redisplay): Cleanups in previous change.
8284
8285 * processes.texi (Low-Level Network): Make menu more convenient.
8286
8287 2006-07-18 Kim F. Storm <storm@cua.dk>
8288
8289 * display.texi (Forcing Redisplay): redisplay-preemption-period
8290 only used on window systems. Add xref to Terminal Output.
8291
8292 * os.texi (Terminal Output): baud-rate only controls preemption on
8293 non-window systems. Add xref to Forcing Redisplay.
8294
8295 * processes.texi (Low-Level Network): Rename node "Make Network"
8296 to "Network Processes".
8297
8298 2006-07-18 Karl Berry <karl@gnu.org>
8299
8300 * variables.texi, functions.texi, customize.texi, loading.texi:
8301 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8302
8303 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8306
8307 2006-07-17 Richard Stallman <rms@gnu.org>
8308
8309 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8310 Put period and comma inside quotes.
8311
8312 * loading.texi, markers.texi: Use real doublequote inside menus.
8313
8314 * windows.texi: Put point and comma inside quotes.
8315 (Textual Scrolling): Use @samp for error message.
8316
8317 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8318 * strings.texi, streams.texi, processes.texi, os.texi:
8319 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8320 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8321 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8322 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8323 Put point and comma inside quotes.
8324
8325 * control.texi (Processing of Errors): Add command-error-function.
8326
8327 * variables.texi (File Local Variables): Clarify that
8328 file local variables make buffer-local bindings.
8329
8330 * modes.texi (Syntactic Font Lock): Give default for
8331 font-lock-syntax-table.
8332
8333 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8334
8335 * text.texi (Special Properties): Clean up previous change.
8336
8337 2006-07-16 Karl Berry <karl@gnu.org>
8338
8339 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8340 * control.texi: Fix bad page breaks through chapter 10 (control).
8341
8342 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8343 underfull hbox.
8344
8345 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8346
8347 * text.texi (Special Properties): Describe fontified text property
8348 in relation to a character (not text).
8349
8350 2006-07-15 Kim F. Storm <storm@cua.dk>
8351
8352 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8353 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8354 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8355
8356 * anti.texi (Antinews): Mention redisplay function.
8357 The kbd macro existed, but was not documented, before 22.x.
8358 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8359
8360 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8361
8362 * display.texi (Displaying Messages): Add anchor.
8363
8364 * frames.texi (Dialog Boxes): Use it.
8365
8366 2006-07-12 Richard Stallman <rms@gnu.org>
8367
8368 * objects.texi (Frame Type): Explain nature of frames better.
8369
8370 * frames.texi (Frames): Explain nature of frames better.
8371
8372 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8373
8374 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8375
8376 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8377
8378 * frames.texi (Window System Selections): Mention scrap support for Mac.
8379 Default value of x-select-enable-clipboard is t on Mac.
8380
8381 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8382
8383 2006-07-11 Kim F. Storm <storm@cua.dk>
8384
8385 * display.texi (Forcing Redisplay): Add `redisplay' function.
8386 Don't mention (sit-for -1) -- use (redisplay t) instead.
8387
8388 * commands.texi (Waiting): (sit-for -1) is no longer special.
8389 (sit-for 0) is equivalent to (redisplay).
8390 Iconifying/deiconifying no longer makes sit-for return.
8391
8392 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8393
8394 * display.texi (Buttons): Fix typo.
8395
8396 * index.texi, elisp.texi (New Symbols): Comment node out.
8397
8398 2006-07-09 Richard Stallman <rms@gnu.org>
8399
8400 * display.texi (Truncation): Clean up previous change.
8401
8402 2006-07-08 Richard Stallman <rms@gnu.org>
8403
8404 * commands.texi (Interactive Call): Use 3 as prefix in example
8405 for execute-extended-command.
8406
8407 * display.texi (Attribute Functions): Move paragraph about
8408 compatibility with Emacs < 21.
8409
8410 2006-07-09 Kim F. Storm <storm@cua.dk>
8411
8412 * display.texi (Refresh Screen): Clarify force-window-update.
8413 (Truncation): "Normally" indicated by fringe arrows.
8414
8415 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8416
8417 * windows.texi (Textual Scrolling, Resizing Windows):
8418 * variables.texi (Constant Variables):
8419 * text.texi (Buffer Contents, Deletion, Changing Properties)
8420 (Property Search, Special Properties, Sticky Properties)
8421 (Links and Mouse-1, Fields, Change Hooks):
8422 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8423 (Categories):
8424 * symbols.texi (Other Plists):
8425 * streams.texi (Output Variables):
8426 * processes.texi (Input to Processes, Query Before Exit):
8427 * positions.texi (Word Motion, Text Lines, List Motion):
8428 * os.texi (Init File, System Environment, Sound Output)
8429 (Session Management):
8430 * nonascii.texi (Text Representations, Character Sets)
8431 (Chars and Bytes, Locales):
8432 * modes.texi (Defining Minor Modes, Header Lines):
8433 * minibuf.texi (Minibuffer Contents):
8434 * markers.texi (Information from Markers):
8435 * lists.texi (List Elements, Building Lists, Association Lists):
8436 * keymaps.texi (Tool Bar):
8437 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8438 * functions.texi (What Is a Function, Mapping Functions):
8439 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8440 (Color Names, Text Terminal Colors, Display Feature Testing):
8441 * files.texi (Visiting Functions, File Name Components)
8442 (Unique File Names, Contents of Directories):
8443 * display.texi (Forcing Redisplay, Displaying Messages)
8444 (Temporary Displays, Font Selection, Auto Faces)
8445 (Font Lookup, Fringe Indicators, Display Margins)
8446 (Image Descriptors, Showing Images, Image Cache, Button Types)
8447 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8448 (Display Table Format, Glyphs):
8449 * control.texi (Iteration):
8450 * commands.texi (Command Loop Info, Adjusting Point):
8451 * backups.texi (Making Backups, Auto-Saving):
8452 Remove @tindex entries.
8453
8454 2006-07-07 Kim F. Storm <storm@cua.dk>
8455
8456 * display.texi (Fringe Cursors): Fix typo.
8457 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8458 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8459
8460 2006-07-05 Richard Stallman <rms@gnu.org>
8461
8462 * text.texi (Buffer Contents): Add example of text props
8463 in result of buffer-substring.
8464 (Text Properties): Explain better about use of specific property names.
8465 (Property Search): Some cleanups; reorder some functions.
8466
8467 * keymaps.texi (Changing Key Bindings): Cleanup.
8468 Add xref to Key Binding Conventions.
8469
8470 * display.texi (Attribute Functions): Add examples for
8471 face-attribute-relative-p.
8472
8473 * tips.texi (Coding Conventions): Cleanup last change.
8474
8475 2006-07-05 Karl Berry <karl@gnu.org>
8476
8477 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8478 Remove @setchapternewpage odd.
8479 Result is 1013 pages, down from 1100.
8480
8481 * anti.texi, customize.texi, display.texi, internals.texi:
8482 * minibuf.texi, modes.texi, tips.texi:
8483 Fix overfull/underfull boxes.
8484
8485 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8486
8487 * edebug.texi (Instrumenting):
8488 Add Edebug-specific findex for eval-buffer.
8489 * loading.texi (Loading):
8490 Replace eval-current-buffer with eval-buffer.
8491
8492 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8493
8494 * locals.texi (Standard Buffer-Local Variables): Update the list
8495 of variables.
8496
8497 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8498
8499 * files.texi (File Name Completion): Point user to the node
8500 "Reading File Names".
8501
8502 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8503
8504 * files.texi (Contents of Directories): Document case-insensitive
8505 behavior on respective filesystems.
8506
8507 * objects.texi (Character Type): Document that Emacs signals an
8508 error for unsupported Unicode characters specified as \uNNNN.
8509
8510 2006-06-19 Richard Stallman <rms@gnu.org>
8511
8512 * processes.texi (Bindat Spec): Clarify previous change.
8513
8514 2006-06-16 Richard Stallman <rms@gnu.org>
8515
8516 * tips.texi (Coding Conventions): Better explain conventions
8517 for definition constructs.
8518
8519 * text.texi (Special Properties): String value of `read-only'
8520 serves as the error message.
8521
8522 * objects.texi (Character Type): Clarify prev. change.
8523 (Non-ASCII in Strings): Mention \u and \U.
8524
8525 * commands.texi (Using Interactive): Explain problem of
8526 markers, etc., in command-history.
8527
8528 2006-06-14 Kim F. Storm <storm@cua.dk>
8529
8530 * commands.texi (Waiting): Negative arg to sit-for forces
8531 redisplay even if input is pending.
8532
8533 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8534 redisplay. Remove incorrect example of binding redisplay-dont-pause
8535 around (sit-for 0).
8536
8537 2006-06-13 Richard Stallman <rms@gnu.org>
8538
8539 * display.texi (Forcing Redisplay): Clarify previous change.
8540
8541 2006-06-13 Romain Francoise <romain@orebokech.com>
8542
8543 * display.texi (Forcing Redisplay): Fix typo.
8544
8545 2006-06-13 Kim F. Storm <storm@cua.dk>
8546
8547 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8548
8549 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * tips.texi (Coding Conventions): Add `@end itemize'.
8552
8553 2006-06-10 Richard Stallman <rms@gnu.org>
8554
8555 * tips.texi (Coding Conventions): Explain use of coding systems
8556 to ensure one decoding for strings.
8557
8558 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8559
8560 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8561 syntax.
8562
8563 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8564
8565 * display.texi (Font Selection): Remove description of
8566 clear-face-cache.
8567
8568 * compile.texi (Eval During Compile): Fix a typo. Add index
8569 entries for possible uses of eval-when-compile.
8570
8571 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8572
8573 * display.texi (Abstract Display): Fix typo.
8574
8575 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8576
8577 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8578 Reword variable's description.
8579
8580 2006-06-01 Richard Stallman <rms@gnu.org>
8581
8582 * windows.texi (Splitting Windows): Clarify splitting nonselected
8583 window.
8584
8585 2006-05-31 Juri Linkov <juri@jurta.org>
8586
8587 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8588
8589 2006-05-30 Richard Stallman <rms@gnu.org>
8590
8591 * display.texi (Line Height): Fix errors in description of
8592 default line height and line-height property.
8593
8594 * nonascii.texi (Default Coding Systems): Further clarification.
8595
8596 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * internals.texi (Pure Storage): Mention that an overflow in pure
8599 space causes a memory leak.
8600 (Garbage Collection): If there was an overflow in pure space,
8601 `garbage-collect' returns nil.
8602
8603 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8604
8605 * nonascii.texi (Default Coding Systems): Fix it some more.
8606
8607 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8608
8609 * nonascii.texi (Default Coding Systems): Fix last change.
8610
8611 2006-05-29 Kenichi Handa <handa@m17n.org>
8612
8613 * nonascii.texi (find-operation-coding-system): Describe the new
8614 argument format (FILENAME . BUFFER).
8615
8616 2006-05-28 Richard Stallman <rms@gnu.org>
8617
8618 * tips.texi (Coding Conventions): Better explain reasons not to
8619 advise other packages or use `eval-after-load'.
8620
8621 2006-05-29 Kim F. Storm <storm@cua.dk>
8622
8623 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8624 `bindat-idx' and `bindat-raw' for clarity.
8625
8626 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8627
8628 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8629
8630 * display.texi (Display): Add "Abstract Display" to menu.
8631 (Abstract Display, Abstract Display Functions)
8632 (Abstract Display Example): New nodes.
8633 * elisp.texi (Top): Add "Abstract Display" to menu.
8634
8635 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8636
8637 * keymaps.texi (Key Sequences): Link to input events definition.
8638 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8639
8640 * files.texi (Changing Files): Document updated argument list for
8641 copy-file.
8642
8643 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8644
8645 * processes.texi (Bindat Functions): Explain term "total length".
8646 Use it in bindat-length and bindat-pack descriptions.
8647
8648 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8649
8650 * tips.texi (Coding Conventions): Advise against using
8651 eval-after-load in packages. Add an index entry.
8652
8653 2006-05-25 Juri Linkov <juri@jurta.org>
8654
8655 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8656
8657 * modes.texi (%-Constructs): Add %e, %z, %Z.
8658
8659 2006-05-25 Richard Stallman <rms@gnu.org>
8660
8661 * elisp.texi (Top): Update subnode menu.
8662
8663 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8664 (Keymaps): Update menu.
8665
8666 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * keymaps.texi (Key Sequences): Some clarifications.
8669
8670 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8671
8672 * processes.texi (Bindat Functions): Say "unibyte string"
8673 explicitly for bindat-unpack and bindat-pack descriptions.
8674 (Bindat Examples): Don't call `string-make-unibyte' in example.
8675
8676 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8677
8678 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8679 Explain string and vector representations of key sequences.
8680
8681 * keymaps.texi (Changing Key Bindings):
8682 * commands.texi (Interactive Codes):
8683 * help.texi (Describing Characters): Refer to it.
8684
8685 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * frames.texi (Pointer Shape): @end table -> @end defvar.
8688
8689 2006-05-22 Richard Stallman <rms@gnu.org>
8690
8691 * elisp.texi (Top): Update subnode menus.
8692
8693 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8694 Contents rewritten; material from old Pointer Shape node moved here.
8695
8696 * display.texi (Pointer Shape): Node deleted.
8697 (Image Descriptors): Minor cleanup.
8698
8699 2006-05-21 Richard Stallman <rms@gnu.org>
8700
8701 * syntax.texi (Parsing Expressions): Update info on which STATE
8702 elements are ignored.
8703
8704 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8705
8706 * hooks.texi (Standard Hooks): Correct typo.
8707
8708 * gpl.texi (GPL): ifinfo -> ifnottex.
8709
8710 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8711
8712 * searching.texi (Simple Match Data): Warn about match data being
8713 set anew by every search.
8714
8715 2006-05-17 Richard Stallman <rms@gnu.org>
8716
8717 * minibuf.texi (Minibuffer History): Clarify.
8718
8719 * searching.texi (Regexp Special): Clarify nested regexp warning.
8720
8721 2006-05-16 Kim F. Storm <storm@cua.dk>
8722
8723 * minibuf.texi (Minibuffer History): Update add-to-history.
8724
8725 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8726
8727 * nonascii.texi (Explicit Encoding):
8728 Fix typo (encoding<->decoding).
8729
8730 2006-05-14 Richard Stallman <rms@gnu.org>
8731
8732 * buffers.texi (Creating Buffers): Cleanup.
8733
8734 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8735
8736 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8737
8738 * buffers.texi (Current Buffer): Document that with-temp-buffer
8739 disables undo.
8740
8741 * os.texi (Terminal-Specific): More accurate description of how
8742 Emacs searches for the terminal-specific libraries.
8743
8744 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8745
8746 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8747 emacs-xtra to @inforef's.
8748
8749 * text.texi (Undo): Document that undo is turned off in buffers
8750 whose names begin with a space.
8751
8752 * buffers.texi (Buffer Names): Add index entries for buffers whose
8753 names begin with a space.
8754 (Creating Buffers): Document that undo is turned off in buffers
8755 whose names begin with a space.
8756
8757 * files.texi (Visiting Functions, Reading from Files)
8758 (Saving Buffers): Mention code and EOL conversions by file I/O
8759 primitives and subroutines.
8760
8761 * nonascii.texi (Lisp and Coding Systems):
8762 Document coding-system-eol-type. Add index entries for eol conversion.
8763
8764 * display.texi (Defining Faces): Mention `mac', and add an xref to
8765 where window-system is described.
8766
8767 2006-05-10 Richard Stallman <rms@gnu.org>
8768
8769 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8770
8771 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8772
8773 * variables.texi (File Local Variables): Recommend to quote lambda
8774 expressions in safe-local-variable property.
8775
8776 2006-05-09 Richard Stallman <rms@gnu.org>
8777
8778 * variables.texi (File Local Variables):
8779 Document safe-local-eval-forms and safe-local-eval-function.
8780
8781 2006-05-07 Kim F. Storm <storm@cua.dk>
8782
8783 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8784 from add-to-history.
8785
8786 2006-05-07 Romain Francoise <romain@orebokech.com>
8787
8788 * commands.texi (Event Input Misc):
8789 * compile.texi (Eval During Compile):
8790 * internals.texi (Buffer Internals):
8791 * minibuf.texi (Initial Input):
8792 * nonascii.texi (Scanning Charsets):
8793 * numbers.texi (Comparison of Numbers):
8794 * windows.texi (Textual Scrolling, Vertical Scrolling):
8795 Fix various typos.
8796
8797 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8798
8799 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8800 conditional xref's to either emacs or emacs-xtra, depending on
8801 @iftex/@ifnottex.
8802
8803 * minibuf.texi (Minibuffer History): Document add-to-history.
8804
8805 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8806
8807 * internals.texi (Pure Storage): Mention the pure overflow message
8808 at startup.
8809
8810 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8811
8812 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8813 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8814 search.
8815
8816 2006-05-01 Richard Stallman <rms@gnu.org>
8817
8818 * intro.texi (nil and t): Clarify.
8819
8820 * variables.texi (File Local Variables): Suggest using booleanp.
8821
8822 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * objects.texi (Type Predicates): Fix typos.
8825
8826 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * intro.texi (nil and t): Add booleanp.
8829
8830 * objects.texi (Type Predicates): Add links for booleanp and
8831 string-or-null-p.
8832
8833 2006-04-29 Richard Stallman <rms@gnu.org>
8834
8835 * modes.texi (Multiline Font Lock): Rename from
8836 Multi line Font Lock Elements. Much clarification.
8837 (Font Lock Multiline, Region to Fontify): Much clarification.
8838
8839 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * variables.texi (File Local Variables): Remove the special case t for
8842 safe-local-variable.
8843
8844 2006-04-26 Richard Stallman <rms@gnu.org>
8845
8846 * syntax.texi (Parsing Expressions): Minor cleanup.
8847
8848 2006-04-18 Richard Stallman <rms@gnu.org>
8849
8850 * tips.texi (Coding Conventions): Explain when the package's
8851 prefix should appear later on (not at the start of the name).
8852
8853 * searching.texi (String Search): Clarify effect of NOERROR.
8854
8855 * modes.texi (Imenu): Clarify what special items do.
8856
8857 * hooks.texi (Standard Hooks): Delete text about old hook names.
8858
8859 2006-04-17 Romain Francoise <romain@orebokech.com>
8860
8861 * variables.texi (Local Variables): Update the default value of
8862 `max-specpdl-size'.
8863
8864 2006-04-15 Michael Olson <mwolson@gnu.org>
8865
8866 * processes.texi (Transaction Queues): Mention the new optional
8867 `delay-question' argument for `tq-enqueue'.
8868
8869 2006-04-13 Bill Wohler <wohler@newt.com>
8870
8871 * customize.texi (Common Keywords): Use dotted notation for
8872 :package-version value. Specify its values. Improve documentation
8873 for customize-package-emacs-version-alist.
8874
8875 2006-04-12 Bill Wohler <wohler@newt.com>
8876
8877 * customize.texi (Common Keywords): Move description of
8878 customize-package-emacs-version-alist to @defvar.
8879
8880 2006-04-10 Bill Wohler <wohler@newt.com>
8881
8882 * customize.texi (Common Keywords): Add :package-version.
8883
8884 2006-04-10 Kim F. Storm <storm@cua.dk>
8885
8886 * text.texi (Buffer Contents): Add NOPROPS arg to
8887 filter-buffer-substring.
8888
8889 2006-04-08 Kevin Ryde <user42@zip.com.au>
8890
8891 * os.texi (Command-Line Arguments): Update xref to emacs manual
8892 "Command Arguments" -> "Emacs Invocation", per change there.
8893
8894 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8895
8896 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8897 be on one line to help makeinfo not render two spaces after the dot.
8898
8899 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8900
8901 * strings.texi (Predicates for Strings): Add string-or-null-p.
8902
8903 2006-03-28 Kim F. Storm <storm@cua.dk>
8904
8905 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8906 remarks about systems that don't support fractional seconds.
8907
8908 2006-03-25 Karl Berry <karl@gnu.org>
8909
8910 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8911 the year list.
8912
8913 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8914
8915 * display.texi (Fringe Indicators): Fix typos.
8916
8917 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * tips.texi (Documentation Tips): One can now also write `program'
8920 in front of a quoted symbol in a docstring to prevent making a
8921 hyperlink.
8922
8923 2006-03-19 Alan Mackenzie <acm@muc.de>
8924
8925 * text.texi (Special Properties): Clarify `fontified' property.
8926
8927 2006-03-16 Richard Stallman <rms@gnu.org>
8928
8929 * display.texi (Defining Images): Minor cleanup.
8930
8931 2006-03-16 Bill Wohler <wohler@newt.com>
8932
8933 * display.texi (Defining Images): In image-load-path-for-library,
8934 prefer user's images.
8935
8936 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8937
8938 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8939
8940 2006-03-15 Bill Wohler <wohler@newt.com>
8941
8942 * display.texi (Defining Images): Fix example in
8943 image-load-path-for-library by not recommending that one binds
8944 image-load-path. Just defvar it to placate compiler and only use
8945 it if previously defined.
8946
8947 2006-03-14 Bill Wohler <wohler@newt.com>
8948
8949 * display.texi (Defining Images): In image-load-path-for-library,
8950 always return list of directories. Update example.
8951
8952 2006-03-14 Alan Mackenzie <acm@muc.de>
8953
8954 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8955 This describes font-lock-extend-region-function.
8956 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8957 the new node "Region to Fontify".
8958
8959 2006-03-13 Richard Stallman <rms@gnu.org>
8960
8961 * display.texi (Invisible Text): The impossible position is
8962 now before the invisible text, not after.
8963 (Defining Images): Clean up last change.
8964
8965 2006-03-11 Bill Wohler <wohler@newt.com>
8966
8967 * display.texi (Defining Images): Add image-load-path-for-library.
8968
8969 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8970
8971 * text.texi (Adaptive Fill): Fix Texinfo usage.
8972
8973 * strings.texi (Creating Strings): Fix Texinfo usage.
8974
8975 * searching.texi (Regexp Special): Use @samp for regular
8976 expressions that are not in Lisp syntax.
8977
8978 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * searching.texi (Regexp Special): Put remark between parentheses
8981 to avoid misreading.
8982
8983 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8984
8985 * searching.texi (Syntax of Regexps): More accurately describe
8986 which characters are special in which situations.
8987 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8988 are not special. Describe in detail when `[' and `]' are special.
8989 (Regexp Backslash): Plenty of regexps with unbalanced square
8990 brackets are valid, so reword that statement.
8991
8992 2006-03-02 Kim F. Storm <storm@cua.dk>
8993
8994 * keymaps.texi (Tool Bar): Add tool-bar-border.
8995
8996 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8997
8998 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8999
9000 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9001
9002 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9003
9004 * files.texi (Locating Files): Suggest additional values for the
9005 SUFFIXES arg of `locate-file'. Update pxref.
9006
9007 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9008 (How Programs Do Loading): Discuss the effects of Auto Compression
9009 mode on `load'.
9010 (Load Suffixes): New node.
9011 (Library Search): Delete description of `load-suffixes'; it was
9012 moved to "Load Suffixes".
9013 (Autoload, Named Features): Mention `load-suffixes'.
9014
9015 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9016
9017 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9018
9019 * windows.texi (Window Tree): Fix typo.
9020
9021 2006-02-20 Kim F. Storm <storm@cua.dk>
9022
9023 * display.texi (Fringe Indicators): New section.
9024 Move indicate-empty-lines, indicate-buffer-boundaries, and
9025 default-indicate-buffer-boundaries here.
9026 Add fringe-indicator-alist and default-fringes-indicator-alist.
9027 Add list of logical fringe indicator symbols.
9028 Update list of standard bitmap names.
9029 (Fringe Cursors): New section.
9030 Move overflow-newline-into-fringe here.
9031 Add fringe-cursor-alist and default-fringes-cursor-alist.
9032 Add list of fringe cursor symbols.
9033
9034 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * commands.texi (Using Interactive): Fix reference to node
9037 "Minibuffers".
9038
9039 2006-02-19 Richard M. Stallman <rms@gnu.org>
9040
9041 * minibuf.texi (High-Level Completion):
9042 Add xref to read-input-method-name.
9043
9044 * files.texi (Relative File Names): Move file-relative-name here.
9045 (File Name Expansion): From here. Minor clarifications.
9046
9047 * commands.texi (Using Interactive): Add xrefs about reading input.
9048 Clarify remarks about that moving point and mark.
9049 Put string case before list case.
9050
9051 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9052
9053 * display.texi (Other Display Specs, Image Descriptors):
9054 Revert erroneous changes. The previous description of
9055 image-descriptors as `(image . PROPS)' was correct.
9056
9057 2006-02-14 Richard M. Stallman <rms@gnu.org>
9058
9059 * variables.texi (File Local Variables): Clarifications.
9060
9061 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * variables.texi (File Local Variables): Use @code for a cons
9064 cell, not @var.
9065
9066 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9067
9068 * variables.texi (File Local Variables): Document new file local
9069 variable behavior.
9070
9071 2006-02-10 Kim F. Storm <storm@cua.dk>
9072
9073 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9074
9075 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9076
9077 * modes.texi (%-Constructs): Remove obsolete info about
9078 `global-mode-string'.
9079
9080 2006-02-07 Richard M. Stallman <rms@gnu.org>
9081
9082 * commands.texi (Prefix Command Arguments): Minor cleanup.
9083
9084 * display.texi: "Graphical display", not window system.
9085
9086 * functions.texi (What Is a Function): Fix xref.
9087
9088 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9089 (Changing Key Bindings): Clarify when remapping is better than
9090 substitute-key-definition.
9091
9092 2006-02-02 Richard M. Stallman <rms@gnu.org>
9093
9094 * minibuf.texi (Basic Completion): Completion alists are risky.
9095
9096 * keymaps.texi (Active Keymaps): Clarifications.
9097 (Searching Keymaps): New node.
9098 (Keymaps): Update menu.
9099
9100 * frames.texi (Layout Parameters): Minor clarification.
9101 (Drag and Drop): New node.
9102 (Frames): Update menu.
9103
9104 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9105
9106 * display.texi (Other Display Specs, Image Descriptors):
9107 Image description is a list, not a cons cell.
9108
9109 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9110
9111 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9112 list is not necessarily a list).
9113
9114 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9115
9116 * frames.texi (Layout Parameters): border-width and
9117 internal-border-width belong to the frame, not the window.
9118
9119 2006-01-19 Richard M. Stallman <rms@gnu.org>
9120
9121 * nonascii.texi (Translation of Characters): Search cmds use
9122 translation-table-for-input. Automatically made local.
9123
9124 * markers.texi (Overview of Markers): Count insertion type
9125 as one of a marker's attributes.
9126
9127 * keymaps.texi (Controlling Active Maps): New node, split out of
9128 Active Keymaps.
9129 (Keymaps): Menu updated.
9130 (Active Keymaps): Give pseudocode to explain how the active
9131 maps are searched. current-active-maps and key-binding moved here.
9132 (Functions for Key Lookup): current-active-maps and key-binding moved.
9133 Clarifications.
9134 (Searching the Keymaps): New subnode.
9135
9136 * elisp.texi (Top): Menu clarification.
9137
9138 * display.texi (Other Display Specs): Delete duplicate entry for
9139 just a string as display spec. Move text about recursive display
9140 specs on such a string.
9141
9142 * commands.texi (Key Sequence Input): Clarify.
9143 Move num-nonmacro-input-events out.
9144 (Reading One Event): num-nonmacro-input-events moved here.
9145
9146 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * advice.texi (Simple Advice): Update example to fit argument
9149 change in previous-line.
9150
9151 2006-01-05 Richard M. Stallman <rms@gnu.org>
9152
9153 * markers.texi (The Mark): Fix in `mark'.
9154
9155 2006-01-04 Richard M. Stallman <rms@gnu.org>
9156
9157 * processes.texi (Misc Network, Make Network): Minor cleanups.
9158
9159 2006-01-04 Kim F. Storm <storm@cua.dk>
9160
9161 * processes.texi (Make Network): Add IPv6 addresses and handling.
9162 (Network Feature Testing): Mention (:family ipv6).
9163 (Misc Network): Add IPv6 formats to format-network-address.
9164
9165 2005-12-30 Richard M. Stallman <rms@gnu.org>
9166
9167 * text.texi (Changing Properties):
9168 Don't use return value of set-text-properties.
9169
9170 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9171
9172 * modes.texi (Mode Line Format): Correct typo in menu.
9173
9174 2005-12-29 Richard M. Stallman <rms@gnu.org>
9175
9176 * modes.texi (Mode Line Top): New node.
9177 (Mode Line Data): Some text moved to new node.
9178 Explain the data structure more concretely.
9179 (Mode Line Basics): Clarifications.
9180 (Mode Line Variables): Clarify intro paragraph.
9181 (%-Constructs): Clarify intro paragraph.
9182 (Mode Line Format): Update menu.
9183
9184 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9185
9186 * minibuf.texi (Basic Completion): Update lazy-completion-table
9187 examples for removal of ARGS argument.
9188
9189 2005-12-23 Richard M. Stallman <rms@gnu.org>
9190
9191 * text.texi (Undo): Restore some explanation from the version
9192 that was deleted.
9193
9194 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9195
9196 * text.texi (Undo): Remove duplicate descriptions of `apply
9197 funname' and `apply delta' elements of the undo list.
9198
9199 2005-12-20 Richard M. Stallman <rms@gnu.org>
9200
9201 * help.texi (Help Functions): Update documentation of `apropos'.
9202
9203 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9204
9205 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9206 because it is confusing. If the :help-echo keyword is a function,
9207 it is not directly used as the :help-echo overlay property, as the
9208 xref seems to suggest (it does not take the appropriate args).
9209
9210 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9211
9212 * customize.texi (Common Keywords): Fix Texinfo usage.
9213 (Group Definitions, Variable Definitions): Update for new
9214 conventions for using `*' in docstrings.
9215
9216 * tips.texi (Documentation Tips): Update for new conventions for
9217 using `*' in docstrings.
9218
9219 2005-12-16 Richard M. Stallman <rms@gnu.org>
9220
9221 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9222
9223 2005-12-16 Juri Linkov <juri@jurta.org>
9224
9225 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9226
9227 2005-12-14 Romain Francoise <romain@orebokech.com>
9228
9229 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9230 Fix typo.
9231
9232 2005-12-11 Juri Linkov <juri@jurta.org>
9233
9234 * minibuf.texi (Completion Commands): Add mention of read-file-name
9235 for filename completion keymaps.
9236 (Reading File Names): Add mention of filename completion keymaps
9237 for read-file-name and xref to `Completion Commands'.
9238
9239 2005-12-10 Richard M. Stallman <rms@gnu.org>
9240
9241 * customize.texi (Common Keywords): State caveats for use of :tag.
9242
9243 2005-12-08 Richard M. Stallman <rms@gnu.org>
9244
9245 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9246 with xrefs and better explanation.
9247 (Completion Commands): Add the filename completion maps.
9248
9249 * objects.texi (Character Type): Clarify that \s is not space
9250 if a dash follows.
9251
9252 2005-12-05 Richard M. Stallman <rms@gnu.org>
9253
9254 * windows.texi (Resizing Windows): Delete preserve-before args.
9255
9256 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9259 in full keymaps, since the quirk has been fixed.
9260
9261 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9262
9263 * hooks.texi (Standard Hooks): Add index entries.
9264 Mention `compilation-finish-functions'.
9265
9266 2005-11-27 Richard M. Stallman <rms@gnu.org>
9267
9268 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9269
9270 2005-11-21 Juri Linkov <juri@jurta.org>
9271
9272 * customize.texi (Common Keywords): Update links types
9273 custom-manual and url-link. Add link types emacs-library-link,
9274 file-link, function-link, variable-link, custom-group-link.
9275
9276 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * display.texi: Revert 2005-11-20 change.
9279
9280 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9281
9282 * processes.texi (Bindat Functions):
9283 Say "third" to refer to zero-based index "2".
9284
9285 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9286
9287 * loading.texi (Library Search): Update the default value of
9288 `load-suffixes'.
9289
9290 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * display.texi (Attribute Functions): Mention :ignore-defface.
9293
9294 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9297 (Minor Mode Conventions): Mention the use of a hook.
9298
9299 2005-11-06 Richard M. Stallman <rms@gnu.org>
9300
9301 * files.texi (Magic File Names): find-file-name-handler checks the
9302 `operations' property of the handler.
9303
9304 2005-11-03 Richard M. Stallman <rms@gnu.org>
9305
9306 * variables.texi (Frame-Local Variables): Small clarification.
9307
9308 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9309
9310 * os.texi (Init File): Document ~/.emacs.d/init.el.
9311
9312 2005-10-29 Richard M. Stallman <rms@gnu.org>
9313
9314 * internals.texi (Garbage Collection): Document memory-full.
9315
9316 2005-10-28 Bill Wohler <wohler@newt.com>
9317
9318 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9319 for URLs.
9320
9321 2005-10-28 Richard M. Stallman <rms@gnu.org>
9322
9323 * minibuf.texi (Completion Commands): Clean up prev change.
9324
9325 2005-10-26 Kevin Ryde <user42@zip.com.au>
9326
9327 * compile.texi (Eval During Compile): Explain recommended uses
9328 of eval-when-compile and eval-and-compile.
9329
9330 2005-10-27 Masatake YAMATO <jet@gyve.org>
9331
9332 * minibuf.texi (Completion Commands):
9333 Write about new optional argument for `display-completion-list'.
9334
9335 2005-10-23 Richard M. Stallman <rms@gnu.org>
9336
9337 * display.texi (Overlay Arrow): Clarify about local bindings of
9338 overlay-arrow-position.
9339
9340 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9341
9342 * internals.texi (Building Emacs): Fix last change.
9343
9344 2005-10-22 Richard M. Stallman <rms@gnu.org>
9345
9346 * internals.texi (Building Emacs): Document eval-at-startup.
9347
9348 2005-10-21 Richard M. Stallman <rms@gnu.org>
9349
9350 * loading.texi (Where Defined): load-history contains abs file names.
9351 symbol-file returns abs file names.
9352
9353 2005-10-19 Kim F. Storm <storm@cua.dk>
9354
9355 * display.texi (Showing Images): Add max-image-size integer value.
9356
9357 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9358
9359 * display.texi (Showing Images): Document max-image-size.
9360
9361 2005-10-17 Richard M. Stallman <rms@gnu.org>
9362
9363 * commands.texi (Quitting): Minor clarification.
9364
9365 * processes.texi (Sentinels): Clarify about output and quitting.
9366 (Filter Functions): Mention with-local-quit.
9367
9368 2005-10-17 Juri Linkov <juri@jurta.org>
9369
9370 * buffers.texi (Current Buffer):
9371 * commands.texi (Event Input Misc):
9372 * compile.texi (Eval During Compile, Compiler Errors):
9373 * customize.texi (Group Definitions):
9374 * display.texi (Progress, Defining Faces):
9375 * files.texi (Writing to Files):
9376 * modes.texi (Mode Hooks, Defining Minor Modes):
9377 * streams.texi (Output Functions):
9378 * syntax.texi (Syntax Table Functions):
9379 * text.texi (Change Hooks):
9380 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9381
9382 * commands.texi (Quitting): Replace arg `forms' with `body' in
9383 `with-local-quit'.
9384
9385 * positions.texi (Excursions): Replace arg `forms' with `body' in
9386 `save-excursion'.
9387
9388 2005-10-08 Kim F. Storm <storm@cua.dk>
9389
9390 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9391 Rename manual section accordingly.
9392
9393 2005-10-04 Kim F. Storm <storm@cua.dk>
9394
9395 * windows.texi (Window Split Tree): New section describing
9396 new function window-split-tree function.
9397
9398 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9399
9400 * display.texi (Fringe Size/Pos): Simplify and add detail.
9401
9402 2005-09-30 Romain Francoise <romain@orebokech.com>
9403
9404 * minibuf.texi (High-Level Completion): Explain that the prompt
9405 given to `read-buffer' should end with a colon and a space.
9406 Update usage examples.
9407
9408 2005-09-29 Juri Linkov <juri@jurta.org>
9409
9410 * display.texi (Displaying Messages): Rename argument name
9411 `string' to `format-string' in functions `message', `message-box',
9412 `message-or-box'.
9413
9414 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * errors.texi (Standard Errors): Correct xrefs.
9417
9418 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * display.texi (Defining Images): Update documentation for
9421 `image-load-path'.
9422
9423 2005-09-17 Richard M. Stallman <rms@gnu.org>
9424
9425 * display.texi (Defining Images): Clean up previous change.
9426
9427 2005-09-16 Romain Francoise <romain@orebokech.com>
9428
9429 * elisp.texi: Specify GFDL version 1.2.
9430
9431 * doclicense.texi (GNU Free Documentation License): Update to
9432 version 1.2.
9433
9434 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * display.texi (Defining Images): Document `image-load-path'.
9437
9438 2005-09-15 Richard M. Stallman <rms@gnu.org>
9439
9440 * objects.texi (Printed Representation): Minor cleanup.
9441 (Box Diagrams): Minor fix.
9442 (Cons Cell Type): Move (...) index item here.
9443 (Box Diagrams): From here.
9444 (Array Type): Minor fix.
9445 (Type Predicates): Delete index "predicates".
9446 (Hash Table Type): Clarify xref.
9447 (Dotted Pair Notation): Minor fix.
9448
9449 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * files.texi (Saving Buffers): Fix typo.
9452
9453 2005-09-08 Richard M. Stallman <rms@gnu.org>
9454
9455 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9456
9457 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * locals.texi (Standard Buffer-Local Variables): Don't include
9460 mode variables for minor modes.
9461 Fix xrefs for buffer-display-count, buffer-display-table,
9462 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9463 enable-multibyte-characters, fill-column, header-line-format,
9464 left-fringe-width, left-margin, and right-fringe-width.
9465
9466 * hooks.texi (Standard Hooks): All hooks should conform to the
9467 standard naming convention now.
9468 Fix xref for `echo-area-clear-hook'.
9469
9470 * display.texi (Usual Display): Note that indicate-empty-lines and
9471 tab-width are buffer-local.
9472
9473 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9474
9475 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9476
9477 * nonascii.texi (Encoding and I/O): Note that
9478 buffer-file-coding-system is buffer-local.
9479
9480 * positions.texi (List Motion): Note that defun-prompt-regexp is
9481 buffer-local.
9482
9483 * text.texi (Auto Filling): Note that auto-fill-function is
9484 buffer-local.
9485 (Undo): Note that buffer-undo-list is buffer-local.
9486
9487 * windows.texi (Buffers and Windows):
9488 Document buffer-display-count.
9489
9490 2005-09-06 Richard M. Stallman <rms@gnu.org>
9491
9492 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9493 package prefix elsewhere than at the start of the name.
9494
9495 2005-09-03 Richard M. Stallman <rms@gnu.org>
9496
9497 * tips.texi (Programming Tips): Add conventions for minibuffer
9498 questions and prompts.
9499
9500 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9501
9502 * intro.texi (nil and t): Minor cleanup.
9503 Delete spurious mention of keyword symbols.
9504 (Evaluation Notation): Add index entry.
9505 (A Sample Function Description): Minor cleanup.
9506 (A Sample Variable Description): Not all vars can be set.
9507
9508 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9509
9510 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9511
9512 (Insertion): Document precise type of `insert-char' arg COUNT.
9513
9514 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * modes.texi (Other Font Lock Variables): Sync the default of
9517 font-lock-lines-before.
9518
9519 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9520
9521 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9522
9523 2005-08-29 Richard M. Stallman <rms@gnu.org>
9524
9525 * elisp.texi (Top): Update subnode menu.
9526
9527 * searching.texi (Searching and Matching): Move node.
9528 Rearrange contents and add overall explanation.
9529 (Searching and Case): Move node.
9530 (Searching and Matching): Update menu.
9531
9532 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9533
9534 * os.texi (Startup Summary): Fix the description of the initial
9535 startup message display.
9536
9537 2005-08-25 Richard M. Stallman <rms@gnu.org>
9538
9539 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9540
9541 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9542
9543 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9544 `next-overlay-change' example.
9545
9546 2005-08-22 Juri Linkov <juri@jurta.org>
9547
9548 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9549 Fix invert-face. Fix args of face-background.
9550
9551 * display.texi (Standard Faces): Delete node.
9552 (Faces): Add xref to `(emacs)Standard Faces'.
9553 (Displaying Faces): Fix xref to `Standard Faces'.
9554
9555 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9556
9557 2005-08-20 Alan Mackenzie <acm@muc.de>
9558
9559 * buffers.texi (The Buffer List): Clarify the manipulation of the
9560 buffer list.
9561
9562 2005-08-14 Richard M. Stallman <rms@gnu.org>
9563
9564 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9565 a regexp.
9566
9567 2005-08-11 Richard M. Stallman <rms@gnu.org>
9568
9569 * elisp.texi (Top): Update subnode lists.
9570
9571 * display.texi (Inverse Video): Node deleted.
9572
9573 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9574 New nodes split out of Coding Conventions.
9575
9576 * searching.texi (Regular Expressions): Document re-builder.
9577
9578 * os.texi (Time Parsing): New node split out of Time Conversion.
9579
9580 * processes.texi (Misc Network, Network Feature Testing)
9581 (Network Options, Make Network): New nodes split out of
9582 Low-Level Network.
9583
9584 2005-08-09 Richard M. Stallman <rms@gnu.org>
9585
9586 * frames.texi (Geometry): New node, split from Size and Position.
9587 (Frame Parameters): Refer to Geometry.
9588
9589 * buffers.texi (The Buffer List): Fix xrefs.
9590
9591 * windows.texi (Splitting Windows): Fix xref.
9592
9593 * frames.texi (Layout Parameters): Add xref.
9594
9595 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9596
9597 * keymaps.texi (Menu Bar): Fix xref.
9598
9599 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9600
9601 * modes.texi (%-Constructs): Fix xref.
9602
9603 * frames.texi (Window Frame Parameters): Node split up.
9604 (Basic Parameters, Position Parameters, Size Parameters)
9605 (Layout Parameters, Buffer Parameters, Management Parameters)
9606 (Cursor Parameters, Color Parameters): New subnodes.
9607
9608 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9609
9610 * positions.texi (Screen Lines): Update xref for previous change
9611 in minibuf.texi.
9612
9613 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9614 change in minibuf.texi.
9615
9616 2005-08-09 Richard M. Stallman <rms@gnu.org>
9617
9618 * tips.texi (Coding Conventions): Minor cleanup.
9619
9620 * modes.texi (Defining Minor Modes): Explain when init-value
9621 can be non-nil.
9622
9623 * elisp.texi (Top): Update submenu for Minibuffer.
9624
9625 * minibuf.texi (Minibuffer Misc): Node split up.
9626 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9627 (Recursive Mini): New nodes split out from Minibuffer Misc.
9628 (Minibuffer Misc): Document max-mini-window-height.
9629
9630 * hash.texi (Defining Hash): Delete stray paren in example.
9631
9632 * display.texi (Echo Area Customization): Don't define
9633 max-mini-window-height here; xref instead.
9634
9635 * commands.texi (Event Input Misc): Update while-no-input.
9636
9637 * advice.texi (Advising Functions): Explain when to use advice
9638 and when to use a hook.
9639
9640 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9641
9642 * makefile.w32-in (info): Don't run install-info.
9643 ($(infodir)/dir): New target, produced by running install-info.
9644
9645 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9646
9647 * modes.texi (Defining Minor Modes): The keyword for the initial
9648 value is :init-value, not :initial-value.
9649
9650 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9651
9652 * loading.texi (Autoload): Make the `doctor' example be consistent
9653 with what's in current loaddefs.el. Describe the "fn" magic in
9654 the usage portion of the doc string.
9655
9656 2005-07-22 Richard M. Stallman <rms@gnu.org>
9657
9658 * internals.texi (Garbage Collection): Clarify previous change.
9659
9660 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9663
9664 2005-07-18 Juri Linkov <juri@jurta.org>
9665
9666 * commands.texi (Accessing Events):
9667 * frames.texi (Text Terminal Colors, Resources):
9668 * markers.texi (The Mark):
9669 * modes.texi (Defining Minor Modes):
9670 Delete duplicate duplicate words.
9671
9672 2005-07-16 Richard M. Stallman <rms@gnu.org>
9673
9674 * display.texi (Managing Overlays): Clarify make-overlay
9675 args for insertion types.
9676
9677 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9678
9679 * customize.texi (Variable Definitions):
9680 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9681 `standard-value' is a list too.
9682 (Defining New Types): Use @key{RET} instead of @key{ret}.
9683
9684 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9685
9686 * os.texi (Translating Input): Fix typo.
9687
9688 2005-07-08 Richard M. Stallman <rms@gnu.org>
9689
9690 * README: Update edition number and size estimate.
9691
9692 * elisp.texi (VERSION): Set to 2.9.
9693
9694 2005-07-07 Richard M. Stallman <rms@gnu.org>
9695
9696 * book-spine.texinfo: Update Emacs version.
9697
9698 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9699
9700 2005-07-06 Richard M. Stallman <rms@gnu.org>
9701
9702 * searching.texi (Regexp Search): Clarify what re-search-forward
9703 does when the search fails.
9704
9705 2005-07-05 Lute Kamstra <lute@gnu.org>
9706
9707 * Update FSF's address in GPL notices.
9708
9709 * doclicense.texi (GNU Free Documentation License):
9710 * gpl.texi (GPL):
9711 * tips.texi (Coding Conventions, Library Headers):
9712 * vol1.texi:
9713 * vol2.texi: Update FSF's address.
9714
9715 2005-07-04 Richard M. Stallman <rms@gnu.org>
9716
9717 * hooks.texi (Standard Hooks): Add occur-hook.
9718
9719 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9720
9721 * display.texi (The Echo Area): Correct menu.
9722
9723 2005-07-03 Richard M. Stallman <rms@gnu.org>
9724
9725 * elisp.texi (Top): Update subnode menu for Display.
9726
9727 * display.texi (Displaying Messages): New node, with most
9728 of what was in The Echo Area.
9729 (Progress): Move under The Echo Area.
9730 (Logging Messages): New node with new text.
9731 (Echo Area Customization): New node, the rest of what was
9732 in The Echo Area. Document message-truncate-lines with @defvar.
9733 (Display): Update menu.
9734
9735 * windows.texi (Textual Scrolling): Doc 3 values for
9736 scroll-preserve-screen-position.
9737
9738 * text.texi (Special Properties): Change hook functions
9739 should bind inhibit-modification-hooks around altering buffer text.
9740
9741 * keymaps.texi (Key Binding Commands): Call binding BINDING
9742 rather than DEFINITION.
9743
9744 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9745
9746 * variables.texi (Defining Variables): `user-variable-p' returns t
9747 for aliases of user options, nil for alias loops.
9748
9749 2005-06-28 Richard M. Stallman <rms@gnu.org>
9750
9751 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9752 make-keymap.
9753
9754 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9755
9756 * variables.texi (Setting Variables): Correct and clarify
9757 description of `add-to-ordered-list'.
9758
9759 2005-06-26 Richard M. Stallman <rms@gnu.org>
9760
9761 * display.texi (Faces): Minor cleanup.
9762
9763 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9764
9765 * display.texi (Faces): `facep' returns t for strings that are
9766 face names.
9767
9768 2005-06-25 Richard M. Stallman <rms@gnu.org>
9769
9770 * objects.texi (Equality Predicates): Clarify meaning of equal.
9771
9772 * windows.texi (Selecting Windows): save-selected-window
9773 and with-selected-window save and restore the current buffer.
9774
9775 2005-06-24 Richard M. Stallman <rms@gnu.org>
9776
9777 * numbers.texi (Float Basics): Explain how to test for NaN,
9778 and printing the sign of NaNs.
9779
9780 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9781
9782 * makefile.w32-in (MAKEINFO): Use --force.
9783
9784 2005-06-23 Richard M. Stallman <rms@gnu.org>
9785
9786 * display.texi (Face Functions): Correct Texinfo usage.
9787
9788 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9789
9790 * lists.texi (Rings): `ring-elements' now returns the elements of
9791 RING in order.
9792
9793 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9794
9795 * markers.texi (The Mark): Texinfo usage fix.
9796
9797 2005-06-23 Kim F. Storm <storm@cua.dk>
9798
9799 * searching.texi (Entire Match Data): Remove evaporate option for
9800 match-data. Do not mention evaporate option for set-match-data.
9801
9802 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9803
9804 * display.texi (Face Functions): Mention face aliases.
9805
9806 2005-06-21 Richard M. Stallman <rms@gnu.org>
9807
9808 * anti.texi (Antinews): Texinfo usage fix.
9809
9810 2005-06-21 Karl Berry <karl@gnu.org>
9811
9812 * elisp.texi: Use @copying.
9813
9814 * elisp.texi: Put @summarycontents and @contents before the Top
9815 node, instead of the end of the file, so that the contents appear
9816 in the right place in the dvi/pdf output.
9817
9818 2005-06-21 Juri Linkov <juri@jurta.org>
9819
9820 * display.texi (Defining Faces): Add `customized-face'.
9821
9822 2005-06-20 Kim F. Storm <storm@cua.dk>
9823
9824 * variables.texi (Setting Variables): Any type of element can be
9825 given order in add-to-ordered-list. Compare elements with eq.
9826
9827 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9828
9829 2005-06-20 Karl Berry <karl@gnu.org>
9830
9831 * syntax.texi (Syntax Flags): Make last column very slightly wider
9832 to avoid "generic comment" breaking on two lines and causing an
9833 underfull box.
9834
9835 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * lists.texi (Rings): Various minor clarifications and corrections.
9838
9839 2005-06-18 Richard M. Stallman <rms@gnu.org>
9840
9841 * functions.texi (Obsolete Functions): Simplify.
9842
9843 * variables.texi (Variable Aliases): Simplify.
9844
9845 * anti.texi, backups.texi, compile.texi, customize.texi:
9846 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9847 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9848 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9849 * variables.texi: Fix formatting ugliness.
9850
9851 * elisp.texi: Add links to Rings and Byte Packing.
9852 Update version and copyright years.
9853
9854 * minibuf.texi: Fix formatting ugliness.
9855 (Completion Commands): Move keymap vars to the end
9856 and vars completing-read binds to the top.
9857
9858 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9859
9860 * processes.texi: Fix typos.
9861 (Bindat Spec): Correct Texinfo error.
9862 (Byte Packing): Fix ungrammatical sentence.
9863
9864 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9865
9866 * lists.texi (Rings): New node.
9867 (Lists): Add it to menu.
9868
9869 * processes.texi (Byte Packing): New node.
9870 (Processes): Add it to menu.
9871
9872 2005-06-17 Richard M. Stallman <rms@gnu.org>
9873
9874 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9875
9876 * help.texi (Documentation Basics): Explain the xref to
9877 Documentation Tips.
9878
9879 * debugging.texi (Debugger Commands): Minor fix.
9880
9881 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9882
9883 * edebug.texi (Instrumenting): Eliminate duplicate link.
9884 (Specification List): Replace references to "below", referring to
9885 a later node, with one @ref to that node.
9886
9887 * os.texi (Timers): Timers should save and restore the match data
9888 if they change it.
9889
9890 * debugging.texi (Debugger Commands): Mention that the Lisp
9891 debugger can not step through primitive functions.
9892
9893 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9894
9895 * functions.texi (Obsolete Functions): Update argument names of
9896 `make-obsolete' and `define-obsolete-function-alias'.
9897
9898 * variables.texi (Variable Aliases): Update argument names of
9899 `defvaralias', `make-obsolete-variable' and
9900 `define-obsolete-variable-alias'.
9901
9902 2005-06-15 Kim F. Storm <storm@cua.dk>
9903
9904 * searching.texi (Entire Match Data): Rephrase warnings about
9905 evaporate arg to match-data and set-match-data.
9906
9907 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9908
9909 * elisp.texi (Top): Update detailed menu.
9910
9911 * edebug.texi (Edebug): Update menu.
9912 (Instrumenting): Update xrefs.
9913 (Edebug Execution Modes): Correct xref.
9914 (Jumping): Clarify description of `h' command.
9915 Eliminate redundant @ref.
9916 (Breaks): New node.
9917 (Breakpoints): Is now a subsubsection.
9918 (Global Break Condition): Mention `C-x X X'.
9919 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9920 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9921 (Edebug Display Update): Correct pxref.
9922 (Edebug and Macros): New node.
9923 (Instrumenting Macro Calls): Is now a subsubsection.
9924 Neither arg of `def-edebug-spec' is evaluated.
9925 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9926 (Specification Examples): Fix typo.
9927
9928 2005-06-14 Lute Kamstra <lute@gnu.org>
9929
9930 * debugging.texi (Function Debugging): Primitives can break on
9931 entry too.
9932
9933 2005-06-14 Kim F. Storm <storm@cua.dk>
9934
9935 * variables.texi (Setting Variables): Add add-to-ordered-list.
9936
9937 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9940 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9941
9942 2005-06-13 Lute Kamstra <lute@gnu.org>
9943
9944 * text.texi (Special Properties): Fix cross reference.
9945
9946 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9947
9948 * debugging.texi (Function Debugging): Delete mention of empty
9949 string argument to `cancel-debug-on-entry'. Delete inaccurate
9950 description of the return value of that command.
9951
9952 2005-06-11 Alan Mackenzie <acm@muc.de>
9953
9954 * text.texi (Adaptive Fill): Amplify the description of
9955 fill-context-prefix.
9956
9957 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9958
9959 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9960
9961 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9964
9965 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9966
9967 * debugging.texi (Error Debugging): Minor rewording.
9968 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9969 is optional.
9970
9971 2005-06-10 Lute Kamstra <lute@gnu.org>
9972
9973 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9974 (Top): Give it a title. Correct version number. Give the
9975 detailed node listing a more prominent header.
9976 * intro.texi: Don't set VERSION here a second time.
9977 Mention Emacs's version too.
9978 * anti.texi (Antinews): Use EMACSVER to refer to the current
9979 version of Emacs.
9980
9981 2005-06-09 Kim F. Storm <storm@cua.dk>
9982
9983 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9984 match-data and set-match-data.
9985
9986 2005-06-08 Richard M. Stallman <rms@gnu.org>
9987
9988 * searching.texi (Entire Match Data): Clarify when match-data
9989 returns markers and when integers.
9990
9991 * display.texi (Defining Faces): Explain that face name should not
9992 end in `-face'.
9993
9994 * modes.texi (Mode Line Data): Minor cleanup.
9995 (Customizing Keywords): Node split out of Search-based Fontification.
9996 Add example of using font-lock-add-keywords from a hook.
9997 Clarify when MODE should be non-nil, and when nil.
9998
9999 2005-06-06 Richard M. Stallman <rms@gnu.org>
10000
10001 * modes.texi (Mode Line Data): Explain what happens when the car
10002 of a list is a void symbol.
10003 (Search-based Fontification): Explain MODE arg to
10004 font-lock-add-keywords and warn about calls from major modes.
10005
10006 2005-06-08 Juri Linkov <juri@jurta.org>
10007
10008 * display.texi (Standard Faces): Add `shadow' face.
10009
10010 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10011
10012 * modes.texi (Major Mode Conventions): A derived mode only needs
10013 to put the call to the parent mode inside `delay-mode-hooks'.
10014
10015 2005-05-29 Richard M. Stallman <rms@gnu.org>
10016
10017 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10018 new, and what that implies. Clarify.
10019
10020 * files.texi (Locating Files): Clean up the text.
10021
10022 * frames.texi (Window Frame Parameters): Document user-size.
10023 Shorten entry for top by referring to left.
10024
10025 2005-05-26 Richard M. Stallman <rms@gnu.org>
10026
10027 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10028 is new, and what the implications are. Other clarifications.
10029
10030 2005-05-24 Richard M. Stallman <rms@gnu.org>
10031
10032 * frames.texi (Dialog Boxes): Minor fixes.
10033
10034 2005-05-25 Masatake YAMATO <jet@gyve.org>
10035
10036 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10037
10038 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10039
10040 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10041 is optional.
10042
10043 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10044
10045 * frames.texi (Dialog Boxes): Describe new optional argument.
10046
10047 2005-05-23 Lute Kamstra <lute@gnu.org>
10048
10049 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10050 syntax-begin-function over font-lock-beginning-of-syntax-function.
10051
10052 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10053
10054 * minibuf.texi (Reading File Names): Update description of
10055 `read-directory-name'.
10056
10057 * modes.texi (Derived Modes): Clarify :group keyword.
10058
10059 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10060
10061 * files.texi (Locating Files): New subsection.
10062 Describe locate-file and executable-find.
10063
10064 2005-05-21 Kevin Ryde <user42@zip.com.au>
10065
10066 * frames.texi (Initial Parameters): Update cross reference to
10067 "Emacs Invocation".
10068
10069 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * keymaps.texi (Active Keymaps): Add anchor.
10072
10073 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10074 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10075 appropriate place.
10076 (Derived Modes): Small clarifications.
10077 (Minor Mode Conventions, Keymaps and Minor Modes):
10078 Replace references to nodes with references to anchors.
10079 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10080 Clarify description of lists whose first element is an integer.
10081 (Mode Line Variables): Add anchor.
10082 (%-Constructs): Clarify description of integer after %.
10083 (Emulating Mode Line): Describe nil value for FACE.
10084
10085 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10086
10087 * modes.texi (Derived Modes): Correct references to non-existing
10088 variable standard-syntax-table.
10089
10090 2005-05-17 Lute Kamstra <lute@gnu.org>
10091
10092 * modes.texi (Defining Minor Modes): Mention the mode hook.
10093
10094 2005-05-15 Kim F. Storm <storm@cua.dk>
10095
10096 * processes.texi (Network): Remove open-network-stream-nowait.
10097 (Network Servers): Remove open-network-stream-server.
10098
10099 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10100
10101 * elisp.texi (Top): Update detailed menu.
10102
10103 * variables.texi: Reorder nodes.
10104 (Variables): Update menu.
10105 (File Local Variables): Do not refer to the `-*-' line as
10106 a "local variables list". Add pxref.
10107
10108 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10109
10110 * elisp.texi (Top): Update detailed menu for node changes.
10111
10112 * modes.texi (Modes): Update Menu.
10113 (Hooks): Move to beginning of chapter.
10114 Most minor modes run mode hooks too.
10115 `add-hook' can handle void hooks or hooks whose value is a single
10116 function.
10117 (Major Modes): Update Menu.
10118 (Major Mode Basics): New node, split off from `Major Modes'.
10119 (Major Mode Conventions): Correct xref. Explain how to handle
10120 auto-mode-alist if the major mode command has an autoload cookie.
10121 (Auto Major Mode): Major update. Add magic-mode-alist.
10122 (Derived Modes): Major update.
10123 (Mode Line Format): Update Menu.
10124 (Mode Line Basics): New node, split off from `Mode Line Format'.
10125
10126 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10127 for `magic autoload comment'. Add index entries and anchor.
10128
10129 2005-05-14 Richard M. Stallman <rms@gnu.org>
10130
10131 * tips.texi (Coding Conventions): Explain how important it is
10132 that just loading certain files not change Emacs behavior.
10133
10134 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10135
10136 2005-05-12 Lute Kamstra <lute@gnu.org>
10137
10138 * modes.texi (Generic Modes): Update.
10139 (Major Modes): Refer to node "Generic Modes".
10140
10141 * elisp.texi (Top): Update to the current structure of the manual.
10142 * processes.texi (Processes): Add menu description.
10143 * customize.texi (Customization): Add menu descriptions.
10144
10145 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10146
10147 * processes.texi (Signals to Processes)
10148 (Low-Level Network): Fix typos.
10149
10150 2005-05-11 Lute Kamstra <lute@gnu.org>
10151
10152 * elisp.texi (Top): Add some nodes from the chapter "Major and
10153 Minor Modes" to the detailed node listing.
10154
10155 2005-05-10 Richard M. Stallman <rms@gnu.org>
10156
10157 * keymaps.texi (Extended Menu Items): Menu item filter functions
10158 can be called at any time.
10159
10160 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10161
10162 * variables.texi (File Local Variables): `(hack-local-variables t)'
10163 now also checks whether a mode is specified in the local variables
10164 list.
10165
10166 2005-05-05 Kevin Ryde <user42@zip.com.au>
10167
10168 * display.texi (The Echo Area): Correct format function cross
10169 reference.
10170
10171 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10172
10173 * variables.texi (Variable Aliases): Change description of
10174 `define-obsolete-variable-alias'.
10175
10176 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10177 (Defining Functions): Add xref.
10178 (Obsolete Functions): New node.
10179 (Function Safety): Standardize capitalization of section title.
10180
10181 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10182 (Dialog Boxes): Complete description of `x-popup-dialog'.
10183
10184 2005-05-04 Richard M. Stallman <rms@gnu.org>
10185
10186 * commands.texi (Interactive Codes): Fix Texinfo usage.
10187 Document U more clearly.
10188
10189 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10190
10191 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10192 function and not a macro.
10193
10194 * frames.texi (Pop-Up Menus): Correct and clarify description of
10195 `x-popup-menu'.
10196 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10197
10198 2005-05-01 Richard M. Stallman <rms@gnu.org>
10199
10200 * edebug.texi (Checking Whether to Stop): Fix previous change.
10201
10202 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10203
10204 * display.texi: Fix typos and Texinfo usage.
10205
10206 * edebug.texi (Checking Whether to Stop): executing-macro ->
10207 executing-kbd-macro.
10208
10209 2005-05-01 Richard M. Stallman <rms@gnu.org>
10210
10211 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10212
10213 2005-04-30 Richard M. Stallman <rms@gnu.org>
10214
10215 * files.texi (Magic File Names): Document `operations' property.
10216
10217 2005-04-29 Lute Kamstra <lute@gnu.org>
10218
10219 * modes.texi (Generic Modes): New node.
10220 (Major Modes): Add it to the menu.
10221 (Derived Modes): Add "derived mode" to concept index.
10222
10223 2005-04-28 Lute Kamstra <lute@gnu.org>
10224
10225 * modes.texi (Defining Minor Modes): Fix previous change.
10226 (Font Lock Mode): Simplify.
10227 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10228 when set and that some parts are optional. Add cross references.
10229 (Search-based Fontification): Say how to specify font-lock-keywords.
10230 Add cross references. Add font-lock-multiline to index.
10231 Move font-lock-keywords-case-fold-search here from node "Other Font
10232 Lock Variables". Document font-lock-add-keywords and
10233 font-lock-remove-keywords.
10234 (Other Font Lock Variables): Move font-lock-keywords-only,
10235 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10236 and font-lock-syntactic-face-function to node "Syntactic Font
10237 Lock". Move font-lock-keywords-case-fold-search to node
10238 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10239 and font-lock-{,un}fontify-{buffer,region}-function.
10240 (Precalculated Fontification): Remove reference to deleted variable
10241 font-lock-core-only.
10242 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10243 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10244 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10245 and font-lock-syntactic-face-function here from node "Other Font
10246 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10247 Syntax Properties". Add cross references.
10248 (Setting Syntax Properties): New node.
10249 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10250 * syntax.texi (Syntax Properties): Add cross reference.
10251 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10252
10253 2005-04-26 Richard M. Stallman <rms@gnu.org>
10254
10255 * display.texi (Defining Faces):
10256 Document `default' elements of defface spec.
10257
10258 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10259
10260 * variables.texi (Variable Aliases): Clarify text.
10261
10262 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10263
10264 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10265
10266 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10267
10268 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10269
10270 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10271
10272 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10273 syntax-after and syntax-class.
10274
10275 * files.texi (Changing Files): Fix last change's cross-reference.
10276 (Unique File Names): Don't mention "numbers" in the documentation
10277 of make-temp-file and make-temp-name.
10278
10279 2005-04-23 Richard M. Stallman <rms@gnu.org>
10280
10281 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10282
10283 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10284
10285 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10286
10287 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10288
10289 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10290 and define-obsolete-variable-alias.
10291
10292 2005-04-22 Kim F. Storm <storm@cua.dk>
10293
10294 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10295 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10296
10297 2005-04-21 Lute Kamstra <lute@gnu.org>
10298
10299 * lists.texi (Association Lists): Document rassq-delete-all.
10300
10301 2005-04-19 Richard M. Stallman <rms@gnu.org>
10302
10303 * modes.texi (Search-based Fontification): Explain that
10304 facespec is an expression to be evaluated.
10305
10306 2005-04-19 Kevin Ryde <user42@zip.com.au>
10307
10308 * streams.texi (Output Functions): Fix xref.
10309 * strings.texi (String Conversion): Fix xref.
10310
10311 2005-04-19 Kim F. Storm <storm@cua.dk>
10312
10313 * symbols.texi (Symbol Plists): Add safe-get.
10314 Mention that `get' may signal an error.
10315
10316 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10317
10318 * customize.texi (Variable Definitions): Replace tooltip-mode
10319 example with save-place.
10320
10321 2005-04-17 Richard M. Stallman <rms@gnu.org>
10322
10323 * buffers.texi (Indirect Buffers): Clarify.
10324
10325 * positions.texi (Positions): Clarify converting marker to integer.
10326
10327 * strings.texi (String Basics): Mention string-match; clarify.
10328
10329 2005-04-08 Lute Kamstra <lute@gnu.org>
10330
10331 * modes.texi (Search-based Fontification): Fix cross references.
10332 Use consistent terminology. Document anchored highlighting.
10333
10334 2005-04-05 Lute Kamstra <lute@gnu.org>
10335
10336 * modes.texi (Defining Minor Modes): Document :group keyword
10337 argument and its default value.
10338
10339 2005-04-03 Lute Kamstra <lute@gnu.org>
10340
10341 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10342 references and/or descriptions. Delete major mode hooks; mention
10343 them as a category instead. Rename or delete obsolete hooks.
10344
10345 2005-04-02 Richard M. Stallman <rms@gnu.org>
10346
10347 * nonascii.texi (Coding System Basics): Another wording cleanup.
10348
10349 2005-04-01 Richard M. Stallman <rms@gnu.org>
10350
10351 * nonascii.texi (Coding System Basics): Clarify previous change.
10352
10353 2005-04-01 Kenichi Handa <handa@m17n.org>
10354
10355 * nonascii.texi (Coding System Basics): Describe about roundtrip
10356 identity of coding systems.
10357
10358 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * text.texi (Buffer Contents): Add filter-buffer-substring and
10361 buffer-substring-filters.
10362
10363 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * anti.texi (Antinews): Mention `G' interactive code.
10366
10367 * tips.texi (Compilation Tips): Mention benchmark.el.
10368
10369 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10370
10371 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10372 is now bound to M-o M-o.
10373
10374 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10375
10376 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10377
10378 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10379 in the Emacs Manual).
10380 * Makefile.in (srcs): Remove calendar.texi.
10381 * makefile.w32-in (srcs): Remove calendar.texi.
10382 * display.texi (Display): Change name of next node.
10383 * os.texi (System In): Change name of previous node.
10384 * elisp.texi (Top): Remove Calendar references.
10385 * vol1.texi (Top): Remove Calendar references.
10386 * vol2.texi (Top): Remove Calendar references.
10387
10388 2005-03-25 Richard M. Stallman <rms@gnu.org>
10389
10390 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10391 Cleanup previous change.
10392
10393 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * display.texi (Face Attributes): Faces earlier in an :inherit
10396 list take precedence.
10397 (Scroll Bars): Fix description of vertical-scroll-bars.
10398 Document frame-current-scroll-bars and window-current-scroll-bars.
10399
10400 * markers.texi (The Mark): Document temporary Transient Mark mode.
10401
10402 * minibuf.texi (Reading File Names):
10403 Document read-file-name-completion-ignore-case.
10404
10405 * positions.texi (Screen Lines): Document nil for width argument
10406 to compute-motion.
10407
10408 2005-03-23 Kim F. Storm <storm@cua.dk>
10409
10410 * display.texi (Standard Faces): Other faces used in the fringe
10411 implicitly inherits from the fringe face.
10412 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10413 properties implicitly inherits from fringe face.
10414 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10415
10416 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10417
10418 * display.texi (Invisible Text): State default value of
10419 line-move-ignore-invisible.
10420 (Managing Overlays): Document remove-overlays.
10421 (Standard Faces): Document escape-glyph face.
10422
10423 * minibuf.texi (Reading File Names): Document read-file-name-function.
10424
10425 * modes.texi (Other Font Lock Variables):
10426 Document font-lock-lines-before.
10427
10428 * positions.texi (Skipping Characters): skip-chars-forward allows
10429 character classes.
10430
10431 2005-03-18 Lute Kamstra <lute@gnu.org>
10432
10433 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10434
10435 2005-03-17 Richard M. Stallman <rms@gnu.org>
10436
10437 * text.texi (Undo): Document extensible undo entries.
10438
10439 * searching.texi (String Search, Regexp Search): Cleanups.
10440
10441 * nonascii.texi (Character Codes): Minor fix.
10442
10443 * display.texi (Display Property): Explain the significance
10444 of having text properties that are eq.
10445 (Other Display Specs): Explain string as display spec.
10446
10447 * commands.texi (Interactive Codes): Document G option.
10448
10449 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10450
10451 * text.texi (Filling): Add sentence-end-without-period and
10452 sentence-end-without-space.
10453 (Changing Properties): Minor fix.
10454
10455 * anti.texi: Total rewrite.
10456
10457 2005-03-15 Lute Kamstra <lute@gnu.org>
10458
10459 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10460
10461 2005-03-08 Kim F. Storm <storm@cua.dk>
10462
10463 * display.texi (Specified Space): Property :width is support on
10464 non-graphic terminals, :height is not.
10465
10466 2005-03-07 Richard M. Stallman <rms@gnu.org>
10467
10468 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10469 Now subnodes of Fringes.
10470 (Overlay Arrow): Document overlay-arrow-variable-list.
10471 (Fringe Size/Pos): New node, broken out of Fringes.
10472 (Display): Explain clearing vs redisplay better.
10473 (Truncation): Clarify use of bitmaps.
10474 (The Echo Area): Clarify the uses of the echo area.
10475 Add max-mini-window-height.
10476 (Progress): Clarify.
10477 (Invisible Text): Explain that main loop moves point out.
10478 (Selective Display): Say "hidden", not "invisible".
10479 (Managing Overlays): Move up. Describe relation to Undo here.
10480 (Overlay Properties): Clarify intro.
10481 (Finding Overlays): Explain return values when nothing found.
10482 (Width): truncate-string-to-width has added arg.
10483 (Displaying Faces): Clarify and update mode line face handling.
10484 (Face Functions): Minor cleanup.
10485 (Conditional Display): Merge into Other Display Specs.
10486 (Pixel Specification, Other Display Specs): Minor cleanups.
10487 (Images, Image Descriptors): Minor cleanups.
10488 (GIF Images): Patents have expired.
10489 (Showing Images): Explain default text for insert-image.
10490 (Manipulating Button Types): Merge into Manipulating Buttons.
10491 (Making Buttons): Explain return values.
10492 (Button Buffer Commands): Add xref.
10493 (Inverse Video): Update mode-line-inverse-video.
10494 (Display Table Format): Clarify.
10495 (Active Display Table): Give defaults for window-display-table.
10496
10497 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10498 and calendar-today-marker are strings, not chars.
10499 (Holiday Customizing): Minor fix.
10500
10501 * internals.texi (Writing Emacs Primitives): Update `or' example.
10502 Update limit on # args of subr.
10503
10504 * edebug.texi (Using Edebug): Arrow is in fringe.
10505 (Instrumenting): Arg to eval-defun works without loading edebug.
10506 (Edebug Execution Modes): Add xref.
10507
10508 * customize.texi (Common Keywords): Clarify :require.
10509 Mention :version here.
10510 (Variable Definitions, Group Definitions): Not here.
10511 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10512
10513 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10514 * nonascii.texi (Text Representations): Clarify position-bytes.
10515 (Character Sets): Add list-charset-chars.
10516 (Scanning Charsets): Add charset-after.
10517 (Encoding and I/O): Minor fix.
10518
10519 2005-03-06 Richard M. Stallman <rms@gnu.org>
10520
10521 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10522 (Resizing Windows): Likewise.
10523
10524 * text.texi (Change Hooks): Get rid of "Emacs 21".
10525
10526 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10527
10528 * streams.texi (Output Variables): Get rid of "Emacs 21".
10529
10530 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10531
10532 * os.texi (Translating Input): Replace flow-control example
10533 with a less obsolete example that uses `keyboard-translate'.
10534
10535 * objects.texi (Hash Table Type, Circular Objects):
10536 Get rid of "Emacs 21".
10537
10538 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10539 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10540
10541 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10542
10543 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10544
10545 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10546 (Menu Bar): Fix when menu-bar-update-hook is called.
10547
10548 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10549
10550 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10551 and make it read better.
10552
10553 * files.texi (Writing to Files): Get rid of "Emacs 21".
10554 (Unique File Names): Likewise.
10555
10556 * elisp.texi: Update Emacs version to 22.
10557
10558 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10559 (Overlay Properties, Face Attributes): Likewise.
10560 (Managing Overlays): Fix punctuation.
10561 (Attribute Functions): Clarify set-face-font; get rid of
10562 info about old Emacs versions.
10563 (Auto Faces, Font Lookup, Display Property, Images):
10564 Get rid of "Emacs 21".
10565
10566 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10567
10568 2005-03-05 Richard M. Stallman <rms@gnu.org>
10569
10570 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10571
10572 2005-03-04 Lute Kamstra <lute@gnu.org>
10573
10574 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10575
10576 2005-03-03 Lute Kamstra <lute@gnu.org>
10577
10578 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10579
10580 2005-03-01 Lute Kamstra <lute@gnu.org>
10581
10582 * debugging.texi (Debugger Commands): Update `j'.
10583
10584 2005-02-28 Lute Kamstra <lute@gnu.org>
10585
10586 * debugging.texi (Debugging): Fix typo.
10587 (Error Debugging): Document eval-expression-debug-on-error.
10588 (Function Debugging): Update example.
10589 (Using Debugger): Mention starred stack frames.
10590 (Debugger Commands): Document `j' and `l'.
10591 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10592 Update the messages that the debugger displays.
10593 (Internals of Debugger): Add cross reference. Update example.
10594 (Excess Open): Minor improvement.
10595 (Excess Close): Minor improvement.
10596
10597 2005-02-26 Richard M. Stallman <rms@gnu.org>
10598
10599 * tips.texi (Coding Conventions): Clarify.
10600 Put all the major mode key reservations together.
10601 Mention the Mouse-1 => Mouse-2 conventions.
10602
10603 * syntax.texi (Syntax Class Table): Clarify.
10604 (Syntax Table Functions): syntax-after moved from here.
10605 (Syntax Table Internals): syntax-after moved to here.
10606 (Parsing Expressions): Update info on number of values
10607 and what's meaningful in the STATE argument.
10608 (Categories): Fix typo.
10609
10610 * sequences.texi (Arrays): Cleanup.
10611 (Char-Tables): Clarify.
10612
10613 * processes.texi (Deleting Processes): Cleanups, add xref.
10614 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10615 (Process Information): set-process-coding-system, some args optional.
10616 (Input to Processes): Explain various types for PROCESS args.
10617 Rename them from PROCESS-NAME to PROCESS.
10618 (Signals to Processes): Likewise.
10619 (Decoding Output): Cleanup.
10620 (Query Before Exit): Clarify.
10621
10622 * os.texi (Startup Summary): Correct the options; add missing ones.
10623 (Terminal Output, Batch Mode): Clarify.
10624 (Flow Control): Node deleted.
10625
10626 * markers.texi (The Mark): Clarify.
10627
10628 * macros.texi (Expansion): Cleanup.
10629 (Indenting Macros): indent-spec allows ints, not floats.
10630
10631 * keymaps.texi (Keymaps): Clarify.
10632 (Format of Keymaps): Update lisp-mode-map example.
10633 (Active Keymaps, Key Lookup): Clarify.
10634 (Changing Key Bindings): Add xref to `kbd'.
10635 (Key Binding Commands, Simple Menu Items): Clarify.
10636 (Mouse Menus, Menu Bar): Clarify.
10637 (Menu Example): Replace print example with menu-bar-replace-menu.
10638
10639 * help.texi (Documentation Basics): Add function-documentation prop.
10640
10641 * elisp.texi (Top): Don't refer to Flow Control node.
10642
10643 * commands.texi (Command Overview): Improve xrefs.
10644 (Adjusting Point): Adjusting point applies to intangible and invis.
10645 (Key Sequence Input): Doc extra read-key-sequence args.
10646 Likewise for read-key-sequence-vector.
10647
10648 * backups.texi (Rename or Copy): Minor fix.
10649 (Numbered Backups): For version-control, say the default.
10650 (Auto-Saving): make-auto-save-file-name example is simplified.
10651
10652 * advice.texi (Advising Functions): Don't imply one part of Emacs
10653 should advise another part. Markup changes.
10654 (Defining Advice): Move transitional para.
10655 (Activation of Advice): Cleanup.
10656 Explain if COMPILE is nil or negative.
10657
10658 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10659
10660 2005-02-24 Lute Kamstra <lute@gnu.org>
10661
10662 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10663 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10664
10665 2005-02-23 Lute Kamstra <lute@gnu.org>
10666
10667 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10668 to define global minor modes as well.
10669
10670 * display.texi (Managing Overlays): overlay-buffer returns nil for
10671 deleted overlays.
10672
10673 2005-02-22 Kim F. Storm <storm@cua.dk>
10674
10675 * minibuf.texi (Basic Completion): Allow symbols in addition to
10676 strings in try-completion and all-completions.
10677
10678 2005-02-14 Lute Kamstra <lute@gnu.org>
10679
10680 * elisp.texi (Top): Remove reference to deleted node.
10681
10682 * lists.texi (Lists): Remove reference to deleted node.
10683 (Cons Cells): Fix typo.
10684
10685 * loading.texi (Where Defined): Fix typo.
10686
10687 2005-02-14 Richard M. Stallman <rms@gnu.org>
10688
10689 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10690 is useful for discarding some minor modes.
10691
10692 * symbols.texi (Symbol Components): Reorder examples.
10693
10694 * streams.texi (Input Functions): State standard-input default.
10695 (Output Variables): State standard-output default.
10696
10697 * objects.texi (Printed Representation): Clarify read syntax vs print.
10698 (Floating Point Type): Explain meaning better.
10699 (Symbol Type): Explain uniqueness better.
10700 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10701 List examples sooner.
10702 (Box Diagrams): New subnode broken out.
10703 Some examples moved from old Lists as Boxes node.
10704 (Dotted Pair Notation): Clarify intro.
10705 (Array Type): Clarify.
10706 (Type Predicates): Add hash-table-p.
10707
10708 * numbers.texi (Integer Basics): Clarify radix explanation.
10709 (Predicates on Numbers): Minor clarification.
10710 (Comparison of Numbers): Minor clarification. Clarify eql.
10711 Typos in min, max.
10712 (Math Functions): Clarify overflow in expt.
10713
10714 * minibuf.texi (Text from Minibuffer): Minor clarification.
10715 Mention arrow keys.
10716
10717 * loading.texi (Autoload): defun's doc string overrides autoload's
10718 doc string.
10719 (Repeated Loading): Modernize "add to list" examples.
10720 (Where Defined): Finish updating table of load-history elts.
10721
10722 * lists.texi (List-related Predicates): Minor wording improvement.
10723 (Lists as Boxes): Node deleted.
10724 (Building Lists): Explain trivial cases of number-sequence.
10725
10726 * hash.texi (Hash Tables): Add desc to menu items.
10727 (Creating Hash): Explain "full" means "make larger".
10728 (Hash Access): Any object can be a key.
10729 State value of maphash.
10730
10731 * functions.texi (What Is a Function): Wording cleanup.
10732 (Function Documentation): Minor cleanup.
10733 Explain purpose of calling convention at end of doc string.
10734 (Function Names): Wording cleanup.
10735 (Calling Functions): Wording cleanup.
10736 Explain better how funcall calls the function.
10737 (Function Cells): Delete example of saving and redefining function.
10738
10739 * control.texi (Combining Conditions): Wording cleanup.
10740 (Iteration): dolist and dotimes bind VAR locally.
10741 (Cleanups): Xref to Atomic Changes.
10742
10743 * compile.texi (Byte Compilation): Delete 19.29 info.
10744 (Compilation Functions): Macros' difficulties don't affect defsubst.
10745 (Docs and Compilation): Delete 19.29 info.
10746
10747 2005-02-10 Richard M. Stallman <rms@gnu.org>
10748
10749 * objects.texi (Symbol Type): Minor correction.
10750
10751 2005-02-06 Lute Kamstra <lute@gnu.org>
10752
10753 * modes.texi (Example Major Modes): Fix typos.
10754
10755 2005-02-06 Richard M. Stallman <rms@gnu.org>
10756
10757 * text.texi (Margins): fill-nobreak-predicate can be one function.
10758
10759 * strings.texi (Modifying Strings): clear-string can make unibyte.
10760 (Formatting Strings): format gives error if values missing.
10761
10762 * positions.texi (Character Motion): Mention default arg
10763 for forward-char. backward-char refers to forward-char.
10764 (Word Motion): Mention default arg for forward-word.
10765 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10766 Simplify end-of-buffer.
10767 (Text Lines): Mention default arg for forward-line.
10768 (List Motion): Mention default arg for beginning/end-of-defun.
10769 (Skipping Characters): Minor fixes in explaining character-set.
10770
10771 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10772 Mode inheritance applies only when default-major-mode is nil.
10773 Clarifications.
10774 (Example Major Modes): Update Text mode and Lisp mode examples.
10775 (Minor Mode Conventions): Mention define-minor-mode at top.
10776 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10777 (Mode Line Format): Update mode line face display info.
10778 (Properties in Mode): Mention effect of risky vars.
10779 (Imenu): Define imenu-add-to-menubar.
10780 (Font Lock Mode): Add descriptions to menu lines.
10781 (Faces for Font Lock): Add font-lock-doc-face.
10782
10783 2005-02-05 Lute Kamstra <lute@gnu.org>
10784
10785 * text.texi (Maintaining Undo): Remove obsolete function.
10786
10787 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10788
10789 * frames.texi (Color Names): Add pointer to the X docs about RGB
10790 color specifications. Improve indexing.
10791 (Text Terminal Colors): Replace the description of RGB values by
10792 an xref to "Color Names".
10793
10794 2005-02-03 Richard M. Stallman <rms@gnu.org>
10795
10796 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10797 Clarify.
10798 (Selecting Windows): Clarify save-selected-window.
10799 (Cyclic Window Ordering): Clarify walk-windows.
10800 (Window Point): Clarify.
10801 (Window Start): Add comment to example.
10802 (Resizing Windows): Add `interactive' specs in examples.
10803 Document fit-window-to-buffer.
10804
10805 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10806 (Undo, Maintaining Undo): Clarify last change.
10807 (Sorting): In sort-numeric-fields, explain about octal and hex.
10808 Mention sort-numeric-base.
10809 (Format Properties): Add xref for hard newlines.
10810
10811 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10812 (Pop-Up Menus): Fix typo.
10813 (Color Names): Explain all types of color names.
10814 Explain color-values on B&W terminal.
10815 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10816
10817 * files.texi (File Locks): Not supported on MS systems.
10818 (Testing Accessibility): Clarify.
10819
10820 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10821 (Coverage Testing): Fix typo.
10822
10823 * commands.texi (Misc Events): Remove stray space.
10824
10825 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10826 (Modification Time): Clarify when visited-file-modtime returns 0.
10827 (The Buffer List): Clarify bury-buffer.
10828 (Killing Buffers): Clarify.
10829 (Indirect Buffers): Add clone-indirect-buffer.
10830
10831 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10832
10833 * edebug.texi (Printing in Edebug): Fix default value of
10834 edebug-print-circle.
10835 (Coverage Testing): Fix displayed frequency count data.
10836
10837 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10838
10839 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10840
10841 2005-02-02 Kim F. Storm <storm@cua.dk>
10842
10843 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10844
10845 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10846
10847 * commands.texi (Misc Events): Describe the help-echo event.
10848
10849 * text.texi (Special Properties) <help-echo>: Use `pos'
10850 consistently in description of the help-echo property.
10851 Use @code{nil} instead of @var{nil}.
10852
10853 * display.texi (Overlay Properties): Fix the index entry for
10854 help-echo overlay property.
10855
10856 * customize.texi (Type Keywords): Uncomment the xref to the
10857 help-echo property documentation.
10858
10859 2005-01-23 Kim F. Storm <storm@cua.dk>
10860
10861 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10862 return value. Third element FULLY replaced by PARTIAL which
10863 specifies number of invisible pixels if row is only partially visible.
10864 (Textual Scrolling): Mention auto-window-vscroll.
10865 (Vertical Scrolling): New defvar auto-window-vscroll.
10866
10867 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10868
10869 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10870 command remapping.
10871
10872 2005-01-15 Richard M. Stallman <rms@gnu.org>
10873
10874 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10875
10876 2005-01-14 Kim F. Storm <storm@cua.dk>
10877
10878 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10879
10880 * text.texi (Links and Mouse-1): Fix string and vector item.
10881
10882 2005-01-13 Richard M. Stallman <rms@gnu.org>
10883
10884 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10885 descriptions of overriding-local-map and overriding-terminal-local-map.
10886
10887 * text.texi (Links and Mouse-1): Clarify text.
10888
10889 2005-01-13 Kim F. Storm <storm@cua.dk>
10890
10891 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10892
10893 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10894
10895 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10896
10897 2005-01-12 Kim F. Storm <storm@cua.dk>
10898
10899 * text.texi (Links and Mouse-1): Rename section from Enabling
10900 Mouse-1 to Following Links. Change xrefs.
10901 Add examples for define-button-type and define-widget.
10902
10903 * display.texi (Button Properties, Button Buffer Commands):
10904 Clarify mouse-1 and follow-link functionality.
10905
10906 2005-01-12 Richard M. Stallman <rms@gnu.org>
10907
10908 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10909
10910 * display.texi (Beeping): Fix Texinfo usage.
10911
10912 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10913
10914 2005-01-11 Kim F. Storm <storm@cua.dk>
10915
10916 * display.texi (Button Properties, Button Buffer Commands):
10917 Mention mouse-1 binding. Add follow-link keyword.
10918
10919 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10920 (Enabling Mouse-1 to Follow Links): New subsection.
10921
10922 2005-01-06 Richard M. Stallman <rms@gnu.org>
10923
10924 * text.texi (Special Properties): Minor change.
10925
10926 * os.texi (Timers): Clarify previous change.
10927
10928 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10929
10930 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10931
10932 * display.texi (Face Attributes): Correct xref to renamed node.
10933
10934 2005-01-01 Richard M. Stallman <rms@gnu.org>
10935
10936 * display.texi (Face Attributes): Describe hex color specs.
10937
10938 2004-12-31 Richard M. Stallman <rms@gnu.org>
10939
10940 * os.texi (Timers): Update previous change.
10941
10942 2004-12-30 Kim F. Storm <storm@cua.dk>
10943
10944 * display.texi (Line Height): Total line-height is now specified
10945 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10946 in cons cells. (nil . RATIO) is relative to actual line height.
10947 Use line-height `t' instead of `0' to get minimum height.
10948
10949 2004-12-29 Richard M. Stallman <rms@gnu.org>
10950
10951 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10952
10953 2004-12-28 Richard M. Stallman <rms@gnu.org>
10954
10955 * commands.texi (Quitting): Clarify value of with-local-quit.
10956
10957 * elisp.texi (Top): Fix previous change.
10958
10959 * loading.texi (Loading): Fix previous change.
10960
10961 2004-12-27 Richard M. Stallman <rms@gnu.org>
10962
10963 * Makefile.in (MAKEINFO): Specify --force.
10964
10965 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10966
10967 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10968
10969 * display.texi (Line Height): Further clarify.
10970
10971 * elisp.texi (Top): Update Loading submenu.
10972
10973 * loading.texi (Where Defined): New node.
10974 (Unloading): load-history moved to Where Defined.
10975
10976 2004-12-21 Richard M. Stallman <rms@gnu.org>
10977
10978 * commands.texi (Event Input Misc): Add while-no-input.
10979
10980 2004-12-11 Richard M. Stallman <rms@gnu.org>
10981
10982 * display.texi (Line Height): Rewrite text for clarity.
10983
10984 2004-12-11 Kim F. Storm <storm@cua.dk>
10985
10986 * display.texi (Display): Add node "Line Height" to menu.
10987 (Line Height): New node. Move full description of line-spacing
10988 and line-height text properties here from text.texi.
10989 (Scroll Bars): Add vertical-scroll-bar variable.
10990
10991 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10992
10993 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10994 line-spacing and vertical-scroll-bar.
10995
10996 * text.texi (Special Properties): Just mention line-spacing and
10997 line-height here, add xref to new "Line Height" node.
10998
10999 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11000
11001 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11002
11003 * locals.texi (Standard Buffer-Local Variables):
11004 Add @xref for `line-spacing'.
11005
11006 2004-12-05 Richard M. Stallman <rms@gnu.org>
11007
11008 * Makefile.in (maintainer-clean): Remove the info files
11009 in $(infodir) where they are created.
11010
11011 2004-12-03 Richard M. Stallman <rms@gnu.org>
11012
11013 * windows.texi (Selecting Windows): get-lru-window and
11014 get-largest-window don't consider dedicated windows.
11015
11016 * text.texi (Undo): Document undo-in-progress.
11017
11018 2004-11-26 Richard M. Stallman <rms@gnu.org>
11019
11020 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11021 Remove a few vars that are not always buffer-local.
11022
11023 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11024
11025 * locals.texi (Standard Buffer-Local Variables): Comment out
11026 xref's to non-existent node `Yet to be written'.
11027
11028 2004-11-24 Richard M. Stallman <rms@gnu.org>
11029
11030 * processes.texi (Synchronous Processes): Grammar fix.
11031
11032 * numbers.texi (Comparison of Numbers): Add eql.
11033
11034 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11035
11036 * intro.texi (Printing Notation): Fix previous change.
11037
11038 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11039 and default-indicate-buffer-boundaries from here.
11040 (Usual Display): To here.
11041 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11042 (Usual Display): Move tab-width up.
11043
11044 * customize.texi (Variable Definitions):
11045 Replace show-paren-mode example with tooltip-mode.
11046 (Simple Types, Composite Types, Defining New Types):
11047 Minor cleanups.
11048
11049 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11050
11051 * processes.texi (Synchronous Processes, Output from Processes):
11052 Markup fix.
11053
11054 2004-11-20 Richard M. Stallman <rms@gnu.org>
11055
11056 * positions.texi (Skipping Characters): skip-chars-forward
11057 now handles char classes.
11058
11059 * intro.texi (Printing Notation): Avoid confusion of `print'
11060 when explaining @print.
11061
11062 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11063
11064 * display.texi (Display Table Format): Minor fix.
11065
11066 * streams.texi (Output Functions): Fix print example.
11067
11068 * Makefile.in (elisp): New target.
11069 (dist): Depend on $(infodir)/elisp, not elisp.
11070 Copy the info files from $(infodir).
11071
11072 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11073 read-from-minibuffer.
11074
11075 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11076
11077 2004-11-19 Richard M. Stallman <rms@gnu.org>
11078
11079 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11080
11081 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11082
11083 * tips.texi (Coding Conventions): Fix typo.
11084
11085 2004-11-16 Richard M. Stallman <rms@gnu.org>
11086
11087 * tips.texi (Coding Conventions): Separate defvar and require
11088 methods to avoid warnings. Use require only when there are many
11089 functions and variables from that package.
11090
11091 * minibuf.texi (Minibuffer Completion): When ignoring case,
11092 predicate must not be case-sensitive.
11093
11094 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11095 (Test Coverage): Don't talk about "splotches". Clarified.
11096
11097 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11098
11099 * frames.texi (Window Frame Parameters): Fix typo.
11100
11101 2004-11-15 Kim F. Storm <storm@cua.dk>
11102
11103 * symbols.texi (Other Plists): Note that plist-get may signal error.
11104 Add safe-plist-get.
11105
11106 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11107
11108 * modes.texi (Font Lock Basics): Fix typo.
11109
11110 2004-11-08 Richard M. Stallman <rms@gnu.org>
11111
11112 * syntax.texi (Syntax Table Functions): Add syntax-after.
11113
11114 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11115
11116 * os.texi (Processor Run Time): New section documenting
11117 get-internal-run-time.
11118
11119 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11120
11121 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11122 it nukes elisp-cover.texi.
11123 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11124 elisp-0 etc.
11125
11126 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11127
11128 * commands.texi (Keyboard Macros): Document `append' return value
11129 of `defining-kbd-macro'.
11130
11131 2004-11-01 Richard M. Stallman <rms@gnu.org>
11132
11133 * commands.texi (Interactive Call): Add called-interactively-p.
11134
11135 2004-10-29 Simon Josefsson <jas@extundo.com>
11136
11137 * minibuf.texi (Reading a Password): Revert.
11138
11139 2004-10-28 Richard M. Stallman <rms@gnu.org>
11140
11141 * frames.texi (Display Feature Testing): Explain about "vendor".
11142
11143 2004-10-27 Richard M. Stallman <rms@gnu.org>
11144
11145 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11146 not raw. Clarify `n'.
11147 (Interactive Call): Rewrite interactive-p, focusing on when
11148 and how to use it.
11149 (Misc Events): Clarify previous change.
11150
11151 * advice.texi (Simple Advice): Clarify what job the example does.
11152 (Around-Advice): Clarify ad-do-it.
11153 (Activation of Advice): An option of ad-default-compilation-action
11154 is `never', not `nil'.
11155
11156 2004-10-26 Kim F. Storm <storm@cua.dk>
11157
11158 * commands.texi (Interactive Codes): Add U code letter.
11159
11160 2004-10-25 Simon Josefsson <jas@extundo.com>
11161
11162 * minibuf.texi (Reading a Password): Add.
11163
11164 2004-10-24 Jason Rumney <jasonr@gnu.org>
11165
11166 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11167 and wheel-down.
11168
11169 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11170
11171 * processes.texi (Synchronous Processes): Document process-file.
11172
11173 2004-10-22 Kenichi Handa <handa@m17n.org>
11174
11175 * text.texi (translate-region): Document that it accepts also a
11176 char-table.
11177
11178 2004-10-22 David Ponce <david@dponce.com>
11179
11180 * windows.texi (Resizing Windows): Document the `preserve-before'
11181 argument of the functions `enlarge-window' and `shrink-window'.
11182
11183 2004-10-19 Jason Rumney <jasonr@gnu.org>
11184
11185 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11186
11187 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11188
11189 * text.texi (Filling): Add anchor for definition of
11190 `sentence-end-double-space'.
11191
11192 * searching.texi (Regexp Example): Update description of how
11193 Emacs currently recognizes the end of a sentence.
11194 (Standard Regexps): Update definition of the variable
11195 `sentence-end'. Add definition of the function `sentence-end'.
11196
11197 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11198
11199 * display.texi (Progress): New node.
11200
11201 2004-10-05 Kim F. Storm <storm@cua.dk>
11202
11203 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11204
11205 2004-09-29 Kim F. Storm <storm@cua.dk>
11206
11207 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11208 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11209 fringe bitmap symbols, as they now have their own namespace.
11210 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11211 vs. pixels. Signal error if no free bitmap slots.
11212 (Pixel Specification): Change IMAGE to @var{image}.
11213
11214 2004-09-28 Richard M. Stallman <rms@gnu.org>
11215
11216 * text.texi (Special Properties): Clarify line-spacing and line-height.
11217
11218 * searching.texi (Regexp Search): Add looking-back.
11219
11220 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11221
11222 * display.texi: Correct typos.
11223 (Image Descriptors): Correct xref's.
11224
11225 2004-09-25 Richard M. Stallman <rms@gnu.org>
11226
11227 * text.texi (Special Properties): Cleanups in `cursor'.
11228 Rewrites in `line-height' and `line-spacing'; exchange them.
11229
11230 * display.texi (Fringes): Rewrite previous change.
11231 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11232 (Display Fringe Bitmaps): Node deleted, text moved.
11233 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11234 (Scroll Bars): Clarify set-window-scroll-bars.
11235 (Pointer Shape): Rewrite.
11236 (Specified Space): Clarify :align-to, etc.
11237 (Pixel Specification): Use @var. Clarify new text.
11238 (Other Display Specs): Clarify `slice'.
11239 (Image Descriptors): Cleanups.
11240 (Showing Images): Cleanups.
11241
11242 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11243
11244 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11245
11246 * modes.texi: Various minor changes in addition to:
11247 (Major Mode Conventions): Final call to `run-mode-hooks' should
11248 not be inside the `delay-mode-hooks' form.
11249 (Mode Hooks): New node.
11250 (Hooks): Delete obsolete example.
11251 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11252 node "Mode Hooks".
11253
11254 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11255
11256 * display.texi: Correct various typos.
11257 (Display): Rename node "Pointer Shapes" to "Pointer
11258 Shape". (There is already a node called "Pointer Shapes" in
11259 frames.texi.)
11260 (Images): Remove non-existent node "Image Slices" from menu.
11261
11262 2004-09-23 Kim F. Storm <storm@cua.dk>
11263
11264 * text.texi (Special Properties): Add `cursor', `pointer',
11265 `line-height', and `line-spacing' properties.
11266
11267 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11268 Shapes' to menu.
11269 (Standard Faces): Doc fix for fringe face.
11270 (Fringes): Add `overflow-newline-into-fringe' and
11271 'indicate-buffer-boundaries'.
11272 (Fringe Bitmaps, Pointer Shapes): New nodes.
11273 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11274 Bitmaps' to menu.
11275 (Specified Space): Describe pixel width and height.
11276 (Pixel Specification): New node.
11277 (Other Display Specs): Add `slice' property.
11278 (Display Fringe Bitmaps): New node.
11279 (Images): Add 'Image Slices' to menu.
11280 (Image Descriptors): Add `:pointer' and `:map' properties.
11281 (Showing Images): Add slice arg to `insert-image'.
11282 Add 'insert-sliced-image'.
11283
11284 2004-09-20 Richard M. Stallman <rms@gnu.org>
11285
11286 * commands.texi (Key Sequence Input):
11287 Clarify downcasing in read-key-sequence.
11288
11289 2004-09-08 Juri Linkov <juri@jurta.org>
11290
11291 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11292
11293 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11294
11295 * locals.texi (Standard Buffer-Local Variables):
11296 Add `buffer-auto-save-file-format'.
11297 * internals.texi (Buffer Internals): Describe new
11298 auto_save_file_format field of the buffer structure.
11299 * files.texi (Format Conversion): `auto-save-file-format' has been
11300 renamed `buffer-auto-save-file-format'.
11301
11302 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11305 an integer or a marker.
11306 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11307
11308 2004-08-22 Richard M. Stallman <rms@gnu.org>
11309
11310 * modes.texi (Major Mode Conventions): Discuss rebinding of
11311 standard key bindings.
11312
11313 2004-08-18 Kim F. Storm <storm@cua.dk>
11314
11315 * processes.texi (Accepting Output): Add `just-this-one' arg to
11316 `accept-process-output'.
11317 (Output from Processes): New var `process-adaptive-read-buffering'.
11318
11319 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11320
11321 * keymaps.texi: Various changes in addition to:
11322 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11323 Give more varied examples for `kbd'.
11324 (Creating Keymaps): Char tables have slots for all characters
11325 without modifiers.
11326 (Active Keymaps): `overriding-local-map' and
11327 `overriding-terminal-local-map' also override text property and
11328 overlay keymaps.
11329 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11330 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11331 to denote a prefix of no events.
11332 `map-keymap' includes parent's bindings _recursively_.
11333 Clarify and correct description of `where-is-internal'.
11334 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11335 (Menu Example): For menus intended for use with the keyboard, the
11336 menu items should be bound to characters or real function keys.
11337
11338 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11339
11340 * objects.texi (Character Type): Reposition `@anchor' to prevent
11341 double space inside sentence in Info.
11342
11343 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11344 renamed to `disabled-command-function'.
11345 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11346 (Command Loop Info): Replace reference to it.
11347 (Disabling Commands): `disabled-command-hook' has been renamed to
11348 `disabled-command-function'.
11349
11350 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11351
11352 * os.texi (Translating Input): Only non-prefix bindings in
11353 `key-translation-map' override actual key bindings. Warn about
11354 possible indirect effect of actual key bindings on non-prefix
11355 bindings in `key-translation-map'.
11356
11357 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11358
11359 * minibuf.texi (High-Level Completion): Add anchor for definition
11360 of `read-variable'.
11361
11362 * commands.texi: Various changes in addition to:
11363 (Using Interactive): Clarify description of `interactive-form'.
11364 (Interactive Call): Mention default for KEYS argument to
11365 `call-interactively'.
11366 (Command Loop Info): Clarify description of `this-command-keys'.
11367 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11368 Value of `last-event-frame' can be `macro'.
11369 (Repeat Events): `double-click-fuzz' is also used to distinguish
11370 clicks and drags.
11371 (Classifying Events): Clarify descriptions of `event-modifiers'
11372 `event-basic-type' and `event-convert-list'.
11373 (Accessing Events): `posn-timestamp' takes POSITION argument.
11374 (Quoted Character Input): Clarify description of
11375 `read-quoted-char' and fix example.
11376 (Quitting): Add `with-local-quit'.
11377 (Disabling Commands): Correct and clarify descriptions of
11378 `enable-command' and `disable-command'.
11379 Mention what happens if `disabled-command-hook' is nil.
11380 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11381 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11382
11383 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11384
11385 * frames.texi: Various changes in addition to:
11386 (Creating Frames): Expand and clarify description of `make-frame'.
11387 (Window Frame Parameters): Either none or both of the `icon-left'
11388 and `icon-top' parameters must be specified. Put descriptions of
11389 `menu-bar-lines' and `toolbar-lines' closer together and change
11390 them accordingly.
11391 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11392 except while processing `frame-title-format' or `icon-title-format'.
11393 (Deleting Frames): Correct description of `delete-frame'.
11394 Non-nil return values of `frame-live-p' are like those of `framep'.
11395 (Frames and Windows): Mention return value of
11396 `set-frame-selected-window'.
11397 (Visibility of Frames): Mention `force' argument to
11398 `make-frame-invisible'. `frame-visible-p' returns t for all
11399 frames on text-only terminals.
11400 (Frame Configurations): Restoring a frame configuration does not
11401 restore deleted frames.
11402 (Window System Selections): `x-set-selection' returns DATA.
11403 (Resources): Add example.
11404 (Display Feature Testing): Clarify descriptions of
11405 `display-pixel-height', `display-pixel-width', `x-server-version'
11406 and `x-server-vendor'.
11407
11408 * windows.texi (Choosing Window): Add anchor.
11409 * minibuf.texi (Minibuffer Misc): Add anchor.
11410
11411 2004-07-23 John Paul Wallington <jpw@gnu.org>
11412
11413 * macros.texi (Defining Macros): Declaration keyword for setting
11414 Edebug spec is `debug' not `edebug'.
11415
11416 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11417
11418 * windows.texi: Various small changes in addition to:
11419 (Window Point): Mention return value of `set-window-point'.
11420 (Window Start): `pos-visible-in-window-p' disregards horizontal
11421 scrolling. Explain return value if PARTIALLY is non-nil.
11422 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11423 and `set-window-vscroll'.
11424 (Size of Window): The argument WINDOW to `window-inside-edges',
11425 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11426 (Resizing Windows): Explain return value of
11427 `shrink-window-if-larger-than-buffer'.
11428 `window-size-fixed' automatically becomes buffer local when set.
11429 (Window Configurations): Explain return value of
11430 `set-window-configuration'.
11431
11432 * minibuf.texi (Minibuffer Misc): Add anchor for
11433 `minibuffer-scroll-window'.
11434
11435 * positions.texi (Text Lines): Add anchor for `count-lines'.
11436
11437 2004-07-17 Richard M. Stallman <rms@gnu.org>
11438
11439 * display.texi (Overlay Properties): Adding `evaporate' prop
11440 deletes empty overlay immediately.
11441
11442 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11443 fix example.
11444
11445 2004-07-16 Jim Blandy <jimb@redhat.com>
11446
11447 * searching.texi (Regexp Backslash): Document new \_< and \_>
11448 operators.
11449
11450 2004-07-16 Juanma Barranquero <lektu@terra.es>
11451
11452 * display.texi (Images): Fix Texinfo usage.
11453
11454 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11455
11456 * buffers.texi (Modification Time): `visited-file-modtime' now
11457 returns a list of two integers, instead of a cons.
11458
11459 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11460
11461 * windows.texi: Various changes in addition to:
11462 (Splitting Windows): Add `split-window-keep-point'.
11463
11464 2004-07-09 Richard M. Stallman <rms@gnu.org>
11465
11466 * frames.texi (Input Focus): Minor fix.
11467
11468 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * frames.texi (Input Focus): Clarify descriptions of
11471 `select-frame-set-input-focus' and `select-frame'.
11472
11473 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11474
11475 * os.texi: Various small changes in addition to:
11476 (Killing Emacs): Expand and clarify description of
11477 `kill-emacs-query-functions' and `kill-emacs-hook'.
11478 (System Environment): Expand and clarify description of `getenv'
11479 and `setenv'.
11480 (Timers): Clarify description of `run-at-time'.
11481 (Translating Input): Correct description of
11482 `extra-keyboard-modifiers'.
11483 (Flow Control): Correct description of `enable-flow-control'.
11484
11485 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11486
11487 * os.texi: Update copyright.
11488 (Session Management): Grammar fix.
11489 Clarify which Emacs does the restarting.
11490 Use @samp for *scratch* buffer.
11491
11492 2004-07-04 Alan Mackenzie <acm@muc.de>
11493
11494 * frames.texi (Input Focus): Add documentation for
11495 `select-frame-set-input-focus'. Replace refs to non-existent
11496 `switch-frame' with `select-frame'. Minor corrections and tidying
11497 up of text-only terminal stuff.
11498
11499 2004-07-02 Richard M. Stallman <rms@gnu.org>
11500
11501 * files.texi (Saving Buffers): Cleanup write-contents-function.
11502 (Magic File Names): Cleanup file-remote-p.
11503
11504 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11505
11506 * files.texi (Magic File Names): `file-remote-p' returns an
11507 identifier of the remote system, not just t.
11508
11509 2004-07-02 David Kastrup <dak@gnu.org>
11510
11511 * searching.texi (Entire Match Data): Add explanation about new
11512 match-data behavior when @var{integers} is non-nil.
11513
11514 2004-06-24 Richard M. Stallman <rms@gnu.org>
11515
11516 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11517
11518 * customize.texi (Variable Definitions): Note about doc strings
11519 and :set.
11520
11521 * keymaps.texi (Keymap Terminology): Document `kbd'.
11522 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11523
11524 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11525 makes it buffer-local.
11526
11527 * files.texi (Saving Buffers): Correct previous change.
11528
11529 * commands.texi (Accessing Events):
11530 Clarify posn-col-row and posn-actual-col-row.
11531
11532 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11533
11534 * commands.texi (Accessing Events): New functions
11535 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11536
11537 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11538
11539 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11540 * frames.texi, buffers.texi, backups.texi, variables.texi:
11541 * loading.texi, eval.texi, functions.texi, control.texi:
11542 * symbols.texi, minibuf.texi: Reposition @anchor's.
11543
11544 * help.texi: Various small changes in addition to the following.
11545 (Describing Characters): Describe PREFIX argument to
11546 `key-description'. Correct and clarify definition of
11547 `text-char-description'. Describe NEED-VECTOR argument to
11548 `read-kbd-macro'.
11549 (Help Functions): Clarify definition of `apropos'.
11550
11551 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11552
11553 * files.texi (Saving Buffers): Correct description of
11554 `write-contents-functions'.
11555
11556 2004-06-21 Juanma Barranquero <lektu@terra.es>
11557
11558 * display.texi (Images): Remove redundant @vindex directives.
11559 Rewrite `image-library-alist' doc in active voice.
11560
11561 2004-06-14 Juanma Barranquero <lektu@terra.es>
11562
11563 * display.texi (Images): Document new delayed library loading,
11564 variable `image-library-alist' and (existing but undocumented)
11565 function `image-type-available-p'.
11566
11567 2004-06-05 Richard M. Stallman <rms@gnu.org>
11568
11569 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11570 refer the user to the Initial Input node.
11571 (Text from Minibuffer): Likewise.
11572 (Initial Input): New node. Document this feature
11573 and say it is mostly deprecated.
11574
11575 2004-05-30 Richard M. Stallman <rms@gnu.org>
11576
11577 * loading.texi (Named Features): Clarify return value
11578 and meaning of NOERROR.
11579
11580 * variables.texi (File Local Variables): Minor cleanup.
11581
11582 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11583
11584 * files.texi (Magic File Names): Add `file-remote-p' as operation
11585 of file name handlers.
11586
11587 2004-05-29 Richard M. Stallman <rms@gnu.org>
11588
11589 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11590 as arg to a minor mode command.
11591
11592 2004-05-22 Richard M. Stallman <rms@gnu.org>
11593
11594 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11595
11596 * streams.texi (Output Variables): Doc float-output-format.
11597
11598 * searching.texi (Regexp Special): Nested repetition can be infloop.
11599
11600 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11601 real stack overflow.
11602
11603 * compile.texi: Minor cleanups.
11604
11605 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11606
11607 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11608 circular lists.
11609 (List Elements): Explain handling of circular and dotted lists.
11610
11611 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11612
11613 * modes.texi (Search-based Fontification): Fix typo.
11614
11615 2004-05-10 Juanma Barranquero <lektu@terra.es>
11616
11617 * modes.texi (Mode Line Variables): Fix description of
11618 global-mode-string, which is now after which-func-mode, not the
11619 buffer name.
11620
11621 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11622
11623 * modes.texi (Desktop Save Mode): Add.
11624 (Modes): Add menu entry Desktop Save Mode.
11625
11626 * hooks.texi: Add desktop-after-read-hook,
11627 desktop-no-desktop-file-hook and desktop-save-hook.
11628
11629 * locals.texi: Add desktop-save-buffer.
11630
11631 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11632
11633 * display.texi: emacs -> Emacs.
11634
11635 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11636
11637 * files.texi (Changing Files): Document set-file-times.
11638
11639 2004-04-23 Juanma Barranquero <lektu@terra.es>
11640
11641 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11642
11643 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11644
11645 * tips.texi (Coding Conventions): defopt -> defcustom.
11646
11647 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11648
11649 * sequences.texi: Various clarifications.
11650
11651 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11652
11653 * buffers.texi (Read Only Buffers): Mention optional ARG to
11654 `toggle-read-only'.
11655
11656 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11657
11658 * windows.texi (Selecting Windows): Note that get-lru-window
11659 returns a full-width window if possible.
11660
11661 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11662
11663 * buffers.texi: Various changes in addition to:
11664 (Buffer File Name): Add `find-buffer-visiting'.
11665 (Buffer Modification): Mention optional ARG to `not-modified'.
11666 (Indirect Buffers): Mention optional CLONE argument to
11667 `make-indirect-buffer'.
11668
11669 * files.texi: Various changes in addition to:
11670 (Visiting Functions): `find-file-hook' is now a normal hook.
11671 (File Name Expansion): Explain difference between the way that
11672 `expand-file-name' and `file-truename' treat `..'.
11673 (Contents of Directories): Mention optional ID-FORMAT argument to
11674 `directory-files-and-attributes'.
11675 (Format Conversion): Mention new optional CONFIRM argument to
11676 `format-write-file'.
11677
11678 2004-04-12 Miles Bader <miles@gnu.org>
11679
11680 * macros.texi (Expansion): Add description of `macroexpand-all'.
11681
11682 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11683
11684 * variables.texi (Variable Aliases):
11685 Mention cyclic-variable-indirection.
11686
11687 * errors.texi (Standard Errors): Ditto.
11688
11689 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11690
11691 * backups.texi: Various small changes in addition to:
11692 (Making Backups): Mention return value of `backup-buffer'.
11693 (Auto-Saving): Mention optional FORCE argument to
11694 `delete-auto-save-file-if-necessary'.
11695 (Reverting): Mention optional PRESERVE-MODES argument to
11696 `revert-buffer'. Correct description of `revert-buffer-function'.
11697
11698 2004-03-22 Juri Linkov <juri@jurta.org>
11699
11700 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11701 with `Vector Functions'.
11702
11703 * text.texi (Sorting): Add missing quote.
11704
11705 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11706
11707 * intro.texi (Lisp History): Replace xref to `cl' manual with
11708 inforef.
11709
11710 2004-03-12 Richard M. Stallman <rms@gnu.org>
11711
11712 * intro.texi (Version Info): Add arg to emacs-version.
11713 (Lisp History): Change xref to CL manual.
11714
11715 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11716
11717 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11718 for Partial Completion mode.
11719
11720 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11721
11722 * customize.texi: Fix typo. Remove eol whitespace.
11723
11724 2004-03-04 Richard M. Stallman <rms@gnu.org>
11725
11726 * processes.texi: Fix typos.
11727
11728 * lists.texi (Building Lists): Minor clarification.
11729
11730 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11731 in make-hash-table.
11732
11733 2004-02-29 Juanma Barranquero <lektu@terra.es>
11734
11735 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11736 rm, and ignore exit code.
11737
11738 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11739
11740 * display.texi (Defining Faces): Add description for min-colors.
11741 Update example.
11742
11743 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * abbrevs.texi: Various corrections and clarifications in addition
11746 to the following:
11747 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11748
11749 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11750
11751 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11752
11753 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11754
11755 * text.texi: Various small changes in addition to the following:
11756 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11757 to delete-horizontal-space.
11758 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11759 description of yank-handler text property at various places.
11760
11761 * frames.texi (Window System Selections): Add anchor.
11762
11763 * syntax.texi (Syntax Table Functions): Clarify and correct
11764 descriptions of make-syntax-table and copy-syntax-table.
11765 (Motion and Syntax): Clarify SYNTAXES argument to
11766 skip-syntax-forward.
11767 (Parsing Expressions): Mention that the return value of
11768 parse-partial-sexp is currently a list of ten rather than nine
11769 elements.
11770 (Categories): Various corrections and clarifications.
11771
11772 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11773
11774 * markers.texi (Marker Insertion Types): Minor change.
11775
11776 * locals.texi (Standard Buffer-Local Variables):
11777 * commands.texi (Interactive Codes, Using Interactive):
11778 * functions.texi (Related Topics): Fix xrefs.
11779
11780 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11781
11782 * lists.texi (Sets And Lists): Update description of delete-dups.
11783
11784 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11785
11786 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11787
11788 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11789
11790 * frames.texi (Parameter Access): frame-parameters arg is optional.
11791 modify-frame-parameters handles nil for FRAME.
11792 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11793 are all-or-nothing for certain toolkits.
11794 Mention parameter wait-for-wm.
11795 (Frames and Windows): In frame-first-window and frame-selected-window
11796 the arg is optional.
11797 (Input Focus): In redirect-frame-focus the second arg is optional.
11798 (Window System Selections): Mention selection type CLIPBOARD.
11799 Mention data-type UTF8_STRING.
11800 Mention numbering of cut buffers.
11801 (Resources): Describe x-resource-name.
11802
11803 2004-02-16 Richard M. Stallman <rms@gnu.org>
11804
11805 * windows.texi (Buffers and Windows): Delete false table
11806 about all-frames.
11807
11808 * syntax.texi (Parsing Expressions): Delete old caveat
11809 about parse-sexp-ignore-comments.
11810
11811 * streams.texi (Output Variables): Add print-quoted.
11812
11813 * lists.texi (Building Lists): Minor cleanup.
11814
11815 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11816
11817 * display.texi (Overlays): Explain overlays use markers.
11818 (Managing Overlays): Explain front-advance and rear-advance
11819 in more detail.
11820
11821 * loading.texi (Unloading): Document unload-feature-special-hooks.
11822 Get rid of fns-NNN.el file.
11823
11824 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11825
11826 * help.texi (Describing Characters): Fix text-char-description
11827 example output.
11828
11829 * edebug.texi (Using Edebug): Fix example.
11830
11831 * debugging.texi (Internals of Debugger): Fix return value.
11832
11833 * files.texi (Changing Files): Fix argname.
11834
11835 * calendar.texi: Fix parens, and default values.
11836
11837 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11838 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11839 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11840
11841 * positions.texi (Text Lines): Don't add -1 in current-line.
11842
11843 2004-02-16 Richard M. Stallman <rms@gnu.org>
11844
11845 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11846
11847 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11848
11849 * processes.texi (Low-Level Network): Fix a typo.
11850
11851 2004-02-12 Kim F. Storm <storm@cua.dk>
11852
11853 * display.texi (Fringes): Use consistent wording.
11854 Note that window-fringe's window arg is optional.
11855 (Scroll Bars): Use consistent wording.
11856
11857 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11858
11859 * tips.texi (Comment Tips): Document the new conventions for
11860 commenting out code.
11861
11862 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11863
11864 * positions.texi (Text Lines): Add missing end defun.
11865
11866 2004-02-07 Kim F. Storm <storm@cua.dk>
11867
11868 * positions.texi (Text Lines): Add line-number-at-pos.
11869
11870 2004-02-06 John Paul Wallington <jpw@gnu.org>
11871
11872 * display.texi (Button Properties, Button Buffer Commands):
11873 mouse-2 invokes button, not down-mouse-1.
11874
11875 2004-02-04 Jason Rumney <jasonr@gnu.org>
11876
11877 * makefile.w32-in: Sync with Makefile.in changes.
11878
11879 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11880
11881 * minibuf.texi (Text from Minibuffer): Various corrections and
11882 clarifications.
11883 (Object from Minibuffer): Correct Lisp description of
11884 read-minibuffer.
11885 (Minibuffer History): Clarify description of cons values for
11886 HISTORY arguments.
11887 (Basic Completion): Various corrections and clarifications.
11888 Add completion-regexp-list.
11889 (Minibuffer Completion): Correct and clarify description of
11890 completing-read.
11891 (Completion Commands): Mention Partial Completion mode.
11892 Various other minor changes.
11893 (High-Level Completion): Various corrections and clarifications.
11894 (Reading File Names): Ditto.
11895 (Minibuffer Misc): Ditto.
11896
11897 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11898
11899 * strings.texi (Text Comparison): assoc-string also matches
11900 elements of alists that are strings instead of conses.
11901 (Formatting Strings): Standardize Texinfo usage. Update index
11902 entries.
11903
11904 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11905
11906 * lists.texi (Sets And Lists): Add delete-dups.
11907
11908 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11909
11910 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11911 special form.
11912 * macros.texi (Defining Macros): Update description of `declare',
11913 which now is a macro.
11914 (Wrong Time): Fix typos.
11915
11916 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11917
11918 * compile.texi (Compilation Functions): Expand descriptions of
11919 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11920 and `batch-byte-compile'. In particular, mention and describe
11921 all optional arguments.
11922 (Disassembly): Correct and clarify the description of `disassemble'.
11923
11924 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * searching.texi: Various small changes in addition to the
11927 following.
11928 (Regexp Example): Adapt to new value of `sentence-end'.
11929 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11930 `words'.
11931 (Search and Replace): Add usage note for `perform-replace'.
11932 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11933 `match-data'.
11934 (Standard Regexps): Update for new values of `paragraph-start'
11935 and `sentence-end'.
11936
11937 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11938
11939 * files.texi (Saving Buffers): Clarify descriptions of
11940 `write-contents-functions' and `before-save-hook'.
11941 Make the defvar's for `before-save-hook' and `after-save-hook'
11942 into defopt's.
11943
11944 2004-01-07 Kim F. Storm <storm@cua.dk>
11945
11946 * commands.texi (Click Events): Describe new image and
11947 width/height elements of click events.
11948 (Accessing Events): Add posn-string, posn-image, and
11949 posn-object-width-height. Change posn-object to return either
11950 image or string object.
11951
11952 2004-01-01 Simon Josefsson <jas@extundo.com>
11953
11954 * hooks.texi (Standard Hooks): Add before-save-hook.
11955 * files.texi (Saving Buffers): Likewise.
11956
11957 2004-01-03 Richard M. Stallman <rms@gnu.org>
11958
11959 * frames.texi (Frames and Windows): Delete frame-root-window.
11960
11961 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11962
11963 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11964
11965 * functions.texi: Various small changes in addition to the
11966 following.
11967 (What Is a Function): `functionp' returns nil for macros.
11968 Clarify behavior of this and following functions for symbol arguments.
11969 (Function Documentation): Add `\' in front of (fn @var{arglist})
11970 and explain why.
11971 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11972 Add anchor.
11973 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11974
11975 2004-01-01 Miles Bader <miles@gnu.org>
11976
11977 * display.texi (Buttons): New section.
11978
11979 2003-12-31 Andreas Schwab <schwab@suse.de>
11980
11981 * numbers.texi (Math Functions): sqrt reports a domain-error
11982 error.
11983 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11984
11985 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11986
11987 * tips.texi (Documentation Tips): Update item on hyperlinks in
11988 documentation strings.
11989
11990 * errors.texi (Standard Errors): Various small corrections and
11991 additions.
11992
11993 * control.texi: Various small changes in addition to the
11994 following.
11995 (Signaling Errors): Provide some more details on how `signal'
11996 constructs the error message. Add anchor to the definition of
11997 `signal'.
11998 (Error Symbols): Describe special treatment of `quit'.
11999 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12000 to emphasize that it has to be a single form.
12001
12002 * buffers.texi: Add anchor.
12003
12004 2003-12-29 Richard M. Stallman <rms@gnu.org>
12005
12006 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12007 (Window Configurations): Add window-configuration-frame.
12008
12009 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12010
12011 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12012 Change arg name in get-char-property.
12013 (Special Properties): Update handling of keymap property.
12014
12015 * strings.texi (Modifying Strings): Add clear-string.
12016 (Text Comparison): Add assoc-string and remove
12017 assoc-ignore-case, assoc-ignore-representation.
12018
12019 * os.texi (Time of Day): Add set-time-zone-rule.
12020
12021 * numbers.texi (Math Functions): asin, acos, log, log10
12022 report domain-error errors.
12023
12024 * nonascii.texi (Converting Representations):
12025 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12026 (Encoding and I/O): Add file-name-coding-system.
12027
12028 * modes.texi (Search-based Fontification): Explain that
12029 face specs are symbols with face names as values.
12030
12031 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12032
12033 * lists.texi (Building Lists): remq moved elsewhere.
12034 (Sets And Lists): remq moved here.
12035 (Association Lists): Refer to assoc-string.
12036
12037 * internals.texi (Garbage Collection): Add memory-use-counts.
12038
12039 * frames.texi (Frames and Windows): Add set-frame-selected-window
12040 and frame-root-window.
12041
12042 * files.texi (Contents of Directories):
12043 Add directory-files-and-attributes.
12044
12045 * display.texi (Refresh Screen): Add force-window-update.
12046 (Invisible Text): Explain about moving point out of invis text.
12047 (Overlay Properties): Add overlay-properties.
12048 (Managing Overlays): Add overlayp.
12049 (GIF Images): Invalid image number displays a hollow box.
12050
12051 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12052 (Killing Buffers): Add buffer-live-p.
12053
12054 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12055
12056 * display.texi (Fringes): Fix typo "set-buffer-window".
12057
12058 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12059
12060 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12061 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12062 Add or change various xrefs and anchors.
12063
12064 * commands.texi: Replace all occurrences of @acronym{CAR} with
12065 @sc{car}, for consistency with the rest of the Elisp manual.
12066 `car' and `cdr' are historically acronyms, but are no longer
12067 widely thought of as such.
12068
12069 * internals.texi (Pure Storage): Mention that `purecopy' does not
12070 copy text properties.
12071 (Object Internals): Now 29 bits are used (in most implementations)
12072 to address Lisp objects.
12073
12074 * variables.texi (Variables with Restricted Values): New node.
12075
12076 * objects.texi (Lisp Data Types): Mention that certain variables
12077 can only take on a restricted set of values and add an xref to
12078 the new node "Variables with Restricted Values".
12079
12080 * eval.texi (Function Indirection): Describe the errors that
12081 `indirect-function' can signal.
12082 (Eval): Clarify the descriptions of `eval-region' and `values'.
12083 Describe `eval-buffer' instead of `eval-current-buffer' and
12084 mention `eval-current-buffer' as an alias for `current-buffer'.
12085 Correct the description and mention all optional arguments.
12086
12087 * nonascii.texi: Various small changes in addition to the
12088 following.
12089 (Converting Representations): Clarify behavior of
12090 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12091 ASCII arguments.
12092 (Character Sets): Document the variable `charset-list' and adapt
12093 the definition of the function `charset-list' accordingly.
12094 (Translation of Characters): Clarify use of generic characters in
12095 `make-translation-table'. Clarify and correct the description of
12096 the use of translation tables in encoding and decoding.
12097 (User-Chosen Coding Systems): Correct and clarify the description
12098 of `select-safe-coding-system'.
12099 (Default Coding Systems): Clarify description of
12100 `file-coding-system-alist'.
12101
12102 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12103
12104 * strings.texi (Text Comparison): Correctly describe when two
12105 strings are `equal'. Combine and clarify descriptions of
12106 `assoc-ignore-case' and `assoc-ignore-representation'.
12107
12108 * objects.texi (Non-ASCII in Strings): Clarify description of
12109 when a string is unibyte or multibyte.
12110 (Bool-Vector Type): Update examples.
12111 (Equality Predicates): Correctly describe when two strings are
12112 `equal'.
12113
12114 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12115
12116 * lists.texi (Building Lists): `append' no longer accepts integer
12117 arguments. Update the description of `number-sequence' to reflect
12118 recent changes.
12119 (Sets And Lists): Describe `member-ignore-case' after `member'.
12120
12121 2003-11-27 Kim F. Storm <storm@cua.dk>
12122
12123 * commands.texi (Click Events): Click object may be an images.
12124 Describe (dx . dy) element of click positions.
12125 (Accessing Events): Remove duplicate posn-timestamp.
12126 New functions posn-object and posn-object-x-y.
12127
12128 2003-11-23 Kim F. Storm <storm@cua.dk>
12129
12130 * commands.texi (Click Events): Describe enhancements to event
12131 position lists, including new text-pos and (col . row) items.
12132 Mention left-fringe and right-fringe area events.
12133 (Accessing Events): New functions posn-area and
12134 posn-actual-col-row. Mention posn-timestamp. Mention that
12135 posn-point in non-text area still returns buffer position.
12136 Clarify posn-col-row.
12137
12138 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12139
12140 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12141 * anti.texi (File Attributes): Describe removed parameter
12142 ID-FORMAT.
12143
12144 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12145
12146 * positions.texi (Positions): Mention that, if a marker is used as
12147 a position, its buffer is ignored.
12148
12149 * markers.texi (Overview of Markers): Mention it here too.
12150
12151 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * numbers.texi (Numeric Conversions): Not just `floor', but also
12154 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12155
12156 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12157
12158 * markers.texi (Creating Markers): Specify insertion type of
12159 created markers. Add xref to `Marker Insertion Types'.
12160 Second argument to `copy-marker' is optional.
12161 (Marker Insertion Types): Mention that most markers are created
12162 with insertion type nil.
12163 (The Mark): Correctly describe when `mark' signals an error.
12164 (The Region): Correctly describe when `region-beginning' and
12165 `region-end' signal an error.
12166
12167 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12168
12169 * hash.texi (Creating Hash): Clarify description of `eql'.
12170 `makehash' is obsolete.
12171 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12172
12173 * positions.texi (Point): Change description of `buffer-end', so
12174 that it is also correct for floating point arguments.
12175 (List Motion): Correct argument lists of `beginning-of-defun' and
12176 `end-of-defun'.
12177 (Excursions): Add xref to `Marker Insertion Types'.
12178 (Narrowing): Argument to `narrow-to-page' is optional.
12179
12180 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12181
12182 * streams.texi (Output Streams): Clarify behavior of point for
12183 marker output streams.
12184
12185 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12186
12187 * variables.texi (Defining Variables): Second argument to
12188 `defconst' is not optional.
12189 (Setting Variables): Mention optional argument APPEND to
12190 `add-to-list'.
12191 (Creating Buffer-Local): Expand description of
12192 `make-variable-buffer-local'.
12193 (Frame-Local Variables): Expand description of
12194 `make-variable-frame-local'.
12195 (Variable Aliases): Correct description of optional argument
12196 DOCSTRING to `defvaralias'. Mention return value of
12197 `defvaralias'.
12198 (File Local Variables): Add xref to `File variables' in Emacs
12199 Manual. Correct description of `hack-local-variables'. Mention
12200 `safe-local-variable' property. Mention optional second argument
12201 to `risky-local-variable-p'.
12202
12203 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12204
12205 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12206
12207 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12208
12209 * anti.texi, backups.texi, commands.texi, customize.texi:
12210 * display.texi, files.texi, internals.texi, keymaps.texi:
12211 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12212 * objects.texi, os.texi, positions.texi, processes.texi:
12213 * searching.texi, sequences.texi, streams.texi, strings.texi:
12214 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12215
12216 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12217
12218 * strings.texi (Creating Strings): Argument START to `substring'
12219 can not be `nil'. Expand description of
12220 `substring-no-properties'. Correct description of `split-string',
12221 especially with respect to empty matches. Prevent very bad line
12222 break in definition of `split-string-default-separators'.
12223 (Text Comparison): `string=' and `string<' also accept symbols as
12224 arguments.
12225 (String Conversion): More completely describe argument BASE in
12226 `string-to-number'.
12227 (Formatting Strings): `%s' and `%S' in `format' do require
12228 corresponding object. Clarify behavior of numeric prefix after
12229 `%' in `format'.
12230 (Case Conversion): The argument to `upcase-initials' can be a
12231 character.
12232
12233 2003-10-27 Kenichi Handa <handa@m17n.org>
12234
12235 * display.texi (Fontsets): Fix texinfo usage.
12236
12237 2003-10-25 Kenichi Handa <handa@m17n.org>
12238
12239 * display.texi (Fontsets): Add description of the function
12240 set-fontset-font.
12241
12242 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12243
12244 * display.texi (Temporary Displays): Add xref to `Documentation
12245 Tips'.
12246
12247 * functions.texi (Function Safety): Use inforef instead of pxref
12248 for SES.
12249
12250 2003-10-23 Andreas Schwab <schwab@suse.de>
12251
12252 * Makefile.in (TEX, texinputdir): Don't define.
12253 (TEXI2DVI): Define.
12254 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12255 add $(srcdir)/index.texi.
12256 ($(infodir)/elisp): Remove index.texi dependency.
12257 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12258 (index.texi): Remove target.
12259 (dist): Don't link $(srcdir)/permute-index.
12260 (clean): Don't remove index.texi.
12261
12262 * permute-index, index.perm: Remove.
12263 * index.texi: Rename from index.unperm.
12264
12265 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12266
12267 * tips.texi (Documentation Tips): Document new behavior for face
12268 and variable hyperlinks in Help mode.
12269
12270 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12271
12272 * objects.texi (Integer Type): Update for extra bit of integer range.
12273 (Character Type): Ditto.
12274
12275 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12276
12277 * numbers.texi (Integer Basics): Add index entries for reading
12278 numbers in hex, octal, and binary.
12279
12280 2003-10-16 Lute Kamstra <lute@gnu.org>
12281
12282 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12283 argument.
12284
12285 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12286
12287 * windows.texi (Choosing Window): Fix typo.
12288 * edebug.texi (Edebug Execution Modes): Fix typo.
12289
12290 2003-10-13 Richard M. Stallman <rms@gnu.org>
12291
12292 * windows.texi (Basic Windows): A window has fringe settings,
12293 display margins and scroll-bar settings.
12294 (Splitting Windows): Doc split-window return value.
12295 Clean up one-window-p.
12296 (Selecting Windows): Fix typo.
12297 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12298 (Buffers and Windows): In set-window-buffer, explain effect
12299 on fringe settings and scroll bar settings.
12300 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12301 (Choosing Window): Use defopt for pop-up-frame-function.
12302 For special-display-buffer-names, explain same-window and same-frame.
12303 Clarify window-dedicated-p return value.
12304 (Textual Scrolling): scroll-up and scroll-down can get an error.
12305 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12306 Clarify set-window-hscroll.
12307 (Size of Window): Don't mention tool bar in window-height.
12308 (Coordinates and Windows): Explain what coordinates-in-window-p
12309 returns for fringes and display margins.
12310 (Window Configurations): Explain saving fringes, etc.
12311
12312 * tips.texi (Library Headers): Clean up Documentation.
12313
12314 * syntax.texi (Parsing Expressions): Clean up forward-comment
12315 and parse-sexp-lookup-properties.
12316
12317 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12318
12319 * os.texi (System Environment): Clean up text for load-average errors.
12320
12321 * modes.texi (Hooks): Don't explain local hook details at front.
12322 Clarify run-hooks and run-hook-with-args a little.
12323 Clean up add-hook and remove-hook.
12324
12325 * edebug.texi (Edebug Execution Modes): Clarify t.
12326 Document edebug-sit-for-seconds.
12327 (Coverage Testing): Document C-x X = and =.
12328 (Instrumenting Macro Calls): Fix typo.
12329 (Specification List): Don't index the specification keywords.
12330
12331 2003-10-10 Kim F. Storm <storm@cua.dk>
12332
12333 * processes.texi (Network): Introduce make-network-process.
12334
12335 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12336
12337 * tips.texi (Library Headers): Fix typo.
12338
12339 2003-10-07 Juri Linkov <juri@jurta.org>
12340
12341 * modes.texi (Imenu): Mention imenu-create-index-function's
12342 default value. Explain submenus better.
12343
12344 2003-10-07 Lute Kamstra <lute@gnu.org>
12345
12346 * modes.texi (Faces for Font Lock): Fix typo.
12347 (Hooks): Explain how buffer-local hook variables can refer to
12348 global hook variables.
12349 Various minor clarifications.
12350
12351 2003-10-06 Lute Kamstra <lute@gnu.org>
12352
12353 * tips.texi (Coding Conventions): Mention naming conventions for
12354 hooks.
12355
12356 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12357
12358 * loading.texi (Library Search): Correct default value of
12359 load-suffixes.
12360 (Named Features): Fix typo.
12361
12362 2003-10-05 Richard M. Stallman <rms@gnu.org>
12363
12364 * loading.texi (Named Features): In `provide',
12365 say how to test for subfeatures.
12366 (Unloading): In unload-feature, use new var name
12367 unload-feature-special-hooks.
12368
12369 2003-10-03 Lute Kamstra <lute@gnu.org>
12370
12371 * modes.texi (Major Mode Conventions): Mention third way to set up
12372 Imenu.
12373 (Imenu): A number of small fixes.
12374 Delete documentation of internal variable imenu--index-alist.
12375 Document the return value format of imenu-create-index-function
12376 functions.
12377
12378 2003-09-30 Richard M. Stallman <rms@gnu.org>
12379
12380 * processes.texi (Network): Say what stopped datagram connections do.
12381
12382 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12383
12384 * display.texi (Overlay Properties): Clarify `evaporate' property.
12385
12386 2003-09-29 Lute Kamstra <lute@gnu.org>
12387
12388 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12389 constructs should be marked as risky.
12390 Change cons cell into proper list.
12391 (Mode Line Variables): Change cons cell into proper list.
12392
12393 2003-09-26 Lute Kamstra <lute@gnu.org>
12394
12395 * modes.texi (Mode Line Data): Document the :propertize construct.
12396 (Mode Line Variables): Reorder the descriptions of the variables
12397 to match their order in the default mode-line-format.
12398 Describe the new variables mode-line-position and mode-line-modes.
12399 Update the default values of mode-line-frame-identification,
12400 minor-mode-alist, and default-mode-line-format.
12401 (Properties in Mode): Mention the :propertize construct.
12402
12403 2003-09-26 Richard M. Stallman <rms@gnu.org>
12404
12405 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12406 * loading.texi, minibuf.texi, text.texi, variables.texi:
12407 Avoid @strong{Note:}.
12408
12409 2003-09-26 Richard M. Stallman <rms@gnu.org>
12410
12411 * keymaps.texi (Remapping Commands): Fix typo.
12412
12413 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12414
12415 * processes.texi (Low-Level Network): Fix typo.
12416
12417 2003-09-23 Kim F. Storm <storm@cua.dk>
12418
12419 * processes.texi (Network, Network Servers): Fix typos.
12420 (Low-Level Network): Add timeout value for :server keyword.
12421 Add new option keywords to make-network-process.
12422 Add set-network-process-options.
12423 Explain how to test availability of network options.
12424
12425 2003-09-19 Richard M. Stallman <rms@gnu.org>
12426
12427 * text.texi (Motion by Indent): Arg to
12428 backward-to-indentation and forward-to-indentation is optional.
12429
12430 * strings.texi (Creating Strings): Add substring-no-properties.
12431
12432 * processes.texi
12433 (Process Information): Add list-processes arg QUERY-ONLY.
12434 Delete process-contact from here.
12435 Add new status values for process-status.
12436 Add process-get, process-put, process-plist, set-process-plist.
12437 (Synchronous Processes): Add call-process-shell-command.
12438 (Signals to Processes): signal-process allows process objects.
12439 (Network): Complete rewrite.
12440 (Network Servers, Datagrams, Low-Level Network): New nodes.
12441
12442 * positions.texi (Word Motion): forward-word, backward-word
12443 arg is optional. Reword.
12444
12445 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12446
12447 * variables.texi (Creating Buffer-Local):
12448 Delete duplicate definition of buffer-local-value.
12449 (File Local Variables): Explain about discarding text props.
12450
12451 2003-09-11 Richard M. Stallman <rms@gnu.org>
12452
12453 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12454 changes variables that record input events.
12455 (Minibuffer Misc): Add minibuffer-selected-window.
12456
12457 * lists.texi (Building Lists): Add copy-tree.
12458
12459 * display.texi (Fontsets): Add char-displayable-p.
12460 (Scroll Bars): New node.
12461
12462 2003-09-08 Lute Kamstra <lute@gnu.org>
12463
12464 * modes.texi (%-Constructs): Document new `%i' and `%I'
12465 constructs.
12466
12467 2003-09-03 Peter Runestig <peter@runestig.com>
12468
12469 * makefile.w32-in: New file.
12470
12471 2003-08-29 Richard M. Stallman <rms@gnu.org>
12472
12473 * display.texi (Overlay Properties): Clarify how priorities
12474 affect use of the properties.
12475
12476 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12477
12478 * customize.texi (Type Keywords): Correct the description of
12479 `:help-echo' in the case where `motion-doc' is a function.
12480
12481 2003-08-14 John Paul Wallington <jpw@gnu.org>
12482
12483 * modes.texi (Emulating Mode Line): Subsection, not section.
12484
12485 2003-08-13 Richard M. Stallman <rms@gnu.org>
12486
12487 * elisp.texi (Top): Update subnode lists in menu.
12488
12489 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12490 (Kill Functions): kill-region has new arg yank-handler.
12491 (Yanking): New node.
12492 (Yank Commands): Add yank-undo-function.
12493 (Low-Level Kill Ring):
12494 kill-new and kill-append have new arg yank-handler.
12495 (Changing Properties): Add remove-list-of-text-properties.
12496 (Atomic Changes): New node.
12497
12498 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12499
12500 * streams.texi (Output Variables): Add eval-expression-print-length
12501 and eval-expression-print-level.
12502
12503 * os.texi (Time Conversion): For encode-time, explain limits on year.
12504
12505 * objects.texi (Character Type): Define anchor "modifier bits".
12506
12507 * modes.texi (Emulating Mode Line): New node.
12508 (Search-based Fontification): Font Lock uses font-lock-face property.
12509 (Other Font Lock Variables): Likewise.
12510
12511 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12512 not vectors.
12513 (Active Keymaps): Add emulation-mode-map-alists.
12514 (Functions for Key Lookup): key-binding has new arg no-remap.
12515 (Remapping Commands): New node.
12516 (Scanning Keymaps): where-is-internal has new arg no-remap.
12517 (Tool Bar): Add tool-bar-local-item-from-menu.
12518 Clarify when to use tool-bar-add-item-from-menu.
12519
12520 * commands.texi (Interactive Call): commandp has new arg.
12521 (Command Loop Info): Add this-original-command.
12522
12523 2003-08-06 John Paul Wallington <jpw@gnu.org>
12524
12525 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12526
12527 * display.texi (Warning Basics): Fix typo.
12528 (Fringes): Add closing curly bracket and fix typo.
12529
12530 * elisp.texi (Top): Fix typo.
12531
12532 2003-08-05 Richard M. Stallman <rms@gnu.org>
12533
12534 * elisp.texi: Update lists of subnodes.
12535
12536 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12537
12538 * variables.texi (Local Variables): Use lc for example variable names.
12539
12540 * tips.texi (Library Headers): Explain where to put -*-.
12541
12542 * strings.texi (Creating Strings): Fix xref for vconcat.
12543
12544 * sequences.texi (Vector Functions):
12545 vconcat no longer allows integer args.
12546
12547 * minibuf.texi (Reading File Names): read-file-name has new
12548 arg PREDICATE. New function read-directory-name.
12549
12550 * macros.texi (Defining Macros): Give definition of `declare'.
12551 (Indenting Macros): New node.
12552
12553 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12554 (Window Frame Parameters): Make separate table of parameters
12555 that are coupled with specific face attributes.
12556 (Deleting Frames): delete-frame-hooks renamed to
12557 delete-frame-functions.
12558
12559 * files.texi (Magic File Names): Add file-remote-p.
12560 Clarify file-local-copy.
12561
12562 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12563 here; instead xref Defining Macros.
12564
12565 * display.texi (Warnings): New node, and subnodes.
12566 (Fringes): New node.
12567
12568 * debugging.texi (Test Coverage): New node.
12569
12570 * compile.texi (Compiler Errors): Explain with-no-warnings
12571 and other ways to suppress warnings.
12572
12573 * commands.texi (Interactive Call): Minor clarification.
12574
12575 * buffers.texi (Buffer File Name): set-visited-file-name
12576 renames the buffer too.
12577
12578 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12579
12580 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12581
12582 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12583
12584 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12585
12586 * internals.texi (Garbage Collection): Fix previous change.
12587
12588 2003-07-22 Richard M. Stallman <rms@gnu.org>
12589
12590 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12591
12592 * display.texi (Width): Use \s syntax in example.
12593 (Font Selection): Add face-font-rescale-alist.
12594
12595 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12596 Remove spurious indent in example.
12597
12598 * lists.texi (Building Lists): Add number-sequence.
12599
12600 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12601
12602 * functions.texi (Function Documentation): Explain how to
12603 show calling convention explicitly in the doc string.
12604
12605 * windows.texi (Selecting Windows): save-selected-window saves
12606 selected window of each frame.
12607 (Window Configurations): Minor change.
12608
12609 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12610
12611 * streams.texi (Output Variables): Add print-continuous-numbering
12612 and print-number-table.
12613
12614 * processes.texi (Decoding Output): New node.
12615
12616 * os.texi (Time Conversion): decode-time arg is optional.
12617
12618 * objects.texi (Character Type): Don't use space as example for \.
12619 Make list of char names and \-sequences correspond.
12620 Explain that \s is not used in strings. `\ ' needs space after.
12621
12622 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12623 (Translation of Characters): Add translation-table-for-input.
12624 (Default Coding Systems): Add auto-coding-functions.
12625 (Explicit Encoding): Add decode-coding-inserted-region.
12626 (Locales): Add locale-info.
12627
12628 * minibuf.texi (Basic Completion): Describe test-completion.
12629 Collections can be lists of strings.
12630 Clean up lazy-completion-table.
12631 (Programmed Completion): Mention test-completion.
12632 Clarify why lambda expressions are not accepted.
12633 (Minibuffer Misc): Describe minibufferp.
12634
12635 2003-07-14 Richard M. Stallman <rms@gnu.org>
12636
12637 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12638
12639 * windows.texi (Selecting Windows): New arg to select-window.
12640 (Selecting Windows): Add with-selected-window.
12641 (Size of Window): Add window-inside-edges, etc.
12642
12643 * internals.texi (Garbage Collection): Add post-gc-hook.
12644
12645 * processes.texi (Subprocess Creation): Add exec-suffixes.
12646
12647 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12648 (Scanning Keymaps): Add map-keymaps.
12649 (Defining Menus): Add keymap-prompt.
12650
12651 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12652 most-negative-fixnum.
12653
12654 * compile.texi (Byte Compilation): Explain no-byte-compile.
12655 (Compiler Errors): New node.
12656
12657 * os.texi (User Identification): user-uid, user-real-uid
12658 can return float.
12659
12660 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12661 and about derived modes.
12662 (Minor Modes): Add minor-mode-list.
12663 (Defining Minor Modes): Keyword args for define-minor-mode.
12664 (Search-based Fontification): Explain managing other properties.
12665 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12666 (Faces for Font Lock): Add font-lock-preprocessor-face.
12667 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12668
12669 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12670 (Variable Aliases): Clarify defvaralias.
12671
12672 * loading.texi (Library Search): Add load-suffixes.
12673
12674 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12675 (Programmed Completion): Add dynamic-completion-table.
12676
12677 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12678 (Magic File Names): Specify precedence order of handlers.
12679
12680 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12681 and post-command-hook.
12682 (Waiting): New calling convention for sit-for.
12683
12684 * text.texi (Special Properties): local-map and keymap properties
12685 apply based on their stickiness.
12686
12687 2003-07-07 Richard M. Stallman <rms@gnu.org>
12688
12689 * modes.texi (Minor Mode Conventions): Specify only some kinds
12690 of list values as args to minor modes.
12691
12692 * files.texi (File Name Expansion): Warn about iterative use
12693 of substitute-in-file-name.
12694
12695 * advice.texi (Activation of Advice): Clean up previous change.
12696
12697 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12698
12699 * advice.texi (Activation of Advice): Note that ad-start-advice is
12700 turned on by default.
12701
12702 2003-06-30 Richard M. Stallman <rms@gnu.org>
12703
12704 * text.texi (Buffer Contents): Document current-word.
12705 (Change Hooks): Not called for *Messages*.
12706
12707 * functions.texi (Defining Functions): Explain about redefining
12708 primitives.
12709 (Function Safety): Rename. Minor changes.
12710 Comment out the detailed criteria for what is safe.
12711
12712 2003-06-22 Andreas Schwab <schwab@suse.de>
12713
12714 * objects.texi (Symbol Type): Fix description of examples.
12715
12716 2003-06-16 Andreas Schwab <schwab@suse.de>
12717
12718 * hash.texi (Creating Hash): Fix description of :weakness.
12719
12720 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12721
12722 * files.texi (Changing Files): copy-file copies file modes, too.
12723
12724 2003-05-28 Richard M. Stallman <rms@gnu.org>
12725
12726 * strings.texi (Creating Strings): Clarify split-string.
12727
12728 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12729
12730 * strings.texi (Creating Strings): Update split-string specification
12731 and examples.
12732
12733 2003-05-19 Richard M. Stallman <rms@gnu.org>
12734
12735 * elisp.texi: Correct invariant section names.
12736
12737 2003-04-20 Richard M. Stallman <rms@gnu.org>
12738
12739 * os.texi (Timers): Explain about timers and quitting.
12740
12741 2003-04-19 Richard M. Stallman <rms@gnu.org>
12742
12743 * internals.texi (Writing Emacs Primitives): Strings are
12744 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12745 Explain GCPRO convention for varargs function args.
12746
12747 2003-04-16 Richard M. Stallman <rms@gnu.org>
12748
12749 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12750
12751 2003-04-08 Richard M. Stallman <rms@gnu.org>
12752
12753 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12754
12755 2003-02-13 Kim F. Storm <storm@cua.dk>
12756
12757 * objects.texi (Character Type): New \s escape for space.
12758
12759 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12760
12761 * os.texi (System Environment): Add cygwin system-type.
12762
12763 2003-01-25 Richard M. Stallman <rms@gnu.org>
12764
12765 * keymaps.texi: Document that a symbol can act as a keymap.
12766
12767 2003-01-13 Richard M. Stallman <rms@gnu.org>
12768
12769 * text.texi (Changing Properties): Say string indices are origin-0.
12770
12771 * positions.texi (Screen Lines) <compute-motion>:
12772 Correct order of elts in return value.
12773
12774 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12775 how to define a default binding.
12776
12777 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12778
12779 * loading.texi (Unloading): Fix recent change for load-history.
12780
12781 * customize.texi (Simple Types): Clarify description of custom
12782 type 'number. Describe new custom type 'float.
12783
12784 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12785
12786 * variables.texi (File Local Variables): Fix typo.
12787
12788 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12789
12790 From Michael Albinus <Michael.Albinus@alcatel.de>.
12791
12792 * README: Target for Info file is `make info'.
12793
12794 * files.texi (File Name Components): Fix typos in
12795 `file-name-sans-extension'.
12796 (Magic File Names): Complete list of operations for magic file
12797 name handlers.
12798
12799 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12800
12801 * variables.texi (File Local Variables): New function
12802 risky-local-variable-p.
12803
12804 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12805
12806 * functions.texi (Function safety): New node about unsafep.
12807
12808 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12809
12810 * customize.texi (Splicing into Lists): Fix example.
12811 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12812
12813 2002-06-17 Juanma Barranquero <lektu@terra.es>
12814
12815 * frames.texi (Display Feature Testing): Fix typo.
12816
12817 2002-06-12 Andreas Schwab <schwab@suse.de>
12818
12819 * frames.texi (Initial Parameters, Resources): Fix references to
12820 the Emacs manual.
12821
12822 2002-05-13 Kim F. Storm <storm@cua.dk>
12823
12824 * variables.texi (Intro to Buffer-Local): Update warning and
12825 example relating to changing buffer inside let.
12826
12827 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12828
12829 * os.texi (Session Management): New node about X Session management.
12830
12831 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12832
12833 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12834 to which the manual corresponds, and the copyright years.
12835
12836 * Makefile.in (VERSION): Set to 2.9.
12837
12838 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12839
12840 * elisp.texi: Change the category in @dircategory to "Emacs", to
12841 make it consistent with info/dir.
12842
12843 2001-11-25 Miles Bader <miles@gnu.org>
12844
12845 * text.texi (Fields): Describe new `limit' arg in
12846 field-beginning/field-end.
12847
12848 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12849
12850 * permute-index: Don't depend on csh-specific features.
12851 Replace the interpreter name with /bin/sh.
12852
12853 * two-volume-cross-refs.txt: New file.
12854 * two.el: New file.
12855 * spellfile: New file.
12856
12857 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12858
12859 * permute-index: New file.
12860
12861 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12862 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12863 8+3 restricted namespace.
12864
12865 * Makefile.in (infodir): Define relative to $(srcdir).
12866 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12867 include directories list via -I switch to makeinfo.
12868 (index.texi): Use cp if both hard and symbolic links fail.
12869
12870 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12871
12872 * Makefile.in (distclean): Add.
12873
12874 The following changes make ELisp manual part of the Emacs
12875 distribution:
12876
12877 * Makefile.in: Add Copyright notice.
12878 (prefix): Remove.
12879 (infodir): Change value to "../info".
12880 (VPATH): New variable.
12881 (MAKE): Don't define.
12882 (texmacrodir): Don't define.
12883 (texinputdir): Append the existing value of TEXINPUTS.
12884 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12885 command to be compatible with man/Makefile.in, and to put the
12886 output into ../info.
12887 (info): Add target.
12888 (installall): Target removed.
12889
12890 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12891
12892 * tips.texi (Coding Conventions): Fix typo.
12893
12894 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12895
12896 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12897
12898 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12899
12900 * files.texi (File Name Components): Update the description of
12901 file-name-sans-extension and file-name-extension, as they now
12902 ignore leading dots.
12903
12904 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12905
12906 * (Version 21.1 released.)
12907
12908 2001-10-19 Miles Bader <miles@gnu.org>
12909
12910 * positions.texi (Text Lines): Describe behavior of
12911 `beginning-of-line'/`end-of-line' in the presence of field properties.
12912
12913 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12914
12915 * Makefile.in (VERSION): Set to 2.8.
12916 (manual): Use `manual-21'.
12917
12918 * elisp.texi (VERSION): Add and use it where the version
12919 number was used. Set it to 2.8.
12920
12921 * intro.texi: Likewise.
12922
12923 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12924
12925 * files.texi (File Name Completion): Document the significance of
12926 a trailing slash in elements of completion-ignored-extensions.
12927
12928 2001-10-06 Miles Bader <miles@gnu.org>
12929
12930 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12931
12932 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12933
12934 * variables.texi (Variable Aliases): New node.
12935
12936 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12937
12938 * Branch for 21.1.
12939
12940 2001-10-02 Miles Bader <miles@gnu.org>
12941
12942 * minibuf.texi (Minibuffer Misc): Add entries for
12943 `minibuffer-contents', `minibuffer-contents-no-properties', and
12944 `delete-minibuffer-contents'.
12945 Correct description for `minibuffer-prompt-end'.
12946
12947 * text.texi (Property Search): Correct descriptions of
12948 `next-char-property-change' and `previous-char-property-change'.
12949 Add entries for `next-single-char-property-change' and
12950 `previous-single-char-property-change'.
12951 Make operand names a bit more consistent.
12952
12953 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12954
12955 * frames.texi (Finding All Frames): Document that next-frame and
12956 previous-frame are local to current terminal.
12957
12958 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12959
12960 * keymaps.texi (Creating Keymaps): Fix the description of the
12961 result of make-keymap.
12962
12963 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12964
12965 * display.texi (Font Lookup, Attribute Functions)
12966 (Image Descriptors): Add cross-references to the definition of
12967 selected frame.
12968
12969 * buffers.texi (The Buffer List): Add cross-references to the
12970 definition of selected frame.
12971
12972 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12973 frame at any given time.
12974 (Multiple Displays, Size and Position): Add a cross-reference to
12975 the definition of the selected frame.
12976
12977 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12978
12979 * strings.texi (String Conversion) <string-to-number>: Document
12980 that a float is returned for integers that are too large.
12981
12982 * frames.texi (Mouse Position): Document mouse-position-function.
12983 (Display Feature Testing): Document display-images-p.
12984 (Window Frame Parameters): Document the cursor-type variable.
12985
12986 * numbers.texi (Integer Basics): Document CL style read syntax for
12987 integers in bases other than 10.
12988
12989 * positions.texi (List Motion):
12990 Document open-paren-in-column-0-is-defun-start.
12991
12992 * lists.texi (Sets And Lists): Document member-ignore-case.
12993
12994 * internals.texi (Garbage Collection): Document the used and free
12995 strings report.
12996 (Memory Usage): Document strings-consed.
12997
12998 * os.texi (Time of Day): Document float-time.
12999 (Recording Input): Document that clear-this-command-keys clears
13000 the vector to be returned by recent-keys.
13001
13002 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13003 The argument keymap can be a list.
13004
13005 * nonascii.texi (User-Chosen Coding Systems)
13006 <select-safe-coding-system>: Document the new argument
13007 accept-default-p and the variable
13008 select-safe-coding-system-accept-default-p. Tell what happens if
13009 buffer-file-coding-system is undecided.
13010 (Default Coding Systems): Document auto-coding-regexp-alist.
13011
13012 * display.texi (The Echo Area) <message>: Document
13013 message-truncate-lines.
13014 (Glyphs): Document that the glyph table is unused on windowed
13015 displays.
13016
13017 * help.texi (Describing Characters) <single-key-description>:
13018 Document the new argument no-angles.
13019 (Accessing Documentation) <documentation-property>: Document that
13020 a non-string property is evaluated.
13021 <documentation>: Document that the function-documentation property
13022 is looked for.
13023
13024 * windows.texi (Selecting Windows): Document some-window.
13025
13026 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13027
13028 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13029 apropos-mode-hook.
13030
13031 * commands.texi (Using Interactive): Document interactive-form.
13032 (Keyboard Macros): Document kbd-macro-termination-hook.
13033 (Command Loop Info): Document that clear-this-command-keys clears
13034 the vector to be returned by recent-keys.
13035
13036 2001-09-04 Werner LEMBERG <wl@gnu.org>
13037
13038 * Makefile.in (srcdir, texinputdir): New variables.
13039 (srcs, index.texi, install): Use $(srcdir).
13040 (.PHONY): Remove elisp.dvi.
13041 (elisp): Use -I switch for makeinfo.
13042 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13043 (installall, dist): Use $(srcdir).
13044 Fix path to texinfo.tex.
13045 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13046
13047 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13048
13049 * display.texi (Conditional Display): Adjust to API change.
13050
13051 * configure: New file.
13052
13053 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13054
13055 * commands.texi (Repeat Events): Add description of
13056 double-click-fuzz.
13057
13058 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13059
13060 * syntax.texi (Syntax Class Table): Add the missing designator for
13061 comment and string fences.
13062 (Syntax Properties): Add a xref to syntax table internals.
13063 (Syntax Table Internals): Document string-to-syntax.
13064
13065 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13066
13067 * Makefile.in (install): Use install-info command line options
13068 like in Emacs' Makefile.in.
13069
13070 2000-12-09 Miles Bader <miles@gnu.org>
13071
13072 * windows.texi (Window Start): Update documentation for
13073 `pos-visible-in-window-p'.
13074
13075 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13076
13077 * lists.texi (Building Lists): Add footnote to explain how to add
13078 to the end of a list.
13079
13080 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13081
13082 * files.texi (Visiting Functions): Typos.
13083
13084 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13085
13086 * files.texi (Visiting Functions): Return value of
13087 find-file-noselect may be a list of buffers if wildcards are used.
13088
13089 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13090
13091 * display.texi (Defining Faces): Document `graphic' display type
13092 in face specs.
13093
13094 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13095
13096 * hooks.texi (Standard Hooks): Replace obsolete
13097 `after-make-frame-hook' with `after-make-frame-functions'.
13098
13099 * frames.texi (Creating Frames): Ditto.
13100
13101 * variables.texi (Future Local Variables): Ditto.
13102
13103 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13104
13105 * display.texi (Other Image Types): Add description of :foreground
13106 and :background properties of mono PBM images.
13107
13108 2000-08-17 Werner LEMBERG <wl@gnu.org>
13109
13110 * .cvsignore: New file.
13111
13112 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13113
13114 * tindex.pl: New script.
13115
13116 1999-12-03 Dave Love <fx@gnu.org>
13117
13118 * Makefile.in (MAKEINFO): New parameter.
13119
13120 1999-09-17 Richard Stallman <rms@gnu.org>
13121
13122 * Makefile.in (srcs): Add hash.texi.
13123 (VERSION): Update to 20.6.
13124
13125 1999-09-13 Richard Stallman <rms@gnu.org>
13126
13127 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13128
13129 1998-08-29 Karl Heuer <kwzh@gnu.org>
13130
13131 * configure.in: New file.
13132 * Makefile.in: Renamed from Makefile.
13133 (prefix, infodir): Use value obtained from configure.
13134 (emacslibdir): Obsolete variable deleted.
13135 (dist): Distribute configure.in, configure, Makefile.in.
13136
13137 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13138
13139 * Makefile (INSTALL_INFO): New variable.
13140 (install): Run install-info.
13141
13142 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13143
13144 * Makefile (elisp.dvi): Add missing backslash.
13145
13146 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13147
13148 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13149 Run texindex without `./'. Always run texindex on elisp.tp.
13150 (elisp.tps): Target deleted.
13151
13152 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13153
13154 * Makefile (srcs): Add nonascii.texi and customize.texi.
13155 (dist): Start by deleting `temp'.
13156
13157 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13158
13159 * Makefile (makeinfo, texindex): Targets deleted.
13160 (makeinfo.o, texindex.o): Targets deleted.
13161 (clean, dist): Don't do anything with them or with getopt*.
13162
13163 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13164
13165 * Makefile (SHELL): Defined.
13166
13167 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13168
13169 * Makefile (elisp.tps): New target.
13170 (elisp.dvi): Depend on elisp.tps.
13171
13172 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13173
13174 * README: Update phone number.
13175
13176 * Makefile (elisp): Make this be the default target.
13177 Depend on makeinfo.c instead of makeinfo.
13178 (install): Don't depend on elisp.dvi, since we don't install that.
13179 Use mkinstalldirs.
13180 (dist): Add mkinstalldirs.
13181
13182 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13183
13184 * Makefile (VERSION): Update version number.
13185 (maintainer-clean): Rename from realclean.
13186
13187 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13188
13189 * Makefile (realclean): New target.
13190 (elisp): Remove any old elisp-* files first.
13191
13192 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13193
13194 * Makefile (VERSION): New variable.
13195 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13196 Compressed file suffix should be `.gz', not `.z'.
13197
13198 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13199
13200 * Makefile (elisp): Depend on makeinfo.
13201
13202 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13203
13204 * Makefile (srcs): Add anti.texi.
13205
13206 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13207
13208 * Makefile (infodir, prefix): New vars.
13209 (install): Use infodir.
13210 (emacsinfodir): Delete.
13211
13212 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13213
13214 * Makefile (srcs): Add calendar.texi.
13215
13216 * Makefile (dist): Copy texindex.c and makeinfo.c.
13217 Limit elisp-* files to those with one or two digits.
13218
13219 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13220
13221 * Makefile (dist): Change to use Gzip instead of compress.
13222
13223 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13224
13225 * loading.texi (Unloading): define-function changed back to
13226 defalias. It may not stay this way, but at least it's
13227 consistent with the known-good version of the code patch.
13228
13229 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13230
13231 * modes.texi (Hooks): Document new optional arg of add-hook.
13232
13233 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13234
13235 * variables.texi: Document nil initial value of buffer-local variables.
13236
13237 * tips.texi: Add new section on standard library headers.
13238
13239 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13240
13241 * Makefile (srcs): Add frame.texi to the list of sources.
13242
13243 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13244
13245 * Makefile (dist): Don't bother excluding autosave files; they'll
13246 never make it into the temp directory anyway, and the hash marks
13247 in the name are problematic for make and the Bourne shell.
13248 (srcs): ???
13249
13250 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13251
13252 * Makefile (dist): Don't include backup files or autosave files in
13253 the distribution tar file.
13254
13255 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13256
13257 * Makefile (srcs): Add index.perm.
13258 (elisp.dvi): Remove erroneous shell comment.
13259 Expect output of permute-index in permuted.fns.
13260 Save old elisp.aux in elisp.oaux.
13261 (clean): Add index.texi to be deleted.
13262
13263 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13264
13265 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13266
13267 1990-06-26 David Lawrence (tale@geech)
13268
13269 * files.texi: Noted that completion-ignored-extensions is ignored
13270 when making *Completions*.
13271
13272 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13273
13274 * Makefile make dist now depends on elisp.dvi, since it tries
13275 to include it in the dist file.
13276
13277 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13278
13279 * functions.texinfo (Mapping Functions): Add missing quote.
13280
13281 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13282
13283 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13284 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13285
13286 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13287
13288 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13289 and @error{} are the terms now being used. The files in the
13290 directory have been changed to reflect this.
13291
13292 * All instances of @indentedresultt{} have been changed to
13293 ` @result{}', using 5 spaces at the beginning of the line.
13294
13295 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13296
13297 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13298 experimental @indentedresult{}, @indentedexpandsto{} are part of
13299 the texinfo.tex in this directory. These TeX macros are not
13300 stable yet.
13301
13302 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13303
13304 * texinfo.tex: Temporarily added
13305 \let\result=\dblarrow
13306 \def\error{{\it ERROR} \longdblarrow}
13307 We need to do this better soon.
13308
13309 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13310
13311 * Applied Karl Berry's patches to *.texinfo files, but not to
13312 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13313 new title page format is also not applied, since it requires
13314 texinfo.tex changes.)
13315
13316 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13317 for the Project GNU development environment.
13318
13319 ;; Local Variables:
13320 ;; coding: utf-8
13321 ;; End:
13322
13323 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13324
13325 This file is part of GNU Emacs.
13326
13327 GNU Emacs is free software: you can redistribute it and/or modify
13328 it under the terms of the GNU General Public License as published by
13329 the Free Software Foundation, either version 3 of the License, or
13330 (at your option) any later version.
13331
13332 GNU Emacs is distributed in the hope that it will be useful,
13333 but WITHOUT ANY WARRANTY; without even the implied warranty of
13334 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13335 GNU General Public License for more details.
13336
13337 You should have received a copy of the GNU General Public License
13338 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.