]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from emacs-24; up to 2014-07-20T16:14:58Z!dmantipov@yandex.ru
[gnu-emacs] / doc / lispref / ChangeLog
1 2014-10-04 Glenn Morris <rgm@gnu.org>
2
3 * commands.texi (Generic Commands): Copyedits.
4
5 * display.texi (Scroll Bars):
6 * modes.texi (Header Lines): Copyedits.
7
8 * buffers.texi (Buffer List):
9 * display.texi (Image Descriptors, Defining Images):
10 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
11
12 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
13
14 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
15
16 2014-10-03 Martin Rudalics <rudalics@gmx.at>
17
18 * frames.texi (Size Parameters, Size and Position): Mention that
19 with some window managers you have to set `frame-resize-pixelwise'
20 in order make a frame truly fullscreen or maximized.
21
22 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
23
24 Improve doc for use of 'int', and discuss 'ssize_t'.
25 * internals.texi (C Integer Types): Mention 'int' for other
26 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
27 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
28
29 Use AUTO_CONS instead of SCOPED_CONS, etc.
30 * internals.texi (Stack-allocated Objects):
31 Adjust to match the revised, less error-prone macros.
32
33 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
34
35 * internals.texi (Stack-allocated Objects): Further improvements.
36 Give an example of misuse.
37
38 2014-09-30 Eli Zaretskii <eliz@gnu.org>
39
40 * internals.texi (Stack-allocated Objects): Minor improvements of
41 the wording and the indexing.
42
43 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
44
45 * internals.texi (Stack-allocated Objects): Describe this feature.
46
47 2014-09-15 Daniel Colascione <dancol@dancol.org>
48
49 * text.texi (Registers): Make `insert-register' documentation
50 reflect interface change.
51
52 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * functions.texi (Core Advising Primitives): Add a note about the
55 confusing treatment of `interactive' for :filter-args (bug#18399).
56
57 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
58
59 * strings.texi (Text Comparison): Describe `string-collate-equalp'
60 and `string-collate-lessp'.
61
62 2014-09-06 Leo Liu <sdl.web@gmail.com>
63
64 * control.texi (Pattern matching case statement): Document vector
65 qpattern. (Bug#18327)
66
67 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
68
69 * lists.texi (Functions that Rearrange Lists): Remove
70 description of sort ...
71 * sequences.texi (Sequence Functions): ... and generalize
72 it for sequences. Add an example.
73
74 2014-08-28 Eli Zaretskii <eliz@gnu.org>
75
76 * display.texi (Bidirectional Display): Update the Emacs's class
77 of bidirectional conformance.
78
79 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
80
81 * eval.texi (Eval): Mention possible recovery from stack overflow.
82
83 2014-07-11 Eli Zaretskii <eliz@gnu.org>
84
85 * internals.texi (Garbage Collection): Fix last change.
86
87 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
88
89 * internals.texi (Garbage Collection): Mention memory-info.
90
91 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
92
93 * minibuf.texi (Intro to Minibuffers, Reading a Password):
94 Password hiding is available in batch mode, do not mention it in
95 the exclusion list. Mention `read-hide-char'. (Bug#17839)
96
97 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * debugging.texi (Function Debugging, Debugger Commands):
100 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
101
102 2014-07-03 Glenn Morris <rgm@gnu.org>
103
104 * help.texi (Help Functions): "Online" help doesn't mean what it
105 used to any more.
106
107 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
110 (Scanning Keymaps): Reword the `noindirect' argument.
111
112 2014-06-28 Glenn Morris <rgm@gnu.org>
113
114 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
115 (Reading a Password): Mention batch mode. (Bug#17839)
116
117 2014-06-23 Glenn Morris <rgm@gnu.org>
118
119 * Makefile.in (%.texi): Disable implicit rules.
120 (mkinfodir): Remove.
121 (.dvi.ps): Replace with explicit rule.
122 (html): Declare as PHONY.
123 (${buildinfodir}): New rule.
124 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
125 Use $<.
126 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
127 (elisp.ps): New rule.
128
129 2014-06-21 Eli Zaretskii <eliz@gnu.org>
130
131 * positions.texi (Screen Lines): Clarify how columns are counted
132 by vertical-motion.
133
134 2014-06-15 Glenn Morris <rgm@gnu.org>
135
136 * Makefile.in (bootstrap-clean): New.
137
138 2014-06-15 Eli Zaretskii <eliz@gnu.org>
139
140 * commands.texi (Accessing Mouse): Improve the wording of the
141 posn-col-row documentation. (Bug#17768)
142
143 2014-06-10 Glenn Morris <rgm@gnu.org>
144
145 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
146 (INFO_OPTS): Set directly rather than with configure.
147
148 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
149
150 Say (accept-process-output P)'s result pertains to P if P is non-nil.
151 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
152 the return value is about PROCESS, not about other processes.
153
154 2014-06-08 Glenn Morris <rgm@gnu.org>
155
156 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
157
158 * files.texi (Subroutines of Visiting): Mention uniquify.
159
160 * numbers.texi (Comparison of Numbers): Copyedits.
161
162 2014-06-08 Glenn Morris <rgm@gnu.org>
163
164 * display.texi (Window Systems): Remove window-setup-hook.
165 * os.texi (Startup Summary, Init File):
166 Improve description of window-setup-hook.
167 (Terminal-Specific): Update window-setup-hook cross-reference.
168 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
169
170 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
171
172 * package.texi (Package Archives): Mention signing packages.
173
174 2014-06-07 Eli Zaretskii <eliz@gnu.org>
175
176 * commands.texi (Click Events): Update contents of click event's
177 position list due to last changes in make_lispy_position.
178
179 2014-06-02 Glenn Morris <rgm@gnu.org>
180
181 * text.texi (Buffer Contents):
182 Update for filter-buffer-substring changes.
183
184 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
185 * functions.texi (Advising Functions): Standardize menu case.
186
187 2014-05-26 Eli Zaretskii <eliz@gnu.org>
188
189 * display.texi (Invisible Text): Clarify the description of
190 line-move-ignore-invisible. (Bug#17511)
191
192 2014-05-22 Leo Liu <sdl.web@gmail.com>
193
194 * sequences.texi (Sequence Functions): Don't mention when and how
195 SEQ to nreverse is mutated.
196
197 2014-05-21 Leo Liu <sdl.web@gmail.com>
198
199 * sequences.texi (Sequence Functions): Update nreverse.
200
201 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
202
203 Allow any non-nil value to count as true in bool-vector.
204 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
205 print them. bool-vector's args need not be t or nil.
206
207 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
208
209 * sequences.texi (Bool-vectors): Mention bool-vector.
210
211 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
212
213 Assume C99 or later (Bug#17487).
214 * internals.texi (C Dialect): Document this.
215
216 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
217
218 * lists.texi (Building Cons Cells and Lists): Remove
219 description of `reverse' and `'nreverse' to generalize them...
220 * sequences.texi (Sequences): ...for sequences here.
221
222 2014-05-14 Glenn Morris <rgm@gnu.org>
223
224 * files.texi (Changing Files): Mention with-file-modes.
225
226 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
227
228 * internals.texi (C Dialect): New section.
229 (C Integer Types): Mention bool_bf.
230
231 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
234
235 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * windows.texi (Window Configurations, Window Configurations):
238 Window configs don't store marks any more.
239
240 2014-04-25 Eli Zaretskii <eliz@gnu.org>
241
242 * strings.texi (Text Comparison): Mention equal-including-properties
243 for when text properties of the strings matter for comparison.
244
245 2014-04-22 Eli Zaretskii <eliz@gnu.org>
246
247 * text.texi (Registers): Document register-read-with-preview.
248
249 * internals.texi (Building Emacs): Improve indexing.
250
251 2014-04-17 Daniel Colascione <dancol@dancol.org>
252
253 * frames.texi (Terminal Parameters): Document new
254 tty-mode-set-strings and tty-mode-reset-strings terminal
255 parameters.
256
257 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
258
259 * Makefile.in (infoclean): Be consistent about reporting failures.
260
261 2014-04-09 Daniel Colascione <dancol@dancol.org>
262
263 * errors.texi (Standard Errors): Document required error
264 parameters for `scan-error'.
265
266 * positions.texi (List Motion): Explain new `up-list' arguments.
267 Mention `backward-up-list'.
268
269 2014-04-08 Daniel Colascione <dancol@dancol.org>
270
271 * minibuf.texi (Programmed Completion): Improve phrasing, remove
272 incorrect bullet count.
273
274 2014-04-07 Glenn Morris <rgm@gnu.org>
275
276 * os.texi (Recording Input): Dribble files may contain passwords.
277
278 * backups.texi (Making Backups, Reverting):
279 Update for default values of some -function vars no longer being nil.
280 (Reverting): Update for buffer-stale-function
281 also applying to file-buffers.
282
283 2014-03-31 Daniel Colascione <dancol@dancol.org>
284
285 * minibuf.texi (Completion in Buffers): Discuss using lazy
286 completion tables for inline completion.
287
288 2014-03-28 Glenn Morris <rgm@gnu.org>
289
290 * os.texi (Terminal-Specific): Mention term-file-aliases.
291
292 2014-03-26 Eli Zaretskii <eliz@gnu.org>
293
294 * files.texi (Kinds of Files): Improve documentation of
295 file-symlink-p. (Bug#17073) Add cross-references.
296
297 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
298
299 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
300 change mentioning undo's inability to handle relocated markers no
301 longer applies. See bug#16818.
302 * text.texi (Undo): Expand documentation of (TEXT . POS) and
303 (MARKER . ADJUSTMENT) undo elements.
304
305 2014-03-26 Glenn Morris <rgm@gnu.org>
306
307 * files.texi (File Locks): All systems support locking.
308
309 2014-03-22 Glenn Morris <rgm@gnu.org>
310
311 * commands.texi (Defining Commands):
312 Mention that interactive-only also affects describe-function.
313
314 * functions.texi (Declare Form): Add interactive-only.
315 * commands.texi (Defining Commands) Mention declare.
316
317 * commands.texi (Defining Commands): List interactive-only values.
318
319 2014-03-22 Eli Zaretskii <eliz@gnu.org>
320
321 * functions.texi (Core Advising Primitives): Fix cross-reference
322 in last change.
323
324 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * functions.texi (Advising Functions): Explain a bit more how
327 arguments work.
328 (Advice combinators): New node.
329 (Core Advising Primitives): Use it. Expand description of "depth".
330 (Advising Named Functions): Document limitation of advices on macros.
331
332 2014-03-21 Martin Rudalics <rudalics@gmx.at>
333
334 * frames.texi (Size and Position): In `frame-resize-pixelwise'
335 description drop remark about frame maximization.
336 * windows.texi (Display Action Functions): Add description for
337 `display-buffer-no-window' and explain use of `allow-no-window'
338 alist entries.
339
340 2014-03-21 Glenn Morris <rgm@gnu.org>
341
342 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
343
344 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
345
346 * internals.texi (C Integer Types): Prefer 'false' and 'true'
347 to '0' and '1' for booleans.
348
349 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
350
351 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
352 Remove now-obsolete hypothetical note about negative division,
353 as the C standard has changed.
354
355 Fix porting inconsistency about rounding to even.
356 * numbers.texi (Numeric Conversions, Rounding Operations):
357 Document that 'round' and 'fround' round to even.
358
359 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
360
361 * customize.texi (Variable Definitions): Recommend avoiding
362 destructive modification of the value argument of :set (bug#16755).
363
364 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * modes.texi (Auto-Indentation): Mention electric-indent variables.
367
368 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
369
370 * functions.texi (Advising Named Functions): Fix reference.
371
372 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
373
374 Improve documentation for integer and floating-point basics.
375 * numbers.texi (Numbers, Integer Basics, Float Basics):
376 Document the basics a bit more precisely. Say more clearly
377 that Emacs floating-point numbers are IEEE doubles on all
378 current platforms. Give more details about frexp.
379 Say more clearly that '1.' is an integer.
380 (Predicates on Numbers): Fix wholenump typo.
381 * objects.texi (Integer Type): Adjust to match numbers.texi.
382
383 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * functions.texi (Advising Functions): Try and improve the text.
386 Add example use of advice-add (bug#16959).
387 (Core Advising Primitives): Rename. Explain handling of interactive
388 specs, including advice-eval-interactive-spec.
389 (Advising Named Functions): Try and better explain the difference with
390 add-function.
391 (Porting old advices): New node.
392
393 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
394
395 Style fixes for floating-point doc.
396 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
397 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
398 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
399 * processes.texi, streams.texi, strings.texi, text.texi:
400 * variables.texi, windows.texi:
401 Hyphenate "floating-point" iff it precedes a noun.
402 Reword to avoid nouns and hyphenation when that's easy.
403 Prefer "integer" to "integer number" and "is floating point"
404 to "is a floating point number".
405 Prefer "@minus{}" to "-" when it's a minus.
406
407 2014-03-16 Martin Rudalics <rudalics@gmx.at>
408
409 * display.texi (Temporary Displays): Rewrite descriptions of
410 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
411 * help.texi (Help Functions): Rewrite description of `with-help-window'.
412
413 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
414
415 * display.texi (Blinking): Update WRT to the new
416 `blink-matchin-paren' behavior.
417
418 2014-03-14 Martin Rudalics <rudalics@gmx.at>
419
420 * display.texi (Temporary Displays): Say that
421 `with-temp-buffer-window' makes its buffer current.
422 * frames.texi (Size and Position): Describe new option
423 `frame-resize-pixelwise'. Rewrite descriptions of
424 `set-frame-size', `set-frame-height' and `set-frame-width'.
425
426 2014-03-09 Martin Rudalics <rudalics@gmx.at>
427
428 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
429 * text.texi (Primitive Indent):
430 * strings.texi (String Basics):
431 * sequences.texi (Sequence Functions): Update references accordingly.
432 * display.texi (Size of Displayed Text): Rename section from
433 "Width". Add description for `window-text-pixel-size'.
434 (Window Dividers): Reword description of window dividers.
435 * frames.texi (Layout Parameters): Improve description of window
436 divider parameters.
437 * windows.texi (Window Sizes): Add descriptions of
438 `window-mode-line-height' and `window-header-line-height'.
439 (Coordinates and Windows): Mention window dividers.
440
441 2014-03-07 Martin Rudalics <rudalics@gmx.at>
442
443 * buffers.texi (The Buffer List): Rename node to Buffer List.
444 Describe `buffer-list-update-hook'.
445 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
446 Add node for Window Dividers.
447 * hooks.texi (Standard Hooks): Add reference to
448 `buffer-list-update-hook'.
449 * windows.texi (Window Sizes): Describe `window-min-size'.
450 (Splitting Windows): Update description of `split-window'.
451 (Selecting Windows): Update description of `select-window'.
452
453 2014-03-06 Martin Rudalics <rudalics@gmx.at>
454
455 * frames.texi (Size and Position): Rewrite entries for
456 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
457 Add description for `fit-frame-to-buffer-sizes'.
458 * windows.texi (Resizing Windows): Add descriptions for
459 pixelwise resizing. Add entries for `window-resize-pixelwise'
460 and `fit-window-to-buffer-horizontally'.
461 Rewrite `fit-window-to-buffer' entry.
462
463 2014-03-06 Xue Fuqiao <xfq@gnu.org>
464
465 * internals.texi (Window Internals): Remove field `region_showing'.
466
467 2014-03-06 Glenn Morris <rgm@gnu.org>
468
469 * searching.texi (Replacing Match):
470 Remove incorrect, uninteresting return value. (Bug#16942)
471
472 2014-03-05 Martin Rudalics <rudalics@gmx.at>
473
474 * display.texi (Window Dividers): New section.
475 * frames.texi (Layout Parameters): Add right-divider-width and
476 bottom-divider-width.
477 * windows.texi (Window Sizes): Redraw schematic and rewrite its
478 description. Rewrite descriptions of `window-total-height',
479 `window-total-width', `window-total-size', `window-body-height',
480 `window-body-width' and `window-size-fixed'. Add descriptions
481 for `window-pixel-height', `window-pixel-width',
482 `window-min-height' and `window-min-width'. Remove description
483 of `window-size-fixed-p' moving part of it to that of
484 `window-size-fixed'.
485 (Resizing Windows): Mention dividers when talking about minimum sizes.
486
487 2014-03-05 Glenn Morris <rgm@gnu.org>
488
489 * modes.texi (SMIE Customization): New section.
490 * elisp.texi (Top): Update detailed menu.
491
492 2014-03-04 Martin Rudalics <rudalics@gmx.at>
493
494 * windows.texi (Windows and Frames): Add some missing &optional
495 designators. Adjust description of window-in-direction.
496
497 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
498
499 * markers.texi (Moving Marker Positions): Clarify guidance about
500 when to move markers and when to create a new one, as discussed at
501 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
502
503 2014-03-02 Glenn Morris <rgm@gnu.org>
504
505 * text.texi (Decompression): New node.
506 * elisp.texi (Top): Update detailed menu.
507
508 2014-03-01 Glenn Morris <rgm@gnu.org>
509
510 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
511
512 2014-02-28 Xue Fuqiao <xfq@gnu.org>
513
514 * functions.texi (Advising Functions, Advising Named Functions):
515 Tweak markup.
516
517 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
518
519 * elisp.texi (Top):
520 * commands.texi (Generic Commands, Defining Commands):
521 Document `define-alternatives'.
522
523 2014-02-27 Xue Fuqiao <xfq@gnu.org>
524
525 * windows.texi (Window Sizes): Document `window-size'.
526 (Display Action Functions): Document `display-buffer-at-bottom'.
527 (Window Configurations): Minor fixes.
528
529 * modes.texi (Header Lines): Document `window-header-line-height'.
530
531 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
532
533 * windows.texi (Window Sizes, Resizing Windows): Document some
534 pixelwise window operations.
535
536 * text.texi (Margins): Fix the description of RET and `C-j'.
537
538 * frames.texi (Multiple Terminals): Document
539 `display-monitor-attributes-list' and `display-monitor-attributes'.
540 (Display Feature Testing): Add some notes about multi-monitor.
541
542 2014-02-27 Glenn Morris <rgm@gnu.org>
543
544 * minibuf.texi (Programmed Completion):
545 Mention completion-table-with-cache.
546
547 2014-02-25 Glenn Morris <rgm@gnu.org>
548
549 * display.texi (Window Systems):
550 Replace term-setup-hook with emacs-startup-hook.
551 * hooks.texi (Standard Hooks):
552 Replace term-setup-hook with tty-setup-hook.
553 * os.texi (Startup Summary, Init File, Terminal-Specific):
554 Replace term-setup-hook with tty-setup-hook, and update.
555
556 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * functions.texi (Declare Form): Document gv-expander, gv-setter,
559 and compiler-macro (bug#16829, bug#15093).
560
561 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
562
563 * windows.texi (Window Configurations): Doc fix.
564 (Windows and Frames): Fix typo.
565
566 2014-02-21 Glenn Morris <rgm@gnu.org>
567
568 * internals.texi (Process Internals):
569 * processes.texi (Subprocess Creation, Deleting Processes)
570 (Output from Processes, Process Buffers, Filter Functions)
571 (Accepting Output, Sentinels, Network, Network Servers):
572 Filters and sentinels can no longer be nil.
573 * elisp.texi (Top): Menu update.
574
575 2014-02-20 Glenn Morris <rgm@gnu.org>
576
577 * functions.texi (Defining Functions): Mention defalias-fset-function.
578
579 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * minibuf.texi (Completion Commands): Don't document obsolete
582 `common-substring' arg of display-completion-list.
583
584 2014-02-17 Glenn Morris <rgm@gnu.org>
585
586 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
587 Mention read-regexp-defaults-function.
588
589 2014-02-13 Glenn Morris <rgm@gnu.org>
590
591 * debugging.texi (Debugger Commands): Tiny edits.
592
593 2014-02-12 Glenn Morris <rgm@gnu.org>
594
595 * package.texi (Simple Packages): Describe URL and Keywords headers.
596
597 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
598
599 * text.texi (User-Level Deletion):
600 Document `delete-trailing-whitespace' (bug#15309).
601
602 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
603
604 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
605
606 * display.texi (Blinking): Clarify doc string in example (bug#10658).
607
608 * commands.texi (Accessing Mouse): Mention that these function
609 also work on keyboard events (bug#14228).
610 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
611
612 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
613
614 * display.texi (Face Attributes): Add an index (bug#14924).
615
616 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
617
618 2014-02-06 Glenn Morris <rgm@gnu.org>
619
620 * display.texi (Truncation):
621 * positions.texi (Screen Lines): Do not mention cache-long-scans.
622
623 2014-01-31 Juri Linkov <juri@jurta.org>
624
625 * searching.texi (String Search): Incremental word search fixes.
626
627 2014-01-28 Glenn Morris <rgm@gnu.org>
628
629 * text.texi (Indent Tabs): Update related to tab-stops.
630
631 2014-01-24 Glenn Morris <rgm@gnu.org>
632
633 * control.texi (Handling Errors): Update with-demoted-errors.
634
635 * files.texi (File Locks): Every platform supports locking now.
636
637 2014-01-22 Glenn Morris <rgm@gnu.org>
638
639 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
640
641 2014-01-20 Glenn Morris <rgm@gnu.org>
642
643 * hash.texi (Other Hash): Do not mention subr-x.el functions;
644 reverts 2013-12-22 change.
645
646 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * functions.texi (Advising Functions): New section.
649 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
650 run-hook-wrapped any more.
651 (Hooks): Link to the new Advising Functions node.
652 * elisp.texi (Top): Don't include advice.texi.
653 * advice.texi: Remove.
654 * makefile.w32-in (srcs):
655 * Makefile.in (srcs): Adjust accordingly.
656
657 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
658
659 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
660
661 * strings.texi (Text Comparison): Document `string-suffix-p'.
662
663 2014-01-07 Glenn Morris <rgm@gnu.org>
664
665 * files.texi (File Attributes): Fix superscipt typo.
666
667 2014-01-07 Chong Yidong <cyd@gnu.org>
668
669 * files.texi (Changing Files): Document copy-file changes.
670
671 2014-01-07 Glenn Morris <rgm@gnu.org>
672
673 * display.texi (Logging Messages): Copyedits re messages-buffer.
674
675 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
676
677 Specify .texi encoding (Bug#16292).
678 * back.texi, book-spine.texi, lay-flat.texi:
679 Add @documentencoding.
680
681 2014-01-05 Chong Yidong <cyd@gnu.org>
682
683 * backups.texi (Making Backups): Document backup-buffer change.
684
685 * files.texi (Visiting Files): Copyedits.
686 (Testing Accessibility): Mention ACLs. Move file-modes here from
687 File Attributes.
688 (Truenames): Move file-equal-p here from Kinds of Files.
689 (File Attributes): Move file-newer-than-file-p here from Testing
690 Accessibility.
691 (Extended Attributes): New node. Add file-extended-attributes.
692 (Changing Files): Document set-file-extended-attributes.
693
694 * commands.texi (Defining Commands): Document the interactive-form
695 property more carefully. Document interactive-only.
696
697 * compile.texi (Compiler Errors): Copyedits. Note that the
698 details for byte-compile-warnings are in its docstring.
699
700 * minibuf.texi (Minibuffer Contents): Remove obsolete function
701 minibuffer-completion-contents.
702
703 * variables.texi (Defining Variables): Note that defvar acts
704 always on the dynamic value.
705
706 * customize.texi (Variable Definitions): Likewise.
707
708 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
709
710 Document vconcat and the empty vector (Bug#16246).
711 * sequences.texi (Vector Functions):
712 Document behavior better when the result is empty.
713
714 Document behavior of (string-to-number "+@") (Bug#16293).
715 * strings.texi (String Conversion): Document behavior of
716 string-to-number on invalid strings that begin with "+", too.
717
718 2014-01-03 Chong Yidong <cyd@gnu.org>
719
720 * help.texi (Documentation, Accessing Documentation): Copyedits.
721 (Documentation Basics): Rewrite, avoiding a repeat discussion of
722 docstring conventions.
723
724 * tips.texi (Documentation Tips): Move discussion of
725 emacs-lisp-docstring-fill-column here from Documentation Basics.
726
727 * compile.texi (Docs and Compilation): Copyedits.
728
729 2014-01-02 Glenn Morris <rgm@gnu.org>
730
731 * numbers.texi (Numeric Conversions): Fix a typo.
732
733 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
734
735 Plain copy-file no longer chmods an existing destination (Bug#16133).
736 * files.texi (Changing Files): Document this.
737
738 2013-12-28 Chong Yidong <cyd@gnu.org>
739
740 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
741
742 * buffers.texi (Modification Time): Document visited-file-modtime
743 change.
744
745 2013-12-28 Glenn Morris <rgm@gnu.org>
746
747 * control.texi (Pattern matching case statement): Brevity.
748
749 2013-12-27 Chong Yidong <cyd@gnu.org>
750
751 * functions.texi (Function Cells):
752 * eval.texi (Function Indirection): Update for the fact that
753 symbol-function no longer signals an error.
754
755 * commands.texi (Reading One Event): Mention keyboard coding.
756
757 * keymaps.texi (Translation Keymaps, Translation Keymaps):
758 * nonascii.texi (Terminal I/O Encoding): Copyedits.
759
760 2013-12-26 Chong Yidong <cyd@gnu.org>
761
762 * advice.texi (Advising Functions, Defining Advice): Special forms
763 can no longer be advised.
764
765 2013-12-25 Chong Yidong <cyd@gnu.org>
766
767 * keymaps.texi (Active Keymaps): Re-organize the text.
768 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
769 (Controlling Active Maps): Note that set-transient-map uses
770 overriding-terminal-local-map.
771
772 * tips.texi (Coding Conventions): Tweak the coding system tip;
773 Emacs now uses utf-8 by default for Emacs Lisp source files.
774
775 * display.texi (Font Selection): Tweak example.
776
777 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
778
779 * nonascii.texi (Specifying Coding Systems): Don't refer to
780 emacs-mule-dos.
781 (Lisp and Coding Systems): Describe emacs-mule return value in
782 modern terms.
783
784 2013-12-25 Tassilo Horn <tsdh@gnu.org>
785
786 * control.texi (Pattern matching case statement): Rephrase lexical
787 binding requirement: the example needs it, not `pcase' itself.
788
789 2013-12-25 Chong Yidong <cyd@gnu.org>
790
791 * eval.texi (Eval): Document the LEXICAL arg to eval.
792
793 * variables.texi (Variables, Void Variables): Use "scoping rule"
794 terminology consistently.
795 (Variable Scoping): Add index entries, and use "dynamic scope"
796 terminology in place of "indefinite scope" to reduce confusion.
797 (Lexical Binding): Document lexical environment format.
798 (Using Lexical Binding): Add index entries for error messages.
799
800 2013-12-24 Tassilo Horn <tsdh@gnu.org>
801
802 * control.texi (Pattern matching case statement): Fix missing
803 argument in simple expression language sample (Bug#16238).
804 Add some sample programs written in that language. Mention that
805 `pcase' requires lexical binding.
806
807 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
808
809 * eval.texi (Special Forms): Document `special-form-p'.
810
811 * macros.texi (Simple Macro): Document `macrop'.
812
813 * files.texi (Changing Files): Fix an argument of `copy-file'.
814
815 * strings.texi (Creating Strings): Document TRIM in `split-string'.
816
817 2013-12-23 Chong Yidong <cyd@gnu.org>
818
819 * keymaps.texi (Controlling Active Maps):
820 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
821 (Searching Keymaps): The transient keymap takes precedence.
822
823 2013-12-23 Glenn Morris <rgm@gnu.org>
824
825 * loading.texi (How Programs Do Loading, Load Suffixes):
826 Mention `load-prefer-newer'.
827
828 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
829
830 * hash.texi (Other Hash): Document `hash-table-keys'
831 and `hash-table-values'.
832
833 2013-12-22 Eli Zaretskii <eliz@gnu.org>
834
835 * nonascii.texi (Character Properties): NAME or OLD-NAME
836 properties can be nil (there's no empty string).
837 (Character Properties): Update the reference to the UCD.
838
839 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
840
841 * sequences.texi (Bool-Vectors): Document new bool-vector set
842 operation functions.
843
844 * text.texi (Examining Properties): Document `get-pos-property'.
845
846 * variables.texi (Directory Local Variables):
847 Document `enable-dir-local-variables'.
848
849 * debugging.texi (Debugger Commands):
850 Document `debugger-toggle-locals'.
851
852 2013-12-21 Chong Yidong <cyd@gnu.org>
853
854 * text.texi (Region Indent): Note the new interactive behavior of
855 indent-rigidly.
856
857 2013-12-20 Tassilo Horn <tsdh@gnu.org>
858
859 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
860 one or many arguments.
861
862 * display.texi: Document `messages-buffer'.
863
864 * os.texi: Document `initial-buffer-choice' changes.
865
866 2013-12-20 Chong Yidong <cyd@gnu.org>
867
868 * text.texi (Changing Properties): Improve documentation for
869 add-face-text-property.
870 (Special Properties): Mention add-face-text-property.
871
872 2013-12-18 Chong Yidong <cyd@gnu.org>
873
874 * customize.texi (Custom Themes): Document custom-known-themes
875 (Bug#15717).
876
877 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
878 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
879
880 2013-12-13 Glenn Morris <rgm@gnu.org>
881
882 * internals.texi (Building Emacs):
883 * loading.texi (Library Search): Mention that site-load,
884 site-init cannot change load-path.
885
886 2013-12-12 Glenn Morris <rgm@gnu.org>
887
888 * elisp.texi: Tweak dircategory.
889
890 2013-12-12 Eli Zaretskii <eliz@gnu.org>
891
892 * nonascii.texi (Encoding and I/O): Document file-name encoding
893 peculiarities on MS-Windows.
894
895 2013-12-12 Glenn Morris <rgm@gnu.org>
896
897 * elisp.texi: Sync direntry with info/dir version.
898
899 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
900
901 * display.texi (Progress, Face Remapping):
902 * processes.texi (Serial Ports):
903 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
904
905 2013-12-04 Juri Linkov <juri@jurta.org>
906
907 * searching.texi (Search and Replace): Fix `unread-command-events'
908 and add ref.
909
910 2013-12-03 Juri Linkov <juri@jurta.org>
911
912 * windows.texi (Choosing Window): Rename `no-display-ok' to
913 `allow-no-window'. (Bug#13594)
914
915 2013-11-30 Glenn Morris <rgm@gnu.org>
916
917 * Makefile.in (distclean): Remove Makefile.
918
919 2013-11-29 Andreas Politz <politza@fh-trier.de>
920
921 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
922 (Bug#14029).
923
924 2013-11-27 Glenn Morris <rgm@gnu.org>
925
926 * loading.texi (Library Search):
927 * os.texi (Startup Summary): No more leim directory.
928
929 2013-11-26 Glenn Morris <rgm@gnu.org>
930
931 * os.texi (Startup Summary): Update for leim-list being preloaded.
932
933 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
934
935 * frames.texi (Input Focus):
936 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
937
938 2013-11-23 Glenn Morris <rgm@gnu.org>
939
940 * loading.texi (Library Search):
941 Empty elements in EMACSLOADPATH now mean the default load-path.
942
943 2013-11-22 Glenn Morris <rgm@gnu.org>
944
945 * loading.texi (Library Search): Minor clarification.
946
947 2013-11-20 Leo Liu <sdl.web@gmail.com>
948
949 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
950
951 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
952
953 * os.texi (File Notifications): Add an index.
954
955 * loading.texi (Loading): Add an cross-reference.
956
957 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
958
959 * os.texi (Session Management, Desktop Notifications): Add some
960 indexes and a cross-reference.
961
962 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
963
964 * os.texi (Time Parsing, Processor Run Time, Input Modes)
965 (Terminal Output): Minor fixes.
966
967 2013-11-14 Glenn Morris <rgm@gnu.org>
968
969 * loading.texi (Library Search): Update section.
970
971 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
972
973 * os.texi (User Identification, Time of Day, Time Conversion):
974 Minor fixes.
975
976 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
977
978 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
979
980 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
981
982 * os.texi (Startup Summary): Add an index about startup screen.
983 Typo fix.
984 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
985
986 2013-11-08 Eli Zaretskii <eliz@gnu.org>
987
988 * display.texi (Truncation): Document that cache-long-scans is now
989 non-nil by default. (Bug#15797)
990
991 2013-11-05 Eli Zaretskii <eliz@gnu.org>
992
993 * lists.texi (Rearrangement): Fix indexing.
994
995 * display.texi (Bidirectional Display): Fix indexing.
996
997 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
998
999 * lists.texi (Rearrangement): Improve indexing.
1000
1001 * display.texi (Glyphs): Add an index for glyph code.
1002 (Bidirectional Display): Improve indexing.
1003
1004 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1005
1006 * display.texi (Face Attributes): Document :distant-foreground.
1007
1008 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1009
1010 * display.texi (Abstract Display): Improve indexing.
1011
1012 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * display.texi (Selective Display): Discourage the use of explicit
1015 selective display.
1016
1017 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1018
1019 * display.texi (Showing Images): Add an index for image-size.
1020 Use @code instead of @var for a normal variable.
1021 (Multi-Frame Images): Improve indexing.
1022 (Button Buffer Commands): Use @code instead of @var for a normal
1023 variable.
1024 (Abstract Display): Explain the meaning of Ewoc.
1025
1026 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1027
1028 * display.texi (Image Descriptors): Improve indexing.
1029
1030 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1031
1032 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1033 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1034
1035 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1036
1037 * display.texi (Fontsets): Minor wording fix.
1038 (Low-Level Font): Improve indexing.
1039
1040 * nonascii.texi (Character Properties): Add an index for script symbols.
1041
1042 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1043
1044 * display.texi (Face Remapping): Add indexes for face remapping.
1045 (Font Selection): Add indexes.
1046 (Low-Level Font): Add an index for font registry.
1047
1048 2013-10-23 Glenn Morris <rgm@gnu.org>
1049
1050 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1051 Nuke @refill.
1052
1053 * Makefile.in (install-dvi, install-html, install-pdf)
1054 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1055 (uninstall-pdf): Quote entities that might contain whitespace.
1056
1057 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1058
1059 * display.texi (Face Attributes): Add indexes for the ‘:box’
1060 face attribute.
1061
1062 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1063
1064 * display.texi (Line Height): Add indexes for line height.
1065
1066 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1067
1068 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1069
1070 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1071
1072 * display.texi (Selective Display): Add an index for explicit
1073 selective display.
1074
1075 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1076
1077 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1078
1079 2013-10-13 Glenn Morris <rgm@gnu.org>
1080
1081 * intro.texi (Acknowledgments): Use accented form of some names.
1082
1083 2013-10-09 Glenn Morris <rgm@gnu.org>
1084
1085 * control.texi (Conditionals): Copyedits. (Bug#15558)
1086
1087 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1088
1089 Support menus on text-mode terminals.
1090 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1091 Modify wording to the effect that menus are supported on TTYs.
1092
1093 * frames.texi (Pop-Up Menus, Dialog Boxes)
1094 (Display Feature Testing): Update for menu support on TTYs.
1095
1096 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1099 non-headings.
1100
1101 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1102
1103 * syntax.texi (Categories): Add an index for category sets.
1104
1105 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1106
1107 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1108
1109 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1110
1111 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1112
1113 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1114
1115 * searching.texi (Regexp Search): Refine.
1116
1117 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1118
1119 * nonascii.texi (Default Coding Systems): Typo fix.
1120
1121 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1122
1123 * nonascii.texi (Coding System Basics): Add information about
1124 carriage-return.
1125
1126 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1127
1128 * display.texi (Display Margins): State the units of measuring
1129 margin width. (Bug#15375)
1130
1131 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1132
1133 * text.texi (Not Intervals): Minor wording fix.
1134
1135 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1136
1137 * functions.texi (Obsolete Functions): Add an index for obsolete
1138 functions.
1139
1140 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1141
1142 * nonascii.texi (Character Properties): Character properties fix
1143 for decimal-digit-value and digit-value.
1144
1145 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * macros.texi (Defining Macros): Prefer "function" to "lambda
1148 expression" (bug#15296).
1149
1150 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1153 for portability to hosts where /bin/sh has problems.
1154
1155 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1158
1159 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1160
1161 * files.texi (Information about Files): Mention file names with
1162 trailing blanks on MS-Windows. (Bug#15130)
1163
1164 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1165
1166 * positions.texi (Positions): Improve indexing.
1167
1168 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1169
1170 * markers.texi (The Region): Improve indexing.
1171
1172 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1173
1174 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1175
1176 * text.texi (Maintaining Undo): Mention interactive call of
1177 buffer-disable-undo.
1178 (Filling): Add cross-reference for hard newlines.
1179 (Sorting): Fix indentation.
1180 (Columns): Comment out undefined behavior.
1181 (Case Changes): Fix an `args-out-of-range' error in the example.
1182
1183 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1184
1185 * text.texi (Insertion): Refine.
1186 (Margins): Add an index.
1187 (Undo): Doc fix for `buffer-undo-list'.
1188
1189 * positions.texi (Character Motion):
1190 * markers.texi (Moving Markers, Creating Markers):
1191 Comment out undefined behavior.
1192
1193 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1194
1195 * markers.texi (The Region): Add/move indexes.
1196
1197 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1198
1199 * display.texi (ImageMagick Images): Mention :content-type and
1200 `image-content-type-suffixes'.
1201
1202 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1203
1204 * positions.texi (Word Motion): Remove redundant sentence.
1205
1206 2013-08-13 Glenn Morris <rgm@gnu.org>
1207
1208 * lists.texi (List Elements):
1209 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1210
1211 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1212
1213 * frames.texi (Display Feature Testing): Add indexes.
1214
1215 2013-08-12 Glenn Morris <rgm@gnu.org>
1216
1217 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1218 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1219 (INSTALL_DATA): New, set by configure.
1220 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1221 New variables.
1222 (.SUFFIXES): Add .ps and .dvi.
1223 (.dvi.ps): New suffix rule.
1224 (dvi, html, pdf, ps): Use *_TARGETS variables.
1225 (elisp.html): Use HTML_OPTS.
1226 (elisp.ps): Remove explicit rule.
1227 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1228 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1229 uninstall-ps, and uninstall-doc.
1230 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1231 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1232 (uninstall-doc): New rules.
1233 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1234
1235 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1236
1237 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1238
1239 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1240
1241 * control.texi (Error Symbols): Minor fix for previous change.
1242
1243 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1246
1247 * control.texi (Signaling Errors): Refer to define-error.
1248 (Error Symbols): Add `define-error'.
1249
1250 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1251
1252 * positions.texi (Motion by Screen Lines):
1253 * display.texi (Truncation): Rename `cache-long-line-scans'
1254 to `cache-long-scans'.
1255
1256 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1257
1258 * windows.texi (Window Start and End): Add an index.
1259
1260 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1261
1262 * display.texi (Face Functions): Add an index.
1263
1264 * variables.texi (Variable Aliases): Add an index.
1265
1266 * functions.texi (Defining Functions): Add an index.
1267
1268 * nonascii.texi (Coding System Basics): Add an index.
1269
1270 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1271
1272 * nonascii.texi (Non-ASCII Characters): Update menu.
1273 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1274 Fix cross-references.
1275
1276 * elisp.texi (Top): Update menu.
1277
1278 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1279
1280 * windows.texi (Window History): Mention the default value of
1281 switch-to-visible-buffer. Add cross-references.
1282
1283 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1284
1285 * errors.texi (Standard Errors): Fix typo.
1286
1287 * files.texi (Magic File Names):
1288 * os.texi (File Notifications): Remove file-notify-supported-p.
1289
1290 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1291
1292 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1293 non-well-formed expressions result in unspecified behavior, though
1294 Emacs will not crash.
1295
1296 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * files.texi (Magic File Names): Add file-notify-add-watch,
1299 file-notify-rm-watch and file-notify-supported-p.
1300 Move file-remote-p down.
1301
1302 * errors.texi (Standard Errors): Add file-notify-error.
1303
1304 * os.texi (Desktop Notifications): Rename from Notifications.
1305 (File Notifications): New node.
1306
1307 * elisp.texi (Top): Update menu for these changes.
1308
1309 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1310
1311 * windows.texi (Display Action Functions): Mention next-window.
1312
1313 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1314
1315 * windows.texi (Selecting Windows): Fix the introduction of
1316 `set-frame-selected-window''s arguments.
1317
1318 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1319
1320 Timestamp fixes for undo (Bug#14824).
1321 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1322
1323 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1324
1325 * nonascii.texi (Text Representations): Document that
1326 multibyte-string-p returns nil for non-string objects.
1327
1328 2013-07-06 Glenn Morris <rgm@gnu.org>
1329
1330 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1331
1332 2013-07-03 Glenn Morris <rgm@gnu.org>
1333
1334 * debugging.texi (Debugging):
1335 * files.texi (File Attributes, Changing Files): Fix cross-references.
1336
1337 * package.texi (Package Archives): Fix @url call.
1338
1339 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1340
1341 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1342
1343 * display.texi (Bidirectional Display): Document move-point-visually.
1344
1345 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1346
1347 * buffers.texi (Buffer File Name): Fix typo.
1348
1349 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1350
1351 * tips.texi (Coding Conventions): Improve wording.
1352
1353 2013-06-24 Glenn Morris <rgm@gnu.org>
1354
1355 * loading.texi (Autoload): Fix typo.
1356
1357 * variables.texi (Lexical Binding): Fix typo.
1358
1359 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1360
1361 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1362
1363 * display.texi (ImageMagick Images): Mention :max-width and
1364 :max-height.
1365
1366 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1367
1368 * numbers.texi (Math Functions): Remove obsolete function log10.
1369
1370 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1373 rather than `local-map'.
1374
1375 * keymaps.texi (Active Keymaps): Fix documentation of
1376 set-temporary-overlay-map and overriding-terminal-local-map.
1377
1378 2013-06-19 Glenn Morris <rgm@gnu.org>
1379
1380 * Makefile.in (dist): Edit more configure variables.
1381 Try to check that we do not miss any in future.
1382
1383 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * text.texi (Undo, Changing Properties): Fix typos.
1386
1387 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1388
1389 * text.texi (Changing Properties): Document `add-face-text-property'.
1390
1391 2013-06-17 Kenichi Handa <handa@gnu.org>
1392
1393 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1394 "Font Selection") in the explanation of :font attribute (bug#14629).
1395
1396 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1399 Document with-eval-after-load instead of eval-after-load.
1400
1401 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1402
1403 * files.texi (File Name Expansion): Make the example more
1404 intuitive.
1405
1406 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1407
1408 Documentation fix for 'ls' and hard links.
1409 * compile.texi (Compilation Functions):
1410 * files.texi (File Attributes, Changing Files):
1411 Use current format for GNU 'ls' output.
1412 (File Attributes): Fix problem introduced in previous change:
1413 the link count is the number of hard links, not the number
1414 of hard links + 1.
1415
1416 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1417
1418 * files.texi (File Attributes): Fix typo.
1419
1420 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * functions.texi (Lambda Expressions): Lambda expressions don't
1423 evaluate to themselves in general (bug#11782).
1424
1425 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * loading.texi (Autoload):
1428 * help.texi (Documentation Basics, Accessing Documentation)
1429 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1430
1431 2013-04-23 Glenn Morris <rgm@gnu.org>
1432
1433 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1434 Tweak other to avoid overly long line.
1435
1436 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1437
1438 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1439 references to the sources. (Bug#13800)
1440
1441 * searching.texi (Regexp Backslash): Doc fix for backslash
1442 constructs in regular expressions.
1443
1444 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1445
1446 * tips.texi (Coding Conventions): Mention separation of package
1447 descriptor and name of internal symbols by two hyphens.
1448
1449 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1450
1451 * windows.texi (Splitting Windows): Change category of
1452 split-window from a command to a function.
1453
1454 2013-04-06 Chong Yidong <cyd@gnu.org>
1455
1456 * display.texi (Faces): Minor clarifications.
1457 (Defining Faces): Clarify default vs custom face specs.
1458 Document face-spec-set.
1459
1460 * display.texi (Overlay Properties):
1461 * text.texi (Special Properties): Use the "anonymous face"
1462 terminology. Describe foreground-color and background-color forms
1463 as compatibility-only.
1464
1465 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1466
1467 * compile.texi (Byte-Code Objects): Add index entry.
1468 (Disassembly): Add cross-references.
1469
1470 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1471
1472 * frames.texi (Size Parameters): More accurate description of the
1473 difference between 'fullboth' and 'maximized'. (Bug#13935)
1474
1475 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1476
1477 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1478
1479 2013-03-16 Glenn Morris <rgm@gnu.org>
1480
1481 * elisp.texi: Add some stuff specific to www.gnu.org.
1482
1483 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1484
1485 * control.texi (Pattern matching case statement): Fix typo.
1486
1487 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1488
1489 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1490
1491 2013-03-03 Glenn Morris <rgm@gnu.org>
1492
1493 * objects.texi (Symbol Type): Fix typo.
1494
1495 2013-02-28 Bastien Guerry <bzg@gnu.org>
1496
1497 * variables.texi (File Local Variables): Fix reference.
1498
1499 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1500
1501 * files.texi (Magic File Names): Improve wording and indexing.
1502
1503 2013-02-21 Glenn Morris <rgm@gnu.org>
1504
1505 * display.texi (Multi-Frame Images): Minor rephrasing.
1506
1507 2013-02-20 Glenn Morris <rgm@gnu.org>
1508
1509 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1510 (ImageMagick Images): For :index, use an xref rather than duplicating.
1511 (Other Image Types): Add GIF, adjust formatting.
1512 (Multi-Frame Images): Rename from Animated Images. Expand section.
1513 * elisp.texi (Top): Update menu for these changes.
1514
1515 2013-02-19 Glenn Morris <rgm@gnu.org>
1516
1517 * text.texi (Change Hooks): Fix typo.
1518
1519 2013-02-15 Glenn Morris <rgm@gnu.org>
1520
1521 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1522
1523 2013-02-13 Glenn Morris <rgm@gnu.org>
1524
1525 * objects.texi (Char-Table Type): Add footnote about #^^.
1526
1527 * modes.texi (Minor Mode Conventions): Fix typo.
1528
1529 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1530 meta characters; this changed in 22.1. (Bug#13684)
1531
1532 * objects.texi (Char-Table Type): Add cindex.
1533
1534 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1535
1536 2013-02-10 Glenn Morris <rgm@gnu.org>
1537
1538 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1539
1540 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1541
1542 * modes.texi (%-Constructs): Remove the description of %t.
1543
1544 * nonascii.texi (MS-DOS File Types): Delete node.
1545
1546 2013-02-08 Glenn Morris <rgm@gnu.org>
1547
1548 * keymaps.texi (Active Keymaps, Searching Keymaps):
1549 Remove confusing mention of "symbolic prefix". (Bug#13643)
1550
1551 2013-01-19 Glenn Morris <rgm@gnu.org>
1552
1553 * macros.texi (Indenting Macros): Fix order of an indent
1554 symbol's arguments. (Bug#13450)
1555
1556 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1557
1558 Allow floating-point file offsets.
1559 * files.texi (Reading from Files, Writing to Files):
1560 Say that file offsets can be numbers, not just integers.
1561
1562 2013-01-09 Glenn Morris <rgm@gnu.org>
1563
1564 * commands.texi (Interactive Codes):
1565 Whitespace does not terminate interactive "S". (Bug#13393)
1566
1567 2013-01-06 Chong Yidong <cyd@gnu.org>
1568
1569 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1570
1571 2013-01-05 Glenn Morris <rgm@gnu.org>
1572
1573 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1574
1575 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1576
1577 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1578 directive in a group of items.
1579
1580 2013-01-05 Chong Yidong <cyd@gnu.org>
1581
1582 * keymaps.texi (Key Sequences): Remove obsolete sentence
1583 (Bug#13356).
1584
1585 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1586
1587 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1588
1589 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * files.texi (File Attributes): Undocument return format of file-acl.
1592
1593 2013-01-03 Glenn Morris <rgm@gnu.org>
1594
1595 * processes.texi (System Processes):
1596 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1597
1598 * searching.texi (Replacing Match): Fix xref.
1599
1600 * elisp.texi (DATE): Bump to Jan 2013.
1601
1602 2013-01-02 Glenn Morris <rgm@gnu.org>
1603
1604 * customize.texi (Common Keywords, Type Keywords):
1605 Replace "active field" with "button". (Bug#13310)
1606
1607 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1608 * tips.texi (Library Headers): Add cindex.
1609
1610 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1611
1612 * functions.texi (Declare Form):
1613 * intro.texi (A Sample Function Description):
1614 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1615 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1616 in @def.. commands. (Bug#13292)
1617
1618 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1619
1620 * files.texi (Changing Files): Document the return values of
1621 set-file-selinux-context and set-file-acl.
1622
1623 2012-12-27 Glenn Morris <rgm@gnu.org>
1624
1625 * files.texi (File Names): Mention Cygwin conversion functions.
1626
1627 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1628
1629 * windows.texi (Selecting Windows): Reword description of
1630 select-window (Bug#13248).
1631
1632 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1633
1634 * files.texi (File Attributes, Changing Files): Remove the details
1635 about the text returned by file-acl. Instead, just document that
1636 it is an opaque string meant to be used by set-file-acl.
1637
1638 2012-12-21 Chong Yidong <cyd@gnu.org>
1639
1640 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1641
1642 * customize.texi (Simple Types): Document key-sequence type
1643 (Bug#13048).
1644
1645 * strings.texi (Text Comparison): Doc fix for compare-strings.
1646
1647 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1648
1649 * files.texi (Magic File Names): Add `file-acl',
1650 `file-selinux-context', `set-file-acl' and
1651 `set-file-selinux-context'. Make the list consistent.
1652
1653 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1654
1655 * tips.texi (Library Headers): New header keyword `Homepage'.
1656 Make continuation lines syntax more precise.
1657
1658 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1659
1660 * files.texi (File Attributes, Changing Files): Update to include
1661 MS-Windows support for ACLs.
1662
1663 2012-12-16 Romain Francoise <romain@orebokech.com>
1664
1665 * files.texi (File Attributes): Document ACL support and new
1666 `file-acl' function.
1667 (Changing Files): Mention argument name change of `copy-file' and
1668 document new function `set-file-acl'.
1669
1670 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1671
1672 Fix permissions bugs with setgid directories etc. (Bug#13125)
1673 * files.texi (Testing Accessibility): Document GROUP arg
1674 of file-ownership-preserved-p.
1675 (File Attributes): Document that 9th element is now
1676 just a placeholder.
1677 * os.texi (User Identification): Document new functions group-gid,
1678 group-real-gid.
1679
1680 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1681
1682 * internals.texi (C Integer Types): New section.
1683 This follows up and records an email in
1684 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1685
1686 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * control.texi (Pattern matching case statement): New node.
1689
1690 * customize.texi (Variable Definitions): Mention the default :group
1691 for defcustoms (bug#13093).
1692
1693 2012-12-09 Glenn Morris <rgm@gnu.org>
1694
1695 * customize.texi (Variable Definitions): Mention eval-defun
1696 on a defcustom calls the :set function when appropriate.
1697
1698 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1699
1700 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1701 These are just minor editorial changes.
1702
1703 2012-12-06 Chong Yidong <cyd@gnu.org>
1704
1705 * lists.texi (Plist Access): Move put example to Symbol Plists.
1706
1707 * symbols.texi (Standard Properties): Fix typo.
1708
1709 2012-12-03 Chong Yidong <cyd@gnu.org>
1710
1711 * symbols.texi (Symbol Properties): New node.
1712 (Symbol Plists): Make it a subsection under Symbol Properties.
1713 (Standard Properties): New node.
1714
1715 * lists.texi (Property Lists): Move here from symbols.texi.
1716 (Plist Access): Rename from Other Plists.
1717
1718 * customize.texi (Variable Definitions):
1719 * display.texi (Defining Faces):
1720 * sequences.texi (Char-Tables): Fix xref.
1721
1722 * keymaps.texi (Key Sequences): `kbd' is now a function.
1723
1724 * commands.texi (Using Interactive): Fix index entry.
1725
1726 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1727
1728 * doclicense.texi: Update to latest version from FSF.
1729 These are just minor editorial changes.
1730 * elisp.texi (GNU Free Documentation License)
1731 (GNU General Public Licens):
1732 Provide sectioning, since doclicense.texi no longer does that.
1733
1734 * loading.texi (Named Features): @ -> @@ to fix typo.
1735
1736 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1737
1738 * windows.texi (Basic Windows): Fix typo.
1739 (Windows and Frames): Fix example. Move description of
1740 window-in-direction here.
1741 (Recombining Windows): Fix example.
1742 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1743 (Switching Buffers): Reword.
1744 (Display Action Functions): Minor adjustments.
1745 (Choosing Window Options): Minor fixes.
1746 (Window History): Minor rewording.
1747 (Dedicated Windows): Correct and reword part describing how
1748 dedicatedness affects functions removing buffers or windows.
1749 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1750
1751 2012-11-24 Chong Yidong <cyd@gnu.org>
1752
1753 * modes.texi (%-Constructs): Fix statement about mode construct
1754 padding (Bug#12866).
1755
1756 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * debugging.texi (Profiling): Make it more clear
1759 that --enable-profiling is about profiling the C code.
1760
1761 2012-11-21 Glenn Morris <rgm@gnu.org>
1762
1763 * display.texi (Attribute Functions):
1764 Update for set-face-* name changes.
1765 Add new "inherit" argument for face-bold-p etc.
1766 Move description of this argument to a common section, like "frame".
1767
1768 * debugging.texi (Profiling): New section.
1769 (Debugging): Mention profiling in the introduction.
1770 * tips.texi (Compilation Tips): Move profiling to separate section.
1771 * elisp.texi: Add Profiling to detailed menu.
1772
1773 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1774
1775 * windows.texi (Display Action Functions): Fix recently added
1776 example. Suggested by Michael Heerdegen.
1777
1778 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1779
1780 Minor cleanup for times as lists of four integers.
1781 * os.texi (Time Parsing): Time values can now be four integers.
1782
1783 2012-11-18 Glenn Morris <rgm@gnu.org>
1784
1785 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1786 * macros.texi (Expansion): Mention eager macro expansion.
1787
1788 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1789
1790 2012-11-18 Leo Liu <sdl.web@gmail.com>
1791
1792 * minibuf.texi (Programmed Completion): Doc fix for metadata
1793 request (Bug#12850).
1794
1795 2012-11-18 Glenn Morris <rgm@gnu.org>
1796
1797 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1798
1799 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1800 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1801 (Window Sizes): Add vindex for window-min-height, window-min-width.
1802 (Display Action Functions): Mention pop-up-frame-parameters.
1803
1804 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1805
1806 * windows.texi (Choosing Window): Rewrite description of
1807 display-buffer-alist (Bug#12167).
1808 (Display Action Functions): Mention inhibit-switch-frame.
1809 Fix description of display-buffer-below-selected. Reorder actions.
1810 Add example (Bug#12848).
1811
1812 2012-11-16 Glenn Morris <rgm@gnu.org>
1813
1814 * display.texi (Face Attributes): Fix :underline COLOR description.
1815 (Attribute Functions): Update for set-face-underline rename.
1816 Tweak descriptions of face-underline-p, face-inverse-video-p.
1817
1818 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1819 so they align better in info.
1820 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1821 Document set-temporary-overlay-map.
1822
1823 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1826 with normal keymaps".
1827
1828 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1829
1830 * internals.texi (Garbage Collection): Update descriptions
1831 of vectorlike_header, garbage-collect and gc-cons-threshold.
1832 (Object Internals): Explain Lisp_Object layout and the basics
1833 of an internal type system.
1834 (Buffer Internals): Update description of struct buffer.
1835
1836 2012-11-13 Glenn Morris <rgm@gnu.org>
1837
1838 * variables.texi (Adding Generalized Variables):
1839 At least mention gv-define-expander and gv-letplace.
1840
1841 * debugging.texi (Error Debugging): Mention debug-on-message.
1842 (Using Debugger): Mention debugger-bury-or-kill.
1843
1844 * control.texi (Signaling Errors):
1845 * debugging.texi (Error Debugging):
1846 * errors.texi (Standard Errors): Add user-error.
1847
1848 * variables.texi (Adding Generalized Variables):
1849 Use standard formatting for common lisp note about setf functions.
1850
1851 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1852
1853 * elisp.texi (Top): Add Recombining Windows to menu.
1854 * windows.texi (Recombining Windows): New subsection.
1855 (Splitting Windows): Rewrite text on handling of window
1856 combinations and move it to new subsection.
1857
1858 2012-11-10 Chong Yidong <cyd@gnu.org>
1859
1860 * searching.texi (Replacing Match): Document \? in replace-match.
1861
1862 * variables.texi (Creating Buffer-Local): Document setq-local and
1863 defvar-local.
1864 (Setting Generalized Variables): Arrange table alphabetically.
1865
1866 * lists.texi (List Elements, List Variables): Clarify descriptions
1867 of push and pop for generalized variables.
1868
1869 * edebug.texi (Specification List): setf is no longer CL-only.
1870
1871 2012-11-10 Glenn Morris <rgm@gnu.org>
1872
1873 * variables.texi (Adding Generalized Variables):
1874 Update description of FIX-RETURN expansion.
1875
1876 * variables.texi (Setting Generalized Variables):
1877 Split most of previous contents into this subsection.
1878 (Adding Generalized Variables): New subsection.
1879 Move note on lack of setf functions here from misc/cl.texi.
1880
1881 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1882
1883 2012-11-10 Chong Yidong <cyd@gnu.org>
1884
1885 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1886
1887 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1888
1889 * os.texi (Notifications): Update descriptions of
1890 notifications-notify, notifications-close-notification and
1891 notifications-get-capabilities according to latest code changes.
1892 Add notifications-get-server-information.
1893
1894 2012-11-03 Chong Yidong <cyd@gnu.org>
1895
1896 * objects.texi (General Escape Syntax): Clarify the explanation of
1897 escape sequences.
1898 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1899 multibyte. Hex escapes do not automatically make a string
1900 multibyte.
1901
1902 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1903
1904 * windows.texi (Switching Buffers): Document option
1905 switch-to-buffer-preserve-window-point.
1906 (Display Action Functions): Document window-height and
1907 window-width alist entries.
1908 (Display Action Functions):
1909 Document display-buffer-below-selected and
1910 display-buffer-in-previous-window.
1911 (Quitting Windows): Document quit-restore-window.
1912 Rewrite section.
1913 (Window Configurations): In window-state-get mention that
1914 argument window must be valid.
1915 (Window Parameters): Document quit-restore window parameter
1916 (Bug#12158).
1917
1918 2012-10-31 Glenn Morris <rgm@gnu.org>
1919
1920 * control.texi (Catch and Throw): Add xref to cl.texi.
1921
1922 * lists.texi (Sets And Lists): Point xref to better location.
1923
1924 * errors.texi (Standard Errors):
1925 * loading.texi (Autoload): Update for cl-lib namespace changes.
1926
1927 * modes.texi (Defining Minor Modes): "Generalized Variables"
1928 section is now in this manual rather than cl.texi.
1929
1930 * eval.texi (Special Forms): No longer special forms: defmacro,
1931 defun, save-window-excursion, with-output-to-temp-buffer.
1932 * functions.texi (Defining Functions): Defun is now a macro.
1933 Defalias is a function.
1934
1935 2012-10-30 Glenn Morris <rgm@gnu.org>
1936
1937 * variables.texi (Generalized Variables): Fix typo.
1938
1939 2012-10-30 Chong Yidong <cyd@gnu.org>
1940
1941 * symbols.texi (Symbol Plists): Document function-get.
1942
1943 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1944
1945 * frames.texi (Visibility of Frames): Document tty-top-frame.
1946
1947 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * keymaps.texi (Format of Keymaps): Document the multiple
1950 inheritance format.
1951
1952 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1953
1954 * windows.texi (Basic Windows): Reformulate description of live,
1955 internal and valid windows.
1956 (Cyclic Window Ordering): Describe new argument of
1957 get-lru-window and get-largest-window. Add description of
1958 window-in-direction.
1959
1960 2012-10-27 Glenn Morris <rgm@gnu.org>
1961
1962 * variables.texi (Generalized Variables): New section,
1963 adapted from misc/cl.texi.
1964 * elisp.texi (Top): Add Generalized Variables to menu.
1965 * lists.texi (List Elements, List Variables):
1966 Mention generalized variables.
1967
1968 * lists.texi (List Elements): Typo fix.
1969
1970 2012-10-27 Chong Yidong <cyd@gnu.org>
1971
1972 * minibuf.texi (High-Level Completion): Don't mention removed
1973 function iswitchb-read-buffer.
1974
1975 * commands.texi (Event Input Misc): Remove last-input-char.
1976 (Command Loop Info): Remove last-command-char.
1977
1978 * frames.texi (Initial Parameters): Don't mention the obsolete
1979 special-display feature.
1980
1981 * windows.texi (Choosing Window): Don't mention the obsolete
1982 special display feature.
1983 (Choosing Window Options): Remove obsolete special-display
1984 variables, and the functions special-display-p and
1985 special-display-popup-frame.
1986
1987 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1988
1989 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1990
1991 * markers.texi (Information from Markers): Remove obsolete
1992 function buffer-has-markers-at.
1993
1994 * text.texi (Yanking): Document yank-handled-properties.
1995
1996 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1997
1998 Update manual for new time stamp format (Bug#12706).
1999 * buffers.texi (Modification Time):
2000 * files.texi (Testing Accessibility, File Attributes):
2001 * intro.texi (Version Info):
2002 * os.texi (Time of Day):
2003 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2004 These instances were missed the first time around.
2005 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2006
2007 2012-10-24 Chong Yidong <cyd@gnu.org>
2008
2009 * minibuf.texi (Text from Minibuffer): Document read-regexp
2010 changes.
2011
2012 * nonascii.texi (Selecting a Representation):
2013 Document set-buffer-multibyte changes.
2014
2015 * keymaps.texi (Toolkit Differences): Node deleted.
2016 (Easy Menu): New node.
2017
2018 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2021
2022 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2023
2024 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2025 * files.texi (File Attributes):
2026 * text.texi (Undo):
2027 Time stamp resolution is now 1 picosecond, not 1 second.
2028
2029 2012-10-23 Chong Yidong <cyd@gnu.org>
2030
2031 * display.texi (Font Lookup): Remove font-list-limit.
2032
2033 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2034 (Bug#12529).
2035
2036 2012-10-22 Glenn Morris <rgm@gnu.org>
2037
2038 * os.texi (Recording Input): Tiny fix.
2039
2040 * intro.texi (Lisp History):
2041 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2042 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2043
2044 2012-10-15 Chong Yidong <cyd@gnu.org>
2045
2046 * macros.texi (Defining Macros): defmacro is now a macro.
2047 Explicitly list the docstring and declare arguments.
2048
2049 * functions.texi (Anonymous Functions): Explicitly list the
2050 docstring, declare, and interactive arguments to lambda.
2051 (Defining Functions): Likewise for defun.
2052 (Inline Functions): Likewise for defsubst.
2053 (Declare Form): Tweak description.
2054
2055 2012-10-13 Chong Yidong <cyd@gnu.org>
2056
2057 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2058
2059 2012-10-05 Chong Yidong <cyd@gnu.org>
2060
2061 * minibuf.texi (Basic Completion): Clarify list form of completion
2062 table (Bug#12564).
2063
2064 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2065
2066 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2067
2068 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2069
2070 Revert the FOLLOW-SYMLINKS change for file-attributes.
2071 * files.texi (File Attributes, Magic File Names): Undo last change.
2072
2073 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2074
2075 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2076 * files.texi (File Attributes): Describe it.
2077 (Magic File Names): Use it.
2078
2079 2012-09-30 Chong Yidong <cyd@gnu.org>
2080
2081 * commands.texi (Click Events): Define "mouse position list".
2082 Remove mention of unimplemented horizontal scroll bars.
2083 (Drag Events, Motion Events): Refer to "mouse position list".
2084 (Accessing Mouse): Document posnp.
2085
2086 * errors.texi (Standard Errors): Tweak arith-error description.
2087 Tweak markup. Remove domain-error and friends, which seem to be
2088 unused after the floating-point code revamp.
2089
2090 * functions.texi (Defining Functions): defun is now a macro.
2091 (Obsolete Functions): Obsolescence also affects
2092 documentation commands. Various clarifications.
2093 (Declare Form): New node.
2094
2095 * strings.texi (String Basics): Copyedits.
2096
2097 * os.texi (Startup Summary): Document leim-list.el change.
2098 (User Identification): Add system-users and system-groups.
2099 (Idle Timers): Minor clarifications.
2100
2101 * macros.texi (Defining Macros): Move description of `declare' to
2102 Declare Form node.
2103
2104 * loading.texi (Autoload):
2105 * help.texi (Documentation Basics): The special sequences can
2106 trigger autoloading.
2107
2108 * numbers.texi (Integer Basics): Copyedits.
2109 (Float Basics): Consider IEEE floating point always available.
2110 (Random Numbers): Document actual limits.
2111 (Arithmetic Operations): Clarify division by zero. Don't mention
2112 the machine-independence of negative division since it does not
2113 happen in practice.
2114
2115 2012-09-28 Leo Liu <sdl.web@gmail.com>
2116
2117 * files.texi (Files): Fix typo.
2118
2119 2012-09-23 Chong Yidong <cyd@gnu.org>
2120
2121 * buffers.texi (Read Only Buffers): Document read-only-mode.
2122
2123 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2124 read-only-mode.
2125
2126 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2127 calling conventions.
2128
2129 2012-09-22 Chong Yidong <cyd@gnu.org>
2130
2131 * searching.texi (Replacing Match): Minor clarification.
2132
2133 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2134
2135 * edebug.texi (Instrumenting): Improve indexing.
2136
2137 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2138 from within its own timer action. (Bug#12447)
2139
2140 2012-09-22 Chong Yidong <cyd@gnu.org>
2141
2142 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2143
2144 2012-09-21 Glenn Morris <rgm@gnu.org>
2145
2146 * debugging.texi (Using Debugger): Fix typo.
2147
2148 2012-09-18 Chong Yidong <cyd@gnu.org>
2149
2150 * display.texi (Faces): Discuss anonymous faces.
2151 (Face Attributes): Tweak intro.
2152 (Defining Faces): Move after the Face Attributes node. Copyedits.
2153 (Displaying Faces): Describe role of inheritance.
2154
2155 * customize.texi (Customization): Define customization more
2156 carefully (Bug#11440).
2157 (Common Keywords): Add xref to Constant Variables.
2158
2159 * variables.texi (Defining Variables): Link to defcustom's node
2160 instead of the higher-level Customization chapter.
2161
2162 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2163
2164 Simplify, document, and port floating-point (Bug#12381).
2165 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2166 Document that / and mod (with floating point arguments), along
2167 with asin, acos, log, log10, expt and sqrt, return special values
2168 instead of signaling exceptions.
2169 (Float Basics): Document that logb operates on the absolute value
2170 of its argument.
2171 (Math Functions): Document that (log ARG BASE) also returns NaN if
2172 BASE is negative. Document that (expt X Y) returns NaN if X is a
2173 finite negative number and Y a finite non-integer.
2174
2175 2012-09-09 Chong Yidong <cyd@gnu.org>
2176
2177 * lists.texi (Sets And Lists): Explain that the return value for
2178 delete should be used, like for delq.
2179
2180 * minibuf.texi (Yes-or-No Queries): Document recentering and
2181 scrolling in y-or-n-p. Remove gratuitous example.
2182
2183 * searching.texi (Search and Replace): Document window scrolling
2184 entries in query-replace-map.
2185
2186 2012-09-08 Chong Yidong <cyd@gnu.org>
2187
2188 * syntax.texi (Syntax Table Internals): Define "raw syntax
2189 descriptor" terminology (Bug#12383).
2190 (Syntax Descriptors): Mention raw syntax descriptors.
2191
2192 2012-09-07 Chong Yidong <cyd@gnu.org>
2193
2194 * variables.texi (Creating Buffer-Local): Fix description of
2195 local-variable-if-set-p (Bug#10713).
2196
2197 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2198
2199 * windows.texi (Display Action Functions)
2200 (Choosing Window Options): Remove obsolete variable
2201 display-buffer-reuse-frames.
2202 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2203
2204 * positions.texi (Narrowing): Document buffer-narrowed-p.
2205
2206 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2207
2208 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2209 (Bug#12269).
2210
2211 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2212
2213 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2214
2215 2012-09-02 Chong Yidong <cyd@gnu.org>
2216
2217 * windows.texi (Window Configurations): Recommend against using
2218 save-window-excursion (Bug#12075).
2219
2220 * control.texi (Catch and Throw):
2221 * positions.texi (Excursions): Don't mention it.
2222
2223 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2224
2225 Better seed support for (random).
2226 * numbers.texi (Random Numbers): Document new behavior of
2227 the calls (random) and (random STRING).
2228
2229 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2230
2231 * windows.texi (Window Point): Document recent changes in
2232 window-point and set-window-point.
2233 (Selecting Windows): Document recent change in select-window.
2234
2235 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2236
2237 * functions.texi (Closures): Put the main index entry for
2238 "closures" here. (Bug#12138)
2239
2240 * variables.texi (Lexical Binding): Disambiguate the index entry
2241 for "closures".
2242
2243 2012-08-05 Chong Yidong <cyd@gnu.org>
2244
2245 * display.texi (Defining Faces): Move documentation of
2246 frame-background-mode to the Emacs manual (Bug#7774).
2247
2248 2012-08-04 Chong Yidong <cyd@gnu.org>
2249
2250 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2251 Fix description of syntax table inheritance.
2252 (Syntax Table Functions): Don't refer to internal contents of
2253 syntax table, since that is not explained yet. Copyedits.
2254 (Standard Syntax Tables): Node deleted.
2255 (Syntax Table Internals): Misc clarifications. Improve table
2256 formatting.
2257
2258 * keymaps.texi (Inheritance and Keymaps):
2259 * text.texi (Sticky Properties): Tweak index entry.
2260
2261 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2262
2263 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2264
2265 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2266
2267 Prefer typical American spelling for "acknowledgment".
2268 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2269
2270 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2271
2272 * commands.texi (Special Events): Mention language-change event.
2273 (Input Events, Interactive Codes):
2274 * keymaps.texi (Key Sequences): Mention events that are
2275 non-keyboard but also non-mouse events.
2276
2277 2012-07-17 Chong Yidong <cyd@gnu.org>
2278
2279 * text.texi (Insertion): Document insert-char changes.
2280
2281 2012-07-15 Leo Liu <sdl.web@gmail.com>
2282
2283 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2284
2285 2012-07-13 Chong Yidong <cyd@gnu.org>
2286
2287 * buffers.texi (Read Only Buffers): Document toggle-read-only
2288 changes. Reword to account for the fact that read-only is
2289 currently not supported in overlay properties.
2290
2291 2012-07-07 Chong Yidong <cyd@gnu.org>
2292
2293 * loading.texi (Library Search): Index site-lisp directories.
2294
2295 2012-07-06 Chong Yidong <cyd@gnu.org>
2296
2297 * intro.texi (A Sample Function Description): Fix incorrect
2298 markup, undoing previous change.
2299 (A Sample Variable Description): Minor clarifications and markup
2300 improvements.
2301
2302 * elisp.texi (Top):
2303 * text.texi (Text): Fix menu order.
2304
2305 2012-07-06 Richard Stallman <rms@gnu.org>
2306
2307 * intro.texi (Evaluation Notation, A Sample Function Description)
2308 (A Sample Variable Description): Improve/undo previous changes.
2309
2310 2012-07-05 Glenn Morris <rgm@gnu.org>
2311
2312 * intro.texi (A Sample Function Description): Fix cross-refs.
2313
2314 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2315
2316 * intro.texi (Evaluation Notation, A Sample Function Description)
2317 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2318
2319 2012-06-27 Chong Yidong <cyd@gnu.org>
2320
2321 * processes.texi (Asynchronous Processes, Input to Processes):
2322 * internals.texi (Process Internals): Don't capitalize "pty".
2323
2324 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2325
2326 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2327 discussion more prominent.
2328
2329 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2330
2331 * commands.texi (Misc Events): Document the language-change event.
2332
2333 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2334
2335 Support higher-resolution time stamps (Bug#9000).
2336 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2337 * processes.texi (System Processes):
2338 Time stamp resolution is now picosecond, not microsecond.
2339
2340 2012-06-21 Glenn Morris <rgm@gnu.org>
2341
2342 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2343
2344 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * functions.texi (Defining Functions):
2347 * macros.texi (Defining Macros): Un-define the return value of `defun',
2348 `defmacro' and `defalias'.
2349
2350 2012-06-17 Chong Yidong <cyd@gnu.org>
2351
2352 * elisp.texi: Remove urlcolor setting.
2353
2354 2012-06-17 Glenn Morris <rgm@gnu.org>
2355
2356 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2357 Overlining no longer behaves exactly like underlining.
2358
2359 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2360
2361 * display.texi (Face Attributes):
2362 Document wave-style underline face attribute.
2363
2364 2012-06-11 Chong Yidong <cyd@gnu.org>
2365
2366 * display.texi (ImageMagick Images): ImageMagick now supports the
2367 :background property.
2368
2369 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2370
2371 * internals.texi (Garbage Collection): Typo fix.
2372
2373 2012-06-09 Chong Yidong <cyd@gnu.org>
2374
2375 * text.texi (Special Properties): Clarify the meaning of a list of
2376 faces in the `face' property.
2377
2378 * display.texi (Face Remapping): Minor clarification.
2379
2380 2012-06-08 Chong Yidong <cyd@gnu.org>
2381
2382 * display.texi (Face Attributes): Font family does not accept
2383 wildcards. De-document obsolete :bold and :italic attributes.
2384 (Defining Faces): Use new-style face spec format.
2385
2386 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2387
2388 * internals.texi (Garbage Collection): Document new
2389 vector management code and vectorlike_header structure.
2390
2391 2012-06-03 Chong Yidong <cyd@gnu.org>
2392
2393 * modes.texi (Mode Line Data): Use "mode line construct"
2394 terminology for consistency.
2395
2396 2012-05-27 Glenn Morris <rgm@gnu.org>
2397
2398 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2399 * buffers.texi, commands.texi, compile.texi, control.texi:
2400 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2401 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2402 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2403 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2404 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2405 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2406 * objects.texi, os.texi, package.texi, positions.texi:
2407 * processes.texi, searching.texi, sequences.texi, streams.texi:
2408 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2409 * variables.texi, windows.texi: Nuke hand-written node pointers.
2410
2411 2012-05-27 Chong Yidong <cyd@gnu.org>
2412
2413 * functions.texi (Obsolete Functions):
2414 Fix doc for set-advertised-calling-convention.
2415
2416 * modes.texi (Mode Help): Fix describe-mode.
2417
2418 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2419
2420 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2421
2422 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2423
2424 * commands.texi (Recursive Editing): recursive-edit is a command.
2425
2426 * compile.texi (Docs and Compilation):
2427 byte-compile-dynamic-docstrings is an option.
2428
2429 * debugging.texi (Invoking the Debugger): debug is a command.
2430
2431 * display.texi (Progress): progress-reporter-update and
2432 progress-reporter-force-update have VALUE argument optional.
2433 (Animated Images): Use non-@code{nil} instead of non-nil.
2434
2435 * files.texi (Format Conversion Round-Trip):
2436 Use non-@code{nil} instead of non-nil.
2437
2438 * frames.texi (Creating Frames): make-frame is a command.
2439 (Input Focus): select-frame is a command.
2440 (Pointer Shape): void-text-area-pointer is an option.
2441
2442 * help.texi (Describing Characters): read-kbd-macro is a command.
2443 (Help Functions): describe-prefix-bindings is a command.
2444
2445 * markers.texi (Creating Markers): Both arguments of copy-marker
2446 are optional.
2447
2448 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2449
2450 * modes.texi (Mode Line Variables): mode-line-remote and
2451 mode-line-client are not options.
2452 (Imenu): imenu-add-to-menubar is a command.
2453 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2454
2455 * os.texi (Sound Output): play-sound-file is a command.
2456
2457 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2458
2459 * processes.texi (Signals to Processes):
2460 Use @key{RET} instead of @code{RET}.
2461 (Signals to Processes): signal-process is a command.
2462
2463 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2464 (Base 64): base64-encode-string is not a command while
2465 base64-decode-region is.
2466
2467 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2468
2469 2012-05-12 Glenn Morris <rgm@gnu.org>
2470
2471 * Makefile.in (MKDIR_P): New, set by configure.
2472 (mkinfodir): Use $MKDIR_P.
2473
2474 2012-05-10 Glenn Morris <rgm@gnu.org>
2475
2476 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2477 with "coding: raw-text".
2478 Concept of multibyte sessions no longer exists.
2479
2480 * files.texi (File Locks): Mention create-lockfiles option.
2481
2482 2012-05-09 Glenn Morris <rgm@gnu.org>
2483
2484 * vol1.texi, vol2.texi: Remove files.
2485 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2486 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2487
2488 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2489
2490 * two-volume.make (emacsdir): New.
2491 (tex): Add directory with emacsver.texi to TEXINPUTS.
2492
2493 * minibuf.texi (Minibuffer History, Basic Completion):
2494 Tweak page breaks.
2495
2496 * internals.texi (Garbage Collection, Memory Usage)
2497 (Writing Emacs Primitives): Tweak page breaks.
2498
2499 * streams.texi (Output Variables): Improve page break.
2500
2501 * edebug.texi (Edebug Display Update): Improve page break.
2502
2503 * compile.texi (Disassembly): Condense the examples.
2504
2505 * eval.texi, functions.texi, loading.texi, macros.texi:
2506 Where possible, use example rather than smallexample.
2507
2508 * symbols.texi: Where possible, use example rather than smallexample.
2509 (Symbol Components): Fix typo.
2510 (Other Plists): Tweak page break.
2511
2512 * sequences.texi (Arrays): Tweak page breaks.
2513
2514 * customize.texi: Where possible, use example rather than smallexample.
2515 (Common Keywords, Variable Definitions, Applying Customizations)
2516 (Custom Themes): Tweak page breaks.
2517
2518 * control.texi: Where possible, use example rather than smallexample.
2519 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2520 Tweak page breaks.
2521
2522 2012-05-08 Glenn Morris <rgm@gnu.org>
2523
2524 * two.el: Remove; unused since creation of two-volume.make.
2525
2526 * vol1.texi, vol2.texi: No need to keep menus in these files.
2527
2528 2012-05-05 Glenn Morris <rgm@gnu.org>
2529
2530 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2531
2532 * intro.texi (Caveats): Copyedit.
2533 (Lisp History): Convert inforef to xref.
2534 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2535
2536 * text.texi (Auto Filling): Don't mention Emacs 19.
2537
2538 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2539 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2540
2541 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2542
2543 * lists.texi (List-related Predicates, List Variables):
2544 Tweak page-breaks.
2545 (Sets And Lists): Convert inforef to xref.
2546
2547 2012-05-04 Glenn Morris <rgm@gnu.org>
2548
2549 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2550 (info, infoclean): Use $INFO_EXT.
2551 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2552 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2553 (info, maintainer-clean): Use $INFO_EXT.
2554 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2555
2556 2012-05-04 Chong Yidong <cyd@gnu.org>
2557
2558 * os.texi (Timers): Use defopt for timer-max-repeats.
2559
2560 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2561
2562 * os.texi (Time of Day): Do not limit current-time-string
2563 to years 1000..9999.
2564
2565 2012-05-02 Chong Yidong <cyd@gnu.org>
2566
2567 * display.texi (Font Lookup):
2568 * frames.texi (Pointer Shape):
2569 * processes.texi (Subprocess Creation): Use defopt for options.
2570
2571 2012-05-02 Glenn Morris <rgm@gnu.org>
2572
2573 * elisp.texi (@copying):
2574 * intro.texi (Introduction): Only print VERSION in the TeX version.
2575
2576 2012-05-02 Chong Yidong <cyd@gnu.org>
2577
2578 * text.texi (Change Hooks): Minor fix for after-change-functions.
2579
2580 2012-05-02 Glenn Morris <rgm@gnu.org>
2581
2582 * package.texi (Packaging Basics):
2583 * loading.texi (Autoload):
2584 * files.texi (Magic File Names):
2585 Reword to remove/reduce some overly long/short lines.
2586
2587 2012-04-27 Glenn Morris <rgm@gnu.org>
2588
2589 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2590 * modes.texi (Major Modes, Auto-Indentation):
2591 * buffers.texi (Buffers): Some fixes for menu descriptions.
2592
2593 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2594 * functions.texi (Simple Lambda, Argument List):
2595 * eval.texi (Function Indirection): Avoid deprecated form.
2596
2597 2012-04-27 Glenn Morris <rgm@gnu.org>
2598
2599 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2600 Add "et al." to authors.
2601
2602 * buffers.texi, commands.texi, compile.texi, control.texi:
2603 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2604 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2605 * modes.texi, numbers.texi, objects.texi, streams.texi:
2606 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2607 Use Texinfo recommended convention for quotes+punctuation.
2608
2609 2012-04-27 Chong Yidong <cyd@gnu.org>
2610
2611 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2612 to where-is-internal (Bug#10872).
2613
2614 2012-04-27 Glenn Morris <rgm@gnu.org>
2615
2616 * macros.texi (Indenting Macros): Fix typo.
2617
2618 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2619 (Resizing Windows, Deleting Windows, Selecting Windows)
2620 (Choosing Window Options, Horizontal Scrolling)
2621 (Cyclic Window Ordering, Window History, Dedicated Windows)
2622 (Quitting Windows, Window Configurations, Textual Scrolling)
2623 (Coordinates and Windows, Window Configurations)
2624 (Window Parameters, Window Hooks): Copyedits.
2625 (Splitting Windows, Deleting Windows):
2626 Fix ignore-window-parameters logic.
2627 (Selecting Windows, Choosing Window Options): Markup fixes.
2628 (Window Start and End): Remove pointless example.
2629 Remove cross-reference to deleted count-lines content.
2630 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2631 and recenter-positions. Remove recenter example.
2632
2633 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2634
2635 * minibuf.texi (Intro to Minibuffers):
2636 Tweak discussion of resizing minibuffer window.
2637
2638 2012-04-26 Glenn Morris <rgm@gnu.org>
2639
2640 * elisp-covers.texi, front-cover-1.texi: Remove files.
2641
2642 * tindex.pl: Remove file.
2643
2644 * makefile.w32-in (srcs):
2645 * Makefile.in (srcs): Remove back.texi (which is unused).
2646
2647 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2648
2649 * os.texi (Notifications): Extend possible notification hints.
2650 Add notifications-get-capabilities.
2651
2652 2012-04-20 Chong Yidong <cyd@gnu.org>
2653
2654 * processes.texi (Asynchronous Processes): Mention nil argument to
2655 start-process.
2656
2657 2012-04-20 Glenn Morris <rgm@gnu.org>
2658
2659 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2660 Don't mention obsolete `nospace' argument of all-completions.
2661 (Minibuffer Completion, Completion Commands, Reading File Names)
2662 (Completion Variables): Copyedits.
2663 (Completion Commands): Mention parent keymaps.
2664 Remove obsolete minibuffer-local-filename-must-match-map.
2665 (High-Level Completion): Remove read-variable's almost
2666 word-for-word duplication of read-command.
2667 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2668 Update "High-Level Completion" description.
2669
2670 * minibuf.texi (Minibuffers):
2671 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2672
2673 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2674 Use Texinfo-recommended form of quote+punctuation.
2675 (Intro to Minibuffers): First minibuffer is #1, not #0.
2676 Mention minibuffer-inactive-mode.
2677 (Text from Minibuffer): Copyedits.
2678 (Minibuffer History, Programmed Completion): Fix @var usage.
2679 (Object from Minibuffer): Remove overly pedantic para.
2680 (Minibuffer History): Copyedits. Add face-name-history.
2681 (Initial Input, Yes-or-No Queries, Multiple Queries)
2682 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2683 (Yes-or-No Queries): Tweak example.
2684 (Minibuffer Commands): Add next-complete-history-element.
2685 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2686 minibuffer-inactive-mode.
2687
2688 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2689 (Bindat Functions): Copyedits.
2690
2691 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2692
2693 * files.texi (Saving Buffers): Document `visit and `visit-save'
2694 values of require-final-newline.
2695
2696 2012-04-20 Glenn Morris <rgm@gnu.org>
2697
2698 * processes.texi (Output from Processes, Filter Functions):
2699 Mention waiting-for-user-input-p.
2700 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2701 (Network Servers, Datagrams, Network Processes, Network Options)
2702 (Network Feature Testing, Serial Ports): Copyedits.
2703 (Network): Add encrypted network overview paragraph.
2704 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2705
2706 2012-04-20 Chong Yidong <cyd@gnu.org>
2707
2708 * help.texi (Keys in Documentation): Mention :advertised-binding.
2709
2710 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2711 description to help.texi.
2712
2713 2012-04-20 Glenn Morris <rgm@gnu.org>
2714
2715 * processes.texi (Process Information, Input to Processes)
2716 (Signals to Processes, Output from Processes, Process Buffers)
2717 (Filter Functions, Decoding Output): Copyedits.
2718 (Accepting Output): Discourage use of `millisec' argument.
2719
2720 2012-04-15 Glenn Morris <rgm@gnu.org>
2721
2722 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2723 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2724 Copyedits.
2725 (Subprocess Creation): Discourage modifying exec-path directly.
2726 (Synchronous Processes, Asynchronous Processes):
2727 Update some example output.
2728 (Process Information): Fix typo.
2729 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2730
2731 2012-04-15 Glenn Morris <rgm@gnu.org>
2732
2733 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2734 open-network-stream does exist in Emacs 23, but is simpler.
2735
2736 2012-04-15 Chong Yidong <cyd@gnu.org>
2737
2738 * customize.texi (Custom Themes): Also document load-theme etc.
2739
2740 2012-04-14 Chong Yidong <cyd@gnu.org>
2741
2742 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2743
2744 * display.texi (Defining Faces): Reference custom-set-faces.
2745
2746 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2747 * os.texi (Startup Summary): Copyedits.
2748
2749 2012-04-14 Glenn Morris <rgm@gnu.org>
2750
2751 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2752
2753 * strings.texi (Case Tables):
2754 * objects.texi (General Escape Syntax):
2755 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2756
2757 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2758 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2759 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2760 * text.texi: Use @file for buffers, per the Texinfo manual.
2761
2762 * compile.texi (Compiler Errors): Add missing space in buffer name.
2763
2764 2012-04-14 Chong Yidong <cyd@gnu.org>
2765
2766 * processes.texi (Query Before Exit): Remove obsolete function
2767 process-kill-without-query (Bug#11190).
2768
2769 2012-04-14 Glenn Morris <rgm@gnu.org>
2770
2771 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2772 Use @env for environment variables.
2773
2774 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2775
2776 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2777
2778 * processes.texi (Synchronous Processes):
2779 Mention `default-directory' (bug#7515).
2780
2781 2012-04-09 Chong Yidong <cyd@gnu.org>
2782
2783 * customize.texi (Variable Definitions): Remove user-variable-p.
2784
2785 * commands.texi (Interactive Codes):
2786 * help.texi (Accessing Documentation):
2787 * minibuf.texi (High-Level Completion): Callers changed.
2788
2789 2012-04-06 Chong Yidong <cyd@gnu.org>
2790
2791 * minibuf.texi (Programmed Completion): Document metadata method.
2792 (Completion Variables): Document completion-category-overrides.
2793
2794 2012-04-05 Chong Yidong <cyd@gnu.org>
2795
2796 * anti.texi (Antinews): Rewrite for Emacs 23.
2797
2798 2012-04-04 Chong Yidong <cyd@gnu.org>
2799
2800 * minibuf.texi (Programmed Completion): Remove obsolete variable
2801 completion-annotate-function.
2802 (Completion Variables): Rename from Completion Styles.
2803 Document completion-extra-properties. Document completion-styles-alist
2804 change.
2805 (Reading File Names): minibuffer-local-filename-must-match-map is
2806 not used anymore.
2807 (Minibuffer Completion): Document completing-read-function.
2808 (Completion in Buffers): completion-at-point-functions can return
2809 properties recognized in completion-extra-properties.
2810
2811 * display.texi (Delayed Warnings): New node.
2812
2813 * os.texi (Notifications): Copyedits.
2814
2815 2012-04-04 Glenn Morris <rgm@gnu.org>
2816
2817 * os.texi (Notifications): Copyedits.
2818
2819 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2820
2821 * os.texi (Terminal-Specific): Fix typo.
2822 (Notifications): New section.
2823
2824 * elisp.texi (Top):
2825 * vol1.texi (Top):
2826 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2827 menu entries.
2828
2829 2012-04-01 Chong Yidong <cyd@gnu.org>
2830
2831 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2832 file-in-directory-p.
2833
2834 2012-03-31 Glenn Morris <rgm@gnu.org>
2835
2836 * edebug.texi (Instrumenting Macro Calls):
2837 Mention defining macros at instrumentation time.
2838 (Edebug Options): Mention edebug-unwrap-results.
2839
2840 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2841
2842 * text.texi (Special Properties): Clarify the description of the
2843 effect of integer values of the 'cursor' property on cursor
2844 position. See the discussions in bug#11068 for more details and
2845 context.
2846
2847 2012-03-31 Glenn Morris <rgm@gnu.org>
2848
2849 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2850 Copyedits.
2851
2852 2012-03-30 Chong Yidong <cyd@gnu.org>
2853
2854 * display.texi (Image Formats): Add imagemagick type.
2855 (Image Descriptors): Mention how they are used.
2856 (ImageMagick Images): Clarify role of imagemagick-register-types.
2857 (Character Display): Don't mention glyph tables.
2858 (Display Tables): Use make-glyph-code in example.
2859 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2860 tables are semi-obsolete. De-document create-glyph.
2861 (Glyphless Chars): Note that display tables override this.
2862 (Bidirectional Display): Copyedits. Introduce "bidirectional
2863 reordering" terminology, and use it.
2864
2865 2012-03-30 Glenn Morris <rgm@gnu.org>
2866
2867 * edebug.texi (Jumping): Give name of `i' binding.
2868
2869 2012-03-28 Glenn Morris <rgm@gnu.org>
2870
2871 * searching.texi (Regular Expressions, Regexp Special)
2872 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2873 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2874 (Regexp Special): Mention collation.
2875 Clarify char classes with an example.
2876 (Regexp Functions): Mention regexp-opt is not guaranteed.
2877 Mention regexp-opt-charset.
2878 (Regexp Search): Recommend against looking-back.
2879 (Search and Replace): Use Texinfo recommended quote convention.
2880 Add more query-replace-map items. List multi-query-replace-map items.
2881
2882 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2883
2884 * windows.texi (Window History): Describe new option
2885 switch-to-visible-buffer.
2886
2887 2012-03-27 Glenn Morris <rgm@gnu.org>
2888
2889 * searching.texi (String Search): Add xref to Emacs manual.
2890 Copyedits. Mention the function word-search-regexp.
2891 (Searching and Case): Add xref to Emacs manual. Copyedits.
2892
2893 * processes.texi (Network Servers): Standardize apostrophe usage.
2894
2895 * os.texi (System Environment): Copyedits. Remove some examples
2896 that do not seem useful. Mention setenv third arg.
2897 tty-erase-char does not seem to be nil under a window-system.
2898 (User Identification): Copyedits.
2899 Remove some examples that do not seem useful.
2900
2901 2012-03-26 Glenn Morris <rgm@gnu.org>
2902
2903 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2904 (Init File): Copyedits.
2905 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2906 (Killing Emacs): Copyedits.
2907 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2908 Shorten the example, use more standard shell prompts.
2909
2910 2012-03-25 Chong Yidong <cyd@gnu.org>
2911
2912 * display.texi (Fringes): Note that fringes are shown on graphical
2913 displays only.
2914 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2915 (Replacing Specs): Clarify example.
2916 (Manipulating Buttons): Note that button-at can return a marker.
2917 (Buttons): Minor rewrite.
2918 (Character Display): New node. Consolidate all character display
2919 related nodes into its subsections.
2920 (Usual Display): Character 127 is also affected by ctl-arrow.
2921 (Display Tables): Improve example.
2922
2923 2012-03-22 Glenn Morris <rgm@gnu.org>
2924
2925 * strings.texi (Text Comparison): Mention string-prefix-p.
2926
2927 2012-03-21 Chong Yidong <cyd@gnu.org>
2928
2929 * display.texi (The Echo Area): Add xref to Output Streams.
2930 (Displaying Messages): Improve doc of message.
2931 (Echo Area Customization, Invisible Text): Copyedits.
2932 (Invisible Text): Mention that spec comparison is done with eq.
2933 (Width): Improve doc of char-width.
2934 (Faces): Recommend using symbol instead of string for face name.
2935 Minor clarifications.
2936 (Defining Faces): Copyedits. Update face example.
2937 (Attribute Functions): Mark set-face-foreground etc as commands.
2938 (Face Remapping): Mention text-scale-adjust.
2939 Clarify face-remapping-alist and related docs.
2940 (Face Functions): Don't document make-face or copy-face.
2941
2942 2012-03-20 Chong Yidong <cyd@gnu.org>
2943
2944 * display.texi (Forcing Redisplay): Various rewrites to reflect
2945 new value of redisplay-dont-pause.
2946 (Truncation): Copyedits.
2947
2948 2012-03-20 Glenn Morris <rgm@gnu.org>
2949
2950 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2951 Add summary table of some relevant command-line options.
2952
2953 2012-03-18 Chong Yidong <cyd@gnu.org>
2954
2955 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2956 (Writing Emacs Primitives): Re-organize discussion of functions
2957 with variable Lisp arguments are handled. Delete an obsolete
2958 remark, previously tagged as FIXME.
2959
2960 * os.texi (Idle Timers): Minor clarification.
2961 (Idle Timers): Link to Time of Day for description of time list.
2962
2963 2012-03-18 Glenn Morris <rgm@gnu.org>
2964
2965 * os.texi (System Interface): Flow control was removed.
2966 (Startup Summary): General update.
2967 (Init File): Don't mention compiling it.
2968
2969 2012-03-17 Chong Yidong <cyd@gnu.org>
2970
2971 * os.texi (Startup Summary): Mention package loading.
2972 (Init File): Don't refer to .emacs in section title. Copyedits.
2973 (Terminal-Specific): Give a realistic example.
2974 (Command-Line Arguments): Reference Entering Emacs instead of
2975 repeating the spiel about not restarting Emacs.
2976 (Time of Day): Discuss time representation at beginning of node.
2977 (Sound Output): Copyedits.
2978
2979 * package.texi (Packaging Basics): Document package-initialize.
2980
2981 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2982
2983 * frames.texi (Initial Parameters): Add an index entry for
2984 minibuffer-only frame.
2985
2986 2012-03-16 Glenn Morris <rgm@gnu.org>
2987
2988 * modes.texi (Major Mode Conventions): Mention the strange
2989 relationship between View mode and special modes. (Bug#10650)
2990
2991 2012-03-11 Chong Yidong <cyd@gnu.org>
2992
2993 * windows.texi (Window Configurations): save-window-excursion is
2994 now a macro.
2995
2996 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2997 now a macro.
2998
2999 * text.texi (Fields): Minor copyedit.
3000
3001 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3002
3003 * strings.texi (String Basics):
3004 * sequences.texi (Sequence Functions): Mention that `length' is
3005 not appropriate for computing the string width on display; add a
3006 cross-reference to the description of `string-width'. (Bug#10978)
3007
3008 * eval.texi (Autoloading): Minor change of wording.
3009
3010 2012-03-10 Chong Yidong <cyd@gnu.org>
3011
3012 * loading.texi (Autoload): Explicitly state which forms are
3013 processed specially (Bug#7783).
3014
3015 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3016 non-default situation. Describe one-submenu exception (Bug#7695).
3017
3018 * nonascii.texi (Character Properties): Copyedits.
3019
3020 2012-03-08 Chong Yidong <cyd@gnu.org>
3021
3022 * text.texi (Mode-Specific Indent): Document new behavior of
3023 indent-for-tab-command. Document tab-always-indent.
3024 (Special Properties): Copyedits.
3025 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3026 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3027 libxml-parse-html-region.
3028
3029 2012-03-07 Glenn Morris <rgm@gnu.org>
3030
3031 * markers.texi (The Region): Briefly mention use-empty-active-region
3032 and region-active-p.
3033 (Overview of Markers): Reword garbage collection, add cross-ref.
3034 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3035
3036 2012-03-07 Chong Yidong <cyd@gnu.org>
3037
3038 * text.texi (Buffer Contents): Don't duplicate explanation of
3039 region arguments from Text node. Put doc of obsolete var
3040 buffer-substring-filters back, since it is referred to.
3041 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3042 selection by default.
3043
3044 * markers.texi (The Mark): Fix typo.
3045 (The Region): Copyedits.
3046
3047 2012-03-07 Glenn Morris <rgm@gnu.org>
3048
3049 * markers.texi (Overview of Markers): Copyedits.
3050 (Creating Markers): Update approximate example buffer size.
3051 (The Mark): Don't mention uninteresting return values.
3052
3053 2012-03-05 Chong Yidong <cyd@gnu.org>
3054
3055 * positions.texi (Text Lines): Document count-words.
3056
3057 2012-03-04 Chong Yidong <cyd@gnu.org>
3058
3059 * frames.texi (Frames): Remove little-used "terminal frame" and
3060 "window frame" terminology.
3061 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3062 (Size and Position, Visibility of Frames): Callers changed.
3063 (Frames): Clarify which terminals in framep are graphical.
3064 (Initial Parameters): --geometry is not the only option which adds
3065 to initial-frame-alist.
3066 (Position Parameters): Note that icon-left and icon-top are for
3067 old window managers only.
3068 (Size Parameters): Sizes are in characters even on graphical
3069 displays.
3070 (Management Parameters): Note that window-id and outer-window-id
3071 can't really be changed, and that auto-raise isn't always obeyed.
3072 (Cursor Parameters): Document cursor-type explicitly.
3073 (Size and Position): The aliases set-screen-height and
3074 set-screen-width have been deleted.
3075 (Visibility of Frames): Mention "minimization".
3076
3077 * os.texi (Startup Summary): Minor clarifications.
3078 (Startup Summary, Suspending Emacs): Standardize on "text
3079 terminal" terminology.
3080
3081 * windows.texi (Basic Windows, Coordinates and Windows)
3082 (Coordinates and Windows):
3083 * display.texi (Refresh Screen, Line Height, Face Attributes)
3084 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3085
3086 2012-03-04 Glenn Morris <rgm@gnu.org>
3087
3088 * abbrevs.texi: Small copyedits throughout.
3089 (Abbrev Mode): Remove this section, folding it into the top-level.
3090 (Abbrev Tables): Don't mention irrelevant return values.
3091 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3092 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3093 (Abbrev Table Properties): Update nil :regexp description.
3094
3095 2012-03-03 Glenn Morris <rgm@gnu.org>
3096
3097 * internals.texi: Change @appendix section commands to @section.
3098 (Building Emacs): Say less about CANNOT_DUMP platforms.
3099 Replace deleted eval-at-startup with custom-initialize-delay.
3100 (Pure Storage): Small changes.
3101 (Memory Usage): Copyedit.
3102 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3103 example definitions. Give examples of things with non-nil
3104 interactive args. Mention eval_sub. Remove old info about
3105 strings and GCPRO. Mention cus-start.el.
3106 (Buffer Internals, Window Internals, Process Internals):
3107 Misc small updates and fixes for fields.
3108
3109 * tips.texi: Copyedits.
3110 (Coding Conventions): Mention autoloads.
3111 Combine partially duplicated macro items. Fix xref.
3112 Refer to Library Headers for copyright notice.
3113 (Programming Tips): edit-options is long-obsolete.
3114 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3115 (Warning Tips): Mention declare-function.
3116 (Documentation Tips): Remove old info.
3117 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3118 (Library Headers): General update.
3119
3120 2012-03-02 Glenn Morris <rgm@gnu.org>
3121
3122 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3123 and relocate entry. Mention buffer-stale-function.
3124
3125 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3126
3127 * hooks.texi (Standard Hooks): General update.
3128 Put related hooks together. Add and remove items.
3129 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3130 * modes.texi (Hooks): Tweak cross-ref description.
3131
3132 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3133
3134 * files.texi (Kinds of Files): The return value of file-equal-p is
3135 unspecified, if FILE1 or FILE2 does not exist.
3136
3137 2012-03-01 Glenn Morris <rgm@gnu.org>
3138
3139 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3140
3141 * maps.texi (Standard Keymaps): General update.
3142 Remove mode-specific maps, talk about the more general keymaps.
3143 * help.texi (Help Functions): Add vindex for Helper-help-map.
3144 * keymaps.texi (Active Keymaps): Minor rephrasing.
3145
3146 2012-02-29 Glenn Morris <rgm@gnu.org>
3147
3148 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3149
3150 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3151
3152 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3153 Update changed behavior of file-subdir-of-p.
3154
3155 2012-02-28 Glenn Morris <rgm@gnu.org>
3156
3157 * advice.texi, anti.texi, display.texi, elisp.texi:
3158 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3159 Standardize possessive apostrophe usage.
3160
3161 * locals.texi: Remove file.
3162 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3163 Remove menu entry.
3164 * errors.texi, maps.texi: Adjust node pointers.
3165 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3166 * makefile.w32-in (srcs):
3167 * Makefile.in (srcs): Remove locals.texi.
3168
3169 * frames.texi (Mouse Position): Fix cross-ref.
3170
3171 2012-02-27 Chong Yidong <cyd@gnu.org>
3172
3173 * buffers.texi (Creating Buffers): Clarify that
3174 generate-new-buffer uses generate-new-buffer-names.
3175 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3176
3177 * files.texi (Directory Names): Index entry for file name abbreviations.
3178 (Relative File Names, File Name Expansion): Refer to it.
3179 (Locating Files): Move locate-user-emacs-file documentation to
3180 Standard File Names.
3181 (Standard File Names): Add locate-user-emacs-file; update examples.
3182
3183 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3184
3185 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3186
3187 2012-02-26 Chong Yidong <cyd@gnu.org>
3188
3189 * files.texi (Kinds of Files): Improve documentation of
3190 files-equal-p and file-subdir-of-p.
3191
3192 2012-02-26 Glenn Morris <rgm@gnu.org>
3193
3194 * intro.texi (Acknowledgements): Small changes.
3195
3196 2012-02-25 Glenn Morris <rgm@gnu.org>
3197
3198 * errors.texi: Don't try to list _all_ the error symbols.
3199 Add circular-list, cl-assertion-failed, compression-error.
3200 * elisp.texi, vol1.texi, vol2.texi:
3201 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3202
3203 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3204
3205 * files.texi (files-equal-p, file-subdir-of-p): New,
3206 add initial documentation.
3207
3208 2012-02-25 Chong Yidong <cyd@gnu.org>
3209
3210 * files.texi (File Attributes): Document file-selinux-context.
3211 (Changing Files): Link to it.
3212 (Changing Files): Document set-file-selinux-context.
3213
3214 * backups.texi (Making Backups): Return value of backup-buffer is
3215 changed. Mention default value of backup-directory-alist.
3216 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3217 (Auto-Saving): New minor mode behavior for auto-save-mode.
3218 (Reverting): Add defvar for revert-buffer-in-progress-p.
3219
3220 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3221
3222 2012-02-24 Glenn Morris <rgm@gnu.org>
3223
3224 * errors.texi (Standard Errors): Mention dbus-error.
3225 For arith-error sub-classes, just use one cross-ref.
3226
3227 2012-02-23 Alan Mackenzie <acm@muc.de>
3228
3229 * modes.texi (Defining Minor Modes): Document the new keyword
3230 :after-hook.
3231
3232 2012-02-21 Chong Yidong <cyd@gnu.org>
3233
3234 * files.texi (Files): Mention magic file names as arguments.
3235 (Reading from Files): Copyedits.
3236 (File Attributes): Mention how to change file modes.
3237 (Changing Files): Use standard "file permissions" terminology.
3238 Add xref to File Attributes node.
3239 (Locating Files): Document locate-user-emacs-file.
3240 (Unique File Names): Recommend against using make-temp-name.
3241
3242 2012-02-19 Chong Yidong <cyd@gnu.org>
3243
3244 * help.texi (Documentation, Documentation Basics, Help Functions):
3245 Minor clarifications.
3246 (Accessing Documentation): Clarify what documentation-property is
3247 for. Add xref to Keys in Documentation.
3248
3249 * tips.texi (Documentation Tips): Don't recommend using * in
3250 docstrings.
3251
3252 * macros.texi (Defining Macros):
3253 * modes.texi (Derived Modes): Say "documentation string" instead
3254 of docstring.
3255
3256 2012-02-18 Chong Yidong <cyd@gnu.org>
3257
3258 * modes.texi (Tabulated List Mode): New node.
3259 (Basic Major Modes): Add xref to it.
3260
3261 * processes.texi (Process Information): Mention Process Menu mode.
3262
3263 2012-02-17 Chong Yidong <cyd@gnu.org>
3264
3265 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3266
3267 2012-02-17 Glenn Morris <rgm@gnu.org>
3268
3269 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3270
3271 2012-02-16 Chong Yidong <cyd@gnu.org>
3272
3273 * syntax.texi (Syntax Tables, Syntax Descriptors)
3274 (Syntax Table Functions): Copyedits.
3275 (Syntax Basics): Don't repeat the material in the preceding node.
3276 (Syntax Class Table): Use a table.
3277 (Syntax Properties): Document syntax-propertize-function and
3278 syntax-propertize-extend-region-functions.
3279 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3280 (Parser State): Update for the new "c" comment style.
3281 Fix description of item 7 (comment style).
3282
3283 * modes.texi (Minor Modes): Update how mode commands should treat
3284 arguments now.
3285 (Mode Line Basics): Clarify force-mode-line-update.
3286 (Mode Line Top): Note that the example is not realistic.
3287 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3288 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3289 "mode line construct" instead of "mode line specification".
3290 (Syntactic Font Lock): Remove mention of obsolete variable
3291 font-lock-syntactic-keywords.
3292 (Setting Syntax Properties): Node deleted.
3293 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3294 (Font Lock Basics): Note that syntactic fontification falls back
3295 on `syntax-table'.
3296 (Search-based Fontification): Emphasize that font-lock-keywords
3297 should not be set directly.
3298 (Faces for Font Lock): Avoid some confusing terminology.
3299 (Syntactic Font Lock): Minor clarifications. Add xref to
3300 Syntactic Font Lock node.
3301
3302 2012-02-15 Chong Yidong <cyd@gnu.org>
3303
3304 * minibuf.texi (Basic Completion): Define "completion table".
3305 Move completion-in-region to Completion in Buffers node.
3306 (Completion Commands): Use "completion table" terminology.
3307 (Completion in Buffers): New node.
3308
3309 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3310 (Setting Hooks): Update minor mode usage example.
3311 (Major Mode Conventions): Note that completion-at-point-functions
3312 should be altered locally. Add xref to Completion in Buffers.
3313 Remove duplicate tip about auto-mode-alist.
3314 (Minor Modes): Rewrite introduction.
3315 (Minor Mode Conventions): Copyedits. Don't recommend
3316 variable-only minor modes since few minor modes are like that.
3317
3318 2012-02-15 Glenn Morris <rgm@gnu.org>
3319
3320 * processes.texi (Network): Document open-network-stream :parameters.
3321
3322 2012-02-14 Chong Yidong <cyd@gnu.org>
3323
3324 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3325 was removed on 2009-09-10. Update lisp-mode-map example.
3326 (Inheritance and Keymaps): Minor clarification.
3327 (Searching Keymaps): Remove out-of-place enumeration.
3328 (Key Lookup): Remove unnecessary example (one was already given in
3329 Format of Keymaps).
3330 (Changing Key Bindings): Update suppress-keymap example.
3331 (Menu Bar, Tool Bar): Copyedits.
3332 (Tool Bar): Update tool-bar-map example.
3333
3334 2012-02-12 Chong Yidong <cyd@gnu.org>
3335
3336 * debugging.texi (Debugger Commands): Continuing is now allowed
3337 for errors.
3338
3339 2012-02-11 Chong Yidong <cyd@gnu.org>
3340
3341 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3342 Move the list of standard bitmaps there.
3343 (Fringe Cursors): Rewrite for clarity.
3344 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3345
3346 * commands.texi (Command Overview): Mention read-key.
3347 (Using Interactive, Interactive Call): Minor clarifications.
3348 (Function Keys, Click Events): Avoid "input stream" terminology.
3349 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3350 Clarify column and row components.
3351 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3352 (Special Events): Copyedits.
3353
3354 * streams.texi (Input Streams): De-document get-file-char.
3355 (Output Variables): Don't refer to old backquote syntax.
3356
3357 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3358 (Error Debugging): Note that debug-ignored-errors overrides list
3359 values of debug-on-error too. Add xref to Signaling Errors.
3360 Note that debug-on-signal is not customizable.
3361 Mention condition-case-unless-debug.
3362 (Compilation Errors): Node deleted.
3363
3364 * compile.texi (Compiler Errors): Move a paragraph here from
3365 deleted node Compilation Errors.
3366
3367 2012-02-10 Leo Liu <sdl.web@gmail.com>
3368
3369 * control.texi (Handling Errors): Change condition-case-no-debug
3370 to condition-case-unless-debug.
3371
3372 2012-02-10 Chong Yidong <cyd@gnu.org>
3373
3374 * advice.texi (Defining Advice): Clarify ad-unadvise.
3375 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3376 is not abnormal.
3377 (Advising Primitives): Node deleted; ad-define-subr-args has been
3378 removed.
3379
3380 * compile.texi (Speed of Byte-Code): Use float-time in example.
3381 (Compilation Functions): Note that the log uses Compilation mode.
3382 Don't discuss the contents of byte-code function object here.
3383 (Compilation Functions): De-document internal function byte-code.
3384 (Docs and Compilation): Minor clarifications.
3385
3386 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3387 Objects.
3388
3389 2012-02-10 Glenn Morris <rgm@gnu.org>
3390
3391 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3392 Mention secure-hash.
3393 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3394
3395 2012-02-10 Chong Yidong <cyd@gnu.org>
3396
3397 * loading.texi (Loading): Don't emphasize "library" terminology.
3398 (Library Search): load-path is not a user option. Mention role of
3399 -L option and packages. Improve examples.
3400 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3401 obsolete.
3402 (Autoload): Minor clarifications.
3403
3404 2012-02-10 Glenn Morris <rgm@gnu.org>
3405
3406 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3407
3408 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3409
3410 2012-02-08 Glenn Morris <rgm@gnu.org>
3411
3412 * loading.texi (Named Features): Update the require example.
3413
3414 2012-02-07 Glenn Morris <rgm@gnu.org>
3415
3416 * modes.texi (Defining Minor Modes):
3417 Expand on args of defined minor modes.
3418
3419 2012-02-07 Chong Yidong <cyd@gnu.org>
3420
3421 * variables.texi (Creating Buffer-Local): Minor clarification
3422 to buffer-local-variables doc (Bug#10715).
3423
3424 2012-02-07 Glenn Morris <rgm@gnu.org>
3425
3426 * display.texi (ImageMagick Images): General update.
3427 Move most details of imagemagick-render-type to the variable's doc.
3428
3429 2012-02-06 Glenn Morris <rgm@gnu.org>
3430
3431 * keymaps.texi (Tool Bar): Mention separators.
3432 (Inheritance and Keymaps):
3433 Mention make-composed-keymap and multiple inheritance.
3434
3435 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3436
3437 * control.texi (Handling Errors):
3438 Mention condition-case-no-debug and with-demoted-errors.
3439
3440 2012-02-05 Chong Yidong <cyd@gnu.org>
3441
3442 * customize.texi (Common Keywords): Minor clarifications.
3443 Document custom-unlispify-remove-prefixes.
3444 (Variable Definitions): Backquotes in defcustom seem to work fine
3445 now. Various other copyedits.
3446 (Simple Types): Copyedits. Document color selector.
3447 (Composite Types): Copyedits.
3448 (Splicing into Lists): Clarifications.
3449
3450 * eval.texi (Backquote): Move from macros.texi.
3451
3452 * macros.texi (Expansion): Minor clarification.
3453 (Backquote): Move node to eval.texi.
3454 (Defining Macros): Move an example from Backquote node.
3455 (Argument Evaluation): No need to mention Pascal.
3456 (Indenting Macros): Add xref to Defining Macros.
3457
3458 2012-02-05 Glenn Morris <rgm@gnu.org>
3459
3460 * debugging.texi (Error Debugging): Mention debug-on-event default.
3461
3462 2012-02-04 Glenn Morris <rgm@gnu.org>
3463
3464 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3465
3466 * debugging.texi (Error Debugging): Mention debug-on-event.
3467 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3468
3469 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3470
3471 * text.texi (Buffer Contents):
3472 Update filter-buffer-substring description.
3473
3474 2012-02-04 Chong Yidong <cyd@gnu.org>
3475
3476 * functions.texi (What Is a Function): Add closures.
3477 Mention "return value" terminology. Add xref for command-execute.
3478 Remove unused "keystroke command" terminology.
3479 (Lambda Expressions): Give a different example than in the
3480 following subsection. Add xref to Anonymous Functions.
3481 (Function Documentation): Remove gratuitous markup.
3482 (Function Names): Move introductory text to `What Is a Function'.
3483 (Defining Functions): Fix defun argument spec.
3484 (Anonymous Functions): Document lambda macro explicitly.
3485 Mention effects on lexical binding.
3486 (Function Cells): Downplay direct usage of fset.
3487 (Closures): New node.
3488 (Inline Functions): Remove "open-code" terminology.
3489 (Declaring Functions): Minor tweak; .m is not C code.
3490
3491 * variables.texi (Variables): Don't refer to "global value".
3492 (Local Variables, Void Variables): Copyedits.
3493 (Lexical Binding): Minor clarification of example.
3494 (File Local Variables): Mention :safe and :risky defcustom args.
3495 (Lexical Binding): Add xref to Closures node.
3496
3497 2012-02-04 Glenn Morris <rgm@gnu.org>
3498
3499 * minibuf.texi (High-Level Completion): Updates for read-color.
3500
3501 2012-02-03 Glenn Morris <rgm@gnu.org>
3502
3503 * display.texi (GIF Images): Mention animation.
3504 Remove commented-out old example of animation.
3505 (Animated Images): New subsection.
3506 * elisp.texi (Top):
3507 * vol1.texi (Top):
3508 * vol2.texi (Top): Add Animated Images menu entry.
3509
3510 * display.texi (Image Formats): Remove oddly specific information
3511 on versions of image libraries.
3512 (GIF Images, TIFF Images): Minor rephrasing.
3513
3514 2012-02-02 Glenn Morris <rgm@gnu.org>
3515
3516 * processes.texi (Synchronous Processes):
3517 Mention call-process's :file gets overwritten.
3518
3519 * commands.texi (Reading One Event):
3520 * help.texi (Help Functions): Document read-char-choice.
3521
3522 * hooks.texi (Standard Hooks):
3523 * modes.texi (Keymaps and Minor Modes):
3524 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3525
3526 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3527
3528 * hooks.texi (Standard Hooks):
3529 * modes.texi (Major Mode Conventions, Mode Hooks):
3530 Document change-major-mode-after-body-hook.
3531
3532 2012-02-01 Glenn Morris <rgm@gnu.org>
3533
3534 * modes.texi (Defining Minor Modes):
3535 Mention disabling global minor modes on a per-major-mode basis.
3536
3537 2012-01-31 Chong Yidong <cyd@gnu.org>
3538
3539 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3540 (Parser State): Remove unnecessary statement (Bug#10661).
3541
3542 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3543
3544 2012-01-31 Glenn Morris <rgm@gnu.org>
3545
3546 * modes.texi (Defining Minor Modes):
3547 Document define-minor-mode's new :variable keyword.
3548
3549 2012-01-29 Chong Yidong <cyd@gnu.org>
3550
3551 * syntax.texi (Syntax Class Table): Tweak description of newline
3552 char syntax (Bug#9619).
3553
3554 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3555 description (Bug#10189).
3556
3557 2012-01-29 Glenn Morris <rgm@gnu.org>
3558
3559 * files.texi (Changing Files): Document SELinux support.
3560
3561 * windows.texi (Window Sizes): Fix typo.
3562
3563 2012-01-28 Chong Yidong <cyd@gnu.org>
3564
3565 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3566 doc (Bug#8568).
3567
3568 * frames.texi (Input Focus): Add NORECORD arg to
3569 select-frame-set-input-focus. Clarify its role in select-frame.
3570
3571 * text.texi (Transposition): We don't use transpose-region as an
3572 internal subroutine (Bug#3249).
3573
3574 * modes.texi (Example Major Modes): Update Lisp example code to
3575 current sources. Delete the old non-derived-major-mode example,
3576 which has diverged badly from current sources.
3577
3578 2012-01-27 Glenn Morris <rgm@gnu.org>
3579
3580 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3581 (VERSION, manual): Remove, unused.
3582
3583 2012-01-27 Chong Yidong <cyd@gnu.org>
3584
3585 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3586
3587 2012-01-26 Chong Yidong <cyd@gnu.org>
3588
3589 * searching.texi (String Search): Document negative repeat count
3590 (Bug#10507).
3591
3592 2012-01-26 Glenn Morris <rgm@gnu.org>
3593
3594 * variables.texi (Using Lexical Binding):
3595 Mention that lexical-binding should be set in the first line.
3596
3597 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3598
3599 * macros.texi (Defining Macros): Don't claim that `declare' only
3600 affects Edebug and indentation.
3601
3602 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3603
3604 * macros.texi (Defining Macros): Slight `declare' fixup.
3605
3606 2012-01-25 Glenn Morris <rgm@gnu.org>
3607
3608 * makefile.w32-in (texinputdir):
3609 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3610
3611 2012-01-24 Chong Yidong <cyd@gnu.org>
3612
3613 * variables.texi (Variables, Local Variables, Void Variables):
3614 Edit to make the descriptions less specific to dynamic binding.
3615 (Local Variables): Default max-specpdl-size is now 1300.
3616 (Defining Variables): Edits for lexical scoping.
3617 Delete information about starting docstrings with *. De-document
3618 user-variable-p.
3619 (Tips for Defining): Remove an unimportant discussion of quitting
3620 in the middle of a load.
3621 (Accessing Variables, Setting Variables): Discuss lexical binding.
3622 (Variable Scoping): Rewrite.
3623 (Scope, Extent, Impl of Scope): Nodes deleted.
3624 (Dynamic Binding): New node, with material from Scope, Extent, and
3625 Impl of Scope nodes.
3626 (Dynamic Binding Tips): Rename from Using Scoping.
3627 (Lexical Binding): Rewrite.
3628 (Using Lexical Binding): Rename from Converting to Lexical
3629 Binding. Convert to subsection.
3630
3631 * customize.texi (Variable Definitions): Add custom-variable-p.
3632 Move user-variable-p documentation here.
3633
3634 2012-01-23 Chong Yidong <cyd@gnu.org>
3635
3636 * strings.texi (Text Comparison): Minor qualification.
3637
3638 * lists.texi (Cons Cells): Copyedits.
3639 (List Elements): Mention push.
3640 (List Variables): Mention pop.
3641 (Rings): Move to sequences.texi.
3642
3643 * sequences.texi (Sequence Functions): Don't repeat the
3644 introduction already given in the parent.
3645 (Vectors): Copyedits.
3646 (Rings): Move from lists.texi. Note that this is specific to the
3647 ring package.
3648
3649 * symbols.texi (Definitions, Symbol Components): Mention variable
3650 scoping issues.
3651 (Plists and Alists): Copyedits.
3652
3653 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3654 correctness with lexical scoping.
3655 (Eval): Copyedits.
3656
3657 2012-01-21 Chong Yidong <cyd@gnu.org>
3658
3659 * intro.texi (A Sample Function Description): Special notation
3660 used for macros too.
3661
3662 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3663 (Symbol Type): Add xref for keyword symbols.
3664 (Sequence Type): Clarify differences between sequence types.
3665 (Cons Cell Type): Add "linked list" index entry.
3666 (Non-ASCII in Strings): Copyedits.
3667 (Equality Predicates): Symbols with same name need not be eq.
3668
3669 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3670 ldexp. Move float-e and float-pi to Math Functions node.
3671
3672 2012-01-21 Glenn Morris <rgm@gnu.org>
3673
3674 * modes.texi (Auto Major Mode):
3675 * variables.texi (File Local Variables):
3676 Mention inhibit-local-variables-regexps.
3677
3678 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3679
3680 * windows.texi (Window Configurations): Rewrite references to
3681 persistent window parameters.
3682 (Window Parameters): Fix description of persistent window
3683 parameters.
3684
3685 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3686
3687 * windows.texi (Window Parameters): Use @pxref.
3688
3689 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3690
3691 * windows.texi (Window Configurations, Window Parameters):
3692 Describe persistent window parameters.
3693
3694 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * variables.texi (Creating Buffer-Local): Warn against misuses of
3697 make-variable-buffer-local (bug#10258).
3698
3699 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3700
3701 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3702
3703 2012-01-06 Chong Yidong <cyd@gnu.org>
3704
3705 * variables.texi (Directory Local Variables):
3706 Document hack-dir-local-variables-non-file-buffer.
3707
3708 2012-01-06 Glenn Morris <rgm@gnu.org>
3709
3710 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3711 rather than by keybinding.
3712
3713 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3714
3715 * frames.texi (Font and Color Parameters): Add @pxref.
3716
3717 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3718
3719 * frames.texi (Font and Color Parameters):
3720 Document w32 font backends (bug#10399).
3721
3722 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3723
3724 * files.texi (File Attributes, Changing Files):
3725 Use a more-natural notation for octal numbers.
3726
3727 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * variables.texi (Variables with Restricted Values):
3730 Change reference to variable (bug#10354).
3731
3732 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3733
3734 * windows.texi (Splitting Windows): Use t instead of non-nil
3735 when describing window-combination-resize.
3736
3737 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * text.texi (Special Properties): Warn against `intangible' properties
3740 (bug#10222).
3741
3742 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3743
3744 * display.texi (Truncation):
3745 * text.texi (Special Properties): Describe what a stretch-glyph is
3746 instead of using that term without explanation. Make the
3747 cross-references more accurate.
3748
3749 * display.texi (Usual Display): Update the description,
3750 cross-references, and indexing related to display of control
3751 characters and raw bytes.
3752
3753 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3754
3755 * windows.texi (Splitting Windows): Fix description of
3756 window-combination-limit. Suggested by Eli Zaretskii.
3757
3758 2011-11-23 Chong Yidong <cyd@gnu.org>
3759
3760 * windows.texi (Window Sizes): Move window-top-line,
3761 window-left-column, and window-*-pixel-edges to Coordinates and
3762 Windows node.
3763 (Coordinates and Windows): Restore window-edges doc.
3764
3765 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3766
3767 * windows.texi (Windows and Frames, Splitting Windows):
3768 Fix typos.
3769
3770 2011-11-21 Chong Yidong <cyd@gnu.org>
3771
3772 * windows.texi (Splitting Windows): Fix error in documentation of
3773 window-combination-limit.
3774 (Cyclic Window Ordering): Minor fixes to next-window,
3775 one-window-p, and get-lru-window docs. Don't document
3776 window-list-1.
3777 (Buffers and Windows): Copyedits.
3778 (Choosing Window): Document special handling of special-display-*.
3779 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3780 Don't document even-window-heights, which is going away.
3781 Clarify which options are obeyed by which action functions.
3782
3783 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3786
3787 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3788
3789 * windows.texi (Resizing Windows, Splitting Windows):
3790 Remove term "status" when talking about combination limits.
3791
3792 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * compile.texi (Compiler Errors):
3795 * help.texi (Help Functions): Fix typos.
3796
3797 2011-11-19 Chong Yidong <cyd@gnu.org>
3798
3799 * windows.texi (Splitting Windows): Clarify role of window
3800 parameters in split-window. Shorten the example.
3801 (Deleting Windows): Rewrite intro to handle internal windows.
3802 Fix delete-windows-on doc.
3803 (Selecting Windows): Copyedits.
3804
3805 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3806
3807 * windows.texi (Resizing Windows, Splitting Windows)
3808 (Deleting Windows): Use term window-combination-resize instead
3809 of window-splits.
3810
3811 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3812
3813 * windows.texi (Resizing Windows, Splitting Windows):
3814 Rename occurrences of window-nest to window-combination-limit.
3815
3816 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3817
3818 * intro.texi (Lisp History): Fix typo.
3819
3820 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3821
3822 * windows.texi (Splitting Windows, Deleting Windows):
3823 Remove references to splits status of windows.
3824
3825 2011-11-10 Glenn Morris <rgm@gnu.org>
3826
3827 * buffers.texi (Read Only Buffers): Expand a bit on why
3828 toggle-read-only should only be used interactively. (Bug#7292)
3829
3830 2011-11-09 Chong Yidong <cyd@gnu.org>
3831
3832 * windows.texi (Window Sizes): Document window-pixel-edges,
3833 window-inside-pixel-edges, window-absolute-pixel-edges, and
3834 window-inside-absolute-pixel-edges.
3835 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3836 non-full-width windows.
3837
3838 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3839
3840 * windows.texi (Resizing Windows): Rewrite documentation of
3841 window-resizable.
3842
3843 2011-11-09 Chong Yidong <cyd@gnu.org>
3844
3845 * windows.texi (Splitting Windows): Simplify example.
3846
3847 2011-11-08 Chong Yidong <cyd@gnu.org>
3848
3849 * windows.texi (Window Sizes): Copyedits. Document
3850 window-text-height. Remove window-min-height and window-min-width
3851 discussion, referring instead to Emacs manual.
3852 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3853 (Resizing Windows): Simplify introduction. Don't document
3854 enlarge-window, shrink-window, enlarge-window-horizontally, and
3855 shrink-window-horizontally; they are no longer preferred for
3856 calling from Lisp, and are already documented in the Emacs manual.
3857
3858 2011-11-07 Glenn Morris <rgm@gnu.org>
3859
3860 * windows.texi (Choosing Window): Fix keybinding typo.
3861
3862 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3863
3864 * windows.texi (Resizing Windows, Splitting Windows)
3865 (Window Configurations): Use "child window" instead of
3866 "subwindow".
3867
3868 2011-11-06 Chong Yidong <cyd@gnu.org>
3869
3870 * windows.texi (Basic Windows): Clarify various definitions.
3871 Treat window-normalize-* as internal; don't document them.
3872 (Windows and Frames): Various clarifications, e.g. non-live
3873 windows also belong to frames. Fix window-list description.
3874 Simplify window nesting example.
3875 (Splitting Windows, Window Configurations):
3876 Use split-window-below.
3877
3878 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3879
3880 * windows.texi (Window Sizes): Mention in the doc string that the
3881 return values of `window-body-height' and `window-body-width' are
3882 in frame's canonical units. (Bug#9949)
3883
3884 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3885
3886 * windows.texi (Windows and Frames): Remove "iso-" infix from
3887 documentation of window-iso-combined-p.
3888
3889 2011-10-26 Chong Yidong <cyd@gnu.org>
3890
3891 * modes.texi (Running Hooks): Document with-wrapper-hook.
3892
3893 2011-10-18 Chong Yidong <cyd@gnu.org>
3894
3895 * display.texi (Glyphless Chars): New node.
3896
3897 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * text.texi (Yanking): Document yank-excluded-properties.
3900
3901 * package.texi (Packaging Basics): The commentary should say how
3902 to begin using the package.
3903
3904 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3905
3906 * windows.texi (Deleting Windows): Mention which window gets
3907 selected when deleting the selected window.
3908
3909 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3910
3911 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3912 with the selected window.
3913 * windows.texi (Buffers and Windows): Reformulate text on how
3914 replace-buffer-in-windows deals with a window.
3915 (Quitting Windows): Describe how quit-window deals with a
3916 standalone frame. Describe new option frame-auto-hide-function.
3917
3918 2011-10-08 Glenn Morris <rgm@gnu.org>
3919
3920 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3921
3922 * positions.texi (Excursions): Update warning message.
3923
3924 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3927 Fix Emacs manual xref (Bug#9675).
3928
3929 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * windows.texi (Textual Scrolling): Document scroll-up-command,
3932 scroll-down-command, scroll-error-top-bottom, and the
3933 scroll-command symbol property.
3934 (Display Action Functions): Fix description of
3935 display-buffer-pop-up-window.
3936
3937 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3938
3939 * windows.texi (Splitting Windows): Fix typos.
3940
3941 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3942
3943 * windows.texi (Windows and Frames, Display Action Functions)
3944 (Switching Buffers): Fix some typos.
3945 (Buffers and Windows): Remove reference to window-auto-delete.
3946 Reword description of replace-buffer-in-windows.
3947 (Window History): Fix some typos and refer to frame local buffer
3948 list.
3949 (Quitting Windows): New node.
3950 (Window Configurations): Add descriptions of window-state-get
3951 and window-state-put.
3952 (Window Parameters): Describe variable ignore-window-parameters.
3953 Sketch some window parameters currently in use.
3954 * elisp.texi (Top): Update node listing.
3955
3956 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3957
3958 * windows.texi (Display Action Functions)
3959 (Choosing Window Options): New nodes.
3960
3961 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * windows.texi (Window History): New node. Move text here from
3964 Buffers and Windows.
3965 (Switching Buffers): Rename from Displaying Buffers, since we
3966 don't document display-buffer here; callers changed.
3967 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3968 switch-to-buffer-other-frame. Delete duplicate
3969 replace-buffer-in-windows doc.
3970 (Choosing Window): Document display actions.
3971
3972 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3973
3974 * display.texi (Forcing Redisplay): Update the description of
3975 redisplay-dont-pause due to change in the default value.
3976
3977 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3978
3979 * frames.texi (Frames and Windows): Move section and rename to
3980 Windows and Frames in windows.texi.
3981 * windows.texi (Windows): Restructure.
3982 (Basic Windows): Rewrite. Explain live and internal windows and
3983 normalization functions.
3984 (Windows and Frames): Move section here from frames.texi.
3985 Describe subwindows, window combinations, window tree, and
3986 corresponding functions including window-list here.
3987 (Window Sizes): Rename section from Size of Window and move it
3988 up in chapter. Describe total and body sizes and the
3989 corresponding functions. Explain new semantics of
3990 window-min-height/-width.
3991 (Resizing Windows): Move section up in chapter. Describe new
3992 resize functions.
3993 (Splitting Windows): Describe new behavior of split-window,
3994 split-window-above-each-other and split-window-side-by-side.
3995 Provide examples. Describe window-nest and window-splits
3996 options.
3997 (Deleting Windows): Minor rewrite.
3998 (Selecting Windows): Minor rewrite.
3999 Describe frame-selected-window and set-frame-selected-window here.
4000 (Cyclic Window Ordering): Minor rewrite.
4001 Describe window-list-1.
4002 (Buffers and Windows): Rewrite. Explain a window's previous and
4003 next buffers and the corresponding functions.
4004 (Window Tree): Merge into Windows and Frames section.
4005 * elisp.texi (Top): Update node listings for frames and windows
4006 sections.
4007
4008 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4011
4012 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4013
4014 * errors.texi (Standard Errors): Remove apparent placeholder text
4015 (bug#9491).
4016
4017 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * frames.texi (Management Parameters): Fix description of
4020 icon-type parameter.
4021
4022 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4025 ending in C-g. Suggested by Edward O'Connor.
4026
4027 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4028
4029 * numbers.texi (Integer Basics): Add indexing for
4030 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4031
4032 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4033
4034 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4035
4036 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * processes.texi (Network Servers): Clarify what the process
4039 buffer is used for (bug#9233).
4040
4041 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4042
4043 * lists.texi (Building Lists): Fix typo.
4044
4045 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * display.texi (Basic Faces): New node. Document new faces.
4048
4049 * modes.texi (Major Mode Conventions): Move some text there.
4050 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4051
4052 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * modes.texi (Basic Major Modes): New node. Callers updated.
4055 (Major Modes): Document fundamental-mode and major-mode.
4056 (Major Mode Basics): Node deleted; text moved to Major Modes.
4057 (Derived Modes): Document derived-mode-p.
4058
4059 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * files.texi (Changing Files, Create/Delete Dirs): Document new
4062 arguments for delete-file, delete-directory, and copy-directory.
4063 (Visiting Functions): Remove view-file; it is documented in the
4064 Emacs manual.
4065
4066 * frames.texi (Layout Parameters): The defaults for the
4067 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4068
4069 * display.texi (Progress): Document spinner functionality.
4070
4071 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4072 operating system signals. Refer to save-buffers-kill-terminal
4073 instead of save-buffers-kill-emacs.
4074
4075 * objects.texi (Symbol Type): Document ## print representation.
4076
4077 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4078
4079 * display.texi (Specified Space): Mention that `space' specs
4080 influence bidi reordering.
4081 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4082 separating fields with bidirectional content.
4083
4084 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4085
4086 * display.texi (Bidirectional Display): Document return value in
4087 buffers that are not bidi-reordered for display, and in unibyte
4088 buffers.
4089
4090 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4091
4092 * nonascii.texi (Character Properties): Document the values for
4093 unassigned codepoints.
4094
4095 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4096
4097 * nonascii.texi (Character Properties): Document use of
4098 `bidi-class' and `mirroring' properties as part of reordering.
4099 Provide cross-references to "Bidirectional Display".
4100
4101 * display.texi (Bidirectional Display): Document the pitfalls of
4102 concatenating strings with bidirectional content, with possible
4103 solutions. Document bidi-string-mark-left-to-right.
4104 Mention paragraph direction in modes that inherit from prog-mode.
4105 Document use of `bidi-class' and `mirroring' properties as part of
4106 reordering.
4107
4108 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4109
4110 * modes.texi (Major Mode Conventions): Improve the documentation
4111 of `mode-class' `special' modes.
4112
4113 * nonascii.texi (Character Properties): Document the `mirroring'
4114 property. Add index entries.
4115
4116 * syntax.texi (Categories): Add an example of defining a new
4117 category and category table.
4118
4119 * searching.texi (Regexp Backslash): Document how to display
4120 existing categories. Mention the possibility of adding
4121 categories, and add an xref to where this is described. Add an
4122 index entry.
4123
4124 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * text.texi (Special Properties):
4127 * display.texi (Overlay Properties): Note that mouse-face cannot
4128 change the text size (Bug#8530).
4129
4130 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4133 using setenv instead.
4134
4135 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4136
4137 * display.texi (Bidirectional Display): Document the fact that
4138 bidi-display-reordering is t by default.
4139
4140 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4141
4142 * display.texi (Bidirectional Display): New section.
4143
4144 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4145 Tim Cross <theophilusx@gmail.com> (tiny change)
4146 Glenn Morris <rgm@gnu.org>
4147
4148 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4149
4150 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4151
4152 * help.texi (Keys in Documentation): Revert last change.
4153
4154 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4155
4156 * help.texi (Keys in Documentation): Clarify that \= only quotes
4157 the next character, and doesn't affect longer sequences in
4158 particular (bug#8935).
4159
4160 * debugging.texi (Using Debugger):
4161 Mention @code{eval-expression-debug-on-error} (bug#8549).
4162
4163 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4164
4165 * display.texi (Other Display Specs): Document that `left-fringe'
4166 and `right-fringe' display specifications are of the "replacing"
4167 kind.
4168
4169 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4170
4171 * help.texi (Documentation Basics): Add a link to the Function
4172 Documentation node (bug#6580).
4173
4174 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4175
4176 * keymaps.texi (Menu Bar): Mention :visible and :enable
4177 (bug#6344). Text by Drew Adams.
4178
4179 * modes.texi (Running Hooks): Mention buffer-local hook variables
4180 (bug#6218).
4181
4182 * objects.texi (General Escape Syntax): "a with grave accent" is
4183 ?xe0, not ?x8e0 (bug#5259).
4184
4185 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * display.texi (Face Attributes, Font Selection): Add references
4188 to the Fonts node in the Emacs manual (Bug#4178).
4189
4190 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * display.texi (Window Systems): `window-system' is
4193 terminal-local.
4194
4195 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4196 frame-local variables.
4197
4198 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4199 frame-local variables.
4200 (Frame-Local Variables): Node deleted.
4201
4202 * elisp.texi (Top): Update node listing.
4203
4204 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4205
4206 * elisp.texi: Change "inferiors" to "subnodes" in three places
4207 (bug#3523).
4208
4209 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4210
4211 * frames.texi (Window System Selections): Discussion of
4212 x-select-enable-clipboard moved to Emacs manual.
4213
4214 2011-07-11 Deniz Dogan <deniz@dogan.se>
4215
4216 * commands.texi (Prefix Command Arguments): Remove excessive
4217 apostrophe.
4218
4219 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4220
4221 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4222 description is a string (bug#3313).
4223
4224 * frames.texi (Display Feature Testing): Try to explain what all
4225 the visual classes mean (bug#3042).
4226
4227 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4228
4229 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4230 and `mode-line-client' (bug#2974).
4231
4232 * text.texi (Insertion): Clarify marker movements (bug#1651).
4233 Text from Drew Adams.
4234
4235 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4236
4237 * text.texi (Special Properties): Clarify the format of `face'
4238 (bug#1375).
4239
4240 * commands.texi (Interactive Call): Add a `call-interactively'
4241 example (bug#1010).
4242
4243 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4244
4245 * functions.texi (Calling Functions): Link to the "Interactive
4246 Call" node (bug#1001).
4247
4248 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4249
4250 * customize.texi (Composite Types): Move alist and plist to here
4251 from Simple Types (Bug#7545).
4252
4253 * elisp.texi (Top): Update menu description.
4254
4255 * display.texi (Face Attributes): Document negative line widths
4256 (Bug#6113).
4257
4258 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4259
4260 * searching.texi (Match Data): Note that match data can be
4261 overwritten by most functions (bug#2499).
4262
4263 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4264
4265 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4266 flags mean (bug#6659).
4267
4268 * functions.texi (What Is a Function): Document the autoload
4269 object (bug#6496).
4270
4271 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4272
4273 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4274 is only used in the Customize user interface (bug#6089).
4275
4276 * display.texi (Showing Images): Mention the point of sliced
4277 images (bug#7836).
4278
4279 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4280
4281 * variables.texi (Defining Variables, Void Variables)
4282 (Constant Variables): Fix incorrect usage of @kindex.
4283
4284 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4285
4286 * variables.texi (Defining Variables): Add an index entry for
4287 `set-variable' (bug#7262).
4288 (Defining Variables): Use @findex for functions.
4289
4290 * frames.texi (Basic Parameters): Document the `explicit-name'
4291 parameter (bug#6951).
4292
4293 * customize.texi (Type Keywords): Clarify that :value provides a
4294 default value for all types (bug#7386).
4295
4296 * streams.texi (Output Functions): Document `pp'.
4297
4298 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * keymaps.texi (Searching Keymaps):
4301 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4302 change. Suggested by Johan Bockgård.
4303
4304 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4305
4306 * text.texi (Special Properties): Clarify role of font-lock-face.
4307
4308 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4309
4310 * processes.texi (Process Information): Rename `process-alive-p'
4311 to `process-live-p' for consistency with other `-live-p' functions.
4312
4313 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4314
4315 Document wide integers better.
4316 * files.texi (File Attributes): Document ino_t values better.
4317 ino_t values no longer map to anything larger than a single cons.
4318 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4319 (Bitwise Operations):
4320 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4321 to read, and that will port better if 62-bits becomes the default.
4322 Fix or remove incorrect examples.
4323 * os.texi (Time Conversion): Document time_t values better.
4324
4325 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4326
4327 * processes.texi (Process Information):
4328 Document `process-alive-p'.
4329
4330 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * help.texi (Accessing Documentation):
4333 * display.texi (Pixel Specification):
4334 * processes.texi (Serial Ports, Serial Ports):
4335 * nonascii.texi (Character Properties, Default Coding Systems):
4336 * text.texi (Changing Properties, Special Properties):
4337 * windows.texi (Window Start and End):
4338 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4339 * keymaps.texi (Searching Keymaps, Tool Bar):
4340 * minibuf.texi (Basic Completion):
4341 * compile.texi (Eval During Compile):
4342 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4343 7x9 paper in printed manual.
4344
4345 * lists.texi (Sets And Lists): Fix misplaced text.
4346
4347 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4350 needs to be active (Bug#8350).
4351
4352 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4355
4356 * tips.texi (Coding Conventions): Remove antediluvian filename
4357 limit recommendation (Bug#8538).
4358
4359 2011-05-27 Glenn Morris <rgm@gnu.org>
4360
4361 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4362
4363 2011-05-26 Glenn Morris <rgm@gnu.org>
4364
4365 * variables.texi (File Local Variables):
4366 Update hack-local-variables `mode-only' return value.
4367 Add some more details on what this function does in the other case.
4368
4369 2011-05-19 Glenn Morris <rgm@gnu.org>
4370
4371 * lists.texi (Sets And Lists): Mention cl provides union etc.
4372
4373 2011-05-19 Nix <nix@esperi.org.uk>
4374
4375 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4376
4377 * text.texi (Parsing HTML): Update for function name changes.
4378
4379 * syntax.texi (Syntax Flags): Small fix.
4380
4381 * keymaps.texi (Active Keymaps): Typo fix.
4382 (Changing Key Bindings): Grammar fix.
4383
4384 * frames.texi (Minibuffers and Frames): Grammar fix.
4385 (Window System Selections): x-select-enable-clipboard now defaults to t.
4386
4387 * customize.texi (Common Keywords):
4388 * display.texi (Abstract Display):
4389 * modes.texi (Auto-Indentation):
4390 * nonascii.texi (Converting Representations): Typo fixes.
4391
4392 * control.texi (Examples of Catch): Call it "goto" not "go to".
4393
4394 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4395
4396 * nonascii.texi (Character Properties): Fix inconsistencies with
4397 implementation.
4398
4399 * text.texi (Special Properties): Move @defvar's out of the
4400 @table. (Bug#8652)
4401
4402 2011-05-12 Glenn Morris <rgm@gnu.org>
4403
4404 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4405
4406 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4409 (Multiline Font Lock):
4410 * vol2.texi (Top):
4411 * vol1.texi (Top):
4412 * elisp.texi (Top): Update menu accordingly.
4413
4414 2011-05-12 Drew Adams <drew.adams@oracle.com>
4415
4416 * modes.texi (Region to Fontify): Fix typo.
4417
4418 2011-05-10 Jim Meyering <meyering@redhat.com>
4419
4420 * minibuf.texi: Fix typo "in in -> in".
4421
4422 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4423
4424 * numbers.texi (Integer Basics): Large integers are treated as floats.
4425
4426 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4427
4428 * processes.texi (Synchronous Processes): Document the (:file
4429 "/file-name") syntax for `call-process'.
4430
4431 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * windows.texi (Choosing Window): Fix typo.
4434
4435 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * frames.texi (Layout Parameters): Note the difference between
4438 querying and setting parameters for left-fringe and right-fringe
4439 (Bug#6930).
4440
4441 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * minibuf.texi (Basic Completion): Be a bit more precise about the
4444 valid kinds of completion tables.
4445 (Programmed Completion): Remove obsolete text about lambda expressions
4446 not being valid completion tables.
4447
4448 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4449
4450 * positions.texi (Excursions): Explain the "save-excursion
4451 defeated by set-buffer" warning.
4452
4453 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4454 save-excursion. Suggested by Uday S Reddy.
4455
4456 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4459 (Lexical Binding): New sub-section.
4460
4461 * eval.texi (Eval): Discourage the use of `eval'.
4462 Document its new `lexical' argument.
4463
4464 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * commands.texi (Command Overview): `post-command-hook' is not reset to
4467 nil any more.
4468
4469 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * strings.texi (String Conversion): Don't mention
4472 string-make-(uni|multi)byte (bug#8262).
4473 * nonascii.texi (Converting Representations): Fix up range.
4474 * keymaps.texi (Key Binding Commands): Update code point, avoid
4475 "unibyte character" and remove mention of unibyte bindings.
4476
4477 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4478
4479 * modes.texi (Operator Precedence Grammars): Don't use characters
4480 outside ISO-8859-1.
4481
4482 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4483
4484 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4485
4486 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4487
4488 2011-03-08 Glenn Morris <rgm@gnu.org>
4489
4490 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4491 * intro.texi (Acknowledgements): Names to UTF-8.
4492 * elisp.texi: Set documentencoding.
4493
4494 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4495
4496 * Version 23.3 released.
4497
4498 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * package.texi: Update index keywords.
4501 (Package Archives): New node contents. Document package-x.el.
4502
4503 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4504
4505 * makefile.w32-in (srcs): Add package.texi.
4506
4507 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4508
4509 * package.texi (Packaging, Packaging Basics, Simple Packages)
4510 (Multi-file Packages): Expand and clarify.
4511 (Package Archives): Temporary placeholder node.
4512
4513 * elisp.texi (Top): Update node listing.
4514
4515 * Makefile.in (srcs): Add package.texi.
4516
4517 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4518
4519 * processes.texi (Synchronous Processes): Minor clarification
4520 (Bug#8149).
4521
4522 2011-03-03 Glenn Morris <rgm@gnu.org>
4523
4524 * files.texi (Truenames): Minor clarification. (Bug#2341)
4525
4526 2011-03-01 Glenn Morris <rgm@gnu.org>
4527
4528 * variables.texi (Directory Local Variables):
4529 Mention `(subdirs . nil)' alist element.
4530
4531 2011-02-28 Glenn Morris <rgm@gnu.org>
4532
4533 * variables.texi (Directory Local Variables): Mention the optional
4534 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4535
4536 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * minibuf.texi (Minibuffer History): Clarify discussion of
4539 minibuffer history lists (Bug#8085).
4540
4541 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4542
4543 * elisp.texi: Sync @dircategory with ../../info/dir.
4544
4545 * files.texi (Visiting Functions): Document find-file-literally,
4546 both the command and the variable.
4547
4548 * variables.texi (Creating Buffer-Local): Explain the meaning of
4549 permanent local variables.
4550
4551 * files.texi (Visiting Functions): Document find-file-literally,
4552 both the command and the variable.
4553
4554 * variables.texi (Creating Buffer-Local): Explain the meaning of
4555 permanent local variables.
4556
4557 2011-02-19 Glenn Morris <rgm@gnu.org>
4558
4559 * keymaps.texi (Remapping Commands): Mention how to undo it.
4560
4561 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4562
4563 * loading.texi (Hooks for Loading): Remove unnecessary advice
4564 about eval-after-load (Bug#7986).
4565
4566 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * commands.texi (Accessing Mouse): Note that a header line is not
4569 included in the row of posn-col-row.
4570
4571 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * modes.texi (Major Mode Conventions): Add face guidelines.
4574 (Faces for Font Lock): List faces in order of prominence.
4575
4576 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4577
4578 format-time-string now supports subsecond time stamp resolution
4579 * os.texi (Time Parsing): Document %N.
4580
4581 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * vol1.texi (Top):
4584 * vol2.texi (Top):
4585 * elisp.texi (Top):
4586 * display.texi (Display Property): Shorten the menu description of
4587 the "Other Display Specs" node (Bug#7816).
4588
4589 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4590 menu item" concept index entries (Bug#7805).
4591
4592 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4593
4594 * makefile.w32-in (texinfodir): New variable.
4595 (usermanualdir): Remove as redundant with $(emacsdir).
4596 (MAKEINFO): Remove options, leave only program name.
4597 (MAKEINFO_OPTS): New variable.
4598 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4599
4600 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4601 Richard Kim <emacs18@gmail.com>
4602
4603 * loading.texi (Library Search): Document list-load-path-shadows
4604 (Bug#7757).
4605
4606 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * searching.texi (Regexp Special): Remove outdated discussion of
4609 character sets (Bug#7780).
4610
4611 * frames.texi (Pop-Up Menus): Document where menu title comes
4612 from (Bug#7684).
4613
4614 2011-01-25 Glenn Morris <rgm@gnu.org>
4615
4616 * display.texi (Making Buttons): Mention limitation of text buttons.
4617
4618 2011-01-23 Werner Lemberg <wl@gnu.org>
4619
4620 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4621 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4622 (ENVADD): New variable to control texi2dvi and texi2pdf.
4623
4624 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4627 Emacs manual.
4628
4629 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4630
4631 * files.texi (Directory Names): Explain why FROM in
4632 directory-abbrev-alist should begin with \`. (Bug#7777)
4633
4634 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4637
4638 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4639
4640 * modes.texi (Emulating Mode Line): Fix last change.
4641
4642 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4643
4644 * modes.texi (Emulating Mode Line): Update documentation of
4645 format-mode-line according to changes that fixed bug #7587.
4646
4647 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * modes.texi (Derived Modes): Mention prog-mode.
4650
4651 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4652 of the key-binding-data cache since we don't use it any more.
4653
4654 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4655
4656 * processes.texi (Shell Arguments):
4657 * strings.texi (Creating Strings): Don't mention "shell commands";
4658 make it explicit that `split-string-and-unquote' and
4659 `combine-and-quote-strings' are mainly for working with arguments
4660 to call-process and start-process.
4661
4662 * processes.texi (Shell Arguments): Fix documentation of
4663 `split-string-and-unquote'. Add indexing. (Bug#7563)
4664
4665 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * modes.texi (Auto-Indentation): New section to document SMIE.
4668 (Major Mode Conventions):
4669 * text.texi (Mode-Specific Indent): Refer to it.
4670
4671 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4672
4673 * display.texi (Other Display Specs): Document left-fringe and
4674 right-fringe display specs.
4675
4676 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * backups.texi (Making Backups):
4679 * modes.texi (Example Major Modes): Use recommended coding style.
4680 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4681 define-derived-mode. Mention completion-at-point-functions.
4682
4683 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4684
4685 * nonascii.texi (Converting Representations):
4686 Document byte-to-string.
4687
4688 2010-12-08 Glenn Morris <rgm@gnu.org>
4689
4690 * buffers.texi (Modification Time):
4691 verify-visited-file-modtime now defaults to the current buffer.
4692
4693 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4694
4695 * nonascii.texi (Converting Representations): Document byte-to-string.
4696
4697 * strings.texi (Creating Strings): Don't mention semi-obsolete
4698 function char-to-string.
4699 (String Conversion): Shorten discussion of semi-obsolete function
4700 string-to-char. Link to Converting Representations.
4701
4702 * objects.texi (Symbol Type):
4703 * text.texi (Near Point):
4704 * help.texi (Help Functions):
4705 * functions.texi (Mapping Functions): Use string instead of
4706 char-to-string in examples.
4707
4708 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * text.texi (Kill Functions, Kill Functions)
4711 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4712 YANK-HANDLER args.
4713
4714 * symbols.texi (Creating Symbols): Using unintern without an
4715 obarray arg is now obsolete.
4716
4717 * numbers.texi (Float Basics): Document float-e and float-pi.
4718
4719 * variables.texi (Defining Variables): Change "pi" example to
4720 "float-pi".
4721
4722 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4723
4724 * commands.texi (Click Events): Document the values of X, Y and
4725 COL, ROW in the event's position, when the click is on the header
4726 or mode line, on the fringes, or in the margins.
4727
4728 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4729
4730 * customize.texi (Composite Types): Lower-case index entry.
4731
4732 * loading.texi (How Programs Do Loading):
4733 Document load-file-name. (Bug#7346)
4734
4735 2010-11-17 Glenn Morris <rgm@gnu.org>
4736
4737 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4738
4739 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4740
4741 * display.texi (Usual Display): Characters with no fonts are not
4742 necessarily displayed as empty boxes.
4743
4744 2010-10-31 Glenn Morris <rgm@gnu.org>
4745
4746 * maps.texi (Standard Keymaps): Update File menu description.
4747
4748 2010-10-28 Glenn Morris <rgm@gnu.org>
4749
4750 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4751
4752 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4753
4754 * display.texi (Window Systems): Deprecate use of window-system as
4755 a predicate.
4756
4757 2010-10-23 Glenn Morris <rgm@gnu.org>
4758
4759 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4760 sorted-doc.
4761
4762 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4763
4764 * os.texi (Dynamic Libraries): New node, with slightly modified
4765 text deleted from "Image Formats".
4766 (System Interface): Add @menu entry for "Dynamic Libraries".
4767
4768 * display.texi (Image Formats): Remove description of
4769 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4770
4771 2010-10-12 Glenn Morris <rgm@gnu.org>
4772
4773 * book-spine.texinfo: Rename to book-spine.texi.
4774
4775 2010-10-11 Glenn Morris <rgm@gnu.org>
4776
4777 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4778
4779 * Makefile.in (DVIPS): New variable.
4780 (.PHONY): Add html, ps.
4781 (html, elisp.html, ps, elisp.ps): New targets.
4782 (clean): Delete html, ps files.
4783 ($(infodir)/elisp): Remove unnecessary includes.
4784
4785 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4786
4787 * makefile.w32-in (emacsdir): New variable.
4788 (srcs): Add emacsver.texi.
4789 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4790
4791 2010-10-09 Glenn Morris <rgm@gnu.org>
4792
4793 * Makefile.in (VPATH): Remove.
4794 (infodir): Make it absolute.
4795 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4796
4797 * Makefile.in (dist): Anchor regexps.
4798
4799 * Makefile.in (srcs): Put elisp.texi first.
4800 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4801
4802 * Makefile.in (infoclean): Remove harmless, long-standing error.
4803
4804 * Makefile.in ($(infodir)): Delete rule.
4805 (mkinfodir): New.
4806 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4807
4808 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4809 Also copy emacsver.texi, and edit $emacsdir.
4810
4811 2010-10-09 Glenn Morris <rgm@gnu.org>
4812
4813 * Makefile.in (emacsdir): New variable.
4814 (MAKEINFO): Add -I $emacsdir.
4815 (dist): Copy emacsver.texi.
4816 (srcs): Add emacsver.texi.
4817
4818 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4819 Set EMACSVER by including emacsver.texi.
4820
4821 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4822
4823 2010-10-07 Glenn Morris <rgm@gnu.org>
4824
4825 * Makefile.in (version): New, set by configure.
4826 (clean): Delete dist tar file.
4827 (dist): Use version in tar name.
4828
4829 2010-10-06 Glenn Morris <rgm@gnu.org>
4830
4831 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4832 (INSTALL_INFO): Remove unused variable.
4833 (mostlyclean, infoclean, dist): New rules.
4834 (clean): Delete dvi and pdf files.
4835 (maintainer-clean): Remove elisp.oaux, use infoclean.
4836 ($(infodir)): Add parallel build workaround.
4837
4838 2010-10-04 Glenn Morris <rgm@gnu.org>
4839
4840 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4841 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4842 Fix -I typo.
4843 (clean): No 'make.out' or 'core' files.
4844 (.PHONY): Declare clean rules.
4845 (maintainer-clean): Delete pdf file. Guard against cd failures.
4846
4847 2010-10-03 Glenn Morris <rgm@gnu.org>
4848
4849 * files.texi (File Name Components): Remove ignored section about
4850 deleted variable directory-sep-char.
4851
4852 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4853
4854 * files.texi (Magic File Names): New defopt
4855 remote-file-name-inhibit-cache.
4856
4857 2010-10-02 Glenn Morris <rgm@gnu.org>
4858
4859 * os.texi (Killing Emacs): Hook now runs in batch mode.
4860
4861 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * text.texi (Special Properties): Clarify when modification-hooks run.
4864
4865 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * syntax.texi (Syntax Flags): Document new `c' flag.
4868
4869 2010-09-09 Glenn Morris <rgm@gnu.org>
4870
4871 * display.texi (ImageMagick Images): General cleanup.
4872
4873 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4874
4875 * files.texi (Directory Names): Use \` rather than ^.
4876
4877 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4878
4879 * text.texi (Low-Level Kill Ring):
4880 * frames.texi (Window System Selections): Remove cut buffer
4881 documentation.
4882
4883 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4884
4885 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4886 Parameters", where the default fringe width is described.
4887
4888 * frames.texi (Window Frame Parameters, Basic Parameters)
4889 (Position Parameters, Layout Parameters, Management Parameters)
4890 (Cursor Parameters, Font and Color Parameters): Add indexing for
4891 frame parameters. (Bug#6929)
4892
4893 2010-08-25 Tom Tromey <tromey@redhat.com>
4894
4895 * vol2.texi (Top): Update.
4896 * vol1.texi (Top): Update.
4897 * tips.texi (Library Headers): Mention Package-Version and
4898 Package-Requires.
4899 * package.texi: New file.
4900 * os.texi (System Interface): Update pointers.
4901 * elisp.texi (Top): Link to new nodes. Include package.texi.
4902 * anti.texi (Antinews): Update pointers.
4903
4904 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4905
4906 * processes.texi (Filter Functions): Fix last change.
4907
4908 2010-08-24 Markus Triska <triska@gmx.at>
4909
4910 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4911 of `buffer-name' in the main text as well as in the example
4912 (Bug#3098).
4913
4914 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * nonascii.texi (Text Representations):
4917 * loading.texi (Loading Non-ASCII):
4918 * compile.texi (Byte Compilation): Don't mention obsolete
4919 --unibyte command-line argument.
4920
4921 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4924
4925 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4928
4929 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4930
4931 * commands.texi (Misc Events): Add cross-references to where
4932 POSITION of a mouse event is described in detail.
4933
4934 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4935
4936 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4937
4938 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4941 Suggested by Štěpán Němec <stepnem@gmail.com>.
4942
4943 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * minibuf.texi (High-Level Completion): Document args of
4946 `read-buffer-function' (bug#5625).
4947
4948 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4949
4950 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4951
4952 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4953
4954 * processes.texi (Process Information): Explain process property
4955 `remote-tty'.
4956
4957 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4958
4959 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4960 instead of "\C-\^?" (bug#6334).
4961
4962 * text.texi (Special Properties): Fix typo.
4963
4964 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4965
4966 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4967 calling sequences, which are now the standard.
4968
4969 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4972
4973 * commands.texi (Command Overview): Mention undo-boundary call.
4974
4975 2010-06-23 Glenn Morris <rgm@gnu.org>
4976
4977 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4978 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4979 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4980 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4981 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4982 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4983 Untabify Texinfo files.
4984
4985 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4988
4989 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4992
4993 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * searching.texi (Regexp Special): Remove obsolete information
4996 about matching non-ASCII characters, and suggest using char
4997 classes (Bug#6283).
4998
4999 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * minibuf.texi (Basic Completion): Add missing "@end defun".
5002
5003 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * minibuf.texi (Basic Completion): Document completion-boundaries.
5006 (Programmed Completion): Document the new fourth method for boundaries.
5007
5008 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * display.texi (Image Cache): Update documentation about image caching.
5011
5012 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5013
5014 * windows.texi (Textual Scrolling):
5015 * tips.texi (Coding Conventions):
5016 * minibuf.texi (Minibuffer History):
5017 * maps.texi (Standard Keymaps):
5018 * loading.texi (Where Defined):
5019 * edebug.texi (Instrumenting): Fix typos.
5020
5021 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5024
5025 * functions.texi (Obsolete Functions):
5026 Document set-advertised-calling-convention.
5027
5028 * minibuf.texi (Basic Completion): Document completion-in-region.
5029 (Programmed Completion): Document completion-annotate-function.
5030
5031 * commands.texi (Reading One Event): Document read-key.
5032 (Distinguish Interactive): Document KIND arg to
5033 called-interactively-p. Delete obsolete interactive-p.
5034
5035 * elisp.texi (Top): Update node description.
5036
5037 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5038
5039 * nonascii.texi (Character Properties):
5040 Document unicode-category-table. Add an index entry for Unicode
5041 general category.
5042
5043 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * Version 23.2 released.
5046
5047 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5048
5049 * locals.texi (Standard Buffer-Local Variables):
5050 Remove @ignore'd reference to `direction-reversed'.
5051
5052 2010-04-14 Juri Linkov <juri@jurta.org>
5053
5054 Fix @deffn without category.
5055
5056 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5057 for `abbrev-insert'.
5058
5059 * buffers.texi (Indirect Buffers): Add category `Command'
5060 to @deffn of `clone-indirect-buffer'.
5061
5062 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5063 for `next-window' and `previous-window'. Add category `Command'
5064 to @deffn of `pop-to-buffer'.
5065
5066 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5067
5068 * nonascii.texi (Text Representations): Don't mark
5069 enable-multibyte-characters as a user option.
5070
5071 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5072
5073 * control.texi (Handling Errors): How to re-throw a signal caught
5074 by condition-case.
5075
5076 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * loading.texi (Hooks for Loading): Document after-load-functions.
5079 Copyedits.
5080
5081 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5082
5083 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5084
5085 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * processes.texi (Network Processes): Document seqpacket type.
5088
5089 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5090
5091 * os.texi (System Environment): Do not mention lynxos.
5092
5093 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * Branch for 23.2.
5096
5097 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5098
5099 * objects.texi (Integer Type): Take note of the read syntax
5100 exception for numbers that cannot fit in the integer type.
5101
5102 2010-03-03 Glenn Morris <rgm@gnu.org>
5103
5104 * numbers.texi (Integer Basics, Bitwise Operations):
5105 * objects.texi (Integer Type): Update for integers now being 30-bit.
5106
5107 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * display.texi (Low-Level Font): Document :otf font-spec property.
5110
5111 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * display.texi (Line Height): Avoid obsolete special default variables
5114 like default-major-mode.
5115
5116 2010-01-28 Alan Mackenzie <acm@muc.de>
5117
5118 * display.texi (Auto Faces): Say fontification-functions is called
5119 whether or not Font Lock is enabled. Tidy up the wording a bit.
5120
5121 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * elisp.texi: Remove duplicate edition information (Bug#5407).
5124
5125 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5126
5127 * two.el (volume-header-toc-markup): Fix typos in docstring.
5128
5129 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 Avoid dubious uses of save-excursions.
5132 * positions.texi (Excursions): Recommend the use of
5133 save-current-buffer if applicable.
5134 * text.texi (Clickable Text): Fix the example code which used
5135 save-excursion in a naive way which sometimes preserves point and
5136 sometimes not.
5137 * variables.texi (Creating Buffer-Local):
5138 * os.texi (Session Management):
5139 * display.texi (GIF Images):
5140 * control.texi (Cleanups): Use (save|with)-current-buffer.
5141
5142 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5143
5144 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5145
5146 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * nonascii.texi (Text Representations, Character Codes)
5149 (Converting Representations, Explicit Encoding)
5150 (Translation of Characters): Use hex notation consistently.
5151 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5152
5153 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5154
5155 * loading.texi (Where Defined): Make it clearer that these are
5156 loaded files (Bug#5068).
5157
5158 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * minibuf.texi (Completion Styles): Document `initials' style.
5161
5162 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * frames.texi (Resources): Describe inhibit-x-resources.
5165 (Size Parameters): Copyedit.
5166
5167 * hash.texi (Creating Hash):
5168 * objects.texi (Hash Table Type): Document the new hash table
5169 printed representation.
5170
5171 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5172 obsolete.
5173
5174 * processes.texi (Process Buffers):
5175 Document process-kill-buffer-query-function.
5176
5177 2009-12-05 Glenn Morris <rgm@gnu.org>
5178
5179 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5180 diary-display-function, and no longer recommended to be a hook.
5181 Update for changes in the names of calendar and diary hooks.
5182 diary-print-entries-hook has changed section.
5183
5184 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5185
5186 * text.texi (Special Properties): More accurate description of
5187 what the `cursor' property does.
5188
5189 2009-11-26 Kevin Ryde <user42@zip.com.au>
5190
5191 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5192 mouse-wheel-down-event, the closest thing to a definition for them.
5193 * os.texi (Startup Summary): vindex inhibit-startup-message and
5194 inhibit-splash-screen.
5195 (Command-Line Arguments): vindex argv.
5196 (Suspending Emacs): vindex suspend-tty-functions and
5197 resume-tty-functions. Don't want to index every hook, but having
5198 the programming ones is helpful.
5199
5200 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * commands.texi (Motion Events): Fix typo (Bug#4907).
5203
5204 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5207 are affected by case-fold-search (Bug#4483).
5208
5209 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * minibuf.texi (Reading File Names): Note that read-file-name may
5212 use a graphical file dialog.
5213
5214 2009-10-31 Glenn Morris <rgm@gnu.org>
5215
5216 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5217
5218 2009-10-16 Kevin Ryde <user42@zip.com.au>
5219
5220 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5221 in particular so `info-lookup-symbol' can find its docs.
5222
5223 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * variables.texi (Constant Variables): Distinguish from defconst
5226 variables.
5227 (Defining Variables): Add cindex.
5228
5229 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * os.texi (Time of Day): Clarify that the microsecond part is
5232 ignored (Bug#4637).
5233
5234 2009-10-11 Glenn Morris <rgm@gnu.org>
5235
5236 * frames.texi (Size and Position): Clarify what is included in the frame
5237 height. (Bug#4535)
5238
5239 2009-10-10 Glenn Morris <rgm@gnu.org>
5240
5241 * windows.texi (Size of Window): The relationship between window and
5242 frame heights is not so simple. (Bug#4535)
5243 Mention window-full-height-p.
5244
5245 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5248 used from Lisp.
5249
5250 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5251
5252 * files.texi (Directory Names) <abbreviate-file-name>:
5253 Document that root home directories are not replaced with "~".
5254
5255 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5256
5257 * text.texi (Special Properties): Document the meaning of the
5258 `cursor' text property whose value is an integer.
5259
5260 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * files.texi (Magic File Names): Add `copy-directory'.
5263
5264 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5265
5266 * files.texi (File Attributes): Fix description of file
5267 attributes. (Bug#4638) Update attributes of files.texi example to
5268 be more representative.
5269
5270 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5271
5272 * files.texi (Create/Delete Dirs): New command copy-directory.
5273
5274 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5275
5276 * anti.texi (Antinews):
5277 * macros.texi (Indenting Macros):
5278 * strings.texi (Creating Strings, Case Conversion):
5279 Remove duplicate words.
5280
5281 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * files.texi (Create/Delete Dirs): delete-directory has an
5284 optional parameter RECURSIVE.
5285
5286 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * buffers.texi (Swapping Text): Minor clarification.
5289
5290 2009-10-01 Glenn Morris <rgm@gnu.org>
5291
5292 * functions.texi (Declaring Functions): Mention that we also search for
5293 ".m" files in the src/ directory.
5294
5295 2009-09-25 David Engster <deng@randomsample.de>
5296
5297 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5298
5299 2009-09-22 Glenn Morris <rgm@gnu.org>
5300
5301 * internals.texi (Building Emacs): Mention preloaded-file-list.
5302
5303 2009-09-14 Alan Mackenzie <acm@muc.de>
5304
5305 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5306
5307 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * functions.texi (Anonymous Functions): Rearrange discussion,
5310 giving usage of unquoted lambda forms first. Mention that
5311 `function' and `#'' are no longer required (Bug#4290).
5312
5313 2009-09-11 Alan Mackenzie <acm@muc.de>
5314
5315 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5316 batch mode.
5317
5318 2009-09-01 Glenn Morris <rgm@gnu.org>
5319
5320 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5321
5322 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5323
5324 * nonascii.texi (Character Codes): Fix typos.
5325
5326 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5327
5328 * processes.texi (Synchronous Processes): New defvar
5329 process-file-side-effects.
5330
5331 2009-08-25 Glenn Morris <rgm@gnu.org>
5332
5333 * display.texi (Fontsets): Fix typo.
5334
5335 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5336
5337 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * processes.texi (Asynchronous Processes): Adjust arglist of
5340 start-process-shell-command and start-file-process-shell-command.
5341
5342 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5343
5344 * advice.texi (Argument Access in Advice): Note that argument
5345 positions are zero-based (Bug#3932).
5346
5347 * commands.texi (Distinguish Interactive): Minor copyedit.
5348
5349 * display.texi (Face Attributes): Add xref to Displaying Faces for
5350 explanation of "underlying face".
5351
5352 * customize.texi (Common Keywords): Add xref to Loading.
5353
5354 * loading.texi (How Programs Do Loading): Add xref to Lisp
5355 Libraries node in the Emacs manual.
5356
5357 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5360
5361 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5362
5363 * processes.texi (Shell Arguments): Copyedits.
5364
5365 2009-07-18 Glenn Morris <rgm@gnu.org>
5366
5367 * loading.texi (Repeated Loading): Fix typo.
5368
5369 2009-07-16 Richard Stallman <rms@gnu.org>
5370
5371 * buffers.texi (Swapping Text): Recommend setting
5372 write-region-annotate-functions and buffer-saved-size.
5373
5374 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5375
5376 2009-07-15 Glenn Morris <rgm@gnu.org>
5377
5378 * edebug.texi: Minor re-phrasings throughout.
5379 (Edebug Execution Modes): Sit-for affects continue mode too.
5380 (Jumping): Use `forward-sexp' rather than its keybinding.
5381 (Edebug Misc): Fix Q binding.
5382 (Edebug Eval): Remove cl version.
5383 (Printing in Edebug): Clarify print-length etc.
5384 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5385 (Specification List): Remove edebug-unwrap findex entry.
5386 (Specification Examples): defmacro is actually not the same as defun.
5387 Escape "`" in example.
5388
5389 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * markers.texi (The Mark): Document optional arg to
5392 deactivate-mark.
5393
5394 2009-07-11 Kevin Ryde <user42@zip.com.au>
5395
5396 * hooks.texi (Standard Hooks): Fix cross-references.
5397
5398 * loading.texi (Named Features): Refer to eval-after-load.
5399
5400 2009-07-11 Glenn Morris <rgm@gnu.org>
5401
5402 * Makefile.in (TEXI2PDF): New.
5403 (elisp.pdf): New target.
5404
5405 * searching.texi (Regexp Backslash): Fix typo.
5406
5407 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5408
5409 2009-07-10 Glenn Morris <rgm@gnu.org>
5410
5411 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5412
5413 * customize.texi (Customization Types):
5414 * display.texi (Abstract Display):
5415 * objects.texi (Character Type, String Type):
5416 Merge in some menu descriptions from elisp.texi.
5417
5418 * hash.texi (Hash Tables):
5419 * modes.texi (Multiline Font Lock):
5420 End menu description with period.
5421
5422 2009-07-09 Glenn Morris <rgm@gnu.org>
5423
5424 * back.texi: Don't hard-code texinfo location.
5425
5426 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5427 (tex): Add texinfodir to TEXINPUTS.
5428 (elisp1med-init, elisp2med-init): Use texinfodir.
5429
5430 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5431 (clean): Add two-volume.make intermediate files.
5432
5433 * elisp.texi, vol1.texi, vol2.texi:
5434 Use a DATE variable with the publication date, and update it.
5435 Fix antinews menu description.
5436
5437 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5438 Update the detailed node listing to match elisp.texi.
5439
5440 * README: Update edition to match elisp.texi.
5441
5442 * objects.texi (General Escape Syntax):
5443 * nonascii.texi (Character Sets):
5444 Use consistent case for "Unicode Standard".
5445
5446 * anti.texi (Antinews):
5447 * customize.texi (Variable Definitions):
5448 * functions.texi (Declaring Functions):
5449 * nonascii.texi (Character Properties):
5450 * processes.texi (Serial Ports):
5451 * text.texi (Special Properties):
5452 * tips.texi (Coding Conventions):
5453 Minor rearrangements to improve TeX line-filling.
5454
5455 * commands.texi (Using Interactive): Fix cross-reference.
5456
5457 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5458
5459 * frames.texi (Management Parameters): Mention sticky.
5460
5461 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5462
5463 * help.texi (Help Functions): Fix description of help-buffer and
5464 help-setup-xref to use @defun instead of @deffn.
5465
5466 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5467
5468 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5469
5470 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * display.texi (Window Systems): Add ns to the list.
5473
5474 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5475
5476 * Branch for 23.1.
5477
5478 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5479
5480 * windows.texi (Dedicated Windows): Fix typo.
5481 (Resizing Windows): Replace @defun by @deffn.
5482
5483 2009-06-17 Glenn Morris <rgm@gnu.org>
5484
5485 * variables.texi (Directory Local Variables):
5486 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5487
5488 2009-06-09 Kenichi Handa <handa@m17n.org>
5489
5490 * nonascii.texi (Character Sets): State clearly that FROM and TO
5491 are codepoints of CHARSET.
5492
5493 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * minibuf.texi (Reading File Names): Fix introductory text.
5496 Suggested by stan@derbycityprints.com.
5497 (High-Level Completion): Fix typo.
5498
5499 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * frames.texi (Text Terminal Colors): Multi-tty is already
5502 implemented, but tty-local colors are not.
5503
5504 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * hooks.texi (Standard Hooks): Remove mention of obsolete
5507 redisplay-end-trigger-functions.
5508
5509 * internals.texi (Window Internals): Remove mention of obsolete
5510 redisplay-end-trigger-functions.
5511
5512 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5513
5514 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5515
5516 * backups.texi (Making Backups): backup-directory-alist and
5517 make-backup-file-name-function are options.
5518 (Auto-Saving): auto-save-list-file-prefix is an option.
5519
5520 * buffers.texi (Killing Buffers): buffer-offer-save is an
5521 option.
5522
5523 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5524 option.
5525 (Echo Area Customization): echo-keystrokes is an option.
5526 (Selective Display): selective-display-ellipses is an option.
5527 (Temporary Displays): temp-buffer-show-function is an option.
5528 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5529 are options.
5530 (Font Selection): face-font-family-alternatives,
5531 face-font-selection-order, face-font-registry-alternatives, and
5532 scalable-fonts-allowed are options.
5533 (Fringe Indicators): indicate-buffer-boundaries is an option.
5534 (Fringe Cursors): overflow-newline-into-fringe is an option.
5535 (Scroll Bars): scroll-bar-mode is an option.
5536
5537 * eval.texi (Eval): max-lisp-eval-depth is an option.
5538
5539 * files.texi (Visiting Functions): find-file-hook is an option.
5540 (Directory Names): directory-abbrev-alist is an option.
5541 (Unique File Names): temporary-file-directory and
5542 small-temporary-file-directory are options.
5543
5544 * frames.texi (Initial Parameters): initial-frame-alist,
5545 minibuffer-frame-alist and default-frame-alist are options.
5546 (Cursor Parameters): blink-cursor-alist and
5547 cursor-in-non-selected-windows ar options.
5548 (Window System Selections): selection-coding-system is an
5549 option.
5550 (Display Feature Testing): display-mm-dimensions-alist is an
5551 option.
5552
5553 * help.texi (Help Functions): help-char and help-event-list are
5554 options.
5555
5556 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5557 an option.
5558
5559 * minibuf.texi (Minibuffer History): history-length and
5560 history-delete-duplicates are options.
5561 (High-Level Completion): read-buffer-function and
5562 read-buffer-completion-ignore-case are options.
5563 (Reading File Names): read-file-name-completion-ignore-case is
5564 an option.
5565
5566 * modes.texi (Mode Line Top): mode-line-format is an option.
5567 (Mode Line Variables): mode-line-position and mode-line-modes
5568 are options.
5569
5570 * nonascii.texi (Text Representations):
5571 enable-multibyte-characters is an option.
5572 (Default Coding Systems): auto-coding-regexp-alist,
5573 file-coding-system-alist, auto-coding-alist and
5574 auto-coding-functions are options.
5575 (Specifying Coding Systems): inhibit-eol-conversion is an
5576 option.
5577
5578 * os.texi (Init File): site-run-file is an option.
5579 (System Environment): mail-host-address is an option.
5580 (User Identification): user-mail-address is an option.
5581 (Terminal Output): baud-rate is an option.
5582
5583 * positions.texi (Word Motion): words-include-escapes is an
5584 option.
5585
5586 * searching.texi (Standard Regexps): page-delimiter,
5587 paragraph-separate, paragraph-separate and sentence-end are
5588 options.
5589
5590 * text.texi (Margins): left-margin and fill-nobreak-predicate
5591 are options.
5592
5593 * variables.texi (Local Variables): max-specpdl-size is an
5594 option.
5595
5596 * windows.texi (Choosing Window):
5597 split-window-preferred-function, special-display-function and
5598 display-buffer-function are options.
5599
5600 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5601
5602 Fix errors spotted by Martin Rudalics.
5603
5604 * syntax.texi (Position Parse): Document rationale for ignored
5605 arguments to syntax-ppss-flush-cache.
5606
5607 * processes.texi (Input to Processes): Mark PROCESS arg to
5608 process-running-child-p as optional.
5609 (Network Options): Document NO-ERROR arg to
5610 set-network-process-option.
5611
5612 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5613 command.
5614
5615 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5616 posix-search-backward as commands.
5617
5618 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5619 (Suspending Emacs): Mark suspend-emacs as a command.
5620 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5621 commands.
5622 (Terminal Output): Remove obsolete function baud-rate.
5623 Document TERMINAL arg for send-string-to-terminal.
5624
5625 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5626 terminal-coding-system and set-terminal-coding-system.
5627 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5628 as optional.
5629 (Character Sets): Document RESTRICTION arg of char-charset.
5630 (Character Codes): Mark POS argument to get-byte as optional.
5631
5632 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5633 minibuffer-message.
5634
5635 * files.texi (Create/Delete Dirs): Mark make-directory and
5636 delete-directory as commands.
5637
5638 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5639
5640 * text.texi (Base 64): Mark base64-decode-string and
5641 base64-encode-string as commands.
5642 (Columns): Mark move-to-column as a command.
5643 (Mode-Specific Indent): Document RIGID arg to
5644 indent-for-tab-command.
5645 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5646 Mark indent-code-rigidly as a command.
5647 (Substitution): Mark translate-region as a command.
5648
5649 * frames.texi (Size and Position): Remove obsolete functions
5650 screen-height and screen-width.
5651
5652 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5653
5654 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5655 (Displaying Buffers, Resizing Windows): Correct mistakes;
5656 next-window, previous-window, and pop-to-buffer are not commands,
5657 and fit-window-to-buffer" is a command. (Pointed out by Martin
5658 Rudalics.)
5659
5660 2009-05-17 Richard M Stallman <rms@gnu.org>
5661
5662 * modes.texi (Precalculated Fontification): Clarify text.
5663
5664 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5665
5666 * windows.texi (Selecting Windows): Clarify descriptions of
5667 with-selected-window and get-lru-window.
5668 (Cyclic Window Ordering): Refer to particular frame when talking
5669 about how splitting affects the ordering.
5670 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5671 switch-to-buffer-other-window. Explain how setting of
5672 display-buffer-reuse-frames affects pop-to-buffer.
5673 (Choosing Window): Clarify some details in descriptions of
5674 display-buffer-reuse-frames, pop-up-frames, and
5675 pop-up-frame-function.
5676 (Dedicated Windows): Clarify some details.
5677 (Textual Scrolling): Replace term vscroll by term vertical
5678 scroll position.
5679 (Vertical Scrolling): Fix typo.
5680 (Window Hooks): Relate text on jit-lock-register to window
5681 scrolling and size changes.
5682
5683 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5684
5685 * frames.texi (Initial Parameters): Clarify what the initial
5686 minibuffer frame is.
5687 (Buffer Parameters): Note that the minibuffer parameter can not be
5688 altered.
5689
5690 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5691 Document display-buffer changes.
5692
5693 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * anti.texi (Antinews): Rewrite for Emacs 22.
5696
5697 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5698 obarrays are first mentioned. Define "system abbrev" more
5699 prominently, and add it to the index.
5700 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5701 Copyedits.
5702 (Abbrev Expansion): Document abbrev-insert.
5703
5704 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * frames.texi (Font and Color Parameters): Rename from Color
5707 Parameters. Document font-backend parameter.
5708
5709 * vol2.texi (Top): Update node listing.
5710 * vol1.texi (Top): Update node listing.
5711 * elisp.texi (Top): Update node listing.
5712
5713 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5714
5715 * windows.texi (Choosing Window): Don't explicitly refer to
5716 split-window-sensibly's window argument in descriptions of
5717 split-height-threshold and split-width-threshold.
5718
5719 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5720
5721 * windows.texi (Choosing Window): Fix rewrite of window
5722 splitting section.
5723
5724 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5725
5726 * nonascii.texi (Default Coding Systems):
5727 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5728 Add indexing.
5729 (Lisp and Coding Systems): Add index entries.
5730
5731 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5732
5733 * windows.texi (Choosing Window): Describe split-window-sensibly
5734 and rewrite section on window splitting accordingly.
5735 (Textual Scrolling): Replace `...' by @code{...}.
5736
5737 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5738
5739 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5740 Remove obsoleted pre-abbrev-expand-hook.
5741
5742 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5743 entries.
5744
5745 * internals.texi (Object Internals): Don't assume 32-bit machines
5746 are the norm.
5747 (Buffer Internals): Consolidate table entries for readability.
5748 (Window Internals): Synch field names to window.h.
5749 (Process Internals): Synch field names to process.h.
5750
5751 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * variables.texi (File Local Variables): Note that read-circle is
5754 bound to nil when reading file-local variables.
5755
5756 * streams.texi (Input Functions): Document read-circle.
5757 (Output Variables): Add xref to Circular Objects.
5758
5759 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5760
5761 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5762 Features and Coding System Basics. Node that "p" stands for
5763 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5764 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5765 mouse-appearance-menu.
5766 (Programming Tips): Add xref to Progress.
5767
5768 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5769
5770 * os.texi (Command-Line Arguments):
5771 Document command-line-args-left.
5772 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5773 terminal objects for tty arguments.
5774 (Startup Summary): Add xref to Session Management.
5775 (Session Management): Mention emacs-session-restore. Copyedits.
5776
5777 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5778
5779 * os.texi (Startup Summary): Copyedits. The init file is not
5780 necessarily named .emacs now. Document initial-buffer-choice and
5781 initial-scratch-message. Note where Emacs exits in batch mode.
5782 Document inhibit-splash-screen as an alias.
5783 (Init File): Be neutral about which init file name to use.
5784
5785 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5786
5787 * os.texi (System Interface): Fix Texinfo usage.
5788
5789 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5790
5791 * searching.texi (Regexp Backslash): Also refer to shy groups as
5792 non-capturing or unnumbered groups.
5793 (Regexp Functions): Add cross-reference to Regexp Backslash.
5794
5795 * display.texi (Truncation): Overlays can use line-prefix and
5796 wrap-prefix too.
5797 (Overlay Properties): Document wrap-prefix and line-prefix.
5798 (Face Attributes): Document underline-minimum-offset.
5799 (Face Remapping): Copyedits.
5800 (Low-Level Font): Copyedits.
5801 (Image Cache): Note that the image cache is shared between frames.
5802 (Line Height): Emphasize that line-spacing only takes effect on
5803 graphical terminals.
5804
5805 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5806
5807 * display.texi (Refresh Screen): Note that a passage about screen
5808 refreshing is text terminal only.
5809 (Forcing Redisplay): Delete misleading comment---sit-for calls
5810 redisplay, not the other way around.
5811 (Truncation): Note new values of truncate-partial-width-windows.
5812 Copyedits.
5813 (Invisible Text): Document invisible-p.
5814
5815 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5816
5817 * display.texi (Overlays): Overlays don't scale well. See
5818 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5819
5820 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * syntax.texi (Syntax Table Functions): Document cons cell
5823 argument for modify-syntax-entry.
5824 (Categories): Document cons cell argument for
5825 modify-category-entry.
5826
5827 * searching.texi (String Search): Document word-search-forward-lax
5828 and word-search-backward-lax.
5829 (Searching and Case): Describe isearch behavior more precisely.
5830
5831 * keymaps.texi (Tool Bar): Mention that some platforms do not
5832 support multi-line toolbars. Suggested by Stephen Eglen.
5833
5834 * frames.texi (Layout Parameters): Mention that Nextstep also
5835 allows only one tool-bar line. Suggested by Stephen Eglen.
5836
5837 * nonascii.texi (Text Representations): Copyedits.
5838 (Coding System Basics): Also mention utf-8-emacs.
5839 (Converting Representations, Selecting a Representation)
5840 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5841 Copyedits.
5842 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5843
5844 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * text.texi (Yank Commands): Note that yank uses push-mark.
5847 (Filling): Clarify REGION argument of fill-paragraph.
5848 Document fill-forward-paragraph-function.
5849 (Special Properties): Remove "new in Emacs 22" declaration.
5850 (Clickable Text): Merge with Links and Mouse-1 node.
5851
5852 * display.texi (Button Properties, Button Buffer Commands):
5853 Change xref to Clickable Text.
5854
5855 * tips.texi (Key Binding Conventions): Change xref to Clickable
5856 Text.
5857
5858 * elisp.texi (Top): Update node listing.
5859
5860 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * markers.texi (The Mark): Copyedits. Improve description of
5863 handle-shift-selection.
5864 (The Region): Move use-region-p here from The Mark.
5865
5866 * positions.texi (Screen Lines): Document (cols . lines) argument
5867 for vertical-motion.
5868
5869 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5870
5871 * frames.texi (Frames): Clean up introduction. Document `ns'
5872 return value for framep.
5873 (Creating Frames): Note how the terminal is chosen.
5874 (Multiple Terminals, Multiple Displays): Merge into a single node.
5875 (Color Parameters): Fix typo.
5876
5877 * variables.texi (Local Variables, Buffer-Local Variables)
5878 (Creating Buffer-Local): Change link to Multiple Terminals.
5879
5880 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5881
5882 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5883 Terminals.
5884
5885 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5886 to Multiple Terminals.
5887
5888 * elisp.texi (Top): Update node listing.
5889 * vol2.texi (Top): Update node listing.
5890 * vol1.texi (Top): Update node listing.
5891
5892 * buffers.texi (Current Buffer): Note that the append-to-buffer
5893 example is no longer in synch with the latest code. Tie the two
5894 examples together.
5895
5896 * files.texi (File Attributes): Move note about MS-DOS from
5897 Changing Files to File Attributes.
5898 (Create/Delete Dirs): Note that mkdir is an alias for this.
5899
5900 2009-04-01 Markus Triska <triska@gmx.at>
5901
5902 * processes.texi (Filter Functions): Suggest how to handle output
5903 batches.
5904
5905 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * help.texi (Accessing Documentation): Update example to use
5908 help-setup-xref and with-help-window.
5909 (Help Functions): Remove print-help-return-message, which is
5910 semi-obsolete due to with-help-window. Document help-buffer and
5911 help-setup-xref.
5912
5913 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5914
5915 * help.texi (Accessing Documentation, Help Functions):
5916 Remove information about long-obsolete Emacs versions.
5917
5918 * modes.texi (Mode Line Variables): The default values of the mode
5919 line variables are now more complicated.
5920
5921 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5922
5923 * modes.texi (Major Mode Conventions): Note that specialness is
5924 inherited.
5925 (Derived Modes): Note that define-derive-mode sets the mode-class
5926 property.
5927
5928 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5929 goto-map. Add search-map to the list.
5930
5931 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5932
5933 * os.texi (System Environment): Update the list of system-type
5934 values.
5935
5936 * markers.texi (The Mark) <handle-shift-selection>: Update for
5937 removal of the optional argument DEACTIVATE.
5938
5939 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5940
5941 * commands.texi (Focus Events): Most X window managers don't use
5942 focus-follows-mouse nowadays.
5943
5944 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * commands.texi (Defining Commands): Clarify introduction.
5947 (Using Interactive): Not that interactive can be put in a symbol
5948 property.
5949 (Interactive Call): Note that a symbol with a non-nil
5950 interactive-form property satisfies commandp.
5951
5952 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5953
5954 * minibuf.texi (Intro to Minibuffers): Fix typos.
5955
5956 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5959 about minibuffers in old Emacs versions. Copyedits.
5960 Emphasize that enable-recursive-minibuffers defaults to nil.
5961 (Text from Minibuffer): Simplify introduction.
5962
5963 2009-03-22 Alan Mackenzie <acm@muc.de>
5964
5965 * commands.texi (Using Interactive): Clarify string argument to
5966 `interactive' - even promptless elements need \n separators.
5967
5968 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * minibuf.texi (Completion Styles): New node.
5971
5972 * elisp.texi (Top): Update node listing.
5973
5974 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * minibuf.texi (Basic Completion): Note that
5977 read-file-name-completion-ignore-case and
5978 read-buffer-completion-ignore-case can override
5979 completion-ignore-case.
5980 (Minibuffer Completion): Document completing-read changes.
5981 (Completion Commands): Avoid mentioning partial completion mode.
5982 Document minibuffer-completion-confirm changes, and
5983 minibuffer-confirm-exit-commands.
5984 (High-Level Completion): Document new require-match behavior for
5985 read-buffer. Document read-buffer-completion-ignore-case.
5986 (Reading File Names): Document new require-match behavior for
5987 read-file-name.
5988
5989 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * debugging.texi (Error Debugging): Don't mislead the reader into
5992 thinking that debug-on-error enters debugger for C-f at EOB.
5993 (Error Debugging): Setting debug-on-init within the init file
5994 works, and has for some time.
5995
5996 2009-03-13 Kenichi Handa <handa@m17n.org>
5997
5998 * display.texi (Fontsets): Update the description.
5999
6000 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * advice.texi (Advising Primitives): Link to What Is a Function.
6003
6004 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * compile.texi (Speed of Byte-Code): Update example.
6007 (Disassembly): Update examples.
6008
6009 * loading.texi (Repeated Loading): Simplify examples.
6010
6011 * customize.texi (Common Keywords): It's not necessary to use :tag
6012 to remove hyphens, as custom-unlispify-tag-name does it
6013 automatically.
6014 (Variable Definitions): Link to File Local Variables.
6015 Document customized-value symbol property.
6016 (Customization Types): Move menu to end of node.
6017
6018 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6019
6020 * macros.texi (Compiling Macros): Omit misleading sentence, which
6021 implied that macros can only be used in the same file they are
6022 defined.
6023 (Backquote): Remove obsolete information about Emacs 19.
6024
6025 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6026
6027 * display.texi (Display Margins): Fix paren typo.
6028
6029 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * elisp.texi (Top): Update node listing.
6032
6033 * variables.texi (Variables): Clarify introduction.
6034 (Global Variables): Mention that setq is a special form.
6035 (Local Variables): Use active voice.
6036 (Tips for Defining): Mention marking variables as safe.
6037 (Buffer-Local Variables): Mention terminal-local and frame-local
6038 variables together.
6039 (File Local Variables): Copyedits.
6040 (Frame-Local Variables): Note that they are not really useful.
6041 (Future Local Variables): Node deleted.
6042
6043 * objects.texi (General Escape Syntax): Update explanation of
6044 Unicode escape syntax.
6045
6046 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6047
6048 * control.texi (Control Structures): Add cindex entry for "textual
6049 order".
6050
6051 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6052 instead of "expression" throughout.
6053 (Function Indirection): Copyedits. Use active voice.
6054 (Eval): The default value of max-lisp-eval-depth is now 400.
6055
6056 2009-02-23 Miles Bader <miles@gnu.org>
6057
6058 * processes.texi (System Processes): Rename `system-process-attributes'
6059 to `process-attributes'.
6060
6061 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6062
6063 * symbols.texi (Property Lists): Emphasize that property lists are
6064 not restricted to symbol cells.
6065 (Other Plists): Copyedit.
6066
6067 * sequences.texi (Sequences Arrays Vectors): Make introduction
6068 more concise.
6069 (Arrays): Mention char-tables and bool-vectors too.
6070 (Vectors): Don't repeat information given in Arrays node. Link to
6071 nodes that explain the vector usage examples.
6072 (Char-Tables): Note that char-table elements can have arbitrary
6073 type. Explain effect of omitted char-table-extra-slots property.
6074 Link to Property Lists node.
6075
6076 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6077
6078 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6079 `append'.
6080 (List Elements): Copyedits.
6081
6082 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6083 of `vconcat'.
6084
6085 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6086 Emacs 20 usage of `concat'.
6087 (Case Conversion): Copyedits.
6088
6089 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6092 Minor edits.
6093 (Frame Configuration Type): Emphasize that it is not primitive.
6094 (Font Type): New node.
6095 (Type Predicates): Add fontp; type-of now recognizes font object
6096 types.
6097
6098 * intro.texi (Version Info): Update version numbers in examples.
6099 (Acknowledgements): List more contributors.
6100
6101 * elisp.texi: Bump version number to 3.0.
6102 (Top): Link to Font Type node.
6103
6104 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * modes.texi (Major Mode Conventions): Remove duplicate words.
6107 (Customizing Keywords): Fix typo.
6108
6109 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6110
6111 * nonascii.texi (User-Chosen Coding Systems): Document that
6112 select-safe-coding-system suggests raw-text if there are raw bytes
6113 in the region.
6114 (Explicit Encoding): Warn not to use `undecided' when encoding.
6115
6116 2009-02-11 Glenn Morris <rgm@gnu.org>
6117
6118 * frames.texi (Visibility of Frames): Mention the effect multiple
6119 workspaces/desktops can have on visibility.
6120
6121 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6122
6123 * text.texi (Commands for Insertion):
6124 * commands.texi (Event Mod):
6125 * keymaps.texi (Searching Keymaps):
6126 * nonascii.texi (Translation of Characters):
6127 Reinstate documentation of translation-table-for-input.
6128 (Explicit Encoding): Document the `charset' text property produced
6129 by decode-coding-region and decode-coding-string.
6130
6131 2009-01-27 Alan Mackenzie <acm@muc.de>
6132
6133 * modes.texi (Search-based Fontification): Correct a typo.
6134
6135 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6138 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6139
6140 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6141
6142 * display.texi (Window Systems): Document the value of
6143 `initial-window-system' under --daemon.
6144
6145 * os.texi (System Environment): Remove description of the
6146 `environment' function which has been deleted.
6147
6148 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6149
6150 * frames.texi (Multiple Displays): Remove documentation for
6151 removed function make-frame-on-tty.
6152
6153 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6156 write-region-annotate-functions.
6157 Document write-region-post-annotation-function.
6158
6159 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6160
6161 * display.texi (Font Lookup): Document WIDTH argument of
6162 x-list-fonts.
6163
6164 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6165
6166 * maps.texi (Standard Keymaps): Rename function-key-map to
6167 local-function-key-map.
6168
6169 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6170 local-function-key-map.
6171
6172 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6173 and `set-keyboard-coding-system' now accept an optional terminal
6174 argument.
6175
6176 * commands.texi (Event Mod): `keyboard-translate-table' is now
6177 terminal-local.
6178 (Function Keys): Rename function-key-map to
6179 local-function-key-map.
6180
6181 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6182 frames.texi.
6183
6184 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6185 `delete-terminal-functions', `suspend-tty-functions' and
6186 `resume-tty-functions'.
6187
6188 * frames.texi (Frames): Document `frame-terminal' and
6189 `terminal-live-p'.
6190 (Multiple Displays): Document `make-frame-on-tty'.
6191 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6192 `terminal-name', and `get-device-terminal'.
6193 (Terminal Parameters): Document `terminal-parameters',
6194 `terminal-parameter', and `set-terminal-parameter'.
6195
6196 * os.texi (System Environment): Document `environment' and
6197 `initial-environment'.
6198 (Suspending Emacs): Update for multi-tty; document
6199 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6200
6201 * nonascii.texi (Coding System Basics): More accurate description
6202 of `raw-text'.
6203
6204 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * display.texi (Low-Level Font): Fix typo.
6207
6208 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * elisp.texi (Top): Update node listing.
6211
6212 * display.texi (PostScript Images): Node deleted.
6213
6214 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6215
6216 * processes.texi (Decoding Output): Document that null bytes force
6217 no-conversion for reading process output.
6218
6219 * files.texi (Reading from Files): Document that null bytes force
6220 no-conversion when visiting files.
6221
6222 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6223
6224 * nonascii.texi (Lisp and Coding Systems):
6225 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6226 (Character Properties): Improve wording.
6227
6228 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * display.texi (Font Lookup): Remove obsolete function
6231 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6232 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6233 (Font Selection): Reorder order of variable descriptions.
6234 Minor clarifications.
6235
6236 * elisp.texi (Top): Update node listing.
6237
6238 2009-01-09 Glenn Morris <rgm@gnu.org>
6239
6240 * commands.texi (Command Loop Info): Say that last-command-char and
6241 last-input-char are obsolete aliases.
6242
6243 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6244 last-input-char and last-command-char, since they are just aliases for
6245 last-input-event and last-command-event.
6246
6247 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6248 last-command-char.
6249
6250 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * elisp.texi: Update node listing.
6253
6254 * display.texi (Faces): Put Font Selection node after Auto Faces.
6255 (Face Attributes): Don't link to Font Lookup.
6256 Document font-family-list.
6257 (Fonts): New node.
6258
6259 2009-01-08 Jason Rumney <jasonr@gnu.org>
6260
6261 * frames.texi (Pointer Shape): Clarify that only X supports
6262 changing the standard pointer shapes. (Bug#1485)
6263
6264 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6265
6266 * display.texi (Attribute Functions): Note that a function value
6267 :height is relative, and that compatibility functions work by
6268 calling set-face-attribute.
6269 (Displaying Faces): Reorder list in order of increasing priority.
6270 (Face Remapping): New node. Content moved here from Displaying
6271 Faces.
6272 (Glyphs): Link to Face Functions.
6273
6274 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * display.texi (Faces): Don't discuss face id here. facep does
6277 not return t.
6278 (Defining Faces): Minor clarification.
6279 (Face Attributes): Rearrange items to match docstring of
6280 set-face-attribute. Add :foundry attribute. Document new role of
6281 :font attribute. Texinfo usage fix.
6282 (Attribute Functions): Copyedits.
6283 (Face Functions): Note that face number is seldom used.
6284
6285 2009-01-05 Richard M Stallman <rms@gnu.org>
6286
6287 * strings.texi (Predicates for Strings): Minor clarification.
6288
6289 * functions.texi (Function Safety): Texinfo usage fix.
6290
6291 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6292
6293 * objects.texi (General Escape Syntax): Fix typo.
6294
6295 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6296
6297 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6298 works via the default value of pop-up-frame-function.
6299
6300 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6301
6302 * processes.texi (System Processes): Document the `time' and
6303 `ctime' attributes of `system-process-attributes'.
6304
6305 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * display.texi (Face Attributes): Clarify :height attribute.
6308
6309 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6310
6311 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6312 the front of the buffer list. Add entries for `last-buffer' and
6313 `unbury-buffer'.
6314
6315 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6316
6317 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6318 and its subsections.
6319
6320 * frames.texi (Multiple Terminals, Low-level Terminal)
6321 (Terminal Parameters, Frames on Other TTY devices): New sections.
6322 (Frames): Add an xref to "Multiple Terminals".
6323
6324 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6325
6326 * objects.texi (Terminal Type): New node.
6327 (Editing Types): Add it to the menu.
6328
6329 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6330 Variables".
6331
6332 * variables.texi (Directory Local Variables): New node.
6333 (Variables): Add a menu item for it.
6334
6335 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6336 `generated-autoload-file'.
6337
6338 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6339
6340 * os.texi (Startup Summary): Add xref to documentation of
6341 `initial-window-system'.
6342
6343 * display.texi (Window Systems): Document `window-system' the
6344 function. The variable `window-system' is now frame-local.
6345 Document `initial-window-system'.
6346
6347 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6348
6349 * windows.texi (Windows): Rewrite description of
6350 fit-window-to-buffer.
6351
6352 2008-12-13 Glenn Morris <rgm@gnu.org>
6353
6354 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6355 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6356
6357 2008-12-12 Glenn Morris <rgm@gnu.org>
6358
6359 * debugging.texi (Error Debugging): Refer forwards to
6360 eval-expression-debug-on-error.
6361
6362 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6363
6364 * strings.texi (String Basics): Only unibyte strings that
6365 represent key sequences hold 8-bit raw bytes.
6366
6367 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6368 paragraph to speak about `undecided'.
6369 (Character Properties): Don't explain the meaning of each
6370 property; instead, identify their Unicode Standard names.
6371 (Character Sets): Document `map-charset-chars'.
6372
6373 2008-12-02 Glenn Morris <rgm@gnu.org>
6374
6375 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6376 section yet again.
6377
6378 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6379
6380 * nonascii.texi (Character Properties): New Section.
6381 (Specifying Coding Systems): Document
6382 `coding-system-priority-list', `set-coding-system-priority', and
6383 `with-coding-priority'.
6384 (Lisp and Coding Systems): Document `check-coding-systems-region'
6385 and `coding-system-charset-list'.
6386 (Coding System Basics): Document `coding-system-aliases'.
6387
6388 * elisp.texi (Top): Add a @detailmenu entry for "Character
6389 Properties".
6390
6391 * objects.texi (Character Type): Correct the range of Emacs
6392 characters. Add an @xref to "Character Codes".
6393
6394 * strings.texi (String Basics): Add an @xref to "Character Codes".
6395
6396 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6397
6398 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6399 (Character Codes): Document `max-char'.
6400
6401 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6402
6403 * nonascii.texi (Text Representations, Converting Representations)
6404 (Character Sets, Scanning Charsets, Translation of Characters):
6405 Make text more accurate.
6406
6407 2008-11-28 Glenn Morris <rgm@gnu.org>
6408
6409 * files.texi (Format Conversion Round-Trip): Improve previous change.
6410
6411 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * modes.texi (Auto Major Mode): Fix example.
6414
6415 2008-11-25 Glenn Morris <rgm@gnu.org>
6416
6417 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6418
6419 * files.texi (Format Conversion Round-Trip):
6420 Use active voice for previous change.
6421
6422 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * os.texi (Processor Run Time):
6425 * processes.texi (Transaction Queues):
6426 * markers.texi (The Mark):
6427 * windows.texi (Choosing Window, Selecting Windows):
6428 * files.texi (Changing Files, Magic File Names):
6429 * commands.texi (Key Sequence Input):
6430 * functions.texi (Declaring Functions):
6431 * strings.texi (Predicates for Strings):
6432 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6433
6434 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * help.texi (Accessing Documentation): Update example.
6437
6438 * variables.texi (Defining Variables): Note that `*' is not
6439 necessary if defcustom is used.
6440
6441 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6442
6443 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6444 Characters" from @detailmenu.
6445
6446 * nonascii.texi (Character Codes, Character Sets)
6447 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6448 (Chars and Bytes, Splitting Characters): Sections removed.
6449
6450 2008-11-22 Lute Kamstra <lute@gnu.org>
6451
6452 * positions.texi (Text Lines): Update goto-line documentation.
6453
6454 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6455
6456 * frames.texi (Frames): Fix typo, add cross references, reword.
6457 (Initial Parameters): Reword special-display-frame-alist text.
6458 (Frames and Windows): Reword. Describe argument norecord for
6459 set-frame-selected-window.
6460 (Input Focus): Describe argument norecord for select-frame.
6461 Remove comment on MS-Windows behavior for focus-follows-mouse.
6462 (Raising and Lowering): Mention windows-frames dichotomy in
6463 metaphor.
6464
6465 * windows.texi (Displaying Buffers, Vertical Scrolling)
6466 (Horizontal Scrolling): Fix indenting and rewording issues
6467 introduced with 2008-11-07 change.
6468
6469 2008-11-20 Glenn Morris <rgm@gnu.org>
6470
6471 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6472 element of `format-alist'.
6473
6474 2008-11-19 Glenn Morris <rgm@gnu.org>
6475
6476 * doclicense.texi: Update to FDL 1.3.
6477 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6478
6479 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6482 vars, which are obsolete. Mention jit-lock-register.
6483
6484 * modes.texi (Other Font Lock Variables):
6485 Document jit-lock-register and jit-lock-unregister.
6486
6487 * frames.texi (Color Parameters): Document alpha parameter.
6488
6489 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6490
6491 * windows.texi (Splitting Windows, Deleting Windows)
6492 (Selecting Windows, Cyclic Window Ordering)
6493 (Buffers and Windows, Displaying Buffers, Choosing Window)
6494 (Dedicated Windows, Window Point, Window Start and End)
6495 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6496 (Size of Window, Resizing Windows, Window Configurations)
6497 (Window Parameters): Avoid @var at beginning of sentences and
6498 reword accordingly.
6499
6500 2008-11-11 Lute Kamstra <lute@gnu.org>
6501
6502 * files.texi (File Name Components): Fix file-name-extension
6503 documentation.
6504
6505 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6506
6507 * frames.texi (Basic Parameters): Remove display-environment-variable
6508 and term-environment-variable.
6509
6510 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6511
6512 * windows.texi (Basic Windows, Splitting Windows)
6513 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6514 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6515 (Resizing Windows, Window Configurations, Window Parameters):
6516 Fix wording and markup.
6517
6518 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6519
6520 * windows.texi (Windows): Update entries.
6521 (Basic Windows): Remove listing of attributes. Reword.
6522 (Splitting Windows, Deleting Windows): Reword.
6523 (Selecting Windows, Cyclic Window Ordering): Reword with special
6524 emphasis on order of recently selected windows and buffer list.
6525 (Buffers and Windows, Choosing Window): Reword with special
6526 emphasis on dedicated windows.
6527 (Displaying Buffers): Reword. For switch-to-buffer mention that
6528 it may fall back on pop-to-buffer. For other-window try to
6529 explain how it treats the cyclic ordering of windows.
6530 (Dedicated Windows): New node and section discussing dedicated
6531 windows and associated functions.
6532 (Window Point): Add entry for window-point-insertion-type. Reword.
6533 (Window Start and End): Rename node and section title. Reword.
6534 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6535 Minor rewording.
6536 (Size of Window): Reword, in particular text on window-width.
6537 (Resizing Windows): Reword. Add text on balancing windows.
6538 (Window Configurations): Reword. Mention window parameters.
6539 (Window Parameters): New node and section on window parameters.
6540 (Window Hooks): Reword. Mention that
6541 window-configuration-change-hook is run "buffer-locally".
6542 * elisp.texi (Top): Update Windows entries in @detailmenu
6543 section.
6544
6545 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6546
6547 * searching.texi (Regexp Search): Fix typo.
6548
6549 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6550
6551 * searching.texi (Regexp Search): Document GREEDY arg.
6552 (Simple Match Data): Fix return value.
6553
6554 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6555
6556 * nonascii.texi (Text Representations): Rewrite to make consistent
6557 with Emacs 23 internal representation of characters.
6558 Document `unibyte-string'.
6559
6560 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6561
6562 * processes.texi (Process Information): Note that process-status
6563 does not accept buffer names.
6564
6565 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6566
6567 * positions.texi (Skipping Characters): Correct return value of
6568 skip-chars-forward.
6569
6570 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6571
6572 * windows.texi (Deleting Windows): Update documentation of
6573 delete-windows-on.
6574 (Buffers and Windows): Update documentations of
6575 get-buffer-window and get-buffer-window-list.
6576 (Displaying Buffers): Update documentation of
6577 replace-buffer-in-windows.
6578
6579 * buffers.texi (Current Buffer): Reword set-buffer and
6580 with-current-buffer documentations.
6581 (Creating Buffers): Reword documentation of get-buffer-create.
6582
6583 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6584
6585 * buffers.texi (Current Buffer): Reword documentation of
6586 set-buffer.
6587 (Buffer Names): Reword documentation of buffer-name.
6588 (The Buffer List): For bury-buffer explain what happens with the
6589 buffer's window.
6590 (Creating Buffers): Say that get-buffer-create's arg is called
6591 buffer-or-name.
6592
6593 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * advice.texi (Computed Advice): Explain what DEFINITION is.
6596
6597 * nonascii.texi (Character Codes): Remove obsolete function
6598 char-valid-p, and document characterp instead.
6599
6600 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6601
6602 * windows.texi (Displaying Buffers): Reword documentation of
6603 pop-to-buffer.
6604 (Choosing Window): Rewrite documentation of display-buffer and
6605 its options.
6606
6607 * buffers.texi (Killing Buffers): Update documentation of
6608 kill-buffer.
6609
6610 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6611
6612 * processes.texi (Serial Ports): Fix wording and improve markup.
6613
6614 * searching.texi (Regexp Search): Document `string-match-p' and
6615 `looking-at-p'.
6616 (POSIX Regexps): Add an xref for "non-greedy".
6617 (Regexp Special): Add @cindex entry for "non-greedy".
6618
6619 * display.texi (Attribute Functions): Document `face-all-attributes'.
6620 (Image Cache) <image-refresh>: Minor wording fixes.
6621
6622 * frames.texi (Color Names): Add an xref to `read-color'.
6623
6624 * minibuf.texi (High-Level Completion): Document `read-color'.
6625
6626 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6627
6628 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6629
6630 * buffers.texi (Swapping Text): New section, documents
6631 `buffer-swap-text'.
6632
6633 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6634
6635 * windows.texi (Resizing Windows): Minor wording fix.
6636
6637 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6638
6639 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6640 and `combine-and-quote-strings'.
6641
6642 * strings.texi (Creating Strings): Add xrefs for them.
6643
6644 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6645
6646 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6647 match the corresponding menu in minibuf.texi.
6648
6649 * minibuf.texi (Reading File Names): Document `read-shell-command'
6650 and `minibuffer-local-shell-command-map'.
6651
6652 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6653
6654 * windows.texi (Resizing Windows): Remove var{} around "window" in
6655 documentation of enlarge-window.
6656 Rewrite documentation of window-min-height and window-min-width.
6657
6658 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6659
6660 * functions.texi (Calling Functions): Document `apply-partially'.
6661
6662 * hooks.texi (Standard Hooks): Mention
6663 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6664
6665 * variables.texi (File Local Variables): Document
6666 `file-local-variables-alist', `before-hack-local-variables-hook'
6667 and `hack-local-variables-hook'.
6668
6669 * processes.texi (Synchronous Processes): Document `process-lines'.
6670
6671 * customize.texi (Variable Definitions):
6672 Document `custom-reevaluate-setting'.
6673
6674 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6675
6676 * windows.texi (Choosing Window, Deleting Windows)
6677 (Displaying Buffers): Expand documentation of dedicated windows.
6678
6679 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6680
6681 * files.texi (Changing Files): Document symbolic input of file
6682 modes to `set-file-modes'. Document `read-file-modes' and
6683 `file-modes-symbolic-to-number'.
6684
6685 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6686 and `search-map'.
6687
6688 * searching.texi (Search and Replace):
6689 Document `replace-search-function' and `replace-re-search-function'.
6690 Document `multi-query-replace-map'.
6691
6692 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6693 (Completion Commands, Reading File Names):
6694 Rename `minibuffer-local-must-match-filename-map' to
6695 `minibuffer-local-filename-must-match-map'.
6696 (Minibuffer Completion): The `require-match' argument to
6697 `completing-read' can now have the value `confirm-only'.
6698
6699 * windows.texi (Displaying Buffers): Minor wording fix.
6700 (Choosing Window): `split-height-threshold' can now be nil.
6701 Document `split-width-threshold'. `pop-up-frames' can have the
6702 value `graphic-only'.
6703
6704 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6705
6706 * os.texi (Startup Summary): Document `before-init-time' and
6707 `after-init-time'. Document `initial-window-system' and
6708 `window-system-initialization-alist'. Document reading the
6709 abbrevs file. Document the call to `server-start' under --daemon.
6710 Rearrange a bit to be consistent with the code flow.
6711 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6712 (Time Parsing): Document `format-seconds'.
6713
6714 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6715
6716 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6717 and reword.
6718
6719 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6720
6721 * markers.texi (The Mark): Document use-region-p.
6722
6723 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6724
6725 * internals.texi (Writing Emacs Primitives): The interactive spec
6726 of a primitive can be a Lisp form.
6727
6728 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6729 values of transient-mark-mode. Document handle-shift-selection.
6730
6731 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6732 (Interactive Examples): Show an example of `^'.
6733 (Key Sequence Input): Document this-command-keys-shift-translated.
6734 (Defining Commands, Using Interactive): The interactive-form of a
6735 function can be added via its symbol's property.
6736
6737 * positions.texi (List Motion): beginning-of-defun-function can
6738 now accept an argument.
6739
6740 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6741 now return a list of strings.
6742
6743 * control.texi (Handling Errors): Document ignore-errors.
6744
6745 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6746 (Parameter Access): Document set-frame-parameter.
6747
6748 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6749 Hooks" for the effect of kill-all-local-variables on local hook
6750 functions.
6751
6752 * modes.texi (Major Mode Conventions, Mode Line Variables):
6753 `mode-name' need not be a string. xref to "Mode Line Data" for
6754 details, and to "Emulating Mode Line" for computing a string
6755 value.
6756
6757 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6758
6759 * processes.texi (System Processes): New section.
6760 (Processes, Signals to Processes): Add xrefs to it.
6761
6762 * objects.texi (Editing Types): A `process' is a subprocess of
6763 Emacs, not just any process running on the OS.
6764
6765 * elisp.texi (Top): Adjust the @detailmenu for the above two
6766 changes.
6767
6768 * sequences.texi (Char-Tables): Remove documentation of
6769 set-char-table-default, which has no effect since Emacs 23.
6770 <char-table-range, set-char-table-range>: Don't mention generic
6771 characters and charsets. Add a cons cell as a possible argument.
6772
6773 * nonascii.texi (Splitting Characters)
6774 (Translation of Characters): Don't mention generic characters.
6775
6776 * display.texi (Fontsets): Don't mention generic characters.
6777
6778 * sequences.texi (Char-Tables): `map-char-table' can now call its
6779 argument FUNCTION with a cons cell as KEY.
6780
6781 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6782
6783 * objects.texi (Primitive Function Type): Move "@cindex special
6784 forms" from here...
6785
6786 * eval.texi (Special Forms): ...to here.
6787
6788 * functions.texi (What Is a Function): `functionp' returns nil for
6789 special forms. Add an xref.
6790
6791 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6792 Variables".
6793
6794 * variables.texi (Frame-Local Variables): New section.
6795 (Buffer-Local Variables): Add an xref to it.
6796 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6797 have both frame-local and buffer-local binding.
6798
6799 * frames.texi (Frames): Mention multiple tty frames.
6800 (Frame Parameters, Parameter Access): Mention frame-local variable
6801 bindings.
6802
6803 2008-09-20 Glenn Morris <rgm@gnu.org>
6804
6805 * display.texi (Defining Faces): Recommend against face variables.
6806
6807 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * display.texi (Echo Area Customization): Fix typo.
6810
6811 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6812
6813 * loading.texi (Where Defined): Add `defface' item.
6814
6815 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6816
6817 * loading.texi (Where Defined): Fix description of symbol-file.
6818
6819 2008-08-26 Jason Rumney <jasonr@gnu.org>
6820
6821 * display.texi (TIFF Images): New section describing :index property.
6822
6823 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * display.texi (Temporary Displays): Remove unnecessary comment
6826 about usage of temp-buffer-show-hook.
6827
6828 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6829
6830 * symbols.texi (Other Plists): Fix incorrect example.
6831 Suggested by Florian Beck.
6832
6833 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * os.texi: Fix previous change.
6836
6837 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6838
6839 * os.texi:
6840 * intro.texi:
6841 * files.texi: Remove VMS support.
6842
6843 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * os.texi:
6846 * frames.texi:
6847 * display.texi: Remove mentions of Mac Carbon.
6848
6849 2008-07-01 Miles Bader <miles@gnu.org>
6850
6851 * text.texi (Special Properties):
6852 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6853
6854 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6855
6856 * display.texi (Other Image Types): Fix copy/paste error; say
6857 "PBM", not "XBM".
6858
6859 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6860
6861 * os.texi: Remove references to obsolete systems.
6862
6863 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6864
6865 * makefile.w32-in (distclean): Remove makefile.
6866
6867 2008-06-17 Glenn Morris <rgm@gnu.org>
6868
6869 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6870 (elisp, dist): Remove rules and variables that are obsolete now
6871 the lisp manual is no longer distributed separately.
6872
6873 2008-06-16 Glenn Morris <rgm@gnu.org>
6874
6875 * configure, configure.in, mkinstalldirs: Remove unused files.
6876
6877 * book-spine.texinfo: Set version to 23.0.60.
6878 * vol1.texi (EMACSVER):
6879 * vol2.texi (EMACSVER): Set to 23.0.60.
6880
6881 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6882 as per maintain.info.
6883
6884 2008-06-15 Glenn Morris <rgm@gnu.org>
6885
6886 * makefile.w32-in (manual): Use "23" rather than "21".
6887
6888 * Makefile.in (emacsver): New, set by configure.
6889 (manual): Use emacsver.
6890
6891 * intro.texi: Report bugs using M-x report-emacs-bug.
6892
6893 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6894
6895 2008-06-13 Daniel Engeler <engeler@gmail.com>
6896
6897 * elisp.texi, internals.texi, processes.texi: Add documentation
6898 about serial port access.
6899
6900 2008-06-05 Miles Bader <miles@gnu.org>
6901
6902 * display.texi (Displaying Faces): Update to reflect function
6903 renamings in face-remap.el.
6904
6905 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * display.texi (Fontsets): Fix typos.
6908
6909 2008-06-03 Miles Bader <miles@gnu.org>
6910
6911 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6912 remove-relative-face-remapping, set-base-face-remapping,
6913 and set-default-base-face-remapping.
6914
6915 2008-06-01 Miles Bader <miles@gnu.org>
6916
6917 * display.texi (Displaying Faces): Add face-remapping-alist.
6918
6919 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6922 variable names.
6923
6924 2008-05-03 Eric S. Raymond <esr@golux>
6925
6926 * keymaps.texi: Clarify that (current-local-map) and
6927 (current-global-map) return references, not copies.
6928
6929 2008-05-02 Juri Linkov <juri@jurta.org>
6930
6931 * minibuf.texi (Text from Minibuffer): Document a list of
6932 default values for `read-from-minibuffer'.
6933
6934 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6935
6936 * nonascii.texi (Translation of Characters): Fix previous change.
6937
6938 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * display.texi (Overlay Properties): Clarify role of underlying
6941 textprop and overlay keymaps for display strings.
6942
6943 * keymaps.texi (Active Keymaps): Ditto.
6944
6945 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * minibuf.texi (Programmed Completion):
6948 Replace dynamic-completion-table with the new completion-table-dynamic.
6949
6950 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6951
6952 * intro.texi (Some Terms): Change "fonts in this manual" index
6953 entry to "typographic conventions".
6954
6955 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6956
6957 * objects.texi (Text Props and Strings): Add indexing for read
6958 syntax of text properties.
6959
6960 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * processes.texi (Decoding Output): Remove process-filter-multibyte
6963 functions.
6964
6965 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6966
6967 * display.texi (Finding Overlays): Say that empty overlays at
6968 the end of the buffer are reported too.
6969
6970 2008-03-13 Glenn Morris <rgm@gnu.org>
6971
6972 * elisp.texi (EMACSVER): Set to 23.0.60.
6973
6974 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6975
6976 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6977
6978 2008-02-22 Glenn Morris <rgm@gnu.org>
6979
6980 * frames.texi (Position Parameters): Clarify the description of
6981 `left' and `top', using information from "Geometry".
6982 (Geometry): Give a pointer to "Position Parameters", rather than
6983 repeating information.
6984
6985 2008-02-11 Glenn Morris <rgm@gnu.org>
6986
6987 * objects.texi (Equality Predicates): No longer talk about "two"
6988 functions.
6989
6990 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6991
6992 * objects.texi (Equality Predicates): Add defun for
6993 equal-including-properties.
6994
6995 2008-02-10 Glenn Morris <rgm@gnu.org>
6996
6997 * objects.texi (Equality Predicates):
6998 Mention equal-including-properties.
6999
7000 2008-02-07 Richard Stallman <rms@gnu.org>
7001
7002 * windows.texi (Window Start): Mention the feature of moving
7003 window-start to start of line.
7004
7005 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7006
7007 * keymaps.texi (Tool Bar): Document rtl property.
7008
7009 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7010
7011 * display.texi (Button Types):
7012 For define-button-type, clarify type of NAME.
7013
7014 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7015
7016 * buffers.texi (Buffer Modification): Fix typo.
7017
7018 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7019
7020 * os.texi (System Environment): Remove references to OSes that are
7021 not supported anymore.
7022
7023 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7024
7025 * os.texi (System Environment): Remove mention for Masscomp.
7026
7027 2008-01-04 Richard Stallman <rms@gnu.org>
7028
7029 * display.texi (Faces): Don't talk about internal face vector as arg
7030 to facep.
7031
7032 * customize.texi (Type Keywords): Fix previous change.
7033
7034 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7035 * elisp.texi (Top): Fix menu for commands.texi change.
7036
7037 2007-12-30 Richard Stallman <rms@gnu.org>
7038
7039 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7040 (Accessing Scroll): New node broken out of Accessing Mouse.
7041
7042 2007-12-28 Richard Stallman <rms@gnu.org>
7043
7044 * frames.texi (Size Parameters): Fix typo.
7045 (Basic Parameters): For `title', refer to title bar.
7046 (Size and Position): Explain meaning of frame pixel width and height.
7047
7048 2007-12-23 Richard Stallman <rms@gnu.org>
7049
7050 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7051 Improve some of the commented-out keywords' text too.
7052
7053 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7054
7055 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7056 "visit the current buffer".
7057
7058 * os.texi (System Interface): Fix typo.
7059
7060 2007-12-04 Richard Stallman <rms@gnu.org>
7061
7062 * objects.texi (Symbol Type): Fix typo.
7063
7064 2007-12-03 Richard Stallman <rms@gnu.org>
7065
7066 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7067
7068 2007-12-01 Glenn Morris <rgm@gnu.org>
7069
7070 * functions.texi (Declaring Functions): Improve previous change.
7071
7072 2007-11-30 Glenn Morris <rgm@gnu.org>
7073
7074 * functions.texi (Declaring Functions): Add optional fourth
7075 argument of declare-function, and setting third argument to `t'.
7076
7077 2007-11-29 Richard Stallman <rms@gnu.org>
7078
7079 * customize.texi (Composite Types): Document `group' type.
7080
7081 2007-11-29 Glenn Morris <rgm@gnu.org>
7082
7083 * functions.texi (Declaring Functions): Add findex.
7084 Mention `external' files.
7085
7086 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7087
7088 * functions.texi (Declaring Functions): Fix directive.
7089
7090 2007-11-25 Richard Stallman <rms@gnu.org>
7091
7092 * help.texi (Help Functions): Clean up last change.
7093
7094 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7095
7096 * loading.texi (Named Features): Minor cleanup.
7097
7098 * macros.texi (Eval During Expansion): Minor cleanup.
7099
7100 * variables.texi (Variable Aliases): Minor cleanup.
7101
7102 2007-11-24 Richard Stallman <rms@gnu.org>
7103
7104 * functions.texi (Declaring Functions): Clarify previous change.
7105
7106 * compile.texi (Compiler Errors): Clarify previous change.
7107
7108 2007-11-24 Richard Stallman <rms@gnu.org>
7109
7110 * display.texi (Refresh Screen, Forcing Redisplay):
7111 Clarify the text and move items around.
7112
7113 2007-11-24 Glenn Morris <rgm@gnu.org>
7114
7115 * functions.texi (Declaring Functions): New section.
7116 * compile.texi (Compiler Errors): Mention declaring functions,
7117 defvar with no initvalue, and byte-compile-warnings.
7118
7119 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7120
7121 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7122 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7123
7124 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7125
7126 * help.texi (Help Functions): Document new macro `with-help-window'.
7127
7128 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7129
7130 * searching.texi (Replacing Match): Describe new
7131 `match-substitute-replacement'.
7132
7133 2007-10-31 Richard Stallman <rms@gnu.org>
7134
7135 * strings.texi (Creating Strings): Null strings from concat not unique.
7136
7137 2007-10-26 Richard Stallman <rms@gnu.org>
7138
7139 * objects.texi (Equality Predicates): Null strings are uniquified.
7140
7141 * minibuf.texi: Minor clarifications in previous change.
7142
7143 2007-10-25 Glenn Morris <rgm@gnu.org>
7144
7145 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7146
7147 2007-10-24 Richard Stallman <rms@gnu.org>
7148
7149 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7150
7151 * variables.texi (Frame-Local Variables): Node deleted.
7152 (Variables): Delete Frame-Local Variables from menu.
7153 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7154 (Default Value): Don't mention frame-local vars.
7155
7156 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7157
7158 * loading.texi (Unloading): Document FEATURE-unload-function
7159 instead of FEATURE-unload-hook.
7160
7161 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7162
7163 2007-10-22 Juri Linkov <juri@jurta.org>
7164
7165 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7166 (High-Level Completion): Document a list of default value strings
7167 in the DEFAULT argument, for which minibuffer functions return the
7168 first element.
7169
7170 2007-10-17 Juri Linkov <juri@jurta.org>
7171
7172 * text.texi (Filling): Update arguments of fill-paragraph.
7173 fill-paragraph operates on the active region in Transient Mark mode.
7174 Remove fill-paragraph-or-region.
7175
7176 2007-10-13 Karl Berry <karl@gnu.org>
7177
7178 * elisp.texi (@dircategory): Move to after @copying,
7179 since we want @copying as close as possible to the beginning of
7180 the output.
7181
7182 2007-10-12 Richard Stallman <rms@gnu.org>
7183
7184 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7185
7186 * commands.texi (Distinguish Interactive): New node,
7187 broken out from Interactive Call and rewritten.
7188 (Command Loop): Put Distinguish Interactive in menu.
7189
7190 2007-10-09 Richard Stallman <rms@gnu.org>
7191
7192 * text.texi (Examining Properties): Mention overlay priority.
7193
7194 * display.texi (Display Margins): Correct the description
7195 of margin display specifications.
7196 (Replacing Specs): New subnode broken out of Display Property.
7197
7198 2007-10-06 Juri Linkov <juri@jurta.org>
7199
7200 * text.texi (Filling): Document fill-paragraph-or-region.
7201
7202 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7203
7204 * display.texi (Auto Faces): Fix typo.
7205
7206 2007-10-02 Richard Stallman <rms@gnu.org>
7207
7208 * display.texi (Display Property): Explain some display specs
7209 don't let you move point in.
7210
7211 * frames.texi (Cursor Parameters):
7212 Describe cursor-in-non-selected-windows here. Explain more values.
7213
7214 * windows.texi (Basic Windows): Don't describe
7215 cursor-in-non-selected-windows here.
7216
7217 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7218
7219 * processes.texi (Misc Network): Note that these functions are
7220 supported only on some systems.
7221
7222 2007-10-01 Richard Stallman <rms@gnu.org>
7223
7224 * display.texi (Overlay Properties): Explain nil as priority.
7225 Explain that conflicts are unpredictable if not resolved by
7226 priorities.
7227
7228 2007-09-23 Richard Stallman <rms@gnu.org>
7229
7230 * macros.texi (Backquote): Minor clarification.
7231
7232 2007-09-19 Richard Stallman <rms@gnu.org>
7233
7234 * display.texi (Display Property): Explain multiple display specs.
7235 Clarify when they work in parallel and when one overrides.
7236 Fix error in example.
7237
7238 2007-09-06 Glenn Morris <rgm@gnu.org>
7239
7240 Move from lispref/ to doc/lispref/. Change all setfilename
7241 commands to use ../../info.
7242 * Makefile.in (infodir): Go up one more level.
7243 (usermanualdir): Change from ../man to ../emacs.
7244 (miscmanualdir): New.
7245 (dist): Use new variable miscmanualdir.
7246 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7247 (usermanualdir): Change from ../man to ../emacs.
7248
7249 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7250
7251 * commands.texi (Command Loop Info): Advise against changing
7252 most variables described here. Explain new variable
7253 last-repeatable-command.
7254
7255 2007-08-29 Glenn Morris <rgm@gnu.org>
7256
7257 * elisp.texi (EMACSVER): Increase to 23.0.50.
7258
7259 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7260
7261 * frames.texi (Basic Parameters): Add display-environment-variable
7262 and term-environment-variable.
7263
7264 2007-08-28 Juri Linkov <juri@jurta.org>
7265
7266 * display.texi (Image Formats, Other Image Types): Add SVG.
7267
7268 2007-08-28 Juri Linkov <juri@jurta.org>
7269
7270 * display.texi (Images): Move formats-related text to new node
7271 "Image Formats".
7272 (Image Formats): New node.
7273
7274 2007-08-27 Richard Stallman <rms@gnu.org>
7275
7276 * windows.texi (Window Configurations): Clarify what
7277 a window configuration saves.
7278
7279 2007-08-25 Richard Stallman <rms@gnu.org>
7280
7281 * display.texi (Images): Delete redundant @findex.
7282
7283 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * text.texi (Change Hooks): (after|before)-change-functions are no
7286 longer bound to nil while running; rather inhibit-modification-hooks
7287 is t.
7288
7289 2007-08-16 Richard Stallman <rms@gnu.org>
7290
7291 * processes.texi (Asynchronous Processes):
7292 Clarify doc of start-file-process.
7293
7294 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7295
7296 * modes.texi (Example Major Modes): Fix typo.
7297
7298 2007-08-08 Glenn Morris <rgm@gnu.org>
7299
7300 * intro.texi (nil and t): Do not use `iff' in documentation.
7301
7302 * tips.texi (Documentation Tips): Recommend against `iff'.
7303
7304 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7305
7306 * display.texi (Image Cache): Document image-refresh.
7307
7308 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7309
7310 * windows.texi (Size of Window): Document window-full-width-p.
7311
7312 2007-07-25 Glenn Morris <rgm@gnu.org>
7313
7314 * gpl.texi (GPL): Replace license with GPLv3.
7315
7316 * Relicense all FSF files to GPLv3 or later.
7317
7318 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7319
7320 * processes.texi (Synchronous Processes):
7321 Add `process-file-shell-command'.
7322 (Asynchronous Processes): Mention restricted use of
7323 `process-filter' and `process-sentinel' in
7324 `start-file-process'. Add `start-file-process-shell-command'.
7325
7326 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7327
7328 * files.texi (Magic File Names): Introduce optional parameter
7329 IDENTIFICATION for `file-remote-p'.
7330
7331 2007-07-16 Richard Stallman <rms@gnu.org>
7332
7333 * display.texi (Defining Faces): Fix previous change.
7334
7335 2007-07-14 Richard Stallman <rms@gnu.org>
7336
7337 * control.texi (Handling Errors): Document `debug' in handler list.
7338
7339 2007-07-10 Richard Stallman <rms@gnu.org>
7340
7341 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7342
7343 2007-07-09 Richard Stallman <rms@gnu.org>
7344
7345 * files.texi (Magic File Names): Rewrite previous change.
7346
7347 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7348
7349 * files.texi (Magic File Names): Introduce optional parameter
7350 CONNECTED for `file-remote-p'.
7351
7352 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7353
7354 * processes.texi (Asynchronous Processes):
7355 * files.texi (Magic File Names): Add `start-file-process'.
7356
7357 2007-06-27 Richard Stallman <rms@gnu.org>
7358
7359 * files.texi (Format Conversion Piecemeal):
7360 Clarify `after-insert-file-functions' calling convention.
7361
7362 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * files.texi (Magic File Names): Remove `dired-call-process'.
7365 Add `process-file'.
7366
7367 2007-06-27 Kenichi Handa <handa@m17n.org>
7368
7369 * text.texi (Special Properties): Fix description about
7370 `composition' property.
7371
7372 2007-06-26 Kenichi Handa <handa@m17n.org>
7373
7374 * nonascii.texi (Default Coding Systems): Document about the
7375 return value `undecided'.
7376
7377 2007-06-25 David Kastrup <dak@gnu.org>
7378
7379 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7380 `current-active-maps'.
7381
7382 2007-06-24 Karl Berry <karl@gnu.org>
7383
7384 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7385
7386 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7387
7388 * display.texi (Overlay Arrow): Doc fix.
7389
7390 2007-06-14 Karl Berry <karl@tug.org>
7391
7392 * anti.texi (Antinews): Typo.
7393
7394 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7395
7396 * display.texi (Image Cache): Document image-refresh.
7397
7398 2007-06-12 Karl Berry <karl@gnu.org>
7399
7400 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7401 * two-volume.make: New file.
7402 * .cvsignore: Ignore two-volume files.
7403
7404 2007-06-12 Tom Tromey <tromey@redhat.com>
7405
7406 * os.texi (Init File): Document user-emacs-directory.
7407
7408 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7409
7410 * commands.texi (Click Events): Describe width and height when
7411 object is nil.
7412
7413 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7414
7415 * commands.texi (Click Events): Layout more logically.
7416 Describe width and height.
7417 (Drag Events, Motion Events): Update to new format for position.
7418
7419 2007-06-02 Richard Stallman <rms@gnu.org>
7420
7421 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7422
7423 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * Version 22.1 released.
7426
7427 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * text.texi (Special Properties): Correct meaning of fontified face.
7430
7431 2007-05-30 Richard Stallman <rms@gnu.org>
7432
7433 * text.texi (Special Properties): Add link to Adjusting Point.
7434
7435 2007-05-12 Richard Stallman <rms@gnu.org>
7436
7437 * text.texi (Margins): indent-to-left-margin is not the default.
7438 (Mode-Specific Indent): For indent-line-function, the default
7439 is indent-relative.
7440
7441 * modes.texi (Example Major Modes): Explain last line of text-mode
7442 is redundant.
7443
7444 2007-05-10 Richard Stallman <rms@gnu.org>
7445
7446 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7447
7448 * help.texi (Keys in Documentation): Add reference to
7449 Documentation Tips.
7450
7451 * files.texi (Format Conversion): TO-FN gets three arguments.
7452
7453 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7454
7455 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7456
7457 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7458 * files.texi (Format Conversion): Expand intro; add menu.
7459 (Format Conversion Overview, Format Conversion Round-Trip)
7460 (Format Conversion Piecemeal): New nodes/subsections.
7461 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7462 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7463 (Saving Properties): Delete node/subsection.
7464
7465 2007-05-07 Karl Berry <karl@gnu.org>
7466
7467 * elisp.texi (EMACSVER): Back to 22.
7468
7469 2007-05-06 Richard Stallman <rms@gnu.org>
7470
7471 * processes.texi (Accepting Output): Revert most of previous change.
7472
7473 2007-05-05 Richard Stallman <rms@gnu.org>
7474
7475 * processes.texi (Accepting Output): accept-process-output
7476 uses microseconds, not milliseconds. But that arg is obsolete.
7477
7478 2007-05-04 Karl Berry <karl@tug.org>
7479
7480 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7481
7482 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7483
7484 * tips.texi (Documentation Tips): Rearrange items to place the
7485 more important ones first. Add an index entry for hyperlinks.
7486
7487 2007-05-03 Karl Berry <karl@gnu.org>
7488
7489 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7490 (EMACSVER) [smallbook]: 22 for printed version.
7491
7492 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7493 so restore anchor to normal position after defun. Found by Kevin Ryde.
7494
7495 2007-04-26 Glenn Morris <rgm@gnu.org>
7496
7497 * elisp.texi (EMACSVER): Increase to 22.1.50.
7498
7499 2007-04-28 Karl Berry <karl@gnu.org>
7500
7501 * elisp.texi: Improve line breaks on copyright page,
7502 similar layout to emacs manual, 8.5x11 by default.
7503
7504 2007-04-24 Richard Stallman <rms@gnu.org>
7505
7506 * text.texi (Special Properties): Add xref to Overlay Properties.
7507
7508 * display.texi (Overlay Properties): Add xref to Special Properties.
7509
7510 2007-04-22 Richard Stallman <rms@gnu.org>
7511
7512 * keymaps.texi (Extended Menu Items): Move the info about
7513 format with cached keyboard binding.
7514
7515 2007-04-21 Richard Stallman <rms@gnu.org>
7516
7517 * text.texi (Special Properties): Clarify previous change.
7518
7519 * files.texi (File Name Expansion): Clarify previous change.
7520
7521 * display.texi (Attribute Functions): Fix example for
7522 face-attribute-relative-p.
7523
7524 2007-04-19 Kenichi Handa <handa@m17n.org>
7525
7526 * text.texi (Special Properties): Document composition property.
7527
7528 2007-04-19 Glenn Morris <rgm@gnu.org>
7529
7530 * files.texi (File Name Expansion): Mention "superroot".
7531
7532 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7533
7534 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7535 setups.
7536 (Display Feature Testing): Note that display refers to all
7537 physical monitors for multi-monitor setups.
7538
7539 2007-04-14 Richard Stallman <rms@gnu.org>
7540
7541 * lists.texi (Sets And Lists): Clarify `delete' examples.
7542 Remove spurious xref to same node.
7543 Clarify xref for add-to-list.
7544
7545 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7546
7547 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7548 value of lisp-mode-map.
7549
7550 2007-04-11 Karl Berry <karl@gnu.org>
7551
7552 * anti.texi (Antinews):
7553 * display.texi (Overlay Properties, Defining Images):
7554 * processes.texi (Synchronous Processes, Sentinels):
7555 * syntax.texi (Syntax Table Internals):
7556 * searching.texi (Regexp Special):
7557 * nonascii.texi (Default Coding Systems):
7558 * text.texi (Special Properties):
7559 * minibuf.texi (Basic Completion): Wording to improve breaks in
7560 8.5x11 format.
7561 * elisp.texi (smallbook): New @set to more easily switch between
7562 smallbook and 8.5x11.
7563
7564 2007-04-11 Richard Stallman <rms@gnu.org>
7565
7566 * text.texi (Lazy Properties): Minor fix.
7567
7568 2007-04-08 Karl Berry <karl@gnu.org>
7569
7570 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7571 * macros.texi (Backquote): Downcase Backquote in index entries for
7572 consistency.
7573
7574 2007-04-08 Richard Stallman <rms@gnu.org>
7575
7576 * text.texi (Adaptive Fill): Just describe default,
7577 don't show it (since it contains non-ASCII chars).
7578
7579 2007-04-07 Karl Berry <karl@gnu.org>
7580
7581 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7582 adaptive-fill-regexp's value, since they are not in the standard
7583 TeX fonts.
7584
7585 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7586
7587 * display.texi (Defining Faces): Fix example.
7588
7589 2007-04-07 Karl Berry <karl@gnu.org>
7590
7591 * display.texi (Button Buffer Commands): Improve page break.
7592
7593 2007-04-07 Richard Stallman <rms@gnu.org>
7594
7595 * advice.texi (Activation of Advice): Remove redundant index entry.
7596
7597 * backups.texi: Improve index entries. Remove redundant ones.
7598
7599 * compile.texi (Byte Compilation): Improve index entry.
7600
7601 * hash.texi (Creating Hash): Improve index entry.
7602
7603 * symbols.texi (Definitions): Improve index entry.
7604
7605 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7606
7607 * maps.texi (Standard Keymaps): Remove useless index entry.
7608
7609 * help.texi (Documentation Basics): Remove redundant index entries.
7610
7611 * customize.texi: Improve index entries.
7612 Remove redundant/useless ones.
7613
7614 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7615
7616 * streams.texi (Output Variables): Improve index entry.
7617
7618 * abbrevs.texi (Abbrevs): Remove useless index entry.
7619
7620 * macros.texi (Expansion): Remove useless index entry.
7621
7622 * text.texi: Improve index entries. Remove redundant/useless ones.
7623 (Text Properties, Examining Properties)
7624 (Special Properties): Use "property category" instead of "category"
7625 to refer to the `category' property.
7626
7627 * positions.texi: Improve index entries. Remove useless one.
7628
7629 * lists.texi: Improve index entries. Remove redundant/useless ones.
7630
7631 * os.texi: Improve index entries.
7632 (Timers): Fix previous change.
7633
7634 * buffers.texi: Improve index entries.
7635 (Modification Time): Get rid of term "obsolete buffer".
7636
7637 * debugging.texi: Improve index entries.
7638 (Test Coverage): Add xref to other test coverage ftr.
7639
7640 * eval.texi: Improve index entry. Remove redundant ones.
7641
7642 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7643
7644 * files.texi: Improve index entries. Remove redundant/useless ones.
7645
7646 * objects.texi: Improve index entries.
7647
7648 * processes.texi: Improve index entries.
7649
7650 * modes.texi: Improve index entry. Remove redundant one.
7651
7652 * nonascii.texi: Improve index entries.
7653
7654 * internals.texi: Improve index entries.
7655
7656 * syntax.texi: Improve index entries.
7657
7658 * keymaps.texi (Active Keymaps): Improve index entries.
7659
7660 * commands.texi: Improve index entries. Remove redundant/useless ones.
7661
7662 * frames.texi: Improve index entries. Remove redundant/useless ones.
7663
7664 * markers.texi: Improve index entries. Remove redundant ones.
7665
7666 * tips.texi: Improve index entries.
7667
7668 * loading.texi (Unloading): Improve index entry.
7669
7670 * variables.texi: Improve index entries. Remove redundant one.
7671
7672 * sequences.texi: Improve index entry.
7673
7674 * display.texi: Improve index entries. Remove redundant ones.
7675
7676 * windows.texi: Improve index entries.
7677
7678 * searching.texi: Improve index entries. Remove redundant one.
7679
7680 * strings.texi (Case Tables): Improve last change.
7681
7682 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * strings.texi (Case Tables): Document with-case-table and
7685 ascii-case-table.
7686
7687 2007-04-03 Karl Berry <karl@gnu.org>
7688
7689 * processes.texi (Network): Reword to improve page break.
7690
7691 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7692
7693 * functions.texi (Inline Functions): Describe more disadvantages
7694 of defsubst, and make advice against it stronger.
7695
7696 2007-04-02 Karl Berry <karl@gnu.org>
7697
7698 * backups.texi (Backup Names): Avoid widow words.
7699 * modes.texi (Example Major Modes): Align last comment.
7700
7701 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7702
7703 * keymaps.texi (Remapping Commands): Document new arg to
7704 command-remapping.
7705
7706 2007-04-01 Karl Berry <karl@gnu.org>
7707
7708 * processes.texi (Low-Level Network): Typo.
7709 * loading.texi (Hooks for Loading): Avoid double "the".
7710 * keymaps.texi (Key Sequences): No double "and".
7711 (Changing Key Bindings): Shorten to improve line break.
7712
7713 2007-03-31 Glenn Morris <rgm@gnu.org>
7714
7715 * os.texi (Timers): Fix description of run-at-time TIME formats.
7716
7717 2007-03-31 Richard Stallman <rms@gnu.org>
7718
7719 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7720 regarding ellipsis.
7721
7722 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7723
7724 * intro.texi (nil and t):
7725 * symbols.texi (Plists and Alists):
7726 * variables.texi (Variable Aliases, Constant Variables):
7727 * functions.texi (Defining Functions):
7728 * advice.texi (Advising Primitives):
7729 * debugging.texi (Syntax Errors, Compilation Errors):
7730 * minibuf.texi (Minibuffer Windows):
7731 * commands.texi (Adjusting Point):
7732 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7733 (Auto Major Mode, Major Mode Conventions):
7734 * help.texi (Describing Characters):
7735 * files.texi (Create/Delete Dirs, Information about Files)
7736 (File Locks, Writing to Files, Reading from Files)
7737 (Saving Buffers):
7738 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7739 * frames.texi (Finding All Frames):
7740 * positions.texi (Buffer End, Motion):
7741 * markers.texi (The Region):
7742 * text.texi (Deletion, Near Point):
7743 * display.texi (Displaying Messages, Truncation):
7744 * os.texi (Processor Run Time):
7745 * tips.texi (Key Binding Conventions, Programming Tips)
7746 (Warning Tips, Documentation Tips, Comment Tips):
7747 * internals.texi (Memory Usage): Improve indexing.
7748
7749 * variables.texi (Frame-Local Variables):
7750 * functions.texi (Argument List):
7751 * loading.texi (Library Search):
7752 * streams.texi (Output Variables):
7753 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7754 * searching.texi (Replacing Match, Search and Replace):
7755 * processes.texi (Byte Packing, Decoding Output)
7756 (Accepting Output, Network Servers, Shell Arguments):
7757 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7758 * windows.texi (Window Point, Window Start):
7759 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7760 * commands.texi (Reading Input, Keyboard Events):
7761 * minibuf.texi (Reading File Names, Minibuffer Completion)
7762 (Recursive Mini):
7763 * positions.texi (List Motion):
7764 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7765 * numbers.texi (Arithmetic Operations, Math Functions)
7766 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7767 * locals.texi (Standard Buffer-Local Variables):
7768 * maps.texi (Standard Keymaps):
7769 * os.texi (User Identification, System Environment, Recording Input)
7770 (X11 Keysyms):
7771 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7772 * backups.texi (Backups and Auto-Saving):
7773 * customize.texi (Customization, Group Definitions)
7774 (Variable Definitions):
7775 * compile.texi (Byte Compilation): Improve index entries.
7776
7777 2007-03-31 Karl Berry <karl@gnu.org>
7778
7779 * macros.texi (Defining Macros): Avoid widow syllable.
7780
7781 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7782
7783 * elisp.texi (Top): Postscript -> PostScript.
7784
7785 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7786
7787 2007-03-31 Markus Triska <markus.triska@gmx.at>
7788
7789 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7790
7791 2007-03-30 Karl Berry <karl@gnu.org>
7792
7793 * lists.texi (List-related Predicates): Remove spurious @need.
7794 (Setcdr): Use @smallexample to improve page break.
7795 (Association Lists) <assoc>: Reword to improve page break.
7796
7797 * strings.texi (String Conversion): Insert blank line to improve
7798 page break.
7799
7800 * numbers.texi (Random Numbers): Use @minus{}.
7801 (Math Functions): Use @minus{}.
7802
7803 * intro.texi (Acknowledgements): Avoid line breaks before middle
7804 initials.
7805
7806 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7807
7808 * errors.texi (Standard Errors): Add an index entry.
7809
7810 2007-03-19 Richard Stallman <rms@gnu.org>
7811
7812 * os.texi (Recording Input): recent-keys now gives 300 keys.
7813
7814 2007-03-12 Glenn Morris <rgm@gnu.org>
7815
7816 * os.texi: Replace "daylight savings" with "daylight saving"
7817 throughout.
7818
7819 2007-03-05 Richard Stallman <rms@gnu.org>
7820
7821 * variables.texi (File Local Variables):
7822 Update enable-local-variables values.
7823
7824 2007-03-04 Richard Stallman <rms@gnu.org>
7825
7826 * syntax.texi (Control Parsing): Minor clarification.
7827
7828 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7829
7830 * sequences.texi (Sequence Functions): Move string-bytes away,
7831 add xref.
7832
7833 * nonascii.texi (Text Representations): Move string-bytes here.
7834
7835 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7836
7837 * minibuf.texi (Basic Completion): Minor clarification.
7838
7839 * markers.texi (The Mark): Clarify existence vs activation of mark.
7840 Other cleanup.
7841
7842 * display.texi (Finding Overlays): Write better example.
7843
7844 * compile.texi (Eval During Compile): Clarify putting macros
7845 in eval-when-compile.
7846
7847 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7848
7849 * loading.texi (How Programs Do Loading): Fix anchor position at
7850 load-read-function definition doc.
7851
7852 2007-02-21 Kim F. Storm <storm@cua.dk>
7853
7854 * strings.texi (Text Comparison): Mention that assoc-string
7855 converts symbols to strings before testing.
7856
7857 2007-02-17 Kim F. Storm <storm@cua.dk>
7858
7859 * processes.texi (Bindat Spec): Vector types can have optional
7860 element type.
7861 (Bindat Examples): Fix example. Add vector with element type.
7862
7863 2007-02-16 Andreas Schwab <schwab@suse.de>
7864
7865 * strings.texi (Formatting Strings): Document '+' flag.
7866
7867 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7868
7869 * strings.texi (Modifying Strings): Clarify that `clear-string'
7870 always converts the string to unibyte.
7871
7872 2007-02-14 Kim F. Storm <storm@cua.dk>
7873
7874 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7875 Rewrite glyph code description to refer to these functions.
7876 Remove details of encoding face number and char into integer code.
7877
7878 2007-02-03 Alan Mackenzie <acm@muc.de>
7879
7880 * loading.texi (Hooks for Loading): Make the description of
7881 `eval-after-load' more detailed, and amend the description of
7882 after-load-alist, in accordance with changes from 2006-05.
7883
7884 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7885
7886 * modes.texi (Defining Minor Modes): Document that a :require
7887 keyword or similar may be required to make saved customization
7888 variables work.
7889
7890 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7891
7892 * elisp.texi (Top): Make the detailed menu headers compliant with
7893 Texinfo guidelines and with what texnfo-upd.el expects.
7894 Add comments to prevent people from inadvertently modifying the key
7895 parts needed by `texinfo-multiple-files-update'.
7896
7897 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7898
7899 * elisp.texi (Top): Update the top-level menus.
7900
7901 * syntax.texi (Categories): Add index entries.
7902
7903 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * display.texi (Attribute Functions): Fix name and description of
7906 the UNDERLINE arg of `set-face-underline-p'.
7907
7908 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7909
7910 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7911 Variables", and "Standard Keymaps" to the detailed menu.
7912
7913 * variables.texi (Future Local Variables): Add index entry.
7914
7915 2007-01-28 Richard Stallman <rms@gnu.org>
7916
7917 * tips.texi (Coding Conventions): Clarify the tip about macros
7918 that define a function or a variable.
7919
7920 * files.texi (File Attributes): UID and GID can be floats.
7921 (Magic File Names): Explain why deferring all operations to
7922 the standard handler does not work.
7923
7924 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7925
7926 * backups.texi (Reverting): Use "buffer" instead of "file"
7927 when talking about major and minor modes.
7928
7929 2007-01-21 Richard Stallman <rms@gnu.org>
7930
7931 * help.texi (Documentation): Add xref to Documentation Tips.
7932
7933 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7934
7935 * tips.texi (Coding Conventions): Fix typos.
7936
7937 2007-01-05 Richard Stallman <rms@gnu.org>
7938
7939 * modes.texi (Defining Minor Modes): Fix previous change.
7940
7941 2007-01-03 Richard Stallman <rms@gnu.org>
7942
7943 * customize.texi (Variable Definitions, Customization Types):
7944 Don't use * in doc string for defcustom.
7945
7946 2007-01-02 Richard Stallman <rms@gnu.org>
7947
7948 * variables.texi (Variable Aliases): Clarify that aliases vars
7949 always have the same value.
7950
7951 * processes.texi (Bindat Spec): Fix Texinfo usage.
7952
7953 * modes.texi (Defining Minor Modes): Explain effect of command
7954 defined with define-global-minor-mode on new buffers.
7955
7956 2006-12-30 Kim F. Storm <storm@cua.dk>
7957
7958 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7959 `auto-resize-tool-bars'.
7960
7961 2006-12-30 Richard Stallman <rms@gnu.org>
7962
7963 * keymaps.texi (Active Keymaps): Fix previous change.
7964
7965 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7966
7967 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7968
7969 2006-12-30 Kim F. Storm <storm@cua.dk>
7970
7971 * processes.texi (Bindat Spec): Clarify using field names in
7972 length specifications.
7973
7974 2006-12-29 Kim F. Storm <storm@cua.dk>
7975
7976 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7977 Add count and index variables for eval forms in repeat blocks.
7978
7979 2006-12-24 Richard Stallman <rms@gnu.org>
7980
7981 * customize.texi (Variable Definitions):
7982 Document new name custom-add-frequent-value.
7983
7984 2006-12-19 Kim F. Storm <storm@cua.dk>
7985
7986 * commands.texi (Misc Events): User signals now result in sigusr1
7987 and sigusr2 events which are handled through special-event-map.
7988 (Special Events): User signals and drag-n-drop are special.
7989
7990 2006-12-17 Richard Stallman <rms@gnu.org>
7991
7992 * loading.texi (Named Features): Explain subfeatures better.
7993
7994 * customize.texi: Use "option" only for user options.
7995 For the keyword values inside defcustom etc, say "keywords".
7996 For :options value's elements, say "elements".
7997 :group should not be omitted.
7998
7999 * syntax.texi (Parsing Expressions): Split up node.
8000 (Motion via Parsing, Position Parse, Parser State)
8001 (Low-Level Parsing, Control Parsing): New subnodes.
8002 (Parser State): Document syntax-ppss-toplevel-pos.
8003
8004 * positions.texi (List Motion): Punctuation fix.
8005
8006 * files.texi (File Name Completion): Document PREDICATE arg
8007 to file-name-completion.
8008
8009 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8010
8011 * internals.texi (Building Emacs, Writing Emacs Primitives):
8012 Add index entries.
8013
8014 2006-12-11 Richard Stallman <rms@gnu.org>
8015
8016 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8017 affects face menu. Explain how to make it non-nil without enabling
8018 any fontification.
8019
8020 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * modes.texi (Font Lock Basics): Document nil value of
8023 font-lock-defaults.
8024
8025 2006-12-10 Glenn Morris <rgm@gnu.org>
8026
8027 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8028 value for system-flag argument. Abbrev tables may not be empty
8029 when major modes are loaded.
8030
8031 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8032
8033 * makefile.w32-in (maintainer-clean): Partially revert last
8034 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8035 to protect elisp-covers.texi.
8036
8037 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8038
8039 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8040 Don't remove elisp* info files; they are already deleted by the
8041 `clean' and `distclean' targets, and they are in the $(infodir)
8042 directory, not the current one.
8043
8044 2006-12-04 Kim F. Storm <storm@cua.dk>
8045
8046 * commands.texi (Misc Events): Update signal events.
8047 (Event Examples): Add signal example.
8048
8049 2006-11-29 Richard Stallman <rms@gnu.org>
8050
8051 * frames.texi (Visibility of Frames): Explain visible windows
8052 can be covered by others. Add xref for raise-frame.
8053
8054 2006-11-28 Richard Stallman <rms@gnu.org>
8055
8056 * searching.texi (Regexp Special): Update when ^ is special.
8057
8058 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8059
8060 * customize.texi (Customization, Common Keywords)
8061 (Group Definitions, Variable Definitions, Composite Types)
8062 (Type Keywords, Customization Types): Add index entries for
8063 various customization keywords.
8064
8065 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8068
8069 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8070
8071 * frames.texi (Window System Selections): Remove clipboard from
8072 description of selection-coding-system.
8073
8074 2006-11-06 Richard Stallman <rms@gnu.org>
8075
8076 * lists.texi (List Variables): Document COMPARE-FN.
8077
8078 * keymaps.texi: Avoid use of "binding" to mean a relation;
8079 use it only to refer to the meaning associated with a key.
8080 (Keymaps): Change menu node description.
8081
8082 * elisp.texi (Top): Change menu node description.
8083
8084 * display.texi (Managing Overlays): Document overlay-recenter.
8085
8086 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8087
8088 * Makefile.in: Use relative paths to avoid advertising filesystem
8089 contents during compilation.
8090
8091 2006-10-23 Kim F. Storm <storm@cua.dk>
8092
8093 * commands.texi (Event Input Misc): Update unread-command-events.
8094
8095 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8096
8097 * lists.texi (Sets And Lists): Fix typos.
8098
8099 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8100
8101 * control.texi (Processing of Errors): Use @var for an argument,
8102 not @code.
8103
8104 2006-10-16 Richard Stallman <rms@gnu.org>
8105
8106 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8107
8108 * keymaps.texi (Format of Keymaps): Show all the keymap element
8109 patterns that result from menu items.
8110 (Key Lookup): Minor cleanups.
8111
8112 * modes.texi (Precalculated Fontification): Don't say that
8113 not setting font-lock-defaults avoids loading font-lock.
8114
8115 * help.texi (Documentation): Move xref to Emacs Manual here.
8116 (Documentation Basics): From here.
8117 Also doc emacs-lisp-docstring-fill-column.
8118
8119 * elisp.texi: Update version and ISBN.
8120
8121 * commands.texi (Interactive Call): Clarify KEYS arg to
8122 call-interactively is a vector.
8123 (Command Loop Info): Delete anchor in this-command-keys.
8124 Add anchor in this-command-keys-vector.
8125 (Recursive Editing): Document how recursive-edit
8126 handles the current buffer.
8127
8128 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * frames.texi (Frame Titles): %c and %l are ignored in
8131 frame-title-format.
8132
8133 2006-10-11 Richard Stallman <rms@gnu.org>
8134
8135 * keymaps.texi (Key Sequences): Clarify use of kbd.
8136
8137 2006-10-10 Kim F. Storm <storm@cua.dk>
8138
8139 * lists.texi (Sets And Lists): Add memql.
8140
8141 2006-10-03 Richard Stallman <rms@gnu.org>
8142
8143 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8144 Clarify :ascii: and :nonascii:.
8145
8146 2006-09-29 Juri Linkov <juri@jurta.org>
8147
8148 * modes.texi (%-Constructs): Reorder coding systems in the
8149 documentation of %z to the real order displayed in the modeline.
8150
8151 2006-09-25 Richard Stallman <rms@gnu.org>
8152
8153 * os.texi (Timers): Describe timer-max-repeats.
8154
8155 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8156
8157 * os.texi (Timers): Mention with-local-quit.
8158
8159 2006-09-24 Richard Stallman <rms@gnu.org>
8160
8161 * searching.texi (Searching and Matching): Mention property search.
8162
8163 * commands.texi (Command Loop Info): Explain how read-event affects
8164 this-command-keys.
8165
8166 2006-09-20 Richard Stallman <rms@gnu.org>
8167
8168 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8169
8170 * windows.texi (Window Start): Minor cleanups.
8171
8172 2006-09-20 Kim F. Storm <storm@cua.dk>
8173
8174 * windows.texi (Window Start): pos-visible-in-window-p allows
8175 specifying t for position to mean "end of window".
8176 Add window-line-height.
8177
8178 * anti.texi (Antinews): Mention window-line-height.
8179
8180 2006-09-19 David Kastrup <dak@gnu.org>
8181
8182 * keymaps.texi (Searching Keymaps): Small clarification.
8183
8184 2006-09-18 Richard Stallman <rms@gnu.org>
8185
8186 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8187 cause keyboard menus.
8188 (Menu Keymaps): Likewise.
8189 (Defining Menus, Keyboard Menus): Clarify.
8190
8191 * text.texi (Fields): Clarify explanation of constrain-to-field.
8192
8193 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8194
8195 * variables.texi (Tips for Defining): Fix a typo.
8196
8197 2006-09-15 Richard Stallman <rms@gnu.org>
8198
8199 * keymaps.texi (Remapping Commands, Searching Keymaps)
8200 (Active Keymaps): Clean up previous change.
8201
8202 2006-09-15 Jay Belanger <belanger@truman.edu>
8203
8204 * gpl.texi: Replace "Library Public License" by "Lesser Public
8205 License" throughout.
8206
8207 2006-09-15 David Kastrup <dak@gnu.org>
8208
8209 * keymaps.texi (Active Keymaps): Adapt description to use
8210 `get-char-property' instead `get-text-property'. Explain how
8211 mouse events change this. Explain the new optional argument of
8212 `key-binding' and its mouse-dependent lookup.
8213 (Searching Keymaps): Adapt description similarly.
8214 (Remapping Commands): Explain the new optional argument of
8215 `command-remapping'.
8216
8217 2006-09-14 Richard Stallman <rms@gnu.org>
8218
8219 * keymaps.texi (Searching Keymaps): Clarification.
8220 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8221
8222 2006-09-13 Richard Stallman <rms@gnu.org>
8223
8224 * objects.texi (Character Type): Node split.
8225 Add xref to Describing Characters.
8226 (Basic Char Syntax, General Escape Syntax)
8227 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8228
8229 2006-09-11 Richard Stallman <rms@gnu.org>
8230
8231 * display.texi (Display Table Format): Wording clarification.
8232 (Glyphs): Clarifications.
8233
8234 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8237 local maps.
8238
8239 2006-09-10 Kim F. Storm <storm@cua.dk>
8240
8241 * display.texi (Forcing Redisplay): Document return value of
8242 function redisplay.
8243
8244 2006-09-09 Richard Stallman <rms@gnu.org>
8245
8246 * windows.texi (Window Hooks): Explain limits of
8247 window-scroll-functions.
8248
8249 * display.texi (Fringe Indicators): Update for last change in
8250 indicate-buffer-boundaries.
8251
8252 2006-09-08 Richard Stallman <rms@gnu.org>
8253
8254 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8255
8256 2006-09-06 Kim F. Storm <storm@cua.dk>
8257
8258 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8259
8260 * windows.texi (Window Start): Update pos-visible-in-window-p.
8261
8262 2006-09-04 Richard Stallman <rms@gnu.org>
8263
8264 * processes.texi (Accepting Output): Explain SECONDS=0 for
8265 accept-process-output.
8266
8267 * os.texi (Idle Timers): Explain why timer functions should not
8268 loop until (input-pending-p).
8269
8270 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8271
8272 * makefile.w32-in (usermanualdir): New variable.
8273 (elisp.dvi): Use it.
8274
8275 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8276
8277 * buffers.texi (Buffer Modification): Fix last change.
8278
8279 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8280
8281 * buffers.texi (Buffer Modification):
8282 Document buffer-chars-modified-tick.
8283
8284 2006-08-31 Richard Stallman <rms@gnu.org>
8285
8286 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8287
8288 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8289
8290 * modes.texi (Syntactic Font Lock):
8291 Mention font-lock-syntactic-face-function
8292 instead of specific faces.
8293
8294 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8295
8296 * display.texi (Images): Add xrref to display-images-p.
8297
8298 2006-08-28 Kenichi Handa <handa@m17n.org>
8299
8300 * nonascii.texi (Lisp and Coding Systems): Fix description of
8301 detect-coding-region.
8302
8303 2006-08-27 Michael Olson <mwolson@gnu.org>
8304
8305 * processes.texi (Transaction Queues): Remove stray quote
8306 character.
8307
8308 2006-08-25 Richard Stallman <rms@gnu.org>
8309
8310 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8311 Add xref.
8312
8313 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8314
8315 * os.texi (Timers): Avoid waiting inside timers.
8316
8317 2006-08-21 Lute Kamstra <lute@gnu.org>
8318
8319 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8320
8321 2006-08-20 Richard Stallman <rms@gnu.org>
8322
8323 * os.texi (Idle Timers): New node, split out from Timers.
8324 Document current-idle-time.
8325 * commands.texi (Reading One Event): Update xref.
8326 * elisp.texi (Top): Update subnode menu.
8327
8328 2006-08-16 Richard Stallman <rms@gnu.org>
8329
8330 * keymaps.texi (Extended Menu Items): Show format of cached
8331 bindings in extended menu items.
8332
8333 * customize.texi (Variable Definitions): Explain when the
8334 standard value expression is evaluated.
8335
8336 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * commands.texi (Reading One Event): Explain idleness in
8339 `read-event'.
8340
8341 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8342
8343 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8344 (Commands for Insertion): Remove split-line since it's not
8345 relevant for Lisp programming.
8346 (Yank Commands): Rewrite introduction.
8347 (Undo): Clarify.
8348 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8349 (Filling): Remove redundant comment. Clarify return value of
8350 current-justification.
8351 (Margins): Minor clarifications.
8352 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8353 (Sorting): Update definition of sort-lines.
8354 (Columns): Clarify behavior of sort-columns.
8355 (Indent Tabs): Link to Tab Stops in Emacs manual.
8356 (Special Properties): Clarify.
8357 (Clickable Text): Mention Buttons package.
8358
8359 2006-08-12 Kevin Ryde <user42@zip.com.au>
8360
8361 * os.texi (Time Parsing): Add %z to description of
8362 format-time-string, as per docstring. Add cross reference to
8363 glibc manual for strftime.
8364
8365 2006-08-08 Richard Stallman <rms@gnu.org>
8366
8367 * modes.texi: Clean up wording in previous change.
8368
8369 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * modes.texi (Hooks): Clarify.
8372 (Major Mode Basics): Mention define-derived-mode explicitly.
8373 (Major Mode Conventions): Rebinding RET is OK for some modes.
8374 Mention change-major-mode-hook and after-change-major-mode-hook.
8375 (Example Major Modes): Move to end of Modes section.
8376 (Mode Line Basics): Clarify.
8377 (Mode Line Data): Mention help-echo and local-map in strings.
8378 Explain reason for treatment of non-risky variables.
8379 (Properties in Mode): Clarify.
8380 (Faces for Font Lock): Add font-lock-negation-char-face.
8381
8382 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8383
8384 * strings.texi (Formatting Strings): Warn against arbitrary
8385 strings as first arg to `format'.
8386
8387 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8388
8389 * text.texi (Clickable Text): Mention `help-echo' text property.
8390 Update intro, examples and associated explanations.
8391
8392 2006-07-31 Richard Stallman <rms@gnu.org>
8393
8394 * commands.texi: Update xrefs.
8395 (Event Mod): New node, cut out from old Translating Input.
8396
8397 * maps.texi: Update xrefs.
8398
8399 * keymaps.texi (Translation Keymaps): New node.
8400 Update xrefs from Translating Input to Translation Keymaps.
8401
8402 * elisp.texi (Top): Update subnode menu.
8403
8404 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8405
8406 * os.texi (System Interface): Fix menu descriptions of some nodes.
8407 (Translating Input): Node deleted.
8408
8409 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8410
8411 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8412
8413 * lists.texi (Sets And Lists): Likewise.
8414
8415 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8416
8417 * text.texi (Fields): Mention POS
8418 requirement when narrowing is in effect.
8419
8420 2006-07-28 Richard Stallman <rms@gnu.org>
8421
8422 * display.texi (Face Attributes): Simplify wording.
8423 (Attribute Functions): Clarify meaning of new-frame default
8424 attribute settings.
8425
8426 * customize.texi (Common Keywords): Document how to use
8427 :package-version in a package not in Emacs.
8428
8429 2006-07-28 Kim F. Storm <storm@cua.dk>
8430
8431 * commands.texi (Reading One Event): Fix last change.
8432
8433 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * commands.texi (Reading One Event): Document SECONDS argument for
8436 read-event, read-char, and read-char-exclusive.
8437
8438 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8441 to ensure correct identification.
8442
8443 2006-07-24 Richard Stallman <rms@gnu.org>
8444
8445 * text.texi (Clickable Text): Clarify.
8446
8447 * sequences.texi (Vector Functions): Delete duplicate xref.
8448
8449 * objects.texi (Function Type): Clarify.
8450
8451 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8452 modes.
8453
8454 * lists.texi (List Variables): New node.
8455 Material moved from other nodes.
8456
8457 * variables.texi (Setting Variables): add-to-list and
8458 add-to-ordered-list moved to List Variables node.
8459
8460 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8461
8462 * text.texi (Links and Mouse-1):
8463 For mouse-on-link-p, expand on arg POS.
8464
8465 2006-07-21 Kim F. Storm <storm@cua.dk>
8466
8467 * display.texi (Forcing Redisplay): Don't mention systems which
8468 don't support sub-second timers for redisplay-preemption-period.
8469
8470 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8471
8472 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8473
8474 * frames.texi (Input Focus): Document that focus-follows-mouse has
8475 no effect on MS-Windows.
8476
8477 2006-07-18 Richard Stallman <rms@gnu.org>
8478
8479 * display.texi (Forcing Redisplay): Cleanups in previous change.
8480
8481 * processes.texi (Low-Level Network): Make menu more convenient.
8482
8483 2006-07-18 Kim F. Storm <storm@cua.dk>
8484
8485 * display.texi (Forcing Redisplay): redisplay-preemption-period
8486 only used on window systems. Add xref to Terminal Output.
8487
8488 * os.texi (Terminal Output): baud-rate only controls preemption on
8489 non-window systems. Add xref to Forcing Redisplay.
8490
8491 * processes.texi (Low-Level Network): Rename node "Make Network"
8492 to "Network Processes".
8493
8494 2006-07-18 Karl Berry <karl@gnu.org>
8495
8496 * variables.texi, functions.texi, customize.texi, loading.texi:
8497 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8498
8499 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8500
8501 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8502
8503 2006-07-17 Richard Stallman <rms@gnu.org>
8504
8505 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8506 Put period and comma inside quotes.
8507
8508 * loading.texi, markers.texi: Use real doublequote inside menus.
8509
8510 * windows.texi: Put point and comma inside quotes.
8511 (Textual Scrolling): Use @samp for error message.
8512
8513 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8514 * strings.texi, streams.texi, processes.texi, os.texi:
8515 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8516 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8517 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8518 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8519 Put point and comma inside quotes.
8520
8521 * control.texi (Processing of Errors): Add command-error-function.
8522
8523 * variables.texi (File Local Variables): Clarify that
8524 file local variables make buffer-local bindings.
8525
8526 * modes.texi (Syntactic Font Lock): Give default for
8527 font-lock-syntax-table.
8528
8529 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8530
8531 * text.texi (Special Properties): Clean up previous change.
8532
8533 2006-07-16 Karl Berry <karl@gnu.org>
8534
8535 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8536 * control.texi: Fix bad page breaks through chapter 10 (control).
8537
8538 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8539 underfull hbox.
8540
8541 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8542
8543 * text.texi (Special Properties): Describe fontified text property
8544 in relation to a character (not text).
8545
8546 2006-07-15 Kim F. Storm <storm@cua.dk>
8547
8548 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8549 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8550 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8551
8552 * anti.texi (Antinews): Mention redisplay function.
8553 The kbd macro existed, but was not documented, before 22.x.
8554 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8555
8556 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8557
8558 * display.texi (Displaying Messages): Add anchor.
8559
8560 * frames.texi (Dialog Boxes): Use it.
8561
8562 2006-07-12 Richard Stallman <rms@gnu.org>
8563
8564 * objects.texi (Frame Type): Explain nature of frames better.
8565
8566 * frames.texi (Frames): Explain nature of frames better.
8567
8568 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8569
8570 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8571
8572 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8573
8574 * frames.texi (Window System Selections): Mention scrap support for Mac.
8575 Default value of x-select-enable-clipboard is t on Mac.
8576
8577 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8578
8579 2006-07-11 Kim F. Storm <storm@cua.dk>
8580
8581 * display.texi (Forcing Redisplay): Add `redisplay' function.
8582 Don't mention (sit-for -1) -- use (redisplay t) instead.
8583
8584 * commands.texi (Waiting): (sit-for -1) is no longer special.
8585 (sit-for 0) is equivalent to (redisplay).
8586 Iconifying/deiconifying no longer makes sit-for return.
8587
8588 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8589
8590 * display.texi (Buttons): Fix typo.
8591
8592 * index.texi, elisp.texi (New Symbols): Comment node out.
8593
8594 2006-07-09 Richard Stallman <rms@gnu.org>
8595
8596 * display.texi (Truncation): Clean up previous change.
8597
8598 2006-07-08 Richard Stallman <rms@gnu.org>
8599
8600 * commands.texi (Interactive Call): Use 3 as prefix in example
8601 for execute-extended-command.
8602
8603 * display.texi (Attribute Functions): Move paragraph about
8604 compatibility with Emacs < 21.
8605
8606 2006-07-09 Kim F. Storm <storm@cua.dk>
8607
8608 * display.texi (Refresh Screen): Clarify force-window-update.
8609 (Truncation): "Normally" indicated by fringe arrows.
8610
8611 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8612
8613 * windows.texi (Textual Scrolling, Resizing Windows):
8614 * variables.texi (Constant Variables):
8615 * text.texi (Buffer Contents, Deletion, Changing Properties)
8616 (Property Search, Special Properties, Sticky Properties)
8617 (Links and Mouse-1, Fields, Change Hooks):
8618 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8619 (Categories):
8620 * symbols.texi (Other Plists):
8621 * streams.texi (Output Variables):
8622 * processes.texi (Input to Processes, Query Before Exit):
8623 * positions.texi (Word Motion, Text Lines, List Motion):
8624 * os.texi (Init File, System Environment, Sound Output)
8625 (Session Management):
8626 * nonascii.texi (Text Representations, Character Sets)
8627 (Chars and Bytes, Locales):
8628 * modes.texi (Defining Minor Modes, Header Lines):
8629 * minibuf.texi (Minibuffer Contents):
8630 * markers.texi (Information from Markers):
8631 * lists.texi (List Elements, Building Lists, Association Lists):
8632 * keymaps.texi (Tool Bar):
8633 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8634 * functions.texi (What Is a Function, Mapping Functions):
8635 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8636 (Color Names, Text Terminal Colors, Display Feature Testing):
8637 * files.texi (Visiting Functions, File Name Components)
8638 (Unique File Names, Contents of Directories):
8639 * display.texi (Forcing Redisplay, Displaying Messages)
8640 (Temporary Displays, Font Selection, Auto Faces)
8641 (Font Lookup, Fringe Indicators, Display Margins)
8642 (Image Descriptors, Showing Images, Image Cache, Button Types)
8643 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8644 (Display Table Format, Glyphs):
8645 * control.texi (Iteration):
8646 * commands.texi (Command Loop Info, Adjusting Point):
8647 * backups.texi (Making Backups, Auto-Saving):
8648 Remove @tindex entries.
8649
8650 2006-07-07 Kim F. Storm <storm@cua.dk>
8651
8652 * display.texi (Fringe Cursors): Fix typo.
8653 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8654 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8655
8656 2006-07-05 Richard Stallman <rms@gnu.org>
8657
8658 * text.texi (Buffer Contents): Add example of text props
8659 in result of buffer-substring.
8660 (Text Properties): Explain better about use of specific property names.
8661 (Property Search): Some cleanups; reorder some functions.
8662
8663 * keymaps.texi (Changing Key Bindings): Cleanup.
8664 Add xref to Key Binding Conventions.
8665
8666 * display.texi (Attribute Functions): Add examples for
8667 face-attribute-relative-p.
8668
8669 * tips.texi (Coding Conventions): Cleanup last change.
8670
8671 2006-07-05 Karl Berry <karl@gnu.org>
8672
8673 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8674 Remove @setchapternewpage odd.
8675 Result is 1013 pages, down from 1100.
8676
8677 * anti.texi, customize.texi, display.texi, internals.texi:
8678 * minibuf.texi, modes.texi, tips.texi:
8679 Fix overfull/underfull boxes.
8680
8681 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8682
8683 * edebug.texi (Instrumenting):
8684 Add Edebug-specific findex for eval-buffer.
8685 * loading.texi (Loading):
8686 Replace eval-current-buffer with eval-buffer.
8687
8688 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8689
8690 * locals.texi (Standard Buffer-Local Variables): Update the list
8691 of variables.
8692
8693 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8694
8695 * files.texi (File Name Completion): Point user to the node
8696 "Reading File Names".
8697
8698 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8699
8700 * files.texi (Contents of Directories): Document case-insensitive
8701 behavior on respective filesystems.
8702
8703 * objects.texi (Character Type): Document that Emacs signals an
8704 error for unsupported Unicode characters specified as \uNNNN.
8705
8706 2006-06-19 Richard Stallman <rms@gnu.org>
8707
8708 * processes.texi (Bindat Spec): Clarify previous change.
8709
8710 2006-06-16 Richard Stallman <rms@gnu.org>
8711
8712 * tips.texi (Coding Conventions): Better explain conventions
8713 for definition constructs.
8714
8715 * text.texi (Special Properties): String value of `read-only'
8716 serves as the error message.
8717
8718 * objects.texi (Character Type): Clarify prev. change.
8719 (Non-ASCII in Strings): Mention \u and \U.
8720
8721 * commands.texi (Using Interactive): Explain problem of
8722 markers, etc., in command-history.
8723
8724 2006-06-14 Kim F. Storm <storm@cua.dk>
8725
8726 * commands.texi (Waiting): Negative arg to sit-for forces
8727 redisplay even if input is pending.
8728
8729 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8730 redisplay. Remove incorrect example of binding redisplay-dont-pause
8731 around (sit-for 0).
8732
8733 2006-06-13 Richard Stallman <rms@gnu.org>
8734
8735 * display.texi (Forcing Redisplay): Clarify previous change.
8736
8737 2006-06-13 Romain Francoise <romain@orebokech.com>
8738
8739 * display.texi (Forcing Redisplay): Fix typo.
8740
8741 2006-06-13 Kim F. Storm <storm@cua.dk>
8742
8743 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8744
8745 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8746
8747 * tips.texi (Coding Conventions): Add `@end itemize'.
8748
8749 2006-06-10 Richard Stallman <rms@gnu.org>
8750
8751 * tips.texi (Coding Conventions): Explain use of coding systems
8752 to ensure one decoding for strings.
8753
8754 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8755
8756 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8757 syntax.
8758
8759 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8760
8761 * display.texi (Font Selection): Remove description of
8762 clear-face-cache.
8763
8764 * compile.texi (Eval During Compile): Fix a typo. Add index
8765 entries for possible uses of eval-when-compile.
8766
8767 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8768
8769 * display.texi (Abstract Display): Fix typo.
8770
8771 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8772
8773 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8774 Reword variable's description.
8775
8776 2006-06-01 Richard Stallman <rms@gnu.org>
8777
8778 * windows.texi (Splitting Windows): Clarify splitting nonselected
8779 window.
8780
8781 2006-05-31 Juri Linkov <juri@jurta.org>
8782
8783 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8784
8785 2006-05-30 Richard Stallman <rms@gnu.org>
8786
8787 * display.texi (Line Height): Fix errors in description of
8788 default line height and line-height property.
8789
8790 * nonascii.texi (Default Coding Systems): Further clarification.
8791
8792 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * internals.texi (Pure Storage): Mention that an overflow in pure
8795 space causes a memory leak.
8796 (Garbage Collection): If there was an overflow in pure space,
8797 `garbage-collect' returns nil.
8798
8799 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8800
8801 * nonascii.texi (Default Coding Systems): Fix it some more.
8802
8803 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8804
8805 * nonascii.texi (Default Coding Systems): Fix last change.
8806
8807 2006-05-29 Kenichi Handa <handa@m17n.org>
8808
8809 * nonascii.texi (find-operation-coding-system): Describe the new
8810 argument format (FILENAME . BUFFER).
8811
8812 2006-05-28 Richard Stallman <rms@gnu.org>
8813
8814 * tips.texi (Coding Conventions): Better explain reasons not to
8815 advise other packages or use `eval-after-load'.
8816
8817 2006-05-29 Kim F. Storm <storm@cua.dk>
8818
8819 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8820 `bindat-idx' and `bindat-raw' for clarity.
8821
8822 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8823
8824 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8825
8826 * display.texi (Display): Add "Abstract Display" to menu.
8827 (Abstract Display, Abstract Display Functions)
8828 (Abstract Display Example): New nodes.
8829 * elisp.texi (Top): Add "Abstract Display" to menu.
8830
8831 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8832
8833 * keymaps.texi (Key Sequences): Link to input events definition.
8834 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8835
8836 * files.texi (Changing Files): Document updated argument list for
8837 copy-file.
8838
8839 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8840
8841 * processes.texi (Bindat Functions): Explain term "total length".
8842 Use it in bindat-length and bindat-pack descriptions.
8843
8844 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8845
8846 * tips.texi (Coding Conventions): Advise against using
8847 eval-after-load in packages. Add an index entry.
8848
8849 2006-05-25 Juri Linkov <juri@jurta.org>
8850
8851 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8852
8853 * modes.texi (%-Constructs): Add %e, %z, %Z.
8854
8855 2006-05-25 Richard Stallman <rms@gnu.org>
8856
8857 * elisp.texi (Top): Update subnode menu.
8858
8859 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8860 (Keymaps): Update menu.
8861
8862 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8863
8864 * keymaps.texi (Key Sequences): Some clarifications.
8865
8866 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8867
8868 * processes.texi (Bindat Functions): Say "unibyte string"
8869 explicitly for bindat-unpack and bindat-pack descriptions.
8870 (Bindat Examples): Don't call `string-make-unibyte' in example.
8871
8872 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8875 Explain string and vector representations of key sequences.
8876
8877 * keymaps.texi (Changing Key Bindings):
8878 * commands.texi (Interactive Codes):
8879 * help.texi (Describing Characters): Refer to it.
8880
8881 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8882
8883 * frames.texi (Pointer Shape): @end table -> @end defvar.
8884
8885 2006-05-22 Richard Stallman <rms@gnu.org>
8886
8887 * elisp.texi (Top): Update subnode menus.
8888
8889 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8890 Contents rewritten; material from old Pointer Shape node moved here.
8891
8892 * display.texi (Pointer Shape): Node deleted.
8893 (Image Descriptors): Minor cleanup.
8894
8895 2006-05-21 Richard Stallman <rms@gnu.org>
8896
8897 * syntax.texi (Parsing Expressions): Update info on which STATE
8898 elements are ignored.
8899
8900 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8901
8902 * hooks.texi (Standard Hooks): Correct typo.
8903
8904 * gpl.texi (GPL): ifinfo -> ifnottex.
8905
8906 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8907
8908 * searching.texi (Simple Match Data): Warn about match data being
8909 set anew by every search.
8910
8911 2006-05-17 Richard Stallman <rms@gnu.org>
8912
8913 * minibuf.texi (Minibuffer History): Clarify.
8914
8915 * searching.texi (Regexp Special): Clarify nested regexp warning.
8916
8917 2006-05-16 Kim F. Storm <storm@cua.dk>
8918
8919 * minibuf.texi (Minibuffer History): Update add-to-history.
8920
8921 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8922
8923 * nonascii.texi (Explicit Encoding):
8924 Fix typo (encoding<->decoding).
8925
8926 2006-05-14 Richard Stallman <rms@gnu.org>
8927
8928 * buffers.texi (Creating Buffers): Cleanup.
8929
8930 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8931
8932 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8933
8934 * buffers.texi (Current Buffer): Document that with-temp-buffer
8935 disables undo.
8936
8937 * os.texi (Terminal-Specific): More accurate description of how
8938 Emacs searches for the terminal-specific libraries.
8939
8940 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8941
8942 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8943 emacs-xtra to @inforef's.
8944
8945 * text.texi (Undo): Document that undo is turned off in buffers
8946 whose names begin with a space.
8947
8948 * buffers.texi (Buffer Names): Add index entries for buffers whose
8949 names begin with a space.
8950 (Creating Buffers): Document that undo is turned off in buffers
8951 whose names begin with a space.
8952
8953 * files.texi (Visiting Functions, Reading from Files)
8954 (Saving Buffers): Mention code and EOL conversions by file I/O
8955 primitives and subroutines.
8956
8957 * nonascii.texi (Lisp and Coding Systems):
8958 Document coding-system-eol-type. Add index entries for eol conversion.
8959
8960 * display.texi (Defining Faces): Mention `mac', and add an xref to
8961 where window-system is described.
8962
8963 2006-05-10 Richard Stallman <rms@gnu.org>
8964
8965 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8966
8967 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8968
8969 * variables.texi (File Local Variables): Recommend to quote lambda
8970 expressions in safe-local-variable property.
8971
8972 2006-05-09 Richard Stallman <rms@gnu.org>
8973
8974 * variables.texi (File Local Variables):
8975 Document safe-local-eval-forms and safe-local-eval-function.
8976
8977 2006-05-07 Kim F. Storm <storm@cua.dk>
8978
8979 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8980 from add-to-history.
8981
8982 2006-05-07 Romain Francoise <romain@orebokech.com>
8983
8984 * commands.texi (Event Input Misc):
8985 * compile.texi (Eval During Compile):
8986 * internals.texi (Buffer Internals):
8987 * minibuf.texi (Initial Input):
8988 * nonascii.texi (Scanning Charsets):
8989 * numbers.texi (Comparison of Numbers):
8990 * windows.texi (Textual Scrolling, Vertical Scrolling):
8991 Fix various typos.
8992
8993 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8994
8995 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8996 conditional xref's to either emacs or emacs-xtra, depending on
8997 @iftex/@ifnottex.
8998
8999 * minibuf.texi (Minibuffer History): Document add-to-history.
9000
9001 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9002
9003 * internals.texi (Pure Storage): Mention the pure overflow message
9004 at startup.
9005
9006 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9007
9008 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9009 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9010 search.
9011
9012 2006-05-01 Richard Stallman <rms@gnu.org>
9013
9014 * intro.texi (nil and t): Clarify.
9015
9016 * variables.texi (File Local Variables): Suggest using booleanp.
9017
9018 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9019
9020 * objects.texi (Type Predicates): Fix typos.
9021
9022 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * intro.texi (nil and t): Add booleanp.
9025
9026 * objects.texi (Type Predicates): Add links for booleanp and
9027 string-or-null-p.
9028
9029 2006-04-29 Richard Stallman <rms@gnu.org>
9030
9031 * modes.texi (Multiline Font Lock): Rename from
9032 Multi line Font Lock Elements. Much clarification.
9033 (Font Lock Multiline, Region to Fontify): Much clarification.
9034
9035 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * variables.texi (File Local Variables): Remove the special case t for
9038 safe-local-variable.
9039
9040 2006-04-26 Richard Stallman <rms@gnu.org>
9041
9042 * syntax.texi (Parsing Expressions): Minor cleanup.
9043
9044 2006-04-18 Richard Stallman <rms@gnu.org>
9045
9046 * tips.texi (Coding Conventions): Explain when the package's
9047 prefix should appear later on (not at the start of the name).
9048
9049 * searching.texi (String Search): Clarify effect of NOERROR.
9050
9051 * modes.texi (Imenu): Clarify what special items do.
9052
9053 * hooks.texi (Standard Hooks): Delete text about old hook names.
9054
9055 2006-04-17 Romain Francoise <romain@orebokech.com>
9056
9057 * variables.texi (Local Variables): Update the default value of
9058 `max-specpdl-size'.
9059
9060 2006-04-15 Michael Olson <mwolson@gnu.org>
9061
9062 * processes.texi (Transaction Queues): Mention the new optional
9063 `delay-question' argument for `tq-enqueue'.
9064
9065 2006-04-13 Bill Wohler <wohler@newt.com>
9066
9067 * customize.texi (Common Keywords): Use dotted notation for
9068 :package-version value. Specify its values. Improve documentation
9069 for customize-package-emacs-version-alist.
9070
9071 2006-04-12 Bill Wohler <wohler@newt.com>
9072
9073 * customize.texi (Common Keywords): Move description of
9074 customize-package-emacs-version-alist to @defvar.
9075
9076 2006-04-10 Bill Wohler <wohler@newt.com>
9077
9078 * customize.texi (Common Keywords): Add :package-version.
9079
9080 2006-04-10 Kim F. Storm <storm@cua.dk>
9081
9082 * text.texi (Buffer Contents): Add NOPROPS arg to
9083 filter-buffer-substring.
9084
9085 2006-04-08 Kevin Ryde <user42@zip.com.au>
9086
9087 * os.texi (Command-Line Arguments): Update xref to emacs manual
9088 "Command Arguments" -> "Emacs Invocation", per change there.
9089
9090 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9091
9092 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9093 be on one line to help makeinfo not render two spaces after the dot.
9094
9095 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9096
9097 * strings.texi (Predicates for Strings): Add string-or-null-p.
9098
9099 2006-03-28 Kim F. Storm <storm@cua.dk>
9100
9101 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9102 remarks about systems that don't support fractional seconds.
9103
9104 2006-03-25 Karl Berry <karl@gnu.org>
9105
9106 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9107 the year list.
9108
9109 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9110
9111 * display.texi (Fringe Indicators): Fix typos.
9112
9113 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9114
9115 * tips.texi (Documentation Tips): One can now also write `program'
9116 in front of a quoted symbol in a docstring to prevent making a
9117 hyperlink.
9118
9119 2006-03-19 Alan Mackenzie <acm@muc.de>
9120
9121 * text.texi (Special Properties): Clarify `fontified' property.
9122
9123 2006-03-16 Richard Stallman <rms@gnu.org>
9124
9125 * display.texi (Defining Images): Minor cleanup.
9126
9127 2006-03-16 Bill Wohler <wohler@newt.com>
9128
9129 * display.texi (Defining Images): In image-load-path-for-library,
9130 prefer user's images.
9131
9132 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9135
9136 2006-03-15 Bill Wohler <wohler@newt.com>
9137
9138 * display.texi (Defining Images): Fix example in
9139 image-load-path-for-library by not recommending that one binds
9140 image-load-path. Just defvar it to placate compiler and only use
9141 it if previously defined.
9142
9143 2006-03-14 Bill Wohler <wohler@newt.com>
9144
9145 * display.texi (Defining Images): In image-load-path-for-library,
9146 always return list of directories. Update example.
9147
9148 2006-03-14 Alan Mackenzie <acm@muc.de>
9149
9150 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9151 This describes font-lock-extend-region-function.
9152 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9153 the new node "Region to Fontify".
9154
9155 2006-03-13 Richard Stallman <rms@gnu.org>
9156
9157 * display.texi (Invisible Text): The impossible position is
9158 now before the invisible text, not after.
9159 (Defining Images): Clean up last change.
9160
9161 2006-03-11 Bill Wohler <wohler@newt.com>
9162
9163 * display.texi (Defining Images): Add image-load-path-for-library.
9164
9165 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9166
9167 * text.texi (Adaptive Fill): Fix Texinfo usage.
9168
9169 * strings.texi (Creating Strings): Fix Texinfo usage.
9170
9171 * searching.texi (Regexp Special): Use @samp for regular
9172 expressions that are not in Lisp syntax.
9173
9174 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9175
9176 * searching.texi (Regexp Special): Put remark between parentheses
9177 to avoid misreading.
9178
9179 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9180
9181 * searching.texi (Syntax of Regexps): More accurately describe
9182 which characters are special in which situations.
9183 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9184 are not special. Describe in detail when `[' and `]' are special.
9185 (Regexp Backslash): Plenty of regexps with unbalanced square
9186 brackets are valid, so reword that statement.
9187
9188 2006-03-02 Kim F. Storm <storm@cua.dk>
9189
9190 * keymaps.texi (Tool Bar): Add tool-bar-border.
9191
9192 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9193
9194 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9195
9196 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9197
9198 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9199
9200 * files.texi (Locating Files): Suggest additional values for the
9201 SUFFIXES arg of `locate-file'. Update pxref.
9202
9203 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9204 (How Programs Do Loading): Discuss the effects of Auto Compression
9205 mode on `load'.
9206 (Load Suffixes): New node.
9207 (Library Search): Delete description of `load-suffixes'; it was
9208 moved to "Load Suffixes".
9209 (Autoload, Named Features): Mention `load-suffixes'.
9210
9211 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9212
9213 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9214
9215 * windows.texi (Window Tree): Fix typo.
9216
9217 2006-02-20 Kim F. Storm <storm@cua.dk>
9218
9219 * display.texi (Fringe Indicators): New section.
9220 Move indicate-empty-lines, indicate-buffer-boundaries, and
9221 default-indicate-buffer-boundaries here.
9222 Add fringe-indicator-alist and default-fringes-indicator-alist.
9223 Add list of logical fringe indicator symbols.
9224 Update list of standard bitmap names.
9225 (Fringe Cursors): New section.
9226 Move overflow-newline-into-fringe here.
9227 Add fringe-cursor-alist and default-fringes-cursor-alist.
9228 Add list of fringe cursor symbols.
9229
9230 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9231
9232 * commands.texi (Using Interactive): Fix reference to node
9233 "Minibuffers".
9234
9235 2006-02-19 Richard M. Stallman <rms@gnu.org>
9236
9237 * minibuf.texi (High-Level Completion):
9238 Add xref to read-input-method-name.
9239
9240 * files.texi (Relative File Names): Move file-relative-name here.
9241 (File Name Expansion): From here. Minor clarifications.
9242
9243 * commands.texi (Using Interactive): Add xrefs about reading input.
9244 Clarify remarks about that moving point and mark.
9245 Put string case before list case.
9246
9247 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9248
9249 * display.texi (Other Display Specs, Image Descriptors):
9250 Revert erroneous changes. The previous description of
9251 image-descriptors as `(image . PROPS)' was correct.
9252
9253 2006-02-14 Richard M. Stallman <rms@gnu.org>
9254
9255 * variables.texi (File Local Variables): Clarifications.
9256
9257 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9258
9259 * variables.texi (File Local Variables): Use @code for a cons
9260 cell, not @var.
9261
9262 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9263
9264 * variables.texi (File Local Variables): Document new file local
9265 variable behavior.
9266
9267 2006-02-10 Kim F. Storm <storm@cua.dk>
9268
9269 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9270
9271 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9272
9273 * modes.texi (%-Constructs): Remove obsolete info about
9274 `global-mode-string'.
9275
9276 2006-02-07 Richard M. Stallman <rms@gnu.org>
9277
9278 * commands.texi (Prefix Command Arguments): Minor cleanup.
9279
9280 * display.texi: "Graphical display", not window system.
9281
9282 * functions.texi (What Is a Function): Fix xref.
9283
9284 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9285 (Changing Key Bindings): Clarify when remapping is better than
9286 substitute-key-definition.
9287
9288 2006-02-02 Richard M. Stallman <rms@gnu.org>
9289
9290 * minibuf.texi (Basic Completion): Completion alists are risky.
9291
9292 * keymaps.texi (Active Keymaps): Clarifications.
9293 (Searching Keymaps): New node.
9294 (Keymaps): Update menu.
9295
9296 * frames.texi (Layout Parameters): Minor clarification.
9297 (Drag and Drop): New node.
9298 (Frames): Update menu.
9299
9300 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * display.texi (Other Display Specs, Image Descriptors):
9303 Image description is a list, not a cons cell.
9304
9305 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9306
9307 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9308 list is not necessarily a list).
9309
9310 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9311
9312 * frames.texi (Layout Parameters): border-width and
9313 internal-border-width belong to the frame, not the window.
9314
9315 2006-01-19 Richard M. Stallman <rms@gnu.org>
9316
9317 * nonascii.texi (Translation of Characters): Search cmds use
9318 translation-table-for-input. Automatically made local.
9319
9320 * markers.texi (Overview of Markers): Count insertion type
9321 as one of a marker's attributes.
9322
9323 * keymaps.texi (Controlling Active Maps): New node, split out of
9324 Active Keymaps.
9325 (Keymaps): Menu updated.
9326 (Active Keymaps): Give pseudocode to explain how the active
9327 maps are searched. current-active-maps and key-binding moved here.
9328 (Functions for Key Lookup): current-active-maps and key-binding moved.
9329 Clarifications.
9330 (Searching the Keymaps): New subnode.
9331
9332 * elisp.texi (Top): Menu clarification.
9333
9334 * display.texi (Other Display Specs): Delete duplicate entry for
9335 just a string as display spec. Move text about recursive display
9336 specs on such a string.
9337
9338 * commands.texi (Key Sequence Input): Clarify.
9339 Move num-nonmacro-input-events out.
9340 (Reading One Event): num-nonmacro-input-events moved here.
9341
9342 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9343
9344 * advice.texi (Simple Advice): Update example to fit argument
9345 change in previous-line.
9346
9347 2006-01-05 Richard M. Stallman <rms@gnu.org>
9348
9349 * markers.texi (The Mark): Fix in `mark'.
9350
9351 2006-01-04 Richard M. Stallman <rms@gnu.org>
9352
9353 * processes.texi (Misc Network, Make Network): Minor cleanups.
9354
9355 2006-01-04 Kim F. Storm <storm@cua.dk>
9356
9357 * processes.texi (Make Network): Add IPv6 addresses and handling.
9358 (Network Feature Testing): Mention (:family ipv6).
9359 (Misc Network): Add IPv6 formats to format-network-address.
9360
9361 2005-12-30 Richard M. Stallman <rms@gnu.org>
9362
9363 * text.texi (Changing Properties):
9364 Don't use return value of set-text-properties.
9365
9366 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9367
9368 * modes.texi (Mode Line Format): Correct typo in menu.
9369
9370 2005-12-29 Richard M. Stallman <rms@gnu.org>
9371
9372 * modes.texi (Mode Line Top): New node.
9373 (Mode Line Data): Some text moved to new node.
9374 Explain the data structure more concretely.
9375 (Mode Line Basics): Clarifications.
9376 (Mode Line Variables): Clarify intro paragraph.
9377 (%-Constructs): Clarify intro paragraph.
9378 (Mode Line Format): Update menu.
9379
9380 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9381
9382 * minibuf.texi (Basic Completion): Update lazy-completion-table
9383 examples for removal of ARGS argument.
9384
9385 2005-12-23 Richard M. Stallman <rms@gnu.org>
9386
9387 * text.texi (Undo): Restore some explanation from the version
9388 that was deleted.
9389
9390 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9391
9392 * text.texi (Undo): Remove duplicate descriptions of `apply
9393 funname' and `apply delta' elements of the undo list.
9394
9395 2005-12-20 Richard M. Stallman <rms@gnu.org>
9396
9397 * help.texi (Help Functions): Update documentation of `apropos'.
9398
9399 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9400
9401 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9402 because it is confusing. If the :help-echo keyword is a function,
9403 it is not directly used as the :help-echo overlay property, as the
9404 xref seems to suggest (it does not take the appropriate args).
9405
9406 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9407
9408 * customize.texi (Common Keywords): Fix Texinfo usage.
9409 (Group Definitions, Variable Definitions): Update for new
9410 conventions for using `*' in docstrings.
9411
9412 * tips.texi (Documentation Tips): Update for new conventions for
9413 using `*' in docstrings.
9414
9415 2005-12-16 Richard M. Stallman <rms@gnu.org>
9416
9417 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9418
9419 2005-12-16 Juri Linkov <juri@jurta.org>
9420
9421 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9422
9423 2005-12-14 Romain Francoise <romain@orebokech.com>
9424
9425 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9426 Fix typo.
9427
9428 2005-12-11 Juri Linkov <juri@jurta.org>
9429
9430 * minibuf.texi (Completion Commands): Add mention of read-file-name
9431 for filename completion keymaps.
9432 (Reading File Names): Add mention of filename completion keymaps
9433 for read-file-name and xref to `Completion Commands'.
9434
9435 2005-12-10 Richard M. Stallman <rms@gnu.org>
9436
9437 * customize.texi (Common Keywords): State caveats for use of :tag.
9438
9439 2005-12-08 Richard M. Stallman <rms@gnu.org>
9440
9441 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9442 with xrefs and better explanation.
9443 (Completion Commands): Add the filename completion maps.
9444
9445 * objects.texi (Character Type): Clarify that \s is not space
9446 if a dash follows.
9447
9448 2005-12-05 Richard M. Stallman <rms@gnu.org>
9449
9450 * windows.texi (Resizing Windows): Delete preserve-before args.
9451
9452 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9455 in full keymaps, since the quirk has been fixed.
9456
9457 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9458
9459 * hooks.texi (Standard Hooks): Add index entries.
9460 Mention `compilation-finish-functions'.
9461
9462 2005-11-27 Richard M. Stallman <rms@gnu.org>
9463
9464 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9465
9466 2005-11-21 Juri Linkov <juri@jurta.org>
9467
9468 * customize.texi (Common Keywords): Update links types
9469 custom-manual and url-link. Add link types emacs-library-link,
9470 file-link, function-link, variable-link, custom-group-link.
9471
9472 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * display.texi: Revert 2005-11-20 change.
9475
9476 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9477
9478 * processes.texi (Bindat Functions):
9479 Say "third" to refer to zero-based index "2".
9480
9481 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9482
9483 * loading.texi (Library Search): Update the default value of
9484 `load-suffixes'.
9485
9486 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9487
9488 * display.texi (Attribute Functions): Mention :ignore-defface.
9489
9490 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9493 (Minor Mode Conventions): Mention the use of a hook.
9494
9495 2005-11-06 Richard M. Stallman <rms@gnu.org>
9496
9497 * files.texi (Magic File Names): find-file-name-handler checks the
9498 `operations' property of the handler.
9499
9500 2005-11-03 Richard M. Stallman <rms@gnu.org>
9501
9502 * variables.texi (Frame-Local Variables): Small clarification.
9503
9504 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9505
9506 * os.texi (Init File): Document ~/.emacs.d/init.el.
9507
9508 2005-10-29 Richard M. Stallman <rms@gnu.org>
9509
9510 * internals.texi (Garbage Collection): Document memory-full.
9511
9512 2005-10-28 Bill Wohler <wohler@newt.com>
9513
9514 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9515 for URLs.
9516
9517 2005-10-28 Richard M. Stallman <rms@gnu.org>
9518
9519 * minibuf.texi (Completion Commands): Clean up prev change.
9520
9521 2005-10-26 Kevin Ryde <user42@zip.com.au>
9522
9523 * compile.texi (Eval During Compile): Explain recommended uses
9524 of eval-when-compile and eval-and-compile.
9525
9526 2005-10-27 Masatake YAMATO <jet@gyve.org>
9527
9528 * minibuf.texi (Completion Commands):
9529 Write about new optional argument for `display-completion-list'.
9530
9531 2005-10-23 Richard M. Stallman <rms@gnu.org>
9532
9533 * display.texi (Overlay Arrow): Clarify about local bindings of
9534 overlay-arrow-position.
9535
9536 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9537
9538 * internals.texi (Building Emacs): Fix last change.
9539
9540 2005-10-22 Richard M. Stallman <rms@gnu.org>
9541
9542 * internals.texi (Building Emacs): Document eval-at-startup.
9543
9544 2005-10-21 Richard M. Stallman <rms@gnu.org>
9545
9546 * loading.texi (Where Defined): load-history contains abs file names.
9547 symbol-file returns abs file names.
9548
9549 2005-10-19 Kim F. Storm <storm@cua.dk>
9550
9551 * display.texi (Showing Images): Add max-image-size integer value.
9552
9553 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * display.texi (Showing Images): Document max-image-size.
9556
9557 2005-10-17 Richard M. Stallman <rms@gnu.org>
9558
9559 * commands.texi (Quitting): Minor clarification.
9560
9561 * processes.texi (Sentinels): Clarify about output and quitting.
9562 (Filter Functions): Mention with-local-quit.
9563
9564 2005-10-17 Juri Linkov <juri@jurta.org>
9565
9566 * buffers.texi (Current Buffer):
9567 * commands.texi (Event Input Misc):
9568 * compile.texi (Eval During Compile, Compiler Errors):
9569 * customize.texi (Group Definitions):
9570 * display.texi (Progress, Defining Faces):
9571 * files.texi (Writing to Files):
9572 * modes.texi (Mode Hooks, Defining Minor Modes):
9573 * streams.texi (Output Functions):
9574 * syntax.texi (Syntax Table Functions):
9575 * text.texi (Change Hooks):
9576 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9577
9578 * commands.texi (Quitting): Replace arg `forms' with `body' in
9579 `with-local-quit'.
9580
9581 * positions.texi (Excursions): Replace arg `forms' with `body' in
9582 `save-excursion'.
9583
9584 2005-10-08 Kim F. Storm <storm@cua.dk>
9585
9586 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9587 Rename manual section accordingly.
9588
9589 2005-10-04 Kim F. Storm <storm@cua.dk>
9590
9591 * windows.texi (Window Split Tree): New section describing
9592 new function window-split-tree function.
9593
9594 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9595
9596 * display.texi (Fringe Size/Pos): Simplify and add detail.
9597
9598 2005-09-30 Romain Francoise <romain@orebokech.com>
9599
9600 * minibuf.texi (High-Level Completion): Explain that the prompt
9601 given to `read-buffer' should end with a colon and a space.
9602 Update usage examples.
9603
9604 2005-09-29 Juri Linkov <juri@jurta.org>
9605
9606 * display.texi (Displaying Messages): Rename argument name
9607 `string' to `format-string' in functions `message', `message-box',
9608 `message-or-box'.
9609
9610 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9611
9612 * errors.texi (Standard Errors): Correct xrefs.
9613
9614 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9615
9616 * display.texi (Defining Images): Update documentation for
9617 `image-load-path'.
9618
9619 2005-09-17 Richard M. Stallman <rms@gnu.org>
9620
9621 * display.texi (Defining Images): Clean up previous change.
9622
9623 2005-09-16 Romain Francoise <romain@orebokech.com>
9624
9625 * elisp.texi: Specify GFDL version 1.2.
9626
9627 * doclicense.texi (GNU Free Documentation License): Update to
9628 version 1.2.
9629
9630 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * display.texi (Defining Images): Document `image-load-path'.
9633
9634 2005-09-15 Richard M. Stallman <rms@gnu.org>
9635
9636 * objects.texi (Printed Representation): Minor cleanup.
9637 (Box Diagrams): Minor fix.
9638 (Cons Cell Type): Move (...) index item here.
9639 (Box Diagrams): From here.
9640 (Array Type): Minor fix.
9641 (Type Predicates): Delete index "predicates".
9642 (Hash Table Type): Clarify xref.
9643 (Dotted Pair Notation): Minor fix.
9644
9645 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * files.texi (Saving Buffers): Fix typo.
9648
9649 2005-09-08 Richard M. Stallman <rms@gnu.org>
9650
9651 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9652
9653 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * locals.texi (Standard Buffer-Local Variables): Don't include
9656 mode variables for minor modes.
9657 Fix xrefs for buffer-display-count, buffer-display-table,
9658 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9659 enable-multibyte-characters, fill-column, header-line-format,
9660 left-fringe-width, left-margin, and right-fringe-width.
9661
9662 * hooks.texi (Standard Hooks): All hooks should conform to the
9663 standard naming convention now.
9664 Fix xref for `echo-area-clear-hook'.
9665
9666 * display.texi (Usual Display): Note that indicate-empty-lines and
9667 tab-width are buffer-local.
9668
9669 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9670
9671 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9672
9673 * nonascii.texi (Encoding and I/O): Note that
9674 buffer-file-coding-system is buffer-local.
9675
9676 * positions.texi (List Motion): Note that defun-prompt-regexp is
9677 buffer-local.
9678
9679 * text.texi (Auto Filling): Note that auto-fill-function is
9680 buffer-local.
9681 (Undo): Note that buffer-undo-list is buffer-local.
9682
9683 * windows.texi (Buffers and Windows):
9684 Document buffer-display-count.
9685
9686 2005-09-06 Richard M. Stallman <rms@gnu.org>
9687
9688 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9689 package prefix elsewhere than at the start of the name.
9690
9691 2005-09-03 Richard M. Stallman <rms@gnu.org>
9692
9693 * tips.texi (Programming Tips): Add conventions for minibuffer
9694 questions and prompts.
9695
9696 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9697
9698 * intro.texi (nil and t): Minor cleanup.
9699 Delete spurious mention of keyword symbols.
9700 (Evaluation Notation): Add index entry.
9701 (A Sample Function Description): Minor cleanup.
9702 (A Sample Variable Description): Not all vars can be set.
9703
9704 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9705
9706 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9707
9708 (Insertion): Document precise type of `insert-char' arg COUNT.
9709
9710 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * modes.texi (Other Font Lock Variables): Sync the default of
9713 font-lock-lines-before.
9714
9715 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9716
9717 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9718
9719 2005-08-29 Richard M. Stallman <rms@gnu.org>
9720
9721 * elisp.texi (Top): Update subnode menu.
9722
9723 * searching.texi (Searching and Matching): Move node.
9724 Rearrange contents and add overall explanation.
9725 (Searching and Case): Move node.
9726 (Searching and Matching): Update menu.
9727
9728 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9729
9730 * os.texi (Startup Summary): Fix the description of the initial
9731 startup message display.
9732
9733 2005-08-25 Richard M. Stallman <rms@gnu.org>
9734
9735 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9736
9737 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9738
9739 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9740 `next-overlay-change' example.
9741
9742 2005-08-22 Juri Linkov <juri@jurta.org>
9743
9744 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9745 Fix invert-face. Fix args of face-background.
9746
9747 * display.texi (Standard Faces): Delete node.
9748 (Faces): Add xref to `(emacs)Standard Faces'.
9749 (Displaying Faces): Fix xref to `Standard Faces'.
9750
9751 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9752
9753 2005-08-20 Alan Mackenzie <acm@muc.de>
9754
9755 * buffers.texi (The Buffer List): Clarify the manipulation of the
9756 buffer list.
9757
9758 2005-08-14 Richard M. Stallman <rms@gnu.org>
9759
9760 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9761 a regexp.
9762
9763 2005-08-11 Richard M. Stallman <rms@gnu.org>
9764
9765 * elisp.texi (Top): Update subnode lists.
9766
9767 * display.texi (Inverse Video): Node deleted.
9768
9769 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9770 New nodes split out of Coding Conventions.
9771
9772 * searching.texi (Regular Expressions): Document re-builder.
9773
9774 * os.texi (Time Parsing): New node split out of Time Conversion.
9775
9776 * processes.texi (Misc Network, Network Feature Testing)
9777 (Network Options, Make Network): New nodes split out of
9778 Low-Level Network.
9779
9780 2005-08-09 Richard M. Stallman <rms@gnu.org>
9781
9782 * frames.texi (Geometry): New node, split from Size and Position.
9783 (Frame Parameters): Refer to Geometry.
9784
9785 * buffers.texi (The Buffer List): Fix xrefs.
9786
9787 * windows.texi (Splitting Windows): Fix xref.
9788
9789 * frames.texi (Layout Parameters): Add xref.
9790
9791 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9792
9793 * keymaps.texi (Menu Bar): Fix xref.
9794
9795 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9796
9797 * modes.texi (%-Constructs): Fix xref.
9798
9799 * frames.texi (Window Frame Parameters): Node split up.
9800 (Basic Parameters, Position Parameters, Size Parameters)
9801 (Layout Parameters, Buffer Parameters, Management Parameters)
9802 (Cursor Parameters, Color Parameters): New subnodes.
9803
9804 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9805
9806 * positions.texi (Screen Lines): Update xref for previous change
9807 in minibuf.texi.
9808
9809 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9810 change in minibuf.texi.
9811
9812 2005-08-09 Richard M. Stallman <rms@gnu.org>
9813
9814 * tips.texi (Coding Conventions): Minor cleanup.
9815
9816 * modes.texi (Defining Minor Modes): Explain when init-value
9817 can be non-nil.
9818
9819 * elisp.texi (Top): Update submenu for Minibuffer.
9820
9821 * minibuf.texi (Minibuffer Misc): Node split up.
9822 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9823 (Recursive Mini): New nodes split out from Minibuffer Misc.
9824 (Minibuffer Misc): Document max-mini-window-height.
9825
9826 * hash.texi (Defining Hash): Delete stray paren in example.
9827
9828 * display.texi (Echo Area Customization): Don't define
9829 max-mini-window-height here; xref instead.
9830
9831 * commands.texi (Event Input Misc): Update while-no-input.
9832
9833 * advice.texi (Advising Functions): Explain when to use advice
9834 and when to use a hook.
9835
9836 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9837
9838 * makefile.w32-in (info): Don't run install-info.
9839 ($(infodir)/dir): New target, produced by running install-info.
9840
9841 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9842
9843 * modes.texi (Defining Minor Modes): The keyword for the initial
9844 value is :init-value, not :initial-value.
9845
9846 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9847
9848 * loading.texi (Autoload): Make the `doctor' example be consistent
9849 with what's in current loaddefs.el. Describe the "fn" magic in
9850 the usage portion of the doc string.
9851
9852 2005-07-22 Richard M. Stallman <rms@gnu.org>
9853
9854 * internals.texi (Garbage Collection): Clarify previous change.
9855
9856 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9859
9860 2005-07-18 Juri Linkov <juri@jurta.org>
9861
9862 * commands.texi (Accessing Events):
9863 * frames.texi (Text Terminal Colors, Resources):
9864 * markers.texi (The Mark):
9865 * modes.texi (Defining Minor Modes):
9866 Delete duplicate duplicate words.
9867
9868 2005-07-16 Richard M. Stallman <rms@gnu.org>
9869
9870 * display.texi (Managing Overlays): Clarify make-overlay
9871 args for insertion types.
9872
9873 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9874
9875 * customize.texi (Variable Definitions):
9876 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9877 `standard-value' is a list too.
9878 (Defining New Types): Use @key{RET} instead of @key{ret}.
9879
9880 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9881
9882 * os.texi (Translating Input): Fix typo.
9883
9884 2005-07-08 Richard M. Stallman <rms@gnu.org>
9885
9886 * README: Update edition number and size estimate.
9887
9888 * elisp.texi (VERSION): Set to 2.9.
9889
9890 2005-07-07 Richard M. Stallman <rms@gnu.org>
9891
9892 * book-spine.texinfo: Update Emacs version.
9893
9894 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9895
9896 2005-07-06 Richard M. Stallman <rms@gnu.org>
9897
9898 * searching.texi (Regexp Search): Clarify what re-search-forward
9899 does when the search fails.
9900
9901 2005-07-05 Lute Kamstra <lute@gnu.org>
9902
9903 * Update FSF's address in GPL notices.
9904
9905 * doclicense.texi (GNU Free Documentation License):
9906 * gpl.texi (GPL):
9907 * tips.texi (Coding Conventions, Library Headers):
9908 * vol1.texi:
9909 * vol2.texi: Update FSF's address.
9910
9911 2005-07-04 Richard M. Stallman <rms@gnu.org>
9912
9913 * hooks.texi (Standard Hooks): Add occur-hook.
9914
9915 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9916
9917 * display.texi (The Echo Area): Correct menu.
9918
9919 2005-07-03 Richard M. Stallman <rms@gnu.org>
9920
9921 * elisp.texi (Top): Update subnode menu for Display.
9922
9923 * display.texi (Displaying Messages): New node, with most
9924 of what was in The Echo Area.
9925 (Progress): Move under The Echo Area.
9926 (Logging Messages): New node with new text.
9927 (Echo Area Customization): New node, the rest of what was
9928 in The Echo Area. Document message-truncate-lines with @defvar.
9929 (Display): Update menu.
9930
9931 * windows.texi (Textual Scrolling): Doc 3 values for
9932 scroll-preserve-screen-position.
9933
9934 * text.texi (Special Properties): Change hook functions
9935 should bind inhibit-modification-hooks around altering buffer text.
9936
9937 * keymaps.texi (Key Binding Commands): Call binding BINDING
9938 rather than DEFINITION.
9939
9940 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9941
9942 * variables.texi (Defining Variables): `user-variable-p' returns t
9943 for aliases of user options, nil for alias loops.
9944
9945 2005-06-28 Richard M. Stallman <rms@gnu.org>
9946
9947 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9948 make-keymap.
9949
9950 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * variables.texi (Setting Variables): Correct and clarify
9953 description of `add-to-ordered-list'.
9954
9955 2005-06-26 Richard M. Stallman <rms@gnu.org>
9956
9957 * display.texi (Faces): Minor cleanup.
9958
9959 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9960
9961 * display.texi (Faces): `facep' returns t for strings that are
9962 face names.
9963
9964 2005-06-25 Richard M. Stallman <rms@gnu.org>
9965
9966 * objects.texi (Equality Predicates): Clarify meaning of equal.
9967
9968 * windows.texi (Selecting Windows): save-selected-window
9969 and with-selected-window save and restore the current buffer.
9970
9971 2005-06-24 Richard M. Stallman <rms@gnu.org>
9972
9973 * numbers.texi (Float Basics): Explain how to test for NaN,
9974 and printing the sign of NaNs.
9975
9976 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9977
9978 * makefile.w32-in (MAKEINFO): Use --force.
9979
9980 2005-06-23 Richard M. Stallman <rms@gnu.org>
9981
9982 * display.texi (Face Functions): Correct Texinfo usage.
9983
9984 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9985
9986 * lists.texi (Rings): `ring-elements' now returns the elements of
9987 RING in order.
9988
9989 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9990
9991 * markers.texi (The Mark): Texinfo usage fix.
9992
9993 2005-06-23 Kim F. Storm <storm@cua.dk>
9994
9995 * searching.texi (Entire Match Data): Remove evaporate option for
9996 match-data. Do not mention evaporate option for set-match-data.
9997
9998 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9999
10000 * display.texi (Face Functions): Mention face aliases.
10001
10002 2005-06-21 Richard M. Stallman <rms@gnu.org>
10003
10004 * anti.texi (Antinews): Texinfo usage fix.
10005
10006 2005-06-21 Karl Berry <karl@gnu.org>
10007
10008 * elisp.texi: Use @copying.
10009
10010 * elisp.texi: Put @summarycontents and @contents before the Top
10011 node, instead of the end of the file, so that the contents appear
10012 in the right place in the dvi/pdf output.
10013
10014 2005-06-21 Juri Linkov <juri@jurta.org>
10015
10016 * display.texi (Defining Faces): Add `customized-face'.
10017
10018 2005-06-20 Kim F. Storm <storm@cua.dk>
10019
10020 * variables.texi (Setting Variables): Any type of element can be
10021 given order in add-to-ordered-list. Compare elements with eq.
10022
10023 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10024
10025 2005-06-20 Karl Berry <karl@gnu.org>
10026
10027 * syntax.texi (Syntax Flags): Make last column very slightly wider
10028 to avoid "generic comment" breaking on two lines and causing an
10029 underfull box.
10030
10031 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10032
10033 * lists.texi (Rings): Various minor clarifications and corrections.
10034
10035 2005-06-18 Richard M. Stallman <rms@gnu.org>
10036
10037 * functions.texi (Obsolete Functions): Simplify.
10038
10039 * variables.texi (Variable Aliases): Simplify.
10040
10041 * anti.texi, backups.texi, compile.texi, customize.texi:
10042 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10043 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10044 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10045 * variables.texi: Fix formatting ugliness.
10046
10047 * elisp.texi: Add links to Rings and Byte Packing.
10048 Update version and copyright years.
10049
10050 * minibuf.texi: Fix formatting ugliness.
10051 (Completion Commands): Move keymap vars to the end
10052 and vars completing-read binds to the top.
10053
10054 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10055
10056 * processes.texi: Fix typos.
10057 (Bindat Spec): Correct Texinfo error.
10058 (Byte Packing): Fix ungrammatical sentence.
10059
10060 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10061
10062 * lists.texi (Rings): New node.
10063 (Lists): Add it to menu.
10064
10065 * processes.texi (Byte Packing): New node.
10066 (Processes): Add it to menu.
10067
10068 2005-06-17 Richard M. Stallman <rms@gnu.org>
10069
10070 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10071
10072 * help.texi (Documentation Basics): Explain the xref to
10073 Documentation Tips.
10074
10075 * debugging.texi (Debugger Commands): Minor fix.
10076
10077 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10078
10079 * edebug.texi (Instrumenting): Eliminate duplicate link.
10080 (Specification List): Replace references to "below", referring to
10081 a later node, with one @ref to that node.
10082
10083 * os.texi (Timers): Timers should save and restore the match data
10084 if they change it.
10085
10086 * debugging.texi (Debugger Commands): Mention that the Lisp
10087 debugger can not step through primitive functions.
10088
10089 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10090
10091 * functions.texi (Obsolete Functions): Update argument names of
10092 `make-obsolete' and `define-obsolete-function-alias'.
10093
10094 * variables.texi (Variable Aliases): Update argument names of
10095 `defvaralias', `make-obsolete-variable' and
10096 `define-obsolete-variable-alias'.
10097
10098 2005-06-15 Kim F. Storm <storm@cua.dk>
10099
10100 * searching.texi (Entire Match Data): Rephrase warnings about
10101 evaporate arg to match-data and set-match-data.
10102
10103 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10104
10105 * elisp.texi (Top): Update detailed menu.
10106
10107 * edebug.texi (Edebug): Update menu.
10108 (Instrumenting): Update xrefs.
10109 (Edebug Execution Modes): Correct xref.
10110 (Jumping): Clarify description of `h' command.
10111 Eliminate redundant @ref.
10112 (Breaks): New node.
10113 (Breakpoints): Is now a subsubsection.
10114 (Global Break Condition): Mention `C-x X X'.
10115 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10116 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10117 (Edebug Display Update): Correct pxref.
10118 (Edebug and Macros): New node.
10119 (Instrumenting Macro Calls): Is now a subsubsection.
10120 Neither arg of `def-edebug-spec' is evaluated.
10121 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10122 (Specification Examples): Fix typo.
10123
10124 2005-06-14 Lute Kamstra <lute@gnu.org>
10125
10126 * debugging.texi (Function Debugging): Primitives can break on
10127 entry too.
10128
10129 2005-06-14 Kim F. Storm <storm@cua.dk>
10130
10131 * variables.texi (Setting Variables): Add add-to-ordered-list.
10132
10133 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10136 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10137
10138 2005-06-13 Lute Kamstra <lute@gnu.org>
10139
10140 * text.texi (Special Properties): Fix cross reference.
10141
10142 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10143
10144 * debugging.texi (Function Debugging): Delete mention of empty
10145 string argument to `cancel-debug-on-entry'. Delete inaccurate
10146 description of the return value of that command.
10147
10148 2005-06-11 Alan Mackenzie <acm@muc.de>
10149
10150 * text.texi (Adaptive Fill): Amplify the description of
10151 fill-context-prefix.
10152
10153 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10154
10155 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10156
10157 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10158
10159 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10160
10161 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10162
10163 * debugging.texi (Error Debugging): Minor rewording.
10164 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10165 is optional.
10166
10167 2005-06-10 Lute Kamstra <lute@gnu.org>
10168
10169 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10170 (Top): Give it a title. Correct version number. Give the
10171 detailed node listing a more prominent header.
10172 * intro.texi: Don't set VERSION here a second time.
10173 Mention Emacs's version too.
10174 * anti.texi (Antinews): Use EMACSVER to refer to the current
10175 version of Emacs.
10176
10177 2005-06-09 Kim F. Storm <storm@cua.dk>
10178
10179 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10180 match-data and set-match-data.
10181
10182 2005-06-08 Richard M. Stallman <rms@gnu.org>
10183
10184 * searching.texi (Entire Match Data): Clarify when match-data
10185 returns markers and when integers.
10186
10187 * display.texi (Defining Faces): Explain that face name should not
10188 end in `-face'.
10189
10190 * modes.texi (Mode Line Data): Minor cleanup.
10191 (Customizing Keywords): Node split out of Search-based Fontification.
10192 Add example of using font-lock-add-keywords from a hook.
10193 Clarify when MODE should be non-nil, and when nil.
10194
10195 2005-06-06 Richard M. Stallman <rms@gnu.org>
10196
10197 * modes.texi (Mode Line Data): Explain what happens when the car
10198 of a list is a void symbol.
10199 (Search-based Fontification): Explain MODE arg to
10200 font-lock-add-keywords and warn about calls from major modes.
10201
10202 2005-06-08 Juri Linkov <juri@jurta.org>
10203
10204 * display.texi (Standard Faces): Add `shadow' face.
10205
10206 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10207
10208 * modes.texi (Major Mode Conventions): A derived mode only needs
10209 to put the call to the parent mode inside `delay-mode-hooks'.
10210
10211 2005-05-29 Richard M. Stallman <rms@gnu.org>
10212
10213 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10214 new, and what that implies. Clarify.
10215
10216 * files.texi (Locating Files): Clean up the text.
10217
10218 * frames.texi (Window Frame Parameters): Document user-size.
10219 Shorten entry for top by referring to left.
10220
10221 2005-05-26 Richard M. Stallman <rms@gnu.org>
10222
10223 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10224 is new, and what the implications are. Other clarifications.
10225
10226 2005-05-24 Richard M. Stallman <rms@gnu.org>
10227
10228 * frames.texi (Dialog Boxes): Minor fixes.
10229
10230 2005-05-25 Masatake YAMATO <jet@gyve.org>
10231
10232 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10233
10234 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10235
10236 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10237 is optional.
10238
10239 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10240
10241 * frames.texi (Dialog Boxes): Describe new optional argument.
10242
10243 2005-05-23 Lute Kamstra <lute@gnu.org>
10244
10245 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10246 syntax-begin-function over font-lock-beginning-of-syntax-function.
10247
10248 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10249
10250 * minibuf.texi (Reading File Names): Update description of
10251 `read-directory-name'.
10252
10253 * modes.texi (Derived Modes): Clarify :group keyword.
10254
10255 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10256
10257 * files.texi (Locating Files): New subsection.
10258 Describe locate-file and executable-find.
10259
10260 2005-05-21 Kevin Ryde <user42@zip.com.au>
10261
10262 * frames.texi (Initial Parameters): Update cross reference to
10263 "Emacs Invocation".
10264
10265 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10266
10267 * keymaps.texi (Active Keymaps): Add anchor.
10268
10269 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10270 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10271 appropriate place.
10272 (Derived Modes): Small clarifications.
10273 (Minor Mode Conventions, Keymaps and Minor Modes):
10274 Replace references to nodes with references to anchors.
10275 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10276 Clarify description of lists whose first element is an integer.
10277 (Mode Line Variables): Add anchor.
10278 (%-Constructs): Clarify description of integer after %.
10279 (Emulating Mode Line): Describe nil value for FACE.
10280
10281 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10282
10283 * modes.texi (Derived Modes): Correct references to non-existing
10284 variable standard-syntax-table.
10285
10286 2005-05-17 Lute Kamstra <lute@gnu.org>
10287
10288 * modes.texi (Defining Minor Modes): Mention the mode hook.
10289
10290 2005-05-15 Kim F. Storm <storm@cua.dk>
10291
10292 * processes.texi (Network): Remove open-network-stream-nowait.
10293 (Network Servers): Remove open-network-stream-server.
10294
10295 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10296
10297 * elisp.texi (Top): Update detailed menu.
10298
10299 * variables.texi: Reorder nodes.
10300 (Variables): Update menu.
10301 (File Local Variables): Do not refer to the `-*-' line as
10302 a "local variables list". Add pxref.
10303
10304 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10305
10306 * elisp.texi (Top): Update detailed menu for node changes.
10307
10308 * modes.texi (Modes): Update Menu.
10309 (Hooks): Move to beginning of chapter.
10310 Most minor modes run mode hooks too.
10311 `add-hook' can handle void hooks or hooks whose value is a single
10312 function.
10313 (Major Modes): Update Menu.
10314 (Major Mode Basics): New node, split off from `Major Modes'.
10315 (Major Mode Conventions): Correct xref. Explain how to handle
10316 auto-mode-alist if the major mode command has an autoload cookie.
10317 (Auto Major Mode): Major update. Add magic-mode-alist.
10318 (Derived Modes): Major update.
10319 (Mode Line Format): Update Menu.
10320 (Mode Line Basics): New node, split off from `Mode Line Format'.
10321
10322 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10323 for `magic autoload comment'. Add index entries and anchor.
10324
10325 2005-05-14 Richard M. Stallman <rms@gnu.org>
10326
10327 * tips.texi (Coding Conventions): Explain how important it is
10328 that just loading certain files not change Emacs behavior.
10329
10330 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10331
10332 2005-05-12 Lute Kamstra <lute@gnu.org>
10333
10334 * modes.texi (Generic Modes): Update.
10335 (Major Modes): Refer to node "Generic Modes".
10336
10337 * elisp.texi (Top): Update to the current structure of the manual.
10338 * processes.texi (Processes): Add menu description.
10339 * customize.texi (Customization): Add menu descriptions.
10340
10341 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10342
10343 * processes.texi (Signals to Processes)
10344 (Low-Level Network): Fix typos.
10345
10346 2005-05-11 Lute Kamstra <lute@gnu.org>
10347
10348 * elisp.texi (Top): Add some nodes from the chapter "Major and
10349 Minor Modes" to the detailed node listing.
10350
10351 2005-05-10 Richard M. Stallman <rms@gnu.org>
10352
10353 * keymaps.texi (Extended Menu Items): Menu item filter functions
10354 can be called at any time.
10355
10356 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10357
10358 * variables.texi (File Local Variables): `(hack-local-variables t)'
10359 now also checks whether a mode is specified in the local variables
10360 list.
10361
10362 2005-05-05 Kevin Ryde <user42@zip.com.au>
10363
10364 * display.texi (The Echo Area): Correct format function cross
10365 reference.
10366
10367 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10368
10369 * variables.texi (Variable Aliases): Change description of
10370 `define-obsolete-variable-alias'.
10371
10372 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10373 (Defining Functions): Add xref.
10374 (Obsolete Functions): New node.
10375 (Function Safety): Standardize capitalization of section title.
10376
10377 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10378 (Dialog Boxes): Complete description of `x-popup-dialog'.
10379
10380 2005-05-04 Richard M. Stallman <rms@gnu.org>
10381
10382 * commands.texi (Interactive Codes): Fix Texinfo usage.
10383 Document U more clearly.
10384
10385 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10386
10387 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10388 function and not a macro.
10389
10390 * frames.texi (Pop-Up Menus): Correct and clarify description of
10391 `x-popup-menu'.
10392 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10393
10394 2005-05-01 Richard M. Stallman <rms@gnu.org>
10395
10396 * edebug.texi (Checking Whether to Stop): Fix previous change.
10397
10398 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10399
10400 * display.texi: Fix typos and Texinfo usage.
10401
10402 * edebug.texi (Checking Whether to Stop): executing-macro ->
10403 executing-kbd-macro.
10404
10405 2005-05-01 Richard M. Stallman <rms@gnu.org>
10406
10407 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10408
10409 2005-04-30 Richard M. Stallman <rms@gnu.org>
10410
10411 * files.texi (Magic File Names): Document `operations' property.
10412
10413 2005-04-29 Lute Kamstra <lute@gnu.org>
10414
10415 * modes.texi (Generic Modes): New node.
10416 (Major Modes): Add it to the menu.
10417 (Derived Modes): Add "derived mode" to concept index.
10418
10419 2005-04-28 Lute Kamstra <lute@gnu.org>
10420
10421 * modes.texi (Defining Minor Modes): Fix previous change.
10422 (Font Lock Mode): Simplify.
10423 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10424 when set and that some parts are optional. Add cross references.
10425 (Search-based Fontification): Say how to specify font-lock-keywords.
10426 Add cross references. Add font-lock-multiline to index.
10427 Move font-lock-keywords-case-fold-search here from node "Other Font
10428 Lock Variables". Document font-lock-add-keywords and
10429 font-lock-remove-keywords.
10430 (Other Font Lock Variables): Move font-lock-keywords-only,
10431 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10432 and font-lock-syntactic-face-function to node "Syntactic Font
10433 Lock". Move font-lock-keywords-case-fold-search to node
10434 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10435 and font-lock-{,un}fontify-{buffer,region}-function.
10436 (Precalculated Fontification): Remove reference to deleted variable
10437 font-lock-core-only.
10438 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10439 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10440 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10441 and font-lock-syntactic-face-function here from node "Other Font
10442 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10443 Syntax Properties". Add cross references.
10444 (Setting Syntax Properties): New node.
10445 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10446 * syntax.texi (Syntax Properties): Add cross reference.
10447 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10448
10449 2005-04-26 Richard M. Stallman <rms@gnu.org>
10450
10451 * display.texi (Defining Faces):
10452 Document `default' elements of defface spec.
10453
10454 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10455
10456 * variables.texi (Variable Aliases): Clarify text.
10457
10458 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10459
10460 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10461
10462 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10463
10464 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10465
10466 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10467
10468 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10469 syntax-after and syntax-class.
10470
10471 * files.texi (Changing Files): Fix last change's cross-reference.
10472 (Unique File Names): Don't mention "numbers" in the documentation
10473 of make-temp-file and make-temp-name.
10474
10475 2005-04-23 Richard M. Stallman <rms@gnu.org>
10476
10477 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10478
10479 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10480
10481 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10482
10483 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10484
10485 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10486 and define-obsolete-variable-alias.
10487
10488 2005-04-22 Kim F. Storm <storm@cua.dk>
10489
10490 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10491 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10492
10493 2005-04-21 Lute Kamstra <lute@gnu.org>
10494
10495 * lists.texi (Association Lists): Document rassq-delete-all.
10496
10497 2005-04-19 Richard M. Stallman <rms@gnu.org>
10498
10499 * modes.texi (Search-based Fontification): Explain that
10500 facespec is an expression to be evaluated.
10501
10502 2005-04-19 Kevin Ryde <user42@zip.com.au>
10503
10504 * streams.texi (Output Functions): Fix xref.
10505 * strings.texi (String Conversion): Fix xref.
10506
10507 2005-04-19 Kim F. Storm <storm@cua.dk>
10508
10509 * symbols.texi (Symbol Plists): Add safe-get.
10510 Mention that `get' may signal an error.
10511
10512 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10513
10514 * customize.texi (Variable Definitions): Replace tooltip-mode
10515 example with save-place.
10516
10517 2005-04-17 Richard M. Stallman <rms@gnu.org>
10518
10519 * buffers.texi (Indirect Buffers): Clarify.
10520
10521 * positions.texi (Positions): Clarify converting marker to integer.
10522
10523 * strings.texi (String Basics): Mention string-match; clarify.
10524
10525 2005-04-08 Lute Kamstra <lute@gnu.org>
10526
10527 * modes.texi (Search-based Fontification): Fix cross references.
10528 Use consistent terminology. Document anchored highlighting.
10529
10530 2005-04-05 Lute Kamstra <lute@gnu.org>
10531
10532 * modes.texi (Defining Minor Modes): Document :group keyword
10533 argument and its default value.
10534
10535 2005-04-03 Lute Kamstra <lute@gnu.org>
10536
10537 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10538 references and/or descriptions. Delete major mode hooks; mention
10539 them as a category instead. Rename or delete obsolete hooks.
10540
10541 2005-04-02 Richard M. Stallman <rms@gnu.org>
10542
10543 * nonascii.texi (Coding System Basics): Another wording cleanup.
10544
10545 2005-04-01 Richard M. Stallman <rms@gnu.org>
10546
10547 * nonascii.texi (Coding System Basics): Clarify previous change.
10548
10549 2005-04-01 Kenichi Handa <handa@m17n.org>
10550
10551 * nonascii.texi (Coding System Basics): Describe about roundtrip
10552 identity of coding systems.
10553
10554 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10555
10556 * text.texi (Buffer Contents): Add filter-buffer-substring and
10557 buffer-substring-filters.
10558
10559 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10560
10561 * anti.texi (Antinews): Mention `G' interactive code.
10562
10563 * tips.texi (Compilation Tips): Mention benchmark.el.
10564
10565 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10566
10567 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10568 is now bound to M-o M-o.
10569
10570 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10571
10572 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10573
10574 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10575 in the Emacs Manual).
10576 * Makefile.in (srcs): Remove calendar.texi.
10577 * makefile.w32-in (srcs): Remove calendar.texi.
10578 * display.texi (Display): Change name of next node.
10579 * os.texi (System In): Change name of previous node.
10580 * elisp.texi (Top): Remove Calendar references.
10581 * vol1.texi (Top): Remove Calendar references.
10582 * vol2.texi (Top): Remove Calendar references.
10583
10584 2005-03-25 Richard M. Stallman <rms@gnu.org>
10585
10586 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10587 Cleanup previous change.
10588
10589 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10590
10591 * display.texi (Face Attributes): Faces earlier in an :inherit
10592 list take precedence.
10593 (Scroll Bars): Fix description of vertical-scroll-bars.
10594 Document frame-current-scroll-bars and window-current-scroll-bars.
10595
10596 * markers.texi (The Mark): Document temporary Transient Mark mode.
10597
10598 * minibuf.texi (Reading File Names):
10599 Document read-file-name-completion-ignore-case.
10600
10601 * positions.texi (Screen Lines): Document nil for width argument
10602 to compute-motion.
10603
10604 2005-03-23 Kim F. Storm <storm@cua.dk>
10605
10606 * display.texi (Standard Faces): Other faces used in the fringe
10607 implicitly inherits from the fringe face.
10608 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10609 properties implicitly inherits from fringe face.
10610 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10611
10612 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10613
10614 * display.texi (Invisible Text): State default value of
10615 line-move-ignore-invisible.
10616 (Managing Overlays): Document remove-overlays.
10617 (Standard Faces): Document escape-glyph face.
10618
10619 * minibuf.texi (Reading File Names): Document read-file-name-function.
10620
10621 * modes.texi (Other Font Lock Variables):
10622 Document font-lock-lines-before.
10623
10624 * positions.texi (Skipping Characters): skip-chars-forward allows
10625 character classes.
10626
10627 2005-03-18 Lute Kamstra <lute@gnu.org>
10628
10629 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10630
10631 2005-03-17 Richard M. Stallman <rms@gnu.org>
10632
10633 * text.texi (Undo): Document extensible undo entries.
10634
10635 * searching.texi (String Search, Regexp Search): Cleanups.
10636
10637 * nonascii.texi (Character Codes): Minor fix.
10638
10639 * display.texi (Display Property): Explain the significance
10640 of having text properties that are eq.
10641 (Other Display Specs): Explain string as display spec.
10642
10643 * commands.texi (Interactive Codes): Document G option.
10644
10645 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10646
10647 * text.texi (Filling): Add sentence-end-without-period and
10648 sentence-end-without-space.
10649 (Changing Properties): Minor fix.
10650
10651 * anti.texi: Total rewrite.
10652
10653 2005-03-15 Lute Kamstra <lute@gnu.org>
10654
10655 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10656
10657 2005-03-08 Kim F. Storm <storm@cua.dk>
10658
10659 * display.texi (Specified Space): Property :width is support on
10660 non-graphic terminals, :height is not.
10661
10662 2005-03-07 Richard M. Stallman <rms@gnu.org>
10663
10664 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10665 Now subnodes of Fringes.
10666 (Overlay Arrow): Document overlay-arrow-variable-list.
10667 (Fringe Size/Pos): New node, broken out of Fringes.
10668 (Display): Explain clearing vs redisplay better.
10669 (Truncation): Clarify use of bitmaps.
10670 (The Echo Area): Clarify the uses of the echo area.
10671 Add max-mini-window-height.
10672 (Progress): Clarify.
10673 (Invisible Text): Explain that main loop moves point out.
10674 (Selective Display): Say "hidden", not "invisible".
10675 (Managing Overlays): Move up. Describe relation to Undo here.
10676 (Overlay Properties): Clarify intro.
10677 (Finding Overlays): Explain return values when nothing found.
10678 (Width): truncate-string-to-width has added arg.
10679 (Displaying Faces): Clarify and update mode line face handling.
10680 (Face Functions): Minor cleanup.
10681 (Conditional Display): Merge into Other Display Specs.
10682 (Pixel Specification, Other Display Specs): Minor cleanups.
10683 (Images, Image Descriptors): Minor cleanups.
10684 (GIF Images): Patents have expired.
10685 (Showing Images): Explain default text for insert-image.
10686 (Manipulating Button Types): Merge into Manipulating Buttons.
10687 (Making Buttons): Explain return values.
10688 (Button Buffer Commands): Add xref.
10689 (Inverse Video): Update mode-line-inverse-video.
10690 (Display Table Format): Clarify.
10691 (Active Display Table): Give defaults for window-display-table.
10692
10693 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10694 and calendar-today-marker are strings, not chars.
10695 (Holiday Customizing): Minor fix.
10696
10697 * internals.texi (Writing Emacs Primitives): Update `or' example.
10698 Update limit on # args of subr.
10699
10700 * edebug.texi (Using Edebug): Arrow is in fringe.
10701 (Instrumenting): Arg to eval-defun works without loading edebug.
10702 (Edebug Execution Modes): Add xref.
10703
10704 * customize.texi (Common Keywords): Clarify :require.
10705 Mention :version here.
10706 (Variable Definitions, Group Definitions): Not here.
10707 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10708
10709 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10710 * nonascii.texi (Text Representations): Clarify position-bytes.
10711 (Character Sets): Add list-charset-chars.
10712 (Scanning Charsets): Add charset-after.
10713 (Encoding and I/O): Minor fix.
10714
10715 2005-03-06 Richard M. Stallman <rms@gnu.org>
10716
10717 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10718 (Resizing Windows): Likewise.
10719
10720 * text.texi (Change Hooks): Get rid of "Emacs 21".
10721
10722 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10723
10724 * streams.texi (Output Variables): Get rid of "Emacs 21".
10725
10726 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10727
10728 * os.texi (Translating Input): Replace flow-control example
10729 with a less obsolete example that uses `keyboard-translate'.
10730
10731 * objects.texi (Hash Table Type, Circular Objects):
10732 Get rid of "Emacs 21".
10733
10734 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10735 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10736
10737 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10738
10739 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10740
10741 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10742 (Menu Bar): Fix when menu-bar-update-hook is called.
10743
10744 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10745
10746 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10747 and make it read better.
10748
10749 * files.texi (Writing to Files): Get rid of "Emacs 21".
10750 (Unique File Names): Likewise.
10751
10752 * elisp.texi: Update Emacs version to 22.
10753
10754 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10755 (Overlay Properties, Face Attributes): Likewise.
10756 (Managing Overlays): Fix punctuation.
10757 (Attribute Functions): Clarify set-face-font; get rid of
10758 info about old Emacs versions.
10759 (Auto Faces, Font Lookup, Display Property, Images):
10760 Get rid of "Emacs 21".
10761
10762 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10763
10764 2005-03-05 Richard M. Stallman <rms@gnu.org>
10765
10766 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10767
10768 2005-03-04 Lute Kamstra <lute@gnu.org>
10769
10770 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10771
10772 2005-03-03 Lute Kamstra <lute@gnu.org>
10773
10774 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10775
10776 2005-03-01 Lute Kamstra <lute@gnu.org>
10777
10778 * debugging.texi (Debugger Commands): Update `j'.
10779
10780 2005-02-28 Lute Kamstra <lute@gnu.org>
10781
10782 * debugging.texi (Debugging): Fix typo.
10783 (Error Debugging): Document eval-expression-debug-on-error.
10784 (Function Debugging): Update example.
10785 (Using Debugger): Mention starred stack frames.
10786 (Debugger Commands): Document `j' and `l'.
10787 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10788 Update the messages that the debugger displays.
10789 (Internals of Debugger): Add cross reference. Update example.
10790 (Excess Open): Minor improvement.
10791 (Excess Close): Minor improvement.
10792
10793 2005-02-26 Richard M. Stallman <rms@gnu.org>
10794
10795 * tips.texi (Coding Conventions): Clarify.
10796 Put all the major mode key reservations together.
10797 Mention the Mouse-1 => Mouse-2 conventions.
10798
10799 * syntax.texi (Syntax Class Table): Clarify.
10800 (Syntax Table Functions): syntax-after moved from here.
10801 (Syntax Table Internals): syntax-after moved to here.
10802 (Parsing Expressions): Update info on number of values
10803 and what's meaningful in the STATE argument.
10804 (Categories): Fix typo.
10805
10806 * sequences.texi (Arrays): Cleanup.
10807 (Char-Tables): Clarify.
10808
10809 * processes.texi (Deleting Processes): Cleanups, add xref.
10810 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10811 (Process Information): set-process-coding-system, some args optional.
10812 (Input to Processes): Explain various types for PROCESS args.
10813 Rename them from PROCESS-NAME to PROCESS.
10814 (Signals to Processes): Likewise.
10815 (Decoding Output): Cleanup.
10816 (Query Before Exit): Clarify.
10817
10818 * os.texi (Startup Summary): Correct the options; add missing ones.
10819 (Terminal Output, Batch Mode): Clarify.
10820 (Flow Control): Node deleted.
10821
10822 * markers.texi (The Mark): Clarify.
10823
10824 * macros.texi (Expansion): Cleanup.
10825 (Indenting Macros): indent-spec allows ints, not floats.
10826
10827 * keymaps.texi (Keymaps): Clarify.
10828 (Format of Keymaps): Update lisp-mode-map example.
10829 (Active Keymaps, Key Lookup): Clarify.
10830 (Changing Key Bindings): Add xref to `kbd'.
10831 (Key Binding Commands, Simple Menu Items): Clarify.
10832 (Mouse Menus, Menu Bar): Clarify.
10833 (Menu Example): Replace print example with menu-bar-replace-menu.
10834
10835 * help.texi (Documentation Basics): Add function-documentation prop.
10836
10837 * elisp.texi (Top): Don't refer to Flow Control node.
10838
10839 * commands.texi (Command Overview): Improve xrefs.
10840 (Adjusting Point): Adjusting point applies to intangible and invis.
10841 (Key Sequence Input): Doc extra read-key-sequence args.
10842 Likewise for read-key-sequence-vector.
10843
10844 * backups.texi (Rename or Copy): Minor fix.
10845 (Numbered Backups): For version-control, say the default.
10846 (Auto-Saving): make-auto-save-file-name example is simplified.
10847
10848 * advice.texi (Advising Functions): Don't imply one part of Emacs
10849 should advise another part. Markup changes.
10850 (Defining Advice): Move transitional para.
10851 (Activation of Advice): Cleanup.
10852 Explain if COMPILE is nil or negative.
10853
10854 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10855
10856 2005-02-24 Lute Kamstra <lute@gnu.org>
10857
10858 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10859 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10860
10861 2005-02-23 Lute Kamstra <lute@gnu.org>
10862
10863 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10864 to define global minor modes as well.
10865
10866 * display.texi (Managing Overlays): overlay-buffer returns nil for
10867 deleted overlays.
10868
10869 2005-02-22 Kim F. Storm <storm@cua.dk>
10870
10871 * minibuf.texi (Basic Completion): Allow symbols in addition to
10872 strings in try-completion and all-completions.
10873
10874 2005-02-14 Lute Kamstra <lute@gnu.org>
10875
10876 * elisp.texi (Top): Remove reference to deleted node.
10877
10878 * lists.texi (Lists): Remove reference to deleted node.
10879 (Cons Cells): Fix typo.
10880
10881 * loading.texi (Where Defined): Fix typo.
10882
10883 2005-02-14 Richard M. Stallman <rms@gnu.org>
10884
10885 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10886 is useful for discarding some minor modes.
10887
10888 * symbols.texi (Symbol Components): Reorder examples.
10889
10890 * streams.texi (Input Functions): State standard-input default.
10891 (Output Variables): State standard-output default.
10892
10893 * objects.texi (Printed Representation): Clarify read syntax vs print.
10894 (Floating Point Type): Explain meaning better.
10895 (Symbol Type): Explain uniqueness better.
10896 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10897 List examples sooner.
10898 (Box Diagrams): New subnode broken out.
10899 Some examples moved from old Lists as Boxes node.
10900 (Dotted Pair Notation): Clarify intro.
10901 (Array Type): Clarify.
10902 (Type Predicates): Add hash-table-p.
10903
10904 * numbers.texi (Integer Basics): Clarify radix explanation.
10905 (Predicates on Numbers): Minor clarification.
10906 (Comparison of Numbers): Minor clarification. Clarify eql.
10907 Typos in min, max.
10908 (Math Functions): Clarify overflow in expt.
10909
10910 * minibuf.texi (Text from Minibuffer): Minor clarification.
10911 Mention arrow keys.
10912
10913 * loading.texi (Autoload): defun's doc string overrides autoload's
10914 doc string.
10915 (Repeated Loading): Modernize "add to list" examples.
10916 (Where Defined): Finish updating table of load-history elts.
10917
10918 * lists.texi (List-related Predicates): Minor wording improvement.
10919 (Lists as Boxes): Node deleted.
10920 (Building Lists): Explain trivial cases of number-sequence.
10921
10922 * hash.texi (Hash Tables): Add desc to menu items.
10923 (Creating Hash): Explain "full" means "make larger".
10924 (Hash Access): Any object can be a key.
10925 State value of maphash.
10926
10927 * functions.texi (What Is a Function): Wording cleanup.
10928 (Function Documentation): Minor cleanup.
10929 Explain purpose of calling convention at end of doc string.
10930 (Function Names): Wording cleanup.
10931 (Calling Functions): Wording cleanup.
10932 Explain better how funcall calls the function.
10933 (Function Cells): Delete example of saving and redefining function.
10934
10935 * control.texi (Combining Conditions): Wording cleanup.
10936 (Iteration): dolist and dotimes bind VAR locally.
10937 (Cleanups): Xref to Atomic Changes.
10938
10939 * compile.texi (Byte Compilation): Delete 19.29 info.
10940 (Compilation Functions): Macros' difficulties don't affect defsubst.
10941 (Docs and Compilation): Delete 19.29 info.
10942
10943 2005-02-10 Richard M. Stallman <rms@gnu.org>
10944
10945 * objects.texi (Symbol Type): Minor correction.
10946
10947 2005-02-06 Lute Kamstra <lute@gnu.org>
10948
10949 * modes.texi (Example Major Modes): Fix typos.
10950
10951 2005-02-06 Richard M. Stallman <rms@gnu.org>
10952
10953 * text.texi (Margins): fill-nobreak-predicate can be one function.
10954
10955 * strings.texi (Modifying Strings): clear-string can make unibyte.
10956 (Formatting Strings): format gives error if values missing.
10957
10958 * positions.texi (Character Motion): Mention default arg
10959 for forward-char. backward-char refers to forward-char.
10960 (Word Motion): Mention default arg for forward-word.
10961 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10962 Simplify end-of-buffer.
10963 (Text Lines): Mention default arg for forward-line.
10964 (List Motion): Mention default arg for beginning/end-of-defun.
10965 (Skipping Characters): Minor fixes in explaining character-set.
10966
10967 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10968 Mode inheritance applies only when default-major-mode is nil.
10969 Clarifications.
10970 (Example Major Modes): Update Text mode and Lisp mode examples.
10971 (Minor Mode Conventions): Mention define-minor-mode at top.
10972 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10973 (Mode Line Format): Update mode line face display info.
10974 (Properties in Mode): Mention effect of risky vars.
10975 (Imenu): Define imenu-add-to-menubar.
10976 (Font Lock Mode): Add descriptions to menu lines.
10977 (Faces for Font Lock): Add font-lock-doc-face.
10978
10979 2005-02-05 Lute Kamstra <lute@gnu.org>
10980
10981 * text.texi (Maintaining Undo): Remove obsolete function.
10982
10983 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10984
10985 * frames.texi (Color Names): Add pointer to the X docs about RGB
10986 color specifications. Improve indexing.
10987 (Text Terminal Colors): Replace the description of RGB values by
10988 an xref to "Color Names".
10989
10990 2005-02-03 Richard M. Stallman <rms@gnu.org>
10991
10992 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10993 Clarify.
10994 (Selecting Windows): Clarify save-selected-window.
10995 (Cyclic Window Ordering): Clarify walk-windows.
10996 (Window Point): Clarify.
10997 (Window Start): Add comment to example.
10998 (Resizing Windows): Add `interactive' specs in examples.
10999 Document fit-window-to-buffer.
11000
11001 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11002 (Undo, Maintaining Undo): Clarify last change.
11003 (Sorting): In sort-numeric-fields, explain about octal and hex.
11004 Mention sort-numeric-base.
11005 (Format Properties): Add xref for hard newlines.
11006
11007 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11008 (Pop-Up Menus): Fix typo.
11009 (Color Names): Explain all types of color names.
11010 Explain color-values on B&W terminal.
11011 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11012
11013 * files.texi (File Locks): Not supported on MS systems.
11014 (Testing Accessibility): Clarify.
11015
11016 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11017 (Coverage Testing): Fix typo.
11018
11019 * commands.texi (Misc Events): Remove stray space.
11020
11021 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11022 (Modification Time): Clarify when visited-file-modtime returns 0.
11023 (The Buffer List): Clarify bury-buffer.
11024 (Killing Buffers): Clarify.
11025 (Indirect Buffers): Add clone-indirect-buffer.
11026
11027 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11028
11029 * edebug.texi (Printing in Edebug): Fix default value of
11030 edebug-print-circle.
11031 (Coverage Testing): Fix displayed frequency count data.
11032
11033 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11034
11035 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11036
11037 2005-02-02 Kim F. Storm <storm@cua.dk>
11038
11039 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11040
11041 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11042
11043 * commands.texi (Misc Events): Describe the help-echo event.
11044
11045 * text.texi (Special Properties) <help-echo>: Use `pos'
11046 consistently in description of the help-echo property.
11047 Use @code{nil} instead of @var{nil}.
11048
11049 * display.texi (Overlay Properties): Fix the index entry for
11050 help-echo overlay property.
11051
11052 * customize.texi (Type Keywords): Uncomment the xref to the
11053 help-echo property documentation.
11054
11055 2005-01-23 Kim F. Storm <storm@cua.dk>
11056
11057 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11058 return value. Third element FULLY replaced by PARTIAL which
11059 specifies number of invisible pixels if row is only partially visible.
11060 (Textual Scrolling): Mention auto-window-vscroll.
11061 (Vertical Scrolling): New defvar auto-window-vscroll.
11062
11063 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11064
11065 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11066 command remapping.
11067
11068 2005-01-15 Richard M. Stallman <rms@gnu.org>
11069
11070 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11071
11072 2005-01-14 Kim F. Storm <storm@cua.dk>
11073
11074 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11075
11076 * text.texi (Links and Mouse-1): Fix string and vector item.
11077
11078 2005-01-13 Richard M. Stallman <rms@gnu.org>
11079
11080 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11081 descriptions of overriding-local-map and overriding-terminal-local-map.
11082
11083 * text.texi (Links and Mouse-1): Clarify text.
11084
11085 2005-01-13 Kim F. Storm <storm@cua.dk>
11086
11087 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11088
11089 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11090
11091 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11092
11093 2005-01-12 Kim F. Storm <storm@cua.dk>
11094
11095 * text.texi (Links and Mouse-1): Rename section from Enabling
11096 Mouse-1 to Following Links. Change xrefs.
11097 Add examples for define-button-type and define-widget.
11098
11099 * display.texi (Button Properties, Button Buffer Commands):
11100 Clarify mouse-1 and follow-link functionality.
11101
11102 2005-01-12 Richard M. Stallman <rms@gnu.org>
11103
11104 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11105
11106 * display.texi (Beeping): Fix Texinfo usage.
11107
11108 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11109
11110 2005-01-11 Kim F. Storm <storm@cua.dk>
11111
11112 * display.texi (Button Properties, Button Buffer Commands):
11113 Mention mouse-1 binding. Add follow-link keyword.
11114
11115 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11116 (Enabling Mouse-1 to Follow Links): New subsection.
11117
11118 2005-01-06 Richard M. Stallman <rms@gnu.org>
11119
11120 * text.texi (Special Properties): Minor change.
11121
11122 * os.texi (Timers): Clarify previous change.
11123
11124 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11125
11126 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11127
11128 * display.texi (Face Attributes): Correct xref to renamed node.
11129
11130 2005-01-01 Richard M. Stallman <rms@gnu.org>
11131
11132 * display.texi (Face Attributes): Describe hex color specs.
11133
11134 2004-12-31 Richard M. Stallman <rms@gnu.org>
11135
11136 * os.texi (Timers): Update previous change.
11137
11138 2004-12-30 Kim F. Storm <storm@cua.dk>
11139
11140 * display.texi (Line Height): Total line-height is now specified
11141 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11142 in cons cells. (nil . RATIO) is relative to actual line height.
11143 Use line-height `t' instead of `0' to get minimum height.
11144
11145 2004-12-29 Richard M. Stallman <rms@gnu.org>
11146
11147 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11148
11149 2004-12-28 Richard M. Stallman <rms@gnu.org>
11150
11151 * commands.texi (Quitting): Clarify value of with-local-quit.
11152
11153 * elisp.texi (Top): Fix previous change.
11154
11155 * loading.texi (Loading): Fix previous change.
11156
11157 2004-12-27 Richard M. Stallman <rms@gnu.org>
11158
11159 * Makefile.in (MAKEINFO): Specify --force.
11160
11161 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11162
11163 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11164
11165 * display.texi (Line Height): Further clarify.
11166
11167 * elisp.texi (Top): Update Loading submenu.
11168
11169 * loading.texi (Where Defined): New node.
11170 (Unloading): load-history moved to Where Defined.
11171
11172 2004-12-21 Richard M. Stallman <rms@gnu.org>
11173
11174 * commands.texi (Event Input Misc): Add while-no-input.
11175
11176 2004-12-11 Richard M. Stallman <rms@gnu.org>
11177
11178 * display.texi (Line Height): Rewrite text for clarity.
11179
11180 2004-12-11 Kim F. Storm <storm@cua.dk>
11181
11182 * display.texi (Display): Add node "Line Height" to menu.
11183 (Line Height): New node. Move full description of line-spacing
11184 and line-height text properties here from text.texi.
11185 (Scroll Bars): Add vertical-scroll-bar variable.
11186
11187 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11188
11189 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11190 line-spacing and vertical-scroll-bar.
11191
11192 * text.texi (Special Properties): Just mention line-spacing and
11193 line-height here, add xref to new "Line Height" node.
11194
11195 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11196
11197 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11198
11199 * locals.texi (Standard Buffer-Local Variables):
11200 Add @xref for `line-spacing'.
11201
11202 2004-12-05 Richard M. Stallman <rms@gnu.org>
11203
11204 * Makefile.in (maintainer-clean): Remove the info files
11205 in $(infodir) where they are created.
11206
11207 2004-12-03 Richard M. Stallman <rms@gnu.org>
11208
11209 * windows.texi (Selecting Windows): get-lru-window and
11210 get-largest-window don't consider dedicated windows.
11211
11212 * text.texi (Undo): Document undo-in-progress.
11213
11214 2004-11-26 Richard M. Stallman <rms@gnu.org>
11215
11216 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11217 Remove a few vars that are not always buffer-local.
11218
11219 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11220
11221 * locals.texi (Standard Buffer-Local Variables): Comment out
11222 xref's to non-existent node `Yet to be written'.
11223
11224 2004-11-24 Richard M. Stallman <rms@gnu.org>
11225
11226 * processes.texi (Synchronous Processes): Grammar fix.
11227
11228 * numbers.texi (Comparison of Numbers): Add eql.
11229
11230 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11231
11232 * intro.texi (Printing Notation): Fix previous change.
11233
11234 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11235 and default-indicate-buffer-boundaries from here.
11236 (Usual Display): To here.
11237 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11238 (Usual Display): Move tab-width up.
11239
11240 * customize.texi (Variable Definitions):
11241 Replace show-paren-mode example with tooltip-mode.
11242 (Simple Types, Composite Types, Defining New Types):
11243 Minor cleanups.
11244
11245 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11246
11247 * processes.texi (Synchronous Processes, Output from Processes):
11248 Markup fix.
11249
11250 2004-11-20 Richard M. Stallman <rms@gnu.org>
11251
11252 * positions.texi (Skipping Characters): skip-chars-forward
11253 now handles char classes.
11254
11255 * intro.texi (Printing Notation): Avoid confusion of `print'
11256 when explaining @print.
11257
11258 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11259
11260 * display.texi (Display Table Format): Minor fix.
11261
11262 * streams.texi (Output Functions): Fix print example.
11263
11264 * Makefile.in (elisp): New target.
11265 (dist): Depend on $(infodir)/elisp, not elisp.
11266 Copy the info files from $(infodir).
11267
11268 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11269 read-from-minibuffer.
11270
11271 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11272
11273 2004-11-19 Richard M. Stallman <rms@gnu.org>
11274
11275 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11276
11277 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11278
11279 * tips.texi (Coding Conventions): Fix typo.
11280
11281 2004-11-16 Richard M. Stallman <rms@gnu.org>
11282
11283 * tips.texi (Coding Conventions): Separate defvar and require
11284 methods to avoid warnings. Use require only when there are many
11285 functions and variables from that package.
11286
11287 * minibuf.texi (Minibuffer Completion): When ignoring case,
11288 predicate must not be case-sensitive.
11289
11290 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11291 (Test Coverage): Don't talk about "splotches". Clarified.
11292
11293 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11294
11295 * frames.texi (Window Frame Parameters): Fix typo.
11296
11297 2004-11-15 Kim F. Storm <storm@cua.dk>
11298
11299 * symbols.texi (Other Plists): Note that plist-get may signal error.
11300 Add safe-plist-get.
11301
11302 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11303
11304 * modes.texi (Font Lock Basics): Fix typo.
11305
11306 2004-11-08 Richard M. Stallman <rms@gnu.org>
11307
11308 * syntax.texi (Syntax Table Functions): Add syntax-after.
11309
11310 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11311
11312 * os.texi (Processor Run Time): New section documenting
11313 get-internal-run-time.
11314
11315 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11316
11317 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11318 it nukes elisp-cover.texi.
11319 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11320 elisp-0 etc.
11321
11322 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11323
11324 * commands.texi (Keyboard Macros): Document `append' return value
11325 of `defining-kbd-macro'.
11326
11327 2004-11-01 Richard M. Stallman <rms@gnu.org>
11328
11329 * commands.texi (Interactive Call): Add called-interactively-p.
11330
11331 2004-10-29 Simon Josefsson <jas@extundo.com>
11332
11333 * minibuf.texi (Reading a Password): Revert.
11334
11335 2004-10-28 Richard M. Stallman <rms@gnu.org>
11336
11337 * frames.texi (Display Feature Testing): Explain about "vendor".
11338
11339 2004-10-27 Richard M. Stallman <rms@gnu.org>
11340
11341 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11342 not raw. Clarify `n'.
11343 (Interactive Call): Rewrite interactive-p, focusing on when
11344 and how to use it.
11345 (Misc Events): Clarify previous change.
11346
11347 * advice.texi (Simple Advice): Clarify what job the example does.
11348 (Around-Advice): Clarify ad-do-it.
11349 (Activation of Advice): An option of ad-default-compilation-action
11350 is `never', not `nil'.
11351
11352 2004-10-26 Kim F. Storm <storm@cua.dk>
11353
11354 * commands.texi (Interactive Codes): Add U code letter.
11355
11356 2004-10-25 Simon Josefsson <jas@extundo.com>
11357
11358 * minibuf.texi (Reading a Password): Add.
11359
11360 2004-10-24 Jason Rumney <jasonr@gnu.org>
11361
11362 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11363 and wheel-down.
11364
11365 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11366
11367 * processes.texi (Synchronous Processes): Document process-file.
11368
11369 2004-10-22 Kenichi Handa <handa@m17n.org>
11370
11371 * text.texi (translate-region): Document that it accepts also a
11372 char-table.
11373
11374 2004-10-22 David Ponce <david@dponce.com>
11375
11376 * windows.texi (Resizing Windows): Document the `preserve-before'
11377 argument of the functions `enlarge-window' and `shrink-window'.
11378
11379 2004-10-19 Jason Rumney <jasonr@gnu.org>
11380
11381 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11382
11383 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11384
11385 * text.texi (Filling): Add anchor for definition of
11386 `sentence-end-double-space'.
11387
11388 * searching.texi (Regexp Example): Update description of how
11389 Emacs currently recognizes the end of a sentence.
11390 (Standard Regexps): Update definition of the variable
11391 `sentence-end'. Add definition of the function `sentence-end'.
11392
11393 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11394
11395 * display.texi (Progress): New node.
11396
11397 2004-10-05 Kim F. Storm <storm@cua.dk>
11398
11399 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11400
11401 2004-09-29 Kim F. Storm <storm@cua.dk>
11402
11403 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11404 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11405 fringe bitmap symbols, as they now have their own namespace.
11406 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11407 vs. pixels. Signal error if no free bitmap slots.
11408 (Pixel Specification): Change IMAGE to @var{image}.
11409
11410 2004-09-28 Richard M. Stallman <rms@gnu.org>
11411
11412 * text.texi (Special Properties): Clarify line-spacing and line-height.
11413
11414 * searching.texi (Regexp Search): Add looking-back.
11415
11416 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11417
11418 * display.texi: Correct typos.
11419 (Image Descriptors): Correct xref's.
11420
11421 2004-09-25 Richard M. Stallman <rms@gnu.org>
11422
11423 * text.texi (Special Properties): Cleanups in `cursor'.
11424 Rewrites in `line-height' and `line-spacing'; exchange them.
11425
11426 * display.texi (Fringes): Rewrite previous change.
11427 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11428 (Display Fringe Bitmaps): Node deleted, text moved.
11429 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11430 (Scroll Bars): Clarify set-window-scroll-bars.
11431 (Pointer Shape): Rewrite.
11432 (Specified Space): Clarify :align-to, etc.
11433 (Pixel Specification): Use @var. Clarify new text.
11434 (Other Display Specs): Clarify `slice'.
11435 (Image Descriptors): Cleanups.
11436 (Showing Images): Cleanups.
11437
11438 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11439
11440 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11441
11442 * modes.texi: Various minor changes in addition to:
11443 (Major Mode Conventions): Final call to `run-mode-hooks' should
11444 not be inside the `delay-mode-hooks' form.
11445 (Mode Hooks): New node.
11446 (Hooks): Delete obsolete example.
11447 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11448 node "Mode Hooks".
11449
11450 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11451
11452 * display.texi: Correct various typos.
11453 (Display): Rename node "Pointer Shapes" to "Pointer
11454 Shape". (There is already a node called "Pointer Shapes" in
11455 frames.texi.)
11456 (Images): Remove non-existent node "Image Slices" from menu.
11457
11458 2004-09-23 Kim F. Storm <storm@cua.dk>
11459
11460 * text.texi (Special Properties): Add `cursor', `pointer',
11461 `line-height', and `line-spacing' properties.
11462
11463 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11464 Shapes' to menu.
11465 (Standard Faces): Doc fix for fringe face.
11466 (Fringes): Add `overflow-newline-into-fringe' and
11467 'indicate-buffer-boundaries'.
11468 (Fringe Bitmaps, Pointer Shapes): New nodes.
11469 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11470 Bitmaps' to menu.
11471 (Specified Space): Describe pixel width and height.
11472 (Pixel Specification): New node.
11473 (Other Display Specs): Add `slice' property.
11474 (Display Fringe Bitmaps): New node.
11475 (Images): Add 'Image Slices' to menu.
11476 (Image Descriptors): Add `:pointer' and `:map' properties.
11477 (Showing Images): Add slice arg to `insert-image'.
11478 Add 'insert-sliced-image'.
11479
11480 2004-09-20 Richard M. Stallman <rms@gnu.org>
11481
11482 * commands.texi (Key Sequence Input):
11483 Clarify downcasing in read-key-sequence.
11484
11485 2004-09-08 Juri Linkov <juri@jurta.org>
11486
11487 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11488
11489 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11490
11491 * locals.texi (Standard Buffer-Local Variables):
11492 Add `buffer-auto-save-file-format'.
11493 * internals.texi (Buffer Internals): Describe new
11494 auto_save_file_format field of the buffer structure.
11495 * files.texi (Format Conversion): `auto-save-file-format' has been
11496 renamed `buffer-auto-save-file-format'.
11497
11498 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11499
11500 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11501 an integer or a marker.
11502 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11503
11504 2004-08-22 Richard M. Stallman <rms@gnu.org>
11505
11506 * modes.texi (Major Mode Conventions): Discuss rebinding of
11507 standard key bindings.
11508
11509 2004-08-18 Kim F. Storm <storm@cua.dk>
11510
11511 * processes.texi (Accepting Output): Add `just-this-one' arg to
11512 `accept-process-output'.
11513 (Output from Processes): New var `process-adaptive-read-buffering'.
11514
11515 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11516
11517 * keymaps.texi: Various changes in addition to:
11518 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11519 Give more varied examples for `kbd'.
11520 (Creating Keymaps): Char tables have slots for all characters
11521 without modifiers.
11522 (Active Keymaps): `overriding-local-map' and
11523 `overriding-terminal-local-map' also override text property and
11524 overlay keymaps.
11525 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11526 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11527 to denote a prefix of no events.
11528 `map-keymap' includes parent's bindings _recursively_.
11529 Clarify and correct description of `where-is-internal'.
11530 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11531 (Menu Example): For menus intended for use with the keyboard, the
11532 menu items should be bound to characters or real function keys.
11533
11534 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11535
11536 * objects.texi (Character Type): Reposition `@anchor' to prevent
11537 double space inside sentence in Info.
11538
11539 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11540 renamed to `disabled-command-function'.
11541 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11542 (Command Loop Info): Replace reference to it.
11543 (Disabling Commands): `disabled-command-hook' has been renamed to
11544 `disabled-command-function'.
11545
11546 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11547
11548 * os.texi (Translating Input): Only non-prefix bindings in
11549 `key-translation-map' override actual key bindings. Warn about
11550 possible indirect effect of actual key bindings on non-prefix
11551 bindings in `key-translation-map'.
11552
11553 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11554
11555 * minibuf.texi (High-Level Completion): Add anchor for definition
11556 of `read-variable'.
11557
11558 * commands.texi: Various changes in addition to:
11559 (Using Interactive): Clarify description of `interactive-form'.
11560 (Interactive Call): Mention default for KEYS argument to
11561 `call-interactively'.
11562 (Command Loop Info): Clarify description of `this-command-keys'.
11563 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11564 Value of `last-event-frame' can be `macro'.
11565 (Repeat Events): `double-click-fuzz' is also used to distinguish
11566 clicks and drags.
11567 (Classifying Events): Clarify descriptions of `event-modifiers'
11568 `event-basic-type' and `event-convert-list'.
11569 (Accessing Events): `posn-timestamp' takes POSITION argument.
11570 (Quoted Character Input): Clarify description of
11571 `read-quoted-char' and fix example.
11572 (Quitting): Add `with-local-quit'.
11573 (Disabling Commands): Correct and clarify descriptions of
11574 `enable-command' and `disable-command'.
11575 Mention what happens if `disabled-command-hook' is nil.
11576 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11577 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11578
11579 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11580
11581 * frames.texi: Various changes in addition to:
11582 (Creating Frames): Expand and clarify description of `make-frame'.
11583 (Window Frame Parameters): Either none or both of the `icon-left'
11584 and `icon-top' parameters must be specified. Put descriptions of
11585 `menu-bar-lines' and `toolbar-lines' closer together and change
11586 them accordingly.
11587 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11588 except while processing `frame-title-format' or `icon-title-format'.
11589 (Deleting Frames): Correct description of `delete-frame'.
11590 Non-nil return values of `frame-live-p' are like those of `framep'.
11591 (Frames and Windows): Mention return value of
11592 `set-frame-selected-window'.
11593 (Visibility of Frames): Mention `force' argument to
11594 `make-frame-invisible'. `frame-visible-p' returns t for all
11595 frames on text-only terminals.
11596 (Frame Configurations): Restoring a frame configuration does not
11597 restore deleted frames.
11598 (Window System Selections): `x-set-selection' returns DATA.
11599 (Resources): Add example.
11600 (Display Feature Testing): Clarify descriptions of
11601 `display-pixel-height', `display-pixel-width', `x-server-version'
11602 and `x-server-vendor'.
11603
11604 * windows.texi (Choosing Window): Add anchor.
11605 * minibuf.texi (Minibuffer Misc): Add anchor.
11606
11607 2004-07-23 John Paul Wallington <jpw@gnu.org>
11608
11609 * macros.texi (Defining Macros): Declaration keyword for setting
11610 Edebug spec is `debug' not `edebug'.
11611
11612 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11613
11614 * windows.texi: Various small changes in addition to:
11615 (Window Point): Mention return value of `set-window-point'.
11616 (Window Start): `pos-visible-in-window-p' disregards horizontal
11617 scrolling. Explain return value if PARTIALLY is non-nil.
11618 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11619 and `set-window-vscroll'.
11620 (Size of Window): The argument WINDOW to `window-inside-edges',
11621 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11622 (Resizing Windows): Explain return value of
11623 `shrink-window-if-larger-than-buffer'.
11624 `window-size-fixed' automatically becomes buffer local when set.
11625 (Window Configurations): Explain return value of
11626 `set-window-configuration'.
11627
11628 * minibuf.texi (Minibuffer Misc): Add anchor for
11629 `minibuffer-scroll-window'.
11630
11631 * positions.texi (Text Lines): Add anchor for `count-lines'.
11632
11633 2004-07-17 Richard M. Stallman <rms@gnu.org>
11634
11635 * display.texi (Overlay Properties): Adding `evaporate' prop
11636 deletes empty overlay immediately.
11637
11638 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11639 fix example.
11640
11641 2004-07-16 Jim Blandy <jimb@redhat.com>
11642
11643 * searching.texi (Regexp Backslash): Document new \_< and \_>
11644 operators.
11645
11646 2004-07-16 Juanma Barranquero <lektu@terra.es>
11647
11648 * display.texi (Images): Fix Texinfo usage.
11649
11650 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11651
11652 * buffers.texi (Modification Time): `visited-file-modtime' now
11653 returns a list of two integers, instead of a cons.
11654
11655 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11656
11657 * windows.texi: Various changes in addition to:
11658 (Splitting Windows): Add `split-window-keep-point'.
11659
11660 2004-07-09 Richard M. Stallman <rms@gnu.org>
11661
11662 * frames.texi (Input Focus): Minor fix.
11663
11664 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11665
11666 * frames.texi (Input Focus): Clarify descriptions of
11667 `select-frame-set-input-focus' and `select-frame'.
11668
11669 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11670
11671 * os.texi: Various small changes in addition to:
11672 (Killing Emacs): Expand and clarify description of
11673 `kill-emacs-query-functions' and `kill-emacs-hook'.
11674 (System Environment): Expand and clarify description of `getenv'
11675 and `setenv'.
11676 (Timers): Clarify description of `run-at-time'.
11677 (Translating Input): Correct description of
11678 `extra-keyboard-modifiers'.
11679 (Flow Control): Correct description of `enable-flow-control'.
11680
11681 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11682
11683 * os.texi: Update copyright.
11684 (Session Management): Grammar fix.
11685 Clarify which Emacs does the restarting.
11686 Use @samp for *scratch* buffer.
11687
11688 2004-07-04 Alan Mackenzie <acm@muc.de>
11689
11690 * frames.texi (Input Focus): Add documentation for
11691 `select-frame-set-input-focus'. Replace refs to non-existent
11692 `switch-frame' with `select-frame'. Minor corrections and tidying
11693 up of text-only terminal stuff.
11694
11695 2004-07-02 Richard M. Stallman <rms@gnu.org>
11696
11697 * files.texi (Saving Buffers): Cleanup write-contents-function.
11698 (Magic File Names): Cleanup file-remote-p.
11699
11700 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11701
11702 * files.texi (Magic File Names): `file-remote-p' returns an
11703 identifier of the remote system, not just t.
11704
11705 2004-07-02 David Kastrup <dak@gnu.org>
11706
11707 * searching.texi (Entire Match Data): Add explanation about new
11708 match-data behavior when @var{integers} is non-nil.
11709
11710 2004-06-24 Richard M. Stallman <rms@gnu.org>
11711
11712 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11713
11714 * customize.texi (Variable Definitions): Note about doc strings
11715 and :set.
11716
11717 * keymaps.texi (Keymap Terminology): Document `kbd'.
11718 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11719
11720 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11721 makes it buffer-local.
11722
11723 * files.texi (Saving Buffers): Correct previous change.
11724
11725 * commands.texi (Accessing Events):
11726 Clarify posn-col-row and posn-actual-col-row.
11727
11728 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11729
11730 * commands.texi (Accessing Events): New functions
11731 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11732
11733 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11734
11735 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11736 * frames.texi, buffers.texi, backups.texi, variables.texi:
11737 * loading.texi, eval.texi, functions.texi, control.texi:
11738 * symbols.texi, minibuf.texi: Reposition @anchor's.
11739
11740 * help.texi: Various small changes in addition to the following.
11741 (Describing Characters): Describe PREFIX argument to
11742 `key-description'. Correct and clarify definition of
11743 `text-char-description'. Describe NEED-VECTOR argument to
11744 `read-kbd-macro'.
11745 (Help Functions): Clarify definition of `apropos'.
11746
11747 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11748
11749 * files.texi (Saving Buffers): Correct description of
11750 `write-contents-functions'.
11751
11752 2004-06-21 Juanma Barranquero <lektu@terra.es>
11753
11754 * display.texi (Images): Remove redundant @vindex directives.
11755 Rewrite `image-library-alist' doc in active voice.
11756
11757 2004-06-14 Juanma Barranquero <lektu@terra.es>
11758
11759 * display.texi (Images): Document new delayed library loading,
11760 variable `image-library-alist' and (existing but undocumented)
11761 function `image-type-available-p'.
11762
11763 2004-06-05 Richard M. Stallman <rms@gnu.org>
11764
11765 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11766 refer the user to the Initial Input node.
11767 (Text from Minibuffer): Likewise.
11768 (Initial Input): New node. Document this feature
11769 and say it is mostly deprecated.
11770
11771 2004-05-30 Richard M. Stallman <rms@gnu.org>
11772
11773 * loading.texi (Named Features): Clarify return value
11774 and meaning of NOERROR.
11775
11776 * variables.texi (File Local Variables): Minor cleanup.
11777
11778 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11779
11780 * files.texi (Magic File Names): Add `file-remote-p' as operation
11781 of file name handlers.
11782
11783 2004-05-29 Richard M. Stallman <rms@gnu.org>
11784
11785 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11786 as arg to a minor mode command.
11787
11788 2004-05-22 Richard M. Stallman <rms@gnu.org>
11789
11790 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11791
11792 * streams.texi (Output Variables): Doc float-output-format.
11793
11794 * searching.texi (Regexp Special): Nested repetition can be infloop.
11795
11796 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11797 real stack overflow.
11798
11799 * compile.texi: Minor cleanups.
11800
11801 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11802
11803 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11804 circular lists.
11805 (List Elements): Explain handling of circular and dotted lists.
11806
11807 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11808
11809 * modes.texi (Search-based Fontification): Fix typo.
11810
11811 2004-05-10 Juanma Barranquero <lektu@terra.es>
11812
11813 * modes.texi (Mode Line Variables): Fix description of
11814 global-mode-string, which is now after which-func-mode, not the
11815 buffer name.
11816
11817 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11818
11819 * modes.texi (Desktop Save Mode): Add.
11820 (Modes): Add menu entry Desktop Save Mode.
11821
11822 * hooks.texi: Add desktop-after-read-hook,
11823 desktop-no-desktop-file-hook and desktop-save-hook.
11824
11825 * locals.texi: Add desktop-save-buffer.
11826
11827 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11828
11829 * display.texi: emacs -> Emacs.
11830
11831 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11832
11833 * files.texi (Changing Files): Document set-file-times.
11834
11835 2004-04-23 Juanma Barranquero <lektu@terra.es>
11836
11837 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11838
11839 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11840
11841 * tips.texi (Coding Conventions): defopt -> defcustom.
11842
11843 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11844
11845 * sequences.texi: Various clarifications.
11846
11847 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11848
11849 * buffers.texi (Read Only Buffers): Mention optional ARG to
11850 `toggle-read-only'.
11851
11852 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11853
11854 * windows.texi (Selecting Windows): Note that get-lru-window
11855 returns a full-width window if possible.
11856
11857 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11858
11859 * buffers.texi: Various changes in addition to:
11860 (Buffer File Name): Add `find-buffer-visiting'.
11861 (Buffer Modification): Mention optional ARG to `not-modified'.
11862 (Indirect Buffers): Mention optional CLONE argument to
11863 `make-indirect-buffer'.
11864
11865 * files.texi: Various changes in addition to:
11866 (Visiting Functions): `find-file-hook' is now a normal hook.
11867 (File Name Expansion): Explain difference between the way that
11868 `expand-file-name' and `file-truename' treat `..'.
11869 (Contents of Directories): Mention optional ID-FORMAT argument to
11870 `directory-files-and-attributes'.
11871 (Format Conversion): Mention new optional CONFIRM argument to
11872 `format-write-file'.
11873
11874 2004-04-12 Miles Bader <miles@gnu.org>
11875
11876 * macros.texi (Expansion): Add description of `macroexpand-all'.
11877
11878 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11879
11880 * variables.texi (Variable Aliases):
11881 Mention cyclic-variable-indirection.
11882
11883 * errors.texi (Standard Errors): Ditto.
11884
11885 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * backups.texi: Various small changes in addition to:
11888 (Making Backups): Mention return value of `backup-buffer'.
11889 (Auto-Saving): Mention optional FORCE argument to
11890 `delete-auto-save-file-if-necessary'.
11891 (Reverting): Mention optional PRESERVE-MODES argument to
11892 `revert-buffer'. Correct description of `revert-buffer-function'.
11893
11894 2004-03-22 Juri Linkov <juri@jurta.org>
11895
11896 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11897 with `Vector Functions'.
11898
11899 * text.texi (Sorting): Add missing quote.
11900
11901 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11902
11903 * intro.texi (Lisp History): Replace xref to `cl' manual with
11904 inforef.
11905
11906 2004-03-12 Richard M. Stallman <rms@gnu.org>
11907
11908 * intro.texi (Version Info): Add arg to emacs-version.
11909 (Lisp History): Change xref to CL manual.
11910
11911 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11912
11913 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11914 for Partial Completion mode.
11915
11916 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11917
11918 * customize.texi: Fix typo. Remove eol whitespace.
11919
11920 2004-03-04 Richard M. Stallman <rms@gnu.org>
11921
11922 * processes.texi: Fix typos.
11923
11924 * lists.texi (Building Lists): Minor clarification.
11925
11926 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11927 in make-hash-table.
11928
11929 2004-02-29 Juanma Barranquero <lektu@terra.es>
11930
11931 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11932 rm, and ignore exit code.
11933
11934 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11935
11936 * display.texi (Defining Faces): Add description for min-colors.
11937 Update example.
11938
11939 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11940
11941 * abbrevs.texi: Various corrections and clarifications in addition
11942 to the following:
11943 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11944
11945 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11946
11947 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11948
11949 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11950
11951 * text.texi: Various small changes in addition to the following:
11952 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11953 to delete-horizontal-space.
11954 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11955 description of yank-handler text property at various places.
11956
11957 * frames.texi (Window System Selections): Add anchor.
11958
11959 * syntax.texi (Syntax Table Functions): Clarify and correct
11960 descriptions of make-syntax-table and copy-syntax-table.
11961 (Motion and Syntax): Clarify SYNTAXES argument to
11962 skip-syntax-forward.
11963 (Parsing Expressions): Mention that the return value of
11964 parse-partial-sexp is currently a list of ten rather than nine
11965 elements.
11966 (Categories): Various corrections and clarifications.
11967
11968 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11969
11970 * markers.texi (Marker Insertion Types): Minor change.
11971
11972 * locals.texi (Standard Buffer-Local Variables):
11973 * commands.texi (Interactive Codes, Using Interactive):
11974 * functions.texi (Related Topics): Fix xrefs.
11975
11976 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * lists.texi (Sets And Lists): Update description of delete-dups.
11979
11980 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11981
11982 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11983
11984 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11985
11986 * frames.texi (Parameter Access): frame-parameters arg is optional.
11987 modify-frame-parameters handles nil for FRAME.
11988 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11989 are all-or-nothing for certain toolkits.
11990 Mention parameter wait-for-wm.
11991 (Frames and Windows): In frame-first-window and frame-selected-window
11992 the arg is optional.
11993 (Input Focus): In redirect-frame-focus the second arg is optional.
11994 (Window System Selections): Mention selection type CLIPBOARD.
11995 Mention data-type UTF8_STRING.
11996 Mention numbering of cut buffers.
11997 (Resources): Describe x-resource-name.
11998
11999 2004-02-16 Richard M. Stallman <rms@gnu.org>
12000
12001 * windows.texi (Buffers and Windows): Delete false table
12002 about all-frames.
12003
12004 * syntax.texi (Parsing Expressions): Delete old caveat
12005 about parse-sexp-ignore-comments.
12006
12007 * streams.texi (Output Variables): Add print-quoted.
12008
12009 * lists.texi (Building Lists): Minor cleanup.
12010
12011 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12012
12013 * display.texi (Overlays): Explain overlays use markers.
12014 (Managing Overlays): Explain front-advance and rear-advance
12015 in more detail.
12016
12017 * loading.texi (Unloading): Document unload-feature-special-hooks.
12018 Get rid of fns-NNN.el file.
12019
12020 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12021
12022 * help.texi (Describing Characters): Fix text-char-description
12023 example output.
12024
12025 * edebug.texi (Using Edebug): Fix example.
12026
12027 * debugging.texi (Internals of Debugger): Fix return value.
12028
12029 * files.texi (Changing Files): Fix argname.
12030
12031 * calendar.texi: Fix parens, and default values.
12032
12033 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12034 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12035 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12036
12037 * positions.texi (Text Lines): Don't add -1 in current-line.
12038
12039 2004-02-16 Richard M. Stallman <rms@gnu.org>
12040
12041 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12042
12043 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12044
12045 * processes.texi (Low-Level Network): Fix a typo.
12046
12047 2004-02-12 Kim F. Storm <storm@cua.dk>
12048
12049 * display.texi (Fringes): Use consistent wording.
12050 Note that window-fringe's window arg is optional.
12051 (Scroll Bars): Use consistent wording.
12052
12053 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12054
12055 * tips.texi (Comment Tips): Document the new conventions for
12056 commenting out code.
12057
12058 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12059
12060 * positions.texi (Text Lines): Add missing end defun.
12061
12062 2004-02-07 Kim F. Storm <storm@cua.dk>
12063
12064 * positions.texi (Text Lines): Add line-number-at-pos.
12065
12066 2004-02-06 John Paul Wallington <jpw@gnu.org>
12067
12068 * display.texi (Button Properties, Button Buffer Commands):
12069 mouse-2 invokes button, not down-mouse-1.
12070
12071 2004-02-04 Jason Rumney <jasonr@gnu.org>
12072
12073 * makefile.w32-in: Sync with Makefile.in changes.
12074
12075 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12076
12077 * minibuf.texi (Text from Minibuffer): Various corrections and
12078 clarifications.
12079 (Object from Minibuffer): Correct Lisp description of
12080 read-minibuffer.
12081 (Minibuffer History): Clarify description of cons values for
12082 HISTORY arguments.
12083 (Basic Completion): Various corrections and clarifications.
12084 Add completion-regexp-list.
12085 (Minibuffer Completion): Correct and clarify description of
12086 completing-read.
12087 (Completion Commands): Mention Partial Completion mode.
12088 Various other minor changes.
12089 (High-Level Completion): Various corrections and clarifications.
12090 (Reading File Names): Ditto.
12091 (Minibuffer Misc): Ditto.
12092
12093 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12094
12095 * strings.texi (Text Comparison): assoc-string also matches
12096 elements of alists that are strings instead of conses.
12097 (Formatting Strings): Standardize Texinfo usage. Update index
12098 entries.
12099
12100 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12101
12102 * lists.texi (Sets And Lists): Add delete-dups.
12103
12104 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12105
12106 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12107 special form.
12108 * macros.texi (Defining Macros): Update description of `declare',
12109 which now is a macro.
12110 (Wrong Time): Fix typos.
12111
12112 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12113
12114 * compile.texi (Compilation Functions): Expand descriptions of
12115 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12116 and `batch-byte-compile'. In particular, mention and describe
12117 all optional arguments.
12118 (Disassembly): Correct and clarify the description of `disassemble'.
12119
12120 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12121
12122 * searching.texi: Various small changes in addition to the
12123 following.
12124 (Regexp Example): Adapt to new value of `sentence-end'.
12125 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12126 `words'.
12127 (Search and Replace): Add usage note for `perform-replace'.
12128 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12129 `match-data'.
12130 (Standard Regexps): Update for new values of `paragraph-start'
12131 and `sentence-end'.
12132
12133 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12134
12135 * files.texi (Saving Buffers): Clarify descriptions of
12136 `write-contents-functions' and `before-save-hook'.
12137 Make the defvar's for `before-save-hook' and `after-save-hook'
12138 into defopt's.
12139
12140 2004-01-07 Kim F. Storm <storm@cua.dk>
12141
12142 * commands.texi (Click Events): Describe new image and
12143 width/height elements of click events.
12144 (Accessing Events): Add posn-string, posn-image, and
12145 posn-object-width-height. Change posn-object to return either
12146 image or string object.
12147
12148 2004-01-01 Simon Josefsson <jas@extundo.com>
12149
12150 * hooks.texi (Standard Hooks): Add before-save-hook.
12151 * files.texi (Saving Buffers): Likewise.
12152
12153 2004-01-03 Richard M. Stallman <rms@gnu.org>
12154
12155 * frames.texi (Frames and Windows): Delete frame-root-window.
12156
12157 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12158
12159 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12160
12161 * functions.texi: Various small changes in addition to the
12162 following.
12163 (What Is a Function): `functionp' returns nil for macros.
12164 Clarify behavior of this and following functions for symbol arguments.
12165 (Function Documentation): Add `\' in front of (fn @var{arglist})
12166 and explain why.
12167 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12168 Add anchor.
12169 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12170
12171 2004-01-01 Miles Bader <miles@gnu.org>
12172
12173 * display.texi (Buttons): New section.
12174
12175 2003-12-31 Andreas Schwab <schwab@suse.de>
12176
12177 * numbers.texi (Math Functions): sqrt reports a domain-error
12178 error.
12179 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12180
12181 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12182
12183 * tips.texi (Documentation Tips): Update item on hyperlinks in
12184 documentation strings.
12185
12186 * errors.texi (Standard Errors): Various small corrections and
12187 additions.
12188
12189 * control.texi: Various small changes in addition to the
12190 following.
12191 (Signaling Errors): Provide some more details on how `signal'
12192 constructs the error message. Add anchor to the definition of
12193 `signal'.
12194 (Error Symbols): Describe special treatment of `quit'.
12195 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12196 to emphasize that it has to be a single form.
12197
12198 * buffers.texi: Add anchor.
12199
12200 2003-12-29 Richard M. Stallman <rms@gnu.org>
12201
12202 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12203 (Window Configurations): Add window-configuration-frame.
12204
12205 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12206
12207 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12208 Change arg name in get-char-property.
12209 (Special Properties): Update handling of keymap property.
12210
12211 * strings.texi (Modifying Strings): Add clear-string.
12212 (Text Comparison): Add assoc-string and remove
12213 assoc-ignore-case, assoc-ignore-representation.
12214
12215 * os.texi (Time of Day): Add set-time-zone-rule.
12216
12217 * numbers.texi (Math Functions): asin, acos, log, log10
12218 report domain-error errors.
12219
12220 * nonascii.texi (Converting Representations):
12221 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12222 (Encoding and I/O): Add file-name-coding-system.
12223
12224 * modes.texi (Search-based Fontification): Explain that
12225 face specs are symbols with face names as values.
12226
12227 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12228
12229 * lists.texi (Building Lists): remq moved elsewhere.
12230 (Sets And Lists): remq moved here.
12231 (Association Lists): Refer to assoc-string.
12232
12233 * internals.texi (Garbage Collection): Add memory-use-counts.
12234
12235 * frames.texi (Frames and Windows): Add set-frame-selected-window
12236 and frame-root-window.
12237
12238 * files.texi (Contents of Directories):
12239 Add directory-files-and-attributes.
12240
12241 * display.texi (Refresh Screen): Add force-window-update.
12242 (Invisible Text): Explain about moving point out of invis text.
12243 (Overlay Properties): Add overlay-properties.
12244 (Managing Overlays): Add overlayp.
12245 (GIF Images): Invalid image number displays a hollow box.
12246
12247 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12248 (Killing Buffers): Add buffer-live-p.
12249
12250 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12251
12252 * display.texi (Fringes): Fix typo "set-buffer-window".
12253
12254 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12255
12256 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12257 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12258 Add or change various xrefs and anchors.
12259
12260 * commands.texi: Replace all occurrences of @acronym{CAR} with
12261 @sc{car}, for consistency with the rest of the Elisp manual.
12262 `car' and `cdr' are historically acronyms, but are no longer
12263 widely thought of as such.
12264
12265 * internals.texi (Pure Storage): Mention that `purecopy' does not
12266 copy text properties.
12267 (Object Internals): Now 29 bits are used (in most implementations)
12268 to address Lisp objects.
12269
12270 * variables.texi (Variables with Restricted Values): New node.
12271
12272 * objects.texi (Lisp Data Types): Mention that certain variables
12273 can only take on a restricted set of values and add an xref to
12274 the new node "Variables with Restricted Values".
12275
12276 * eval.texi (Function Indirection): Describe the errors that
12277 `indirect-function' can signal.
12278 (Eval): Clarify the descriptions of `eval-region' and `values'.
12279 Describe `eval-buffer' instead of `eval-current-buffer' and
12280 mention `eval-current-buffer' as an alias for `current-buffer'.
12281 Correct the description and mention all optional arguments.
12282
12283 * nonascii.texi: Various small changes in addition to the
12284 following.
12285 (Converting Representations): Clarify behavior of
12286 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12287 ASCII arguments.
12288 (Character Sets): Document the variable `charset-list' and adapt
12289 the definition of the function `charset-list' accordingly.
12290 (Translation of Characters): Clarify use of generic characters in
12291 `make-translation-table'. Clarify and correct the description of
12292 the use of translation tables in encoding and decoding.
12293 (User-Chosen Coding Systems): Correct and clarify the description
12294 of `select-safe-coding-system'.
12295 (Default Coding Systems): Clarify description of
12296 `file-coding-system-alist'.
12297
12298 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12299
12300 * strings.texi (Text Comparison): Correctly describe when two
12301 strings are `equal'. Combine and clarify descriptions of
12302 `assoc-ignore-case' and `assoc-ignore-representation'.
12303
12304 * objects.texi (Non-ASCII in Strings): Clarify description of
12305 when a string is unibyte or multibyte.
12306 (Bool-Vector Type): Update examples.
12307 (Equality Predicates): Correctly describe when two strings are
12308 `equal'.
12309
12310 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12311
12312 * lists.texi (Building Lists): `append' no longer accepts integer
12313 arguments. Update the description of `number-sequence' to reflect
12314 recent changes.
12315 (Sets And Lists): Describe `member-ignore-case' after `member'.
12316
12317 2003-11-27 Kim F. Storm <storm@cua.dk>
12318
12319 * commands.texi (Click Events): Click object may be an images.
12320 Describe (dx . dy) element of click positions.
12321 (Accessing Events): Remove duplicate posn-timestamp.
12322 New functions posn-object and posn-object-x-y.
12323
12324 2003-11-23 Kim F. Storm <storm@cua.dk>
12325
12326 * commands.texi (Click Events): Describe enhancements to event
12327 position lists, including new text-pos and (col . row) items.
12328 Mention left-fringe and right-fringe area events.
12329 (Accessing Events): New functions posn-area and
12330 posn-actual-col-row. Mention posn-timestamp. Mention that
12331 posn-point in non-text area still returns buffer position.
12332 Clarify posn-col-row.
12333
12334 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12335
12336 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12337 * anti.texi (File Attributes): Describe removed parameter
12338 ID-FORMAT.
12339
12340 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12341
12342 * positions.texi (Positions): Mention that, if a marker is used as
12343 a position, its buffer is ignored.
12344
12345 * markers.texi (Overview of Markers): Mention it here too.
12346
12347 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12348
12349 * numbers.texi (Numeric Conversions): Not just `floor', but also
12350 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12351
12352 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12353
12354 * markers.texi (Creating Markers): Specify insertion type of
12355 created markers. Add xref to `Marker Insertion Types'.
12356 Second argument to `copy-marker' is optional.
12357 (Marker Insertion Types): Mention that most markers are created
12358 with insertion type nil.
12359 (The Mark): Correctly describe when `mark' signals an error.
12360 (The Region): Correctly describe when `region-beginning' and
12361 `region-end' signal an error.
12362
12363 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12364
12365 * hash.texi (Creating Hash): Clarify description of `eql'.
12366 `makehash' is obsolete.
12367 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12368
12369 * positions.texi (Point): Change description of `buffer-end', so
12370 that it is also correct for floating point arguments.
12371 (List Motion): Correct argument lists of `beginning-of-defun' and
12372 `end-of-defun'.
12373 (Excursions): Add xref to `Marker Insertion Types'.
12374 (Narrowing): Argument to `narrow-to-page' is optional.
12375
12376 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12377
12378 * streams.texi (Output Streams): Clarify behavior of point for
12379 marker output streams.
12380
12381 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12382
12383 * variables.texi (Defining Variables): Second argument to
12384 `defconst' is not optional.
12385 (Setting Variables): Mention optional argument APPEND to
12386 `add-to-list'.
12387 (Creating Buffer-Local): Expand description of
12388 `make-variable-buffer-local'.
12389 (Frame-Local Variables): Expand description of
12390 `make-variable-frame-local'.
12391 (Variable Aliases): Correct description of optional argument
12392 DOCSTRING to `defvaralias'. Mention return value of
12393 `defvaralias'.
12394 (File Local Variables): Add xref to `File variables' in Emacs
12395 Manual. Correct description of `hack-local-variables'. Mention
12396 `safe-local-variable' property. Mention optional second argument
12397 to `risky-local-variable-p'.
12398
12399 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12400
12401 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12402
12403 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12404
12405 * anti.texi, backups.texi, commands.texi, customize.texi:
12406 * display.texi, files.texi, internals.texi, keymaps.texi:
12407 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12408 * objects.texi, os.texi, positions.texi, processes.texi:
12409 * searching.texi, sequences.texi, streams.texi, strings.texi:
12410 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12411
12412 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12413
12414 * strings.texi (Creating Strings): Argument START to `substring'
12415 can not be `nil'. Expand description of
12416 `substring-no-properties'. Correct description of `split-string',
12417 especially with respect to empty matches. Prevent very bad line
12418 break in definition of `split-string-default-separators'.
12419 (Text Comparison): `string=' and `string<' also accept symbols as
12420 arguments.
12421 (String Conversion): More completely describe argument BASE in
12422 `string-to-number'.
12423 (Formatting Strings): `%s' and `%S' in `format' do require
12424 corresponding object. Clarify behavior of numeric prefix after
12425 `%' in `format'.
12426 (Case Conversion): The argument to `upcase-initials' can be a
12427 character.
12428
12429 2003-10-27 Kenichi Handa <handa@m17n.org>
12430
12431 * display.texi (Fontsets): Fix texinfo usage.
12432
12433 2003-10-25 Kenichi Handa <handa@m17n.org>
12434
12435 * display.texi (Fontsets): Add description of the function
12436 set-fontset-font.
12437
12438 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12439
12440 * display.texi (Temporary Displays): Add xref to `Documentation
12441 Tips'.
12442
12443 * functions.texi (Function Safety): Use inforef instead of pxref
12444 for SES.
12445
12446 2003-10-23 Andreas Schwab <schwab@suse.de>
12447
12448 * Makefile.in (TEX, texinputdir): Don't define.
12449 (TEXI2DVI): Define.
12450 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12451 add $(srcdir)/index.texi.
12452 ($(infodir)/elisp): Remove index.texi dependency.
12453 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12454 (index.texi): Remove target.
12455 (dist): Don't link $(srcdir)/permute-index.
12456 (clean): Don't remove index.texi.
12457
12458 * permute-index, index.perm: Remove.
12459 * index.texi: Rename from index.unperm.
12460
12461 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12462
12463 * tips.texi (Documentation Tips): Document new behavior for face
12464 and variable hyperlinks in Help mode.
12465
12466 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12467
12468 * objects.texi (Integer Type): Update for extra bit of integer range.
12469 (Character Type): Ditto.
12470
12471 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12472
12473 * numbers.texi (Integer Basics): Add index entries for reading
12474 numbers in hex, octal, and binary.
12475
12476 2003-10-16 Lute Kamstra <lute@gnu.org>
12477
12478 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12479 argument.
12480
12481 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12482
12483 * windows.texi (Choosing Window): Fix typo.
12484 * edebug.texi (Edebug Execution Modes): Fix typo.
12485
12486 2003-10-13 Richard M. Stallman <rms@gnu.org>
12487
12488 * windows.texi (Basic Windows): A window has fringe settings,
12489 display margins and scroll-bar settings.
12490 (Splitting Windows): Doc split-window return value.
12491 Clean up one-window-p.
12492 (Selecting Windows): Fix typo.
12493 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12494 (Buffers and Windows): In set-window-buffer, explain effect
12495 on fringe settings and scroll bar settings.
12496 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12497 (Choosing Window): Use defopt for pop-up-frame-function.
12498 For special-display-buffer-names, explain same-window and same-frame.
12499 Clarify window-dedicated-p return value.
12500 (Textual Scrolling): scroll-up and scroll-down can get an error.
12501 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12502 Clarify set-window-hscroll.
12503 (Size of Window): Don't mention tool bar in window-height.
12504 (Coordinates and Windows): Explain what coordinates-in-window-p
12505 returns for fringes and display margins.
12506 (Window Configurations): Explain saving fringes, etc.
12507
12508 * tips.texi (Library Headers): Clean up Documentation.
12509
12510 * syntax.texi (Parsing Expressions): Clean up forward-comment
12511 and parse-sexp-lookup-properties.
12512
12513 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12514
12515 * os.texi (System Environment): Clean up text for load-average errors.
12516
12517 * modes.texi (Hooks): Don't explain local hook details at front.
12518 Clarify run-hooks and run-hook-with-args a little.
12519 Clean up add-hook and remove-hook.
12520
12521 * edebug.texi (Edebug Execution Modes): Clarify t.
12522 Document edebug-sit-for-seconds.
12523 (Coverage Testing): Document C-x X = and =.
12524 (Instrumenting Macro Calls): Fix typo.
12525 (Specification List): Don't index the specification keywords.
12526
12527 2003-10-10 Kim F. Storm <storm@cua.dk>
12528
12529 * processes.texi (Network): Introduce make-network-process.
12530
12531 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12532
12533 * tips.texi (Library Headers): Fix typo.
12534
12535 2003-10-07 Juri Linkov <juri@jurta.org>
12536
12537 * modes.texi (Imenu): Mention imenu-create-index-function's
12538 default value. Explain submenus better.
12539
12540 2003-10-07 Lute Kamstra <lute@gnu.org>
12541
12542 * modes.texi (Faces for Font Lock): Fix typo.
12543 (Hooks): Explain how buffer-local hook variables can refer to
12544 global hook variables.
12545 Various minor clarifications.
12546
12547 2003-10-06 Lute Kamstra <lute@gnu.org>
12548
12549 * tips.texi (Coding Conventions): Mention naming conventions for
12550 hooks.
12551
12552 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12553
12554 * loading.texi (Library Search): Correct default value of
12555 load-suffixes.
12556 (Named Features): Fix typo.
12557
12558 2003-10-05 Richard M. Stallman <rms@gnu.org>
12559
12560 * loading.texi (Named Features): In `provide',
12561 say how to test for subfeatures.
12562 (Unloading): In unload-feature, use new var name
12563 unload-feature-special-hooks.
12564
12565 2003-10-03 Lute Kamstra <lute@gnu.org>
12566
12567 * modes.texi (Major Mode Conventions): Mention third way to set up
12568 Imenu.
12569 (Imenu): A number of small fixes.
12570 Delete documentation of internal variable imenu--index-alist.
12571 Document the return value format of imenu-create-index-function
12572 functions.
12573
12574 2003-09-30 Richard M. Stallman <rms@gnu.org>
12575
12576 * processes.texi (Network): Say what stopped datagram connections do.
12577
12578 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12579
12580 * display.texi (Overlay Properties): Clarify `evaporate' property.
12581
12582 2003-09-29 Lute Kamstra <lute@gnu.org>
12583
12584 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12585 constructs should be marked as risky.
12586 Change cons cell into proper list.
12587 (Mode Line Variables): Change cons cell into proper list.
12588
12589 2003-09-26 Lute Kamstra <lute@gnu.org>
12590
12591 * modes.texi (Mode Line Data): Document the :propertize construct.
12592 (Mode Line Variables): Reorder the descriptions of the variables
12593 to match their order in the default mode-line-format.
12594 Describe the new variables mode-line-position and mode-line-modes.
12595 Update the default values of mode-line-frame-identification,
12596 minor-mode-alist, and default-mode-line-format.
12597 (Properties in Mode): Mention the :propertize construct.
12598
12599 2003-09-26 Richard M. Stallman <rms@gnu.org>
12600
12601 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12602 * loading.texi, minibuf.texi, text.texi, variables.texi:
12603 Avoid @strong{Note:}.
12604
12605 2003-09-26 Richard M. Stallman <rms@gnu.org>
12606
12607 * keymaps.texi (Remapping Commands): Fix typo.
12608
12609 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12610
12611 * processes.texi (Low-Level Network): Fix typo.
12612
12613 2003-09-23 Kim F. Storm <storm@cua.dk>
12614
12615 * processes.texi (Network, Network Servers): Fix typos.
12616 (Low-Level Network): Add timeout value for :server keyword.
12617 Add new option keywords to make-network-process.
12618 Add set-network-process-options.
12619 Explain how to test availability of network options.
12620
12621 2003-09-19 Richard M. Stallman <rms@gnu.org>
12622
12623 * text.texi (Motion by Indent): Arg to
12624 backward-to-indentation and forward-to-indentation is optional.
12625
12626 * strings.texi (Creating Strings): Add substring-no-properties.
12627
12628 * processes.texi
12629 (Process Information): Add list-processes arg QUERY-ONLY.
12630 Delete process-contact from here.
12631 Add new status values for process-status.
12632 Add process-get, process-put, process-plist, set-process-plist.
12633 (Synchronous Processes): Add call-process-shell-command.
12634 (Signals to Processes): signal-process allows process objects.
12635 (Network): Complete rewrite.
12636 (Network Servers, Datagrams, Low-Level Network): New nodes.
12637
12638 * positions.texi (Word Motion): forward-word, backward-word
12639 arg is optional. Reword.
12640
12641 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12642
12643 * variables.texi (Creating Buffer-Local):
12644 Delete duplicate definition of buffer-local-value.
12645 (File Local Variables): Explain about discarding text props.
12646
12647 2003-09-11 Richard M. Stallman <rms@gnu.org>
12648
12649 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12650 changes variables that record input events.
12651 (Minibuffer Misc): Add minibuffer-selected-window.
12652
12653 * lists.texi (Building Lists): Add copy-tree.
12654
12655 * display.texi (Fontsets): Add char-displayable-p.
12656 (Scroll Bars): New node.
12657
12658 2003-09-08 Lute Kamstra <lute@gnu.org>
12659
12660 * modes.texi (%-Constructs): Document new `%i' and `%I'
12661 constructs.
12662
12663 2003-09-03 Peter Runestig <peter@runestig.com>
12664
12665 * makefile.w32-in: New file.
12666
12667 2003-08-29 Richard M. Stallman <rms@gnu.org>
12668
12669 * display.texi (Overlay Properties): Clarify how priorities
12670 affect use of the properties.
12671
12672 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12673
12674 * customize.texi (Type Keywords): Correct the description of
12675 `:help-echo' in the case where `motion-doc' is a function.
12676
12677 2003-08-14 John Paul Wallington <jpw@gnu.org>
12678
12679 * modes.texi (Emulating Mode Line): Subsection, not section.
12680
12681 2003-08-13 Richard M. Stallman <rms@gnu.org>
12682
12683 * elisp.texi (Top): Update subnode lists in menu.
12684
12685 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12686 (Kill Functions): kill-region has new arg yank-handler.
12687 (Yanking): New node.
12688 (Yank Commands): Add yank-undo-function.
12689 (Low-Level Kill Ring):
12690 kill-new and kill-append have new arg yank-handler.
12691 (Changing Properties): Add remove-list-of-text-properties.
12692 (Atomic Changes): New node.
12693
12694 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12695
12696 * streams.texi (Output Variables): Add eval-expression-print-length
12697 and eval-expression-print-level.
12698
12699 * os.texi (Time Conversion): For encode-time, explain limits on year.
12700
12701 * objects.texi (Character Type): Define anchor "modifier bits".
12702
12703 * modes.texi (Emulating Mode Line): New node.
12704 (Search-based Fontification): Font Lock uses font-lock-face property.
12705 (Other Font Lock Variables): Likewise.
12706
12707 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12708 not vectors.
12709 (Active Keymaps): Add emulation-mode-map-alists.
12710 (Functions for Key Lookup): key-binding has new arg no-remap.
12711 (Remapping Commands): New node.
12712 (Scanning Keymaps): where-is-internal has new arg no-remap.
12713 (Tool Bar): Add tool-bar-local-item-from-menu.
12714 Clarify when to use tool-bar-add-item-from-menu.
12715
12716 * commands.texi (Interactive Call): commandp has new arg.
12717 (Command Loop Info): Add this-original-command.
12718
12719 2003-08-06 John Paul Wallington <jpw@gnu.org>
12720
12721 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12722
12723 * display.texi (Warning Basics): Fix typo.
12724 (Fringes): Add closing curly bracket and fix typo.
12725
12726 * elisp.texi (Top): Fix typo.
12727
12728 2003-08-05 Richard M. Stallman <rms@gnu.org>
12729
12730 * elisp.texi: Update lists of subnodes.
12731
12732 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12733
12734 * variables.texi (Local Variables): Use lc for example variable names.
12735
12736 * tips.texi (Library Headers): Explain where to put -*-.
12737
12738 * strings.texi (Creating Strings): Fix xref for vconcat.
12739
12740 * sequences.texi (Vector Functions):
12741 vconcat no longer allows integer args.
12742
12743 * minibuf.texi (Reading File Names): read-file-name has new
12744 arg PREDICATE. New function read-directory-name.
12745
12746 * macros.texi (Defining Macros): Give definition of `declare'.
12747 (Indenting Macros): New node.
12748
12749 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12750 (Window Frame Parameters): Make separate table of parameters
12751 that are coupled with specific face attributes.
12752 (Deleting Frames): delete-frame-hooks renamed to
12753 delete-frame-functions.
12754
12755 * files.texi (Magic File Names): Add file-remote-p.
12756 Clarify file-local-copy.
12757
12758 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12759 here; instead xref Defining Macros.
12760
12761 * display.texi (Warnings): New node, and subnodes.
12762 (Fringes): New node.
12763
12764 * debugging.texi (Test Coverage): New node.
12765
12766 * compile.texi (Compiler Errors): Explain with-no-warnings
12767 and other ways to suppress warnings.
12768
12769 * commands.texi (Interactive Call): Minor clarification.
12770
12771 * buffers.texi (Buffer File Name): set-visited-file-name
12772 renames the buffer too.
12773
12774 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12775
12776 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12777
12778 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12779
12780 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12781
12782 * internals.texi (Garbage Collection): Fix previous change.
12783
12784 2003-07-22 Richard M. Stallman <rms@gnu.org>
12785
12786 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12787
12788 * display.texi (Width): Use \s syntax in example.
12789 (Font Selection): Add face-font-rescale-alist.
12790
12791 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12792 Remove spurious indent in example.
12793
12794 * lists.texi (Building Lists): Add number-sequence.
12795
12796 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12797
12798 * functions.texi (Function Documentation): Explain how to
12799 show calling convention explicitly in the doc string.
12800
12801 * windows.texi (Selecting Windows): save-selected-window saves
12802 selected window of each frame.
12803 (Window Configurations): Minor change.
12804
12805 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12806
12807 * streams.texi (Output Variables): Add print-continuous-numbering
12808 and print-number-table.
12809
12810 * processes.texi (Decoding Output): New node.
12811
12812 * os.texi (Time Conversion): decode-time arg is optional.
12813
12814 * objects.texi (Character Type): Don't use space as example for \.
12815 Make list of char names and \-sequences correspond.
12816 Explain that \s is not used in strings. `\ ' needs space after.
12817
12818 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12819 (Translation of Characters): Add translation-table-for-input.
12820 (Default Coding Systems): Add auto-coding-functions.
12821 (Explicit Encoding): Add decode-coding-inserted-region.
12822 (Locales): Add locale-info.
12823
12824 * minibuf.texi (Basic Completion): Describe test-completion.
12825 Collections can be lists of strings.
12826 Clean up lazy-completion-table.
12827 (Programmed Completion): Mention test-completion.
12828 Clarify why lambda expressions are not accepted.
12829 (Minibuffer Misc): Describe minibufferp.
12830
12831 2003-07-14 Richard M. Stallman <rms@gnu.org>
12832
12833 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12834
12835 * windows.texi (Selecting Windows): New arg to select-window.
12836 (Selecting Windows): Add with-selected-window.
12837 (Size of Window): Add window-inside-edges, etc.
12838
12839 * internals.texi (Garbage Collection): Add post-gc-hook.
12840
12841 * processes.texi (Subprocess Creation): Add exec-suffixes.
12842
12843 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12844 (Scanning Keymaps): Add map-keymaps.
12845 (Defining Menus): Add keymap-prompt.
12846
12847 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12848 most-negative-fixnum.
12849
12850 * compile.texi (Byte Compilation): Explain no-byte-compile.
12851 (Compiler Errors): New node.
12852
12853 * os.texi (User Identification): user-uid, user-real-uid
12854 can return float.
12855
12856 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12857 and about derived modes.
12858 (Minor Modes): Add minor-mode-list.
12859 (Defining Minor Modes): Keyword args for define-minor-mode.
12860 (Search-based Fontification): Explain managing other properties.
12861 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12862 (Faces for Font Lock): Add font-lock-preprocessor-face.
12863 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12864
12865 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12866 (Variable Aliases): Clarify defvaralias.
12867
12868 * loading.texi (Library Search): Add load-suffixes.
12869
12870 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12871 (Programmed Completion): Add dynamic-completion-table.
12872
12873 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12874 (Magic File Names): Specify precedence order of handlers.
12875
12876 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12877 and post-command-hook.
12878 (Waiting): New calling convention for sit-for.
12879
12880 * text.texi (Special Properties): local-map and keymap properties
12881 apply based on their stickiness.
12882
12883 2003-07-07 Richard M. Stallman <rms@gnu.org>
12884
12885 * modes.texi (Minor Mode Conventions): Specify only some kinds
12886 of list values as args to minor modes.
12887
12888 * files.texi (File Name Expansion): Warn about iterative use
12889 of substitute-in-file-name.
12890
12891 * advice.texi (Activation of Advice): Clean up previous change.
12892
12893 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12894
12895 * advice.texi (Activation of Advice): Note that ad-start-advice is
12896 turned on by default.
12897
12898 2003-06-30 Richard M. Stallman <rms@gnu.org>
12899
12900 * text.texi (Buffer Contents): Document current-word.
12901 (Change Hooks): Not called for *Messages*.
12902
12903 * functions.texi (Defining Functions): Explain about redefining
12904 primitives.
12905 (Function Safety): Rename. Minor changes.
12906 Comment out the detailed criteria for what is safe.
12907
12908 2003-06-22 Andreas Schwab <schwab@suse.de>
12909
12910 * objects.texi (Symbol Type): Fix description of examples.
12911
12912 2003-06-16 Andreas Schwab <schwab@suse.de>
12913
12914 * hash.texi (Creating Hash): Fix description of :weakness.
12915
12916 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12917
12918 * files.texi (Changing Files): copy-file copies file modes, too.
12919
12920 2003-05-28 Richard M. Stallman <rms@gnu.org>
12921
12922 * strings.texi (Creating Strings): Clarify split-string.
12923
12924 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12925
12926 * strings.texi (Creating Strings): Update split-string specification
12927 and examples.
12928
12929 2003-05-19 Richard M. Stallman <rms@gnu.org>
12930
12931 * elisp.texi: Correct invariant section names.
12932
12933 2003-04-20 Richard M. Stallman <rms@gnu.org>
12934
12935 * os.texi (Timers): Explain about timers and quitting.
12936
12937 2003-04-19 Richard M. Stallman <rms@gnu.org>
12938
12939 * internals.texi (Writing Emacs Primitives): Strings are
12940 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12941 Explain GCPRO convention for varargs function args.
12942
12943 2003-04-16 Richard M. Stallman <rms@gnu.org>
12944
12945 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12946
12947 2003-04-08 Richard M. Stallman <rms@gnu.org>
12948
12949 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12950
12951 2003-02-13 Kim F. Storm <storm@cua.dk>
12952
12953 * objects.texi (Character Type): New \s escape for space.
12954
12955 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12956
12957 * os.texi (System Environment): Add cygwin system-type.
12958
12959 2003-01-25 Richard M. Stallman <rms@gnu.org>
12960
12961 * keymaps.texi: Document that a symbol can act as a keymap.
12962
12963 2003-01-13 Richard M. Stallman <rms@gnu.org>
12964
12965 * text.texi (Changing Properties): Say string indices are origin-0.
12966
12967 * positions.texi (Screen Lines) <compute-motion>:
12968 Correct order of elts in return value.
12969
12970 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12971 how to define a default binding.
12972
12973 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12974
12975 * loading.texi (Unloading): Fix recent change for load-history.
12976
12977 * customize.texi (Simple Types): Clarify description of custom
12978 type 'number. Describe new custom type 'float.
12979
12980 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12981
12982 * variables.texi (File Local Variables): Fix typo.
12983
12984 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12985
12986 From Michael Albinus <Michael.Albinus@alcatel.de>.
12987
12988 * README: Target for Info file is `make info'.
12989
12990 * files.texi (File Name Components): Fix typos in
12991 `file-name-sans-extension'.
12992 (Magic File Names): Complete list of operations for magic file
12993 name handlers.
12994
12995 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12996
12997 * variables.texi (File Local Variables): New function
12998 risky-local-variable-p.
12999
13000 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13001
13002 * functions.texi (Function safety): New node about unsafep.
13003
13004 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13005
13006 * customize.texi (Splicing into Lists): Fix example.
13007 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13008
13009 2002-06-17 Juanma Barranquero <lektu@terra.es>
13010
13011 * frames.texi (Display Feature Testing): Fix typo.
13012
13013 2002-06-12 Andreas Schwab <schwab@suse.de>
13014
13015 * frames.texi (Initial Parameters, Resources): Fix references to
13016 the Emacs manual.
13017
13018 2002-05-13 Kim F. Storm <storm@cua.dk>
13019
13020 * variables.texi (Intro to Buffer-Local): Update warning and
13021 example relating to changing buffer inside let.
13022
13023 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13024
13025 * os.texi (Session Management): New node about X Session management.
13026
13027 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13028
13029 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13030 to which the manual corresponds, and the copyright years.
13031
13032 * Makefile.in (VERSION): Set to 2.9.
13033
13034 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13035
13036 * elisp.texi: Change the category in @dircategory to "Emacs", to
13037 make it consistent with info/dir.
13038
13039 2001-11-25 Miles Bader <miles@gnu.org>
13040
13041 * text.texi (Fields): Describe new `limit' arg in
13042 field-beginning/field-end.
13043
13044 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13045
13046 * permute-index: Don't depend on csh-specific features.
13047 Replace the interpreter name with /bin/sh.
13048
13049 * two-volume-cross-refs.txt: New file.
13050 * two.el: New file.
13051 * spellfile: New file.
13052
13053 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13054
13055 * permute-index: New file.
13056
13057 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13058 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13059 8+3 restricted namespace.
13060
13061 * Makefile.in (infodir): Define relative to $(srcdir).
13062 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13063 include directories list via -I switch to makeinfo.
13064 (index.texi): Use cp if both hard and symbolic links fail.
13065
13066 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13067
13068 * Makefile.in (distclean): Add.
13069
13070 The following changes make ELisp manual part of the Emacs
13071 distribution:
13072
13073 * Makefile.in: Add Copyright notice.
13074 (prefix): Remove.
13075 (infodir): Change value to "../info".
13076 (VPATH): New variable.
13077 (MAKE): Don't define.
13078 (texmacrodir): Don't define.
13079 (texinputdir): Append the existing value of TEXINPUTS.
13080 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13081 command to be compatible with man/Makefile.in, and to put the
13082 output into ../info.
13083 (info): Add target.
13084 (installall): Target removed.
13085
13086 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13087
13088 * tips.texi (Coding Conventions): Fix typo.
13089
13090 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13091
13092 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13093
13094 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13095
13096 * files.texi (File Name Components): Update the description of
13097 file-name-sans-extension and file-name-extension, as they now
13098 ignore leading dots.
13099
13100 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13101
13102 * (Version 21.1 released.)
13103
13104 2001-10-19 Miles Bader <miles@gnu.org>
13105
13106 * positions.texi (Text Lines): Describe behavior of
13107 `beginning-of-line'/`end-of-line' in the presence of field properties.
13108
13109 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13110
13111 * Makefile.in (VERSION): Set to 2.8.
13112 (manual): Use `manual-21'.
13113
13114 * elisp.texi (VERSION): Add and use it where the version
13115 number was used. Set it to 2.8.
13116
13117 * intro.texi: Likewise.
13118
13119 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13120
13121 * files.texi (File Name Completion): Document the significance of
13122 a trailing slash in elements of completion-ignored-extensions.
13123
13124 2001-10-06 Miles Bader <miles@gnu.org>
13125
13126 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13127
13128 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13129
13130 * variables.texi (Variable Aliases): New node.
13131
13132 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13133
13134 * Branch for 21.1.
13135
13136 2001-10-02 Miles Bader <miles@gnu.org>
13137
13138 * minibuf.texi (Minibuffer Misc): Add entries for
13139 `minibuffer-contents', `minibuffer-contents-no-properties', and
13140 `delete-minibuffer-contents'.
13141 Correct description for `minibuffer-prompt-end'.
13142
13143 * text.texi (Property Search): Correct descriptions of
13144 `next-char-property-change' and `previous-char-property-change'.
13145 Add entries for `next-single-char-property-change' and
13146 `previous-single-char-property-change'.
13147 Make operand names a bit more consistent.
13148
13149 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13150
13151 * frames.texi (Finding All Frames): Document that next-frame and
13152 previous-frame are local to current terminal.
13153
13154 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13155
13156 * keymaps.texi (Creating Keymaps): Fix the description of the
13157 result of make-keymap.
13158
13159 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13160
13161 * display.texi (Font Lookup, Attribute Functions)
13162 (Image Descriptors): Add cross-references to the definition of
13163 selected frame.
13164
13165 * buffers.texi (The Buffer List): Add cross-references to the
13166 definition of selected frame.
13167
13168 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13169 frame at any given time.
13170 (Multiple Displays, Size and Position): Add a cross-reference to
13171 the definition of the selected frame.
13172
13173 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13174
13175 * strings.texi (String Conversion) <string-to-number>: Document
13176 that a float is returned for integers that are too large.
13177
13178 * frames.texi (Mouse Position): Document mouse-position-function.
13179 (Display Feature Testing): Document display-images-p.
13180 (Window Frame Parameters): Document the cursor-type variable.
13181
13182 * numbers.texi (Integer Basics): Document CL style read syntax for
13183 integers in bases other than 10.
13184
13185 * positions.texi (List Motion):
13186 Document open-paren-in-column-0-is-defun-start.
13187
13188 * lists.texi (Sets And Lists): Document member-ignore-case.
13189
13190 * internals.texi (Garbage Collection): Document the used and free
13191 strings report.
13192 (Memory Usage): Document strings-consed.
13193
13194 * os.texi (Time of Day): Document float-time.
13195 (Recording Input): Document that clear-this-command-keys clears
13196 the vector to be returned by recent-keys.
13197
13198 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13199 The argument keymap can be a list.
13200
13201 * nonascii.texi (User-Chosen Coding Systems)
13202 <select-safe-coding-system>: Document the new argument
13203 accept-default-p and the variable
13204 select-safe-coding-system-accept-default-p. Tell what happens if
13205 buffer-file-coding-system is undecided.
13206 (Default Coding Systems): Document auto-coding-regexp-alist.
13207
13208 * display.texi (The Echo Area) <message>: Document
13209 message-truncate-lines.
13210 (Glyphs): Document that the glyph table is unused on windowed
13211 displays.
13212
13213 * help.texi (Describing Characters) <single-key-description>:
13214 Document the new argument no-angles.
13215 (Accessing Documentation) <documentation-property>: Document that
13216 a non-string property is evaluated.
13217 <documentation>: Document that the function-documentation property
13218 is looked for.
13219
13220 * windows.texi (Selecting Windows): Document some-window.
13221
13222 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13223
13224 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13225 apropos-mode-hook.
13226
13227 * commands.texi (Using Interactive): Document interactive-form.
13228 (Keyboard Macros): Document kbd-macro-termination-hook.
13229 (Command Loop Info): Document that clear-this-command-keys clears
13230 the vector to be returned by recent-keys.
13231
13232 2001-09-04 Werner LEMBERG <wl@gnu.org>
13233
13234 * Makefile.in (srcdir, texinputdir): New variables.
13235 (srcs, index.texi, install): Use $(srcdir).
13236 (.PHONY): Remove elisp.dvi.
13237 (elisp): Use -I switch for makeinfo.
13238 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13239 (installall, dist): Use $(srcdir).
13240 Fix path to texinfo.tex.
13241 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13242
13243 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13244
13245 * display.texi (Conditional Display): Adjust to API change.
13246
13247 * configure: New file.
13248
13249 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13250
13251 * commands.texi (Repeat Events): Add description of
13252 double-click-fuzz.
13253
13254 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13255
13256 * syntax.texi (Syntax Class Table): Add the missing designator for
13257 comment and string fences.
13258 (Syntax Properties): Add a xref to syntax table internals.
13259 (Syntax Table Internals): Document string-to-syntax.
13260
13261 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13262
13263 * Makefile.in (install): Use install-info command line options
13264 like in Emacs' Makefile.in.
13265
13266 2000-12-09 Miles Bader <miles@gnu.org>
13267
13268 * windows.texi (Window Start): Update documentation for
13269 `pos-visible-in-window-p'.
13270
13271 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13272
13273 * lists.texi (Building Lists): Add footnote to explain how to add
13274 to the end of a list.
13275
13276 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13277
13278 * files.texi (Visiting Functions): Typos.
13279
13280 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13281
13282 * files.texi (Visiting Functions): Return value of
13283 find-file-noselect may be a list of buffers if wildcards are used.
13284
13285 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13286
13287 * display.texi (Defining Faces): Document `graphic' display type
13288 in face specs.
13289
13290 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13291
13292 * hooks.texi (Standard Hooks): Replace obsolete
13293 `after-make-frame-hook' with `after-make-frame-functions'.
13294
13295 * frames.texi (Creating Frames): Ditto.
13296
13297 * variables.texi (Future Local Variables): Ditto.
13298
13299 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13300
13301 * display.texi (Other Image Types): Add description of :foreground
13302 and :background properties of mono PBM images.
13303
13304 2000-08-17 Werner LEMBERG <wl@gnu.org>
13305
13306 * .cvsignore: New file.
13307
13308 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13309
13310 * tindex.pl: New script.
13311
13312 1999-12-03 Dave Love <fx@gnu.org>
13313
13314 * Makefile.in (MAKEINFO): New parameter.
13315
13316 1999-09-17 Richard Stallman <rms@gnu.org>
13317
13318 * Makefile.in (srcs): Add hash.texi.
13319 (VERSION): Update to 20.6.
13320
13321 1999-09-13 Richard Stallman <rms@gnu.org>
13322
13323 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13324
13325 1998-08-29 Karl Heuer <kwzh@gnu.org>
13326
13327 * configure.in: New file.
13328 * Makefile.in: Renamed from Makefile.
13329 (prefix, infodir): Use value obtained from configure.
13330 (emacslibdir): Obsolete variable deleted.
13331 (dist): Distribute configure.in, configure, Makefile.in.
13332
13333 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13334
13335 * Makefile (INSTALL_INFO): New variable.
13336 (install): Run install-info.
13337
13338 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13339
13340 * Makefile (elisp.dvi): Add missing backslash.
13341
13342 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13343
13344 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13345 Run texindex without `./'. Always run texindex on elisp.tp.
13346 (elisp.tps): Target deleted.
13347
13348 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13349
13350 * Makefile (srcs): Add nonascii.texi and customize.texi.
13351 (dist): Start by deleting `temp'.
13352
13353 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13354
13355 * Makefile (makeinfo, texindex): Targets deleted.
13356 (makeinfo.o, texindex.o): Targets deleted.
13357 (clean, dist): Don't do anything with them or with getopt*.
13358
13359 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13360
13361 * Makefile (SHELL): Defined.
13362
13363 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13364
13365 * Makefile (elisp.tps): New target.
13366 (elisp.dvi): Depend on elisp.tps.
13367
13368 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13369
13370 * README: Update phone number.
13371
13372 * Makefile (elisp): Make this be the default target.
13373 Depend on makeinfo.c instead of makeinfo.
13374 (install): Don't depend on elisp.dvi, since we don't install that.
13375 Use mkinstalldirs.
13376 (dist): Add mkinstalldirs.
13377
13378 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13379
13380 * Makefile (VERSION): Update version number.
13381 (maintainer-clean): Rename from realclean.
13382
13383 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13384
13385 * Makefile (realclean): New target.
13386 (elisp): Remove any old elisp-* files first.
13387
13388 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13389
13390 * Makefile (VERSION): New variable.
13391 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13392 Compressed file suffix should be `.gz', not `.z'.
13393
13394 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13395
13396 * Makefile (elisp): Depend on makeinfo.
13397
13398 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13399
13400 * Makefile (srcs): Add anti.texi.
13401
13402 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13403
13404 * Makefile (infodir, prefix): New vars.
13405 (install): Use infodir.
13406 (emacsinfodir): Delete.
13407
13408 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13409
13410 * Makefile (srcs): Add calendar.texi.
13411
13412 * Makefile (dist): Copy texindex.c and makeinfo.c.
13413 Limit elisp-* files to those with one or two digits.
13414
13415 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13416
13417 * Makefile (dist): Change to use Gzip instead of compress.
13418
13419 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13420
13421 * loading.texi (Unloading): define-function changed back to
13422 defalias. It may not stay this way, but at least it's
13423 consistent with the known-good version of the code patch.
13424
13425 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13426
13427 * modes.texi (Hooks): Document new optional arg of add-hook.
13428
13429 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13430
13431 * variables.texi: Document nil initial value of buffer-local variables.
13432
13433 * tips.texi: Add new section on standard library headers.
13434
13435 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13436
13437 * Makefile (srcs): Add frame.texi to the list of sources.
13438
13439 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13440
13441 * Makefile (dist): Don't bother excluding autosave files; they'll
13442 never make it into the temp directory anyway, and the hash marks
13443 in the name are problematic for make and the Bourne shell.
13444 (srcs): ???
13445
13446 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13447
13448 * Makefile (dist): Don't include backup files or autosave files in
13449 the distribution tar file.
13450
13451 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13452
13453 * Makefile (srcs): Add index.perm.
13454 (elisp.dvi): Remove erroneous shell comment.
13455 Expect output of permute-index in permuted.fns.
13456 Save old elisp.aux in elisp.oaux.
13457 (clean): Add index.texi to be deleted.
13458
13459 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13460
13461 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13462
13463 1990-06-26 David Lawrence (tale@geech)
13464
13465 * files.texi: Noted that completion-ignored-extensions is ignored
13466 when making *Completions*.
13467
13468 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13469
13470 * Makefile make dist now depends on elisp.dvi, since it tries
13471 to include it in the dist file.
13472
13473 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13474
13475 * functions.texinfo (Mapping Functions): Add missing quote.
13476
13477 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13478
13479 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13480 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13481
13482 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13483
13484 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13485 and @error{} are the terms now being used. The files in the
13486 directory have been changed to reflect this.
13487
13488 * All instances of @indentedresultt{} have been changed to
13489 ` @result{}', using 5 spaces at the beginning of the line.
13490
13491 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13492
13493 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13494 experimental @indentedresult{}, @indentedexpandsto{} are part of
13495 the texinfo.tex in this directory. These TeX macros are not
13496 stable yet.
13497
13498 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13499
13500 * texinfo.tex: Temporarily added
13501 \let\result=\dblarrow
13502 \def\error{{\it ERROR} \longdblarrow}
13503 We need to do this better soon.
13504
13505 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13506
13507 * Applied Karl Berry's patches to *.texinfo files, but not to
13508 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13509 new title page format is also not applied, since it requires
13510 texinfo.tex changes.)
13511
13512 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13513 for the Project GNU development environment.
13514
13515 ;; Local Variables:
13516 ;; coding: utf-8
13517 ;; End:
13518
13519 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13520
13521 This file is part of GNU Emacs.
13522
13523 GNU Emacs is free software: you can redistribute it and/or modify
13524 it under the terms of the GNU General Public License as published by
13525 the Free Software Foundation, either version 3 of the License, or
13526 (at your option) any later version.
13527
13528 GNU Emacs is distributed in the hope that it will be useful,
13529 but WITHOUT ANY WARRANTY; without even the implied warranty of
13530 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13531 GNU General Public License for more details.
13532
13533 You should have received a copy of the GNU General Public License
13534 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.